From 9f8c9bd56c99273b5e59992fd6620b3aabfd3655 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 13 Jun 2016 18:36:24 -0400 Subject: refactor exuberantbovines into src/bin --- Cargo.lock | 2 +- Cargo.toml | 5 +- original/model_c2rs.py | 2 +- src/bin/cow_model/cow_face.rs | 678 + src/bin/cow_model/cow_hide.rs | 26106 ++++++++++++++++++++++++++++++++++++++ src/bin/cow_model/cow_hoofs.rs | 2070 +++ src/bin/cow_model/cow_horns.rs | 2046 +++ src/bin/cow_model/cow_tail.rs | 924 ++ src/bin/cow_model/cow_udder.rs | 3036 +++++ src/bin/cow_model/cow_vertex.rs | 7 + src/bin/cow_model/mod.rs | 15 + src/bin/exuberantbovines.rs | 191 + src/cow_face.rs | 678 - src/cow_hide.rs | 26106 -------------------------------------- src/cow_hoofs.rs | 2070 --- src/cow_horns.rs | 2046 --- src/cow_tail.rs | 924 -- src/cow_udder.rs | 3036 ----- src/cow_vertex.rs | 7 - src/lib.rs | 67 + src/main.rs | 248 - 21 files changed, 35143 insertions(+), 35121 deletions(-) create mode 100644 src/bin/cow_model/cow_face.rs create mode 100644 src/bin/cow_model/cow_hide.rs create mode 100644 src/bin/cow_model/cow_hoofs.rs create mode 100644 src/bin/cow_model/cow_horns.rs create mode 100644 src/bin/cow_model/cow_tail.rs create mode 100644 src/bin/cow_model/cow_udder.rs create mode 100644 src/bin/cow_model/cow_vertex.rs create mode 100644 src/bin/cow_model/mod.rs create mode 100644 src/bin/exuberantbovines.rs delete mode 100644 src/cow_face.rs delete mode 100644 src/cow_hide.rs delete mode 100644 src/cow_hoofs.rs delete mode 100644 src/cow_horns.rs delete mode 100644 src/cow_tail.rs delete mode 100644 src/cow_udder.rs delete mode 100644 src/cow_vertex.rs create mode 100644 src/lib.rs delete mode 100644 src/main.rs diff --git a/Cargo.lock b/Cargo.lock index 10b995f..31505f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,5 @@ [root] -name = "exuberant-bovines" +name = "exuberantbovines" version = "0.1.0" dependencies = [ "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 603f4c5..19775a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "exuberant-bovines" +name = "exuberantbovines" version = "0.1.0" authors = ["bnewbold "] @@ -12,6 +12,3 @@ glium = "0.*" image = "0.*" getopts = "^0.2" -[[bin]] -name = "exuberantbovines" -path = "src/main.rs" diff --git a/original/model_c2rs.py b/original/model_c2rs.py index 9d6c63b..832fac5 100755 --- a/original/model_c2rs.py +++ b/original/model_c2rs.py @@ -33,7 +33,7 @@ def main(): // This file auto-generated from %s.c using model_c2rs.py // Don't edit by hand! -use cow_vertex::Vertex; +use super::cow_vertex::Vertex; pub const %s_VERTICES: [Vertex; %d] = [ """ % (fname, fname.upper(), len(vertices))) diff --git a/src/bin/cow_model/cow_face.rs b/src/bin/cow_model/cow_face.rs new file mode 100644 index 0000000..529d555 --- /dev/null +++ b/src/bin/cow_model/cow_face.rs @@ -0,0 +1,678 @@ + +// This file auto-generated from cow_face.c using model_c2rs.py +// Don't edit by hand! + +use super::cow_vertex::Vertex; + +pub const COW_FACE_VERTICES: [Vertex; 335] = [ + Vertex { position: (4.897808, 1.946794, -0.628057), + normal: (0.193291, -0.074799, -0.978286), }, + Vertex { position: (4.925394, 1.955229, -0.618837), + normal: (0.133638, 0.26732, -0.954296), }, + Vertex { position: (4.953739, 1.95258, -0.592256), + normal: (0.555353, 0.50765, -0.658692), }, + Vertex { position: (4.897808, 1.946794, -0.628057), + normal: (0.193291, -0.074799, -0.978286), }, + Vertex { position: (4.953739, 1.95258, -0.592256), + normal: (0.555353, 0.50765, -0.658692), }, + Vertex { position: (4.971872, 1.924079, -0.586026), + normal: (0.823157, 0.134624, -0.551625), }, + Vertex { position: (4.897808, 1.946794, -0.628057), + normal: (0.193291, -0.074799, -0.978286), }, + Vertex { position: (4.971872, 1.924079, -0.586026), + normal: (0.823157, 0.134624, -0.551625), }, + Vertex { position: (4.953403, 1.907939, -0.605609), + normal: (0.774925, -0.116115, -0.621296), }, + Vertex { position: (4.897808, 1.946794, -0.628057), + normal: (0.193291, -0.074799, -0.978286), }, + Vertex { position: (4.953403, 1.907939, -0.605609), + normal: (0.774925, -0.116115, -0.621296), }, + Vertex { position: (4.925499, 1.917814, -0.613413), + normal: (0.546619, 0.025491, -0.836994), }, + Vertex { position: (4.973133, 1.992779, -0.533466), + normal: (0.872792, -0.115436, -0.474246), }, + Vertex { position: (5.001903, 1.914398, -0.486724), + normal: (0.412833, -0.156453, -0.897269), }, + Vertex { position: (4.971872, 1.924079, -0.586026), + normal: (0.823157, 0.134624, -0.551625), }, + Vertex { position: (4.973133, 1.992779, -0.533466), + normal: (0.872792, -0.115436, -0.474246), }, + Vertex { position: (4.971872, 1.924079, -0.586026), + normal: (0.823157, 0.134624, -0.551625), }, + Vertex { position: (4.953739, 1.95258, -0.592256), + normal: (0.555353, 0.50765, -0.658692), }, + Vertex { position: (4.971872, 1.924079, -0.586026), + normal: (0.823157, 0.134624, -0.551625), }, + Vertex { position: (5.001903, 1.914398, -0.486724), + normal: (0.412833, -0.156453, -0.897269), }, + Vertex { position: (4.982364, 1.8733, -0.53619), + normal: (0.108828, -0.182644, -0.977137), }, + Vertex { position: (4.971872, 1.924079, -0.586026), + normal: (0.823157, 0.134624, -0.551625), }, + Vertex { position: (4.982364, 1.8733, -0.53619), + normal: (0.108828, -0.182644, -0.977137), }, + Vertex { position: (4.953403, 1.907939, -0.605609), + normal: (0.774925, -0.116115, -0.621296), }, + Vertex { position: (4.953403, 1.907939, -0.605609), + normal: (0.774925, -0.116115, -0.621296), }, + Vertex { position: (4.982364, 1.8733, -0.53619), + normal: (0.108828, -0.182644, -0.977137), }, + Vertex { position: (4.926194, 1.859813, -0.582137), + normal: (0.746476, -0.187741, -0.638379), }, + Vertex { position: (4.925499, 1.917814, -0.613413), + normal: (0.546619, 0.025491, -0.836994), }, + Vertex { position: (4.953403, 1.907939, -0.605609), + normal: (0.774925, -0.116115, -0.621296), }, + Vertex { position: (4.926194, 1.859813, -0.582137), + normal: (0.746476, -0.187741, -0.638379), }, + Vertex { position: (4.925499, 1.917814, -0.613413), + normal: (0.546619, 0.025491, -0.836994), }, + Vertex { position: (4.926194, 1.859813, -0.582137), + normal: (0.746476, -0.187741, -0.638379), }, + Vertex { position: (4.852578, 1.889721, -0.605031), + normal: (0.897742, -0.15037, -0.414063), }, + Vertex { position: (4.897808, 1.946794, -0.628057), + normal: (0.193291, -0.074799, -0.978286), }, + Vertex { position: (4.925499, 1.917814, -0.613413), + normal: (0.546619, 0.025491, -0.836994), }, + Vertex { position: (4.852578, 1.889721, -0.605031), + normal: (0.897742, -0.15037, -0.414063), }, + Vertex { position: (4.897808, 1.946794, -0.628057), + normal: (0.193291, -0.074799, -0.978286), }, + Vertex { position: (4.852578, 1.889721, -0.605031), + normal: (0.897742, -0.15037, -0.414063), }, + Vertex { position: (4.824747, 1.946835, -0.626358), + normal: (0.544735, 0.449335, -0.708069), }, + Vertex { position: (4.897808, 1.946794, -0.628057), + normal: (0.193291, -0.074799, -0.978286), }, + Vertex { position: (4.824747, 1.946835, -0.626358), + normal: (0.544735, 0.449335, -0.708069), }, + Vertex { position: (4.861611, 2.001639, -0.621913), + normal: (0.721999, 0.398917, -0.565316), }, + Vertex { position: (4.935561, 2.016016, -0.5857), + normal: (0.711192, 0.127662, -0.69131), }, + Vertex { position: (4.973133, 1.992779, -0.533466), + normal: (0.872792, -0.115436, -0.474246), }, + Vertex { position: (4.953739, 1.95258, -0.592256), + normal: (0.555353, 0.50765, -0.658692), }, + Vertex { position: (4.935561, 2.016016, -0.5857), + normal: (0.711192, 0.127662, -0.69131), }, + Vertex { position: (4.953739, 1.95258, -0.592256), + normal: (0.555353, 0.50765, -0.658692), }, + Vertex { position: (4.925394, 1.955229, -0.618837), + normal: (0.133638, 0.26732, -0.954296), }, + Vertex { position: (5.908782, 1.066916, 0.001121), + normal: (0.909103, 0.416568, -0.001454), }, + Vertex { position: (5.871947, 1.021428, 0.001102), + normal: (0.535268, 0.844682, 0.000171), }, + Vertex { position: (5.897758, 1.009309, -0.080583), + normal: (-0.091049, -0.145989, -0.985087), }, + Vertex { position: (5.908782, 1.066916, 0.001121), + normal: (0.909103, 0.416568, -0.001454), }, + Vertex { position: (5.897758, 1.009309, -0.080583), + normal: (-0.091049, -0.145989, -0.985087), }, + Vertex { position: (5.934596, 1.054796, -0.077039), + normal: (0.054456, -0.320459, -0.945696), }, + Vertex { position: (5.934596, 1.054796, -0.077039), + normal: (0.054456, -0.320459, -0.945696), }, + Vertex { position: (5.897758, 1.009309, -0.080583), + normal: (-0.091049, -0.145989, -0.985087), }, + Vertex { position: (5.87863, 0.986485, -0.128292), + normal: (-0.126433, -0.433465, -0.892257), }, + Vertex { position: (5.934596, 1.054796, -0.077039), + normal: (0.054456, -0.320459, -0.945696), }, + Vertex { position: (5.87863, 0.986485, -0.128292), + normal: (-0.126433, -0.433465, -0.892257), }, + Vertex { position: (5.923808, 1.025283, -0.153084), + normal: (0.169576, -0.140705, -0.975421), }, + Vertex { position: (5.923808, 1.025283, -0.153084), + normal: (0.169576, -0.140705, -0.975421), }, + Vertex { position: (5.87863, 0.986485, -0.128292), + normal: (-0.126433, -0.433465, -0.892257), }, + Vertex { position: (5.757506, 0.9579, -0.210732), + normal: (0.256335, -0.2349, -0.937611), }, + Vertex { position: (5.923808, 1.025283, -0.153084), + normal: (0.169576, -0.140705, -0.975421), }, + Vertex { position: (5.757506, 0.9579, -0.210732), + normal: (0.256335, -0.2349, -0.937611), }, + Vertex { position: (5.85775, 0.997026, -0.236768), + normal: (0.120494, -0.516376, -0.847843), }, + Vertex { position: (5.755282, 1.004149, -0.307505), + normal: (0.396941, -0.593504, -0.700137), }, + Vertex { position: (5.85775, 0.997026, -0.236768), + normal: (0.120494, -0.516376, -0.847843), }, + Vertex { position: (5.757506, 0.9579, -0.210732), + normal: (0.256335, -0.2349, -0.937611), }, + Vertex { position: (5.755282, 1.004149, -0.307505), + normal: (0.396941, -0.593504, -0.700137), }, + Vertex { position: (5.757506, 0.9579, -0.210732), + normal: (0.256335, -0.2349, -0.937611), }, + Vertex { position: (5.674999, 0.950754, -0.22796), + normal: (0.204472, -0.587725, -0.782797), }, + Vertex { position: (5.895899, 1.18273, -0.164705), + normal: (0.485455, -0.874253, 0.003847), }, + Vertex { position: (5.959462, 1.157227, -0.187097), + normal: (0.223936, -0.919046, -0.324355), }, + Vertex { position: (5.912147, 1.117911, -0.254197), + normal: (0.051115, -0.906355, -0.419414), }, + Vertex { position: (5.849792, 1.19348, -0.181047), + normal: (0.035706, -0.99787, -0.054588), }, + Vertex { position: (5.895899, 1.18273, -0.164705), + normal: (0.485455, -0.874253, 0.003847), }, + Vertex { position: (5.912147, 1.117911, -0.254197), + normal: (0.051115, -0.906355, -0.419414), }, + Vertex { position: (5.849792, 1.19348, -0.181047), + normal: (0.035706, -0.99787, -0.054588), }, + Vertex { position: (5.912147, 1.117911, -0.254197), + normal: (0.051115, -0.906355, -0.419414), }, + Vertex { position: (5.837875, 1.141493, -0.305184), + normal: (0.161367, -0.802085, -0.574996), }, + Vertex { position: (5.803425, 1.260787, -0.210002), + normal: (-0.034221, -0.995012, -0.093703), }, + Vertex { position: (5.840665, 1.221942, -0.187128), + normal: (0.064626, -0.99783, 0.012619), }, + Vertex { position: (5.77341, 1.225861, -0.323025), + normal: (0.218068, -0.756332, -0.616772), }, + Vertex { position: (5.803425, 1.260787, -0.210002), + normal: (-0.034221, -0.995012, -0.093703), }, + Vertex { position: (5.77341, 1.225861, -0.323025), + normal: (0.218068, -0.756332, -0.616772), }, + Vertex { position: (5.764774, 1.279824, -0.308562), + normal: (0.725751, -0.657941, -0.200998), }, + Vertex { position: (5.803425, 1.260787, -0.210002), + normal: (-0.034221, -0.995012, -0.093703), }, + Vertex { position: (5.764774, 1.279824, -0.308562), + normal: (0.725751, -0.657941, -0.200998), }, + Vertex { position: (5.783731, 1.341471, -0.28459), + normal: (0.188634, -0.17518, -0.966297), }, + Vertex { position: (5.803425, 1.260787, -0.210002), + normal: (-0.034221, -0.995012, -0.093703), }, + Vertex { position: (5.783731, 1.341471, -0.28459), + normal: (0.188634, -0.17518, -0.966297), }, + Vertex { position: (5.847989, 1.311569, -0.261476), + normal: (0.244568, -0.04472, -0.9686), }, + Vertex { position: (5.803425, 1.260787, -0.210002), + normal: (-0.034221, -0.995012, -0.093703), }, + Vertex { position: (5.847989, 1.311569, -0.261476), + normal: (0.244568, -0.04472, -0.9686), }, + Vertex { position: (5.931474, 1.233483, -0.215613), + normal: (0.193495, -0.385604, -0.902147), }, + Vertex { position: (5.803425, 1.260787, -0.210002), + normal: (-0.034221, -0.995012, -0.093703), }, + Vertex { position: (5.931474, 1.233483, -0.215613), + normal: (0.193495, -0.385604, -0.902147), }, + Vertex { position: (5.840665, 1.221942, -0.187128), + normal: (0.064626, -0.99783, 0.012619), }, + Vertex { position: (5.840665, 1.221942, -0.187128), + normal: (0.064626, -0.99783, 0.012619), }, + Vertex { position: (5.931474, 1.233483, -0.215613), + normal: (0.193495, -0.385604, -0.902147), }, + Vertex { position: (5.849792, 1.19348, -0.181047), + normal: (0.035706, -0.99787, -0.054588), }, + Vertex { position: (5.931474, 1.233483, -0.215613), + normal: (0.193495, -0.385604, -0.902147), }, + Vertex { position: (5.998088, 1.231874, -0.107334), + normal: (-0.026148, 0.006311, -0.999638), }, + Vertex { position: (5.895899, 1.18273, -0.164705), + normal: (0.485455, -0.874253, 0.003847), }, + Vertex { position: (5.931474, 1.233483, -0.215613), + normal: (0.193495, -0.385604, -0.902147), }, + Vertex { position: (5.895899, 1.18273, -0.164705), + normal: (0.485455, -0.874253, 0.003847), }, + Vertex { position: (5.849792, 1.19348, -0.181047), + normal: (0.035706, -0.99787, -0.054588), }, + Vertex { position: (5.672385, 1.007694, -0.341778), + normal: (0.173726, -0.983856, 0.042973), }, + Vertex { position: (5.755282, 1.004149, -0.307505), + normal: (0.396941, -0.593504, -0.700137), }, + Vertex { position: (5.674999, 0.950754, -0.22796), + normal: (0.204472, -0.587725, -0.782797), }, + Vertex { position: (5.672385, 1.007694, -0.341778), + normal: (0.173726, -0.983856, 0.042973), }, + Vertex { position: (5.674999, 0.950754, -0.22796), + normal: (0.204472, -0.587725, -0.782797), }, + Vertex { position: (5.573803, 0.952578, -0.243886), + normal: (-0.007021, -0.990239, -0.139206), }, + Vertex { position: (5.580727, 0.99933, -0.349867), + normal: (0.148862, -0.934725, -0.322692), }, + Vertex { position: (5.672385, 1.007694, -0.341778), + normal: (0.173726, -0.983856, 0.042973), }, + Vertex { position: (5.573803, 0.952578, -0.243886), + normal: (-0.007021, -0.990239, -0.139206), }, + Vertex { position: (5.580727, 0.99933, -0.349867), + normal: (0.148862, -0.934725, -0.322692), }, + Vertex { position: (5.573803, 0.952578, -0.243886), + normal: (-0.007021, -0.990239, -0.139206), }, + Vertex { position: (5.535184, 0.98018, -0.341257), + normal: (0.241652, -0.897637, -0.368581), }, + Vertex { position: (5.573803, 0.952578, -0.243886), + normal: (-0.007021, -0.990239, -0.139206), }, + Vertex { position: (5.674999, 0.950754, -0.22796), + normal: (0.204472, -0.587725, -0.782797), }, + Vertex { position: (5.638369, 0.904402, -0.222548), + normal: (-0.045194, -0.595739, -0.801906), }, + Vertex { position: (5.573803, 0.952578, -0.243886), + normal: (-0.007021, -0.990239, -0.139206), }, + Vertex { position: (5.638369, 0.904402, -0.222548), + normal: (-0.045194, -0.595739, -0.801906), }, + Vertex { position: (5.546347, 0.916044, -0.246782), + normal: (-0.016623, -0.697515, -0.716378), }, + Vertex { position: (5.674999, 0.950754, -0.22796), + normal: (0.204472, -0.587725, -0.782797), }, + Vertex { position: (5.757506, 0.9579, -0.210732), + normal: (0.256335, -0.2349, -0.937611), }, + Vertex { position: (5.748613, 0.92049, -0.205099), + normal: (-0.105003, -0.636187, -0.764356), }, + Vertex { position: (5.674999, 0.950754, -0.22796), + normal: (0.204472, -0.587725, -0.782797), }, + Vertex { position: (5.748613, 0.92049, -0.205099), + normal: (-0.105003, -0.636187, -0.764356), }, + Vertex { position: (5.638369, 0.904402, -0.222548), + normal: (-0.045194, -0.595739, -0.801906), }, + Vertex { position: (5.87863, 0.986485, -0.128292), + normal: (-0.126433, -0.433465, -0.892257), }, + Vertex { position: (5.851404, 0.929008, -0.105362), + normal: (-0.106359, -0.394397, -0.912764), }, + Vertex { position: (5.748613, 0.92049, -0.205099), + normal: (-0.105003, -0.636187, -0.764356), }, + Vertex { position: (5.87863, 0.986485, -0.128292), + normal: (-0.126433, -0.433465, -0.892257), }, + Vertex { position: (5.748613, 0.92049, -0.205099), + normal: (-0.105003, -0.636187, -0.764356), }, + Vertex { position: (5.757506, 0.9579, -0.210732), + normal: (0.256335, -0.2349, -0.937611), }, + Vertex { position: (5.871947, 1.021428, 0.001102), + normal: (0.535268, 0.844682, 0.000171), }, + Vertex { position: (5.836005, 0.945722, 0.001092), + normal: (0.997356, -0.072614, -0.002907), }, + Vertex { position: (5.897758, 1.009309, -0.080583), + normal: (-0.091049, -0.145989, -0.985087), }, + Vertex { position: (5.897758, 1.009309, -0.080583), + normal: (-0.091049, -0.145989, -0.985087), }, + Vertex { position: (5.836005, 0.945722, 0.001092), + normal: (0.997356, -0.072614, -0.002907), }, + Vertex { position: (5.851404, 0.929008, -0.105362), + normal: (-0.106359, -0.394397, -0.912764), }, + Vertex { position: (5.897758, 1.009309, -0.080583), + normal: (-0.091049, -0.145989, -0.985087), }, + Vertex { position: (5.851404, 0.929008, -0.105362), + normal: (-0.106359, -0.394397, -0.912764), }, + Vertex { position: (5.87863, 0.986485, -0.128292), + normal: (-0.126433, -0.433465, -0.892257), }, + Vertex { position: (5.998088, 1.231874, -0.107334), + normal: (-0.026148, 0.006311, -0.999638), }, + Vertex { position: (5.959462, 1.157227, -0.187097), + normal: (0.223936, -0.919046, -0.324355), }, + Vertex { position: (5.895899, 1.18273, -0.164705), + normal: (0.485455, -0.874253, 0.003847), }, + Vertex { position: (5.837875, 1.141493, -0.305184), + normal: (0.161367, -0.802085, -0.574996), }, + Vertex { position: (5.77341, 1.225861, -0.323025), + normal: (0.218068, -0.756332, -0.616772), }, + Vertex { position: (5.840665, 1.221942, -0.187128), + normal: (0.064626, -0.99783, 0.012619), }, + Vertex { position: (5.837875, 1.141493, -0.305184), + normal: (0.161367, -0.802085, -0.574996), }, + Vertex { position: (5.840665, 1.221942, -0.187128), + normal: (0.064626, -0.99783, 0.012619), }, + Vertex { position: (5.849792, 1.19348, -0.181047), + normal: (0.035706, -0.99787, -0.054588), }, + Vertex { position: (5.535184, 0.98018, -0.341257), + normal: (0.241652, -0.897637, -0.368581), }, + Vertex { position: (5.573803, 0.952578, -0.243886), + normal: (-0.007021, -0.990239, -0.139206), }, + Vertex { position: (5.546347, 0.916044, -0.246782), + normal: (-0.016623, -0.697515, -0.716378), }, + Vertex { position: (5.535184, 0.98018, -0.341257), + normal: (0.241652, -0.897637, -0.368581), }, + Vertex { position: (5.546347, 0.916044, -0.246782), + normal: (-0.016623, -0.697515, -0.716378), }, + Vertex { position: (5.480649, 0.941387, -0.316248), + normal: (0.241049, -0.626018, -0.741618), }, + Vertex { position: (4.897808, 1.946794, -0.628057), + normal: (0.193291, -0.074799, -0.978286), }, + Vertex { position: (4.861611, 2.001639, -0.621913), + normal: (0.721999, 0.398917, -0.565316), }, + Vertex { position: (4.935561, 2.016016, -0.5857), + normal: (0.711192, 0.127662, -0.69131), }, + Vertex { position: (4.897808, 1.946794, -0.628057), + normal: (0.193291, -0.074799, -0.978286), }, + Vertex { position: (4.935561, 2.016016, -0.5857), + normal: (0.711192, 0.127662, -0.69131), }, + Vertex { position: (4.925394, 1.955229, -0.618837), + normal: (0.133638, 0.26732, -0.954296), }, + Vertex { position: (4.925499, 1.917814, 0.613413), + normal: (0.347878, 0.028988, 0.937092), }, + Vertex { position: (4.953403, 1.907939, 0.605609), + normal: (0.458202, 0.052175, 0.887316), }, + Vertex { position: (4.971872, 1.924079, 0.586026), + normal: (0.444094, 0.036127, 0.895251), }, + Vertex { position: (4.925499, 1.917814, 0.613413), + normal: (0.347878, 0.028988, 0.937092), }, + Vertex { position: (4.971872, 1.924079, 0.586026), + normal: (0.444094, 0.036127, 0.895251), }, + Vertex { position: (4.953739, 1.95258, 0.592256), + normal: (0.328548, 0.219459, 0.918637), }, + Vertex { position: (4.925499, 1.917814, 0.613413), + normal: (0.347878, 0.028988, 0.937092), }, + Vertex { position: (4.953739, 1.95258, 0.592256), + normal: (0.328548, 0.219459, 0.918637), }, + Vertex { position: (4.925394, 1.955229, 0.618837), + normal: (0.719268, 0.159442, 0.676189), }, + Vertex { position: (4.925499, 1.917814, 0.613413), + normal: (0.347878, 0.028988, 0.937092), }, + Vertex { position: (4.925394, 1.955229, 0.618837), + normal: (0.719268, 0.159442, 0.676189), }, + Vertex { position: (4.897808, 1.946794, 0.628057), + normal: (0.561013, 0.750789, 0.348684), }, + Vertex { position: (4.953739, 1.95258, 0.592256), + normal: (0.328548, 0.219459, 0.918637), }, + Vertex { position: (4.971872, 1.924079, 0.586026), + normal: (0.444094, 0.036127, 0.895251), }, + Vertex { position: (5.001903, 1.914398, 0.486724), + normal: (0.380651, 0.443224, 0.811577), }, + Vertex { position: (4.953739, 1.95258, 0.592256), + normal: (0.328548, 0.219459, 0.918637), }, + Vertex { position: (5.001903, 1.914398, 0.486724), + normal: (0.380651, 0.443224, 0.811577), }, + Vertex { position: (4.973133, 1.992779, 0.533466), + normal: (0.282492, 0.026081, 0.958915), }, + Vertex { position: (4.953403, 1.907939, 0.605609), + normal: (0.458202, 0.052175, 0.887316), }, + Vertex { position: (4.982364, 1.8733, 0.53619), + normal: (0.362705, 0.428702, 0.827442), }, + Vertex { position: (5.001903, 1.914398, 0.486724), + normal: (0.380651, 0.443224, 0.811577), }, + Vertex { position: (4.953403, 1.907939, 0.605609), + normal: (0.458202, 0.052175, 0.887316), }, + Vertex { position: (5.001903, 1.914398, 0.486724), + normal: (0.380651, 0.443224, 0.811577), }, + Vertex { position: (4.971872, 1.924079, 0.586026), + normal: (0.444094, 0.036127, 0.895251), }, + Vertex { position: (4.926194, 1.859813, 0.582137), + normal: (0.332757, 0.286207, 0.898531), }, + Vertex { position: (4.982364, 1.8733, 0.53619), + normal: (0.362705, 0.428702, 0.827442), }, + Vertex { position: (4.953403, 1.907939, 0.605609), + normal: (0.458202, 0.052175, 0.887316), }, + Vertex { position: (4.852578, 1.889721, 0.605031), + normal: (0.302716, 0.058971, 0.951255), }, + Vertex { position: (4.926194, 1.859813, 0.582137), + normal: (0.332757, 0.286207, 0.898531), }, + Vertex { position: (4.953403, 1.907939, 0.605609), + normal: (0.458202, 0.052175, 0.887316), }, + Vertex { position: (4.852578, 1.889721, 0.605031), + normal: (0.302716, 0.058971, 0.951255), }, + Vertex { position: (4.953403, 1.907939, 0.605609), + normal: (0.458202, 0.052175, 0.887316), }, + Vertex { position: (4.925499, 1.917814, 0.613413), + normal: (0.347878, 0.028988, 0.937092), }, + Vertex { position: (4.824747, 1.946835, 0.626358), + normal: (0.347794, 0.132396, 0.928176), }, + Vertex { position: (4.852578, 1.889721, 0.605031), + normal: (0.302716, 0.058971, 0.951255), }, + Vertex { position: (4.925499, 1.917814, 0.613413), + normal: (0.347878, 0.028988, 0.937092), }, + Vertex { position: (4.824747, 1.946835, 0.626358), + normal: (0.347794, 0.132396, 0.928176), }, + Vertex { position: (4.925499, 1.917814, 0.613413), + normal: (0.347878, 0.028988, 0.937092), }, + Vertex { position: (4.897808, 1.946794, 0.628057), + normal: (0.561013, 0.750789, 0.348684), }, + Vertex { position: (4.861611, 2.001639, 0.621913), + normal: (0.36359, 0.089346, 0.927264), }, + Vertex { position: (4.824747, 1.946835, 0.626358), + normal: (0.347794, 0.132396, 0.928176), }, + Vertex { position: (4.897808, 1.946794, 0.628057), + normal: (0.561013, 0.750789, 0.348684), }, + Vertex { position: (4.925394, 1.955229, 0.618837), + normal: (0.719268, 0.159442, 0.676189), }, + Vertex { position: (4.953739, 1.95258, 0.592256), + normal: (0.328548, 0.219459, 0.918637), }, + Vertex { position: (4.973133, 1.992779, 0.533466), + normal: (0.282492, 0.026081, 0.958915), }, + Vertex { position: (4.925394, 1.955229, 0.618837), + normal: (0.719268, 0.159442, 0.676189), }, + Vertex { position: (4.973133, 1.992779, 0.533466), + normal: (0.282492, 0.026081, 0.958915), }, + Vertex { position: (4.935561, 2.016016, 0.5857), + normal: (0.361081, -0.056526, 0.93082), }, + Vertex { position: (5.934596, 1.054796, 0.077039), + normal: (0.800967, 0.453079, -0.391371), }, + Vertex { position: (5.897758, 1.009309, 0.080583), + normal: (0.054059, 0.926072, -0.373455), }, + Vertex { position: (5.871947, 1.021428, 0.001102), + normal: (0.535268, 0.844682, 0.000171), }, + Vertex { position: (5.934596, 1.054796, 0.077039), + normal: (0.800967, 0.453079, -0.391371), }, + Vertex { position: (5.871947, 1.021428, 0.001102), + normal: (0.535268, 0.844682, 0.000171), }, + Vertex { position: (5.908782, 1.066916, 0.001121), + normal: (0.909103, 0.416568, -0.001454), }, + Vertex { position: (5.923808, 1.025283, 0.153084), + normal: (0.693689, 0.317887, -0.646331), }, + Vertex { position: (5.87863, 0.986485, 0.128292), + normal: (0.329366, 0.742755, -0.582952), }, + Vertex { position: (5.897758, 1.009309, 0.080583), + normal: (0.054059, 0.926072, -0.373455), }, + Vertex { position: (5.923808, 1.025283, 0.153084), + normal: (0.693689, 0.317887, -0.646331), }, + Vertex { position: (5.897758, 1.009309, 0.080583), + normal: (0.054059, 0.926072, -0.373455), }, + Vertex { position: (5.934596, 1.054796, 0.077039), + normal: (0.800967, 0.453079, -0.391371), }, + Vertex { position: (5.85775, 0.997026, 0.236768), + normal: (-0.051423, 0.948155, -0.31362), }, + Vertex { position: (5.757506, 0.9579, 0.210732), + normal: (0.971427, 0.045661, -0.232906), }, + Vertex { position: (5.87863, 0.986485, 0.128292), + normal: (0.329366, 0.742755, -0.582952), }, + Vertex { position: (5.85775, 0.997026, 0.236768), + normal: (-0.051423, 0.948155, -0.31362), }, + Vertex { position: (5.87863, 0.986485, 0.128292), + normal: (0.329366, 0.742755, -0.582952), }, + Vertex { position: (5.923808, 1.025283, 0.153084), + normal: (0.693689, 0.317887, -0.646331), }, + Vertex { position: (5.674999, 0.950754, 0.22796), + normal: (0.850248, -0.122854, -0.511845), }, + Vertex { position: (5.757506, 0.9579, 0.210732), + normal: (0.971427, 0.045661, -0.232906), }, + Vertex { position: (5.85775, 0.997026, 0.236768), + normal: (-0.051423, 0.948155, -0.31362), }, + Vertex { position: (5.674999, 0.950754, 0.22796), + normal: (0.850248, -0.122854, -0.511845), }, + Vertex { position: (5.85775, 0.997026, 0.236768), + normal: (-0.051423, 0.948155, -0.31362), }, + Vertex { position: (5.755282, 1.004149, 0.307505), + normal: (0.104327, 0.725166, -0.680625), }, + Vertex { position: (5.912147, 1.117911, 0.254197), + normal: (0.811896, 0.498733, 0.303464), }, + Vertex { position: (5.959462, 1.157227, 0.187097), + normal: (0.969409, 0.243854, 0.027951), }, + Vertex { position: (5.895899, 1.18273, 0.164705), + normal: (0.169215, -0.167065, -0.971317), }, + Vertex { position: (5.837875, 1.141493, 0.305184), + normal: (0.603382, -0.138832, -0.785275), }, + Vertex { position: (5.912147, 1.117911, 0.254197), + normal: (0.811896, 0.498733, 0.303464), }, + Vertex { position: (5.895899, 1.18273, 0.164705), + normal: (0.169215, -0.167065, -0.971317), }, + Vertex { position: (5.837875, 1.141493, 0.305184), + normal: (0.603382, -0.138832, -0.785275), }, + Vertex { position: (5.895899, 1.18273, 0.164705), + normal: (0.169215, -0.167065, -0.971317), }, + Vertex { position: (5.849792, 1.19348, 0.181047), + normal: (0.054838, 0.68532, -0.726174), }, + Vertex { position: (5.764774, 1.279824, 0.308562), + normal: (0.104604, 0.236958, -0.965872), }, + Vertex { position: (5.77341, 1.225861, 0.323025), + normal: (0.335985, -0.093512, -0.937214), }, + Vertex { position: (5.840665, 1.221942, 0.187128), + normal: (-0.071389, 0.260053, -0.962952), }, + Vertex { position: (5.764774, 1.279824, 0.308562), + normal: (0.104604, 0.236958, -0.965872), }, + Vertex { position: (5.840665, 1.221942, 0.187128), + normal: (-0.071389, 0.260053, -0.962952), }, + Vertex { position: (5.803425, 1.260787, 0.210002), + normal: (-0.026478, 0.945923, -0.323309), }, + Vertex { position: (5.783731, 1.341471, 0.28459), + normal: (-0.0511, 0.977083, -0.206633), }, + Vertex { position: (5.764774, 1.279824, 0.308562), + normal: (0.104604, 0.236958, -0.965872), }, + Vertex { position: (5.803425, 1.260787, 0.210002), + normal: (-0.026478, 0.945923, -0.323309), }, + Vertex { position: (5.847989, 1.311569, 0.261476), + normal: (0.481644, 0.842268, -0.242082), }, + Vertex { position: (5.783731, 1.341471, 0.28459), + normal: (-0.0511, 0.977083, -0.206633), }, + Vertex { position: (5.803425, 1.260787, 0.210002), + normal: (-0.026478, 0.945923, -0.323309), }, + Vertex { position: (5.840665, 1.221942, 0.187128), + normal: (-0.071389, 0.260053, -0.962952), }, + Vertex { position: (5.931474, 1.233483, 0.215613), + normal: (0.794567, 0.588129, -0.15089), }, + Vertex { position: (5.847989, 1.311569, 0.261476), + normal: (0.481644, 0.842268, -0.242082), }, + Vertex { position: (5.840665, 1.221942, 0.187128), + normal: (-0.071389, 0.260053, -0.962952), }, + Vertex { position: (5.847989, 1.311569, 0.261476), + normal: (0.481644, 0.842268, -0.242082), }, + Vertex { position: (5.803425, 1.260787, 0.210002), + normal: (-0.026478, 0.945923, -0.323309), }, + Vertex { position: (5.849792, 1.19348, 0.181047), + normal: (0.054838, 0.68532, -0.726174), }, + Vertex { position: (5.931474, 1.233483, 0.215613), + normal: (0.794567, 0.588129, -0.15089), }, + Vertex { position: (5.840665, 1.221942, 0.187128), + normal: (-0.071389, 0.260053, -0.962952), }, + Vertex { position: (5.849792, 1.19348, 0.181047), + normal: (0.054838, 0.68532, -0.726174), }, + Vertex { position: (5.895899, 1.18273, 0.164705), + normal: (0.169215, -0.167065, -0.971317), }, + Vertex { position: (5.998088, 1.231874, 0.107334), + normal: (0.04154, 0.947538, -0.316933), }, + Vertex { position: (5.849792, 1.19348, 0.181047), + normal: (0.054838, 0.68532, -0.726174), }, + Vertex { position: (5.998088, 1.231874, 0.107334), + normal: (0.04154, 0.947538, -0.316933), }, + Vertex { position: (5.931474, 1.233483, 0.215613), + normal: (0.794567, 0.588129, -0.15089), }, + Vertex { position: (5.573803, 0.952578, 0.243886), + normal: (-0.03479, 0.696668, -0.716549), }, + Vertex { position: (5.674999, 0.950754, 0.22796), + normal: (0.850248, -0.122854, -0.511845), }, + Vertex { position: (5.755282, 1.004149, 0.307505), + normal: (0.104327, 0.725166, -0.680625), }, + Vertex { position: (5.573803, 0.952578, 0.243886), + normal: (-0.03479, 0.696668, -0.716549), }, + Vertex { position: (5.755282, 1.004149, 0.307505), + normal: (0.104327, 0.725166, -0.680625), }, + Vertex { position: (5.672385, 1.007694, 0.341778), + normal: (-0.011269, -0.268801, -0.96313), }, + Vertex { position: (5.573803, 0.952578, 0.243886), + normal: (-0.03479, 0.696668, -0.716549), }, + Vertex { position: (5.672385, 1.007694, 0.341778), + normal: (-0.011269, -0.268801, -0.96313), }, + Vertex { position: (5.580727, 0.99933, 0.349867), + normal: (-0.01139, 0.953897, -0.299918), }, + Vertex { position: (5.535184, 0.98018, 0.341257), + normal: (-0.151742, 0.274295, -0.949598), }, + Vertex { position: (5.573803, 0.952578, 0.243886), + normal: (-0.03479, 0.696668, -0.716549), }, + Vertex { position: (5.580727, 0.99933, 0.349867), + normal: (-0.01139, 0.953897, -0.299918), }, + Vertex { position: (5.546347, 0.916044, 0.246782), + normal: (0.176955, -0.903058, 0.391373), }, + Vertex { position: (5.638369, 0.904402, 0.222548), + normal: (0.571342, -0.680689, -0.45851), }, + Vertex { position: (5.674999, 0.950754, 0.22796), + normal: (0.850248, -0.122854, -0.511845), }, + Vertex { position: (5.546347, 0.916044, 0.246782), + normal: (0.176955, -0.903058, 0.391373), }, + Vertex { position: (5.674999, 0.950754, 0.22796), + normal: (0.850248, -0.122854, -0.511845), }, + Vertex { position: (5.573803, 0.952578, 0.243886), + normal: (-0.03479, 0.696668, -0.716549), }, + Vertex { position: (5.638369, 0.904402, 0.222548), + normal: (0.571342, -0.680689, -0.45851), }, + Vertex { position: (5.748613, 0.92049, 0.205099), + normal: (0.388502, -0.6643, -0.63857), }, + Vertex { position: (5.757506, 0.9579, 0.210732), + normal: (0.971427, 0.045661, -0.232906), }, + Vertex { position: (5.638369, 0.904402, 0.222548), + normal: (0.571342, -0.680689, -0.45851), }, + Vertex { position: (5.757506, 0.9579, 0.210732), + normal: (0.971427, 0.045661, -0.232906), }, + Vertex { position: (5.674999, 0.950754, 0.22796), + normal: (0.850248, -0.122854, -0.511845), }, + Vertex { position: (5.757506, 0.9579, 0.210732), + normal: (0.971427, 0.045661, -0.232906), }, + Vertex { position: (5.748613, 0.92049, 0.205099), + normal: (0.388502, -0.6643, -0.63857), }, + Vertex { position: (5.851404, 0.929008, 0.105362), + normal: (0.20994, -0.930128, 0.301309), }, + Vertex { position: (5.757506, 0.9579, 0.210732), + normal: (0.971427, 0.045661, -0.232906), }, + Vertex { position: (5.851404, 0.929008, 0.105362), + normal: (0.20994, -0.930128, 0.301309), }, + Vertex { position: (5.87863, 0.986485, 0.128292), + normal: (0.329366, 0.742755, -0.582952), }, + Vertex { position: (5.897758, 1.009309, 0.080583), + normal: (0.054059, 0.926072, -0.373455), }, + Vertex { position: (5.836005, 0.945722, 0.001092), + normal: (0.997356, -0.072614, -0.002907), }, + Vertex { position: (5.871947, 1.021428, 0.001102), + normal: (0.535268, 0.844682, 0.000171), }, + Vertex { position: (5.87863, 0.986485, 0.128292), + normal: (0.329366, 0.742755, -0.582952), }, + Vertex { position: (5.851404, 0.929008, 0.105362), + normal: (0.20994, -0.930128, 0.301309), }, + Vertex { position: (5.836005, 0.945722, 0.001092), + normal: (0.997356, -0.072614, -0.002907), }, + Vertex { position: (5.87863, 0.986485, 0.128292), + normal: (0.329366, 0.742755, -0.582952), }, + Vertex { position: (5.836005, 0.945722, 0.001092), + normal: (0.997356, -0.072614, -0.002907), }, + Vertex { position: (5.897758, 1.009309, 0.080583), + normal: (0.054059, 0.926072, -0.373455), }, + Vertex { position: (5.895899, 1.18273, 0.164705), + normal: (0.169215, -0.167065, -0.971317), }, + Vertex { position: (5.959462, 1.157227, 0.187097), + normal: (0.969409, 0.243854, 0.027951), }, + Vertex { position: (5.998088, 1.231874, 0.107334), + normal: (0.04154, 0.947538, -0.316933), }, + Vertex { position: (5.849792, 1.19348, 0.181047), + normal: (0.054838, 0.68532, -0.726174), }, + Vertex { position: (5.840665, 1.221942, 0.187128), + normal: (-0.071389, 0.260053, -0.962952), }, + Vertex { position: (5.77341, 1.225861, 0.323025), + normal: (0.335985, -0.093512, -0.937214), }, + Vertex { position: (5.849792, 1.19348, 0.181047), + normal: (0.054838, 0.68532, -0.726174), }, + Vertex { position: (5.77341, 1.225861, 0.323025), + normal: (0.335985, -0.093512, -0.937214), }, + Vertex { position: (5.837875, 1.141493, 0.305184), + normal: (0.603382, -0.138832, -0.785275), }, + Vertex { position: (5.480649, 0.941387, 0.316248), + normal: (0.083641, -0.81989, 0.566378), }, + Vertex { position: (5.546347, 0.916044, 0.246782), + normal: (0.176955, -0.903058, 0.391373), }, + Vertex { position: (5.573803, 0.952578, 0.243886), + normal: (-0.03479, 0.696668, -0.716549), }, + Vertex { position: (5.480649, 0.941387, 0.316248), + normal: (0.083641, -0.81989, 0.566378), }, + Vertex { position: (5.573803, 0.952578, 0.243886), + normal: (-0.03479, 0.696668, -0.716549), }, + Vertex { position: (5.535184, 0.98018, 0.341257), + normal: (-0.151742, 0.274295, -0.949598), }, + Vertex { position: (4.925394, 1.955229, 0.618837), + normal: (0.719268, 0.159442, 0.676189), }, + Vertex { position: (4.935561, 2.016016, 0.5857), + normal: (0.361081, -0.056526, 0.93082), }, + Vertex { position: (4.861611, 2.001639, 0.621913), + normal: (0.36359, 0.089346, 0.927264), }, + Vertex { position: (4.925394, 1.955229, 0.618837), + normal: (0.719268, 0.159442, 0.676189), }, + Vertex { position: (4.861611, 2.001639, 0.621913), + normal: (0.36359, 0.089346, 0.927264), }, +]; diff --git a/src/bin/cow_model/cow_hide.rs b/src/bin/cow_model/cow_hide.rs new file mode 100644 index 0000000..6972b62 --- /dev/null +++ b/src/bin/cow_model/cow_hide.rs @@ -0,0 +1,26106 @@ + +// This file auto-generated from cow_hide.c using model_c2rs.py +// Don't edit by hand! + +use super::cow_vertex::Vertex; + +pub const COW_HIDE_VERTICES: [Vertex; 13049] = [ + Vertex { position: (2.229345, -0.992723, -0.862826), + normal: (-0.012663, 0.029084, -0.999497), }, + Vertex { position: (2.292449, -0.871852, -0.8824), + normal: (-0.096144, -0.182414, -0.97851), }, + Vertex { position: (2.410367, -0.777999, -0.841105), + normal: (0.795625, -0.129968, -0.591684), }, + Vertex { position: (2.229345, -0.992723, -0.862826), + normal: (-0.012663, 0.029084, -0.999497), }, + Vertex { position: (2.410367, -0.777999, -0.841105), + normal: (0.795625, -0.129968, -0.591684), }, + Vertex { position: (2.407309, -0.97498, -0.805091), + normal: (-0.200187, -0.124247, -0.971848), }, + Vertex { position: (2.407309, -0.97498, -0.805091), + normal: (-0.200187, -0.124247, -0.971848), }, + Vertex { position: (2.410367, -0.777999, -0.841105), + normal: (0.795625, -0.129968, -0.591684), }, + Vertex { position: (2.5392, -0.727778, -0.750475), + normal: (0.908163, -0.140074, -0.394486), }, + Vertex { position: (2.407309, -0.97498, -0.805091), + normal: (-0.200187, -0.124247, -0.971848), }, + Vertex { position: (2.5392, -0.727778, -0.750475), + normal: (0.908163, -0.140074, -0.394486), }, + Vertex { position: (2.520417, -0.954785, -0.739445), + normal: (0.023112, -0.187685, -0.981957), }, + Vertex { position: (2.520417, -0.954785, -0.739445), + normal: (0.023112, -0.187685, -0.981957), }, + Vertex { position: (2.5392, -0.727778, -0.750475), + normal: (0.908163, -0.140074, -0.394486), }, + Vertex { position: (2.637655, -0.768176, -0.637039), + normal: (0.720876, -0.356662, -0.594247), }, + Vertex { position: (2.637655, -0.768176, -0.637039), + normal: (0.720876, -0.356662, -0.594247), }, + Vertex { position: (2.669281, -0.930664, -0.557166), + normal: (0.709718, -0.453838, -0.538824), }, + Vertex { position: (2.514167, -1.077721, -0.706614), + normal: (0.4379, -0.250054, -0.863549), }, + Vertex { position: (2.637655, -0.768176, -0.637039), + normal: (0.720876, -0.356662, -0.594247), }, + Vertex { position: (2.514167, -1.077721, -0.706614), + normal: (0.4379, -0.250054, -0.863549), }, + Vertex { position: (2.520417, -0.954785, -0.739445), + normal: (0.023112, -0.187685, -0.981957), }, + Vertex { position: (2.520417, -0.954785, -0.739445), + normal: (0.023112, -0.187685, -0.981957), }, + Vertex { position: (2.514167, -1.077721, -0.706614), + normal: (0.4379, -0.250054, -0.863549), }, + Vertex { position: (2.386465, -1.116066, -0.761367), + normal: (0.6483, -0.171023, -0.741928), }, + Vertex { position: (2.520417, -0.954785, -0.739445), + normal: (0.023112, -0.187685, -0.981957), }, + Vertex { position: (2.386465, -1.116066, -0.761367), + normal: (0.6483, -0.171023, -0.741928), }, + Vertex { position: (2.407309, -0.97498, -0.805091), + normal: (-0.200187, -0.124247, -0.971848), }, + Vertex { position: (2.407309, -0.97498, -0.805091), + normal: (-0.200187, -0.124247, -0.971848), }, + Vertex { position: (2.386465, -1.116066, -0.761367), + normal: (0.6483, -0.171023, -0.741928), }, + Vertex { position: (2.180012, -1.130557, -0.821812), + normal: (0.70745, -0.193334, -0.679806), }, + Vertex { position: (2.407309, -0.97498, -0.805091), + normal: (-0.200187, -0.124247, -0.971848), }, + Vertex { position: (2.180012, -1.130557, -0.821812), + normal: (0.70745, -0.193334, -0.679806), }, + Vertex { position: (2.229345, -0.992723, -0.862826), + normal: (-0.012663, 0.029084, -0.999497), }, + Vertex { position: (2.180012, -1.130557, -0.821812), + normal: (0.70745, -0.193334, -0.679806), }, + Vertex { position: (2.386465, -1.116066, -0.761367), + normal: (0.6483, -0.171023, -0.741928), }, + Vertex { position: (2.354287, -1.193746, -0.735189), + normal: (0.71475, -0.118625, -0.689246), }, + Vertex { position: (2.180012, -1.130557, -0.821812), + normal: (0.70745, -0.193334, -0.679806), }, + Vertex { position: (2.354287, -1.193746, -0.735189), + normal: (0.71475, -0.118625, -0.689246), }, + Vertex { position: (2.158051, -1.209613, -0.783941), + normal: (0.608407, -0.244593, -0.754993), }, + Vertex { position: (2.158051, -1.209613, -0.783941), + normal: (0.608407, -0.244593, -0.754993), }, + Vertex { position: (2.354287, -1.193746, -0.735189), + normal: (0.71475, -0.118625, -0.689246), }, + Vertex { position: (2.318787, -1.29409, -0.673863), + normal: (0.370396, -0.365961, -0.853744), }, + Vertex { position: (2.158051, -1.209613, -0.783941), + normal: (0.608407, -0.244593, -0.754993), }, + Vertex { position: (2.318787, -1.29409, -0.673863), + normal: (0.370396, -0.365961, -0.853744), }, + Vertex { position: (2.126237, -1.330172, -0.721011), + normal: (0.727678, -0.414895, -0.546211), }, + Vertex { position: (2.126237, -1.330172, -0.721011), + normal: (0.727678, -0.414895, -0.546211), }, + Vertex { position: (2.318787, -1.29409, -0.673863), + normal: (0.370396, -0.365961, -0.853744), }, + Vertex { position: (2.274533, -1.433487, -0.567366), + normal: (0.324748, -0.466051, -0.823003), }, + Vertex { position: (2.274533, -1.433487, -0.567366), + normal: (0.324748, -0.466051, -0.823003), }, + Vertex { position: (2.318787, -1.29409, -0.673863), + normal: (0.370396, -0.365961, -0.853744), }, + Vertex { position: (2.486533, -1.274971, -0.627822), + normal: (0.727708, -0.453484, -0.514581), }, + Vertex { position: (2.274533, -1.433487, -0.567366), + normal: (0.324748, -0.466051, -0.823003), }, + Vertex { position: (2.486533, -1.274971, -0.627822), + normal: (0.727708, -0.453484, -0.514581), }, + Vertex { position: (2.45706, -1.400958, -0.539866), + normal: (0.287759, -0.574148, -0.766517), }, + Vertex { position: (2.45706, -1.400958, -0.539866), + normal: (0.287759, -0.574148, -0.766517), }, + Vertex { position: (2.486533, -1.274971, -0.627822), + normal: (0.727708, -0.453484, -0.514581), }, + Vertex { position: (2.549322, -1.335209, -0.535156), + normal: (0.677632, -0.514013, -0.525933), }, + Vertex { position: (2.549322, -1.335209, -0.535156), + normal: (0.677632, -0.514013, -0.525933), }, + Vertex { position: (2.486533, -1.274971, -0.627822), + normal: (0.727708, -0.453484, -0.514581), }, + Vertex { position: (2.61797, -1.235597, -0.520238), + normal: (0.290845, -0.56858, -0.769497), }, + Vertex { position: (2.61797, -1.235597, -0.520238), + normal: (0.290845, -0.56858, -0.769497), }, + Vertex { position: (2.486533, -1.274971, -0.627822), + normal: (0.727708, -0.453484, -0.514581), }, + Vertex { position: (2.510841, -1.158786, -0.678057), + normal: (0.478274, -0.500384, -0.721713), }, + Vertex { position: (2.61797, -1.235597, -0.520238), + normal: (0.290845, -0.56858, -0.769497), }, + Vertex { position: (2.510841, -1.158786, -0.678057), + normal: (0.478274, -0.500384, -0.721713), }, + Vertex { position: (2.670253, -1.108365, -0.544018), + normal: (0.245892, -0.489895, -0.836385), }, + Vertex { position: (2.510841, -1.158786, -0.678057), + normal: (0.478274, -0.500384, -0.721713), }, + Vertex { position: (2.486533, -1.274971, -0.627822), + normal: (0.727708, -0.453484, -0.514581), }, + Vertex { position: (2.318787, -1.29409, -0.673863), + normal: (0.370396, -0.365961, -0.853744), }, + Vertex { position: (2.510841, -1.158786, -0.678057), + normal: (0.478274, -0.500384, -0.721713), }, + Vertex { position: (2.318787, -1.29409, -0.673863), + normal: (0.370396, -0.365961, -0.853744), }, + Vertex { position: (2.354287, -1.193746, -0.735189), + normal: (0.71475, -0.118625, -0.689246), }, + Vertex { position: (2.354287, -1.193746, -0.735189), + normal: (0.71475, -0.118625, -0.689246), }, + Vertex { position: (2.386465, -1.116066, -0.761367), + normal: (0.6483, -0.171023, -0.741928), }, + Vertex { position: (2.514167, -1.077721, -0.706614), + normal: (0.4379, -0.250054, -0.863549), }, + Vertex { position: (2.354287, -1.193746, -0.735189), + normal: (0.71475, -0.118625, -0.689246), }, + Vertex { position: (2.514167, -1.077721, -0.706614), + normal: (0.4379, -0.250054, -0.863549), }, + Vertex { position: (2.510841, -1.158786, -0.678057), + normal: (0.478274, -0.500384, -0.721713), }, + Vertex { position: (2.510841, -1.158786, -0.678057), + normal: (0.478274, -0.500384, -0.721713), }, + Vertex { position: (2.514167, -1.077721, -0.706614), + normal: (0.4379, -0.250054, -0.863549), }, + Vertex { position: (2.669281, -0.930664, -0.557166), + normal: (0.709718, -0.453838, -0.538824), }, + Vertex { position: (2.510841, -1.158786, -0.678057), + normal: (0.478274, -0.500384, -0.721713), }, + Vertex { position: (2.669281, -0.930664, -0.557166), + normal: (0.709718, -0.453838, -0.538824), }, + Vertex { position: (2.670253, -1.108365, -0.544018), + normal: (0.245892, -0.489895, -0.836385), }, + Vertex { position: (2.669281, -0.930664, -0.557166), + normal: (0.709718, -0.453838, -0.538824), }, + Vertex { position: (2.637655, -0.768176, -0.637039), + normal: (0.720876, -0.356662, -0.594247), }, + Vertex { position: (2.710721, -0.830091, -0.532493), + normal: (0.430574, -0.353967, -0.830249), }, + Vertex { position: (2.670253, -1.108365, -0.544018), + normal: (0.245892, -0.489895, -0.836385), }, + Vertex { position: (2.857666, -0.930625, -0.391195), + normal: (0.539192, -0.226204, -0.811236), }, + Vertex { position: (2.757946, -1.099958, -0.471684), + normal: (0.543412, -0.359347, -0.758665), }, + Vertex { position: (2.757946, -1.099958, -0.471684), + normal: (0.543412, -0.359347, -0.758665), }, + Vertex { position: (2.61797, -1.235597, -0.520238), + normal: (0.290845, -0.56858, -0.769497), }, + Vertex { position: (2.670253, -1.108365, -0.544018), + normal: (0.245892, -0.489895, -0.836385), }, + Vertex { position: (2.757946, -1.099958, -0.471684), + normal: (0.543412, -0.359347, -0.758665), }, + Vertex { position: (2.847364, -1.103812, -0.402301), + normal: (0.663699, -0.195183, -0.722085), }, + Vertex { position: (2.803736, -1.255869, -0.438328), + normal: (0.675576, -0.202498, -0.708937), }, + Vertex { position: (2.757946, -1.099958, -0.471684), + normal: (0.543412, -0.359347, -0.758665), }, + Vertex { position: (2.803736, -1.255869, -0.438328), + normal: (0.675576, -0.202498, -0.708937), }, + Vertex { position: (2.61797, -1.235597, -0.520238), + normal: (0.290845, -0.56858, -0.769497), }, + Vertex { position: (2.847364, -1.103812, -0.402301), + normal: (0.663699, -0.195183, -0.722085), }, + Vertex { position: (2.757946, -1.099958, -0.471684), + normal: (0.543412, -0.359347, -0.758665), }, + Vertex { position: (2.857666, -0.930625, -0.391195), + normal: (0.539192, -0.226204, -0.811236), }, + Vertex { position: (2.61797, -1.235597, -0.520238), + normal: (0.290845, -0.56858, -0.769497), }, + Vertex { position: (2.803736, -1.255869, -0.438328), + normal: (0.675576, -0.202498, -0.708937), }, + Vertex { position: (2.740886, -1.339225, -0.463604), + normal: (0.655995, -0.105886, -0.747301), }, + Vertex { position: (2.61797, -1.235597, -0.520238), + normal: (0.290845, -0.56858, -0.769497), }, + Vertex { position: (2.740886, -1.339225, -0.463604), + normal: (0.655995, -0.105886, -0.747301), }, + Vertex { position: (2.663024, -1.440487, -0.478149), + normal: (0.594643, -0.107364, -0.796789), }, + Vertex { position: (2.61797, -1.235597, -0.520238), + normal: (0.290845, -0.56858, -0.769497), }, + Vertex { position: (2.663024, -1.440487, -0.478149), + normal: (0.594643, -0.107364, -0.796789), }, + Vertex { position: (2.549322, -1.335209, -0.535156), + normal: (0.677632, -0.514013, -0.525933), }, + Vertex { position: (2.549322, -1.335209, -0.535156), + normal: (0.677632, -0.514013, -0.525933), }, + Vertex { position: (2.663024, -1.440487, -0.478149), + normal: (0.594643, -0.107364, -0.796789), }, + Vertex { position: (2.515314, -1.507063, -0.483275), + normal: (0.648132, -0.027411, -0.761034), }, + Vertex { position: (2.549322, -1.335209, -0.535156), + normal: (0.677632, -0.514013, -0.525933), }, + Vertex { position: (2.515314, -1.507063, -0.483275), + normal: (0.648132, -0.027411, -0.761034), }, + Vertex { position: (2.45706, -1.400958, -0.539866), + normal: (0.287759, -0.574148, -0.766517), }, + Vertex { position: (2.45706, -1.400958, -0.539866), + normal: (0.287759, -0.574148, -0.766517), }, + Vertex { position: (2.515314, -1.507063, -0.483275), + normal: (0.648132, -0.027411, -0.761034), }, + Vertex { position: (2.422296, -1.510915, -0.494169), + normal: (0.58512, -0.108234, -0.803692), }, + Vertex { position: (2.45706, -1.400958, -0.539866), + normal: (0.287759, -0.574148, -0.766517), }, + Vertex { position: (2.422296, -1.510915, -0.494169), + normal: (0.58512, -0.108234, -0.803692), }, + Vertex { position: (2.249663, -1.492705, -0.53127), + normal: (0.518786, -0.204527, -0.830078), }, + Vertex { position: (2.45706, -1.400958, -0.539866), + normal: (0.287759, -0.574148, -0.766517), }, + Vertex { position: (2.249663, -1.492705, -0.53127), + normal: (0.518786, -0.204527, -0.830078), }, + Vertex { position: (2.274533, -1.433487, -0.567366), + normal: (0.324748, -0.466051, -0.823003), }, + Vertex { position: (2.274533, -1.433487, -0.567366), + normal: (0.324748, -0.466051, -0.823003), }, + Vertex { position: (2.249663, -1.492705, -0.53127), + normal: (0.518786, -0.204527, -0.830078), }, + Vertex { position: (2.0796, -1.473377, -0.654997), + normal: (0.437631, -0.408484, -0.801012), }, + Vertex { position: (2.274533, -1.433487, -0.567366), + normal: (0.324748, -0.466051, -0.823003), }, + Vertex { position: (2.0796, -1.473377, -0.654997), + normal: (0.437631, -0.408484, -0.801012), }, + Vertex { position: (2.126237, -1.330172, -0.721011), + normal: (0.727678, -0.414895, -0.546211), }, + Vertex { position: (2.857666, -0.930625, -0.391195), + normal: (0.539192, -0.226204, -0.811236), }, + Vertex { position: (2.960118, -0.941827, -0.284743), + normal: (0.189478, -0.558571, -0.807525), }, + Vertex { position: (2.928787, -1.107467, -0.312054), + normal: (0.112446, -0.61866, -0.77757), }, + Vertex { position: (2.857666, -0.930625, -0.391195), + normal: (0.539192, -0.226204, -0.811236), }, + Vertex { position: (2.928787, -1.107467, -0.312054), + normal: (0.112446, -0.61866, -0.77757), }, + Vertex { position: (2.847364, -1.103812, -0.402301), + normal: (0.663699, -0.195183, -0.722085), }, + Vertex { position: (2.847364, -1.103812, -0.402301), + normal: (0.663699, -0.195183, -0.722085), }, + Vertex { position: (2.928787, -1.107467, -0.312054), + normal: (0.112446, -0.61866, -0.77757), }, + Vertex { position: (2.893096, -1.302168, -0.332049), + normal: (0.276661, -0.626708, -0.728489), }, + Vertex { position: (2.847364, -1.103812, -0.402301), + normal: (0.663699, -0.195183, -0.722085), }, + Vertex { position: (2.893096, -1.302168, -0.332049), + normal: (0.276661, -0.626708, -0.728489), }, + Vertex { position: (2.803736, -1.255869, -0.438328), + normal: (0.675576, -0.202498, -0.708937), }, + Vertex { position: (2.803736, -1.255869, -0.438328), + normal: (0.675576, -0.202498, -0.708937), }, + Vertex { position: (2.893096, -1.302168, -0.332049), + normal: (0.276661, -0.626708, -0.728489), }, + Vertex { position: (2.824356, -1.407256, -0.355013), + normal: (0.690473, -0.61586, -0.379425), }, + Vertex { position: (2.803736, -1.255869, -0.438328), + normal: (0.675576, -0.202498, -0.708937), }, + Vertex { position: (2.824356, -1.407256, -0.355013), + normal: (0.690473, -0.61586, -0.379425), }, + Vertex { position: (2.740886, -1.339225, -0.463604), + normal: (0.655995, -0.105886, -0.747301), }, + Vertex { position: (2.824356, -1.407256, -0.355013), + normal: (0.690473, -0.61586, -0.379425), }, + Vertex { position: (2.721135, -1.520418, -0.362378), + normal: (0.883063, -0.251635, -0.396079), }, + Vertex { position: (2.663024, -1.440487, -0.478149), + normal: (0.594643, -0.107364, -0.796789), }, + Vertex { position: (2.663024, -1.440487, -0.478149), + normal: (0.594643, -0.107364, -0.796789), }, + Vertex { position: (2.721135, -1.520418, -0.362378), + normal: (0.883063, -0.251635, -0.396079), }, + Vertex { position: (2.545261, -1.5933, -0.38631), + normal: (0.918784, -0.122699, -0.375208), }, + Vertex { position: (2.663024, -1.440487, -0.478149), + normal: (0.594643, -0.107364, -0.796789), }, + Vertex { position: (2.545261, -1.5933, -0.38631), + normal: (0.918784, -0.122699, -0.375208), }, + Vertex { position: (2.515314, -1.507063, -0.483275), + normal: (0.648132, -0.027411, -0.761034), }, + Vertex { position: (2.515314, -1.507063, -0.483275), + normal: (0.648132, -0.027411, -0.761034), }, + Vertex { position: (2.545261, -1.5933, -0.38631), + normal: (0.918784, -0.122699, -0.375208), }, + Vertex { position: (2.396607, -1.593239, -0.389972), + normal: (0.876436, -0.293555, -0.381688), }, + Vertex { position: (2.515314, -1.507063, -0.483275), + normal: (0.648132, -0.027411, -0.761034), }, + Vertex { position: (2.396607, -1.593239, -0.389972), + normal: (0.876436, -0.293555, -0.381688), }, + Vertex { position: (2.422296, -1.510915, -0.494169), + normal: (0.58512, -0.108234, -0.803692), }, + Vertex { position: (2.422296, -1.510915, -0.494169), + normal: (0.58512, -0.108234, -0.803692), }, + Vertex { position: (2.396607, -1.593239, -0.389972), + normal: (0.876436, -0.293555, -0.381688), }, + Vertex { position: (2.243492, -1.584783, -0.431143), + normal: (0.728904, -0.519576, -0.445802), }, + Vertex { position: (2.422296, -1.510915, -0.494169), + normal: (0.58512, -0.108234, -0.803692), }, + Vertex { position: (2.243492, -1.584783, -0.431143), + normal: (0.728904, -0.519576, -0.445802), }, + Vertex { position: (2.249663, -1.492705, -0.53127), + normal: (0.518786, -0.204527, -0.830078), }, + Vertex { position: (2.249663, -1.492705, -0.53127), + normal: (0.518786, -0.204527, -0.830078), }, + Vertex { position: (2.243492, -1.584783, -0.431143), + normal: (0.728904, -0.519576, -0.445802), }, + Vertex { position: (2.0482, -1.581983, -0.555832), + normal: (0.552828, -0.750794, -0.36151), }, + Vertex { position: (2.249663, -1.492705, -0.53127), + normal: (0.518786, -0.204527, -0.830078), }, + Vertex { position: (2.0482, -1.581983, -0.555832), + normal: (0.552828, -0.750794, -0.36151), }, + Vertex { position: (2.0796, -1.473377, -0.654997), + normal: (0.437631, -0.408484, -0.801012), }, + Vertex { position: (2.960118, -0.941827, -0.284743), + normal: (0.189478, -0.558571, -0.807525), }, + Vertex { position: (2.970902, -0.959664, 0.0), + normal: (-0.334515, 0.94239, 0.0), }, + Vertex { position: (2.931756, -1.129655, 0.0), + normal: (0.820584, -0.571526, 0.0), }, + Vertex { position: (2.960118, -0.941827, -0.284743), + normal: (0.189478, -0.558571, -0.807525), }, + Vertex { position: (2.931756, -1.129655, 0.0), + normal: (0.820584, -0.571526, 0.0), }, + Vertex { position: (2.928787, -1.107467, -0.312054), + normal: (0.112446, -0.61866, -0.77757), }, + Vertex { position: (2.928787, -1.107467, -0.312054), + normal: (0.112446, -0.61866, -0.77757), }, + Vertex { position: (2.931756, -1.129655, 0.0), + normal: (0.820584, -0.571526, 0.0), }, + Vertex { position: (2.896234, -1.31956, 0.0), + normal: (-0.255632, 0.966774, 0.0), }, + Vertex { position: (2.928787, -1.107467, -0.312054), + normal: (0.112446, -0.61866, -0.77757), }, + Vertex { position: (2.896234, -1.31956, 0.0), + normal: (-0.255632, 0.966774, 0.0), }, + Vertex { position: (2.893096, -1.302168, -0.332049), + normal: (0.276661, -0.626708, -0.728489), }, + Vertex { position: (2.893096, -1.302168, -0.332049), + normal: (0.276661, -0.626708, -0.728489), }, + Vertex { position: (2.896234, -1.31956, 0.0), + normal: (-0.255632, 0.966774, 0.0), }, + Vertex { position: (2.821376, -1.431534, 0.0), + normal: (0.826305, -0.563222, 0.0), }, + Vertex { position: (2.893096, -1.302168, -0.332049), + normal: (0.276661, -0.626708, -0.728489), }, + Vertex { position: (2.821376, -1.431534, 0.0), + normal: (0.826305, -0.563222, 0.0), }, + Vertex { position: (2.824356, -1.407256, -0.355013), + normal: (0.690473, -0.61586, -0.379425), }, + Vertex { position: (2.824356, -1.407256, -0.355013), + normal: (0.690473, -0.61586, -0.379425), }, + Vertex { position: (2.821376, -1.431534, 0.0), + normal: (0.826305, -0.563222, 0.0), }, + Vertex { position: (2.706963, -1.528854, 0.0), + normal: (-0.133012, 0.991114, 0.0), }, + Vertex { position: (2.824356, -1.407256, -0.355013), + normal: (0.690473, -0.61586, -0.379425), }, + Vertex { position: (2.706963, -1.528854, 0.0), + normal: (-0.133012, 0.991114, 0.0), }, + Vertex { position: (2.721135, -1.520418, -0.362378), + normal: (0.883063, -0.251635, -0.396079), }, + Vertex { position: (2.721135, -1.520418, -0.362378), + normal: (0.883063, -0.251635, -0.396079), }, + Vertex { position: (2.706963, -1.528854, 0.0), + normal: (-0.133012, 0.991114, 0.0), }, + Vertex { position: (2.534227, -1.617078, 0.0), + normal: (0.815341, -0.578981, 0.0), }, + Vertex { position: (2.721135, -1.520418, -0.362378), + normal: (0.883063, -0.251635, -0.396079), }, + Vertex { position: (2.534227, -1.617078, 0.0), + normal: (0.815341, -0.578981, 0.0), }, + Vertex { position: (2.545261, -1.5933, -0.38631), + normal: (0.918784, -0.122699, -0.375208), }, + Vertex { position: (2.545261, -1.5933, -0.38631), + normal: (0.918784, -0.122699, -0.375208), }, + Vertex { position: (2.534227, -1.617078, 0.0), + normal: (0.815341, -0.578981, 0.0), }, + Vertex { position: (2.348182, -1.624595, 0.0), + normal: (-0.144073, 0.989567, 0.0), }, + Vertex { position: (2.545261, -1.5933, -0.38631), + normal: (0.918784, -0.122699, -0.375208), }, + Vertex { position: (2.348182, -1.624595, 0.0), + normal: (-0.144073, 0.989567, 0.0), }, + Vertex { position: (2.396607, -1.593239, -0.389972), + normal: (0.876436, -0.293555, -0.381688), }, + Vertex { position: (2.396607, -1.593239, -0.389972), + normal: (0.876436, -0.293555, -0.381688), }, + Vertex { position: (2.348182, -1.624595, 0.0), + normal: (-0.144073, 0.989567, 0.0), }, + Vertex { position: (2.167167, -1.596326, 0.0), + normal: (-0.073566, 0.99729, 0.0), }, + Vertex { position: (2.396607, -1.593239, -0.389972), + normal: (0.876436, -0.293555, -0.381688), }, + Vertex { position: (2.167167, -1.596326, 0.0), + normal: (-0.073566, 0.99729, 0.0), }, + Vertex { position: (2.243492, -1.584783, -0.431143), + normal: (0.728904, -0.519576, -0.445802), }, + Vertex { position: (2.243492, -1.584783, -0.431143), + normal: (0.728904, -0.519576, -0.445802), }, + Vertex { position: (2.167167, -1.596326, 0.0), + normal: (-0.073566, 0.99729, 0.0), }, + Vertex { position: (1.920432, -1.567396, 0.0), + normal: (-0.034649, 0.9994, 0.0), }, + Vertex { position: (2.243492, -1.584783, -0.431143), + normal: (0.728904, -0.519576, -0.445802), }, + Vertex { position: (1.920432, -1.567396, 0.0), + normal: (-0.034649, 0.9994, 0.0), }, + Vertex { position: (2.0482, -1.581983, -0.555832), + normal: (0.552828, -0.750794, -0.36151), }, + Vertex { position: (2.881063, -0.493146, -0.521968), + normal: (0.226413, -0.89822, -0.376747), }, + Vertex { position: (2.736198, -0.346225, -0.659345), + normal: (0.763734, 0.228435, -0.603761), }, + Vertex { position: (2.835437, -0.231101, -0.57789), + normal: (0.016767, -0.927537, -0.373356), }, + Vertex { position: (2.835437, -0.231101, -0.57789), + normal: (0.016767, -0.927537, -0.373356), }, + Vertex { position: (2.986408, -0.413503, -0.428964), + normal: (0.486425, 0.192908, -0.852161), }, + Vertex { position: (2.881063, -0.493146, -0.521968), + normal: (0.226413, -0.89822, -0.376747), }, + Vertex { position: (2.881063, -0.493146, -0.521968), + normal: (0.226413, -0.89822, -0.376747), }, + Vertex { position: (2.986408, -0.413503, -0.428964), + normal: (0.486425, 0.192908, -0.852161), }, + Vertex { position: (2.910769, -0.638444, -0.431191), + normal: (0.08136, -0.929085, -0.360806), }, + Vertex { position: (2.910769, -0.638444, -0.431191), + normal: (0.08136, -0.929085, -0.360806), }, + Vertex { position: (2.82554, -0.567578, -0.552597), + normal: (0.295093, -0.940225, -0.16999), }, + Vertex { position: (2.881063, -0.493146, -0.521968), + normal: (0.226413, -0.89822, -0.376747), }, + Vertex { position: (2.881063, -0.493146, -0.521968), + normal: (0.226413, -0.89822, -0.376747), }, + Vertex { position: (2.82554, -0.567578, -0.552597), + normal: (0.295093, -0.940225, -0.16999), }, + Vertex { position: (2.688131, -0.517509, -0.672975), + normal: (0.769758, 0.095155, -0.631204), }, + Vertex { position: (2.637655, -0.768176, -0.637039), + normal: (0.720876, -0.356662, -0.594247), }, + Vertex { position: (2.5392, -0.727778, -0.750475), + normal: (0.908163, -0.140074, -0.394486), }, + Vertex { position: (2.647368, -0.61155, -0.669485), + normal: (0.771881, -0.100912, -0.627707), }, + Vertex { position: (2.647368, -0.61155, -0.669485), + normal: (0.771881, -0.100912, -0.627707), }, + Vertex { position: (2.5392, -0.727778, -0.750475), + normal: (0.908163, -0.140074, -0.394486), }, + Vertex { position: (2.618307, -0.549092, -0.805491), + normal: (0.907314, 0.09913, -0.4086), }, + Vertex { position: (2.618307, -0.549092, -0.805491), + normal: (0.907314, 0.09913, -0.4086), }, + Vertex { position: (2.688131, -0.517509, -0.672975), + normal: (0.769758, 0.095155, -0.631204), }, + Vertex { position: (2.647368, -0.61155, -0.669485), + normal: (0.771881, -0.100912, -0.627707), }, + Vertex { position: (2.637655, -0.768176, -0.637039), + normal: (0.720876, -0.356662, -0.594247), }, + Vertex { position: (2.82554, -0.567578, -0.552597), + normal: (0.295093, -0.940225, -0.16999), }, + Vertex { position: (2.910769, -0.638444, -0.431191), + normal: (0.08136, -0.929085, -0.360806), }, + Vertex { position: (2.637655, -0.768176, -0.637039), + normal: (0.720876, -0.356662, -0.594247), }, + Vertex { position: (2.910769, -0.638444, -0.431191), + normal: (0.08136, -0.929085, -0.360806), }, + Vertex { position: (2.710721, -0.830091, -0.532493), + normal: (0.430574, -0.353967, -0.830249), }, + Vertex { position: (2.710721, -0.830091, -0.532493), + normal: (0.430574, -0.353967, -0.830249), }, + Vertex { position: (2.910769, -0.638444, -0.431191), + normal: (0.08136, -0.929085, -0.360806), }, + Vertex { position: (2.857666, -0.930625, -0.391195), + normal: (0.539192, -0.226204, -0.811236), }, + Vertex { position: (2.857666, -0.930625, -0.391195), + normal: (0.539192, -0.226204, -0.811236), }, + Vertex { position: (2.910769, -0.638444, -0.431191), + normal: (0.08136, -0.929085, -0.360806), }, + Vertex { position: (2.993075, -0.708434, -0.342596), + normal: (0.676544, -0.141883, -0.722604), }, + Vertex { position: (2.993075, -0.708434, -0.342596), + normal: (0.676544, -0.141883, -0.722604), }, + Vertex { position: (3.045715, -0.767786, -0.261741), + normal: (0.667276, -0.159228, -0.727591), }, + Vertex { position: (2.960118, -0.941827, -0.284743), + normal: (0.189478, -0.558571, -0.807525), }, + Vertex { position: (2.993075, -0.708434, -0.342596), + normal: (0.676544, -0.141883, -0.722604), }, + Vertex { position: (2.960118, -0.941827, -0.284743), + normal: (0.189478, -0.558571, -0.807525), }, + Vertex { position: (2.857666, -0.930625, -0.391195), + normal: (0.539192, -0.226204, -0.811236), }, + Vertex { position: (2.960118, -0.941827, -0.284743), + normal: (0.189478, -0.558571, -0.807525), }, + Vertex { position: (3.045715, -0.767786, -0.261741), + normal: (0.667276, -0.159228, -0.727591), }, + Vertex { position: (3.065544, -0.788768, 0.0), + normal: (0.942695, -0.333657, 0.0), }, + Vertex { position: (2.960118, -0.941827, -0.284743), + normal: (0.189478, -0.558571, -0.807525), }, + Vertex { position: (3.065544, -0.788768, 0.0), + normal: (0.942695, -0.333657, 0.0), }, + Vertex { position: (2.970902, -0.959664, 0.0), + normal: (-0.334515, 0.94239, 0.0), }, + Vertex { position: (3.065544, -0.788768, 0.0), + normal: (0.942695, -0.333657, 0.0), }, + Vertex { position: (3.045715, -0.767786, -0.261741), + normal: (0.667276, -0.159228, -0.727591), }, + Vertex { position: (3.107533, -0.691019, -0.264602), + normal: (0.533629, -0.162705, -0.82992), }, + Vertex { position: (3.065544, -0.788768, 0.0), + normal: (0.942695, -0.333657, 0.0), }, + Vertex { position: (3.107533, -0.691019, -0.264602), + normal: (0.533629, -0.162705, -0.82992), }, + Vertex { position: (3.118124, -0.703925, 0.0), + normal: (-0.476715, 0.879058, 0.0), }, + Vertex { position: (2.857666, -0.930625, -0.391195), + normal: (0.539192, -0.226204, -0.811236), }, + Vertex { position: (2.670253, -1.108365, -0.544018), + normal: (0.245892, -0.489895, -0.836385), }, + Vertex { position: (2.669281, -0.930664, -0.557166), + normal: (0.709718, -0.453838, -0.538824), }, + Vertex { position: (2.710721, -0.830091, -0.532493), + normal: (0.430574, -0.353967, -0.830249), }, + Vertex { position: (2.857666, -0.930625, -0.391195), + normal: (0.539192, -0.226204, -0.811236), }, + Vertex { position: (2.669281, -0.930664, -0.557166), + normal: (0.709718, -0.453838, -0.538824), }, + Vertex { position: (2.647368, -0.61155, -0.669485), + normal: (0.771881, -0.100912, -0.627707), }, + Vertex { position: (2.688131, -0.517509, -0.672975), + normal: (0.769758, 0.095155, -0.631204), }, + Vertex { position: (2.82554, -0.567578, -0.552597), + normal: (0.295093, -0.940225, -0.16999), }, + Vertex { position: (2.637655, -0.768176, -0.637039), + normal: (0.720876, -0.356662, -0.594247), }, + Vertex { position: (2.647368, -0.61155, -0.669485), + normal: (0.771881, -0.100912, -0.627707), }, + Vertex { position: (2.82554, -0.567578, -0.552597), + normal: (0.295093, -0.940225, -0.16999), }, + Vertex { position: (2.986408, -0.413503, -0.428964), + normal: (0.486425, 0.192908, -0.852161), }, + Vertex { position: (3.053144, -0.609681, -0.326931), + normal: (0.449624, 0.075438, -0.890027), }, + Vertex { position: (2.993075, -0.708434, -0.342596), + normal: (0.676544, -0.141883, -0.722604), }, + Vertex { position: (2.986408, -0.413503, -0.428964), + normal: (0.486425, 0.192908, -0.852161), }, + Vertex { position: (2.993075, -0.708434, -0.342596), + normal: (0.676544, -0.141883, -0.722604), }, + Vertex { position: (2.910769, -0.638444, -0.431191), + normal: (0.08136, -0.929085, -0.360806), }, + Vertex { position: (2.993075, -0.708434, -0.342596), + normal: (0.676544, -0.141883, -0.722604), }, + Vertex { position: (3.053144, -0.609681, -0.326931), + normal: (0.449624, 0.075438, -0.890027), }, + Vertex { position: (3.107533, -0.691019, -0.264602), + normal: (0.533629, -0.162705, -0.82992), }, + Vertex { position: (2.993075, -0.708434, -0.342596), + normal: (0.676544, -0.141883, -0.722604), }, + Vertex { position: (3.107533, -0.691019, -0.264602), + normal: (0.533629, -0.162705, -0.82992), }, + Vertex { position: (3.045715, -0.767786, -0.261741), + normal: (0.667276, -0.159228, -0.727591), }, + Vertex { position: (-0.953236, -1.545941, -0.89918), + normal: (-0.218261, -0.26262, -0.93989), }, + Vertex { position: (-1.091175, -1.70712, -0.727242), + normal: (-0.11636, -0.749063, -0.6522), }, + Vertex { position: (-1.226563, -1.655159, -0.687343), + normal: (0.162276, -0.745105, -0.646905), }, + Vertex { position: (-0.953236, -1.545941, -0.89918), + normal: (-0.218261, -0.26262, -0.93989), }, + Vertex { position: (-1.226563, -1.655159, -0.687343), + normal: (0.162276, -0.745105, -0.646905), }, + Vertex { position: (-1.200688, -1.577575, -0.799188), + normal: (0.215155, -0.464575, -0.858999), }, + Vertex { position: (-1.200688, -1.577575, -0.799188), + normal: (0.215155, -0.464575, -0.858999), }, + Vertex { position: (-1.226563, -1.655159, -0.687343), + normal: (0.162276, -0.745105, -0.646905), }, + Vertex { position: (-1.376186, -1.661988, -0.718954), + normal: (-0.504483, -0.438591, -0.743731), }, + Vertex { position: (-1.226563, -1.655159, -0.687343), + normal: (0.162276, -0.745105, -0.646905), }, + Vertex { position: (-1.091175, -1.70712, -0.727242), + normal: (-0.11636, -0.749063, -0.6522), }, + Vertex { position: (-1.089642, -1.757196, -0.685154), + normal: (-0.351476, -0.711504, -0.608463), }, + Vertex { position: (-1.226563, -1.655159, -0.687343), + normal: (0.162276, -0.745105, -0.646905), }, + Vertex { position: (-1.089642, -1.757196, -0.685154), + normal: (-0.351476, -0.711504, -0.608463), }, + Vertex { position: (-1.266738, -1.691944, -0.557922), + normal: (-0.149005, -0.65467, -0.741084), }, + Vertex { position: (-1.091175, -1.70712, -0.727242), + normal: (-0.11636, -0.749063, -0.6522), }, + Vertex { position: (-0.953236, -1.545941, -0.89918), + normal: (-0.218261, -0.26262, -0.93989), }, + Vertex { position: (-0.972089, -1.774507, -0.76857), + normal: (-0.231653, -0.530839, -0.815198), }, + Vertex { position: (-0.972089, -1.774507, -0.76857), + normal: (-0.231653, -0.530839, -0.815198), }, + Vertex { position: (-0.953236, -1.545941, -0.89918), + normal: (-0.218261, -0.26262, -0.93989), }, + Vertex { position: (-0.812845, -1.785424, -0.768511), + normal: (-0.468954, -0.586277, -0.660577), }, + Vertex { position: (-0.812845, -1.785424, -0.768511), + normal: (-0.468954, -0.586277, -0.660577), }, + Vertex { position: (-0.953236, -1.545941, -0.89918), + normal: (-0.218261, -0.26262, -0.93989), }, + Vertex { position: (-0.535144, -1.615983, -0.920556), + normal: (0.10737, -0.293005, -0.950063), }, + Vertex { position: (-0.812845, -1.785424, -0.768511), + normal: (-0.468954, -0.586277, -0.660577), }, + Vertex { position: (-0.535144, -1.615983, -0.920556), + normal: (0.10737, -0.293005, -0.950063), }, + Vertex { position: (-0.680046, -1.768325, -0.81908), + normal: (-0.150892, -0.83775, -0.524792), }, + Vertex { position: (-0.680046, -1.768325, -0.81908), + normal: (-0.150892, -0.83775, -0.524792), }, + Vertex { position: (-0.535144, -1.615983, -0.920556), + normal: (0.10737, -0.293005, -0.950063), }, + Vertex { position: (-0.564074, -1.789401, -0.803191), + normal: (0.100949, -0.548551, -0.830001), }, + Vertex { position: (-0.564074, -1.789401, -0.803191), + normal: (0.100949, -0.548551, -0.830001), }, + Vertex { position: (-0.535144, -1.615983, -0.920556), + normal: (0.10737, -0.293005, -0.950063), }, + Vertex { position: (-0.422877, -1.7512, -0.823423), + normal: (-0.4144, -0.844957, -0.338113), }, + Vertex { position: (-0.422877, -1.7512, -0.823423), + normal: (-0.4144, -0.844957, -0.338113), }, + Vertex { position: (-0.535144, -1.615983, -0.920556), + normal: (0.10737, -0.293005, -0.950063), }, + Vertex { position: (-0.063012, -1.583021, -0.865082), + normal: (0.33122, -0.270106, -0.904067), }, + Vertex { position: (-0.422877, -1.7512, -0.823423), + normal: (-0.4144, -0.844957, -0.338113), }, + Vertex { position: (-0.063012, -1.583021, -0.865082), + normal: (0.33122, -0.270106, -0.904067), }, + Vertex { position: (-0.07847, -1.688266, -0.80023), + normal: (0.327725, -0.489439, -0.808112), }, + Vertex { position: (-0.422877, -1.7512, -0.823423), + normal: (-0.4144, -0.844957, -0.338113), }, + Vertex { position: (-0.07847, -1.688266, -0.80023), + normal: (0.327725, -0.489439, -0.808112), }, + Vertex { position: (-0.094135, -1.769086, -0.556924), + normal: (0.291858, -0.681117, -0.67149), }, + Vertex { position: (-0.422877, -1.7512, -0.823423), + normal: (-0.4144, -0.844957, -0.338113), }, + Vertex { position: (-0.094135, -1.769086, -0.556924), + normal: (0.291858, -0.681117, -0.67149), }, + Vertex { position: (-0.543078, -1.810473, -0.563825), + normal: (0.068777, -0.757383, -0.649339), }, + Vertex { position: (-0.543078, -1.810473, -0.563825), + normal: (0.068777, -0.757383, -0.649339), }, + Vertex { position: (-0.564074, -1.789401, -0.803191), + normal: (0.100949, -0.548551, -0.830001), }, + Vertex { position: (-0.422877, -1.7512, -0.823423), + normal: (-0.4144, -0.844957, -0.338113), }, + Vertex { position: (-0.564074, -1.789401, -0.803191), + normal: (0.100949, -0.548551, -0.830001), }, + Vertex { position: (-0.543078, -1.810473, -0.563825), + normal: (0.068777, -0.757383, -0.649339), }, + Vertex { position: (-0.680046, -1.768325, -0.81908), + normal: (-0.150892, -0.83775, -0.524792), }, + Vertex { position: (-0.680046, -1.768325, -0.81908), + normal: (-0.150892, -0.83775, -0.524792), }, + Vertex { position: (-0.543078, -1.810473, -0.563825), + normal: (0.068777, -0.757383, -0.649339), }, + Vertex { position: (-0.977375, -1.793126, -0.498747), + normal: (-0.253979, -0.745808, -0.615845), }, + Vertex { position: (-0.680046, -1.768325, -0.81908), + normal: (-0.150892, -0.83775, -0.524792), }, + Vertex { position: (-0.977375, -1.793126, -0.498747), + normal: (-0.253979, -0.745808, -0.615845), }, + Vertex { position: (-0.812845, -1.785424, -0.768511), + normal: (-0.468954, -0.586277, -0.660577), }, + Vertex { position: (-1.089642, -1.757196, -0.685154), + normal: (-0.351476, -0.711504, -0.608463), }, + Vertex { position: (-1.091175, -1.70712, -0.727242), + normal: (-0.11636, -0.749063, -0.6522), }, + Vertex { position: (-0.972089, -1.774507, -0.76857), + normal: (-0.231653, -0.530839, -0.815198), }, + Vertex { position: (-1.266738, -1.691944, -0.557922), + normal: (-0.149005, -0.65467, -0.741084), }, + Vertex { position: (-1.089642, -1.757196, -0.685154), + normal: (-0.351476, -0.711504, -0.608463), }, + Vertex { position: (-0.977375, -1.793126, -0.498747), + normal: (-0.253979, -0.745808, -0.615845), }, + Vertex { position: (-1.266738, -1.691944, -0.557922), + normal: (-0.149005, -0.65467, -0.741084), }, + Vertex { position: (-0.977375, -1.793126, -0.498747), + normal: (-0.253979, -0.745808, -0.615845), }, + Vertex { position: (-1.108758, -1.770749, -0.473033), + normal: (-0.176655, -0.950799, -0.254508), }, + Vertex { position: (-1.108758, -1.770749, -0.473033), + normal: (-0.176655, -0.950799, -0.254508), }, + Vertex { position: (-1.305099, -1.70846, -0.48423), + normal: (-0.079302, -0.84299, -0.532051), }, + Vertex { position: (-1.266738, -1.691944, -0.557922), + normal: (-0.149005, -0.65467, -0.741084), }, + Vertex { position: (-1.266738, -1.691944, -0.557922), + normal: (-0.149005, -0.65467, -0.741084), }, + Vertex { position: (-1.376186, -1.661988, -0.718954), + normal: (-0.504483, -0.438591, -0.743731), }, + Vertex { position: (-1.226563, -1.655159, -0.687343), + normal: (0.162276, -0.745105, -0.646905), }, + Vertex { position: (-1.376186, -1.661988, -0.718954), + normal: (-0.504483, -0.438591, -0.743731), }, + Vertex { position: (-1.266738, -1.691944, -0.557922), + normal: (-0.149005, -0.65467, -0.741084), }, + Vertex { position: (-1.397474, -1.693815, -0.570541), + normal: (-0.094238, -0.851252, -0.516225), }, + Vertex { position: (-1.386502, -1.718441, -0.350823), + normal: (-0.53858, -0.616299, -0.57455), }, + Vertex { position: (-1.406693, -1.697325, -0.450399), + normal: (-0.171647, -0.971664, -0.162499), }, + Vertex { position: (-1.305099, -1.70846, -0.48423), + normal: (-0.079302, -0.84299, -0.532051), }, + Vertex { position: (-1.386502, -1.718441, -0.350823), + normal: (-0.53858, -0.616299, -0.57455), }, + Vertex { position: (-1.305099, -1.70846, -0.48423), + normal: (-0.079302, -0.84299, -0.532051), }, + Vertex { position: (-0.972514, -1.822778, -0.372649), + normal: (-0.040019, -0.929968, -0.365457), }, + Vertex { position: (-0.972514, -1.822778, -0.372649), + normal: (-0.040019, -0.929968, -0.365457), }, + Vertex { position: (-0.977375, -1.793126, -0.498747), + normal: (-0.253979, -0.745808, -0.615845), }, + Vertex { position: (-0.543078, -1.810473, -0.563825), + normal: (0.068777, -0.757383, -0.649339), }, + Vertex { position: (-0.972514, -1.822778, -0.372649), + normal: (-0.040019, -0.929968, -0.365457), }, + Vertex { position: (-0.543078, -1.810473, -0.563825), + normal: (0.068777, -0.757383, -0.649339), }, + Vertex { position: (-0.523838, -1.850065, -0.388007), + normal: (0.023352, -0.872807, -0.487506), }, + Vertex { position: (-0.523838, -1.850065, -0.388007), + normal: (0.023352, -0.872807, -0.487506), }, + Vertex { position: (-0.543078, -1.810473, -0.563825), + normal: (0.068777, -0.757383, -0.649339), }, + Vertex { position: (-0.094135, -1.769086, -0.556924), + normal: (0.291858, -0.681117, -0.67149), }, + Vertex { position: (-0.523838, -1.850065, -0.388007), + normal: (0.023352, -0.872807, -0.487506), }, + Vertex { position: (-0.094135, -1.769086, -0.556924), + normal: (0.291858, -0.681117, -0.67149), }, + Vertex { position: (-0.112666, -1.806584, -0.383324), + normal: (0.248915, -0.807091, -0.535392), }, + Vertex { position: (-0.112666, -1.806584, -0.383324), + normal: (0.248915, -0.807091, -0.535392), }, + Vertex { position: (-0.094135, -1.769086, -0.556924), + normal: (0.291858, -0.681117, -0.67149), }, + Vertex { position: (0.489819, -1.524947, -0.672392), + normal: (0.420794, -0.405156, -0.811653), }, + Vertex { position: (-0.112666, -1.806584, -0.383324), + normal: (0.248915, -0.807091, -0.535392), }, + Vertex { position: (0.489819, -1.524947, -0.672392), + normal: (0.420794, -0.405156, -0.811653), }, + Vertex { position: (0.480235, -1.631521, -0.401961), + normal: (0.383978, -0.566345, -0.729256), }, + Vertex { position: (0.480235, -1.631521, -0.401961), + normal: (0.383978, -0.566345, -0.729256), }, + Vertex { position: (0.44655, -1.67295, 0.0), + normal: (0.226963, -0.973903, 0.0), }, + Vertex { position: (-0.155114, -1.828285, 0.0), + normal: (-0.084764, -0.996401, 0.0), }, + Vertex { position: (0.480235, -1.631521, -0.401961), + normal: (0.383978, -0.566345, -0.729256), }, + Vertex { position: (-0.155114, -1.828285, 0.0), + normal: (-0.084764, -0.996401, 0.0), }, + Vertex { position: (-0.112666, -1.806584, -0.383324), + normal: (0.248915, -0.807091, -0.535392), }, + Vertex { position: (-0.112666, -1.806584, -0.383324), + normal: (0.248915, -0.807091, -0.535392), }, + Vertex { position: (-0.155114, -1.828285, 0.0), + normal: (-0.084764, -0.996401, 0.0), }, + Vertex { position: (-0.530369, -1.860806, 0.0), + normal: (0.854132, -0.520056, 0.0), }, + Vertex { position: (-0.112666, -1.806584, -0.383324), + normal: (0.248915, -0.807091, -0.535392), }, + Vertex { position: (-0.530369, -1.860806, 0.0), + normal: (0.854132, -0.520056, 0.0), }, + Vertex { position: (-0.523838, -1.850065, -0.388007), + normal: (0.023352, -0.872807, -0.487506), }, + Vertex { position: (-0.523838, -1.850065, -0.388007), + normal: (0.023352, -0.872807, -0.487506), }, + Vertex { position: (-0.530369, -1.860806, 0.0), + normal: (0.854132, -0.520056, 0.0), }, + Vertex { position: (-0.956007, -1.825728, 0.0), + normal: (0.113474, -0.993541, 0.0), }, + Vertex { position: (-0.523838, -1.850065, -0.388007), + normal: (0.023352, -0.872807, -0.487506), }, + Vertex { position: (-0.956007, -1.825728, 0.0), + normal: (0.113474, -0.993541, 0.0), }, + Vertex { position: (-0.972514, -1.822778, -0.372649), + normal: (-0.040019, -0.929968, -0.365457), }, + Vertex { position: (-0.972514, -1.822778, -0.372649), + normal: (-0.040019, -0.929968, -0.365457), }, + Vertex { position: (-0.956007, -1.825728, 0.0), + normal: (0.113474, -0.993541, 0.0), }, + Vertex { position: (-1.395728, -1.723811, 0.0), + normal: (0.011286, 0.999936, 0.0), }, + Vertex { position: (-0.972514, -1.822778, -0.372649), + normal: (-0.040019, -0.929968, -0.365457), }, + Vertex { position: (-1.395728, -1.723811, 0.0), + normal: (0.011286, 0.999936, 0.0), }, + Vertex { position: (-1.386502, -1.718441, -0.350823), + normal: (-0.53858, -0.616299, -0.57455), }, + Vertex { position: (-1.089642, -1.757196, -0.685154), + normal: (-0.351476, -0.711504, -0.608463), }, + Vertex { position: (-0.972089, -1.774507, -0.76857), + normal: (-0.231653, -0.530839, -0.815198), }, + Vertex { position: (-0.977375, -1.793126, -0.498747), + normal: (-0.253979, -0.745808, -0.615845), }, + Vertex { position: (-0.812845, -1.785424, -0.768511), + normal: (-0.468954, -0.586277, -0.660577), }, + Vertex { position: (-0.977375, -1.793126, -0.498747), + normal: (-0.253979, -0.745808, -0.615845), }, + Vertex { position: (-0.972089, -1.774507, -0.76857), + normal: (-0.231653, -0.530839, -0.815198), }, + Vertex { position: (1.734568, -2.965876, -0.986396), + normal: (-0.024032, -0.835976, 0.54824), }, + Vertex { position: (1.718315, -2.775468, -0.921796), + normal: (-0.246054, -0.154918, -0.956796), }, + Vertex { position: (1.771416, -2.769024, -0.9461), + normal: (-0.069043, -0.157333, -0.985129), }, + Vertex { position: (1.734568, -2.965876, -0.986396), + normal: (-0.024032, -0.835976, 0.54824), }, + Vertex { position: (1.771416, -2.769024, -0.9461), + normal: (-0.069043, -0.157333, -0.985129), }, + Vertex { position: (1.806371, -2.949735, -0.984058), + normal: (-0.044013, 0.340434, -0.939238), }, + Vertex { position: (1.911792, -2.895773, -0.950117), + normal: (-0.1083, -0.048546, 0.992932), }, + Vertex { position: (1.880971, -2.733242, -0.8902), + normal: (0.820312, -0.193024, -0.538358), }, + Vertex { position: (1.960643, -2.71286, -0.90089), + normal: (0.186476, 0.252953, -0.949337), }, + Vertex { position: (1.911792, -2.895773, -0.950117), + normal: (-0.1083, -0.048546, 0.992932), }, + Vertex { position: (1.960643, -2.71286, -0.90089), + normal: (0.186476, 0.252953, -0.949337), }, + Vertex { position: (2.021366, -2.881725, -0.945561), + normal: (0.43768, -0.823149, 0.361748), }, + Vertex { position: (2.021366, -2.881725, -0.945561), + normal: (0.43768, -0.823149, 0.361748), }, + Vertex { position: (1.960643, -2.71286, -0.90089), + normal: (0.186476, 0.252953, -0.949337), }, + Vertex { position: (1.994078, -2.713047, -0.824553), + normal: (-0.247433, -0.24804, -0.936618), }, + Vertex { position: (2.021366, -2.881725, -0.945561), + normal: (0.43768, -0.823149, 0.361748), }, + Vertex { position: (1.994078, -2.713047, -0.824553), + normal: (-0.247433, -0.24804, -0.936618), }, + Vertex { position: (2.057496, -2.887282, -0.844225), + normal: (-0.671694, -0.023528, -0.740455), }, + Vertex { position: (1.734568, -2.965876, -0.986396), + normal: (-0.024032, -0.835976, 0.54824), }, + Vertex { position: (1.806371, -2.949735, -0.984058), + normal: (-0.044013, 0.340434, -0.939238), }, + Vertex { position: (1.735077, -3.022732, -0.972751), + normal: (-0.088841, 0.02472, -0.995739), }, + Vertex { position: (1.735077, -3.022732, -0.972751), + normal: (-0.088841, 0.02472, -0.995739), }, + Vertex { position: (1.802387, -3.089615, -0.961851), + normal: (0.57446, 0.218241, -0.788902), }, + Vertex { position: (1.721745, -3.116887, -0.979111), + normal: (0.526213, 0.349004, -0.775433), }, + Vertex { position: (1.721745, -3.116887, -0.979111), + normal: (0.526213, 0.349004, -0.775433), }, + Vertex { position: (1.802387, -3.089615, -0.961851), + normal: (0.57446, 0.218241, -0.788902), }, + Vertex { position: (1.811797, -3.135641, -0.933096), + normal: (0.926951, 0.366239, 0.081429), }, + Vertex { position: (2.021366, -2.881725, -0.945561), + normal: (0.43768, -0.823149, 0.361748), }, + Vertex { position: (2.057496, -2.887282, -0.844225), + normal: (-0.671694, -0.023528, -0.740455), }, + Vertex { position: (2.113587, -3.011851, -0.851648), + normal: (0.672893, 0.661099, -0.331908), }, + Vertex { position: (2.021366, -2.881725, -0.945561), + normal: (0.43768, -0.823149, 0.361748), }, + Vertex { position: (2.113587, -3.011851, -0.851648), + normal: (0.672893, 0.661099, -0.331908), }, + Vertex { position: (2.091539, -3.032437, -0.947029), + normal: (-0.541077, 0.245809, -0.804247), }, + Vertex { position: (1.911792, -2.895773, -0.950117), + normal: (-0.1083, -0.048546, 0.992932), }, + Vertex { position: (1.848272, -2.92726, -0.996966), + normal: (-0.496829, -0.096649, -0.86245), }, + Vertex { position: (1.830669, -2.736121, -0.903313), + normal: (-0.845931, -0.255219, 0.468256), }, + Vertex { position: (1.911792, -2.895773, -0.950117), + normal: (-0.1083, -0.048546, 0.992932), }, + Vertex { position: (1.830669, -2.736121, -0.903313), + normal: (-0.845931, -0.255219, 0.468256), }, + Vertex { position: (1.880971, -2.733242, -0.8902), + normal: (0.820312, -0.193024, -0.538358), }, + Vertex { position: (1.806371, -2.949735, -0.984058), + normal: (-0.044013, 0.340434, -0.939238), }, + Vertex { position: (1.771416, -2.769024, -0.9461), + normal: (-0.069043, -0.157333, -0.985129), }, + Vertex { position: (1.830669, -2.736121, -0.903313), + normal: (-0.845931, -0.255219, 0.468256), }, + Vertex { position: (1.806371, -2.949735, -0.984058), + normal: (-0.044013, 0.340434, -0.939238), }, + Vertex { position: (1.830669, -2.736121, -0.903313), + normal: (-0.845931, -0.255219, 0.468256), }, + Vertex { position: (1.848272, -2.92726, -0.996966), + normal: (-0.496829, -0.096649, -0.86245), }, + Vertex { position: (1.705953, -3.006628, -0.83263), + normal: (-0.90358, 0.003167, -0.428408), }, + Vertex { position: (1.735077, -3.022732, -0.972751), + normal: (-0.088841, 0.02472, -0.995739), }, + Vertex { position: (1.721745, -3.116887, -0.979111), + normal: (0.526213, 0.349004, -0.775433), }, + Vertex { position: (1.705953, -3.006628, -0.83263), + normal: (-0.90358, 0.003167, -0.428408), }, + Vertex { position: (1.721745, -3.116887, -0.979111), + normal: (0.526213, 0.349004, -0.775433), }, + Vertex { position: (1.709173, -3.133145, -0.80794), + normal: (-0.874488, -0.088621, -0.476882), }, + Vertex { position: (1.709173, -3.133145, -0.80794), + normal: (-0.874488, -0.088621, -0.476882), }, + Vertex { position: (1.721745, -3.116887, -0.979111), + normal: (0.526213, 0.349004, -0.775433), }, + Vertex { position: (1.811797, -3.135641, -0.933096), + normal: (0.926951, 0.366239, 0.081429), }, + Vertex { position: (1.709173, -3.133145, -0.80794), + normal: (-0.874488, -0.088621, -0.476882), }, + Vertex { position: (1.811797, -3.135641, -0.933096), + normal: (0.926951, 0.366239, 0.081429), }, + Vertex { position: (1.806407, -3.173343, -0.834455), + normal: (-0.783521, -0.393963, -0.480508), }, + Vertex { position: (1.741854, -3.114181, -0.700705), + normal: (-0.967491, -0.143323, 0.208372), }, + Vertex { position: (1.709173, -3.133145, -0.80794), + normal: (-0.874488, -0.088621, -0.476882), }, + Vertex { position: (1.806407, -3.173343, -0.834455), + normal: (-0.783521, -0.393963, -0.480508), }, + Vertex { position: (1.741854, -3.114181, -0.700705), + normal: (-0.967491, -0.143323, 0.208372), }, + Vertex { position: (1.806407, -3.173343, -0.834455), + normal: (-0.783521, -0.393963, -0.480508), }, + Vertex { position: (1.900481, -3.131932, -0.728621), + normal: (-0.630099, -0.773677, 0.066329), }, + Vertex { position: (1.705953, -3.006628, -0.83263), + normal: (-0.90358, 0.003167, -0.428408), }, + Vertex { position: (1.709173, -3.133145, -0.80794), + normal: (-0.874488, -0.088621, -0.476882), }, + Vertex { position: (1.741854, -3.114181, -0.700705), + normal: (-0.967491, -0.143323, 0.208372), }, + Vertex { position: (1.705953, -3.006628, -0.83263), + normal: (-0.90358, 0.003167, -0.428408), }, + Vertex { position: (1.741854, -3.114181, -0.700705), + normal: (-0.967491, -0.143323, 0.208372), }, + Vertex { position: (1.776024, -2.980086, -0.707575), + normal: (-0.343436, -0.507052, 0.790537), }, + Vertex { position: (1.776024, -2.980086, -0.707575), + normal: (-0.343436, -0.507052, 0.790537), }, + Vertex { position: (1.736425, -2.743683, -0.736866), + normal: (0.056398, -0.684481, 0.726846), }, + Vertex { position: (1.700797, -2.794792, -0.82425), + normal: (0.21689, -0.976039, 0.017487), }, + Vertex { position: (1.776024, -2.980086, -0.707575), + normal: (-0.343436, -0.507052, 0.790537), }, + Vertex { position: (1.700797, -2.794792, -0.82425), + normal: (0.21689, -0.976039, 0.017487), }, + Vertex { position: (1.705953, -3.006628, -0.83263), + normal: (-0.90358, 0.003167, -0.428408), }, + Vertex { position: (2.021366, -2.881725, -0.945561), + normal: (0.43768, -0.823149, 0.361748), }, + Vertex { position: (2.091539, -3.032437, -0.947029), + normal: (-0.541077, 0.245809, -0.804247), }, + Vertex { position: (1.980621, -3.043895, -0.964237), + normal: (0.872426, 0.488735, 0.003222), }, + Vertex { position: (2.021366, -2.881725, -0.945561), + normal: (0.43768, -0.823149, 0.361748), }, + Vertex { position: (1.980621, -3.043895, -0.964237), + normal: (0.872426, 0.488735, 0.003222), }, + Vertex { position: (1.911792, -2.895773, -0.950117), + normal: (-0.1083, -0.048546, 0.992932), }, + Vertex { position: (1.980621, -3.043895, -0.964237), + normal: (0.872426, 0.488735, 0.003222), }, + Vertex { position: (1.898573, -3.068274, -0.994338), + normal: (-0.069765, -0.126006, 0.989573), }, + Vertex { position: (1.848272, -2.92726, -0.996966), + normal: (-0.496829, -0.096649, -0.86245), }, + Vertex { position: (1.980621, -3.043895, -0.964237), + normal: (0.872426, 0.488735, 0.003222), }, + Vertex { position: (1.848272, -2.92726, -0.996966), + normal: (-0.496829, -0.096649, -0.86245), }, + Vertex { position: (1.911792, -2.895773, -0.950117), + normal: (-0.1083, -0.048546, 0.992932), }, + Vertex { position: (1.848272, -2.92726, -0.996966), + normal: (-0.496829, -0.096649, -0.86245), }, + Vertex { position: (1.898573, -3.068274, -0.994338), + normal: (-0.069765, -0.126006, 0.989573), }, + Vertex { position: (1.855134, -3.083228, -0.986129), + normal: (0.383337, -0.601981, 0.700479), }, + Vertex { position: (1.848272, -2.92726, -0.996966), + normal: (-0.496829, -0.096649, -0.86245), }, + Vertex { position: (1.855134, -3.083228, -0.986129), + normal: (0.383337, -0.601981, 0.700479), }, + Vertex { position: (1.806371, -2.949735, -0.984058), + normal: (-0.044013, 0.340434, -0.939238), }, + Vertex { position: (1.802387, -3.089615, -0.961851), + normal: (0.57446, 0.218241, -0.788902), }, + Vertex { position: (1.855134, -3.083228, -0.986129), + normal: (0.383337, -0.601981, 0.700479), }, + Vertex { position: (1.811797, -3.135641, -0.933096), + normal: (0.926951, 0.366239, 0.081429), }, + Vertex { position: (1.735077, -3.022732, -0.972751), + normal: (-0.088841, 0.02472, -0.995739), }, + Vertex { position: (1.806371, -2.949735, -0.984058), + normal: (-0.044013, 0.340434, -0.939238), }, + Vertex { position: (1.855134, -3.083228, -0.986129), + normal: (0.383337, -0.601981, 0.700479), }, + Vertex { position: (1.735077, -3.022732, -0.972751), + normal: (-0.088841, 0.02472, -0.995739), }, + Vertex { position: (1.855134, -3.083228, -0.986129), + normal: (0.383337, -0.601981, 0.700479), }, + Vertex { position: (1.802387, -3.089615, -0.961851), + normal: (0.57446, 0.218241, -0.788902), }, + Vertex { position: (1.735077, -3.022732, -0.972751), + normal: (-0.088841, 0.02472, -0.995739), }, + Vertex { position: (1.705953, -3.006628, -0.83263), + normal: (-0.90358, 0.003167, -0.428408), }, + Vertex { position: (1.734568, -2.965876, -0.986396), + normal: (-0.024032, -0.835976, 0.54824), }, + Vertex { position: (2.113587, -3.011851, -0.851648), + normal: (0.672893, 0.661099, -0.331908), }, + Vertex { position: (2.057496, -2.887282, -0.844225), + normal: (-0.671694, -0.023528, -0.740455), }, + Vertex { position: (2.001343, -2.847715, -0.762517), + normal: (-0.990285, -0.10079, 0.095796), }, + Vertex { position: (2.113587, -3.011851, -0.851648), + normal: (0.672893, 0.661099, -0.331908), }, + Vertex { position: (2.001343, -2.847715, -0.762517), + normal: (-0.990285, -0.10079, 0.095796), }, + Vertex { position: (2.07369, -3.020848, -0.782654), + normal: (-0.701253, 0.091018, 0.707079), }, + Vertex { position: (1.741854, -3.114181, -0.700705), + normal: (-0.967491, -0.143323, 0.208372), }, + Vertex { position: (1.900481, -3.131932, -0.728621), + normal: (-0.630099, -0.773677, 0.066329), }, + Vertex { position: (1.857471, -2.950722, -0.669988), + normal: (0.963394, -0.268066, -0.003702), }, + Vertex { position: (1.741854, -3.114181, -0.700705), + normal: (-0.967491, -0.143323, 0.208372), }, + Vertex { position: (1.857471, -2.950722, -0.669988), + normal: (0.963394, -0.268066, -0.003702), }, + Vertex { position: (1.776024, -2.980086, -0.707575), + normal: (-0.343436, -0.507052, 0.790537), }, + Vertex { position: (1.900481, -3.131932, -0.728621), + normal: (-0.630099, -0.773677, 0.066329), }, + Vertex { position: (1.998099, -3.039955, -0.718855), + normal: (0.714275, 0.465374, 0.522723), }, + Vertex { position: (1.945632, -2.87671, -0.703118), + normal: (0.81992, -0.126246, 0.558385), }, + Vertex { position: (1.900481, -3.131932, -0.728621), + normal: (-0.630099, -0.773677, 0.066329), }, + Vertex { position: (1.945632, -2.87671, -0.703118), + normal: (0.81992, -0.126246, 0.558385), }, + Vertex { position: (1.857471, -2.950722, -0.669988), + normal: (0.963394, -0.268066, -0.003702), }, + Vertex { position: (1.998099, -3.039955, -0.718855), + normal: (0.714275, 0.465374, 0.522723), }, + Vertex { position: (2.07369, -3.020848, -0.782654), + normal: (-0.701253, 0.091018, 0.707079), }, + Vertex { position: (2.001343, -2.847715, -0.762517), + normal: (-0.990285, -0.10079, 0.095796), }, + Vertex { position: (1.998099, -3.039955, -0.718855), + normal: (0.714275, 0.465374, 0.522723), }, + Vertex { position: (2.001343, -2.847715, -0.762517), + normal: (-0.990285, -0.10079, 0.095796), }, + Vertex { position: (1.945632, -2.87671, -0.703118), + normal: (0.81992, -0.126246, 0.558385), }, + Vertex { position: (1.857471, -2.950722, -0.669988), + normal: (0.963394, -0.268066, -0.003702), }, + Vertex { position: (1.945632, -2.87671, -0.703118), + normal: (0.81992, -0.126246, 0.558385), }, + Vertex { position: (1.884318, -2.724404, -0.701999), + normal: (0.751149, 0.43192, 0.49922), }, + Vertex { position: (1.857471, -2.950722, -0.669988), + normal: (0.963394, -0.268066, -0.003702), }, + Vertex { position: (1.884318, -2.724404, -0.701999), + normal: (0.751149, 0.43192, 0.49922), }, + Vertex { position: (1.841282, -2.716008, -0.708009), + normal: (0.975634, -0.187232, 0.114377), }, + Vertex { position: (1.884318, -2.724404, -0.701999), + normal: (0.751149, 0.43192, 0.49922), }, + Vertex { position: (1.945632, -2.87671, -0.703118), + normal: (0.81992, -0.126246, 0.558385), }, + Vertex { position: (2.001343, -2.847715, -0.762517), + normal: (-0.990285, -0.10079, 0.095796), }, + Vertex { position: (1.884318, -2.724404, -0.701999), + normal: (0.751149, 0.43192, 0.49922), }, + Vertex { position: (2.001343, -2.847715, -0.762517), + normal: (-0.990285, -0.10079, 0.095796), }, + Vertex { position: (1.972647, -2.728848, -0.772496), + normal: (-0.062994, -0.00854, 0.997977), }, + Vertex { position: (1.776024, -2.980086, -0.707575), + normal: (-0.343436, -0.507052, 0.790537), }, + Vertex { position: (1.857471, -2.950722, -0.669988), + normal: (0.963394, -0.268066, -0.003702), }, + Vertex { position: (1.841282, -2.716008, -0.708009), + normal: (0.975634, -0.187232, 0.114377), }, + Vertex { position: (1.776024, -2.980086, -0.707575), + normal: (-0.343436, -0.507052, 0.790537), }, + Vertex { position: (1.841282, -2.716008, -0.708009), + normal: (0.975634, -0.187232, 0.114377), }, + Vertex { position: (1.736425, -2.743683, -0.736866), + normal: (0.056398, -0.684481, 0.726846), }, + Vertex { position: (-2.591357, -1.510845, -0.88547), + normal: (0.137764, -0.289893, -0.947092), }, + Vertex { position: (-2.734184, -1.717948, -0.749581), + normal: (0.048753, -0.975535, -0.21437), }, + Vertex { position: (-2.837147, -1.791733, -0.921563), + normal: (0.26198, 0.048424, 0.963858), }, + Vertex { position: (-2.591357, -1.510845, -0.88547), + normal: (0.137764, -0.289893, -0.947092), }, + Vertex { position: (-2.837147, -1.791733, -0.921563), + normal: (0.26198, 0.048424, 0.963858), }, + Vertex { position: (-2.687162, -1.539807, -0.988048), + normal: (0.79444, 0.150524, 0.588394), }, + Vertex { position: (-2.687162, -1.539807, -0.988048), + normal: (0.79444, 0.150524, 0.588394), }, + Vertex { position: (-2.837147, -1.791733, -0.921563), + normal: (0.26198, 0.048424, 0.963858), }, + Vertex { position: (-2.918293, -1.904184, -1.004659), + normal: (0.24139, 0.178826, 0.953809), }, + Vertex { position: (-2.687162, -1.539807, -0.988048), + normal: (0.79444, 0.150524, 0.588394), }, + Vertex { position: (-2.918293, -1.904184, -1.004659), + normal: (0.24139, 0.178826, 0.953809), }, + Vertex { position: (-2.765069, -1.561164, -1.084313), + normal: (-0.15812, -0.033626, -0.986847), }, + Vertex { position: (-2.765069, -1.561164, -1.084313), + normal: (-0.15812, -0.033626, -0.986847), }, + Vertex { position: (-2.918293, -1.904184, -1.004659), + normal: (0.24139, 0.178826, 0.953809), }, + Vertex { position: (-3.010917, -1.884498, -1.08351), + normal: (0.247956, 0.087485, 0.964813), }, + Vertex { position: (-2.765069, -1.561164, -1.084313), + normal: (-0.15812, -0.033626, -0.986847), }, + Vertex { position: (-3.010917, -1.884498, -1.08351), + normal: (0.247956, 0.087485, 0.964813), }, + Vertex { position: (-2.862576, -1.546894, -1.117139), + normal: (-0.234266, 0.044111, -0.971171), }, + Vertex { position: (-2.862576, -1.546894, -1.117139), + normal: (-0.234266, 0.044111, -0.971171), }, + Vertex { position: (-3.010917, -1.884498, -1.08351), + normal: (0.247956, 0.087485, 0.964813), }, + Vertex { position: (-3.117476, -1.866892, -1.108034), + normal: (0.81802, -0.47123, -0.329827), }, + Vertex { position: (-2.862576, -1.546894, -1.117139), + normal: (-0.234266, 0.044111, -0.971171), }, + Vertex { position: (-3.117476, -1.866892, -1.108034), + normal: (0.81802, -0.47123, -0.329827), }, + Vertex { position: (-2.955052, -1.49684, -1.128812), + normal: (0.726897, -0.546446, -0.415953), }, + Vertex { position: (-2.955052, -1.49684, -1.128812), + normal: (0.726897, -0.546446, -0.415953), }, + Vertex { position: (-3.117476, -1.866892, -1.108034), + normal: (0.81802, -0.47123, -0.329827), }, + Vertex { position: (-3.23261, -1.834299, -1.087832), + normal: (0.776291, -0.374868, -0.5068), }, + Vertex { position: (-2.955052, -1.49684, -1.128812), + normal: (0.726897, -0.546446, -0.415953), }, + Vertex { position: (-3.23261, -1.834299, -1.087832), + normal: (0.776291, -0.374868, -0.5068), }, + Vertex { position: (-3.063133, -1.440555, -1.090926), + normal: (-0.390861, 0.032481, -0.919876), }, + Vertex { position: (-3.36599, -1.48517, -0.888076), + normal: (-0.086361, -0.084973, -0.992634), }, + Vertex { position: (-3.49052, -1.760417, -0.903104), + normal: (-0.424393, 0.057227, -0.903668), }, + Vertex { position: (-3.498521, -1.762078, -0.762472), + normal: (-0.51975, 0.138222, -0.843063), }, + Vertex { position: (-3.36599, -1.48517, -0.888076), + normal: (-0.086361, -0.084973, -0.992634), }, + Vertex { position: (-3.498521, -1.762078, -0.762472), + normal: (-0.51975, 0.138222, -0.843063), }, + Vertex { position: (-3.387254, -1.486027, -0.672861), + normal: (-0.354058, -0.732075, 0.581987), }, + Vertex { position: (-3.387254, -1.486027, -0.672861), + normal: (-0.354058, -0.732075, 0.581987), }, + Vertex { position: (-3.335942, -1.365685, -0.72459), + normal: (-0.782249, 0.198377, -0.590536), }, + Vertex { position: (-3.319817, -1.365015, -0.886015), + normal: (-0.811102, -0.12903, -0.570495), }, + Vertex { position: (-3.387254, -1.486027, -0.672861), + normal: (-0.354058, -0.732075, 0.581987), }, + Vertex { position: (-3.319817, -1.365015, -0.886015), + normal: (-0.811102, -0.12903, -0.570495), }, + Vertex { position: (-3.36599, -1.48517, -0.888076), + normal: (-0.086361, -0.084973, -0.992634), }, + Vertex { position: (-3.078699, -2.553982, -1.046834), + normal: (-0.775358, 0.344514, -0.529274), }, + Vertex { position: (-3.162498, -2.556375, -1.058409), + normal: (-0.440199, 0.219838, -0.870572), }, + Vertex { position: (-3.177824, -2.279173, -1.04758), + normal: (-0.820357, 0.160676, -0.548815), }, + Vertex { position: (-3.078699, -2.553982, -1.046834), + normal: (-0.775358, 0.344514, -0.529274), }, + Vertex { position: (-3.177824, -2.279173, -1.04758), + normal: (-0.820357, 0.160676, -0.548815), }, + Vertex { position: (-3.068444, -2.260195, -1.03507), + normal: (-0.906134, 0.012265, 0.422812), }, + Vertex { position: (-3.068444, -2.260195, -1.03507), + normal: (-0.906134, 0.012265, 0.422812), }, + Vertex { position: (-3.177824, -2.279173, -1.04758), + normal: (-0.820357, 0.160676, -0.548815), }, + Vertex { position: (-3.169489, -2.110039, -1.076796), + normal: (0.000667, 0.002295, -0.999997), }, + Vertex { position: (-3.068444, -2.260195, -1.03507), + normal: (-0.906134, 0.012265, 0.422812), }, + Vertex { position: (-3.169489, -2.110039, -1.076796), + normal: (0.000667, 0.002295, -0.999997), }, + Vertex { position: (-3.047974, -2.109628, -1.063497), + normal: (0.461464, -0.003303, -0.887153), }, + Vertex { position: (-3.047974, -2.109628, -1.063497), + normal: (0.461464, -0.003303, -0.887153), }, + Vertex { position: (-3.169489, -2.110039, -1.076796), + normal: (0.000667, 0.002295, -0.999997), }, + Vertex { position: (-3.117476, -1.866892, -1.108034), + normal: (0.81802, -0.47123, -0.329827), }, + Vertex { position: (-3.047974, -2.109628, -1.063497), + normal: (0.461464, -0.003303, -0.887153), }, + Vertex { position: (-3.117476, -1.866892, -1.108034), + normal: (0.81802, -0.47123, -0.329827), }, + Vertex { position: (-3.010917, -1.884498, -1.08351), + normal: (0.247956, 0.087485, 0.964813), }, + Vertex { position: (-3.177824, -2.279173, -1.04758), + normal: (-0.820357, 0.160676, -0.548815), }, + Vertex { position: (-3.207447, -2.103206, -1.071366), + normal: (-0.156447, -0.088128, -0.983747), }, + Vertex { position: (-3.169489, -2.110039, -1.076796), + normal: (0.000667, 0.002295, -0.999997), }, + Vertex { position: (-3.169489, -2.110039, -1.076796), + normal: (0.000667, 0.002295, -0.999997), }, + Vertex { position: (-3.207447, -2.103206, -1.071366), + normal: (-0.156447, -0.088128, -0.983747), }, + Vertex { position: (-3.23261, -1.834299, -1.087832), + normal: (0.776291, -0.374868, -0.5068), }, + Vertex { position: (-3.169489, -2.110039, -1.076796), + normal: (0.000667, 0.002295, -0.999997), }, + Vertex { position: (-3.23261, -1.834299, -1.087832), + normal: (0.776291, -0.374868, -0.5068), }, + Vertex { position: (-3.117476, -1.866892, -1.108034), + normal: (0.81802, -0.47123, -0.329827), }, + Vertex { position: (-3.162498, -2.556375, -1.058409), + normal: (-0.440199, 0.219838, -0.870572), }, + Vertex { position: (-3.251541, -2.56405, -1.023627), + normal: (0.433219, -0.09361, -0.896414), }, + Vertex { position: (-3.281816, -2.305055, -1.001878), + normal: (-0.019303, -0.142974, -0.989538), }, + Vertex { position: (-3.162498, -2.556375, -1.058409), + normal: (-0.440199, 0.219838, -0.870572), }, + Vertex { position: (-3.281816, -2.305055, -1.001878), + normal: (-0.019303, -0.142974, -0.989538), }, + Vertex { position: (-3.177824, -2.279173, -1.04758), + normal: (-0.820357, 0.160676, -0.548815), }, + Vertex { position: (-3.177824, -2.279173, -1.04758), + normal: (-0.820357, 0.160676, -0.548815), }, + Vertex { position: (-3.281816, -2.305055, -1.001878), + normal: (-0.019303, -0.142974, -0.989538), }, + Vertex { position: (-3.327526, -2.075729, -1.005328), + normal: (0.422569, -0.18743, -0.886739), }, + Vertex { position: (-3.177824, -2.279173, -1.04758), + normal: (-0.820357, 0.160676, -0.548815), }, + Vertex { position: (-3.327526, -2.075729, -1.005328), + normal: (0.422569, -0.18743, -0.886739), }, + Vertex { position: (-3.207447, -2.103206, -1.071366), + normal: (-0.156447, -0.088128, -0.983747), }, + Vertex { position: (-3.207447, -2.103206, -1.071366), + normal: (-0.156447, -0.088128, -0.983747), }, + Vertex { position: (-3.327526, -2.075729, -1.005328), + normal: (0.422569, -0.18743, -0.886739), }, + Vertex { position: (-3.357996, -1.811803, -0.975625), + normal: (0.356923, -0.210291, -0.910156), }, + Vertex { position: (-3.207447, -2.103206, -1.071366), + normal: (-0.156447, -0.088128, -0.983747), }, + Vertex { position: (-3.357996, -1.811803, -0.975625), + normal: (0.356923, -0.210291, -0.910156), }, + Vertex { position: (-3.23261, -1.834299, -1.087832), + normal: (0.776291, -0.374868, -0.5068), }, + Vertex { position: (-3.251541, -2.56405, -1.023627), + normal: (0.433219, -0.09361, -0.896414), }, + Vertex { position: (-3.347304, -2.573628, -0.955211), + normal: (-0.354049, -0.10839, -0.928925), }, + Vertex { position: (-3.389388, -2.305625, -0.950348), + normal: (-0.35872, 0.092902, -0.928811), }, + Vertex { position: (-3.251541, -2.56405, -1.023627), + normal: (0.433219, -0.09361, -0.896414), }, + Vertex { position: (-3.389388, -2.305625, -0.950348), + normal: (-0.35872, 0.092902, -0.928811), }, + Vertex { position: (-3.281816, -2.305055, -1.001878), + normal: (-0.019303, -0.142974, -0.989538), }, + Vertex { position: (-3.281816, -2.305055, -1.001878), + normal: (-0.019303, -0.142974, -0.989538), }, + Vertex { position: (-3.389388, -2.305625, -0.950348), + normal: (-0.35872, 0.092902, -0.928811), }, + Vertex { position: (-3.451965, -2.077314, -0.931974), + normal: (-0.453746, -0.057149, -0.889297), }, + Vertex { position: (-3.281816, -2.305055, -1.001878), + normal: (-0.019303, -0.142974, -0.989538), }, + Vertex { position: (-3.451965, -2.077314, -0.931974), + normal: (-0.453746, -0.057149, -0.889297), }, + Vertex { position: (-3.327526, -2.075729, -1.005328), + normal: (0.422569, -0.18743, -0.886739), }, + Vertex { position: (-3.327526, -2.075729, -1.005328), + normal: (0.422569, -0.18743, -0.886739), }, + Vertex { position: (-3.451965, -2.077314, -0.931974), + normal: (-0.453746, -0.057149, -0.889297), }, + Vertex { position: (-3.49052, -1.760417, -0.903104), + normal: (-0.424393, 0.057227, -0.903668), }, + Vertex { position: (-3.327526, -2.075729, -1.005328), + normal: (0.422569, -0.18743, -0.886739), }, + Vertex { position: (-3.49052, -1.760417, -0.903104), + normal: (-0.424393, 0.057227, -0.903668), }, + Vertex { position: (-3.357996, -1.811803, -0.975625), + normal: (0.356923, -0.210291, -0.910156), }, + Vertex { position: (-3.022819, -2.52224, -0.979148), + normal: (-0.501053, -0.05946, -0.863371), }, + Vertex { position: (-3.078699, -2.553982, -1.046834), + normal: (-0.775358, 0.344514, -0.529274), }, + Vertex { position: (-3.068444, -2.260195, -1.03507), + normal: (-0.906134, 0.012265, 0.422812), }, + Vertex { position: (-3.022819, -2.52224, -0.979148), + normal: (-0.501053, -0.05946, -0.863371), }, + Vertex { position: (-3.068444, -2.260195, -1.03507), + normal: (-0.906134, 0.012265, 0.422812), }, + Vertex { position: (-3.007483, -2.270712, -0.984279), + normal: (-0.779685, 0.025369, -0.625657), }, + Vertex { position: (-3.007483, -2.270712, -0.984279), + normal: (-0.779685, 0.025369, -0.625657), }, + Vertex { position: (-3.068444, -2.260195, -1.03507), + normal: (-0.906134, 0.012265, 0.422812), }, + Vertex { position: (-3.047974, -2.109628, -1.063497), + normal: (0.461464, -0.003303, -0.887153), }, + Vertex { position: (-3.007483, -2.270712, -0.984279), + normal: (-0.779685, 0.025369, -0.625657), }, + Vertex { position: (-3.047974, -2.109628, -1.063497), + normal: (0.461464, -0.003303, -0.887153), }, + Vertex { position: (-2.969687, -2.097941, -0.982836), + normal: (-0.765488, -0.115048, -0.633082), }, + Vertex { position: (-2.969687, -2.097941, -0.982836), + normal: (-0.765488, -0.115048, -0.633082), }, + Vertex { position: (-3.047974, -2.109628, -1.063497), + normal: (0.461464, -0.003303, -0.887153), }, + Vertex { position: (-3.010917, -1.884498, -1.08351), + normal: (0.247956, 0.087485, 0.964813), }, + Vertex { position: (-2.969687, -2.097941, -0.982836), + normal: (-0.765488, -0.115048, -0.633082), }, + Vertex { position: (-3.010917, -1.884498, -1.08351), + normal: (0.247956, 0.087485, 0.964813), }, + Vertex { position: (-2.918293, -1.904184, -1.004659), + normal: (0.24139, 0.178826, 0.953809), }, + Vertex { position: (-2.892438, -1.95081, -0.87812), + normal: (-0.807765, -0.096776, -0.581507), }, + Vertex { position: (-2.918293, -1.904184, -1.004659), + normal: (0.24139, 0.178826, 0.953809), }, + Vertex { position: (-2.837147, -1.791733, -0.921563), + normal: (0.26198, 0.048424, 0.963858), }, + Vertex { position: (-2.918293, -1.904184, -1.004659), + normal: (0.24139, 0.178826, 0.953809), }, + Vertex { position: (-2.892438, -1.95081, -0.87812), + normal: (-0.807765, -0.096776, -0.581507), }, + Vertex { position: (-2.981187, -2.142718, -0.858353), + normal: (0.937141, -0.149709, -0.315204), }, + Vertex { position: (-2.918293, -1.904184, -1.004659), + normal: (0.24139, 0.178826, 0.953809), }, + Vertex { position: (-2.981187, -2.142718, -0.858353), + normal: (0.937141, -0.149709, -0.315204), }, + Vertex { position: (-2.969687, -2.097941, -0.982836), + normal: (-0.765488, -0.115048, -0.633082), }, + Vertex { position: (-2.969687, -2.097941, -0.982836), + normal: (-0.765488, -0.115048, -0.633082), }, + Vertex { position: (-2.981187, -2.142718, -0.858353), + normal: (0.937141, -0.149709, -0.315204), }, + Vertex { position: (-3.030605, -2.311222, -0.88433), + normal: (0.866897, -0.268351, -0.420091), }, + Vertex { position: (-2.969687, -2.097941, -0.982836), + normal: (-0.765488, -0.115048, -0.633082), }, + Vertex { position: (-3.030605, -2.311222, -0.88433), + normal: (0.866897, -0.268351, -0.420091), }, + Vertex { position: (-3.007483, -2.270712, -0.984279), + normal: (-0.779685, 0.025369, -0.625657), }, + Vertex { position: (-3.007483, -2.270712, -0.984279), + normal: (-0.779685, 0.025369, -0.625657), }, + Vertex { position: (-3.030605, -2.311222, -0.88433), + normal: (0.866897, -0.268351, -0.420091), }, + Vertex { position: (-3.04661, -2.510881, -0.900772), + normal: (0.886562, -0.46255, -0.007485), }, + Vertex { position: (-3.007483, -2.270712, -0.984279), + normal: (-0.779685, 0.025369, -0.625657), }, + Vertex { position: (-3.04661, -2.510881, -0.900772), + normal: (0.886562, -0.46255, -0.007485), }, + Vertex { position: (-3.022819, -2.52224, -0.979148), + normal: (-0.501053, -0.05946, -0.863371), }, + Vertex { position: (-2.892438, -1.95081, -0.87812), + normal: (-0.807765, -0.096776, -0.581507), }, + Vertex { position: (-2.964215, -1.978727, -0.776572), + normal: (0.982106, -0.010346, -0.188044), }, + Vertex { position: (-3.040398, -2.156239, -0.808208), + normal: (0.567578, -0.469833, 0.6761), }, + Vertex { position: (-2.892438, -1.95081, -0.87812), + normal: (-0.807765, -0.096776, -0.581507), }, + Vertex { position: (-3.040398, -2.156239, -0.808208), + normal: (0.567578, -0.469833, 0.6761), }, + Vertex { position: (-2.981187, -2.142718, -0.858353), + normal: (0.937141, -0.149709, -0.315204), }, + Vertex { position: (-2.981187, -2.142718, -0.858353), + normal: (0.937141, -0.149709, -0.315204), }, + Vertex { position: (-3.040398, -2.156239, -0.808208), + normal: (0.567578, -0.469833, 0.6761), }, + Vertex { position: (-3.030605, -2.311222, -0.88433), + normal: (0.866897, -0.268351, -0.420091), }, + Vertex { position: (-3.030605, -2.311222, -0.88433), + normal: (0.866897, -0.268351, -0.420091), }, + Vertex { position: (-3.040398, -2.156239, -0.808208), + normal: (0.567578, -0.469833, 0.6761), }, + Vertex { position: (-3.120761, -2.15777, -0.766432), + normal: (0.890357, -0.340018, 0.302742), }, + Vertex { position: (-3.030605, -2.311222, -0.88433), + normal: (0.866897, -0.268351, -0.420091), }, + Vertex { position: (-3.120761, -2.15777, -0.766432), + normal: (0.890357, -0.340018, 0.302742), }, + Vertex { position: (-3.144012, -2.333635, -0.829994), + normal: (0.773659, -0.235087, 0.588375), }, + Vertex { position: (-2.964215, -1.978727, -0.776572), + normal: (0.982106, -0.010346, -0.188044), }, + Vertex { position: (-3.066022, -1.953125, -0.719516), + normal: (0.789099, -0.039289, 0.613008), }, + Vertex { position: (-3.120761, -2.15777, -0.766432), + normal: (0.890357, -0.340018, 0.302742), }, + Vertex { position: (-2.964215, -1.978727, -0.776572), + normal: (0.982106, -0.010346, -0.188044), }, + Vertex { position: (-3.120761, -2.15777, -0.766432), + normal: (0.890357, -0.340018, 0.302742), }, + Vertex { position: (-3.040398, -2.156239, -0.808208), + normal: (0.567578, -0.469833, 0.6761), }, + Vertex { position: (-3.066022, -1.953125, -0.719516), + normal: (0.789099, -0.039289, 0.613008), }, + Vertex { position: (-3.211005, -1.850398, -0.700723), + normal: (0.230893, -0.309688, 0.922378), }, + Vertex { position: (-3.253309, -2.137354, -0.760713), + normal: (0.257818, -0.230014, 0.938415), }, + Vertex { position: (-3.066022, -1.953125, -0.719516), + normal: (0.789099, -0.039289, 0.613008), }, + Vertex { position: (-3.253309, -2.137354, -0.760713), + normal: (0.257818, -0.230014, 0.938415), }, + Vertex { position: (-3.120761, -2.15777, -0.766432), + normal: (0.890357, -0.340018, 0.302742), }, + Vertex { position: (-3.120761, -2.15777, -0.766432), + normal: (0.890357, -0.340018, 0.302742), }, + Vertex { position: (-3.253309, -2.137354, -0.760713), + normal: (0.257818, -0.230014, 0.938415), }, + Vertex { position: (-3.235873, -2.335338, -0.820588), + normal: (0.148388, -0.325205, 0.933929), }, + Vertex { position: (-3.120761, -2.15777, -0.766432), + normal: (0.890357, -0.340018, 0.302742), }, + Vertex { position: (-3.235873, -2.335338, -0.820588), + normal: (0.148388, -0.325205, 0.933929), }, + Vertex { position: (-3.144012, -2.333635, -0.829994), + normal: (0.773659, -0.235087, 0.588375), }, + Vertex { position: (-3.144012, -2.333635, -0.829994), + normal: (0.773659, -0.235087, 0.588375), }, + Vertex { position: (-3.235873, -2.335338, -0.820588), + normal: (0.148388, -0.325205, 0.933929), }, + Vertex { position: (-3.240554, -2.555467, -0.856262), + normal: (-0.215783, -0.895808, 0.388544), }, + Vertex { position: (-3.144012, -2.333635, -0.829994), + normal: (0.773659, -0.235087, 0.588375), }, + Vertex { position: (-3.240554, -2.555467, -0.856262), + normal: (-0.215783, -0.895808, 0.388544), }, + Vertex { position: (-3.132772, -2.528669, -0.848639), + normal: (-0.065687, -0.249194, 0.966223), }, + Vertex { position: (-3.304804, -1.582192, -0.643445), + normal: (0.515412, -0.714946, 0.472444), }, + Vertex { position: (-3.387254, -1.486027, -0.672861), + normal: (-0.354058, -0.732075, 0.581987), }, + Vertex { position: (-3.498521, -1.762078, -0.762472), + normal: (-0.51975, 0.138222, -0.843063), }, + Vertex { position: (-3.304804, -1.582192, -0.643445), + normal: (0.515412, -0.714946, 0.472444), }, + Vertex { position: (-3.498521, -1.762078, -0.762472), + normal: (-0.51975, 0.138222, -0.843063), }, + Vertex { position: (-3.381262, -1.828189, -0.697034), + normal: (-0.050511, -0.258376, 0.964723), }, + Vertex { position: (-3.381262, -1.828189, -0.697034), + normal: (-0.050511, -0.258376, 0.964723), }, + Vertex { position: (-3.211005, -1.850398, -0.700723), + normal: (0.230893, -0.309688, 0.922378), }, + Vertex { position: (-3.139394, -1.687482, -0.638546), + normal: (-0.012978, -0.998326, 0.056357), }, + Vertex { position: (-3.381262, -1.828189, -0.697034), + normal: (-0.050511, -0.258376, 0.964723), }, + Vertex { position: (-3.139394, -1.687482, -0.638546), + normal: (-0.012978, -0.998326, 0.056357), }, + Vertex { position: (-3.304804, -1.582192, -0.643445), + normal: (0.515412, -0.714946, 0.472444), }, + Vertex { position: (-3.211005, -1.850398, -0.700723), + normal: (0.230893, -0.309688, 0.922378), }, + Vertex { position: (-3.381262, -1.828189, -0.697034), + normal: (-0.050511, -0.258376, 0.964723), }, + Vertex { position: (-3.422698, -2.070796, -0.773898), + normal: (-0.042094, -0.220101, 0.974568), }, + Vertex { position: (-3.211005, -1.850398, -0.700723), + normal: (0.230893, -0.309688, 0.922378), }, + Vertex { position: (-3.422698, -2.070796, -0.773898), + normal: (-0.042094, -0.220101, 0.974568), }, + Vertex { position: (-3.253309, -2.137354, -0.760713), + normal: (0.257818, -0.230014, 0.938415), }, + Vertex { position: (-3.253309, -2.137354, -0.760713), + normal: (0.257818, -0.230014, 0.938415), }, + Vertex { position: (-3.422698, -2.070796, -0.773898), + normal: (-0.042094, -0.220101, 0.974568), }, + Vertex { position: (-3.339489, -2.328145, -0.827572), + normal: (-0.085416, -0.081635, 0.992995), }, + Vertex { position: (-3.253309, -2.137354, -0.760713), + normal: (0.257818, -0.230014, 0.938415), }, + Vertex { position: (-3.339489, -2.328145, -0.827572), + normal: (-0.085416, -0.081635, 0.992995), }, + Vertex { position: (-3.235873, -2.335338, -0.820588), + normal: (0.148388, -0.325205, 0.933929), }, + Vertex { position: (-3.235873, -2.335338, -0.820588), + normal: (0.148388, -0.325205, 0.933929), }, + Vertex { position: (-3.339489, -2.328145, -0.827572), + normal: (-0.085416, -0.081635, 0.992995), }, + Vertex { position: (-3.297886, -2.54902, -0.861657), + normal: (0.255431, -0.055528, 0.965231), }, + Vertex { position: (-3.235873, -2.335338, -0.820588), + normal: (0.148388, -0.325205, 0.933929), }, + Vertex { position: (-3.297886, -2.54902, -0.861657), + normal: (0.255431, -0.055528, 0.965231), }, + Vertex { position: (-3.240554, -2.555467, -0.856262), + normal: (-0.215783, -0.895808, 0.388544), }, + Vertex { position: (-3.381262, -1.828189, -0.697034), + normal: (-0.050511, -0.258376, 0.964723), }, + Vertex { position: (-3.498521, -1.762078, -0.762472), + normal: (-0.51975, 0.138222, -0.843063), }, + Vertex { position: (-3.463753, -2.079892, -0.844667), + normal: (-0.348227, -0.192528, 0.917426), }, + Vertex { position: (-3.381262, -1.828189, -0.697034), + normal: (-0.050511, -0.258376, 0.964723), }, + Vertex { position: (-3.463753, -2.079892, -0.844667), + normal: (-0.348227, -0.192528, 0.917426), }, + Vertex { position: (-3.422698, -2.070796, -0.773898), + normal: (-0.042094, -0.220101, 0.974568), }, + Vertex { position: (-3.422698, -2.070796, -0.773898), + normal: (-0.042094, -0.220101, 0.974568), }, + Vertex { position: (-3.463753, -2.079892, -0.844667), + normal: (-0.348227, -0.192528, 0.917426), }, + Vertex { position: (-3.412068, -2.356105, -0.865813), + normal: (-0.401279, -0.250965, 0.880904), }, + Vertex { position: (-3.422698, -2.070796, -0.773898), + normal: (-0.042094, -0.220101, 0.974568), }, + Vertex { position: (-3.412068, -2.356105, -0.865813), + normal: (-0.401279, -0.250965, 0.880904), }, + Vertex { position: (-3.339489, -2.328145, -0.827572), + normal: (-0.085416, -0.081635, 0.992995), }, + Vertex { position: (-3.339489, -2.328145, -0.827572), + normal: (-0.085416, -0.081635, 0.992995), }, + Vertex { position: (-3.412068, -2.356105, -0.865813), + normal: (-0.401279, -0.250965, 0.880904), }, + Vertex { position: (-3.372066, -2.569159, -0.904785), + normal: (-0.326843, -0.236652, 0.91497), }, + Vertex { position: (-3.339489, -2.328145, -0.827572), + normal: (-0.085416, -0.081635, 0.992995), }, + Vertex { position: (-3.372066, -2.569159, -0.904785), + normal: (-0.326843, -0.236652, 0.91497), }, + Vertex { position: (-3.297886, -2.54902, -0.861657), + normal: (0.255431, -0.055528, 0.965231), }, + Vertex { position: (-3.463753, -2.079892, -0.844667), + normal: (-0.348227, -0.192528, 0.917426), }, + Vertex { position: (-3.451965, -2.077314, -0.931974), + normal: (-0.453746, -0.057149, -0.889297), }, + Vertex { position: (-3.389388, -2.305625, -0.950348), + normal: (-0.35872, 0.092902, -0.928811), }, + Vertex { position: (-3.463753, -2.079892, -0.844667), + normal: (-0.348227, -0.192528, 0.917426), }, + Vertex { position: (-3.389388, -2.305625, -0.950348), + normal: (-0.35872, 0.092902, -0.928811), }, + Vertex { position: (-3.412068, -2.356105, -0.865813), + normal: (-0.401279, -0.250965, 0.880904), }, + Vertex { position: (-3.412068, -2.356105, -0.865813), + normal: (-0.401279, -0.250965, 0.880904), }, + Vertex { position: (-3.389388, -2.305625, -0.950348), + normal: (-0.35872, 0.092902, -0.928811), }, + Vertex { position: (-3.347304, -2.573628, -0.955211), + normal: (-0.354049, -0.10839, -0.928925), }, + Vertex { position: (-3.412068, -2.356105, -0.865813), + normal: (-0.401279, -0.250965, 0.880904), }, + Vertex { position: (-3.347304, -2.573628, -0.955211), + normal: (-0.354049, -0.10839, -0.928925), }, + Vertex { position: (-3.372066, -2.569159, -0.904785), + normal: (-0.326843, -0.236652, 0.91497), }, + Vertex { position: (-3.498521, -1.762078, -0.762472), + normal: (-0.51975, 0.138222, -0.843063), }, + Vertex { position: (-3.49052, -1.760417, -0.903104), + normal: (-0.424393, 0.057227, -0.903668), }, + Vertex { position: (-3.451965, -2.077314, -0.931974), + normal: (-0.453746, -0.057149, -0.889297), }, + Vertex { position: (-3.498521, -1.762078, -0.762472), + normal: (-0.51975, 0.138222, -0.843063), }, + Vertex { position: (-3.451965, -2.077314, -0.931974), + normal: (-0.453746, -0.057149, -0.889297), }, + Vertex { position: (-3.463753, -2.079892, -0.844667), + normal: (-0.348227, -0.192528, 0.917426), }, + Vertex { position: (-3.357996, -1.811803, -0.975625), + normal: (0.356923, -0.210291, -0.910156), }, + Vertex { position: (-3.49052, -1.760417, -0.903104), + normal: (-0.424393, 0.057227, -0.903668), }, + Vertex { position: (-3.36599, -1.48517, -0.888076), + normal: (-0.086361, -0.084973, -0.992634), }, + Vertex { position: (-3.357996, -1.811803, -0.975625), + normal: (0.356923, -0.210291, -0.910156), }, + Vertex { position: (-3.36599, -1.48517, -0.888076), + normal: (-0.086361, -0.084973, -0.992634), }, + Vertex { position: (-3.342096, -1.533989, -0.921628), + normal: (-0.032036, -0.072305, -0.996868), }, + Vertex { position: (1.953911, -2.462233, -0.830594), + normal: (-0.587844, -0.244917, -0.771009), }, + Vertex { position: (1.930747, -2.463535, -0.894743), + normal: (0.985192, -0.12583, 0.116459), }, + Vertex { position: (1.98533, -2.221319, -0.893145), + normal: (0.996811, -0.048518, 0.063355), }, + Vertex { position: (1.953911, -2.462233, -0.830594), + normal: (-0.587844, -0.244917, -0.771009), }, + Vertex { position: (1.98533, -2.221319, -0.893145), + normal: (0.996811, -0.048518, 0.063355), }, + Vertex { position: (2.02453, -2.195334, -0.811284), + normal: (-0.845196, -0.27877, -0.455994), }, + Vertex { position: (2.02453, -2.195334, -0.811284), + normal: (-0.845196, -0.27877, -0.455994), }, + Vertex { position: (1.98533, -2.221319, -0.893145), + normal: (0.996811, -0.048518, 0.063355), }, + Vertex { position: (2.013095, -2.051912, -0.911043), + normal: (0.957938, -0.285979, -0.023877), }, + Vertex { position: (2.02453, -2.195334, -0.811284), + normal: (-0.845196, -0.27877, -0.455994), }, + Vertex { position: (2.013095, -2.051912, -0.911043), + normal: (0.957938, -0.285979, -0.023877), }, + Vertex { position: (2.047696, -2.050138, -0.814712), + normal: (-0.732521, -0.474279, -0.488336), }, + Vertex { position: (2.047696, -2.050138, -0.814712), + normal: (-0.732521, -0.474279, -0.488336), }, + Vertex { position: (2.013095, -2.051912, -0.911043), + normal: (0.957938, -0.285979, -0.023877), }, + Vertex { position: (2.021591, -1.755289, -0.912093), + normal: (-0.274087, 0.000043, 0.961705), }, + Vertex { position: (2.047696, -2.050138, -0.814712), + normal: (-0.732521, -0.474279, -0.488336), }, + Vertex { position: (2.021591, -1.755289, -0.912093), + normal: (-0.274087, 0.000043, 0.961705), }, + Vertex { position: (2.053108, -1.738285, -0.824853), + normal: (0.972392, 0.232654, -0.018037), }, + Vertex { position: (2.053108, -1.738285, -0.824853), + normal: (0.972392, 0.232654, -0.018037), }, + Vertex { position: (2.021591, -1.755289, -0.912093), + normal: (-0.274087, 0.000043, 0.961705), }, + Vertex { position: (2.036036, -1.57908, -0.967151), + normal: (0.74023, -0.090866, -0.666185), }, + Vertex { position: (2.053108, -1.738285, -0.824853), + normal: (0.972392, 0.232654, -0.018037), }, + Vertex { position: (2.036036, -1.57908, -0.967151), + normal: (0.74023, -0.090866, -0.666185), }, + Vertex { position: (2.059844, -1.561331, -0.858957), + normal: (0.999491, -0.02584, -0.01873), }, + Vertex { position: (1.678986, -2.513137, -0.891745), + normal: (-0.176356, -0.113876, -0.977717), }, + Vertex { position: (1.737623, -2.485017, -0.918334), + normal: (-0.051713, -0.100832, -0.993559), }, + Vertex { position: (1.771416, -2.769024, -0.9461), + normal: (-0.069043, -0.157333, -0.985129), }, + Vertex { position: (1.678986, -2.513137, -0.891745), + normal: (-0.176356, -0.113876, -0.977717), }, + Vertex { position: (1.771416, -2.769024, -0.9461), + normal: (-0.069043, -0.157333, -0.985129), }, + Vertex { position: (1.718315, -2.775468, -0.921796), + normal: (-0.246054, -0.154918, -0.956796), }, + Vertex { position: (1.648793, -2.280014, -0.929365), + normal: (-0.136917, -0.20176, -0.969818), }, + Vertex { position: (1.710406, -2.272223, -0.954296), + normal: (0.039, -0.185675, -0.981837), }, + Vertex { position: (1.737623, -2.485017, -0.918334), + normal: (-0.051713, -0.100832, -0.993559), }, + Vertex { position: (1.648793, -2.280014, -0.929365), + normal: (-0.136917, -0.20176, -0.969818), }, + Vertex { position: (1.737623, -2.485017, -0.918334), + normal: (-0.051713, -0.100832, -0.993559), }, + Vertex { position: (1.678986, -2.513137, -0.891745), + normal: (-0.176356, -0.113876, -0.977717), }, + Vertex { position: (1.6249, -2.087301, -0.963391), + normal: (-0.17902, -0.308668, -0.934171), }, + Vertex { position: (1.720031, -2.105568, -0.971354), + normal: (0.109483, -0.310605, -0.944213), }, + Vertex { position: (1.710406, -2.272223, -0.954296), + normal: (0.039, -0.185675, -0.981837), }, + Vertex { position: (1.6249, -2.087301, -0.963391), + normal: (-0.17902, -0.308668, -0.934171), }, + Vertex { position: (1.710406, -2.272223, -0.954296), + normal: (0.039, -0.185675, -0.981837), }, + Vertex { position: (1.648793, -2.280014, -0.929365), + normal: (-0.136917, -0.20176, -0.969818), }, + Vertex { position: (1.572979, -1.827591, -0.985823), + normal: (-0.739347, 0.031953, -0.672566), }, + Vertex { position: (1.717145, -1.80953, -1.004092), + normal: (-0.09542, 0.162222, -0.98213), }, + Vertex { position: (1.720031, -2.105568, -0.971354), + normal: (0.109483, -0.310605, -0.944213), }, + Vertex { position: (1.572979, -1.827591, -0.985823), + normal: (-0.739347, 0.031953, -0.672566), }, + Vertex { position: (1.720031, -2.105568, -0.971354), + normal: (0.109483, -0.310605, -0.944213), }, + Vertex { position: (1.6249, -2.087301, -0.963391), + normal: (-0.17902, -0.308668, -0.934171), }, + Vertex { position: (1.54175, -1.643613, -1.01419), + normal: (-0.652584, -0.147678, -0.743186), }, + Vertex { position: (1.650318, -1.645881, -1.053347), + normal: (-0.211092, -0.082708, -0.973961), }, + Vertex { position: (1.717145, -1.80953, -1.004092), + normal: (-0.09542, 0.162222, -0.98213), }, + Vertex { position: (1.54175, -1.643613, -1.01419), + normal: (-0.652584, -0.147678, -0.743186), }, + Vertex { position: (1.717145, -1.80953, -1.004092), + normal: (-0.09542, 0.162222, -0.98213), }, + Vertex { position: (1.572979, -1.827591, -0.985823), + normal: (-0.739347, 0.031953, -0.672566), }, + Vertex { position: (1.586321, -2.273752, -0.880969), + normal: (-0.4008, -0.167777, -0.900672), }, + Vertex { position: (1.648793, -2.280014, -0.929365), + normal: (-0.136917, -0.20176, -0.969818), }, + Vertex { position: (1.678986, -2.513137, -0.891745), + normal: (-0.176356, -0.113876, -0.977717), }, + Vertex { position: (1.586321, -2.273752, -0.880969), + normal: (-0.4008, -0.167777, -0.900672), }, + Vertex { position: (1.678986, -2.513137, -0.891745), + normal: (-0.176356, -0.113876, -0.977717), }, + Vertex { position: (1.655948, -2.520927, -0.844269), + normal: (-0.483189, -0.207332, -0.850613), }, + Vertex { position: (1.529305, -2.092083, -0.887353), + normal: (-0.417424, -0.199203, -0.886609), }, + Vertex { position: (1.6249, -2.087301, -0.963391), + normal: (-0.17902, -0.308668, -0.934171), }, + Vertex { position: (1.648793, -2.280014, -0.929365), + normal: (-0.136917, -0.20176, -0.969818), }, + Vertex { position: (1.529305, -2.092083, -0.887353), + normal: (-0.417424, -0.199203, -0.886609), }, + Vertex { position: (1.648793, -2.280014, -0.929365), + normal: (-0.136917, -0.20176, -0.969818), }, + Vertex { position: (1.586321, -2.273752, -0.880969), + normal: (-0.4008, -0.167777, -0.900672), }, + Vertex { position: (1.508714, -1.808578, -0.934359), + normal: (-0.521685, -0.261319, -0.812131), }, + Vertex { position: (1.572979, -1.827591, -0.985823), + normal: (-0.739347, 0.031953, -0.672566), }, + Vertex { position: (1.6249, -2.087301, -0.963391), + normal: (-0.17902, -0.308668, -0.934171), }, + Vertex { position: (1.508714, -1.808578, -0.934359), + normal: (-0.521685, -0.261319, -0.812131), }, + Vertex { position: (1.6249, -2.087301, -0.963391), + normal: (-0.17902, -0.308668, -0.934171), }, + Vertex { position: (1.529305, -2.092083, -0.887353), + normal: (-0.417424, -0.199203, -0.886609), }, + Vertex { position: (1.480629, -1.640132, -0.953447), + normal: (-0.970971, -0.219011, -0.096178), }, + Vertex { position: (1.54175, -1.643613, -1.01419), + normal: (-0.652584, -0.147678, -0.743186), }, + Vertex { position: (1.572979, -1.827591, -0.985823), + normal: (-0.739347, 0.031953, -0.672566), }, + Vertex { position: (1.480629, -1.640132, -0.953447), + normal: (-0.970971, -0.219011, -0.096178), }, + Vertex { position: (1.572979, -1.827591, -0.985823), + normal: (-0.739347, 0.031953, -0.672566), }, + Vertex { position: (1.508714, -1.808578, -0.934359), + normal: (-0.521685, -0.261319, -0.812131), }, + Vertex { position: (1.60129, -2.267132, -0.787696), + normal: (-0.883058, -0.239959, -0.403273), }, + Vertex { position: (1.586321, -2.273752, -0.880969), + normal: (-0.4008, -0.167777, -0.900672), }, + Vertex { position: (1.655948, -2.520927, -0.844269), + normal: (-0.483189, -0.207332, -0.850613), }, + Vertex { position: (1.60129, -2.267132, -0.787696), + normal: (-0.883058, -0.239959, -0.403273), }, + Vertex { position: (1.655948, -2.520927, -0.844269), + normal: (-0.483189, -0.207332, -0.850613), }, + Vertex { position: (1.663494, -2.485963, -0.790773), + normal: (-0.912869, -0.285577, -0.291747), }, + Vertex { position: (1.544087, -2.080722, -0.786432), + normal: (-0.872722, -0.174901, -0.455813), }, + Vertex { position: (1.529305, -2.092083, -0.887353), + normal: (-0.417424, -0.199203, -0.886609), }, + Vertex { position: (1.586321, -2.273752, -0.880969), + normal: (-0.4008, -0.167777, -0.900672), }, + Vertex { position: (1.544087, -2.080722, -0.786432), + normal: (-0.872722, -0.174901, -0.455813), }, + Vertex { position: (1.586321, -2.273752, -0.880969), + normal: (-0.4008, -0.167777, -0.900672), }, + Vertex { position: (1.60129, -2.267132, -0.787696), + normal: (-0.883058, -0.239959, -0.403273), }, + Vertex { position: (1.473886, -1.818947, -0.799576), + normal: (-0.874358, -0.225285, -0.429819), }, + Vertex { position: (1.508714, -1.808578, -0.934359), + normal: (-0.521685, -0.261319, -0.812131), }, + Vertex { position: (1.529305, -2.092083, -0.887353), + normal: (-0.417424, -0.199203, -0.886609), }, + Vertex { position: (1.473886, -1.818947, -0.799576), + normal: (-0.874358, -0.225285, -0.429819), }, + Vertex { position: (1.529305, -2.092083, -0.887353), + normal: (-0.417424, -0.199203, -0.886609), }, + Vertex { position: (1.544087, -2.080722, -0.786432), + normal: (-0.872722, -0.174901, -0.455813), }, + Vertex { position: (1.451825, -1.576856, -0.702758), + normal: (-0.794709, -0.185222, 0.578041), }, + Vertex { position: (1.480629, -1.640132, -0.953447), + normal: (-0.970971, -0.219011, -0.096178), }, + Vertex { position: (1.508714, -1.808578, -0.934359), + normal: (-0.521685, -0.261319, -0.812131), }, + Vertex { position: (1.451825, -1.576856, -0.702758), + normal: (-0.794709, -0.185222, 0.578041), }, + Vertex { position: (1.508714, -1.808578, -0.934359), + normal: (-0.521685, -0.261319, -0.812131), }, + Vertex { position: (1.473886, -1.818947, -0.799576), + normal: (-0.874358, -0.225285, -0.429819), }, + Vertex { position: (1.677597, -2.237953, -0.696318), + normal: (-0.898389, -0.217201, 0.381735), }, + Vertex { position: (1.60129, -2.267132, -0.787696), + normal: (-0.883058, -0.239959, -0.403273), }, + Vertex { position: (1.663494, -2.485963, -0.790773), + normal: (-0.912869, -0.285577, -0.291747), }, + Vertex { position: (1.677597, -2.237953, -0.696318), + normal: (-0.898389, -0.217201, 0.381735), }, + Vertex { position: (1.663494, -2.485963, -0.790773), + normal: (-0.912869, -0.285577, -0.291747), }, + Vertex { position: (1.756349, -2.446399, -0.705428), + normal: (-0.887036, -0.210048, 0.411154), }, + Vertex { position: (1.643403, -2.076583, -0.689565), + normal: (-0.819257, -0.566976, -0.085772), }, + Vertex { position: (1.544087, -2.080722, -0.786432), + normal: (-0.872722, -0.174901, -0.455813), }, + Vertex { position: (1.60129, -2.267132, -0.787696), + normal: (-0.883058, -0.239959, -0.403273), }, + Vertex { position: (1.643403, -2.076583, -0.689565), + normal: (-0.819257, -0.566976, -0.085772), }, + Vertex { position: (1.60129, -2.267132, -0.787696), + normal: (-0.883058, -0.239959, -0.403273), }, + Vertex { position: (1.677597, -2.237953, -0.696318), + normal: (-0.898389, -0.217201, 0.381735), }, + Vertex { position: (1.596751, -1.722028, -0.684655), + normal: (0.193853, 0.161608, -0.967628), }, + Vertex { position: (1.473886, -1.818947, -0.799576), + normal: (-0.874358, -0.225285, -0.429819), }, + Vertex { position: (1.544087, -2.080722, -0.786432), + normal: (-0.872722, -0.174901, -0.455813), }, + Vertex { position: (1.596751, -1.722028, -0.684655), + normal: (0.193853, 0.161608, -0.967628), }, + Vertex { position: (1.544087, -2.080722, -0.786432), + normal: (-0.872722, -0.174901, -0.455813), }, + Vertex { position: (1.643403, -2.076583, -0.689565), + normal: (-0.819257, -0.566976, -0.085772), }, + Vertex { position: (1.599889, -1.595526, -0.623185), + normal: (-0.493424, -0.165611, 0.853877), }, + Vertex { position: (1.451825, -1.576856, -0.702758), + normal: (-0.794709, -0.185222, 0.578041), }, + Vertex { position: (1.473886, -1.818947, -0.799576), + normal: (-0.874358, -0.225285, -0.429819), }, + Vertex { position: (1.599889, -1.595526, -0.623185), + normal: (-0.493424, -0.165611, 0.853877), }, + Vertex { position: (1.473886, -1.818947, -0.799576), + normal: (-0.874358, -0.225285, -0.429819), }, + Vertex { position: (1.596751, -1.722028, -0.684655), + normal: (0.193853, 0.161608, -0.967628), }, + Vertex { position: (1.930747, -2.463535, -0.894743), + normal: (0.985192, -0.12583, 0.116459), }, + Vertex { position: (1.953911, -2.462233, -0.830594), + normal: (-0.587844, -0.244917, -0.771009), }, + Vertex { position: (1.994078, -2.713047, -0.824553), + normal: (-0.247433, -0.24804, -0.936618), }, + Vertex { position: (1.930747, -2.463535, -0.894743), + normal: (0.985192, -0.12583, 0.116459), }, + Vertex { position: (1.994078, -2.713047, -0.824553), + normal: (-0.247433, -0.24804, -0.936618), }, + Vertex { position: (1.960643, -2.71286, -0.90089), + normal: (0.186476, 0.252953, -0.949337), }, + Vertex { position: (1.864064, -2.469953, -0.935601), + normal: (0.843062, -0.10517, -0.527433), }, + Vertex { position: (1.930747, -2.463535, -0.894743), + normal: (0.985192, -0.12583, 0.116459), }, + Vertex { position: (1.960643, -2.71286, -0.90089), + normal: (0.186476, 0.252953, -0.949337), }, + Vertex { position: (1.864064, -2.469953, -0.935601), + normal: (0.843062, -0.10517, -0.527433), }, + Vertex { position: (1.960643, -2.71286, -0.90089), + normal: (0.186476, 0.252953, -0.949337), }, + Vertex { position: (1.880971, -2.733242, -0.8902), + normal: (0.820312, -0.193024, -0.538358), }, + Vertex { position: (1.941767, -1.759457, -0.997454), + normal: (0.159615, 0.129847, -0.978602), }, + Vertex { position: (1.937009, -1.625419, -1.026843), + normal: (0.290478, -0.146424, -0.945612), }, + Vertex { position: (2.036036, -1.57908, -0.967151), + normal: (0.74023, -0.090866, -0.666185), }, + Vertex { position: (1.941767, -1.759457, -0.997454), + normal: (0.159615, 0.129847, -0.978602), }, + Vertex { position: (2.036036, -1.57908, -0.967151), + normal: (0.74023, -0.090866, -0.666185), }, + Vertex { position: (2.021591, -1.755289, -0.912093), + normal: (-0.274087, 0.000043, 0.961705), }, + Vertex { position: (1.918641, -2.083654, -1.001275), + normal: (0.830793, -0.244757, -0.499878), }, + Vertex { position: (1.941767, -1.759457, -0.997454), + normal: (0.159615, 0.129847, -0.978602), }, + Vertex { position: (2.021591, -1.755289, -0.912093), + normal: (-0.274087, 0.000043, 0.961705), }, + Vertex { position: (1.918641, -2.083654, -1.001275), + normal: (0.830793, -0.244757, -0.499878), }, + Vertex { position: (2.021591, -1.755289, -0.912093), + normal: (-0.274087, 0.000043, 0.961705), }, + Vertex { position: (2.013095, -2.051912, -0.911043), + normal: (0.957938, -0.285979, -0.023877), }, + Vertex { position: (1.90637, -2.282284, -0.964887), + normal: (0.846555, -0.103661, -0.52211), }, + Vertex { position: (1.98533, -2.221319, -0.893145), + normal: (0.996811, -0.048518, 0.063355), }, + Vertex { position: (1.930747, -2.463535, -0.894743), + normal: (0.985192, -0.12583, 0.116459), }, + Vertex { position: (1.90637, -2.282284, -0.964887), + normal: (0.846555, -0.103661, -0.52211), }, + Vertex { position: (1.930747, -2.463535, -0.894743), + normal: (0.985192, -0.12583, 0.116459), }, + Vertex { position: (1.864064, -2.469953, -0.935601), + normal: (0.843062, -0.10517, -0.527433), }, + Vertex { position: (1.90637, -2.282284, -0.964887), + normal: (0.846555, -0.103661, -0.52211), }, + Vertex { position: (1.918641, -2.083654, -1.001275), + normal: (0.830793, -0.244757, -0.499878), }, + Vertex { position: (2.013095, -2.051912, -0.911043), + normal: (0.957938, -0.285979, -0.023877), }, + Vertex { position: (1.90637, -2.282284, -0.964887), + normal: (0.846555, -0.103661, -0.52211), }, + Vertex { position: (2.013095, -2.051912, -0.911043), + normal: (0.957938, -0.285979, -0.023877), }, + Vertex { position: (1.98533, -2.221319, -0.893145), + normal: (0.996811, -0.048518, 0.063355), }, + Vertex { position: (1.771416, -2.769024, -0.9461), + normal: (-0.069043, -0.157333, -0.985129), }, + Vertex { position: (1.737623, -2.485017, -0.918334), + normal: (-0.051713, -0.100832, -0.993559), }, + Vertex { position: (1.801127, -2.48469, -0.938593), + normal: (0.407719, -0.190267, -0.893064), }, + Vertex { position: (1.771416, -2.769024, -0.9461), + normal: (-0.069043, -0.157333, -0.985129), }, + Vertex { position: (1.801127, -2.48469, -0.938593), + normal: (0.407719, -0.190267, -0.893064), }, + Vertex { position: (1.830669, -2.736121, -0.903313), + normal: (-0.845931, -0.255219, 0.468256), }, + Vertex { position: (1.801127, -2.48469, -0.938593), + normal: (0.407719, -0.190267, -0.893064), }, + Vertex { position: (1.864064, -2.469953, -0.935601), + normal: (0.843062, -0.10517, -0.527433), }, + Vertex { position: (1.880971, -2.733242, -0.8902), + normal: (0.820312, -0.193024, -0.538358), }, + Vertex { position: (1.801127, -2.48469, -0.938593), + normal: (0.407719, -0.190267, -0.893064), }, + Vertex { position: (1.880971, -2.733242, -0.8902), + normal: (0.820312, -0.193024, -0.538358), }, + Vertex { position: (1.830669, -2.736121, -0.903313), + normal: (-0.845931, -0.255219, 0.468256), }, + Vertex { position: (1.717145, -1.80953, -1.004092), + normal: (-0.09542, 0.162222, -0.98213), }, + Vertex { position: (1.650318, -1.645881, -1.053347), + normal: (-0.211092, -0.082708, -0.973961), }, + Vertex { position: (1.804927, -1.581954, -1.089198), + normal: (0.051664, -0.122235, -0.991156), }, + Vertex { position: (1.717145, -1.80953, -1.004092), + normal: (-0.09542, 0.162222, -0.98213), }, + Vertex { position: (1.804927, -1.581954, -1.089198), + normal: (0.051664, -0.122235, -0.991156), }, + Vertex { position: (1.818846, -1.756976, -1.023593), + normal: (0.473622, -0.284001, -0.833682), }, + Vertex { position: (1.720031, -2.105568, -0.971354), + normal: (0.109483, -0.310605, -0.944213), }, + Vertex { position: (1.717145, -1.80953, -1.004092), + normal: (-0.09542, 0.162222, -0.98213), }, + Vertex { position: (1.818846, -1.756976, -1.023593), + normal: (0.473622, -0.284001, -0.833682), }, + Vertex { position: (1.720031, -2.105568, -0.971354), + normal: (0.109483, -0.310605, -0.944213), }, + Vertex { position: (1.818846, -1.756976, -1.023593), + normal: (0.473622, -0.284001, -0.833682), }, + Vertex { position: (1.839224, -2.109267, -0.998351), + normal: (0.459595, -0.144347, -0.87632), }, + Vertex { position: (1.710406, -2.272223, -0.954296), + normal: (0.039, -0.185675, -0.981837), }, + Vertex { position: (1.720031, -2.105568, -0.971354), + normal: (0.109483, -0.310605, -0.944213), }, + Vertex { position: (1.839224, -2.109267, -0.998351), + normal: (0.459595, -0.144347, -0.87632), }, + Vertex { position: (1.710406, -2.272223, -0.954296), + normal: (0.039, -0.185675, -0.981837), }, + Vertex { position: (1.839224, -2.109267, -0.998351), + normal: (0.459595, -0.144347, -0.87632), }, + Vertex { position: (1.818266, -2.313852, -0.968652), + normal: (0.431429, -0.109339, -0.895497), }, + Vertex { position: (1.737623, -2.485017, -0.918334), + normal: (-0.051713, -0.100832, -0.993559), }, + Vertex { position: (1.710406, -2.272223, -0.954296), + normal: (0.039, -0.185675, -0.981837), }, + Vertex { position: (1.818266, -2.313852, -0.968652), + normal: (0.431429, -0.109339, -0.895497), }, + Vertex { position: (1.737623, -2.485017, -0.918334), + normal: (-0.051713, -0.100832, -0.993559), }, + Vertex { position: (1.818266, -2.313852, -0.968652), + normal: (0.431429, -0.109339, -0.895497), }, + Vertex { position: (1.801127, -2.48469, -0.938593), + normal: (0.407719, -0.190267, -0.893064), }, + Vertex { position: (1.818846, -1.756976, -1.023593), + normal: (0.473622, -0.284001, -0.833682), }, + Vertex { position: (1.804927, -1.581954, -1.089198), + normal: (0.051664, -0.122235, -0.991156), }, + Vertex { position: (1.937009, -1.625419, -1.026843), + normal: (0.290478, -0.146424, -0.945612), }, + Vertex { position: (1.818846, -1.756976, -1.023593), + normal: (0.473622, -0.284001, -0.833682), }, + Vertex { position: (1.937009, -1.625419, -1.026843), + normal: (0.290478, -0.146424, -0.945612), }, + Vertex { position: (1.941767, -1.759457, -0.997454), + normal: (0.159615, 0.129847, -0.978602), }, + Vertex { position: (1.839224, -2.109267, -0.998351), + normal: (0.459595, -0.144347, -0.87632), }, + Vertex { position: (1.818846, -1.756976, -1.023593), + normal: (0.473622, -0.284001, -0.833682), }, + Vertex { position: (1.941767, -1.759457, -0.997454), + normal: (0.159615, 0.129847, -0.978602), }, + Vertex { position: (1.839224, -2.109267, -0.998351), + normal: (0.459595, -0.144347, -0.87632), }, + Vertex { position: (1.941767, -1.759457, -0.997454), + normal: (0.159615, 0.129847, -0.978602), }, + Vertex { position: (1.918641, -2.083654, -1.001275), + normal: (0.830793, -0.244757, -0.499878), }, + Vertex { position: (1.818266, -2.313852, -0.968652), + normal: (0.431429, -0.109339, -0.895497), }, + Vertex { position: (1.839224, -2.109267, -0.998351), + normal: (0.459595, -0.144347, -0.87632), }, + Vertex { position: (1.918641, -2.083654, -1.001275), + normal: (0.830793, -0.244757, -0.499878), }, + Vertex { position: (1.818266, -2.313852, -0.968652), + normal: (0.431429, -0.109339, -0.895497), }, + Vertex { position: (1.918641, -2.083654, -1.001275), + normal: (0.830793, -0.244757, -0.499878), }, + Vertex { position: (1.90637, -2.282284, -0.964887), + normal: (0.846555, -0.103661, -0.52211), }, + Vertex { position: (1.801127, -2.48469, -0.938593), + normal: (0.407719, -0.190267, -0.893064), }, + Vertex { position: (1.818266, -2.313852, -0.968652), + normal: (0.431429, -0.109339, -0.895497), }, + Vertex { position: (1.90637, -2.282284, -0.964887), + normal: (0.846555, -0.103661, -0.52211), }, + Vertex { position: (1.801127, -2.48469, -0.938593), + normal: (0.407719, -0.190267, -0.893064), }, + Vertex { position: (1.90637, -2.282284, -0.964887), + normal: (0.846555, -0.103661, -0.52211), }, + Vertex { position: (1.864064, -2.469953, -0.935601), + normal: (0.843062, -0.10517, -0.527433), }, + Vertex { position: (1.841282, -2.716008, -0.708009), + normal: (0.975634, -0.187232, 0.114377), }, + Vertex { position: (1.756349, -2.446399, -0.705428), + normal: (-0.887036, -0.210048, 0.411154), }, + Vertex { position: (1.663494, -2.485963, -0.790773), + normal: (-0.912869, -0.285577, -0.291747), }, + Vertex { position: (1.841282, -2.716008, -0.708009), + normal: (0.975634, -0.187232, 0.114377), }, + Vertex { position: (1.663494, -2.485963, -0.790773), + normal: (-0.912869, -0.285577, -0.291747), }, + Vertex { position: (1.736425, -2.743683, -0.736866), + normal: (0.056398, -0.684481, 0.726846), }, + Vertex { position: (1.740323, -1.67983, -0.664098), + normal: (-0.382074, -0.25681, 0.887732), }, + Vertex { position: (1.721211, -1.590185, -0.601932), + normal: (-0.217942, -0.897186, 0.384134), }, + Vertex { position: (1.599889, -1.595526, -0.623185), + normal: (-0.493424, -0.165611, 0.853877), }, + Vertex { position: (1.740323, -1.67983, -0.664098), + normal: (-0.382074, -0.25681, 0.887732), }, + Vertex { position: (1.599889, -1.595526, -0.623185), + normal: (-0.493424, -0.165611, 0.853877), }, + Vertex { position: (1.596751, -1.722028, -0.684655), + normal: (0.193853, 0.161608, -0.967628), }, + Vertex { position: (1.747671, -2.067518, -0.638841), + normal: (-0.53197, -0.108751, 0.839751), }, + Vertex { position: (1.740323, -1.67983, -0.664098), + normal: (-0.382074, -0.25681, 0.887732), }, + Vertex { position: (1.596751, -1.722028, -0.684655), + normal: (0.193853, 0.161608, -0.967628), }, + Vertex { position: (1.747671, -2.067518, -0.638841), + normal: (-0.53197, -0.108751, 0.839751), }, + Vertex { position: (1.596751, -1.722028, -0.684655), + normal: (0.193853, 0.161608, -0.967628), }, + Vertex { position: (1.643403, -2.076583, -0.689565), + normal: (-0.819257, -0.566976, -0.085772), }, + Vertex { position: (1.772999, -2.230292, -0.64494), + normal: (-0.570406, -0.192005, 0.798606), }, + Vertex { position: (1.747671, -2.067518, -0.638841), + normal: (-0.53197, -0.108751, 0.839751), }, + Vertex { position: (1.643403, -2.076583, -0.689565), + normal: (-0.819257, -0.566976, -0.085772), }, + Vertex { position: (1.772999, -2.230292, -0.64494), + normal: (-0.570406, -0.192005, 0.798606), }, + Vertex { position: (1.643403, -2.076583, -0.689565), + normal: (-0.819257, -0.566976, -0.085772), }, + Vertex { position: (1.677597, -2.237953, -0.696318), + normal: (-0.898389, -0.217201, 0.381735), }, + Vertex { position: (1.663494, -2.485963, -0.790773), + normal: (-0.912869, -0.285577, -0.291747), }, + Vertex { position: (1.655948, -2.520927, -0.844269), + normal: (-0.483189, -0.207332, -0.850613), }, + Vertex { position: (1.700797, -2.794792, -0.82425), + normal: (0.21689, -0.976039, 0.017487), }, + Vertex { position: (1.663494, -2.485963, -0.790773), + normal: (-0.912869, -0.285577, -0.291747), }, + Vertex { position: (1.700797, -2.794792, -0.82425), + normal: (0.21689, -0.976039, 0.017487), }, + Vertex { position: (1.736425, -2.743683, -0.736866), + normal: (0.056398, -0.684481, 0.726846), }, + Vertex { position: (2.057496, -2.887282, -0.844225), + normal: (-0.671694, -0.023528, -0.740455), }, + Vertex { position: (1.994078, -2.713047, -0.824553), + normal: (-0.247433, -0.24804, -0.936618), }, + Vertex { position: (1.972647, -2.728848, -0.772496), + normal: (-0.062994, -0.00854, 0.997977), }, + Vertex { position: (2.057496, -2.887282, -0.844225), + normal: (-0.671694, -0.023528, -0.740455), }, + Vertex { position: (1.972647, -2.728848, -0.772496), + normal: (-0.062994, -0.00854, 0.997977), }, + Vertex { position: (2.001343, -2.847715, -0.762517), + normal: (-0.990285, -0.10079, 0.095796), }, + Vertex { position: (1.828658, -2.477348, -0.67347), + normal: (0.601229, -0.111152, 0.791308), }, + Vertex { position: (1.884318, -2.724404, -0.701999), + normal: (0.751149, 0.43192, 0.49922), }, + Vertex { position: (1.972647, -2.728848, -0.772496), + normal: (-0.062994, -0.00854, 0.997977), }, + Vertex { position: (1.828658, -2.477348, -0.67347), + normal: (0.601229, -0.111152, 0.791308), }, + Vertex { position: (1.972647, -2.728848, -0.772496), + normal: (-0.062994, -0.00854, 0.997977), }, + Vertex { position: (1.947264, -2.443232, -0.732587), + normal: (-0.943599, -0.160394, 0.289646), }, + Vertex { position: (1.772999, -2.230292, -0.64494), + normal: (-0.570406, -0.192005, 0.798606), }, + Vertex { position: (1.828658, -2.477348, -0.67347), + normal: (0.601229, -0.111152, 0.791308), }, + Vertex { position: (1.947264, -2.443232, -0.732587), + normal: (-0.943599, -0.160394, 0.289646), }, + Vertex { position: (1.772999, -2.230292, -0.64494), + normal: (-0.570406, -0.192005, 0.798606), }, + Vertex { position: (1.947264, -2.443232, -0.732587), + normal: (-0.943599, -0.160394, 0.289646), }, + Vertex { position: (1.921881, -2.157616, -0.692678), + normal: (-0.363523, -0.150625, 0.919327), }, + Vertex { position: (1.828658, -2.477348, -0.67347), + normal: (0.601229, -0.111152, 0.791308), }, + Vertex { position: (1.756349, -2.446399, -0.705428), + normal: (-0.887036, -0.210048, 0.411154), }, + Vertex { position: (1.841282, -2.716008, -0.708009), + normal: (0.975634, -0.187232, 0.114377), }, + Vertex { position: (1.828658, -2.477348, -0.67347), + normal: (0.601229, -0.111152, 0.791308), }, + Vertex { position: (1.841282, -2.716008, -0.708009), + normal: (0.975634, -0.187232, 0.114377), }, + Vertex { position: (1.884318, -2.724404, -0.701999), + normal: (0.751149, 0.43192, 0.49922), }, + Vertex { position: (1.828658, -2.477348, -0.67347), + normal: (0.601229, -0.111152, 0.791308), }, + Vertex { position: (1.772999, -2.230292, -0.64494), + normal: (-0.570406, -0.192005, 0.798606), }, + Vertex { position: (1.677597, -2.237953, -0.696318), + normal: (-0.898389, -0.217201, 0.381735), }, + Vertex { position: (1.828658, -2.477348, -0.67347), + normal: (0.601229, -0.111152, 0.791308), }, + Vertex { position: (1.677597, -2.237953, -0.696318), + normal: (-0.898389, -0.217201, 0.381735), }, + Vertex { position: (1.756349, -2.446399, -0.705428), + normal: (-0.887036, -0.210048, 0.411154), }, + Vertex { position: (1.953911, -2.462233, -0.830594), + normal: (-0.587844, -0.244917, -0.771009), }, + Vertex { position: (1.947264, -2.443232, -0.732587), + normal: (-0.943599, -0.160394, 0.289646), }, + Vertex { position: (1.972647, -2.728848, -0.772496), + normal: (-0.062994, -0.00854, 0.997977), }, + Vertex { position: (1.953911, -2.462233, -0.830594), + normal: (-0.587844, -0.244917, -0.771009), }, + Vertex { position: (1.972647, -2.728848, -0.772496), + normal: (-0.062994, -0.00854, 0.997977), }, + Vertex { position: (1.994078, -2.713047, -0.824553), + normal: (-0.247433, -0.24804, -0.936618), }, + Vertex { position: (1.991892, -1.7484, -0.65277), + normal: (-0.924461, -0.213386, 0.315973), }, + Vertex { position: (1.963153, -1.588839, -0.612861), + normal: (-0.084936, -0.226589, 0.97028), }, + Vertex { position: (1.721211, -1.590185, -0.601932), + normal: (-0.217942, -0.897186, 0.384134), }, + Vertex { position: (1.991892, -1.7484, -0.65277), + normal: (-0.924461, -0.213386, 0.315973), }, + Vertex { position: (1.721211, -1.590185, -0.601932), + normal: (-0.217942, -0.897186, 0.384134), }, + Vertex { position: (1.740323, -1.67983, -0.664098), + normal: (-0.382074, -0.25681, 0.887732), }, + Vertex { position: (1.945206, -2.015769, -0.672724), + normal: (-0.914496, -0.253608, 0.315247), }, + Vertex { position: (1.991892, -1.7484, -0.65277), + normal: (-0.924461, -0.213386, 0.315973), }, + Vertex { position: (1.740323, -1.67983, -0.664098), + normal: (-0.382074, -0.25681, 0.887732), }, + Vertex { position: (1.945206, -2.015769, -0.672724), + normal: (-0.914496, -0.253608, 0.315247), }, + Vertex { position: (1.740323, -1.67983, -0.664098), + normal: (-0.382074, -0.25681, 0.887732), }, + Vertex { position: (1.747671, -2.067518, -0.638841), + normal: (-0.53197, -0.108751, 0.839751), }, + Vertex { position: (2.053108, -1.738285, -0.824853), + normal: (0.972392, 0.232654, -0.018037), }, + Vertex { position: (2.059844, -1.561331, -0.858957), + normal: (0.999491, -0.02584, -0.01873), }, + Vertex { position: (1.963153, -1.588839, -0.612861), + normal: (-0.084936, -0.226589, 0.97028), }, + Vertex { position: (2.053108, -1.738285, -0.824853), + normal: (0.972392, 0.232654, -0.018037), }, + Vertex { position: (1.963153, -1.588839, -0.612861), + normal: (-0.084936, -0.226589, 0.97028), }, + Vertex { position: (1.991892, -1.7484, -0.65277), + normal: (-0.924461, -0.213386, 0.315973), }, + Vertex { position: (2.047696, -2.050138, -0.814712), + normal: (-0.732521, -0.474279, -0.488336), }, + Vertex { position: (2.053108, -1.738285, -0.824853), + normal: (0.972392, 0.232654, -0.018037), }, + Vertex { position: (1.991892, -1.7484, -0.65277), + normal: (-0.924461, -0.213386, 0.315973), }, + Vertex { position: (2.047696, -2.050138, -0.814712), + normal: (-0.732521, -0.474279, -0.488336), }, + Vertex { position: (1.991892, -1.7484, -0.65277), + normal: (-0.924461, -0.213386, 0.315973), }, + Vertex { position: (1.945206, -2.015769, -0.672724), + normal: (-0.914496, -0.253608, 0.315247), }, + Vertex { position: (2.02453, -2.195334, -0.811284), + normal: (-0.845196, -0.27877, -0.455994), }, + Vertex { position: (2.047696, -2.050138, -0.814712), + normal: (-0.732521, -0.474279, -0.488336), }, + Vertex { position: (1.945206, -2.015769, -0.672724), + normal: (-0.914496, -0.253608, 0.315247), }, + Vertex { position: (2.02453, -2.195334, -0.811284), + normal: (-0.845196, -0.27877, -0.455994), }, + Vertex { position: (1.945206, -2.015769, -0.672724), + normal: (-0.914496, -0.253608, 0.315247), }, + Vertex { position: (1.921881, -2.157616, -0.692678), + normal: (-0.363523, -0.150625, 0.919327), }, + Vertex { position: (1.953911, -2.462233, -0.830594), + normal: (-0.587844, -0.244917, -0.771009), }, + Vertex { position: (2.02453, -2.195334, -0.811284), + normal: (-0.845196, -0.27877, -0.455994), }, + Vertex { position: (1.921881, -2.157616, -0.692678), + normal: (-0.363523, -0.150625, 0.919327), }, + Vertex { position: (1.953911, -2.462233, -0.830594), + normal: (-0.587844, -0.244917, -0.771009), }, + Vertex { position: (1.921881, -2.157616, -0.692678), + normal: (-0.363523, -0.150625, 0.919327), }, + Vertex { position: (1.947264, -2.443232, -0.732587), + normal: (-0.943599, -0.160394, 0.289646), }, + Vertex { position: (2.111557, -1.376942, -0.89657), + normal: (-0.239734, -0.173966, -0.955125), }, + Vertex { position: (2.141273, -1.234642, -0.941254), + normal: (-0.157802, -0.148625, -0.976222), }, + Vertex { position: (2.158051, -1.209613, -0.783941), + normal: (0.608407, -0.244593, -0.754993), }, + Vertex { position: (2.111557, -1.376942, -0.89657), + normal: (-0.239734, -0.173966, -0.955125), }, + Vertex { position: (2.158051, -1.209613, -0.783941), + normal: (0.608407, -0.244593, -0.754993), }, + Vertex { position: (2.126237, -1.330172, -0.721011), + normal: (0.727678, -0.414895, -0.546211), }, + Vertex { position: (2.071448, -1.410118, -1.006192), + normal: (-0.498756, -0.2241, -0.83727), }, + Vertex { position: (2.099566, -1.259996, -1.055763), + normal: (-0.329905, -0.225598, -0.916661), }, + Vertex { position: (2.141273, -1.234642, -0.941254), + normal: (-0.157802, -0.148625, -0.976222), }, + Vertex { position: (2.071448, -1.410118, -1.006192), + normal: (-0.498756, -0.2241, -0.83727), }, + Vertex { position: (2.141273, -1.234642, -0.941254), + normal: (-0.157802, -0.148625, -0.976222), }, + Vertex { position: (2.111557, -1.376942, -0.89657), + normal: (-0.239734, -0.173966, -0.955125), }, + Vertex { position: (1.974215, -1.469208, -1.068951), + normal: (-0.759627, -0.28527, -0.584455), }, + Vertex { position: (1.966698, -1.22816, -1.153716), + normal: (-0.661097, -0.258238, -0.70446), }, + Vertex { position: (2.099566, -1.259996, -1.055763), + normal: (-0.329905, -0.225598, -0.916661), }, + Vertex { position: (1.974215, -1.469208, -1.068951), + normal: (-0.759627, -0.28527, -0.584455), }, + Vertex { position: (2.099566, -1.259996, -1.055763), + normal: (-0.329905, -0.225598, -0.916661), }, + Vertex { position: (2.071448, -1.410118, -1.006192), + normal: (-0.498756, -0.2241, -0.83727), }, + Vertex { position: (1.801794, -1.465464, -1.129277), + normal: (-0.672688, -0.442616, -0.592944), }, + Vertex { position: (1.805207, -1.268427, -1.165317), + normal: (-0.632119, -0.359381, -0.686491), }, + Vertex { position: (1.966698, -1.22816, -1.153716), + normal: (-0.661097, -0.258238, -0.70446), }, + Vertex { position: (1.801794, -1.465464, -1.129277), + normal: (-0.672688, -0.442616, -0.592944), }, + Vertex { position: (1.966698, -1.22816, -1.153716), + normal: (-0.661097, -0.258238, -0.70446), }, + Vertex { position: (1.974215, -1.469208, -1.068951), + normal: (-0.759627, -0.28527, -0.584455), }, + Vertex { position: (1.612396, -1.485728, -1.099731), + normal: (0.954473, -0.270031, -0.126745), }, + Vertex { position: (1.601721, -1.262359, -1.14142), + normal: (0.942118, -0.292663, -0.163592), }, + Vertex { position: (1.805207, -1.268427, -1.165317), + normal: (-0.632119, -0.359381, -0.686491), }, + Vertex { position: (1.612396, -1.485728, -1.099731), + normal: (0.954473, -0.270031, -0.126745), }, + Vertex { position: (1.805207, -1.268427, -1.165317), + normal: (-0.632119, -0.359381, -0.686491), }, + Vertex { position: (1.801794, -1.465464, -1.129277), + normal: (-0.672688, -0.442616, -0.592944), }, + Vertex { position: (1.5167, -1.45305, -1.068516), + normal: (0.80128, -0.303744, -0.515451), }, + Vertex { position: (1.49748, -1.283201, -1.088258), + normal: (0.772916, -0.305378, -0.556189), }, + Vertex { position: (1.601721, -1.262359, -1.14142), + normal: (0.942118, -0.292663, -0.163592), }, + Vertex { position: (1.5167, -1.45305, -1.068516), + normal: (0.80128, -0.303744, -0.515451), }, + Vertex { position: (1.601721, -1.262359, -1.14142), + normal: (0.942118, -0.292663, -0.163592), }, + Vertex { position: (1.612396, -1.485728, -1.099731), + normal: (0.954473, -0.270031, -0.126745), }, + Vertex { position: (1.454817, -1.430228, -0.976569), + normal: (0.441315, -0.29978, -0.845797), }, + Vertex { position: (1.430817, -1.301205, -1.024924), + normal: (0.38578, -0.259547, -0.88533), }, + Vertex { position: (1.49748, -1.283201, -1.088258), + normal: (0.772916, -0.305378, -0.556189), }, + Vertex { position: (1.454817, -1.430228, -0.976569), + normal: (0.441315, -0.29978, -0.845797), }, + Vertex { position: (1.49748, -1.283201, -1.088258), + normal: (0.772916, -0.305378, -0.556189), }, + Vertex { position: (1.5167, -1.45305, -1.068516), + normal: (0.80128, -0.303744, -0.515451), }, + Vertex { position: (1.328862, -1.352627, -0.758733), + normal: (0.080262, -0.270606, -0.959339), }, + Vertex { position: (1.348219, -1.282064, -0.845204), + normal: (0.02992, -0.202031, -0.978922), }, + Vertex { position: (1.430817, -1.301205, -1.024924), + normal: (0.38578, -0.259547, -0.88533), }, + Vertex { position: (1.328862, -1.352627, -0.758733), + normal: (0.080262, -0.270606, -0.959339), }, + Vertex { position: (1.430817, -1.301205, -1.024924), + normal: (0.38578, -0.259547, -0.88533), }, + Vertex { position: (1.454817, -1.430228, -0.976569), + normal: (0.441315, -0.29978, -0.845797), }, + Vertex { position: (2.141273, -1.234642, -0.941254), + normal: (-0.157802, -0.148625, -0.976222), }, + Vertex { position: (2.17745, -1.127765, -0.974416), + normal: (-0.019419, -0.11596, -0.993064), }, + Vertex { position: (2.180012, -1.130557, -0.821812), + normal: (0.70745, -0.193334, -0.679806), }, + Vertex { position: (2.141273, -1.234642, -0.941254), + normal: (-0.157802, -0.148625, -0.976222), }, + Vertex { position: (2.180012, -1.130557, -0.821812), + normal: (0.70745, -0.193334, -0.679806), }, + Vertex { position: (2.158051, -1.209613, -0.783941), + normal: (0.608407, -0.244593, -0.754993), }, + Vertex { position: (2.099566, -1.259996, -1.055763), + normal: (-0.329905, -0.225598, -0.916661), }, + Vertex { position: (2.148553, -1.103067, -1.06541), + normal: (-0.182029, -0.190207, -0.964721), }, + Vertex { position: (2.17745, -1.127765, -0.974416), + normal: (-0.019419, -0.11596, -0.993064), }, + Vertex { position: (2.099566, -1.259996, -1.055763), + normal: (-0.329905, -0.225598, -0.916661), }, + Vertex { position: (2.17745, -1.127765, -0.974416), + normal: (-0.019419, -0.11596, -0.993064), }, + Vertex { position: (2.141273, -1.234642, -0.941254), + normal: (-0.157802, -0.148625, -0.976222), }, + Vertex { position: (1.966698, -1.22816, -1.153716), + normal: (-0.661097, -0.258238, -0.70446), }, + Vertex { position: (2.024692, -1.074646, -1.172465), + normal: (-0.571338, -0.120921, -0.811758), }, + Vertex { position: (2.148553, -1.103067, -1.06541), + normal: (-0.182029, -0.190207, -0.964721), }, + Vertex { position: (1.966698, -1.22816, -1.153716), + normal: (-0.661097, -0.258238, -0.70446), }, + Vertex { position: (2.148553, -1.103067, -1.06541), + normal: (-0.182029, -0.190207, -0.964721), }, + Vertex { position: (2.099566, -1.259996, -1.055763), + normal: (-0.329905, -0.225598, -0.916661), }, + Vertex { position: (1.805207, -1.268427, -1.165317), + normal: (-0.632119, -0.359381, -0.686491), }, + Vertex { position: (1.838895, -1.087204, -1.201408), + normal: (-0.587909, -0.233166, -0.774594), }, + Vertex { position: (2.024692, -1.074646, -1.172465), + normal: (-0.571338, -0.120921, -0.811758), }, + Vertex { position: (1.805207, -1.268427, -1.165317), + normal: (-0.632119, -0.359381, -0.686491), }, + Vertex { position: (2.024692, -1.074646, -1.172465), + normal: (-0.571338, -0.120921, -0.811758), }, + Vertex { position: (1.966698, -1.22816, -1.153716), + normal: (-0.661097, -0.258238, -0.70446), }, + Vertex { position: (1.601721, -1.262359, -1.14142), + normal: (0.942118, -0.292663, -0.163592), }, + Vertex { position: (1.645819, -1.087442, -1.173773), + normal: (0.924702, -0.311562, -0.218757), }, + Vertex { position: (1.838895, -1.087204, -1.201408), + normal: (-0.587909, -0.233166, -0.774594), }, + Vertex { position: (1.601721, -1.262359, -1.14142), + normal: (0.942118, -0.292663, -0.163592), }, + Vertex { position: (1.838895, -1.087204, -1.201408), + normal: (-0.587909, -0.233166, -0.774594), }, + Vertex { position: (1.805207, -1.268427, -1.165317), + normal: (-0.632119, -0.359381, -0.686491), }, + Vertex { position: (1.49748, -1.283201, -1.088258), + normal: (0.772916, -0.305378, -0.556189), }, + Vertex { position: (1.524407, -1.125312, -1.142248), + normal: (0.73827, -0.277136, -0.614942), }, + Vertex { position: (1.645819, -1.087442, -1.173773), + normal: (0.924702, -0.311562, -0.218757), }, + Vertex { position: (1.49748, -1.283201, -1.088258), + normal: (0.772916, -0.305378, -0.556189), }, + Vertex { position: (1.645819, -1.087442, -1.173773), + normal: (0.924702, -0.311562, -0.218757), }, + Vertex { position: (1.601721, -1.262359, -1.14142), + normal: (0.942118, -0.292663, -0.163592), }, + Vertex { position: (1.430817, -1.301205, -1.024924), + normal: (0.38578, -0.259547, -0.88533), }, + Vertex { position: (1.438439, -1.148029, -1.098069), + normal: (0.366416, -0.175098, -0.913827), }, + Vertex { position: (1.524407, -1.125312, -1.142248), + normal: (0.73827, -0.277136, -0.614942), }, + Vertex { position: (1.430817, -1.301205, -1.024924), + normal: (0.38578, -0.259547, -0.88533), }, + Vertex { position: (1.524407, -1.125312, -1.142248), + normal: (0.73827, -0.277136, -0.614942), }, + Vertex { position: (1.49748, -1.283201, -1.088258), + normal: (0.772916, -0.305378, -0.556189), }, + Vertex { position: (1.348219, -1.282064, -0.845204), + normal: (0.02992, -0.202031, -0.978922), }, + Vertex { position: (1.310865, -1.136322, -0.914838), + normal: (0.023392, -0.110333, -0.993619), }, + Vertex { position: (1.438439, -1.148029, -1.098069), + normal: (0.366416, -0.175098, -0.913827), }, + Vertex { position: (1.348219, -1.282064, -0.845204), + normal: (0.02992, -0.202031, -0.978922), }, + Vertex { position: (1.438439, -1.148029, -1.098069), + normal: (0.366416, -0.175098, -0.913827), }, + Vertex { position: (1.430817, -1.301205, -1.024924), + normal: (0.38578, -0.259547, -0.88533), }, + Vertex { position: (2.059844, -1.561331, -0.858957), + normal: (0.999491, -0.02584, -0.01873), }, + Vertex { position: (2.0796, -1.473377, -0.654997), + normal: (0.437631, -0.408484, -0.801012), }, + Vertex { position: (2.0482, -1.581983, -0.555832), + normal: (0.552828, -0.750794, -0.36151), }, + Vertex { position: (2.059844, -1.561331, -0.858957), + normal: (0.999491, -0.02584, -0.01873), }, + Vertex { position: (2.0482, -1.581983, -0.555832), + normal: (0.552828, -0.750794, -0.36151), }, + Vertex { position: (1.963153, -1.588839, -0.612861), + normal: (-0.084936, -0.226589, 0.97028), }, + Vertex { position: (1.804927, -1.581954, -1.089198), + normal: (0.051664, -0.122235, -0.991156), }, + Vertex { position: (1.650318, -1.645881, -1.053347), + normal: (-0.211092, -0.082708, -0.973961), }, + Vertex { position: (1.612396, -1.485728, -1.099731), + normal: (0.954473, -0.270031, -0.126745), }, + Vertex { position: (1.804927, -1.581954, -1.089198), + normal: (0.051664, -0.122235, -0.991156), }, + Vertex { position: (1.612396, -1.485728, -1.099731), + normal: (0.954473, -0.270031, -0.126745), }, + Vertex { position: (1.801794, -1.465464, -1.129277), + normal: (-0.672688, -0.442616, -0.592944), }, + Vertex { position: (1.937009, -1.625419, -1.026843), + normal: (0.290478, -0.146424, -0.945612), }, + Vertex { position: (1.804927, -1.581954, -1.089198), + normal: (0.051664, -0.122235, -0.991156), }, + Vertex { position: (1.801794, -1.465464, -1.129277), + normal: (-0.672688, -0.442616, -0.592944), }, + Vertex { position: (1.937009, -1.625419, -1.026843), + normal: (0.290478, -0.146424, -0.945612), }, + Vertex { position: (1.801794, -1.465464, -1.129277), + normal: (-0.672688, -0.442616, -0.592944), }, + Vertex { position: (1.974215, -1.469208, -1.068951), + normal: (-0.759627, -0.28527, -0.584455), }, + Vertex { position: (2.036036, -1.57908, -0.967151), + normal: (0.74023, -0.090866, -0.666185), }, + Vertex { position: (1.937009, -1.625419, -1.026843), + normal: (0.290478, -0.146424, -0.945612), }, + Vertex { position: (1.974215, -1.469208, -1.068951), + normal: (-0.759627, -0.28527, -0.584455), }, + Vertex { position: (2.036036, -1.57908, -0.967151), + normal: (0.74023, -0.090866, -0.666185), }, + Vertex { position: (1.974215, -1.469208, -1.068951), + normal: (-0.759627, -0.28527, -0.584455), }, + Vertex { position: (2.071448, -1.410118, -1.006192), + normal: (-0.498756, -0.2241, -0.83727), }, + Vertex { position: (2.059844, -1.561331, -0.858957), + normal: (0.999491, -0.02584, -0.01873), }, + Vertex { position: (2.036036, -1.57908, -0.967151), + normal: (0.74023, -0.090866, -0.666185), }, + Vertex { position: (2.071448, -1.410118, -1.006192), + normal: (-0.498756, -0.2241, -0.83727), }, + Vertex { position: (2.059844, -1.561331, -0.858957), + normal: (0.999491, -0.02584, -0.01873), }, + Vertex { position: (2.071448, -1.410118, -1.006192), + normal: (-0.498756, -0.2241, -0.83727), }, + Vertex { position: (2.111557, -1.376942, -0.89657), + normal: (-0.239734, -0.173966, -0.955125), }, + Vertex { position: (2.059844, -1.561331, -0.858957), + normal: (0.999491, -0.02584, -0.01873), }, + Vertex { position: (2.111557, -1.376942, -0.89657), + normal: (-0.239734, -0.173966, -0.955125), }, + Vertex { position: (2.126237, -1.330172, -0.721011), + normal: (0.727678, -0.414895, -0.546211), }, + Vertex { position: (2.059844, -1.561331, -0.858957), + normal: (0.999491, -0.02584, -0.01873), }, + Vertex { position: (2.126237, -1.330172, -0.721011), + normal: (0.727678, -0.414895, -0.546211), }, + Vertex { position: (2.0796, -1.473377, -0.654997), + normal: (0.437631, -0.408484, -0.801012), }, + Vertex { position: (2.180012, -1.130557, -0.821812), + normal: (0.70745, -0.193334, -0.679806), }, + Vertex { position: (2.17745, -1.127765, -0.974416), + normal: (-0.019419, -0.11596, -0.993064), }, + Vertex { position: (2.222082, -0.957342, -1.014137), + normal: (-0.742985, 0.015712, -0.669123), }, + Vertex { position: (2.180012, -1.130557, -0.821812), + normal: (0.70745, -0.193334, -0.679806), }, + Vertex { position: (2.222082, -0.957342, -1.014137), + normal: (-0.742985, 0.015712, -0.669123), }, + Vertex { position: (2.229345, -0.992723, -0.862826), + normal: (-0.012663, 0.029084, -0.999497), }, + Vertex { position: (1.838895, -1.087204, -1.201408), + normal: (-0.587909, -0.233166, -0.774594), }, + Vertex { position: (1.645819, -1.087442, -1.173773), + normal: (0.924702, -0.311562, -0.218757), }, + Vertex { position: (1.635139, -0.965221, -1.184968), + normal: (0.859237, -0.17312, -0.481395), }, + Vertex { position: (1.838895, -1.087204, -1.201408), + normal: (-0.587909, -0.233166, -0.774594), }, + Vertex { position: (1.635139, -0.965221, -1.184968), + normal: (0.859237, -0.17312, -0.481395), }, + Vertex { position: (1.867657, -0.920633, -1.206933), + normal: (-0.942755, -0.29871, 0.148273), }, + Vertex { position: (2.024692, -1.074646, -1.172465), + normal: (-0.571338, -0.120921, -0.811758), }, + Vertex { position: (1.838895, -1.087204, -1.201408), + normal: (-0.587909, -0.233166, -0.774594), }, + Vertex { position: (1.867657, -0.920633, -1.206933), + normal: (-0.942755, -0.29871, 0.148273), }, + Vertex { position: (2.024692, -1.074646, -1.172465), + normal: (-0.571338, -0.120921, -0.811758), }, + Vertex { position: (1.867657, -0.920633, -1.206933), + normal: (-0.942755, -0.29871, 0.148273), }, + Vertex { position: (2.058189, -0.931238, -1.163518), + normal: (-0.965506, -0.176768, 0.191185), }, + Vertex { position: (2.148553, -1.103067, -1.06541), + normal: (-0.182029, -0.190207, -0.964721), }, + Vertex { position: (2.024692, -1.074646, -1.172465), + normal: (-0.571338, -0.120921, -0.811758), }, + Vertex { position: (2.058189, -0.931238, -1.163518), + normal: (-0.965506, -0.176768, 0.191185), }, + Vertex { position: (2.148553, -1.103067, -1.06541), + normal: (-0.182029, -0.190207, -0.964721), }, + Vertex { position: (2.058189, -0.931238, -1.163518), + normal: (-0.965506, -0.176768, 0.191185), }, + Vertex { position: (2.158585, -0.955809, -1.113647), + normal: (-0.809154, 0.004832, -0.587577), }, + Vertex { position: (2.17745, -1.127765, -0.974416), + normal: (-0.019419, -0.11596, -0.993064), }, + Vertex { position: (2.148553, -1.103067, -1.06541), + normal: (-0.182029, -0.190207, -0.964721), }, + Vertex { position: (2.158585, -0.955809, -1.113647), + normal: (-0.809154, 0.004832, -0.587577), }, + Vertex { position: (2.17745, -1.127765, -0.974416), + normal: (-0.019419, -0.11596, -0.993064), }, + Vertex { position: (2.158585, -0.955809, -1.113647), + normal: (-0.809154, 0.004832, -0.587577), }, + Vertex { position: (2.222082, -0.957342, -1.014137), + normal: (-0.742985, 0.015712, -0.669123), }, + Vertex { position: (1.328862, -1.352627, -0.758733), + normal: (0.080262, -0.270606, -0.959339), }, + Vertex { position: (1.454817, -1.430228, -0.976569), + normal: (0.441315, -0.29978, -0.845797), }, + Vertex { position: (1.480629, -1.640132, -0.953447), + normal: (-0.970971, -0.219011, -0.096178), }, + Vertex { position: (1.328862, -1.352627, -0.758733), + normal: (0.080262, -0.270606, -0.959339), }, + Vertex { position: (1.480629, -1.640132, -0.953447), + normal: (-0.970971, -0.219011, -0.096178), }, + Vertex { position: (1.451825, -1.576856, -0.702758), + normal: (-0.794709, -0.185222, 0.578041), }, + Vertex { position: (1.337875, -0.945716, -1.021299), + normal: (0.045651, -0.004499, -0.998947), }, + Vertex { position: (1.428883, -0.98669, -1.133905), + normal: (0.419396, -0.035927, -0.907092), }, + Vertex { position: (1.438439, -1.148029, -1.098069), + normal: (0.366416, -0.175098, -0.913827), }, + Vertex { position: (1.337875, -0.945716, -1.021299), + normal: (0.045651, -0.004499, -0.998947), }, + Vertex { position: (1.438439, -1.148029, -1.098069), + normal: (0.366416, -0.175098, -0.913827), }, + Vertex { position: (1.310865, -1.136322, -0.914838), + normal: (0.023392, -0.110333, -0.993619), }, + Vertex { position: (1.5167, -1.45305, -1.068516), + normal: (0.80128, -0.303744, -0.515451), }, + Vertex { position: (1.612396, -1.485728, -1.099731), + normal: (0.954473, -0.270031, -0.126745), }, + Vertex { position: (1.650318, -1.645881, -1.053347), + normal: (-0.211092, -0.082708, -0.973961), }, + Vertex { position: (1.5167, -1.45305, -1.068516), + normal: (0.80128, -0.303744, -0.515451), }, + Vertex { position: (1.650318, -1.645881, -1.053347), + normal: (-0.211092, -0.082708, -0.973961), }, + Vertex { position: (1.54175, -1.643613, -1.01419), + normal: (-0.652584, -0.147678, -0.743186), }, + Vertex { position: (1.454817, -1.430228, -0.976569), + normal: (0.441315, -0.29978, -0.845797), }, + Vertex { position: (1.5167, -1.45305, -1.068516), + normal: (0.80128, -0.303744, -0.515451), }, + Vertex { position: (1.54175, -1.643613, -1.01419), + normal: (-0.652584, -0.147678, -0.743186), }, + Vertex { position: (1.454817, -1.430228, -0.976569), + normal: (0.441315, -0.29978, -0.845797), }, + Vertex { position: (1.54175, -1.643613, -1.01419), + normal: (-0.652584, -0.147678, -0.743186), }, + Vertex { position: (1.480629, -1.640132, -0.953447), + normal: (-0.970971, -0.219011, -0.096178), }, + Vertex { position: (1.536037, -0.985876, -1.185597), + normal: (0.714393, -0.109998, -0.691045), }, + Vertex { position: (1.635139, -0.965221, -1.184968), + normal: (0.859237, -0.17312, -0.481395), }, + Vertex { position: (1.645819, -1.087442, -1.173773), + normal: (0.924702, -0.311562, -0.218757), }, + Vertex { position: (1.536037, -0.985876, -1.185597), + normal: (0.714393, -0.109998, -0.691045), }, + Vertex { position: (1.645819, -1.087442, -1.173773), + normal: (0.924702, -0.311562, -0.218757), }, + Vertex { position: (1.524407, -1.125312, -1.142248), + normal: (0.73827, -0.277136, -0.614942), }, + Vertex { position: (1.428883, -0.98669, -1.133905), + normal: (0.419396, -0.035927, -0.907092), }, + Vertex { position: (1.536037, -0.985876, -1.185597), + normal: (0.714393, -0.109998, -0.691045), }, + Vertex { position: (1.524407, -1.125312, -1.142248), + normal: (0.73827, -0.277136, -0.614942), }, + Vertex { position: (1.428883, -0.98669, -1.133905), + normal: (0.419396, -0.035927, -0.907092), }, + Vertex { position: (1.524407, -1.125312, -1.142248), + normal: (0.73827, -0.277136, -0.614942), }, + Vertex { position: (1.438439, -1.148029, -1.098069), + normal: (0.366416, -0.175098, -0.913827), }, + Vertex { position: (3.233975, 2.059193, -0.072431), + normal: (0.261393, -0.399072, -0.878872), }, + Vertex { position: (3.009101, 1.971604, -0.03422), + normal: (0.441787, -0.375177, -0.814903), }, + Vertex { position: (2.985371, 1.982663, 0.0), + normal: (0.889638, -0.392482, 0.233458), }, + Vertex { position: (3.233975, 2.059193, -0.072431), + normal: (0.261393, -0.399072, -0.878872), }, + Vertex { position: (2.985371, 1.982663, 0.0), + normal: (0.889638, -0.392482, 0.233458), }, + Vertex { position: (3.247406, 2.073333, 0.0), + normal: (-0.861251, 0.383698, -0.333202), }, + Vertex { position: (3.252224, 2.026347, -0.148215), + normal: (0.428291, -0.499911, -0.752765), }, + Vertex { position: (3.036361, 1.913989, -0.169838), + normal: (0.483908, -0.405185, -0.775667), }, + Vertex { position: (3.009101, 1.971604, -0.03422), + normal: (0.441787, -0.375177, -0.814903), }, + Vertex { position: (3.252224, 2.026347, -0.148215), + normal: (0.428291, -0.499911, -0.752765), }, + Vertex { position: (3.009101, 1.971604, -0.03422), + normal: (0.441787, -0.375177, -0.814903), }, + Vertex { position: (3.233975, 2.059193, -0.072431), + normal: (0.261393, -0.399072, -0.878872), }, + Vertex { position: (3.276333, 1.863773, -0.294266), + normal: (0.454048, -0.464454, -0.760344), }, + Vertex { position: (3.058366, 1.773346, -0.297337), + normal: (0.482381, -0.398126, -0.780259), }, + Vertex { position: (3.036361, 1.913989, -0.169838), + normal: (0.483908, -0.405185, -0.775667), }, + Vertex { position: (3.276333, 1.863773, -0.294266), + normal: (0.454048, -0.464454, -0.760344), }, + Vertex { position: (3.036361, 1.913989, -0.169838), + normal: (0.483908, -0.405185, -0.775667), }, + Vertex { position: (3.252224, 2.026347, -0.148215), + normal: (0.428291, -0.499911, -0.752765), }, + Vertex { position: (3.337545, 1.748927, -0.34021), + normal: (0.673211, -0.58089, -0.457551), }, + Vertex { position: (3.086666, 1.632991, -0.338863), + normal: (0.702554, -0.570096, -0.42592), }, + Vertex { position: (3.058366, 1.773346, -0.297337), + normal: (0.482381, -0.398126, -0.780259), }, + Vertex { position: (3.337545, 1.748927, -0.34021), + normal: (0.673211, -0.58089, -0.457551), }, + Vertex { position: (3.058366, 1.773346, -0.297337), + normal: (0.482381, -0.398126, -0.780259), }, + Vertex { position: (3.276333, 1.863773, -0.294266), + normal: (0.454048, -0.464454, -0.760344), }, + Vertex { position: (3.377233, 1.5878, -0.400781), + normal: (-0.384424, 0.863444, -0.326623), }, + Vertex { position: (3.115383, 1.49239, -0.380228), + normal: (-0.317114, 0.866865, -0.384686), }, + Vertex { position: (3.086666, 1.632991, -0.338863), + normal: (0.702554, -0.570096, -0.42592), }, + Vertex { position: (3.377233, 1.5878, -0.400781), + normal: (-0.384424, 0.863444, -0.326623), }, + Vertex { position: (3.086666, 1.632991, -0.338863), + normal: (0.702554, -0.570096, -0.42592), }, + Vertex { position: (3.337545, 1.748927, -0.34021), + normal: (0.673211, -0.58089, -0.457551), }, + Vertex { position: (3.47341, 1.366149, -0.454658), + normal: (-0.354832, 0.724971, -0.590348), }, + Vertex { position: (3.163181, 1.209972, -0.462438), + normal: (-0.273708, 0.760234, -0.589175), }, + Vertex { position: (3.115383, 1.49239, -0.380228), + normal: (-0.317114, 0.866865, -0.384686), }, + Vertex { position: (3.47341, 1.366149, -0.454658), + normal: (-0.354832, 0.724971, -0.590348), }, + Vertex { position: (3.115383, 1.49239, -0.380228), + normal: (-0.317114, 0.866865, -0.384686), }, + Vertex { position: (3.377233, 1.5878, -0.400781), + normal: (-0.384424, 0.863444, -0.326623), }, + Vertex { position: (3.528445, 1.060127, -0.489443), + normal: (-0.270788, 0.46353, -0.84369), }, + Vertex { position: (3.189664, 0.907503, -0.500122), + normal: (-0.158888, 0.47696, -0.864444), }, + Vertex { position: (3.163181, 1.209972, -0.462438), + normal: (-0.273708, 0.760234, -0.589175), }, + Vertex { position: (3.528445, 1.060127, -0.489443), + normal: (-0.270788, 0.46353, -0.84369), }, + Vertex { position: (3.163181, 1.209972, -0.462438), + normal: (-0.273708, 0.760234, -0.589175), }, + Vertex { position: (3.47341, 1.366149, -0.454658), + normal: (-0.354832, 0.724971, -0.590348), }, + Vertex { position: (3.559394, 0.706516, -0.452535), + normal: (-0.203969, 0.261593, -0.94338), }, + Vertex { position: (3.280681, 0.510802, -0.499434), + normal: (-0.095989, 0.297871, -0.949768), }, + Vertex { position: (3.189664, 0.907503, -0.500122), + normal: (-0.158888, 0.47696, -0.864444), }, + Vertex { position: (3.559394, 0.706516, -0.452535), + normal: (-0.203969, 0.261593, -0.94338), }, + Vertex { position: (3.189664, 0.907503, -0.500122), + normal: (-0.158888, 0.47696, -0.864444), }, + Vertex { position: (3.528445, 1.060127, -0.489443), + normal: (-0.270788, 0.46353, -0.84369), }, + Vertex { position: (3.61965, 0.472046, -0.391742), + normal: (-0.175197, 0.22468, -0.958553), }, + Vertex { position: (3.321825, 0.26669, -0.46575), + normal: (-0.078774, 0.27578, -0.957987), }, + Vertex { position: (3.280681, 0.510802, -0.499434), + normal: (-0.095989, 0.297871, -0.949768), }, + Vertex { position: (3.61965, 0.472046, -0.391742), + normal: (-0.175197, 0.22468, -0.958553), }, + Vertex { position: (3.280681, 0.510802, -0.499434), + normal: (-0.095989, 0.297871, -0.949768), }, + Vertex { position: (3.559394, 0.706516, -0.452535), + normal: (-0.203969, 0.261593, -0.94338), }, + Vertex { position: (3.641195, 0.407454, -0.362198), + normal: (-0.128537, 0.152973, -0.979835), }, + Vertex { position: (3.36004, 0.165487, -0.412685), + normal: (-0.027323, 0.180938, -0.983115), }, + Vertex { position: (3.321825, 0.26669, -0.46575), + normal: (-0.078774, 0.27578, -0.957987), }, + Vertex { position: (3.641195, 0.407454, -0.362198), + normal: (-0.128537, 0.152973, -0.979835), }, + Vertex { position: (3.321825, 0.26669, -0.46575), + normal: (-0.078774, 0.27578, -0.957987), }, + Vertex { position: (3.61965, 0.472046, -0.391742), + normal: (-0.175197, 0.22468, -0.958553), }, + Vertex { position: (3.67471, 0.338839, -0.30784), + normal: (-0.023695, 0.006701, -0.999697), }, + Vertex { position: (3.378799, 0.073736, -0.355362), + normal: (0.065337, 0.07376, -0.995133), }, + Vertex { position: (3.36004, 0.165487, -0.412685), + normal: (-0.027323, 0.180938, -0.983115), }, + Vertex { position: (3.67471, 0.338839, -0.30784), + normal: (-0.023695, 0.006701, -0.999697), }, + Vertex { position: (3.36004, 0.165487, -0.412685), + normal: (-0.027323, 0.180938, -0.983115), }, + Vertex { position: (3.641195, 0.407454, -0.362198), + normal: (-0.128537, 0.152973, -0.979835), }, + Vertex { position: (3.700363, 0.265794, -0.240762), + normal: (0.144017, -0.141696, -0.979378), }, + Vertex { position: (3.43895, -0.08258, -0.257015), + normal: (0.226651, -0.023678, -0.973688), }, + Vertex { position: (3.378799, 0.073736, -0.355362), + normal: (0.065337, 0.07376, -0.995133), }, + Vertex { position: (3.700363, 0.265794, -0.240762), + normal: (0.144017, -0.141696, -0.979378), }, + Vertex { position: (3.378799, 0.073736, -0.355362), + normal: (0.065337, 0.07376, -0.995133), }, + Vertex { position: (3.67471, 0.338839, -0.30784), + normal: (-0.023695, 0.006701, -0.999697), }, + Vertex { position: (3.737014, 0.181837, -0.176819), + normal: (0.325831, -0.277459, -0.903798), }, + Vertex { position: (3.514981, -0.121886, -0.187589), + normal: (0.383941, -0.196382, -0.902232), }, + Vertex { position: (3.43895, -0.08258, -0.257015), + normal: (0.226651, -0.023678, -0.973688), }, + Vertex { position: (3.737014, 0.181837, -0.176819), + normal: (0.325831, -0.277459, -0.903798), }, + Vertex { position: (3.43895, -0.08258, -0.257015), + normal: (0.226651, -0.023678, -0.973688), }, + Vertex { position: (3.700363, 0.265794, -0.240762), + normal: (0.144017, -0.141696, -0.979378), }, + Vertex { position: (3.731689, 0.186391, 0.0), + normal: (-0.910859, -0.100368, -0.400327), }, + Vertex { position: (3.486028, -0.141683, 0.0), + normal: (0.431966, -0.771434, 0.46722), }, + Vertex { position: (3.514981, -0.121886, -0.187589), + normal: (0.383941, -0.196382, -0.902232), }, + Vertex { position: (3.731689, 0.186391, 0.0), + normal: (-0.910859, -0.100368, -0.400327), }, + Vertex { position: (3.514981, -0.121886, -0.187589), + normal: (0.383941, -0.196382, -0.902232), }, + Vertex { position: (3.737014, 0.181837, -0.176819), + normal: (0.325831, -0.277459, -0.903798), }, + Vertex { position: (3.71636, 2.343387, 0.0), + normal: (0.431966, -0.771434, -0.46722), }, + Vertex { position: (3.727093, 2.308406, -0.150049), + normal: (-0.451389, 0.892327, -0.00019), }, + Vertex { position: (3.4583, 2.151656, -0.102662), + normal: (0.020519, -0.282941, -0.958918), }, + Vertex { position: (3.71636, 2.343387, 0.0), + normal: (0.431966, -0.771434, -0.46722), }, + Vertex { position: (3.4583, 2.151656, -0.102662), + normal: (0.020519, -0.282941, -0.958918), }, + Vertex { position: (3.454971, 2.169877, 0.0), + normal: (0.694153, -0.467999, 0.546926), }, + Vertex { position: (4.120842, 0.627141, -0.185461), + normal: (-0.086812, -0.050981, -0.994919), }, + Vertex { position: (4.126565, 0.642027, 0.0), + normal: (-0.926486, -0.356041, -0.121897), }, + Vertex { position: (3.929251, 0.411689, 0.0), + normal: (0.338485, -0.103202, -0.935295), }, + Vertex { position: (4.120842, 0.627141, -0.185461), + normal: (-0.086812, -0.050981, -0.994919), }, + Vertex { position: (3.929251, 0.411689, 0.0), + normal: (0.338485, -0.103202, -0.935295), }, + Vertex { position: (3.955635, 0.432417, -0.197586), + normal: (0.07924, -0.231862, -0.969516), }, + Vertex { position: (4.120842, 0.627141, -0.185461), + normal: (-0.086812, -0.050981, -0.994919), }, + Vertex { position: (3.955635, 0.432417, -0.197586), + normal: (0.07924, -0.231862, -0.969516), }, + Vertex { position: (3.889626, 0.475277, -0.247365), + normal: (-0.081635, -0.03459, -0.996062), }, + Vertex { position: (4.105198, 0.672581, -0.300001), + normal: (-0.172151, 0.101796, -0.979797), }, + Vertex { position: (4.120842, 0.627141, -0.185461), + normal: (-0.086812, -0.050981, -0.994919), }, + Vertex { position: (3.889626, 0.475277, -0.247365), + normal: (-0.081635, -0.03459, -0.996062), }, + Vertex { position: (4.105198, 0.672581, -0.300001), + normal: (-0.172151, 0.101796, -0.979797), }, + Vertex { position: (3.889626, 0.475277, -0.247365), + normal: (-0.081635, -0.03459, -0.996062), }, + Vertex { position: (3.861841, 0.560638, -0.311961), + normal: (-0.178707, 0.132414, -0.974951), }, + Vertex { position: (4.068249, 0.798926, -0.400813), + normal: (-0.195132, 0.128745, -0.97229), }, + Vertex { position: (4.105198, 0.672581, -0.300001), + normal: (-0.172151, 0.101796, -0.979797), }, + Vertex { position: (3.861841, 0.560638, -0.311961), + normal: (-0.178707, 0.132414, -0.974951), }, + Vertex { position: (4.068249, 0.798926, -0.400813), + normal: (-0.195132, 0.128745, -0.97229), }, + Vertex { position: (3.861841, 0.560638, -0.311961), + normal: (-0.178707, 0.132414, -0.974951), }, + Vertex { position: (3.849352, 0.664451, -0.387198), + normal: (-0.21777, 0.161093, -0.962614), }, + Vertex { position: (4.041657, 1.039756, -0.496922), + normal: (-0.434016, 0.136262, -0.890541), }, + Vertex { position: (4.068249, 0.798926, -0.400813), + normal: (-0.195132, 0.128745, -0.97229), }, + Vertex { position: (3.849352, 0.664451, -0.387198), + normal: (-0.21777, 0.161093, -0.962614), }, + Vertex { position: (4.041657, 1.039756, -0.496922), + normal: (-0.434016, 0.136262, -0.890541), }, + Vertex { position: (3.849352, 0.664451, -0.387198), + normal: (-0.21777, 0.161093, -0.962614), }, + Vertex { position: (3.823137, 0.853054, -0.461519), + normal: (-0.273816, 0.228927, -0.93414), }, + Vertex { position: (3.98851, 1.297806, -0.539537), + normal: (-0.601466, 0.441167, -0.666041), }, + Vertex { position: (4.041657, 1.039756, -0.496922), + normal: (-0.434016, 0.136262, -0.890541), }, + Vertex { position: (3.823137, 0.853054, -0.461519), + normal: (-0.273816, 0.228927, -0.93414), }, + Vertex { position: (3.98851, 1.297806, -0.539537), + normal: (-0.601466, 0.441167, -0.666041), }, + Vertex { position: (3.823137, 0.853054, -0.461519), + normal: (-0.273816, 0.228927, -0.93414), }, + Vertex { position: (3.747724, 1.184933, -0.518662), + normal: (-0.385487, 0.478576, -0.788901), }, + Vertex { position: (3.886058, 1.550141, -0.50483), + normal: (-0.571598, 0.654164, -0.495323), }, + Vertex { position: (3.98851, 1.297806, -0.539537), + normal: (-0.601466, 0.441167, -0.666041), }, + Vertex { position: (3.747724, 1.184933, -0.518662), + normal: (-0.385487, 0.478576, -0.788901), }, + Vertex { position: (3.886058, 1.550141, -0.50483), + normal: (-0.571598, 0.654164, -0.495323), }, + Vertex { position: (3.747724, 1.184933, -0.518662), + normal: (-0.385487, 0.478576, -0.788901), }, + Vertex { position: (3.650974, 1.46374, -0.478617), + normal: (-0.447812, 0.698934, -0.557634), }, + Vertex { position: (3.881998, 1.764428, -0.476337), + normal: (-0.564871, 0.754993, -0.333026), }, + Vertex { position: (3.886058, 1.550141, -0.50483), + normal: (-0.571598, 0.654164, -0.495323), }, + Vertex { position: (3.650974, 1.46374, -0.478617), + normal: (-0.447812, 0.698934, -0.557634), }, + Vertex { position: (3.881998, 1.764428, -0.476337), + normal: (-0.564871, 0.754993, -0.333026), }, + Vertex { position: (3.650974, 1.46374, -0.478617), + normal: (-0.447812, 0.698934, -0.557634), }, + Vertex { position: (3.590526, 1.70109, -0.411994), + normal: (-0.463441, 0.825581, -0.321928), }, + Vertex { position: (3.814876, 1.968416, -0.443), + normal: (-0.512639, 0.858604, -0.000762), }, + Vertex { position: (3.881998, 1.764428, -0.476337), + normal: (-0.564871, 0.754993, -0.333026), }, + Vertex { position: (3.590526, 1.70109, -0.411994), + normal: (-0.463441, 0.825581, -0.321928), }, + Vertex { position: (3.814876, 1.968416, -0.443), + normal: (-0.512639, 0.858604, -0.000762), }, + Vertex { position: (3.590526, 1.70109, -0.411994), + normal: (-0.463441, 0.825581, -0.321928), }, + Vertex { position: (3.541188, 1.849183, -0.386366), + normal: (0.492397, -0.77993, -0.386336), }, + Vertex { position: (3.758215, 2.206683, -0.323051), + normal: (-0.698288, 0.715816, -0.000608), }, + Vertex { position: (3.814876, 1.968416, -0.443), + normal: (-0.512639, 0.858604, -0.000762), }, + Vertex { position: (3.541188, 1.849183, -0.386366), + normal: (0.492397, -0.77993, -0.386336), }, + Vertex { position: (3.758215, 2.206683, -0.323051), + normal: (-0.698288, 0.715816, -0.000608), }, + Vertex { position: (3.541188, 1.849183, -0.386366), + normal: (0.492397, -0.77993, -0.386336), }, + Vertex { position: (3.479418, 1.97825, -0.317478), + normal: (0.313443, -0.691245, -0.651102), }, + Vertex { position: (3.745669, 2.266001, -0.24193), + normal: (-0.777939, 0.62834, -0.000226), }, + Vertex { position: (3.758215, 2.206683, -0.323051), + normal: (-0.698288, 0.715816, -0.000608), }, + Vertex { position: (3.479418, 1.97825, -0.317478), + normal: (0.313443, -0.691245, -0.651102), }, + Vertex { position: (3.745669, 2.266001, -0.24193), + normal: (-0.777939, 0.62834, -0.000226), }, + Vertex { position: (3.479418, 1.97825, -0.317478), + normal: (0.313443, -0.691245, -0.651102), }, + Vertex { position: (3.460196, 2.103494, -0.180368), + normal: (0.161194, -0.480657, -0.861966), }, + Vertex { position: (3.727093, 2.308406, -0.150049), + normal: (-0.451389, 0.892327, -0.00019), }, + Vertex { position: (3.745669, 2.266001, -0.24193), + normal: (-0.777939, 0.62834, -0.000226), }, + Vertex { position: (3.460196, 2.103494, -0.180368), + normal: (0.161194, -0.480657, -0.861966), }, + Vertex { position: (3.727093, 2.308406, -0.150049), + normal: (-0.451389, 0.892327, -0.00019), }, + Vertex { position: (3.460196, 2.103494, -0.180368), + normal: (0.161194, -0.480657, -0.861966), }, + Vertex { position: (3.4583, 2.151656, -0.102662), + normal: (0.020519, -0.282941, -0.958918), }, + Vertex { position: (3.118124, -0.703925, 0.0), + normal: (-0.476715, 0.879058, 0.0), }, + Vertex { position: (3.107533, -0.691019, -0.264602), + normal: (0.533629, -0.162705, -0.82992), }, + Vertex { position: (3.342159, -0.384674, -0.201349), + normal: (0.445439, -0.182623, -0.876489), }, + Vertex { position: (3.118124, -0.703925, 0.0), + normal: (-0.476715, 0.879058, 0.0), }, + Vertex { position: (3.342159, -0.384674, -0.201349), + normal: (0.445439, -0.182623, -0.876489), }, + Vertex { position: (3.33521, -0.375755, 0.0), + normal: (-0.560204, 0.828355, -0.00034), }, + Vertex { position: (2.361089, 1.76666, -0.202595), + normal: (0.474213, -0.311965, -0.823286), }, + Vertex { position: (2.339597, 1.807702, 0.0), + normal: (0.536218, -0.84408, 0.000006), }, + Vertex { position: (2.723503, 1.898839, 0.0), + normal: (-0.926486, -0.356041, 0.121897), }, + Vertex { position: (2.361089, 1.76666, -0.202595), + normal: (0.474213, -0.311965, -0.823286), }, + Vertex { position: (2.723503, 1.898839, 0.0), + normal: (-0.926486, -0.356041, 0.121897), }, + Vertex { position: (2.715712, 1.828219, -0.167709), + normal: (0.45552, -0.330524, -0.826593), }, + Vertex { position: (2.406969, 1.645328, -0.341479), + normal: (0.488174, -0.280956, -0.826287), }, + Vertex { position: (2.361089, 1.76666, -0.202595), + normal: (0.474213, -0.311965, -0.823286), }, + Vertex { position: (2.715712, 1.828219, -0.167709), + normal: (0.45552, -0.330524, -0.826593), }, + Vertex { position: (2.406969, 1.645328, -0.341479), + normal: (0.488174, -0.280956, -0.826287), }, + Vertex { position: (2.715712, 1.828219, -0.167709), + normal: (0.45552, -0.330524, -0.826593), }, + Vertex { position: (2.738132, 1.687333, -0.295046), + normal: (0.489736, -0.346185, -0.800197), }, + Vertex { position: (2.519027, 1.485931, -0.422962), + normal: (0.531574, -0.288506, -0.796362), }, + Vertex { position: (2.406969, 1.645328, -0.341479), + normal: (0.488174, -0.280956, -0.826287), }, + Vertex { position: (2.738132, 1.687333, -0.295046), + normal: (0.489736, -0.346185, -0.800197), }, + Vertex { position: (2.519027, 1.485931, -0.422962), + normal: (0.531574, -0.288506, -0.796362), }, + Vertex { position: (2.738132, 1.687333, -0.295046), + normal: (0.489736, -0.346185, -0.800197), }, + Vertex { position: (2.77568, 1.53871, -0.352829), + normal: (0.5205, -0.336657, -0.784692), }, + Vertex { position: (2.553871, 1.284278, -0.512335), + normal: (0.769657, -0.480833, -0.420033), }, + Vertex { position: (2.519027, 1.485931, -0.422962), + normal: (0.531574, -0.288506, -0.796362), }, + Vertex { position: (2.77568, 1.53871, -0.352829), + normal: (0.5205, -0.336657, -0.784692), }, + Vertex { position: (2.553871, 1.284278, -0.512335), + normal: (0.769657, -0.480833, -0.420033), }, + Vertex { position: (2.77568, 1.53871, -0.352829), + normal: (0.5205, -0.336657, -0.784692), }, + Vertex { position: (2.815366, 1.377583, -0.413399), + normal: (0.760747, -0.509474, -0.40212), }, + Vertex { position: (2.637461, 1.01726, -0.581611), + normal: (-0.080985, 0.883253, -0.461851), }, + Vertex { position: (2.553871, 1.284278, -0.512335), + normal: (0.769657, -0.480833, -0.420033), }, + Vertex { position: (2.815366, 1.377583, -0.413399), + normal: (0.760747, -0.509474, -0.40212), }, + Vertex { position: (2.637461, 1.01726, -0.581611), + normal: (-0.080985, 0.883253, -0.461851), }, + Vertex { position: (2.815366, 1.377583, -0.413399), + normal: (0.760747, -0.509474, -0.40212), }, + Vertex { position: (2.854291, 1.093951, -0.49465), + normal: (-0.16423, 0.819635, -0.548842), }, + Vertex { position: (2.747937, 0.712253, -0.615674), + normal: (0.040193, 0.650965, -0.758043), }, + Vertex { position: (2.637461, 1.01726, -0.581611), + normal: (-0.080985, 0.883253, -0.461851), }, + Vertex { position: (2.854291, 1.093951, -0.49465), + normal: (-0.16423, 0.819635, -0.548842), }, + Vertex { position: (2.747937, 0.712253, -0.615674), + normal: (0.040193, 0.650965, -0.758043), }, + Vertex { position: (2.854291, 1.093951, -0.49465), + normal: (-0.16423, 0.819635, -0.548842), }, + Vertex { position: (2.948387, 0.783357, -0.515058), + normal: (-0.043323, 0.541029, -0.839887), }, + Vertex { position: (2.811504, 0.469098, -0.657443), + normal: (0.177367, 0.480226, -0.859025), }, + Vertex { position: (2.747937, 0.712253, -0.615674), + normal: (0.040193, 0.650965, -0.758043), }, + Vertex { position: (2.948387, 0.783357, -0.515058), + normal: (-0.043323, 0.541029, -0.839887), }, + Vertex { position: (2.811504, 0.469098, -0.657443), + normal: (0.177367, 0.480226, -0.859025), }, + Vertex { position: (2.948387, 0.783357, -0.515058), + normal: (-0.043323, 0.541029, -0.839887), }, + Vertex { position: (3.06109, 0.397226, -0.574193), + normal: (0.04432, 0.372862, -0.926828), }, + Vertex { position: (2.898733, 0.271916, -0.651298), + normal: (0.288711, 0.386915, -0.875753), }, + Vertex { position: (2.811504, 0.469098, -0.657443), + normal: (0.177367, 0.480226, -0.859025), }, + Vertex { position: (3.06109, 0.397226, -0.574193), + normal: (0.04432, 0.372862, -0.926828), }, + Vertex { position: (2.91987, 0.084875, -0.64246), + normal: (0.41428, 0.318289, -0.852681), }, + Vertex { position: (2.898733, 0.271916, -0.651298), + normal: (0.288711, 0.386915, -0.875753), }, + Vertex { position: (3.06109, 0.397226, -0.574193), + normal: (0.04432, 0.372862, -0.926828), }, + Vertex { position: (2.91987, 0.084875, -0.64246), + normal: (0.41428, 0.318289, -0.852681), }, + Vertex { position: (3.06109, 0.397226, -0.574193), + normal: (0.04432, 0.372862, -0.926828), }, + Vertex { position: (3.136321, 0.171237, -0.539896), + normal: (0.098376, 0.32868, -0.939304), }, + Vertex { position: (2.953029, -0.12769, -0.520499), + normal: (0.519338, 0.264458, -0.812619), }, + Vertex { position: (2.91987, 0.084875, -0.64246), + normal: (0.41428, 0.318289, -0.852681), }, + Vertex { position: (3.136321, 0.171237, -0.539896), + normal: (0.098376, 0.32868, -0.939304), }, + Vertex { position: (2.953029, -0.12769, -0.520499), + normal: (0.519338, 0.264458, -0.812619), }, + Vertex { position: (3.136321, 0.171237, -0.539896), + normal: (0.098376, 0.32868, -0.939304), }, + Vertex { position: (3.16616, 0.02131, -0.457261), + normal: (0.159882, 0.223439, -0.961516), }, + Vertex { position: (2.986408, -0.413503, -0.428964), + normal: (0.486425, 0.192908, -0.852161), }, + Vertex { position: (2.953029, -0.12769, -0.520499), + normal: (0.519338, 0.264458, -0.812619), }, + Vertex { position: (3.16616, 0.02131, -0.457261), + normal: (0.159882, 0.223439, -0.961516), }, + Vertex { position: (2.986408, -0.413503, -0.428964), + normal: (0.486425, 0.192908, -0.852161), }, + Vertex { position: (3.16616, 0.02131, -0.457261), + normal: (0.159882, 0.223439, -0.961516), }, + Vertex { position: (3.199571, -0.153739, -0.38015), + normal: (0.224429, 0.165293, -0.96037), }, + Vertex { position: (3.053144, -0.609681, -0.326931), + normal: (0.449624, 0.075438, -0.890027), }, + Vertex { position: (2.986408, -0.413503, -0.428964), + normal: (0.486425, 0.192908, -0.852161), }, + Vertex { position: (3.199571, -0.153739, -0.38015), + normal: (0.224429, 0.165293, -0.96037), }, + Vertex { position: (3.053144, -0.609681, -0.326931), + normal: (0.449624, 0.075438, -0.890027), }, + Vertex { position: (3.199571, -0.153739, -0.38015), + normal: (0.224429, 0.165293, -0.96037), }, + Vertex { position: (3.286426, -0.300744, -0.276331), + normal: (0.331391, 0.08899, -0.939287), }, + Vertex { position: (3.107533, -0.691019, -0.264602), + normal: (0.533629, -0.162705, -0.82992), }, + Vertex { position: (3.053144, -0.609681, -0.326931), + normal: (0.449624, 0.075438, -0.890027), }, + Vertex { position: (3.286426, -0.300744, -0.276331), + normal: (0.331391, 0.08899, -0.939287), }, + Vertex { position: (3.107533, -0.691019, -0.264602), + normal: (0.533629, -0.162705, -0.82992), }, + Vertex { position: (3.286426, -0.300744, -0.276331), + normal: (0.331391, 0.08899, -0.939287), }, + Vertex { position: (3.342159, -0.384674, -0.201349), + normal: (0.445439, -0.182623, -0.876489), }, + Vertex { position: (3.454971, 2.169877, 0.0), + normal: (0.694153, -0.467999, 0.546926), }, + Vertex { position: (3.4583, 2.151656, -0.102662), + normal: (0.020519, -0.282941, -0.958918), }, + Vertex { position: (3.233975, 2.059193, -0.072431), + normal: (0.261393, -0.399072, -0.878872), }, + Vertex { position: (3.454971, 2.169877, 0.0), + normal: (0.694153, -0.467999, 0.546926), }, + Vertex { position: (3.233975, 2.059193, -0.072431), + normal: (0.261393, -0.399072, -0.878872), }, + Vertex { position: (3.247406, 2.073333, 0.0), + normal: (-0.861251, 0.383698, -0.333202), }, + Vertex { position: (3.33521, -0.375755, 0.0), + normal: (-0.560204, 0.828355, -0.00034), }, + Vertex { position: (3.342159, -0.384674, -0.201349), + normal: (0.445439, -0.182623, -0.876489), }, + Vertex { position: (3.514981, -0.121886, -0.187589), + normal: (0.383941, -0.196382, -0.902232), }, + Vertex { position: (3.33521, -0.375755, 0.0), + normal: (-0.560204, 0.828355, -0.00034), }, + Vertex { position: (3.514981, -0.121886, -0.187589), + normal: (0.383941, -0.196382, -0.902232), }, + Vertex { position: (3.486028, -0.141683, 0.0), + normal: (0.431966, -0.771434, 0.46722), }, + Vertex { position: (2.723503, 1.898839, 0.0), + normal: (-0.926486, -0.356041, 0.121897), }, + Vertex { position: (2.985371, 1.982663, 0.0), + normal: (0.889638, -0.392482, 0.233458), }, + Vertex { position: (3.009101, 1.971604, -0.03422), + normal: (0.441787, -0.375177, -0.814903), }, + Vertex { position: (2.715712, 1.828219, -0.167709), + normal: (0.45552, -0.330524, -0.826593), }, + Vertex { position: (2.723503, 1.898839, 0.0), + normal: (-0.926486, -0.356041, 0.121897), }, + Vertex { position: (3.009101, 1.971604, -0.03422), + normal: (0.441787, -0.375177, -0.814903), }, + Vertex { position: (2.715712, 1.828219, -0.167709), + normal: (0.45552, -0.330524, -0.826593), }, + Vertex { position: (3.009101, 1.971604, -0.03422), + normal: (0.441787, -0.375177, -0.814903), }, + Vertex { position: (3.036361, 1.913989, -0.169838), + normal: (0.483908, -0.405185, -0.775667), }, + Vertex { position: (2.738132, 1.687333, -0.295046), + normal: (0.489736, -0.346185, -0.800197), }, + Vertex { position: (2.715712, 1.828219, -0.167709), + normal: (0.45552, -0.330524, -0.826593), }, + Vertex { position: (3.036361, 1.913989, -0.169838), + normal: (0.483908, -0.405185, -0.775667), }, + Vertex { position: (2.738132, 1.687333, -0.295046), + normal: (0.489736, -0.346185, -0.800197), }, + Vertex { position: (3.036361, 1.913989, -0.169838), + normal: (0.483908, -0.405185, -0.775667), }, + Vertex { position: (3.058366, 1.773346, -0.297337), + normal: (0.482381, -0.398126, -0.780259), }, + Vertex { position: (2.77568, 1.53871, -0.352829), + normal: (0.5205, -0.336657, -0.784692), }, + Vertex { position: (2.738132, 1.687333, -0.295046), + normal: (0.489736, -0.346185, -0.800197), }, + Vertex { position: (3.058366, 1.773346, -0.297337), + normal: (0.482381, -0.398126, -0.780259), }, + Vertex { position: (2.77568, 1.53871, -0.352829), + normal: (0.5205, -0.336657, -0.784692), }, + Vertex { position: (3.058366, 1.773346, -0.297337), + normal: (0.482381, -0.398126, -0.780259), }, + Vertex { position: (3.086666, 1.632991, -0.338863), + normal: (0.702554, -0.570096, -0.42592), }, + Vertex { position: (2.815366, 1.377583, -0.413399), + normal: (0.760747, -0.509474, -0.40212), }, + Vertex { position: (2.77568, 1.53871, -0.352829), + normal: (0.5205, -0.336657, -0.784692), }, + Vertex { position: (3.086666, 1.632991, -0.338863), + normal: (0.702554, -0.570096, -0.42592), }, + Vertex { position: (2.815366, 1.377583, -0.413399), + normal: (0.760747, -0.509474, -0.40212), }, + Vertex { position: (3.086666, 1.632991, -0.338863), + normal: (0.702554, -0.570096, -0.42592), }, + Vertex { position: (3.115383, 1.49239, -0.380228), + normal: (-0.317114, 0.866865, -0.384686), }, + Vertex { position: (2.854291, 1.093951, -0.49465), + normal: (-0.16423, 0.819635, -0.548842), }, + Vertex { position: (2.815366, 1.377583, -0.413399), + normal: (0.760747, -0.509474, -0.40212), }, + Vertex { position: (3.115383, 1.49239, -0.380228), + normal: (-0.317114, 0.866865, -0.384686), }, + Vertex { position: (2.854291, 1.093951, -0.49465), + normal: (-0.16423, 0.819635, -0.548842), }, + Vertex { position: (3.115383, 1.49239, -0.380228), + normal: (-0.317114, 0.866865, -0.384686), }, + Vertex { position: (3.163181, 1.209972, -0.462438), + normal: (-0.273708, 0.760234, -0.589175), }, + Vertex { position: (2.948387, 0.783357, -0.515058), + normal: (-0.043323, 0.541029, -0.839887), }, + Vertex { position: (2.854291, 1.093951, -0.49465), + normal: (-0.16423, 0.819635, -0.548842), }, + Vertex { position: (3.163181, 1.209972, -0.462438), + normal: (-0.273708, 0.760234, -0.589175), }, + Vertex { position: (2.948387, 0.783357, -0.515058), + normal: (-0.043323, 0.541029, -0.839887), }, + Vertex { position: (3.163181, 1.209972, -0.462438), + normal: (-0.273708, 0.760234, -0.589175), }, + Vertex { position: (3.189664, 0.907503, -0.500122), + normal: (-0.158888, 0.47696, -0.864444), }, + Vertex { position: (3.06109, 0.397226, -0.574193), + normal: (0.04432, 0.372862, -0.926828), }, + Vertex { position: (2.948387, 0.783357, -0.515058), + normal: (-0.043323, 0.541029, -0.839887), }, + Vertex { position: (3.189664, 0.907503, -0.500122), + normal: (-0.158888, 0.47696, -0.864444), }, + Vertex { position: (3.06109, 0.397226, -0.574193), + normal: (0.04432, 0.372862, -0.926828), }, + Vertex { position: (3.189664, 0.907503, -0.500122), + normal: (-0.158888, 0.47696, -0.864444), }, + Vertex { position: (3.280681, 0.510802, -0.499434), + normal: (-0.095989, 0.297871, -0.949768), }, + Vertex { position: (3.136321, 0.171237, -0.539896), + normal: (0.098376, 0.32868, -0.939304), }, + Vertex { position: (3.06109, 0.397226, -0.574193), + normal: (0.04432, 0.372862, -0.926828), }, + Vertex { position: (3.280681, 0.510802, -0.499434), + normal: (-0.095989, 0.297871, -0.949768), }, + Vertex { position: (3.136321, 0.171237, -0.539896), + normal: (0.098376, 0.32868, -0.939304), }, + Vertex { position: (3.280681, 0.510802, -0.499434), + normal: (-0.095989, 0.297871, -0.949768), }, + Vertex { position: (3.321825, 0.26669, -0.46575), + normal: (-0.078774, 0.27578, -0.957987), }, + Vertex { position: (3.16616, 0.02131, -0.457261), + normal: (0.159882, 0.223439, -0.961516), }, + Vertex { position: (3.136321, 0.171237, -0.539896), + normal: (0.098376, 0.32868, -0.939304), }, + Vertex { position: (3.321825, 0.26669, -0.46575), + normal: (-0.078774, 0.27578, -0.957987), }, + Vertex { position: (3.16616, 0.02131, -0.457261), + normal: (0.159882, 0.223439, -0.961516), }, + Vertex { position: (3.321825, 0.26669, -0.46575), + normal: (-0.078774, 0.27578, -0.957987), }, + Vertex { position: (3.36004, 0.165487, -0.412685), + normal: (-0.027323, 0.180938, -0.983115), }, + Vertex { position: (3.199571, -0.153739, -0.38015), + normal: (0.224429, 0.165293, -0.96037), }, + Vertex { position: (3.16616, 0.02131, -0.457261), + normal: (0.159882, 0.223439, -0.961516), }, + Vertex { position: (3.36004, 0.165487, -0.412685), + normal: (-0.027323, 0.180938, -0.983115), }, + Vertex { position: (3.199571, -0.153739, -0.38015), + normal: (0.224429, 0.165293, -0.96037), }, + Vertex { position: (3.36004, 0.165487, -0.412685), + normal: (-0.027323, 0.180938, -0.983115), }, + Vertex { position: (3.378799, 0.073736, -0.355362), + normal: (0.065337, 0.07376, -0.995133), }, + Vertex { position: (3.286426, -0.300744, -0.276331), + normal: (0.331391, 0.08899, -0.939287), }, + Vertex { position: (3.199571, -0.153739, -0.38015), + normal: (0.224429, 0.165293, -0.96037), }, + Vertex { position: (3.378799, 0.073736, -0.355362), + normal: (0.065337, 0.07376, -0.995133), }, + Vertex { position: (3.286426, -0.300744, -0.276331), + normal: (0.331391, 0.08899, -0.939287), }, + Vertex { position: (3.378799, 0.073736, -0.355362), + normal: (0.065337, 0.07376, -0.995133), }, + Vertex { position: (3.43895, -0.08258, -0.257015), + normal: (0.226651, -0.023678, -0.973688), }, + Vertex { position: (3.342159, -0.384674, -0.201349), + normal: (0.445439, -0.182623, -0.876489), }, + Vertex { position: (3.286426, -0.300744, -0.276331), + normal: (0.331391, 0.08899, -0.939287), }, + Vertex { position: (3.43895, -0.08258, -0.257015), + normal: (0.226651, -0.023678, -0.973688), }, + Vertex { position: (3.342159, -0.384674, -0.201349), + normal: (0.445439, -0.182623, -0.876489), }, + Vertex { position: (3.43895, -0.08258, -0.257015), + normal: (0.226651, -0.023678, -0.973688), }, + Vertex { position: (3.514981, -0.121886, -0.187589), + normal: (0.383941, -0.196382, -0.902232), }, + Vertex { position: (3.955635, 0.432417, -0.197586), + normal: (0.07924, -0.231862, -0.969516), }, + Vertex { position: (3.929251, 0.411689, 0.0), + normal: (0.338485, -0.103202, -0.935295), }, + Vertex { position: (3.731689, 0.186391, 0.0), + normal: (-0.910859, -0.100368, -0.400327), }, + Vertex { position: (3.955635, 0.432417, -0.197586), + normal: (0.07924, -0.231862, -0.969516), }, + Vertex { position: (3.731689, 0.186391, 0.0), + normal: (-0.910859, -0.100368, -0.400327), }, + Vertex { position: (3.737014, 0.181837, -0.176819), + normal: (0.325831, -0.277459, -0.903798), }, + Vertex { position: (3.889626, 0.475277, -0.247365), + normal: (-0.081635, -0.03459, -0.996062), }, + Vertex { position: (3.955635, 0.432417, -0.197586), + normal: (0.07924, -0.231862, -0.969516), }, + Vertex { position: (3.737014, 0.181837, -0.176819), + normal: (0.325831, -0.277459, -0.903798), }, + Vertex { position: (3.889626, 0.475277, -0.247365), + normal: (-0.081635, -0.03459, -0.996062), }, + Vertex { position: (3.737014, 0.181837, -0.176819), + normal: (0.325831, -0.277459, -0.903798), }, + Vertex { position: (3.700363, 0.265794, -0.240762), + normal: (0.144017, -0.141696, -0.979378), }, + Vertex { position: (3.861841, 0.560638, -0.311961), + normal: (-0.178707, 0.132414, -0.974951), }, + Vertex { position: (3.889626, 0.475277, -0.247365), + normal: (-0.081635, -0.03459, -0.996062), }, + Vertex { position: (3.700363, 0.265794, -0.240762), + normal: (0.144017, -0.141696, -0.979378), }, + Vertex { position: (3.861841, 0.560638, -0.311961), + normal: (-0.178707, 0.132414, -0.974951), }, + Vertex { position: (3.700363, 0.265794, -0.240762), + normal: (0.144017, -0.141696, -0.979378), }, + Vertex { position: (3.67471, 0.338839, -0.30784), + normal: (-0.023695, 0.006701, -0.999697), }, + Vertex { position: (3.861841, 0.560638, -0.311961), + normal: (-0.178707, 0.132414, -0.974951), }, + Vertex { position: (3.67471, 0.338839, -0.30784), + normal: (-0.023695, 0.006701, -0.999697), }, + Vertex { position: (3.641195, 0.407454, -0.362198), + normal: (-0.128537, 0.152973, -0.979835), }, + Vertex { position: (3.849352, 0.664451, -0.387198), + normal: (-0.21777, 0.161093, -0.962614), }, + Vertex { position: (3.861841, 0.560638, -0.311961), + normal: (-0.178707, 0.132414, -0.974951), }, + Vertex { position: (3.641195, 0.407454, -0.362198), + normal: (-0.128537, 0.152973, -0.979835), }, + Vertex { position: (3.849352, 0.664451, -0.387198), + normal: (-0.21777, 0.161093, -0.962614), }, + Vertex { position: (3.641195, 0.407454, -0.362198), + normal: (-0.128537, 0.152973, -0.979835), }, + Vertex { position: (3.61965, 0.472046, -0.391742), + normal: (-0.175197, 0.22468, -0.958553), }, + Vertex { position: (3.823137, 0.853054, -0.461519), + normal: (-0.273816, 0.228927, -0.93414), }, + Vertex { position: (3.849352, 0.664451, -0.387198), + normal: (-0.21777, 0.161093, -0.962614), }, + Vertex { position: (3.61965, 0.472046, -0.391742), + normal: (-0.175197, 0.22468, -0.958553), }, + Vertex { position: (3.823137, 0.853054, -0.461519), + normal: (-0.273816, 0.228927, -0.93414), }, + Vertex { position: (3.61965, 0.472046, -0.391742), + normal: (-0.175197, 0.22468, -0.958553), }, + Vertex { position: (3.559394, 0.706516, -0.452535), + normal: (-0.203969, 0.261593, -0.94338), }, + Vertex { position: (3.747724, 1.184933, -0.518662), + normal: (-0.385487, 0.478576, -0.788901), }, + Vertex { position: (3.823137, 0.853054, -0.461519), + normal: (-0.273816, 0.228927, -0.93414), }, + Vertex { position: (3.559394, 0.706516, -0.452535), + normal: (-0.203969, 0.261593, -0.94338), }, + Vertex { position: (3.747724, 1.184933, -0.518662), + normal: (-0.385487, 0.478576, -0.788901), }, + Vertex { position: (3.559394, 0.706516, -0.452535), + normal: (-0.203969, 0.261593, -0.94338), }, + Vertex { position: (3.528445, 1.060127, -0.489443), + normal: (-0.270788, 0.46353, -0.84369), }, + Vertex { position: (3.650974, 1.46374, -0.478617), + normal: (-0.447812, 0.698934, -0.557634), }, + Vertex { position: (3.747724, 1.184933, -0.518662), + normal: (-0.385487, 0.478576, -0.788901), }, + Vertex { position: (3.528445, 1.060127, -0.489443), + normal: (-0.270788, 0.46353, -0.84369), }, + Vertex { position: (3.650974, 1.46374, -0.478617), + normal: (-0.447812, 0.698934, -0.557634), }, + Vertex { position: (3.528445, 1.060127, -0.489443), + normal: (-0.270788, 0.46353, -0.84369), }, + Vertex { position: (3.47341, 1.366149, -0.454658), + normal: (-0.354832, 0.724971, -0.590348), }, + Vertex { position: (3.590526, 1.70109, -0.411994), + normal: (-0.463441, 0.825581, -0.321928), }, + Vertex { position: (3.650974, 1.46374, -0.478617), + normal: (-0.447812, 0.698934, -0.557634), }, + Vertex { position: (3.47341, 1.366149, -0.454658), + normal: (-0.354832, 0.724971, -0.590348), }, + Vertex { position: (3.590526, 1.70109, -0.411994), + normal: (-0.463441, 0.825581, -0.321928), }, + Vertex { position: (3.47341, 1.366149, -0.454658), + normal: (-0.354832, 0.724971, -0.590348), }, + Vertex { position: (3.377233, 1.5878, -0.400781), + normal: (-0.384424, 0.863444, -0.326623), }, + Vertex { position: (3.541188, 1.849183, -0.386366), + normal: (0.492397, -0.77993, -0.386336), }, + Vertex { position: (3.590526, 1.70109, -0.411994), + normal: (-0.463441, 0.825581, -0.321928), }, + Vertex { position: (3.377233, 1.5878, -0.400781), + normal: (-0.384424, 0.863444, -0.326623), }, + Vertex { position: (3.541188, 1.849183, -0.386366), + normal: (0.492397, -0.77993, -0.386336), }, + Vertex { position: (3.377233, 1.5878, -0.400781), + normal: (-0.384424, 0.863444, -0.326623), }, + Vertex { position: (3.337545, 1.748927, -0.34021), + normal: (0.673211, -0.58089, -0.457551), }, + Vertex { position: (3.479418, 1.97825, -0.317478), + normal: (0.313443, -0.691245, -0.651102), }, + Vertex { position: (3.541188, 1.849183, -0.386366), + normal: (0.492397, -0.77993, -0.386336), }, + Vertex { position: (3.337545, 1.748927, -0.34021), + normal: (0.673211, -0.58089, -0.457551), }, + Vertex { position: (3.479418, 1.97825, -0.317478), + normal: (0.313443, -0.691245, -0.651102), }, + Vertex { position: (3.337545, 1.748927, -0.34021), + normal: (0.673211, -0.58089, -0.457551), }, + Vertex { position: (3.276333, 1.863773, -0.294266), + normal: (0.454048, -0.464454, -0.760344), }, + Vertex { position: (3.460196, 2.103494, -0.180368), + normal: (0.161194, -0.480657, -0.861966), }, + Vertex { position: (3.479418, 1.97825, -0.317478), + normal: (0.313443, -0.691245, -0.651102), }, + Vertex { position: (3.276333, 1.863773, -0.294266), + normal: (0.454048, -0.464454, -0.760344), }, + Vertex { position: (3.460196, 2.103494, -0.180368), + normal: (0.161194, -0.480657, -0.861966), }, + Vertex { position: (3.276333, 1.863773, -0.294266), + normal: (0.454048, -0.464454, -0.760344), }, + Vertex { position: (3.252224, 2.026347, -0.148215), + normal: (0.428291, -0.499911, -0.752765), }, + Vertex { position: (3.4583, 2.151656, -0.102662), + normal: (0.020519, -0.282941, -0.958918), }, + Vertex { position: (3.460196, 2.103494, -0.180368), + normal: (0.161194, -0.480657, -0.861966), }, + Vertex { position: (3.252224, 2.026347, -0.148215), + normal: (0.428291, -0.499911, -0.752765), }, + Vertex { position: (3.4583, 2.151656, -0.102662), + normal: (0.020519, -0.282941, -0.958918), }, + Vertex { position: (3.252224, 2.026347, -0.148215), + normal: (0.428291, -0.499911, -0.752765), }, + Vertex { position: (3.233975, 2.059193, -0.072431), + normal: (0.261393, -0.399072, -0.878872), }, + Vertex { position: (2.986408, -0.413503, -0.428964), + normal: (0.486425, 0.192908, -0.852161), }, + Vertex { position: (2.835437, -0.231101, -0.57789), + normal: (0.016767, -0.927537, -0.373356), }, + Vertex { position: (2.953029, -0.12769, -0.520499), + normal: (0.519338, 0.264458, -0.812619), }, + Vertex { position: (2.753156, 0.400829, -0.713141), + normal: (0.241303, 0.584583, -0.77462), }, + Vertex { position: (2.679445, 0.687427, -0.720573), + normal: (0.072694, 0.752739, -0.654294), }, + Vertex { position: (2.747937, 0.712253, -0.615674), + normal: (0.040193, 0.650965, -0.758043), }, + Vertex { position: (2.753156, 0.400829, -0.713141), + normal: (0.241303, 0.584583, -0.77462), }, + Vertex { position: (2.747937, 0.712253, -0.615674), + normal: (0.040193, 0.650965, -0.758043), }, + Vertex { position: (2.811504, 0.469098, -0.657443), + normal: (0.177367, 0.480226, -0.859025), }, + Vertex { position: (2.790681, 0.219187, -0.718263), + normal: (0.462789, 0.48004, -0.745243), }, + Vertex { position: (2.753156, 0.400829, -0.713141), + normal: (0.241303, 0.584583, -0.77462), }, + Vertex { position: (2.811504, 0.469098, -0.657443), + normal: (0.177367, 0.480226, -0.859025), }, + Vertex { position: (2.790681, 0.219187, -0.718263), + normal: (0.462789, 0.48004, -0.745243), }, + Vertex { position: (2.811504, 0.469098, -0.657443), + normal: (0.177367, 0.480226, -0.859025), }, + Vertex { position: (2.898733, 0.271916, -0.651298), + normal: (0.288711, 0.386915, -0.875753), }, + Vertex { position: (2.790657, 0.044324, -0.717488), + normal: (0.539114, 0.412574, -0.734261), }, + Vertex { position: (2.790681, 0.219187, -0.718263), + normal: (0.462789, 0.48004, -0.745243), }, + Vertex { position: (2.898733, 0.271916, -0.651298), + normal: (0.288711, 0.386915, -0.875753), }, + Vertex { position: (2.790657, 0.044324, -0.717488), + normal: (0.539114, 0.412574, -0.734261), }, + Vertex { position: (2.898733, 0.271916, -0.651298), + normal: (0.288711, 0.386915, -0.875753), }, + Vertex { position: (2.91987, 0.084875, -0.64246), + normal: (0.41428, 0.318289, -0.852681), }, + Vertex { position: (2.835437, -0.231101, -0.57789), + normal: (0.016767, -0.927537, -0.373356), }, + Vertex { position: (2.736198, -0.346225, -0.659345), + normal: (0.763734, 0.228435, -0.603761), }, + Vertex { position: (2.743995, -0.129852, -0.718277), + normal: (0.696162, 0.333274, -0.635835), }, + Vertex { position: (2.743995, -0.129852, -0.718277), + normal: (0.696162, 0.333274, -0.635835), }, + Vertex { position: (2.91987, 0.084875, -0.64246), + normal: (0.41428, 0.318289, -0.852681), }, + Vertex { position: (2.953029, -0.12769, -0.520499), + normal: (0.519338, 0.264458, -0.812619), }, + Vertex { position: (2.743995, -0.129852, -0.718277), + normal: (0.696162, 0.333274, -0.635835), }, + Vertex { position: (2.953029, -0.12769, -0.520499), + normal: (0.519338, 0.264458, -0.812619), }, + Vertex { position: (2.835437, -0.231101, -0.57789), + normal: (0.016767, -0.927537, -0.373356), }, + Vertex { position: (2.743995, -0.129852, -0.718277), + normal: (0.696162, 0.333274, -0.635835), }, + Vertex { position: (2.790657, 0.044324, -0.717488), + normal: (0.539114, 0.412574, -0.734261), }, + Vertex { position: (2.91987, 0.084875, -0.64246), + normal: (0.41428, 0.318289, -0.852681), }, + Vertex { position: (2.514162, 0.988713, -0.674527), + normal: (0.788801, -0.19938, -0.581412), }, + Vertex { position: (2.482917, 0.997637, -0.702425), + normal: (0.906617, -0.14387, -0.39667), }, + Vertex { position: (2.396355, 1.242239, -0.597722), + normal: (0.752227, -0.484776, -0.446258), }, + Vertex { position: (2.618307, -0.549092, -0.805491), + normal: (0.907314, 0.09913, -0.4086), }, + Vertex { position: (2.5392, -0.727778, -0.750475), + normal: (0.908163, -0.140074, -0.394486), }, + Vertex { position: (2.410367, -0.777999, -0.841105), + normal: (0.795625, -0.129968, -0.591684), }, + Vertex { position: (2.618307, -0.549092, -0.805491), + normal: (0.907314, 0.09913, -0.4086), }, + Vertex { position: (2.410367, -0.777999, -0.841105), + normal: (0.795625, -0.129968, -0.591684), }, + Vertex { position: (2.543372, -0.548031, -0.937182), + normal: (0.748939, 0.152982, -0.644738), }, + Vertex { position: (2.690576, -0.368057, -0.819343), + normal: (0.85208, 0.278905, -0.442914), }, + Vertex { position: (2.618307, -0.549092, -0.805491), + normal: (0.907314, 0.09913, -0.4086), }, + Vertex { position: (2.543372, -0.548031, -0.937182), + normal: (0.748939, 0.152982, -0.644738), }, + Vertex { position: (2.690576, -0.368057, -0.819343), + normal: (0.85208, 0.278905, -0.442914), }, + Vertex { position: (2.543372, -0.548031, -0.937182), + normal: (0.748939, 0.152982, -0.644738), }, + Vertex { position: (2.594499, -0.422948, -0.981263), + normal: (0.69338, 0.351142, -0.629224), }, + Vertex { position: (2.702577, -0.197406, -0.795611), + normal: (0.759315, 0.386803, -0.523282), }, + Vertex { position: (2.690576, -0.368057, -0.819343), + normal: (0.85208, 0.278905, -0.442914), }, + Vertex { position: (2.594499, -0.422948, -0.981263), + normal: (0.69338, 0.351142, -0.629224), }, + Vertex { position: (2.702577, -0.197406, -0.795611), + normal: (0.759315, 0.386803, -0.523282), }, + Vertex { position: (2.594499, -0.422948, -0.981263), + normal: (0.69338, 0.351142, -0.629224), }, + Vertex { position: (2.60743, -0.208248, -0.974218), + normal: (0.662294, 0.443714, -0.603725), }, + Vertex { position: (2.734183, 0.038769, -0.86581), + normal: (0.636794, 0.461927, -0.617346), }, + Vertex { position: (2.702577, -0.197406, -0.795611), + normal: (0.759315, 0.386803, -0.523282), }, + Vertex { position: (2.60743, -0.208248, -0.974218), + normal: (0.662294, 0.443714, -0.603725), }, + Vertex { position: (2.734183, 0.038769, -0.86581), + normal: (0.636794, 0.461927, -0.617346), }, + Vertex { position: (2.60743, -0.208248, -0.974218), + normal: (0.662294, 0.443714, -0.603725), }, + Vertex { position: (2.649413, 0.031535, -1.024796), + normal: (0.614456, 0.489786, -0.618509), }, + Vertex { position: (2.731512, 0.219003, -0.891585), + normal: (0.722145, -0.312679, -0.617041), }, + Vertex { position: (2.734183, 0.038769, -0.86581), + normal: (0.636794, 0.461927, -0.617346), }, + Vertex { position: (2.649413, 0.031535, -1.024796), + normal: (0.614456, 0.489786, -0.618509), }, + Vertex { position: (2.731512, 0.219003, -0.891585), + normal: (0.722145, -0.312679, -0.617041), }, + Vertex { position: (2.649413, 0.031535, -1.024796), + normal: (0.614456, 0.489786, -0.618509), }, + Vertex { position: (2.668936, 0.206182, -1.014371), + normal: (0.718673, -0.290446, -0.631784), }, + Vertex { position: (2.70696, 0.393597, -0.849582), + normal: (0.742962, -0.255405, -0.618688), }, + Vertex { position: (2.731512, 0.219003, -0.891585), + normal: (0.722145, -0.312679, -0.617041), }, + Vertex { position: (2.668936, 0.206182, -1.014371), + normal: (0.718673, -0.290446, -0.631784), }, + Vertex { position: (2.70696, 0.393597, -0.849582), + normal: (0.742962, -0.255405, -0.618688), }, + Vertex { position: (2.668936, 0.206182, -1.014371), + normal: (0.718673, -0.290446, -0.631784), }, + Vertex { position: (2.616001, 0.447717, -0.960748), + normal: (0.815771, -0.424495, -0.392838), }, + Vertex { position: (2.604217, 0.728827, -0.769671), + normal: (0.804239, -0.153549, -0.574128), }, + Vertex { position: (2.70696, 0.393597, -0.849582), + normal: (0.742962, -0.255405, -0.618688), }, + Vertex { position: (2.616001, 0.447717, -0.960748), + normal: (0.815771, -0.424495, -0.392838), }, + Vertex { position: (2.604217, 0.728827, -0.769671), + normal: (0.804239, -0.153549, -0.574128), }, + Vertex { position: (2.616001, 0.447717, -0.960748), + normal: (0.815771, -0.424495, -0.392838), }, + Vertex { position: (2.5704, 0.738683, -0.830405), + normal: (0.900366, -0.205985, -0.38329), }, + Vertex { position: (2.514162, 0.988713, -0.674527), + normal: (0.788801, -0.19938, -0.581412), }, + Vertex { position: (2.604217, 0.728827, -0.769671), + normal: (0.804239, -0.153549, -0.574128), }, + Vertex { position: (2.5704, 0.738683, -0.830405), + normal: (0.900366, -0.205985, -0.38329), }, + Vertex { position: (2.514162, 0.988713, -0.674527), + normal: (0.788801, -0.19938, -0.581412), }, + Vertex { position: (2.5704, 0.738683, -0.830405), + normal: (0.900366, -0.205985, -0.38329), }, + Vertex { position: (2.482917, 0.997637, -0.702425), + normal: (0.906617, -0.14387, -0.39667), }, + Vertex { position: (2.618307, -0.549092, -0.805491), + normal: (0.907314, 0.09913, -0.4086), }, + Vertex { position: (2.690576, -0.368057, -0.819343), + normal: (0.85208, 0.278905, -0.442914), }, + Vertex { position: (2.736198, -0.346225, -0.659345), + normal: (0.763734, 0.228435, -0.603761), }, + Vertex { position: (2.618307, -0.549092, -0.805491), + normal: (0.907314, 0.09913, -0.4086), }, + Vertex { position: (2.736198, -0.346225, -0.659345), + normal: (0.763734, 0.228435, -0.603761), }, + Vertex { position: (2.688131, -0.517509, -0.672975), + normal: (0.769758, 0.095155, -0.631204), }, + Vertex { position: (2.514162, 0.988713, -0.674527), + normal: (0.788801, -0.19938, -0.581412), }, + Vertex { position: (2.396355, 1.242239, -0.597722), + normal: (0.752227, -0.484776, -0.446258), }, + Vertex { position: (2.542439, 0.999928, -0.648592), + normal: (-0.071584, 0.92252, -0.379253), }, + Vertex { position: (2.604217, 0.728827, -0.769671), + normal: (0.804239, -0.153549, -0.574128), }, + Vertex { position: (2.514162, 0.988713, -0.674527), + normal: (0.788801, -0.19938, -0.581412), }, + Vertex { position: (2.542439, 0.999928, -0.648592), + normal: (-0.071584, 0.92252, -0.379253), }, + Vertex { position: (2.604217, 0.728827, -0.769671), + normal: (0.804239, -0.153549, -0.574128), }, + Vertex { position: (2.542439, 0.999928, -0.648592), + normal: (-0.071584, 0.92252, -0.379253), }, + Vertex { position: (2.679445, 0.687427, -0.720573), + normal: (0.072694, 0.752739, -0.654294), }, + Vertex { position: (2.70696, 0.393597, -0.849582), + normal: (0.742962, -0.255405, -0.618688), }, + Vertex { position: (2.604217, 0.728827, -0.769671), + normal: (0.804239, -0.153549, -0.574128), }, + Vertex { position: (2.679445, 0.687427, -0.720573), + normal: (0.072694, 0.752739, -0.654294), }, + Vertex { position: (2.70696, 0.393597, -0.849582), + normal: (0.742962, -0.255405, -0.618688), }, + Vertex { position: (2.679445, 0.687427, -0.720573), + normal: (0.072694, 0.752739, -0.654294), }, + Vertex { position: (2.753156, 0.400829, -0.713141), + normal: (0.241303, 0.584583, -0.77462), }, + Vertex { position: (2.731512, 0.219003, -0.891585), + normal: (0.722145, -0.312679, -0.617041), }, + Vertex { position: (2.70696, 0.393597, -0.849582), + normal: (0.742962, -0.255405, -0.618688), }, + Vertex { position: (2.753156, 0.400829, -0.713141), + normal: (0.241303, 0.584583, -0.77462), }, + Vertex { position: (2.731512, 0.219003, -0.891585), + normal: (0.722145, -0.312679, -0.617041), }, + Vertex { position: (2.753156, 0.400829, -0.713141), + normal: (0.241303, 0.584583, -0.77462), }, + Vertex { position: (2.790681, 0.219187, -0.718263), + normal: (0.462789, 0.48004, -0.745243), }, + Vertex { position: (2.734183, 0.038769, -0.86581), + normal: (0.636794, 0.461927, -0.617346), }, + Vertex { position: (2.731512, 0.219003, -0.891585), + normal: (0.722145, -0.312679, -0.617041), }, + Vertex { position: (2.790681, 0.219187, -0.718263), + normal: (0.462789, 0.48004, -0.745243), }, + Vertex { position: (2.734183, 0.038769, -0.86581), + normal: (0.636794, 0.461927, -0.617346), }, + Vertex { position: (2.790681, 0.219187, -0.718263), + normal: (0.462789, 0.48004, -0.745243), }, + Vertex { position: (2.790657, 0.044324, -0.717488), + normal: (0.539114, 0.412574, -0.734261), }, + Vertex { position: (2.702577, -0.197406, -0.795611), + normal: (0.759315, 0.386803, -0.523282), }, + Vertex { position: (2.734183, 0.038769, -0.86581), + normal: (0.636794, 0.461927, -0.617346), }, + Vertex { position: (2.790657, 0.044324, -0.717488), + normal: (0.539114, 0.412574, -0.734261), }, + Vertex { position: (2.702577, -0.197406, -0.795611), + normal: (0.759315, 0.386803, -0.523282), }, + Vertex { position: (2.790657, 0.044324, -0.717488), + normal: (0.539114, 0.412574, -0.734261), }, + Vertex { position: (2.743995, -0.129852, -0.718277), + normal: (0.696162, 0.333274, -0.635835), }, + Vertex { position: (2.690576, -0.368057, -0.819343), + normal: (0.85208, 0.278905, -0.442914), }, + Vertex { position: (2.702577, -0.197406, -0.795611), + normal: (0.759315, 0.386803, -0.523282), }, + Vertex { position: (2.743995, -0.129852, -0.718277), + normal: (0.696162, 0.333274, -0.635835), }, + Vertex { position: (2.690576, -0.368057, -0.819343), + normal: (0.85208, 0.278905, -0.442914), }, + Vertex { position: (2.743995, -0.129852, -0.718277), + normal: (0.696162, 0.333274, -0.635835), }, + Vertex { position: (2.736198, -0.346225, -0.659345), + normal: (0.763734, 0.228435, -0.603761), }, + Vertex { position: (2.679445, 0.687427, -0.720573), + normal: (0.072694, 0.752739, -0.654294), }, + Vertex { position: (2.542439, 0.999928, -0.648592), + normal: (-0.071584, 0.92252, -0.379253), }, + Vertex { position: (2.637461, 1.01726, -0.581611), + normal: (-0.080985, 0.883253, -0.461851), }, + Vertex { position: (2.679445, 0.687427, -0.720573), + normal: (0.072694, 0.752739, -0.654294), }, + Vertex { position: (2.637461, 1.01726, -0.581611), + normal: (-0.080985, 0.883253, -0.461851), }, + Vertex { position: (2.747937, 0.712253, -0.615674), + normal: (0.040193, 0.650965, -0.758043), }, + Vertex { position: (2.13239, 1.755821, -0.180271), + normal: (0.547549, -0.279581, -0.788686), }, + Vertex { position: (2.128139, 1.788397, 0.0), + normal: (0.756976, -0.653442, 0.0), }, + Vertex { position: (2.339597, 1.807702, 0.0), + normal: (0.536218, -0.84408, 0.000006), }, + Vertex { position: (2.13239, 1.755821, -0.180271), + normal: (0.547549, -0.279581, -0.788686), }, + Vertex { position: (2.339597, 1.807702, 0.0), + normal: (0.536218, -0.84408, 0.000006), }, + Vertex { position: (2.361089, 1.76666, -0.202595), + normal: (0.474213, -0.311965, -0.823286), }, + Vertex { position: (2.183003, 1.65407, -0.341767), + normal: (0.598679, -0.200355, -0.775527), }, + Vertex { position: (2.13239, 1.755821, -0.180271), + normal: (0.547549, -0.279581, -0.788686), }, + Vertex { position: (2.361089, 1.76666, -0.202595), + normal: (0.474213, -0.311965, -0.823286), }, + Vertex { position: (2.183003, 1.65407, -0.341767), + normal: (0.598679, -0.200355, -0.775527), }, + Vertex { position: (2.361089, 1.76666, -0.202595), + normal: (0.474213, -0.311965, -0.823286), }, + Vertex { position: (2.406969, 1.645328, -0.341479), + normal: (0.488174, -0.280956, -0.826287), }, + Vertex { position: (2.301359, 1.397721, -0.546015), + normal: (0.561098, -0.272385, -0.781649), }, + Vertex { position: (2.183003, 1.65407, -0.341767), + normal: (0.598679, -0.200355, -0.775527), }, + Vertex { position: (2.406969, 1.645328, -0.341479), + normal: (0.488174, -0.280956, -0.826287), }, + Vertex { position: (2.301359, 1.397721, -0.546015), + normal: (0.561098, -0.272385, -0.781649), }, + Vertex { position: (2.406969, 1.645328, -0.341479), + normal: (0.488174, -0.280956, -0.826287), }, + Vertex { position: (2.519027, 1.485931, -0.422962), + normal: (0.531574, -0.288506, -0.796362), }, + Vertex { position: (2.396355, 1.242239, -0.597722), + normal: (0.752227, -0.484776, -0.446258), }, + Vertex { position: (2.301359, 1.397721, -0.546015), + normal: (0.561098, -0.272385, -0.781649), }, + Vertex { position: (2.519027, 1.485931, -0.422962), + normal: (0.531574, -0.288506, -0.796362), }, + Vertex { position: (2.396355, 1.242239, -0.597722), + normal: (0.752227, -0.484776, -0.446258), }, + Vertex { position: (2.519027, 1.485931, -0.422962), + normal: (0.531574, -0.288506, -0.796362), }, + Vertex { position: (2.553871, 1.284278, -0.512335), + normal: (0.769657, -0.480833, -0.420033), }, + Vertex { position: (2.542439, 0.999928, -0.648592), + normal: (-0.071584, 0.92252, -0.379253), }, + Vertex { position: (2.396355, 1.242239, -0.597722), + normal: (0.752227, -0.484776, -0.446258), }, + Vertex { position: (2.553871, 1.284278, -0.512335), + normal: (0.769657, -0.480833, -0.420033), }, + Vertex { position: (2.542439, 0.999928, -0.648592), + normal: (-0.071584, 0.92252, -0.379253), }, + Vertex { position: (2.553871, 1.284278, -0.512335), + normal: (0.769657, -0.480833, -0.420033), }, + Vertex { position: (2.637461, 1.01726, -0.581611), + normal: (-0.080985, 0.883253, -0.461851), }, + Vertex { position: (2.292449, -0.871852, -0.8824), + normal: (-0.096144, -0.182414, -0.97851), }, + Vertex { position: (2.245624, -0.864372, -0.995778), + normal: (0.561574, -0.148323, -0.814024), }, + Vertex { position: (2.346081, -0.74535, -1.013296), + normal: (0.525142, -0.062799, -0.848694), }, + Vertex { position: (2.292449, -0.871852, -0.8824), + normal: (-0.096144, -0.182414, -0.97851), }, + Vertex { position: (2.346081, -0.74535, -1.013296), + normal: (0.525142, -0.062799, -0.848694), }, + Vertex { position: (2.410367, -0.777999, -0.841105), + normal: (0.795625, -0.129968, -0.591684), }, + Vertex { position: (2.096552, 1.678482, -0.32681), + normal: (0.805898, -0.146097, -0.573745), }, + Vertex { position: (2.069379, 1.727818, -0.212746), + normal: (0.546571, -0.125171, 0.828005), }, + Vertex { position: (2.13239, 1.755821, -0.180271), + normal: (0.547549, -0.279581, -0.788686), }, + Vertex { position: (2.096552, 1.678482, -0.32681), + normal: (0.805898, -0.146097, -0.573745), }, + Vertex { position: (2.13239, 1.755821, -0.180271), + normal: (0.547549, -0.279581, -0.788686), }, + Vertex { position: (2.183003, 1.65407, -0.341767), + normal: (0.598679, -0.200355, -0.775527), }, + Vertex { position: (2.189848, 1.468992, -0.517501), + normal: (0.772313, -0.244122, -0.586461), }, + Vertex { position: (2.096552, 1.678482, -0.32681), + normal: (0.805898, -0.146097, -0.573745), }, + Vertex { position: (2.183003, 1.65407, -0.341767), + normal: (0.598679, -0.200355, -0.775527), }, + Vertex { position: (2.189848, 1.468992, -0.517501), + normal: (0.772313, -0.244122, -0.586461), }, + Vertex { position: (2.183003, 1.65407, -0.341767), + normal: (0.598679, -0.200355, -0.775527), }, + Vertex { position: (2.301359, 1.397721, -0.546015), + normal: (0.561098, -0.272385, -0.781649), }, + Vertex { position: (2.266003, 1.273253, -0.663332), + normal: (0.697438, -0.478568, -0.533435), }, + Vertex { position: (2.189848, 1.468992, -0.517501), + normal: (0.772313, -0.244122, -0.586461), }, + Vertex { position: (2.301359, 1.397721, -0.546015), + normal: (0.561098, -0.272385, -0.781649), }, + Vertex { position: (2.266003, 1.273253, -0.663332), + normal: (0.697438, -0.478568, -0.533435), }, + Vertex { position: (2.301359, 1.397721, -0.546015), + normal: (0.561098, -0.272385, -0.781649), }, + Vertex { position: (2.396355, 1.242239, -0.597722), + normal: (0.752227, -0.484776, -0.446258), }, + Vertex { position: (2.347317, 1.066114, -0.758763), + normal: (0.628361, -0.426126, -0.65083), }, + Vertex { position: (2.266003, 1.273253, -0.663332), + normal: (0.697438, -0.478568, -0.533435), }, + Vertex { position: (2.396355, 1.242239, -0.597722), + normal: (0.752227, -0.484776, -0.446258), }, + Vertex { position: (2.347317, 1.066114, -0.758763), + normal: (0.628361, -0.426126, -0.65083), }, + Vertex { position: (2.396355, 1.242239, -0.597722), + normal: (0.752227, -0.484776, -0.446258), }, + Vertex { position: (2.482917, 0.997637, -0.702425), + normal: (0.906617, -0.14387, -0.39667), }, + Vertex { position: (2.399389, 0.782091, -0.915279), + normal: (0.065855, 0.814333, -0.576649), }, + Vertex { position: (2.347317, 1.066114, -0.758763), + normal: (0.628361, -0.426126, -0.65083), }, + Vertex { position: (2.482917, 0.997637, -0.702425), + normal: (0.906617, -0.14387, -0.39667), }, + Vertex { position: (2.399389, 0.782091, -0.915279), + normal: (0.065855, 0.814333, -0.576649), }, + Vertex { position: (2.482917, 0.997637, -0.702425), + normal: (0.906617, -0.14387, -0.39667), }, + Vertex { position: (2.5704, 0.738683, -0.830405), + normal: (0.900366, -0.205985, -0.38329), }, + Vertex { position: (2.448969, 0.529858, -1.037335), + normal: (0.187431, 0.691784, -0.697355), }, + Vertex { position: (2.399389, 0.782091, -0.915279), + normal: (0.065855, 0.814333, -0.576649), }, + Vertex { position: (2.5704, 0.738683, -0.830405), + normal: (0.900366, -0.205985, -0.38329), }, + Vertex { position: (2.448969, 0.529858, -1.037335), + normal: (0.187431, 0.691784, -0.697355), }, + Vertex { position: (2.5704, 0.738683, -0.830405), + normal: (0.900366, -0.205985, -0.38329), }, + Vertex { position: (2.616001, 0.447717, -0.960748), + normal: (0.815771, -0.424495, -0.392838), }, + Vertex { position: (2.495354, 0.250522, -1.132081), + normal: (0.328244, 0.603536, -0.726637), }, + Vertex { position: (2.448969, 0.529858, -1.037335), + normal: (0.187431, 0.691784, -0.697355), }, + Vertex { position: (2.616001, 0.447717, -0.960748), + normal: (0.815771, -0.424495, -0.392838), }, + Vertex { position: (2.495354, 0.250522, -1.132081), + normal: (0.328244, 0.603536, -0.726637), }, + Vertex { position: (2.616001, 0.447717, -0.960748), + normal: (0.815771, -0.424495, -0.392838), }, + Vertex { position: (2.668936, 0.206182, -1.014371), + normal: (0.718673, -0.290446, -0.631784), }, + Vertex { position: (2.50049, -0.035029, -1.170179), + normal: (0.387394, 0.516219, -0.763835), }, + Vertex { position: (2.495354, 0.250522, -1.132081), + normal: (0.328244, 0.603536, -0.726637), }, + Vertex { position: (2.668936, 0.206182, -1.014371), + normal: (0.718673, -0.290446, -0.631784), }, + Vertex { position: (2.50049, -0.035029, -1.170179), + normal: (0.387394, 0.516219, -0.763835), }, + Vertex { position: (2.668936, 0.206182, -1.014371), + normal: (0.718673, -0.290446, -0.631784), }, + Vertex { position: (2.649413, 0.031535, -1.024796), + normal: (0.614456, 0.489786, -0.618509), }, + Vertex { position: (2.452588, -0.244072, -1.138797), + normal: (0.387987, 0.466054, -0.795148), }, + Vertex { position: (2.50049, -0.035029, -1.170179), + normal: (0.387394, 0.516219, -0.763835), }, + Vertex { position: (2.649413, 0.031535, -1.024796), + normal: (0.614456, 0.489786, -0.618509), }, + Vertex { position: (2.452588, -0.244072, -1.138797), + normal: (0.387987, 0.466054, -0.795148), }, + Vertex { position: (2.649413, 0.031535, -1.024796), + normal: (0.614456, 0.489786, -0.618509), }, + Vertex { position: (2.60743, -0.208248, -0.974218), + normal: (0.662294, 0.443714, -0.603725), }, + Vertex { position: (2.439827, -0.395385, -1.131324), + normal: (0.397823, 0.403779, -0.823832), }, + Vertex { position: (2.452588, -0.244072, -1.138797), + normal: (0.387987, 0.466054, -0.795148), }, + Vertex { position: (2.60743, -0.208248, -0.974218), + normal: (0.662294, 0.443714, -0.603725), }, + Vertex { position: (2.439827, -0.395385, -1.131324), + normal: (0.397823, 0.403779, -0.823832), }, + Vertex { position: (2.60743, -0.208248, -0.974218), + normal: (0.662294, 0.443714, -0.603725), }, + Vertex { position: (2.594499, -0.422948, -0.981263), + normal: (0.69338, 0.351142, -0.629224), }, + Vertex { position: (2.384638, -0.591919, -1.043058), + normal: (0.449887, 0.239006, -0.860511), }, + Vertex { position: (2.439827, -0.395385, -1.131324), + normal: (0.397823, 0.403779, -0.823832), }, + Vertex { position: (2.594499, -0.422948, -0.981263), + normal: (0.69338, 0.351142, -0.629224), }, + Vertex { position: (2.384638, -0.591919, -1.043058), + normal: (0.449887, 0.239006, -0.860511), }, + Vertex { position: (2.594499, -0.422948, -0.981263), + normal: (0.69338, 0.351142, -0.629224), }, + Vertex { position: (2.543372, -0.548031, -0.937182), + normal: (0.748939, 0.152982, -0.644738), }, + Vertex { position: (2.346081, -0.74535, -1.013296), + normal: (0.525142, -0.062799, -0.848694), }, + Vertex { position: (2.384638, -0.591919, -1.043058), + normal: (0.449887, 0.239006, -0.860511), }, + Vertex { position: (2.543372, -0.548031, -0.937182), + normal: (0.748939, 0.152982, -0.644738), }, + Vertex { position: (2.346081, -0.74535, -1.013296), + normal: (0.525142, -0.062799, -0.848694), }, + Vertex { position: (2.543372, -0.548031, -0.937182), + normal: (0.748939, 0.152982, -0.644738), }, + Vertex { position: (2.410367, -0.777999, -0.841105), + normal: (0.795625, -0.129968, -0.591684), }, + Vertex { position: (2.292449, -0.871852, -0.8824), + normal: (-0.096144, -0.182414, -0.97851), }, + Vertex { position: (2.229345, -0.992723, -0.862826), + normal: (-0.012663, 0.029084, -0.999497), }, + Vertex { position: (2.222082, -0.957342, -1.014137), + normal: (-0.742985, 0.015712, -0.669123), }, + Vertex { position: (2.292449, -0.871852, -0.8824), + normal: (-0.096144, -0.182414, -0.97851), }, + Vertex { position: (2.222082, -0.957342, -1.014137), + normal: (-0.742985, 0.015712, -0.669123), }, + Vertex { position: (2.245624, -0.864372, -0.995778), + normal: (0.561574, -0.148323, -0.814024), }, + Vertex { position: (2.346081, -0.74535, -1.013296), + normal: (0.525142, -0.062799, -0.848694), }, + Vertex { position: (2.245624, -0.864372, -0.995778), + normal: (0.561574, -0.148323, -0.814024), }, + Vertex { position: (2.013534, -0.662303, -1.191491), + normal: (0.097864, 0.250653, -0.963118), }, + Vertex { position: (2.384638, -0.591919, -1.043058), + normal: (0.449887, 0.239006, -0.860511), }, + Vertex { position: (2.346081, -0.74535, -1.013296), + normal: (0.525142, -0.062799, -0.848694), }, + Vertex { position: (2.013534, -0.662303, -1.191491), + normal: (0.097864, 0.250653, -0.963118), }, + Vertex { position: (2.384638, -0.591919, -1.043058), + normal: (0.449887, 0.239006, -0.860511), }, + Vertex { position: (2.013534, -0.662303, -1.191491), + normal: (0.097864, 0.250653, -0.963118), }, + Vertex { position: (2.108912, -0.357128, -1.259691), + normal: (0.10998, 0.376752, -0.919762), }, + Vertex { position: (2.042206, 1.777154, 0.0), + normal: (-0.385788, 0.922588, 0.0), }, + Vertex { position: (2.069379, 1.727818, -0.212746), + normal: (0.546571, -0.125171, 0.828005), }, + Vertex { position: (1.807583, 1.756546, -0.177627), + normal: (0.513731, -0.239493, -0.823847), }, + Vertex { position: (2.042206, 1.777154, 0.0), + normal: (-0.385788, 0.922588, 0.0), }, + Vertex { position: (1.807583, 1.756546, -0.177627), + normal: (0.513731, -0.239493, -0.823847), }, + Vertex { position: (1.794465, 1.787719, 0.0), + normal: (-0.720176, -0.693792, 0.0), }, + Vertex { position: (2.439827, -0.395385, -1.131324), + normal: (0.397823, 0.403779, -0.823832), }, + Vertex { position: (2.384638, -0.591919, -1.043058), + normal: (0.449887, 0.239006, -0.860511), }, + Vertex { position: (2.108912, -0.357128, -1.259691), + normal: (0.10998, 0.376752, -0.919762), }, + Vertex { position: (2.439827, -0.395385, -1.131324), + normal: (0.397823, 0.403779, -0.823832), }, + Vertex { position: (2.108912, -0.357128, -1.259691), + normal: (0.10998, 0.376752, -0.919762), }, + Vertex { position: (2.136269, -0.187666, -1.278057), + normal: (0.12555, 0.440005, -0.889176), }, + Vertex { position: (2.452588, -0.244072, -1.138797), + normal: (0.387987, 0.466054, -0.795148), }, + Vertex { position: (2.439827, -0.395385, -1.131324), + normal: (0.397823, 0.403779, -0.823832), }, + Vertex { position: (2.136269, -0.187666, -1.278057), + normal: (0.12555, 0.440005, -0.889176), }, + Vertex { position: (2.50049, -0.035029, -1.170179), + normal: (0.387394, 0.516219, -0.763835), }, + Vertex { position: (2.452588, -0.244072, -1.138797), + normal: (0.387987, 0.466054, -0.795148), }, + Vertex { position: (2.136269, -0.187666, -1.278057), + normal: (0.12555, 0.440005, -0.889176), }, + Vertex { position: (2.50049, -0.035029, -1.170179), + normal: (0.387394, 0.516219, -0.763835), }, + Vertex { position: (2.136269, -0.187666, -1.278057), + normal: (0.12555, 0.440005, -0.889176), }, + Vertex { position: (2.14179, -0.055306, -1.295565), + normal: (0.146937, 0.551946, -0.820832), }, + Vertex { position: (2.495354, 0.250522, -1.132081), + normal: (0.328244, 0.603536, -0.726637), }, + Vertex { position: (2.50049, -0.035029, -1.170179), + normal: (0.387394, 0.516219, -0.763835), }, + Vertex { position: (2.14179, -0.055306, -1.295565), + normal: (0.146937, 0.551946, -0.820832), }, + Vertex { position: (2.495354, 0.250522, -1.132081), + normal: (0.328244, 0.603536, -0.726637), }, + Vertex { position: (2.14179, -0.055306, -1.295565), + normal: (0.146937, 0.551946, -0.820832), }, + Vertex { position: (2.0817, 0.283249, -1.259461), + normal: (0.115383, 0.694944, -0.709746), }, + Vertex { position: (2.448969, 0.529858, -1.037335), + normal: (0.187431, 0.691784, -0.697355), }, + Vertex { position: (2.495354, 0.250522, -1.132081), + normal: (0.328244, 0.603536, -0.726637), }, + Vertex { position: (2.0817, 0.283249, -1.259461), + normal: (0.115383, 0.694944, -0.709746), }, + Vertex { position: (2.448969, 0.529858, -1.037335), + normal: (0.187431, 0.691784, -0.697355), }, + Vertex { position: (2.0817, 0.283249, -1.259461), + normal: (0.115383, 0.694944, -0.709746), }, + Vertex { position: (2.023441, 0.529338, -1.144399), + normal: (0.052979, 0.780732, -0.622616), }, + Vertex { position: (2.399389, 0.782091, -0.915279), + normal: (0.065855, 0.814333, -0.576649), }, + Vertex { position: (2.448969, 0.529858, -1.037335), + normal: (0.187431, 0.691784, -0.697355), }, + Vertex { position: (2.023441, 0.529338, -1.144399), + normal: (0.052979, 0.780732, -0.622616), }, + Vertex { position: (2.399389, 0.782091, -0.915279), + normal: (0.065855, 0.814333, -0.576649), }, + Vertex { position: (2.023441, 0.529338, -1.144399), + normal: (0.052979, 0.780732, -0.622616), }, + Vertex { position: (1.975941, 0.827957, -1.018423), + normal: (0.019336, 0.837694, -0.545798), }, + Vertex { position: (2.347317, 1.066114, -0.758763), + normal: (0.628361, -0.426126, -0.65083), }, + Vertex { position: (2.399389, 0.782091, -0.915279), + normal: (0.065855, 0.814333, -0.576649), }, + Vertex { position: (1.975941, 0.827957, -1.018423), + normal: (0.019336, 0.837694, -0.545798), }, + Vertex { position: (2.347317, 1.066114, -0.758763), + normal: (0.628361, -0.426126, -0.65083), }, + Vertex { position: (1.975941, 0.827957, -1.018423), + normal: (0.019336, 0.837694, -0.545798), }, + Vertex { position: (1.958254, 1.130271, -0.861813), + normal: (0.026499, 0.942993, -0.331757), }, + Vertex { position: (2.266003, 1.273253, -0.663332), + normal: (0.697438, -0.478568, -0.533435), }, + Vertex { position: (2.347317, 1.066114, -0.758763), + normal: (0.628361, -0.426126, -0.65083), }, + Vertex { position: (1.958254, 1.130271, -0.861813), + normal: (0.026499, 0.942993, -0.331757), }, + Vertex { position: (2.266003, 1.273253, -0.663332), + normal: (0.697438, -0.478568, -0.533435), }, + Vertex { position: (1.958254, 1.130271, -0.861813), + normal: (0.026499, 0.942993, -0.331757), }, + Vertex { position: (1.859443, 1.450393, -0.632222), + normal: (0.696414, -0.392791, -0.600602), }, + Vertex { position: (2.189848, 1.468992, -0.517501), + normal: (0.772313, -0.244122, -0.586461), }, + Vertex { position: (2.266003, 1.273253, -0.663332), + normal: (0.697438, -0.478568, -0.533435), }, + Vertex { position: (1.859443, 1.450393, -0.632222), + normal: (0.696414, -0.392791, -0.600602), }, + Vertex { position: (2.189848, 1.468992, -0.517501), + normal: (0.772313, -0.244122, -0.586461), }, + Vertex { position: (1.859443, 1.450393, -0.632222), + normal: (0.696414, -0.392791, -0.600602), }, + Vertex { position: (1.821946, 1.618209, -0.403751), + normal: (0.552632, -0.484765, -0.677938), }, + Vertex { position: (2.096552, 1.678482, -0.32681), + normal: (0.805898, -0.146097, -0.573745), }, + Vertex { position: (2.189848, 1.468992, -0.517501), + normal: (0.772313, -0.244122, -0.586461), }, + Vertex { position: (1.821946, 1.618209, -0.403751), + normal: (0.552632, -0.484765, -0.677938), }, + Vertex { position: (2.096552, 1.678482, -0.32681), + normal: (0.805898, -0.146097, -0.573745), }, + Vertex { position: (1.821946, 1.618209, -0.403751), + normal: (0.552632, -0.484765, -0.677938), }, + Vertex { position: (1.798719, 1.714447, -0.259352), + normal: (0.506924, -0.406124, -0.760323), }, + Vertex { position: (2.069379, 1.727818, -0.212746), + normal: (0.546571, -0.125171, 0.828005), }, + Vertex { position: (2.096552, 1.678482, -0.32681), + normal: (0.805898, -0.146097, -0.573745), }, + Vertex { position: (1.798719, 1.714447, -0.259352), + normal: (0.506924, -0.406124, -0.760323), }, + Vertex { position: (2.069379, 1.727818, -0.212746), + normal: (0.546571, -0.125171, 0.828005), }, + Vertex { position: (1.798719, 1.714447, -0.259352), + normal: (0.506924, -0.406124, -0.760323), }, + Vertex { position: (1.807583, 1.756546, -0.177627), + normal: (0.513731, -0.239493, -0.823847), }, + Vertex { position: (0.737904, 1.604213, -0.281713), + normal: (0.659349, -0.248914, -0.709437), }, + Vertex { position: (0.223642, 1.684075, -0.160743), + normal: (-0.208715, -0.624734, -0.752427), }, + Vertex { position: (0.234527, 1.730117, 0.0), + normal: (0.566114, -0.824327, 0.0), }, + Vertex { position: (0.737904, 1.604213, -0.281713), + normal: (0.659349, -0.248914, -0.709437), }, + Vertex { position: (0.234527, 1.730117, 0.0), + normal: (0.566114, -0.824327, 0.0), }, + Vertex { position: (0.733818, 1.740873, 0.0), + normal: (0.981421, -0.191868, 0.0), }, + Vertex { position: (0.725959, 1.478055, -0.461804), + normal: (0.631747, -0.24686, -0.734817), }, + Vertex { position: (0.23733, 1.595746, -0.288672), + normal: (-0.251063, -0.683027, -0.685888), }, + Vertex { position: (0.223642, 1.684075, -0.160743), + normal: (-0.208715, -0.624734, -0.752427), }, + Vertex { position: (0.725959, 1.478055, -0.461804), + normal: (0.631747, -0.24686, -0.734817), }, + Vertex { position: (0.223642, 1.684075, -0.160743), + normal: (-0.208715, -0.624734, -0.752427), }, + Vertex { position: (0.737904, 1.604213, -0.281713), + normal: (0.659349, -0.248914, -0.709437), }, + Vertex { position: (0.760722, 1.205036, -0.700545), + normal: (0.623235, -0.257987, -0.738255), }, + Vertex { position: (0.289039, 1.496446, -0.430055), + normal: (-0.252973, -0.819125, -0.51482), }, + Vertex { position: (0.23733, 1.595746, -0.288672), + normal: (-0.251063, -0.683027, -0.685888), }, + Vertex { position: (0.760722, 1.205036, -0.700545), + normal: (0.623235, -0.257987, -0.738255), }, + Vertex { position: (0.23733, 1.595746, -0.288672), + normal: (-0.251063, -0.683027, -0.685888), }, + Vertex { position: (0.725959, 1.478055, -0.461804), + normal: (0.631747, -0.24686, -0.734817), }, + Vertex { position: (0.857323, 0.985001, -0.874029), + normal: (0.791391, -0.43807, -0.426373), }, + Vertex { position: (0.305671, 1.298417, -0.629719), + normal: (-0.13716, -0.98063, -0.139827), }, + Vertex { position: (0.289039, 1.496446, -0.430055), + normal: (-0.252973, -0.819125, -0.51482), }, + Vertex { position: (0.857323, 0.985001, -0.874029), + normal: (0.791391, -0.43807, -0.426373), }, + Vertex { position: (0.289039, 1.496446, -0.430055), + normal: (-0.252973, -0.819125, -0.51482), }, + Vertex { position: (0.760722, 1.205036, -0.700545), + normal: (0.623235, -0.257987, -0.738255), }, + Vertex { position: (0.921312, 0.755659, -0.99933), + normal: (-0.06371, 0.842533, -0.534864), }, + Vertex { position: (0.243473, 1.134082, -0.819993), + normal: (0.007127, 0.896038, -0.44392), }, + Vertex { position: (0.305671, 1.298417, -0.629719), + normal: (-0.13716, -0.98063, -0.139827), }, + Vertex { position: (0.921312, 0.755659, -0.99933), + normal: (-0.06371, 0.842533, -0.534864), }, + Vertex { position: (0.305671, 1.298417, -0.629719), + normal: (-0.13716, -0.98063, -0.139827), }, + Vertex { position: (0.857323, 0.985001, -0.874029), + normal: (0.791391, -0.43807, -0.426373), }, + Vertex { position: (0.939271, 0.379986, -1.185872), + normal: (-0.069142, 0.724976, -0.685295), }, + Vertex { position: (0.316341, 0.785311, -1.08626), + normal: (0.009434, 0.815301, -0.578961), }, + Vertex { position: (0.243473, 1.134082, -0.819993), + normal: (0.007127, 0.896038, -0.44392), }, + Vertex { position: (0.939271, 0.379986, -1.185872), + normal: (-0.069142, 0.724976, -0.685295), }, + Vertex { position: (0.243473, 1.134082, -0.819993), + normal: (0.007127, 0.896038, -0.44392), }, + Vertex { position: (0.921312, 0.755659, -0.99933), + normal: (-0.06371, 0.842533, -0.534864), }, + Vertex { position: (0.927775, 0.195225, -1.233043), + normal: (-0.057955, 0.638634, -0.767325), }, + Vertex { position: (0.539252, 0.353984, -1.254493), + normal: (0.040473, 0.760778, -0.647749), }, + Vertex { position: (0.316341, 0.785311, -1.08626), + normal: (0.009434, 0.815301, -0.578961), }, + Vertex { position: (0.927775, 0.195225, -1.233043), + normal: (-0.057955, 0.638634, -0.767325), }, + Vertex { position: (0.316341, 0.785311, -1.08626), + normal: (0.009434, 0.815301, -0.578961), }, + Vertex { position: (0.939271, 0.379986, -1.185872), + normal: (-0.069142, 0.724976, -0.685295), }, + Vertex { position: (0.950215, 0.042751, -1.256188), + normal: (-0.024013, 0.58573, -0.810151), }, + Vertex { position: (0.53915, 0.148262, -1.321014), + normal: (0.080812, 0.697931, -0.711591), }, + Vertex { position: (0.539252, 0.353984, -1.254493), + normal: (0.040473, 0.760778, -0.647749), }, + Vertex { position: (0.950215, 0.042751, -1.256188), + normal: (-0.024013, 0.58573, -0.810151), }, + Vertex { position: (0.539252, 0.353984, -1.254493), + normal: (0.040473, 0.760778, -0.647749), }, + Vertex { position: (0.927775, 0.195225, -1.233043), + normal: (-0.057955, 0.638634, -0.767325), }, + Vertex { position: (0.943855, -0.101127, -1.274771), + normal: (0.016737, 0.497476, -0.867316), }, + Vertex { position: (0.516872, -0.020713, -1.356627), + normal: (0.09853, 0.626571, -0.773111), }, + Vertex { position: (0.53915, 0.148262, -1.321014), + normal: (0.080812, 0.697931, -0.711591), }, + Vertex { position: (0.943855, -0.101127, -1.274771), + normal: (0.016737, 0.497476, -0.867316), }, + Vertex { position: (0.53915, 0.148262, -1.321014), + normal: (0.080812, 0.697931, -0.711591), }, + Vertex { position: (0.950215, 0.042751, -1.256188), + normal: (-0.024013, 0.58573, -0.810151), }, + Vertex { position: (0.960321, -0.308052, -1.243133), + normal: (0.060533, 0.377837, -0.923891), }, + Vertex { position: (0.542386, -0.188227, -1.370375), + normal: (0.111825, 0.518485, -0.847743), }, + Vertex { position: (0.516872, -0.020713, -1.356627), + normal: (0.09853, 0.626571, -0.773111), }, + Vertex { position: (0.960321, -0.308052, -1.243133), + normal: (0.060533, 0.377837, -0.923891), }, + Vertex { position: (0.516872, -0.020713, -1.356627), + normal: (0.09853, 0.626571, -0.773111), }, + Vertex { position: (0.943855, -0.101127, -1.274771), + normal: (0.016737, 0.497476, -0.867316), }, + Vertex { position: (0.97453, -0.525273, -1.140353), + normal: (0.088722, 0.251367, -0.963817), }, + Vertex { position: (0.546875, -0.39094, -1.363244), + normal: (0.163727, 0.387435, -0.907242), }, + Vertex { position: (0.542386, -0.188227, -1.370375), + normal: (0.111825, 0.518485, -0.847743), }, + Vertex { position: (0.97453, -0.525273, -1.140353), + normal: (0.088722, 0.251367, -0.963817), }, + Vertex { position: (0.542386, -0.188227, -1.370375), + normal: (0.111825, 0.518485, -0.847743), }, + Vertex { position: (0.960321, -0.308052, -1.243133), + normal: (0.060533, 0.377837, -0.923891), }, + Vertex { position: (0.948819, -0.638568, -1.102958), + normal: (0.107989, 0.168108, -0.979836), }, + Vertex { position: (0.550658, -0.633015, -1.331311), + normal: (0.227108, 0.258715, -0.938876), }, + Vertex { position: (0.546875, -0.39094, -1.363244), + normal: (0.163727, 0.387435, -0.907242), }, + Vertex { position: (0.948819, -0.638568, -1.102958), + normal: (0.107989, 0.168108, -0.979836), }, + Vertex { position: (0.546875, -0.39094, -1.363244), + normal: (0.163727, 0.387435, -0.907242), }, + Vertex { position: (0.97453, -0.525273, -1.140353), + normal: (0.088722, 0.251367, -0.963817), }, + Vertex { position: (0.939974, -0.894739, -1.019809), + normal: (0.10833, 0.05569, -0.992554), }, + Vertex { position: (0.527724, -0.862854, -1.253811), + normal: (0.263434, 0.119819, -0.957207), }, + Vertex { position: (0.550658, -0.633015, -1.331311), + normal: (0.227108, 0.258715, -0.938876), }, + Vertex { position: (0.939974, -0.894739, -1.019809), + normal: (0.10833, 0.05569, -0.992554), }, + Vertex { position: (0.550658, -0.633015, -1.331311), + normal: (0.227108, 0.258715, -0.938876), }, + Vertex { position: (0.948819, -0.638568, -1.102958), + normal: (0.107989, 0.168108, -0.979836), }, + Vertex { position: (0.956456, -1.070504, -0.921063), + normal: (0.114032, -0.218132, -0.969234), }, + Vertex { position: (0.544825, -1.133123, -1.096902), + normal: (0.304293, -0.024391, -0.952266), }, + Vertex { position: (0.527724, -0.862854, -1.253811), + normal: (0.263434, 0.119819, -0.957207), }, + Vertex { position: (0.956456, -1.070504, -0.921063), + normal: (0.114032, -0.218132, -0.969234), }, + Vertex { position: (0.527724, -0.862854, -1.253811), + normal: (0.263434, 0.119819, -0.957207), }, + Vertex { position: (0.939974, -0.894739, -1.019809), + normal: (0.10833, 0.05569, -0.992554), }, + Vertex { position: (0.93066, -1.216516, -0.831196), + normal: (0.187438, -0.340915, -0.921219), }, + Vertex { position: (0.530629, -1.316423, -0.929842), + normal: (0.372063, -0.134052, -0.918477), }, + Vertex { position: (0.544825, -1.133123, -1.096902), + normal: (0.304293, -0.024391, -0.952266), }, + Vertex { position: (0.93066, -1.216516, -0.831196), + normal: (0.187438, -0.340915, -0.921219), }, + Vertex { position: (0.544825, -1.133123, -1.096902), + normal: (0.304293, -0.024391, -0.952266), }, + Vertex { position: (0.956456, -1.070504, -0.921063), + normal: (0.114032, -0.218132, -0.969234), }, + Vertex { position: (0.922703, -1.296032, -0.728307), + normal: (0.25339, -0.287519, -0.923648), }, + Vertex { position: (0.538756, -1.408602, -0.764911), + normal: (0.424286, -0.254348, -0.869073), }, + Vertex { position: (0.530629, -1.316423, -0.929842), + normal: (0.372063, -0.134052, -0.918477), }, + Vertex { position: (0.922703, -1.296032, -0.728307), + normal: (0.25339, -0.287519, -0.923648), }, + Vertex { position: (0.530629, -1.316423, -0.929842), + normal: (0.372063, -0.134052, -0.918477), }, + Vertex { position: (0.93066, -1.216516, -0.831196), + normal: (0.187438, -0.340915, -0.921219), }, + Vertex { position: (0.912699, -1.455066, -0.576185), + normal: (0.23972, -0.400363, -0.884445), }, + Vertex { position: (0.489819, -1.524947, -0.672392), + normal: (0.420794, -0.405156, -0.811653), }, + Vertex { position: (0.538756, -1.408602, -0.764911), + normal: (0.424286, -0.254348, -0.869073), }, + Vertex { position: (0.912699, -1.455066, -0.576185), + normal: (0.23972, -0.400363, -0.884445), }, + Vertex { position: (0.538756, -1.408602, -0.764911), + normal: (0.424286, -0.254348, -0.869073), }, + Vertex { position: (0.922703, -1.296032, -0.728307), + normal: (0.25339, -0.287519, -0.923648), }, + Vertex { position: (0.912989, -1.499314, -0.419547), + normal: (0.213167, -0.525559, -0.823619), }, + Vertex { position: (0.480235, -1.631521, -0.401961), + normal: (0.383978, -0.566345, -0.729256), }, + Vertex { position: (0.489819, -1.524947, -0.672392), + normal: (0.420794, -0.405156, -0.811653), }, + Vertex { position: (0.912989, -1.499314, -0.419547), + normal: (0.213167, -0.525559, -0.823619), }, + Vertex { position: (0.489819, -1.524947, -0.672392), + normal: (0.420794, -0.405156, -0.811653), }, + Vertex { position: (0.912699, -1.455066, -0.576185), + normal: (0.23972, -0.400363, -0.884445), }, + Vertex { position: (0.927497, -1.558489, 0.0), + normal: (0.92802, -0.37253, 0.0), }, + Vertex { position: (0.44655, -1.67295, 0.0), + normal: (0.226963, -0.973903, 0.0), }, + Vertex { position: (0.480235, -1.631521, -0.401961), + normal: (0.383978, -0.566345, -0.729256), }, + Vertex { position: (0.927497, -1.558489, 0.0), + normal: (0.92802, -0.37253, 0.0), }, + Vertex { position: (0.480235, -1.631521, -0.401961), + normal: (0.383978, -0.566345, -0.729256), }, + Vertex { position: (0.912989, -1.499314, -0.419547), + normal: (0.213167, -0.525559, -0.823619), }, + Vertex { position: (-0.221516, 1.686349, -0.151403), + normal: (0.335626, -0.735806, -0.588171), }, + Vertex { position: (-0.559706, 1.69418, -0.186107), + normal: (0.235033, -0.721825, -0.650944), }, + Vertex { position: (-0.547248, 1.742126, 0.0), + normal: (-0.009814, -0.999952, 0.0), }, + Vertex { position: (-0.221516, 1.686349, -0.151403), + normal: (0.335626, -0.735806, -0.588171), }, + Vertex { position: (-0.547248, 1.742126, 0.0), + normal: (-0.009814, -0.999952, 0.0), }, + Vertex { position: (-0.228904, 1.734267, 0.0), + normal: (-0.039092, -0.999236, 0.0), }, + Vertex { position: (-0.267035, 1.627058, -0.266577), + normal: (0.303379, -0.73119, -0.611002), }, + Vertex { position: (-0.557624, 1.641278, -0.271462), + normal: (0.244106, -0.79539, -0.554768), }, + Vertex { position: (-0.559706, 1.69418, -0.186107), + normal: (0.235033, -0.721825, -0.650944), }, + Vertex { position: (-0.267035, 1.627058, -0.266577), + normal: (0.303379, -0.73119, -0.611002), }, + Vertex { position: (-0.559706, 1.69418, -0.186107), + normal: (0.235033, -0.721825, -0.650944), }, + Vertex { position: (-0.221516, 1.686349, -0.151403), + normal: (0.335626, -0.735806, -0.588171), }, + Vertex { position: (-0.247999, 1.565146, -0.389142), + normal: (0.298349, -0.828641, -0.473647), }, + Vertex { position: (-0.626493, 1.585426, -0.443136), + normal: (0.213948, -0.943673, -0.252405), }, + Vertex { position: (-0.557624, 1.641278, -0.271462), + normal: (0.244106, -0.79539, -0.554768), }, + Vertex { position: (-0.247999, 1.565146, -0.389142), + normal: (0.298349, -0.828641, -0.473647), }, + Vertex { position: (-0.557624, 1.641278, -0.271462), + normal: (0.244106, -0.79539, -0.554768), }, + Vertex { position: (-0.267035, 1.627058, -0.266577), + normal: (0.303379, -0.73119, -0.611002), }, + Vertex { position: (-0.179548, 1.471301, -0.544513), + normal: (0.267279, -0.944479, -0.191107), }, + Vertex { position: (-0.597781, 1.48962, -0.641047), + normal: (0.190577, -0.970681, -0.146488), }, + Vertex { position: (-0.626493, 1.585426, -0.443136), + normal: (0.213948, -0.943673, -0.252405), }, + Vertex { position: (-0.179548, 1.471301, -0.544513), + normal: (0.267279, -0.944479, -0.191107), }, + Vertex { position: (-0.626493, 1.585426, -0.443136), + normal: (0.213948, -0.943673, -0.252405), }, + Vertex { position: (-0.247999, 1.565146, -0.389142), + normal: (0.298349, -0.828641, -0.473647), }, + Vertex { position: (-0.192546, 1.305535, -0.70008), + normal: (0.029207, 0.916877, -0.398099), }, + Vertex { position: (-0.674657, 1.333008, -0.761059), + normal: (0.048754, 0.934073, -0.353738), }, + Vertex { position: (-0.597781, 1.48962, -0.641047), + normal: (0.190577, -0.970681, -0.146488), }, + Vertex { position: (-0.192546, 1.305535, -0.70008), + normal: (0.029207, 0.916877, -0.398099), }, + Vertex { position: (-0.597781, 1.48962, -0.641047), + normal: (0.190577, -0.970681, -0.146488), }, + Vertex { position: (-0.179548, 1.471301, -0.544513), + normal: (0.267279, -0.944479, -0.191107), }, + Vertex { position: (-0.406155, 1.005088, -0.971088), + normal: (0.051939, 0.876473, -0.478641), }, + Vertex { position: (-0.910602, 1.204118, -0.83774), + normal: (0.081223, 0.915345, -0.394394), }, + Vertex { position: (-0.674657, 1.333008, -0.761059), + normal: (0.048754, 0.934073, -0.353738), }, + Vertex { position: (-0.406155, 1.005088, -0.971088), + normal: (0.051939, 0.876473, -0.478641), }, + Vertex { position: (-0.674657, 1.333008, -0.761059), + normal: (0.048754, 0.934073, -0.353738), }, + Vertex { position: (-0.192546, 1.305535, -0.70008), + normal: (0.029207, 0.916877, -0.398099), }, + Vertex { position: (-0.11519, 0.458427, -1.346197), + normal: (0.092427, 0.86666, -0.490263), }, + Vertex { position: (-0.969076, 0.901205, -1.146223), + normal: (0.120116, 0.912706, -0.390565), }, + Vertex { position: (-0.910602, 1.204118, -0.83774), + normal: (0.081223, 0.915345, -0.394394), }, + Vertex { position: (-0.11519, 0.458427, -1.346197), + normal: (0.092427, 0.86666, -0.490263), }, + Vertex { position: (-0.910602, 1.204118, -0.83774), + normal: (0.081223, 0.915345, -0.394394), }, + Vertex { position: (-0.406155, 1.005088, -0.971088), + normal: (0.051939, 0.876473, -0.478641), }, + Vertex { position: (0.005537, 0.163519, -1.472265), + normal: (0.129186, 0.757141, -0.64035), }, + Vertex { position: (-0.752416, 0.438132, -1.467349), + normal: (0.1717, 0.74071, -0.649514), }, + Vertex { position: (-0.969076, 0.901205, -1.146223), + normal: (0.120116, 0.912706, -0.390565), }, + Vertex { position: (0.005537, 0.163519, -1.472265), + normal: (0.129186, 0.757141, -0.64035), }, + Vertex { position: (-0.969076, 0.901205, -1.146223), + normal: (0.120116, 0.912706, -0.390565), }, + Vertex { position: (-0.11519, 0.458427, -1.346197), + normal: (0.092427, 0.86666, -0.490263), }, + Vertex { position: (0.018086, 0.002865, -1.523199), + normal: (0.101272, 0.634315, -0.766413), }, + Vertex { position: (-0.645496, 0.179261, -1.584316), + normal: (0.167704, 0.495674, -0.852164), }, + Vertex { position: (-0.752416, 0.438132, -1.467349), + normal: (0.1717, 0.74071, -0.649514), }, + Vertex { position: (0.018086, 0.002865, -1.523199), + normal: (0.101272, 0.634315, -0.766413), }, + Vertex { position: (-0.752416, 0.438132, -1.467349), + normal: (0.1717, 0.74071, -0.649514), }, + Vertex { position: (0.005537, 0.163519, -1.472265), + normal: (0.129186, 0.757141, -0.64035), }, + Vertex { position: (0.034087, -0.225059, -1.542949), + normal: (0.089104, 0.59547, -0.798421), }, + Vertex { position: (-0.536767, -0.144454, -1.682232), + normal: (0.140536, 0.558684, -0.817388), }, + Vertex { position: (-0.645496, 0.179261, -1.584316), + normal: (0.167704, 0.495674, -0.852164), }, + Vertex { position: (0.034087, -0.225059, -1.542949), + normal: (0.089104, 0.59547, -0.798421), }, + Vertex { position: (-0.645496, 0.179261, -1.584316), + normal: (0.167704, 0.495674, -0.852164), }, + Vertex { position: (0.018086, 0.002865, -1.523199), + normal: (0.101272, 0.634315, -0.766413), }, + Vertex { position: (0.010486, -0.502317, -1.576297), + normal: (0.147941, 0.53134, -0.834141), }, + Vertex { position: (-0.533528, -0.58228, -1.701405), + normal: (0.136523, 0.621747, -0.771228), }, + Vertex { position: (-0.536767, -0.144454, -1.682232), + normal: (0.140536, 0.558684, -0.817388), }, + Vertex { position: (0.010486, -0.502317, -1.576297), + normal: (0.147941, 0.53134, -0.834141), }, + Vertex { position: (-0.536767, -0.144454, -1.682232), + normal: (0.140536, 0.558684, -0.817388), }, + Vertex { position: (0.034087, -0.225059, -1.542949), + normal: (0.089104, 0.59547, -0.798421), }, + Vertex { position: (0.021051, -0.831931, -1.511548), + normal: (0.206788, 0.399922, -0.892917), }, + Vertex { position: (-0.505045, -0.913827, -1.645612), + normal: (0.100131, 0.509748, -0.854477), }, + Vertex { position: (-0.533528, -0.58228, -1.701405), + normal: (0.136523, 0.621747, -0.771228), }, + Vertex { position: (0.021051, -0.831931, -1.511548), + normal: (0.206788, 0.399922, -0.892917), }, + Vertex { position: (-0.533528, -0.58228, -1.701405), + normal: (0.136523, 0.621747, -0.771228), }, + Vertex { position: (0.010486, -0.502317, -1.576297), + normal: (0.147941, 0.53134, -0.834141), }, + Vertex { position: (-0.04157, -1.143825, -1.395176), + normal: (0.246802, 0.252523, -0.935586), }, + Vertex { position: (-0.487217, -1.193519, -1.504026), + normal: (0.063174, 0.351351, -0.93411), }, + Vertex { position: (-0.505045, -0.913827, -1.645612), + normal: (0.100131, 0.509748, -0.854477), }, + Vertex { position: (-0.04157, -1.143825, -1.395176), + normal: (0.246802, 0.252523, -0.935586), }, + Vertex { position: (-0.505045, -0.913827, -1.645612), + normal: (0.100131, 0.509748, -0.854477), }, + Vertex { position: (0.021051, -0.831931, -1.511548), + normal: (0.206788, 0.399922, -0.892917), }, + Vertex { position: (-0.071941, -1.346991, -1.237379), + normal: (0.274567, 0.116527, -0.954481), }, + Vertex { position: (-0.524231, -1.399266, -1.313019), + normal: (0.078896, 0.195617, -0.977502), }, + Vertex { position: (-0.487217, -1.193519, -1.504026), + normal: (0.063174, 0.351351, -0.93411), }, + Vertex { position: (-0.071941, -1.346991, -1.237379), + normal: (0.274567, 0.116527, -0.954481), }, + Vertex { position: (-0.487217, -1.193519, -1.504026), + normal: (0.063174, 0.351351, -0.93411), }, + Vertex { position: (-0.04157, -1.143825, -1.395176), + normal: (0.246802, 0.252523, -0.935586), }, + Vertex { position: (-0.0723, -1.450245, -1.087397), + normal: (0.303729, -0.050718, -0.951408), }, + Vertex { position: (-0.526127, -1.495, -1.167736), + normal: (0.097816, -0.016117, -0.995074), }, + Vertex { position: (-0.524231, -1.399266, -1.313019), + normal: (0.078896, 0.195617, -0.977502), }, + Vertex { position: (-0.0723, -1.450245, -1.087397), + normal: (0.303729, -0.050718, -0.951408), }, + Vertex { position: (-0.524231, -1.399266, -1.313019), + normal: (0.078896, 0.195617, -0.977502), }, + Vertex { position: (-0.071941, -1.346991, -1.237379), + normal: (0.274567, 0.116527, -0.954481), }, + Vertex { position: (-0.063012, -1.583021, -0.865082), + normal: (0.33122, -0.270106, -0.904067), }, + Vertex { position: (-0.535144, -1.615983, -0.920556), + normal: (0.10737, -0.293005, -0.950063), }, + Vertex { position: (-0.526127, -1.495, -1.167736), + normal: (0.097816, -0.016117, -0.995074), }, + Vertex { position: (-0.063012, -1.583021, -0.865082), + normal: (0.33122, -0.270106, -0.904067), }, + Vertex { position: (-0.526127, -1.495, -1.167736), + normal: (0.097816, -0.016117, -0.995074), }, + Vertex { position: (-0.0723, -1.450245, -1.087397), + normal: (0.303729, -0.050718, -0.951408), }, + Vertex { position: (-0.894132, 1.712652, -0.151911), + normal: (0.004725, -0.680391, -0.732834), }, + Vertex { position: (-1.215563, 1.757097, -0.133494), + normal: (-0.267766, -0.862787, -0.428835), }, + Vertex { position: (-1.179474, 1.786649, 0.0), + normal: (-0.065586, -0.997847, 0.0), }, + Vertex { position: (-0.894132, 1.712652, -0.151911), + normal: (0.004725, -0.680391, -0.732834), }, + Vertex { position: (-1.179474, 1.786649, 0.0), + normal: (-0.065586, -0.997847, 0.0), }, + Vertex { position: (-0.866132, 1.75467, 0.0), + normal: (-0.098179, 0.995169, 0.0), }, + Vertex { position: (-0.954897, 1.677544, -0.293034), + normal: (0.034172, -0.858604, -0.511498), }, + Vertex { position: (-1.227613, 1.709095, -0.276029), + normal: (-0.263452, -0.648591, -0.714089), }, + Vertex { position: (-1.215563, 1.757097, -0.133494), + normal: (-0.267766, -0.862787, -0.428835), }, + Vertex { position: (-0.954897, 1.677544, -0.293034), + normal: (0.034172, -0.858604, -0.511498), }, + Vertex { position: (-1.215563, 1.757097, -0.133494), + normal: (-0.267766, -0.862787, -0.428835), }, + Vertex { position: (-0.894132, 1.712652, -0.151911), + normal: (0.004725, -0.680391, -0.732834), }, + Vertex { position: (-1.017767, 1.607824, -0.541965), + normal: (0.037423, -0.986705, -0.158154), }, + Vertex { position: (-1.292756, 1.656509, -0.51403), + normal: (-0.301558, -0.77828, -0.550766), }, + Vertex { position: (-1.227613, 1.709095, -0.276029), + normal: (-0.263452, -0.648591, -0.714089), }, + Vertex { position: (-1.017767, 1.607824, -0.541965), + normal: (0.037423, -0.986705, -0.158154), }, + Vertex { position: (-1.227613, 1.709095, -0.276029), + normal: (-0.263452, -0.648591, -0.714089), }, + Vertex { position: (-0.954897, 1.677544, -0.293034), + normal: (0.034172, -0.858604, -0.511498), }, + Vertex { position: (-1.04607, 1.509097, -0.76106), + normal: (0.013768, -0.992402, -0.122267), }, + Vertex { position: (-1.338488, 1.613735, -0.725441), + normal: (-0.154129, -0.981148, -0.116585), }, + Vertex { position: (-1.292756, 1.656509, -0.51403), + normal: (-0.301558, -0.77828, -0.550766), }, + Vertex { position: (-1.04607, 1.509097, -0.76106), + normal: (0.013768, -0.992402, -0.122267), }, + Vertex { position: (-1.292756, 1.656509, -0.51403), + normal: (-0.301558, -0.77828, -0.550766), }, + Vertex { position: (-1.017767, 1.607824, -0.541965), + normal: (0.037423, -0.986705, -0.158154), }, + Vertex { position: (-1.115594, 1.39238, -0.819623), + normal: (0.076524, 0.950336, -0.301672), }, + Vertex { position: (-1.403848, 1.533059, -0.902827), + normal: (0.095331, 0.952335, -0.289775), }, + Vertex { position: (-1.338488, 1.613735, -0.725441), + normal: (-0.154129, -0.981148, -0.116585), }, + Vertex { position: (-1.115594, 1.39238, -0.819623), + normal: (0.076524, 0.950336, -0.301672), }, + Vertex { position: (-1.338488, 1.613735, -0.725441), + normal: (-0.154129, -0.981148, -0.116585), }, + Vertex { position: (-1.04607, 1.509097, -0.76106), + normal: (0.013768, -0.992402, -0.122267), }, + Vertex { position: (-1.278903, 1.192051, -0.946843), + normal: (0.100598, 0.942931, -0.317428), }, + Vertex { position: (-1.551526, 1.400025, -1.050193), + normal: (0.10291, 0.954344, -0.280422), }, + Vertex { position: (-1.403848, 1.533059, -0.902827), + normal: (0.095331, 0.952335, -0.289775), }, + Vertex { position: (-1.278903, 1.192051, -0.946843), + normal: (0.100598, 0.942931, -0.317428), }, + Vertex { position: (-1.403848, 1.533059, -0.902827), + normal: (0.095331, 0.952335, -0.289775), }, + Vertex { position: (-1.115594, 1.39238, -0.819623), + normal: (0.076524, 0.950336, -0.301672), }, + Vertex { position: (-1.200768, 0.978822, -1.103391), + normal: (0.150328, 0.92948, -0.336851), }, + Vertex { position: (-1.552899, 1.128654, -1.15104), + normal: (0.172251, 0.950689, -0.257916), }, + Vertex { position: (-1.551526, 1.400025, -1.050193), + normal: (0.10291, 0.954344, -0.280422), }, + Vertex { position: (-1.200768, 0.978822, -1.103391), + normal: (0.150328, 0.92948, -0.336851), }, + Vertex { position: (-1.551526, 1.400025, -1.050193), + normal: (0.10291, 0.954344, -0.280422), }, + Vertex { position: (-1.278903, 1.192051, -0.946843), + normal: (0.100598, 0.942931, -0.317428), }, + Vertex { position: (-1.147922, 0.807955, -1.254191), + normal: (0.235667, 0.756618, -0.60991), }, + Vertex { position: (-1.454529, 0.875045, -1.238858), + normal: (0.28101, 0.853935, -0.437982), }, + Vertex { position: (-1.552899, 1.128654, -1.15104), + normal: (0.172251, 0.950689, -0.257916), }, + Vertex { position: (-1.147922, 0.807955, -1.254191), + normal: (0.235667, 0.756618, -0.60991), }, + Vertex { position: (-1.552899, 1.128654, -1.15104), + normal: (0.172251, 0.950689, -0.257916), }, + Vertex { position: (-1.200768, 0.978822, -1.103391), + normal: (0.150328, 0.92948, -0.336851), }, + Vertex { position: (-1.120716, 0.424016, -1.45699), + normal: (0.305452, 0.425365, -0.851918), }, + Vertex { position: (-1.405685, 0.573835, -1.352181), + normal: (0.381239, 0.555717, -0.738807), }, + Vertex { position: (-1.454529, 0.875045, -1.238858), + normal: (0.28101, 0.853935, -0.437982), }, + Vertex { position: (-1.120716, 0.424016, -1.45699), + normal: (0.305452, 0.425365, -0.851918), }, + Vertex { position: (-1.454529, 0.875045, -1.238858), + normal: (0.28101, 0.853935, -0.437982), }, + Vertex { position: (-1.147922, 0.807955, -1.254191), + normal: (0.235667, 0.756618, -0.60991), }, + Vertex { position: (-1.077307, 0.165008, -1.553393), + normal: (0.325482, 0.443544, -0.835063), }, + Vertex { position: (-1.479588, 0.295746, -1.440042), + normal: (0.376012, 0.360026, -0.853813), }, + Vertex { position: (-1.405685, 0.573835, -1.352181), + normal: (0.381239, 0.555717, -0.738807), }, + Vertex { position: (-1.077307, 0.165008, -1.553393), + normal: (0.325482, 0.443544, -0.835063), }, + Vertex { position: (-1.405685, 0.573835, -1.352181), + normal: (0.381239, 0.555717, -0.738807), }, + Vertex { position: (-1.120716, 0.424016, -1.45699), + normal: (0.305452, 0.425365, -0.851918), }, + Vertex { position: (-1.053434, -0.342553, -1.690245), + normal: (0.242426, 0.58207, -0.77616), }, + Vertex { position: (-1.489699, -0.024215, -1.510987), + normal: (0.207079, 0.373404, -0.904261), }, + Vertex { position: (-1.479588, 0.295746, -1.440042), + normal: (0.376012, 0.360026, -0.853813), }, + Vertex { position: (-1.053434, -0.342553, -1.690245), + normal: (0.242426, 0.58207, -0.77616), }, + Vertex { position: (-1.479588, 0.295746, -1.440042), + normal: (0.376012, 0.360026, -0.853813), }, + Vertex { position: (-1.077307, 0.165008, -1.553393), + normal: (0.325482, 0.443544, -0.835063), }, + Vertex { position: (-1.077209, -0.869649, -1.633144), + normal: (0.070189, 0.510248, -0.857158), }, + Vertex { position: (-1.395501, -0.698702, -1.553257), + normal: (-0.045242, 0.348413, -0.936249), }, + Vertex { position: (-1.489699, -0.024215, -1.510987), + normal: (0.207079, 0.373404, -0.904261), }, + Vertex { position: (-1.077209, -0.869649, -1.633144), + normal: (0.070189, 0.510248, -0.857158), }, + Vertex { position: (-1.489699, -0.024215, -1.510987), + normal: (0.207079, 0.373404, -0.904261), }, + Vertex { position: (-1.053434, -0.342553, -1.690245), + normal: (0.242426, 0.58207, -0.77616), }, + Vertex { position: (-1.061272, -1.141877, -1.49623), + normal: (-0.078623, 0.370994, -0.925301), }, + Vertex { position: (-1.376176, -0.948757, -1.451608), + normal: (-0.212948, 0.334057, -0.918182), }, + Vertex { position: (-1.395501, -0.698702, -1.553257), + normal: (-0.045242, 0.348413, -0.936249), }, + Vertex { position: (-1.061272, -1.141877, -1.49623), + normal: (-0.078623, 0.370994, -0.925301), }, + Vertex { position: (-1.395501, -0.698702, -1.553257), + normal: (-0.045242, 0.348413, -0.936249), }, + Vertex { position: (-1.077209, -0.869649, -1.633144), + normal: (0.070189, 0.510248, -0.857158), }, + Vertex { position: (-1.001366, -1.335897, -1.353338), + normal: (-0.123389, 0.256577, -0.958615), }, + Vertex { position: (-1.402349, -1.127845, -1.309055), + normal: (-0.282152, 0.285245, -0.915983), }, + Vertex { position: (-1.376176, -0.948757, -1.451608), + normal: (-0.212948, 0.334057, -0.918182), }, + Vertex { position: (-1.001366, -1.335897, -1.353338), + normal: (-0.123389, 0.256577, -0.958615), }, + Vertex { position: (-1.376176, -0.948757, -1.451608), + normal: (-0.212948, 0.334057, -0.918182), }, + Vertex { position: (-1.061272, -1.141877, -1.49623), + normal: (-0.078623, 0.370994, -0.925301), }, + Vertex { position: (-0.952525, -1.440582, -1.16865), + normal: (-0.165685, 0.059692, -0.98437), }, + Vertex { position: (-1.407658, -1.236026, -1.11293), + normal: (-0.326048, 0.118611, -0.937883), }, + Vertex { position: (-1.402349, -1.127845, -1.309055), + normal: (-0.282152, 0.285245, -0.915983), }, + Vertex { position: (-0.952525, -1.440582, -1.16865), + normal: (-0.165685, 0.059692, -0.98437), }, + Vertex { position: (-1.402349, -1.127845, -1.309055), + normal: (-0.282152, 0.285245, -0.915983), }, + Vertex { position: (-1.001366, -1.335897, -1.353338), + normal: (-0.123389, 0.256577, -0.958615), }, + Vertex { position: (1.644178, -0.857872, -1.208494), + normal: (-0.031021, 0.098798, -0.994624), }, + Vertex { position: (1.640095, -0.674556, -1.246804), + normal: (-0.039079, 0.203923, -0.978207), }, + Vertex { position: (2.013534, -0.662303, -1.191491), + normal: (0.097864, 0.250653, -0.963118), }, + Vertex { position: (1.462507, 1.745481, -0.222394), + normal: (0.12742, 0.021045, -0.991626), }, + Vertex { position: (1.456656, 1.785879, 0.0), + normal: (0.779025, -0.626993, 0.0), }, + Vertex { position: (1.794465, 1.787719, 0.0), + normal: (-0.720176, -0.693792, 0.0), }, + Vertex { position: (1.462507, 1.745481, -0.222394), + normal: (0.12742, 0.021045, -0.991626), }, + Vertex { position: (1.794465, 1.787719, 0.0), + normal: (-0.720176, -0.693792, 0.0), }, + Vertex { position: (1.807583, 1.756546, -0.177627), + normal: (0.513731, -0.239493, -0.823847), }, + Vertex { position: (1.483832, 1.697594, -0.288781), + normal: (0.206882, -0.117024, -0.971342), }, + Vertex { position: (1.462507, 1.745481, -0.222394), + normal: (0.12742, 0.021045, -0.991626), }, + Vertex { position: (1.807583, 1.756546, -0.177627), + normal: (0.513731, -0.239493, -0.823847), }, + Vertex { position: (1.483832, 1.697594, -0.288781), + normal: (0.206882, -0.117024, -0.971342), }, + Vertex { position: (1.807583, 1.756546, -0.177627), + normal: (0.513731, -0.239493, -0.823847), }, + Vertex { position: (1.798719, 1.714447, -0.259352), + normal: (0.506924, -0.406124, -0.760323), }, + Vertex { position: (1.497138, 1.618935, -0.401108), + normal: (0.218538, -0.213954, -0.952084), }, + Vertex { position: (1.483832, 1.697594, -0.288781), + normal: (0.206882, -0.117024, -0.971342), }, + Vertex { position: (1.798719, 1.714447, -0.259352), + normal: (0.506924, -0.406124, -0.760323), }, + Vertex { position: (1.497138, 1.618935, -0.401108), + normal: (0.218538, -0.213954, -0.952084), }, + Vertex { position: (1.798719, 1.714447, -0.259352), + normal: (0.506924, -0.406124, -0.760323), }, + Vertex { position: (1.821946, 1.618209, -0.403751), + normal: (0.552632, -0.484765, -0.677938), }, + Vertex { position: (1.504951, 1.483493, -0.585976), + normal: (0.304965, -0.136677, -0.942505), }, + Vertex { position: (1.497138, 1.618935, -0.401108), + normal: (0.218538, -0.213954, -0.952084), }, + Vertex { position: (1.821946, 1.618209, -0.403751), + normal: (0.552632, -0.484765, -0.677938), }, + Vertex { position: (1.504951, 1.483493, -0.585976), + normal: (0.304965, -0.136677, -0.942505), }, + Vertex { position: (1.821946, 1.618209, -0.403751), + normal: (0.552632, -0.484765, -0.677938), }, + Vertex { position: (1.859443, 1.450393, -0.632222), + normal: (0.696414, -0.392791, -0.600602), }, + Vertex { position: (1.517126, 1.334367, -0.741076), + normal: (-0.061264, 0.921927, -0.382487), }, + Vertex { position: (1.504951, 1.483493, -0.585976), + normal: (0.304965, -0.136677, -0.942505), }, + Vertex { position: (1.859443, 1.450393, -0.632222), + normal: (0.696414, -0.392791, -0.600602), }, + Vertex { position: (1.517126, 1.334367, -0.741076), + normal: (-0.061264, 0.921927, -0.382487), }, + Vertex { position: (1.859443, 1.450393, -0.632222), + normal: (0.696414, -0.392791, -0.600602), }, + Vertex { position: (1.958254, 1.130271, -0.861813), + normal: (0.026499, 0.942993, -0.331757), }, + Vertex { position: (1.570685, 0.938327, -0.989108), + normal: (-0.070642, 0.834207, -0.546908), }, + Vertex { position: (1.517126, 1.334367, -0.741076), + normal: (-0.061264, 0.921927, -0.382487), }, + Vertex { position: (1.958254, 1.130271, -0.861813), + normal: (0.026499, 0.942993, -0.331757), }, + Vertex { position: (1.570685, 0.938327, -0.989108), + normal: (-0.070642, 0.834207, -0.546908), }, + Vertex { position: (1.958254, 1.130271, -0.861813), + normal: (0.026499, 0.942993, -0.331757), }, + Vertex { position: (1.975941, 0.827957, -1.018423), + normal: (0.019336, 0.837694, -0.545798), }, + Vertex { position: (1.582203, 0.771083, -1.06818), + normal: (-0.055544, 0.828008, -0.557959), }, + Vertex { position: (1.570685, 0.938327, -0.989108), + normal: (-0.070642, 0.834207, -0.546908), }, + Vertex { position: (1.975941, 0.827957, -1.018423), + normal: (0.019336, 0.837694, -0.545798), }, + Vertex { position: (1.63008, 0.420236, -1.172369), + normal: (-0.047373, 0.758242, -0.65025), }, + Vertex { position: (1.582203, 0.771083, -1.06818), + normal: (-0.055544, 0.828008, -0.557959), }, + Vertex { position: (1.975941, 0.827957, -1.018423), + normal: (0.019336, 0.837694, -0.545798), }, + Vertex { position: (1.63008, 0.420236, -1.172369), + normal: (-0.047373, 0.758242, -0.65025), }, + Vertex { position: (1.975941, 0.827957, -1.018423), + normal: (0.019336, 0.837694, -0.545798), }, + Vertex { position: (2.023441, 0.529338, -1.144399), + normal: (0.052979, 0.780732, -0.622616), }, + Vertex { position: (1.649027, 0.224458, -1.211969), + normal: (-0.046579, 0.627301, -0.777383), }, + Vertex { position: (1.63008, 0.420236, -1.172369), + normal: (-0.047373, 0.758242, -0.65025), }, + Vertex { position: (2.023441, 0.529338, -1.144399), + normal: (0.052979, 0.780732, -0.622616), }, + Vertex { position: (1.649027, 0.224458, -1.211969), + normal: (-0.046579, 0.627301, -0.777383), }, + Vertex { position: (2.023441, 0.529338, -1.144399), + normal: (0.052979, 0.780732, -0.622616), }, + Vertex { position: (2.0817, 0.283249, -1.259461), + normal: (0.115383, 0.694944, -0.709746), }, + Vertex { position: (1.660355, 0.019397, -1.246002), + normal: (-0.05128, 0.509983, -0.858655), }, + Vertex { position: (1.649027, 0.224458, -1.211969), + normal: (-0.046579, 0.627301, -0.777383), }, + Vertex { position: (2.0817, 0.283249, -1.259461), + normal: (0.115383, 0.694944, -0.709746), }, + Vertex { position: (1.660355, 0.019397, -1.246002), + normal: (-0.05128, 0.509983, -0.858655), }, + Vertex { position: (2.0817, 0.283249, -1.259461), + normal: (0.115383, 0.694944, -0.709746), }, + Vertex { position: (2.14179, -0.055306, -1.295565), + normal: (0.146937, 0.551946, -0.820832), }, + Vertex { position: (1.664159, -0.189659, -1.266729), + normal: (-0.02226, 0.394285, -0.918719), }, + Vertex { position: (1.660355, 0.019397, -1.246002), + normal: (-0.05128, 0.509983, -0.858655), }, + Vertex { position: (2.14179, -0.055306, -1.295565), + normal: (0.146937, 0.551946, -0.820832), }, + Vertex { position: (1.664159, -0.189659, -1.266729), + normal: (-0.02226, 0.394285, -0.918719), }, + Vertex { position: (2.14179, -0.055306, -1.295565), + normal: (0.146937, 0.551946, -0.820832), }, + Vertex { position: (2.136269, -0.187666, -1.278057), + normal: (0.12555, 0.440005, -0.889176), }, + Vertex { position: (1.678622, -0.410061, -1.291177), + normal: (-0.026262, 0.311275, -0.949957), }, + Vertex { position: (1.664159, -0.189659, -1.266729), + normal: (-0.02226, 0.394285, -0.918719), }, + Vertex { position: (2.136269, -0.187666, -1.278057), + normal: (0.12555, 0.440005, -0.889176), }, + Vertex { position: (1.678622, -0.410061, -1.291177), + normal: (-0.026262, 0.311275, -0.949957), }, + Vertex { position: (2.136269, -0.187666, -1.278057), + normal: (0.12555, 0.440005, -0.889176), }, + Vertex { position: (2.108912, -0.357128, -1.259691), + normal: (0.10998, 0.376752, -0.919762), }, + Vertex { position: (1.640095, -0.674556, -1.246804), + normal: (-0.039079, 0.203923, -0.978207), }, + Vertex { position: (1.678622, -0.410061, -1.291177), + normal: (-0.026262, 0.311275, -0.949957), }, + Vertex { position: (2.108912, -0.357128, -1.259691), + normal: (0.10998, 0.376752, -0.919762), }, + Vertex { position: (1.640095, -0.674556, -1.246804), + normal: (-0.039079, 0.203923, -0.978207), }, + Vertex { position: (2.108912, -0.357128, -1.259691), + normal: (0.10998, 0.376752, -0.919762), }, + Vertex { position: (2.013534, -0.662303, -1.191491), + normal: (0.097864, 0.250653, -0.963118), }, + Vertex { position: (2.222082, -0.957342, -1.014137), + normal: (-0.742985, 0.015712, -0.669123), }, + Vertex { position: (2.158585, -0.955809, -1.113647), + normal: (-0.809154, 0.004832, -0.587577), }, + Vertex { position: (2.058189, -0.931238, -1.163518), + normal: (-0.965506, -0.176768, 0.191185), }, + Vertex { position: (2.222082, -0.957342, -1.014137), + normal: (-0.742985, 0.015712, -0.669123), }, + Vertex { position: (2.058189, -0.931238, -1.163518), + normal: (-0.965506, -0.176768, 0.191185), }, + Vertex { position: (2.013534, -0.662303, -1.191491), + normal: (0.097864, 0.250653, -0.963118), }, + Vertex { position: (2.245624, -0.864372, -0.995778), + normal: (0.561574, -0.148323, -0.814024), }, + Vertex { position: (2.222082, -0.957342, -1.014137), + normal: (-0.742985, 0.015712, -0.669123), }, + Vertex { position: (2.013534, -0.662303, -1.191491), + normal: (0.097864, 0.250653, -0.963118), }, + Vertex { position: (1.635139, -0.965221, -1.184968), + normal: (0.859237, -0.17312, -0.481395), }, + Vertex { position: (1.644178, -0.857872, -1.208494), + normal: (-0.031021, 0.098798, -0.994624), }, + Vertex { position: (2.013534, -0.662303, -1.191491), + normal: (0.097864, 0.250653, -0.963118), }, + Vertex { position: (1.867657, -0.920633, -1.206933), + normal: (-0.942755, -0.29871, 0.148273), }, + Vertex { position: (1.635139, -0.965221, -1.184968), + normal: (0.859237, -0.17312, -0.481395), }, + Vertex { position: (2.013534, -0.662303, -1.191491), + normal: (0.097864, 0.250653, -0.963118), }, + Vertex { position: (2.058189, -0.931238, -1.163518), + normal: (-0.965506, -0.176768, 0.191185), }, + Vertex { position: (1.867657, -0.920633, -1.206933), + normal: (-0.942755, -0.29871, 0.148273), }, + Vertex { position: (2.013534, -0.662303, -1.191491), + normal: (0.097864, 0.250653, -0.963118), }, + Vertex { position: (1.604939, -1.556997, 0.0), + normal: (-0.560667, -0.828041, 0.0), }, + Vertex { position: (1.721211, -1.590185, -0.601932), + normal: (-0.217942, -0.897186, 0.384134), }, + Vertex { position: (1.963153, -1.588839, -0.612861), + normal: (-0.084936, -0.226589, 0.97028), }, + Vertex { position: (1.604939, -1.556997, 0.0), + normal: (-0.560667, -0.828041, 0.0), }, + Vertex { position: (1.963153, -1.588839, -0.612861), + normal: (-0.084936, -0.226589, 0.97028), }, + Vertex { position: (1.920432, -1.567396, 0.0), + normal: (-0.034649, 0.9994, 0.0), }, + Vertex { position: (1.210555, -1.460061, -0.576841), + normal: (-0.148631, -0.373855, -0.915501), }, + Vertex { position: (1.19204, -1.330605, -0.678707), + normal: (-0.305786, -0.232288, -0.923329), }, + Vertex { position: (1.328862, -1.352627, -0.758733), + normal: (0.080262, -0.270606, -0.959339), }, + Vertex { position: (1.210555, -1.460061, -0.576841), + normal: (-0.148631, -0.373855, -0.915501), }, + Vertex { position: (1.328862, -1.352627, -0.758733), + normal: (0.080262, -0.270606, -0.959339), }, + Vertex { position: (1.451825, -1.576856, -0.702758), + normal: (-0.794709, -0.185222, 0.578041), }, + Vertex { position: (1.223415, -1.532658, -0.434522), + normal: (-0.185127, -0.491394, -0.851035), }, + Vertex { position: (1.210555, -1.460061, -0.576841), + normal: (-0.148631, -0.373855, -0.915501), }, + Vertex { position: (1.451825, -1.576856, -0.702758), + normal: (-0.794709, -0.185222, 0.578041), }, + Vertex { position: (1.223415, -1.532658, -0.434522), + normal: (-0.185127, -0.491394, -0.851035), }, + Vertex { position: (1.451825, -1.576856, -0.702758), + normal: (-0.794709, -0.185222, 0.578041), }, + Vertex { position: (1.599889, -1.595526, -0.623185), + normal: (-0.493424, -0.165611, 0.853877), }, + Vertex { position: (1.963153, -1.588839, -0.612861), + normal: (-0.084936, -0.226589, 0.97028), }, + Vertex { position: (2.0482, -1.581983, -0.555832), + normal: (0.552828, -0.750794, -0.36151), }, + Vertex { position: (1.920432, -1.567396, 0.0), + normal: (-0.034649, 0.9994, 0.0), }, + Vertex { position: (1.604939, -1.556997, 0.0), + normal: (-0.560667, -0.828041, 0.0), }, + Vertex { position: (1.289448, -1.546597, 0.0), + normal: (0.770209, -0.637792, 0.0), }, + Vertex { position: (1.223415, -1.532658, -0.434522), + normal: (-0.185127, -0.491394, -0.851035), }, + Vertex { position: (1.604939, -1.556997, 0.0), + normal: (-0.560667, -0.828041, 0.0), }, + Vertex { position: (1.223415, -1.532658, -0.434522), + normal: (-0.185127, -0.491394, -0.851035), }, + Vertex { position: (1.599889, -1.595526, -0.623185), + normal: (-0.493424, -0.165611, 0.853877), }, + Vertex { position: (1.604939, -1.556997, 0.0), + normal: (-0.560667, -0.828041, 0.0), }, + Vertex { position: (1.599889, -1.595526, -0.623185), + normal: (-0.493424, -0.165611, 0.853877), }, + Vertex { position: (1.721211, -1.590185, -0.601932), + normal: (-0.217942, -0.897186, 0.384134), }, + Vertex { position: (1.19204, -1.330605, -0.678707), + normal: (-0.305786, -0.232288, -0.923329), }, + Vertex { position: (1.219163, -1.218342, -0.823029), + normal: (0.102263, -0.969566, -0.222452), }, + Vertex { position: (1.348219, -1.282064, -0.845204), + normal: (0.02992, -0.202031, -0.978922), }, + Vertex { position: (1.19204, -1.330605, -0.678707), + normal: (-0.305786, -0.232288, -0.923329), }, + Vertex { position: (1.348219, -1.282064, -0.845204), + normal: (0.02992, -0.202031, -0.978922), }, + Vertex { position: (1.328862, -1.352627, -0.758733), + normal: (0.080262, -0.270606, -0.959339), }, + Vertex { position: (1.252961, -0.928825, -1.001643), + normal: (0.152876, -0.742504, -0.652163), }, + Vertex { position: (1.373216, -0.56462, -1.106245), + normal: (0.184661, -0.694307, -0.695585), }, + Vertex { position: (1.337875, -0.945716, -1.021299), + normal: (0.045651, -0.004499, -0.998947), }, + Vertex { position: (1.230116, -1.085439, -0.894543), + normal: (0.120054, -0.825719, -0.551157), }, + Vertex { position: (1.252961, -0.928825, -1.001643), + normal: (0.152876, -0.742504, -0.652163), }, + Vertex { position: (1.337875, -0.945716, -1.021299), + normal: (0.045651, -0.004499, -0.998947), }, + Vertex { position: (1.230116, -1.085439, -0.894543), + normal: (0.120054, -0.825719, -0.551157), }, + Vertex { position: (1.337875, -0.945716, -1.021299), + normal: (0.045651, -0.004499, -0.998947), }, + Vertex { position: (1.310865, -1.136322, -0.914838), + normal: (0.023392, -0.110333, -0.993619), }, + Vertex { position: (1.219163, -1.218342, -0.823029), + normal: (0.102263, -0.969566, -0.222452), }, + Vertex { position: (1.230116, -1.085439, -0.894543), + normal: (0.120054, -0.825719, -0.551157), }, + Vertex { position: (1.310865, -1.136322, -0.914838), + normal: (0.023392, -0.110333, -0.993619), }, + Vertex { position: (1.219163, -1.218342, -0.823029), + normal: (0.102263, -0.969566, -0.222452), }, + Vertex { position: (1.310865, -1.136322, -0.914838), + normal: (0.023392, -0.110333, -0.993619), }, + Vertex { position: (1.348219, -1.282064, -0.845204), + normal: (0.02992, -0.202031, -0.978922), }, + Vertex { position: (1.644178, -0.857872, -1.208494), + normal: (-0.031021, 0.098798, -0.994624), }, + Vertex { position: (1.635139, -0.965221, -1.184968), + normal: (0.859237, -0.17312, -0.481395), }, + Vertex { position: (1.536037, -0.985876, -1.185597), + normal: (0.714393, -0.109998, -0.691045), }, + Vertex { position: (1.640095, -0.674556, -1.246804), + normal: (-0.039079, 0.203923, -0.978207), }, + Vertex { position: (1.644178, -0.857872, -1.208494), + normal: (-0.031021, 0.098798, -0.994624), }, + Vertex { position: (1.536037, -0.985876, -1.185597), + normal: (0.714393, -0.109998, -0.691045), }, + Vertex { position: (1.640095, -0.674556, -1.246804), + normal: (-0.039079, 0.203923, -0.978207), }, + Vertex { position: (1.536037, -0.985876, -1.185597), + normal: (0.714393, -0.109998, -0.691045), }, + Vertex { position: (1.428883, -0.98669, -1.133905), + normal: (0.419396, -0.035927, -0.907092), }, + Vertex { position: (1.373216, -0.56462, -1.106245), + normal: (0.184661, -0.694307, -0.695585), }, + Vertex { position: (1.678622, -0.410061, -1.291177), + normal: (-0.026262, 0.311275, -0.949957), }, + Vertex { position: (1.640095, -0.674556, -1.246804), + normal: (-0.039079, 0.203923, -0.978207), }, + Vertex { position: (1.373216, -0.56462, -1.106245), + normal: (0.184661, -0.694307, -0.695585), }, + Vertex { position: (1.640095, -0.674556, -1.246804), + normal: (-0.039079, 0.203923, -0.978207), }, + Vertex { position: (1.428883, -0.98669, -1.133905), + normal: (0.419396, -0.035927, -0.907092), }, + Vertex { position: (1.456656, 1.785879, 0.0), + normal: (0.779025, -0.626993, 0.0), }, + Vertex { position: (1.462507, 1.745481, -0.222394), + normal: (0.12742, 0.021045, -0.991626), }, + Vertex { position: (0.733818, 1.740873, 0.0), + normal: (0.981421, -0.191868, 0.0), }, + Vertex { position: (1.223415, -1.532658, -0.434522), + normal: (-0.185127, -0.491394, -0.851035), }, + Vertex { position: (1.289448, -1.546597, 0.0), + normal: (0.770209, -0.637792, 0.0), }, + Vertex { position: (0.927497, -1.558489, 0.0), + normal: (0.92802, -0.37253, 0.0), }, + Vertex { position: (1.223415, -1.532658, -0.434522), + normal: (-0.185127, -0.491394, -0.851035), }, + Vertex { position: (0.927497, -1.558489, 0.0), + normal: (0.92802, -0.37253, 0.0), }, + Vertex { position: (0.912989, -1.499314, -0.419547), + normal: (0.213167, -0.525559, -0.823619), }, + Vertex { position: (1.210555, -1.460061, -0.576841), + normal: (-0.148631, -0.373855, -0.915501), }, + Vertex { position: (1.223415, -1.532658, -0.434522), + normal: (-0.185127, -0.491394, -0.851035), }, + Vertex { position: (0.912989, -1.499314, -0.419547), + normal: (0.213167, -0.525559, -0.823619), }, + Vertex { position: (1.210555, -1.460061, -0.576841), + normal: (-0.148631, -0.373855, -0.915501), }, + Vertex { position: (0.912989, -1.499314, -0.419547), + normal: (0.213167, -0.525559, -0.823619), }, + Vertex { position: (0.912699, -1.455066, -0.576185), + normal: (0.23972, -0.400363, -0.884445), }, + Vertex { position: (1.19204, -1.330605, -0.678707), + normal: (-0.305786, -0.232288, -0.923329), }, + Vertex { position: (1.210555, -1.460061, -0.576841), + normal: (-0.148631, -0.373855, -0.915501), }, + Vertex { position: (0.912699, -1.455066, -0.576185), + normal: (0.23972, -0.400363, -0.884445), }, + Vertex { position: (1.19204, -1.330605, -0.678707), + normal: (-0.305786, -0.232288, -0.923329), }, + Vertex { position: (0.912699, -1.455066, -0.576185), + normal: (0.23972, -0.400363, -0.884445), }, + Vertex { position: (0.922703, -1.296032, -0.728307), + normal: (0.25339, -0.287519, -0.923648), }, + Vertex { position: (1.219163, -1.218342, -0.823029), + normal: (0.102263, -0.969566, -0.222452), }, + Vertex { position: (1.19204, -1.330605, -0.678707), + normal: (-0.305786, -0.232288, -0.923329), }, + Vertex { position: (0.922703, -1.296032, -0.728307), + normal: (0.25339, -0.287519, -0.923648), }, + Vertex { position: (1.219163, -1.218342, -0.823029), + normal: (0.102263, -0.969566, -0.222452), }, + Vertex { position: (0.922703, -1.296032, -0.728307), + normal: (0.25339, -0.287519, -0.923648), }, + Vertex { position: (0.93066, -1.216516, -0.831196), + normal: (0.187438, -0.340915, -0.921219), }, + Vertex { position: (1.230116, -1.085439, -0.894543), + normal: (0.120054, -0.825719, -0.551157), }, + Vertex { position: (1.219163, -1.218342, -0.823029), + normal: (0.102263, -0.969566, -0.222452), }, + Vertex { position: (0.93066, -1.216516, -0.831196), + normal: (0.187438, -0.340915, -0.921219), }, + Vertex { position: (1.230116, -1.085439, -0.894543), + normal: (0.120054, -0.825719, -0.551157), }, + Vertex { position: (0.93066, -1.216516, -0.831196), + normal: (0.187438, -0.340915, -0.921219), }, + Vertex { position: (0.956456, -1.070504, -0.921063), + normal: (0.114032, -0.218132, -0.969234), }, + Vertex { position: (1.252961, -0.928825, -1.001643), + normal: (0.152876, -0.742504, -0.652163), }, + Vertex { position: (1.230116, -1.085439, -0.894543), + normal: (0.120054, -0.825719, -0.551157), }, + Vertex { position: (0.956456, -1.070504, -0.921063), + normal: (0.114032, -0.218132, -0.969234), }, + Vertex { position: (1.252961, -0.928825, -1.001643), + normal: (0.152876, -0.742504, -0.652163), }, + Vertex { position: (0.956456, -1.070504, -0.921063), + normal: (0.114032, -0.218132, -0.969234), }, + Vertex { position: (0.939974, -0.894739, -1.019809), + normal: (0.10833, 0.05569, -0.992554), }, + Vertex { position: (1.373216, -0.56462, -1.106245), + normal: (0.184661, -0.694307, -0.695585), }, + Vertex { position: (1.252961, -0.928825, -1.001643), + normal: (0.152876, -0.742504, -0.652163), }, + Vertex { position: (0.939974, -0.894739, -1.019809), + normal: (0.10833, 0.05569, -0.992554), }, + Vertex { position: (1.373216, -0.56462, -1.106245), + normal: (0.184661, -0.694307, -0.695585), }, + Vertex { position: (0.939974, -0.894739, -1.019809), + normal: (0.10833, 0.05569, -0.992554), }, + Vertex { position: (0.948819, -0.638568, -1.102958), + normal: (0.107989, 0.168108, -0.979836), }, + Vertex { position: (1.373216, -0.56462, -1.106245), + normal: (0.184661, -0.694307, -0.695585), }, + Vertex { position: (0.948819, -0.638568, -1.102958), + normal: (0.107989, 0.168108, -0.979836), }, + Vertex { position: (0.97453, -0.525273, -1.140353), + normal: (0.088722, 0.251367, -0.963817), }, + Vertex { position: (1.678622, -0.410061, -1.291177), + normal: (-0.026262, 0.311275, -0.949957), }, + Vertex { position: (1.373216, -0.56462, -1.106245), + normal: (0.184661, -0.694307, -0.695585), }, + Vertex { position: (0.97453, -0.525273, -1.140353), + normal: (0.088722, 0.251367, -0.963817), }, + Vertex { position: (1.678622, -0.410061, -1.291177), + normal: (-0.026262, 0.311275, -0.949957), }, + Vertex { position: (0.97453, -0.525273, -1.140353), + normal: (0.088722, 0.251367, -0.963817), }, + Vertex { position: (0.960321, -0.308052, -1.243133), + normal: (0.060533, 0.377837, -0.923891), }, + Vertex { position: (1.664159, -0.189659, -1.266729), + normal: (-0.02226, 0.394285, -0.918719), }, + Vertex { position: (1.678622, -0.410061, -1.291177), + normal: (-0.026262, 0.311275, -0.949957), }, + Vertex { position: (0.960321, -0.308052, -1.243133), + normal: (0.060533, 0.377837, -0.923891), }, + Vertex { position: (1.664159, -0.189659, -1.266729), + normal: (-0.02226, 0.394285, -0.918719), }, + Vertex { position: (0.960321, -0.308052, -1.243133), + normal: (0.060533, 0.377837, -0.923891), }, + Vertex { position: (0.943855, -0.101127, -1.274771), + normal: (0.016737, 0.497476, -0.867316), }, + Vertex { position: (1.660355, 0.019397, -1.246002), + normal: (-0.05128, 0.509983, -0.858655), }, + Vertex { position: (1.664159, -0.189659, -1.266729), + normal: (-0.02226, 0.394285, -0.918719), }, + Vertex { position: (0.943855, -0.101127, -1.274771), + normal: (0.016737, 0.497476, -0.867316), }, + Vertex { position: (1.660355, 0.019397, -1.246002), + normal: (-0.05128, 0.509983, -0.858655), }, + Vertex { position: (0.943855, -0.101127, -1.274771), + normal: (0.016737, 0.497476, -0.867316), }, + Vertex { position: (0.950215, 0.042751, -1.256188), + normal: (-0.024013, 0.58573, -0.810151), }, + Vertex { position: (1.649027, 0.224458, -1.211969), + normal: (-0.046579, 0.627301, -0.777383), }, + Vertex { position: (1.660355, 0.019397, -1.246002), + normal: (-0.05128, 0.509983, -0.858655), }, + Vertex { position: (0.950215, 0.042751, -1.256188), + normal: (-0.024013, 0.58573, -0.810151), }, + Vertex { position: (1.649027, 0.224458, -1.211969), + normal: (-0.046579, 0.627301, -0.777383), }, + Vertex { position: (0.950215, 0.042751, -1.256188), + normal: (-0.024013, 0.58573, -0.810151), }, + Vertex { position: (0.927775, 0.195225, -1.233043), + normal: (-0.057955, 0.638634, -0.767325), }, + Vertex { position: (1.63008, 0.420236, -1.172369), + normal: (-0.047373, 0.758242, -0.65025), }, + Vertex { position: (1.649027, 0.224458, -1.211969), + normal: (-0.046579, 0.627301, -0.777383), }, + Vertex { position: (0.927775, 0.195225, -1.233043), + normal: (-0.057955, 0.638634, -0.767325), }, + Vertex { position: (1.63008, 0.420236, -1.172369), + normal: (-0.047373, 0.758242, -0.65025), }, + Vertex { position: (0.927775, 0.195225, -1.233043), + normal: (-0.057955, 0.638634, -0.767325), }, + Vertex { position: (0.939271, 0.379986, -1.185872), + normal: (-0.069142, 0.724976, -0.685295), }, + Vertex { position: (1.582203, 0.771083, -1.06818), + normal: (-0.055544, 0.828008, -0.557959), }, + Vertex { position: (1.63008, 0.420236, -1.172369), + normal: (-0.047373, 0.758242, -0.65025), }, + Vertex { position: (0.939271, 0.379986, -1.185872), + normal: (-0.069142, 0.724976, -0.685295), }, + Vertex { position: (1.582203, 0.771083, -1.06818), + normal: (-0.055544, 0.828008, -0.557959), }, + Vertex { position: (0.939271, 0.379986, -1.185872), + normal: (-0.069142, 0.724976, -0.685295), }, + Vertex { position: (0.921312, 0.755659, -0.99933), + normal: (-0.06371, 0.842533, -0.534864), }, + Vertex { position: (1.570685, 0.938327, -0.989108), + normal: (-0.070642, 0.834207, -0.546908), }, + Vertex { position: (1.582203, 0.771083, -1.06818), + normal: (-0.055544, 0.828008, -0.557959), }, + Vertex { position: (0.921312, 0.755659, -0.99933), + normal: (-0.06371, 0.842533, -0.534864), }, + Vertex { position: (1.570685, 0.938327, -0.989108), + normal: (-0.070642, 0.834207, -0.546908), }, + Vertex { position: (0.921312, 0.755659, -0.99933), + normal: (-0.06371, 0.842533, -0.534864), }, + Vertex { position: (0.857323, 0.985001, -0.874029), + normal: (0.791391, -0.43807, -0.426373), }, + Vertex { position: (1.570685, 0.938327, -0.989108), + normal: (-0.070642, 0.834207, -0.546908), }, + Vertex { position: (0.857323, 0.985001, -0.874029), + normal: (0.791391, -0.43807, -0.426373), }, + Vertex { position: (0.760722, 1.205036, -0.700545), + normal: (0.623235, -0.257987, -0.738255), }, + Vertex { position: (1.517126, 1.334367, -0.741076), + normal: (-0.061264, 0.921927, -0.382487), }, + Vertex { position: (1.570685, 0.938327, -0.989108), + normal: (-0.070642, 0.834207, -0.546908), }, + Vertex { position: (0.760722, 1.205036, -0.700545), + normal: (0.623235, -0.257987, -0.738255), }, + Vertex { position: (1.517126, 1.334367, -0.741076), + normal: (-0.061264, 0.921927, -0.382487), }, + Vertex { position: (0.760722, 1.205036, -0.700545), + normal: (0.623235, -0.257987, -0.738255), }, + Vertex { position: (0.725959, 1.478055, -0.461804), + normal: (0.631747, -0.24686, -0.734817), }, + Vertex { position: (1.504951, 1.483493, -0.585976), + normal: (0.304965, -0.136677, -0.942505), }, + Vertex { position: (1.517126, 1.334367, -0.741076), + normal: (-0.061264, 0.921927, -0.382487), }, + Vertex { position: (0.725959, 1.478055, -0.461804), + normal: (0.631747, -0.24686, -0.734817), }, + Vertex { position: (1.504951, 1.483493, -0.585976), + normal: (0.304965, -0.136677, -0.942505), }, + Vertex { position: (0.725959, 1.478055, -0.461804), + normal: (0.631747, -0.24686, -0.734817), }, + Vertex { position: (0.737904, 1.604213, -0.281713), + normal: (0.659349, -0.248914, -0.709437), }, + Vertex { position: (1.497138, 1.618935, -0.401108), + normal: (0.218538, -0.213954, -0.952084), }, + Vertex { position: (1.504951, 1.483493, -0.585976), + normal: (0.304965, -0.136677, -0.942505), }, + Vertex { position: (0.737904, 1.604213, -0.281713), + normal: (0.659349, -0.248914, -0.709437), }, + Vertex { position: (1.483832, 1.697594, -0.288781), + normal: (0.206882, -0.117024, -0.971342), }, + Vertex { position: (1.497138, 1.618935, -0.401108), + normal: (0.218538, -0.213954, -0.952084), }, + Vertex { position: (0.737904, 1.604213, -0.281713), + normal: (0.659349, -0.248914, -0.709437), }, + Vertex { position: (1.483832, 1.697594, -0.288781), + normal: (0.206882, -0.117024, -0.971342), }, + Vertex { position: (0.737904, 1.604213, -0.281713), + normal: (0.659349, -0.248914, -0.709437), }, + Vertex { position: (0.733818, 1.740873, 0.0), + normal: (0.981421, -0.191868, 0.0), }, + Vertex { position: (1.462507, 1.745481, -0.222394), + normal: (0.12742, 0.021045, -0.991626), }, + Vertex { position: (1.483832, 1.697594, -0.288781), + normal: (0.206882, -0.117024, -0.971342), }, + Vertex { position: (0.733818, 1.740873, 0.0), + normal: (0.981421, -0.191868, 0.0), }, + Vertex { position: (0.223642, 1.684075, -0.160743), + normal: (-0.208715, -0.624734, -0.752427), }, + Vertex { position: (-0.221516, 1.686349, -0.151403), + normal: (0.335626, -0.735806, -0.588171), }, + Vertex { position: (-0.228904, 1.734267, 0.0), + normal: (-0.039092, -0.999236, 0.0), }, + Vertex { position: (0.223642, 1.684075, -0.160743), + normal: (-0.208715, -0.624734, -0.752427), }, + Vertex { position: (-0.228904, 1.734267, 0.0), + normal: (-0.039092, -0.999236, 0.0), }, + Vertex { position: (0.234527, 1.730117, 0.0), + normal: (0.566114, -0.824327, 0.0), }, + Vertex { position: (0.23733, 1.595746, -0.288672), + normal: (-0.251063, -0.683027, -0.685888), }, + Vertex { position: (-0.267035, 1.627058, -0.266577), + normal: (0.303379, -0.73119, -0.611002), }, + Vertex { position: (-0.221516, 1.686349, -0.151403), + normal: (0.335626, -0.735806, -0.588171), }, + Vertex { position: (0.23733, 1.595746, -0.288672), + normal: (-0.251063, -0.683027, -0.685888), }, + Vertex { position: (-0.221516, 1.686349, -0.151403), + normal: (0.335626, -0.735806, -0.588171), }, + Vertex { position: (0.223642, 1.684075, -0.160743), + normal: (-0.208715, -0.624734, -0.752427), }, + Vertex { position: (0.289039, 1.496446, -0.430055), + normal: (-0.252973, -0.819125, -0.51482), }, + Vertex { position: (-0.247999, 1.565146, -0.389142), + normal: (0.298349, -0.828641, -0.473647), }, + Vertex { position: (-0.267035, 1.627058, -0.266577), + normal: (0.303379, -0.73119, -0.611002), }, + Vertex { position: (0.289039, 1.496446, -0.430055), + normal: (-0.252973, -0.819125, -0.51482), }, + Vertex { position: (-0.267035, 1.627058, -0.266577), + normal: (0.303379, -0.73119, -0.611002), }, + Vertex { position: (0.23733, 1.595746, -0.288672), + normal: (-0.251063, -0.683027, -0.685888), }, + Vertex { position: (0.305671, 1.298417, -0.629719), + normal: (-0.13716, -0.98063, -0.139827), }, + Vertex { position: (-0.179548, 1.471301, -0.544513), + normal: (0.267279, -0.944479, -0.191107), }, + Vertex { position: (-0.247999, 1.565146, -0.389142), + normal: (0.298349, -0.828641, -0.473647), }, + Vertex { position: (0.305671, 1.298417, -0.629719), + normal: (-0.13716, -0.98063, -0.139827), }, + Vertex { position: (-0.247999, 1.565146, -0.389142), + normal: (0.298349, -0.828641, -0.473647), }, + Vertex { position: (0.289039, 1.496446, -0.430055), + normal: (-0.252973, -0.819125, -0.51482), }, + Vertex { position: (0.243473, 1.134082, -0.819993), + normal: (0.007127, 0.896038, -0.44392), }, + Vertex { position: (-0.192546, 1.305535, -0.70008), + normal: (0.029207, 0.916877, -0.398099), }, + Vertex { position: (-0.179548, 1.471301, -0.544513), + normal: (0.267279, -0.944479, -0.191107), }, + Vertex { position: (0.243473, 1.134082, -0.819993), + normal: (0.007127, 0.896038, -0.44392), }, + Vertex { position: (-0.179548, 1.471301, -0.544513), + normal: (0.267279, -0.944479, -0.191107), }, + Vertex { position: (0.305671, 1.298417, -0.629719), + normal: (-0.13716, -0.98063, -0.139827), }, + Vertex { position: (0.316341, 0.785311, -1.08626), + normal: (0.009434, 0.815301, -0.578961), }, + Vertex { position: (-0.406155, 1.005088, -0.971088), + normal: (0.051939, 0.876473, -0.478641), }, + Vertex { position: (-0.192546, 1.305535, -0.70008), + normal: (0.029207, 0.916877, -0.398099), }, + Vertex { position: (0.316341, 0.785311, -1.08626), + normal: (0.009434, 0.815301, -0.578961), }, + Vertex { position: (-0.192546, 1.305535, -0.70008), + normal: (0.029207, 0.916877, -0.398099), }, + Vertex { position: (0.243473, 1.134082, -0.819993), + normal: (0.007127, 0.896038, -0.44392), }, + Vertex { position: (0.539252, 0.353984, -1.254493), + normal: (0.040473, 0.760778, -0.647749), }, + Vertex { position: (-0.11519, 0.458427, -1.346197), + normal: (0.092427, 0.86666, -0.490263), }, + Vertex { position: (-0.406155, 1.005088, -0.971088), + normal: (0.051939, 0.876473, -0.478641), }, + Vertex { position: (0.539252, 0.353984, -1.254493), + normal: (0.040473, 0.760778, -0.647749), }, + Vertex { position: (-0.406155, 1.005088, -0.971088), + normal: (0.051939, 0.876473, -0.478641), }, + Vertex { position: (0.316341, 0.785311, -1.08626), + normal: (0.009434, 0.815301, -0.578961), }, + Vertex { position: (0.53915, 0.148262, -1.321014), + normal: (0.080812, 0.697931, -0.711591), }, + Vertex { position: (0.005537, 0.163519, -1.472265), + normal: (0.129186, 0.757141, -0.64035), }, + Vertex { position: (-0.11519, 0.458427, -1.346197), + normal: (0.092427, 0.86666, -0.490263), }, + Vertex { position: (0.53915, 0.148262, -1.321014), + normal: (0.080812, 0.697931, -0.711591), }, + Vertex { position: (-0.11519, 0.458427, -1.346197), + normal: (0.092427, 0.86666, -0.490263), }, + Vertex { position: (0.539252, 0.353984, -1.254493), + normal: (0.040473, 0.760778, -0.647749), }, + Vertex { position: (0.516872, -0.020713, -1.356627), + normal: (0.09853, 0.626571, -0.773111), }, + Vertex { position: (0.018086, 0.002865, -1.523199), + normal: (0.101272, 0.634315, -0.766413), }, + Vertex { position: (0.005537, 0.163519, -1.472265), + normal: (0.129186, 0.757141, -0.64035), }, + Vertex { position: (0.516872, -0.020713, -1.356627), + normal: (0.09853, 0.626571, -0.773111), }, + Vertex { position: (0.005537, 0.163519, -1.472265), + normal: (0.129186, 0.757141, -0.64035), }, + Vertex { position: (0.53915, 0.148262, -1.321014), + normal: (0.080812, 0.697931, -0.711591), }, + Vertex { position: (0.542386, -0.188227, -1.370375), + normal: (0.111825, 0.518485, -0.847743), }, + Vertex { position: (0.034087, -0.225059, -1.542949), + normal: (0.089104, 0.59547, -0.798421), }, + Vertex { position: (0.018086, 0.002865, -1.523199), + normal: (0.101272, 0.634315, -0.766413), }, + Vertex { position: (0.542386, -0.188227, -1.370375), + normal: (0.111825, 0.518485, -0.847743), }, + Vertex { position: (0.018086, 0.002865, -1.523199), + normal: (0.101272, 0.634315, -0.766413), }, + Vertex { position: (0.516872, -0.020713, -1.356627), + normal: (0.09853, 0.626571, -0.773111), }, + Vertex { position: (0.546875, -0.39094, -1.363244), + normal: (0.163727, 0.387435, -0.907242), }, + Vertex { position: (0.010486, -0.502317, -1.576297), + normal: (0.147941, 0.53134, -0.834141), }, + Vertex { position: (0.034087, -0.225059, -1.542949), + normal: (0.089104, 0.59547, -0.798421), }, + Vertex { position: (0.546875, -0.39094, -1.363244), + normal: (0.163727, 0.387435, -0.907242), }, + Vertex { position: (0.034087, -0.225059, -1.542949), + normal: (0.089104, 0.59547, -0.798421), }, + Vertex { position: (0.542386, -0.188227, -1.370375), + normal: (0.111825, 0.518485, -0.847743), }, + Vertex { position: (0.550658, -0.633015, -1.331311), + normal: (0.227108, 0.258715, -0.938876), }, + Vertex { position: (0.021051, -0.831931, -1.511548), + normal: (0.206788, 0.399922, -0.892917), }, + Vertex { position: (0.010486, -0.502317, -1.576297), + normal: (0.147941, 0.53134, -0.834141), }, + Vertex { position: (0.550658, -0.633015, -1.331311), + normal: (0.227108, 0.258715, -0.938876), }, + Vertex { position: (0.010486, -0.502317, -1.576297), + normal: (0.147941, 0.53134, -0.834141), }, + Vertex { position: (0.546875, -0.39094, -1.363244), + normal: (0.163727, 0.387435, -0.907242), }, + Vertex { position: (0.527724, -0.862854, -1.253811), + normal: (0.263434, 0.119819, -0.957207), }, + Vertex { position: (-0.04157, -1.143825, -1.395176), + normal: (0.246802, 0.252523, -0.935586), }, + Vertex { position: (0.021051, -0.831931, -1.511548), + normal: (0.206788, 0.399922, -0.892917), }, + Vertex { position: (0.527724, -0.862854, -1.253811), + normal: (0.263434, 0.119819, -0.957207), }, + Vertex { position: (0.021051, -0.831931, -1.511548), + normal: (0.206788, 0.399922, -0.892917), }, + Vertex { position: (0.550658, -0.633015, -1.331311), + normal: (0.227108, 0.258715, -0.938876), }, + Vertex { position: (0.544825, -1.133123, -1.096902), + normal: (0.304293, -0.024391, -0.952266), }, + Vertex { position: (-0.071941, -1.346991, -1.237379), + normal: (0.274567, 0.116527, -0.954481), }, + Vertex { position: (-0.04157, -1.143825, -1.395176), + normal: (0.246802, 0.252523, -0.935586), }, + Vertex { position: (0.544825, -1.133123, -1.096902), + normal: (0.304293, -0.024391, -0.952266), }, + Vertex { position: (-0.04157, -1.143825, -1.395176), + normal: (0.246802, 0.252523, -0.935586), }, + Vertex { position: (0.527724, -0.862854, -1.253811), + normal: (0.263434, 0.119819, -0.957207), }, + Vertex { position: (0.530629, -1.316423, -0.929842), + normal: (0.372063, -0.134052, -0.918477), }, + Vertex { position: (-0.0723, -1.450245, -1.087397), + normal: (0.303729, -0.050718, -0.951408), }, + Vertex { position: (-0.071941, -1.346991, -1.237379), + normal: (0.274567, 0.116527, -0.954481), }, + Vertex { position: (0.530629, -1.316423, -0.929842), + normal: (0.372063, -0.134052, -0.918477), }, + Vertex { position: (-0.071941, -1.346991, -1.237379), + normal: (0.274567, 0.116527, -0.954481), }, + Vertex { position: (0.544825, -1.133123, -1.096902), + normal: (0.304293, -0.024391, -0.952266), }, + Vertex { position: (0.538756, -1.408602, -0.764911), + normal: (0.424286, -0.254348, -0.869073), }, + Vertex { position: (-0.063012, -1.583021, -0.865082), + normal: (0.33122, -0.270106, -0.904067), }, + Vertex { position: (-0.0723, -1.450245, -1.087397), + normal: (0.303729, -0.050718, -0.951408), }, + Vertex { position: (0.538756, -1.408602, -0.764911), + normal: (0.424286, -0.254348, -0.869073), }, + Vertex { position: (-0.0723, -1.450245, -1.087397), + normal: (0.303729, -0.050718, -0.951408), }, + Vertex { position: (0.530629, -1.316423, -0.929842), + normal: (0.372063, -0.134052, -0.918477), }, + Vertex { position: (0.489819, -1.524947, -0.672392), + normal: (0.420794, -0.405156, -0.811653), }, + Vertex { position: (-0.07847, -1.688266, -0.80023), + normal: (0.327725, -0.489439, -0.808112), }, + Vertex { position: (-0.063012, -1.583021, -0.865082), + normal: (0.33122, -0.270106, -0.904067), }, + Vertex { position: (0.489819, -1.524947, -0.672392), + normal: (0.420794, -0.405156, -0.811653), }, + Vertex { position: (-0.063012, -1.583021, -0.865082), + normal: (0.33122, -0.270106, -0.904067), }, + Vertex { position: (0.538756, -1.408602, -0.764911), + normal: (0.424286, -0.254348, -0.869073), }, + Vertex { position: (0.489819, -1.524947, -0.672392), + normal: (0.420794, -0.405156, -0.811653), }, + Vertex { position: (-0.094135, -1.769086, -0.556924), + normal: (0.291858, -0.681117, -0.67149), }, + Vertex { position: (-0.07847, -1.688266, -0.80023), + normal: (0.327725, -0.489439, -0.808112), }, + Vertex { position: (-0.559706, 1.69418, -0.186107), + normal: (0.235033, -0.721825, -0.650944), }, + Vertex { position: (-0.894132, 1.712652, -0.151911), + normal: (0.004725, -0.680391, -0.732834), }, + Vertex { position: (-0.866132, 1.75467, 0.0), + normal: (-0.098179, 0.995169, 0.0), }, + Vertex { position: (-0.559706, 1.69418, -0.186107), + normal: (0.235033, -0.721825, -0.650944), }, + Vertex { position: (-0.866132, 1.75467, 0.0), + normal: (-0.098179, 0.995169, 0.0), }, + Vertex { position: (-0.547248, 1.742126, 0.0), + normal: (-0.009814, -0.999952, 0.0), }, + Vertex { position: (-0.557624, 1.641278, -0.271462), + normal: (0.244106, -0.79539, -0.554768), }, + Vertex { position: (-0.954897, 1.677544, -0.293034), + normal: (0.034172, -0.858604, -0.511498), }, + Vertex { position: (-0.894132, 1.712652, -0.151911), + normal: (0.004725, -0.680391, -0.732834), }, + Vertex { position: (-0.557624, 1.641278, -0.271462), + normal: (0.244106, -0.79539, -0.554768), }, + Vertex { position: (-0.894132, 1.712652, -0.151911), + normal: (0.004725, -0.680391, -0.732834), }, + Vertex { position: (-0.559706, 1.69418, -0.186107), + normal: (0.235033, -0.721825, -0.650944), }, + Vertex { position: (-0.626493, 1.585426, -0.443136), + normal: (0.213948, -0.943673, -0.252405), }, + Vertex { position: (-1.017767, 1.607824, -0.541965), + normal: (0.037423, -0.986705, -0.158154), }, + Vertex { position: (-0.954897, 1.677544, -0.293034), + normal: (0.034172, -0.858604, -0.511498), }, + Vertex { position: (-0.626493, 1.585426, -0.443136), + normal: (0.213948, -0.943673, -0.252405), }, + Vertex { position: (-0.954897, 1.677544, -0.293034), + normal: (0.034172, -0.858604, -0.511498), }, + Vertex { position: (-0.557624, 1.641278, -0.271462), + normal: (0.244106, -0.79539, -0.554768), }, + Vertex { position: (-0.597781, 1.48962, -0.641047), + normal: (0.190577, -0.970681, -0.146488), }, + Vertex { position: (-1.04607, 1.509097, -0.76106), + normal: (0.013768, -0.992402, -0.122267), }, + Vertex { position: (-1.017767, 1.607824, -0.541965), + normal: (0.037423, -0.986705, -0.158154), }, + Vertex { position: (-0.597781, 1.48962, -0.641047), + normal: (0.190577, -0.970681, -0.146488), }, + Vertex { position: (-1.017767, 1.607824, -0.541965), + normal: (0.037423, -0.986705, -0.158154), }, + Vertex { position: (-0.626493, 1.585426, -0.443136), + normal: (0.213948, -0.943673, -0.252405), }, + Vertex { position: (-0.674657, 1.333008, -0.761059), + normal: (0.048754, 0.934073, -0.353738), }, + Vertex { position: (-1.115594, 1.39238, -0.819623), + normal: (0.076524, 0.950336, -0.301672), }, + Vertex { position: (-1.04607, 1.509097, -0.76106), + normal: (0.013768, -0.992402, -0.122267), }, + Vertex { position: (-0.674657, 1.333008, -0.761059), + normal: (0.048754, 0.934073, -0.353738), }, + Vertex { position: (-1.04607, 1.509097, -0.76106), + normal: (0.013768, -0.992402, -0.122267), }, + Vertex { position: (-0.597781, 1.48962, -0.641047), + normal: (0.190577, -0.970681, -0.146488), }, + Vertex { position: (-0.910602, 1.204118, -0.83774), + normal: (0.081223, 0.915345, -0.394394), }, + Vertex { position: (-1.278903, 1.192051, -0.946843), + normal: (0.100598, 0.942931, -0.317428), }, + Vertex { position: (-1.115594, 1.39238, -0.819623), + normal: (0.076524, 0.950336, -0.301672), }, + Vertex { position: (-0.910602, 1.204118, -0.83774), + normal: (0.081223, 0.915345, -0.394394), }, + Vertex { position: (-1.115594, 1.39238, -0.819623), + normal: (0.076524, 0.950336, -0.301672), }, + Vertex { position: (-0.674657, 1.333008, -0.761059), + normal: (0.048754, 0.934073, -0.353738), }, + Vertex { position: (-0.969076, 0.901205, -1.146223), + normal: (0.120116, 0.912706, -0.390565), }, + Vertex { position: (-1.200768, 0.978822, -1.103391), + normal: (0.150328, 0.92948, -0.336851), }, + Vertex { position: (-1.278903, 1.192051, -0.946843), + normal: (0.100598, 0.942931, -0.317428), }, + Vertex { position: (-0.969076, 0.901205, -1.146223), + normal: (0.120116, 0.912706, -0.390565), }, + Vertex { position: (-1.278903, 1.192051, -0.946843), + normal: (0.100598, 0.942931, -0.317428), }, + Vertex { position: (-0.910602, 1.204118, -0.83774), + normal: (0.081223, 0.915345, -0.394394), }, + Vertex { position: (-0.752416, 0.438132, -1.467349), + normal: (0.1717, 0.74071, -0.649514), }, + Vertex { position: (-1.147922, 0.807955, -1.254191), + normal: (0.235667, 0.756618, -0.60991), }, + Vertex { position: (-1.200768, 0.978822, -1.103391), + normal: (0.150328, 0.92948, -0.336851), }, + Vertex { position: (-0.752416, 0.438132, -1.467349), + normal: (0.1717, 0.74071, -0.649514), }, + Vertex { position: (-1.200768, 0.978822, -1.103391), + normal: (0.150328, 0.92948, -0.336851), }, + Vertex { position: (-0.969076, 0.901205, -1.146223), + normal: (0.120116, 0.912706, -0.390565), }, + Vertex { position: (-0.645496, 0.179261, -1.584316), + normal: (0.167704, 0.495674, -0.852164), }, + Vertex { position: (-1.120716, 0.424016, -1.45699), + normal: (0.305452, 0.425365, -0.851918), }, + Vertex { position: (-1.147922, 0.807955, -1.254191), + normal: (0.235667, 0.756618, -0.60991), }, + Vertex { position: (-0.645496, 0.179261, -1.584316), + normal: (0.167704, 0.495674, -0.852164), }, + Vertex { position: (-1.147922, 0.807955, -1.254191), + normal: (0.235667, 0.756618, -0.60991), }, + Vertex { position: (-0.752416, 0.438132, -1.467349), + normal: (0.1717, 0.74071, -0.649514), }, + Vertex { position: (-0.536767, -0.144454, -1.682232), + normal: (0.140536, 0.558684, -0.817388), }, + Vertex { position: (-1.077307, 0.165008, -1.553393), + normal: (0.325482, 0.443544, -0.835063), }, + Vertex { position: (-1.120716, 0.424016, -1.45699), + normal: (0.305452, 0.425365, -0.851918), }, + Vertex { position: (-0.536767, -0.144454, -1.682232), + normal: (0.140536, 0.558684, -0.817388), }, + Vertex { position: (-1.120716, 0.424016, -1.45699), + normal: (0.305452, 0.425365, -0.851918), }, + Vertex { position: (-0.645496, 0.179261, -1.584316), + normal: (0.167704, 0.495674, -0.852164), }, + Vertex { position: (-0.533528, -0.58228, -1.701405), + normal: (0.136523, 0.621747, -0.771228), }, + Vertex { position: (-1.053434, -0.342553, -1.690245), + normal: (0.242426, 0.58207, -0.77616), }, + Vertex { position: (-1.077307, 0.165008, -1.553393), + normal: (0.325482, 0.443544, -0.835063), }, + Vertex { position: (-0.533528, -0.58228, -1.701405), + normal: (0.136523, 0.621747, -0.771228), }, + Vertex { position: (-1.077307, 0.165008, -1.553393), + normal: (0.325482, 0.443544, -0.835063), }, + Vertex { position: (-0.536767, -0.144454, -1.682232), + normal: (0.140536, 0.558684, -0.817388), }, + Vertex { position: (-0.505045, -0.913827, -1.645612), + normal: (0.100131, 0.509748, -0.854477), }, + Vertex { position: (-1.077209, -0.869649, -1.633144), + normal: (0.070189, 0.510248, -0.857158), }, + Vertex { position: (-1.053434, -0.342553, -1.690245), + normal: (0.242426, 0.58207, -0.77616), }, + Vertex { position: (-0.505045, -0.913827, -1.645612), + normal: (0.100131, 0.509748, -0.854477), }, + Vertex { position: (-1.053434, -0.342553, -1.690245), + normal: (0.242426, 0.58207, -0.77616), }, + Vertex { position: (-0.533528, -0.58228, -1.701405), + normal: (0.136523, 0.621747, -0.771228), }, + Vertex { position: (-0.487217, -1.193519, -1.504026), + normal: (0.063174, 0.351351, -0.93411), }, + Vertex { position: (-1.061272, -1.141877, -1.49623), + normal: (-0.078623, 0.370994, -0.925301), }, + Vertex { position: (-1.077209, -0.869649, -1.633144), + normal: (0.070189, 0.510248, -0.857158), }, + Vertex { position: (-0.487217, -1.193519, -1.504026), + normal: (0.063174, 0.351351, -0.93411), }, + Vertex { position: (-1.077209, -0.869649, -1.633144), + normal: (0.070189, 0.510248, -0.857158), }, + Vertex { position: (-0.505045, -0.913827, -1.645612), + normal: (0.100131, 0.509748, -0.854477), }, + Vertex { position: (-0.524231, -1.399266, -1.313019), + normal: (0.078896, 0.195617, -0.977502), }, + Vertex { position: (-1.001366, -1.335897, -1.353338), + normal: (-0.123389, 0.256577, -0.958615), }, + Vertex { position: (-1.061272, -1.141877, -1.49623), + normal: (-0.078623, 0.370994, -0.925301), }, + Vertex { position: (-0.524231, -1.399266, -1.313019), + normal: (0.078896, 0.195617, -0.977502), }, + Vertex { position: (-1.061272, -1.141877, -1.49623), + normal: (-0.078623, 0.370994, -0.925301), }, + Vertex { position: (-0.487217, -1.193519, -1.504026), + normal: (0.063174, 0.351351, -0.93411), }, + Vertex { position: (-0.526127, -1.495, -1.167736), + normal: (0.097816, -0.016117, -0.995074), }, + Vertex { position: (-0.952525, -1.440582, -1.16865), + normal: (-0.165685, 0.059692, -0.98437), }, + Vertex { position: (-1.001366, -1.335897, -1.353338), + normal: (-0.123389, 0.256577, -0.958615), }, + Vertex { position: (-0.526127, -1.495, -1.167736), + normal: (0.097816, -0.016117, -0.995074), }, + Vertex { position: (-1.001366, -1.335897, -1.353338), + normal: (-0.123389, 0.256577, -0.958615), }, + Vertex { position: (-0.524231, -1.399266, -1.313019), + normal: (0.078896, 0.195617, -0.977502), }, + Vertex { position: (-0.535144, -1.615983, -0.920556), + normal: (0.10737, -0.293005, -0.950063), }, + Vertex { position: (-0.953236, -1.545941, -0.89918), + normal: (-0.218261, -0.26262, -0.93989), }, + Vertex { position: (-0.952525, -1.440582, -1.16865), + normal: (-0.165685, 0.059692, -0.98437), }, + Vertex { position: (-0.535144, -1.615983, -0.920556), + normal: (0.10737, -0.293005, -0.950063), }, + Vertex { position: (-0.952525, -1.440582, -1.16865), + normal: (-0.165685, 0.059692, -0.98437), }, + Vertex { position: (-0.526127, -1.495, -1.167736), + normal: (0.097816, -0.016117, -0.995074), }, + Vertex { position: (2.688131, -0.517509, -0.672975), + normal: (0.769758, 0.095155, -0.631204), }, + Vertex { position: (2.736198, -0.346225, -0.659345), + normal: (0.763734, 0.228435, -0.603761), }, + Vertex { position: (2.881063, -0.493146, -0.521968), + normal: (0.226413, -0.89822, -0.376747), }, + Vertex { position: (2.663024, -1.440487, -0.478149), + normal: (0.594643, -0.107364, -0.796789), }, + Vertex { position: (2.740886, -1.339225, -0.463604), + normal: (0.655995, -0.105886, -0.747301), }, + Vertex { position: (2.824356, -1.407256, -0.355013), + normal: (0.690473, -0.61586, -0.379425), }, + Vertex { position: (1.373216, -0.56462, -1.106245), + normal: (0.184661, -0.694307, -0.695585), }, + Vertex { position: (1.428883, -0.98669, -1.133905), + normal: (0.419396, -0.035927, -0.907092), }, + Vertex { position: (1.337875, -0.945716, -1.021299), + normal: (0.045651, -0.004499, -0.998947), }, + Vertex { position: (-1.215563, 1.757097, -0.133494), + normal: (-0.267766, -0.862787, -0.428835), }, + Vertex { position: (-1.365948, 1.769608, -0.133901), + normal: (-0.507894, -0.767261, -0.391606), }, + Vertex { position: (-1.35095, 1.807009, 0.0), + normal: (0.262234, -0.965004, 0.0), }, + Vertex { position: (-1.215563, 1.757097, -0.133494), + normal: (-0.267766, -0.862787, -0.428835), }, + Vertex { position: (-1.35095, 1.807009, 0.0), + normal: (0.262234, -0.965004, 0.0), }, + Vertex { position: (-1.179474, 1.786649, 0.0), + normal: (-0.065586, -0.997847, 0.0), }, + Vertex { position: (-1.227613, 1.709095, -0.276029), + normal: (-0.263452, -0.648591, -0.714089), }, + Vertex { position: (-1.396332, 1.723782, -0.267642), + normal: (-0.375453, -0.69207, -0.616502), }, + Vertex { position: (-1.365948, 1.769608, -0.133901), + normal: (-0.507894, -0.767261, -0.391606), }, + Vertex { position: (-1.227613, 1.709095, -0.276029), + normal: (-0.263452, -0.648591, -0.714089), }, + Vertex { position: (-1.365948, 1.769608, -0.133901), + normal: (-0.507894, -0.767261, -0.391606), }, + Vertex { position: (-1.215563, 1.757097, -0.133494), + normal: (-0.267766, -0.862787, -0.428835), }, + Vertex { position: (-1.292756, 1.656509, -0.51403), + normal: (-0.301558, -0.77828, -0.550766), }, + Vertex { position: (-1.417595, 1.67618, -0.529265), + normal: (-0.1427, -0.847733, -0.510868), }, + Vertex { position: (-1.396332, 1.723782, -0.267642), + normal: (-0.375453, -0.69207, -0.616502), }, + Vertex { position: (-1.292756, 1.656509, -0.51403), + normal: (-0.301558, -0.77828, -0.550766), }, + Vertex { position: (-1.396332, 1.723782, -0.267642), + normal: (-0.375453, -0.69207, -0.616502), }, + Vertex { position: (-1.227613, 1.709095, -0.276029), + normal: (-0.263452, -0.648591, -0.714089), }, + Vertex { position: (-1.338488, 1.613735, -0.725441), + normal: (-0.154129, -0.981148, -0.116585), }, + Vertex { position: (-1.465432, 1.655336, -0.722125), + normal: (-0.178511, -0.973481, -0.143068), }, + Vertex { position: (-1.417595, 1.67618, -0.529265), + normal: (-0.1427, -0.847733, -0.510868), }, + Vertex { position: (-1.338488, 1.613735, -0.725441), + normal: (-0.154129, -0.981148, -0.116585), }, + Vertex { position: (-1.417595, 1.67618, -0.529265), + normal: (-0.1427, -0.847733, -0.510868), }, + Vertex { position: (-1.292756, 1.656509, -0.51403), + normal: (-0.301558, -0.77828, -0.550766), }, + Vertex { position: (-1.403848, 1.533059, -0.902827), + normal: (0.095331, 0.952335, -0.289775), }, + Vertex { position: (-1.582187, 1.567542, -0.982349), + normal: (0.067879, 0.951186, -0.30106), }, + Vertex { position: (-1.465432, 1.655336, -0.722125), + normal: (-0.178511, -0.973481, -0.143068), }, + Vertex { position: (-1.403848, 1.533059, -0.902827), + normal: (0.095331, 0.952335, -0.289775), }, + Vertex { position: (-1.465432, 1.655336, -0.722125), + normal: (-0.178511, -0.973481, -0.143068), }, + Vertex { position: (-1.338488, 1.613735, -0.725441), + normal: (-0.154129, -0.981148, -0.116585), }, + Vertex { position: (-1.551526, 1.400025, -1.050193), + normal: (0.10291, 0.954344, -0.280422), }, + Vertex { position: (-1.721806, 1.391264, -1.113307), + normal: (0.085022, 0.963119, -0.255291), }, + Vertex { position: (-1.582187, 1.567542, -0.982349), + normal: (0.067879, 0.951186, -0.30106), }, + Vertex { position: (-1.551526, 1.400025, -1.050193), + normal: (0.10291, 0.954344, -0.280422), }, + Vertex { position: (-1.582187, 1.567542, -0.982349), + normal: (0.067879, 0.951186, -0.30106), }, + Vertex { position: (-1.403848, 1.533059, -0.902827), + normal: (0.095331, 0.952335, -0.289775), }, + Vertex { position: (-1.552899, 1.128654, -1.15104), + normal: (0.172251, 0.950689, -0.257916), }, + Vertex { position: (-1.733703, 1.083864, -1.181489), + normal: (0.120743, 0.971588, -0.203561), }, + Vertex { position: (-1.721806, 1.391264, -1.113307), + normal: (0.085022, 0.963119, -0.255291), }, + Vertex { position: (-1.552899, 1.128654, -1.15104), + normal: (0.172251, 0.950689, -0.257916), }, + Vertex { position: (-1.721806, 1.391264, -1.113307), + normal: (0.085022, 0.963119, -0.255291), }, + Vertex { position: (-1.551526, 1.400025, -1.050193), + normal: (0.10291, 0.954344, -0.280422), }, + Vertex { position: (-1.454529, 0.875045, -1.238858), + normal: (0.28101, 0.853935, -0.437982), }, + Vertex { position: (-1.807421, 0.657142, -1.209422), + normal: (0.117963, 0.926753, -0.356669), }, + Vertex { position: (-1.733703, 1.083864, -1.181489), + normal: (0.120743, 0.971588, -0.203561), }, + Vertex { position: (-1.454529, 0.875045, -1.238858), + normal: (0.28101, 0.853935, -0.437982), }, + Vertex { position: (-1.733703, 1.083864, -1.181489), + normal: (0.120743, 0.971588, -0.203561), }, + Vertex { position: (-1.552899, 1.128654, -1.15104), + normal: (0.172251, 0.950689, -0.257916), }, + Vertex { position: (-1.405685, 0.573835, -1.352181), + normal: (0.381239, 0.555717, -0.738807), }, + Vertex { position: (-1.796156, 0.452382, -1.243643), + normal: (0.109947, 0.693426, -0.712089), }, + Vertex { position: (-1.807421, 0.657142, -1.209422), + normal: (0.117963, 0.926753, -0.356669), }, + Vertex { position: (-1.405685, 0.573835, -1.352181), + normal: (0.381239, 0.555717, -0.738807), }, + Vertex { position: (-1.807421, 0.657142, -1.209422), + normal: (0.117963, 0.926753, -0.356669), }, + Vertex { position: (-1.454529, 0.875045, -1.238858), + normal: (0.28101, 0.853935, -0.437982), }, + Vertex { position: (-1.479588, 0.295746, -1.440042), + normal: (0.376012, 0.360026, -0.853813), }, + Vertex { position: (-1.81092, 0.287592, -1.292257), + normal: (0.076565, 0.333251, -0.939724), }, + Vertex { position: (-1.796156, 0.452382, -1.243643), + normal: (0.109947, 0.693426, -0.712089), }, + Vertex { position: (-1.479588, 0.295746, -1.440042), + normal: (0.376012, 0.360026, -0.853813), }, + Vertex { position: (-1.796156, 0.452382, -1.243643), + normal: (0.109947, 0.693426, -0.712089), }, + Vertex { position: (-1.405685, 0.573835, -1.352181), + normal: (0.381239, 0.555717, -0.738807), }, + Vertex { position: (-1.489699, -0.024215, -1.510987), + normal: (0.207079, 0.373404, -0.904261), }, + Vertex { position: (-1.79513, 0.033439, -1.37116), + normal: (-0.039599, 0.171847, -0.984327), }, + Vertex { position: (-1.81092, 0.287592, -1.292257), + normal: (0.076565, 0.333251, -0.939724), }, + Vertex { position: (-1.489699, -0.024215, -1.510987), + normal: (0.207079, 0.373404, -0.904261), }, + Vertex { position: (-1.81092, 0.287592, -1.292257), + normal: (0.076565, 0.333251, -0.939724), }, + Vertex { position: (-1.479588, 0.295746, -1.440042), + normal: (0.376012, 0.360026, -0.853813), }, + Vertex { position: (-1.395501, -0.698702, -1.553257), + normal: (-0.045242, 0.348413, -0.936249), }, + Vertex { position: (-1.802864, -0.282523, -1.401315), + normal: (-0.164972, 0.181757, -0.969406), }, + Vertex { position: (-1.79513, 0.033439, -1.37116), + normal: (-0.039599, 0.171847, -0.984327), }, + Vertex { position: (-1.395501, -0.698702, -1.553257), + normal: (-0.045242, 0.348413, -0.936249), }, + Vertex { position: (-1.79513, 0.033439, -1.37116), + normal: (-0.039599, 0.171847, -0.984327), }, + Vertex { position: (-1.489699, -0.024215, -1.510987), + normal: (0.207079, 0.373404, -0.904261), }, + Vertex { position: (-1.376176, -0.948757, -1.451608), + normal: (-0.212948, 0.334057, -0.918182), }, + Vertex { position: (-1.837859, -0.540871, -1.295851), + normal: (-0.216817, 0.278777, -0.935561), }, + Vertex { position: (-1.802864, -0.282523, -1.401315), + normal: (-0.164972, 0.181757, -0.969406), }, + Vertex { position: (-1.376176, -0.948757, -1.451608), + normal: (-0.212948, 0.334057, -0.918182), }, + Vertex { position: (-1.802864, -0.282523, -1.401315), + normal: (-0.164972, 0.181757, -0.969406), }, + Vertex { position: (-1.395501, -0.698702, -1.553257), + normal: (-0.045242, 0.348413, -0.936249), }, + Vertex { position: (-1.402349, -1.127845, -1.309055), + normal: (-0.282152, 0.285245, -0.915983), }, + Vertex { position: (-1.782928, -0.770786, -1.173619), + normal: (-0.219724, 0.297861, -0.928978), }, + Vertex { position: (-1.837859, -0.540871, -1.295851), + normal: (-0.216817, 0.278777, -0.935561), }, + Vertex { position: (-1.402349, -1.127845, -1.309055), + normal: (-0.282152, 0.285245, -0.915983), }, + Vertex { position: (-1.837859, -0.540871, -1.295851), + normal: (-0.216817, 0.278777, -0.935561), }, + Vertex { position: (-1.376176, -0.948757, -1.451608), + normal: (-0.212948, 0.334057, -0.918182), }, + Vertex { position: (-1.407658, -1.236026, -1.11293), + normal: (-0.326048, 0.118611, -0.937883), }, + Vertex { position: (-1.757573, -0.945337, -1.075832), + normal: (-0.227368, 0.161984, -0.960242), }, + Vertex { position: (-1.782928, -0.770786, -1.173619), + normal: (-0.219724, 0.297861, -0.928978), }, + Vertex { position: (-1.407658, -1.236026, -1.11293), + normal: (-0.326048, 0.118611, -0.937883), }, + Vertex { position: (-1.782928, -0.770786, -1.173619), + normal: (-0.219724, 0.297861, -0.928978), }, + Vertex { position: (-1.402349, -1.127845, -1.309055), + normal: (-0.282152, 0.285245, -0.915983), }, + Vertex { position: (-1.365948, 1.769608, -0.133901), + normal: (-0.507894, -0.767261, -0.391606), }, + Vertex { position: (-1.683863, 1.789041, -0.121501), + normal: (-0.387895, -0.42081, -0.820034), }, + Vertex { position: (-1.67651, 1.826886, 0.0), + normal: (0.021487, 0.999769, 0.0), }, + Vertex { position: (-1.365948, 1.769608, -0.133901), + normal: (-0.507894, -0.767261, -0.391606), }, + Vertex { position: (-1.67651, 1.826886, 0.0), + normal: (0.021487, 0.999769, 0.0), }, + Vertex { position: (-1.35095, 1.807009, 0.0), + normal: (0.262234, -0.965004, 0.0), }, + Vertex { position: (-1.396332, 1.723782, -0.267642), + normal: (-0.375453, -0.69207, -0.616502), }, + Vertex { position: (-1.714432, 1.747956, -0.247594), + normal: (-0.433119, -0.541143, -0.720814), }, + Vertex { position: (-1.683863, 1.789041, -0.121501), + normal: (-0.387895, -0.42081, -0.820034), }, + Vertex { position: (-1.396332, 1.723782, -0.267642), + normal: (-0.375453, -0.69207, -0.616502), }, + Vertex { position: (-1.683863, 1.789041, -0.121501), + normal: (-0.387895, -0.42081, -0.820034), }, + Vertex { position: (-1.365948, 1.769608, -0.133901), + normal: (-0.507894, -0.767261, -0.391606), }, + Vertex { position: (-1.417595, 1.67618, -0.529265), + normal: (-0.1427, -0.847733, -0.510868), }, + Vertex { position: (-1.744732, 1.734849, -0.433807), + normal: (-0.455057, -0.684123, -0.569999), }, + Vertex { position: (-1.714432, 1.747956, -0.247594), + normal: (-0.433119, -0.541143, -0.720814), }, + Vertex { position: (-1.417595, 1.67618, -0.529265), + normal: (-0.1427, -0.847733, -0.510868), }, + Vertex { position: (-1.714432, 1.747956, -0.247594), + normal: (-0.433119, -0.541143, -0.720814), }, + Vertex { position: (-1.396332, 1.723782, -0.267642), + normal: (-0.375453, -0.69207, -0.616502), }, + Vertex { position: (-1.465432, 1.655336, -0.722125), + normal: (-0.178511, -0.973481, -0.143068), }, + Vertex { position: (-1.929731, 1.617188, -0.80639), + normal: (-0.084259, -0.367691, -0.926123), }, + Vertex { position: (-1.744732, 1.734849, -0.433807), + normal: (-0.455057, -0.684123, -0.569999), }, + Vertex { position: (-1.465432, 1.655336, -0.722125), + normal: (-0.178511, -0.973481, -0.143068), }, + Vertex { position: (-1.744732, 1.734849, -0.433807), + normal: (-0.455057, -0.684123, -0.569999), }, + Vertex { position: (-1.417595, 1.67618, -0.529265), + normal: (-0.1427, -0.847733, -0.510868), }, + Vertex { position: (-1.582187, 1.567542, -0.982349), + normal: (0.067879, 0.951186, -0.30106), }, + Vertex { position: (-1.996117, 1.387891, -1.064104), + normal: (0.061261, 0.954316, -0.292452), }, + Vertex { position: (-1.929731, 1.617188, -0.80639), + normal: (-0.084259, -0.367691, -0.926123), }, + Vertex { position: (-1.582187, 1.567542, -0.982349), + normal: (0.067879, 0.951186, -0.30106), }, + Vertex { position: (-1.929731, 1.617188, -0.80639), + normal: (-0.084259, -0.367691, -0.926123), }, + Vertex { position: (-1.465432, 1.655336, -0.722125), + normal: (-0.178511, -0.973481, -0.143068), }, + Vertex { position: (-1.721806, 1.391264, -1.113307), + normal: (0.085022, 0.963119, -0.255291), }, + Vertex { position: (-1.980388, 1.134038, -1.143196), + normal: (0.076969, 0.969253, -0.233719), }, + Vertex { position: (-1.996117, 1.387891, -1.064104), + normal: (0.061261, 0.954316, -0.292452), }, + Vertex { position: (-1.721806, 1.391264, -1.113307), + normal: (0.085022, 0.963119, -0.255291), }, + Vertex { position: (-1.996117, 1.387891, -1.064104), + normal: (0.061261, 0.954316, -0.292452), }, + Vertex { position: (-1.582187, 1.567542, -0.982349), + normal: (0.067879, 0.951186, -0.30106), }, + Vertex { position: (-1.733703, 1.083864, -1.181489), + normal: (0.120743, 0.971588, -0.203561), }, + Vertex { position: (-2.013663, 0.810726, -1.158827), + normal: (0.057779, 0.975002, -0.214553), }, + Vertex { position: (-1.980388, 1.134038, -1.143196), + normal: (0.076969, 0.969253, -0.233719), }, + Vertex { position: (-1.733703, 1.083864, -1.181489), + normal: (0.120743, 0.971588, -0.203561), }, + Vertex { position: (-1.980388, 1.134038, -1.143196), + normal: (0.076969, 0.969253, -0.233719), }, + Vertex { position: (-1.721806, 1.391264, -1.113307), + normal: (0.085022, 0.963119, -0.255291), }, + Vertex { position: (-1.807421, 0.657142, -1.209422), + normal: (0.117963, 0.926753, -0.356669), }, + Vertex { position: (-2.030191, 0.547622, -1.189762), + normal: (-0.021294, 0.896295, -0.442946), }, + Vertex { position: (-2.013663, 0.810726, -1.158827), + normal: (0.057779, 0.975002, -0.214553), }, + Vertex { position: (-1.807421, 0.657142, -1.209422), + normal: (0.117963, 0.926753, -0.356669), }, + Vertex { position: (-2.013663, 0.810726, -1.158827), + normal: (0.057779, 0.975002, -0.214553), }, + Vertex { position: (-1.733703, 1.083864, -1.181489), + normal: (0.120743, 0.971588, -0.203561), }, + Vertex { position: (-1.796156, 0.452382, -1.243643), + normal: (0.109947, 0.693426, -0.712089), }, + Vertex { position: (-2.021159, 0.411979, -1.234679), + normal: (-0.072244, 0.618144, -0.782738), }, + Vertex { position: (-2.030191, 0.547622, -1.189762), + normal: (-0.021294, 0.896295, -0.442946), }, + Vertex { position: (-1.796156, 0.452382, -1.243643), + normal: (0.109947, 0.693426, -0.712089), }, + Vertex { position: (-2.030191, 0.547622, -1.189762), + normal: (-0.021294, 0.896295, -0.442946), }, + Vertex { position: (-1.807421, 0.657142, -1.209422), + normal: (0.117963, 0.926753, -0.356669), }, + Vertex { position: (-1.81092, 0.287592, -1.292257), + normal: (0.076565, 0.333251, -0.939724), }, + Vertex { position: (-1.932916, 0.232972, -1.304589), + normal: (-0.038944, 0.247819, -0.968023), }, + Vertex { position: (-2.021159, 0.411979, -1.234679), + normal: (-0.072244, 0.618144, -0.782738), }, + Vertex { position: (-1.81092, 0.287592, -1.292257), + normal: (0.076565, 0.333251, -0.939724), }, + Vertex { position: (-2.021159, 0.411979, -1.234679), + normal: (-0.072244, 0.618144, -0.782738), }, + Vertex { position: (-1.796156, 0.452382, -1.243643), + normal: (0.109947, 0.693426, -0.712089), }, + Vertex { position: (-1.79513, 0.033439, -1.37116), + normal: (-0.039599, 0.171847, -0.984327), }, + Vertex { position: (-1.897394, 0.037852, -1.365798), + normal: (-0.00315, 0.115338, -0.993321), }, + Vertex { position: (-1.932916, 0.232972, -1.304589), + normal: (-0.038944, 0.247819, -0.968023), }, + Vertex { position: (-1.79513, 0.033439, -1.37116), + normal: (-0.039599, 0.171847, -0.984327), }, + Vertex { position: (-1.932916, 0.232972, -1.304589), + normal: (-0.038944, 0.247819, -0.968023), }, + Vertex { position: (-1.81092, 0.287592, -1.292257), + normal: (0.076565, 0.333251, -0.939724), }, + Vertex { position: (-1.802864, -0.282523, -1.401315), + normal: (-0.164972, 0.181757, -0.969406), }, + Vertex { position: (-1.950547, -0.275573, -1.377028), + normal: (0.016683, 0.197618, -0.980137), }, + Vertex { position: (-1.897394, 0.037852, -1.365798), + normal: (-0.00315, 0.115338, -0.993321), }, + Vertex { position: (-1.802864, -0.282523, -1.401315), + normal: (-0.164972, 0.181757, -0.969406), }, + Vertex { position: (-1.897394, 0.037852, -1.365798), + normal: (-0.00315, 0.115338, -0.993321), }, + Vertex { position: (-1.79513, 0.033439, -1.37116), + normal: (-0.039599, 0.171847, -0.984327), }, + Vertex { position: (-1.837859, -0.540871, -1.295851), + normal: (-0.216817, 0.278777, -0.935561), }, + Vertex { position: (-2.033655, -0.526012, -1.277639), + normal: (0.032424, 0.316591, -0.948008), }, + Vertex { position: (-1.950547, -0.275573, -1.377028), + normal: (0.016683, 0.197618, -0.980137), }, + Vertex { position: (-1.837859, -0.540871, -1.295851), + normal: (-0.216817, 0.278777, -0.935561), }, + Vertex { position: (-1.950547, -0.275573, -1.377028), + normal: (0.016683, 0.197618, -0.980137), }, + Vertex { position: (-1.802864, -0.282523, -1.401315), + normal: (-0.164972, 0.181757, -0.969406), }, + Vertex { position: (-1.782928, -0.770786, -1.173619), + normal: (-0.219724, 0.297861, -0.928978), }, + Vertex { position: (-2.050292, -0.755566, -1.114167), + normal: (0.053195, 0.343167, -0.937767), }, + Vertex { position: (-2.033655, -0.526012, -1.277639), + normal: (0.032424, 0.316591, -0.948008), }, + Vertex { position: (-1.782928, -0.770786, -1.173619), + normal: (-0.219724, 0.297861, -0.928978), }, + Vertex { position: (-2.033655, -0.526012, -1.277639), + normal: (0.032424, 0.316591, -0.948008), }, + Vertex { position: (-1.837859, -0.540871, -1.295851), + normal: (-0.216817, 0.278777, -0.935561), }, + Vertex { position: (-1.757573, -0.945337, -1.075832), + normal: (-0.227368, 0.161984, -0.960242), }, + Vertex { position: (-2.043593, -0.875823, -1.028879), + normal: (0.057735, 0.173734, -0.983099), }, + Vertex { position: (-2.050292, -0.755566, -1.114167), + normal: (0.053195, 0.343167, -0.937767), }, + Vertex { position: (-1.757573, -0.945337, -1.075832), + normal: (-0.227368, 0.161984, -0.960242), }, + Vertex { position: (-2.050292, -0.755566, -1.114167), + normal: (0.053195, 0.343167, -0.937767), }, + Vertex { position: (-1.782928, -0.770786, -1.173619), + normal: (-0.219724, 0.297861, -0.928978), }, + Vertex { position: (-1.782298, -1.020581, -0.943381), + normal: (-0.30296, -0.137183, -0.943078), }, + Vertex { position: (-2.033406, -0.91003, -0.96422), + normal: (0.058723, -0.195869, -0.97887), }, + Vertex { position: (-2.043593, -0.875823, -1.028879), + normal: (0.057735, 0.173734, -0.983099), }, + Vertex { position: (-1.782298, -1.020581, -0.943381), + normal: (-0.30296, -0.137183, -0.943078), }, + Vertex { position: (-2.043593, -0.875823, -1.028879), + normal: (0.057735, 0.173734, -0.983099), }, + Vertex { position: (-1.757573, -0.945337, -1.075832), + normal: (-0.227368, 0.161984, -0.960242), }, + Vertex { position: (-1.198513, -1.456102, -0.885435), + normal: (0.121987, -0.426326, -0.896306), }, + Vertex { position: (-1.407658, -1.236026, -1.11293), + normal: (-0.326048, 0.118611, -0.937883), }, + Vertex { position: (-0.952525, -1.440582, -1.16865), + normal: (-0.165685, 0.059692, -0.98437), }, + Vertex { position: (-1.198513, -1.456102, -0.885435), + normal: (0.121987, -0.426326, -0.896306), }, + Vertex { position: (-0.952525, -1.440582, -1.16865), + normal: (-0.165685, 0.059692, -0.98437), }, + Vertex { position: (-0.953236, -1.545941, -0.89918), + normal: (-0.218261, -0.26262, -0.93989), }, + Vertex { position: (-1.456655, -1.295527, -0.89424), + normal: (0.095733, -0.224552, -0.969748), }, + Vertex { position: (-1.782298, -1.020581, -0.943381), + normal: (-0.30296, -0.137183, -0.943078), }, + Vertex { position: (-1.757573, -0.945337, -1.075832), + normal: (-0.227368, 0.161984, -0.960242), }, + Vertex { position: (-1.456655, -1.295527, -0.89424), + normal: (0.095733, -0.224552, -0.969748), }, + Vertex { position: (-1.757573, -0.945337, -1.075832), + normal: (-0.227368, 0.161984, -0.960242), }, + Vertex { position: (-1.407658, -1.236026, -1.11293), + normal: (-0.326048, 0.118611, -0.937883), }, + Vertex { position: (-1.366873, -1.340211, -0.907567), + normal: (-0.422758, -0.178302, -0.888529), }, + Vertex { position: (-1.456655, -1.295527, -0.89424), + normal: (0.095733, -0.224552, -0.969748), }, + Vertex { position: (-1.407658, -1.236026, -1.11293), + normal: (-0.326048, 0.118611, -0.937883), }, + Vertex { position: (-1.198513, -1.456102, -0.885435), + normal: (0.121987, -0.426326, -0.896306), }, + Vertex { position: (-1.366873, -1.340211, -0.907567), + normal: (-0.422758, -0.178302, -0.888529), }, + Vertex { position: (-1.407658, -1.236026, -1.11293), + normal: (-0.326048, 0.118611, -0.937883), }, + Vertex { position: (-1.683863, 1.789041, -0.121501), + normal: (-0.387895, -0.42081, -0.820034), }, + Vertex { position: (-2.079597, 1.817785, -0.138375), + normal: (0.088769, -0.475351, -0.875307), }, + Vertex { position: (-2.057387, 1.841308, 0.0), + normal: (0.181762, -0.983343, 0.0), }, + Vertex { position: (-1.683863, 1.789041, -0.121501), + normal: (-0.387895, -0.42081, -0.820034), }, + Vertex { position: (-2.057387, 1.841308, 0.0), + normal: (0.181762, -0.983343, 0.0), }, + Vertex { position: (-1.67651, 1.826886, 0.0), + normal: (0.021487, 0.999769, 0.0), }, + Vertex { position: (-1.714432, 1.747956, -0.247594), + normal: (-0.433119, -0.541143, -0.720814), }, + Vertex { position: (-2.10017, 1.78998, -0.229245), + normal: (0.099302, -0.563694, -0.819993), }, + Vertex { position: (-2.079597, 1.817785, -0.138375), + normal: (0.088769, -0.475351, -0.875307), }, + Vertex { position: (-1.714432, 1.747956, -0.247594), + normal: (-0.433119, -0.541143, -0.720814), }, + Vertex { position: (-2.079597, 1.817785, -0.138375), + normal: (0.088769, -0.475351, -0.875307), }, + Vertex { position: (-1.683863, 1.789041, -0.121501), + normal: (-0.387895, -0.42081, -0.820034), }, + Vertex { position: (-1.744732, 1.734849, -0.433807), + normal: (-0.455057, -0.684123, -0.569999), }, + Vertex { position: (-2.137524, 1.753182, -0.433142), + normal: (0.093801, -0.705497, -0.702478), }, + Vertex { position: (-2.10017, 1.78998, -0.229245), + normal: (0.099302, -0.563694, -0.819993), }, + Vertex { position: (-1.744732, 1.734849, -0.433807), + normal: (-0.455057, -0.684123, -0.569999), }, + Vertex { position: (-2.10017, 1.78998, -0.229245), + normal: (0.099302, -0.563694, -0.819993), }, + Vertex { position: (-1.714432, 1.747956, -0.247594), + normal: (-0.433119, -0.541143, -0.720814), }, + Vertex { position: (-1.929731, 1.617188, -0.80639), + normal: (-0.084259, -0.367691, -0.926123), }, + Vertex { position: (-2.172139, 1.62301, -0.805318), + normal: (0.058028, -0.329667, -0.942312), }, + Vertex { position: (-2.137524, 1.753182, -0.433142), + normal: (0.093801, -0.705497, -0.702478), }, + Vertex { position: (-1.929731, 1.617188, -0.80639), + normal: (-0.084259, -0.367691, -0.926123), }, + Vertex { position: (-2.137524, 1.753182, -0.433142), + normal: (0.093801, -0.705497, -0.702478), }, + Vertex { position: (-1.744732, 1.734849, -0.433807), + normal: (-0.455057, -0.684123, -0.569999), }, + Vertex { position: (-1.996117, 1.387891, -1.064104), + normal: (0.061261, 0.954316, -0.292452), }, + Vertex { position: (-2.205791, 1.356023, -1.081662), + normal: (0.096347, 0.961203, -0.258467), }, + Vertex { position: (-2.172139, 1.62301, -0.805318), + normal: (0.058028, -0.329667, -0.942312), }, + Vertex { position: (-1.996117, 1.387891, -1.064104), + normal: (0.061261, 0.954316, -0.292452), }, + Vertex { position: (-2.172139, 1.62301, -0.805318), + normal: (0.058028, -0.329667, -0.942312), }, + Vertex { position: (-1.929731, 1.617188, -0.80639), + normal: (-0.084259, -0.367691, -0.926123), }, + Vertex { position: (-1.980388, 1.134038, -1.143196), + normal: (0.076969, 0.969253, -0.233719), }, + Vertex { position: (-2.296056, 1.06281, -1.171139), + normal: (0.098712, 0.966371, -0.23745), }, + Vertex { position: (-2.205791, 1.356023, -1.081662), + normal: (0.096347, 0.961203, -0.258467), }, + Vertex { position: (-1.980388, 1.134038, -1.143196), + normal: (0.076969, 0.969253, -0.233719), }, + Vertex { position: (-2.205791, 1.356023, -1.081662), + normal: (0.096347, 0.961203, -0.258467), }, + Vertex { position: (-1.996117, 1.387891, -1.064104), + normal: (0.061261, 0.954316, -0.292452), }, + Vertex { position: (-2.013663, 0.810726, -1.158827), + normal: (0.057779, 0.975002, -0.214553), }, + Vertex { position: (-2.298249, 0.768333, -1.203884), + normal: (0.079848, 0.962653, -0.258695), }, + Vertex { position: (-2.296056, 1.06281, -1.171139), + normal: (0.098712, 0.966371, -0.23745), }, + Vertex { position: (-2.013663, 0.810726, -1.158827), + normal: (0.057779, 0.975002, -0.214553), }, + Vertex { position: (-2.296056, 1.06281, -1.171139), + normal: (0.098712, 0.966371, -0.23745), }, + Vertex { position: (-1.980388, 1.134038, -1.143196), + normal: (0.076969, 0.969253, -0.233719), }, + Vertex { position: (-2.030191, 0.547622, -1.189762), + normal: (-0.021294, 0.896295, -0.442946), }, + Vertex { position: (-2.256285, 0.547326, -1.238301), + normal: (0.031476, 0.864418, -0.501788), }, + Vertex { position: (-2.298249, 0.768333, -1.203884), + normal: (0.079848, 0.962653, -0.258695), }, + Vertex { position: (-2.030191, 0.547622, -1.189762), + normal: (-0.021294, 0.896295, -0.442946), }, + Vertex { position: (-2.298249, 0.768333, -1.203884), + normal: (0.079848, 0.962653, -0.258695), }, + Vertex { position: (-2.013663, 0.810726, -1.158827), + normal: (0.057779, 0.975002, -0.214553), }, + Vertex { position: (-2.021159, 0.411979, -1.234679), + normal: (-0.072244, 0.618144, -0.782738), }, + Vertex { position: (-2.1584, 0.381542, -1.272962), + normal: (-0.004377, 0.58747, -0.809234), }, + Vertex { position: (-2.256285, 0.547326, -1.238301), + normal: (0.031476, 0.864418, -0.501788), }, + Vertex { position: (-2.021159, 0.411979, -1.234679), + normal: (-0.072244, 0.618144, -0.782738), }, + Vertex { position: (-2.256285, 0.547326, -1.238301), + normal: (0.031476, 0.864418, -0.501788), }, + Vertex { position: (-2.030191, 0.547622, -1.189762), + normal: (-0.021294, 0.896295, -0.442946), }, + Vertex { position: (-1.932916, 0.232972, -1.304589), + normal: (-0.038944, 0.247819, -0.968023), }, + Vertex { position: (-2.070413, 0.207766, -1.335106), + normal: (0.044022, 0.273891, -0.960753), }, + Vertex { position: (-2.1584, 0.381542, -1.272962), + normal: (-0.004377, 0.58747, -0.809234), }, + Vertex { position: (-1.932916, 0.232972, -1.304589), + normal: (-0.038944, 0.247819, -0.968023), }, + Vertex { position: (-2.1584, 0.381542, -1.272962), + normal: (-0.004377, 0.58747, -0.809234), }, + Vertex { position: (-2.021159, 0.411979, -1.234679), + normal: (-0.072244, 0.618144, -0.782738), }, + Vertex { position: (-1.897394, 0.037852, -1.365798), + normal: (-0.00315, 0.115338, -0.993321), }, + Vertex { position: (-2.064786, 0.018789, -1.411866), + normal: (0.136965, 0.155729, -0.978258), }, + Vertex { position: (-2.070413, 0.207766, -1.335106), + normal: (0.044022, 0.273891, -0.960753), }, + Vertex { position: (-1.897394, 0.037852, -1.365798), + normal: (-0.00315, 0.115338, -0.993321), }, + Vertex { position: (-2.070413, 0.207766, -1.335106), + normal: (0.044022, 0.273891, -0.960753), }, + Vertex { position: (-1.932916, 0.232972, -1.304589), + normal: (-0.038944, 0.247819, -0.968023), }, + Vertex { position: (-1.950547, -0.275573, -1.377028), + normal: (0.016683, 0.197618, -0.980137), }, + Vertex { position: (-2.187634, -0.375454, -1.406902), + normal: (0.173447, 0.205435, -0.963178), }, + Vertex { position: (-2.064786, 0.018789, -1.411866), + normal: (0.136965, 0.155729, -0.978258), }, + Vertex { position: (-1.950547, -0.275573, -1.377028), + normal: (0.016683, 0.197618, -0.980137), }, + Vertex { position: (-2.064786, 0.018789, -1.411866), + normal: (0.136965, 0.155729, -0.978258), }, + Vertex { position: (-1.897394, 0.037852, -1.365798), + normal: (-0.00315, 0.115338, -0.993321), }, + Vertex { position: (-2.033655, -0.526012, -1.277639), + normal: (0.032424, 0.316591, -0.948008), }, + Vertex { position: (-2.276341, -0.689823, -1.268026), + normal: (0.136801, 0.29658, -0.945159), }, + Vertex { position: (-2.187634, -0.375454, -1.406902), + normal: (0.173447, 0.205435, -0.963178), }, + Vertex { position: (-2.033655, -0.526012, -1.277639), + normal: (0.032424, 0.316591, -0.948008), }, + Vertex { position: (-2.187634, -0.375454, -1.406902), + normal: (0.173447, 0.205435, -0.963178), }, + Vertex { position: (-1.950547, -0.275573, -1.377028), + normal: (0.016683, 0.197618, -0.980137), }, + Vertex { position: (-2.050292, -0.755566, -1.114167), + normal: (0.053195, 0.343167, -0.937767), }, + Vertex { position: (-2.292049, -0.933921, -1.128136), + normal: (0.095019, 0.330845, -0.938889), }, + Vertex { position: (-2.276341, -0.689823, -1.268026), + normal: (0.136801, 0.29658, -0.945159), }, + Vertex { position: (-2.050292, -0.755566, -1.114167), + normal: (0.053195, 0.343167, -0.937767), }, + Vertex { position: (-2.276341, -0.689823, -1.268026), + normal: (0.136801, 0.29658, -0.945159), }, + Vertex { position: (-2.033655, -0.526012, -1.277639), + normal: (0.032424, 0.316591, -0.948008), }, + Vertex { position: (-2.043593, -0.875823, -1.028879), + normal: (0.057735, 0.173734, -0.983099), }, + Vertex { position: (-2.299356, -1.025449, -1.044687), + normal: (0.53288, -0.088285, 0.841573), }, + Vertex { position: (-2.292049, -0.933921, -1.128136), + normal: (0.095019, 0.330845, -0.938889), }, + Vertex { position: (-2.043593, -0.875823, -1.028879), + normal: (0.057735, 0.173734, -0.983099), }, + Vertex { position: (-2.292049, -0.933921, -1.128136), + normal: (0.095019, 0.330845, -0.938889), }, + Vertex { position: (-2.050292, -0.755566, -1.114167), + normal: (0.053195, 0.343167, -0.937767), }, + Vertex { position: (-2.033406, -0.91003, -0.96422), + normal: (0.058723, -0.195869, -0.97887), }, + Vertex { position: (-2.306662, -1.116976, -0.961238), + normal: (0.07657, 0.16758, -0.982881), }, + Vertex { position: (-2.299356, -1.025449, -1.044687), + normal: (0.53288, -0.088285, 0.841573), }, + Vertex { position: (-2.033406, -0.91003, -0.96422), + normal: (0.058723, -0.195869, -0.97887), }, + Vertex { position: (-2.299356, -1.025449, -1.044687), + normal: (0.53288, -0.088285, 0.841573), }, + Vertex { position: (-2.043593, -0.875823, -1.028879), + normal: (0.057735, 0.173734, -0.983099), }, + Vertex { position: (-2.079597, 1.817785, -0.138375), + normal: (0.088769, -0.475351, -0.875307), }, + Vertex { position: (-2.672899, 1.90511, -0.067168), + normal: (0.079214, -0.175111, -0.981357), }, + Vertex { position: (-2.629466, 1.918204, 0.0), + normal: (0.03611, 0.999348, 0.0), }, + Vertex { position: (-2.079597, 1.817785, -0.138375), + normal: (0.088769, -0.475351, -0.875307), }, + Vertex { position: (-2.629466, 1.918204, 0.0), + normal: (0.03611, 0.999348, 0.0), }, + Vertex { position: (-2.057387, 1.841308, 0.0), + normal: (0.181762, -0.983343, 0.0), }, + Vertex { position: (-2.10017, 1.78998, -0.229245), + normal: (0.099302, -0.563694, -0.819993), }, + Vertex { position: (-2.697367, 1.871291, -0.218796), + normal: (0.204115, -0.405276, -0.891116), }, + Vertex { position: (-2.672899, 1.90511, -0.067168), + normal: (0.079214, -0.175111, -0.981357), }, + Vertex { position: (-2.10017, 1.78998, -0.229245), + normal: (0.099302, -0.563694, -0.819993), }, + Vertex { position: (-2.672899, 1.90511, -0.067168), + normal: (0.079214, -0.175111, -0.981357), }, + Vertex { position: (-2.079597, 1.817785, -0.138375), + normal: (0.088769, -0.475351, -0.875307), }, + Vertex { position: (-2.137524, 1.753182, -0.433142), + normal: (0.093801, -0.705497, -0.702478), }, + Vertex { position: (-2.703112, 1.825435, -0.395127), + normal: (0.396045, -0.47666, -0.784821), }, + Vertex { position: (-2.697367, 1.871291, -0.218796), + normal: (0.204115, -0.405276, -0.891116), }, + Vertex { position: (-2.137524, 1.753182, -0.433142), + normal: (0.093801, -0.705497, -0.702478), }, + Vertex { position: (-2.697367, 1.871291, -0.218796), + normal: (0.204115, -0.405276, -0.891116), }, + Vertex { position: (-2.10017, 1.78998, -0.229245), + normal: (0.099302, -0.563694, -0.819993), }, + Vertex { position: (-2.172139, 1.62301, -0.805318), + normal: (0.058028, -0.329667, -0.942312), }, + Vertex { position: (-2.715246, 1.746763, -0.604653), + normal: (0.238702, -0.258568, -0.936037), }, + Vertex { position: (-2.703112, 1.825435, -0.395127), + normal: (0.396045, -0.47666, -0.784821), }, + Vertex { position: (-2.172139, 1.62301, -0.805318), + normal: (0.058028, -0.329667, -0.942312), }, + Vertex { position: (-2.703112, 1.825435, -0.395127), + normal: (0.396045, -0.47666, -0.784821), }, + Vertex { position: (-2.137524, 1.753182, -0.433142), + normal: (0.093801, -0.705497, -0.702478), }, + Vertex { position: (-2.205791, 1.356023, -1.081662), + normal: (0.096347, 0.961203, -0.258467), }, + Vertex { position: (-2.71748, 1.576797, -0.875971), + normal: (0.11717, 0.938619, -0.324447), }, + Vertex { position: (-2.715246, 1.746763, -0.604653), + normal: (0.238702, -0.258568, -0.936037), }, + Vertex { position: (-2.205791, 1.356023, -1.081662), + normal: (0.096347, 0.961203, -0.258467), }, + Vertex { position: (-2.715246, 1.746763, -0.604653), + normal: (0.238702, -0.258568, -0.936037), }, + Vertex { position: (-2.172139, 1.62301, -0.805318), + normal: (0.058028, -0.329667, -0.942312), }, + Vertex { position: (-2.296056, 1.06281, -1.171139), + normal: (0.098712, 0.966371, -0.23745), }, + Vertex { position: (-2.68493, 1.262021, -1.11049), + normal: (0.080398, 0.9582, -0.274571), }, + Vertex { position: (-2.71748, 1.576797, -0.875971), + normal: (0.11717, 0.938619, -0.324447), }, + Vertex { position: (-2.296056, 1.06281, -1.171139), + normal: (0.098712, 0.966371, -0.23745), }, + Vertex { position: (-2.71748, 1.576797, -0.875971), + normal: (0.11717, 0.938619, -0.324447), }, + Vertex { position: (-2.205791, 1.356023, -1.081662), + normal: (0.096347, 0.961203, -0.258467), }, + Vertex { position: (-2.298249, 0.768333, -1.203884), + normal: (0.079848, 0.962653, -0.258695), }, + Vertex { position: (-2.572286, 0.835495, -1.252192), + normal: (0.069061, 0.958871, -0.275312), }, + Vertex { position: (-2.68493, 1.262021, -1.11049), + normal: (0.080398, 0.9582, -0.274571), }, + Vertex { position: (-2.298249, 0.768333, -1.203884), + normal: (0.079848, 0.962653, -0.258695), }, + Vertex { position: (-2.68493, 1.262021, -1.11049), + normal: (0.080398, 0.9582, -0.274571), }, + Vertex { position: (-2.296056, 1.06281, -1.171139), + normal: (0.098712, 0.966371, -0.23745), }, + Vertex { position: (-2.256285, 0.547326, -1.238301), + normal: (0.031476, 0.864418, -0.501788), }, + Vertex { position: (-2.536112, 0.656633, -1.269661), + normal: (0.051291, 0.888276, -0.456438), }, + Vertex { position: (-2.572286, 0.835495, -1.252192), + normal: (0.069061, 0.958871, -0.275312), }, + Vertex { position: (-2.256285, 0.547326, -1.238301), + normal: (0.031476, 0.864418, -0.501788), }, + Vertex { position: (-2.572286, 0.835495, -1.252192), + normal: (0.069061, 0.958871, -0.275312), }, + Vertex { position: (-2.298249, 0.768333, -1.203884), + normal: (0.079848, 0.962653, -0.258695), }, + Vertex { position: (-2.1584, 0.381542, -1.272962), + normal: (-0.004377, 0.58747, -0.809234), }, + Vertex { position: (-2.520947, 0.559036, -1.273617), + normal: (-0.008282, 0.691944, -0.721904), }, + Vertex { position: (-2.536112, 0.656633, -1.269661), + normal: (0.051291, 0.888276, -0.456438), }, + Vertex { position: (-2.1584, 0.381542, -1.272962), + normal: (-0.004377, 0.58747, -0.809234), }, + Vertex { position: (-2.536112, 0.656633, -1.269661), + normal: (0.051291, 0.888276, -0.456438), }, + Vertex { position: (-2.256285, 0.547326, -1.238301), + normal: (0.031476, 0.864418, -0.501788), }, + Vertex { position: (-2.070413, 0.207766, -1.335106), + normal: (0.044022, 0.273891, -0.960753), }, + Vertex { position: (-2.47375, 0.300945, -1.316695), + normal: (-0.0448, 0.42163, -0.905661), }, + Vertex { position: (-2.520947, 0.559036, -1.273617), + normal: (-0.008282, 0.691944, -0.721904), }, + Vertex { position: (-2.070413, 0.207766, -1.335106), + normal: (0.044022, 0.273891, -0.960753), }, + Vertex { position: (-2.520947, 0.559036, -1.273617), + normal: (-0.008282, 0.691944, -0.721904), }, + Vertex { position: (-2.1584, 0.381542, -1.272962), + normal: (-0.004377, 0.58747, -0.809234), }, + Vertex { position: (-2.064786, 0.018789, -1.411866), + normal: (0.136965, 0.155729, -0.978258), }, + Vertex { position: (-2.433366, 0.078222, -1.371269), + normal: (-0.02449, 0.224062, -0.974267), }, + Vertex { position: (-2.47375, 0.300945, -1.316695), + normal: (-0.0448, 0.42163, -0.905661), }, + Vertex { position: (-2.064786, 0.018789, -1.411866), + normal: (0.136965, 0.155729, -0.978258), }, + Vertex { position: (-2.47375, 0.300945, -1.316695), + normal: (-0.0448, 0.42163, -0.905661), }, + Vertex { position: (-2.070413, 0.207766, -1.335106), + normal: (0.044022, 0.273891, -0.960753), }, + Vertex { position: (-2.187634, -0.375454, -1.406902), + normal: (0.173447, 0.205435, -0.963178), }, + Vertex { position: (-2.41473, -0.108377, -1.395384), + normal: (-0.017579, 0.132168, -0.991072), }, + Vertex { position: (-2.433366, 0.078222, -1.371269), + normal: (-0.02449, 0.224062, -0.974267), }, + Vertex { position: (-2.187634, -0.375454, -1.406902), + normal: (0.173447, 0.205435, -0.963178), }, + Vertex { position: (-2.433366, 0.078222, -1.371269), + normal: (-0.02449, 0.224062, -0.974267), }, + Vertex { position: (-2.064786, 0.018789, -1.411866), + normal: (0.136965, 0.155729, -0.978258), }, + Vertex { position: (-2.276341, -0.689823, -1.268026), + normal: (0.136801, 0.29658, -0.945159), }, + Vertex { position: (-2.38292, -0.41745, -1.375045), + normal: (-0.055858, 0.145868, -0.987726), }, + Vertex { position: (-2.41473, -0.108377, -1.395384), + normal: (-0.017579, 0.132168, -0.991072), }, + Vertex { position: (-2.276341, -0.689823, -1.268026), + normal: (0.136801, 0.29658, -0.945159), }, + Vertex { position: (-2.41473, -0.108377, -1.395384), + normal: (-0.017579, 0.132168, -0.991072), }, + Vertex { position: (-2.187634, -0.375454, -1.406902), + normal: (0.173447, 0.205435, -0.963178), }, + Vertex { position: (-2.292049, -0.933921, -1.128136), + normal: (0.095019, 0.330845, -0.938889), }, + Vertex { position: (-2.430508, -0.822313, -1.254486), + normal: (-0.115746, 0.20405, -0.972094), }, + Vertex { position: (-2.38292, -0.41745, -1.375045), + normal: (-0.055858, 0.145868, -0.987726), }, + Vertex { position: (-2.292049, -0.933921, -1.128136), + normal: (0.095019, 0.330845, -0.938889), }, + Vertex { position: (-2.38292, -0.41745, -1.375045), + normal: (-0.055858, 0.145868, -0.987726), }, + Vertex { position: (-2.276341, -0.689823, -1.268026), + normal: (0.136801, 0.29658, -0.945159), }, + Vertex { position: (-2.299356, -1.025449, -1.044687), + normal: (0.53288, -0.088285, 0.841573), }, + Vertex { position: (-2.566746, -1.211312, -1.167101), + normal: (-0.164191, 0.153328, -0.974439), }, + Vertex { position: (-2.430508, -0.822313, -1.254486), + normal: (-0.115746, 0.20405, -0.972094), }, + Vertex { position: (-2.299356, -1.025449, -1.044687), + normal: (0.53288, -0.088285, 0.841573), }, + Vertex { position: (-2.430508, -0.822313, -1.254486), + normal: (-0.115746, 0.20405, -0.972094), }, + Vertex { position: (-2.292049, -0.933921, -1.128136), + normal: (0.095019, 0.330845, -0.938889), }, + Vertex { position: (-2.672899, 1.90511, -0.067168), + normal: (0.079214, -0.175111, -0.981357), }, + Vertex { position: (-3.053102, 1.96881, -0.051104), + normal: (0.005821, -0.234321, -0.972142), }, + Vertex { position: (-3.037562, 2.001526, 0.0), + normal: (0.012502, -0.999922, 0.0), }, + Vertex { position: (-2.672899, 1.90511, -0.067168), + normal: (0.079214, -0.175111, -0.981357), }, + Vertex { position: (-3.037562, 2.001526, 0.0), + normal: (0.012502, -0.999922, 0.0), }, + Vertex { position: (-2.629466, 1.918204, 0.0), + normal: (0.03611, 0.999348, 0.0), }, + Vertex { position: (-2.697367, 1.871291, -0.218796), + normal: (0.204115, -0.405276, -0.891116), }, + Vertex { position: (-3.077669, 1.871112, -0.217368), + normal: (0.243464, -0.335965, -0.909864), }, + Vertex { position: (-3.053102, 1.96881, -0.051104), + normal: (0.005821, -0.234321, -0.972142), }, + Vertex { position: (-2.697367, 1.871291, -0.218796), + normal: (0.204115, -0.405276, -0.891116), }, + Vertex { position: (-3.053102, 1.96881, -0.051104), + normal: (0.005821, -0.234321, -0.972142), }, + Vertex { position: (-2.672899, 1.90511, -0.067168), + normal: (0.079214, -0.175111, -0.981357), }, + Vertex { position: (-2.703112, 1.825435, -0.395127), + normal: (0.396045, -0.47666, -0.784821), }, + Vertex { position: (-3.07531, 1.846, -0.363149), + normal: (0.49938, -0.45475, -0.737443), }, + Vertex { position: (-3.077669, 1.871112, -0.217368), + normal: (0.243464, -0.335965, -0.909864), }, + Vertex { position: (-2.703112, 1.825435, -0.395127), + normal: (0.396045, -0.47666, -0.784821), }, + Vertex { position: (-3.077669, 1.871112, -0.217368), + normal: (0.243464, -0.335965, -0.909864), }, + Vertex { position: (-2.697367, 1.871291, -0.218796), + normal: (0.204115, -0.405276, -0.891116), }, + Vertex { position: (-2.715246, 1.746763, -0.604653), + normal: (0.238702, -0.258568, -0.936037), }, + Vertex { position: (-3.109047, 1.789477, -0.565323), + normal: (0.573426, -0.441087, -0.69038), }, + Vertex { position: (-3.07531, 1.846, -0.363149), + normal: (0.49938, -0.45475, -0.737443), }, + Vertex { position: (-2.715246, 1.746763, -0.604653), + normal: (0.238702, -0.258568, -0.936037), }, + Vertex { position: (-3.07531, 1.846, -0.363149), + normal: (0.49938, -0.45475, -0.737443), }, + Vertex { position: (-2.703112, 1.825435, -0.395127), + normal: (0.396045, -0.47666, -0.784821), }, + Vertex { position: (-2.71748, 1.576797, -0.875971), + normal: (0.11717, 0.938619, -0.324447), }, + Vertex { position: (-3.08565, 1.65734, -0.784479), + normal: (0.1643, 0.873906, -0.457487), }, + Vertex { position: (-3.109047, 1.789477, -0.565323), + normal: (0.573426, -0.441087, -0.69038), }, + Vertex { position: (-2.71748, 1.576797, -0.875971), + normal: (0.11717, 0.938619, -0.324447), }, + Vertex { position: (-3.109047, 1.789477, -0.565323), + normal: (0.573426, -0.441087, -0.69038), }, + Vertex { position: (-2.715246, 1.746763, -0.604653), + normal: (0.238702, -0.258568, -0.936037), }, + Vertex { position: (-2.68493, 1.262021, -1.11049), + normal: (0.080398, 0.9582, -0.274571), }, + Vertex { position: (-3.028932, 1.461517, -0.941324), + normal: (-0.012448, 0.906487, -0.422051), }, + Vertex { position: (-3.08565, 1.65734, -0.784479), + normal: (0.1643, 0.873906, -0.457487), }, + Vertex { position: (-2.68493, 1.262021, -1.11049), + normal: (0.080398, 0.9582, -0.274571), }, + Vertex { position: (-3.08565, 1.65734, -0.784479), + normal: (0.1643, 0.873906, -0.457487), }, + Vertex { position: (-2.71748, 1.576797, -0.875971), + normal: (0.11717, 0.938619, -0.324447), }, + Vertex { position: (-2.572286, 0.835495, -1.252192), + normal: (0.069061, 0.958871, -0.275312), }, + Vertex { position: (-2.930312, 1.10358, -1.125876), + normal: (-0.051905, 0.965082, -0.256753), }, + Vertex { position: (-3.028932, 1.461517, -0.941324), + normal: (-0.012448, 0.906487, -0.422051), }, + Vertex { position: (-2.572286, 0.835495, -1.252192), + normal: (0.069061, 0.958871, -0.275312), }, + Vertex { position: (-3.028932, 1.461517, -0.941324), + normal: (-0.012448, 0.906487, -0.422051), }, + Vertex { position: (-2.68493, 1.262021, -1.11049), + normal: (0.080398, 0.9582, -0.274571), }, + Vertex { position: (-2.536112, 0.656633, -1.269661), + normal: (0.051291, 0.888276, -0.456438), }, + Vertex { position: (-2.825835, 0.755899, -1.209042), + normal: (-0.088843, 0.888, -0.45118), }, + Vertex { position: (-2.930312, 1.10358, -1.125876), + normal: (-0.051905, 0.965082, -0.256753), }, + Vertex { position: (-2.536112, 0.656633, -1.269661), + normal: (0.051291, 0.888276, -0.456438), }, + Vertex { position: (-2.930312, 1.10358, -1.125876), + normal: (-0.051905, 0.965082, -0.256753), }, + Vertex { position: (-2.572286, 0.835495, -1.252192), + normal: (0.069061, 0.958871, -0.275312), }, + Vertex { position: (-2.520947, 0.559036, -1.273617), + normal: (-0.008282, 0.691944, -0.721904), }, + Vertex { position: (-2.79063, 0.46881, -1.224273), + normal: (-0.169971, 0.704712, -0.688833), }, + Vertex { position: (-2.825835, 0.755899, -1.209042), + normal: (-0.088843, 0.888, -0.45118), }, + Vertex { position: (-2.520947, 0.559036, -1.273617), + normal: (-0.008282, 0.691944, -0.721904), }, + Vertex { position: (-2.825835, 0.755899, -1.209042), + normal: (-0.088843, 0.888, -0.45118), }, + Vertex { position: (-2.536112, 0.656633, -1.269661), + normal: (0.051291, 0.888276, -0.456438), }, + Vertex { position: (-2.47375, 0.300945, -1.316695), + normal: (-0.0448, 0.42163, -0.905661), }, + Vertex { position: (-2.787011, 0.264495, -1.237352), + normal: (-0.261543, 0.44691, -0.855492), }, + Vertex { position: (-2.79063, 0.46881, -1.224273), + normal: (-0.169971, 0.704712, -0.688833), }, + Vertex { position: (-2.47375, 0.300945, -1.316695), + normal: (-0.0448, 0.42163, -0.905661), }, + Vertex { position: (-2.79063, 0.46881, -1.224273), + normal: (-0.169971, 0.704712, -0.688833), }, + Vertex { position: (-2.520947, 0.559036, -1.273617), + normal: (-0.008282, 0.691944, -0.721904), }, + Vertex { position: (-2.433366, 0.078222, -1.371269), + normal: (-0.02449, 0.224062, -0.974267), }, + Vertex { position: (-2.687022, 0.076781, -1.290565), + normal: (-0.33898, 0.203127, -0.918603), }, + Vertex { position: (-2.787011, 0.264495, -1.237352), + normal: (-0.261543, 0.44691, -0.855492), }, + Vertex { position: (-2.433366, 0.078222, -1.371269), + normal: (-0.02449, 0.224062, -0.974267), }, + Vertex { position: (-2.787011, 0.264495, -1.237352), + normal: (-0.261543, 0.44691, -0.855492), }, + Vertex { position: (-2.47375, 0.300945, -1.316695), + normal: (-0.0448, 0.42163, -0.905661), }, + Vertex { position: (-2.41473, -0.108377, -1.395384), + normal: (-0.017579, 0.132168, -0.991072), }, + Vertex { position: (-2.649338, -0.241719, -1.339644), + normal: (-0.351241, 0.075821, -0.93321), }, + Vertex { position: (-2.687022, 0.076781, -1.290565), + normal: (-0.33898, 0.203127, -0.918603), }, + Vertex { position: (-2.41473, -0.108377, -1.395384), + normal: (-0.017579, 0.132168, -0.991072), }, + Vertex { position: (-2.687022, 0.076781, -1.290565), + normal: (-0.33898, 0.203127, -0.918603), }, + Vertex { position: (-2.433366, 0.078222, -1.371269), + normal: (-0.02449, 0.224062, -0.974267), }, + Vertex { position: (-2.38292, -0.41745, -1.375045), + normal: (-0.055858, 0.145868, -0.987726), }, + Vertex { position: (-2.616467, -0.511373, -1.344133), + normal: (-0.311485, 0.082882, -0.94663), }, + Vertex { position: (-2.649338, -0.241719, -1.339644), + normal: (-0.351241, 0.075821, -0.93321), }, + Vertex { position: (-2.38292, -0.41745, -1.375045), + normal: (-0.055858, 0.145868, -0.987726), }, + Vertex { position: (-2.649338, -0.241719, -1.339644), + normal: (-0.351241, 0.075821, -0.93321), }, + Vertex { position: (-2.41473, -0.108377, -1.395384), + normal: (-0.017579, 0.132168, -0.991072), }, + Vertex { position: (-2.430508, -0.822313, -1.254486), + normal: (-0.115746, 0.20405, -0.972094), }, + Vertex { position: (-2.624856, -0.8882, -1.261176), + normal: (-0.285709, 0.130064, -0.949449), }, + Vertex { position: (-2.616467, -0.511373, -1.344133), + normal: (-0.311485, 0.082882, -0.94663), }, + Vertex { position: (-2.430508, -0.822313, -1.254486), + normal: (-0.115746, 0.20405, -0.972094), }, + Vertex { position: (-2.616467, -0.511373, -1.344133), + normal: (-0.311485, 0.082882, -0.94663), }, + Vertex { position: (-2.38292, -0.41745, -1.375045), + normal: (-0.055858, 0.145868, -0.987726), }, + Vertex { position: (-2.566746, -1.211312, -1.167101), + normal: (-0.164191, 0.153328, -0.974439), }, + Vertex { position: (-2.725776, -1.214862, -1.190384), + normal: (-0.279485, 0.127803, -0.951606), }, + Vertex { position: (-2.624856, -0.8882, -1.261176), + normal: (-0.285709, 0.130064, -0.949449), }, + Vertex { position: (-2.566746, -1.211312, -1.167101), + normal: (-0.164191, 0.153328, -0.974439), }, + Vertex { position: (-2.624856, -0.8882, -1.261176), + normal: (-0.285709, 0.130064, -0.949449), }, + Vertex { position: (-2.430508, -0.822313, -1.254486), + normal: (-0.115746, 0.20405, -0.972094), }, + Vertex { position: (-2.765069, -1.561164, -1.084313), + normal: (-0.15812, -0.033626, -0.986847), }, + Vertex { position: (-2.862576, -1.546894, -1.117139), + normal: (-0.234266, 0.044111, -0.971171), }, + Vertex { position: (-2.725776, -1.214862, -1.190384), + normal: (-0.279485, 0.127803, -0.951606), }, + Vertex { position: (-2.765069, -1.561164, -1.084313), + normal: (-0.15812, -0.033626, -0.986847), }, + Vertex { position: (-2.725776, -1.214862, -1.190384), + normal: (-0.279485, 0.127803, -0.951606), }, + Vertex { position: (-2.566746, -1.211312, -1.167101), + normal: (-0.164191, 0.153328, -0.974439), }, + Vertex { position: (-3.35851, 1.810253, -0.380095), + normal: (-0.108631, -0.122719, -0.986478), }, + Vertex { position: (-3.519716, 1.685231, -0.31713), + normal: (-0.379807, -0.084066, -0.921238), }, + Vertex { position: (-3.507689, 1.700214, 0.0), + normal: (-0.153783, -0.988105, 0.0), }, + Vertex { position: (-3.35851, 1.810253, -0.380095), + normal: (-0.108631, -0.122719, -0.986478), }, + Vertex { position: (-3.507689, 1.700214, 0.0), + normal: (-0.153783, -0.988105, 0.0), }, + Vertex { position: (-3.392806, 1.769365, 0.0), + normal: (0.072535, 0.997366, 0.0), }, + Vertex { position: (-3.395381, 1.726325, -0.55477), + normal: (-0.006683, -0.232823, -0.972496), }, + Vertex { position: (-3.527168, 1.583508, -0.512679), + normal: (-0.373751, -0.169261, -0.911954), }, + Vertex { position: (-3.519716, 1.685231, -0.31713), + normal: (-0.379807, -0.084066, -0.921238), }, + Vertex { position: (-3.395381, 1.726325, -0.55477), + normal: (-0.006683, -0.232823, -0.972496), }, + Vertex { position: (-3.519716, 1.685231, -0.31713), + normal: (-0.379807, -0.084066, -0.921238), }, + Vertex { position: (-3.35851, 1.810253, -0.380095), + normal: (-0.108631, -0.122719, -0.986478), }, + Vertex { position: (-3.338742, 1.598933, -0.689636), + normal: (-0.004872, -0.216103, -0.976358), }, + Vertex { position: (-3.512997, 1.44805, -0.611386), + normal: (-0.426971, -0.09322, -0.899447), }, + Vertex { position: (-3.527168, 1.583508, -0.512679), + normal: (-0.373751, -0.169261, -0.911954), }, + Vertex { position: (-3.338742, 1.598933, -0.689636), + normal: (-0.004872, -0.216103, -0.976358), }, + Vertex { position: (-3.527168, 1.583508, -0.512679), + normal: (-0.373751, -0.169261, -0.911954), }, + Vertex { position: (-3.395381, 1.726325, -0.55477), + normal: (-0.006683, -0.232823, -0.972496), }, + Vertex { position: (-3.27808, 1.432418, -0.853958), + normal: (0.193955, -0.251788, -0.948148), }, + Vertex { position: (-3.476235, 1.287798, -0.704766), + normal: (-0.457657, 0.090776, -0.884483), }, + Vertex { position: (-3.512997, 1.44805, -0.611386), + normal: (-0.426971, -0.09322, -0.899447), }, + Vertex { position: (-3.27808, 1.432418, -0.853958), + normal: (0.193955, -0.251788, -0.948148), }, + Vertex { position: (-3.512997, 1.44805, -0.611386), + normal: (-0.426971, -0.09322, -0.899447), }, + Vertex { position: (-3.338742, 1.598933, -0.689636), + normal: (-0.004872, -0.216103, -0.976358), }, + Vertex { position: (-3.244771, 1.19554, -0.910945), + normal: (-0.337275, 0.918092, -0.208215), }, + Vertex { position: (-3.442151, 1.105486, -0.762934), + normal: (-0.575033, 0.794917, -0.193504), }, + Vertex { position: (-3.476235, 1.287798, -0.704766), + normal: (-0.457657, 0.090776, -0.884483), }, + Vertex { position: (-3.244771, 1.19554, -0.910945), + normal: (-0.337275, 0.918092, -0.208215), }, + Vertex { position: (-3.476235, 1.287798, -0.704766), + normal: (-0.457657, 0.090776, -0.884483), }, + Vertex { position: (-3.27808, 1.432418, -0.853958), + normal: (0.193955, -0.251788, -0.948148), }, + Vertex { position: (-3.19641, 0.797564, -0.985913), + normal: (-0.47652, 0.732046, -0.486866), }, + Vertex { position: (-3.379131, 0.767915, -0.885996), + normal: (-0.636638, 0.552106, -0.538397), }, + Vertex { position: (-3.442151, 1.105486, -0.762934), + normal: (-0.575033, 0.794917, -0.193504), }, + Vertex { position: (-3.19641, 0.797564, -0.985913), + normal: (-0.47652, 0.732046, -0.486866), }, + Vertex { position: (-3.442151, 1.105486, -0.762934), + normal: (-0.575033, 0.794917, -0.193504), }, + Vertex { position: (-3.244771, 1.19554, -0.910945), + normal: (-0.337275, 0.918092, -0.208215), }, + Vertex { position: (-3.112555, 0.457376, -1.084816), + normal: (-0.505556, 0.519614, -0.688778), }, + Vertex { position: (-3.306875, 0.379713, -0.98762), + normal: (-0.643784, 0.341688, -0.684684), }, + Vertex { position: (-3.379131, 0.767915, -0.885996), + normal: (-0.636638, 0.552106, -0.538397), }, + Vertex { position: (-3.112555, 0.457376, -1.084816), + normal: (-0.505556, 0.519614, -0.688778), }, + Vertex { position: (-3.379131, 0.767915, -0.885996), + normal: (-0.636638, 0.552106, -0.538397), }, + Vertex { position: (-3.19641, 0.797564, -0.985913), + normal: (-0.47652, 0.732046, -0.486866), }, + Vertex { position: (-3.044646, 0.224321, -1.164934), + normal: (-0.539732, 0.31653, -0.780063), }, + Vertex { position: (-3.251181, 0.175063, -1.053445), + normal: (-0.646492, 0.202786, -0.735477), }, + Vertex { position: (-3.306875, 0.379713, -0.98762), + normal: (-0.643784, 0.341688, -0.684684), }, + Vertex { position: (-3.044646, 0.224321, -1.164934), + normal: (-0.539732, 0.31653, -0.780063), }, + Vertex { position: (-3.306875, 0.379713, -0.98762), + normal: (-0.643784, 0.341688, -0.684684), }, + Vertex { position: (-3.112555, 0.457376, -1.084816), + normal: (-0.505556, 0.519614, -0.688778), }, + Vertex { position: (-2.971546, 0.032038, -1.215971), + normal: (-0.545639, 0.142044, -0.825894), }, + Vertex { position: (-3.160225, -0.018852, -1.113626), + normal: (-0.624566, 0.121329, -0.77149), }, + Vertex { position: (-3.251181, 0.175063, -1.053445), + normal: (-0.646492, 0.202786, -0.735477), }, + Vertex { position: (-2.971546, 0.032038, -1.215971), + normal: (-0.545639, 0.142044, -0.825894), }, + Vertex { position: (-3.251181, 0.175063, -1.053445), + normal: (-0.646492, 0.202786, -0.735477), }, + Vertex { position: (-3.044646, 0.224321, -1.164934), + normal: (-0.539732, 0.31653, -0.780063), }, + Vertex { position: (-2.90708, -0.345582, -1.281557), + normal: (-0.512472, 0.102596, -0.852553), }, + Vertex { position: (-3.101125, -0.35476, -1.162409), + normal: (-0.588581, 0.130279, -0.797872), }, + Vertex { position: (-3.160225, -0.018852, -1.113626), + normal: (-0.624566, 0.121329, -0.77149), }, + Vertex { position: (-2.90708, -0.345582, -1.281557), + normal: (-0.512472, 0.102596, -0.852553), }, + Vertex { position: (-3.160225, -0.018852, -1.113626), + normal: (-0.624566, 0.121329, -0.77149), }, + Vertex { position: (-2.971546, 0.032038, -1.215971), + normal: (-0.545639, 0.142044, -0.825894), }, + Vertex { position: (-2.901159, -0.619504, -1.284058), + normal: (-0.449233, 0.123555, -0.88483), }, + Vertex { position: (-3.096267, -0.6681, -1.140081), + normal: (-0.553145, 0.12021, -0.824367), }, + Vertex { position: (-3.101125, -0.35476, -1.162409), + normal: (-0.588581, 0.130279, -0.797872), }, + Vertex { position: (-2.901159, -0.619504, -1.284058), + normal: (-0.449233, 0.123555, -0.88483), }, + Vertex { position: (-3.101125, -0.35476, -1.162409), + normal: (-0.588581, 0.130279, -0.797872), }, + Vertex { position: (-2.90708, -0.345582, -1.281557), + normal: (-0.512472, 0.102596, -0.852553), }, + Vertex { position: (-2.937658, -1.002749, -1.219413), + normal: (-0.404056, 0.117264, -0.907187), }, + Vertex { position: (-3.122061, -0.998702, -1.065015), + normal: (-0.547788, 0.055501, -0.834774), }, + Vertex { position: (-3.096267, -0.6681, -1.140081), + normal: (-0.553145, 0.12021, -0.824367), }, + Vertex { position: (-2.937658, -1.002749, -1.219413), + normal: (-0.404056, 0.117264, -0.907187), }, + Vertex { position: (-3.096267, -0.6681, -1.140081), + normal: (-0.553145, 0.12021, -0.824367), }, + Vertex { position: (-2.901159, -0.619504, -1.284058), + normal: (-0.449233, 0.123555, -0.88483), }, + Vertex { position: (-2.982676, -1.264649, -1.133596), + normal: (-0.387051, 0.087837, -0.917865), }, + Vertex { position: (-3.15021, -1.259588, -1.001021), + normal: (-0.563128, 0.005618, -0.826351), }, + Vertex { position: (-3.122061, -0.998702, -1.065015), + normal: (-0.547788, 0.055501, -0.834774), }, + Vertex { position: (-2.982676, -1.264649, -1.133596), + normal: (-0.387051, 0.087837, -0.917865), }, + Vertex { position: (-3.122061, -0.998702, -1.065015), + normal: (-0.547788, 0.055501, -0.834774), }, + Vertex { position: (-2.937658, -1.002749, -1.219413), + normal: (-0.404056, 0.117264, -0.907187), }, + Vertex { position: (-3.063133, -1.440555, -1.090926), + normal: (-0.390861, 0.032481, -0.919876), }, + Vertex { position: (-3.188954, -1.408279, -0.963611), + normal: (-0.596319, -0.021767, -0.802452), }, + Vertex { position: (-3.15021, -1.259588, -1.001021), + normal: (-0.563128, 0.005618, -0.826351), }, + Vertex { position: (-3.063133, -1.440555, -1.090926), + normal: (-0.390861, 0.032481, -0.919876), }, + Vertex { position: (-3.15021, -1.259588, -1.001021), + normal: (-0.563128, 0.005618, -0.826351), }, + Vertex { position: (-2.982676, -1.264649, -1.133596), + normal: (-0.387051, 0.087837, -0.917865), }, + Vertex { position: (-3.519716, 1.685231, -0.31713), + normal: (-0.379807, -0.084066, -0.921238), }, + Vertex { position: (-3.734989, 1.589433, -0.295202), + normal: (-0.6343, -0.110875, -0.765095), }, + Vertex { position: (-3.690685, 1.60208, 0.0), + normal: (-0.626255, -0.080061, -0.775497), }, + Vertex { position: (-3.519716, 1.685231, -0.31713), + normal: (-0.379807, -0.084066, -0.921238), }, + Vertex { position: (-3.690685, 1.60208, 0.0), + normal: (-0.626255, -0.080061, -0.775497), }, + Vertex { position: (-3.507689, 1.700214, 0.0), + normal: (-0.153783, -0.988105, 0.0), }, + Vertex { position: (-3.527168, 1.583508, -0.512679), + normal: (-0.373751, -0.169261, -0.911954), }, + Vertex { position: (-3.697974, 1.466697, -0.433432), + normal: (-0.619245, -0.050391, -0.783579), }, + Vertex { position: (-3.734989, 1.589433, -0.295202), + normal: (-0.6343, -0.110875, -0.765095), }, + Vertex { position: (-3.527168, 1.583508, -0.512679), + normal: (-0.373751, -0.169261, -0.911954), }, + Vertex { position: (-3.734989, 1.589433, -0.295202), + normal: (-0.6343, -0.110875, -0.765095), }, + Vertex { position: (-3.519716, 1.685231, -0.31713), + normal: (-0.379807, -0.084066, -0.921238), }, + Vertex { position: (-3.512997, 1.44805, -0.611386), + normal: (-0.426971, -0.09322, -0.899447), }, + Vertex { position: (-3.684619, 1.35069, -0.501428), + normal: (-0.549206, 0.149158, -0.822268), }, + Vertex { position: (-3.697974, 1.466697, -0.433432), + normal: (-0.619245, -0.050391, -0.783579), }, + Vertex { position: (-3.512997, 1.44805, -0.611386), + normal: (-0.426971, -0.09322, -0.899447), }, + Vertex { position: (-3.697974, 1.466697, -0.433432), + normal: (-0.619245, -0.050391, -0.783579), }, + Vertex { position: (-3.527168, 1.583508, -0.512679), + normal: (-0.373751, -0.169261, -0.911954), }, + Vertex { position: (-3.476235, 1.287798, -0.704766), + normal: (-0.457657, 0.090776, -0.884483), }, + Vertex { position: (-3.655148, 1.190938, -0.573692), + normal: (-0.846545, 0.532317, 0.0), }, + Vertex { position: (-3.684619, 1.35069, -0.501428), + normal: (-0.549206, 0.149158, -0.822268), }, + Vertex { position: (-3.476235, 1.287798, -0.704766), + normal: (-0.457657, 0.090776, -0.884483), }, + Vertex { position: (-3.684619, 1.35069, -0.501428), + normal: (-0.549206, 0.149158, -0.822268), }, + Vertex { position: (-3.512997, 1.44805, -0.611386), + normal: (-0.426971, -0.09322, -0.899447), }, + Vertex { position: (-3.442151, 1.105486, -0.762934), + normal: (-0.575033, 0.794917, -0.193504), }, + Vertex { position: (-3.639878, 1.015186, -0.615203), + normal: (-0.881408, 0.44424, -0.16053), }, + Vertex { position: (-3.655148, 1.190938, -0.573692), + normal: (-0.846545, 0.532317, 0.0), }, + Vertex { position: (-3.442151, 1.105486, -0.762934), + normal: (-0.575033, 0.794917, -0.193504), }, + Vertex { position: (-3.655148, 1.190938, -0.573692), + normal: (-0.846545, 0.532317, 0.0), }, + Vertex { position: (-3.476235, 1.287798, -0.704766), + normal: (-0.457657, 0.090776, -0.884483), }, + Vertex { position: (-3.379131, 0.767915, -0.885996), + normal: (-0.636638, 0.552106, -0.538397), }, + Vertex { position: (-3.582867, 0.734419, -0.697787), + normal: (-0.881352, 0.261345, -0.393596), }, + Vertex { position: (-3.639878, 1.015186, -0.615203), + normal: (-0.881408, 0.44424, -0.16053), }, + Vertex { position: (-3.379131, 0.767915, -0.885996), + normal: (-0.636638, 0.552106, -0.538397), }, + Vertex { position: (-3.639878, 1.015186, -0.615203), + normal: (-0.881408, 0.44424, -0.16053), }, + Vertex { position: (-3.442151, 1.105486, -0.762934), + normal: (-0.575033, 0.794917, -0.193504), }, + Vertex { position: (-3.306875, 0.379713, -0.98762), + normal: (-0.643784, 0.341688, -0.684684), }, + Vertex { position: (-3.504525, 0.405574, -0.847066), + normal: (-0.880731, 0.130089, -0.4554), }, + Vertex { position: (-3.582867, 0.734419, -0.697787), + normal: (-0.881352, 0.261345, -0.393596), }, + Vertex { position: (-3.306875, 0.379713, -0.98762), + normal: (-0.643784, 0.341688, -0.684684), }, + Vertex { position: (-3.582867, 0.734419, -0.697787), + normal: (-0.881352, 0.261345, -0.393596), }, + Vertex { position: (-3.379131, 0.767915, -0.885996), + normal: (-0.636638, 0.552106, -0.538397), }, + Vertex { position: (-3.251181, 0.175063, -1.053445), + normal: (-0.646492, 0.202786, -0.735477), }, + Vertex { position: (-3.424258, 0.158638, -0.918279), + normal: (-0.874101, 0.053175, -0.482825), }, + Vertex { position: (-3.504525, 0.405574, -0.847066), + normal: (-0.880731, 0.130089, -0.4554), }, + Vertex { position: (-3.251181, 0.175063, -1.053445), + normal: (-0.646492, 0.202786, -0.735477), }, + Vertex { position: (-3.504525, 0.405574, -0.847066), + normal: (-0.880731, 0.130089, -0.4554), }, + Vertex { position: (-3.306875, 0.379713, -0.98762), + normal: (-0.643784, 0.341688, -0.684684), }, + Vertex { position: (-3.160225, -0.018852, -1.113626), + normal: (-0.624566, 0.121329, -0.77149), }, + Vertex { position: (-3.365413, -0.113447, -0.9524), + normal: (-0.875552, 0.01506, -0.482889), }, + Vertex { position: (-3.424258, 0.158638, -0.918279), + normal: (-0.874101, 0.053175, -0.482825), }, + Vertex { position: (-3.160225, -0.018852, -1.113626), + normal: (-0.624566, 0.121329, -0.77149), }, + Vertex { position: (-3.424258, 0.158638, -0.918279), + normal: (-0.874101, 0.053175, -0.482825), }, + Vertex { position: (-3.251181, 0.175063, -1.053445), + normal: (-0.646492, 0.202786, -0.735477), }, + Vertex { position: (-3.101125, -0.35476, -1.162409), + normal: (-0.588581, 0.130279, -0.797872), }, + Vertex { position: (-3.290393, -0.424259, -0.984153), + normal: (-0.86587, -0.001845, -0.500266), }, + Vertex { position: (-3.365413, -0.113447, -0.9524), + normal: (-0.875552, 0.01506, -0.482889), }, + Vertex { position: (-3.101125, -0.35476, -1.162409), + normal: (-0.588581, 0.130279, -0.797872), }, + Vertex { position: (-3.365413, -0.113447, -0.9524), + normal: (-0.875552, 0.01506, -0.482889), }, + Vertex { position: (-3.160225, -0.018852, -1.113626), + normal: (-0.624566, 0.121329, -0.77149), }, + Vertex { position: (-3.096267, -0.6681, -1.140081), + normal: (-0.553145, 0.12021, -0.824367), }, + Vertex { position: (-3.233333, -0.683782, -1.015512), + normal: (-0.84112, -0.026303, -0.540209), }, + Vertex { position: (-3.290393, -0.424259, -0.984153), + normal: (-0.86587, -0.001845, -0.500266), }, + Vertex { position: (-3.096267, -0.6681, -1.140081), + normal: (-0.553145, 0.12021, -0.824367), }, + Vertex { position: (-3.290393, -0.424259, -0.984153), + normal: (-0.86587, -0.001845, -0.500266), }, + Vertex { position: (-3.101125, -0.35476, -1.162409), + normal: (-0.588581, 0.130279, -0.797872), }, + Vertex { position: (-3.122061, -0.998702, -1.065015), + normal: (-0.547788, 0.055501, -0.834774), }, + Vertex { position: (-3.238094, -0.979377, -0.961631), + normal: (-0.813168, -0.06637, -0.578232), }, + Vertex { position: (-3.233333, -0.683782, -1.015512), + normal: (-0.84112, -0.026303, -0.540209), }, + Vertex { position: (-3.122061, -0.998702, -1.065015), + normal: (-0.547788, 0.055501, -0.834774), }, + Vertex { position: (-3.233333, -0.683782, -1.015512), + normal: (-0.84112, -0.026303, -0.540209), }, + Vertex { position: (-3.096267, -0.6681, -1.140081), + normal: (-0.553145, 0.12021, -0.824367), }, + Vertex { position: (-3.15021, -1.259588, -1.001021), + normal: (-0.563128, 0.005618, -0.826351), }, + Vertex { position: (-3.27751, -1.177346, -0.9153), + normal: (-0.799953, -0.096213, -0.592299), }, + Vertex { position: (-3.238094, -0.979377, -0.961631), + normal: (-0.813168, -0.06637, -0.578232), }, + Vertex { position: (-3.15021, -1.259588, -1.001021), + normal: (-0.563128, 0.005618, -0.826351), }, + Vertex { position: (-3.238094, -0.979377, -0.961631), + normal: (-0.813168, -0.06637, -0.578232), }, + Vertex { position: (-3.122061, -0.998702, -1.065015), + normal: (-0.547788, 0.055501, -0.834774), }, + Vertex { position: (-3.188954, -1.408279, -0.963611), + normal: (-0.596319, -0.021767, -0.802452), }, + Vertex { position: (-3.319817, -1.365015, -0.886015), + normal: (-0.811102, -0.12903, -0.570495), }, + Vertex { position: (-3.27751, -1.177346, -0.9153), + normal: (-0.799953, -0.096213, -0.592299), }, + Vertex { position: (-3.188954, -1.408279, -0.963611), + normal: (-0.596319, -0.021767, -0.802452), }, + Vertex { position: (-3.27751, -1.177346, -0.9153), + normal: (-0.799953, -0.096213, -0.592299), }, + Vertex { position: (-3.15021, -1.259588, -1.001021), + normal: (-0.563128, 0.005618, -0.826351), }, + Vertex { position: (-3.734989, 1.589433, -0.295202), + normal: (-0.6343, -0.110875, -0.765095), }, + Vertex { position: (-3.709741, 1.351194, -0.211745), + normal: (-0.880002, -0.033987, -0.473752), }, + Vertex { position: (-3.709827, 1.417763, 0.0), + normal: (-0.848349, -0.120539, -0.515533), }, + Vertex { position: (-3.734989, 1.589433, -0.295202), + normal: (-0.6343, -0.110875, -0.765095), }, + Vertex { position: (-3.709827, 1.417763, 0.0), + normal: (-0.848349, -0.120539, -0.515533), }, + Vertex { position: (-3.690685, 1.60208, 0.0), + normal: (-0.626255, -0.080061, -0.775497), }, + Vertex { position: (-3.697974, 1.466697, -0.433432), + normal: (-0.619245, -0.050391, -0.783579), }, + Vertex { position: (-3.701634, 1.27265, -0.270469), + normal: (-0.870331, 0.069096, -0.487595), }, + Vertex { position: (-3.709741, 1.351194, -0.211745), + normal: (-0.880002, -0.033987, -0.473752), }, + Vertex { position: (-3.697974, 1.466697, -0.433432), + normal: (-0.619245, -0.050391, -0.783579), }, + Vertex { position: (-3.709741, 1.351194, -0.211745), + normal: (-0.880002, -0.033987, -0.473752), }, + Vertex { position: (-3.734989, 1.589433, -0.295202), + normal: (-0.6343, -0.110875, -0.765095), }, + Vertex { position: (-3.684619, 1.35069, -0.501428), + normal: (-0.549206, 0.149158, -0.822268), }, + Vertex { position: (-3.695872, 1.156978, -0.316829), + normal: (-0.822733, 0.223687, -0.522565), }, + Vertex { position: (-3.701634, 1.27265, -0.270469), + normal: (-0.870331, 0.069096, -0.487595), }, + Vertex { position: (-3.684619, 1.35069, -0.501428), + normal: (-0.549206, 0.149158, -0.822268), }, + Vertex { position: (-3.701634, 1.27265, -0.270469), + normal: (-0.870331, 0.069096, -0.487595), }, + Vertex { position: (-3.697974, 1.466697, -0.433432), + normal: (-0.619245, -0.050391, -0.783579), }, + Vertex { position: (-3.655148, 1.190938, -0.573692), + normal: (-0.846545, 0.532317, 0.0), }, + Vertex { position: (-3.672431, 1.044224, -0.364991), + normal: (-0.938447, -0.345423, 0.0), }, + Vertex { position: (-3.695872, 1.156978, -0.316829), + normal: (-0.822733, 0.223687, -0.522565), }, + Vertex { position: (-3.655148, 1.190938, -0.573692), + normal: (-0.846545, 0.532317, 0.0), }, + Vertex { position: (-3.695872, 1.156978, -0.316829), + normal: (-0.822733, 0.223687, -0.522565), }, + Vertex { position: (-3.684619, 1.35069, -0.501428), + normal: (-0.549206, 0.149158, -0.822268), }, + Vertex { position: (-3.639878, 1.015186, -0.615203), + normal: (-0.881408, 0.44424, -0.16053), }, + Vertex { position: (-3.664355, 0.932851, -0.370749), + normal: (-0.946902, -0.290276, 0.138264), }, + Vertex { position: (-3.672431, 1.044224, -0.364991), + normal: (-0.938447, -0.345423, 0.0), }, + Vertex { position: (-3.639878, 1.015186, -0.615203), + normal: (-0.881408, 0.44424, -0.16053), }, + Vertex { position: (-3.672431, 1.044224, -0.364991), + normal: (-0.938447, -0.345423, 0.0), }, + Vertex { position: (-3.655148, 1.190938, -0.573692), + normal: (-0.846545, 0.532317, 0.0), }, + Vertex { position: (-3.582867, 0.734419, -0.697787), + normal: (-0.881352, 0.261345, -0.393596), }, + Vertex { position: (-3.631292, 0.701013, -0.420276), + normal: (-0.982633, -0.143429, 0.11773), }, + Vertex { position: (-3.664355, 0.932851, -0.370749), + normal: (-0.946902, -0.290276, 0.138264), }, + Vertex { position: (-3.582867, 0.734419, -0.697787), + normal: (-0.881352, 0.261345, -0.393596), }, + Vertex { position: (-3.664355, 0.932851, -0.370749), + normal: (-0.946902, -0.290276, 0.138264), }, + Vertex { position: (-3.639878, 1.015186, -0.615203), + normal: (-0.881408, 0.44424, -0.16053), }, + Vertex { position: (-3.504525, 0.405574, -0.847066), + normal: (-0.880731, 0.130089, -0.4554), }, + Vertex { position: (-3.570384, 0.385564, -0.52448), + normal: (-0.995584, -0.070631, 0.061842), }, + Vertex { position: (-3.631292, 0.701013, -0.420276), + normal: (-0.982633, -0.143429, 0.11773), }, + Vertex { position: (-3.504525, 0.405574, -0.847066), + normal: (-0.880731, 0.130089, -0.4554), }, + Vertex { position: (-3.631292, 0.701013, -0.420276), + normal: (-0.982633, -0.143429, 0.11773), }, + Vertex { position: (-3.582867, 0.734419, -0.697787), + normal: (-0.881352, 0.261345, -0.393596), }, + Vertex { position: (-3.424258, 0.158638, -0.918279), + normal: (-0.874101, 0.053175, -0.482825), }, + Vertex { position: (-3.520188, 0.140164, -0.618561), + normal: (-0.997475, -0.070819, 0.005318), }, + Vertex { position: (-3.570384, 0.385564, -0.52448), + normal: (-0.995584, -0.070631, 0.061842), }, + Vertex { position: (-3.424258, 0.158638, -0.918279), + normal: (-0.874101, 0.053175, -0.482825), }, + Vertex { position: (-3.570384, 0.385564, -0.52448), + normal: (-0.995584, -0.070631, 0.061842), }, + Vertex { position: (-3.504525, 0.405574, -0.847066), + normal: (-0.880731, 0.130089, -0.4554), }, + Vertex { position: (-3.365413, -0.113447, -0.9524), + normal: (-0.875552, 0.01506, -0.482889), }, + Vertex { position: (-3.458251, -0.12595, -0.731712), + normal: (-0.980175, -0.184883, 0.071243), }, + Vertex { position: (-3.520188, 0.140164, -0.618561), + normal: (-0.997475, -0.070819, 0.005318), }, + Vertex { position: (-3.365413, -0.113447, -0.9524), + normal: (-0.875552, 0.01506, -0.482889), }, + Vertex { position: (-3.520188, 0.140164, -0.618561), + normal: (-0.997475, -0.070819, 0.005318), }, + Vertex { position: (-3.424258, 0.158638, -0.918279), + normal: (-0.874101, 0.053175, -0.482825), }, + Vertex { position: (-3.290393, -0.424259, -0.984153), + normal: (-0.86587, -0.001845, -0.500266), }, + Vertex { position: (-3.406618, -0.343461, -0.746456), + normal: (-0.976177, -0.17359, 0.130171), }, + Vertex { position: (-3.458251, -0.12595, -0.731712), + normal: (-0.980175, -0.184883, 0.071243), }, + Vertex { position: (-3.290393, -0.424259, -0.984153), + normal: (-0.86587, -0.001845, -0.500266), }, + Vertex { position: (-3.458251, -0.12595, -0.731712), + normal: (-0.980175, -0.184883, 0.071243), }, + Vertex { position: (-3.365413, -0.113447, -0.9524), + normal: (-0.875552, 0.01506, -0.482889), }, + Vertex { position: (-3.233333, -0.683782, -1.015512), + normal: (-0.84112, -0.026303, -0.540209), }, + Vertex { position: (-3.283698, -0.730967, -0.793898), + normal: (-0.984416, -0.175855, -0.000915), }, + Vertex { position: (-3.406618, -0.343461, -0.746456), + normal: (-0.976177, -0.17359, 0.130171), }, + Vertex { position: (-3.233333, -0.683782, -1.015512), + normal: (-0.84112, -0.026303, -0.540209), }, + Vertex { position: (-3.406618, -0.343461, -0.746456), + normal: (-0.976177, -0.17359, 0.130171), }, + Vertex { position: (-3.290393, -0.424259, -0.984153), + normal: (-0.86587, -0.001845, -0.500266), }, + Vertex { position: (-2.624856, -0.8882, -1.261176), + normal: (-0.285709, 0.130064, -0.949449), }, + Vertex { position: (-2.725776, -1.214862, -1.190384), + normal: (-0.279485, 0.127803, -0.951606), }, + Vertex { position: (-2.982676, -1.264649, -1.133596), + normal: (-0.387051, 0.087837, -0.917865), }, + Vertex { position: (-2.624856, -0.8882, -1.261176), + normal: (-0.285709, 0.130064, -0.949449), }, + Vertex { position: (-2.982676, -1.264649, -1.133596), + normal: (-0.387051, 0.087837, -0.917865), }, + Vertex { position: (-2.937658, -1.002749, -1.219413), + normal: (-0.404056, 0.117264, -0.907187), }, + Vertex { position: (-2.616467, -0.511373, -1.344133), + normal: (-0.311485, 0.082882, -0.94663), }, + Vertex { position: (-2.624856, -0.8882, -1.261176), + normal: (-0.285709, 0.130064, -0.949449), }, + Vertex { position: (-2.937658, -1.002749, -1.219413), + normal: (-0.404056, 0.117264, -0.907187), }, + Vertex { position: (-2.616467, -0.511373, -1.344133), + normal: (-0.311485, 0.082882, -0.94663), }, + Vertex { position: (-2.937658, -1.002749, -1.219413), + normal: (-0.404056, 0.117264, -0.907187), }, + Vertex { position: (-2.901159, -0.619504, -1.284058), + normal: (-0.449233, 0.123555, -0.88483), }, + Vertex { position: (-2.649338, -0.241719, -1.339644), + normal: (-0.351241, 0.075821, -0.93321), }, + Vertex { position: (-2.616467, -0.511373, -1.344133), + normal: (-0.311485, 0.082882, -0.94663), }, + Vertex { position: (-2.901159, -0.619504, -1.284058), + normal: (-0.449233, 0.123555, -0.88483), }, + Vertex { position: (-2.649338, -0.241719, -1.339644), + normal: (-0.351241, 0.075821, -0.93321), }, + Vertex { position: (-2.901159, -0.619504, -1.284058), + normal: (-0.449233, 0.123555, -0.88483), }, + Vertex { position: (-2.90708, -0.345582, -1.281557), + normal: (-0.512472, 0.102596, -0.852553), }, + Vertex { position: (-2.687022, 0.076781, -1.290565), + normal: (-0.33898, 0.203127, -0.918603), }, + Vertex { position: (-2.649338, -0.241719, -1.339644), + normal: (-0.351241, 0.075821, -0.93321), }, + Vertex { position: (-2.90708, -0.345582, -1.281557), + normal: (-0.512472, 0.102596, -0.852553), }, + Vertex { position: (-2.687022, 0.076781, -1.290565), + normal: (-0.33898, 0.203127, -0.918603), }, + Vertex { position: (-2.90708, -0.345582, -1.281557), + normal: (-0.512472, 0.102596, -0.852553), }, + Vertex { position: (-2.971546, 0.032038, -1.215971), + normal: (-0.545639, 0.142044, -0.825894), }, + Vertex { position: (-2.787011, 0.264495, -1.237352), + normal: (-0.261543, 0.44691, -0.855492), }, + Vertex { position: (-2.687022, 0.076781, -1.290565), + normal: (-0.33898, 0.203127, -0.918603), }, + Vertex { position: (-2.971546, 0.032038, -1.215971), + normal: (-0.545639, 0.142044, -0.825894), }, + Vertex { position: (-2.787011, 0.264495, -1.237352), + normal: (-0.261543, 0.44691, -0.855492), }, + Vertex { position: (-2.971546, 0.032038, -1.215971), + normal: (-0.545639, 0.142044, -0.825894), }, + Vertex { position: (-3.044646, 0.224321, -1.164934), + normal: (-0.539732, 0.31653, -0.780063), }, + Vertex { position: (-2.79063, 0.46881, -1.224273), + normal: (-0.169971, 0.704712, -0.688833), }, + Vertex { position: (-2.787011, 0.264495, -1.237352), + normal: (-0.261543, 0.44691, -0.855492), }, + Vertex { position: (-3.044646, 0.224321, -1.164934), + normal: (-0.539732, 0.31653, -0.780063), }, + Vertex { position: (-2.79063, 0.46881, -1.224273), + normal: (-0.169971, 0.704712, -0.688833), }, + Vertex { position: (-3.044646, 0.224321, -1.164934), + normal: (-0.539732, 0.31653, -0.780063), }, + Vertex { position: (-3.112555, 0.457376, -1.084816), + normal: (-0.505556, 0.519614, -0.688778), }, + Vertex { position: (-2.825835, 0.755899, -1.209042), + normal: (-0.088843, 0.888, -0.45118), }, + Vertex { position: (-2.79063, 0.46881, -1.224273), + normal: (-0.169971, 0.704712, -0.688833), }, + Vertex { position: (-3.112555, 0.457376, -1.084816), + normal: (-0.505556, 0.519614, -0.688778), }, + Vertex { position: (-2.825835, 0.755899, -1.209042), + normal: (-0.088843, 0.888, -0.45118), }, + Vertex { position: (-3.112555, 0.457376, -1.084816), + normal: (-0.505556, 0.519614, -0.688778), }, + Vertex { position: (-3.19641, 0.797564, -0.985913), + normal: (-0.47652, 0.732046, -0.486866), }, + Vertex { position: (-2.930312, 1.10358, -1.125876), + normal: (-0.051905, 0.965082, -0.256753), }, + Vertex { position: (-2.825835, 0.755899, -1.209042), + normal: (-0.088843, 0.888, -0.45118), }, + Vertex { position: (-3.19641, 0.797564, -0.985913), + normal: (-0.47652, 0.732046, -0.486866), }, + Vertex { position: (-2.930312, 1.10358, -1.125876), + normal: (-0.051905, 0.965082, -0.256753), }, + Vertex { position: (-3.19641, 0.797564, -0.985913), + normal: (-0.47652, 0.732046, -0.486866), }, + Vertex { position: (-3.244771, 1.19554, -0.910945), + normal: (-0.337275, 0.918092, -0.208215), }, + Vertex { position: (-3.028932, 1.461517, -0.941324), + normal: (-0.012448, 0.906487, -0.422051), }, + Vertex { position: (-2.930312, 1.10358, -1.125876), + normal: (-0.051905, 0.965082, -0.256753), }, + Vertex { position: (-3.244771, 1.19554, -0.910945), + normal: (-0.337275, 0.918092, -0.208215), }, + Vertex { position: (-3.028932, 1.461517, -0.941324), + normal: (-0.012448, 0.906487, -0.422051), }, + Vertex { position: (-3.244771, 1.19554, -0.910945), + normal: (-0.337275, 0.918092, -0.208215), }, + Vertex { position: (-3.27808, 1.432418, -0.853958), + normal: (0.193955, -0.251788, -0.948148), }, + Vertex { position: (-3.08565, 1.65734, -0.784479), + normal: (0.1643, 0.873906, -0.457487), }, + Vertex { position: (-3.028932, 1.461517, -0.941324), + normal: (-0.012448, 0.906487, -0.422051), }, + Vertex { position: (-3.27808, 1.432418, -0.853958), + normal: (0.193955, -0.251788, -0.948148), }, + Vertex { position: (-3.08565, 1.65734, -0.784479), + normal: (0.1643, 0.873906, -0.457487), }, + Vertex { position: (-3.27808, 1.432418, -0.853958), + normal: (0.193955, -0.251788, -0.948148), }, + Vertex { position: (-3.338742, 1.598933, -0.689636), + normal: (-0.004872, -0.216103, -0.976358), }, + Vertex { position: (-3.109047, 1.789477, -0.565323), + normal: (0.573426, -0.441087, -0.69038), }, + Vertex { position: (-3.08565, 1.65734, -0.784479), + normal: (0.1643, 0.873906, -0.457487), }, + Vertex { position: (-3.338742, 1.598933, -0.689636), + normal: (-0.004872, -0.216103, -0.976358), }, + Vertex { position: (-3.109047, 1.789477, -0.565323), + normal: (0.573426, -0.441087, -0.69038), }, + Vertex { position: (-3.338742, 1.598933, -0.689636), + normal: (-0.004872, -0.216103, -0.976358), }, + Vertex { position: (-3.395381, 1.726325, -0.55477), + normal: (-0.006683, -0.232823, -0.972496), }, + Vertex { position: (-3.07531, 1.846, -0.363149), + normal: (0.49938, -0.45475, -0.737443), }, + Vertex { position: (-3.109047, 1.789477, -0.565323), + normal: (0.573426, -0.441087, -0.69038), }, + Vertex { position: (-3.395381, 1.726325, -0.55477), + normal: (-0.006683, -0.232823, -0.972496), }, + Vertex { position: (-3.07531, 1.846, -0.363149), + normal: (0.49938, -0.45475, -0.737443), }, + Vertex { position: (-3.395381, 1.726325, -0.55477), + normal: (-0.006683, -0.232823, -0.972496), }, + Vertex { position: (-3.35851, 1.810253, -0.380095), + normal: (-0.108631, -0.122719, -0.986478), }, + Vertex { position: (-2.765069, -1.561164, -1.084313), + normal: (-0.15812, -0.033626, -0.986847), }, + Vertex { position: (-2.566746, -1.211312, -1.167101), + normal: (-0.164191, 0.153328, -0.974439), }, + Vertex { position: (-2.687162, -1.539807, -0.988048), + normal: (0.79444, 0.150524, 0.588394), }, + Vertex { position: (-2.566746, -1.211312, -1.167101), + normal: (-0.164191, 0.153328, -0.974439), }, + Vertex { position: (-2.299356, -1.025449, -1.044687), + normal: (0.53288, -0.088285, 0.841573), }, + Vertex { position: (-2.306662, -1.116976, -0.961238), + normal: (0.07657, 0.16758, -0.982881), }, + Vertex { position: (-2.566746, -1.211312, -1.167101), + normal: (-0.164191, 0.153328, -0.974439), }, + Vertex { position: (-2.306662, -1.116976, -0.961238), + normal: (0.07657, 0.16758, -0.982881), }, + Vertex { position: (-2.462835, -1.3055, -0.966395), + normal: (-0.955382, -0.23808, -0.174826), }, + Vertex { position: (-2.566746, -1.211312, -1.167101), + normal: (-0.164191, 0.153328, -0.974439), }, + Vertex { position: (-2.462835, -1.3055, -0.966395), + normal: (-0.955382, -0.23808, -0.174826), }, + Vertex { position: (-2.591357, -1.510845, -0.88547), + normal: (0.137764, -0.289893, -0.947092), }, + Vertex { position: (-2.566746, -1.211312, -1.167101), + normal: (-0.164191, 0.153328, -0.974439), }, + Vertex { position: (-2.591357, -1.510845, -0.88547), + normal: (0.137764, -0.289893, -0.947092), }, + Vertex { position: (-2.687162, -1.539807, -0.988048), + normal: (0.79444, 0.150524, 0.588394), }, + Vertex { position: (1.921881, -2.157616, -0.692678), + normal: (-0.363523, -0.150625, 0.919327), }, + Vertex { position: (1.945206, -2.015769, -0.672724), + normal: (-0.914496, -0.253608, 0.315247), }, + Vertex { position: (1.747671, -2.067518, -0.638841), + normal: (-0.53197, -0.108751, 0.839751), }, + Vertex { position: (1.921881, -2.157616, -0.692678), + normal: (-0.363523, -0.150625, 0.919327), }, + Vertex { position: (1.747671, -2.067518, -0.638841), + normal: (-0.53197, -0.108751, 0.839751), }, + Vertex { position: (1.772999, -2.230292, -0.64494), + normal: (-0.570406, -0.192005, 0.798606), }, + Vertex { position: (2.069379, 1.727818, -0.212746), + normal: (0.546571, -0.125171, 0.828005), }, + Vertex { position: (2.042206, 1.777154, 0.0), + normal: (-0.385788, 0.922588, 0.0), }, + Vertex { position: (2.128139, 1.788397, 0.0), + normal: (0.756976, -0.653442, 0.0), }, + Vertex { position: (2.069379, 1.727818, -0.212746), + normal: (0.546571, -0.125171, 0.828005), }, + Vertex { position: (2.128139, 1.788397, 0.0), + normal: (0.756976, -0.653442, 0.0), }, + Vertex { position: (2.13239, 1.755821, -0.180271), + normal: (0.547549, -0.279581, -0.788686), }, + Vertex { position: (-2.955052, -1.49684, -1.128812), + normal: (0.726897, -0.546446, -0.415953), }, + Vertex { position: (-2.725776, -1.214862, -1.190384), + normal: (-0.279485, 0.127803, -0.951606), }, + Vertex { position: (-2.862576, -1.546894, -1.117139), + normal: (-0.234266, 0.044111, -0.971171), }, + Vertex { position: (-3.23261, -1.834299, -1.087832), + normal: (0.776291, -0.374868, -0.5068), }, + Vertex { position: (-3.357996, -1.811803, -0.975625), + normal: (0.356923, -0.210291, -0.910156), }, + Vertex { position: (-3.188954, -1.408279, -0.963611), + normal: (-0.596319, -0.021767, -0.802452), }, + Vertex { position: (-3.23261, -1.834299, -1.087832), + normal: (0.776291, -0.374868, -0.5068), }, + Vertex { position: (-3.188954, -1.408279, -0.963611), + normal: (-0.596319, -0.021767, -0.802452), }, + Vertex { position: (-3.063133, -1.440555, -1.090926), + normal: (-0.390861, 0.032481, -0.919876), }, + Vertex { position: (-2.955052, -1.49684, -1.128812), + normal: (0.726897, -0.546446, -0.415953), }, + Vertex { position: (-3.063133, -1.440555, -1.090926), + normal: (-0.390861, 0.032481, -0.919876), }, + Vertex { position: (-2.982676, -1.264649, -1.133596), + normal: (-0.387051, 0.087837, -0.917865), }, + Vertex { position: (-2.955052, -1.49684, -1.128812), + normal: (0.726897, -0.546446, -0.415953), }, + Vertex { position: (-2.982676, -1.264649, -1.133596), + normal: (-0.387051, 0.087837, -0.917865), }, + Vertex { position: (-2.725776, -1.214862, -1.190384), + normal: (-0.279485, 0.127803, -0.951606), }, + Vertex { position: (-3.342096, -1.533989, -0.921628), + normal: (-0.032036, -0.072305, -0.996868), }, + Vertex { position: (-3.36599, -1.48517, -0.888076), + normal: (-0.086361, -0.084973, -0.992634), }, + Vertex { position: (-3.319817, -1.365015, -0.886015), + normal: (-0.811102, -0.12903, -0.570495), }, + Vertex { position: (-3.342096, -1.533989, -0.921628), + normal: (-0.032036, -0.072305, -0.996868), }, + Vertex { position: (-3.319817, -1.365015, -0.886015), + normal: (-0.811102, -0.12903, -0.570495), }, + Vertex { position: (-3.188954, -1.408279, -0.963611), + normal: (-0.596319, -0.021767, -0.802452), }, + Vertex { position: (-3.357996, -1.811803, -0.975625), + normal: (0.356923, -0.210291, -0.910156), }, + Vertex { position: (-3.342096, -1.533989, -0.921628), + normal: (-0.032036, -0.072305, -0.996868), }, + Vertex { position: (-3.188954, -1.408279, -0.963611), + normal: (-0.596319, -0.021767, -0.802452), }, + Vertex { position: (-2.892438, -1.95081, -0.87812), + normal: (-0.807765, -0.096776, -0.581507), }, + Vertex { position: (-2.734184, -1.717948, -0.749581), + normal: (0.048753, -0.975535, -0.21437), }, + Vertex { position: (-2.811581, -1.79821, -0.712737), + normal: (0.43907, -0.579988, -0.686171), }, + Vertex { position: (-2.892438, -1.95081, -0.87812), + normal: (-0.807765, -0.096776, -0.581507), }, + Vertex { position: (-2.811581, -1.79821, -0.712737), + normal: (0.43907, -0.579988, -0.686171), }, + Vertex { position: (-2.964215, -1.978727, -0.776572), + normal: (0.982106, -0.010346, -0.188044), }, + Vertex { position: (-2.892438, -1.95081, -0.87812), + normal: (-0.807765, -0.096776, -0.581507), }, + Vertex { position: (-2.837147, -1.791733, -0.921563), + normal: (0.26198, 0.048424, 0.963858), }, + Vertex { position: (-2.734184, -1.717948, -0.749581), + normal: (0.048753, -0.975535, -0.21437), }, + Vertex { position: (-3.030605, -2.311222, -0.88433), + normal: (0.866897, -0.268351, -0.420091), }, + Vertex { position: (-3.144012, -2.333635, -0.829994), + normal: (0.773659, -0.235087, 0.588375), }, + Vertex { position: (-3.132772, -2.528669, -0.848639), + normal: (-0.065687, -0.249194, 0.966223), }, + Vertex { position: (-3.030605, -2.311222, -0.88433), + normal: (0.866897, -0.268351, -0.420091), }, + Vertex { position: (-3.132772, -2.528669, -0.848639), + normal: (-0.065687, -0.249194, 0.966223), }, + Vertex { position: (-3.04661, -2.510881, -0.900772), + normal: (0.886562, -0.46255, -0.007485), }, + Vertex { position: (-3.302419, -3.017921, -1.128514), + normal: (0.517272, -0.552302, -0.653753), }, + Vertex { position: (-3.32033, -2.827513, -1.063914), + normal: (-0.020456, 0.943466, -0.330837), }, + Vertex { position: (-3.26181, -2.821069, -1.088218), + normal: (0.030762, -0.124297, 0.991768), }, + Vertex { position: (-3.302419, -3.017921, -1.128514), + normal: (0.517272, -0.552302, -0.653753), }, + Vertex { position: (-3.26181, -2.821069, -1.088218), + normal: (0.030762, -0.124297, 0.991768), }, + Vertex { position: (-3.223286, -3.00178, -1.126176), + normal: (0.753698, -0.027204, 0.656657), }, + Vertex { position: (-3.107105, -2.947818, -1.092235), + normal: (-0.661663, -0.02548, -0.749368), }, + Vertex { position: (-3.141072, -2.785287, -1.032318), + normal: (-0.753891, 0.130682, -0.643872), }, + Vertex { position: (-3.053267, -2.764905, -1.043008), + normal: (-0.156071, 0.243426, -0.95728), }, + Vertex { position: (-3.107105, -2.947818, -1.092235), + normal: (-0.661663, -0.02548, -0.749368), }, + Vertex { position: (-3.053267, -2.764905, -1.043008), + normal: (-0.156071, 0.243426, -0.95728), }, + Vertex { position: (-2.986345, -2.93377, -1.087679), + normal: (-0.080858, 0.024731, -0.996419), }, + Vertex { position: (-2.986345, -2.93377, -1.087679), + normal: (-0.080858, 0.024731, -0.996419), }, + Vertex { position: (-3.053267, -2.764905, -1.043008), + normal: (-0.156071, 0.243426, -0.95728), }, + Vertex { position: (-3.016419, -2.765091, -0.966671), + normal: (0.484364, 0.195734, -0.85269), }, + Vertex { position: (-2.986345, -2.93377, -1.087679), + normal: (-0.080858, 0.024731, -0.996419), }, + Vertex { position: (-3.016419, -2.765091, -0.966671), + normal: (0.484364, 0.195734, -0.85269), }, + Vertex { position: (-2.946527, -2.939327, -0.986343), + normal: (0.507452, 0.36284, -0.781563), }, + Vertex { position: (-3.302419, -3.017921, -1.128514), + normal: (0.517272, -0.552302, -0.653753), }, + Vertex { position: (-3.223286, -3.00178, -1.126176), + normal: (0.753698, -0.027204, 0.656657), }, + Vertex { position: (-3.301857, -3.074776, -1.114869), + normal: (0.121953, 0.140869, -0.982488), }, + Vertex { position: (-3.301857, -3.074776, -1.114869), + normal: (0.121953, 0.140869, -0.982488), }, + Vertex { position: (-3.227676, -3.14166, -1.103969), + normal: (0.913315, 0.39776, 0.087427), }, + Vertex { position: (-3.316551, -3.168932, -1.121229), + normal: (0.170703, 0.25395, -0.952035), }, + Vertex { position: (-3.316551, -3.168932, -1.121229), + normal: (0.170703, 0.25395, -0.952035), }, + Vertex { position: (-3.227676, -3.14166, -1.103969), + normal: (0.913315, 0.39776, 0.087427), }, + Vertex { position: (-3.217306, -3.187686, -1.075214), + normal: (0.977763, 0.208696, -0.020643), }, + Vertex { position: (-2.986345, -2.93377, -1.087679), + normal: (-0.080858, 0.024731, -0.996419), }, + Vertex { position: (-2.946527, -2.939327, -0.986343), + normal: (0.507452, 0.36284, -0.781563), }, + Vertex { position: (-2.884711, -3.063896, -0.993766), + normal: (0.737412, 0.542596, -0.402261), }, + Vertex { position: (-2.986345, -2.93377, -1.087679), + normal: (-0.080858, 0.024731, -0.996419), }, + Vertex { position: (-2.884711, -3.063896, -0.993766), + normal: (0.737412, 0.542596, -0.402261), }, + Vertex { position: (-2.90901, -3.084482, -1.089147), + normal: (0.637284, 0.689194, -0.344791), }, + Vertex { position: (-3.107105, -2.947818, -1.092235), + normal: (-0.661663, -0.02548, -0.749368), }, + Vertex { position: (-3.177108, -2.979305, -1.139084), + normal: (-0.833016, 0.038682, -0.551896), }, + Vertex { position: (-3.196508, -2.788166, -1.045431), + normal: (-0.637764, 0.107242, -0.76273), }, + Vertex { position: (-3.107105, -2.947818, -1.092235), + normal: (-0.661663, -0.02548, -0.749368), }, + Vertex { position: (-3.196508, -2.788166, -1.045431), + normal: (-0.637764, 0.107242, -0.76273), }, + Vertex { position: (-3.141072, -2.785287, -1.032318), + normal: (-0.753891, 0.130682, -0.643872), }, + Vertex { position: (-3.223286, -3.00178, -1.126176), + normal: (0.753698, -0.027204, 0.656657), }, + Vertex { position: (-3.26181, -2.821069, -1.088218), + normal: (0.030762, -0.124297, 0.991768), }, + Vertex { position: (-3.196508, -2.788166, -1.045431), + normal: (-0.637764, 0.107242, -0.76273), }, + Vertex { position: (-3.223286, -3.00178, -1.126176), + normal: (0.753698, -0.027204, 0.656657), }, + Vertex { position: (-3.196508, -2.788166, -1.045431), + normal: (-0.637764, 0.107242, -0.76273), }, + Vertex { position: (-3.177108, -2.979305, -1.139084), + normal: (-0.833016, 0.038682, -0.551896), }, + Vertex { position: (-3.333954, -3.058673, -0.974748), + normal: (0.197648, 0.486888, -0.850809), }, + Vertex { position: (-3.301857, -3.074776, -1.114869), + normal: (0.121953, 0.140869, -0.982488), }, + Vertex { position: (-3.316551, -3.168932, -1.121229), + normal: (0.170703, 0.25395, -0.952035), }, + Vertex { position: (-3.333954, -3.058673, -0.974748), + normal: (0.197648, 0.486888, -0.850809), }, + Vertex { position: (-3.316551, -3.168932, -1.121229), + normal: (0.170703, 0.25395, -0.952035), }, + Vertex { position: (-3.330406, -3.18519, -0.950058), + normal: (-0.67011, -0.018974, -0.742019), }, + Vertex { position: (-3.330406, -3.18519, -0.950058), + normal: (-0.67011, -0.018974, -0.742019), }, + Vertex { position: (-3.316551, -3.168932, -1.121229), + normal: (0.170703, 0.25395, -0.952035), }, + Vertex { position: (-3.217306, -3.187686, -1.075214), + normal: (0.977763, 0.208696, -0.020643), }, + Vertex { position: (-3.330406, -3.18519, -0.950058), + normal: (-0.67011, -0.018974, -0.742019), }, + Vertex { position: (-3.217306, -3.187686, -1.075214), + normal: (0.977763, 0.208696, -0.020643), }, + Vertex { position: (-3.223246, -3.225388, -0.976573), + normal: (0.163153, 0.19945, -0.96623), }, + Vertex { position: (-3.294389, -3.166225, -0.842823), + normal: (-0.178214, -0.110838, 0.977729), }, + Vertex { position: (-3.330406, -3.18519, -0.950058), + normal: (-0.67011, -0.018974, -0.742019), }, + Vertex { position: (-3.223246, -3.225388, -0.976573), + normal: (0.163153, 0.19945, -0.96623), }, + Vertex { position: (-3.294389, -3.166225, -0.842823), + normal: (-0.178214, -0.110838, 0.977729), }, + Vertex { position: (-3.223246, -3.225388, -0.976573), + normal: (0.163153, 0.19945, -0.96623), }, + Vertex { position: (-3.11957, -3.183977, -0.870739), + normal: (-0.948594, -0.185732, 0.256269), }, + Vertex { position: (-3.333954, -3.058673, -0.974748), + normal: (0.197648, 0.486888, -0.850809), }, + Vertex { position: (-3.330406, -3.18519, -0.950058), + normal: (-0.67011, -0.018974, -0.742019), }, + Vertex { position: (-3.294389, -3.166225, -0.842823), + normal: (-0.178214, -0.110838, 0.977729), }, + Vertex { position: (-3.333954, -3.058673, -0.974748), + normal: (0.197648, 0.486888, -0.850809), }, + Vertex { position: (-3.294389, -3.166225, -0.842823), + normal: (-0.178214, -0.110838, 0.977729), }, + Vertex { position: (-3.256731, -3.032131, -0.849693), + normal: (-0.674431, 0.094186, 0.732306), }, + Vertex { position: (-3.256731, -3.032131, -0.849693), + normal: (-0.674431, 0.094186, 0.732306), }, + Vertex { position: (-3.300372, -2.795728, -0.878984), + normal: (-0.556404, -0.045521, 0.829664), }, + Vertex { position: (-3.339637, -2.846837, -0.966368), + normal: (-0.978077, -0.070308, 0.196017), }, + Vertex { position: (-3.256731, -3.032131, -0.849693), + normal: (-0.674431, 0.094186, 0.732306), }, + Vertex { position: (-3.339637, -2.846837, -0.966368), + normal: (-0.978077, -0.070308, 0.196017), }, + Vertex { position: (-3.333954, -3.058673, -0.974748), + normal: (0.197648, 0.486888, -0.850809), }, + Vertex { position: (-2.986345, -2.93377, -1.087679), + normal: (-0.080858, 0.024731, -0.996419), }, + Vertex { position: (-2.90901, -3.084482, -1.089147), + normal: (0.637284, 0.689194, -0.344791), }, + Vertex { position: (-3.03125, -3.09594, -1.106355), + normal: (0.503689, 0.453945, -0.735004), }, + Vertex { position: (-2.986345, -2.93377, -1.087679), + normal: (-0.080858, 0.024731, -0.996419), }, + Vertex { position: (-3.03125, -3.09594, -1.106355), + normal: (0.503689, 0.453945, -0.735004), }, + Vertex { position: (-3.107105, -2.947818, -1.092235), + normal: (-0.661663, -0.02548, -0.749368), }, + Vertex { position: (-3.03125, -3.09594, -1.106355), + normal: (0.503689, 0.453945, -0.735004), }, + Vertex { position: (-3.121673, -3.120319, -1.136456), + normal: (-0.039603, 0.339955, -0.939607), }, + Vertex { position: (-3.177108, -2.979305, -1.139084), + normal: (-0.833016, 0.038682, -0.551896), }, + Vertex { position: (-3.03125, -3.09594, -1.106355), + normal: (0.503689, 0.453945, -0.735004), }, + Vertex { position: (-3.177108, -2.979305, -1.139084), + normal: (-0.833016, 0.038682, -0.551896), }, + Vertex { position: (-3.107105, -2.947818, -1.092235), + normal: (-0.661663, -0.02548, -0.749368), }, + Vertex { position: (-3.177108, -2.979305, -1.139084), + normal: (-0.833016, 0.038682, -0.551896), }, + Vertex { position: (-3.121673, -3.120319, -1.136456), + normal: (-0.039603, 0.339955, -0.939607), }, + Vertex { position: (-3.169546, -3.135273, -1.128247), + normal: (-0.377491, -0.043727, -0.92498), }, + Vertex { position: (-3.177108, -2.979305, -1.139084), + normal: (-0.833016, 0.038682, -0.551896), }, + Vertex { position: (-3.169546, -3.135273, -1.128247), + normal: (-0.377491, -0.043727, -0.92498), }, + Vertex { position: (-3.223286, -3.00178, -1.126176), + normal: (0.753698, -0.027204, 0.656657), }, + Vertex { position: (-3.227676, -3.14166, -1.103969), + normal: (0.913315, 0.39776, 0.087427), }, + Vertex { position: (-3.169546, -3.135273, -1.128247), + normal: (-0.377491, -0.043727, -0.92498), }, + Vertex { position: (-3.217306, -3.187686, -1.075214), + normal: (0.977763, 0.208696, -0.020643), }, + Vertex { position: (-3.301857, -3.074776, -1.114869), + normal: (0.121953, 0.140869, -0.982488), }, + Vertex { position: (-3.223286, -3.00178, -1.126176), + normal: (0.753698, -0.027204, 0.656657), }, + Vertex { position: (-3.169546, -3.135273, -1.128247), + normal: (-0.377491, -0.043727, -0.92498), }, + Vertex { position: (-3.301857, -3.074776, -1.114869), + normal: (0.121953, 0.140869, -0.982488), }, + Vertex { position: (-3.169546, -3.135273, -1.128247), + normal: (-0.377491, -0.043727, -0.92498), }, + Vertex { position: (-3.227676, -3.14166, -1.103969), + normal: (0.913315, 0.39776, 0.087427), }, + Vertex { position: (-3.301857, -3.074776, -1.114869), + normal: (0.121953, 0.140869, -0.982488), }, + Vertex { position: (-3.333954, -3.058673, -0.974748), + normal: (0.197648, 0.486888, -0.850809), }, + Vertex { position: (-3.302419, -3.017921, -1.128514), + normal: (0.517272, -0.552302, -0.653753), }, + Vertex { position: (-3.339637, -2.846837, -0.966368), + normal: (-0.978077, -0.070308, 0.196017), }, + Vertex { position: (-3.32033, -2.827513, -1.063914), + normal: (-0.020456, 0.943466, -0.330837), }, + Vertex { position: (-3.302419, -3.017921, -1.128514), + normal: (0.517272, -0.552302, -0.653753), }, + Vertex { position: (-3.339637, -2.846837, -0.966368), + normal: (-0.978077, -0.070308, 0.196017), }, + Vertex { position: (-3.302419, -3.017921, -1.128514), + normal: (0.517272, -0.552302, -0.653753), }, + Vertex { position: (-3.333954, -3.058673, -0.974748), + normal: (0.197648, 0.486888, -0.850809), }, + Vertex { position: (-2.884711, -3.063896, -0.993766), + normal: (0.737412, 0.542596, -0.402261), }, + Vertex { position: (-2.946527, -2.939327, -0.986343), + normal: (0.507452, 0.36284, -0.781563), }, + Vertex { position: (-3.008412, -2.89976, -0.904635), + normal: (0.72114, 0.258272, 0.642848), }, + Vertex { position: (-2.884711, -3.063896, -0.993766), + normal: (0.737412, 0.542596, -0.402261), }, + Vertex { position: (-3.008412, -2.89976, -0.904635), + normal: (0.72114, 0.258272, 0.642848), }, + Vertex { position: (-2.928681, -3.072892, -0.924772), + normal: (0.684558, 0.361154, 0.633205), }, + Vertex { position: (-3.294389, -3.166225, -0.842823), + normal: (-0.178214, -0.110838, 0.977729), }, + Vertex { position: (-3.11957, -3.183977, -0.870739), + normal: (-0.948594, -0.185732, 0.256269), }, + Vertex { position: (-3.166971, -3.002766, -0.812106), + normal: (-0.058899, -0.007802, 0.998233), }, + Vertex { position: (-3.294389, -3.166225, -0.842823), + normal: (-0.178214, -0.110838, 0.977729), }, + Vertex { position: (-3.166971, -3.002766, -0.812106), + normal: (-0.058899, -0.007802, 0.998233), }, + Vertex { position: (-3.256731, -3.032131, -0.849693), + normal: (-0.674431, 0.094186, 0.732306), }, + Vertex { position: (-3.11957, -3.183977, -0.870739), + normal: (-0.948594, -0.185732, 0.256269), }, + Vertex { position: (-3.011987, -3.092, -0.860973), + normal: (0.308087, 0.149605, 0.939521), }, + Vertex { position: (-3.06981, -2.928755, -0.845236), + normal: (0.403627, 0.101273, 0.909301), }, + Vertex { position: (-3.11957, -3.183977, -0.870739), + normal: (-0.948594, -0.185732, 0.256269), }, + Vertex { position: (-3.06981, -2.928755, -0.845236), + normal: (0.403627, 0.101273, 0.909301), }, + Vertex { position: (-3.166971, -3.002766, -0.812106), + normal: (-0.058899, -0.007802, 0.998233), }, + Vertex { position: (-3.011987, -3.092, -0.860973), + normal: (0.308087, 0.149605, 0.939521), }, + Vertex { position: (-2.928681, -3.072892, -0.924772), + normal: (0.684558, 0.361154, 0.633205), }, + Vertex { position: (-3.008412, -2.89976, -0.904635), + normal: (0.72114, 0.258272, 0.642848), }, + Vertex { position: (-3.011987, -3.092, -0.860973), + normal: (0.308087, 0.149605, 0.939521), }, + Vertex { position: (-3.008412, -2.89976, -0.904635), + normal: (0.72114, 0.258272, 0.642848), }, + Vertex { position: (-3.06981, -2.928755, -0.845236), + normal: (0.403627, 0.101273, 0.909301), }, + Vertex { position: (-3.166971, -3.002766, -0.812106), + normal: (-0.058899, -0.007802, 0.998233), }, + Vertex { position: (-3.06981, -2.928755, -0.845236), + normal: (0.403627, 0.101273, 0.909301), }, + Vertex { position: (-3.137383, -2.776449, -0.844117), + normal: (0.313529, 0.096126, 0.944701), }, + Vertex { position: (-3.166971, -3.002766, -0.812106), + normal: (-0.058899, -0.007802, 0.998233), }, + Vertex { position: (-3.137383, -2.776449, -0.844117), + normal: (0.313529, 0.096126, 0.944701), }, + Vertex { position: (-3.184812, -2.768053, -0.850127), + normal: (-0.121543, 0.046, 0.99152), }, + Vertex { position: (-3.137383, -2.776449, -0.844117), + normal: (0.313529, 0.096126, 0.944701), }, + Vertex { position: (-3.06981, -2.928755, -0.845236), + normal: (0.403627, 0.101273, 0.909301), }, + Vertex { position: (-3.008412, -2.89976, -0.904635), + normal: (0.72114, 0.258272, 0.642848), }, + Vertex { position: (-3.137383, -2.776449, -0.844117), + normal: (0.313529, 0.096126, 0.944701), }, + Vertex { position: (-3.008412, -2.89976, -0.904635), + normal: (0.72114, 0.258272, 0.642848), }, + Vertex { position: (-3.040038, -2.780893, -0.914614), + normal: (0.761939, 0.13671, 0.633055), }, + Vertex { position: (-3.256731, -3.032131, -0.849693), + normal: (-0.674431, 0.094186, 0.732306), }, + Vertex { position: (-3.166971, -3.002766, -0.812106), + normal: (-0.058899, -0.007802, 0.998233), }, + Vertex { position: (-3.184812, -2.768053, -0.850127), + normal: (-0.121543, 0.046, 0.99152), }, + Vertex { position: (-3.256731, -3.032131, -0.849693), + normal: (-0.674431, 0.094186, 0.732306), }, + Vertex { position: (-3.184812, -2.768053, -0.850127), + normal: (-0.121543, 0.046, 0.99152), }, + Vertex { position: (-3.300372, -2.795728, -0.878984), + normal: (-0.556404, -0.045521, 0.829664), }, + Vertex { position: (-2.946527, -2.939327, -0.986343), + normal: (0.507452, 0.36284, -0.781563), }, + Vertex { position: (-3.016419, -2.765091, -0.966671), + normal: (0.484364, 0.195734, -0.85269), }, + Vertex { position: (-3.040038, -2.780893, -0.914614), + normal: (0.761939, 0.13671, 0.633055), }, + Vertex { position: (-2.946527, -2.939327, -0.986343), + normal: (0.507452, 0.36284, -0.781563), }, + Vertex { position: (-3.040038, -2.780893, -0.914614), + normal: (0.761939, 0.13671, 0.633055), }, + Vertex { position: (-3.008412, -2.89976, -0.904635), + normal: (0.72114, 0.258272, 0.642848), }, + Vertex { position: (-3.053267, -2.764905, -1.043008), + normal: (-0.156071, 0.243426, -0.95728), }, + Vertex { position: (-3.141072, -2.785287, -1.032318), + normal: (-0.753891, 0.130682, -0.643872), }, + Vertex { position: (-3.162498, -2.556375, -1.058409), + normal: (-0.440199, 0.219838, -0.870572), }, + Vertex { position: (-3.053267, -2.764905, -1.043008), + normal: (-0.156071, 0.243426, -0.95728), }, + Vertex { position: (-3.162498, -2.556375, -1.058409), + normal: (-0.440199, 0.219838, -0.870572), }, + Vertex { position: (-3.078699, -2.553982, -1.046834), + normal: (-0.775358, 0.344514, -0.529274), }, + Vertex { position: (-3.32033, -2.827513, -1.063914), + normal: (-0.020456, 0.943466, -0.330837), }, + Vertex { position: (-3.339637, -2.846837, -0.966368), + normal: (-0.978077, -0.070308, 0.196017), }, + Vertex { position: (-3.372066, -2.569159, -0.904785), + normal: (-0.326843, -0.236652, 0.91497), }, + Vertex { position: (-3.32033, -2.827513, -1.063914), + normal: (-0.020456, 0.943466, -0.330837), }, + Vertex { position: (-3.372066, -2.569159, -0.904785), + normal: (-0.326843, -0.236652, 0.91497), }, + Vertex { position: (-3.347304, -2.573628, -0.955211), + normal: (-0.354049, -0.10839, -0.928925), }, + Vertex { position: (-3.26181, -2.821069, -1.088218), + normal: (0.030762, -0.124297, 0.991768), }, + Vertex { position: (-3.32033, -2.827513, -1.063914), + normal: (-0.020456, 0.943466, -0.330837), }, + Vertex { position: (-3.347304, -2.573628, -0.955211), + normal: (-0.354049, -0.10839, -0.928925), }, + Vertex { position: (-3.26181, -2.821069, -1.088218), + normal: (0.030762, -0.124297, 0.991768), }, + Vertex { position: (-3.347304, -2.573628, -0.955211), + normal: (-0.354049, -0.10839, -0.928925), }, + Vertex { position: (-3.251541, -2.56405, -1.023627), + normal: (0.433219, -0.09361, -0.896414), }, + Vertex { position: (-3.196508, -2.788166, -1.045431), + normal: (-0.637764, 0.107242, -0.76273), }, + Vertex { position: (-3.26181, -2.821069, -1.088218), + normal: (0.030762, -0.124297, 0.991768), }, + Vertex { position: (-3.251541, -2.56405, -1.023627), + normal: (0.433219, -0.09361, -0.896414), }, + Vertex { position: (-3.196508, -2.788166, -1.045431), + normal: (-0.637764, 0.107242, -0.76273), }, + Vertex { position: (-3.251541, -2.56405, -1.023627), + normal: (0.433219, -0.09361, -0.896414), }, + Vertex { position: (-3.162498, -2.556375, -1.058409), + normal: (-0.440199, 0.219838, -0.870572), }, + Vertex { position: (-3.141072, -2.785287, -1.032318), + normal: (-0.753891, 0.130682, -0.643872), }, + Vertex { position: (-3.196508, -2.788166, -1.045431), + normal: (-0.637764, 0.107242, -0.76273), }, + Vertex { position: (-3.162498, -2.556375, -1.058409), + normal: (-0.440199, 0.219838, -0.870572), }, + Vertex { position: (-3.078699, -2.553982, -1.046834), + normal: (-0.775358, 0.344514, -0.529274), }, + Vertex { position: (-3.022819, -2.52224, -0.979148), + normal: (-0.501053, -0.05946, -0.863371), }, + Vertex { position: (-3.016419, -2.765091, -0.966671), + normal: (0.484364, 0.195734, -0.85269), }, + Vertex { position: (-3.078699, -2.553982, -1.046834), + normal: (-0.775358, 0.344514, -0.529274), }, + Vertex { position: (-3.016419, -2.765091, -0.966671), + normal: (0.484364, 0.195734, -0.85269), }, + Vertex { position: (-3.053267, -2.764905, -1.043008), + normal: (-0.156071, 0.243426, -0.95728), }, + Vertex { position: (-3.297886, -2.54902, -0.861657), + normal: (0.255431, -0.055528, 0.965231), }, + Vertex { position: (-3.372066, -2.569159, -0.904785), + normal: (-0.326843, -0.236652, 0.91497), }, + Vertex { position: (-3.339637, -2.846837, -0.966368), + normal: (-0.978077, -0.070308, 0.196017), }, + Vertex { position: (-3.297886, -2.54902, -0.861657), + normal: (0.255431, -0.055528, 0.965231), }, + Vertex { position: (-3.339637, -2.846837, -0.966368), + normal: (-0.978077, -0.070308, 0.196017), }, + Vertex { position: (-3.300372, -2.795728, -0.878984), + normal: (-0.556404, -0.045521, 0.829664), }, + Vertex { position: (-3.240554, -2.555467, -0.856262), + normal: (-0.215783, -0.895808, 0.388544), }, + Vertex { position: (-3.297886, -2.54902, -0.861657), + normal: (0.255431, -0.055528, 0.965231), }, + Vertex { position: (-3.300372, -2.795728, -0.878984), + normal: (-0.556404, -0.045521, 0.829664), }, + Vertex { position: (-3.240554, -2.555467, -0.856262), + normal: (-0.215783, -0.895808, 0.388544), }, + Vertex { position: (-3.300372, -2.795728, -0.878984), + normal: (-0.556404, -0.045521, 0.829664), }, + Vertex { position: (-3.184812, -2.768053, -0.850127), + normal: (-0.121543, 0.046, 0.99152), }, + Vertex { position: (-3.132772, -2.528669, -0.848639), + normal: (-0.065687, -0.249194, 0.966223), }, + Vertex { position: (-3.240554, -2.555467, -0.856262), + normal: (-0.215783, -0.895808, 0.388544), }, + Vertex { position: (-3.184812, -2.768053, -0.850127), + normal: (-0.121543, 0.046, 0.99152), }, + Vertex { position: (-3.132772, -2.528669, -0.848639), + normal: (-0.065687, -0.249194, 0.966223), }, + Vertex { position: (-3.184812, -2.768053, -0.850127), + normal: (-0.121543, 0.046, 0.99152), }, + Vertex { position: (-3.137383, -2.776449, -0.844117), + normal: (0.313529, 0.096126, 0.944701), }, + Vertex { position: (-3.04661, -2.510881, -0.900772), + normal: (0.886562, -0.46255, -0.007485), }, + Vertex { position: (-3.132772, -2.528669, -0.848639), + normal: (-0.065687, -0.249194, 0.966223), }, + Vertex { position: (-3.137383, -2.776449, -0.844117), + normal: (0.313529, 0.096126, 0.944701), }, + Vertex { position: (-3.04661, -2.510881, -0.900772), + normal: (0.886562, -0.46255, -0.007485), }, + Vertex { position: (-3.137383, -2.776449, -0.844117), + normal: (0.313529, 0.096126, 0.944701), }, + Vertex { position: (-3.040038, -2.780893, -0.914614), + normal: (0.761939, 0.13671, 0.633055), }, + Vertex { position: (-3.022819, -2.52224, -0.979148), + normal: (-0.501053, -0.05946, -0.863371), }, + Vertex { position: (-3.04661, -2.510881, -0.900772), + normal: (0.886562, -0.46255, -0.007485), }, + Vertex { position: (-3.040038, -2.780893, -0.914614), + normal: (0.761939, 0.13671, 0.633055), }, + Vertex { position: (-3.022819, -2.52224, -0.979148), + normal: (-0.501053, -0.05946, -0.863371), }, + Vertex { position: (-3.040038, -2.780893, -0.914614), + normal: (0.761939, 0.13671, 0.633055), }, + Vertex { position: (-3.016419, -2.765091, -0.966671), + normal: (0.484364, 0.195734, -0.85269), }, + Vertex { position: (-3.27979, -1.162072, -0.784602), + normal: (-0.823768, 0.005745, -0.566899), }, + Vertex { position: (-3.27751, -1.177346, -0.9153), + normal: (-0.799953, -0.096213, -0.592299), }, + Vertex { position: (-3.319817, -1.365015, -0.886015), + normal: (-0.811102, -0.12903, -0.570495), }, + Vertex { position: (-3.27979, -1.162072, -0.784602), + normal: (-0.823768, 0.005745, -0.566899), }, + Vertex { position: (-3.319817, -1.365015, -0.886015), + normal: (-0.811102, -0.12903, -0.570495), }, + Vertex { position: (-3.335942, -1.365685, -0.72459), + normal: (-0.782249, 0.198377, -0.590536), }, + Vertex { position: (-3.25121, -0.948205, -0.819868), + normal: (-0.838192, 0.000365, -0.545375), }, + Vertex { position: (-3.283698, -0.730967, -0.793898), + normal: (-0.984416, -0.175855, -0.000915), }, + Vertex { position: (-3.233333, -0.683782, -1.015512), + normal: (-0.84112, -0.026303, -0.540209), }, + Vertex { position: (-3.25121, -0.948205, -0.819868), + normal: (-0.838192, 0.000365, -0.545375), }, + Vertex { position: (-3.233333, -0.683782, -1.015512), + normal: (-0.84112, -0.026303, -0.540209), }, + Vertex { position: (-3.238094, -0.979377, -0.961631), + normal: (-0.813168, -0.06637, -0.578232), }, + Vertex { position: (-3.27979, -1.162072, -0.784602), + normal: (-0.823768, 0.005745, -0.566899), }, + Vertex { position: (-3.25121, -0.948205, -0.819868), + normal: (-0.838192, 0.000365, -0.545375), }, + Vertex { position: (-3.238094, -0.979377, -0.961631), + normal: (-0.813168, -0.06637, -0.578232), }, + Vertex { position: (-3.27979, -1.162072, -0.784602), + normal: (-0.823768, 0.005745, -0.566899), }, + Vertex { position: (-3.238094, -0.979377, -0.961631), + normal: (-0.813168, -0.06637, -0.578232), }, + Vertex { position: (-3.27751, -1.177346, -0.9153), + normal: (-0.799953, -0.096213, -0.592299), }, + Vertex { position: (-3.415655, -0.308965, -0.671045), + normal: (-0.743901, 0.102645, -0.66036), }, + Vertex { position: (-3.406618, -0.343461, -0.746456), + normal: (-0.976177, -0.17359, 0.130171), }, + Vertex { position: (-3.283698, -0.730967, -0.793898), + normal: (-0.984416, -0.175855, -0.000915), }, + Vertex { position: (-3.556552, 0.704883, -0.28063), + normal: (-0.472479, 0.093412, -0.876377), }, + Vertex { position: (-3.57817, 0.837714, -0.288502), + normal: (-0.43302, -0.02622, -0.901003), }, + Vertex { position: (-3.664355, 0.932851, -0.370749), + normal: (-0.946902, -0.290276, 0.138264), }, + Vertex { position: (-3.556552, 0.704883, -0.28063), + normal: (-0.472479, 0.093412, -0.876377), }, + Vertex { position: (-3.664355, 0.932851, -0.370749), + normal: (-0.946902, -0.290276, 0.138264), }, + Vertex { position: (-3.631292, 0.701013, -0.420276), + normal: (-0.982633, -0.143429, 0.11773), }, + Vertex { position: (-3.536654, 0.442277, -0.322), + normal: (-0.971344, 0.144305, -0.188856), }, + Vertex { position: (-3.556552, 0.704883, -0.28063), + normal: (-0.472479, 0.093412, -0.876377), }, + Vertex { position: (-3.631292, 0.701013, -0.420276), + normal: (-0.982633, -0.143429, 0.11773), }, + Vertex { position: (-3.536654, 0.442277, -0.322), + normal: (-0.971344, 0.144305, -0.188856), }, + Vertex { position: (-3.631292, 0.701013, -0.420276), + normal: (-0.982633, -0.143429, 0.11773), }, + Vertex { position: (-3.570384, 0.385564, -0.52448), + normal: (-0.995584, -0.070631, 0.061842), }, + Vertex { position: (-3.51684, 0.149002, -0.430359), + normal: (-0.923845, 0.18432, -0.335466), }, + Vertex { position: (-3.536654, 0.442277, -0.322), + normal: (-0.971344, 0.144305, -0.188856), }, + Vertex { position: (-3.570384, 0.385564, -0.52448), + normal: (-0.995584, -0.070631, 0.061842), }, + Vertex { position: (-3.51684, 0.149002, -0.430359), + normal: (-0.923845, 0.18432, -0.335466), }, + Vertex { position: (-3.570384, 0.385564, -0.52448), + normal: (-0.995584, -0.070631, 0.061842), }, + Vertex { position: (-3.520188, 0.140164, -0.618561), + normal: (-0.997475, -0.070819, 0.005318), }, + Vertex { position: (-3.470778, -0.078218, -0.546398), + normal: (-0.908258, 0.139498, -0.394471), }, + Vertex { position: (-3.51684, 0.149002, -0.430359), + normal: (-0.923845, 0.18432, -0.335466), }, + Vertex { position: (-3.520188, 0.140164, -0.618561), + normal: (-0.997475, -0.070819, 0.005318), }, + Vertex { position: (-3.470778, -0.078218, -0.546398), + normal: (-0.908258, 0.139498, -0.394471), }, + Vertex { position: (-3.520188, 0.140164, -0.618561), + normal: (-0.997475, -0.070819, 0.005318), }, + Vertex { position: (-3.458251, -0.12595, -0.731712), + normal: (-0.980175, -0.184883, 0.071243), }, + Vertex { position: (-3.415655, -0.308965, -0.671045), + normal: (-0.743901, 0.102645, -0.66036), }, + Vertex { position: (-3.470778, -0.078218, -0.546398), + normal: (-0.908258, 0.139498, -0.394471), }, + Vertex { position: (-3.458251, -0.12595, -0.731712), + normal: (-0.980175, -0.184883, 0.071243), }, + Vertex { position: (-3.415655, -0.308965, -0.671045), + normal: (-0.743901, 0.102645, -0.66036), }, + Vertex { position: (-3.458251, -0.12595, -0.731712), + normal: (-0.980175, -0.184883, 0.071243), }, + Vertex { position: (-3.406618, -0.343461, -0.746456), + normal: (-0.976177, -0.17359, 0.130171), }, + Vertex { position: (-3.623861, 0.911561, 0.0), + normal: (-0.996668, 0.081567, 0.0), }, + Vertex { position: (-3.664355, 0.932851, -0.370749), + normal: (-0.946902, -0.290276, 0.138264), }, + Vertex { position: (-3.57817, 0.837714, -0.288502), + normal: (-0.43302, -0.02622, -0.901003), }, + Vertex { position: (-3.623861, 0.911561, 0.0), + normal: (-0.996668, 0.081567, 0.0), }, + Vertex { position: (-3.57817, 0.837714, -0.288502), + normal: (-0.43302, -0.02622, -0.901003), }, + Vertex { position: (-3.599077, 0.796217, 0.0), + normal: (-0.989171, 0.146765, 0.0), }, + Vertex { position: (-3.601668, 1.293049, 0.0), + normal: (-0.844095, -0.536194, 0.0), }, + Vertex { position: (-3.709827, 1.417763, 0.0), + normal: (-0.848349, -0.120539, -0.515533), }, + Vertex { position: (-3.709741, 1.351194, -0.211745), + normal: (-0.880002, -0.033987, -0.473752), }, + Vertex { position: (-3.601668, 1.293049, 0.0), + normal: (-0.844095, -0.536194, 0.0), }, + Vertex { position: (-3.709741, 1.351194, -0.211745), + normal: (-0.880002, -0.033987, -0.473752), }, + Vertex { position: (-3.701634, 1.27265, -0.270469), + normal: (-0.870331, 0.069096, -0.487595), }, + Vertex { position: (-3.608593, 1.163581, 0.0), + normal: (-0.946116, -0.323827, 0.0), }, + Vertex { position: (-3.601668, 1.293049, 0.0), + normal: (-0.844095, -0.536194, 0.0), }, + Vertex { position: (-3.701634, 1.27265, -0.270469), + normal: (-0.870331, 0.069096, -0.487595), }, + Vertex { position: (-3.608593, 1.163581, 0.0), + normal: (-0.946116, -0.323827, 0.0), }, + Vertex { position: (-3.701634, 1.27265, -0.270469), + normal: (-0.870331, 0.069096, -0.487595), }, + Vertex { position: (-3.695872, 1.156978, -0.316829), + normal: (-0.822733, 0.223687, -0.522565), }, + Vertex { position: (-3.622326, 1.005378, 0.0), + normal: (-0.997181, -0.075036, 0.0), }, + Vertex { position: (-3.608593, 1.163581, 0.0), + normal: (-0.946116, -0.323827, 0.0), }, + Vertex { position: (-3.695872, 1.156978, -0.316829), + normal: (-0.822733, 0.223687, -0.522565), }, + Vertex { position: (-3.622326, 1.005378, 0.0), + normal: (-0.997181, -0.075036, 0.0), }, + Vertex { position: (-3.695872, 1.156978, -0.316829), + normal: (-0.822733, 0.223687, -0.522565), }, + Vertex { position: (-3.672431, 1.044224, -0.364991), + normal: (-0.938447, -0.345423, 0.0), }, + Vertex { position: (-3.623861, 0.911561, 0.0), + normal: (-0.996668, 0.081567, 0.0), }, + Vertex { position: (-3.622326, 1.005378, 0.0), + normal: (-0.997181, -0.075036, 0.0), }, + Vertex { position: (-3.672431, 1.044224, -0.364991), + normal: (-0.938447, -0.345423, 0.0), }, + Vertex { position: (-3.623861, 0.911561, 0.0), + normal: (-0.996668, 0.081567, 0.0), }, + Vertex { position: (-3.672431, 1.044224, -0.364991), + normal: (-0.938447, -0.345423, 0.0), }, + Vertex { position: (-3.664355, 0.932851, -0.370749), + normal: (-0.946902, -0.290276, 0.138264), }, + Vertex { position: (-3.900566, 1.002504, 0.0), + normal: (-0.999862, -0.016634, 0.0), }, + Vertex { position: (-3.88734, 1.003866, -0.057635), + normal: (-0.891992, -0.016938, -0.451734), }, + Vertex { position: (-3.84447, 0.498176, -0.053132), + normal: (-0.888551, -0.077176, -0.452239), }, + Vertex { position: (-3.900566, 1.002504, 0.0), + normal: (-0.999862, -0.016634, 0.0), }, + Vertex { position: (-3.84447, 0.498176, -0.053132), + normal: (-0.888551, -0.077176, -0.452239), }, + Vertex { position: (-3.856649, 0.496801, 0.0), + normal: (-0.996511, -0.083465, -0.000062), }, + Vertex { position: (-3.87514, 1.480358, 0.0), + normal: (-0.964752, 0.26316, 0.0), }, + Vertex { position: (-3.86082, 1.479723, -0.062137), + normal: (-0.860797, 0.234294, -0.451812), }, + Vertex { position: (-3.88734, 1.003866, -0.057635), + normal: (-0.891992, -0.016938, -0.451734), }, + Vertex { position: (-3.87514, 1.480358, 0.0), + normal: (-0.964752, 0.26316, 0.0), }, + Vertex { position: (-3.88734, 1.003866, -0.057635), + normal: (-0.891992, -0.016938, -0.451734), }, + Vertex { position: (-3.900566, 1.002504, 0.0), + normal: (-0.999862, -0.016634, 0.0), }, + Vertex { position: (-3.712832, 1.794492, 0.0), + normal: (-0.766357, 0.642415, 0.0), }, + Vertex { position: (-3.698925, 1.787941, -0.06664), + normal: (-0.686439, 0.576002, -0.443872), }, + Vertex { position: (-3.86082, 1.479723, -0.062137), + normal: (-0.860797, 0.234294, -0.451812), }, + Vertex { position: (-3.712832, 1.794492, 0.0), + normal: (-0.766357, 0.642415, 0.0), }, + Vertex { position: (-3.86082, 1.479723, -0.062137), + normal: (-0.860797, 0.234294, -0.451812), }, + Vertex { position: (-3.87514, 1.480358, 0.0), + normal: (-0.964752, 0.26316, 0.0), }, + Vertex { position: (-3.47843, 1.975409, 0.0), + normal: (-0.410619, 0.911807, 0.0), }, + Vertex { position: (-3.469715, 1.961504, -0.071141), + normal: (-0.369855, 0.817227, -0.441981), }, + Vertex { position: (-3.698925, 1.787941, -0.06664), + normal: (-0.686439, 0.576002, -0.443872), }, + Vertex { position: (-3.47843, 1.975409, 0.0), + normal: (-0.410619, 0.911807, 0.0), }, + Vertex { position: (-3.698925, 1.787941, -0.06664), + normal: (-0.686439, 0.576002, -0.443872), }, + Vertex { position: (-3.712832, 1.794492, 0.0), + normal: (-0.766357, 0.642415, 0.0), }, + Vertex { position: (-3.242148, 2.021387, 0.0), + normal: (-0.433128, -0.901332, 0.0), }, + Vertex { position: (-3.238225, 2.005405, -0.075645), + normal: (0.011581, 0.887039, -0.461548), }, + Vertex { position: (-3.469715, 1.961504, -0.071141), + normal: (-0.369855, 0.817227, -0.441981), }, + Vertex { position: (-3.242148, 2.021387, 0.0), + normal: (-0.433128, -0.901332, 0.0), }, + Vertex { position: (-3.469715, 1.961504, -0.071141), + normal: (-0.369855, 0.817227, -0.441981), }, + Vertex { position: (-3.47843, 1.975409, 0.0), + normal: (-0.410619, 0.911807, 0.0), }, + Vertex { position: (-3.88734, 1.003866, -0.057635), + normal: (-0.891992, -0.016938, -0.451734), }, + Vertex { position: (-3.851206, 1.007586, -0.099831), + normal: (-0.548359, -0.017804, -0.836053), }, + Vertex { position: (-3.811194, 0.501935, -0.092033), + normal: (-0.545298, -0.056465, -0.836338), }, + Vertex { position: (-3.88734, 1.003866, -0.057635), + normal: (-0.891992, -0.016938, -0.451734), }, + Vertex { position: (-3.811194, 0.501935, -0.092033), + normal: (-0.545298, -0.056465, -0.836338), }, + Vertex { position: (-3.84447, 0.498176, -0.053132), + normal: (-0.888551, -0.077176, -0.452239), }, + Vertex { position: (-3.86082, 1.479723, -0.062137), + normal: (-0.860797, 0.234294, -0.451812), }, + Vertex { position: (-3.821694, 1.477989, -0.107631), + normal: (-0.530021, 0.13773, -0.836725), }, + Vertex { position: (-3.851206, 1.007586, -0.099831), + normal: (-0.548359, -0.017804, -0.836053), }, + Vertex { position: (-3.86082, 1.479723, -0.062137), + normal: (-0.860797, 0.234294, -0.451812), }, + Vertex { position: (-3.851206, 1.007586, -0.099831), + normal: (-0.548359, -0.017804, -0.836053), }, + Vertex { position: (-3.88734, 1.003866, -0.057635), + normal: (-0.891992, -0.016938, -0.451734), }, + Vertex { position: (-3.698925, 1.787941, -0.06664), + normal: (-0.686439, 0.576002, -0.443872), }, + Vertex { position: (-3.660928, 1.770041, -0.115431), + normal: (-0.429713, 0.351913, -0.831568), }, + Vertex { position: (-3.821694, 1.477989, -0.107631), + normal: (-0.530021, 0.13773, -0.836725), }, + Vertex { position: (-3.698925, 1.787941, -0.06664), + normal: (-0.686439, 0.576002, -0.443872), }, + Vertex { position: (-3.821694, 1.477989, -0.107631), + normal: (-0.530021, 0.13773, -0.836725), }, + Vertex { position: (-3.86082, 1.479723, -0.062137), + normal: (-0.860797, 0.234294, -0.451812), }, + Vertex { position: (-3.469715, 1.961504, -0.071141), + normal: (-0.369855, 0.817227, -0.441981), }, + Vertex { position: (-3.445903, 1.923509, -0.123229), + normal: (-0.240211, 0.502412, -0.830591), }, + Vertex { position: (-3.660928, 1.770041, -0.115431), + normal: (-0.429713, 0.351913, -0.831568), }, + Vertex { position: (-3.469715, 1.961504, -0.071141), + normal: (-0.369855, 0.817227, -0.441981), }, + Vertex { position: (-3.660928, 1.770041, -0.115431), + normal: (-0.429713, 0.351913, -0.831568), }, + Vertex { position: (-3.698925, 1.787941, -0.06664), + normal: (-0.686439, 0.576002, -0.443872), }, + Vertex { position: (-3.238225, 2.005405, -0.075645), + normal: (0.011581, 0.887039, -0.461548), }, + Vertex { position: (-3.227504, 1.961738, -0.131029), + normal: (0.000909, 0.669011, -0.743252), }, + Vertex { position: (-3.445903, 1.923509, -0.123229), + normal: (-0.240211, 0.502412, -0.830591), }, + Vertex { position: (-3.238225, 2.005405, -0.075645), + normal: (0.011581, 0.887039, -0.461548), }, + Vertex { position: (-3.445903, 1.923509, -0.123229), + normal: (-0.240211, 0.502412, -0.830591), }, + Vertex { position: (-3.469715, 1.961504, -0.071141), + normal: (-0.369855, 0.817227, -0.441981), }, + Vertex { position: (-3.851206, 1.007586, -0.099831), + normal: (-0.548359, -0.017804, -0.836053), }, + Vertex { position: (-3.80184, 1.012668, -0.115288), + normal: (0.000763, -0.01871, -0.999825), }, + Vertex { position: (-3.765736, 0.50707, -0.106281), + normal: (0.002291, -0.021629, -0.999763), }, + Vertex { position: (-3.851206, 1.007586, -0.099831), + normal: (-0.548359, -0.017804, -0.836053), }, + Vertex { position: (-3.765736, 0.50707, -0.106281), + normal: (0.002291, -0.021629, -0.999763), }, + Vertex { position: (-3.811194, 0.501935, -0.092033), + normal: (-0.545298, -0.056465, -0.836338), }, + Vertex { position: (-3.821694, 1.477989, -0.107631), + normal: (-0.530021, 0.13773, -0.836725), }, + Vertex { position: (-3.768245, 1.475619, -0.124295), + normal: (-0.004656, -0.025693, -0.999659), }, + Vertex { position: (-3.80184, 1.012668, -0.115288), + normal: (0.000763, -0.01871, -0.999825), }, + Vertex { position: (-3.821694, 1.477989, -0.107631), + normal: (-0.530021, 0.13773, -0.836725), }, + Vertex { position: (-3.80184, 1.012668, -0.115288), + normal: (0.000763, -0.01871, -0.999825), }, + Vertex { position: (-3.851206, 1.007586, -0.099831), + normal: (-0.548359, -0.017804, -0.836053), }, + Vertex { position: (-3.660928, 1.770041, -0.115431), + normal: (-0.429713, 0.351913, -0.831568), }, + Vertex { position: (-3.609021, 1.745588, -0.133304), + normal: (-0.020872, -0.032587, -0.999251), }, + Vertex { position: (-3.768245, 1.475619, -0.124295), + normal: (-0.004656, -0.025693, -0.999659), }, + Vertex { position: (-3.660928, 1.770041, -0.115431), + normal: (-0.429713, 0.351913, -0.831568), }, + Vertex { position: (-3.768245, 1.475619, -0.124295), + normal: (-0.004656, -0.025693, -0.999659), }, + Vertex { position: (-3.821694, 1.477989, -0.107631), + normal: (-0.530021, 0.13773, -0.836725), }, + Vertex { position: (-3.445903, 1.923509, -0.123229), + normal: (-0.240211, 0.502412, -0.830591), }, + Vertex { position: (-3.413372, 1.871604, -0.142309), + normal: (-0.091034, 0.391629, -0.915609), }, + Vertex { position: (-3.609021, 1.745588, -0.133304), + normal: (-0.020872, -0.032587, -0.999251), }, + Vertex { position: (-3.445903, 1.923509, -0.123229), + normal: (-0.240211, 0.502412, -0.830591), }, + Vertex { position: (-3.609021, 1.745588, -0.133304), + normal: (-0.020872, -0.032587, -0.999251), }, + Vertex { position: (-3.660928, 1.770041, -0.115431), + normal: (-0.429713, 0.351913, -0.831568), }, + Vertex { position: (-3.227504, 1.961738, -0.131029), + normal: (0.000909, 0.669011, -0.743252), }, + Vertex { position: (-3.413372, 1.871604, -0.142309), + normal: (-0.091034, 0.391629, -0.915609), }, + Vertex { position: (-3.445903, 1.923509, -0.123229), + normal: (-0.240211, 0.502412, -0.830591), }, + Vertex { position: (-3.80184, 1.012668, -0.115288), + normal: (0.000763, -0.01871, -0.999825), }, + Vertex { position: (-3.752468, 1.017751, -0.099865), + normal: (0.549332, -0.018885, -0.835391), }, + Vertex { position: (-3.720269, 0.512205, -0.092064), + normal: (0.549192, 0.015162, -0.835559), }, + Vertex { position: (-3.80184, 1.012668, -0.115288), + normal: (0.000763, -0.01871, -0.999825), }, + Vertex { position: (-3.720269, 0.512205, -0.092064), + normal: (0.549192, 0.015162, -0.835559), }, + Vertex { position: (-3.765736, 0.50707, -0.106281), + normal: (0.002291, -0.021629, -0.999763), }, + Vertex { position: (-3.768245, 1.475619, -0.124295), + normal: (-0.004656, -0.025693, -0.999659), }, + Vertex { position: (-3.714787, 1.473248, -0.107668), + normal: (0.516335, -0.196022, -0.833651), }, + Vertex { position: (-3.752468, 1.017751, -0.099865), + normal: (0.549332, -0.018885, -0.835391), }, + Vertex { position: (-3.768245, 1.475619, -0.124295), + normal: (-0.004656, -0.025693, -0.999659), }, + Vertex { position: (-3.752468, 1.017751, -0.099865), + normal: (0.549332, -0.018885, -0.835391), }, + Vertex { position: (-3.80184, 1.012668, -0.115288), + normal: (0.000763, -0.01871, -0.999825), }, + Vertex { position: (-3.609021, 1.745588, -0.133304), + normal: (-0.020872, -0.032587, -0.999251), }, + Vertex { position: (-3.557104, 1.72113, -0.11547), + normal: (0.368421, -0.433142, -0.82259), }, + Vertex { position: (-3.714787, 1.473248, -0.107668), + normal: (0.516335, -0.196022, -0.833651), }, + Vertex { position: (-3.609021, 1.745588, -0.133304), + normal: (-0.020872, -0.032587, -0.999251), }, + Vertex { position: (-3.714787, 1.473248, -0.107668), + normal: (0.516335, -0.196022, -0.833651), }, + Vertex { position: (-3.768245, 1.475619, -0.124295), + normal: (-0.004656, -0.025693, -0.999659), }, + Vertex { position: (-3.413372, 1.871604, -0.142309), + normal: (-0.091034, 0.391629, -0.915609), }, + Vertex { position: (-3.380836, 1.819691, -0.123273), + normal: (0.255239, -0.528231, -0.80983), }, + Vertex { position: (-3.557104, 1.72113, -0.11547), + normal: (0.368421, -0.433142, -0.82259), }, + Vertex { position: (-3.413372, 1.871604, -0.142309), + normal: (-0.091034, 0.391629, -0.915609), }, + Vertex { position: (-3.557104, 1.72113, -0.11547), + normal: (0.368421, -0.433142, -0.82259), }, + Vertex { position: (-3.609021, 1.745588, -0.133304), + normal: (-0.020872, -0.032587, -0.999251), }, + Vertex { position: (-3.752468, 1.017751, -0.099865), + normal: (0.549332, -0.018885, -0.835391), }, + Vertex { position: (-3.716312, 1.021474, -0.057693), + normal: (0.892142, -0.018571, -0.451373), }, + Vertex { position: (-3.686972, 0.515966, -0.053185), + normal: (0.891325, 0.039302, -0.451658), }, + Vertex { position: (-3.752468, 1.017751, -0.099865), + normal: (0.549332, -0.018885, -0.835391), }, + Vertex { position: (-3.686972, 0.515966, -0.053185), + normal: (0.891325, 0.039302, -0.451658), }, + Vertex { position: (-3.720269, 0.512205, -0.092064), + normal: (0.549192, 0.015162, -0.835559), }, + Vertex { position: (-3.714787, 1.473248, -0.107668), + normal: (0.516335, -0.196022, -0.833651), }, + Vertex { position: (-3.675638, 1.471512, -0.062201), + normal: (0.843387, -0.305323, -0.442128), }, + Vertex { position: (-3.716312, 1.021474, -0.057693), + normal: (0.892142, -0.018571, -0.451373), }, + Vertex { position: (-3.714787, 1.473248, -0.107668), + normal: (0.516335, -0.196022, -0.833651), }, + Vertex { position: (-3.716312, 1.021474, -0.057693), + normal: (0.892142, -0.018571, -0.451373), }, + Vertex { position: (-3.752468, 1.017751, -0.099865), + normal: (0.549332, -0.018885, -0.835391), }, + Vertex { position: (-3.557104, 1.72113, -0.11547), + normal: (0.368421, -0.433142, -0.82259), }, + Vertex { position: (-3.519086, 1.70322, -0.066709), + normal: (0.589192, -0.69056, -0.4195), }, + Vertex { position: (-3.675638, 1.471512, -0.062201), + normal: (0.843387, -0.305323, -0.442128), }, + Vertex { position: (-3.557104, 1.72113, -0.11547), + normal: (0.368421, -0.433142, -0.82259), }, + Vertex { position: (-3.675638, 1.471512, -0.062201), + normal: (0.843387, -0.305323, -0.442128), }, + Vertex { position: (-3.714787, 1.473248, -0.107668), + normal: (0.516335, -0.196022, -0.833651), }, + Vertex { position: (-3.380836, 1.819691, -0.123273), + normal: (0.255239, -0.528231, -0.80983), }, + Vertex { position: (-3.357009, 1.781675, -0.071216), + normal: (0.389161, -0.829175, -0.401277), }, + Vertex { position: (-3.519086, 1.70322, -0.066709), + normal: (0.589192, -0.69056, -0.4195), }, + Vertex { position: (-3.380836, 1.819691, -0.123273), + normal: (0.255239, -0.528231, -0.80983), }, + Vertex { position: (-3.519086, 1.70322, -0.066709), + normal: (0.589192, -0.69056, -0.4195), }, + Vertex { position: (-3.557104, 1.72113, -0.11547), + normal: (0.368421, -0.433142, -0.82259), }, + Vertex { position: (-3.716312, 1.021474, -0.057693), + normal: (0.892142, -0.018571, -0.451373), }, + Vertex { position: (-3.703058, 1.022838, -0.000069), + normal: (0.999831, -0.018401, -0.000261), }, + Vertex { position: (-3.674766, 0.517345, -0.000063), + normal: (0.998889, 0.047122, -0.000074), }, + Vertex { position: (-3.716312, 1.021474, -0.057693), + normal: (0.892142, -0.018571, -0.451373), }, + Vertex { position: (-3.674766, 0.517345, -0.000063), + normal: (0.998889, 0.047122, -0.000074), }, + Vertex { position: (-3.686972, 0.515966, -0.053185), + normal: (0.891325, 0.039302, -0.451658), }, + Vertex { position: (-3.675638, 1.471512, -0.062201), + normal: (0.843387, -0.305323, -0.442128), }, + Vertex { position: (-3.661286, 1.470876, -0.000074), + normal: (0.941293, -0.337592, -0.000186), }, + Vertex { position: (-3.703058, 1.022838, -0.000069), + normal: (0.999831, -0.018401, -0.000261), }, + Vertex { position: (-3.675638, 1.471512, -0.062201), + normal: (0.843387, -0.305323, -0.442128), }, + Vertex { position: (-3.703058, 1.022838, -0.000069), + normal: (0.999831, -0.018401, -0.000261), }, + Vertex { position: (-3.716312, 1.021474, -0.057693), + normal: (0.892142, -0.018571, -0.451373), }, + Vertex { position: (-3.519086, 1.70322, -0.066709), + normal: (0.589192, -0.69056, -0.4195), }, + Vertex { position: (-3.507689, 1.700214, 0.0), + normal: (-0.153783, -0.988105, 0.0), }, + Vertex { position: (-3.661286, 1.470876, -0.000074), + normal: (0.941293, -0.337592, -0.000186), }, + Vertex { position: (-3.519086, 1.70322, -0.066709), + normal: (0.589192, -0.69056, -0.4195), }, + Vertex { position: (-3.661286, 1.470876, -0.000074), + normal: (0.941293, -0.337592, -0.000186), }, + Vertex { position: (-3.675638, 1.471512, -0.062201), + normal: (0.843387, -0.305323, -0.442128), }, + Vertex { position: (-3.357009, 1.781675, -0.071216), + normal: (0.389161, -0.829175, -0.401277), }, + Vertex { position: (-3.348274, 1.767738, -0.000085), + normal: (0.411442, -0.911436, -0.000099), }, + Vertex { position: (-3.507689, 1.700214, 0.0), + normal: (-0.153783, -0.988105, 0.0), }, + Vertex { position: (-3.357009, 1.781675, -0.071216), + normal: (0.389161, -0.829175, -0.401277), }, + Vertex { position: (-3.507689, 1.700214, 0.0), + normal: (-0.153783, -0.988105, 0.0), }, + Vertex { position: (-3.519086, 1.70322, -0.066709), + normal: (0.589192, -0.69056, -0.4195), }, + Vertex { position: (-3.227504, 1.961738, -0.131029), + normal: (0.000909, 0.669011, -0.743252), }, + Vertex { position: (-3.077669, 1.871112, -0.217368), + normal: (0.243464, -0.335965, -0.909864), }, + Vertex { position: (-3.413372, 1.871604, -0.142309), + normal: (-0.091034, 0.391629, -0.915609), }, + Vertex { position: (-3.238225, 2.005405, -0.075645), + normal: (0.011581, 0.887039, -0.461548), }, + Vertex { position: (-3.242148, 2.021387, 0.0), + normal: (-0.433128, -0.901332, 0.0), }, + Vertex { position: (-3.037562, 2.001526, 0.0), + normal: (0.012502, -0.999922, 0.0), }, + Vertex { position: (-3.238225, 2.005405, -0.075645), + normal: (0.011581, 0.887039, -0.461548), }, + Vertex { position: (-3.037562, 2.001526, 0.0), + normal: (0.012502, -0.999922, 0.0), }, + Vertex { position: (-3.053102, 1.96881, -0.051104), + normal: (0.005821, -0.234321, -0.972142), }, + Vertex { position: (-3.227504, 1.961738, -0.131029), + normal: (0.000909, 0.669011, -0.743252), }, + Vertex { position: (-3.238225, 2.005405, -0.075645), + normal: (0.011581, 0.887039, -0.461548), }, + Vertex { position: (-3.053102, 1.96881, -0.051104), + normal: (0.005821, -0.234321, -0.972142), }, + Vertex { position: (-3.227504, 1.961738, -0.131029), + normal: (0.000909, 0.669011, -0.743252), }, + Vertex { position: (-3.053102, 1.96881, -0.051104), + normal: (0.005821, -0.234321, -0.972142), }, + Vertex { position: (-3.077669, 1.871112, -0.217368), + normal: (0.243464, -0.335965, -0.909864), }, + Vertex { position: (-3.077669, 1.871112, -0.217368), + normal: (0.243464, -0.335965, -0.909864), }, + Vertex { position: (-3.35851, 1.810253, -0.380095), + normal: (-0.108631, -0.122719, -0.986478), }, + Vertex { position: (-3.413372, 1.871604, -0.142309), + normal: (-0.091034, 0.391629, -0.915609), }, + Vertex { position: (-3.077669, 1.871112, -0.217368), + normal: (0.243464, -0.335965, -0.909864), }, + Vertex { position: (-3.07531, 1.846, -0.363149), + normal: (0.49938, -0.45475, -0.737443), }, + Vertex { position: (-3.35851, 1.810253, -0.380095), + normal: (-0.108631, -0.122719, -0.986478), }, + Vertex { position: (4.760921, 1.881357, -0.61312), + normal: (0.269343, 0.329305, -0.904993), }, + Vertex { position: (4.824747, 1.946835, -0.626358), + normal: (0.544735, 0.449335, -0.708069), }, + Vertex { position: (4.852578, 1.889721, -0.605031), + normal: (0.897742, -0.15037, -0.414063), }, + Vertex { position: (4.760921, 1.881357, -0.61312), + normal: (0.269343, 0.329305, -0.904993), }, + Vertex { position: (4.852578, 1.889721, -0.605031), + normal: (0.897742, -0.15037, -0.414063), }, + Vertex { position: (4.861618, 1.854067, -0.618095), + normal: (0.397989, 0.4494, -0.799778), }, + Vertex { position: (4.861611, 2.001639, -0.621913), + normal: (0.721999, 0.398917, -0.565316), }, + Vertex { position: (4.842883, 2.021333, -0.638025), + normal: (0.264979, 0.116702, -0.957166), }, + Vertex { position: (4.93588, 2.051665, -0.572853), + normal: (0.312982, -0.015529, -0.949632), }, + Vertex { position: (4.861611, 2.001639, -0.621913), + normal: (0.721999, 0.398917, -0.565316), }, + Vertex { position: (4.93588, 2.051665, -0.572853), + normal: (0.312982, -0.015529, -0.949632), }, + Vertex { position: (4.935561, 2.016016, -0.5857), + normal: (0.711192, 0.127662, -0.69131), }, + Vertex { position: (4.991746, 2.009819, -0.523206), + normal: (0.470021, 0.182979, -0.863481), }, + Vertex { position: (5.001903, 1.914398, -0.486724), + normal: (0.412833, -0.156453, -0.897269), }, + Vertex { position: (4.973133, 1.992779, -0.533466), + normal: (0.872792, -0.115436, -0.474246), }, + Vertex { position: (4.926194, 1.859813, -0.582137), + normal: (0.746476, -0.187741, -0.638379), }, + Vertex { position: (4.944706, 1.840663, -0.575374), + normal: (0.560378, 0.257626, -0.78715), }, + Vertex { position: (4.861618, 1.854067, -0.618095), + normal: (0.397989, 0.4494, -0.799778), }, + Vertex { position: (4.926194, 1.859813, -0.582137), + normal: (0.746476, -0.187741, -0.638379), }, + Vertex { position: (4.861618, 1.854067, -0.618095), + normal: (0.397989, 0.4494, -0.799778), }, + Vertex { position: (4.852578, 1.889721, -0.605031), + normal: (0.897742, -0.15037, -0.414063), }, + Vertex { position: (4.926194, 1.859813, -0.582137), + normal: (0.746476, -0.187741, -0.638379), }, + Vertex { position: (4.982364, 1.8733, -0.53619), + normal: (0.108828, -0.182644, -0.977137), }, + Vertex { position: (4.991709, 1.844295, -0.520761), + normal: (0.661825, 0.260115, -0.703085), }, + Vertex { position: (4.926194, 1.859813, -0.582137), + normal: (0.746476, -0.187741, -0.638379), }, + Vertex { position: (4.991709, 1.844295, -0.520761), + normal: (0.661825, 0.260115, -0.703085), }, + Vertex { position: (4.944706, 1.840663, -0.575374), + normal: (0.560378, 0.257626, -0.78715), }, + Vertex { position: (4.861618, 1.854067, -0.618095), + normal: (0.397989, 0.4494, -0.799778), }, + Vertex { position: (4.944706, 1.840663, -0.575374), + normal: (0.560378, 0.257626, -0.78715), }, + Vertex { position: (4.908019, 1.796041, -0.587882), + normal: (0.675892, 0.137563, -0.724049), }, + Vertex { position: (4.861618, 1.854067, -0.618095), + normal: (0.397989, 0.4494, -0.799778), }, + Vertex { position: (4.908019, 1.796041, -0.587882), + normal: (0.675892, 0.137563, -0.724049), }, + Vertex { position: (4.852582, 1.816115, -0.603105), + normal: (0.708269, -0.122724, -0.695193), }, + Vertex { position: (4.944706, 1.840663, -0.575374), + normal: (0.560378, 0.257626, -0.78715), }, + Vertex { position: (4.991709, 1.844295, -0.520761), + normal: (0.661825, 0.260115, -0.703085), }, + Vertex { position: (4.963546, 1.783161, -0.553515), + normal: (0.683237, -0.051725, -0.728363), }, + Vertex { position: (4.944706, 1.840663, -0.575374), + normal: (0.560378, 0.257626, -0.78715), }, + Vertex { position: (4.963546, 1.783161, -0.553515), + normal: (0.683237, -0.051725, -0.728363), }, + Vertex { position: (4.908019, 1.796041, -0.587882), + normal: (0.675892, 0.137563, -0.724049), }, + Vertex { position: (4.991709, 1.844295, -0.520761), + normal: (0.661825, 0.260115, -0.703085), }, + Vertex { position: (4.983034, 1.806343, -0.505779), + normal: (0.762434, -0.012904, -0.646937), }, + Vertex { position: (4.963546, 1.783161, -0.553515), + normal: (0.683237, -0.051725, -0.728363), }, + Vertex { position: (4.991709, 1.844295, -0.520761), + normal: (0.661825, 0.260115, -0.703085), }, + Vertex { position: (5.01143, 1.875569, -0.463205), + normal: (0.431713, 0.22912, -0.872427), }, + Vertex { position: (4.983034, 1.806343, -0.505779), + normal: (0.762434, -0.012904, -0.646937), }, + Vertex { position: (4.918466, 2.084725, -0.532713), + normal: (0.588787, -0.248293, -0.769207), }, + Vertex { position: (4.964945, 2.053575, -0.499903), + normal: (0.274422, -0.24433, -0.930051), }, + Vertex { position: (4.991746, 2.009819, -0.523206), + normal: (0.470021, 0.182979, -0.863481), }, + Vertex { position: (4.918466, 2.084725, -0.532713), + normal: (0.588787, -0.248293, -0.769207), }, + Vertex { position: (4.991746, 2.009819, -0.523206), + normal: (0.470021, 0.182979, -0.863481), }, + Vertex { position: (4.93588, 2.051665, -0.572853), + normal: (0.312982, -0.015529, -0.949632), }, + Vertex { position: (4.964945, 2.053575, -0.499903), + normal: (0.274422, -0.24433, -0.930051), }, + Vertex { position: (5.020077, 1.97817, -0.480978), + normal: (0.017555, -0.142899, -0.989582), }, + Vertex { position: (4.991746, 2.009819, -0.523206), + normal: (0.470021, 0.182979, -0.863481), }, + Vertex { position: (4.991746, 2.009819, -0.523206), + normal: (0.470021, 0.182979, -0.863481), }, + Vertex { position: (5.020077, 1.97817, -0.480978), + normal: (0.017555, -0.142899, -0.989582), }, + Vertex { position: (5.01143, 1.875569, -0.463205), + normal: (0.431713, 0.22912, -0.872427), }, + Vertex { position: (4.842883, 2.021333, -0.638025), + normal: (0.264979, 0.116702, -0.957166), }, + Vertex { position: (4.825996, 2.089176, -0.576083), + normal: (0.961046, 0.110911, -0.253159), }, + Vertex { position: (4.881574, 2.094571, -0.539949), + normal: (0.910294, -0.144636, -0.387873), }, + Vertex { position: (4.842883, 2.021333, -0.638025), + normal: (0.264979, 0.116702, -0.957166), }, + Vertex { position: (4.881574, 2.094571, -0.539949), + normal: (0.910294, -0.144636, -0.387873), }, + Vertex { position: (4.93588, 2.051665, -0.572853), + normal: (0.312982, -0.015529, -0.949632), }, + Vertex { position: (4.825996, 2.089176, -0.576083), + normal: (0.961046, 0.110911, -0.253159), }, + Vertex { position: (4.842883, 2.021333, -0.638025), + normal: (0.264979, 0.116702, -0.957166), }, + Vertex { position: (4.760921, 1.881357, -0.61312), + normal: (0.269343, 0.329305, -0.904993), }, + Vertex { position: (4.825996, 2.089176, -0.576083), + normal: (0.961046, 0.110911, -0.253159), }, + Vertex { position: (4.760921, 1.881357, -0.61312), + normal: (0.269343, 0.329305, -0.904993), }, + Vertex { position: (4.788476, 2.028047, -0.608619), + normal: (0.813293, 0.022433, -0.581422), }, + Vertex { position: (4.751519, 2.039658, -0.634134), + normal: (0.699393, 0.056752, -0.71248), }, + Vertex { position: (4.798297, 2.118191, -0.591085), + normal: (0.490646, -0.178293, -0.852923), }, + Vertex { position: (4.825996, 2.089176, -0.576083), + normal: (0.961046, 0.110911, -0.253159), }, + Vertex { position: (4.751519, 2.039658, -0.634134), + normal: (0.699393, 0.056752, -0.71248), }, + Vertex { position: (4.825996, 2.089176, -0.576083), + normal: (0.961046, 0.110911, -0.253159), }, + Vertex { position: (4.788476, 2.028047, -0.608619), + normal: (0.813293, 0.022433, -0.581422), }, + Vertex { position: (4.798297, 2.118191, -0.591085), + normal: (0.490646, -0.178293, -0.852923), }, + Vertex { position: (4.872539, 2.159259, -0.542891), + normal: (0.267717, -0.172975, -0.947844), }, + Vertex { position: (4.881574, 2.094571, -0.539949), + normal: (0.910294, -0.144636, -0.387873), }, + Vertex { position: (4.798297, 2.118191, -0.591085), + normal: (0.490646, -0.178293, -0.852923), }, + Vertex { position: (4.881574, 2.094571, -0.539949), + normal: (0.910294, -0.144636, -0.387873), }, + Vertex { position: (4.825996, 2.089176, -0.576083), + normal: (0.961046, 0.110911, -0.253159), }, + Vertex { position: (4.872539, 2.159259, -0.542891), + normal: (0.267717, -0.172975, -0.947844), }, + Vertex { position: (4.927885, 2.15656, -0.516579), + normal: (-0.028502, -0.108631, -0.993673), }, + Vertex { position: (4.918466, 2.084725, -0.532713), + normal: (0.588787, -0.248293, -0.769207), }, + Vertex { position: (4.872539, 2.159259, -0.542891), + normal: (0.267717, -0.172975, -0.947844), }, + Vertex { position: (4.918466, 2.084725, -0.532713), + normal: (0.588787, -0.248293, -0.769207), }, + Vertex { position: (4.881574, 2.094571, -0.539949), + normal: (0.910294, -0.144636, -0.387873), }, + Vertex { position: (4.927885, 2.15656, -0.516579), + normal: (-0.028502, -0.108631, -0.993673), }, + Vertex { position: (5.00244, 2.105746, -0.468233), + normal: (-0.064166, -0.189382, -0.979805), }, + Vertex { position: (4.964945, 2.053575, -0.499903), + normal: (0.274422, -0.24433, -0.930051), }, + Vertex { position: (4.927885, 2.15656, -0.516579), + normal: (-0.028502, -0.108631, -0.993673), }, + Vertex { position: (4.964945, 2.053575, -0.499903), + normal: (0.274422, -0.24433, -0.930051), }, + Vertex { position: (4.918466, 2.084725, -0.532713), + normal: (0.588787, -0.248293, -0.769207), }, + Vertex { position: (5.00244, 2.105746, -0.468233), + normal: (-0.064166, -0.189382, -0.979805), }, + Vertex { position: (5.057495, 2.002751, -0.451974), + normal: (0.781868, 0.537364, -0.316105), }, + Vertex { position: (5.020077, 1.97817, -0.480978), + normal: (0.017555, -0.142899, -0.989582), }, + Vertex { position: (5.00244, 2.105746, -0.468233), + normal: (-0.064166, -0.189382, -0.979805), }, + Vertex { position: (5.020077, 1.97817, -0.480978), + normal: (0.017555, -0.142899, -0.989582), }, + Vertex { position: (4.964945, 2.053575, -0.499903), + normal: (0.274422, -0.24433, -0.930051), }, + Vertex { position: (5.057495, 2.002751, -0.451974), + normal: (0.781868, 0.537364, -0.316105), }, + Vertex { position: (5.075994, 1.900999, -0.443793), + normal: (0.89264, 0.34991, -0.284178), }, + Vertex { position: (5.01143, 1.875569, -0.463205), + normal: (0.431713, 0.22912, -0.872427), }, + Vertex { position: (5.057495, 2.002751, -0.451974), + normal: (0.781868, 0.537364, -0.316105), }, + Vertex { position: (5.01143, 1.875569, -0.463205), + normal: (0.431713, 0.22912, -0.872427), }, + Vertex { position: (5.020077, 1.97817, -0.480978), + normal: (0.017555, -0.142899, -0.989582), }, + Vertex { position: (5.075994, 1.900999, -0.443793), + normal: (0.89264, 0.34991, -0.284178), }, + Vertex { position: (5.030289, 1.827419, -0.440803), + normal: (0.618085, 0.650911, -0.440779), }, + Vertex { position: (5.01143, 1.875569, -0.463205), + normal: (0.431713, 0.22912, -0.872427), }, + Vertex { position: (5.01143, 1.875569, -0.463205), + normal: (0.431713, 0.22912, -0.872427), }, + Vertex { position: (5.030289, 1.827419, -0.440803), + normal: (0.618085, 0.650911, -0.440779), }, + Vertex { position: (4.991904, 1.760829, -0.510386), + normal: (0.352601, 0.621479, -0.699597), }, + Vertex { position: (5.01143, 1.875569, -0.463205), + normal: (0.431713, 0.22912, -0.872427), }, + Vertex { position: (4.991904, 1.760829, -0.510386), + normal: (0.352601, 0.621479, -0.699597), }, + Vertex { position: (4.983034, 1.806343, -0.505779), + normal: (0.762434, -0.012904, -0.646937), }, + Vertex { position: (4.983034, 1.806343, -0.505779), + normal: (0.762434, -0.012904, -0.646937), }, + Vertex { position: (4.991904, 1.760829, -0.510386), + normal: (0.352601, 0.621479, -0.699597), }, + Vertex { position: (4.936066, 1.737668, -0.557276), + normal: (0.171039, 0.554898, -0.814146), }, + Vertex { position: (4.983034, 1.806343, -0.505779), + normal: (0.762434, -0.012904, -0.646937), }, + Vertex { position: (4.936066, 1.737668, -0.557276), + normal: (0.171039, 0.554898, -0.814146), }, + Vertex { position: (4.963546, 1.783161, -0.553515), + normal: (0.683237, -0.051725, -0.728363), }, + Vertex { position: (4.908019, 1.796041, -0.587882), + normal: (0.675892, 0.137563, -0.724049), }, + Vertex { position: (4.963546, 1.783161, -0.553515), + normal: (0.683237, -0.051725, -0.728363), }, + Vertex { position: (4.936066, 1.737668, -0.557276), + normal: (0.171039, 0.554898, -0.814146), }, + Vertex { position: (4.908019, 1.796041, -0.587882), + normal: (0.675892, 0.137563, -0.724049), }, + Vertex { position: (4.936066, 1.737668, -0.557276), + normal: (0.171039, 0.554898, -0.814146), }, + Vertex { position: (4.871155, 1.741238, -0.592326), + normal: (-0.281999, -0.030938, -0.958916), }, + Vertex { position: (4.852582, 1.816115, -0.603105), + normal: (0.708269, -0.122724, -0.695193), }, + Vertex { position: (4.908019, 1.796041, -0.587882), + normal: (0.675892, 0.137563, -0.724049), }, + Vertex { position: (4.871155, 1.741238, -0.592326), + normal: (-0.281999, -0.030938, -0.958916), }, + Vertex { position: (4.852582, 1.816115, -0.603105), + normal: (0.708269, -0.122724, -0.695193), }, + Vertex { position: (4.871155, 1.741238, -0.592326), + normal: (-0.281999, -0.030938, -0.958916), }, + Vertex { position: (4.816181, 1.79786, -0.604026), + normal: (-0.120429, -0.209965, -0.970264), }, + Vertex { position: (4.760921, 1.881357, -0.61312), + normal: (0.269343, 0.329305, -0.904993), }, + Vertex { position: (4.852582, 1.816115, -0.603105), + normal: (0.708269, -0.122724, -0.695193), }, + Vertex { position: (4.816181, 1.79786, -0.604026), + normal: (-0.120429, -0.209965, -0.970264), }, + Vertex { position: (5.075994, 1.900999, -0.443793), + normal: (0.89264, 0.34991, -0.284178), }, + Vertex { position: (5.095375, 1.961238, -0.401516), + normal: (0.077536, 0.770695, -0.632469), }, + Vertex { position: (5.085813, 1.888503, -0.408327), + normal: (-0.222902, 0.035918, -0.974179), }, + Vertex { position: (5.075994, 1.900999, -0.443793), + normal: (0.89264, 0.34991, -0.284178), }, + Vertex { position: (5.085813, 1.888503, -0.408327), + normal: (-0.222902, 0.035918, -0.974179), }, + Vertex { position: (5.058179, 1.788186, -0.417387), + normal: (0.269003, 0.864361, -0.424874), }, + Vertex { position: (5.075994, 1.900999, -0.443793), + normal: (0.89264, 0.34991, -0.284178), }, + Vertex { position: (5.058179, 1.788186, -0.417387), + normal: (0.269003, 0.864361, -0.424874), }, + Vertex { position: (5.030289, 1.827419, -0.440803), + normal: (0.618085, 0.650911, -0.440779), }, + Vertex { position: (5.030289, 1.827419, -0.440803), + normal: (0.618085, 0.650911, -0.440779), }, + Vertex { position: (5.058179, 1.788186, -0.417387), + normal: (0.269003, 0.864361, -0.424874), }, + Vertex { position: (5.019836, 1.739907, -0.485562), + normal: (0.532717, 0.840798, -0.09629), }, + Vertex { position: (5.030289, 1.827419, -0.440803), + normal: (0.618085, 0.650911, -0.440779), }, + Vertex { position: (5.019836, 1.739907, -0.485562), + normal: (0.532717, 0.840798, -0.09629), }, + Vertex { position: (4.991904, 1.760829, -0.510386), + normal: (0.352601, 0.621479, -0.699597), }, + Vertex { position: (4.991904, 1.760829, -0.510386), + normal: (0.352601, 0.621479, -0.699597), }, + Vertex { position: (5.019836, 1.739907, -0.485562), + normal: (0.532717, 0.840798, -0.09629), }, + Vertex { position: (4.917973, 1.68148, -0.544201), + normal: (0.722741, 0.690989, 0.01339), }, + Vertex { position: (4.991904, 1.760829, -0.510386), + normal: (0.352601, 0.621479, -0.699597), }, + Vertex { position: (4.917973, 1.68148, -0.544201), + normal: (0.722741, 0.690989, 0.01339), }, + Vertex { position: (4.936066, 1.737668, -0.557276), + normal: (0.171039, 0.554898, -0.814146), }, + Vertex { position: (4.871155, 1.741238, -0.592326), + normal: (-0.281999, -0.030938, -0.958916), }, + Vertex { position: (4.936066, 1.737668, -0.557276), + normal: (0.171039, 0.554898, -0.814146), }, + Vertex { position: (4.917973, 1.68148, -0.544201), + normal: (0.722741, 0.690989, 0.01339), }, + Vertex { position: (4.871155, 1.741238, -0.592326), + normal: (-0.281999, -0.030938, -0.958916), }, + Vertex { position: (4.917973, 1.68148, -0.544201), + normal: (0.722741, 0.690989, 0.01339), }, + Vertex { position: (4.862636, 1.684144, -0.570155), + normal: (0.870384, 0.492055, -0.017698), }, + Vertex { position: (4.816181, 1.79786, -0.604026), + normal: (-0.120429, -0.209965, -0.970264), }, + Vertex { position: (4.871155, 1.741238, -0.592326), + normal: (-0.281999, -0.030938, -0.958916), }, + Vertex { position: (4.862636, 1.684144, -0.570155), + normal: (0.870384, 0.492055, -0.017698), }, + Vertex { position: (4.816181, 1.79786, -0.604026), + normal: (-0.120429, -0.209965, -0.970264), }, + Vertex { position: (4.862636, 1.684144, -0.570155), + normal: (0.870384, 0.492055, -0.017698), }, + Vertex { position: (4.752337, 1.723388, -0.591296), + normal: (0.947044, 0.280641, -0.156039), }, + Vertex { position: (4.760921, 1.881357, -0.61312), + normal: (0.269343, 0.329305, -0.904993), }, + Vertex { position: (4.816181, 1.79786, -0.604026), + normal: (-0.120429, -0.209965, -0.970264), }, + Vertex { position: (4.752337, 1.723388, -0.591296), + normal: (0.947044, 0.280641, -0.156039), }, + Vertex { position: (4.760921, 1.881357, -0.61312), + normal: (0.269343, 0.329305, -0.904993), }, + Vertex { position: (4.752337, 1.723388, -0.591296), + normal: (0.947044, 0.280641, -0.156039), }, + Vertex { position: (4.697607, 1.768061, -0.576663), + normal: (0.925586, 0.05083, -0.375109), }, + Vertex { position: (5.00244, 2.105746, -0.468233), + normal: (-0.064166, -0.189382, -0.979805), }, + Vertex { position: (5.030641, 2.102197, -0.432329), + normal: (-0.212651, -0.104685, -0.971504), }, + Vertex { position: (5.067202, 2.027704, -0.422291), + normal: (0.332526, 0.910491, -0.245832), }, + Vertex { position: (5.00244, 2.105746, -0.468233), + normal: (-0.064166, -0.189382, -0.979805), }, + Vertex { position: (5.067202, 2.027704, -0.422291), + normal: (0.332526, 0.910491, -0.245832), }, + Vertex { position: (5.057495, 2.002751, -0.451974), + normal: (0.781868, 0.537364, -0.316105), }, + Vertex { position: (4.93795, 2.181155, -0.486939), + normal: (0.530808, 0.847432, 0.010124), }, + Vertex { position: (5.030641, 2.102197, -0.432329), + normal: (-0.212651, -0.104685, -0.971504), }, + Vertex { position: (5.00244, 2.105746, -0.468233), + normal: (-0.064166, -0.189382, -0.979805), }, + Vertex { position: (4.93795, 2.181155, -0.486939), + normal: (0.530808, 0.847432, 0.010124), }, + Vertex { position: (5.00244, 2.105746, -0.468233), + normal: (-0.064166, -0.189382, -0.979805), }, + Vertex { position: (4.927885, 2.15656, -0.516579), + normal: (-0.028502, -0.108631, -0.993673), }, + Vertex { position: (4.881855, 2.194544, -0.530288), + normal: (0.668087, 0.738269, 0.092842), }, + Vertex { position: (4.93795, 2.181155, -0.486939), + normal: (0.530808, 0.847432, 0.010124), }, + Vertex { position: (4.927885, 2.15656, -0.516579), + normal: (-0.028502, -0.108631, -0.993673), }, + Vertex { position: (4.881855, 2.194544, -0.530288), + normal: (0.668087, 0.738269, 0.092842), }, + Vertex { position: (4.927885, 2.15656, -0.516579), + normal: (-0.028502, -0.108631, -0.993673), }, + Vertex { position: (4.872539, 2.159259, -0.542891), + normal: (0.267717, -0.172975, -0.947844), }, + Vertex { position: (4.881855, 2.194544, -0.530288), + normal: (0.668087, 0.738269, 0.092842), }, + Vertex { position: (4.872539, 2.159259, -0.542891), + normal: (0.267717, -0.172975, -0.947844), }, + Vertex { position: (4.798297, 2.118191, -0.591085), + normal: (0.490646, -0.178293, -0.852923), }, + Vertex { position: (4.881855, 2.194544, -0.530288), + normal: (0.668087, 0.738269, 0.092842), }, + Vertex { position: (4.798297, 2.118191, -0.591085), + normal: (0.490646, -0.178293, -0.852923), }, + Vertex { position: (4.807794, 2.143653, -0.570393), + normal: (0.787133, 0.61647, 0.019654), }, + Vertex { position: (4.807794, 2.143653, -0.570393), + normal: (0.787133, 0.61647, 0.019654), }, + Vertex { position: (4.798297, 2.118191, -0.591085), + normal: (0.490646, -0.178293, -0.852923), }, + Vertex { position: (4.751519, 2.039658, -0.634134), + normal: (0.699393, 0.056752, -0.71248), }, + Vertex { position: (4.807794, 2.143653, -0.570393), + normal: (0.787133, 0.61647, 0.019654), }, + Vertex { position: (4.751519, 2.039658, -0.634134), + normal: (0.699393, 0.056752, -0.71248), }, + Vertex { position: (4.728963, 2.036146, -0.614307), + normal: (0.856604, 0.474873, -0.201803), }, + Vertex { position: (4.742358, 1.882232, -0.62165), + normal: (0.827569, 0.284292, -0.484054), }, + Vertex { position: (4.728963, 2.036146, -0.614307), + normal: (0.856604, 0.474873, -0.201803), }, + Vertex { position: (4.751519, 2.039658, -0.634134), + normal: (0.699393, 0.056752, -0.71248), }, + Vertex { position: (4.742358, 1.882232, -0.62165), + normal: (0.827569, 0.284292, -0.484054), }, + Vertex { position: (4.751519, 2.039658, -0.634134), + normal: (0.699393, 0.056752, -0.71248), }, + Vertex { position: (4.760921, 1.881357, -0.61312), + normal: (0.269343, 0.329305, -0.904993), }, + Vertex { position: (4.742358, 1.882232, -0.62165), + normal: (0.827569, 0.284292, -0.484054), }, + Vertex { position: (4.760921, 1.881357, -0.61312), + normal: (0.269343, 0.329305, -0.904993), }, + Vertex { position: (4.697607, 1.768061, -0.576663), + normal: (0.925586, 0.05083, -0.375109), }, + Vertex { position: (4.74405, 2.179337, -0.556057), + normal: (0.766773, 0.253147, -0.589894), }, + Vertex { position: (4.807794, 2.143653, -0.570393), + normal: (0.787133, 0.61647, 0.019654), }, + Vertex { position: (4.728963, 2.036146, -0.614307), + normal: (0.856604, 0.474873, -0.201803), }, + Vertex { position: (4.74405, 2.179337, -0.556057), + normal: (0.766773, 0.253147, -0.589894), }, + Vertex { position: (4.728963, 2.036146, -0.614307), + normal: (0.856604, 0.474873, -0.201803), }, + Vertex { position: (4.688114, 2.046378, -0.604518), + normal: (0.667258, 0.181112, -0.722471), }, + Vertex { position: (4.74405, 2.179337, -0.556057), + normal: (0.766773, 0.253147, -0.589894), }, + Vertex { position: (4.837331, 2.235678, -0.479332), + normal: (0.45571, -0.00339, -0.890122), }, + Vertex { position: (4.881855, 2.194544, -0.530288), + normal: (0.668087, 0.738269, 0.092842), }, + Vertex { position: (4.74405, 2.179337, -0.556057), + normal: (0.766773, 0.253147, -0.589894), }, + Vertex { position: (4.881855, 2.194544, -0.530288), + normal: (0.668087, 0.738269, 0.092842), }, + Vertex { position: (4.807794, 2.143653, -0.570393), + normal: (0.787133, 0.61647, 0.019654), }, + Vertex { position: (4.837331, 2.235678, -0.479332), + normal: (0.45571, -0.00339, -0.890122), }, + Vertex { position: (4.89385, 2.220523, -0.417713), + normal: (0.373808, -0.059429, -0.9256), }, + Vertex { position: (4.93795, 2.181155, -0.486939), + normal: (0.530808, 0.847432, 0.010124), }, + Vertex { position: (4.837331, 2.235678, -0.479332), + normal: (0.45571, -0.00339, -0.890122), }, + Vertex { position: (4.93795, 2.181155, -0.486939), + normal: (0.530808, 0.847432, 0.010124), }, + Vertex { position: (4.881855, 2.194544, -0.530288), + normal: (0.668087, 0.738269, 0.092842), }, + Vertex { position: (4.89385, 2.220523, -0.417713), + normal: (0.373808, -0.059429, -0.9256), }, + Vertex { position: (4.995978, 2.148785, -0.344534), + normal: (0.276212, -0.065585, -0.958856), }, + Vertex { position: (5.030641, 2.102197, -0.432329), + normal: (-0.212651, -0.104685, -0.971504), }, + Vertex { position: (4.89385, 2.220523, -0.417713), + normal: (0.373808, -0.059429, -0.9256), }, + Vertex { position: (5.030641, 2.102197, -0.432329), + normal: (-0.212651, -0.104685, -0.971504), }, + Vertex { position: (4.93795, 2.181155, -0.486939), + normal: (0.530808, 0.847432, 0.010124), }, + Vertex { position: (4.995978, 2.148785, -0.344534), + normal: (0.276212, -0.065585, -0.958856), }, + Vertex { position: (5.06084, 2.053335, -0.309324), + normal: (0.122987, -0.006582, -0.992386), }, + Vertex { position: (5.067202, 2.027704, -0.422291), + normal: (0.332526, 0.910491, -0.245832), }, + Vertex { position: (4.995978, 2.148785, -0.344534), + normal: (0.276212, -0.065585, -0.958856), }, + Vertex { position: (5.067202, 2.027704, -0.422291), + normal: (0.332526, 0.910491, -0.245832), }, + Vertex { position: (5.030641, 2.102197, -0.432329), + normal: (-0.212651, -0.104685, -0.971504), }, + Vertex { position: (5.06084, 2.053335, -0.309324), + normal: (0.122987, -0.006582, -0.992386), }, + Vertex { position: (5.097062, 1.954206, -0.328795), + normal: (0.041586, 0.068165, -0.996807), }, + Vertex { position: (5.095375, 1.961238, -0.401516), + normal: (0.077536, 0.770695, -0.632469), }, + Vertex { position: (5.06084, 2.053335, -0.309324), + normal: (0.122987, -0.006582, -0.992386), }, + Vertex { position: (5.095375, 1.961238, -0.401516), + normal: (0.077536, 0.770695, -0.632469), }, + Vertex { position: (5.067202, 2.027704, -0.422291), + normal: (0.332526, 0.910491, -0.245832), }, + Vertex { position: (5.095375, 1.961238, -0.401516), + normal: (0.077536, 0.770695, -0.632469), }, + Vertex { position: (5.097062, 1.954206, -0.328795), + normal: (0.041586, 0.068165, -0.996807), }, + Vertex { position: (5.105589, 1.864086, -0.347113), + normal: (0.035084, 0.005692, -0.999368), }, + Vertex { position: (5.095375, 1.961238, -0.401516), + normal: (0.077536, 0.770695, -0.632469), }, + Vertex { position: (5.105589, 1.864086, -0.347113), + normal: (0.035084, 0.005692, -0.999368), }, + Vertex { position: (5.085813, 1.888503, -0.408327), + normal: (-0.222902, 0.035918, -0.974179), }, + Vertex { position: (5.085813, 1.888503, -0.408327), + normal: (-0.222902, 0.035918, -0.974179), }, + Vertex { position: (5.105589, 1.864086, -0.347113), + normal: (0.035084, 0.005692, -0.999368), }, + Vertex { position: (5.058179, 1.788186, -0.417387), + normal: (0.269003, 0.864361, -0.424874), }, + Vertex { position: (4.697024, 1.862575, -0.604048), + normal: (-0.013461, -0.014478, -0.999805), }, + Vertex { position: (4.742358, 1.882232, -0.62165), + normal: (0.827569, 0.284292, -0.484054), }, + Vertex { position: (4.697607, 1.768061, -0.576663), + normal: (0.925586, 0.05083, -0.375109), }, + Vertex { position: (4.837331, 2.235678, -0.479332), + normal: (0.45571, -0.00339, -0.890122), }, + Vertex { position: (4.739441, 2.299169, -0.369987), + normal: (-0.114527, 0.103064, -0.988059), }, + Vertex { position: (4.83289, 2.262727, -0.283787), + normal: (0.2189, 0.87846, -0.424724), }, + Vertex { position: (4.837331, 2.235678, -0.479332), + normal: (0.45571, -0.00339, -0.890122), }, + Vertex { position: (4.83289, 2.262727, -0.283787), + normal: (0.2189, 0.87846, -0.424724), }, + Vertex { position: (4.89385, 2.220523, -0.417713), + normal: (0.373808, -0.059429, -0.9256), }, + Vertex { position: (4.83289, 2.262727, -0.283787), + normal: (0.2189, 0.87846, -0.424724), }, + Vertex { position: (4.971394, 2.146686, -0.224781), + normal: (-0.194126, 0.280848, -0.939914), }, + Vertex { position: (4.995978, 2.148785, -0.344534), + normal: (0.276212, -0.065585, -0.958856), }, + Vertex { position: (4.83289, 2.262727, -0.283787), + normal: (0.2189, 0.87846, -0.424724), }, + Vertex { position: (4.995978, 2.148785, -0.344534), + normal: (0.276212, -0.065585, -0.958856), }, + Vertex { position: (4.89385, 2.220523, -0.417713), + normal: (0.373808, -0.059429, -0.9256), }, + Vertex { position: (4.971394, 2.146686, -0.224781), + normal: (-0.194126, 0.280848, -0.939914), }, + Vertex { position: (5.072165, 2.04363, -0.209228), + normal: (0.742633, 0.65679, -0.130853), }, + Vertex { position: (5.06084, 2.053335, -0.309324), + normal: (0.122987, -0.006582, -0.992386), }, + Vertex { position: (4.971394, 2.146686, -0.224781), + normal: (-0.194126, 0.280848, -0.939914), }, + Vertex { position: (5.06084, 2.053335, -0.309324), + normal: (0.122987, -0.006582, -0.992386), }, + Vertex { position: (4.995978, 2.148785, -0.344534), + normal: (0.276212, -0.065585, -0.958856), }, + Vertex { position: (5.072165, 2.04363, -0.209228), + normal: (0.742633, 0.65679, -0.130853), }, + Vertex { position: (5.127157, 1.942759, -0.211214), + normal: (0.681964, 0.386262, -0.621069), }, + Vertex { position: (5.097062, 1.954206, -0.328795), + normal: (0.041586, 0.068165, -0.996807), }, + Vertex { position: (5.072165, 2.04363, -0.209228), + normal: (0.742633, 0.65679, -0.130853), }, + Vertex { position: (5.097062, 1.954206, -0.328795), + normal: (0.041586, 0.068165, -0.996807), }, + Vertex { position: (5.06084, 2.053335, -0.309324), + normal: (0.122987, -0.006582, -0.992386), }, + Vertex { position: (5.127157, 1.942759, -0.211214), + normal: (0.681964, 0.386262, -0.621069), }, + Vertex { position: (5.152698, 1.830661, -0.287042), + normal: (0.584509, 0.341142, -0.736187), }, + Vertex { position: (5.105589, 1.864086, -0.347113), + normal: (0.035084, 0.005692, -0.999368), }, + Vertex { position: (5.127157, 1.942759, -0.211214), + normal: (0.681964, 0.386262, -0.621069), }, + Vertex { position: (5.105589, 1.864086, -0.347113), + normal: (0.035084, 0.005692, -0.999368), }, + Vertex { position: (5.097062, 1.954206, -0.328795), + normal: (0.041586, 0.068165, -0.996807), }, + Vertex { position: (5.105589, 1.864086, -0.347113), + normal: (0.035084, 0.005692, -0.999368), }, + Vertex { position: (5.152698, 1.830661, -0.287042), + normal: (0.584509, 0.341142, -0.736187), }, + Vertex { position: (5.133171, 1.715563, -0.334258), + normal: (0.577823, 0.271654, -0.769626), }, + Vertex { position: (5.105589, 1.864086, -0.347113), + normal: (0.035084, 0.005692, -0.999368), }, + Vertex { position: (5.133171, 1.715563, -0.334258), + normal: (0.577823, 0.271654, -0.769626), }, + Vertex { position: (5.058179, 1.788186, -0.417387), + normal: (0.269003, 0.864361, -0.424874), }, + Vertex { position: (5.058179, 1.788186, -0.417387), + normal: (0.269003, 0.864361, -0.424874), }, + Vertex { position: (5.133171, 1.715563, -0.334258), + normal: (0.577823, 0.271654, -0.769626), }, + Vertex { position: (5.103427, 1.624404, -0.434275), + normal: (0.237937, 0.08172, -0.967837), }, + Vertex { position: (5.058179, 1.788186, -0.417387), + normal: (0.269003, 0.864361, -0.424874), }, + Vertex { position: (5.103427, 1.624404, -0.434275), + normal: (0.237937, 0.08172, -0.967837), }, + Vertex { position: (5.019836, 1.739907, -0.485562), + normal: (0.532717, 0.840798, -0.09629), }, + Vertex { position: (5.019836, 1.739907, -0.485562), + normal: (0.532717, 0.840798, -0.09629), }, + Vertex { position: (5.103427, 1.624404, -0.434275), + normal: (0.237937, 0.08172, -0.967837), }, + Vertex { position: (4.982822, 1.503071, -0.507606), + normal: (0.198142, 0.152918, -0.968171), }, + Vertex { position: (5.019836, 1.739907, -0.485562), + normal: (0.532717, 0.840798, -0.09629), }, + Vertex { position: (4.982822, 1.503071, -0.507606), + normal: (0.198142, 0.152918, -0.968171), }, + Vertex { position: (4.917973, 1.68148, -0.544201), + normal: (0.722741, 0.690989, 0.01339), }, + Vertex { position: (4.862636, 1.684144, -0.570155), + normal: (0.870384, 0.492055, -0.017698), }, + Vertex { position: (4.917973, 1.68148, -0.544201), + normal: (0.722741, 0.690989, 0.01339), }, + Vertex { position: (4.982822, 1.503071, -0.507606), + normal: (0.198142, 0.152918, -0.968171), }, + Vertex { position: (4.862636, 1.684144, -0.570155), + normal: (0.870384, 0.492055, -0.017698), }, + Vertex { position: (4.982822, 1.503071, -0.507606), + normal: (0.198142, 0.152918, -0.968171), }, + Vertex { position: (4.927282, 1.486953, -0.526327), + normal: (0.198441, 0.172024, -0.964898), }, + Vertex { position: (4.862636, 1.684144, -0.570155), + normal: (0.870384, 0.492055, -0.017698), }, + Vertex { position: (4.927282, 1.486953, -0.526327), + normal: (0.198441, 0.172024, -0.964898), }, + Vertex { position: (4.79841, 1.473149, -0.570618), + normal: (0.204819, 0.130792, -0.970022), }, + Vertex { position: (4.752337, 1.723388, -0.591296), + normal: (0.947044, 0.280641, -0.156039), }, + Vertex { position: (4.862636, 1.684144, -0.570155), + normal: (0.870384, 0.492055, -0.017698), }, + Vertex { position: (4.79841, 1.473149, -0.570618), + normal: (0.204819, 0.130792, -0.970022), }, + Vertex { position: (4.752337, 1.723388, -0.591296), + normal: (0.947044, 0.280641, -0.156039), }, + Vertex { position: (4.79841, 1.473149, -0.570618), + normal: (0.204819, 0.130792, -0.970022), }, + Vertex { position: (4.715646, 1.502195, -0.584339), + normal: (0.154028, 0.078449, -0.984947), }, + Vertex { position: (4.697607, 1.768061, -0.576663), + normal: (0.925586, 0.05083, -0.375109), }, + Vertex { position: (4.752337, 1.723388, -0.591296), + normal: (0.947044, 0.280641, -0.156039), }, + Vertex { position: (4.715646, 1.502195, -0.584339), + normal: (0.154028, 0.078449, -0.984947), }, + Vertex { position: (4.697607, 1.768061, -0.576663), + normal: (0.925586, 0.05083, -0.375109), }, + Vertex { position: (4.715646, 1.502195, -0.584339), + normal: (0.154028, 0.078449, -0.984947), }, + Vertex { position: (4.615408, 1.639641, -0.577768), + normal: (0.032152, 0.123743, -0.991793), }, + Vertex { position: (4.697024, 1.862575, -0.604048), + normal: (-0.013461, -0.014478, -0.999805), }, + Vertex { position: (4.697607, 1.768061, -0.576663), + normal: (0.925586, 0.05083, -0.375109), }, + Vertex { position: (4.615408, 1.639641, -0.577768), + normal: (0.032152, 0.123743, -0.991793), }, + Vertex { position: (4.697024, 1.862575, -0.604048), + normal: (-0.013461, -0.014478, -0.999805), }, + Vertex { position: (4.615408, 1.639641, -0.577768), + normal: (0.032152, 0.123743, -0.991793), }, + Vertex { position: (4.560751, 1.785154, -0.562428), + normal: (-0.077208, 0.343417, -0.936004), }, + Vertex { position: (4.551484, 1.841749, -0.575191), + normal: (0.510305, 0.850999, -0.124054), }, + Vertex { position: (4.688114, 2.046378, -0.604518), + normal: (0.667258, 0.181112, -0.722471), }, + Vertex { position: (4.697024, 1.862575, -0.604048), + normal: (-0.013461, -0.014478, -0.999805), }, + Vertex { position: (4.551484, 1.841749, -0.575191), + normal: (0.510305, 0.850999, -0.124054), }, + Vertex { position: (4.697024, 1.862575, -0.604048), + normal: (-0.013461, -0.014478, -0.999805), }, + Vertex { position: (4.560751, 1.785154, -0.562428), + normal: (-0.077208, 0.343417, -0.936004), }, + Vertex { position: (4.533113, 1.989009, -0.578975), + normal: (0.561002, 0.750769, -0.348745), }, + Vertex { position: (4.688114, 2.046378, -0.604518), + normal: (0.667258, 0.181112, -0.722471), }, + Vertex { position: (4.551484, 1.841749, -0.575191), + normal: (0.510305, 0.850999, -0.124054), }, + Vertex { position: (4.636582, 2.263383, -0.471997), + normal: (0.719268, 0.159441, -0.676189), }, + Vertex { position: (4.74405, 2.179337, -0.556057), + normal: (0.766773, 0.253147, -0.589894), }, + Vertex { position: (4.688114, 2.046378, -0.604518), + normal: (0.667258, 0.181112, -0.722471), }, + Vertex { position: (4.636582, 2.263383, -0.471997), + normal: (0.719268, 0.159441, -0.676189), }, + Vertex { position: (4.688114, 2.046378, -0.604518), + normal: (0.667258, 0.181112, -0.722471), }, + Vertex { position: (4.561299, 2.133066, -0.547248), + normal: (0.328548, 0.219459, -0.918637), }, + Vertex { position: (4.561299, 2.133066, -0.547248), + normal: (0.328548, 0.219459, -0.918637), }, + Vertex { position: (4.688114, 2.046378, -0.604518), + normal: (0.667258, 0.181112, -0.722471), }, + Vertex { position: (4.533113, 1.989009, -0.578975), + normal: (0.561002, 0.750769, -0.348745), }, + Vertex { position: (4.912303, 2.162645, -0.00009), + normal: (-0.989689, -0.143234, 0.0), }, + Vertex { position: (5.04969, 2.032731, 0.000071), + normal: (-0.941169, -0.337937, 0.0), }, + Vertex { position: (5.072165, 2.04363, -0.209228), + normal: (0.742633, 0.65679, -0.130853), }, + Vertex { position: (4.912303, 2.162645, -0.00009), + normal: (-0.989689, -0.143234, 0.0), }, + Vertex { position: (5.072165, 2.04363, -0.209228), + normal: (0.742633, 0.65679, -0.130853), }, + Vertex { position: (4.971394, 2.146686, -0.224781), + normal: (-0.194126, 0.280848, -0.939914), }, + Vertex { position: (5.04969, 2.032731, 0.000071), + normal: (-0.941169, -0.337937, 0.0), }, + Vertex { position: (5.156645, 1.942902, -0.119993), + normal: (0.444094, 0.036128, -0.895251), }, + Vertex { position: (5.127157, 1.942759, -0.211214), + normal: (0.681964, 0.386262, -0.621069), }, + Vertex { position: (5.04969, 2.032731, 0.000071), + normal: (-0.941169, -0.337937, 0.0), }, + Vertex { position: (5.127157, 1.942759, -0.211214), + normal: (0.681964, 0.386262, -0.621069), }, + Vertex { position: (5.072165, 2.04363, -0.209228), + normal: (0.742633, 0.65679, -0.130853), }, + Vertex { position: (5.156645, 1.942902, -0.119993), + normal: (0.444094, 0.036128, -0.895251), }, + Vertex { position: (5.218821, 1.803552, -0.199306), + normal: (0.458202, 0.052175, -0.887316), }, + Vertex { position: (5.152698, 1.830661, -0.287042), + normal: (0.584509, 0.341142, -0.736187), }, + Vertex { position: (5.156645, 1.942902, -0.119993), + normal: (0.444094, 0.036128, -0.895251), }, + Vertex { position: (5.152698, 1.830661, -0.287042), + normal: (0.584509, 0.341142, -0.736187), }, + Vertex { position: (5.127157, 1.942759, -0.211214), + normal: (0.681964, 0.386262, -0.621069), }, + Vertex { position: (5.218821, 1.803552, -0.199306), + normal: (0.458202, 0.052175, -0.887316), }, + Vertex { position: (5.216855, 1.636645, -0.279797), + normal: (0.347878, 0.028988, -0.937092), }, + Vertex { position: (5.133171, 1.715563, -0.334258), + normal: (0.577823, 0.271654, -0.769626), }, + Vertex { position: (5.218821, 1.803552, -0.199306), + normal: (0.458202, 0.052175, -0.887316), }, + Vertex { position: (5.133171, 1.715563, -0.334258), + normal: (0.577823, 0.271654, -0.769626), }, + Vertex { position: (5.152698, 1.830661, -0.287042), + normal: (0.584509, 0.341142, -0.736187), }, + Vertex { position: (5.133171, 1.715563, -0.334258), + normal: (0.577823, 0.271654, -0.769626), }, + Vertex { position: (5.216855, 1.636645, -0.279797), + normal: (0.347878, 0.028988, -0.937092), }, + Vertex { position: (5.233176, 1.442459, -0.362988), + normal: (0.282492, 0.026082, -0.958915), }, + Vertex { position: (5.133171, 1.715563, -0.334258), + normal: (0.577823, 0.271654, -0.769626), }, + Vertex { position: (5.233176, 1.442459, -0.362988), + normal: (0.282492, 0.026082, -0.958915), }, + Vertex { position: (5.103427, 1.624404, -0.434275), + normal: (0.237937, 0.08172, -0.967837), }, + Vertex { position: (4.615408, 1.639641, -0.577768), + normal: (0.032152, 0.123743, -0.991793), }, + Vertex { position: (4.715646, 1.502195, -0.584339), + normal: (0.154028, 0.078449, -0.984947), }, + Vertex { position: (4.679116, 1.438434, -0.589658), + normal: (0.380651, 0.443224, -0.811577), }, + Vertex { position: (4.615408, 1.639641, -0.577768), + normal: (0.032152, 0.123743, -0.991793), }, + Vertex { position: (4.679116, 1.438434, -0.589658), + normal: (0.380651, 0.443224, -0.811577), }, + Vertex { position: (4.596478, 1.512987, -0.598982), + normal: (0.362705, 0.428702, -0.827442), }, + Vertex { position: (4.615408, 1.639641, -0.577768), + normal: (0.032152, 0.123743, -0.991793), }, + Vertex { position: (4.596478, 1.512987, -0.598982), + normal: (0.362705, 0.428702, -0.827442), }, + Vertex { position: (4.560024, 1.604023, -0.589333), + normal: (0.332757, 0.286207, -0.898531), }, + Vertex { position: (4.560751, 1.785154, -0.562428), + normal: (-0.077208, 0.343417, -0.936004), }, + Vertex { position: (4.615408, 1.639641, -0.577768), + normal: (0.032152, 0.123743, -0.991793), }, + Vertex { position: (4.560024, 1.604023, -0.589333), + normal: (0.332757, 0.286207, -0.898531), }, + Vertex { position: (4.560751, 1.785154, -0.562428), + normal: (-0.077208, 0.343417, -0.936004), }, + Vertex { position: (4.560024, 1.604023, -0.589333), + normal: (0.332757, 0.286207, -0.898531), }, + Vertex { position: (4.477781, 1.687858, -0.597407), + normal: (0.302715, 0.058971, -0.951255), }, + Vertex { position: (4.551484, 1.841749, -0.575191), + normal: (0.510305, 0.850999, -0.124054), }, + Vertex { position: (4.560751, 1.785154, -0.562428), + normal: (-0.077208, 0.343417, -0.936004), }, + Vertex { position: (4.477781, 1.687858, -0.597407), + normal: (0.302715, 0.058971, -0.951255), }, + Vertex { position: (4.551484, 1.841749, -0.575191), + normal: (0.510305, 0.850999, -0.124054), }, + Vertex { position: (4.477781, 1.687858, -0.597407), + normal: (0.302715, 0.058971, -0.951255), }, + Vertex { position: (4.459682, 1.778884, -0.588185), + normal: (0.347794, 0.132396, -0.928176), }, + Vertex { position: (4.43261, 1.878873, -0.577888), + normal: (0.36359, 0.089346, -0.927264), }, + Vertex { position: (4.533113, 1.989009, -0.578975), + normal: (0.561002, 0.750769, -0.348745), }, + Vertex { position: (4.551484, 1.841749, -0.575191), + normal: (0.510305, 0.850999, -0.124054), }, + Vertex { position: (4.43261, 1.878873, -0.577888), + normal: (0.36359, 0.089346, -0.927264), }, + Vertex { position: (4.551484, 1.841749, -0.575191), + normal: (0.510305, 0.850999, -0.124054), }, + Vertex { position: (4.459682, 1.778884, -0.588185), + normal: (0.347794, 0.132396, -0.928176), }, + Vertex { position: (4.43302, 2.024714, -0.563794), + normal: (0.361081, -0.056526, -0.93082), }, + Vertex { position: (4.561299, 2.133066, -0.547248), + normal: (0.328548, 0.219459, -0.918637), }, + Vertex { position: (4.533113, 1.989009, -0.578975), + normal: (0.561002, 0.750769, -0.348745), }, + Vertex { position: (4.43302, 2.024714, -0.563794), + normal: (0.361081, -0.056526, -0.93082), }, + Vertex { position: (4.533113, 1.989009, -0.578975), + normal: (0.561002, 0.750769, -0.348745), }, + Vertex { position: (4.43261, 1.878873, -0.577888), + normal: (0.36359, 0.089346, -0.927264), }, + Vertex { position: (4.634996, 2.369115, -0.140117), + normal: (0.337014, -0.030018, -0.941021), }, + Vertex { position: (4.747988, 2.300163, -0.000276), + normal: (-0.965284, -0.261201, 0.0), }, + Vertex { position: (4.83289, 2.262727, -0.283787), + normal: (0.2189, 0.87846, -0.424724), }, + Vertex { position: (4.634996, 2.369115, -0.140117), + normal: (0.337014, -0.030018, -0.941021), }, + Vertex { position: (4.83289, 2.262727, -0.283787), + normal: (0.2189, 0.87846, -0.424724), }, + Vertex { position: (4.739441, 2.299169, -0.369987), + normal: (-0.114527, 0.103064, -0.988059), }, + Vertex { position: (4.577573, 2.389535, -0.256196), + normal: (0.272203, 0.043076, -0.961275), }, + Vertex { position: (4.634996, 2.369115, -0.140117), + normal: (0.337014, -0.030018, -0.941021), }, + Vertex { position: (4.739441, 2.299169, -0.369987), + normal: (-0.114527, 0.103064, -0.988059), }, + Vertex { position: (4.577573, 2.389535, -0.256196), + normal: (0.272203, 0.043076, -0.961275), }, + Vertex { position: (4.739441, 2.299169, -0.369987), + normal: (-0.114527, 0.103064, -0.988059), }, + Vertex { position: (4.636582, 2.263383, -0.471997), + normal: (0.719268, 0.159441, -0.676189), }, + Vertex { position: (4.472349, 2.325133, -0.443764), + normal: (0.195545, 0.103956, -0.975169), }, + Vertex { position: (4.577573, 2.389535, -0.256196), + normal: (0.272203, 0.043076, -0.961275), }, + Vertex { position: (4.636582, 2.263383, -0.471997), + normal: (0.719268, 0.159441, -0.676189), }, + Vertex { position: (4.472349, 2.325133, -0.443764), + normal: (0.195545, 0.103956, -0.975169), }, + Vertex { position: (4.636582, 2.263383, -0.471997), + normal: (0.719268, 0.159441, -0.676189), }, + Vertex { position: (4.561299, 2.133066, -0.547248), + normal: (0.328548, 0.219459, -0.918637), }, + Vertex { position: (4.472349, 2.325133, -0.443764), + normal: (0.195545, 0.103956, -0.975169), }, + Vertex { position: (4.561299, 2.133066, -0.547248), + normal: (0.328548, 0.219459, -0.918637), }, + Vertex { position: (4.389484, 2.190421, -0.47332), + normal: (0.196849, 0.14562, -0.969559), }, + Vertex { position: (4.389484, 2.190421, -0.47332), + normal: (0.196849, 0.14562, -0.969559), }, + Vertex { position: (4.561299, 2.133066, -0.547248), + normal: (0.328548, 0.219459, -0.918637), }, + Vertex { position: (4.43302, 2.024714, -0.563794), + normal: (0.361081, -0.056526, -0.93082), }, + Vertex { position: (5.103427, 1.624404, -0.434275), + normal: (0.237937, 0.08172, -0.967837), }, + Vertex { position: (5.233176, 1.442459, -0.362988), + normal: (0.282492, 0.026082, -0.958915), }, + Vertex { position: (5.223191, 1.371491, -0.388069), + normal: (0.210495, 0.185422, -0.959849), }, + Vertex { position: (5.103427, 1.624404, -0.434275), + normal: (0.237937, 0.08172, -0.967837), }, + Vertex { position: (5.223191, 1.371491, -0.388069), + normal: (0.210495, 0.185422, -0.959849), }, + Vertex { position: (4.982822, 1.503071, -0.507606), + normal: (0.198142, 0.152918, -0.968171), }, + Vertex { position: (4.982822, 1.503071, -0.507606), + normal: (0.198142, 0.152918, -0.968171), }, + Vertex { position: (5.223191, 1.371491, -0.388069), + normal: (0.210495, 0.185422, -0.959849), }, + Vertex { position: (5.158322, 1.23677, -0.418043), + normal: (0.154687, 0.171026, -0.973048), }, + Vertex { position: (4.982822, 1.503071, -0.507606), + normal: (0.198142, 0.152918, -0.968171), }, + Vertex { position: (5.158322, 1.23677, -0.418043), + normal: (0.154687, 0.171026, -0.973048), }, + Vertex { position: (4.927282, 1.486953, -0.526327), + normal: (0.198441, 0.172024, -0.964898), }, + Vertex { position: (4.927282, 1.486953, -0.526327), + normal: (0.198441, 0.172024, -0.964898), }, + Vertex { position: (5.158322, 1.23677, -0.418043), + normal: (0.154687, 0.171026, -0.973048), }, + Vertex { position: (4.95536, 1.236724, -0.50523), + normal: (-0.03359, 0.173471, -0.984266), }, + Vertex { position: (4.927282, 1.486953, -0.526327), + normal: (0.198441, 0.172024, -0.964898), }, + Vertex { position: (4.95536, 1.236724, -0.50523), + normal: (-0.03359, 0.173471, -0.984266), }, + Vertex { position: (4.79841, 1.473149, -0.570618), + normal: (0.204819, 0.130792, -0.970022), }, + Vertex { position: (4.79841, 1.473149, -0.570618), + normal: (0.204819, 0.130792, -0.970022), }, + Vertex { position: (4.95536, 1.236724, -0.50523), + normal: (-0.03359, 0.173471, -0.984266), }, + Vertex { position: (4.761601, 1.363013, -0.57137), + normal: (0.289202, 0.572304, -0.767353), }, + Vertex { position: (4.79841, 1.473149, -0.570618), + normal: (0.204819, 0.130792, -0.970022), }, + Vertex { position: (4.761601, 1.363013, -0.57137), + normal: (0.289202, 0.572304, -0.767353), }, + Vertex { position: (4.715646, 1.502195, -0.584339), + normal: (0.154028, 0.078449, -0.984947), }, + Vertex { position: (4.715646, 1.502195, -0.584339), + normal: (0.154028, 0.078449, -0.984947), }, + Vertex { position: (4.761601, 1.363013, -0.57137), + normal: (0.289202, 0.572304, -0.767353), }, + Vertex { position: (4.679116, 1.438434, -0.589658), + normal: (0.380651, 0.443224, -0.811577), }, + Vertex { position: (5.177545, 1.932323, 0.000214), + normal: (-0.998597, -0.052951, 0.0), }, + Vertex { position: (5.321136, 1.795562, -0.119606), + normal: (0.243507, 0.533327, -0.810103), }, + Vertex { position: (5.218821, 1.803552, -0.199306), + normal: (0.458202, 0.052175, -0.887316), }, + Vertex { position: (5.177545, 1.932323, 0.000214), + normal: (-0.998597, -0.052951, 0.0), }, + Vertex { position: (5.218821, 1.803552, -0.199306), + normal: (0.458202, 0.052175, -0.887316), }, + Vertex { position: (5.156645, 1.942902, -0.119993), + normal: (0.444094, 0.036128, -0.895251), }, + Vertex { position: (5.177545, 1.932323, 0.000214), + normal: (-0.998597, -0.052951, 0.0), }, + Vertex { position: (5.378289, 1.768448, 0.000441), + normal: (-0.99798, -0.063521, 0.0), }, + Vertex { position: (5.321136, 1.795562, -0.119606), + normal: (0.243507, 0.533327, -0.810103), }, + Vertex { position: (5.378289, 1.768448, 0.000441), + normal: (-0.99798, -0.063521, 0.0), }, + Vertex { position: (5.424281, 1.721152, 0.000496), + normal: (-0.925873, -0.377836, 0.0), }, + Vertex { position: (5.421809, 1.685349, -0.123555), + normal: (0.168187, 0.30029, -0.938903), }, + Vertex { position: (5.378289, 1.768448, 0.000441), + normal: (-0.99798, -0.063521, 0.0), }, + Vertex { position: (5.421809, 1.685349, -0.123555), + normal: (0.168187, 0.30029, -0.938903), }, + Vertex { position: (5.321136, 1.795562, -0.119606), + normal: (0.243507, 0.533327, -0.810103), }, + Vertex { position: (5.218821, 1.803552, -0.199306), + normal: (0.458202, 0.052175, -0.887316), }, + Vertex { position: (5.321136, 1.795562, -0.119606), + normal: (0.243507, 0.533327, -0.810103), }, + Vertex { position: (5.421809, 1.685349, -0.123555), + normal: (0.168187, 0.30029, -0.938903), }, + Vertex { position: (5.218821, 1.803552, -0.199306), + normal: (0.458202, 0.052175, -0.887316), }, + Vertex { position: (5.421809, 1.685349, -0.123555), + normal: (0.168187, 0.30029, -0.938903), }, + Vertex { position: (5.383208, 1.619661, -0.202452), + normal: (0.112152, 0.130705, -0.985057), }, + Vertex { position: (5.218821, 1.803552, -0.199306), + normal: (0.458202, 0.052175, -0.887316), }, + Vertex { position: (5.383208, 1.619661, -0.202452), + normal: (0.112152, 0.130705, -0.985057), }, + Vertex { position: (5.373133, 1.541142, -0.246712), + normal: (0.069483, 0.206284, -0.976022), }, + Vertex { position: (5.218821, 1.803552, -0.199306), + normal: (0.458202, 0.052175, -0.887316), }, + Vertex { position: (5.373133, 1.541142, -0.246712), + normal: (0.069483, 0.206284, -0.976022), }, + Vertex { position: (5.216855, 1.636645, -0.279797), + normal: (0.347878, 0.028988, -0.937092), }, + Vertex { position: (5.216855, 1.636645, -0.279797), + normal: (0.347878, 0.028988, -0.937092), }, + Vertex { position: (5.373133, 1.541142, -0.246712), + normal: (0.069483, 0.206284, -0.976022), }, + Vertex { position: (5.334328, 1.402713, -0.332639), + normal: (0.054287, 0.055115, -0.997003), }, + Vertex { position: (5.216855, 1.636645, -0.279797), + normal: (0.347878, 0.028988, -0.937092), }, + Vertex { position: (5.334328, 1.402713, -0.332639), + normal: (0.054287, 0.055115, -0.997003), }, + Vertex { position: (5.233176, 1.442459, -0.362988), + normal: (0.282492, 0.026082, -0.958915), }, + Vertex { position: (5.233176, 1.442459, -0.362988), + normal: (0.282492, 0.026082, -0.958915), }, + Vertex { position: (5.334328, 1.402713, -0.332639), + normal: (0.054287, 0.055115, -0.997003), }, + Vertex { position: (5.296963, 1.322443, -0.357984), + normal: (0.235746, 0.648569, -0.723728), }, + Vertex { position: (5.233176, 1.442459, -0.362988), + normal: (0.282492, 0.026082, -0.958915), }, + Vertex { position: (5.296963, 1.322443, -0.357984), + normal: (0.235746, 0.648569, -0.723728), }, + Vertex { position: (5.223191, 1.371491, -0.388069), + normal: (0.210495, 0.185422, -0.959849), }, + Vertex { position: (5.223191, 1.371491, -0.388069), + normal: (0.210495, 0.185422, -0.959849), }, + Vertex { position: (5.296963, 1.322443, -0.357984), + normal: (0.235746, 0.648569, -0.723728), }, + Vertex { position: (5.260653, 1.184173, -0.352062), + normal: (0.101496, 0.616609, -0.780699), }, + Vertex { position: (5.223191, 1.371491, -0.388069), + normal: (0.210495, 0.185422, -0.959849), }, + Vertex { position: (5.260653, 1.184173, -0.352062), + normal: (0.101496, 0.616609, -0.780699), }, + Vertex { position: (5.158322, 1.23677, -0.418043), + normal: (0.154687, 0.171026, -0.973048), }, + Vertex { position: (5.158322, 1.23677, -0.418043), + normal: (0.154687, 0.171026, -0.973048), }, + Vertex { position: (5.260653, 1.184173, -0.352062), + normal: (0.101496, 0.616609, -0.780699), }, + Vertex { position: (5.250485, 1.123029, -0.385234), + normal: (0.043397, 0.435461, -0.899161), }, + Vertex { position: (5.158322, 1.23677, -0.418043), + normal: (0.154687, 0.171026, -0.973048), }, + Vertex { position: (5.250485, 1.123029, -0.385234), + normal: (0.043397, 0.435461, -0.899161), }, + Vertex { position: (4.991713, 1.163096, -0.504149), + normal: (0.012421, 0.392537, -0.919653), }, + Vertex { position: (5.158322, 1.23677, -0.418043), + normal: (0.154687, 0.171026, -0.973048), }, + Vertex { position: (4.991713, 1.163096, -0.504149), + normal: (0.012421, 0.392537, -0.919653), }, + Vertex { position: (4.95536, 1.236724, -0.50523), + normal: (-0.03359, 0.173471, -0.984266), }, + Vertex { position: (4.761601, 1.363013, -0.57137), + normal: (0.289202, 0.572304, -0.767353), }, + Vertex { position: (4.95536, 1.236724, -0.50523), + normal: (-0.03359, 0.173471, -0.984266), }, + Vertex { position: (4.991713, 1.163096, -0.504149), + normal: (0.012421, 0.392537, -0.919653), }, + Vertex { position: (4.761601, 1.363013, -0.57137), + normal: (0.289202, 0.572304, -0.767353), }, + Vertex { position: (4.991713, 1.163096, -0.504149), + normal: (0.012421, 0.392537, -0.919653), }, + Vertex { position: (4.733657, 1.227371, -0.592883), + normal: (0.067357, 0.280762, -0.957411), }, + Vertex { position: (4.679116, 1.438434, -0.589658), + normal: (0.380651, 0.443224, -0.811577), }, + Vertex { position: (4.761601, 1.363013, -0.57137), + normal: (0.289202, 0.572304, -0.767353), }, + Vertex { position: (4.733657, 1.227371, -0.592883), + normal: (0.067357, 0.280762, -0.957411), }, + Vertex { position: (4.679116, 1.438434, -0.589658), + normal: (0.380651, 0.443224, -0.811577), }, + Vertex { position: (4.733657, 1.227371, -0.592883), + normal: (0.067357, 0.280762, -0.957411), }, + Vertex { position: (4.641547, 1.285422, -0.622034), + normal: (-0.026366, 0.234118, -0.971851), }, + Vertex { position: (4.596478, 1.512987, -0.598982), + normal: (0.362705, 0.428702, -0.827442), }, + Vertex { position: (4.679116, 1.438434, -0.589658), + normal: (0.380651, 0.443224, -0.811577), }, + Vertex { position: (4.641547, 1.285422, -0.622034), + normal: (-0.026366, 0.234118, -0.971851), }, + Vertex { position: (4.596478, 1.512987, -0.598982), + normal: (0.362705, 0.428702, -0.827442), }, + Vertex { position: (4.641547, 1.285422, -0.622034), + normal: (-0.026366, 0.234118, -0.971851), }, + Vertex { position: (4.522247, 1.398278, -0.644892), + normal: (0.184871, 0.227139, -0.956154), }, + Vertex { position: (4.560024, 1.604023, -0.589333), + normal: (0.332757, 0.286207, -0.898531), }, + Vertex { position: (4.596478, 1.512987, -0.598982), + normal: (0.362705, 0.428702, -0.827442), }, + Vertex { position: (4.522247, 1.398278, -0.644892), + normal: (0.184871, 0.227139, -0.956154), }, + Vertex { position: (4.560024, 1.604023, -0.589333), + normal: (0.332757, 0.286207, -0.898531), }, + Vertex { position: (4.522247, 1.398278, -0.644892), + normal: (0.184871, 0.227139, -0.956154), }, + Vertex { position: (4.430999, 1.535753, -0.638888), + normal: (-0.034875, 0.308036, -0.950735), }, + Vertex { position: (4.477781, 1.687858, -0.597407), + normal: (0.302715, 0.058971, -0.951255), }, + Vertex { position: (4.560024, 1.604023, -0.589333), + normal: (0.332757, 0.286207, -0.898531), }, + Vertex { position: (4.430999, 1.535753, -0.638888), + normal: (-0.034875, 0.308036, -0.950735), }, + Vertex { position: (4.477781, 1.687858, -0.597407), + normal: (0.302715, 0.058971, -0.951255), }, + Vertex { position: (4.430999, 1.535753, -0.638888), + normal: (-0.034875, 0.308036, -0.950735), }, + Vertex { position: (4.404221, 1.662433, -0.61661), + normal: (-0.148853, 0.101172, -0.98367), }, + Vertex { position: (4.38638, 1.770868, -0.596666), + normal: (0.504832, 0.844097, -0.180678), }, + Vertex { position: (4.459682, 1.778884, -0.588185), + normal: (0.347794, 0.132396, -0.928176), }, + Vertex { position: (4.477781, 1.687858, -0.597407), + normal: (0.302715, 0.058971, -0.951255), }, + Vertex { position: (4.38638, 1.770868, -0.596666), + normal: (0.504832, 0.844097, -0.180678), }, + Vertex { position: (4.477781, 1.687858, -0.597407), + normal: (0.302715, 0.058971, -0.951255), }, + Vertex { position: (4.404221, 1.662433, -0.61661), + normal: (-0.148853, 0.101172, -0.98367), }, + Vertex { position: (4.377095, 1.871713, -0.595743), + normal: (0.615047, 0.769185, -0.17341), }, + Vertex { position: (4.43261, 1.878873, -0.577888), + normal: (0.36359, 0.089346, -0.927264), }, + Vertex { position: (4.459682, 1.778884, -0.588185), + normal: (0.347794, 0.132396, -0.928176), }, + Vertex { position: (4.377095, 1.871713, -0.595743), + normal: (0.615047, 0.769185, -0.17341), }, + Vertex { position: (4.459682, 1.778884, -0.588185), + normal: (0.347794, 0.132396, -0.928176), }, + Vertex { position: (4.38638, 1.770868, -0.596666), + normal: (0.504832, 0.844097, -0.180678), }, + Vertex { position: (5.424281, 1.721152, 0.000496), + normal: (-0.925873, -0.377836, 0.0), }, + Vertex { position: (5.588763, 1.573846, 0.000686), + normal: (0.027992, 0.999608, 0.0), }, + Vertex { position: (5.604888, 1.546091, -0.113773), + normal: (0.550962, 0.627632, -0.550018), }, + Vertex { position: (5.424281, 1.721152, 0.000496), + normal: (-0.925873, -0.377836, 0.0), }, + Vertex { position: (5.604888, 1.546091, -0.113773), + normal: (0.550962, 0.627632, -0.550018), }, + Vertex { position: (5.421809, 1.685349, -0.123555), + normal: (0.168187, 0.30029, -0.938903), }, + Vertex { position: (5.421809, 1.685349, -0.123555), + normal: (0.168187, 0.30029, -0.938903), }, + Vertex { position: (5.604888, 1.546091, -0.113773), + normal: (0.550962, 0.627632, -0.550018), }, + Vertex { position: (5.566339, 1.498677, -0.190905), + normal: (0.477288, 0.71618, -0.509197), }, + Vertex { position: (5.421809, 1.685349, -0.123555), + normal: (0.168187, 0.30029, -0.938903), }, + Vertex { position: (5.566339, 1.498677, -0.190905), + normal: (0.477288, 0.71618, -0.509197), }, + Vertex { position: (5.383208, 1.619661, -0.202452), + normal: (0.112152, 0.130705, -0.985057), }, + Vertex { position: (5.383208, 1.619661, -0.202452), + normal: (0.112152, 0.130705, -0.985057), }, + Vertex { position: (5.566339, 1.498677, -0.190905), + normal: (0.477288, 0.71618, -0.509197), }, + Vertex { position: (5.528186, 1.44018, -0.250666), + normal: (0.887994, 0.419811, -0.187682), }, + Vertex { position: (5.383208, 1.619661, -0.202452), + normal: (0.112152, 0.130705, -0.985057), }, + Vertex { position: (5.528186, 1.44018, -0.250666), + normal: (0.887994, 0.419811, -0.187682), }, + Vertex { position: (5.373133, 1.541142, -0.246712), + normal: (0.069483, 0.206284, -0.976022), }, + Vertex { position: (5.373133, 1.541142, -0.246712), + normal: (0.069483, 0.206284, -0.976022), }, + Vertex { position: (5.528186, 1.44018, -0.250666), + normal: (0.887994, 0.419811, -0.187682), }, + Vertex { position: (5.471928, 1.345179, -0.313899), + normal: (0.749779, 0.312647, -0.583167), }, + Vertex { position: (5.373133, 1.541142, -0.246712), + normal: (0.069483, 0.206284, -0.976022), }, + Vertex { position: (5.471928, 1.345179, -0.313899), + normal: (0.749779, 0.312647, -0.583167), }, + Vertex { position: (5.334328, 1.402713, -0.332639), + normal: (0.054287, 0.055115, -0.997003), }, + Vertex { position: (5.334328, 1.402713, -0.332639), + normal: (0.054287, 0.055115, -0.997003), }, + Vertex { position: (5.471928, 1.345179, -0.313899), + normal: (0.749779, 0.312647, -0.583167), }, + Vertex { position: (5.425783, 1.264372, -0.329687), + normal: (0.358075, 0.480709, -0.800438), }, + Vertex { position: (5.334328, 1.402713, -0.332639), + normal: (0.054287, 0.055115, -0.997003), }, + Vertex { position: (5.425783, 1.264372, -0.329687), + normal: (0.358075, 0.480709, -0.800438), }, + Vertex { position: (5.296963, 1.322443, -0.357984), + normal: (0.235746, 0.648569, -0.723728), }, + Vertex { position: (5.296963, 1.322443, -0.357984), + normal: (0.235746, 0.648569, -0.723728), }, + Vertex { position: (5.425783, 1.264372, -0.329687), + normal: (0.358075, 0.480709, -0.800438), }, + Vertex { position: (5.397967, 1.174238, -0.346802), + normal: (0.524848, 0.480957, -0.702293), }, + Vertex { position: (5.296963, 1.322443, -0.357984), + normal: (0.235746, 0.648569, -0.723728), }, + Vertex { position: (5.397967, 1.174238, -0.346802), + normal: (0.524848, 0.480957, -0.702293), }, + Vertex { position: (5.260653, 1.184173, -0.352062), + normal: (0.101496, 0.616609, -0.780699), }, + Vertex { position: (5.260653, 1.184173, -0.352062), + normal: (0.101496, 0.616609, -0.780699), }, + Vertex { position: (5.397967, 1.174238, -0.346802), + normal: (0.524848, 0.480957, -0.702293), }, + Vertex { position: (5.388455, 1.119419, -0.351883), + normal: (0.72603, 0.248277, -0.641279), }, + Vertex { position: (5.260653, 1.184173, -0.352062), + normal: (0.101496, 0.616609, -0.780699), }, + Vertex { position: (5.388455, 1.119419, -0.351883), + normal: (0.72603, 0.248277, -0.641279), }, + Vertex { position: (5.250485, 1.123029, -0.385234), + normal: (0.043397, 0.435461, -0.899161), }, + Vertex { position: (5.687035, 1.499636, -0.110765), + normal: (0.987857, -0.047506, -0.147925), }, + Vertex { position: (5.741781, 1.463956, -0.124891), + normal: (0.936734, -0.314344, 0.154001), }, + Vertex { position: (5.730427, 1.435668, -0.209848), + normal: (0.831976, -0.511655, 0.214534), }, + Vertex { position: (5.687035, 1.499636, -0.110765), + normal: (0.987857, -0.047506, -0.147925), }, + Vertex { position: (5.730427, 1.435668, -0.209848), + normal: (0.831976, -0.511655, 0.214534), }, + Vertex { position: (5.685194, 1.452202, -0.188749), + normal: (0.798302, -0.559383, 0.22317), }, + Vertex { position: (5.710154, 1.360653, -0.290072), + normal: (0.744254, -0.654161, -0.134758), }, + Vertex { position: (5.608974, 1.317869, -0.319719), + normal: (0.884602, -0.366981, -0.287755), }, + Vertex { position: (5.647186, 1.394606, -0.257833), + normal: (0.707709, -0.687035, -0.164711), }, + Vertex { position: (5.608974, 1.317869, -0.319719), + normal: (0.884602, -0.366981, -0.287755), }, + Vertex { position: (5.710154, 1.360653, -0.290072), + normal: (0.744254, -0.654161, -0.134758), }, + Vertex { position: (5.681726, 1.282503, -0.333871), + normal: (0.364327, 0.145753, -0.919795), }, + Vertex { position: (5.608974, 1.317869, -0.319719), + normal: (0.884602, -0.366981, -0.287755), }, + Vertex { position: (5.681726, 1.282503, -0.333871), + normal: (0.364327, 0.145753, -0.919795), }, + Vertex { position: (5.563253, 1.235295, -0.317238), + normal: (0.777215, -0.378098, -0.50297), }, + Vertex { position: (5.563253, 1.235295, -0.317238), + normal: (0.777215, -0.378098, -0.50297), }, + Vertex { position: (5.681726, 1.282503, -0.333871), + normal: (0.364327, 0.145753, -0.919795), }, + Vertex { position: (5.672187, 1.164767, -0.35408), + normal: (0.612046, -0.714077, -0.339844), }, + Vertex { position: (5.563253, 1.235295, -0.317238), + normal: (0.777215, -0.378098, -0.50297), }, + Vertex { position: (5.672187, 1.164767, -0.35408), + normal: (0.612046, -0.714077, -0.339844), }, + Vertex { position: (5.580797, 1.174135, -0.351054), + normal: (0.348619, -0.077188, -0.934081), }, + Vertex { position: (5.680007, 1.510009, 0.000786), + normal: (-0.026558, -0.999647, 0.0), }, + Vertex { position: (5.687035, 1.499636, -0.110765), + normal: (0.987857, -0.047506, -0.147925), }, + Vertex { position: (5.604888, 1.546091, -0.113773), + normal: (0.550962, 0.627632, -0.550018), }, + Vertex { position: (5.680007, 1.510009, 0.000786), + normal: (-0.026558, -0.999647, 0.0), }, + Vertex { position: (5.604888, 1.546091, -0.113773), + normal: (0.550962, 0.627632, -0.550018), }, + Vertex { position: (5.588763, 1.573846, 0.000686), + normal: (0.027992, 0.999608, 0.0), }, + Vertex { position: (5.604888, 1.546091, -0.113773), + normal: (0.550962, 0.627632, -0.550018), }, + Vertex { position: (5.687035, 1.499636, -0.110765), + normal: (0.987857, -0.047506, -0.147925), }, + Vertex { position: (5.685194, 1.452202, -0.188749), + normal: (0.798302, -0.559383, 0.22317), }, + Vertex { position: (5.604888, 1.546091, -0.113773), + normal: (0.550962, 0.627632, -0.550018), }, + Vertex { position: (5.685194, 1.452202, -0.188749), + normal: (0.798302, -0.559383, 0.22317), }, + Vertex { position: (5.566339, 1.498677, -0.190905), + normal: (0.477288, 0.71618, -0.509197), }, + Vertex { position: (5.685194, 1.452202, -0.188749), + normal: (0.798302, -0.559383, 0.22317), }, + Vertex { position: (5.647186, 1.394606, -0.257833), + normal: (0.707709, -0.687035, -0.164711), }, + Vertex { position: (5.528186, 1.44018, -0.250666), + normal: (0.887994, 0.419811, -0.187682), }, + Vertex { position: (5.685194, 1.452202, -0.188749), + normal: (0.798302, -0.559383, 0.22317), }, + Vertex { position: (5.528186, 1.44018, -0.250666), + normal: (0.887994, 0.419811, -0.187682), }, + Vertex { position: (5.566339, 1.498677, -0.190905), + normal: (0.477288, 0.71618, -0.509197), }, + Vertex { position: (5.528186, 1.44018, -0.250666), + normal: (0.887994, 0.419811, -0.187682), }, + Vertex { position: (5.647186, 1.394606, -0.257833), + normal: (0.707709, -0.687035, -0.164711), }, + Vertex { position: (5.608974, 1.317869, -0.319719), + normal: (0.884602, -0.366981, -0.287755), }, + Vertex { position: (5.528186, 1.44018, -0.250666), + normal: (0.887994, 0.419811, -0.187682), }, + Vertex { position: (5.608974, 1.317869, -0.319719), + normal: (0.884602, -0.366981, -0.287755), }, + Vertex { position: (5.471928, 1.345179, -0.313899), + normal: (0.749779, 0.312647, -0.583167), }, + Vertex { position: (5.471928, 1.345179, -0.313899), + normal: (0.749779, 0.312647, -0.583167), }, + Vertex { position: (5.608974, 1.317869, -0.319719), + normal: (0.884602, -0.366981, -0.287755), }, + Vertex { position: (5.563253, 1.235295, -0.317238), + normal: (0.777215, -0.378098, -0.50297), }, + Vertex { position: (5.471928, 1.345179, -0.313899), + normal: (0.749779, 0.312647, -0.583167), }, + Vertex { position: (5.563253, 1.235295, -0.317238), + normal: (0.777215, -0.378098, -0.50297), }, + Vertex { position: (5.425783, 1.264372, -0.329687), + normal: (0.358075, 0.480709, -0.800438), }, + Vertex { position: (5.425783, 1.264372, -0.329687), + normal: (0.358075, 0.480709, -0.800438), }, + Vertex { position: (5.563253, 1.235295, -0.317238), + normal: (0.777215, -0.378098, -0.50297), }, + Vertex { position: (5.580797, 1.174135, -0.351054), + normal: (0.348619, -0.077188, -0.934081), }, + Vertex { position: (5.425783, 1.264372, -0.329687), + normal: (0.358075, 0.480709, -0.800438), }, + Vertex { position: (5.580797, 1.174135, -0.351054), + normal: (0.348619, -0.077188, -0.934081), }, + Vertex { position: (5.397967, 1.174238, -0.346802), + normal: (0.524848, 0.480957, -0.702293), }, + Vertex { position: (5.397967, 1.174238, -0.346802), + normal: (0.524848, 0.480957, -0.702293), }, + Vertex { position: (5.580797, 1.174135, -0.351054), + normal: (0.348619, -0.077188, -0.934081), }, + Vertex { position: (5.47963, 1.11131, -0.364188), + normal: (0.802898, -0.287005, -0.522477), }, + Vertex { position: (5.397967, 1.174238, -0.346802), + normal: (0.524848, 0.480957, -0.702293), }, + Vertex { position: (5.47963, 1.11131, -0.364188), + normal: (0.802898, -0.287005, -0.522477), }, + Vertex { position: (5.388455, 1.119419, -0.351883), + normal: (0.72603, 0.248277, -0.641279), }, + Vertex { position: (5.842092, 1.427708, -0.130724), + normal: (0.901575, -0.270544, -0.337593), }, + Vertex { position: (5.915025, 1.382159, -0.13682), + normal: (0.461068, -0.584089, -0.668024), }, + Vertex { position: (5.886832, 1.385674, -0.172365), + normal: (0.194103, -0.204609, -0.959406), }, + Vertex { position: (5.842092, 1.427708, -0.130724), + normal: (0.901575, -0.270544, -0.337593), }, + Vertex { position: (5.886832, 1.385674, -0.172365), + normal: (0.194103, -0.204609, -0.959406), }, + Vertex { position: (5.813217, 1.415581, -0.195261), + normal: (0.286794, 0.030057, -0.957521), }, + Vertex { position: (5.908842, 1.388968, 0.001026), + normal: (-0.016213, 0.999869, 0.0), }, + Vertex { position: (5.963117, 1.307775, 0.001098), + normal: (0.663563, 0.74812, 0.000025), }, + Vertex { position: (5.979357, 1.325532, -0.125337), + normal: (0.259896, 0.111139, -0.95922), }, + Vertex { position: (5.908842, 1.388968, 0.001026), + normal: (-0.016213, 0.999869, 0.0), }, + Vertex { position: (5.979357, 1.325532, -0.125337), + normal: (0.259896, 0.111139, -0.95922), }, + Vertex { position: (5.915025, 1.382159, -0.13682), + normal: (0.461068, -0.584089, -0.668024), }, + Vertex { position: (5.915025, 1.382159, -0.13682), + normal: (0.461068, -0.584089, -0.668024), }, + Vertex { position: (5.979357, 1.325532, -0.125337), + normal: (0.259896, 0.111139, -0.95922), }, + Vertex { position: (5.941384, 1.330818, -0.178936), + normal: (0.230527, 0.277297, -0.932718), }, + Vertex { position: (5.915025, 1.382159, -0.13682), + normal: (0.461068, -0.584089, -0.668024), }, + Vertex { position: (5.941384, 1.330818, -0.178936), + normal: (0.230527, 0.277297, -0.932718), }, + Vertex { position: (5.886832, 1.385674, -0.172365), + normal: (0.194103, -0.204609, -0.959406), }, + Vertex { position: (5.743997, 1.482739, 0.000851), + normal: (0.694651, 0.719347, 0.000019), }, + Vertex { position: (5.835498, 1.43628, 0.000946), + normal: (0.569495, 0.821995, -0.000075), }, + Vertex { position: (5.842092, 1.427708, -0.130724), + normal: (0.901575, -0.270544, -0.337593), }, + Vertex { position: (5.743997, 1.482739, 0.000851), + normal: (0.694651, 0.719347, 0.000019), }, + Vertex { position: (5.842092, 1.427708, -0.130724), + normal: (0.901575, -0.270544, -0.337593), }, + Vertex { position: (5.741781, 1.463956, -0.124891), + normal: (0.936734, -0.314344, 0.154001), }, + Vertex { position: (5.741781, 1.463956, -0.124891), + normal: (0.936734, -0.314344, 0.154001), }, + Vertex { position: (5.842092, 1.427708, -0.130724), + normal: (0.901575, -0.270544, -0.337593), }, + Vertex { position: (5.813217, 1.415581, -0.195261), + normal: (0.286794, 0.030057, -0.957521), }, + Vertex { position: (5.741781, 1.463956, -0.124891), + normal: (0.936734, -0.314344, 0.154001), }, + Vertex { position: (5.813217, 1.415581, -0.195261), + normal: (0.286794, 0.030057, -0.957521), }, + Vertex { position: (5.730427, 1.435668, -0.209848), + normal: (0.831976, -0.511655, 0.214534), }, + Vertex { position: (5.730427, 1.435668, -0.209848), + normal: (0.831976, -0.511655, 0.214534), }, + Vertex { position: (5.813217, 1.415581, -0.195261), + normal: (0.286794, 0.030057, -0.957521), }, + Vertex { position: (5.783731, 1.341471, -0.28459), + normal: (0.188634, -0.17518, -0.966297), }, + Vertex { position: (5.730427, 1.435668, -0.209848), + normal: (0.831976, -0.511655, 0.214534), }, + Vertex { position: (5.783731, 1.341471, -0.28459), + normal: (0.188634, -0.17518, -0.966297), }, + Vertex { position: (5.710154, 1.360653, -0.290072), + normal: (0.744254, -0.654161, -0.134758), }, + Vertex { position: (5.813217, 1.415581, -0.195261), + normal: (0.286794, 0.030057, -0.957521), }, + Vertex { position: (5.886832, 1.385674, -0.172365), + normal: (0.194103, -0.204609, -0.959406), }, + Vertex { position: (5.847989, 1.311569, -0.261476), + normal: (0.244568, -0.04472, -0.9686), }, + Vertex { position: (5.813217, 1.415581, -0.195261), + normal: (0.286794, 0.030057, -0.957521), }, + Vertex { position: (5.847989, 1.311569, -0.261476), + normal: (0.244568, -0.04472, -0.9686), }, + Vertex { position: (5.783731, 1.341471, -0.28459), + normal: (0.188634, -0.17518, -0.966297), }, + Vertex { position: (5.886832, 1.385674, -0.172365), + normal: (0.194103, -0.204609, -0.959406), }, + Vertex { position: (5.941384, 1.330818, -0.178936), + normal: (0.230527, 0.277297, -0.932718), }, + Vertex { position: (5.931474, 1.233483, -0.215613), + normal: (0.193495, -0.385604, -0.902147), }, + Vertex { position: (5.886832, 1.385674, -0.172365), + normal: (0.194103, -0.204609, -0.959406), }, + Vertex { position: (5.931474, 1.233483, -0.215613), + normal: (0.193495, -0.385604, -0.902147), }, + Vertex { position: (5.847989, 1.311569, -0.261476), + normal: (0.244568, -0.04472, -0.9686), }, + Vertex { position: (5.979357, 1.325532, -0.125337), + normal: (0.259896, 0.111139, -0.95922), }, + Vertex { position: (5.998088, 1.231874, -0.107334), + normal: (-0.026148, 0.006311, -0.999638), }, + Vertex { position: (5.941384, 1.330818, -0.178936), + normal: (0.230527, 0.277297, -0.932718), }, + Vertex { position: (5.963117, 1.307775, 0.001098), + normal: (0.663563, 0.74812, 0.000025), }, + Vertex { position: (5.963527, 1.232407, 0.001121), + normal: (0.617634, 0.786466, 0.000062), }, + Vertex { position: (5.998088, 1.231874, -0.107334), + normal: (-0.026148, 0.006311, -0.999638), }, + Vertex { position: (5.963117, 1.307775, 0.001098), + normal: (0.663563, 0.74812, 0.000025), }, + Vertex { position: (5.998088, 1.231874, -0.107334), + normal: (-0.026148, 0.006311, -0.999638), }, + Vertex { position: (5.979357, 1.325532, -0.125337), + normal: (0.259896, 0.111139, -0.95922), }, + Vertex { position: (5.941384, 1.330818, -0.178936), + normal: (0.230527, 0.277297, -0.932718), }, + Vertex { position: (5.998088, 1.231874, -0.107334), + normal: (-0.026148, 0.006311, -0.999638), }, + Vertex { position: (5.931474, 1.233483, -0.215613), + normal: (0.193495, -0.385604, -0.902147), }, + Vertex { position: (5.998088, 1.231874, -0.107334), + normal: (-0.026148, 0.006311, -0.999638), }, + Vertex { position: (5.963527, 1.232407, 0.001121), + normal: (0.617634, 0.786466, 0.000062), }, + Vertex { position: (5.92711, 1.131195, 0.001118), + normal: (0.651313, 0.75881, -0.000286), }, + Vertex { position: (5.998088, 1.231874, -0.107334), + normal: (-0.026148, 0.006311, -0.999638), }, + Vertex { position: (5.92711, 1.131195, 0.001118), + normal: (0.651313, 0.75881, -0.000286), }, + Vertex { position: (5.961686, 1.110978, -0.090324), + normal: (-0.2127, -0.171223, -0.961999), }, + Vertex { position: (5.92711, 1.131195, 0.001118), + normal: (0.651313, 0.75881, -0.000286), }, + Vertex { position: (5.908782, 1.066916, 0.001121), + normal: (0.909103, 0.416568, -0.001454), }, + Vertex { position: (5.934596, 1.054796, -0.077039), + normal: (0.054456, -0.320459, -0.945696), }, + Vertex { position: (5.92711, 1.131195, 0.001118), + normal: (0.651313, 0.75881, -0.000286), }, + Vertex { position: (5.934596, 1.054796, -0.077039), + normal: (0.054456, -0.320459, -0.945696), }, + Vertex { position: (5.961686, 1.110978, -0.090324), + normal: (-0.2127, -0.171223, -0.961999), }, + Vertex { position: (5.961686, 1.110978, -0.090324), + normal: (-0.2127, -0.171223, -0.961999), }, + Vertex { position: (5.934596, 1.054796, -0.077039), + normal: (0.054456, -0.320459, -0.945696), }, + Vertex { position: (5.923808, 1.025283, -0.153084), + normal: (0.169576, -0.140705, -0.975421), }, + Vertex { position: (5.961686, 1.110978, -0.090324), + normal: (-0.2127, -0.171223, -0.961999), }, + Vertex { position: (5.923808, 1.025283, -0.153084), + normal: (0.169576, -0.140705, -0.975421), }, + Vertex { position: (5.950684, 1.082725, -0.175648), + normal: (0.111896, -0.605741, -0.787755), }, + Vertex { position: (5.800778, 1.078596, -0.31945), + normal: (0.063422, -0.817077, -0.573029), }, + Vertex { position: (5.884856, 1.062202, -0.249545), + normal: (0.16399, -0.527952, -0.833291), }, + Vertex { position: (5.85775, 0.997026, -0.236768), + normal: (0.120494, -0.516376, -0.847843), }, + Vertex { position: (5.800778, 1.078596, -0.31945), + normal: (0.063422, -0.817077, -0.573029), }, + Vertex { position: (5.85775, 0.997026, -0.236768), + normal: (0.120494, -0.516376, -0.847843), }, + Vertex { position: (5.755282, 1.004149, -0.307505), + normal: (0.396941, -0.593504, -0.700137), }, + Vertex { position: (5.800778, 1.078596, -0.31945), + normal: (0.063422, -0.817077, -0.573029), }, + Vertex { position: (5.755282, 1.004149, -0.307505), + normal: (0.396941, -0.593504, -0.700137), }, + Vertex { position: (5.763952, 1.062109, -0.338641), + normal: (0.010578, -0.902776, -0.429981), }, + Vertex { position: (5.912147, 1.117911, -0.254197), + normal: (0.051115, -0.906355, -0.419414), }, + Vertex { position: (5.959462, 1.157227, -0.187097), + normal: (0.223936, -0.919046, -0.324355), }, + Vertex { position: (5.950684, 1.082725, -0.175648), + normal: (0.111896, -0.605741, -0.787755), }, + Vertex { position: (5.912147, 1.117911, -0.254197), + normal: (0.051115, -0.906355, -0.419414), }, + Vertex { position: (5.950684, 1.082725, -0.175648), + normal: (0.111896, -0.605741, -0.787755), }, + Vertex { position: (5.884856, 1.062202, -0.249545), + normal: (0.16399, -0.527952, -0.833291), }, + Vertex { position: (5.884856, 1.062202, -0.249545), + normal: (0.16399, -0.527952, -0.833291), }, + Vertex { position: (5.950684, 1.082725, -0.175648), + normal: (0.111896, -0.605741, -0.787755), }, + Vertex { position: (5.923808, 1.025283, -0.153084), + normal: (0.169576, -0.140705, -0.975421), }, + Vertex { position: (5.884856, 1.062202, -0.249545), + normal: (0.16399, -0.527952, -0.833291), }, + Vertex { position: (5.923808, 1.025283, -0.153084), + normal: (0.169576, -0.140705, -0.975421), }, + Vertex { position: (5.85775, 0.997026, -0.236768), + normal: (0.120494, -0.516376, -0.847843), }, + Vertex { position: (5.800778, 1.078596, -0.31945), + normal: (0.063422, -0.817077, -0.573029), }, + Vertex { position: (5.837875, 1.141493, -0.305184), + normal: (0.161367, -0.802085, -0.574996), }, + Vertex { position: (5.912147, 1.117911, -0.254197), + normal: (0.051115, -0.906355, -0.419414), }, + Vertex { position: (5.800778, 1.078596, -0.31945), + normal: (0.063422, -0.817077, -0.573029), }, + Vertex { position: (5.912147, 1.117911, -0.254197), + normal: (0.051115, -0.906355, -0.419414), }, + Vertex { position: (5.884856, 1.062202, -0.249545), + normal: (0.16399, -0.527952, -0.833291), }, + Vertex { position: (5.672187, 1.164767, -0.35408), + normal: (0.612046, -0.714077, -0.339844), }, + Vertex { position: (5.77341, 1.225861, -0.323025), + normal: (0.218068, -0.756332, -0.616772), }, + Vertex { position: (5.837875, 1.141493, -0.305184), + normal: (0.161367, -0.802085, -0.574996), }, + Vertex { position: (5.672187, 1.164767, -0.35408), + normal: (0.612046, -0.714077, -0.339844), }, + Vertex { position: (5.837875, 1.141493, -0.305184), + normal: (0.161367, -0.802085, -0.574996), }, + Vertex { position: (5.800778, 1.078596, -0.31945), + normal: (0.063422, -0.817077, -0.573029), }, + Vertex { position: (5.681726, 1.282503, -0.333871), + normal: (0.364327, 0.145753, -0.919795), }, + Vertex { position: (5.764774, 1.279824, -0.308562), + normal: (0.725751, -0.657941, -0.200998), }, + Vertex { position: (5.77341, 1.225861, -0.323025), + normal: (0.218068, -0.756332, -0.616772), }, + Vertex { position: (5.681726, 1.282503, -0.333871), + normal: (0.364327, 0.145753, -0.919795), }, + Vertex { position: (5.77341, 1.225861, -0.323025), + normal: (0.218068, -0.756332, -0.616772), }, + Vertex { position: (5.672187, 1.164767, -0.35408), + normal: (0.612046, -0.714077, -0.339844), }, + Vertex { position: (5.710154, 1.360653, -0.290072), + normal: (0.744254, -0.654161, -0.134758), }, + Vertex { position: (5.783731, 1.341471, -0.28459), + normal: (0.188634, -0.17518, -0.966297), }, + Vertex { position: (5.764774, 1.279824, -0.308562), + normal: (0.725751, -0.657941, -0.200998), }, + Vertex { position: (5.710154, 1.360653, -0.290072), + normal: (0.744254, -0.654161, -0.134758), }, + Vertex { position: (5.764774, 1.279824, -0.308562), + normal: (0.725751, -0.657941, -0.200998), }, + Vertex { position: (5.681726, 1.282503, -0.333871), + normal: (0.364327, 0.145753, -0.919795), }, + Vertex { position: (5.690122, 1.092917, -0.37085), + normal: (0.17011, -0.985049, 0.027217), }, + Vertex { position: (5.763952, 1.062109, -0.338641), + normal: (0.010578, -0.902776, -0.429981), }, + Vertex { position: (5.681086, 1.054964, -0.35586), + normal: (0.231006, -0.859096, -0.456717), }, + Vertex { position: (5.672187, 1.164767, -0.35408), + normal: (0.612046, -0.714077, -0.339844), }, + Vertex { position: (5.800778, 1.078596, -0.31945), + normal: (0.063422, -0.817077, -0.573029), }, + Vertex { position: (5.763952, 1.062109, -0.338641), + normal: (0.010578, -0.902776, -0.429981), }, + Vertex { position: (5.672187, 1.164767, -0.35408), + normal: (0.612046, -0.714077, -0.339844), }, + Vertex { position: (5.763952, 1.062109, -0.338641), + normal: (0.010578, -0.902776, -0.429981), }, + Vertex { position: (5.690122, 1.092917, -0.37085), + normal: (0.17011, -0.985049, 0.027217), }, + Vertex { position: (5.580797, 1.174135, -0.351054), + normal: (0.348619, -0.077188, -0.934081), }, + Vertex { position: (5.672187, 1.164767, -0.35408), + normal: (0.612046, -0.714077, -0.339844), }, + Vertex { position: (5.690122, 1.092917, -0.37085), + normal: (0.17011, -0.985049, 0.027217), }, + Vertex { position: (5.580797, 1.174135, -0.351054), + normal: (0.348619, -0.077188, -0.934081), }, + Vertex { position: (5.690122, 1.092917, -0.37085), + normal: (0.17011, -0.985049, 0.027217), }, + Vertex { position: (5.598282, 1.094735, -0.386994), + normal: (0.108306, -0.808441, -0.578527), }, + Vertex { position: (5.580797, 1.174135, -0.351054), + normal: (0.348619, -0.077188, -0.934081), }, + Vertex { position: (5.598282, 1.094735, -0.386994), + normal: (0.108306, -0.808441, -0.578527), }, + Vertex { position: (5.47963, 1.11131, -0.364188), + normal: (0.802898, -0.287005, -0.522477), }, + Vertex { position: (5.47963, 1.11131, -0.364188), + normal: (0.802898, -0.287005, -0.522477), }, + Vertex { position: (5.598282, 1.094735, -0.386994), + normal: (0.108306, -0.808441, -0.578527), }, + Vertex { position: (5.470775, 1.009574, -0.355371), + normal: (0.155351, -0.987262, -0.034337), }, + Vertex { position: (5.598282, 1.094735, -0.386994), + normal: (0.108306, -0.808441, -0.578527), }, + Vertex { position: (5.690122, 1.092917, -0.37085), + normal: (0.17011, -0.985049, 0.027217), }, + Vertex { position: (5.681086, 1.054964, -0.35586), + normal: (0.231006, -0.859096, -0.456717), }, + Vertex { position: (5.598282, 1.094735, -0.386994), + normal: (0.108306, -0.808441, -0.578527), }, + Vertex { position: (5.681086, 1.054964, -0.35586), + normal: (0.231006, -0.859096, -0.456717), }, + Vertex { position: (5.580223, 1.04747, -0.372696), + normal: (0.228199, -0.705361, -0.671112), }, + Vertex { position: (5.580223, 1.04747, -0.372696), + normal: (0.228199, -0.705361, -0.671112), }, + Vertex { position: (5.681086, 1.054964, -0.35586), + normal: (0.231006, -0.859096, -0.456717), }, + Vertex { position: (5.672385, 1.007694, -0.341778), + normal: (0.173726, -0.983856, 0.042973), }, + Vertex { position: (5.580223, 1.04747, -0.372696), + normal: (0.228199, -0.705361, -0.671112), }, + Vertex { position: (5.672385, 1.007694, -0.341778), + normal: (0.173726, -0.983856, 0.042973), }, + Vertex { position: (5.580727, 0.99933, -0.349867), + normal: (0.148862, -0.934725, -0.322692), }, + Vertex { position: (5.580223, 1.04747, -0.372696), + normal: (0.228199, -0.705361, -0.671112), }, + Vertex { position: (5.470775, 1.009574, -0.355371), + normal: (0.155351, -0.987262, -0.034337), }, + Vertex { position: (5.598282, 1.094735, -0.386994), + normal: (0.108306, -0.808441, -0.578527), }, + Vertex { position: (5.580223, 1.04747, -0.372696), + normal: (0.228199, -0.705361, -0.671112), }, + Vertex { position: (5.580727, 0.99933, -0.349867), + normal: (0.148862, -0.934725, -0.322692), }, + Vertex { position: (5.535184, 0.98018, -0.341257), + normal: (0.241652, -0.897637, -0.368581), }, + Vertex { position: (5.580223, 1.04747, -0.372696), + normal: (0.228199, -0.705361, -0.671112), }, + Vertex { position: (5.535184, 0.98018, -0.341257), + normal: (0.241652, -0.897637, -0.368581), }, + Vertex { position: (5.470775, 1.009574, -0.355371), + normal: (0.155351, -0.987262, -0.034337), }, + Vertex { position: (5.388455, 1.119419, -0.351883), + normal: (0.72603, 0.248277, -0.641279), }, + Vertex { position: (5.47963, 1.11131, -0.364188), + normal: (0.802898, -0.287005, -0.522477), }, + Vertex { position: (5.470775, 1.009574, -0.355371), + normal: (0.155351, -0.987262, -0.034337), }, + Vertex { position: (5.388455, 1.119419, -0.351883), + normal: (0.72603, 0.248277, -0.641279), }, + Vertex { position: (5.470775, 1.009574, -0.355371), + normal: (0.155351, -0.987262, -0.034337), }, + Vertex { position: (5.425352, 1.035967, -0.34272), + normal: (0.114701, -0.691524, -0.713188), }, + Vertex { position: (5.425352, 1.035967, -0.34272), + normal: (0.114701, -0.691524, -0.713188), }, + Vertex { position: (5.470775, 1.009574, -0.355371), + normal: (0.155351, -0.987262, -0.034337), }, + Vertex { position: (5.434594, 0.970412, -0.330823), + normal: (0.298912, -0.321997, -0.898315), }, + Vertex { position: (5.470775, 1.009574, -0.355371), + normal: (0.155351, -0.987262, -0.034337), }, + Vertex { position: (5.535184, 0.98018, -0.341257), + normal: (0.241652, -0.897637, -0.368581), }, + Vertex { position: (5.434594, 0.970412, -0.330823), + normal: (0.298912, -0.321997, -0.898315), }, + Vertex { position: (5.535184, 0.98018, -0.341257), + normal: (0.241652, -0.897637, -0.368581), }, + Vertex { position: (5.480649, 0.941387, -0.316248), + normal: (0.241049, -0.626018, -0.741618), }, + Vertex { position: (5.434594, 0.970412, -0.330823), + normal: (0.298912, -0.321997, -0.898315), }, + Vertex { position: (5.388455, 1.119419, -0.351883), + normal: (0.72603, 0.248277, -0.641279), }, + Vertex { position: (5.425352, 1.035967, -0.34272), + normal: (0.114701, -0.691524, -0.713188), }, + Vertex { position: (5.379461, 1.045817, -0.349748), + normal: (0.272751, -0.332382, -0.902845), }, + Vertex { position: (5.379461, 1.045817, -0.349748), + normal: (0.272751, -0.332382, -0.902845), }, + Vertex { position: (5.425352, 1.035967, -0.34272), + normal: (0.114701, -0.691524, -0.713188), }, + Vertex { position: (5.434594, 0.970412, -0.330823), + normal: (0.298912, -0.321997, -0.898315), }, + Vertex { position: (5.379461, 1.045817, -0.349748), + normal: (0.272751, -0.332382, -0.902845), }, + Vertex { position: (5.434594, 0.970412, -0.330823), + normal: (0.298912, -0.321997, -0.898315), }, + Vertex { position: (5.370709, 0.980272, -0.337432), + normal: (0.161397, -0.648357, -0.744032), }, + Vertex { position: (5.434594, 0.970412, -0.330823), + normal: (0.298912, -0.321997, -0.898315), }, + Vertex { position: (5.480649, 0.941387, -0.316248), + normal: (0.241049, -0.626018, -0.741618), }, + Vertex { position: (5.373646, 0.885375, -0.20884), + normal: (0.142784, -0.229696, -0.962732), }, + Vertex { position: (5.370709, 0.980272, -0.337432), + normal: (0.161397, -0.648357, -0.744032), }, + Vertex { position: (5.434594, 0.970412, -0.330823), + normal: (0.298912, -0.321997, -0.898315), }, + Vertex { position: (5.373646, 0.885375, -0.20884), + normal: (0.142784, -0.229696, -0.962732), }, + Vertex { position: (5.480649, 0.941387, -0.316248), + normal: (0.241049, -0.626018, -0.741618), }, + Vertex { position: (5.546347, 0.916044, -0.246782), + normal: (-0.016623, -0.697515, -0.716378), }, + Vertex { position: (5.511556, 0.863525, -0.177613), + normal: (0.009824, -0.644035, -0.764933), }, + Vertex { position: (5.480649, 0.941387, -0.316248), + normal: (0.241049, -0.626018, -0.741618), }, + Vertex { position: (5.511556, 0.863525, -0.177613), + normal: (0.009824, -0.644035, -0.764933), }, + Vertex { position: (5.373646, 0.885375, -0.20884), + normal: (0.142784, -0.229696, -0.962732), }, + Vertex { position: (5.546347, 0.916044, -0.246782), + normal: (-0.016623, -0.697515, -0.716378), }, + Vertex { position: (5.638369, 0.904402, -0.222548), + normal: (-0.045194, -0.595739, -0.801906), }, + Vertex { position: (5.60337, 0.852748, -0.162335), + normal: (-0.023775, -0.598435, -0.800819), }, + Vertex { position: (5.546347, 0.916044, -0.246782), + normal: (-0.016623, -0.697515, -0.716378), }, + Vertex { position: (5.60337, 0.852748, -0.162335), + normal: (-0.023775, -0.598435, -0.800819), }, + Vertex { position: (5.511556, 0.863525, -0.177613), + normal: (0.009824, -0.644035, -0.764933), }, + Vertex { position: (5.638369, 0.904402, -0.222548), + normal: (-0.045194, -0.595739, -0.801906), }, + Vertex { position: (5.748613, 0.92049, -0.205099), + normal: (-0.105003, -0.636187, -0.764356), }, + Vertex { position: (5.70463, 0.849158, -0.12813), + normal: (0.200817, -0.971977, -0.122205), }, + Vertex { position: (5.638369, 0.904402, -0.222548), + normal: (-0.045194, -0.595739, -0.801906), }, + Vertex { position: (5.70463, 0.849158, -0.12813), + normal: (0.200817, -0.971977, -0.122205), }, + Vertex { position: (5.60337, 0.852748, -0.162335), + normal: (-0.023775, -0.598435, -0.800819), }, + Vertex { position: (5.250485, 1.123029, -0.385234), + normal: (0.043397, 0.435461, -0.899161), }, + Vertex { position: (5.388455, 1.119419, -0.351883), + normal: (0.72603, 0.248277, -0.641279), }, + Vertex { position: (5.379461, 1.045817, -0.349748), + normal: (0.272751, -0.332382, -0.902845), }, + Vertex { position: (5.250485, 1.123029, -0.385234), + normal: (0.043397, 0.435461, -0.899161), }, + Vertex { position: (5.379461, 1.045817, -0.349748), + normal: (0.272751, -0.332382, -0.902845), }, + Vertex { position: (5.241466, 1.040469, -0.383965), + normal: (0.123418, -0.784469, -0.607763), }, + Vertex { position: (5.241466, 1.040469, -0.383965), + normal: (0.123418, -0.784469, -0.607763), }, + Vertex { position: (5.379461, 1.045817, -0.349748), + normal: (0.272751, -0.332382, -0.902845), }, + Vertex { position: (5.370709, 0.980272, -0.337432), + normal: (0.161397, -0.648357, -0.744032), }, + Vertex { position: (5.241466, 1.040469, -0.383965), + normal: (0.123418, -0.784469, -0.607763), }, + Vertex { position: (5.370709, 0.980272, -0.337432), + normal: (0.161397, -0.648357, -0.744032), }, + Vertex { position: (5.223571, 0.974029, -0.362117), + normal: (0.050019, -0.552867, -0.831767), }, + Vertex { position: (5.370709, 0.980272, -0.337432), + normal: (0.161397, -0.648357, -0.744032), }, + Vertex { position: (5.373646, 0.885375, -0.20884), + normal: (0.142784, -0.229696, -0.962732), }, + Vertex { position: (5.299005, 0.908991, -0.260177), + normal: (0.037801, -0.082839, -0.995846), }, + Vertex { position: (5.223571, 0.974029, -0.362117), + normal: (0.050019, -0.552867, -0.831767), }, + Vertex { position: (5.370709, 0.980272, -0.337432), + normal: (0.161397, -0.648357, -0.744032), }, + Vertex { position: (5.299005, 0.908991, -0.260177), + normal: (0.037801, -0.082839, -0.995846), }, + Vertex { position: (5.223571, 0.974029, -0.362117), + normal: (0.050019, -0.552867, -0.831767), }, + Vertex { position: (5.299005, 0.908991, -0.260177), + normal: (0.037801, -0.082839, -0.995846), }, + Vertex { position: (5.197562, 0.922406, -0.302473), + normal: (-0.196146, -0.333078, -0.922272), }, + Vertex { position: (5.836005, 0.945722, 0.001092), + normal: (0.997356, -0.072614, -0.002907), }, + Vertex { position: (5.78079, 0.891286, 0.001059), + normal: (0.953994, -0.299798, -0.004126), }, + Vertex { position: (5.797411, 0.880032, -0.072306), + normal: (-0.277696, -0.435918, -0.856073), }, + Vertex { position: (5.836005, 0.945722, 0.001092), + normal: (0.997356, -0.072614, -0.002907), }, + Vertex { position: (5.797411, 0.880032, -0.072306), + normal: (-0.277696, -0.435918, -0.856073), }, + Vertex { position: (5.851404, 0.929008, -0.105362), + normal: (-0.106359, -0.394397, -0.912764), }, + Vertex { position: (5.851404, 0.929008, -0.105362), + normal: (-0.106359, -0.394397, -0.912764), }, + Vertex { position: (5.797411, 0.880032, -0.072306), + normal: (-0.277696, -0.435918, -0.856073), }, + Vertex { position: (5.70463, 0.849158, -0.12813), + normal: (0.200817, -0.971977, -0.122205), }, + Vertex { position: (5.851404, 0.929008, -0.105362), + normal: (-0.106359, -0.394397, -0.912764), }, + Vertex { position: (5.70463, 0.849158, -0.12813), + normal: (0.200817, -0.971977, -0.122205), }, + Vertex { position: (5.748613, 0.92049, -0.205099), + normal: (-0.105003, -0.636187, -0.764356), }, + Vertex { position: (5.797411, 0.880032, -0.072306), + normal: (-0.277696, -0.435918, -0.856073), }, + Vertex { position: (5.78079, 0.891286, 0.001059), + normal: (0.953994, -0.299798, -0.004126), }, + Vertex { position: (5.679621, 0.8395, 0.000985), + normal: (0.874313, -0.485341, -0.004579), }, + Vertex { position: (5.797411, 0.880032, -0.072306), + normal: (-0.277696, -0.435918, -0.856073), }, + Vertex { position: (5.679621, 0.8395, 0.000985), + normal: (0.874313, -0.485341, -0.004579), }, + Vertex { position: (5.568745, 0.834653, -0.07139), + normal: (-0.301162, -0.110218, -0.947182), }, + Vertex { position: (5.797411, 0.880032, -0.072306), + normal: (-0.277696, -0.435918, -0.856073), }, + Vertex { position: (5.568745, 0.834653, -0.07139), + normal: (-0.301162, -0.110218, -0.947182), }, + Vertex { position: (5.70463, 0.849158, -0.12813), + normal: (0.200817, -0.971977, -0.122205), }, + Vertex { position: (5.679621, 0.8395, 0.000985), + normal: (0.874313, -0.485341, -0.004579), }, + Vertex { position: (5.579253, 0.837796, 0.000896), + normal: (0.84332, -0.537393, -0.004381), }, + Vertex { position: (5.568745, 0.834653, -0.07139), + normal: (-0.301162, -0.110218, -0.947182), }, + Vertex { position: (5.70463, 0.849158, -0.12813), + normal: (0.200817, -0.971977, -0.122205), }, + Vertex { position: (5.568745, 0.834653, -0.07139), + normal: (-0.301162, -0.110218, -0.947182), }, + Vertex { position: (5.449164, 0.847535, -0.103909), + normal: (-0.430969, -0.132769, -0.892546), }, + Vertex { position: (5.70463, 0.849158, -0.12813), + normal: (0.200817, -0.971977, -0.122205), }, + Vertex { position: (5.449164, 0.847535, -0.103909), + normal: (-0.430969, -0.132769, -0.892546), }, + Vertex { position: (5.60337, 0.852748, -0.162335), + normal: (-0.023775, -0.598435, -0.800819), }, + Vertex { position: (5.247762, 0.848549, -0.108546), + normal: (-0.293162, -0.051827, -0.954657), }, + Vertex { position: (5.213434, 0.856784, 0.000565), + normal: (0.832605, -0.553861, -0.002629), }, + Vertex { position: (5.112563, 0.840686, 0.00048), + normal: (0.598791, -0.8009, -0.003109), }, + Vertex { position: (5.247762, 0.848549, -0.108546), + normal: (-0.293162, -0.051827, -0.954657), }, + Vertex { position: (5.112563, 0.840686, 0.00048), + normal: (0.598791, -0.8009, -0.003109), }, + Vertex { position: (5.137075, 0.824518, -0.144842), + normal: (-0.034138, 0.050771, -0.998127), }, + Vertex { position: (5.60337, 0.852748, -0.162335), + normal: (-0.023775, -0.598435, -0.800819), }, + Vertex { position: (5.449164, 0.847535, -0.103909), + normal: (-0.430969, -0.132769, -0.892546), }, + Vertex { position: (5.3569, 0.85112, -0.138324), + normal: (-0.101883, 0.176778, -0.978963), }, + Vertex { position: (5.60337, 0.852748, -0.162335), + normal: (-0.023775, -0.598435, -0.800819), }, + Vertex { position: (5.3569, 0.85112, -0.138324), + normal: (-0.101883, 0.176778, -0.978963), }, + Vertex { position: (5.511556, 0.863525, -0.177613), + normal: (0.009824, -0.644035, -0.764933), }, + Vertex { position: (5.511556, 0.863525, -0.177613), + normal: (0.009824, -0.644035, -0.764933), }, + Vertex { position: (5.3569, 0.85112, -0.138324), + normal: (-0.101883, 0.176778, -0.978963), }, + Vertex { position: (5.26443, 0.855571, -0.181694), + normal: (-0.172671, 0.234525, -0.956652), }, + Vertex { position: (5.511556, 0.863525, -0.177613), + normal: (0.009824, -0.644035, -0.764933), }, + Vertex { position: (5.26443, 0.855571, -0.181694), + normal: (-0.172671, 0.234525, -0.956652), }, + Vertex { position: (5.373646, 0.885375, -0.20884), + normal: (0.142784, -0.229696, -0.962732), }, + Vertex { position: (5.323232, 0.866039, 0.00066), + normal: (0.224122, -0.97456, -0.001209), }, + Vertex { position: (5.213434, 0.856784, 0.000565), + normal: (0.832605, -0.553861, -0.002629), }, + Vertex { position: (5.247762, 0.848549, -0.108546), + normal: (-0.293162, -0.051827, -0.954657), }, + Vertex { position: (5.568745, 0.834653, -0.07139), + normal: (-0.301162, -0.110218, -0.947182), }, + Vertex { position: (5.579253, 0.837796, 0.000896), + normal: (0.84332, -0.537393, -0.004381), }, + Vertex { position: (5.469641, 0.838722, 0.000798), + normal: (-0.020035, -0.999799, -0.000148), }, + Vertex { position: (5.568745, 0.834653, -0.07139), + normal: (-0.301162, -0.110218, -0.947182), }, + Vertex { position: (5.469641, 0.838722, 0.000798), + normal: (-0.020035, -0.999799, -0.000148), }, + Vertex { position: (5.449164, 0.847535, -0.103909), + normal: (-0.430969, -0.132769, -0.892546), }, + Vertex { position: (5.449164, 0.847535, -0.103909), + normal: (-0.430969, -0.132769, -0.892546), }, + Vertex { position: (5.469641, 0.838722, 0.000798), + normal: (-0.020035, -0.999799, -0.000148), }, + Vertex { position: (5.323232, 0.866039, 0.00066), + normal: (0.224122, -0.97456, -0.001209), }, + Vertex { position: (5.449164, 0.847535, -0.103909), + normal: (-0.430969, -0.132769, -0.892546), }, + Vertex { position: (5.323232, 0.866039, 0.00066), + normal: (0.224122, -0.97456, -0.001209), }, + Vertex { position: (5.247762, 0.848549, -0.108546), + normal: (-0.293162, -0.051827, -0.954657), }, + Vertex { position: (5.3569, 0.85112, -0.138324), + normal: (-0.101883, 0.176778, -0.978963), }, + Vertex { position: (5.449164, 0.847535, -0.103909), + normal: (-0.430969, -0.132769, -0.892546), }, + Vertex { position: (5.247762, 0.848549, -0.108546), + normal: (-0.293162, -0.051827, -0.954657), }, + Vertex { position: (5.3569, 0.85112, -0.138324), + normal: (-0.101883, 0.176778, -0.978963), }, + Vertex { position: (5.247762, 0.848549, -0.108546), + normal: (-0.293162, -0.051827, -0.954657), }, + Vertex { position: (5.26443, 0.855571, -0.181694), + normal: (-0.172671, 0.234525, -0.956652), }, + Vertex { position: (5.299005, 0.908991, -0.260177), + normal: (0.037801, -0.082839, -0.995846), }, + Vertex { position: (5.373646, 0.885375, -0.20884), + normal: (0.142784, -0.229696, -0.962732), }, + Vertex { position: (5.26443, 0.855571, -0.181694), + normal: (-0.172671, 0.234525, -0.956652), }, + Vertex { position: (5.197562, 0.922406, -0.302473), + normal: (-0.196146, -0.333078, -0.922272), }, + Vertex { position: (5.299005, 0.908991, -0.260177), + normal: (0.037801, -0.082839, -0.995846), }, + Vertex { position: (5.26443, 0.855571, -0.181694), + normal: (-0.172671, 0.234525, -0.956652), }, + Vertex { position: (5.197562, 0.922406, -0.302473), + normal: (-0.196146, -0.333078, -0.922272), }, + Vertex { position: (5.26443, 0.855571, -0.181694), + normal: (-0.172671, 0.234525, -0.956652), }, + Vertex { position: (5.153735, 0.831575, -0.218348), + normal: (-0.317809, 0.237299, -0.91798), }, + Vertex { position: (5.26443, 0.855571, -0.181694), + normal: (-0.172671, 0.234525, -0.956652), }, + Vertex { position: (5.247762, 0.848549, -0.108546), + normal: (-0.293162, -0.051827, -0.954657), }, + Vertex { position: (5.137075, 0.824518, -0.144842), + normal: (-0.034138, 0.050771, -0.998127), }, + Vertex { position: (5.26443, 0.855571, -0.181694), + normal: (-0.172671, 0.234525, -0.956652), }, + Vertex { position: (5.137075, 0.824518, -0.144842), + normal: (-0.034138, 0.050771, -0.998127), }, + Vertex { position: (5.153735, 0.831575, -0.218348), + normal: (-0.317809, 0.237299, -0.91798), }, + Vertex { position: (5.137075, 0.824518, -0.144842), + normal: (-0.034138, 0.050771, -0.998127), }, + Vertex { position: (5.112563, 0.840686, 0.00048), + normal: (0.598791, -0.8009, -0.003109), }, + Vertex { position: (4.920855, 0.812339, 0.000318), + normal: (0.124158, -0.992262, -0.000543), }, + Vertex { position: (5.137075, 0.824518, -0.144842), + normal: (-0.034138, 0.050771, -0.998127), }, + Vertex { position: (4.920855, 0.812339, 0.000318), + normal: (0.124158, -0.992262, -0.000543), }, + Vertex { position: (4.963526, 0.797382, -0.14344), + normal: (-0.241534, 0.200654, -0.949421), }, + Vertex { position: (5.153735, 0.831575, -0.218348), + normal: (-0.317809, 0.237299, -0.91798), }, + Vertex { position: (5.137075, 0.824518, -0.144842), + normal: (-0.034138, 0.050771, -0.998127), }, + Vertex { position: (4.963526, 0.797382, -0.14344), + normal: (-0.241534, 0.200654, -0.949421), }, + Vertex { position: (5.153735, 0.831575, -0.218348), + normal: (-0.317809, 0.237299, -0.91798), }, + Vertex { position: (4.963526, 0.797382, -0.14344), + normal: (-0.241534, 0.200654, -0.949421), }, + Vertex { position: (4.99671, 0.81056, -0.280771), + normal: (-0.31398, 0.125785, -0.94106), }, + Vertex { position: (4.712067, 0.770512, -0.333393), + normal: (-0.434729, 0.079706, -0.897027), }, + Vertex { position: (4.99671, 0.81056, -0.280771), + normal: (-0.31398, 0.125785, -0.94106), }, + Vertex { position: (4.963526, 0.797382, -0.14344), + normal: (-0.241534, 0.200654, -0.949421), }, + Vertex { position: (4.712067, 0.770512, -0.333393), + normal: (-0.434729, 0.079706, -0.897027), }, + Vertex { position: (4.963526, 0.797382, -0.14344), + normal: (-0.241534, 0.200654, -0.949421), }, + Vertex { position: (4.66969, 0.738163, -0.188296), + normal: (-0.419631, 0.061765, -0.905591), }, + Vertex { position: (4.963526, 0.797382, -0.14344), + normal: (-0.241534, 0.200654, -0.949421), }, + Vertex { position: (4.920855, 0.812339, 0.000318), + normal: (0.124158, -0.992262, -0.000543), }, + Vertex { position: (4.655453, 0.758022, 0.000098), + normal: (0.157494, -0.98752, -0.000465), }, + Vertex { position: (4.963526, 0.797382, -0.14344), + normal: (-0.241534, 0.200654, -0.949421), }, + Vertex { position: (4.655453, 0.758022, 0.000098), + normal: (0.157494, -0.98752, -0.000465), }, + Vertex { position: (4.66969, 0.738163, -0.188296), + normal: (-0.419631, 0.061765, -0.905591), }, + Vertex { position: (5.004627, 0.908637, -0.345273), + normal: (-0.400711, 0.089185, -0.911853), }, + Vertex { position: (5.197562, 0.922406, -0.302473), + normal: (-0.196146, -0.333078, -0.922272), }, + Vertex { position: (5.153735, 0.831575, -0.218348), + normal: (-0.317809, 0.237299, -0.91798), }, + Vertex { position: (5.004627, 0.908637, -0.345273), + normal: (-0.400711, 0.089185, -0.911853), }, + Vertex { position: (5.153735, 0.831575, -0.218348), + normal: (-0.317809, 0.237299, -0.91798), }, + Vertex { position: (4.99671, 0.81056, -0.280771), + normal: (-0.31398, 0.125785, -0.94106), }, + Vertex { position: (4.728809, 0.878731, -0.405801), + normal: (-0.497134, 0.140473, -0.856227), }, + Vertex { position: (5.004627, 0.908637, -0.345273), + normal: (-0.400711, 0.089185, -0.911853), }, + Vertex { position: (4.99671, 0.81056, -0.280771), + normal: (-0.31398, 0.125785, -0.94106), }, + Vertex { position: (4.728809, 0.878731, -0.405801), + normal: (-0.497134, 0.140473, -0.856227), }, + Vertex { position: (4.99671, 0.81056, -0.280771), + normal: (-0.31398, 0.125785, -0.94106), }, + Vertex { position: (4.712067, 0.770512, -0.333393), + normal: (-0.434729, 0.079706, -0.897027), }, + Vertex { position: (5.011084, 1.06677, -0.458562), + normal: (0.274481, 0.961015, -0.033322), }, + Vertex { position: (5.241466, 1.040469, -0.383965), + normal: (0.123418, -0.784469, -0.607763), }, + Vertex { position: (5.223571, 0.974029, -0.362117), + normal: (0.050019, -0.552867, -0.831767), }, + Vertex { position: (5.011084, 1.06677, -0.458562), + normal: (0.274481, 0.961015, -0.033322), }, + Vertex { position: (5.223571, 0.974029, -0.362117), + normal: (0.050019, -0.552867, -0.831767), }, + Vertex { position: (5.021254, 0.951308, -0.405567), + normal: (0.563602, 0.822451, -0.076991), }, + Vertex { position: (5.223571, 0.974029, -0.362117), + normal: (0.050019, -0.552867, -0.831767), }, + Vertex { position: (5.197562, 0.922406, -0.302473), + normal: (-0.196146, -0.333078, -0.922272), }, + Vertex { position: (5.004627, 0.908637, -0.345273), + normal: (-0.400711, 0.089185, -0.911853), }, + Vertex { position: (5.223571, 0.974029, -0.362117), + normal: (0.050019, -0.552867, -0.831767), }, + Vertex { position: (5.004627, 0.908637, -0.345273), + normal: (-0.400711, 0.089185, -0.911853), }, + Vertex { position: (5.021254, 0.951308, -0.405567), + normal: (0.563602, 0.822451, -0.076991), }, + Vertex { position: (4.733657, 1.227371, -0.592883), + normal: (0.067357, 0.280762, -0.957411), }, + Vertex { position: (4.991713, 1.163096, -0.504149), + normal: (0.012421, 0.392537, -0.919653), }, + Vertex { position: (5.011084, 1.06677, -0.458562), + normal: (0.274481, 0.961015, -0.033322), }, + Vertex { position: (4.733657, 1.227371, -0.592883), + normal: (0.067357, 0.280762, -0.957411), }, + Vertex { position: (5.011084, 1.06677, -0.458562), + normal: (0.274481, 0.961015, -0.033322), }, + Vertex { position: (4.74325, 1.05921, -0.563421), + normal: (0.311768, 0.950117, 0.008871), }, + Vertex { position: (4.74325, 1.05921, -0.563421), + normal: (0.311768, 0.950117, 0.008871), }, + Vertex { position: (5.011084, 1.06677, -0.458562), + normal: (0.274481, 0.961015, -0.033322), }, + Vertex { position: (5.021254, 0.951308, -0.405567), + normal: (0.563602, 0.822451, -0.076991), }, + Vertex { position: (4.74325, 1.05921, -0.563421), + normal: (0.311768, 0.950117, 0.008871), }, + Vertex { position: (5.021254, 0.951308, -0.405567), + normal: (0.563602, 0.822451, -0.076991), }, + Vertex { position: (4.744871, 0.950945, -0.491082), + normal: (0.609817, 0.770093, -0.187297), }, + Vertex { position: (4.744871, 0.950945, -0.491082), + normal: (0.609817, 0.770093, -0.187297), }, + Vertex { position: (5.021254, 0.951308, -0.405567), + normal: (0.563602, 0.822451, -0.076991), }, + Vertex { position: (5.004627, 0.908637, -0.345273), + normal: (-0.400711, 0.089185, -0.911853), }, + Vertex { position: (4.744871, 0.950945, -0.491082), + normal: (0.609817, 0.770093, -0.187297), }, + Vertex { position: (5.004627, 0.908637, -0.345273), + normal: (-0.400711, 0.089185, -0.911853), }, + Vertex { position: (4.728809, 0.878731, -0.405801), + normal: (-0.497134, 0.140473, -0.856227), }, + Vertex { position: (4.641547, 1.285422, -0.622034), + normal: (-0.026366, 0.234118, -0.971851), }, + Vertex { position: (4.733657, 1.227371, -0.592883), + normal: (0.067357, 0.280762, -0.957411), }, + Vertex { position: (4.74325, 1.05921, -0.563421), + normal: (0.311768, 0.950117, 0.008871), }, + Vertex { position: (4.641547, 1.285422, -0.622034), + normal: (-0.026366, 0.234118, -0.971851), }, + Vertex { position: (4.74325, 1.05921, -0.563421), + normal: (0.311768, 0.950117, 0.008871), }, + Vertex { position: (4.567896, 1.149805, -0.642484), + normal: (0.381066, 0.919021, -0.100938), }, + Vertex { position: (4.567896, 1.149805, -0.642484), + normal: (0.381066, 0.919021, -0.100938), }, + Vertex { position: (4.74325, 1.05921, -0.563421), + normal: (0.311768, 0.950117, 0.008871), }, + Vertex { position: (4.744871, 0.950945, -0.491082), + normal: (0.609817, 0.770093, -0.187297), }, + Vertex { position: (4.567896, 1.149805, -0.642484), + normal: (0.381066, 0.919021, -0.100938), }, + Vertex { position: (4.744871, 0.950945, -0.491082), + normal: (0.609817, 0.770093, -0.187297), }, + Vertex { position: (4.496191, 1.024566, -0.579491), + normal: (0.651262, 0.697944, -0.29788), }, + Vertex { position: (4.496191, 1.024566, -0.579491), + normal: (0.651262, 0.697944, -0.29788), }, + Vertex { position: (4.744871, 0.950945, -0.491082), + normal: (0.609817, 0.770093, -0.187297), }, + Vertex { position: (4.728809, 0.878731, -0.405801), + normal: (-0.497134, 0.140473, -0.856227), }, + Vertex { position: (4.496191, 1.024566, -0.579491), + normal: (0.651262, 0.697944, -0.29788), }, + Vertex { position: (4.728809, 0.878731, -0.405801), + normal: (-0.497134, 0.140473, -0.856227), }, + Vertex { position: (4.416475, 0.921264, -0.458839), + normal: (-0.062739, 0.996071, -0.062495), }, + Vertex { position: (4.333503, 0.951176, -0.481517), + normal: (-0.11884, 0.991349, 0.055713), }, + Vertex { position: (4.416475, 0.921264, -0.458839), + normal: (-0.062739, 0.996071, -0.062495), }, + Vertex { position: (4.399629, 0.850459, -0.391855), + normal: (-0.134248, 0.990294, 0.035989), }, + Vertex { position: (4.333503, 0.951176, -0.481517), + normal: (-0.11884, 0.991349, 0.055713), }, + Vertex { position: (4.399629, 0.850459, -0.391855), + normal: (-0.134248, 0.990294, 0.035989), }, + Vertex { position: (4.297891, 0.911506, -0.447987), + normal: (-0.081906, 0.996619, 0.006487), }, + Vertex { position: (4.66969, 0.738163, -0.188296), + normal: (-0.419631, 0.061765, -0.905591), }, + Vertex { position: (4.655453, 0.758022, 0.000098), + normal: (0.157494, -0.98752, -0.000465), }, + Vertex { position: (4.380854, 0.704574, -0.00013), + normal: (0.000801, -1.0, -0.000539), }, + Vertex { position: (4.66969, 0.738163, -0.188296), + normal: (-0.419631, 0.061765, -0.905591), }, + Vertex { position: (4.380854, 0.704574, -0.00013), + normal: (0.000801, -1.0, -0.000539), }, + Vertex { position: (4.359048, 0.700414, -0.166651), + normal: (0.448666, 0.893201, -0.029856), }, + Vertex { position: (4.712067, 0.770512, -0.333393), + normal: (-0.434729, 0.079706, -0.897027), }, + Vertex { position: (4.66969, 0.738163, -0.188296), + normal: (-0.419631, 0.061765, -0.905591), }, + Vertex { position: (4.359048, 0.700414, -0.166651), + normal: (0.448666, 0.893201, -0.029856), }, + Vertex { position: (4.712067, 0.770512, -0.333393), + normal: (-0.434729, 0.079706, -0.897027), }, + Vertex { position: (4.359048, 0.700414, -0.166651), + normal: (0.448666, 0.893201, -0.029856), }, + Vertex { position: (4.319799, 0.731007, -0.291212), + normal: (0.731768, 0.675964, -0.087106), }, + Vertex { position: (4.399629, 0.850459, -0.391855), + normal: (-0.134248, 0.990294, 0.035989), }, + Vertex { position: (4.712067, 0.770512, -0.333393), + normal: (-0.434729, 0.079706, -0.897027), }, + Vertex { position: (4.319799, 0.731007, -0.291212), + normal: (0.731768, 0.675964, -0.087106), }, + Vertex { position: (4.399629, 0.850459, -0.391855), + normal: (-0.134248, 0.990294, 0.035989), }, + Vertex { position: (4.319799, 0.731007, -0.291212), + normal: (0.731768, 0.675964, -0.087106), }, + Vertex { position: (4.216374, 0.852328, -0.405873), + normal: (-0.051101, 0.977083, 0.206633), }, + Vertex { position: (4.399629, 0.850459, -0.391855), + normal: (-0.134248, 0.990294, 0.035989), }, + Vertex { position: (4.216374, 0.852328, -0.405873), + normal: (-0.051101, 0.977083, 0.206633), }, + Vertex { position: (4.297891, 0.911506, -0.447987), + normal: (-0.081906, 0.996619, 0.006487), }, + Vertex { position: (4.399629, 0.850459, -0.391855), + normal: (-0.134248, 0.990294, 0.035989), }, + Vertex { position: (4.416475, 0.921264, -0.458839), + normal: (-0.062739, 0.996071, -0.062495), }, + Vertex { position: (4.728809, 0.878731, -0.405801), + normal: (-0.497134, 0.140473, -0.856227), }, + Vertex { position: (4.399629, 0.850459, -0.391855), + normal: (-0.134248, 0.990294, 0.035989), }, + Vertex { position: (4.728809, 0.878731, -0.405801), + normal: (-0.497134, 0.140473, -0.856227), }, + Vertex { position: (4.712067, 0.770512, -0.333393), + normal: (-0.434729, 0.079706, -0.897027), }, + Vertex { position: (4.449011, 1.260929, -0.647431), + normal: (0.481644, 0.842268, 0.242081), }, + Vertex { position: (4.567896, 1.149805, -0.642484), + normal: (0.381066, 0.919021, -0.100938), }, + Vertex { position: (4.496191, 1.024566, -0.579491), + normal: (0.651262, 0.697944, -0.29788), }, + Vertex { position: (4.449011, 1.260929, -0.647431), + normal: (0.481644, 0.842268, 0.242081), }, + Vertex { position: (4.496191, 1.024566, -0.579491), + normal: (0.651262, 0.697944, -0.29788), }, + Vertex { position: (4.366867, 1.131136, -0.630581), + normal: (0.794567, 0.588129, 0.15089), }, + Vertex { position: (4.141189, 1.008775, -0.499342), + normal: (0.04154, 0.947538, 0.316932), }, + Vertex { position: (4.297891, 0.911506, -0.447987), + normal: (-0.081906, 0.996619, 0.006487), }, + Vertex { position: (4.216374, 0.852328, -0.405873), + normal: (-0.051101, 0.977083, 0.206633), }, + Vertex { position: (4.141189, 1.008775, -0.499342), + normal: (0.04154, 0.947538, 0.316932), }, + Vertex { position: (4.277227, 1.077746, -0.550819), + normal: (0.461485, 0.788927, 0.405742), }, + Vertex { position: (4.333503, 0.951176, -0.481517), + normal: (-0.11884, 0.991349, 0.055713), }, + Vertex { position: (4.141189, 1.008775, -0.499342), + normal: (0.04154, 0.947538, 0.316932), }, + Vertex { position: (4.333503, 0.951176, -0.481517), + normal: (-0.11884, 0.991349, 0.055713), }, + Vertex { position: (4.297891, 0.911506, -0.447987), + normal: (-0.081906, 0.996619, 0.006487), }, + Vertex { position: (4.085564, 1.288885, -0.544406), + normal: (0.800967, 0.453078, 0.391371), }, + Vertex { position: (4.175444, 1.350332, -0.613988), + normal: (0.054059, 0.926072, 0.373454), }, + Vertex { position: (4.277227, 1.077746, -0.550819), + normal: (0.461485, 0.788927, 0.405742), }, + Vertex { position: (4.085564, 1.288885, -0.544406), + normal: (0.800967, 0.453078, 0.391371), }, + Vertex { position: (4.277227, 1.077746, -0.550819), + normal: (0.461485, 0.788927, 0.405742), }, + Vertex { position: (4.141189, 1.008775, -0.499342), + normal: (0.04154, 0.947538, 0.316932), }, + Vertex { position: (4.333503, 0.951176, -0.481517), + normal: (-0.11884, 0.991349, 0.055713), }, + Vertex { position: (4.496191, 1.024566, -0.579491), + normal: (0.651262, 0.697944, -0.29788), }, + Vertex { position: (4.416475, 0.921264, -0.458839), + normal: (-0.062739, 0.996071, -0.062495), }, + Vertex { position: (4.277227, 1.077746, -0.550819), + normal: (0.461485, 0.788927, 0.405742), }, + Vertex { position: (4.366867, 1.131136, -0.630581), + normal: (0.794567, 0.588129, 0.15089), }, + Vertex { position: (4.496191, 1.024566, -0.579491), + normal: (0.651262, 0.697944, -0.29788), }, + Vertex { position: (4.277227, 1.077746, -0.550819), + normal: (0.461485, 0.788927, 0.405742), }, + Vertex { position: (4.496191, 1.024566, -0.579491), + normal: (0.651262, 0.697944, -0.29788), }, + Vertex { position: (4.333503, 0.951176, -0.481517), + normal: (-0.11884, 0.991349, 0.055713), }, + Vertex { position: (4.175444, 1.350332, -0.613988), + normal: (0.054059, 0.926072, 0.373454), }, + Vertex { position: (4.247733, 1.381058, -0.649596), + normal: (0.329366, 0.742755, 0.582952), }, + Vertex { position: (4.366867, 1.131136, -0.630581), + normal: (0.794567, 0.588129, 0.15089), }, + Vertex { position: (4.175444, 1.350332, -0.613988), + normal: (0.054059, 0.926072, 0.373454), }, + Vertex { position: (4.366867, 1.131136, -0.630581), + normal: (0.794567, 0.588129, 0.15089), }, + Vertex { position: (4.277227, 1.077746, -0.550819), + normal: (0.461485, 0.788927, 0.405742), }, + Vertex { position: (4.247733, 1.381058, -0.649596), + normal: (0.329366, 0.742755, 0.582952), }, + Vertex { position: (4.329607, 1.464801, -0.661485), + normal: (0.693689, 0.317886, 0.646331), }, + Vertex { position: (4.449011, 1.260929, -0.647431), + normal: (0.481644, 0.842268, 0.242081), }, + Vertex { position: (4.247733, 1.381058, -0.649596), + normal: (0.329366, 0.742755, 0.582952), }, + Vertex { position: (4.449011, 1.260929, -0.647431), + normal: (0.481644, 0.842268, 0.242081), }, + Vertex { position: (4.366867, 1.131136, -0.630581), + normal: (0.794567, 0.588129, 0.15089), }, + Vertex { position: (4.329607, 1.464801, -0.661485), + normal: (0.693689, 0.317886, 0.646331), }, + Vertex { position: (4.430999, 1.535753, -0.638888), + normal: (-0.034875, 0.308036, -0.950735), }, + Vertex { position: (4.522247, 1.398278, -0.644892), + normal: (0.184871, 0.227139, -0.956154), }, + Vertex { position: (4.329607, 1.464801, -0.661485), + normal: (0.693689, 0.317886, 0.646331), }, + Vertex { position: (4.522247, 1.398278, -0.644892), + normal: (0.184871, 0.227139, -0.956154), }, + Vertex { position: (4.449011, 1.260929, -0.647431), + normal: (0.481644, 0.842268, 0.242081), }, + Vertex { position: (4.312225, 1.683392, -0.639944), + normal: (0.000755, 0.939587, 0.34231), }, + Vertex { position: (4.404221, 1.662433, -0.61661), + normal: (-0.148853, 0.101172, -0.98367), }, + Vertex { position: (4.430999, 1.535753, -0.638888), + normal: (-0.034875, 0.308036, -0.950735), }, + Vertex { position: (4.312225, 1.683392, -0.639944), + normal: (0.000755, 0.939587, 0.34231), }, + Vertex { position: (4.430999, 1.535753, -0.638888), + normal: (-0.034875, 0.308036, -0.950735), }, + Vertex { position: (4.329607, 1.464801, -0.661485), + normal: (0.693689, 0.317886, 0.646331), }, + Vertex { position: (4.303615, 1.799914, -0.610388), + normal: (0.204286, 0.745568, 0.634347), }, + Vertex { position: (4.38638, 1.770868, -0.596666), + normal: (0.504832, 0.844097, -0.180678), }, + Vertex { position: (4.404221, 1.662433, -0.61661), + normal: (-0.148853, 0.101172, -0.98367), }, + Vertex { position: (4.303615, 1.799914, -0.610388), + normal: (0.204286, 0.745568, 0.634347), }, + Vertex { position: (4.404221, 1.662433, -0.61661), + normal: (-0.148853, 0.101172, -0.98367), }, + Vertex { position: (4.312225, 1.683392, -0.639944), + normal: (0.000755, 0.939587, 0.34231), }, + Vertex { position: (4.304562, 1.906537, -0.572242), + normal: (0.525316, 0.261331, 0.809784), }, + Vertex { position: (4.377095, 1.871713, -0.595743), + normal: (0.615047, 0.769185, -0.17341), }, + Vertex { position: (4.38638, 1.770868, -0.596666), + normal: (0.504832, 0.844097, -0.180678), }, + Vertex { position: (4.304562, 1.906537, -0.572242), + normal: (0.525316, 0.261331, 0.809784), }, + Vertex { position: (4.38638, 1.770868, -0.596666), + normal: (0.504832, 0.844097, -0.180678), }, + Vertex { position: (4.303615, 1.799914, -0.610388), + normal: (0.204286, 0.745568, 0.634347), }, + Vertex { position: (4.240116, 1.770049, -0.583946), + normal: (-0.051423, 0.948155, 0.313619), }, + Vertex { position: (4.303615, 1.799914, -0.610388), + normal: (0.204286, 0.745568, 0.634347), }, + Vertex { position: (4.312225, 1.683392, -0.639944), + normal: (0.000755, 0.939587, 0.34231), }, + Vertex { position: (4.240116, 1.770049, -0.583946), + normal: (-0.051423, 0.948155, 0.313619), }, + Vertex { position: (4.312225, 1.683392, -0.639944), + normal: (0.000755, 0.939587, 0.34231), }, + Vertex { position: (4.221814, 1.660769, -0.59409), + normal: (0.104327, 0.725166, 0.680624), }, + Vertex { position: (4.221814, 1.660769, -0.59409), + normal: (0.104327, 0.725166, 0.680624), }, + Vertex { position: (4.312225, 1.683392, -0.639944), + normal: (0.000755, 0.939587, 0.34231), }, + Vertex { position: (4.329607, 1.464801, -0.661485), + normal: (0.693689, 0.317886, 0.646331), }, + Vertex { position: (4.221814, 1.660769, -0.59409), + normal: (0.104327, 0.725166, 0.680624), }, + Vertex { position: (4.329607, 1.464801, -0.661485), + normal: (0.693689, 0.317886, 0.646331), }, + Vertex { position: (4.247733, 1.381058, -0.649596), + normal: (0.329366, 0.742755, 0.582952), }, + Vertex { position: (4.121121, 1.614451, -0.587188), + normal: (0.288171, 0.239224, 0.927216), }, + Vertex { position: (4.221814, 1.660769, -0.59409), + normal: (0.104327, 0.725166, 0.680624), }, + Vertex { position: (4.247733, 1.381058, -0.649596), + normal: (0.329366, 0.742755, 0.582952), }, + Vertex { position: (4.121121, 1.614451, -0.587188), + normal: (0.288171, 0.239224, 0.927216), }, + Vertex { position: (4.247733, 1.381058, -0.649596), + normal: (0.329366, 0.742755, 0.582952), }, + Vertex { position: (4.175444, 1.350332, -0.613988), + normal: (0.054059, 0.926072, 0.373454), }, + Vertex { position: (4.067576, 1.572668, -0.534997), + normal: (0.811896, 0.498733, -0.303464), }, + Vertex { position: (4.121121, 1.614451, -0.587188), + normal: (0.288171, 0.239224, 0.927216), }, + Vertex { position: (4.175444, 1.350332, -0.613988), + normal: (0.054059, 0.926072, 0.373454), }, + Vertex { position: (4.067576, 1.572668, -0.534997), + normal: (0.811896, 0.498733, -0.303464), }, + Vertex { position: (4.175444, 1.350332, -0.613988), + normal: (0.054059, 0.926072, 0.373454), }, + Vertex { position: (4.085564, 1.288885, -0.544406), + normal: (0.800967, 0.453078, 0.391371), }, + Vertex { position: (4.148883, 1.759918, -0.573765), + normal: (0.969409, 0.243853, -0.027951), }, + Vertex { position: (4.240116, 1.770049, -0.583946), + normal: (-0.051423, 0.948155, 0.313619), }, + Vertex { position: (4.221814, 1.660769, -0.59409), + normal: (0.104327, 0.725166, 0.680624), }, + Vertex { position: (4.148883, 1.759918, -0.573765), + normal: (0.969409, 0.243853, -0.027951), }, + Vertex { position: (4.221814, 1.660769, -0.59409), + normal: (0.104327, 0.725166, 0.680624), }, + Vertex { position: (4.121121, 1.614451, -0.587188), + normal: (0.288171, 0.239224, 0.927216), }, + Vertex { position: (4.076852, 1.746601, -0.527436), + normal: (0.971427, 0.04566, 0.232906), }, + Vertex { position: (4.148883, 1.759918, -0.573765), + normal: (0.969409, 0.243853, -0.027951), }, + Vertex { position: (4.121121, 1.614451, -0.587188), + normal: (0.288171, 0.239224, 0.927216), }, + Vertex { position: (4.076852, 1.746601, -0.527436), + normal: (0.971427, 0.04566, 0.232906), }, + Vertex { position: (4.121121, 1.614451, -0.587188), + normal: (0.288171, 0.239224, 0.927216), }, + Vertex { position: (4.067576, 1.572668, -0.534997), + normal: (0.811896, 0.498733, -0.303464), }, + Vertex { position: (4.747988, 2.300163, -0.000276), + normal: (-0.965284, -0.261201, 0.0), }, + Vertex { position: (4.912303, 2.162645, -0.00009), + normal: (-0.989689, -0.143234, 0.0), }, + Vertex { position: (4.971394, 2.146686, -0.224781), + normal: (-0.194126, 0.280848, -0.939914), }, + Vertex { position: (4.747988, 2.300163, -0.000276), + normal: (-0.965284, -0.261201, 0.0), }, + Vertex { position: (4.971394, 2.146686, -0.224781), + normal: (-0.194126, 0.280848, -0.939914), }, + Vertex { position: (4.83289, 2.262727, -0.283787), + normal: (0.2189, 0.87846, -0.424724), }, + Vertex { position: (5.04969, 2.032731, 0.000071), + normal: (-0.941169, -0.337937, 0.0), }, + Vertex { position: (5.177545, 1.932323, 0.000214), + normal: (-0.998597, -0.052951, 0.0), }, + Vertex { position: (5.156645, 1.942902, -0.119993), + normal: (0.444094, 0.036128, -0.895251), }, + Vertex { position: (5.680007, 1.510009, 0.000786), + normal: (-0.026558, -0.999647, 0.0), }, + Vertex { position: (5.743997, 1.482739, 0.000851), + normal: (0.694651, 0.719347, 0.000019), }, + Vertex { position: (5.741781, 1.463956, -0.124891), + normal: (0.936734, -0.314344, 0.154001), }, + Vertex { position: (5.680007, 1.510009, 0.000786), + normal: (-0.026558, -0.999647, 0.0), }, + Vertex { position: (5.741781, 1.463956, -0.124891), + normal: (0.936734, -0.314344, 0.154001), }, + Vertex { position: (5.687035, 1.499636, -0.110765), + normal: (0.987857, -0.047506, -0.147925), }, + Vertex { position: (5.835498, 1.43628, 0.000946), + normal: (0.569495, 0.821995, -0.000075), }, + Vertex { position: (5.908842, 1.388968, 0.001026), + normal: (-0.016213, 0.999869, 0.0), }, + Vertex { position: (5.915025, 1.382159, -0.13682), + normal: (0.461068, -0.584089, -0.668024), }, + Vertex { position: (5.835498, 1.43628, 0.000946), + normal: (0.569495, 0.821995, -0.000075), }, + Vertex { position: (5.915025, 1.382159, -0.13682), + normal: (0.461068, -0.584089, -0.668024), }, + Vertex { position: (5.842092, 1.427708, -0.130724), + normal: (0.901575, -0.270544, -0.337593), }, + Vertex { position: (4.342351, 2.581176, -0.140317), + normal: (0.850248, -0.122855, 0.511845), }, + Vertex { position: (4.317602, 2.588926, -0.000745), + normal: (-0.069594, -0.997575, -0.000151), }, + Vertex { position: (4.454962, 2.523303, -0.000603), + normal: (0.169654, -0.985504, -0.000285), }, + Vertex { position: (4.342351, 2.581176, -0.140317), + normal: (0.850248, -0.122855, 0.511845), }, + Vertex { position: (4.454962, 2.523303, -0.000603), + normal: (0.169654, -0.985504, -0.000285), }, + Vertex { position: (4.452383, 2.524558, -0.130255), + normal: (0.603381, -0.138834, 0.785275), }, + Vertex { position: (4.332083, 2.586481, -0.194917), + normal: (0.335985, -0.093511, 0.937214), }, + Vertex { position: (4.342351, 2.581176, -0.140317), + normal: (0.850248, -0.122855, 0.511845), }, + Vertex { position: (4.452383, 2.524558, -0.130255), + normal: (0.603381, -0.138834, 0.785275), }, + Vertex { position: (4.332083, 2.586481, -0.194917), + normal: (0.335985, -0.093511, 0.937214), }, + Vertex { position: (4.452383, 2.524558, -0.130255), + normal: (0.603381, -0.138834, 0.785275), }, + Vertex { position: (4.440143, 2.510529, -0.269164), + normal: (0.104604, 0.23696, 0.965872), }, + Vertex { position: (4.339601, 2.592642, -0.258891), + normal: (0.169215, -0.167065, 0.971316), }, + Vertex { position: (4.332083, 2.586481, -0.194917), + normal: (0.335985, -0.093511, 0.937214), }, + Vertex { position: (4.440143, 2.510529, -0.269164), + normal: (0.104604, 0.23696, 0.965872), }, + Vertex { position: (4.339601, 2.592642, -0.258891), + normal: (0.169215, -0.167065, 0.971316), }, + Vertex { position: (4.440143, 2.510529, -0.269164), + normal: (0.104604, 0.23696, 0.965872), }, + Vertex { position: (4.429895, 2.495758, -0.306894), + normal: (0.054838, 0.685321, 0.726174), }, + Vertex { position: (4.187258, 2.590221, -0.135844), + normal: (-0.026478, 0.945923, 0.32331), }, + Vertex { position: (4.189883, 2.606916, -0.000863), + normal: (0.172357, -0.985035, -0.000083), }, + Vertex { position: (4.317602, 2.588926, -0.000745), + normal: (-0.069594, -0.997575, -0.000151), }, + Vertex { position: (4.187258, 2.590221, -0.135844), + normal: (-0.026478, 0.945923, 0.32331), }, + Vertex { position: (4.317602, 2.588926, -0.000745), + normal: (-0.069594, -0.997575, -0.000151), }, + Vertex { position: (4.342351, 2.581176, -0.140317), + normal: (0.850248, -0.122855, 0.511845), }, + Vertex { position: (4.203325, 2.589186, -0.219164), + normal: (-0.071389, 0.260054, 0.962951), }, + Vertex { position: (4.187258, 2.590221, -0.135844), + normal: (-0.026478, 0.945923, 0.32331), }, + Vertex { position: (4.342351, 2.581176, -0.140317), + normal: (0.850248, -0.122855, 0.511845), }, + Vertex { position: (4.203325, 2.589186, -0.219164), + normal: (-0.071389, 0.260054, 0.962951), }, + Vertex { position: (4.342351, 2.581176, -0.140317), + normal: (0.850248, -0.122855, 0.511845), }, + Vertex { position: (4.332083, 2.586481, -0.194917), + normal: (0.335985, -0.093511, 0.937214), }, + Vertex { position: (4.211652, 2.602538, -0.264011), + normal: (-0.01127, -0.268802, 0.96313), }, + Vertex { position: (4.203325, 2.589186, -0.219164), + normal: (-0.071389, 0.260054, 0.962951), }, + Vertex { position: (4.332083, 2.586481, -0.194917), + normal: (0.335985, -0.093511, 0.937214), }, + Vertex { position: (4.211652, 2.602538, -0.264011), + normal: (-0.01127, -0.268802, 0.96313), }, + Vertex { position: (4.332083, 2.586481, -0.194917), + normal: (0.335985, -0.093511, 0.937214), }, + Vertex { position: (4.339601, 2.592642, -0.258891), + normal: (0.169215, -0.167065, 0.971316), }, + Vertex { position: (4.209941, 2.600612, -0.337597), + normal: (-0.03479, 0.69667, 0.716547), }, + Vertex { position: (4.211652, 2.602538, -0.264011), + normal: (-0.01127, -0.268802, 0.96313), }, + Vertex { position: (4.339601, 2.592642, -0.258891), + normal: (0.169215, -0.167065, 0.971316), }, + Vertex { position: (4.209941, 2.600612, -0.337597), + normal: (-0.03479, 0.69667, 0.716547), }, + Vertex { position: (4.339601, 2.592642, -0.258891), + normal: (0.169215, -0.167065, 0.971316), }, + Vertex { position: (4.328606, 2.563996, -0.343892), + normal: (-0.01139, 0.953897, 0.299916), }, + Vertex { position: (4.328606, 2.563996, -0.343892), + normal: (-0.01139, 0.953897, 0.299916), }, + Vertex { position: (4.339601, 2.592642, -0.258891), + normal: (0.169215, -0.167065, 0.971316), }, + Vertex { position: (4.429895, 2.495758, -0.306894), + normal: (0.054838, 0.685321, 0.726174), }, + Vertex { position: (4.328606, 2.563996, -0.343892), + normal: (-0.01139, 0.953897, 0.299916), }, + Vertex { position: (4.429895, 2.495758, -0.306894), + normal: (0.054838, 0.685321, 0.726174), }, + Vertex { position: (4.410844, 2.500167, -0.351972), + normal: (-0.151742, 0.274295, 0.949598), }, + Vertex { position: (4.528082, 2.467537, -0.000521), + normal: (0.210866, -0.977515, 0.000009), }, + Vertex { position: (4.747988, 2.300163, -0.000276), + normal: (-0.965284, -0.261201, 0.0), }, + Vertex { position: (4.634996, 2.369115, -0.140117), + normal: (0.337014, -0.030018, -0.941021), }, + Vertex { position: (4.452383, 2.524558, -0.130255), + normal: (0.603381, -0.138834, 0.785275), }, + Vertex { position: (4.454962, 2.523303, -0.000603), + normal: (0.169654, -0.985504, -0.000285), }, + Vertex { position: (4.528082, 2.467537, -0.000521), + normal: (0.210866, -0.977515, 0.000009), }, + Vertex { position: (4.452383, 2.524558, -0.130255), + normal: (0.603381, -0.138834, 0.785275), }, + Vertex { position: (4.528082, 2.467537, -0.000521), + normal: (0.210866, -0.977515, 0.000009), }, + Vertex { position: (4.634996, 2.369115, -0.140117), + normal: (0.337014, -0.030018, -0.941021), }, + Vertex { position: (4.452383, 2.524558, -0.130255), + normal: (0.603381, -0.138834, 0.785275), }, + Vertex { position: (4.634996, 2.369115, -0.140117), + normal: (0.337014, -0.030018, -0.941021), }, + Vertex { position: (4.577573, 2.389535, -0.256196), + normal: (0.272203, 0.043076, -0.961275), }, + Vertex { position: (4.440143, 2.510529, -0.269164), + normal: (0.104604, 0.23696, 0.965872), }, + Vertex { position: (4.452383, 2.524558, -0.130255), + normal: (0.603381, -0.138834, 0.785275), }, + Vertex { position: (4.577573, 2.389535, -0.256196), + normal: (0.272203, 0.043076, -0.961275), }, + Vertex { position: (4.429895, 2.495758, -0.306894), + normal: (0.054838, 0.685321, 0.726174), }, + Vertex { position: (4.440143, 2.510529, -0.269164), + normal: (0.104604, 0.23696, 0.965872), }, + Vertex { position: (4.577573, 2.389535, -0.256196), + normal: (0.272203, 0.043076, -0.961275), }, + Vertex { position: (4.474318, 2.418432, -0.361347), + normal: (0.288841, -0.745301, 0.600914), }, + Vertex { position: (4.410844, 2.500167, -0.351972), + normal: (-0.151742, 0.274295, 0.949598), }, + Vertex { position: (4.429895, 2.495758, -0.306894), + normal: (0.054838, 0.685321, 0.726174), }, + Vertex { position: (4.474318, 2.418432, -0.361347), + normal: (0.288841, -0.745301, 0.600914), }, + Vertex { position: (4.429895, 2.495758, -0.306894), + normal: (0.054838, 0.685321, 0.726174), }, + Vertex { position: (4.577573, 2.389535, -0.256196), + normal: (0.272203, 0.043076, -0.961275), }, + Vertex { position: (4.474318, 2.418432, -0.361347), + normal: (0.288841, -0.745301, 0.600914), }, + Vertex { position: (4.577573, 2.389535, -0.256196), + normal: (0.272203, 0.043076, -0.961275), }, + Vertex { position: (4.472349, 2.325133, -0.443764), + normal: (0.195545, 0.103956, -0.975169), }, + Vertex { position: (4.063205, 2.509679, -0.342987), + normal: (-0.130291, 0.991051, -0.029017), }, + Vertex { position: (4.088356, 2.510913, -0.453793), + normal: (-0.904972, -0.026554, -0.424642), }, + Vertex { position: (4.07851, 2.41181, -0.472193), + normal: (-0.330515, 0.821242, -0.465103), }, + Vertex { position: (4.063205, 2.509679, -0.342987), + normal: (-0.130291, 0.991051, -0.029017), }, + Vertex { position: (4.07851, 2.41181, -0.472193), + normal: (-0.330515, 0.821242, -0.465103), }, + Vertex { position: (4.043796, 2.386524, -0.400392), + normal: (-0.501952, 0.842503, -0.195533), }, + Vertex { position: (4.055262, 2.505284, -0.297282), + normal: (-0.778384, 0.466328, -0.420305), }, + Vertex { position: (4.063205, 2.509679, -0.342987), + normal: (-0.130291, 0.991051, -0.029017), }, + Vertex { position: (4.043796, 2.386524, -0.400392), + normal: (-0.501952, 0.842503, -0.195533), }, + Vertex { position: (4.055262, 2.505284, -0.297282), + normal: (-0.778384, 0.466328, -0.420305), }, + Vertex { position: (4.043796, 2.386524, -0.400392), + normal: (-0.501952, 0.842503, -0.195533), }, + Vertex { position: (4.035753, 2.399538, -0.343957), + normal: (-0.877603, -0.025307, -0.47872), }, + Vertex { position: (4.187258, 2.590221, -0.135844), + normal: (-0.026478, 0.945923, 0.32331), }, + Vertex { position: (4.084506, 2.570978, -0.218168), + normal: (0.223577, 0.97296, 0.057987), }, + Vertex { position: (4.079812, 2.571649, -0.000951), + normal: (0.272993, 0.962016, -0.000199), }, + Vertex { position: (4.187258, 2.590221, -0.135844), + normal: (-0.026478, 0.945923, 0.32331), }, + Vertex { position: (4.079812, 2.571649, -0.000951), + normal: (0.272993, 0.962016, -0.000199), }, + Vertex { position: (4.189883, 2.606916, -0.000863), + normal: (0.172357, -0.985035, -0.000083), }, + Vertex { position: (4.203325, 2.589186, -0.219164), + normal: (-0.071389, 0.260054, 0.962951), }, + Vertex { position: (4.101754, 2.557092, -0.265856), + normal: (-0.247355, 0.948391, 0.198417), }, + Vertex { position: (4.084506, 2.570978, -0.218168), + normal: (0.223577, 0.97296, 0.057987), }, + Vertex { position: (4.203325, 2.589186, -0.219164), + normal: (-0.071389, 0.260054, 0.962951), }, + Vertex { position: (4.084506, 2.570978, -0.218168), + normal: (0.223577, 0.97296, 0.057987), }, + Vertex { position: (4.187258, 2.590221, -0.135844), + normal: (-0.026478, 0.945923, 0.32331), }, + Vertex { position: (4.211652, 2.602538, -0.264011), + normal: (-0.01127, -0.268802, 0.96313), }, + Vertex { position: (4.100907, 2.560626, -0.302396), + normal: (-0.671787, 0.737297, -0.07138), }, + Vertex { position: (4.101754, 2.557092, -0.265856), + normal: (-0.247355, 0.948391, 0.198417), }, + Vertex { position: (4.211652, 2.602538, -0.264011), + normal: (-0.01127, -0.268802, 0.96313), }, + Vertex { position: (4.101754, 2.557092, -0.265856), + normal: (-0.247355, 0.948391, 0.198417), }, + Vertex { position: (4.203325, 2.589186, -0.219164), + normal: (-0.071389, 0.260054, 0.962951), }, + Vertex { position: (4.209941, 2.600612, -0.337597), + normal: (-0.03479, 0.69667, 0.716547), }, + Vertex { position: (4.117367, 2.568514, -0.3845), + normal: (-0.860594, 0.405545, -0.308076), }, + Vertex { position: (4.100907, 2.560626, -0.302396), + normal: (-0.671787, 0.737297, -0.07138), }, + Vertex { position: (4.209941, 2.600612, -0.337597), + normal: (-0.03479, 0.69667, 0.716547), }, + Vertex { position: (4.100907, 2.560626, -0.302396), + normal: (-0.671787, 0.737297, -0.07138), }, + Vertex { position: (4.211652, 2.602538, -0.264011), + normal: (-0.01127, -0.268802, 0.96313), }, + Vertex { position: (4.035753, 2.399538, -0.343957), + normal: (-0.877603, -0.025307, -0.47872), }, + Vertex { position: (4.00011, 2.424158, -0.313254), + normal: (-0.683788, 0.700764, 0.203383), }, + Vertex { position: (4.029016, 2.519175, -0.249385), + normal: (-0.849668, 0.488772, 0.197904), }, + Vertex { position: (4.035753, 2.399538, -0.343957), + normal: (-0.877603, -0.025307, -0.47872), }, + Vertex { position: (4.029016, 2.519175, -0.249385), + normal: (-0.849668, 0.488772, 0.197904), }, + Vertex { position: (4.055262, 2.505284, -0.297282), + normal: (-0.778384, 0.466328, -0.420305), }, + Vertex { position: (4.024214, 2.527933, -0.000987), + normal: (0.544067, 0.839042, -0.000076), }, + Vertex { position: (4.029016, 2.519175, -0.249385), + normal: (-0.849668, 0.488772, 0.197904), }, + Vertex { position: (4.00011, 2.424158, -0.313254), + normal: (-0.683788, 0.700764, 0.203383), }, + Vertex { position: (4.024214, 2.527933, -0.000987), + normal: (0.544067, 0.839042, -0.000076), }, + Vertex { position: (4.00011, 2.424158, -0.313254), + normal: (-0.683788, 0.700764, 0.203383), }, + Vertex { position: (3.988172, 2.489642, -0.001008), + normal: (-0.069267, 0.997598, -0.000362), }, + Vertex { position: (4.024214, 2.527933, -0.000987), + normal: (0.544067, 0.839042, -0.000076), }, + Vertex { position: (4.079812, 2.571649, -0.000951), + normal: (0.272993, 0.962016, -0.000199), }, + Vertex { position: (4.084506, 2.570978, -0.218168), + normal: (0.223577, 0.97296, 0.057987), }, + Vertex { position: (4.024214, 2.527933, -0.000987), + normal: (0.544067, 0.839042, -0.000076), }, + Vertex { position: (4.084506, 2.570978, -0.218168), + normal: (0.223577, 0.97296, 0.057987), }, + Vertex { position: (4.029016, 2.519175, -0.249385), + normal: (-0.849668, 0.488772, 0.197904), }, + Vertex { position: (4.029016, 2.519175, -0.249385), + normal: (-0.849668, 0.488772, 0.197904), }, + Vertex { position: (4.084506, 2.570978, -0.218168), + normal: (0.223577, 0.97296, 0.057987), }, + Vertex { position: (4.101754, 2.557092, -0.265856), + normal: (-0.247355, 0.948391, 0.198417), }, + Vertex { position: (4.029016, 2.519175, -0.249385), + normal: (-0.849668, 0.488772, 0.197904), }, + Vertex { position: (4.101754, 2.557092, -0.265856), + normal: (-0.247355, 0.948391, 0.198417), }, + Vertex { position: (4.055262, 2.505284, -0.297282), + normal: (-0.778384, 0.466328, -0.420305), }, + Vertex { position: (4.055262, 2.505284, -0.297282), + normal: (-0.778384, 0.466328, -0.420305), }, + Vertex { position: (4.101754, 2.557092, -0.265856), + normal: (-0.247355, 0.948391, 0.198417), }, + Vertex { position: (4.100907, 2.560626, -0.302396), + normal: (-0.671787, 0.737297, -0.07138), }, + Vertex { position: (4.055262, 2.505284, -0.297282), + normal: (-0.778384, 0.466328, -0.420305), }, + Vertex { position: (4.100907, 2.560626, -0.302396), + normal: (-0.671787, 0.737297, -0.07138), }, + Vertex { position: (4.063205, 2.509679, -0.342987), + normal: (-0.130291, 0.991051, -0.029017), }, + Vertex { position: (4.063205, 2.509679, -0.342987), + normal: (-0.130291, 0.991051, -0.029017), }, + Vertex { position: (4.100907, 2.560626, -0.302396), + normal: (-0.671787, 0.737297, -0.07138), }, + Vertex { position: (4.117367, 2.568514, -0.3845), + normal: (-0.860594, 0.405545, -0.308076), }, + Vertex { position: (4.063205, 2.509679, -0.342987), + normal: (-0.130291, 0.991051, -0.029017), }, + Vertex { position: (4.117367, 2.568514, -0.3845), + normal: (-0.860594, 0.405545, -0.308076), }, + Vertex { position: (4.088356, 2.510913, -0.453793), + normal: (-0.904972, -0.026554, -0.424642), }, + Vertex { position: (3.787342, 2.396113, -0.001159), + normal: (0.622247, 0.782821, -0.000247), }, + Vertex { position: (3.988172, 2.489642, -0.001008), + normal: (-0.069267, 0.997598, -0.000362), }, + Vertex { position: (4.00011, 2.424158, -0.313254), + normal: (-0.683788, 0.700764, 0.203383), }, + Vertex { position: (3.787342, 2.396113, -0.001159), + normal: (0.622247, 0.782821, -0.000247), }, + Vertex { position: (4.00011, 2.424158, -0.313254), + normal: (-0.683788, 0.700764, 0.203383), }, + Vertex { position: (3.828001, 2.35254, -0.233341), + normal: (-0.210883, 0.942026, 0.260987), }, + Vertex { position: (4.00011, 2.424158, -0.313254), + normal: (-0.683788, 0.700764, 0.203383), }, + Vertex { position: (3.961908, 2.347745, -0.374747), + normal: (-0.892748, 0.392127, 0.221893), }, + Vertex { position: (3.870548, 2.292106, -0.368964), + normal: (-0.502349, 0.838172, 0.212398), }, + Vertex { position: (4.00011, 2.424158, -0.313254), + normal: (-0.683788, 0.700764, 0.203383), }, + Vertex { position: (3.870548, 2.292106, -0.368964), + normal: (-0.502349, 0.838172, 0.212398), }, + Vertex { position: (3.828001, 2.35254, -0.233341), + normal: (-0.210883, 0.942026, 0.260987), }, + Vertex { position: (4.00011, 2.424158, -0.313254), + normal: (-0.683788, 0.700764, 0.203383), }, + Vertex { position: (4.035753, 2.399538, -0.343957), + normal: (-0.877603, -0.025307, -0.47872), }, + Vertex { position: (4.043796, 2.386524, -0.400392), + normal: (-0.501952, 0.842503, -0.195533), }, + Vertex { position: (4.00011, 2.424158, -0.313254), + normal: (-0.683788, 0.700764, 0.203383), }, + Vertex { position: (4.043796, 2.386524, -0.400392), + normal: (-0.501952, 0.842503, -0.195533), }, + Vertex { position: (4.025364, 2.3593, -0.402597), + normal: (-0.981668, 0.173926, 0.077954), }, + Vertex { position: (4.00011, 2.424158, -0.313254), + normal: (-0.683788, 0.700764, 0.203383), }, + Vertex { position: (4.025364, 2.3593, -0.402597), + normal: (-0.981668, 0.173926, 0.077954), }, + Vertex { position: (3.961908, 2.347745, -0.374747), + normal: (-0.892748, 0.392127, 0.221893), }, + Vertex { position: (3.961908, 2.347745, -0.374747), + normal: (-0.892748, 0.392127, 0.221893), }, + Vertex { position: (4.025364, 2.3593, -0.402597), + normal: (-0.981668, 0.173926, 0.077954), }, + Vertex { position: (4.077563, 2.305187, -0.510338), + normal: (-0.990661, 0.056144, 0.124249), }, + Vertex { position: (3.961908, 2.347745, -0.374747), + normal: (-0.892748, 0.392127, 0.221893), }, + Vertex { position: (4.077563, 2.305187, -0.510338), + normal: (-0.990661, 0.056144, 0.124249), }, + Vertex { position: (3.967085, 2.280648, -0.537643), + normal: (-0.894795, 0.444359, 0.043442), }, + Vertex { position: (3.870548, 2.292106, -0.368964), + normal: (-0.502349, 0.838172, 0.212398), }, + Vertex { position: (3.961908, 2.347745, -0.374747), + normal: (-0.892748, 0.392127, 0.221893), }, + Vertex { position: (3.967085, 2.280648, -0.537643), + normal: (-0.894795, 0.444359, 0.043442), }, + Vertex { position: (3.870548, 2.292106, -0.368964), + normal: (-0.502349, 0.838172, 0.212398), }, + Vertex { position: (3.967085, 2.280648, -0.537643), + normal: (-0.894795, 0.444359, 0.043442), }, + Vertex { position: (3.903911, 2.241501, -0.512468), + normal: (-0.941564, 0.056552, -0.332054), }, + Vertex { position: (3.870548, 2.292106, -0.368964), + normal: (-0.502349, 0.838172, 0.212398), }, + Vertex { position: (3.903911, 2.241501, -0.512468), + normal: (-0.941564, 0.056552, -0.332054), }, + Vertex { position: (3.857922, 2.141554, -0.521067), + normal: (-0.984655, 0.15519, -0.07981), }, + Vertex { position: (3.870548, 2.292106, -0.368964), + normal: (-0.502349, 0.838172, 0.212398), }, + Vertex { position: (3.857922, 2.141554, -0.521067), + normal: (-0.984655, 0.15519, -0.07981), }, + Vertex { position: (3.823349, 2.141733, -0.428356), + normal: (-0.768362, 0.592232, 0.242656), }, + Vertex { position: (4.043796, 2.386524, -0.400392), + normal: (-0.501952, 0.842503, -0.195533), }, + Vertex { position: (4.07851, 2.41181, -0.472193), + normal: (-0.330515, 0.821242, -0.465103), }, + Vertex { position: (4.113935, 2.334131, -0.526471), + normal: (-0.536307, 0.710867, -0.45502), }, + Vertex { position: (4.043796, 2.386524, -0.400392), + normal: (-0.501952, 0.842503, -0.195533), }, + Vertex { position: (4.113935, 2.334131, -0.526471), + normal: (-0.536307, 0.710867, -0.45502), }, + Vertex { position: (4.077563, 2.305187, -0.510338), + normal: (-0.990661, 0.056144, 0.124249), }, + Vertex { position: (4.043796, 2.386524, -0.400392), + normal: (-0.501952, 0.842503, -0.195533), }, + Vertex { position: (4.077563, 2.305187, -0.510338), + normal: (-0.990661, 0.056144, 0.124249), }, + Vertex { position: (4.025364, 2.3593, -0.402597), + normal: (-0.981668, 0.173926, 0.077954), }, + Vertex { position: (4.077563, 2.305187, -0.510338), + normal: (-0.990661, 0.056144, 0.124249), }, + Vertex { position: (4.112302, 2.285832, -0.5955), + normal: (-0.978317, 0.206989, 0.00716), }, + Vertex { position: (4.010847, 2.270246, -0.622149), + normal: (-0.463096, -0.149334, -0.873637), }, + Vertex { position: (4.077563, 2.305187, -0.510338), + normal: (-0.990661, 0.056144, 0.124249), }, + Vertex { position: (4.010847, 2.270246, -0.622149), + normal: (-0.463096, -0.149334, -0.873637), }, + Vertex { position: (3.967085, 2.280648, -0.537643), + normal: (-0.894795, 0.444359, 0.043442), }, + Vertex { position: (3.967085, 2.280648, -0.537643), + normal: (-0.894795, 0.444359, 0.043442), }, + Vertex { position: (4.010847, 2.270246, -0.622149), + normal: (-0.463096, -0.149334, -0.873637), }, + Vertex { position: (3.928869, 2.223919, -0.615683), + normal: (-0.641549, -0.578509, -0.503727), }, + Vertex { position: (3.967085, 2.280648, -0.537643), + normal: (-0.894795, 0.444359, 0.043442), }, + Vertex { position: (3.928869, 2.223919, -0.615683), + normal: (-0.641549, -0.578509, -0.503727), }, + Vertex { position: (3.903911, 2.241501, -0.512468), + normal: (-0.941564, 0.056552, -0.332054), }, + Vertex { position: (3.903911, 2.241501, -0.512468), + normal: (-0.941564, 0.056552, -0.332054), }, + Vertex { position: (3.928869, 2.223919, -0.615683), + normal: (-0.641549, -0.578509, -0.503727), }, + Vertex { position: (3.892378, 2.149432, -0.603589), + normal: (-0.791764, -0.610494, 0.020171), }, + Vertex { position: (3.903911, 2.241501, -0.512468), + normal: (-0.941564, 0.056552, -0.332054), }, + Vertex { position: (3.892378, 2.149432, -0.603589), + normal: (-0.791764, -0.610494, 0.020171), }, + Vertex { position: (3.857922, 2.141554, -0.521067), + normal: (-0.984655, 0.15519, -0.07981), }, + Vertex { position: (4.112302, 2.285832, -0.5955), + normal: (-0.978317, 0.206989, 0.00716), }, + Vertex { position: (4.146067, 2.278102, -0.707372), + normal: (-0.832539, -0.5495, -0.070196), }, + Vertex { position: (4.04473, 2.254459, -0.744209), + normal: (-0.862876, -0.450622, -0.228877), }, + Vertex { position: (4.112302, 2.285832, -0.5955), + normal: (-0.978317, 0.206989, 0.00716), }, + Vertex { position: (4.04473, 2.254459, -0.744209), + normal: (-0.862876, -0.450622, -0.228877), }, + Vertex { position: (4.010847, 2.270246, -0.622149), + normal: (-0.463096, -0.149334, -0.873637), }, + Vertex { position: (3.928869, 2.223919, -0.615683), + normal: (-0.641549, -0.578509, -0.503727), }, + Vertex { position: (4.010847, 2.270246, -0.622149), + normal: (-0.463096, -0.149334, -0.873637), }, + Vertex { position: (4.04473, 2.254459, -0.744209), + normal: (-0.862876, -0.450622, -0.228877), }, + Vertex { position: (3.928869, 2.223919, -0.615683), + normal: (-0.641549, -0.578509, -0.503727), }, + Vertex { position: (4.04473, 2.254459, -0.744209), + normal: (-0.862876, -0.450622, -0.228877), }, + Vertex { position: (3.990744, 2.205448, -0.710795), + normal: (-0.916648, -0.2944, -0.270344), }, + Vertex { position: (3.928869, 2.223919, -0.615683), + normal: (-0.641549, -0.578509, -0.503727), }, + Vertex { position: (3.990744, 2.205448, -0.710795), + normal: (-0.916648, -0.2944, -0.270344), }, + Vertex { position: (3.945464, 2.1301, -0.689536), + normal: (-0.975013, -0.179567, -0.130791), }, + Vertex { position: (3.928869, 2.223919, -0.615683), + normal: (-0.641549, -0.578509, -0.503727), }, + Vertex { position: (3.945464, 2.1301, -0.689536), + normal: (-0.975013, -0.179567, -0.130791), }, + Vertex { position: (3.892378, 2.149432, -0.603589), + normal: (-0.791764, -0.610494, 0.020171), }, + Vertex { position: (4.113935, 2.334131, -0.526471), + normal: (-0.536307, 0.710867, -0.45502), }, + Vertex { position: (4.296769, 2.260422, -0.528796), + normal: (-0.091679, 0.768658, -0.633056), }, + Vertex { position: (4.212974, 2.303184, -0.587113), + normal: (-0.963659, -0.230665, -0.134738), }, + Vertex { position: (4.077563, 2.305187, -0.510338), + normal: (-0.990661, 0.056144, 0.124249), }, + Vertex { position: (4.113935, 2.334131, -0.526471), + normal: (-0.536307, 0.710867, -0.45502), }, + Vertex { position: (4.212974, 2.303184, -0.587113), + normal: (-0.963659, -0.230665, -0.134738), }, + Vertex { position: (4.077563, 2.305187, -0.510338), + normal: (-0.990661, 0.056144, 0.124249), }, + Vertex { position: (4.212974, 2.303184, -0.587113), + normal: (-0.963659, -0.230665, -0.134738), }, + Vertex { position: (4.112302, 2.285832, -0.5955), + normal: (-0.978317, 0.206989, 0.00716), }, + Vertex { position: (4.212974, 2.303184, -0.587113), + normal: (-0.963659, -0.230665, -0.134738), }, + Vertex { position: (4.212058, 2.27945, -0.625927), + normal: (-0.990956, -0.062739, -0.118613), }, + Vertex { position: (4.146067, 2.278102, -0.707372), + normal: (-0.832539, -0.5495, -0.070196), }, + Vertex { position: (4.212974, 2.303184, -0.587113), + normal: (-0.963659, -0.230665, -0.134738), }, + Vertex { position: (4.146067, 2.278102, -0.707372), + normal: (-0.832539, -0.5495, -0.070196), }, + Vertex { position: (4.112302, 2.285832, -0.5955), + normal: (-0.978317, 0.206989, 0.00716), }, + Vertex { position: (4.212058, 2.27945, -0.625927), + normal: (-0.990956, -0.062739, -0.118613), }, + Vertex { position: (4.229332, 2.274522, -0.672749), + normal: (-0.938303, -0.3372, -0.076703), }, + Vertex { position: (4.172143, 2.303394, -0.778972), + normal: (-0.473779, -0.24744, -0.845167), }, + Vertex { position: (4.212058, 2.27945, -0.625927), + normal: (-0.990956, -0.062739, -0.118613), }, + Vertex { position: (4.172143, 2.303394, -0.778972), + normal: (-0.473779, -0.24744, -0.845167), }, + Vertex { position: (4.146067, 2.278102, -0.707372), + normal: (-0.832539, -0.5495, -0.070196), }, + Vertex { position: (4.146067, 2.278102, -0.707372), + normal: (-0.832539, -0.5495, -0.070196), }, + Vertex { position: (4.172143, 2.303394, -0.778972), + normal: (-0.473779, -0.24744, -0.845167), }, + Vertex { position: (4.079122, 2.264104, -0.84501), + normal: (-0.713872, -0.610821, -0.342469), }, + Vertex { position: (4.146067, 2.278102, -0.707372), + normal: (-0.832539, -0.5495, -0.070196), }, + Vertex { position: (4.079122, 2.264104, -0.84501), + normal: (-0.713872, -0.610821, -0.342469), }, + Vertex { position: (4.04473, 2.254459, -0.744209), + normal: (-0.862876, -0.450622, -0.228877), }, + Vertex { position: (4.04473, 2.254459, -0.744209), + normal: (-0.862876, -0.450622, -0.228877), }, + Vertex { position: (4.079122, 2.264104, -0.84501), + normal: (-0.713872, -0.610821, -0.342469), }, + Vertex { position: (4.0247, 2.187859, -0.814219), + normal: (-0.719395, -0.61545, -0.322011), }, + Vertex { position: (4.04473, 2.254459, -0.744209), + normal: (-0.862876, -0.450622, -0.228877), }, + Vertex { position: (4.0247, 2.187859, -0.814219), + normal: (-0.719395, -0.61545, -0.322011), }, + Vertex { position: (3.990744, 2.205448, -0.710795), + normal: (-0.916648, -0.2944, -0.270344), }, + Vertex { position: (4.229332, 2.274522, -0.672749), + normal: (-0.938303, -0.3372, -0.076703), }, + Vertex { position: (4.273005, 2.310529, -0.762172), + normal: (-0.841909, -0.49598, -0.212588), }, + Vertex { position: (4.215419, 2.350484, -0.885764), + normal: (0.760119, -0.003927, -0.649772), }, + Vertex { position: (4.229332, 2.274522, -0.672749), + normal: (-0.938303, -0.3372, -0.076703), }, + Vertex { position: (4.215419, 2.350484, -0.885764), + normal: (0.760119, -0.003927, -0.649772), }, + Vertex { position: (4.172143, 2.303394, -0.778972), + normal: (-0.473779, -0.24744, -0.845167), }, + Vertex { position: (4.172143, 2.303394, -0.778972), + normal: (-0.473779, -0.24744, -0.845167), }, + Vertex { position: (4.215419, 2.350484, -0.885764), + normal: (0.760119, -0.003927, -0.649772), }, + Vertex { position: (4.104864, 2.298353, -0.915735), + normal: (0.911709, -0.064352, -0.405765), }, + Vertex { position: (4.172143, 2.303394, -0.778972), + normal: (-0.473779, -0.24744, -0.845167), }, + Vertex { position: (4.104864, 2.298353, -0.915735), + normal: (0.911709, -0.064352, -0.405765), }, + Vertex { position: (4.079122, 2.264104, -0.84501), + normal: (-0.713872, -0.610821, -0.342469), }, + Vertex { position: (4.079122, 2.264104, -0.84501), + normal: (-0.713872, -0.610821, -0.342469), }, + Vertex { position: (4.104864, 2.298353, -0.915735), + normal: (0.911709, -0.064352, -0.405765), }, + Vertex { position: (4.059714, 2.194906, -0.888152), + normal: (0.3335, 0.232683, -0.913584), }, + Vertex { position: (4.079122, 2.264104, -0.84501), + normal: (-0.713872, -0.610821, -0.342469), }, + Vertex { position: (4.059714, 2.194906, -0.888152), + normal: (0.3335, 0.232683, -0.913584), }, + Vertex { position: (4.0247, 2.187859, -0.814219), + normal: (-0.719395, -0.61545, -0.322011), }, + Vertex { position: (4.061989, 2.231988, -1.178382), + normal: (0.245858, 0.150988, -0.957474), }, + Vertex { position: (4.102304, 2.29996, -1.025862), + normal: (0.89585, 0.32639, -0.301532), }, + Vertex { position: (4.155551, 2.388662, -1.09196), + normal: (-0.396467, 0.225967, -0.889805), }, + Vertex { position: (4.061989, 2.231988, -1.178382), + normal: (0.245858, 0.150988, -0.957474), }, + Vertex { position: (4.155551, 2.388662, -1.09196), + normal: (-0.396467, 0.225967, -0.889805), }, + Vertex { position: (4.097362, 2.3666, -1.239986), + normal: (-0.279333, 0.256919, -0.925184), }, + Vertex { position: (4.104864, 2.298353, -0.915735), + normal: (0.911709, -0.064352, -0.405765), }, + Vertex { position: (4.215419, 2.350484, -0.885764), + normal: (0.760119, -0.003927, -0.649772), }, + Vertex { position: (4.194233, 2.408334, -1.008471), + normal: (-0.564249, 0.755597, 0.33271), }, + Vertex { position: (4.104864, 2.298353, -0.915735), + normal: (0.911709, -0.064352, -0.405765), }, + Vertex { position: (4.194233, 2.408334, -1.008471), + normal: (-0.564249, 0.755597, 0.33271), }, + Vertex { position: (4.102304, 2.29996, -1.025862), + normal: (0.89585, 0.32639, -0.301532), }, + Vertex { position: (4.102304, 2.29996, -1.025862), + normal: (0.89585, 0.32639, -0.301532), }, + Vertex { position: (4.194233, 2.408334, -1.008471), + normal: (-0.564249, 0.755597, 0.33271), }, + Vertex { position: (4.155551, 2.388662, -1.09196), + normal: (-0.396467, 0.225967, -0.889805), }, + Vertex { position: (4.215419, 2.350484, -0.885764), + normal: (0.760119, -0.003927, -0.649772), }, + Vertex { position: (4.273005, 2.310529, -0.762172), + normal: (-0.841909, -0.49598, -0.212588), }, + Vertex { position: (4.307092, 2.367482, -0.877202), + normal: (-0.571598, 0.654164, 0.495323), }, + Vertex { position: (4.215419, 2.350484, -0.885764), + normal: (0.760119, -0.003927, -0.649772), }, + Vertex { position: (4.307092, 2.367482, -0.877202), + normal: (-0.571598, 0.654164, 0.495323), }, + Vertex { position: (4.266263, 2.421651, -1.054799), + normal: (-0.601466, 0.441167, 0.666041), }, + Vertex { position: (4.215419, 2.350484, -0.885764), + normal: (0.760119, -0.003927, -0.649772), }, + Vertex { position: (4.266263, 2.421651, -1.054799), + normal: (-0.601466, 0.441167, 0.666041), }, + Vertex { position: (4.194233, 2.408334, -1.008471), + normal: (-0.564249, 0.755597, 0.33271), }, + Vertex { position: (4.194233, 2.408334, -1.008471), + normal: (-0.564249, 0.755597, 0.33271), }, + Vertex { position: (4.266263, 2.421651, -1.054799), + normal: (-0.601466, 0.441167, 0.666041), }, + Vertex { position: (4.228523, 2.435029, -1.098575), + normal: (-0.434016, 0.136262, 0.890541), }, + Vertex { position: (4.194233, 2.408334, -1.008471), + normal: (-0.564249, 0.755597, 0.33271), }, + Vertex { position: (4.228523, 2.435029, -1.098575), + normal: (-0.434016, 0.136262, 0.890541), }, + Vertex { position: (4.155551, 2.388662, -1.09196), + normal: (-0.396467, 0.225967, -0.889805), }, + Vertex { position: (4.155551, 2.388662, -1.09196), + normal: (-0.396467, 0.225967, -0.889805), }, + Vertex { position: (4.228523, 2.435029, -1.098575), + normal: (-0.434016, 0.136262, 0.890541), }, + Vertex { position: (4.17047, 2.458441, -1.241846), + normal: (-0.195132, 0.128745, 0.97229), }, + Vertex { position: (4.155551, 2.388662, -1.09196), + normal: (-0.396467, 0.225967, -0.889805), }, + Vertex { position: (4.17047, 2.458441, -1.241846), + normal: (-0.195132, 0.128745, 0.97229), }, + Vertex { position: (4.097362, 2.3666, -1.239986), + normal: (-0.279333, 0.256919, -0.925184), }, + Vertex { position: (4.097362, 2.3666, -1.239986), + normal: (-0.279333, 0.256919, -0.925184), }, + Vertex { position: (4.17047, 2.458441, -1.241846), + normal: (-0.195132, 0.128745, 0.97229), }, + Vertex { position: (4.094116, 2.426172, -1.381032), + normal: (-0.172151, 0.101796, 0.979797), }, + Vertex { position: (4.097362, 2.3666, -1.239986), + normal: (-0.279333, 0.256919, -0.925184), }, + Vertex { position: (4.094116, 2.426172, -1.381032), + normal: (-0.172151, 0.101796, 0.979797), }, + Vertex { position: (4.058311, 2.293363, -1.338054), + normal: (-0.086812, -0.050981, 0.994919), }, + Vertex { position: (4.058311, 2.293363, -1.338054), + normal: (-0.086812, -0.050981, 0.994919), }, + Vertex { position: (4.094116, 2.426172, -1.381032), + normal: (-0.172151, 0.101796, 0.979797), }, + Vertex { position: (4.046673, 2.341349, -1.45253), + normal: (0.020519, -0.282941, 0.958918), }, + Vertex { position: (4.059714, 2.194906, -0.888152), + normal: (0.3335, 0.232683, -0.913584), }, + Vertex { position: (4.104864, 2.298353, -0.915735), + normal: (0.911709, -0.064352, -0.405765), }, + Vertex { position: (4.102304, 2.29996, -1.025862), + normal: (0.89585, 0.32639, -0.301532), }, + Vertex { position: (4.059714, 2.194906, -0.888152), + normal: (0.3335, 0.232683, -0.913584), }, + Vertex { position: (4.102304, 2.29996, -1.025862), + normal: (0.89585, 0.32639, -0.301532), }, + Vertex { position: (4.047406, 2.207209, -1.015108), + normal: (0.161194, -0.480657, 0.861966), }, + Vertex { position: (4.047406, 2.207209, -1.015108), + normal: (0.161194, -0.480657, 0.861966), }, + Vertex { position: (4.102304, 2.29996, -1.025862), + normal: (0.89585, 0.32639, -0.301532), }, + Vertex { position: (4.061989, 2.231988, -1.178382), + normal: (0.245858, 0.150988, -0.957474), }, + Vertex { position: (3.945464, 2.1301, -0.689536), + normal: (-0.975013, -0.179567, -0.130791), }, + Vertex { position: (3.990744, 2.205448, -0.710795), + normal: (-0.916648, -0.2944, -0.270344), }, + Vertex { position: (4.0247, 2.187859, -0.814219), + normal: (-0.719395, -0.61545, -0.322011), }, + Vertex { position: (3.945464, 2.1301, -0.689536), + normal: (-0.975013, -0.179567, -0.130791), }, + Vertex { position: (4.0247, 2.187859, -0.814219), + normal: (-0.719395, -0.61545, -0.322011), }, + Vertex { position: (3.989434, 2.118832, -0.765086), + normal: (0.313443, -0.691245, 0.651102), }, + Vertex { position: (3.989434, 2.118832, -0.765086), + normal: (0.313443, -0.691245, 0.651102), }, + Vertex { position: (4.0247, 2.187859, -0.814219), + normal: (-0.719395, -0.61545, -0.322011), }, + Vertex { position: (4.059714, 2.194906, -0.888152), + normal: (0.3335, 0.232683, -0.913584), }, + Vertex { position: (3.989434, 2.118832, -0.765086), + normal: (0.313443, -0.691245, 0.651102), }, + Vertex { position: (4.059714, 2.194906, -0.888152), + normal: (0.3335, 0.232683, -0.913584), }, + Vertex { position: (4.022592, 2.123052, -0.903284), + normal: (0.492393, -0.77993, 0.38634), }, + Vertex { position: (4.022592, 2.123052, -0.903284), + normal: (0.492393, -0.77993, 0.38634), }, + Vertex { position: (4.059714, 2.194906, -0.888152), + normal: (0.3335, 0.232683, -0.913584), }, + Vertex { position: (4.047406, 2.207209, -1.015108), + normal: (0.161194, -0.480657, 0.861966), }, + Vertex { position: (4.022592, 2.123052, -0.903284), + normal: (0.492393, -0.77993, 0.38634), }, + Vertex { position: (4.047406, 2.207209, -1.015108), + normal: (0.161194, -0.480657, 0.861966), }, + Vertex { position: (4.020299, 2.141675, -1.002365), + normal: (-0.463441, 0.825581, 0.321928), }, + Vertex { position: (4.020299, 2.141675, -1.002365), + normal: (-0.463441, 0.825581, 0.321928), }, + Vertex { position: (4.047406, 2.207209, -1.015108), + normal: (0.161194, -0.480657, 0.861966), }, + Vertex { position: (4.061989, 2.231988, -1.178382), + normal: (0.245858, 0.150988, -0.957474), }, + Vertex { position: (4.061989, 2.231988, -1.178382), + normal: (0.245858, 0.150988, -0.957474), }, + Vertex { position: (4.097362, 2.3666, -1.239986), + normal: (-0.279333, 0.256919, -0.925184), }, + Vertex { position: (4.058311, 2.293363, -1.338054), + normal: (-0.086812, -0.050981, 0.994919), }, + Vertex { position: (4.036947, 1.992167, -1.072561), + normal: (0.261393, -0.399072, 0.878872), }, + Vertex { position: (4.020299, 2.141675, -1.002365), + normal: (-0.463441, 0.825581, 0.321928), }, + Vertex { position: (4.061989, 2.231988, -1.178382), + normal: (0.245858, 0.150988, -0.957474), }, + Vertex { position: (4.036947, 1.992167, -1.072561), + normal: (0.261393, -0.399072, 0.878872), }, + Vertex { position: (4.061989, 2.231988, -1.178382), + normal: (0.245858, 0.150988, -0.957474), }, + Vertex { position: (4.024858, 2.106568, -1.208099), + normal: (0.428291, -0.499911, 0.752765), }, + Vertex { position: (4.024858, 2.106568, -1.208099), + normal: (0.428291, -0.499911, 0.752765), }, + Vertex { position: (4.061989, 2.231988, -1.178382), + normal: (0.245858, 0.150988, -0.957474), }, + Vertex { position: (4.058311, 2.293363, -1.338054), + normal: (-0.086812, -0.050981, 0.994919), }, + Vertex { position: (4.058311, 2.293363, -1.338054), + normal: (-0.086812, -0.050981, 0.994919), }, + Vertex { position: (4.046673, 2.341349, -1.45253), + normal: (0.020519, -0.282941, 0.958918), }, + Vertex { position: (4.082988, 2.175805, -1.45093), + normal: (0.07924, -0.231863, 0.969516), }, + Vertex { position: (4.103303, 2.038565, -1.363737), + normal: (-0.081635, -0.03459, 0.996062), }, + Vertex { position: (4.024858, 2.106568, -1.208099), + normal: (0.428291, -0.499911, 0.752765), }, + Vertex { position: (4.058311, 2.293363, -1.338054), + normal: (-0.086812, -0.050981, 0.994919), }, + Vertex { position: (4.103303, 2.038565, -1.363737), + normal: (-0.081635, -0.03459, 0.996062), }, + Vertex { position: (4.058311, 2.293363, -1.338054), + normal: (-0.086812, -0.050981, 0.994919), }, + Vertex { position: (4.082988, 2.175805, -1.45093), + normal: (0.07924, -0.231863, 0.969516), }, + Vertex { position: (4.024858, 2.106568, -1.208099), + normal: (0.428291, -0.499911, 0.752765), }, + Vertex { position: (4.103303, 2.038565, -1.363737), + normal: (-0.081635, -0.03459, 0.996062), }, + Vertex { position: (4.152166, 1.868775, -1.225002), + normal: (-0.178707, 0.132414, 0.974951), }, + Vertex { position: (4.024858, 2.106568, -1.208099), + normal: (0.428291, -0.499911, 0.752765), }, + Vertex { position: (4.152166, 1.868775, -1.225002), + normal: (-0.178707, 0.132414, 0.974951), }, + Vertex { position: (4.036947, 1.992167, -1.072561), + normal: (0.261393, -0.399072, 0.878872), }, + Vertex { position: (4.031515, 1.968248, -0.91846), + normal: (0.454048, -0.464454, 0.760344), }, + Vertex { position: (4.036947, 1.992167, -1.072561), + normal: (0.261393, -0.399072, 0.878872), }, + Vertex { position: (4.152166, 1.868775, -1.225002), + normal: (-0.178707, 0.132414, 0.974951), }, + Vertex { position: (4.031515, 1.968248, -0.91846), + normal: (0.454048, -0.464454, 0.760344), }, + Vertex { position: (4.152166, 1.868775, -1.225002), + normal: (-0.178707, 0.132414, 0.974951), }, + Vertex { position: (4.127903, 1.828359, -1.090512), + normal: (-0.21777, 0.161093, 0.962614), }, + Vertex { position: (4.031515, 1.968248, -0.91846), + normal: (0.454048, -0.464454, 0.760344), }, + Vertex { position: (4.022592, 2.123052, -0.903284), + normal: (0.492393, -0.77993, 0.38634), }, + Vertex { position: (4.020299, 2.141675, -1.002365), + normal: (-0.463441, 0.825581, 0.321928), }, + Vertex { position: (4.031515, 1.968248, -0.91846), + normal: (0.454048, -0.464454, 0.760344), }, + Vertex { position: (4.020299, 2.141675, -1.002365), + normal: (-0.463441, 0.825581, 0.321928), }, + Vertex { position: (4.036947, 1.992167, -1.072561), + normal: (0.261393, -0.399072, 0.878872), }, + Vertex { position: (3.922437, 1.972461, -0.483563), + normal: (0.673211, -0.580891, 0.457551), }, + Vertex { position: (3.823349, 2.141733, -0.428356), + normal: (-0.768362, 0.592232, 0.242656), }, + Vertex { position: (3.857922, 2.141554, -0.521067), + normal: (-0.984655, 0.15519, -0.07981), }, + Vertex { position: (3.922437, 1.972461, -0.483563), + normal: (0.673211, -0.580891, 0.457551), }, + Vertex { position: (3.857922, 2.141554, -0.521067), + normal: (-0.984655, 0.15519, -0.07981), }, + Vertex { position: (3.966639, 1.969285, -0.549291), + normal: (-0.384424, 0.863444, 0.326623), }, + Vertex { position: (3.966639, 1.969285, -0.549291), + normal: (-0.384424, 0.863444, 0.326623), }, + Vertex { position: (3.857922, 2.141554, -0.521067), + normal: (-0.984655, 0.15519, -0.07981), }, + Vertex { position: (3.892378, 2.149432, -0.603589), + normal: (-0.791764, -0.610494, 0.020171), }, + Vertex { position: (3.966639, 1.969285, -0.549291), + normal: (-0.384424, 0.863444, 0.326623), }, + Vertex { position: (3.892378, 2.149432, -0.603589), + normal: (-0.791764, -0.610494, 0.020171), }, + Vertex { position: (3.98291, 1.987391, -0.639809), + normal: (-0.354832, 0.724971, 0.590348), }, + Vertex { position: (3.922437, 1.972461, -0.483563), + normal: (0.673211, -0.580891, 0.457551), }, + Vertex { position: (3.966639, 1.969285, -0.549291), + normal: (-0.384424, 0.863444, 0.326623), }, + Vertex { position: (4.094112, 1.889281, -0.578435), + normal: (-0.385487, 0.478576, 0.788901), }, + Vertex { position: (3.922437, 1.972461, -0.483563), + normal: (0.673211, -0.580891, 0.457551), }, + Vertex { position: (4.094112, 1.889281, -0.578435), + normal: (-0.385487, 0.478576, 0.788901), }, + Vertex { position: (4.059885, 1.86046, -0.470087), + normal: (-0.447812, 0.698934, 0.557634), }, + Vertex { position: (3.966639, 1.969285, -0.549291), + normal: (-0.384424, 0.863444, 0.326623), }, + Vertex { position: (3.98291, 1.987391, -0.639809), + normal: (-0.354832, 0.724971, 0.590348), }, + Vertex { position: (4.094112, 1.889281, -0.578435), + normal: (-0.385487, 0.478576, 0.788901), }, + Vertex { position: (3.989434, 2.118832, -0.765086), + normal: (0.313443, -0.691245, 0.651102), }, + Vertex { position: (4.022592, 2.123052, -0.903284), + normal: (0.492393, -0.77993, 0.38634), }, + Vertex { position: (4.031515, 1.968248, -0.91846), + normal: (0.454048, -0.464454, 0.760344), }, + Vertex { position: (3.989434, 2.118832, -0.765086), + normal: (0.313443, -0.691245, 0.651102), }, + Vertex { position: (4.031515, 1.968248, -0.91846), + normal: (0.454048, -0.464454, 0.760344), }, + Vertex { position: (4.017509, 1.996169, -0.731654), + normal: (-0.270788, 0.46353, 0.843691), }, + Vertex { position: (4.017509, 1.996169, -0.731654), + normal: (-0.270788, 0.46353, 0.843691), }, + Vertex { position: (3.945464, 2.1301, -0.689536), + normal: (-0.975013, -0.179567, -0.130791), }, + Vertex { position: (3.989434, 2.118832, -0.765086), + normal: (0.313443, -0.691245, 0.651102), }, + Vertex { position: (3.98291, 1.987391, -0.639809), + normal: (-0.354832, 0.724971, 0.590348), }, + Vertex { position: (3.892378, 2.149432, -0.603589), + normal: (-0.791764, -0.610494, 0.020171), }, + Vertex { position: (3.945464, 2.1301, -0.689536), + normal: (-0.975013, -0.179567, -0.130791), }, + Vertex { position: (3.98291, 1.987391, -0.639809), + normal: (-0.354832, 0.724971, 0.590348), }, + Vertex { position: (3.945464, 2.1301, -0.689536), + normal: (-0.975013, -0.179567, -0.130791), }, + Vertex { position: (4.017509, 1.996169, -0.731654), + normal: (-0.270788, 0.46353, 0.843691), }, + Vertex { position: (3.98291, 1.987391, -0.639809), + normal: (-0.354832, 0.724971, 0.590348), }, + Vertex { position: (4.017509, 1.996169, -0.731654), + normal: (-0.270788, 0.46353, 0.843691), }, + Vertex { position: (4.094112, 1.889281, -0.578435), + normal: (-0.385487, 0.478576, 0.788901), }, + Vertex { position: (4.017509, 1.996169, -0.731654), + normal: (-0.270788, 0.46353, 0.843691), }, + Vertex { position: (4.150297, 1.820575, -0.917046), + normal: (-0.273816, 0.228927, 0.93414), }, + Vertex { position: (4.094112, 1.889281, -0.578435), + normal: (-0.385487, 0.478576, 0.788901), }, + Vertex { position: (4.017509, 1.996169, -0.731654), + normal: (-0.270788, 0.46353, 0.843691), }, + Vertex { position: (4.031515, 1.968248, -0.91846), + normal: (0.454048, -0.464454, 0.760344), }, + Vertex { position: (4.127903, 1.828359, -1.090512), + normal: (-0.21777, 0.161093, 0.962614), }, + Vertex { position: (4.017509, 1.996169, -0.731654), + normal: (-0.270788, 0.46353, 0.843691), }, + Vertex { position: (4.127903, 1.828359, -1.090512), + normal: (-0.21777, 0.161093, 0.962614), }, + Vertex { position: (4.150297, 1.820575, -0.917046), + normal: (-0.273816, 0.228927, 0.93414), }, + Vertex { position: (4.296769, 2.260422, -0.528796), + normal: (-0.091679, 0.768658, -0.633056), }, + Vertex { position: (4.472349, 2.325133, -0.443764), + normal: (0.195545, 0.103956, -0.975169), }, + Vertex { position: (4.389484, 2.190421, -0.47332), + normal: (0.196849, 0.14562, -0.969559), }, + Vertex { position: (4.314791, 2.142163, -0.54065), + normal: (-0.203969, 0.261593, 0.94338), }, + Vertex { position: (4.389484, 2.190421, -0.47332), + normal: (0.196849, 0.14562, -0.969559), }, + Vertex { position: (4.3427, 2.112281, -0.516692), + normal: (0.159882, 0.223439, 0.961516), }, + Vertex { position: (4.314791, 2.142163, -0.54065), + normal: (-0.203969, 0.261593, 0.94338), }, + Vertex { position: (4.3427, 2.112281, -0.516692), + normal: (0.159882, 0.223439, 0.961516), }, + Vertex { position: (4.305411, 2.059245, -0.539407), + normal: (0.224429, 0.165293, 0.96037), }, + Vertex { position: (4.314791, 2.142163, -0.54065), + normal: (-0.203969, 0.261593, 0.94338), }, + Vertex { position: (4.296769, 2.260422, -0.528796), + normal: (-0.091679, 0.768658, -0.633056), }, + Vertex { position: (4.389484, 2.190421, -0.47332), + normal: (0.196849, 0.14562, -0.969559), }, + Vertex { position: (4.3427, 2.112281, -0.516692), + normal: (0.159882, 0.223439, 0.961516), }, + Vertex { position: (4.389484, 2.190421, -0.47332), + normal: (0.196849, 0.14562, -0.969559), }, + Vertex { position: (4.43302, 2.024714, -0.563794), + normal: (0.361081, -0.056526, -0.93082), }, + Vertex { position: (4.305411, 2.059245, -0.539407), + normal: (0.224429, 0.165293, 0.96037), }, + Vertex { position: (4.3427, 2.112281, -0.516692), + normal: (0.159882, 0.223439, 0.961516), }, + Vertex { position: (4.43302, 2.024714, -0.563794), + normal: (0.361081, -0.056526, -0.93082), }, + Vertex { position: (4.046673, 2.341349, -1.45253), + normal: (0.020519, -0.282941, 0.958918), }, + Vertex { position: (4.094116, 2.426172, -1.381032), + normal: (-0.172151, 0.101796, 0.979797), }, + Vertex { position: (4.148927, 2.388726, -1.376879), + normal: (0.482381, -0.398126, 0.780259), }, + Vertex { position: (4.046673, 2.341349, -1.45253), + normal: (0.020519, -0.282941, 0.958918), }, + Vertex { position: (4.148927, 2.388726, -1.376879), + normal: (0.482381, -0.398126, 0.780259), }, + Vertex { position: (4.101726, 2.312318, -1.438163), + normal: (0.702554, -0.570096, 0.42592), }, + Vertex { position: (4.149438, 2.34055, -1.353693), + normal: (0.45552, -0.330523, 0.826593), }, + Vertex { position: (4.169404, 2.306276, -1.284031), + normal: (0.331391, 0.08899, 0.939287), }, + Vertex { position: (4.140097, 2.295949, -1.367196), + normal: (0.445439, -0.182623, 0.876489), }, + Vertex { position: (4.149438, 2.34055, -1.353693), + normal: (0.45552, -0.330523, 0.826593), }, + Vertex { position: (4.140097, 2.295949, -1.367196), + normal: (0.445439, -0.182623, 0.876489), }, + Vertex { position: (4.129926, 2.30877, -1.402259), + normal: (0.489736, -0.346185, 0.800197), }, + Vertex { position: (4.169404, 2.306276, -1.284031), + normal: (0.331391, 0.08899, 0.939287), }, + Vertex { position: (4.141759, 2.279958, -1.29534), + normal: (0.474213, -0.311965, 0.823286), }, + Vertex { position: (4.140097, 2.295949, -1.367196), + normal: (0.445439, -0.182623, 0.876489), }, + Vertex { position: (4.094116, 2.426172, -1.381032), + normal: (-0.172151, 0.101796, 0.979797), }, + Vertex { position: (4.17047, 2.458441, -1.241846), + normal: (-0.195132, 0.128745, 0.97229), }, + Vertex { position: (4.197644, 2.394643, -1.248646), + normal: (0.483908, -0.405185, 0.775667), }, + Vertex { position: (4.094116, 2.426172, -1.381032), + normal: (-0.172151, 0.101796, 0.979797), }, + Vertex { position: (4.197644, 2.394643, -1.248646), + normal: (0.483908, -0.405185, 0.775667), }, + Vertex { position: (4.148927, 2.388726, -1.376879), + normal: (0.482381, -0.398126, 0.780259), }, + Vertex { position: (4.148927, 2.388726, -1.376879), + normal: (0.482381, -0.398126, 0.780259), }, + Vertex { position: (4.197644, 2.394643, -1.248646), + normal: (0.483908, -0.405185, 0.775667), }, + Vertex { position: (4.197516, 2.349135, -1.253043), + normal: (0.383941, -0.196382, 0.902232), }, + Vertex { position: (4.148927, 2.388726, -1.376879), + normal: (0.482381, -0.398126, 0.780259), }, + Vertex { position: (4.197516, 2.349135, -1.253043), + normal: (0.383941, -0.196382, 0.902232), }, + Vertex { position: (4.149438, 2.34055, -1.353693), + normal: (0.45552, -0.330523, 0.826593), }, + Vertex { position: (4.197516, 2.349135, -1.253043), + normal: (0.383941, -0.196382, 0.902232), }, + Vertex { position: (4.199317, 2.304652, -1.17454), + normal: (0.488174, -0.280956, 0.826287), }, + Vertex { position: (4.169404, 2.306276, -1.284031), + normal: (0.331391, 0.08899, 0.939287), }, + Vertex { position: (4.197516, 2.349135, -1.253043), + normal: (0.383941, -0.196382, 0.902232), }, + Vertex { position: (4.169404, 2.306276, -1.284031), + normal: (0.331391, 0.08899, 0.939287), }, + Vertex { position: (4.149438, 2.34055, -1.353693), + normal: (0.45552, -0.330523, 0.826593), }, + Vertex { position: (4.274886, 2.22003, -0.679075), + normal: (0.531574, -0.288506, 0.796362), }, + Vertex { position: (4.296769, 2.260422, -0.528796), + normal: (-0.091679, 0.768658, -0.633056), }, + Vertex { position: (4.314791, 2.142163, -0.54065), + normal: (-0.203969, 0.261593, 0.94338), }, + Vertex { position: (4.274886, 2.22003, -0.679075), + normal: (0.531574, -0.288506, 0.796362), }, + Vertex { position: (4.314791, 2.142163, -0.54065), + normal: (-0.203969, 0.261593, 0.94338), }, + Vertex { position: (4.26732, 2.121987, -0.61494), + normal: (-0.175197, 0.22468, 0.958553), }, + Vertex { position: (4.38099, 2.207701, -0.839016), + normal: (-0.023695, 0.006701, 0.999697), }, + Vertex { position: (4.274886, 2.22003, -0.679075), + normal: (0.531574, -0.288506, 0.796362), }, + Vertex { position: (4.26732, 2.121987, -0.61494), + normal: (-0.175197, 0.22468, 0.958553), }, + Vertex { position: (4.38099, 2.207701, -0.839016), + normal: (-0.023695, 0.006701, 0.999697), }, + Vertex { position: (4.26732, 2.121987, -0.61494), + normal: (-0.175197, 0.22468, 0.958553), }, + Vertex { position: (4.354411, 2.102985, -0.80258), + normal: (-0.128537, 0.152973, 0.979835), }, + Vertex { position: (4.212974, 2.303184, -0.587113), + normal: (-0.963659, -0.230665, -0.134738), }, + Vertex { position: (4.296769, 2.260422, -0.528796), + normal: (-0.091679, 0.768658, -0.633056), }, + Vertex { position: (4.212058, 2.27945, -0.625927), + normal: (-0.990956, -0.062739, -0.118613), }, + Vertex { position: (4.212058, 2.27945, -0.625927), + normal: (-0.990956, -0.062739, -0.118613), }, + Vertex { position: (4.296769, 2.260422, -0.528796), + normal: (-0.091679, 0.768658, -0.633056), }, + Vertex { position: (4.229332, 2.274522, -0.672749), + normal: (-0.938303, -0.3372, -0.076703), }, + Vertex { position: (4.229332, 2.274522, -0.672749), + normal: (-0.938303, -0.3372, -0.076703), }, + Vertex { position: (4.296769, 2.260422, -0.528796), + normal: (-0.091679, 0.768658, -0.633056), }, + Vertex { position: (4.274886, 2.22003, -0.679075), + normal: (0.531574, -0.288506, 0.796362), }, + Vertex { position: (4.273005, 2.310529, -0.762172), + normal: (-0.841909, -0.49598, -0.212588), }, + Vertex { position: (4.229332, 2.274522, -0.672749), + normal: (-0.938303, -0.3372, -0.076703), }, + Vertex { position: (4.274886, 2.22003, -0.679075), + normal: (0.531574, -0.288506, 0.796362), }, + Vertex { position: (4.273005, 2.310529, -0.762172), + normal: (-0.841909, -0.49598, -0.212588), }, + Vertex { position: (4.274886, 2.22003, -0.679075), + normal: (0.531574, -0.288506, 0.796362), }, + Vertex { position: (4.307092, 2.367482, -0.877202), + normal: (-0.571598, 0.654164, 0.495323), }, + Vertex { position: (4.26732, 2.121987, -0.61494), + normal: (-0.175197, 0.22468, 0.958553), }, + Vertex { position: (4.314791, 2.142163, -0.54065), + normal: (-0.203969, 0.261593, 0.94338), }, + Vertex { position: (4.305411, 2.059245, -0.539407), + normal: (0.224429, 0.165293, 0.96037), }, + Vertex { position: (4.307092, 2.367482, -0.877202), + normal: (-0.571598, 0.654164, 0.495323), }, + Vertex { position: (4.274886, 2.22003, -0.679075), + normal: (0.531574, -0.288506, 0.796362), }, + Vertex { position: (4.38099, 2.207701, -0.839016), + normal: (-0.023695, 0.006701, 0.999697), }, + Vertex { position: (4.307092, 2.367482, -0.877202), + normal: (-0.571598, 0.654164, 0.495323), }, + Vertex { position: (4.38099, 2.207701, -0.839016), + normal: (-0.023695, 0.006701, 0.999697), }, + Vertex { position: (4.369751, 2.298204, -0.921894), + normal: (0.144017, -0.141696, 0.979378), }, + Vertex { position: (4.303193, 2.347123, -1.044413), + normal: (0.325831, -0.277459, 0.903798), }, + Vertex { position: (4.266263, 2.421651, -1.054799), + normal: (-0.601466, 0.441167, 0.666041), }, + Vertex { position: (4.307092, 2.367482, -0.877202), + normal: (-0.571598, 0.654164, 0.495323), }, + Vertex { position: (4.303193, 2.347123, -1.044413), + normal: (0.325831, -0.277459, 0.903798), }, + Vertex { position: (4.307092, 2.367482, -0.877202), + normal: (-0.571598, 0.654164, 0.495323), }, + Vertex { position: (4.369751, 2.298204, -0.921894), + normal: (0.144017, -0.141696, 0.979378), }, + Vertex { position: (4.245861, 2.375093, -1.141312), + normal: (0.441787, -0.375177, 0.814903), }, + Vertex { position: (4.228523, 2.435029, -1.098575), + normal: (-0.434016, 0.136262, 0.890541), }, + Vertex { position: (4.266263, 2.421651, -1.054799), + normal: (-0.601466, 0.441167, 0.666041), }, + Vertex { position: (4.245861, 2.375093, -1.141312), + normal: (0.441787, -0.375177, 0.814903), }, + Vertex { position: (4.266263, 2.421651, -1.054799), + normal: (-0.601466, 0.441167, 0.666041), }, + Vertex { position: (4.303193, 2.347123, -1.044413), + normal: (0.325831, -0.277459, 0.903798), }, + Vertex { position: (4.245861, 2.375093, -1.141312), + normal: (0.441787, -0.375177, 0.814903), }, + Vertex { position: (4.197644, 2.394643, -1.248646), + normal: (0.483908, -0.405185, 0.775667), }, + Vertex { position: (4.17047, 2.458441, -1.241846), + normal: (-0.195132, 0.128745, 0.97229), }, + Vertex { position: (4.245861, 2.375093, -1.141312), + normal: (0.441787, -0.375177, 0.814903), }, + Vertex { position: (4.17047, 2.458441, -1.241846), + normal: (-0.195132, 0.128745, 0.97229), }, + Vertex { position: (4.228523, 2.435029, -1.098575), + normal: (-0.434016, 0.136262, 0.890541), }, + Vertex { position: (4.197516, 2.349135, -1.253043), + normal: (0.383941, -0.196382, 0.902232), }, + Vertex { position: (4.197644, 2.394643, -1.248646), + normal: (0.483908, -0.405185, 0.775667), }, + Vertex { position: (4.245861, 2.375093, -1.141312), + normal: (0.441787, -0.375177, 0.814903), }, + Vertex { position: (4.197516, 2.349135, -1.253043), + normal: (0.383941, -0.196382, 0.902232), }, + Vertex { position: (4.245861, 2.375093, -1.141312), + normal: (0.441787, -0.375177, 0.814903), }, + Vertex { position: (4.218457, 2.356834, -1.142444), + normal: (0.226651, -0.023678, 0.973688), }, + Vertex { position: (4.218457, 2.356834, -1.142444), + normal: (0.226651, -0.023678, 0.973688), }, + Vertex { position: (4.245861, 2.375093, -1.141312), + normal: (0.441787, -0.375177, 0.814903), }, + Vertex { position: (4.303193, 2.347123, -1.044413), + normal: (0.325831, -0.277459, 0.903798), }, + Vertex { position: (4.218457, 2.356834, -1.142444), + normal: (0.226651, -0.023678, 0.973688), }, + Vertex { position: (4.303193, 2.347123, -1.044413), + normal: (0.325831, -0.277459, 0.903798), }, + Vertex { position: (4.275405, 2.319905, -1.0464), + normal: (0.065337, 0.07376, 0.995133), }, + Vertex { position: (4.303193, 2.347123, -1.044413), + normal: (0.325831, -0.277459, 0.903798), }, + Vertex { position: (4.369751, 2.298204, -0.921894), + normal: (0.144017, -0.141696, 0.979378), }, + Vertex { position: (4.296538, 2.243779, -0.925459), + normal: (-0.027323, 0.180938, 0.983115), }, + Vertex { position: (4.303193, 2.347123, -1.044413), + normal: (0.325831, -0.277459, 0.903798), }, + Vertex { position: (4.296538, 2.243779, -0.925459), + normal: (-0.027323, 0.180938, 0.983115), }, + Vertex { position: (4.275405, 2.319905, -1.0464), + normal: (0.065337, 0.07376, 0.995133), }, + Vertex { position: (4.369751, 2.298204, -0.921894), + normal: (0.144017, -0.141696, 0.979378), }, + Vertex { position: (4.38099, 2.207701, -0.839016), + normal: (-0.023695, 0.006701, 0.999697), }, + Vertex { position: (4.289048, 2.172969, -0.858693), + normal: (-0.078774, 0.27578, 0.957987), }, + Vertex { position: (4.369751, 2.298204, -0.921894), + normal: (0.144017, -0.141696, 0.979378), }, + Vertex { position: (4.289048, 2.172969, -0.858693), + normal: (-0.078774, 0.27578, 0.957987), }, + Vertex { position: (4.296538, 2.243779, -0.925459), + normal: (-0.027323, 0.180938, 0.983115), }, + Vertex { position: (4.199317, 2.304652, -1.17454), + normal: (0.488174, -0.280956, 0.826287), }, + Vertex { position: (4.197516, 2.349135, -1.253043), + normal: (0.383941, -0.196382, 0.902232), }, + Vertex { position: (4.218457, 2.356834, -1.142444), + normal: (0.226651, -0.023678, 0.973688), }, + Vertex { position: (4.199317, 2.304652, -1.17454), + normal: (0.488174, -0.280956, 0.826287), }, + Vertex { position: (4.218457, 2.356834, -1.142444), + normal: (0.226651, -0.023678, 0.973688), }, + Vertex { position: (4.275405, 2.319905, -1.0464), + normal: (0.065337, 0.07376, 0.995133), }, + Vertex { position: (4.199317, 2.304652, -1.17454), + normal: (0.488174, -0.280956, 0.826287), }, + Vertex { position: (4.275405, 2.319905, -1.0464), + normal: (0.065337, 0.07376, 0.995133), }, + Vertex { position: (4.211815, 2.28249, -1.039137), + normal: (0.769657, -0.480833, 0.420033), }, + Vertex { position: (4.354411, 2.102985, -0.80258), + normal: (-0.128537, 0.152973, 0.979835), }, + Vertex { position: (4.26732, 2.121987, -0.61494), + normal: (-0.175197, 0.22468, 0.958553), }, + Vertex { position: (4.305411, 2.059245, -0.539407), + normal: (0.224429, 0.165293, 0.96037), }, + Vertex { position: (4.354411, 2.102985, -0.80258), + normal: (-0.128537, 0.152973, 0.979835), }, + Vertex { position: (4.305411, 2.059245, -0.539407), + normal: (0.224429, 0.165293, 0.96037), }, + Vertex { position: (4.278045, 1.97666, -0.537351), + normal: (-0.080985, 0.883253, 0.461851), }, + Vertex { position: (4.289048, 2.172969, -0.858693), + normal: (-0.078774, 0.27578, 0.957987), }, + Vertex { position: (4.38099, 2.207701, -0.839016), + normal: (-0.023695, 0.006701, 0.999697), }, + Vertex { position: (4.354411, 2.102985, -0.80258), + normal: (-0.128537, 0.152973, 0.979835), }, + Vertex { position: (4.289048, 2.172969, -0.858693), + normal: (-0.078774, 0.27578, 0.957987), }, + Vertex { position: (4.354411, 2.102985, -0.80258), + normal: (-0.128537, 0.152973, 0.979835), }, + Vertex { position: (4.290375, 2.112337, -0.80019), + normal: (-0.095989, 0.297871, 0.949768), }, + Vertex { position: (4.211815, 2.28249, -1.039137), + normal: (0.769657, -0.480833, 0.420033), }, + Vertex { position: (4.275405, 2.319905, -1.0464), + normal: (0.065337, 0.07376, 0.995133), }, + Vertex { position: (4.296538, 2.243779, -0.925459), + normal: (-0.027323, 0.180938, 0.983115), }, + Vertex { position: (4.211815, 2.28249, -1.039137), + normal: (0.769657, -0.480833, 0.420033), }, + Vertex { position: (4.296538, 2.243779, -0.925459), + normal: (-0.027323, 0.180938, 0.983115), }, + Vertex { position: (4.222795, 2.228178, -0.952752), + normal: (0.040193, 0.650965, 0.758043), }, + Vertex { position: (4.222795, 2.228178, -0.952752), + normal: (0.040193, 0.650965, 0.758043), }, + Vertex { position: (4.296538, 2.243779, -0.925459), + normal: (-0.027323, 0.180938, 0.983115), }, + Vertex { position: (4.289048, 2.172969, -0.858693), + normal: (-0.078774, 0.27578, 0.957987), }, + Vertex { position: (4.222795, 2.228178, -0.952752), + normal: (0.040193, 0.650965, 0.758043), }, + Vertex { position: (4.289048, 2.172969, -0.858693), + normal: (-0.078774, 0.27578, 0.957987), }, + Vertex { position: (4.197609, 2.164063, -0.857433), + normal: (0.177367, 0.480226, 0.859025), }, + Vertex { position: (4.197609, 2.164063, -0.857433), + normal: (0.177367, 0.480226, 0.859025), }, + Vertex { position: (4.289048, 2.172969, -0.858693), + normal: (-0.078774, 0.27578, 0.957987), }, + Vertex { position: (4.290375, 2.112337, -0.80019), + normal: (-0.095989, 0.297871, 0.949768), }, + Vertex { position: (4.197609, 2.164063, -0.857433), + normal: (0.177367, 0.480226, 0.859025), }, + Vertex { position: (4.290375, 2.112337, -0.80019), + normal: (-0.095989, 0.297871, 0.949768), }, + Vertex { position: (4.153175, 2.084823, -0.799668), + normal: (0.288711, 0.386915, 0.875753), }, + Vertex { position: (4.15109, 2.102939, -0.889759), + normal: (0.41428, 0.318289, 0.85268), }, + Vertex { position: (4.197609, 2.164063, -0.857433), + normal: (0.177367, 0.480226, 0.859025), }, + Vertex { position: (4.153175, 2.084823, -0.799668), + normal: (0.288711, 0.386915, 0.875753), }, + Vertex { position: (4.148865, 2.148829, -0.986567), + normal: (0.519338, 0.264458, 0.812619), }, + Vertex { position: (4.222795, 2.228178, -0.952752), + normal: (0.040193, 0.650965, 0.758043), }, + Vertex { position: (4.197609, 2.164063, -0.857433), + normal: (0.177367, 0.480226, 0.859025), }, + Vertex { position: (4.148865, 2.148829, -0.986567), + normal: (0.519338, 0.264458, 0.812619), }, + Vertex { position: (4.197609, 2.164063, -0.857433), + normal: (0.177367, 0.480226, 0.859025), }, + Vertex { position: (4.15109, 2.102939, -0.889759), + normal: (0.41428, 0.318289, 0.85268), }, + Vertex { position: (4.154566, 2.19048, -1.129552), + normal: (0.486425, 0.192908, 0.852161), }, + Vertex { position: (4.211815, 2.28249, -1.039137), + normal: (0.769657, -0.480833, 0.420033), }, + Vertex { position: (4.222795, 2.228178, -0.952752), + normal: (0.040193, 0.650965, 0.758043), }, + Vertex { position: (4.154566, 2.19048, -1.129552), + normal: (0.486425, 0.192908, 0.852161), }, + Vertex { position: (4.222795, 2.228178, -0.952752), + normal: (0.040193, 0.650965, 0.758043), }, + Vertex { position: (4.148865, 2.148829, -0.986567), + normal: (0.519338, 0.264458, 0.812619), }, + Vertex { position: (4.152557, 2.235471, -1.217046), + normal: (0.449624, 0.075438, 0.890027), }, + Vertex { position: (4.199317, 2.304652, -1.17454), + normal: (0.488174, -0.280956, 0.826287), }, + Vertex { position: (4.211815, 2.28249, -1.039137), + normal: (0.769657, -0.480833, 0.420033), }, + Vertex { position: (4.152557, 2.235471, -1.217046), + normal: (0.449624, 0.075438, 0.890027), }, + Vertex { position: (4.211815, 2.28249, -1.039137), + normal: (0.769657, -0.480833, 0.420033), }, + Vertex { position: (4.154566, 2.19048, -1.129552), + normal: (0.486425, 0.192908, 0.852161), }, + Vertex { position: (4.141759, 2.279958, -1.29534), + normal: (0.474213, -0.311965, 0.823286), }, + Vertex { position: (4.169404, 2.306276, -1.284031), + normal: (0.331391, 0.08899, 0.939287), }, + Vertex { position: (4.199317, 2.304652, -1.17454), + normal: (0.488174, -0.280956, 0.826287), }, + Vertex { position: (4.141759, 2.279958, -1.29534), + normal: (0.474213, -0.311965, 0.823286), }, + Vertex { position: (4.199317, 2.304652, -1.17454), + normal: (0.488174, -0.280956, 0.826287), }, + Vertex { position: (4.152557, 2.235471, -1.217046), + normal: (0.449624, 0.075438, 0.890027), }, + Vertex { position: (4.131949, 2.050757, -0.921856), + normal: (0.533629, -0.162705, 0.82992), }, + Vertex { position: (4.15109, 2.102939, -0.889759), + normal: (0.41428, 0.318289, 0.85268), }, + Vertex { position: (4.153175, 2.084823, -0.799668), + normal: (0.288711, 0.386915, 0.875753), }, + Vertex { position: (4.119993, 2.063095, -1.049178), + normal: (0.547549, -0.279581, 0.788686), }, + Vertex { position: (4.148865, 2.148829, -0.986567), + normal: (0.519338, 0.264458, 0.812619), }, + Vertex { position: (4.15109, 2.102939, -0.889759), + normal: (0.41428, 0.318289, 0.85268), }, + Vertex { position: (4.119993, 2.063095, -1.049178), + normal: (0.547549, -0.279581, 0.788686), }, + Vertex { position: (4.15109, 2.102939, -0.889759), + normal: (0.41428, 0.318289, 0.85268), }, + Vertex { position: (4.131949, 2.050757, -0.921856), + normal: (0.533629, -0.162705, 0.82992), }, + Vertex { position: (4.12616, 2.12093, -1.17252), + normal: (0.598679, -0.200355, 0.775527), }, + Vertex { position: (4.154566, 2.19048, -1.129552), + normal: (0.486425, 0.192908, 0.852161), }, + Vertex { position: (4.148865, 2.148829, -0.986567), + normal: (0.519338, 0.264458, 0.812619), }, + Vertex { position: (4.12616, 2.12093, -1.17252), + normal: (0.598679, -0.200355, 0.775527), }, + Vertex { position: (4.148865, 2.148829, -0.986567), + normal: (0.519338, 0.264458, 0.812619), }, + Vertex { position: (4.119993, 2.063095, -1.049178), + normal: (0.547549, -0.279581, 0.788686), }, + Vertex { position: (4.133175, 2.175231, -1.259323), + normal: (0.561098, -0.272385, 0.78165), }, + Vertex { position: (4.152557, 2.235471, -1.217046), + normal: (0.449624, 0.075438, 0.890027), }, + Vertex { position: (4.154566, 2.19048, -1.129552), + normal: (0.486425, 0.192908, 0.852161), }, + Vertex { position: (4.133175, 2.175231, -1.259323), + normal: (0.561098, -0.272385, 0.78165), }, + Vertex { position: (4.154566, 2.19048, -1.129552), + normal: (0.486425, 0.192908, 0.852161), }, + Vertex { position: (4.12616, 2.12093, -1.17252), + normal: (0.598679, -0.200355, 0.775527), }, + Vertex { position: (4.133175, 2.175231, -1.259323), + normal: (0.561098, -0.272385, 0.78165), }, + Vertex { position: (4.141759, 2.279958, -1.29534), + normal: (0.474213, -0.311965, 0.823286), }, + Vertex { position: (4.152557, 2.235471, -1.217046), + normal: (0.449624, 0.075438, 0.890027), }, + Vertex { position: (4.137657, 1.944837, -1.061024), + normal: (0.760747, -0.509474, 0.40212), }, + Vertex { position: (4.119993, 2.063095, -1.049178), + normal: (0.547549, -0.279581, 0.788686), }, + Vertex { position: (4.131949, 2.050757, -0.921856), + normal: (0.533629, -0.162705, 0.82992), }, + Vertex { position: (4.137657, 1.944837, -1.061024), + normal: (0.760747, -0.509474, 0.40212), }, + Vertex { position: (4.131949, 2.050757, -0.921856), + normal: (0.533629, -0.162705, 0.82992), }, + Vertex { position: (4.159229, 1.949902, -0.923197), + normal: (0.5205, -0.336657, 0.784692), }, + Vertex { position: (4.143794, 2.01372, -1.201386), + normal: (-0.16423, 0.819635, 0.548842), }, + Vertex { position: (4.12616, 2.12093, -1.17252), + normal: (0.598679, -0.200355, 0.775527), }, + Vertex { position: (4.119993, 2.063095, -1.049178), + normal: (0.547549, -0.279581, 0.788686), }, + Vertex { position: (4.143794, 2.01372, -1.201386), + normal: (-0.16423, 0.819635, 0.548842), }, + Vertex { position: (4.119993, 2.063095, -1.049178), + normal: (0.547549, -0.279581, 0.788686), }, + Vertex { position: (4.137657, 1.944837, -1.061024), + normal: (0.760747, -0.509474, 0.40212), }, + Vertex { position: (4.12329, 2.086854, -1.295135), + normal: (-0.043323, 0.541029, 0.839887), }, + Vertex { position: (4.133175, 2.175231, -1.259323), + normal: (0.561098, -0.272385, 0.78165), }, + Vertex { position: (4.12616, 2.12093, -1.17252), + normal: (0.598679, -0.200355, 0.775527), }, + Vertex { position: (4.12329, 2.086854, -1.295135), + normal: (-0.043323, 0.541029, 0.839887), }, + Vertex { position: (4.12616, 2.12093, -1.17252), + normal: (0.598679, -0.200355, 0.775527), }, + Vertex { position: (4.143794, 2.01372, -1.201386), + normal: (-0.16423, 0.819635, 0.548842), }, + Vertex { position: (4.11268, 2.195089, -1.366908), + normal: (0.04432, 0.372862, 0.926827), }, + Vertex { position: (4.141759, 2.279958, -1.29534), + normal: (0.474213, -0.311965, 0.823286), }, + Vertex { position: (4.133175, 2.175231, -1.259323), + normal: (0.561098, -0.272385, 0.78165), }, + Vertex { position: (4.11268, 2.195089, -1.366908), + normal: (0.04432, 0.372862, 0.926827), }, + Vertex { position: (4.133175, 2.175231, -1.259323), + normal: (0.561098, -0.272385, 0.78165), }, + Vertex { position: (4.12329, 2.086854, -1.295135), + normal: (-0.043323, 0.541029, 0.839887), }, + Vertex { position: (4.111934, 2.234814, -1.399949), + normal: (0.098376, 0.32868, 0.939304), }, + Vertex { position: (4.140097, 2.295949, -1.367196), + normal: (0.445439, -0.182623, 0.876489), }, + Vertex { position: (4.141759, 2.279958, -1.29534), + normal: (0.474213, -0.311965, 0.823286), }, + Vertex { position: (4.111934, 2.234814, -1.399949), + normal: (0.098376, 0.32868, 0.939304), }, + Vertex { position: (4.141759, 2.279958, -1.29534), + normal: (0.474213, -0.311965, 0.823286), }, + Vertex { position: (4.11268, 2.195089, -1.366908), + normal: (0.04432, 0.372862, 0.926827), }, + Vertex { position: (4.111934, 2.234814, -1.399949), + normal: (0.098376, 0.32868, 0.939304), }, + Vertex { position: (4.129926, 2.30877, -1.402259), + normal: (0.489736, -0.346185, 0.800197), }, + Vertex { position: (4.140097, 2.295949, -1.367196), + normal: (0.445439, -0.182623, 0.876489), }, + Vertex { position: (4.278045, 1.97666, -0.537351), + normal: (-0.080985, 0.883253, 0.461851), }, + Vertex { position: (4.304562, 1.906537, -0.572242), + normal: (0.525316, 0.261331, 0.809784), }, + Vertex { position: (4.232341, 1.903079, -0.534362), + normal: (0.752227, -0.484776, 0.446258), }, + Vertex { position: (4.240116, 1.770049, -0.583946), + normal: (-0.051423, 0.948155, 0.313619), }, + Vertex { position: (4.232341, 1.903079, -0.534362), + normal: (0.752227, -0.484776, 0.446258), }, + Vertex { position: (4.304562, 1.906537, -0.572242), + normal: (0.525316, 0.261331, 0.809784), }, + Vertex { position: (4.240116, 1.770049, -0.583946), + normal: (-0.051423, 0.948155, 0.313619), }, + Vertex { position: (4.304562, 1.906537, -0.572242), + normal: (0.525316, 0.261331, 0.809784), }, + Vertex { position: (4.303615, 1.799914, -0.610388), + normal: (0.204286, 0.745568, 0.634347), }, + Vertex { position: (4.304562, 1.906537, -0.572242), + normal: (0.525316, 0.261331, 0.809784), }, + Vertex { position: (4.278045, 1.97666, -0.537351), + normal: (-0.080985, 0.883253, 0.461851), }, + Vertex { position: (4.305411, 2.059245, -0.539407), + normal: (0.224429, 0.165293, 0.96037), }, + Vertex { position: (4.304562, 1.906537, -0.572242), + normal: (0.525316, 0.261331, 0.809784), }, + Vertex { position: (4.305411, 2.059245, -0.539407), + normal: (0.224429, 0.165293, 0.96037), }, + Vertex { position: (4.377095, 1.871713, -0.595743), + normal: (0.615047, 0.769185, -0.17341), }, + Vertex { position: (4.377095, 1.871713, -0.595743), + normal: (0.615047, 0.769185, -0.17341), }, + Vertex { position: (4.305411, 2.059245, -0.539407), + normal: (0.224429, 0.165293, 0.96037), }, + Vertex { position: (4.43302, 2.024714, -0.563794), + normal: (0.361081, -0.056526, -0.93082), }, + Vertex { position: (4.377095, 1.871713, -0.595743), + normal: (0.615047, 0.769185, -0.17341), }, + Vertex { position: (4.43302, 2.024714, -0.563794), + normal: (0.361081, -0.056526, -0.93082), }, + Vertex { position: (4.43261, 1.878873, -0.577888), + normal: (0.36359, 0.089346, -0.927264), }, + Vertex { position: (4.148883, 1.759918, -0.573765), + normal: (0.969409, 0.243853, -0.027951), }, + Vertex { position: (4.094112, 1.889281, -0.578435), + normal: (-0.385487, 0.478576, 0.788901), }, + Vertex { position: (4.232341, 1.903079, -0.534362), + normal: (0.752227, -0.484776, 0.446258), }, + Vertex { position: (4.148883, 1.759918, -0.573765), + normal: (0.969409, 0.243853, -0.027951), }, + Vertex { position: (4.232341, 1.903079, -0.534362), + normal: (0.752227, -0.484776, 0.446258), }, + Vertex { position: (4.240116, 1.770049, -0.583946), + normal: (-0.051423, 0.948155, 0.313619), }, + Vertex { position: (4.290375, 2.112337, -0.80019), + normal: (-0.095989, 0.297871, 0.949768), }, + Vertex { position: (4.354411, 2.102985, -0.80258), + normal: (-0.128537, 0.152973, 0.979835), }, + Vertex { position: (4.281287, 2.055751, -0.787), + normal: (-0.158888, 0.47696, 0.864444), }, + Vertex { position: (4.354411, 2.102985, -0.80258), + normal: (-0.128537, 0.152973, 0.979835), }, + Vertex { position: (4.354941, 2.064161, -0.778851), + normal: (-0.317114, 0.866865, 0.384686), }, + Vertex { position: (4.281287, 2.055751, -0.787), + normal: (-0.158888, 0.47696, 0.864444), }, + Vertex { position: (4.281287, 2.055751, -0.787), + normal: (-0.158888, 0.47696, 0.864444), }, + Vertex { position: (4.354941, 2.064161, -0.778851), + normal: (-0.317114, 0.866865, 0.384686), }, + Vertex { position: (4.245225, 2.008532, -0.772641), + normal: (-0.273708, 0.760234, 0.589175), }, + Vertex { position: (4.153175, 2.084823, -0.799668), + normal: (0.288711, 0.386915, 0.875753), }, + Vertex { position: (4.290375, 2.112337, -0.80019), + normal: (-0.095989, 0.297871, 0.949768), }, + Vertex { position: (4.281287, 2.055751, -0.787), + normal: (-0.158888, 0.47696, 0.864444), }, + Vertex { position: (4.131949, 2.050757, -0.921856), + normal: (0.533629, -0.162705, 0.82992), }, + Vertex { position: (4.153175, 2.084823, -0.799668), + normal: (0.288711, 0.386915, 0.875753), }, + Vertex { position: (4.281287, 2.055751, -0.787), + normal: (-0.158888, 0.47696, 0.864444), }, + Vertex { position: (4.131949, 2.050757, -0.921856), + normal: (0.533629, -0.162705, 0.82992), }, + Vertex { position: (4.281287, 2.055751, -0.787), + normal: (-0.158888, 0.47696, 0.864444), }, + Vertex { position: (4.159229, 1.949902, -0.923197), + normal: (0.5205, -0.336657, 0.784692), }, + Vertex { position: (4.354941, 2.064161, -0.778851), + normal: (-0.317114, 0.866865, 0.384686), }, + Vertex { position: (4.354411, 2.102985, -0.80258), + normal: (-0.128537, 0.152973, 0.979835), }, + Vertex { position: (4.278045, 1.97666, -0.537351), + normal: (-0.080985, 0.883253, 0.461851), }, + Vertex { position: (4.354941, 2.064161, -0.778851), + normal: (-0.317114, 0.866865, 0.384686), }, + Vertex { position: (4.278045, 1.97666, -0.537351), + normal: (-0.080985, 0.883253, 0.461851), }, + Vertex { position: (4.232341, 1.903079, -0.534362), + normal: (0.752227, -0.484776, 0.446258), }, + Vertex { position: (4.354941, 2.064161, -0.778851), + normal: (-0.317114, 0.866865, 0.384686), }, + Vertex { position: (4.232341, 1.903079, -0.534362), + normal: (0.752227, -0.484776, 0.446258), }, + Vertex { position: (4.245225, 2.008532, -0.772641), + normal: (-0.273708, 0.760234, 0.589175), }, + Vertex { position: (4.159229, 1.949902, -0.923197), + normal: (0.5205, -0.336657, 0.784692), }, + Vertex { position: (4.281287, 2.055751, -0.787), + normal: (-0.158888, 0.47696, 0.864444), }, + Vertex { position: (4.245225, 2.008532, -0.772641), + normal: (-0.273708, 0.760234, 0.589175), }, + Vertex { position: (5.998088, 1.231874, -0.107334), + normal: (-0.026148, 0.006311, -0.999638), }, + Vertex { position: (5.961686, 1.110978, -0.090324), + normal: (-0.2127, -0.171223, -0.961999), }, + Vertex { position: (5.950684, 1.082725, -0.175648), + normal: (0.111896, -0.605741, -0.787755), }, + Vertex { position: (5.998088, 1.231874, -0.107334), + normal: (-0.026148, 0.006311, -0.999638), }, + Vertex { position: (5.950684, 1.082725, -0.175648), + normal: (0.111896, -0.605741, -0.787755), }, + Vertex { position: (5.959462, 1.157227, -0.187097), + normal: (0.223936, -0.919046, -0.324355), }, + Vertex { position: (5.672385, 1.007694, -0.341778), + normal: (0.173726, -0.983856, 0.042973), }, + Vertex { position: (5.681086, 1.054964, -0.35586), + normal: (0.231006, -0.859096, -0.456717), }, + Vertex { position: (5.763952, 1.062109, -0.338641), + normal: (0.010578, -0.902776, -0.429981), }, + Vertex { position: (5.672385, 1.007694, -0.341778), + normal: (0.173726, -0.983856, 0.042973), }, + Vertex { position: (5.763952, 1.062109, -0.338641), + normal: (0.010578, -0.902776, -0.429981), }, + Vertex { position: (5.755282, 1.004149, -0.307505), + normal: (0.396941, -0.593504, -0.700137), }, + Vertex { position: (5.647186, 1.394606, -0.257833), + normal: (0.707709, -0.687035, -0.164711), }, + Vertex { position: (5.685194, 1.452202, -0.188749), + normal: (0.798302, -0.559383, 0.22317), }, + Vertex { position: (5.730427, 1.435668, -0.209848), + normal: (0.831976, -0.511655, 0.214534), }, + Vertex { position: (5.647186, 1.394606, -0.257833), + normal: (0.707709, -0.687035, -0.164711), }, + Vertex { position: (5.730427, 1.435668, -0.209848), + normal: (0.831976, -0.511655, 0.214534), }, + Vertex { position: (5.710154, 1.360653, -0.290072), + normal: (0.744254, -0.654161, -0.134758), }, + Vertex { position: (5.250485, 1.123029, -0.385234), + normal: (0.043397, 0.435461, -0.899161), }, + Vertex { position: (5.241466, 1.040469, -0.383965), + normal: (0.123418, -0.784469, -0.607763), }, + Vertex { position: (5.011084, 1.06677, -0.458562), + normal: (0.274481, 0.961015, -0.033322), }, + Vertex { position: (5.250485, 1.123029, -0.385234), + normal: (0.043397, 0.435461, -0.899161), }, + Vertex { position: (5.011084, 1.06677, -0.458562), + normal: (0.274481, 0.961015, -0.033322), }, + Vertex { position: (4.991713, 1.163096, -0.504149), + normal: (0.012421, 0.392537, -0.919653), }, + Vertex { position: (4.567896, 1.149805, -0.642484), + normal: (0.381066, 0.919021, -0.100938), }, + Vertex { position: (4.449011, 1.260929, -0.647431), + normal: (0.481644, 0.842268, 0.242081), }, + Vertex { position: (4.522247, 1.398278, -0.644892), + normal: (0.184871, 0.227139, -0.956154), }, + Vertex { position: (4.567896, 1.149805, -0.642484), + normal: (0.381066, 0.919021, -0.100938), }, + Vertex { position: (4.522247, 1.398278, -0.644892), + normal: (0.184871, 0.227139, -0.956154), }, + Vertex { position: (4.641547, 1.285422, -0.622034), + normal: (-0.026366, 0.234118, -0.971851), }, + Vertex { position: (4.697024, 1.862575, -0.604048), + normal: (-0.013461, -0.014478, -0.999805), }, + Vertex { position: (4.688114, 2.046378, -0.604518), + normal: (0.667258, 0.181112, -0.722471), }, + Vertex { position: (4.728963, 2.036146, -0.614307), + normal: (0.856604, 0.474873, -0.201803), }, + Vertex { position: (4.697024, 1.862575, -0.604048), + normal: (-0.013461, -0.014478, -0.999805), }, + Vertex { position: (4.728963, 2.036146, -0.614307), + normal: (0.856604, 0.474873, -0.201803), }, + Vertex { position: (4.742358, 1.882232, -0.62165), + normal: (0.827569, 0.284292, -0.484054), }, + Vertex { position: (4.842883, 2.021333, -0.638025), + normal: (0.264979, 0.116702, -0.957166), }, + Vertex { position: (4.861611, 2.001639, -0.621913), + normal: (0.721999, 0.398917, -0.565316), }, + Vertex { position: (4.824747, 1.946835, -0.626358), + normal: (0.544735, 0.449335, -0.708069), }, + Vertex { position: (4.842883, 2.021333, -0.638025), + normal: (0.264979, 0.116702, -0.957166), }, + Vertex { position: (4.824747, 1.946835, -0.626358), + normal: (0.544735, 0.449335, -0.708069), }, + Vertex { position: (4.760921, 1.881357, -0.61312), + normal: (0.269343, 0.329305, -0.904993), }, + Vertex { position: (4.760921, 1.881357, -0.61312), + normal: (0.269343, 0.329305, -0.904993), }, + Vertex { position: (4.861618, 1.854067, -0.618095), + normal: (0.397989, 0.4494, -0.799778), }, + Vertex { position: (4.852582, 1.816115, -0.603105), + normal: (0.708269, -0.122724, -0.695193), }, + Vertex { position: (4.935561, 2.016016, -0.5857), + normal: (0.711192, 0.127662, -0.69131), }, + Vertex { position: (4.93588, 2.051665, -0.572853), + normal: (0.312982, -0.015529, -0.949632), }, + Vertex { position: (4.991746, 2.009819, -0.523206), + normal: (0.470021, 0.182979, -0.863481), }, + Vertex { position: (4.935561, 2.016016, -0.5857), + normal: (0.711192, 0.127662, -0.69131), }, + Vertex { position: (4.991746, 2.009819, -0.523206), + normal: (0.470021, 0.182979, -0.863481), }, + Vertex { position: (4.973133, 1.992779, -0.533466), + normal: (0.872792, -0.115436, -0.474246), }, + Vertex { position: (4.751519, 2.039658, -0.634134), + normal: (0.699393, 0.056752, -0.71248), }, + Vertex { position: (4.788476, 2.028047, -0.608619), + normal: (0.813293, 0.022433, -0.581422), }, + Vertex { position: (4.760921, 1.881357, -0.61312), + normal: (0.269343, 0.329305, -0.904993), }, + Vertex { position: (4.982364, 1.8733, -0.53619), + normal: (0.108828, -0.182644, -0.977137), }, + Vertex { position: (5.001903, 1.914398, -0.486724), + normal: (0.412833, -0.156453, -0.897269), }, + Vertex { position: (5.01143, 1.875569, -0.463205), + normal: (0.431713, 0.22912, -0.872427), }, + Vertex { position: (4.982364, 1.8733, -0.53619), + normal: (0.108828, -0.182644, -0.977137), }, + Vertex { position: (5.01143, 1.875569, -0.463205), + normal: (0.431713, 0.22912, -0.872427), }, + Vertex { position: (4.991709, 1.844295, -0.520761), + normal: (0.661825, 0.260115, -0.703085), }, + Vertex { position: (4.991746, 2.009819, -0.523206), + normal: (0.470021, 0.182979, -0.863481), }, + Vertex { position: (5.01143, 1.875569, -0.463205), + normal: (0.431713, 0.22912, -0.872427), }, + Vertex { position: (5.001903, 1.914398, -0.486724), + normal: (0.412833, -0.156453, -0.897269), }, + Vertex { position: (4.881574, 2.094571, -0.539949), + normal: (0.910294, -0.144636, -0.387873), }, + Vertex { position: (4.918466, 2.084725, -0.532713), + normal: (0.588787, -0.248293, -0.769207), }, + Vertex { position: (4.93588, 2.051665, -0.572853), + normal: (0.312982, -0.015529, -0.949632), }, + Vertex { position: (4.636582, 2.263383, -0.471997), + normal: (0.719268, 0.159441, -0.676189), }, + Vertex { position: (4.739441, 2.299169, -0.369987), + normal: (-0.114527, 0.103064, -0.988059), }, + Vertex { position: (4.837331, 2.235678, -0.479332), + normal: (0.45571, -0.00339, -0.890122), }, + Vertex { position: (4.636582, 2.263383, -0.471997), + normal: (0.719268, 0.159441, -0.676189), }, + Vertex { position: (4.837331, 2.235678, -0.479332), + normal: (0.45571, -0.00339, -0.890122), }, + Vertex { position: (4.74405, 2.179337, -0.556057), + normal: (0.766773, 0.253147, -0.589894), }, + Vertex { position: (5.057495, 2.002751, -0.451974), + normal: (0.781868, 0.537364, -0.316105), }, + Vertex { position: (5.067202, 2.027704, -0.422291), + normal: (0.332526, 0.910491, -0.245832), }, + Vertex { position: (5.095375, 1.961238, -0.401516), + normal: (0.077536, 0.770695, -0.632469), }, + Vertex { position: (5.057495, 2.002751, -0.451974), + normal: (0.781868, 0.537364, -0.316105), }, + Vertex { position: (5.095375, 1.961238, -0.401516), + normal: (0.077536, 0.770695, -0.632469), }, + Vertex { position: (5.075994, 1.900999, -0.443793), + normal: (0.89264, 0.34991, -0.284178), }, + Vertex { position: (4.082988, 2.175805, -1.45093), + normal: (0.07924, -0.231863, 0.969516), }, + Vertex { position: (4.046673, 2.341349, -1.45253), + normal: (0.020519, -0.282941, 0.958918), }, + Vertex { position: (4.101726, 2.312318, -1.438163), + normal: (0.702554, -0.570096, 0.42592), }, + Vertex { position: (4.082988, 2.175805, -1.45093), + normal: (0.07924, -0.231863, 0.969516), }, + Vertex { position: (4.101726, 2.312318, -1.438163), + normal: (0.702554, -0.570096, 0.42592), }, + Vertex { position: (4.129926, 2.30877, -1.402259), + normal: (0.489736, -0.346185, 0.800197), }, + Vertex { position: (4.082988, 2.175805, -1.45093), + normal: (0.07924, -0.231863, 0.969516), }, + Vertex { position: (4.129926, 2.30877, -1.402259), + normal: (0.489736, -0.346185, 0.800197), }, + Vertex { position: (4.111934, 2.234814, -1.399949), + normal: (0.098376, 0.32868, 0.939304), }, + Vertex { position: (4.159229, 1.949902, -0.923197), + normal: (0.5205, -0.336657, 0.784692), }, + Vertex { position: (4.245225, 2.008532, -0.772641), + normal: (-0.273708, 0.760234, 0.589175), }, + Vertex { position: (4.094112, 1.889281, -0.578435), + normal: (-0.385487, 0.478576, 0.788901), }, + Vertex { position: (4.159229, 1.949902, -0.923197), + normal: (0.5205, -0.336657, 0.784692), }, + Vertex { position: (4.094112, 1.889281, -0.578435), + normal: (-0.385487, 0.478576, 0.788901), }, + Vertex { position: (4.150297, 1.820575, -0.917046), + normal: (-0.273816, 0.228927, 0.93414), }, + Vertex { position: (4.137657, 1.944837, -1.061024), + normal: (0.760747, -0.509474, 0.40212), }, + Vertex { position: (4.159229, 1.949902, -0.923197), + normal: (0.5205, -0.336657, 0.784692), }, + Vertex { position: (4.150297, 1.820575, -0.917046), + normal: (-0.273816, 0.228927, 0.93414), }, + Vertex { position: (4.137657, 1.944837, -1.061024), + normal: (0.760747, -0.509474, 0.40212), }, + Vertex { position: (4.150297, 1.820575, -0.917046), + normal: (-0.273816, 0.228927, 0.93414), }, + Vertex { position: (4.127903, 1.828359, -1.090512), + normal: (-0.21777, 0.161093, 0.962614), }, + Vertex { position: (4.143794, 2.01372, -1.201386), + normal: (-0.16423, 0.819635, 0.548842), }, + Vertex { position: (4.137657, 1.944837, -1.061024), + normal: (0.760747, -0.509474, 0.40212), }, + Vertex { position: (4.127903, 1.828359, -1.090512), + normal: (-0.21777, 0.161093, 0.962614), }, + Vertex { position: (4.143794, 2.01372, -1.201386), + normal: (-0.16423, 0.819635, 0.548842), }, + Vertex { position: (4.127903, 1.828359, -1.090512), + normal: (-0.21777, 0.161093, 0.962614), }, + Vertex { position: (4.152166, 1.868775, -1.225002), + normal: (-0.178707, 0.132414, 0.974951), }, + Vertex { position: (4.12329, 2.086854, -1.295135), + normal: (-0.043323, 0.541029, 0.839887), }, + Vertex { position: (4.143794, 2.01372, -1.201386), + normal: (-0.16423, 0.819635, 0.548842), }, + Vertex { position: (4.152166, 1.868775, -1.225002), + normal: (-0.178707, 0.132414, 0.974951), }, + Vertex { position: (4.12329, 2.086854, -1.295135), + normal: (-0.043323, 0.541029, 0.839887), }, + Vertex { position: (4.152166, 1.868775, -1.225002), + normal: (-0.178707, 0.132414, 0.974951), }, + Vertex { position: (4.103303, 2.038565, -1.363737), + normal: (-0.081635, -0.03459, 0.996062), }, + Vertex { position: (4.11268, 2.195089, -1.366908), + normal: (0.04432, 0.372862, 0.926827), }, + Vertex { position: (4.12329, 2.086854, -1.295135), + normal: (-0.043323, 0.541029, 0.839887), }, + Vertex { position: (4.103303, 2.038565, -1.363737), + normal: (-0.081635, -0.03459, 0.996062), }, + Vertex { position: (4.11268, 2.195089, -1.366908), + normal: (0.04432, 0.372862, 0.926827), }, + Vertex { position: (4.103303, 2.038565, -1.363737), + normal: (-0.081635, -0.03459, 0.996062), }, + Vertex { position: (4.082988, 2.175805, -1.45093), + normal: (0.07924, -0.231863, 0.969516), }, + Vertex { position: (4.111934, 2.234814, -1.399949), + normal: (0.098376, 0.32868, 0.939304), }, + Vertex { position: (4.11268, 2.195089, -1.366908), + normal: (0.04432, 0.372862, 0.926827), }, + Vertex { position: (4.082988, 2.175805, -1.45093), + normal: (0.07924, -0.231863, 0.969516), }, + Vertex { position: (4.059885, 1.86046, -0.470087), + normal: (-0.447812, 0.698934, 0.557634), }, + Vertex { position: (4.094112, 1.889281, -0.578435), + normal: (-0.385487, 0.478576, 0.788901), }, + Vertex { position: (4.148883, 1.759918, -0.573765), + normal: (0.969409, 0.243853, -0.027951), }, + Vertex { position: (4.059885, 1.86046, -0.470087), + normal: (-0.447812, 0.698934, 0.557634), }, + Vertex { position: (4.148883, 1.759918, -0.573765), + normal: (0.969409, 0.243853, -0.027951), }, + Vertex { position: (4.076852, 1.746601, -0.527436), + normal: (0.971427, 0.04566, 0.232906), }, + Vertex { position: (4.126565, 0.642027, 0.0), + normal: (-0.926486, -0.356041, -0.121897), }, + Vertex { position: (4.120842, 0.627141, -0.185461), + normal: (-0.086812, -0.050981, -0.994919), }, + Vertex { position: (4.359048, 0.700414, -0.166651), + normal: (0.448666, 0.893201, -0.029856), }, + Vertex { position: (4.126565, 0.642027, 0.0), + normal: (-0.926486, -0.356041, -0.121897), }, + Vertex { position: (4.359048, 0.700414, -0.166651), + normal: (0.448666, 0.893201, -0.029856), }, + Vertex { position: (4.380854, 0.704574, -0.00013), + normal: (0.000801, -1.0, -0.000539), }, + Vertex { position: (3.881998, 1.764428, -0.476337), + normal: (-0.564871, 0.754993, -0.333026), }, + Vertex { position: (4.059885, 1.86046, -0.470087), + normal: (-0.447812, 0.698934, 0.557634), }, + Vertex { position: (4.076852, 1.746601, -0.527436), + normal: (0.971427, 0.04566, 0.232906), }, + Vertex { position: (3.886058, 1.550141, -0.50483), + normal: (-0.571598, 0.654164, -0.495323), }, + Vertex { position: (3.881998, 1.764428, -0.476337), + normal: (-0.564871, 0.754993, -0.333026), }, + Vertex { position: (4.076852, 1.746601, -0.527436), + normal: (0.971427, 0.04566, 0.232906), }, + Vertex { position: (3.886058, 1.550141, -0.50483), + normal: (-0.571598, 0.654164, -0.495323), }, + Vertex { position: (4.076852, 1.746601, -0.527436), + normal: (0.971427, 0.04566, 0.232906), }, + Vertex { position: (4.067576, 1.572668, -0.534997), + normal: (0.811896, 0.498733, -0.303464), }, + Vertex { position: (3.98851, 1.297806, -0.539537), + normal: (-0.601466, 0.441167, -0.666041), }, + Vertex { position: (3.886058, 1.550141, -0.50483), + normal: (-0.571598, 0.654164, -0.495323), }, + Vertex { position: (4.067576, 1.572668, -0.534997), + normal: (0.811896, 0.498733, -0.303464), }, + Vertex { position: (3.98851, 1.297806, -0.539537), + normal: (-0.601466, 0.441167, -0.666041), }, + Vertex { position: (4.067576, 1.572668, -0.534997), + normal: (0.811896, 0.498733, -0.303464), }, + Vertex { position: (4.085564, 1.288885, -0.544406), + normal: (0.800967, 0.453078, 0.391371), }, + Vertex { position: (4.041657, 1.039756, -0.496922), + normal: (-0.434016, 0.136262, -0.890541), }, + Vertex { position: (3.98851, 1.297806, -0.539537), + normal: (-0.601466, 0.441167, -0.666041), }, + Vertex { position: (4.085564, 1.288885, -0.544406), + normal: (0.800967, 0.453078, 0.391371), }, + Vertex { position: (4.041657, 1.039756, -0.496922), + normal: (-0.434016, 0.136262, -0.890541), }, + Vertex { position: (4.085564, 1.288885, -0.544406), + normal: (0.800967, 0.453078, 0.391371), }, + Vertex { position: (4.141189, 1.008775, -0.499342), + normal: (0.04154, 0.947538, 0.316932), }, + Vertex { position: (4.068249, 0.798926, -0.400813), + normal: (-0.195132, 0.128745, -0.97229), }, + Vertex { position: (4.041657, 1.039756, -0.496922), + normal: (-0.434016, 0.136262, -0.890541), }, + Vertex { position: (4.141189, 1.008775, -0.499342), + normal: (0.04154, 0.947538, 0.316932), }, + Vertex { position: (4.068249, 0.798926, -0.400813), + normal: (-0.195132, 0.128745, -0.97229), }, + Vertex { position: (4.141189, 1.008775, -0.499342), + normal: (0.04154, 0.947538, 0.316932), }, + Vertex { position: (4.216374, 0.852328, -0.405873), + normal: (-0.051101, 0.977083, 0.206633), }, + Vertex { position: (4.105198, 0.672581, -0.300001), + normal: (-0.172151, 0.101796, -0.979797), }, + Vertex { position: (4.068249, 0.798926, -0.400813), + normal: (-0.195132, 0.128745, -0.97229), }, + Vertex { position: (4.216374, 0.852328, -0.405873), + normal: (-0.051101, 0.977083, 0.206633), }, + Vertex { position: (4.105198, 0.672581, -0.300001), + normal: (-0.172151, 0.101796, -0.979797), }, + Vertex { position: (4.216374, 0.852328, -0.405873), + normal: (-0.051101, 0.977083, 0.206633), }, + Vertex { position: (4.319799, 0.731007, -0.291212), + normal: (0.731768, 0.675964, -0.087106), }, + Vertex { position: (4.120842, 0.627141, -0.185461), + normal: (-0.086812, -0.050981, -0.994919), }, + Vertex { position: (4.105198, 0.672581, -0.300001), + normal: (-0.172151, 0.101796, -0.979797), }, + Vertex { position: (4.319799, 0.731007, -0.291212), + normal: (0.731768, 0.675964, -0.087106), }, + Vertex { position: (4.120842, 0.627141, -0.185461), + normal: (-0.086812, -0.050981, -0.994919), }, + Vertex { position: (4.319799, 0.731007, -0.291212), + normal: (0.731768, 0.675964, -0.087106), }, + Vertex { position: (4.359048, 0.700414, -0.166651), + normal: (0.448666, 0.893201, -0.029856), }, + Vertex { position: (3.745669, 2.266001, -0.24193), + normal: (-0.777939, 0.62834, -0.000226), }, + Vertex { position: (3.828001, 2.35254, -0.233341), + normal: (-0.210883, 0.942026, 0.260987), }, + Vertex { position: (3.870548, 2.292106, -0.368964), + normal: (-0.502349, 0.838172, 0.212398), }, + Vertex { position: (3.745669, 2.266001, -0.24193), + normal: (-0.777939, 0.62834, -0.000226), }, + Vertex { position: (3.870548, 2.292106, -0.368964), + normal: (-0.502349, 0.838172, 0.212398), }, + Vertex { position: (3.758215, 2.206683, -0.323051), + normal: (-0.698288, 0.715816, -0.000608), }, + Vertex { position: (3.727093, 2.308406, -0.150049), + normal: (-0.451389, 0.892327, -0.00019), }, + Vertex { position: (3.71636, 2.343387, 0.0), + normal: (0.431966, -0.771434, -0.46722), }, + Vertex { position: (3.787342, 2.396113, -0.001159), + normal: (0.622247, 0.782821, -0.000247), }, + Vertex { position: (3.727093, 2.308406, -0.150049), + normal: (-0.451389, 0.892327, -0.00019), }, + Vertex { position: (3.787342, 2.396113, -0.001159), + normal: (0.622247, 0.782821, -0.000247), }, + Vertex { position: (3.828001, 2.35254, -0.233341), + normal: (-0.210883, 0.942026, 0.260987), }, + Vertex { position: (3.745669, 2.266001, -0.24193), + normal: (-0.777939, 0.62834, -0.000226), }, + Vertex { position: (3.727093, 2.308406, -0.150049), + normal: (-0.451389, 0.892327, -0.00019), }, + Vertex { position: (3.828001, 2.35254, -0.233341), + normal: (-0.210883, 0.942026, 0.260987), }, + Vertex { position: (3.922437, 1.972461, -0.483563), + normal: (0.673211, -0.580891, 0.457551), }, + Vertex { position: (4.059885, 1.86046, -0.470087), + normal: (-0.447812, 0.698934, 0.557634), }, + Vertex { position: (3.881998, 1.764428, -0.476337), + normal: (-0.564871, 0.754993, -0.333026), }, + Vertex { position: (3.922437, 1.972461, -0.483563), + normal: (0.673211, -0.580891, 0.457551), }, + Vertex { position: (3.881998, 1.764428, -0.476337), + normal: (-0.564871, 0.754993, -0.333026), }, + Vertex { position: (3.814876, 1.968416, -0.443), + normal: (-0.512639, 0.858604, -0.000762), }, + Vertex { position: (3.823349, 2.141733, -0.428356), + normal: (-0.768362, 0.592232, 0.242656), }, + Vertex { position: (3.922437, 1.972461, -0.483563), + normal: (0.673211, -0.580891, 0.457551), }, + Vertex { position: (3.814876, 1.968416, -0.443), + normal: (-0.512639, 0.858604, -0.000762), }, + Vertex { position: (3.823349, 2.141733, -0.428356), + normal: (-0.768362, 0.592232, 0.242656), }, + Vertex { position: (3.814876, 1.968416, -0.443), + normal: (-0.512639, 0.858604, -0.000762), }, + Vertex { position: (3.758215, 2.206683, -0.323051), + normal: (-0.698288, 0.715816, -0.000608), }, + Vertex { position: (3.870548, 2.292106, -0.368964), + normal: (-0.502349, 0.838172, 0.212398), }, + Vertex { position: (3.823349, 2.141733, -0.428356), + normal: (-0.768362, 0.592232, 0.242656), }, + Vertex { position: (3.758215, 2.206683, -0.323051), + normal: (-0.698288, 0.715816, -0.000608), }, + Vertex { position: (4.245225, 2.008532, -0.772641), + normal: (-0.273708, 0.760234, 0.589175), }, + Vertex { position: (4.232341, 1.903079, -0.534362), + normal: (0.752227, -0.484776, 0.446258), }, + Vertex { position: (4.094112, 1.889281, -0.578435), + normal: (-0.385487, 0.478576, 0.788901), }, + Vertex { position: (1.655948, -2.520927, -0.844269), + normal: (-0.483189, -0.207332, -0.850613), }, + Vertex { position: (1.678986, -2.513137, -0.891745), + normal: (-0.176356, -0.113876, -0.977717), }, + Vertex { position: (1.718315, -2.775468, -0.921796), + normal: (-0.246054, -0.154918, -0.956796), }, + Vertex { position: (1.655948, -2.520927, -0.844269), + normal: (-0.483189, -0.207332, -0.850613), }, + Vertex { position: (1.718315, -2.775468, -0.921796), + normal: (-0.246054, -0.154918, -0.956796), }, + Vertex { position: (1.700797, -2.794792, -0.82425), + normal: (0.21689, -0.976039, 0.017487), }, + Vertex { position: (1.718315, -2.775468, -0.921796), + normal: (-0.246054, -0.154918, -0.956796), }, + Vertex { position: (1.734568, -2.965876, -0.986396), + normal: (-0.024032, -0.835976, 0.54824), }, + Vertex { position: (1.705953, -3.006628, -0.83263), + normal: (-0.90358, 0.003167, -0.428408), }, + Vertex { position: (1.718315, -2.775468, -0.921796), + normal: (-0.246054, -0.154918, -0.956796), }, + Vertex { position: (1.705953, -3.006628, -0.83263), + normal: (-0.90358, 0.003167, -0.428408), }, + Vertex { position: (1.700797, -2.794792, -0.82425), + normal: (0.21689, -0.976039, 0.017487), }, + Vertex { position: (-1.305099, -1.70846, -0.48423), + normal: (-0.079302, -0.84299, -0.532051), }, + Vertex { position: (-1.108758, -1.770749, -0.473033), + normal: (-0.176655, -0.950799, -0.254508), }, + Vertex { position: (-0.977375, -1.793126, -0.498747), + normal: (-0.253979, -0.745808, -0.615845), }, + Vertex { position: (-1.305099, -1.70846, -0.48423), + normal: (-0.079302, -0.84299, -0.532051), }, + Vertex { position: (-0.977375, -1.793126, -0.498747), + normal: (-0.253979, -0.745808, -0.615845), }, + Vertex { position: (-0.972514, -1.822778, -0.372649), + normal: (-0.040019, -0.929968, -0.365457), }, + Vertex { position: (-1.406693, -1.697325, -0.450399), + normal: (-0.171647, -0.971664, -0.162499), }, + Vertex { position: (-1.397474, -1.693815, -0.570541), + normal: (-0.094238, -0.851252, -0.516225), }, + Vertex { position: (-1.266738, -1.691944, -0.557922), + normal: (-0.149005, -0.65467, -0.741084), }, + Vertex { position: (-1.406693, -1.697325, -0.450399), + normal: (-0.171647, -0.971664, -0.162499), }, + Vertex { position: (-1.266738, -1.691944, -0.557922), + normal: (-0.149005, -0.65467, -0.741084), }, + Vertex { position: (-1.305099, -1.70846, -0.48423), + normal: (-0.079302, -0.84299, -0.532051), }, + Vertex { position: (-3.392806, 1.769365, 0.0), + normal: (0.072535, 0.997366, 0.0), }, + Vertex { position: (-3.413372, 1.871604, -0.142309), + normal: (-0.091034, 0.391629, -0.915609), }, + Vertex { position: (-3.35851, 1.810253, -0.380095), + normal: (-0.108631, -0.122719, -0.986478), }, + Vertex { position: (-3.348274, 1.767738, -0.000085), + normal: (0.411442, -0.911436, -0.000099), }, + Vertex { position: (-3.380836, 1.819691, -0.123273), + normal: (0.255239, -0.528231, -0.80983), }, + Vertex { position: (-3.413372, 1.871604, -0.142309), + normal: (-0.091034, 0.391629, -0.915609), }, + Vertex { position: (-3.348274, 1.767738, -0.000085), + normal: (0.411442, -0.911436, -0.000099), }, + Vertex { position: (-3.413372, 1.871604, -0.142309), + normal: (-0.091034, 0.391629, -0.915609), }, + Vertex { position: (-3.392806, 1.769365, 0.0), + normal: (0.072535, 0.997366, 0.0), }, + Vertex { position: (4.149438, 2.34055, -1.353693), + normal: (0.45552, -0.330523, 0.826593), }, + Vertex { position: (4.129926, 2.30877, -1.402259), + normal: (0.489736, -0.346185, 0.800197), }, + Vertex { position: (4.101726, 2.312318, -1.438163), + normal: (0.702554, -0.570096, 0.42592), }, + Vertex { position: (4.149438, 2.34055, -1.353693), + normal: (0.45552, -0.330523, 0.826593), }, + Vertex { position: (4.101726, 2.312318, -1.438163), + normal: (0.702554, -0.570096, 0.42592), }, + Vertex { position: (4.148927, 2.388726, -1.376879), + normal: (0.482381, -0.398126, 0.780259), }, + Vertex { position: (-2.811581, -1.79821, -0.712737), + normal: (0.43907, -0.579988, -0.686171), }, + Vertex { position: (-3.008323, -1.759271, -0.655672), + normal: (0.579344, -0.339433, 0.741044), }, + Vertex { position: (-3.066022, -1.953125, -0.719516), + normal: (0.789099, -0.039289, 0.613008), }, + Vertex { position: (-2.811581, -1.79821, -0.712737), + normal: (0.43907, -0.579988, -0.686171), }, + Vertex { position: (-3.066022, -1.953125, -0.719516), + normal: (0.789099, -0.039289, 0.613008), }, + Vertex { position: (-2.964215, -1.978727, -0.776572), + normal: (0.982106, -0.010346, -0.188044), }, + Vertex { position: (-3.008323, -1.759271, -0.655672), + normal: (0.579344, -0.339433, 0.741044), }, + Vertex { position: (-3.139394, -1.687482, -0.638546), + normal: (-0.012978, -0.998326, 0.056357), }, + Vertex { position: (-3.211005, -1.850398, -0.700723), + normal: (0.230893, -0.309688, 0.922378), }, + Vertex { position: (-3.008323, -1.759271, -0.655672), + normal: (0.579344, -0.339433, 0.741044), }, + Vertex { position: (-3.211005, -1.850398, -0.700723), + normal: (0.230893, -0.309688, 0.922378), }, + Vertex { position: (-3.066022, -1.953125, -0.719516), + normal: (0.789099, -0.039289, 0.613008), }, + Vertex { position: (2.407309, -0.97498, 0.805091), + normal: (0.111825, 0.518485, 0.847743), }, + Vertex { position: (2.410367, -0.777999, 0.841105), + normal: (0.728904, -0.519577, 0.445802), }, + Vertex { position: (2.292449, -0.871852, 0.8824), + normal: (0.09853, 0.626571, 0.773111), }, + Vertex { position: (2.407309, -0.97498, 0.805091), + normal: (0.111825, 0.518485, 0.847743), }, + Vertex { position: (2.292449, -0.871852, 0.8824), + normal: (0.09853, 0.626571, 0.773111), }, + Vertex { position: (2.229345, -0.992723, 0.862826), + normal: (0.080812, 0.697931, 0.711591), }, + Vertex { position: (2.520417, -0.954785, 0.739445), + normal: (0.163727, 0.387435, 0.907242), }, + Vertex { position: (2.5392, -0.727778, 0.750475), + normal: (0.518786, -0.204527, 0.830078), }, + Vertex { position: (2.410367, -0.777999, 0.841105), + normal: (0.728904, -0.519577, 0.445802), }, + Vertex { position: (2.520417, -0.954785, 0.739445), + normal: (0.163727, 0.387435, 0.907242), }, + Vertex { position: (2.410367, -0.777999, 0.841105), + normal: (0.728904, -0.519577, 0.445802), }, + Vertex { position: (2.407309, -0.97498, 0.805091), + normal: (0.111825, 0.518485, 0.847743), }, + Vertex { position: (2.637655, -0.768176, 0.637039), + normal: (0.227108, 0.258715, 0.938876), }, + Vertex { position: (2.5392, -0.727778, 0.750475), + normal: (0.518786, -0.204527, 0.830078), }, + Vertex { position: (2.520417, -0.954785, 0.739445), + normal: (0.163727, 0.387435, 0.907242), }, + Vertex { position: (2.520417, -0.954785, 0.739445), + normal: (0.163727, 0.387435, 0.907242), }, + Vertex { position: (2.514167, -1.077721, 0.706614), + normal: (0.304293, -0.024391, 0.952266), }, + Vertex { position: (2.669281, -0.930664, 0.557166), + normal: (0.263434, 0.119819, 0.957207), }, + Vertex { position: (2.520417, -0.954785, 0.739445), + normal: (0.163727, 0.387435, 0.907242), }, + Vertex { position: (2.669281, -0.930664, 0.557166), + normal: (0.263434, 0.119819, 0.957207), }, + Vertex { position: (2.637655, -0.768176, 0.637039), + normal: (0.227108, 0.258715, 0.938876), }, + Vertex { position: (2.407309, -0.97498, 0.805091), + normal: (0.111825, 0.518485, 0.847743), }, + Vertex { position: (2.386465, -1.116066, 0.761367), + normal: (0.372063, -0.134052, 0.918477), }, + Vertex { position: (2.514167, -1.077721, 0.706614), + normal: (0.304293, -0.024391, 0.952266), }, + Vertex { position: (2.407309, -0.97498, 0.805091), + normal: (0.111825, 0.518485, 0.847743), }, + Vertex { position: (2.514167, -1.077721, 0.706614), + normal: (0.304293, -0.024391, 0.952266), }, + Vertex { position: (2.520417, -0.954785, 0.739445), + normal: (0.163727, 0.387435, 0.907242), }, + Vertex { position: (2.229345, -0.992723, 0.862826), + normal: (0.080812, 0.697931, 0.711591), }, + Vertex { position: (2.180012, -1.130557, 0.821812), + normal: (0.424286, -0.254348, 0.869073), }, + Vertex { position: (2.386465, -1.116066, 0.761367), + normal: (0.372063, -0.134052, 0.918477), }, + Vertex { position: (2.229345, -0.992723, 0.862826), + normal: (0.080812, 0.697931, 0.711591), }, + Vertex { position: (2.386465, -1.116066, 0.761367), + normal: (0.372063, -0.134052, 0.918477), }, + Vertex { position: (2.407309, -0.97498, 0.805091), + normal: (0.111825, 0.518485, 0.847743), }, + Vertex { position: (2.158051, -1.209613, 0.783941), + normal: (0.383978, -0.566345, 0.729256), }, + Vertex { position: (2.354287, -1.193746, 0.735189), + normal: (0.420794, -0.405156, 0.811653), }, + Vertex { position: (2.386465, -1.116066, 0.761367), + normal: (0.372063, -0.134052, 0.918477), }, + Vertex { position: (2.158051, -1.209613, 0.783941), + normal: (0.383978, -0.566345, 0.729256), }, + Vertex { position: (2.386465, -1.116066, 0.761367), + normal: (0.372063, -0.134052, 0.918477), }, + Vertex { position: (2.180012, -1.130557, 0.821812), + normal: (0.424286, -0.254348, 0.869073), }, + Vertex { position: (2.126237, -1.330172, 0.721011), + normal: (0.303379, -0.73119, 0.611002), }, + Vertex { position: (2.318787, -1.29409, 0.673863), + normal: (0.335626, -0.735806, 0.588171), }, + Vertex { position: (2.354287, -1.193746, 0.735189), + normal: (0.420794, -0.405156, 0.811653), }, + Vertex { position: (2.126237, -1.330172, 0.721011), + normal: (0.303379, -0.73119, 0.611002), }, + Vertex { position: (2.354287, -1.193746, 0.735189), + normal: (0.420794, -0.405156, 0.811653), }, + Vertex { position: (2.158051, -1.209613, 0.783941), + normal: (0.383978, -0.566345, 0.729256), }, + Vertex { position: (2.274533, -1.433487, 0.567366), + normal: (0.298349, -0.828641, 0.473647), }, + Vertex { position: (2.318787, -1.29409, 0.673863), + normal: (0.335626, -0.735806, 0.588171), }, + Vertex { position: (2.126237, -1.330172, 0.721011), + normal: (0.303379, -0.73119, 0.611002), }, + Vertex { position: (2.45706, -1.400958, 0.539866), + normal: (0.029207, 0.916877, 0.398099), }, + Vertex { position: (2.486533, -1.274971, 0.627822), + normal: (0.267279, -0.944479, 0.191107), }, + Vertex { position: (2.318787, -1.29409, 0.673863), + normal: (0.335626, -0.735806, 0.588171), }, + Vertex { position: (2.45706, -1.400958, 0.539866), + normal: (0.029207, 0.916877, 0.398099), }, + Vertex { position: (2.318787, -1.29409, 0.673863), + normal: (0.335626, -0.735806, 0.588171), }, + Vertex { position: (2.274533, -1.433487, 0.567366), + normal: (0.298349, -0.828641, 0.473647), }, + Vertex { position: (2.549322, -1.335209, 0.535156), + normal: (0.051939, 0.876473, 0.478641), }, + Vertex { position: (2.486533, -1.274971, 0.627822), + normal: (0.267279, -0.944479, 0.191107), }, + Vertex { position: (2.45706, -1.400958, 0.539866), + normal: (0.029207, 0.916877, 0.398099), }, + Vertex { position: (2.61797, -1.235597, 0.520238), + normal: (0.092427, 0.86666, 0.490262), }, + Vertex { position: (2.486533, -1.274971, 0.627822), + normal: (0.267279, -0.944479, 0.191107), }, + Vertex { position: (2.549322, -1.335209, 0.535156), + normal: (0.051939, 0.876473, 0.478641), }, + Vertex { position: (2.670253, -1.108365, 0.544018), + normal: (0.101272, 0.634315, 0.766413), }, + Vertex { position: (2.510841, -1.158786, 0.678057), + normal: (0.129186, 0.757141, 0.64035), }, + Vertex { position: (2.486533, -1.274971, 0.627822), + normal: (0.267279, -0.944479, 0.191107), }, + Vertex { position: (2.670253, -1.108365, 0.544018), + normal: (0.101272, 0.634315, 0.766413), }, + Vertex { position: (2.486533, -1.274971, 0.627822), + normal: (0.267279, -0.944479, 0.191107), }, + Vertex { position: (2.61797, -1.235597, 0.520238), + normal: (0.092427, 0.86666, 0.490262), }, + Vertex { position: (2.354287, -1.193746, 0.735189), + normal: (0.420794, -0.405156, 0.811653), }, + Vertex { position: (2.318787, -1.29409, 0.673863), + normal: (0.335626, -0.735806, 0.588171), }, + Vertex { position: (2.486533, -1.274971, 0.627822), + normal: (0.267279, -0.944479, 0.191107), }, + Vertex { position: (2.354287, -1.193746, 0.735189), + normal: (0.420794, -0.405156, 0.811653), }, + Vertex { position: (2.486533, -1.274971, 0.627822), + normal: (0.267279, -0.944479, 0.191107), }, + Vertex { position: (2.510841, -1.158786, 0.678057), + normal: (0.129186, 0.757141, 0.64035), }, + Vertex { position: (2.510841, -1.158786, 0.678057), + normal: (0.129186, 0.757141, 0.64035), }, + Vertex { position: (2.514167, -1.077721, 0.706614), + normal: (0.304293, -0.024391, 0.952266), }, + Vertex { position: (2.386465, -1.116066, 0.761367), + normal: (0.372063, -0.134052, 0.918477), }, + Vertex { position: (2.510841, -1.158786, 0.678057), + normal: (0.129186, 0.757141, 0.64035), }, + Vertex { position: (2.386465, -1.116066, 0.761367), + normal: (0.372063, -0.134052, 0.918477), }, + Vertex { position: (2.354287, -1.193746, 0.735189), + normal: (0.420794, -0.405156, 0.811653), }, + Vertex { position: (2.670253, -1.108365, 0.544018), + normal: (0.101272, 0.634315, 0.766413), }, + Vertex { position: (2.669281, -0.930664, 0.557166), + normal: (0.263434, 0.119819, 0.957207), }, + Vertex { position: (2.514167, -1.077721, 0.706614), + normal: (0.304293, -0.024391, 0.952266), }, + Vertex { position: (2.670253, -1.108365, 0.544018), + normal: (0.101272, 0.634315, 0.766413), }, + Vertex { position: (2.514167, -1.077721, 0.706614), + normal: (0.304293, -0.024391, 0.952266), }, + Vertex { position: (2.510841, -1.158786, 0.678057), + normal: (0.129186, 0.757141, 0.64035), }, + Vertex { position: (2.710721, -0.830091, 0.532493), + normal: (0.089104, 0.59547, 0.798421), }, + Vertex { position: (2.637655, -0.768176, 0.637039), + normal: (0.227108, 0.258715, 0.938876), }, + Vertex { position: (2.669281, -0.930664, 0.557166), + normal: (0.263434, 0.119819, 0.957207), }, + Vertex { position: (2.757946, -1.099958, 0.471684), + normal: (0.206788, 0.399922, 0.892917), }, + Vertex { position: (2.857666, -0.930625, 0.391195), + normal: (0.147941, 0.53134, 0.834141), }, + Vertex { position: (2.670253, -1.108365, 0.544018), + normal: (0.101272, 0.634315, 0.766413), }, + Vertex { position: (2.670253, -1.108365, 0.544018), + normal: (0.101272, 0.634315, 0.766413), }, + Vertex { position: (2.61797, -1.235597, 0.520238), + normal: (0.092427, 0.86666, 0.490262), }, + Vertex { position: (2.757946, -1.099958, 0.471684), + normal: (0.206788, 0.399922, 0.892917), }, + Vertex { position: (2.61797, -1.235597, 0.520238), + normal: (0.092427, 0.86666, 0.490262), }, + Vertex { position: (2.803736, -1.255869, 0.438328), + normal: (0.274567, 0.116527, 0.954481), }, + Vertex { position: (2.847364, -1.103812, 0.402301), + normal: (0.246802, 0.252523, 0.935586), }, + Vertex { position: (2.61797, -1.235597, 0.520238), + normal: (0.092427, 0.86666, 0.490262), }, + Vertex { position: (2.847364, -1.103812, 0.402301), + normal: (0.246802, 0.252523, 0.935586), }, + Vertex { position: (2.757946, -1.099958, 0.471684), + normal: (0.206788, 0.399922, 0.892917), }, + Vertex { position: (2.857666, -0.930625, 0.391195), + normal: (0.147941, 0.53134, 0.834141), }, + Vertex { position: (2.757946, -1.099958, 0.471684), + normal: (0.206788, 0.399922, 0.892917), }, + Vertex { position: (2.847364, -1.103812, 0.402301), + normal: (0.246802, 0.252523, 0.935586), }, + Vertex { position: (2.740886, -1.339225, 0.463604), + normal: (0.303729, -0.050718, 0.951408), }, + Vertex { position: (2.803736, -1.255869, 0.438328), + normal: (0.274567, 0.116527, 0.954481), }, + Vertex { position: (2.61797, -1.235597, 0.520238), + normal: (0.092427, 0.86666, 0.490262), }, + Vertex { position: (2.549322, -1.335209, 0.535156), + normal: (0.051939, 0.876473, 0.478641), }, + Vertex { position: (2.663024, -1.440487, 0.478149), + normal: (0.33122, -0.270106, 0.904067), }, + Vertex { position: (2.740886, -1.339225, 0.463604), + normal: (0.303729, -0.050718, 0.951408), }, + Vertex { position: (2.549322, -1.335209, 0.535156), + normal: (0.051939, 0.876473, 0.478641), }, + Vertex { position: (2.740886, -1.339225, 0.463604), + normal: (0.303729, -0.050718, 0.951408), }, + Vertex { position: (2.61797, -1.235597, 0.520238), + normal: (0.092427, 0.86666, 0.490262), }, + Vertex { position: (2.45706, -1.400958, 0.539866), + normal: (0.029207, 0.916877, 0.398099), }, + Vertex { position: (2.515314, -1.507063, 0.483275), + normal: (0.327725, -0.489439, 0.808112), }, + Vertex { position: (2.663024, -1.440487, 0.478149), + normal: (0.33122, -0.270106, 0.904067), }, + Vertex { position: (2.45706, -1.400958, 0.539866), + normal: (0.029207, 0.916877, 0.398099), }, + Vertex { position: (2.663024, -1.440487, 0.478149), + normal: (0.33122, -0.270106, 0.904067), }, + Vertex { position: (2.549322, -1.335209, 0.535156), + normal: (0.051939, 0.876473, 0.478641), }, + Vertex { position: (2.422296, -1.510915, 0.494169), + normal: (0.291858, -0.681117, 0.67149), }, + Vertex { position: (2.515314, -1.507063, 0.483275), + normal: (0.327725, -0.489439, 0.808112), }, + Vertex { position: (2.45706, -1.400958, 0.539866), + normal: (0.029207, 0.916877, 0.398099), }, + Vertex { position: (2.274533, -1.433487, 0.567366), + normal: (0.298349, -0.828641, 0.473647), }, + Vertex { position: (2.249663, -1.492705, 0.53127), + normal: (0.248915, -0.807091, 0.535392), }, + Vertex { position: (2.422296, -1.510915, 0.494169), + normal: (0.291858, -0.681117, 0.67149), }, + Vertex { position: (2.274533, -1.433487, 0.567366), + normal: (0.298349, -0.828641, 0.473647), }, + Vertex { position: (2.422296, -1.510915, 0.494169), + normal: (0.291858, -0.681117, 0.67149), }, + Vertex { position: (2.45706, -1.400958, 0.539866), + normal: (0.029207, 0.916877, 0.398099), }, + Vertex { position: (2.126237, -1.330172, 0.721011), + normal: (0.303379, -0.73119, 0.611002), }, + Vertex { position: (2.0796, -1.473377, 0.654997), + normal: (0.235033, -0.721825, 0.650944), }, + Vertex { position: (2.249663, -1.492705, 0.53127), + normal: (0.248915, -0.807091, 0.535392), }, + Vertex { position: (2.126237, -1.330172, 0.721011), + normal: (0.303379, -0.73119, 0.611002), }, + Vertex { position: (2.249663, -1.492705, 0.53127), + normal: (0.248915, -0.807091, 0.535392), }, + Vertex { position: (2.274533, -1.433487, 0.567366), + normal: (0.298349, -0.828641, 0.473647), }, + Vertex { position: (2.847364, -1.103812, 0.402301), + normal: (0.246802, 0.252523, 0.935586), }, + Vertex { position: (2.928787, -1.107467, 0.312054), + normal: (0.213948, -0.943673, 0.252405), }, + Vertex { position: (2.960118, -0.941827, 0.284743), + normal: (0.244106, -0.79539, 0.554768), }, + Vertex { position: (2.847364, -1.103812, 0.402301), + normal: (0.246802, 0.252523, 0.935586), }, + Vertex { position: (2.960118, -0.941827, 0.284743), + normal: (0.244106, -0.79539, 0.554768), }, + Vertex { position: (2.857666, -0.930625, 0.391195), + normal: (0.147941, 0.53134, 0.834141), }, + Vertex { position: (2.803736, -1.255869, 0.438328), + normal: (0.274567, 0.116527, 0.954481), }, + Vertex { position: (2.893096, -1.302168, 0.332049), + normal: (0.190577, -0.970681, 0.146488), }, + Vertex { position: (2.928787, -1.107467, 0.312054), + normal: (0.213948, -0.943673, 0.252405), }, + Vertex { position: (2.803736, -1.255869, 0.438328), + normal: (0.274567, 0.116527, 0.954481), }, + Vertex { position: (2.928787, -1.107467, 0.312054), + normal: (0.213948, -0.943673, 0.252405), }, + Vertex { position: (2.847364, -1.103812, 0.402301), + normal: (0.246802, 0.252523, 0.935586), }, + Vertex { position: (2.740886, -1.339225, 0.463604), + normal: (0.303729, -0.050718, 0.951408), }, + Vertex { position: (2.824356, -1.407256, 0.355013), + normal: (0.048754, 0.934073, 0.353738), }, + Vertex { position: (2.893096, -1.302168, 0.332049), + normal: (0.190577, -0.970681, 0.146488), }, + Vertex { position: (2.740886, -1.339225, 0.463604), + normal: (0.303729, -0.050718, 0.951408), }, + Vertex { position: (2.893096, -1.302168, 0.332049), + normal: (0.190577, -0.970681, 0.146488), }, + Vertex { position: (2.803736, -1.255869, 0.438328), + normal: (0.274567, 0.116527, 0.954481), }, + Vertex { position: (2.663024, -1.440487, 0.478149), + normal: (0.33122, -0.270106, 0.904067), }, + Vertex { position: (2.721135, -1.520418, 0.362378), + normal: (0.081223, 0.915345, 0.394394), }, + Vertex { position: (2.824356, -1.407256, 0.355013), + normal: (0.048754, 0.934073, 0.353738), }, + Vertex { position: (2.515314, -1.507063, 0.483275), + normal: (0.327725, -0.489439, 0.808112), }, + Vertex { position: (2.545261, -1.5933, 0.38631), + normal: (0.120116, 0.912706, 0.390565), }, + Vertex { position: (2.721135, -1.520418, 0.362378), + normal: (0.081223, 0.915345, 0.394394), }, + Vertex { position: (2.515314, -1.507063, 0.483275), + normal: (0.327725, -0.489439, 0.808112), }, + Vertex { position: (2.721135, -1.520418, 0.362378), + normal: (0.081223, 0.915345, 0.394394), }, + Vertex { position: (2.663024, -1.440487, 0.478149), + normal: (0.33122, -0.270106, 0.904067), }, + Vertex { position: (2.422296, -1.510915, 0.494169), + normal: (0.291858, -0.681117, 0.67149), }, + Vertex { position: (2.396607, -1.593239, 0.389972), + normal: (0.1717, 0.74071, 0.649514), }, + Vertex { position: (2.545261, -1.5933, 0.38631), + normal: (0.120116, 0.912706, 0.390565), }, + Vertex { position: (2.422296, -1.510915, 0.494169), + normal: (0.291858, -0.681117, 0.67149), }, + Vertex { position: (2.545261, -1.5933, 0.38631), + normal: (0.120116, 0.912706, 0.390565), }, + Vertex { position: (2.515314, -1.507063, 0.483275), + normal: (0.327725, -0.489439, 0.808112), }, + Vertex { position: (2.249663, -1.492705, 0.53127), + normal: (0.248915, -0.807091, 0.535392), }, + Vertex { position: (2.243492, -1.584783, 0.431143), + normal: (0.167704, 0.495674, 0.852164), }, + Vertex { position: (2.396607, -1.593239, 0.389972), + normal: (0.1717, 0.74071, 0.649514), }, + Vertex { position: (2.249663, -1.492705, 0.53127), + normal: (0.248915, -0.807091, 0.535392), }, + Vertex { position: (2.396607, -1.593239, 0.389972), + normal: (0.1717, 0.74071, 0.649514), }, + Vertex { position: (2.422296, -1.510915, 0.494169), + normal: (0.291858, -0.681117, 0.67149), }, + Vertex { position: (2.0796, -1.473377, 0.654997), + normal: (0.235033, -0.721825, 0.650944), }, + Vertex { position: (2.0482, -1.581983, 0.555832), + normal: (0.140536, 0.558684, 0.817388), }, + Vertex { position: (2.243492, -1.584783, 0.431143), + normal: (0.167704, 0.495674, 0.852164), }, + Vertex { position: (2.0796, -1.473377, 0.654997), + normal: (0.235033, -0.721825, 0.650944), }, + Vertex { position: (2.243492, -1.584783, 0.431143), + normal: (0.167704, 0.495674, 0.852164), }, + Vertex { position: (2.249663, -1.492705, 0.53127), + normal: (0.248915, -0.807091, 0.535392), }, + Vertex { position: (2.928787, -1.107467, 0.312054), + normal: (0.213948, -0.943673, 0.252405), }, + Vertex { position: (2.931756, -1.129655, 0.0), + normal: (0.820584, -0.571526, 0.0), }, + Vertex { position: (2.970902, -0.959664, 0.0), + normal: (-0.334515, 0.94239, 0.0), }, + Vertex { position: (2.928787, -1.107467, 0.312054), + normal: (0.213948, -0.943673, 0.252405), }, + Vertex { position: (2.970902, -0.959664, 0.0), + normal: (-0.334515, 0.94239, 0.0), }, + Vertex { position: (2.960118, -0.941827, 0.284743), + normal: (0.244106, -0.79539, 0.554768), }, + Vertex { position: (2.893096, -1.302168, 0.332049), + normal: (0.190577, -0.970681, 0.146488), }, + Vertex { position: (2.896234, -1.31956, 0.0), + normal: (-0.255632, 0.966774, 0.0), }, + Vertex { position: (2.931756, -1.129655, 0.0), + normal: (0.820584, -0.571526, 0.0), }, + Vertex { position: (2.893096, -1.302168, 0.332049), + normal: (0.190577, -0.970681, 0.146488), }, + Vertex { position: (2.931756, -1.129655, 0.0), + normal: (0.820584, -0.571526, 0.0), }, + Vertex { position: (2.928787, -1.107467, 0.312054), + normal: (0.213948, -0.943673, 0.252405), }, + Vertex { position: (2.824356, -1.407256, 0.355013), + normal: (0.048754, 0.934073, 0.353738), }, + Vertex { position: (2.821376, -1.431534, 0.0), + normal: (0.826305, -0.563222, 0.0), }, + Vertex { position: (2.896234, -1.31956, 0.0), + normal: (-0.255632, 0.966774, 0.0), }, + Vertex { position: (2.824356, -1.407256, 0.355013), + normal: (0.048754, 0.934073, 0.353738), }, + Vertex { position: (2.896234, -1.31956, 0.0), + normal: (-0.255632, 0.966774, 0.0), }, + Vertex { position: (2.893096, -1.302168, 0.332049), + normal: (0.190577, -0.970681, 0.146488), }, + Vertex { position: (2.721135, -1.520418, 0.362378), + normal: (0.081223, 0.915345, 0.394394), }, + Vertex { position: (2.706963, -1.528854, 0.0), + normal: (-0.133012, 0.991114, 0.0), }, + Vertex { position: (2.821376, -1.431534, 0.0), + normal: (0.826305, -0.563222, 0.0), }, + Vertex { position: (2.721135, -1.520418, 0.362378), + normal: (0.081223, 0.915345, 0.394394), }, + Vertex { position: (2.821376, -1.431534, 0.0), + normal: (0.826305, -0.563222, 0.0), }, + Vertex { position: (2.824356, -1.407256, 0.355013), + normal: (0.048754, 0.934073, 0.353738), }, + Vertex { position: (2.545261, -1.5933, 0.38631), + normal: (0.120116, 0.912706, 0.390565), }, + Vertex { position: (2.534227, -1.617078, 0.0), + normal: (0.815341, -0.578981, 0.0), }, + Vertex { position: (2.706963, -1.528854, 0.0), + normal: (-0.133012, 0.991114, 0.0), }, + Vertex { position: (2.545261, -1.5933, 0.38631), + normal: (0.120116, 0.912706, 0.390565), }, + Vertex { position: (2.706963, -1.528854, 0.0), + normal: (-0.133012, 0.991114, 0.0), }, + Vertex { position: (2.721135, -1.520418, 0.362378), + normal: (0.081223, 0.915345, 0.394394), }, + Vertex { position: (2.396607, -1.593239, 0.389972), + normal: (0.1717, 0.74071, 0.649514), }, + Vertex { position: (2.348182, -1.624595, 0.0), + normal: (-0.144073, 0.989567, 0.0), }, + Vertex { position: (2.534227, -1.617078, 0.0), + normal: (0.815341, -0.578981, 0.0), }, + Vertex { position: (2.396607, -1.593239, 0.389972), + normal: (0.1717, 0.74071, 0.649514), }, + Vertex { position: (2.534227, -1.617078, 0.0), + normal: (0.815341, -0.578981, 0.0), }, + Vertex { position: (2.545261, -1.5933, 0.38631), + normal: (0.120116, 0.912706, 0.390565), }, + Vertex { position: (2.243492, -1.584783, 0.431143), + normal: (0.167704, 0.495674, 0.852164), }, + Vertex { position: (2.167167, -1.596326, 0.0), + normal: (-0.073566, 0.99729, 0.0), }, + Vertex { position: (2.348182, -1.624595, 0.0), + normal: (-0.144073, 0.989567, 0.0), }, + Vertex { position: (2.243492, -1.584783, 0.431143), + normal: (0.167704, 0.495674, 0.852164), }, + Vertex { position: (2.348182, -1.624595, 0.0), + normal: (-0.144073, 0.989567, 0.0), }, + Vertex { position: (2.396607, -1.593239, 0.389972), + normal: (0.1717, 0.74071, 0.649514), }, + Vertex { position: (2.0482, -1.581983, 0.555832), + normal: (0.140536, 0.558684, 0.817388), }, + Vertex { position: (1.920432, -1.567396, 0.0), + normal: (-0.034649, 0.9994, 0.0), }, + Vertex { position: (2.167167, -1.596326, 0.0), + normal: (-0.073566, 0.99729, 0.0), }, + Vertex { position: (2.0482, -1.581983, 0.555832), + normal: (0.140536, 0.558684, 0.817388), }, + Vertex { position: (2.167167, -1.596326, 0.0), + normal: (-0.073566, 0.99729, 0.0), }, + Vertex { position: (2.243492, -1.584783, 0.431143), + normal: (0.167704, 0.495674, 0.852164), }, + Vertex { position: (2.835437, -0.231101, 0.57789), + normal: (0.100131, 0.509748, 0.854477), }, + Vertex { position: (2.736198, -0.346225, 0.659345), + normal: (0.478274, -0.500384, 0.721713), }, + Vertex { position: (2.881063, -0.493146, 0.521968), + normal: (0.136523, 0.621747, 0.771228), }, + Vertex { position: (2.881063, -0.493146, 0.521968), + normal: (0.136523, 0.621747, 0.771228), }, + Vertex { position: (2.986408, -0.413503, 0.428964), + normal: (0.709718, -0.453837, 0.538824), }, + Vertex { position: (2.835437, -0.231101, 0.57789), + normal: (0.100131, 0.509748, 0.854477), }, + Vertex { position: (2.910769, -0.638444, 0.431191), + normal: (0.063174, 0.351351, 0.93411), }, + Vertex { position: (2.986408, -0.413503, 0.428964), + normal: (0.709718, -0.453837, 0.538824), }, + Vertex { position: (2.881063, -0.493146, 0.521968), + normal: (0.136523, 0.621747, 0.771228), }, + Vertex { position: (2.881063, -0.493146, 0.521968), + normal: (0.136523, 0.621747, 0.771228), }, + Vertex { position: (2.82554, -0.567578, 0.552597), + normal: (0.078896, 0.195617, 0.977502), }, + Vertex { position: (2.910769, -0.638444, 0.431191), + normal: (0.063174, 0.351351, 0.93411), }, + Vertex { position: (2.688131, -0.517509, 0.672975), + normal: (0.245892, -0.489895, 0.836385), }, + Vertex { position: (2.82554, -0.567578, 0.552597), + normal: (0.078896, 0.195617, 0.977502), }, + Vertex { position: (2.881063, -0.493146, 0.521968), + normal: (0.136523, 0.621747, 0.771228), }, + Vertex { position: (2.647368, -0.61155, 0.669485), + normal: (0.430574, -0.353967, 0.830249), }, + Vertex { position: (2.5392, -0.727778, 0.750475), + normal: (0.518786, -0.204527, 0.830078), }, + Vertex { position: (2.637655, -0.768176, 0.637039), + normal: (0.227108, 0.258715, 0.938876), }, + Vertex { position: (2.618307, -0.549092, 0.805491), + normal: (0.58512, -0.108234, 0.803692), }, + Vertex { position: (2.5392, -0.727778, 0.750475), + normal: (0.518786, -0.204527, 0.830078), }, + Vertex { position: (2.647368, -0.61155, 0.669485), + normal: (0.430574, -0.353967, 0.830249), }, + Vertex { position: (2.647368, -0.61155, 0.669485), + normal: (0.430574, -0.353967, 0.830249), }, + Vertex { position: (2.688131, -0.517509, 0.672975), + normal: (0.245892, -0.489895, 0.836385), }, + Vertex { position: (2.618307, -0.549092, 0.805491), + normal: (0.58512, -0.108234, 0.803692), }, + Vertex { position: (2.710721, -0.830091, 0.532493), + normal: (0.089104, 0.59547, 0.798421), }, + Vertex { position: (2.910769, -0.638444, 0.431191), + normal: (0.063174, 0.351351, 0.93411), }, + Vertex { position: (2.82554, -0.567578, 0.552597), + normal: (0.078896, 0.195617, 0.977502), }, + Vertex { position: (2.710721, -0.830091, 0.532493), + normal: (0.089104, 0.59547, 0.798421), }, + Vertex { position: (2.82554, -0.567578, 0.552597), + normal: (0.078896, 0.195617, 0.977502), }, + Vertex { position: (2.637655, -0.768176, 0.637039), + normal: (0.227108, 0.258715, 0.938876), }, + Vertex { position: (2.857666, -0.930625, 0.391195), + normal: (0.147941, 0.53134, 0.834141), }, + Vertex { position: (2.910769, -0.638444, 0.431191), + normal: (0.063174, 0.351351, 0.93411), }, + Vertex { position: (2.710721, -0.830091, 0.532493), + normal: (0.089104, 0.59547, 0.798421), }, + Vertex { position: (2.993075, -0.708434, 0.342596), + normal: (0.097816, -0.016117, 0.995074), }, + Vertex { position: (2.910769, -0.638444, 0.431191), + normal: (0.063174, 0.351351, 0.93411), }, + Vertex { position: (2.857666, -0.930625, 0.391195), + normal: (0.147941, 0.53134, 0.834141), }, + Vertex { position: (2.857666, -0.930625, 0.391195), + normal: (0.147941, 0.53134, 0.834141), }, + Vertex { position: (2.960118, -0.941827, 0.284743), + normal: (0.244106, -0.79539, 0.554768), }, + Vertex { position: (3.045715, -0.767786, 0.261741), + normal: (0.10737, -0.293005, 0.950063), }, + Vertex { position: (2.857666, -0.930625, 0.391195), + normal: (0.147941, 0.53134, 0.834141), }, + Vertex { position: (3.045715, -0.767786, 0.261741), + normal: (0.10737, -0.293005, 0.950063), }, + Vertex { position: (2.993075, -0.708434, 0.342596), + normal: (0.097816, -0.016117, 0.995074), }, + Vertex { position: (2.970902, -0.959664, 0.0), + normal: (-0.334515, 0.94239, 0.0), }, + Vertex { position: (3.065544, -0.788768, 0.0), + normal: (0.942695, -0.333657, 0.0), }, + Vertex { position: (3.045715, -0.767786, 0.261741), + normal: (0.10737, -0.293005, 0.950063), }, + Vertex { position: (2.970902, -0.959664, 0.0), + normal: (-0.334515, 0.94239, 0.0), }, + Vertex { position: (3.045715, -0.767786, 0.261741), + normal: (0.10737, -0.293005, 0.950063), }, + Vertex { position: (2.960118, -0.941827, 0.284743), + normal: (0.244106, -0.79539, 0.554768), }, + Vertex { position: (3.118124, -0.703925, 0.0), + normal: (-0.476715, 0.879058, 0.0), }, + Vertex { position: (3.107533, -0.691019, 0.264602), + normal: (0.6483, -0.171023, 0.741928), }, + Vertex { position: (3.045715, -0.767786, 0.261741), + normal: (0.10737, -0.293005, 0.950063), }, + Vertex { position: (3.118124, -0.703925, 0.0), + normal: (-0.476715, 0.879058, 0.0), }, + Vertex { position: (3.045715, -0.767786, 0.261741), + normal: (0.10737, -0.293005, 0.950063), }, + Vertex { position: (3.065544, -0.788768, 0.0), + normal: (0.942695, -0.333657, 0.0), }, + Vertex { position: (2.669281, -0.930664, 0.557166), + normal: (0.263434, 0.119819, 0.957207), }, + Vertex { position: (2.670253, -1.108365, 0.544018), + normal: (0.101272, 0.634315, 0.766413), }, + Vertex { position: (2.857666, -0.930625, 0.391195), + normal: (0.147941, 0.53134, 0.834141), }, + Vertex { position: (2.669281, -0.930664, 0.557166), + normal: (0.263434, 0.119819, 0.957207), }, + Vertex { position: (2.857666, -0.930625, 0.391195), + normal: (0.147941, 0.53134, 0.834141), }, + Vertex { position: (2.710721, -0.830091, 0.532493), + normal: (0.089104, 0.59547, 0.798421), }, + Vertex { position: (2.82554, -0.567578, 0.552597), + normal: (0.078896, 0.195617, 0.977502), }, + Vertex { position: (2.688131, -0.517509, 0.672975), + normal: (0.245892, -0.489895, 0.836385), }, + Vertex { position: (2.647368, -0.61155, 0.669485), + normal: (0.430574, -0.353967, 0.830249), }, + Vertex { position: (2.82554, -0.567578, 0.552597), + normal: (0.078896, 0.195617, 0.977502), }, + Vertex { position: (2.647368, -0.61155, 0.669485), + normal: (0.430574, -0.353967, 0.830249), }, + Vertex { position: (2.637655, -0.768176, 0.637039), + normal: (0.227108, 0.258715, 0.938876), }, + Vertex { position: (2.910769, -0.638444, 0.431191), + normal: (0.063174, 0.351351, 0.93411), }, + Vertex { position: (2.993075, -0.708434, 0.342596), + normal: (0.097816, -0.016117, 0.995074), }, + Vertex { position: (3.053144, -0.609681, 0.326931), + normal: (0.4379, -0.250054, 0.863549), }, + Vertex { position: (2.910769, -0.638444, 0.431191), + normal: (0.063174, 0.351351, 0.93411), }, + Vertex { position: (3.053144, -0.609681, 0.326931), + normal: (0.4379, -0.250054, 0.863549), }, + Vertex { position: (2.986408, -0.413503, 0.428964), + normal: (0.709718, -0.453837, 0.538824), }, + Vertex { position: (3.045715, -0.767786, 0.261741), + normal: (0.10737, -0.293005, 0.950063), }, + Vertex { position: (3.107533, -0.691019, 0.264602), + normal: (0.6483, -0.171023, 0.741928), }, + Vertex { position: (3.053144, -0.609681, 0.326931), + normal: (0.4379, -0.250054, 0.863549), }, + Vertex { position: (3.045715, -0.767786, 0.261741), + normal: (0.10737, -0.293005, 0.950063), }, + Vertex { position: (3.053144, -0.609681, 0.326931), + normal: (0.4379, -0.250054, 0.863549), }, + Vertex { position: (2.993075, -0.708434, 0.342596), + normal: (0.097816, -0.016117, 0.995074), }, + Vertex { position: (-1.200688, -1.577575, 0.799188), + normal: (-0.809154, 0.004832, 0.587577), }, + Vertex { position: (-1.226563, -1.655159, 0.687343), + normal: (-0.942755, -0.29871, -0.148273), }, + Vertex { position: (-1.091175, -1.70712, 0.727242), + normal: (-0.965506, -0.176768, -0.191185), }, + Vertex { position: (-1.200688, -1.577575, 0.799188), + normal: (-0.809154, 0.004832, 0.587577), }, + Vertex { position: (-1.091175, -1.70712, 0.727242), + normal: (-0.965506, -0.176768, -0.191185), }, + Vertex { position: (-0.953236, -1.545941, 0.89918), + normal: (-0.02449, 0.224062, 0.974267), }, + Vertex { position: (-1.376186, -1.661988, 0.718954), + normal: (-0.285709, 0.130064, 0.949449), }, + Vertex { position: (-1.226563, -1.655159, 0.687343), + normal: (-0.942755, -0.29871, -0.148273), }, + Vertex { position: (-1.200688, -1.577575, 0.799188), + normal: (-0.809154, 0.004832, 0.587577), }, + Vertex { position: (-1.266738, -1.691944, 0.557922), + normal: (0.714393, -0.109998, 0.691045), }, + Vertex { position: (-1.089642, -1.757196, 0.685154), + normal: (0.859237, -0.17312, 0.481395), }, + Vertex { position: (-1.091175, -1.70712, 0.727242), + normal: (-0.965506, -0.176768, -0.191185), }, + Vertex { position: (-1.266738, -1.691944, 0.557922), + normal: (0.714393, -0.109998, 0.691045), }, + Vertex { position: (-1.091175, -1.70712, 0.727242), + normal: (-0.965506, -0.176768, -0.191185), }, + Vertex { position: (-1.226563, -1.655159, 0.687343), + normal: (-0.942755, -0.29871, -0.148273), }, + Vertex { position: (-0.972089, -1.774507, 0.76857), + normal: (-0.017579, 0.132168, 0.991072), }, + Vertex { position: (-0.953236, -1.545941, 0.89918), + normal: (-0.02449, 0.224062, 0.974267), }, + Vertex { position: (-1.091175, -1.70712, 0.727242), + normal: (-0.965506, -0.176768, -0.191185), }, + Vertex { position: (-0.812845, -1.785424, 0.768511), + normal: (0.419396, -0.035927, 0.907092), }, + Vertex { position: (-0.953236, -1.545941, 0.89918), + normal: (-0.02449, 0.224062, 0.974267), }, + Vertex { position: (-0.972089, -1.774507, 0.76857), + normal: (-0.017579, 0.132168, 0.991072), }, + Vertex { position: (-0.680046, -1.768325, 0.81908), + normal: (0.045651, -0.004499, 0.998947), }, + Vertex { position: (-0.535144, -1.615983, 0.920556), + normal: (0.079848, 0.962653, 0.258695), }, + Vertex { position: (-0.953236, -1.545941, 0.89918), + normal: (-0.02449, 0.224062, 0.974267), }, + Vertex { position: (-0.680046, -1.768325, 0.81908), + normal: (0.045651, -0.004499, 0.998947), }, + Vertex { position: (-0.953236, -1.545941, 0.89918), + normal: (-0.02449, 0.224062, 0.974267), }, + Vertex { position: (-0.812845, -1.785424, 0.768511), + normal: (0.419396, -0.035927, 0.907092), }, + Vertex { position: (-0.564074, -1.789401, 0.803191), + normal: (0.031476, 0.864418, 0.501787), }, + Vertex { position: (-0.535144, -1.615983, 0.920556), + normal: (0.079848, 0.962653, 0.258695), }, + Vertex { position: (-0.680046, -1.768325, 0.81908), + normal: (0.045651, -0.004499, 0.998947), }, + Vertex { position: (-0.422877, -1.7512, 0.823423), + normal: (-0.019419, -0.11596, 0.993064), }, + Vertex { position: (-0.535144, -1.615983, 0.920556), + normal: (0.079848, 0.962653, 0.258695), }, + Vertex { position: (-0.564074, -1.789401, 0.803191), + normal: (0.031476, 0.864418, 0.501787), }, + Vertex { position: (-0.07847, -1.688266, 0.80023), + normal: (0.061261, 0.954316, 0.292452), }, + Vertex { position: (-0.063012, -1.583021, 0.865082), + normal: (-0.084259, -0.367691, 0.926123), }, + Vertex { position: (-0.535144, -1.615983, 0.920556), + normal: (0.079848, 0.962653, 0.258695), }, + Vertex { position: (-0.07847, -1.688266, 0.80023), + normal: (0.061261, 0.954316, 0.292452), }, + Vertex { position: (-0.535144, -1.615983, 0.920556), + normal: (0.079848, 0.962653, 0.258695), }, + Vertex { position: (-0.422877, -1.7512, 0.823423), + normal: (-0.019419, -0.11596, 0.993064), }, + Vertex { position: (-0.543078, -1.810473, 0.563825), + normal: (-0.004377, 0.58747, 0.809234), }, + Vertex { position: (-0.094135, -1.769086, 0.556924), + normal: (0.076968, 0.969253, 0.233719), }, + Vertex { position: (-0.07847, -1.688266, 0.80023), + normal: (0.061261, 0.954316, 0.292452), }, + Vertex { position: (-0.543078, -1.810473, 0.563825), + normal: (-0.004377, 0.58747, 0.809234), }, + Vertex { position: (-0.07847, -1.688266, 0.80023), + normal: (0.061261, 0.954316, 0.292452), }, + Vertex { position: (-0.422877, -1.7512, 0.823423), + normal: (-0.019419, -0.11596, 0.993064), }, + Vertex { position: (-0.422877, -1.7512, 0.823423), + normal: (-0.019419, -0.11596, 0.993064), }, + Vertex { position: (-0.564074, -1.789401, 0.803191), + normal: (0.031476, 0.864418, 0.501787), }, + Vertex { position: (-0.543078, -1.810473, 0.563825), + normal: (-0.004377, 0.58747, 0.809234), }, + Vertex { position: (-0.680046, -1.768325, 0.81908), + normal: (0.045651, -0.004499, 0.998947), }, + Vertex { position: (-0.543078, -1.810473, 0.563825), + normal: (-0.004377, 0.58747, 0.809234), }, + Vertex { position: (-0.564074, -1.789401, 0.803191), + normal: (0.031476, 0.864418, 0.501787), }, + Vertex { position: (-0.812845, -1.785424, 0.768511), + normal: (0.419396, -0.035927, 0.907092), }, + Vertex { position: (-0.977375, -1.793126, 0.498747), + normal: (-0.055857, 0.145868, 0.987726), }, + Vertex { position: (-0.543078, -1.810473, 0.563825), + normal: (-0.004377, 0.58747, 0.809234), }, + Vertex { position: (-0.812845, -1.785424, 0.768511), + normal: (0.419396, -0.035927, 0.907092), }, + Vertex { position: (-0.543078, -1.810473, 0.563825), + normal: (-0.004377, 0.58747, 0.809234), }, + Vertex { position: (-0.680046, -1.768325, 0.81908), + normal: (0.045651, -0.004499, 0.998947), }, + Vertex { position: (-0.972089, -1.774507, 0.76857), + normal: (-0.017579, 0.132168, 0.991072), }, + Vertex { position: (-1.091175, -1.70712, 0.727242), + normal: (-0.965506, -0.176768, -0.191185), }, + Vertex { position: (-1.089642, -1.757196, 0.685154), + normal: (0.859237, -0.17312, 0.481395), }, + Vertex { position: (-1.108758, -1.770749, 0.473033), + normal: (-0.182029, -0.190207, 0.964721), }, + Vertex { position: (-0.977375, -1.793126, 0.498747), + normal: (-0.055857, 0.145868, 0.987726), }, + Vertex { position: (-1.089642, -1.757196, 0.685154), + normal: (0.859237, -0.17312, 0.481395), }, + Vertex { position: (-1.108758, -1.770749, 0.473033), + normal: (-0.182029, -0.190207, 0.964721), }, + Vertex { position: (-1.089642, -1.757196, 0.685154), + normal: (0.859237, -0.17312, 0.481395), }, + Vertex { position: (-1.266738, -1.691944, 0.557922), + normal: (0.714393, -0.109998, 0.691045), }, + Vertex { position: (-1.266738, -1.691944, 0.557922), + normal: (0.714393, -0.109998, 0.691045), }, + Vertex { position: (-1.305099, -1.70846, 0.48423), + normal: (-0.571338, -0.120921, 0.811758), }, + Vertex { position: (-1.108758, -1.770749, 0.473033), + normal: (-0.182029, -0.190207, 0.964721), }, + Vertex { position: (-1.226563, -1.655159, 0.687343), + normal: (-0.942755, -0.29871, -0.148273), }, + Vertex { position: (-1.376186, -1.661988, 0.718954), + normal: (-0.285709, 0.130064, 0.949449), }, + Vertex { position: (-1.266738, -1.691944, 0.557922), + normal: (0.714393, -0.109998, 0.691045), }, + Vertex { position: (-1.397474, -1.693815, 0.570541), + normal: (-0.587909, -0.233166, 0.774594), }, + Vertex { position: (-1.266738, -1.691944, 0.557922), + normal: (0.714393, -0.109998, 0.691045), }, + Vertex { position: (-1.376186, -1.661988, 0.718954), + normal: (-0.285709, 0.130064, 0.949449), }, + Vertex { position: (-1.305099, -1.70846, 0.48423), + normal: (-0.571338, -0.120921, 0.811758), }, + Vertex { position: (-1.406693, -1.697325, 0.450399), + normal: (0.023392, -0.110333, 0.993619), }, + Vertex { position: (-1.386502, -1.718441, 0.350823), + normal: (-0.279485, 0.127803, 0.951606), }, + Vertex { position: (-0.972514, -1.822778, 0.372649), + normal: (-0.329905, -0.225598, 0.916661), }, + Vertex { position: (-1.305099, -1.70846, 0.48423), + normal: (-0.571338, -0.120921, 0.811758), }, + Vertex { position: (-1.386502, -1.718441, 0.350823), + normal: (-0.279485, 0.127803, 0.951606), }, + Vertex { position: (-0.523838, -1.850065, 0.388007), + normal: (0.044022, 0.273891, 0.960753), }, + Vertex { position: (-0.543078, -1.810473, 0.563825), + normal: (-0.004377, 0.58747, 0.809234), }, + Vertex { position: (-0.977375, -1.793126, 0.498747), + normal: (-0.055857, 0.145868, 0.987726), }, + Vertex { position: (-0.523838, -1.850065, 0.388007), + normal: (0.044022, 0.273891, 0.960753), }, + Vertex { position: (-0.977375, -1.793126, 0.498747), + normal: (-0.055857, 0.145868, 0.987726), }, + Vertex { position: (-0.972514, -1.822778, 0.372649), + normal: (-0.329905, -0.225598, 0.916661), }, + Vertex { position: (-0.112666, -1.806584, 0.383324), + normal: (0.057779, 0.975002, 0.214553), }, + Vertex { position: (-0.094135, -1.769086, 0.556924), + normal: (0.076968, 0.969253, 0.233719), }, + Vertex { position: (-0.543078, -1.810473, 0.563825), + normal: (-0.004377, 0.58747, 0.809234), }, + Vertex { position: (-0.112666, -1.806584, 0.383324), + normal: (0.057779, 0.975002, 0.214553), }, + Vertex { position: (-0.543078, -1.810473, 0.563825), + normal: (-0.004377, 0.58747, 0.809234), }, + Vertex { position: (-0.523838, -1.850065, 0.388007), + normal: (0.044022, 0.273891, 0.960753), }, + Vertex { position: (0.480235, -1.631521, 0.401961), + normal: (-0.178511, -0.973481, 0.143068), }, + Vertex { position: (0.489819, -1.524947, 0.672392), + normal: (-0.1427, -0.847733, 0.510868), }, + Vertex { position: (-0.094135, -1.769086, 0.556924), + normal: (0.076968, 0.969253, 0.233719), }, + Vertex { position: (0.480235, -1.631521, 0.401961), + normal: (-0.178511, -0.973481, 0.143068), }, + Vertex { position: (-0.094135, -1.769086, 0.556924), + normal: (0.076968, 0.969253, 0.233719), }, + Vertex { position: (-0.112666, -1.806584, 0.383324), + normal: (0.057779, 0.975002, 0.214553), }, + Vertex { position: (-0.112666, -1.806584, 0.383324), + normal: (0.057779, 0.975002, 0.214553), }, + Vertex { position: (-0.155114, -1.828285, 0.0), + normal: (-0.084764, -0.996401, 0.0), }, + Vertex { position: (0.44655, -1.67295, 0.0), + normal: (0.226963, -0.973903, 0.0), }, + Vertex { position: (-0.112666, -1.806584, 0.383324), + normal: (0.057779, 0.975002, 0.214553), }, + Vertex { position: (0.44655, -1.67295, 0.0), + normal: (0.226963, -0.973903, 0.0), }, + Vertex { position: (0.480235, -1.631521, 0.401961), + normal: (-0.178511, -0.973481, 0.143068), }, + Vertex { position: (-0.523838, -1.850065, 0.388007), + normal: (0.044022, 0.273891, 0.960753), }, + Vertex { position: (-0.530369, -1.860806, 0.0), + normal: (0.854132, -0.520056, 0.0), }, + Vertex { position: (-0.155114, -1.828285, 0.0), + normal: (-0.084764, -0.996401, 0.0), }, + Vertex { position: (-0.523838, -1.850065, 0.388007), + normal: (0.044022, 0.273891, 0.960753), }, + Vertex { position: (-0.155114, -1.828285, 0.0), + normal: (-0.084764, -0.996401, 0.0), }, + Vertex { position: (-0.112666, -1.806584, 0.383324), + normal: (0.057779, 0.975002, 0.214553), }, + Vertex { position: (-0.972514, -1.822778, 0.372649), + normal: (-0.329905, -0.225598, 0.916661), }, + Vertex { position: (-0.956007, -1.825728, 0.0), + normal: (0.113474, -0.993541, 0.0), }, + Vertex { position: (-0.530369, -1.860806, 0.0), + normal: (0.854132, -0.520056, 0.0), }, + Vertex { position: (-0.972514, -1.822778, 0.372649), + normal: (-0.329905, -0.225598, 0.916661), }, + Vertex { position: (-0.530369, -1.860806, 0.0), + normal: (0.854132, -0.520056, 0.0), }, + Vertex { position: (-0.523838, -1.850065, 0.388007), + normal: (0.044022, 0.273891, 0.960753), }, + Vertex { position: (-1.386502, -1.718441, 0.350823), + normal: (-0.279485, 0.127803, 0.951606), }, + Vertex { position: (-1.395728, -1.723811, 0.0), + normal: (0.011286, 0.999936, 0.0), }, + Vertex { position: (-0.956007, -1.825728, 0.0), + normal: (0.113474, -0.993541, 0.0), }, + Vertex { position: (-1.386502, -1.718441, 0.350823), + normal: (-0.279485, 0.127803, 0.951606), }, + Vertex { position: (-0.956007, -1.825728, 0.0), + normal: (0.113474, -0.993541, 0.0), }, + Vertex { position: (-0.972514, -1.822778, 0.372649), + normal: (-0.329905, -0.225598, 0.916661), }, + Vertex { position: (-0.977375, -1.793126, 0.498747), + normal: (-0.055857, 0.145868, 0.987726), }, + Vertex { position: (-0.972089, -1.774507, 0.76857), + normal: (-0.017579, 0.132168, 0.991072), }, + Vertex { position: (-1.089642, -1.757196, 0.685154), + normal: (0.859237, -0.17312, 0.481395), }, + Vertex { position: (-0.972089, -1.774507, 0.76857), + normal: (-0.017579, 0.132168, 0.991072), }, + Vertex { position: (-0.977375, -1.793126, 0.498747), + normal: (-0.055857, 0.145868, 0.987726), }, + Vertex { position: (-0.812845, -1.785424, 0.768511), + normal: (0.419396, -0.035927, 0.907092), }, + Vertex { position: (1.806371, -2.949735, 0.984058), + normal: (-0.51975, 0.138222, 0.843063), }, + Vertex { position: (1.771416, -2.769024, 0.9461), + normal: (-0.4909, 0.016111, -0.871067), }, + Vertex { position: (1.718315, -2.775468, 0.921796), + normal: (0.21689, -0.976039, -0.017487), }, + Vertex { position: (1.806371, -2.949735, 0.984058), + normal: (-0.51975, 0.138222, 0.843063), }, + Vertex { position: (1.718315, -2.775468, 0.921796), + normal: (0.21689, -0.976039, -0.017487), }, + Vertex { position: (1.734568, -2.965876, 0.986396), + normal: (-0.424393, 0.057227, 0.903668), }, + Vertex { position: (2.021366, -2.881725, 0.945561), + normal: (-0.775358, 0.344514, 0.529274), }, + Vertex { position: (1.960643, -2.71286, 0.90089), + normal: (-0.440199, 0.219838, 0.870572), }, + Vertex { position: (1.880971, -2.733242, 0.8902), + normal: (-0.90358, 0.003168, 0.428409), }, + Vertex { position: (2.021366, -2.881725, 0.945561), + normal: (-0.775358, 0.344514, 0.529274), }, + Vertex { position: (1.880971, -2.733242, 0.8902), + normal: (-0.90358, 0.003168, 0.428409), }, + Vertex { position: (1.911792, -2.895773, 0.950117), + normal: (-0.032037, -0.072305, 0.996868), }, + Vertex { position: (2.057496, -2.887282, 0.844225), + normal: (-0.820357, 0.160676, 0.548815), }, + Vertex { position: (1.994078, -2.713047, 0.824553), + normal: (0.636282, 0.100894, 0.76483), }, + Vertex { position: (1.960643, -2.71286, 0.90089), + normal: (-0.440199, 0.219838, 0.870572), }, + Vertex { position: (2.057496, -2.887282, 0.844225), + normal: (-0.820357, 0.160676, 0.548815), }, + Vertex { position: (1.960643, -2.71286, 0.90089), + normal: (-0.440199, 0.219838, 0.870572), }, + Vertex { position: (2.021366, -2.881725, 0.945561), + normal: (-0.775358, 0.344514, 0.529274), }, + Vertex { position: (1.735077, -3.022732, 0.972751), + normal: (-0.906134, 0.012265, -0.422813), }, + Vertex { position: (1.806371, -2.949735, 0.984058), + normal: (-0.51975, 0.138222, 0.843063), }, + Vertex { position: (1.734568, -2.965876, 0.986396), + normal: (-0.424393, 0.057227, 0.903668), }, + Vertex { position: (1.721745, -3.116887, 0.979111), + normal: (0.461464, -0.003303, 0.887153), }, + Vertex { position: (1.802387, -3.089615, 0.961851), + normal: (0.000666, 0.002295, 0.999997), }, + Vertex { position: (1.735077, -3.022732, 0.972751), + normal: (-0.906134, 0.012265, -0.422813), }, + Vertex { position: (1.811797, -3.135641, 0.933096), + normal: (-0.156447, -0.088128, 0.983747), }, + Vertex { position: (1.802387, -3.089615, 0.961851), + normal: (0.000666, 0.002295, 0.999997), }, + Vertex { position: (1.721745, -3.116887, 0.979111), + normal: (0.461464, -0.003303, 0.887153), }, + Vertex { position: (2.091539, -3.032437, 0.947029), + normal: (0.773659, -0.235087, -0.588375), }, + Vertex { position: (2.113587, -3.011851, 0.851648), + normal: (0.789099, -0.039289, -0.613008), }, + Vertex { position: (2.057496, -2.887282, 0.844225), + normal: (-0.820357, 0.160676, 0.548815), }, + Vertex { position: (2.091539, -3.032437, 0.947029), + normal: (0.773659, -0.235087, -0.588375), }, + Vertex { position: (2.057496, -2.887282, 0.844225), + normal: (-0.820357, 0.160676, 0.548815), }, + Vertex { position: (2.021366, -2.881725, 0.945561), + normal: (-0.775358, 0.344514, 0.529274), }, + Vertex { position: (1.880971, -2.733242, 0.8902), + normal: (-0.90358, 0.003168, 0.428409), }, + Vertex { position: (1.830669, -2.736121, 0.903313), + normal: (-0.062994, -0.00854, -0.997977), }, + Vertex { position: (1.848272, -2.92726, 0.996966), + normal: (0.433219, -0.09361, 0.896414), }, + Vertex { position: (1.880971, -2.733242, 0.8902), + normal: (-0.90358, 0.003168, 0.428409), }, + Vertex { position: (1.848272, -2.92726, 0.996966), + normal: (0.433219, -0.09361, 0.896414), }, + Vertex { position: (1.911792, -2.895773, 0.950117), + normal: (-0.032037, -0.072305, 0.996868), }, + Vertex { position: (1.848272, -2.92726, 0.996966), + normal: (0.433219, -0.09361, 0.896414), }, + Vertex { position: (1.830669, -2.736121, 0.903313), + normal: (-0.062994, -0.00854, -0.997977), }, + Vertex { position: (1.771416, -2.769024, 0.9461), + normal: (-0.4909, 0.016111, -0.871067), }, + Vertex { position: (1.848272, -2.92726, 0.996966), + normal: (0.433219, -0.09361, 0.896414), }, + Vertex { position: (1.771416, -2.769024, 0.9461), + normal: (-0.4909, 0.016111, -0.871067), }, + Vertex { position: (1.806371, -2.949735, 0.984058), + normal: (-0.51975, 0.138222, 0.843063), }, + Vertex { position: (1.709173, -3.133145, 0.80794), + normal: (-0.050511, -0.258376, -0.964723), }, + Vertex { position: (1.721745, -3.116887, 0.979111), + normal: (0.461464, -0.003303, 0.887153), }, + Vertex { position: (1.735077, -3.022732, 0.972751), + normal: (-0.906134, 0.012265, -0.422813), }, + Vertex { position: (1.709173, -3.133145, 0.80794), + normal: (-0.050511, -0.258376, -0.964723), }, + Vertex { position: (1.735077, -3.022732, 0.972751), + normal: (-0.906134, 0.012265, -0.422813), }, + Vertex { position: (1.705953, -3.006628, 0.83263), + normal: (-0.065687, -0.249194, -0.966223), }, + Vertex { position: (1.806407, -3.173343, 0.834455), + normal: (-0.042094, -0.220101, -0.974568), }, + Vertex { position: (1.811797, -3.135641, 0.933096), + normal: (-0.156447, -0.088128, 0.983747), }, + Vertex { position: (1.721745, -3.116887, 0.979111), + normal: (0.461464, -0.003303, 0.887153), }, + Vertex { position: (1.806407, -3.173343, 0.834455), + normal: (-0.042094, -0.220101, -0.974568), }, + Vertex { position: (1.721745, -3.116887, 0.979111), + normal: (0.461464, -0.003303, 0.887153), }, + Vertex { position: (1.709173, -3.133145, 0.80794), + normal: (-0.050511, -0.258376, -0.964723), }, + Vertex { position: (1.900481, -3.131932, 0.728621), + normal: (-0.363523, -0.150625, -0.919327), }, + Vertex { position: (1.806407, -3.173343, 0.834455), + normal: (-0.042094, -0.220101, -0.974568), }, + Vertex { position: (1.709173, -3.133145, 0.80794), + normal: (-0.050511, -0.258376, -0.964723), }, + Vertex { position: (1.900481, -3.131932, 0.728621), + normal: (-0.363523, -0.150625, -0.919327), }, + Vertex { position: (1.709173, -3.133145, 0.80794), + normal: (-0.050511, -0.258376, -0.964723), }, + Vertex { position: (1.741854, -3.114181, 0.700705), + normal: (-0.326843, -0.236651, -0.91497), }, + Vertex { position: (1.776024, -2.980086, 0.707575), + normal: (0.753698, -0.027204, -0.656657), }, + Vertex { position: (1.741854, -3.114181, 0.700705), + normal: (-0.326843, -0.236651, -0.91497), }, + Vertex { position: (1.709173, -3.133145, 0.80794), + normal: (-0.050511, -0.258376, -0.964723), }, + Vertex { position: (1.776024, -2.980086, 0.707575), + normal: (0.753698, -0.027204, -0.656657), }, + Vertex { position: (1.709173, -3.133145, 0.80794), + normal: (-0.050511, -0.258376, -0.964723), }, + Vertex { position: (1.705953, -3.006628, 0.83263), + normal: (-0.065687, -0.249194, -0.966223), }, + Vertex { position: (1.705953, -3.006628, 0.83263), + normal: (-0.065687, -0.249194, -0.966223), }, + Vertex { position: (1.700797, -2.794792, 0.82425), + normal: (-0.020456, 0.943466, 0.330837), }, + Vertex { position: (1.736425, -2.743683, 0.736866), + normal: (0.030762, -0.124297, -0.991768), }, + Vertex { position: (1.705953, -3.006628, 0.83263), + normal: (-0.065687, -0.249194, -0.966223), }, + Vertex { position: (1.736425, -2.743683, 0.736866), + normal: (0.030762, -0.124297, -0.991768), }, + Vertex { position: (1.776024, -2.980086, 0.707575), + normal: (0.753698, -0.027204, -0.656657), }, + Vertex { position: (1.911792, -2.895773, 0.950117), + normal: (-0.032037, -0.072305, 0.996868), }, + Vertex { position: (1.980621, -3.043895, 0.964237), + normal: (-0.215783, -0.895808, -0.388544), }, + Vertex { position: (2.091539, -3.032437, 0.947029), + normal: (0.773659, -0.235087, -0.588375), }, + Vertex { position: (1.911792, -2.895773, 0.950117), + normal: (-0.032037, -0.072305, 0.996868), }, + Vertex { position: (2.091539, -3.032437, 0.947029), + normal: (0.773659, -0.235087, -0.588375), }, + Vertex { position: (2.021366, -2.881725, 0.945561), + normal: (-0.775358, 0.344514, 0.529274), }, + Vertex { position: (1.911792, -2.895773, 0.950117), + normal: (-0.032037, -0.072305, 0.996868), }, + Vertex { position: (1.848272, -2.92726, 0.996966), + normal: (0.433219, -0.09361, 0.896414), }, + Vertex { position: (1.898573, -3.068274, 0.994338), + normal: (0.356923, -0.210291, 0.910156), }, + Vertex { position: (1.911792, -2.895773, 0.950117), + normal: (-0.032037, -0.072305, 0.996868), }, + Vertex { position: (1.898573, -3.068274, 0.994338), + normal: (0.356923, -0.210291, 0.910156), }, + Vertex { position: (1.980621, -3.043895, 0.964237), + normal: (-0.215783, -0.895808, -0.388544), }, + Vertex { position: (1.806371, -2.949735, 0.984058), + normal: (-0.51975, 0.138222, 0.843063), }, + Vertex { position: (1.855134, -3.083228, 0.986129), + normal: (0.517272, -0.552302, 0.653753), }, + Vertex { position: (1.898573, -3.068274, 0.994338), + normal: (0.356923, -0.210291, 0.910156), }, + Vertex { position: (1.806371, -2.949735, 0.984058), + normal: (-0.51975, 0.138222, 0.843063), }, + Vertex { position: (1.898573, -3.068274, 0.994338), + normal: (0.356923, -0.210291, 0.910156), }, + Vertex { position: (1.848272, -2.92726, 0.996966), + normal: (0.433219, -0.09361, 0.896414), }, + Vertex { position: (1.811797, -3.135641, 0.933096), + normal: (-0.156447, -0.088128, 0.983747), }, + Vertex { position: (1.855134, -3.083228, 0.986129), + normal: (0.517272, -0.552302, 0.653753), }, + Vertex { position: (1.802387, -3.089615, 0.961851), + normal: (0.000666, 0.002295, 0.999997), }, + Vertex { position: (1.802387, -3.089615, 0.961851), + normal: (0.000666, 0.002295, 0.999997), }, + Vertex { position: (1.855134, -3.083228, 0.986129), + normal: (0.517272, -0.552302, 0.653753), }, + Vertex { position: (1.806371, -2.949735, 0.984058), + normal: (-0.51975, 0.138222, 0.843063), }, + Vertex { position: (1.802387, -3.089615, 0.961851), + normal: (0.000666, 0.002295, 0.999997), }, + Vertex { position: (1.806371, -2.949735, 0.984058), + normal: (-0.51975, 0.138222, 0.843063), }, + Vertex { position: (1.735077, -3.022732, 0.972751), + normal: (-0.906134, 0.012265, -0.422813), }, + Vertex { position: (1.734568, -2.965876, 0.986396), + normal: (-0.424393, 0.057227, 0.903668), }, + Vertex { position: (1.705953, -3.006628, 0.83263), + normal: (-0.065687, -0.249194, -0.966223), }, + Vertex { position: (1.735077, -3.022732, 0.972751), + normal: (-0.906134, 0.012265, -0.422813), }, + Vertex { position: (2.07369, -3.020848, 0.782654), + normal: (-0.080858, 0.024731, 0.996419), }, + Vertex { position: (2.001343, -2.847715, 0.762517), + normal: (-0.753891, 0.130682, 0.643872), }, + Vertex { position: (2.057496, -2.887282, 0.844225), + normal: (-0.820357, 0.160676, 0.548815), }, + Vertex { position: (2.07369, -3.020848, 0.782654), + normal: (-0.080858, 0.024731, 0.996419), }, + Vertex { position: (2.057496, -2.887282, 0.844225), + normal: (-0.820357, 0.160676, 0.548815), }, + Vertex { position: (2.113587, -3.011851, 0.851648), + normal: (0.789099, -0.039289, -0.613008), }, + Vertex { position: (1.857471, -2.950722, 0.669988), + normal: (-0.492859, -0.096404, 0.864752), }, + Vertex { position: (1.900481, -3.131932, 0.728621), + normal: (-0.363523, -0.150625, -0.919327), }, + Vertex { position: (1.741854, -3.114181, 0.700705), + normal: (-0.326843, -0.236651, -0.91497), }, + Vertex { position: (1.776024, -2.980086, 0.707575), + normal: (0.753698, -0.027204, -0.656657), }, + Vertex { position: (1.857471, -2.950722, 0.669988), + normal: (-0.492859, -0.096404, 0.864752), }, + Vertex { position: (1.741854, -3.114181, 0.700705), + normal: (-0.326843, -0.236651, -0.91497), }, + Vertex { position: (1.857471, -2.950722, 0.669988), + normal: (-0.492859, -0.096404, 0.864752), }, + Vertex { position: (1.945632, -2.87671, 0.703118), + normal: (0.012244, -0.298111, 0.954453), }, + Vertex { position: (1.998099, -3.039955, 0.718855), + normal: (-0.245482, -0.183394, 0.951896), }, + Vertex { position: (1.857471, -2.950722, 0.669988), + normal: (-0.492859, -0.096404, 0.864752), }, + Vertex { position: (1.998099, -3.039955, 0.718855), + normal: (-0.245482, -0.183394, 0.951896), }, + Vertex { position: (1.900481, -3.131932, 0.728621), + normal: (-0.363523, -0.150625, -0.919327), }, + Vertex { position: (1.945632, -2.87671, 0.703118), + normal: (0.012244, -0.298111, 0.954453), }, + Vertex { position: (2.001343, -2.847715, 0.762517), + normal: (-0.753891, 0.130682, 0.643872), }, + Vertex { position: (2.07369, -3.020848, 0.782654), + normal: (-0.080858, 0.024731, 0.996419), }, + Vertex { position: (1.945632, -2.87671, 0.703118), + normal: (0.012244, -0.298111, 0.954453), }, + Vertex { position: (2.07369, -3.020848, 0.782654), + normal: (-0.080858, 0.024731, 0.996419), }, + Vertex { position: (1.998099, -3.039955, 0.718855), + normal: (-0.245482, -0.183394, 0.951896), }, + Vertex { position: (1.841282, -2.716008, 0.708009), + normal: (0.672894, 0.661099, 0.331907), }, + Vertex { position: (1.884318, -2.724404, 0.701999), + normal: (-0.545598, -0.330416, 0.770161), }, + Vertex { position: (1.945632, -2.87671, 0.703118), + normal: (0.012244, -0.298111, 0.954453), }, + Vertex { position: (1.841282, -2.716008, 0.708009), + normal: (0.672894, 0.661099, 0.331907), }, + Vertex { position: (1.945632, -2.87671, 0.703118), + normal: (0.012244, -0.298111, 0.954453), }, + Vertex { position: (1.857471, -2.950722, 0.669988), + normal: (-0.492859, -0.096404, 0.864752), }, + Vertex { position: (1.972647, -2.728848, 0.772496), + normal: (-0.074103, 0.409269, 0.909399), }, + Vertex { position: (2.001343, -2.847715, 0.762517), + normal: (-0.753891, 0.130682, 0.643872), }, + Vertex { position: (1.945632, -2.87671, 0.703118), + normal: (0.012244, -0.298111, 0.954453), }, + Vertex { position: (1.972647, -2.728848, 0.772496), + normal: (-0.074103, 0.409269, 0.909399), }, + Vertex { position: (1.945632, -2.87671, 0.703118), + normal: (0.012244, -0.298111, 0.954453), }, + Vertex { position: (1.884318, -2.724404, 0.701999), + normal: (-0.545598, -0.330416, 0.770161), }, + Vertex { position: (1.736425, -2.743683, 0.736866), + normal: (0.030762, -0.124297, -0.991768), }, + Vertex { position: (1.841282, -2.716008, 0.708009), + normal: (0.672894, 0.661099, 0.331907), }, + Vertex { position: (1.857471, -2.950722, 0.669988), + normal: (-0.492859, -0.096404, 0.864752), }, + Vertex { position: (1.736425, -2.743683, 0.736866), + normal: (0.030762, -0.124297, -0.991768), }, + Vertex { position: (1.857471, -2.950722, 0.669988), + normal: (-0.492859, -0.096404, 0.864752), }, + Vertex { position: (1.776024, -2.980086, 0.707575), + normal: (0.753698, -0.027204, -0.656657), }, + Vertex { position: (-2.687162, -1.539807, 0.988048), + normal: (0.009712, 0.399549, 0.91666), }, + Vertex { position: (-2.837147, -1.791733, 0.921563), + normal: (-0.13251, 0.440061, 0.888137), }, + Vertex { position: (-2.734184, -1.717948, 0.749581), + normal: (0.942117, -0.292664, 0.163592), }, + Vertex { position: (-2.687162, -1.539807, 0.988048), + normal: (0.009712, 0.399549, 0.91666), }, + Vertex { position: (-2.734184, -1.717948, 0.749581), + normal: (0.942117, -0.292664, 0.163592), }, + Vertex { position: (-2.591357, -1.510845, 0.88547), + normal: (-0.995081, -0.092251, -0.036114), }, + Vertex { position: (-2.765069, -1.561164, 1.084313), + normal: (0.095733, -0.224552, 0.969748), }, + Vertex { position: (-2.918293, -1.904184, 1.004659), + normal: (0.413011, 0.629609, 0.658038), }, + Vertex { position: (-2.837147, -1.791733, 0.921563), + normal: (-0.13251, 0.440061, 0.888137), }, + Vertex { position: (-2.765069, -1.561164, 1.084313), + normal: (0.095733, -0.224552, 0.969748), }, + Vertex { position: (-2.837147, -1.791733, 0.921563), + normal: (-0.13251, 0.440061, 0.888137), }, + Vertex { position: (-2.687162, -1.539807, 0.988048), + normal: (0.009712, 0.399549, 0.91666), }, + Vertex { position: (-2.862576, -1.546894, 1.117139), + normal: (-0.149005, -0.65467, 0.741084), }, + Vertex { position: (-3.010917, -1.884498, 1.08351), + normal: (0.070969, 0.266956, 0.961092), }, + Vertex { position: (-2.918293, -1.904184, 1.004659), + normal: (0.413011, 0.629609, 0.658038), }, + Vertex { position: (-2.862576, -1.546894, 1.117139), + normal: (-0.149005, -0.65467, 0.741084), }, + Vertex { position: (-2.918293, -1.904184, 1.004659), + normal: (0.413011, 0.629609, 0.658038), }, + Vertex { position: (-2.765069, -1.561164, 1.084313), + normal: (0.095733, -0.224552, 0.969748), }, + Vertex { position: (-2.955052, -1.49684, 1.128812), + normal: (-0.461794, 0.113692, 0.879671), }, + Vertex { position: (-3.117476, -1.866892, 1.108034), + normal: (0.405633, 0.578229, 0.707893), }, + Vertex { position: (-3.010917, -1.884498, 1.08351), + normal: (0.070969, 0.266956, 0.961092), }, + Vertex { position: (-2.955052, -1.49684, 1.128812), + normal: (-0.461794, 0.113692, 0.879671), }, + Vertex { position: (-3.010917, -1.884498, 1.08351), + normal: (0.070969, 0.266956, 0.961092), }, + Vertex { position: (-2.862576, -1.546894, 1.117139), + normal: (-0.149005, -0.65467, 0.741084), }, + Vertex { position: (-3.063133, -1.440555, 1.090926), + normal: (-0.18119, -0.970212, 0.160805), }, + Vertex { position: (-3.23261, -1.834299, 1.087832), + normal: (-0.431118, -0.034268, 0.901645), }, + Vertex { position: (-3.117476, -1.866892, 1.108034), + normal: (0.405633, 0.578229, 0.707893), }, + Vertex { position: (-3.063133, -1.440555, 1.090926), + normal: (-0.18119, -0.970212, 0.160805), }, + Vertex { position: (-3.117476, -1.866892, 1.108034), + normal: (0.405633, 0.578229, 0.707893), }, + Vertex { position: (-2.955052, -1.49684, 1.128812), + normal: (-0.461794, 0.113692, 0.879671), }, + Vertex { position: (-3.387254, -1.486027, 0.672861), + normal: (0.290478, -0.146424, 0.945612), }, + Vertex { position: (-3.498521, -1.762078, 0.762472), + normal: (0.596352, 0.583149, 0.551635), }, + Vertex { position: (-3.49052, -1.760417, 0.903104), + normal: (0.637284, 0.689194, 0.344791), }, + Vertex { position: (-3.387254, -1.486027, 0.672861), + normal: (0.290478, -0.146424, 0.945612), }, + Vertex { position: (-3.49052, -1.760417, 0.903104), + normal: (0.637284, 0.689194, 0.344791), }, + Vertex { position: (-3.36599, -1.48517, 0.888076), + normal: (0.737412, 0.542596, 0.402261), }, + Vertex { position: (-3.36599, -1.48517, 0.888076), + normal: (0.737412, 0.542596, 0.402261), }, + Vertex { position: (-3.319817, -1.365015, 0.886015), + normal: (0.515412, -0.714946, -0.472444), }, + Vertex { position: (-3.335942, -1.365685, 0.72459), + normal: (-0.521685, -0.261319, 0.812131), }, + Vertex { position: (-3.36599, -1.48517, 0.888076), + normal: (0.737412, 0.542596, 0.402261), }, + Vertex { position: (-3.335942, -1.365685, 0.72459), + normal: (-0.521685, -0.261319, 0.812131), }, + Vertex { position: (-3.387254, -1.486027, 0.672861), + normal: (0.290478, -0.146424, 0.945612), }, + Vertex { position: (-3.068444, -2.260195, 1.03507), + normal: (-0.637763, 0.107242, 0.76273), }, + Vertex { position: (-3.177824, -2.279173, 1.04758), + normal: (0.503689, 0.453945, 0.735004), }, + Vertex { position: (-3.162498, -2.556375, 1.058409), + normal: (0.851754, 0.52393, -0.003494), }, + Vertex { position: (-3.068444, -2.260195, 1.03507), + normal: (-0.637763, 0.107242, 0.76273), }, + Vertex { position: (-3.162498, -2.556375, 1.058409), + normal: (0.851754, 0.52393, -0.003494), }, + Vertex { position: (-3.078699, -2.553982, 1.046834), + normal: (0.840313, 0.535537, -0.084107), }, + Vertex { position: (-3.047974, -2.109628, 1.063497), + normal: (-0.67011, -0.018974, 0.742019), }, + Vertex { position: (-3.169489, -2.110039, 1.076796), + normal: (-0.833016, 0.038682, 0.551896), }, + Vertex { position: (-3.177824, -2.279173, 1.04758), + normal: (0.503689, 0.453945, 0.735004), }, + Vertex { position: (-3.047974, -2.109628, 1.063497), + normal: (-0.67011, -0.018974, 0.742019), }, + Vertex { position: (-3.177824, -2.279173, 1.04758), + normal: (0.503689, 0.453945, 0.735004), }, + Vertex { position: (-3.068444, -2.260195, 1.03507), + normal: (-0.637763, 0.107242, 0.76273), }, + Vertex { position: (-3.010917, -1.884498, 1.08351), + normal: (0.070969, 0.266956, 0.961092), }, + Vertex { position: (-3.117476, -1.866892, 1.108034), + normal: (0.405633, 0.578229, 0.707893), }, + Vertex { position: (-3.169489, -2.110039, 1.076796), + normal: (-0.833016, 0.038682, 0.551896), }, + Vertex { position: (-3.010917, -1.884498, 1.08351), + normal: (0.070969, 0.266956, 0.961092), }, + Vertex { position: (-3.169489, -2.110039, 1.076796), + normal: (-0.833016, 0.038682, 0.551896), }, + Vertex { position: (-3.047974, -2.109628, 1.063497), + normal: (-0.67011, -0.018974, 0.742019), }, + Vertex { position: (-3.169489, -2.110039, 1.076796), + normal: (-0.833016, 0.038682, 0.551896), }, + Vertex { position: (-3.207447, -2.103206, 1.071366), + normal: (0.197648, 0.486888, 0.850809), }, + Vertex { position: (-3.177824, -2.279173, 1.04758), + normal: (0.503689, 0.453945, 0.735004), }, + Vertex { position: (-3.117476, -1.866892, 1.108034), + normal: (0.405633, 0.578229, 0.707893), }, + Vertex { position: (-3.23261, -1.834299, 1.087832), + normal: (-0.431118, -0.034268, 0.901645), }, + Vertex { position: (-3.207447, -2.103206, 1.071366), + normal: (0.197648, 0.486888, 0.850809), }, + Vertex { position: (-3.117476, -1.866892, 1.108034), + normal: (0.405633, 0.578229, 0.707893), }, + Vertex { position: (-3.207447, -2.103206, 1.071366), + normal: (0.197648, 0.486888, 0.850809), }, + Vertex { position: (-3.169489, -2.110039, 1.076796), + normal: (-0.833016, 0.038682, 0.551896), }, + Vertex { position: (-3.177824, -2.279173, 1.04758), + normal: (0.503689, 0.453945, 0.735004), }, + Vertex { position: (-3.281816, -2.305055, 1.001878), + normal: (0.144389, 0.231536, 0.962051), }, + Vertex { position: (-3.251541, -2.56405, 1.023627), + normal: (0.163153, 0.19945, 0.96623), }, + Vertex { position: (-3.177824, -2.279173, 1.04758), + normal: (0.503689, 0.453945, 0.735004), }, + Vertex { position: (-3.251541, -2.56405, 1.023627), + normal: (0.163153, 0.19945, 0.96623), }, + Vertex { position: (-3.162498, -2.556375, 1.058409), + normal: (0.851754, 0.52393, -0.003494), }, + Vertex { position: (-3.207447, -2.103206, 1.071366), + normal: (0.197648, 0.486888, 0.850809), }, + Vertex { position: (-3.327526, -2.075729, 1.005328), + normal: (-0.985013, 0.106757, -0.135469), }, + Vertex { position: (-3.281816, -2.305055, 1.001878), + normal: (0.144389, 0.231536, 0.962051), }, + Vertex { position: (-3.207447, -2.103206, 1.071366), + normal: (0.197648, 0.486888, 0.850809), }, + Vertex { position: (-3.281816, -2.305055, 1.001878), + normal: (0.144389, 0.231536, 0.962051), }, + Vertex { position: (-3.177824, -2.279173, 1.04758), + normal: (0.503689, 0.453945, 0.735004), }, + Vertex { position: (-3.23261, -1.834299, 1.087832), + normal: (-0.431118, -0.034268, 0.901645), }, + Vertex { position: (-3.357996, -1.811803, 0.975625), + normal: (-0.46316, 0.228643, 0.856274), }, + Vertex { position: (-3.327526, -2.075729, 1.005328), + normal: (-0.985013, 0.106757, -0.135469), }, + Vertex { position: (-3.23261, -1.834299, 1.087832), + normal: (-0.431118, -0.034268, 0.901645), }, + Vertex { position: (-3.327526, -2.075729, 1.005328), + normal: (-0.985013, 0.106757, -0.135469), }, + Vertex { position: (-3.207447, -2.103206, 1.071366), + normal: (0.197648, 0.486888, 0.850809), }, + Vertex { position: (-3.281816, -2.305055, 1.001878), + normal: (0.144389, 0.231536, 0.962051), }, + Vertex { position: (-3.389388, -2.305625, 0.950348), + normal: (-0.948593, -0.185732, -0.25627), }, + Vertex { position: (-3.347304, -2.573628, 0.955211), + normal: (-0.99734, 0.010762, -0.072093), }, + Vertex { position: (-3.281816, -2.305055, 1.001878), + normal: (0.144389, 0.231536, 0.962051), }, + Vertex { position: (-3.347304, -2.573628, 0.955211), + normal: (-0.99734, 0.010762, -0.072093), }, + Vertex { position: (-3.251541, -2.56405, 1.023627), + normal: (0.163153, 0.19945, 0.96623), }, + Vertex { position: (-3.327526, -2.075729, 1.005328), + normal: (-0.985013, 0.106757, -0.135469), }, + Vertex { position: (-3.451965, -2.077314, 0.931974), + normal: (-0.948593, -0.185732, -0.25627), }, + Vertex { position: (-3.389388, -2.305625, 0.950348), + normal: (-0.948593, -0.185732, -0.25627), }, + Vertex { position: (-3.327526, -2.075729, 1.005328), + normal: (-0.985013, 0.106757, -0.135469), }, + Vertex { position: (-3.389388, -2.305625, 0.950348), + normal: (-0.948593, -0.185732, -0.25627), }, + Vertex { position: (-3.281816, -2.305055, 1.001878), + normal: (0.144389, 0.231536, 0.962051), }, + Vertex { position: (-3.357996, -1.811803, 0.975625), + normal: (-0.46316, 0.228643, 0.856274), }, + Vertex { position: (-3.49052, -1.760417, 0.903104), + normal: (0.637284, 0.689194, 0.344791), }, + Vertex { position: (-3.451965, -2.077314, 0.931974), + normal: (-0.948593, -0.185732, -0.25627), }, + Vertex { position: (-3.357996, -1.811803, 0.975625), + normal: (-0.46316, 0.228643, 0.856274), }, + Vertex { position: (-3.451965, -2.077314, 0.931974), + normal: (-0.948593, -0.185732, -0.25627), }, + Vertex { position: (-3.327526, -2.075729, 1.005328), + normal: (-0.985013, 0.106757, -0.135469), }, + Vertex { position: (-3.007483, -2.270712, 0.984279), + normal: (-0.471141, 0.022027, -0.881783), }, + Vertex { position: (-3.068444, -2.260195, 1.03507), + normal: (-0.637763, 0.107242, 0.76273), }, + Vertex { position: (-3.078699, -2.553982, 1.046834), + normal: (0.840313, 0.535537, -0.084107), }, + Vertex { position: (-3.007483, -2.270712, 0.984279), + normal: (-0.471141, 0.022027, -0.881783), }, + Vertex { position: (-3.078699, -2.553982, 1.046834), + normal: (0.840313, 0.535537, -0.084107), }, + Vertex { position: (-3.022819, -2.52224, 0.979148), + normal: (-0.178214, -0.110838, -0.977729), }, + Vertex { position: (-2.969687, -2.097941, 0.982836), + normal: (-0.385346, -0.01874, -0.922582), }, + Vertex { position: (-3.047974, -2.109628, 1.063497), + normal: (-0.67011, -0.018974, 0.742019), }, + Vertex { position: (-3.068444, -2.260195, 1.03507), + normal: (-0.637763, 0.107242, 0.76273), }, + Vertex { position: (-2.969687, -2.097941, 0.982836), + normal: (-0.385346, -0.01874, -0.922582), }, + Vertex { position: (-3.068444, -2.260195, 1.03507), + normal: (-0.637763, 0.107242, 0.76273), }, + Vertex { position: (-3.007483, -2.270712, 0.984279), + normal: (-0.471141, 0.022027, -0.881783), }, + Vertex { position: (-2.918293, -1.904184, 1.004659), + normal: (0.413011, 0.629609, 0.658038), }, + Vertex { position: (-3.010917, -1.884498, 1.08351), + normal: (0.070969, 0.266956, 0.961092), }, + Vertex { position: (-3.047974, -2.109628, 1.063497), + normal: (-0.67011, -0.018974, 0.742019), }, + Vertex { position: (-2.918293, -1.904184, 1.004659), + normal: (0.413011, 0.629609, 0.658038), }, + Vertex { position: (-3.047974, -2.109628, 1.063497), + normal: (-0.67011, -0.018974, 0.742019), }, + Vertex { position: (-2.969687, -2.097941, 0.982836), + normal: (-0.385346, -0.01874, -0.922582), }, + Vertex { position: (-2.837147, -1.791733, 0.921563), + normal: (-0.13251, 0.440061, 0.888137), }, + Vertex { position: (-2.918293, -1.904184, 1.004659), + normal: (0.413011, 0.629609, 0.658038), }, + Vertex { position: (-2.892438, -1.95081, 0.87812), + normal: (-0.11646, -0.017993, -0.993032), }, + Vertex { position: (-2.969687, -2.097941, 0.982836), + normal: (-0.385346, -0.01874, -0.922582), }, + Vertex { position: (-2.981187, -2.142718, 0.858353), + normal: (0.156207, -0.109405, -0.981647), }, + Vertex { position: (-2.892438, -1.95081, 0.87812), + normal: (-0.11646, -0.017993, -0.993032), }, + Vertex { position: (-2.969687, -2.097941, 0.982836), + normal: (-0.385346, -0.01874, -0.922582), }, + Vertex { position: (-2.892438, -1.95081, 0.87812), + normal: (-0.11646, -0.017993, -0.993032), }, + Vertex { position: (-2.918293, -1.904184, 1.004659), + normal: (0.413011, 0.629609, 0.658038), }, + Vertex { position: (-3.007483, -2.270712, 0.984279), + normal: (-0.471141, 0.022027, -0.881783), }, + Vertex { position: (-3.030605, -2.311222, 0.88433), + normal: (0.339875, 0.026681, -0.940092), }, + Vertex { position: (-2.981187, -2.142718, 0.858353), + normal: (0.156207, -0.109405, -0.981647), }, + Vertex { position: (-3.007483, -2.270712, 0.984279), + normal: (-0.471141, 0.022027, -0.881783), }, + Vertex { position: (-2.981187, -2.142718, 0.858353), + normal: (0.156207, -0.109405, -0.981647), }, + Vertex { position: (-2.969687, -2.097941, 0.982836), + normal: (-0.385346, -0.01874, -0.922582), }, + Vertex { position: (-3.022819, -2.52224, 0.979148), + normal: (-0.178214, -0.110838, -0.977729), }, + Vertex { position: (-3.04661, -2.510881, 0.900772), + normal: (-0.674431, 0.094186, -0.732306), }, + Vertex { position: (-3.030605, -2.311222, 0.88433), + normal: (0.339875, 0.026681, -0.940092), }, + Vertex { position: (-3.022819, -2.52224, 0.979148), + normal: (-0.178214, -0.110838, -0.977729), }, + Vertex { position: (-3.030605, -2.311222, 0.88433), + normal: (0.339875, 0.026681, -0.940092), }, + Vertex { position: (-3.007483, -2.270712, 0.984279), + normal: (-0.471141, 0.022027, -0.881783), }, + Vertex { position: (-2.981187, -2.142718, 0.858353), + normal: (0.156207, -0.109405, -0.981647), }, + Vertex { position: (-3.040398, -2.156239, 0.808208), + normal: (-0.978077, -0.070308, -0.196017), }, + Vertex { position: (-2.964215, -1.978727, 0.776572), + normal: (-0.037581, -0.042039, -0.998409), }, + Vertex { position: (-2.981187, -2.142718, 0.858353), + normal: (0.156207, -0.109405, -0.981647), }, + Vertex { position: (-2.964215, -1.978727, 0.776572), + normal: (-0.037581, -0.042039, -0.998409), }, + Vertex { position: (-2.892438, -1.95081, 0.87812), + normal: (-0.11646, -0.017993, -0.993032), }, + Vertex { position: (-3.030605, -2.311222, 0.88433), + normal: (0.339875, 0.026681, -0.940092), }, + Vertex { position: (-3.040398, -2.156239, 0.808208), + normal: (-0.978077, -0.070308, -0.196017), }, + Vertex { position: (-2.981187, -2.142718, 0.858353), + normal: (0.156207, -0.109405, -0.981647), }, + Vertex { position: (-3.144012, -2.333635, 0.829994), + normal: (-0.039603, 0.339955, 0.939607), }, + Vertex { position: (-3.120761, -2.15777, 0.766432), + normal: (-0.556404, -0.045521, -0.829664), }, + Vertex { position: (-3.040398, -2.156239, 0.808208), + normal: (-0.978077, -0.070308, -0.196017), }, + Vertex { position: (-3.144012, -2.333635, 0.829994), + normal: (-0.039603, 0.339955, 0.939607), }, + Vertex { position: (-3.040398, -2.156239, 0.808208), + normal: (-0.978077, -0.070308, -0.196017), }, + Vertex { position: (-3.030605, -2.311222, 0.88433), + normal: (0.339875, 0.026681, -0.940092), }, + Vertex { position: (-3.040398, -2.156239, 0.808208), + normal: (-0.978077, -0.070308, -0.196017), }, + Vertex { position: (-3.120761, -2.15777, 0.766432), + normal: (-0.556404, -0.045521, -0.829664), }, + Vertex { position: (-3.066022, -1.953125, 0.719516), + normal: (-0.377491, -0.043727, 0.92498), }, + Vertex { position: (-3.040398, -2.156239, 0.808208), + normal: (-0.978077, -0.070308, -0.196017), }, + Vertex { position: (-3.066022, -1.953125, 0.719516), + normal: (-0.377491, -0.043727, 0.92498), }, + Vertex { position: (-2.964215, -1.978727, 0.776572), + normal: (-0.037581, -0.042039, -0.998409), }, + Vertex { position: (-3.120761, -2.15777, 0.766432), + normal: (-0.556404, -0.045521, -0.829664), }, + Vertex { position: (-3.253309, -2.137354, 0.760713), + normal: (0.72114, 0.258271, -0.642848), }, + Vertex { position: (-3.211005, -1.850398, 0.700723), + normal: (0.684558, 0.361153, -0.633205), }, + Vertex { position: (-3.120761, -2.15777, 0.766432), + normal: (-0.556404, -0.045521, -0.829664), }, + Vertex { position: (-3.211005, -1.850398, 0.700723), + normal: (0.684558, 0.361153, -0.633205), }, + Vertex { position: (-3.066022, -1.953125, 0.719516), + normal: (-0.377491, -0.043727, 0.92498), }, + Vertex { position: (-3.144012, -2.333635, 0.829994), + normal: (-0.039603, 0.339955, 0.939607), }, + Vertex { position: (-3.235873, -2.335338, 0.820588), + normal: (0.845209, 0.529005, 0.075999), }, + Vertex { position: (-3.253309, -2.137354, 0.760713), + normal: (0.72114, 0.258271, -0.642848), }, + Vertex { position: (-3.144012, -2.333635, 0.829994), + normal: (-0.039603, 0.339955, 0.939607), }, + Vertex { position: (-3.253309, -2.137354, 0.760713), + normal: (0.72114, 0.258271, -0.642848), }, + Vertex { position: (-3.120761, -2.15777, 0.766432), + normal: (-0.556404, -0.045521, -0.829664), }, + Vertex { position: (-3.132772, -2.528669, 0.848639), + normal: (0.780958, 0.624512, 0.00945), }, + Vertex { position: (-3.240554, -2.555467, 0.856262), + normal: (0.61389, 0.702597, 0.359856), }, + Vertex { position: (-3.235873, -2.335338, 0.820588), + normal: (0.845209, 0.529005, 0.075999), }, + Vertex { position: (-3.132772, -2.528669, 0.848639), + normal: (0.780958, 0.624512, 0.00945), }, + Vertex { position: (-3.235873, -2.335338, 0.820588), + normal: (0.845209, 0.529005, 0.075999), }, + Vertex { position: (-3.144012, -2.333635, 0.829994), + normal: (-0.039603, 0.339955, 0.939607), }, + Vertex { position: (-3.381262, -1.828189, 0.697034), + normal: (0.77125, 0.634502, 0.050796), }, + Vertex { position: (-3.498521, -1.762078, 0.762472), + normal: (0.596352, 0.583149, 0.551635), }, + Vertex { position: (-3.387254, -1.486027, 0.672861), + normal: (0.290478, -0.146424, 0.945612), }, + Vertex { position: (-3.381262, -1.828189, 0.697034), + normal: (0.77125, 0.634502, 0.050796), }, + Vertex { position: (-3.387254, -1.486027, 0.672861), + normal: (0.290478, -0.146424, 0.945612), }, + Vertex { position: (-3.304804, -1.582192, 0.643445), + normal: (0.830793, -0.244757, 0.499877), }, + Vertex { position: (-3.304804, -1.582192, 0.643445), + normal: (0.830793, -0.244757, 0.499877), }, + Vertex { position: (-3.139394, -1.687482, 0.638546), + normal: (0.843062, -0.10517, 0.527433), }, + Vertex { position: (-3.211005, -1.850398, 0.700723), + normal: (0.684558, 0.361153, -0.633205), }, + Vertex { position: (-3.304804, -1.582192, 0.643445), + normal: (0.830793, -0.244757, 0.499877), }, + Vertex { position: (-3.211005, -1.850398, 0.700723), + normal: (0.684558, 0.361153, -0.633205), }, + Vertex { position: (-3.381262, -1.828189, 0.697034), + normal: (0.77125, 0.634502, 0.050796), }, + Vertex { position: (-3.253309, -2.137354, 0.760713), + normal: (0.72114, 0.258271, -0.642848), }, + Vertex { position: (-3.422698, -2.070796, 0.773898), + normal: (0.712283, 0.385668, -0.586441), }, + Vertex { position: (-3.381262, -1.828189, 0.697034), + normal: (0.77125, 0.634502, 0.050796), }, + Vertex { position: (-3.253309, -2.137354, 0.760713), + normal: (0.72114, 0.258271, -0.642848), }, + Vertex { position: (-3.381262, -1.828189, 0.697034), + normal: (0.77125, 0.634502, 0.050796), }, + Vertex { position: (-3.211005, -1.850398, 0.700723), + normal: (0.684558, 0.361153, -0.633205), }, + Vertex { position: (-3.235873, -2.335338, 0.820588), + normal: (0.845209, 0.529005, 0.075999), }, + Vertex { position: (-3.339489, -2.328145, 0.827572), + normal: (0.684834, 0.490952, -0.538488), }, + Vertex { position: (-3.422698, -2.070796, 0.773898), + normal: (0.712283, 0.385668, -0.586441), }, + Vertex { position: (-3.235873, -2.335338, 0.820588), + normal: (0.845209, 0.529005, 0.075999), }, + Vertex { position: (-3.422698, -2.070796, 0.773898), + normal: (0.712283, 0.385668, -0.586441), }, + Vertex { position: (-3.253309, -2.137354, 0.760713), + normal: (0.72114, 0.258271, -0.642848), }, + Vertex { position: (-3.240554, -2.555467, 0.856262), + normal: (0.61389, 0.702597, 0.359856), }, + Vertex { position: (-3.297886, -2.54902, 0.861657), + normal: (0.722847, 0.455753, -0.519404), }, + Vertex { position: (-3.339489, -2.328145, 0.827572), + normal: (0.684834, 0.490952, -0.538488), }, + Vertex { position: (-3.240554, -2.555467, 0.856262), + normal: (0.61389, 0.702597, 0.359856), }, + Vertex { position: (-3.339489, -2.328145, 0.827572), + normal: (0.684834, 0.490952, -0.538488), }, + Vertex { position: (-3.235873, -2.335338, 0.820588), + normal: (0.845209, 0.529005, 0.075999), }, + Vertex { position: (-3.422698, -2.070796, 0.773898), + normal: (0.712283, 0.385668, -0.586441), }, + Vertex { position: (-3.463753, -2.079892, 0.844667), + normal: (-0.058899, -0.007802, -0.998233), }, + Vertex { position: (-3.498521, -1.762078, 0.762472), + normal: (0.596352, 0.583149, 0.551635), }, + Vertex { position: (-3.422698, -2.070796, 0.773898), + normal: (0.712283, 0.385668, -0.586441), }, + Vertex { position: (-3.498521, -1.762078, 0.762472), + normal: (0.596352, 0.583149, 0.551635), }, + Vertex { position: (-3.381262, -1.828189, 0.697034), + normal: (0.77125, 0.634502, 0.050796), }, + Vertex { position: (-3.339489, -2.328145, 0.827572), + normal: (0.684834, 0.490952, -0.538488), }, + Vertex { position: (-3.412068, -2.356105, 0.865813), + normal: (0.403627, 0.101273, -0.909302), }, + Vertex { position: (-3.463753, -2.079892, 0.844667), + normal: (-0.058899, -0.007802, -0.998233), }, + Vertex { position: (-3.339489, -2.328145, 0.827572), + normal: (0.684834, 0.490952, -0.538488), }, + Vertex { position: (-3.463753, -2.079892, 0.844667), + normal: (-0.058899, -0.007802, -0.998233), }, + Vertex { position: (-3.422698, -2.070796, 0.773898), + normal: (0.712283, 0.385668, -0.586441), }, + Vertex { position: (-3.297886, -2.54902, 0.861657), + normal: (0.722847, 0.455753, -0.519404), }, + Vertex { position: (-3.372066, -2.569159, 0.904785), + normal: (0.308087, 0.149605, -0.939522), }, + Vertex { position: (-3.412068, -2.356105, 0.865813), + normal: (0.403627, 0.101273, -0.909302), }, + Vertex { position: (-3.297886, -2.54902, 0.861657), + normal: (0.722847, 0.455753, -0.519404), }, + Vertex { position: (-3.412068, -2.356105, 0.865813), + normal: (0.403627, 0.101273, -0.909302), }, + Vertex { position: (-3.339489, -2.328145, 0.827572), + normal: (0.684834, 0.490952, -0.538488), }, + Vertex { position: (-3.412068, -2.356105, 0.865813), + normal: (0.403627, 0.101273, -0.909302), }, + Vertex { position: (-3.389388, -2.305625, 0.950348), + normal: (-0.948593, -0.185732, -0.25627), }, + Vertex { position: (-3.451965, -2.077314, 0.931974), + normal: (-0.948593, -0.185732, -0.25627), }, + Vertex { position: (-3.412068, -2.356105, 0.865813), + normal: (0.403627, 0.101273, -0.909302), }, + Vertex { position: (-3.451965, -2.077314, 0.931974), + normal: (-0.948593, -0.185732, -0.25627), }, + Vertex { position: (-3.463753, -2.079892, 0.844667), + normal: (-0.058899, -0.007802, -0.998233), }, + Vertex { position: (-3.372066, -2.569159, 0.904785), + normal: (0.308087, 0.149605, -0.939522), }, + Vertex { position: (-3.347304, -2.573628, 0.955211), + normal: (-0.99734, 0.010762, -0.072093), }, + Vertex { position: (-3.389388, -2.305625, 0.950348), + normal: (-0.948593, -0.185732, -0.25627), }, + Vertex { position: (-3.372066, -2.569159, 0.904785), + normal: (0.308087, 0.149605, -0.939522), }, + Vertex { position: (-3.389388, -2.305625, 0.950348), + normal: (-0.948593, -0.185732, -0.25627), }, + Vertex { position: (-3.412068, -2.356105, 0.865813), + normal: (0.403627, 0.101273, -0.909302), }, + Vertex { position: (-3.463753, -2.079892, 0.844667), + normal: (-0.058899, -0.007802, -0.998233), }, + Vertex { position: (-3.451965, -2.077314, 0.931974), + normal: (-0.948593, -0.185732, -0.25627), }, + Vertex { position: (-3.49052, -1.760417, 0.903104), + normal: (0.637284, 0.689194, 0.344791), }, + Vertex { position: (-3.463753, -2.079892, 0.844667), + normal: (-0.058899, -0.007802, -0.998233), }, + Vertex { position: (-3.49052, -1.760417, 0.903104), + normal: (0.637284, 0.689194, 0.344791), }, + Vertex { position: (-3.498521, -1.762078, 0.762472), + normal: (0.596352, 0.583149, 0.551635), }, + Vertex { position: (-3.342096, -1.533989, 0.921628), + normal: (-0.508357, 0.250892, 0.823787), }, + Vertex { position: (-3.36599, -1.48517, 0.888076), + normal: (0.737412, 0.542596, 0.402261), }, + Vertex { position: (-3.49052, -1.760417, 0.903104), + normal: (0.637284, 0.689194, 0.344791), }, + Vertex { position: (-3.342096, -1.533989, 0.921628), + normal: (-0.508357, 0.250892, 0.823787), }, + Vertex { position: (-3.49052, -1.760417, 0.903104), + normal: (0.637284, 0.689194, 0.344791), }, + Vertex { position: (-3.357996, -1.811803, 0.975625), + normal: (-0.46316, 0.228643, 0.856274), }, + Vertex { position: (2.02453, -2.195334, 0.811284), + normal: (-0.430524, -0.648446, 0.627828), }, + Vertex { position: (1.98533, -2.221319, 0.893145), + normal: (0.626232, 0.565165, 0.53705), }, + Vertex { position: (1.930747, -2.463535, 0.894743), + normal: (0.768073, 0.514956, 0.380637), }, + Vertex { position: (2.02453, -2.195334, 0.811284), + normal: (-0.430524, -0.648446, 0.627828), }, + Vertex { position: (1.930747, -2.463535, 0.894743), + normal: (0.768073, 0.514956, 0.380637), }, + Vertex { position: (1.953911, -2.462233, 0.830594), + normal: (0.213417, -0.547722, 0.808983), }, + Vertex { position: (2.047696, -2.050138, 0.814712), + normal: (-0.492627, 0.113675, 0.862784), }, + Vertex { position: (2.013095, -2.051912, 0.911043), + normal: (0.52783, 0.437826, 0.727807), }, + Vertex { position: (1.98533, -2.221319, 0.893145), + normal: (0.626232, 0.565165, 0.53705), }, + Vertex { position: (2.047696, -2.050138, 0.814712), + normal: (-0.492627, 0.113675, 0.862784), }, + Vertex { position: (1.98533, -2.221319, 0.893145), + normal: (0.626232, 0.565165, 0.53705), }, + Vertex { position: (2.02453, -2.195334, 0.811284), + normal: (-0.430524, -0.648446, 0.627828), }, + Vertex { position: (2.053108, -1.738285, 0.824853), + normal: (-0.495591, 0.225654, 0.838731), }, + Vertex { position: (2.021591, -1.755289, 0.912093), + normal: (0.862528, 0.499882, -0.078511), }, + Vertex { position: (2.013095, -2.051912, 0.911043), + normal: (0.52783, 0.437826, 0.727807), }, + Vertex { position: (2.053108, -1.738285, 0.824853), + normal: (-0.495591, 0.225654, 0.838731), }, + Vertex { position: (2.013095, -2.051912, 0.911043), + normal: (0.52783, 0.437826, 0.727807), }, + Vertex { position: (2.047696, -2.050138, 0.814712), + normal: (-0.492627, 0.113675, 0.862784), }, + Vertex { position: (2.059844, -1.561331, 0.858957), + normal: (-0.541077, 0.245809, 0.804247), }, + Vertex { position: (2.036036, -1.57908, 0.967151), + normal: (0.872426, 0.488735, -0.003223), }, + Vertex { position: (2.021591, -1.755289, 0.912093), + normal: (0.862528, 0.499882, -0.078511), }, + Vertex { position: (2.059844, -1.561331, 0.858957), + normal: (-0.541077, 0.245809, 0.804247), }, + Vertex { position: (2.021591, -1.755289, 0.912093), + normal: (0.862528, 0.499882, -0.078511), }, + Vertex { position: (2.053108, -1.738285, 0.824853), + normal: (-0.495591, 0.225654, 0.838731), }, + Vertex { position: (1.718315, -2.775468, 0.921796), + normal: (0.21689, -0.976039, -0.017487), }, + Vertex { position: (1.771416, -2.769024, 0.9461), + normal: (-0.4909, 0.016111, -0.871067), }, + Vertex { position: (1.737623, -2.485017, 0.918334), + normal: (-0.184432, -0.109597, -0.976716), }, + Vertex { position: (1.718315, -2.775468, 0.921796), + normal: (0.21689, -0.976039, -0.017487), }, + Vertex { position: (1.737623, -2.485017, 0.918334), + normal: (-0.184432, -0.109597, -0.976716), }, + Vertex { position: (1.678986, -2.513137, 0.891745), + normal: (0.383337, -0.601981, -0.700479), }, + Vertex { position: (1.678986, -2.513137, 0.891745), + normal: (0.383337, -0.601981, -0.700479), }, + Vertex { position: (1.737623, -2.485017, 0.918334), + normal: (-0.184432, -0.109597, -0.976716), }, + Vertex { position: (1.710406, -2.272223, 0.954296), + normal: (-0.554502, -0.046423, -0.830886), }, + Vertex { position: (1.678986, -2.513137, 0.891745), + normal: (0.383337, -0.601981, -0.700479), }, + Vertex { position: (1.710406, -2.272223, 0.954296), + normal: (-0.554502, -0.046423, -0.830886), }, + Vertex { position: (1.648793, -2.280014, 0.929365), + normal: (-0.701253, 0.091018, -0.707079), }, + Vertex { position: (1.648793, -2.280014, 0.929365), + normal: (-0.701253, 0.091018, -0.707079), }, + Vertex { position: (1.710406, -2.272223, 0.954296), + normal: (-0.554502, -0.046423, -0.830886), }, + Vertex { position: (1.720031, -2.105568, 0.971354), + normal: (-0.554151, -0.205896, -0.80655), }, + Vertex { position: (1.648793, -2.280014, 0.929365), + normal: (-0.701253, 0.091018, -0.707079), }, + Vertex { position: (1.720031, -2.105568, 0.971354), + normal: (-0.554151, -0.205896, -0.80655), }, + Vertex { position: (1.6249, -2.087301, 0.963391), + normal: (-0.706628, -0.050081, -0.705811), }, + Vertex { position: (1.6249, -2.087301, 0.963391), + normal: (-0.706628, -0.050081, -0.705811), }, + Vertex { position: (1.720031, -2.105568, 0.971354), + normal: (-0.554151, -0.205896, -0.80655), }, + Vertex { position: (1.717145, -1.80953, 1.004092), + normal: (-0.343436, -0.507052, -0.790537), }, + Vertex { position: (1.6249, -2.087301, 0.963391), + normal: (-0.706628, -0.050081, -0.705811), }, + Vertex { position: (1.717145, -1.80953, 1.004092), + normal: (-0.343436, -0.507052, -0.790537), }, + Vertex { position: (1.572979, -1.827591, 0.985823), + normal: (-0.990285, -0.10079, -0.095796), }, + Vertex { position: (1.572979, -1.827591, 0.985823), + normal: (-0.990285, -0.10079, -0.095796), }, + Vertex { position: (1.717145, -1.80953, 1.004092), + normal: (-0.343436, -0.507052, -0.790537), }, + Vertex { position: (1.650318, -1.645881, 1.053347), + normal: (0.056398, -0.684481, -0.726846), }, + Vertex { position: (1.572979, -1.827591, 0.985823), + normal: (-0.990285, -0.10079, -0.095796), }, + Vertex { position: (1.650318, -1.645881, 1.053347), + normal: (0.056398, -0.684481, -0.726846), }, + Vertex { position: (1.54175, -1.643613, 1.01419), + normal: (-0.404532, -0.045989, 0.913367), }, + Vertex { position: (1.655948, -2.520927, 0.844269), + normal: (0.717573, 0.343682, -0.605782), }, + Vertex { position: (1.678986, -2.513137, 0.891745), + normal: (0.383337, -0.601981, -0.700479), }, + Vertex { position: (1.648793, -2.280014, 0.929365), + normal: (-0.701253, 0.091018, -0.707079), }, + Vertex { position: (1.655948, -2.520927, 0.844269), + normal: (0.717573, 0.343682, -0.605782), }, + Vertex { position: (1.648793, -2.280014, 0.929365), + normal: (-0.701253, 0.091018, -0.707079), }, + Vertex { position: (1.586321, -2.273752, 0.880969), + normal: (0.743894, 0.373896, -0.553916), }, + Vertex { position: (1.586321, -2.273752, 0.880969), + normal: (0.743894, 0.373896, -0.553916), }, + Vertex { position: (1.648793, -2.280014, 0.929365), + normal: (-0.701253, 0.091018, -0.707079), }, + Vertex { position: (1.6249, -2.087301, 0.963391), + normal: (-0.706628, -0.050081, -0.705811), }, + Vertex { position: (1.586321, -2.273752, 0.880969), + normal: (0.743894, 0.373896, -0.553916), }, + Vertex { position: (1.6249, -2.087301, 0.963391), + normal: (-0.706628, -0.050081, -0.705811), }, + Vertex { position: (1.529305, -2.092083, 0.887353), + normal: (0.752232, 0.244351, -0.611914), }, + Vertex { position: (1.529305, -2.092083, 0.887353), + normal: (0.752232, 0.244351, -0.611914), }, + Vertex { position: (1.6249, -2.087301, 0.963391), + normal: (-0.706628, -0.050081, -0.705811), }, + Vertex { position: (1.572979, -1.827591, 0.985823), + normal: (-0.990285, -0.10079, -0.095796), }, + Vertex { position: (1.529305, -2.092083, 0.887353), + normal: (0.752232, 0.244351, -0.611914), }, + Vertex { position: (1.572979, -1.827591, 0.985823), + normal: (-0.990285, -0.10079, -0.095796), }, + Vertex { position: (1.508714, -1.808578, 0.934359), + normal: (0.866543, 0.493887, 0.071972), }, + Vertex { position: (1.508714, -1.808578, 0.934359), + normal: (0.866543, 0.493887, 0.071972), }, + Vertex { position: (1.572979, -1.827591, 0.985823), + normal: (-0.990285, -0.10079, -0.095796), }, + Vertex { position: (1.54175, -1.643613, 1.01419), + normal: (-0.404532, -0.045989, 0.913367), }, + Vertex { position: (1.508714, -1.808578, 0.934359), + normal: (0.866543, 0.493887, 0.071972), }, + Vertex { position: (1.54175, -1.643613, 1.01419), + normal: (-0.404532, -0.045989, 0.913367), }, + Vertex { position: (1.480629, -1.640132, 0.953447), + normal: (0.874983, 0.217677, 0.432459), }, + Vertex { position: (1.663494, -2.485963, 0.790773), + normal: (0.79991, 0.598082, 0.049409), }, + Vertex { position: (1.655948, -2.520927, 0.844269), + normal: (0.717573, 0.343682, -0.605782), }, + Vertex { position: (1.586321, -2.273752, 0.880969), + normal: (0.743894, 0.373896, -0.553916), }, + Vertex { position: (1.663494, -2.485963, 0.790773), + normal: (0.79991, 0.598082, 0.049409), }, + Vertex { position: (1.586321, -2.273752, 0.880969), + normal: (0.743894, 0.373896, -0.553916), }, + Vertex { position: (1.60129, -2.267132, 0.787696), + normal: (0.963394, -0.268066, 0.003702), }, + Vertex { position: (1.60129, -2.267132, 0.787696), + normal: (0.963394, -0.268066, 0.003702), }, + Vertex { position: (1.586321, -2.273752, 0.880969), + normal: (0.743894, 0.373896, -0.553916), }, + Vertex { position: (1.529305, -2.092083, 0.887353), + normal: (0.752232, 0.244351, -0.611914), }, + Vertex { position: (1.60129, -2.267132, 0.787696), + normal: (0.963394, -0.268066, 0.003702), }, + Vertex { position: (1.529305, -2.092083, 0.887353), + normal: (0.752232, 0.244351, -0.611914), }, + Vertex { position: (1.544087, -2.080722, 0.786432), + normal: (0.714275, 0.465374, -0.522723), }, + Vertex { position: (1.544087, -2.080722, 0.786432), + normal: (0.714275, 0.465374, -0.522723), }, + Vertex { position: (1.529305, -2.092083, 0.887353), + normal: (0.752232, 0.244351, -0.611914), }, + Vertex { position: (1.508714, -1.808578, 0.934359), + normal: (0.866543, 0.493887, 0.071972), }, + Vertex { position: (1.544087, -2.080722, 0.786432), + normal: (0.714275, 0.465374, -0.522723), }, + Vertex { position: (1.508714, -1.808578, 0.934359), + normal: (0.866543, 0.493887, 0.071972), }, + Vertex { position: (1.473886, -1.818947, 0.799576), + normal: (0.81992, -0.126246, -0.558385), }, + Vertex { position: (1.473886, -1.818947, 0.799576), + normal: (0.81992, -0.126246, -0.558385), }, + Vertex { position: (1.508714, -1.808578, 0.934359), + normal: (0.866543, 0.493887, 0.071972), }, + Vertex { position: (1.480629, -1.640132, 0.953447), + normal: (0.874983, 0.217677, 0.432459), }, + Vertex { position: (1.473886, -1.818947, 0.799576), + normal: (0.81992, -0.126246, -0.558385), }, + Vertex { position: (1.480629, -1.640132, 0.953447), + normal: (0.874983, 0.217677, 0.432459), }, + Vertex { position: (1.451825, -1.576856, 0.702758), + normal: (0.751148, 0.43192, -0.49922), }, + Vertex { position: (1.756349, -2.446399, 0.705428), + normal: (0.331576, 0.146631, -0.931964), }, + Vertex { position: (1.663494, -2.485963, 0.790773), + normal: (0.79991, 0.598082, 0.049409), }, + Vertex { position: (1.60129, -2.267132, 0.787696), + normal: (0.963394, -0.268066, 0.003702), }, + Vertex { position: (1.756349, -2.446399, 0.705428), + normal: (0.331576, 0.146631, -0.931964), }, + Vertex { position: (1.60129, -2.267132, 0.787696), + normal: (0.963394, -0.268066, 0.003702), }, + Vertex { position: (1.677597, -2.237953, 0.696318), + normal: (0.43336, 0.0979, -0.895888), }, + Vertex { position: (1.677597, -2.237953, 0.696318), + normal: (0.43336, 0.0979, -0.895888), }, + Vertex { position: (1.60129, -2.267132, 0.787696), + normal: (0.963394, -0.268066, 0.003702), }, + Vertex { position: (1.544087, -2.080722, 0.786432), + normal: (0.714275, 0.465374, -0.522723), }, + Vertex { position: (1.677597, -2.237953, 0.696318), + normal: (0.43336, 0.0979, -0.895888), }, + Vertex { position: (1.544087, -2.080722, 0.786432), + normal: (0.714275, 0.465374, -0.522723), }, + Vertex { position: (1.643403, -2.076583, 0.689565), + normal: (0.261981, 0.048424, -0.963857), }, + Vertex { position: (1.643403, -2.076583, 0.689565), + normal: (0.261981, 0.048424, -0.963857), }, + Vertex { position: (1.544087, -2.080722, 0.786432), + normal: (0.714275, 0.465374, -0.522723), }, + Vertex { position: (1.473886, -1.818947, 0.799576), + normal: (0.81992, -0.126246, -0.558385), }, + Vertex { position: (1.643403, -2.076583, 0.689565), + normal: (0.261981, 0.048424, -0.963857), }, + Vertex { position: (1.473886, -1.818947, 0.799576), + normal: (0.81992, -0.126246, -0.558385), }, + Vertex { position: (1.596751, -1.722028, 0.684655), + normal: (0.79444, 0.150525, -0.588393), }, + Vertex { position: (1.596751, -1.722028, 0.684655), + normal: (0.79444, 0.150525, -0.588393), }, + Vertex { position: (1.473886, -1.818947, 0.799576), + normal: (0.81992, -0.126246, -0.558385), }, + Vertex { position: (1.451825, -1.576856, 0.702758), + normal: (0.751148, 0.43192, -0.49922), }, + Vertex { position: (1.596751, -1.722028, 0.684655), + normal: (0.79444, 0.150525, -0.588393), }, + Vertex { position: (1.451825, -1.576856, 0.702758), + normal: (0.751148, 0.43192, -0.49922), }, + Vertex { position: (1.599889, -1.595526, 0.623185), + normal: (0.24139, 0.178826, -0.953809), }, + Vertex { position: (1.960643, -2.71286, 0.90089), + normal: (-0.440199, 0.219838, 0.870572), }, + Vertex { position: (1.994078, -2.713047, 0.824553), + normal: (0.636282, 0.100894, 0.76483), }, + Vertex { position: (1.953911, -2.462233, 0.830594), + normal: (0.213417, -0.547722, 0.808983), }, + Vertex { position: (1.960643, -2.71286, 0.90089), + normal: (-0.440199, 0.219838, 0.870572), }, + Vertex { position: (1.953911, -2.462233, 0.830594), + normal: (0.213417, -0.547722, 0.808983), }, + Vertex { position: (1.930747, -2.463535, 0.894743), + normal: (0.768073, 0.514956, 0.380637), }, + Vertex { position: (1.880971, -2.733242, 0.8902), + normal: (-0.90358, 0.003168, 0.428409), }, + Vertex { position: (1.960643, -2.71286, 0.90089), + normal: (-0.440199, 0.219838, 0.870572), }, + Vertex { position: (1.930747, -2.463535, 0.894743), + normal: (0.768073, 0.514956, 0.380637), }, + Vertex { position: (1.880971, -2.733242, 0.8902), + normal: (-0.90358, 0.003168, 0.428409), }, + Vertex { position: (1.930747, -2.463535, 0.894743), + normal: (0.768073, 0.514956, 0.380637), }, + Vertex { position: (1.864064, -2.469953, 0.935601), + normal: (-0.874488, -0.088621, 0.476882), }, + Vertex { position: (2.021591, -1.755289, 0.912093), + normal: (0.862528, 0.499882, -0.078511), }, + Vertex { position: (2.036036, -1.57908, 0.967151), + normal: (0.872426, 0.488735, -0.003223), }, + Vertex { position: (1.937009, -1.625419, 1.026843), + normal: (-0.987313, 0.097591, -0.125253), }, + Vertex { position: (2.021591, -1.755289, 0.912093), + normal: (0.862528, 0.499882, -0.078511), }, + Vertex { position: (1.937009, -1.625419, 1.026843), + normal: (-0.987313, 0.097591, -0.125253), }, + Vertex { position: (1.941767, -1.759457, 0.997454), + normal: (-0.997638, 0.009858, -0.067986), }, + Vertex { position: (2.013095, -2.051912, 0.911043), + normal: (0.52783, 0.437826, 0.727807), }, + Vertex { position: (2.021591, -1.755289, 0.912093), + normal: (0.862528, 0.499882, -0.078511), }, + Vertex { position: (1.941767, -1.759457, 0.997454), + normal: (-0.997638, 0.009858, -0.067986), }, + Vertex { position: (2.013095, -2.051912, 0.911043), + normal: (0.52783, 0.437826, 0.727807), }, + Vertex { position: (1.941767, -1.759457, 0.997454), + normal: (-0.997638, 0.009858, -0.067986), }, + Vertex { position: (1.918641, -2.083654, 1.001275), + normal: (0.21581, 0.484483, 0.847763), }, + Vertex { position: (1.864064, -2.469953, 0.935601), + normal: (-0.874488, -0.088621, 0.476882), }, + Vertex { position: (1.930747, -2.463535, 0.894743), + normal: (0.768073, 0.514956, 0.380637), }, + Vertex { position: (1.98533, -2.221319, 0.893145), + normal: (0.626232, 0.565165, 0.53705), }, + Vertex { position: (1.864064, -2.469953, 0.935601), + normal: (-0.874488, -0.088621, 0.476882), }, + Vertex { position: (1.98533, -2.221319, 0.893145), + normal: (0.626232, 0.565165, 0.53705), }, + Vertex { position: (1.90637, -2.282284, 0.964887), + normal: (-0.783521, -0.393963, 0.480508), }, + Vertex { position: (1.98533, -2.221319, 0.893145), + normal: (0.626232, 0.565165, 0.53705), }, + Vertex { position: (2.013095, -2.051912, 0.911043), + normal: (0.52783, 0.437826, 0.727807), }, + Vertex { position: (1.918641, -2.083654, 1.001275), + normal: (0.21581, 0.484483, 0.847763), }, + Vertex { position: (1.98533, -2.221319, 0.893145), + normal: (0.626232, 0.565165, 0.53705), }, + Vertex { position: (1.918641, -2.083654, 1.001275), + normal: (0.21581, 0.484483, 0.847763), }, + Vertex { position: (1.90637, -2.282284, 0.964887), + normal: (-0.783521, -0.393963, 0.480508), }, + Vertex { position: (1.830669, -2.736121, 0.903313), + normal: (-0.062994, -0.00854, -0.997977), }, + Vertex { position: (1.801127, -2.48469, 0.938593), + normal: (-0.955753, -0.169718, -0.240275), }, + Vertex { position: (1.737623, -2.485017, 0.918334), + normal: (-0.184432, -0.109597, -0.976716), }, + Vertex { position: (1.830669, -2.736121, 0.903313), + normal: (-0.062994, -0.00854, -0.997977), }, + Vertex { position: (1.737623, -2.485017, 0.918334), + normal: (-0.184432, -0.109597, -0.976716), }, + Vertex { position: (1.771416, -2.769024, 0.9461), + normal: (-0.4909, 0.016111, -0.871067), }, + Vertex { position: (1.830669, -2.736121, 0.903313), + normal: (-0.062994, -0.00854, -0.997977), }, + Vertex { position: (1.880971, -2.733242, 0.8902), + normal: (-0.90358, 0.003168, 0.428409), }, + Vertex { position: (1.864064, -2.469953, 0.935601), + normal: (-0.874488, -0.088621, 0.476882), }, + Vertex { position: (1.830669, -2.736121, 0.903313), + normal: (-0.062994, -0.00854, -0.997977), }, + Vertex { position: (1.864064, -2.469953, 0.935601), + normal: (-0.874488, -0.088621, 0.476882), }, + Vertex { position: (1.801127, -2.48469, 0.938593), + normal: (-0.955753, -0.169718, -0.240275), }, + Vertex { position: (1.818846, -1.756976, 1.023593), + normal: (-0.150944, -0.987886, -0.036012), }, + Vertex { position: (1.804927, -1.581954, 1.089198), + normal: (-0.937976, -0.320543, -0.132115), }, + Vertex { position: (1.650318, -1.645881, 1.053347), + normal: (0.056398, -0.684481, -0.726846), }, + Vertex { position: (1.818846, -1.756976, 1.023593), + normal: (-0.150944, -0.987886, -0.036012), }, + Vertex { position: (1.650318, -1.645881, 1.053347), + normal: (0.056398, -0.684481, -0.726846), }, + Vertex { position: (1.717145, -1.80953, 1.004092), + normal: (-0.343436, -0.507052, -0.790537), }, + Vertex { position: (1.839224, -2.109267, 0.998351), + normal: (-0.630099, -0.773677, -0.066329), }, + Vertex { position: (1.818846, -1.756976, 1.023593), + normal: (-0.150944, -0.987886, -0.036012), }, + Vertex { position: (1.717145, -1.80953, 1.004092), + normal: (-0.343436, -0.507052, -0.790537), }, + Vertex { position: (1.839224, -2.109267, 0.998351), + normal: (-0.630099, -0.773677, -0.066329), }, + Vertex { position: (1.717145, -1.80953, 1.004092), + normal: (-0.343436, -0.507052, -0.790537), }, + Vertex { position: (1.720031, -2.105568, 0.971354), + normal: (-0.554151, -0.205896, -0.80655), }, + Vertex { position: (1.818266, -2.313852, 0.968652), + normal: (-0.967491, -0.143323, -0.208372), }, + Vertex { position: (1.839224, -2.109267, 0.998351), + normal: (-0.630099, -0.773677, -0.066329), }, + Vertex { position: (1.720031, -2.105568, 0.971354), + normal: (-0.554151, -0.205896, -0.80655), }, + Vertex { position: (1.818266, -2.313852, 0.968652), + normal: (-0.967491, -0.143323, -0.208372), }, + Vertex { position: (1.720031, -2.105568, 0.971354), + normal: (-0.554151, -0.205896, -0.80655), }, + Vertex { position: (1.710406, -2.272223, 0.954296), + normal: (-0.554502, -0.046423, -0.830886), }, + Vertex { position: (1.801127, -2.48469, 0.938593), + normal: (-0.955753, -0.169718, -0.240275), }, + Vertex { position: (1.818266, -2.313852, 0.968652), + normal: (-0.967491, -0.143323, -0.208372), }, + Vertex { position: (1.710406, -2.272223, 0.954296), + normal: (-0.554502, -0.046423, -0.830886), }, + Vertex { position: (1.801127, -2.48469, 0.938593), + normal: (-0.955753, -0.169718, -0.240275), }, + Vertex { position: (1.710406, -2.272223, 0.954296), + normal: (-0.554502, -0.046423, -0.830886), }, + Vertex { position: (1.737623, -2.485017, 0.918334), + normal: (-0.184432, -0.109597, -0.976716), }, + Vertex { position: (1.941767, -1.759457, 0.997454), + normal: (-0.997638, 0.009858, -0.067986), }, + Vertex { position: (1.937009, -1.625419, 1.026843), + normal: (-0.987313, 0.097591, -0.125253), }, + Vertex { position: (1.804927, -1.581954, 1.089198), + normal: (-0.937976, -0.320543, -0.132115), }, + Vertex { position: (1.941767, -1.759457, 0.997454), + normal: (-0.997638, 0.009858, -0.067986), }, + Vertex { position: (1.804927, -1.581954, 1.089198), + normal: (-0.937976, -0.320543, -0.132115), }, + Vertex { position: (1.818846, -1.756976, 1.023593), + normal: (-0.150944, -0.987886, -0.036012), }, + Vertex { position: (1.918641, -2.083654, 1.001275), + normal: (0.21581, 0.484483, 0.847763), }, + Vertex { position: (1.941767, -1.759457, 0.997454), + normal: (-0.997638, 0.009858, -0.067986), }, + Vertex { position: (1.818846, -1.756976, 1.023593), + normal: (-0.150944, -0.987886, -0.036012), }, + Vertex { position: (1.918641, -2.083654, 1.001275), + normal: (0.21581, 0.484483, 0.847763), }, + Vertex { position: (1.818846, -1.756976, 1.023593), + normal: (-0.150944, -0.987886, -0.036012), }, + Vertex { position: (1.839224, -2.109267, 0.998351), + normal: (-0.630099, -0.773677, -0.066329), }, + Vertex { position: (1.90637, -2.282284, 0.964887), + normal: (-0.783521, -0.393963, 0.480508), }, + Vertex { position: (1.918641, -2.083654, 1.001275), + normal: (0.21581, 0.484483, 0.847763), }, + Vertex { position: (1.839224, -2.109267, 0.998351), + normal: (-0.630099, -0.773677, -0.066329), }, + Vertex { position: (1.90637, -2.282284, 0.964887), + normal: (-0.783521, -0.393963, 0.480508), }, + Vertex { position: (1.839224, -2.109267, 0.998351), + normal: (-0.630099, -0.773677, -0.066329), }, + Vertex { position: (1.818266, -2.313852, 0.968652), + normal: (-0.967491, -0.143323, -0.208372), }, + Vertex { position: (1.864064, -2.469953, 0.935601), + normal: (-0.874488, -0.088621, 0.476882), }, + Vertex { position: (1.90637, -2.282284, 0.964887), + normal: (-0.783521, -0.393963, 0.480508), }, + Vertex { position: (1.818266, -2.313852, 0.968652), + normal: (-0.967491, -0.143323, -0.208372), }, + Vertex { position: (1.864064, -2.469953, 0.935601), + normal: (-0.874488, -0.088621, 0.476882), }, + Vertex { position: (1.818266, -2.313852, 0.968652), + normal: (-0.967491, -0.143323, -0.208372), }, + Vertex { position: (1.801127, -2.48469, 0.938593), + normal: (-0.955753, -0.169718, -0.240275), }, + Vertex { position: (1.736425, -2.743683, 0.736866), + normal: (0.030762, -0.124297, -0.991768), }, + Vertex { position: (1.663494, -2.485963, 0.790773), + normal: (0.79991, 0.598082, 0.049409), }, + Vertex { position: (1.756349, -2.446399, 0.705428), + normal: (0.331576, 0.146631, -0.931964), }, + Vertex { position: (1.736425, -2.743683, 0.736866), + normal: (0.030762, -0.124297, -0.991768), }, + Vertex { position: (1.756349, -2.446399, 0.705428), + normal: (0.331576, 0.146631, -0.931964), }, + Vertex { position: (1.841282, -2.716008, 0.708009), + normal: (0.672894, 0.661099, 0.331907), }, + Vertex { position: (1.596751, -1.722028, 0.684655), + normal: (0.79444, 0.150525, -0.588393), }, + Vertex { position: (1.599889, -1.595526, 0.623185), + normal: (0.24139, 0.178826, -0.953809), }, + Vertex { position: (1.721211, -1.590185, 0.601932), + normal: (0.776291, -0.374867, 0.5068), }, + Vertex { position: (1.596751, -1.722028, 0.684655), + normal: (0.79444, 0.150525, -0.588393), }, + Vertex { position: (1.721211, -1.590185, 0.601932), + normal: (0.776291, -0.374867, 0.5068), }, + Vertex { position: (1.740323, -1.67983, 0.664098), + normal: (0.726897, -0.546447, 0.415952), }, + Vertex { position: (1.643403, -2.076583, 0.689565), + normal: (0.261981, 0.048424, -0.963857), }, + Vertex { position: (1.596751, -1.722028, 0.684655), + normal: (0.79444, 0.150525, -0.588393), }, + Vertex { position: (1.740323, -1.67983, 0.664098), + normal: (0.726897, -0.546447, 0.415952), }, + Vertex { position: (1.643403, -2.076583, 0.689565), + normal: (0.261981, 0.048424, -0.963857), }, + Vertex { position: (1.740323, -1.67983, 0.664098), + normal: (0.726897, -0.546447, 0.415952), }, + Vertex { position: (1.747671, -2.067518, 0.638841), + normal: (0.81802, -0.47123, 0.329827), }, + Vertex { position: (1.677597, -2.237953, 0.696318), + normal: (0.43336, 0.0979, -0.895888), }, + Vertex { position: (1.643403, -2.076583, 0.689565), + normal: (0.261981, 0.048424, -0.963857), }, + Vertex { position: (1.747671, -2.067518, 0.638841), + normal: (0.81802, -0.47123, 0.329827), }, + Vertex { position: (1.677597, -2.237953, 0.696318), + normal: (0.43336, 0.0979, -0.895888), }, + Vertex { position: (1.747671, -2.067518, 0.638841), + normal: (0.81802, -0.47123, 0.329827), }, + Vertex { position: (1.772999, -2.230292, 0.64494), + normal: (0.247956, 0.087485, -0.964813), }, + Vertex { position: (1.736425, -2.743683, 0.736866), + normal: (0.030762, -0.124297, -0.991768), }, + Vertex { position: (1.700797, -2.794792, 0.82425), + normal: (-0.020456, 0.943466, 0.330837), }, + Vertex { position: (1.655948, -2.520927, 0.844269), + normal: (0.717573, 0.343682, -0.605782), }, + Vertex { position: (1.736425, -2.743683, 0.736866), + normal: (0.030762, -0.124297, -0.991768), }, + Vertex { position: (1.655948, -2.520927, 0.844269), + normal: (0.717573, 0.343682, -0.605782), }, + Vertex { position: (1.663494, -2.485963, 0.790773), + normal: (0.79991, 0.598082, 0.049409), }, + Vertex { position: (2.001343, -2.847715, 0.762517), + normal: (-0.753891, 0.130682, 0.643872), }, + Vertex { position: (1.972647, -2.728848, 0.772496), + normal: (-0.074103, 0.409269, 0.909399), }, + Vertex { position: (1.994078, -2.713047, 0.824553), + normal: (0.636282, 0.100894, 0.76483), }, + Vertex { position: (2.001343, -2.847715, 0.762517), + normal: (-0.753891, 0.130682, 0.643872), }, + Vertex { position: (1.994078, -2.713047, 0.824553), + normal: (0.636282, 0.100894, 0.76483), }, + Vertex { position: (2.057496, -2.887282, 0.844225), + normal: (-0.820357, 0.160676, 0.548815), }, + Vertex { position: (1.947264, -2.443232, 0.732587), + normal: (0.225987, 0.181604, -0.957053), }, + Vertex { position: (1.972647, -2.728848, 0.772496), + normal: (-0.074103, 0.409269, 0.909399), }, + Vertex { position: (1.884318, -2.724404, 0.701999), + normal: (-0.545598, -0.330416, 0.770161), }, + Vertex { position: (1.947264, -2.443232, 0.732587), + normal: (0.225987, 0.181604, -0.957053), }, + Vertex { position: (1.884318, -2.724404, 0.701999), + normal: (-0.545598, -0.330416, 0.770161), }, + Vertex { position: (1.828658, -2.477348, 0.67347), + normal: (0.229413, 0.089674, -0.96919), }, + Vertex { position: (1.921881, -2.157616, 0.692678), + normal: (-0.121543, 0.046, -0.99152), }, + Vertex { position: (1.947264, -2.443232, 0.732587), + normal: (0.225987, 0.181604, -0.957053), }, + Vertex { position: (1.828658, -2.477348, 0.67347), + normal: (0.229413, 0.089674, -0.96919), }, + Vertex { position: (1.921881, -2.157616, 0.692678), + normal: (-0.121543, 0.046, -0.99152), }, + Vertex { position: (1.828658, -2.477348, 0.67347), + normal: (0.229413, 0.089674, -0.96919), }, + Vertex { position: (1.772999, -2.230292, 0.64494), + normal: (0.247956, 0.087485, -0.964813), }, + Vertex { position: (1.884318, -2.724404, 0.701999), + normal: (-0.545598, -0.330416, 0.770161), }, + Vertex { position: (1.841282, -2.716008, 0.708009), + normal: (0.672894, 0.661099, 0.331907), }, + Vertex { position: (1.756349, -2.446399, 0.705428), + normal: (0.331576, 0.146631, -0.931964), }, + Vertex { position: (1.884318, -2.724404, 0.701999), + normal: (-0.545598, -0.330416, 0.770161), }, + Vertex { position: (1.756349, -2.446399, 0.705428), + normal: (0.331576, 0.146631, -0.931964), }, + Vertex { position: (1.828658, -2.477348, 0.67347), + normal: (0.229413, 0.089674, -0.96919), }, + Vertex { position: (1.756349, -2.446399, 0.705428), + normal: (0.331576, 0.146631, -0.931964), }, + Vertex { position: (1.677597, -2.237953, 0.696318), + normal: (0.43336, 0.0979, -0.895888), }, + Vertex { position: (1.772999, -2.230292, 0.64494), + normal: (0.247956, 0.087485, -0.964813), }, + Vertex { position: (1.756349, -2.446399, 0.705428), + normal: (0.331576, 0.146631, -0.931964), }, + Vertex { position: (1.772999, -2.230292, 0.64494), + normal: (0.247956, 0.087485, -0.964813), }, + Vertex { position: (1.828658, -2.477348, 0.67347), + normal: (0.229413, 0.089674, -0.96919), }, + Vertex { position: (1.994078, -2.713047, 0.824553), + normal: (0.636282, 0.100894, 0.76483), }, + Vertex { position: (1.972647, -2.728848, 0.772496), + normal: (-0.074103, 0.409269, 0.909399), }, + Vertex { position: (1.947264, -2.443232, 0.732587), + normal: (0.225987, 0.181604, -0.957053), }, + Vertex { position: (1.994078, -2.713047, 0.824553), + normal: (0.636282, 0.100894, 0.76483), }, + Vertex { position: (1.947264, -2.443232, 0.732587), + normal: (0.225987, 0.181604, -0.957053), }, + Vertex { position: (1.953911, -2.462233, 0.830594), + normal: (0.213417, -0.547722, 0.808983), }, + Vertex { position: (1.740323, -1.67983, 0.664098), + normal: (0.726897, -0.546447, 0.415952), }, + Vertex { position: (1.721211, -1.590185, 0.601932), + normal: (0.776291, -0.374867, 0.5068), }, + Vertex { position: (1.963153, -1.588839, 0.612861), + normal: (-0.086361, -0.084973, 0.992634), }, + Vertex { position: (1.740323, -1.67983, 0.664098), + normal: (0.726897, -0.546447, 0.415952), }, + Vertex { position: (1.963153, -1.588839, 0.612861), + normal: (-0.086361, -0.084973, 0.992634), }, + Vertex { position: (1.991892, -1.7484, 0.65277), + normal: (0.313529, 0.096126, -0.944701), }, + Vertex { position: (1.747671, -2.067518, 0.638841), + normal: (0.81802, -0.47123, 0.329827), }, + Vertex { position: (1.740323, -1.67983, 0.664098), + normal: (0.726897, -0.546447, 0.415952), }, + Vertex { position: (1.991892, -1.7484, 0.65277), + normal: (0.313529, 0.096126, -0.944701), }, + Vertex { position: (1.747671, -2.067518, 0.638841), + normal: (0.81802, -0.47123, 0.329827), }, + Vertex { position: (1.991892, -1.7484, 0.65277), + normal: (0.313529, 0.096126, -0.944701), }, + Vertex { position: (1.945206, -2.015769, 0.672724), + normal: (0.761939, 0.13671, -0.633055), }, + Vertex { position: (1.991892, -1.7484, 0.65277), + normal: (0.313529, 0.096126, -0.944701), }, + Vertex { position: (1.963153, -1.588839, 0.612861), + normal: (-0.086361, -0.084973, 0.992634), }, + Vertex { position: (2.059844, -1.561331, 0.858957), + normal: (-0.541077, 0.245809, 0.804247), }, + Vertex { position: (1.991892, -1.7484, 0.65277), + normal: (0.313529, 0.096126, -0.944701), }, + Vertex { position: (2.059844, -1.561331, 0.858957), + normal: (-0.541077, 0.245809, 0.804247), }, + Vertex { position: (2.053108, -1.738285, 0.824853), + normal: (-0.495591, 0.225654, 0.838731), }, + Vertex { position: (1.945206, -2.015769, 0.672724), + normal: (0.761939, 0.13671, -0.633055), }, + Vertex { position: (1.991892, -1.7484, 0.65277), + normal: (0.313529, 0.096126, -0.944701), }, + Vertex { position: (2.053108, -1.738285, 0.824853), + normal: (-0.495591, 0.225654, 0.838731), }, + Vertex { position: (1.945206, -2.015769, 0.672724), + normal: (0.761939, 0.13671, -0.633055), }, + Vertex { position: (2.053108, -1.738285, 0.824853), + normal: (-0.495591, 0.225654, 0.838731), }, + Vertex { position: (2.047696, -2.050138, 0.814712), + normal: (-0.492627, 0.113675, 0.862784), }, + Vertex { position: (1.921881, -2.157616, 0.692678), + normal: (-0.121543, 0.046, -0.99152), }, + Vertex { position: (1.945206, -2.015769, 0.672724), + normal: (0.761939, 0.13671, -0.633055), }, + Vertex { position: (2.047696, -2.050138, 0.814712), + normal: (-0.492627, 0.113675, 0.862784), }, + Vertex { position: (1.921881, -2.157616, 0.692678), + normal: (-0.121543, 0.046, -0.99152), }, + Vertex { position: (2.047696, -2.050138, 0.814712), + normal: (-0.492627, 0.113675, 0.862784), }, + Vertex { position: (2.02453, -2.195334, 0.811284), + normal: (-0.430524, -0.648446, 0.627828), }, + Vertex { position: (1.947264, -2.443232, 0.732587), + normal: (0.225987, 0.181604, -0.957053), }, + Vertex { position: (1.921881, -2.157616, 0.692678), + normal: (-0.121543, 0.046, -0.99152), }, + Vertex { position: (2.02453, -2.195334, 0.811284), + normal: (-0.430524, -0.648446, 0.627828), }, + Vertex { position: (1.947264, -2.443232, 0.732587), + normal: (0.225987, 0.181604, -0.957053), }, + Vertex { position: (2.02453, -2.195334, 0.811284), + normal: (-0.430524, -0.648446, 0.627828), }, + Vertex { position: (1.953911, -2.462233, 0.830594), + normal: (0.213417, -0.547722, 0.808983), }, + Vertex { position: (2.126237, -1.330172, 0.721011), + normal: (0.303379, -0.73119, 0.611002), }, + Vertex { position: (2.158051, -1.209613, 0.783941), + normal: (0.383978, -0.566345, 0.729256), }, + Vertex { position: (2.141273, -1.234642, 0.941254), + normal: (-0.671694, -0.023528, 0.740455), }, + Vertex { position: (2.126237, -1.330172, 0.721011), + normal: (0.303379, -0.73119, 0.611002), }, + Vertex { position: (2.141273, -1.234642, 0.941254), + normal: (-0.671694, -0.023528, 0.740455), }, + Vertex { position: (2.111557, -1.376942, 0.89657), + normal: (-0.562282, -0.328887, 0.758731), }, + Vertex { position: (2.111557, -1.376942, 0.89657), + normal: (-0.562282, -0.328887, 0.758731), }, + Vertex { position: (2.141273, -1.234642, 0.941254), + normal: (-0.671694, -0.023528, 0.740455), }, + Vertex { position: (2.099566, -1.259996, 1.055763), + normal: (-0.088841, 0.02472, 0.995739), }, + Vertex { position: (2.111557, -1.376942, 0.89657), + normal: (-0.562282, -0.328887, 0.758731), }, + Vertex { position: (2.099566, -1.259996, 1.055763), + normal: (-0.088841, 0.02472, 0.995739), }, + Vertex { position: (2.071448, -1.410118, 1.006192), + normal: (0.157806, 0.230905, 0.960094), }, + Vertex { position: (2.071448, -1.410118, 1.006192), + normal: (0.157806, 0.230905, 0.960094), }, + Vertex { position: (2.099566, -1.259996, 1.055763), + normal: (-0.088841, 0.02472, 0.995739), }, + Vertex { position: (1.966698, -1.22816, 1.153716), + normal: (0.57446, 0.218241, 0.788902), }, + Vertex { position: (2.071448, -1.410118, 1.006192), + normal: (0.157806, 0.230905, 0.960094), }, + Vertex { position: (1.966698, -1.22816, 1.153716), + normal: (0.57446, 0.218241, 0.788902), }, + Vertex { position: (1.974215, -1.469208, 1.068951), + normal: (-0.144755, 0.439659, 0.886423), }, + Vertex { position: (1.974215, -1.469208, 1.068951), + normal: (-0.144755, 0.439659, 0.886423), }, + Vertex { position: (1.966698, -1.22816, 1.153716), + normal: (0.57446, 0.218241, 0.788902), }, + Vertex { position: (1.805207, -1.268427, 1.165317), + normal: (0.526213, 0.349004, 0.775433), }, + Vertex { position: (1.974215, -1.469208, 1.068951), + normal: (-0.144755, 0.439659, 0.886423), }, + Vertex { position: (1.805207, -1.268427, 1.165317), + normal: (0.526213, 0.349004, 0.775433), }, + Vertex { position: (1.801794, -1.465464, 1.129277), + normal: (0.339699, 0.626415, 0.701576), }, + Vertex { position: (1.801794, -1.465464, 1.129277), + normal: (0.339699, 0.626415, 0.701576), }, + Vertex { position: (1.805207, -1.268427, 1.165317), + normal: (0.526213, 0.349004, 0.775433), }, + Vertex { position: (1.601721, -1.262359, 1.14142), + normal: (0.926951, 0.366239, -0.081429), }, + Vertex { position: (1.801794, -1.465464, 1.129277), + normal: (0.339699, 0.626415, 0.701576), }, + Vertex { position: (1.601721, -1.262359, 1.14142), + normal: (0.926951, 0.366239, -0.081429), }, + Vertex { position: (1.612396, -1.485728, 1.099731), + normal: (0.457853, 0.537523, 0.708124), }, + Vertex { position: (1.612396, -1.485728, 1.099731), + normal: (0.457853, 0.537523, 0.708124), }, + Vertex { position: (1.601721, -1.262359, 1.14142), + normal: (0.926951, 0.366239, -0.081429), }, + Vertex { position: (1.49748, -1.283201, 1.088258), + normal: (-0.496829, -0.096649, 0.86245), }, + Vertex { position: (1.612396, -1.485728, 1.099731), + normal: (0.457853, 0.537523, 0.708124), }, + Vertex { position: (1.49748, -1.283201, 1.088258), + normal: (-0.496829, -0.096649, 0.86245), }, + Vertex { position: (1.5167, -1.45305, 1.068516), + normal: (-0.081045, 0.40912, 0.908874), }, + Vertex { position: (1.5167, -1.45305, 1.068516), + normal: (-0.081045, 0.40912, 0.908874), }, + Vertex { position: (1.49748, -1.283201, 1.088258), + normal: (-0.496829, -0.096649, 0.86245), }, + Vertex { position: (1.430817, -1.301205, 1.024924), + normal: (0.013288, -0.297478, 0.954636), }, + Vertex { position: (1.5167, -1.45305, 1.068516), + normal: (-0.081045, 0.40912, 0.908874), }, + Vertex { position: (1.430817, -1.301205, 1.024924), + normal: (0.013288, -0.297478, 0.954636), }, + Vertex { position: (1.454817, -1.430228, 0.976569), + normal: (0.444124, 0.617476, 0.649214), }, + Vertex { position: (1.454817, -1.430228, 0.976569), + normal: (0.444124, 0.617476, 0.649214), }, + Vertex { position: (1.430817, -1.301205, 1.024924), + normal: (0.013288, -0.297478, 0.954636), }, + Vertex { position: (1.348219, -1.282064, 0.845204), + normal: (-0.228294, -0.186048, 0.955651), }, + Vertex { position: (1.454817, -1.430228, 0.976569), + normal: (0.444124, 0.617476, 0.649214), }, + Vertex { position: (1.348219, -1.282064, 0.845204), + normal: (-0.228294, -0.186048, 0.955651), }, + Vertex { position: (1.328862, -1.352627, 0.758733), + normal: (0.010538, 0.399391, 0.91672), }, + Vertex { position: (2.158051, -1.209613, 0.783941), + normal: (0.383978, -0.566345, 0.729256), }, + Vertex { position: (2.180012, -1.130557, 0.821812), + normal: (0.424286, -0.254348, 0.869073), }, + Vertex { position: (2.17745, -1.127765, 0.974416), + normal: (-0.217942, -0.897186, -0.384133), }, + Vertex { position: (2.158051, -1.209613, 0.783941), + normal: (0.383978, -0.566345, 0.729256), }, + Vertex { position: (2.17745, -1.127765, 0.974416), + normal: (-0.217942, -0.897186, -0.384133), }, + Vertex { position: (2.141273, -1.234642, 0.941254), + normal: (-0.671694, -0.023528, 0.740455), }, + Vertex { position: (2.141273, -1.234642, 0.941254), + normal: (-0.671694, -0.023528, 0.740455), }, + Vertex { position: (2.17745, -1.127765, 0.974416), + normal: (-0.217942, -0.897186, -0.384133), }, + Vertex { position: (2.148553, -1.103067, 1.06541), + normal: (-0.069765, -0.126006, -0.989573), }, + Vertex { position: (2.141273, -1.234642, 0.941254), + normal: (-0.671694, -0.023528, 0.740455), }, + Vertex { position: (2.148553, -1.103067, 1.06541), + normal: (-0.069765, -0.126006, -0.989573), }, + Vertex { position: (2.099566, -1.259996, 1.055763), + normal: (-0.088841, 0.02472, 0.995739), }, + Vertex { position: (2.099566, -1.259996, 1.055763), + normal: (-0.088841, 0.02472, 0.995739), }, + Vertex { position: (2.148553, -1.103067, 1.06541), + normal: (-0.069765, -0.126006, -0.989573), }, + Vertex { position: (2.024692, -1.074646, 1.172465), + normal: (-0.1083, -0.048546, -0.992932), }, + Vertex { position: (2.099566, -1.259996, 1.055763), + normal: (-0.088841, 0.02472, 0.995739), }, + Vertex { position: (2.024692, -1.074646, 1.172465), + normal: (-0.1083, -0.048546, -0.992932), }, + Vertex { position: (1.966698, -1.22816, 1.153716), + normal: (0.57446, 0.218241, 0.788902), }, + Vertex { position: (1.966698, -1.22816, 1.153716), + normal: (0.57446, 0.218241, 0.788902), }, + Vertex { position: (2.024692, -1.074646, 1.172465), + normal: (-0.1083, -0.048546, -0.992932), }, + Vertex { position: (1.838895, -1.087204, 1.201408), + normal: (-0.084936, -0.226589, -0.97028), }, + Vertex { position: (1.966698, -1.22816, 1.153716), + normal: (0.57446, 0.218241, 0.788902), }, + Vertex { position: (1.838895, -1.087204, 1.201408), + normal: (-0.084936, -0.226589, -0.97028), }, + Vertex { position: (1.805207, -1.268427, 1.165317), + normal: (0.526213, 0.349004, 0.775433), }, + Vertex { position: (1.805207, -1.268427, 1.165317), + normal: (0.526213, 0.349004, 0.775433), }, + Vertex { position: (1.838895, -1.087204, 1.201408), + normal: (-0.084936, -0.226589, -0.97028), }, + Vertex { position: (1.645819, -1.087442, 1.173773), + normal: (-0.024032, -0.835976, -0.54824), }, + Vertex { position: (1.805207, -1.268427, 1.165317), + normal: (0.526213, 0.349004, 0.775433), }, + Vertex { position: (1.645819, -1.087442, 1.173773), + normal: (-0.024032, -0.835976, -0.54824), }, + Vertex { position: (1.601721, -1.262359, 1.14142), + normal: (0.926951, 0.366239, -0.081429), }, + Vertex { position: (1.601721, -1.262359, 1.14142), + normal: (0.926951, 0.366239, -0.081429), }, + Vertex { position: (1.645819, -1.087442, 1.173773), + normal: (-0.024032, -0.835976, -0.54824), }, + Vertex { position: (1.524407, -1.125312, 1.142248), + normal: (-0.044013, 0.340434, 0.939238), }, + Vertex { position: (1.601721, -1.262359, 1.14142), + normal: (0.926951, 0.366239, -0.081429), }, + Vertex { position: (1.524407, -1.125312, 1.142248), + normal: (-0.044013, 0.340434, 0.939238), }, + Vertex { position: (1.49748, -1.283201, 1.088258), + normal: (-0.496829, -0.096649, 0.86245), }, + Vertex { position: (1.49748, -1.283201, 1.088258), + normal: (-0.496829, -0.096649, 0.86245), }, + Vertex { position: (1.524407, -1.125312, 1.142248), + normal: (-0.044013, 0.340434, 0.939238), }, + Vertex { position: (1.438439, -1.148029, 1.098069), + normal: (0.186476, 0.252953, 0.949337), }, + Vertex { position: (1.49748, -1.283201, 1.088258), + normal: (-0.496829, -0.096649, 0.86245), }, + Vertex { position: (1.438439, -1.148029, 1.098069), + normal: (0.186476, 0.252953, 0.949337), }, + Vertex { position: (1.430817, -1.301205, 1.024924), + normal: (0.013288, -0.297478, 0.954636), }, + Vertex { position: (1.430817, -1.301205, 1.024924), + normal: (0.013288, -0.297478, 0.954636), }, + Vertex { position: (1.438439, -1.148029, 1.098069), + normal: (0.186476, 0.252953, 0.949337), }, + Vertex { position: (1.310865, -1.136322, 0.914838), + normal: (0.43768, -0.823149, -0.361748), }, + Vertex { position: (1.430817, -1.301205, 1.024924), + normal: (0.013288, -0.297478, 0.954636), }, + Vertex { position: (1.310865, -1.136322, 0.914838), + normal: (0.43768, -0.823149, -0.361748), }, + Vertex { position: (1.348219, -1.282064, 0.845204), + normal: (-0.228294, -0.186048, 0.955651), }, + Vertex { position: (1.963153, -1.588839, 0.612861), + normal: (-0.086361, -0.084973, 0.992634), }, + Vertex { position: (2.0482, -1.581983, 0.555832), + normal: (0.140536, 0.558684, 0.817388), }, + Vertex { position: (2.0796, -1.473377, 0.654997), + normal: (0.235033, -0.721825, 0.650944), }, + Vertex { position: (1.963153, -1.588839, 0.612861), + normal: (-0.086361, -0.084973, 0.992634), }, + Vertex { position: (2.0796, -1.473377, 0.654997), + normal: (0.235033, -0.721825, 0.650944), }, + Vertex { position: (2.059844, -1.561331, 0.858957), + normal: (-0.541077, 0.245809, 0.804247), }, + Vertex { position: (1.801794, -1.465464, 1.129277), + normal: (0.339699, 0.626415, 0.701576), }, + Vertex { position: (1.612396, -1.485728, 1.099731), + normal: (0.457853, 0.537523, 0.708124), }, + Vertex { position: (1.650318, -1.645881, 1.053347), + normal: (0.056398, -0.684481, -0.726846), }, + Vertex { position: (1.801794, -1.465464, 1.129277), + normal: (0.339699, 0.626415, 0.701576), }, + Vertex { position: (1.650318, -1.645881, 1.053347), + normal: (0.056398, -0.684481, -0.726846), }, + Vertex { position: (1.804927, -1.581954, 1.089198), + normal: (-0.937976, -0.320543, -0.132115), }, + Vertex { position: (1.974215, -1.469208, 1.068951), + normal: (-0.144755, 0.439659, 0.886423), }, + Vertex { position: (1.801794, -1.465464, 1.129277), + normal: (0.339699, 0.626415, 0.701576), }, + Vertex { position: (1.804927, -1.581954, 1.089198), + normal: (-0.937976, -0.320543, -0.132115), }, + Vertex { position: (1.974215, -1.469208, 1.068951), + normal: (-0.144755, 0.439659, 0.886423), }, + Vertex { position: (1.804927, -1.581954, 1.089198), + normal: (-0.937976, -0.320543, -0.132115), }, + Vertex { position: (1.937009, -1.625419, 1.026843), + normal: (-0.987313, 0.097591, -0.125253), }, + Vertex { position: (2.071448, -1.410118, 1.006192), + normal: (0.157806, 0.230905, 0.960094), }, + Vertex { position: (1.974215, -1.469208, 1.068951), + normal: (-0.144755, 0.439659, 0.886423), }, + Vertex { position: (1.937009, -1.625419, 1.026843), + normal: (-0.987313, 0.097591, -0.125253), }, + Vertex { position: (2.071448, -1.410118, 1.006192), + normal: (0.157806, 0.230905, 0.960094), }, + Vertex { position: (1.937009, -1.625419, 1.026843), + normal: (-0.987313, 0.097591, -0.125253), }, + Vertex { position: (2.036036, -1.57908, 0.967151), + normal: (0.872426, 0.488735, -0.003223), }, + Vertex { position: (2.111557, -1.376942, 0.89657), + normal: (-0.562282, -0.328887, 0.758731), }, + Vertex { position: (2.071448, -1.410118, 1.006192), + normal: (0.157806, 0.230905, 0.960094), }, + Vertex { position: (2.036036, -1.57908, 0.967151), + normal: (0.872426, 0.488735, -0.003223), }, + Vertex { position: (2.111557, -1.376942, 0.89657), + normal: (-0.562282, -0.328887, 0.758731), }, + Vertex { position: (2.036036, -1.57908, 0.967151), + normal: (0.872426, 0.488735, -0.003223), }, + Vertex { position: (2.059844, -1.561331, 0.858957), + normal: (-0.541077, 0.245809, 0.804247), }, + Vertex { position: (2.0796, -1.473377, 0.654997), + normal: (0.235033, -0.721825, 0.650944), }, + Vertex { position: (2.126237, -1.330172, 0.721011), + normal: (0.303379, -0.73119, 0.611002), }, + Vertex { position: (2.111557, -1.376942, 0.89657), + normal: (-0.562282, -0.328887, 0.758731), }, + Vertex { position: (2.0796, -1.473377, 0.654997), + normal: (0.235033, -0.721825, 0.650944), }, + Vertex { position: (2.111557, -1.376942, 0.89657), + normal: (-0.562282, -0.328887, 0.758731), }, + Vertex { position: (2.059844, -1.561331, 0.858957), + normal: (-0.541077, 0.245809, 0.804247), }, + Vertex { position: (2.229345, -0.992723, 0.862826), + normal: (0.080812, 0.697931, 0.711591), }, + Vertex { position: (2.222082, -0.957342, 1.014137), + normal: (-0.887036, -0.210048, -0.411154), }, + Vertex { position: (2.17745, -1.127765, 0.974416), + normal: (-0.217942, -0.897186, -0.384133), }, + Vertex { position: (2.229345, -0.992723, 0.862826), + normal: (0.080812, 0.697931, 0.711591), }, + Vertex { position: (2.17745, -1.127765, 0.974416), + normal: (-0.217942, -0.897186, -0.384133), }, + Vertex { position: (2.180012, -1.130557, 0.821812), + normal: (0.424286, -0.254348, 0.869073), }, + Vertex { position: (1.867657, -0.920633, 1.206933), + normal: (0.193853, 0.161608, 0.967628), }, + Vertex { position: (1.635139, -0.965221, 1.184968), + normal: (-0.493424, -0.16561, -0.853877), }, + Vertex { position: (1.645819, -1.087442, 1.173773), + normal: (-0.024032, -0.835976, -0.54824), }, + Vertex { position: (1.867657, -0.920633, 1.206933), + normal: (0.193853, 0.161608, 0.967628), }, + Vertex { position: (1.645819, -1.087442, 1.173773), + normal: (-0.024032, -0.835976, -0.54824), }, + Vertex { position: (1.838895, -1.087204, 1.201408), + normal: (-0.084936, -0.226589, -0.97028), }, + Vertex { position: (2.058189, -0.931238, 1.163518), + normal: (-0.819256, -0.566976, 0.085772), }, + Vertex { position: (1.867657, -0.920633, 1.206933), + normal: (0.193853, 0.161608, 0.967628), }, + Vertex { position: (1.838895, -1.087204, 1.201408), + normal: (-0.084936, -0.226589, -0.97028), }, + Vertex { position: (2.058189, -0.931238, 1.163518), + normal: (-0.819256, -0.566976, 0.085772), }, + Vertex { position: (1.838895, -1.087204, 1.201408), + normal: (-0.084936, -0.226589, -0.97028), }, + Vertex { position: (2.024692, -1.074646, 1.172465), + normal: (-0.1083, -0.048546, -0.992932), }, + Vertex { position: (2.158585, -0.955809, 1.113647), + normal: (-0.898389, -0.217201, -0.381735), }, + Vertex { position: (2.058189, -0.931238, 1.163518), + normal: (-0.819256, -0.566976, 0.085772), }, + Vertex { position: (2.024692, -1.074646, 1.172465), + normal: (-0.1083, -0.048546, -0.992932), }, + Vertex { position: (2.158585, -0.955809, 1.113647), + normal: (-0.898389, -0.217201, -0.381735), }, + Vertex { position: (2.024692, -1.074646, 1.172465), + normal: (-0.1083, -0.048546, -0.992932), }, + Vertex { position: (2.148553, -1.103067, 1.06541), + normal: (-0.069765, -0.126006, -0.989573), }, + Vertex { position: (2.222082, -0.957342, 1.014137), + normal: (-0.887036, -0.210048, -0.411154), }, + Vertex { position: (2.158585, -0.955809, 1.113647), + normal: (-0.898389, -0.217201, -0.381735), }, + Vertex { position: (2.148553, -1.103067, 1.06541), + normal: (-0.069765, -0.126006, -0.989573), }, + Vertex { position: (2.222082, -0.957342, 1.014137), + normal: (-0.887036, -0.210048, -0.411154), }, + Vertex { position: (2.148553, -1.103067, 1.06541), + normal: (-0.069765, -0.126006, -0.989573), }, + Vertex { position: (2.17745, -1.127765, 0.974416), + normal: (-0.217942, -0.897186, -0.384133), }, + Vertex { position: (1.451825, -1.576856, 0.702758), + normal: (0.751148, 0.43192, -0.49922), }, + Vertex { position: (1.480629, -1.640132, 0.953447), + normal: (0.874983, 0.217677, 0.432459), }, + Vertex { position: (1.454817, -1.430228, 0.976569), + normal: (0.444124, 0.617476, 0.649214), }, + Vertex { position: (1.451825, -1.576856, 0.702758), + normal: (0.751148, 0.43192, -0.49922), }, + Vertex { position: (1.454817, -1.430228, 0.976569), + normal: (0.444124, 0.617476, 0.649214), }, + Vertex { position: (1.328862, -1.352627, 0.758733), + normal: (0.010538, 0.399391, 0.91672), }, + Vertex { position: (1.310865, -1.136322, 0.914838), + normal: (0.43768, -0.823149, -0.361748), }, + Vertex { position: (1.438439, -1.148029, 1.098069), + normal: (0.186476, 0.252953, 0.949337), }, + Vertex { position: (1.428883, -0.98669, 1.133905), + normal: (-0.53197, -0.108751, -0.839751), }, + Vertex { position: (1.310865, -1.136322, 0.914838), + normal: (0.43768, -0.823149, -0.361748), }, + Vertex { position: (1.428883, -0.98669, 1.133905), + normal: (-0.53197, -0.108751, -0.839751), }, + Vertex { position: (1.337875, -0.945716, 1.021299), + normal: (-0.382074, -0.25681, -0.887732), }, + Vertex { position: (1.54175, -1.643613, 1.01419), + normal: (-0.404532, -0.045989, 0.913367), }, + Vertex { position: (1.650318, -1.645881, 1.053347), + normal: (0.056398, -0.684481, -0.726846), }, + Vertex { position: (1.612396, -1.485728, 1.099731), + normal: (0.457853, 0.537523, 0.708124), }, + Vertex { position: (1.54175, -1.643613, 1.01419), + normal: (-0.404532, -0.045989, 0.913367), }, + Vertex { position: (1.612396, -1.485728, 1.099731), + normal: (0.457853, 0.537523, 0.708124), }, + Vertex { position: (1.5167, -1.45305, 1.068516), + normal: (-0.081045, 0.40912, 0.908874), }, + Vertex { position: (1.480629, -1.640132, 0.953447), + normal: (0.874983, 0.217677, 0.432459), }, + Vertex { position: (1.54175, -1.643613, 1.01419), + normal: (-0.404532, -0.045989, 0.913367), }, + Vertex { position: (1.5167, -1.45305, 1.068516), + normal: (-0.081045, 0.40912, 0.908874), }, + Vertex { position: (1.480629, -1.640132, 0.953447), + normal: (0.874983, 0.217677, 0.432459), }, + Vertex { position: (1.5167, -1.45305, 1.068516), + normal: (-0.081045, 0.40912, 0.908874), }, + Vertex { position: (1.454817, -1.430228, 0.976569), + normal: (0.444124, 0.617476, 0.649214), }, + Vertex { position: (1.524407, -1.125312, 1.142248), + normal: (-0.044013, 0.340434, 0.939238), }, + Vertex { position: (1.645819, -1.087442, 1.173773), + normal: (-0.024032, -0.835976, -0.54824), }, + Vertex { position: (1.635139, -0.965221, 1.184968), + normal: (-0.493424, -0.16561, -0.853877), }, + Vertex { position: (1.524407, -1.125312, 1.142248), + normal: (-0.044013, 0.340434, 0.939238), }, + Vertex { position: (1.635139, -0.965221, 1.184968), + normal: (-0.493424, -0.16561, -0.853877), }, + Vertex { position: (1.536037, -0.985876, 1.185597), + normal: (-0.570406, -0.192005, -0.798606), }, + Vertex { position: (1.438439, -1.148029, 1.098069), + normal: (0.186476, 0.252953, 0.949337), }, + Vertex { position: (1.524407, -1.125312, 1.142248), + normal: (-0.044013, 0.340434, 0.939238), }, + Vertex { position: (1.536037, -0.985876, 1.185597), + normal: (-0.570406, -0.192005, -0.798606), }, + Vertex { position: (1.438439, -1.148029, 1.098069), + normal: (0.186476, 0.252953, 0.949337), }, + Vertex { position: (1.536037, -0.985876, 1.185597), + normal: (-0.570406, -0.192005, -0.798606), }, + Vertex { position: (1.428883, -0.98669, 1.133905), + normal: (-0.53197, -0.108751, -0.839751), }, + Vertex { position: (3.247406, 2.073333, 0.0), + normal: (-0.861251, 0.383698, -0.333202), }, + Vertex { position: (2.985371, 1.982663, 0.0), + normal: (0.889638, -0.392482, 0.233458), }, + Vertex { position: (3.009101, 1.971604, 0.03422), + normal: (0.397823, 0.403779, 0.823832), }, + Vertex { position: (3.247406, 2.073333, 0.0), + normal: (-0.861251, 0.383698, -0.333202), }, + Vertex { position: (3.009101, 1.971604, 0.03422), + normal: (0.397823, 0.403779, 0.823832), }, + Vertex { position: (3.233975, 2.059193, 0.072431), + normal: (0.662294, 0.443714, 0.603726), }, + Vertex { position: (3.233975, 2.059193, 0.072431), + normal: (0.662294, 0.443714, 0.603726), }, + Vertex { position: (3.009101, 1.971604, 0.03422), + normal: (0.397823, 0.403779, 0.823832), }, + Vertex { position: (3.036361, 1.913989, 0.169838), + normal: (0.449887, 0.239005, 0.860511), }, + Vertex { position: (3.233975, 2.059193, 0.072431), + normal: (0.662294, 0.443714, 0.603726), }, + Vertex { position: (3.036361, 1.913989, 0.169838), + normal: (0.449887, 0.239005, 0.860511), }, + Vertex { position: (3.252224, 2.026347, 0.148215), + normal: (0.693381, 0.351142, 0.629224), }, + Vertex { position: (3.252224, 2.026347, 0.148215), + normal: (0.693381, 0.351142, 0.629224), }, + Vertex { position: (3.036361, 1.913989, 0.169838), + normal: (0.449887, 0.239005, 0.860511), }, + Vertex { position: (3.058366, 1.773346, 0.297337), + normal: (0.525142, -0.062799, 0.848695), }, + Vertex { position: (3.252224, 2.026347, 0.148215), + normal: (0.693381, 0.351142, 0.629224), }, + Vertex { position: (3.058366, 1.773346, 0.297337), + normal: (0.525142, -0.062799, 0.848695), }, + Vertex { position: (3.276333, 1.863773, 0.294266), + normal: (0.748939, 0.152982, 0.644738), }, + Vertex { position: (3.276333, 1.863773, 0.294266), + normal: (0.748939, 0.152982, 0.644738), }, + Vertex { position: (3.058366, 1.773346, 0.297337), + normal: (0.525142, -0.062799, 0.848695), }, + Vertex { position: (3.086666, 1.632991, 0.338863), + normal: (0.561573, -0.148323, 0.814024), }, + Vertex { position: (3.276333, 1.863773, 0.294266), + normal: (0.748939, 0.152982, 0.644738), }, + Vertex { position: (3.086666, 1.632991, 0.338863), + normal: (0.561573, -0.148323, 0.814024), }, + Vertex { position: (3.337545, 1.748927, 0.34021), + normal: (0.795625, -0.129968, 0.591684), }, + Vertex { position: (3.337545, 1.748927, 0.34021), + normal: (0.795625, -0.129968, 0.591684), }, + Vertex { position: (3.086666, 1.632991, 0.338863), + normal: (0.561573, -0.148323, 0.814024), }, + Vertex { position: (3.115383, 1.49239, 0.380228), + normal: (0.513731, -0.239493, 0.823847), }, + Vertex { position: (3.337545, 1.748927, 0.34021), + normal: (0.795625, -0.129968, 0.591684), }, + Vertex { position: (3.115383, 1.49239, 0.380228), + normal: (0.513731, -0.239493, 0.823847), }, + Vertex { position: (3.377233, 1.5878, 0.400781), + normal: (0.805898, -0.146097, 0.573745), }, + Vertex { position: (3.377233, 1.5878, 0.400781), + normal: (0.805898, -0.146097, 0.573745), }, + Vertex { position: (3.115383, 1.49239, 0.380228), + normal: (0.513731, -0.239493, 0.823847), }, + Vertex { position: (3.163181, 1.209972, 0.462438), + normal: (0.506924, -0.406124, 0.760323), }, + Vertex { position: (3.377233, 1.5878, 0.400781), + normal: (0.805898, -0.146097, 0.573745), }, + Vertex { position: (3.163181, 1.209972, 0.462438), + normal: (0.506924, -0.406124, 0.760323), }, + Vertex { position: (3.47341, 1.366149, 0.454658), + normal: (0.772313, -0.244122, 0.586461), }, + Vertex { position: (3.47341, 1.366149, 0.454658), + normal: (0.772313, -0.244122, 0.586461), }, + Vertex { position: (3.163181, 1.209972, 0.462438), + normal: (0.506924, -0.406124, 0.760323), }, + Vertex { position: (3.189664, 0.907503, 0.500122), + normal: (0.552633, -0.484765, 0.677938), }, + Vertex { position: (3.47341, 1.366149, 0.454658), + normal: (0.772313, -0.244122, 0.586461), }, + Vertex { position: (3.189664, 0.907503, 0.500122), + normal: (0.552633, -0.484765, 0.677938), }, + Vertex { position: (3.528445, 1.060127, 0.489443), + normal: (0.697438, -0.478568, 0.533435), }, + Vertex { position: (3.528445, 1.060127, 0.489443), + normal: (0.697438, -0.478568, 0.533435), }, + Vertex { position: (3.189664, 0.907503, 0.500122), + normal: (0.552633, -0.484765, 0.677938), }, + Vertex { position: (3.280681, 0.510802, 0.499434), + normal: (0.696414, -0.392791, 0.600602), }, + Vertex { position: (3.528445, 1.060127, 0.489443), + normal: (0.697438, -0.478568, 0.533435), }, + Vertex { position: (3.280681, 0.510802, 0.499434), + normal: (0.696414, -0.392791, 0.600602), }, + Vertex { position: (3.559394, 0.706516, 0.452535), + normal: (0.628361, -0.426126, 0.65083), }, + Vertex { position: (3.559394, 0.706516, 0.452535), + normal: (0.628361, -0.426126, 0.65083), }, + Vertex { position: (3.280681, 0.510802, 0.499434), + normal: (0.696414, -0.392791, 0.600602), }, + Vertex { position: (3.321825, 0.26669, 0.46575), + normal: (0.026499, 0.942993, 0.331757), }, + Vertex { position: (3.559394, 0.706516, 0.452535), + normal: (0.628361, -0.426126, 0.65083), }, + Vertex { position: (3.321825, 0.26669, 0.46575), + normal: (0.026499, 0.942993, 0.331757), }, + Vertex { position: (3.61965, 0.472046, 0.391742), + normal: (0.065855, 0.814333, 0.576649), }, + Vertex { position: (3.61965, 0.472046, 0.391742), + normal: (0.065855, 0.814333, 0.576649), }, + Vertex { position: (3.321825, 0.26669, 0.46575), + normal: (0.026499, 0.942993, 0.331757), }, + Vertex { position: (3.36004, 0.165487, 0.412685), + normal: (0.019336, 0.837694, 0.545798), }, + Vertex { position: (3.61965, 0.472046, 0.391742), + normal: (0.065855, 0.814333, 0.576649), }, + Vertex { position: (3.36004, 0.165487, 0.412685), + normal: (0.019336, 0.837694, 0.545798), }, + Vertex { position: (3.641195, 0.407454, 0.362198), + normal: (0.187432, 0.691784, 0.697355), }, + Vertex { position: (3.641195, 0.407454, 0.362198), + normal: (0.187432, 0.691784, 0.697355), }, + Vertex { position: (3.36004, 0.165487, 0.412685), + normal: (0.019336, 0.837694, 0.545798), }, + Vertex { position: (3.378799, 0.073736, 0.355362), + normal: (0.05298, 0.780732, 0.622615), }, + Vertex { position: (3.641195, 0.407454, 0.362198), + normal: (0.187432, 0.691784, 0.697355), }, + Vertex { position: (3.378799, 0.073736, 0.355362), + normal: (0.05298, 0.780732, 0.622615), }, + Vertex { position: (3.67471, 0.338839, 0.30784), + normal: (0.328244, 0.603535, 0.726637), }, + Vertex { position: (3.67471, 0.338839, 0.30784), + normal: (0.328244, 0.603535, 0.726637), }, + Vertex { position: (3.378799, 0.073736, 0.355362), + normal: (0.05298, 0.780732, 0.622615), }, + Vertex { position: (3.43895, -0.08258, 0.257015), + normal: (0.115383, 0.694945, 0.709746), }, + Vertex { position: (3.67471, 0.338839, 0.30784), + normal: (0.328244, 0.603535, 0.726637), }, + Vertex { position: (3.43895, -0.08258, 0.257015), + normal: (0.115383, 0.694945, 0.709746), }, + Vertex { position: (3.700363, 0.265794, 0.240762), + normal: (0.387394, 0.516219, 0.763835), }, + Vertex { position: (3.700363, 0.265794, 0.240762), + normal: (0.387394, 0.516219, 0.763835), }, + Vertex { position: (3.43895, -0.08258, 0.257015), + normal: (0.115383, 0.694945, 0.709746), }, + Vertex { position: (3.514981, -0.121886, 0.187589), + normal: (0.146937, 0.551946, 0.820832), }, + Vertex { position: (3.700363, 0.265794, 0.240762), + normal: (0.387394, 0.516219, 0.763835), }, + Vertex { position: (3.514981, -0.121886, 0.187589), + normal: (0.146937, 0.551946, 0.820832), }, + Vertex { position: (3.737014, 0.181837, 0.176819), + normal: (0.387987, 0.466053, 0.795148), }, + Vertex { position: (3.737014, 0.181837, 0.176819), + normal: (0.387987, 0.466053, 0.795148), }, + Vertex { position: (3.514981, -0.121886, 0.187589), + normal: (0.146937, 0.551946, 0.820832), }, + Vertex { position: (3.486028, -0.141683, 0.0), + normal: (0.431966, -0.771434, 0.46722), }, + Vertex { position: (3.737014, 0.181837, 0.176819), + normal: (0.387987, 0.466053, 0.795148), }, + Vertex { position: (3.486028, -0.141683, 0.0), + normal: (0.431966, -0.771434, 0.46722), }, + Vertex { position: (3.731689, 0.186391, 0.0), + normal: (-0.910859, -0.100368, -0.400327), }, + Vertex { position: (3.454971, 2.169877, 0.0), + normal: (0.694153, -0.467999, 0.546926), }, + Vertex { position: (3.4583, 2.151656, 0.102662), + normal: (0.742962, -0.255405, 0.618688), }, + Vertex { position: (3.727093, 2.308406, 0.150049), + normal: (-0.071584, 0.92252, 0.379253), }, + Vertex { position: (3.454971, 2.169877, 0.0), + normal: (0.694153, -0.467999, 0.546926), }, + Vertex { position: (3.727093, 2.308406, 0.150049), + normal: (-0.071584, 0.92252, 0.379253), }, + Vertex { position: (3.71636, 2.343387, 0.0), + normal: (0.431966, -0.771434, -0.46722), }, + Vertex { position: (3.955635, 0.432417, 0.197586), + normal: (0.614456, 0.489786, 0.618509), }, + Vertex { position: (3.929251, 0.411689, 0.0), + normal: (0.338485, -0.103202, -0.935295), }, + Vertex { position: (4.126565, 0.642027, 0.0), + normal: (-0.926486, -0.356041, -0.121897), }, + Vertex { position: (3.955635, 0.432417, 0.197586), + normal: (0.614456, 0.489786, 0.618509), }, + Vertex { position: (4.126565, 0.642027, 0.0), + normal: (-0.926486, -0.356041, -0.121897), }, + Vertex { position: (4.120842, 0.627141, 0.185461), + normal: (0.804239, -0.153549, 0.574128), }, + Vertex { position: (3.889626, 0.475277, 0.247365), + normal: (0.718673, -0.290446, 0.631784), }, + Vertex { position: (3.955635, 0.432417, 0.197586), + normal: (0.614456, 0.489786, 0.618509), }, + Vertex { position: (4.120842, 0.627141, 0.185461), + normal: (0.804239, -0.153549, 0.574128), }, + Vertex { position: (3.861841, 0.560638, 0.311961), + normal: (0.815771, -0.424495, 0.392838), }, + Vertex { position: (3.889626, 0.475277, 0.247365), + normal: (0.718673, -0.290446, 0.631784), }, + Vertex { position: (4.120842, 0.627141, 0.185461), + normal: (0.804239, -0.153549, 0.574128), }, + Vertex { position: (3.861841, 0.560638, 0.311961), + normal: (0.815771, -0.424495, 0.392838), }, + Vertex { position: (4.120842, 0.627141, 0.185461), + normal: (0.804239, -0.153549, 0.574128), }, + Vertex { position: (4.105198, 0.672581, 0.300001), + normal: (0.788801, -0.199379, 0.581412), }, + Vertex { position: (3.849352, 0.664451, 0.387198), + normal: (0.900366, -0.205985, 0.38329), }, + Vertex { position: (3.861841, 0.560638, 0.311961), + normal: (0.815771, -0.424495, 0.392838), }, + Vertex { position: (4.105198, 0.672581, 0.300001), + normal: (0.788801, -0.199379, 0.581412), }, + Vertex { position: (3.849352, 0.664451, 0.387198), + normal: (0.900366, -0.205985, 0.38329), }, + Vertex { position: (4.105198, 0.672581, 0.300001), + normal: (0.788801, -0.199379, 0.581412), }, + Vertex { position: (4.068249, 0.798926, 0.400813), + normal: (0.771881, -0.100912, 0.627707), }, + Vertex { position: (3.823137, 0.853054, 0.461519), + normal: (0.906617, -0.14387, 0.39667), }, + Vertex { position: (3.849352, 0.664451, 0.387198), + normal: (0.900366, -0.205985, 0.38329), }, + Vertex { position: (4.068249, 0.798926, 0.400813), + normal: (0.771881, -0.100912, 0.627707), }, + Vertex { position: (3.823137, 0.853054, 0.461519), + normal: (0.906617, -0.14387, 0.39667), }, + Vertex { position: (4.068249, 0.798926, 0.400813), + normal: (0.771881, -0.100912, 0.627707), }, + Vertex { position: (4.041657, 1.039756, 0.496922), + normal: (0.769758, 0.095155, 0.631204), }, + Vertex { position: (3.747724, 1.184933, 0.518662), + normal: (0.908163, -0.140074, 0.394486), }, + Vertex { position: (3.823137, 0.853054, 0.461519), + normal: (0.906617, -0.14387, 0.39667), }, + Vertex { position: (4.041657, 1.039756, 0.496922), + normal: (0.769758, 0.095155, 0.631204), }, + Vertex { position: (3.747724, 1.184933, 0.518662), + normal: (0.908163, -0.140074, 0.394486), }, + Vertex { position: (4.041657, 1.039756, 0.496922), + normal: (0.769758, 0.095155, 0.631204), }, + Vertex { position: (3.98851, 1.297806, 0.539537), + normal: (0.763734, 0.228435, 0.603761), }, + Vertex { position: (3.650974, 1.46374, 0.478617), + normal: (0.907314, 0.09913, 0.4086), }, + Vertex { position: (3.747724, 1.184933, 0.518662), + normal: (0.908163, -0.140074, 0.394486), }, + Vertex { position: (3.98851, 1.297806, 0.539537), + normal: (0.763734, 0.228435, 0.603761), }, + Vertex { position: (3.650974, 1.46374, 0.478617), + normal: (0.907314, 0.09913, 0.4086), }, + Vertex { position: (3.98851, 1.297806, 0.539537), + normal: (0.763734, 0.228435, 0.603761), }, + Vertex { position: (3.886058, 1.550141, 0.50483), + normal: (0.696162, 0.333274, 0.635835), }, + Vertex { position: (3.590526, 1.70109, 0.411994), + normal: (0.85208, 0.278905, 0.442914), }, + Vertex { position: (3.650974, 1.46374, 0.478617), + normal: (0.907314, 0.09913, 0.4086), }, + Vertex { position: (3.886058, 1.550141, 0.50483), + normal: (0.696162, 0.333274, 0.635835), }, + Vertex { position: (3.590526, 1.70109, 0.411994), + normal: (0.85208, 0.278905, 0.442914), }, + Vertex { position: (3.886058, 1.550141, 0.50483), + normal: (0.696162, 0.333274, 0.635835), }, + Vertex { position: (3.881998, 1.764428, 0.476337), + normal: (0.539114, 0.412574, 0.734261), }, + Vertex { position: (3.541188, 1.849183, 0.386366), + normal: (0.759315, 0.386803, 0.523282), }, + Vertex { position: (3.590526, 1.70109, 0.411994), + normal: (0.85208, 0.278905, 0.442914), }, + Vertex { position: (3.881998, 1.764428, 0.476337), + normal: (0.539114, 0.412574, 0.734261), }, + Vertex { position: (3.541188, 1.849183, 0.386366), + normal: (0.759315, 0.386803, 0.523282), }, + Vertex { position: (3.881998, 1.764428, 0.476337), + normal: (0.539114, 0.412574, 0.734261), }, + Vertex { position: (3.814876, 1.968416, 0.443), + normal: (0.462789, 0.48004, 0.745243), }, + Vertex { position: (3.479418, 1.97825, 0.317478), + normal: (0.636794, 0.461927, 0.617346), }, + Vertex { position: (3.541188, 1.849183, 0.386366), + normal: (0.759315, 0.386803, 0.523282), }, + Vertex { position: (3.814876, 1.968416, 0.443), + normal: (0.462789, 0.48004, 0.745243), }, + Vertex { position: (3.479418, 1.97825, 0.317478), + normal: (0.636794, 0.461927, 0.617346), }, + Vertex { position: (3.814876, 1.968416, 0.443), + normal: (0.462789, 0.48004, 0.745243), }, + Vertex { position: (3.758215, 2.206683, 0.323051), + normal: (0.241303, 0.584582, 0.77462), }, + Vertex { position: (3.460196, 2.103494, 0.180368), + normal: (0.722145, -0.312679, 0.617041), }, + Vertex { position: (3.479418, 1.97825, 0.317478), + normal: (0.636794, 0.461927, 0.617346), }, + Vertex { position: (3.758215, 2.206683, 0.323051), + normal: (0.241303, 0.584582, 0.77462), }, + Vertex { position: (3.460196, 2.103494, 0.180368), + normal: (0.722145, -0.312679, 0.617041), }, + Vertex { position: (3.758215, 2.206683, 0.323051), + normal: (0.241303, 0.584582, 0.77462), }, + Vertex { position: (3.745669, 2.266001, 0.24193), + normal: (0.072694, 0.752739, 0.654294), }, + Vertex { position: (3.4583, 2.151656, 0.102662), + normal: (0.742962, -0.255405, 0.618688), }, + Vertex { position: (3.460196, 2.103494, 0.180368), + normal: (0.722145, -0.312679, 0.617041), }, + Vertex { position: (3.745669, 2.266001, 0.24193), + normal: (0.072694, 0.752739, 0.654294), }, + Vertex { position: (3.4583, 2.151656, 0.102662), + normal: (0.742962, -0.255405, 0.618688), }, + Vertex { position: (3.745669, 2.266001, 0.24193), + normal: (0.072694, 0.752739, 0.654294), }, + Vertex { position: (3.727093, 2.308406, 0.150049), + normal: (-0.071584, 0.92252, 0.379253), }, + Vertex { position: (3.33521, -0.375755, 0.0), + normal: (-0.560204, 0.828355, -0.00034), }, + Vertex { position: (3.342159, -0.384674, 0.201349), + normal: (-0.046579, 0.627301, 0.777383), }, + Vertex { position: (3.107533, -0.691019, 0.264602), + normal: (0.6483, -0.171023, 0.741928), }, + Vertex { position: (3.33521, -0.375755, 0.0), + normal: (-0.560204, 0.828355, -0.00034), }, + Vertex { position: (3.107533, -0.691019, 0.264602), + normal: (0.6483, -0.171023, 0.741928), }, + Vertex { position: (3.118124, -0.703925, 0.0), + normal: (-0.476715, 0.879058, 0.0), }, + Vertex { position: (2.715712, 1.828219, 0.167709), + normal: (0.12555, 0.440005, 0.889176), }, + Vertex { position: (2.723503, 1.898839, 0.0), + normal: (-0.926486, -0.356041, 0.121897), }, + Vertex { position: (2.339597, 1.807702, 0.0), + normal: (0.536218, -0.84408, 0.000006), }, + Vertex { position: (2.715712, 1.828219, 0.167709), + normal: (0.12555, 0.440005, 0.889176), }, + Vertex { position: (2.339597, 1.807702, 0.0), + normal: (0.536218, -0.84408, 0.000006), }, + Vertex { position: (2.361089, 1.76666, 0.202595), + normal: (-0.05128, 0.509983, 0.858655), }, + Vertex { position: (2.738132, 1.687333, 0.295046), + normal: (0.10998, 0.376752, 0.919762), }, + Vertex { position: (2.715712, 1.828219, 0.167709), + normal: (0.12555, 0.440005, 0.889176), }, + Vertex { position: (2.361089, 1.76666, 0.202595), + normal: (-0.05128, 0.509983, 0.858655), }, + Vertex { position: (2.738132, 1.687333, 0.295046), + normal: (0.10998, 0.376752, 0.919762), }, + Vertex { position: (2.361089, 1.76666, 0.202595), + normal: (-0.05128, 0.509983, 0.858655), }, + Vertex { position: (2.406969, 1.645328, 0.341479), + normal: (-0.02226, 0.394285, 0.918719), }, + Vertex { position: (2.77568, 1.53871, 0.352829), + normal: (0.097864, 0.250653, 0.963118), }, + Vertex { position: (2.738132, 1.687333, 0.295046), + normal: (0.10998, 0.376752, 0.919762), }, + Vertex { position: (2.406969, 1.645328, 0.341479), + normal: (-0.02226, 0.394285, 0.918719), }, + Vertex { position: (2.77568, 1.53871, 0.352829), + normal: (0.097864, 0.250653, 0.963118), }, + Vertex { position: (2.406969, 1.645328, 0.341479), + normal: (-0.02226, 0.394285, 0.918719), }, + Vertex { position: (2.519027, 1.485931, 0.422962), + normal: (-0.026262, 0.311275, 0.949957), }, + Vertex { position: (2.815366, 1.377583, 0.413399), + normal: (0.12742, 0.021045, 0.991626), }, + Vertex { position: (2.77568, 1.53871, 0.352829), + normal: (0.097864, 0.250653, 0.963118), }, + Vertex { position: (2.519027, 1.485931, 0.422962), + normal: (-0.026262, 0.311275, 0.949957), }, + Vertex { position: (2.815366, 1.377583, 0.413399), + normal: (0.12742, 0.021045, 0.991626), }, + Vertex { position: (2.519027, 1.485931, 0.422962), + normal: (-0.026262, 0.311275, 0.949957), }, + Vertex { position: (2.553871, 1.284278, 0.512335), + normal: (-0.039079, 0.203923, 0.978207), }, + Vertex { position: (2.854291, 1.093951, 0.49465), + normal: (0.206882, -0.117024, 0.971342), }, + Vertex { position: (2.815366, 1.377583, 0.413399), + normal: (0.12742, 0.021045, 0.991626), }, + Vertex { position: (2.553871, 1.284278, 0.512335), + normal: (-0.039079, 0.203923, 0.978207), }, + Vertex { position: (2.854291, 1.093951, 0.49465), + normal: (0.206882, -0.117024, 0.971342), }, + Vertex { position: (2.553871, 1.284278, 0.512335), + normal: (-0.039079, 0.203923, 0.978207), }, + Vertex { position: (2.637461, 1.01726, 0.581611), + normal: (-0.031021, 0.098798, 0.994624), }, + Vertex { position: (2.948387, 0.783357, 0.515058), + normal: (0.218538, -0.213954, 0.952084), }, + Vertex { position: (2.854291, 1.093951, 0.49465), + normal: (0.206882, -0.117024, 0.971342), }, + Vertex { position: (2.637461, 1.01726, 0.581611), + normal: (-0.031021, 0.098798, 0.994624), }, + Vertex { position: (2.948387, 0.783357, 0.515058), + normal: (0.218538, -0.213954, 0.952084), }, + Vertex { position: (2.637461, 1.01726, 0.581611), + normal: (-0.031021, 0.098798, 0.994624), }, + Vertex { position: (2.747937, 0.712253, 0.615674), + normal: (-0.012663, 0.029084, 0.999497), }, + Vertex { position: (3.06109, 0.397226, 0.574193), + normal: (0.304965, -0.136677, 0.942505), }, + Vertex { position: (2.948387, 0.783357, 0.515058), + normal: (0.218538, -0.213954, 0.952084), }, + Vertex { position: (2.747937, 0.712253, 0.615674), + normal: (-0.012663, 0.029084, 0.999497), }, + Vertex { position: (3.06109, 0.397226, 0.574193), + normal: (0.304965, -0.136677, 0.942505), }, + Vertex { position: (2.747937, 0.712253, 0.615674), + normal: (-0.012663, 0.029084, 0.999497), }, + Vertex { position: (2.811504, 0.469098, 0.657443), + normal: (-0.096144, -0.182414, 0.97851), }, + Vertex { position: (3.06109, 0.397226, 0.574193), + normal: (0.304965, -0.136677, 0.942505), }, + Vertex { position: (2.811504, 0.469098, 0.657443), + normal: (-0.096144, -0.182414, 0.97851), }, + Vertex { position: (2.898733, 0.271916, 0.651298), + normal: (-0.200187, -0.124247, 0.971848), }, + Vertex { position: (3.136321, 0.171237, 0.539896), + normal: (-0.061264, 0.921927, 0.382487), }, + Vertex { position: (3.06109, 0.397226, 0.574193), + normal: (0.304965, -0.136677, 0.942505), }, + Vertex { position: (2.898733, 0.271916, 0.651298), + normal: (-0.200187, -0.124247, 0.971848), }, + Vertex { position: (3.136321, 0.171237, 0.539896), + normal: (-0.061264, 0.921927, 0.382487), }, + Vertex { position: (2.898733, 0.271916, 0.651298), + normal: (-0.200187, -0.124247, 0.971848), }, + Vertex { position: (2.91987, 0.084875, 0.64246), + normal: (0.023112, -0.187685, 0.981957), }, + Vertex { position: (3.16616, 0.02131, 0.457261), + normal: (-0.070642, 0.834207, 0.546908), }, + Vertex { position: (3.136321, 0.171237, 0.539896), + normal: (-0.061264, 0.921927, 0.382487), }, + Vertex { position: (2.91987, 0.084875, 0.64246), + normal: (0.023112, -0.187685, 0.981957), }, + Vertex { position: (3.16616, 0.02131, 0.457261), + normal: (-0.070642, 0.834207, 0.546908), }, + Vertex { position: (2.91987, 0.084875, 0.64246), + normal: (0.023112, -0.187685, 0.981957), }, + Vertex { position: (2.953029, -0.12769, 0.520499), + normal: (0.720876, -0.356662, 0.594247), }, + Vertex { position: (3.199571, -0.153739, 0.38015), + normal: (-0.055544, 0.828008, 0.557959), }, + Vertex { position: (3.16616, 0.02131, 0.457261), + normal: (-0.070642, 0.834207, 0.546908), }, + Vertex { position: (2.953029, -0.12769, 0.520499), + normal: (0.720876, -0.356662, 0.594247), }, + Vertex { position: (3.199571, -0.153739, 0.38015), + normal: (-0.055544, 0.828008, 0.557959), }, + Vertex { position: (2.953029, -0.12769, 0.520499), + normal: (0.720876, -0.356662, 0.594247), }, + Vertex { position: (2.986408, -0.413503, 0.428964), + normal: (0.709718, -0.453837, 0.538824), }, + Vertex { position: (3.286426, -0.300744, 0.276331), + normal: (-0.047374, 0.758242, 0.65025), }, + Vertex { position: (3.199571, -0.153739, 0.38015), + normal: (-0.055544, 0.828008, 0.557959), }, + Vertex { position: (2.986408, -0.413503, 0.428964), + normal: (0.709718, -0.453837, 0.538824), }, + Vertex { position: (3.286426, -0.300744, 0.276331), + normal: (-0.047374, 0.758242, 0.65025), }, + Vertex { position: (2.986408, -0.413503, 0.428964), + normal: (0.709718, -0.453837, 0.538824), }, + Vertex { position: (3.053144, -0.609681, 0.326931), + normal: (0.4379, -0.250054, 0.863549), }, + Vertex { position: (3.342159, -0.384674, 0.201349), + normal: (-0.046579, 0.627301, 0.777383), }, + Vertex { position: (3.286426, -0.300744, 0.276331), + normal: (-0.047374, 0.758242, 0.65025), }, + Vertex { position: (3.053144, -0.609681, 0.326931), + normal: (0.4379, -0.250054, 0.863549), }, + Vertex { position: (3.342159, -0.384674, 0.201349), + normal: (-0.046579, 0.627301, 0.777383), }, + Vertex { position: (3.053144, -0.609681, 0.326931), + normal: (0.4379, -0.250054, 0.863549), }, + Vertex { position: (3.107533, -0.691019, 0.264602), + normal: (0.6483, -0.171023, 0.741928), }, + Vertex { position: (3.247406, 2.073333, 0.0), + normal: (-0.861251, 0.383698, -0.333202), }, + Vertex { position: (3.233975, 2.059193, 0.072431), + normal: (0.662294, 0.443714, 0.603726), }, + Vertex { position: (3.4583, 2.151656, 0.102662), + normal: (0.742962, -0.255405, 0.618688), }, + Vertex { position: (3.247406, 2.073333, 0.0), + normal: (-0.861251, 0.383698, -0.333202), }, + Vertex { position: (3.4583, 2.151656, 0.102662), + normal: (0.742962, -0.255405, 0.618688), }, + Vertex { position: (3.454971, 2.169877, 0.0), + normal: (0.694153, -0.467999, 0.546926), }, + Vertex { position: (3.486028, -0.141683, 0.0), + normal: (0.431966, -0.771434, 0.46722), }, + Vertex { position: (3.514981, -0.121886, 0.187589), + normal: (0.146937, 0.551946, 0.820832), }, + Vertex { position: (3.342159, -0.384674, 0.201349), + normal: (-0.046579, 0.627301, 0.777383), }, + Vertex { position: (3.486028, -0.141683, 0.0), + normal: (0.431966, -0.771434, 0.46722), }, + Vertex { position: (3.342159, -0.384674, 0.201349), + normal: (-0.046579, 0.627301, 0.777383), }, + Vertex { position: (3.33521, -0.375755, 0.0), + normal: (-0.560204, 0.828355, -0.00034), }, + Vertex { position: (3.009101, 1.971604, 0.03422), + normal: (0.397823, 0.403779, 0.823832), }, + Vertex { position: (2.985371, 1.982663, 0.0), + normal: (0.889638, -0.392482, 0.233458), }, + Vertex { position: (2.723503, 1.898839, 0.0), + normal: (-0.926486, -0.356041, 0.121897), }, + Vertex { position: (3.036361, 1.913989, 0.169838), + normal: (0.449887, 0.239005, 0.860511), }, + Vertex { position: (3.009101, 1.971604, 0.03422), + normal: (0.397823, 0.403779, 0.823832), }, + Vertex { position: (2.723503, 1.898839, 0.0), + normal: (-0.926486, -0.356041, 0.121897), }, + Vertex { position: (3.036361, 1.913989, 0.169838), + normal: (0.449887, 0.239005, 0.860511), }, + Vertex { position: (2.723503, 1.898839, 0.0), + normal: (-0.926486, -0.356041, 0.121897), }, + Vertex { position: (2.715712, 1.828219, 0.167709), + normal: (0.12555, 0.440005, 0.889176), }, + Vertex { position: (3.058366, 1.773346, 0.297337), + normal: (0.525142, -0.062799, 0.848695), }, + Vertex { position: (3.036361, 1.913989, 0.169838), + normal: (0.449887, 0.239005, 0.860511), }, + Vertex { position: (2.715712, 1.828219, 0.167709), + normal: (0.12555, 0.440005, 0.889176), }, + Vertex { position: (3.058366, 1.773346, 0.297337), + normal: (0.525142, -0.062799, 0.848695), }, + Vertex { position: (2.715712, 1.828219, 0.167709), + normal: (0.12555, 0.440005, 0.889176), }, + Vertex { position: (2.738132, 1.687333, 0.295046), + normal: (0.10998, 0.376752, 0.919762), }, + Vertex { position: (3.086666, 1.632991, 0.338863), + normal: (0.561573, -0.148323, 0.814024), }, + Vertex { position: (3.058366, 1.773346, 0.297337), + normal: (0.525142, -0.062799, 0.848695), }, + Vertex { position: (2.738132, 1.687333, 0.295046), + normal: (0.10998, 0.376752, 0.919762), }, + Vertex { position: (3.086666, 1.632991, 0.338863), + normal: (0.561573, -0.148323, 0.814024), }, + Vertex { position: (2.738132, 1.687333, 0.295046), + normal: (0.10998, 0.376752, 0.919762), }, + Vertex { position: (2.77568, 1.53871, 0.352829), + normal: (0.097864, 0.250653, 0.963118), }, + Vertex { position: (3.115383, 1.49239, 0.380228), + normal: (0.513731, -0.239493, 0.823847), }, + Vertex { position: (3.086666, 1.632991, 0.338863), + normal: (0.561573, -0.148323, 0.814024), }, + Vertex { position: (2.77568, 1.53871, 0.352829), + normal: (0.097864, 0.250653, 0.963118), }, + Vertex { position: (3.115383, 1.49239, 0.380228), + normal: (0.513731, -0.239493, 0.823847), }, + Vertex { position: (2.77568, 1.53871, 0.352829), + normal: (0.097864, 0.250653, 0.963118), }, + Vertex { position: (2.815366, 1.377583, 0.413399), + normal: (0.12742, 0.021045, 0.991626), }, + Vertex { position: (3.163181, 1.209972, 0.462438), + normal: (0.506924, -0.406124, 0.760323), }, + Vertex { position: (3.115383, 1.49239, 0.380228), + normal: (0.513731, -0.239493, 0.823847), }, + Vertex { position: (2.815366, 1.377583, 0.413399), + normal: (0.12742, 0.021045, 0.991626), }, + Vertex { position: (3.163181, 1.209972, 0.462438), + normal: (0.506924, -0.406124, 0.760323), }, + Vertex { position: (2.815366, 1.377583, 0.413399), + normal: (0.12742, 0.021045, 0.991626), }, + Vertex { position: (2.854291, 1.093951, 0.49465), + normal: (0.206882, -0.117024, 0.971342), }, + Vertex { position: (3.189664, 0.907503, 0.500122), + normal: (0.552633, -0.484765, 0.677938), }, + Vertex { position: (3.163181, 1.209972, 0.462438), + normal: (0.506924, -0.406124, 0.760323), }, + Vertex { position: (2.854291, 1.093951, 0.49465), + normal: (0.206882, -0.117024, 0.971342), }, + Vertex { position: (3.189664, 0.907503, 0.500122), + normal: (0.552633, -0.484765, 0.677938), }, + Vertex { position: (2.854291, 1.093951, 0.49465), + normal: (0.206882, -0.117024, 0.971342), }, + Vertex { position: (2.948387, 0.783357, 0.515058), + normal: (0.218538, -0.213954, 0.952084), }, + Vertex { position: (3.280681, 0.510802, 0.499434), + normal: (0.696414, -0.392791, 0.600602), }, + Vertex { position: (3.189664, 0.907503, 0.500122), + normal: (0.552633, -0.484765, 0.677938), }, + Vertex { position: (2.948387, 0.783357, 0.515058), + normal: (0.218538, -0.213954, 0.952084), }, + Vertex { position: (3.280681, 0.510802, 0.499434), + normal: (0.696414, -0.392791, 0.600602), }, + Vertex { position: (2.948387, 0.783357, 0.515058), + normal: (0.218538, -0.213954, 0.952084), }, + Vertex { position: (3.06109, 0.397226, 0.574193), + normal: (0.304965, -0.136677, 0.942505), }, + Vertex { position: (3.321825, 0.26669, 0.46575), + normal: (0.026499, 0.942993, 0.331757), }, + Vertex { position: (3.280681, 0.510802, 0.499434), + normal: (0.696414, -0.392791, 0.600602), }, + Vertex { position: (3.06109, 0.397226, 0.574193), + normal: (0.304965, -0.136677, 0.942505), }, + Vertex { position: (3.321825, 0.26669, 0.46575), + normal: (0.026499, 0.942993, 0.331757), }, + Vertex { position: (3.06109, 0.397226, 0.574193), + normal: (0.304965, -0.136677, 0.942505), }, + Vertex { position: (3.136321, 0.171237, 0.539896), + normal: (-0.061264, 0.921927, 0.382487), }, + Vertex { position: (3.36004, 0.165487, 0.412685), + normal: (0.019336, 0.837694, 0.545798), }, + Vertex { position: (3.321825, 0.26669, 0.46575), + normal: (0.026499, 0.942993, 0.331757), }, + Vertex { position: (3.136321, 0.171237, 0.539896), + normal: (-0.061264, 0.921927, 0.382487), }, + Vertex { position: (3.36004, 0.165487, 0.412685), + normal: (0.019336, 0.837694, 0.545798), }, + Vertex { position: (3.136321, 0.171237, 0.539896), + normal: (-0.061264, 0.921927, 0.382487), }, + Vertex { position: (3.16616, 0.02131, 0.457261), + normal: (-0.070642, 0.834207, 0.546908), }, + Vertex { position: (3.378799, 0.073736, 0.355362), + normal: (0.05298, 0.780732, 0.622615), }, + Vertex { position: (3.36004, 0.165487, 0.412685), + normal: (0.019336, 0.837694, 0.545798), }, + Vertex { position: (3.16616, 0.02131, 0.457261), + normal: (-0.070642, 0.834207, 0.546908), }, + Vertex { position: (3.378799, 0.073736, 0.355362), + normal: (0.05298, 0.780732, 0.622615), }, + Vertex { position: (3.16616, 0.02131, 0.457261), + normal: (-0.070642, 0.834207, 0.546908), }, + Vertex { position: (3.199571, -0.153739, 0.38015), + normal: (-0.055544, 0.828008, 0.557959), }, + Vertex { position: (3.43895, -0.08258, 0.257015), + normal: (0.115383, 0.694945, 0.709746), }, + Vertex { position: (3.378799, 0.073736, 0.355362), + normal: (0.05298, 0.780732, 0.622615), }, + Vertex { position: (3.199571, -0.153739, 0.38015), + normal: (-0.055544, 0.828008, 0.557959), }, + Vertex { position: (3.43895, -0.08258, 0.257015), + normal: (0.115383, 0.694945, 0.709746), }, + Vertex { position: (3.199571, -0.153739, 0.38015), + normal: (-0.055544, 0.828008, 0.557959), }, + Vertex { position: (3.286426, -0.300744, 0.276331), + normal: (-0.047374, 0.758242, 0.65025), }, + Vertex { position: (3.514981, -0.121886, 0.187589), + normal: (0.146937, 0.551946, 0.820832), }, + Vertex { position: (3.43895, -0.08258, 0.257015), + normal: (0.115383, 0.694945, 0.709746), }, + Vertex { position: (3.286426, -0.300744, 0.276331), + normal: (-0.047374, 0.758242, 0.65025), }, + Vertex { position: (3.514981, -0.121886, 0.187589), + normal: (0.146937, 0.551946, 0.820832), }, + Vertex { position: (3.286426, -0.300744, 0.276331), + normal: (-0.047374, 0.758242, 0.65025), }, + Vertex { position: (3.342159, -0.384674, 0.201349), + normal: (-0.046579, 0.627301, 0.777383), }, + Vertex { position: (3.737014, 0.181837, 0.176819), + normal: (0.387987, 0.466053, 0.795148), }, + Vertex { position: (3.731689, 0.186391, 0.0), + normal: (-0.910859, -0.100368, -0.400327), }, + Vertex { position: (3.929251, 0.411689, 0.0), + normal: (0.338485, -0.103202, -0.935295), }, + Vertex { position: (3.737014, 0.181837, 0.176819), + normal: (0.387987, 0.466053, 0.795148), }, + Vertex { position: (3.929251, 0.411689, 0.0), + normal: (0.338485, -0.103202, -0.935295), }, + Vertex { position: (3.955635, 0.432417, 0.197586), + normal: (0.614456, 0.489786, 0.618509), }, + Vertex { position: (3.700363, 0.265794, 0.240762), + normal: (0.387394, 0.516219, 0.763835), }, + Vertex { position: (3.737014, 0.181837, 0.176819), + normal: (0.387987, 0.466053, 0.795148), }, + Vertex { position: (3.955635, 0.432417, 0.197586), + normal: (0.614456, 0.489786, 0.618509), }, + Vertex { position: (3.700363, 0.265794, 0.240762), + normal: (0.387394, 0.516219, 0.763835), }, + Vertex { position: (3.955635, 0.432417, 0.197586), + normal: (0.614456, 0.489786, 0.618509), }, + Vertex { position: (3.889626, 0.475277, 0.247365), + normal: (0.718673, -0.290446, 0.631784), }, + Vertex { position: (3.67471, 0.338839, 0.30784), + normal: (0.328244, 0.603535, 0.726637), }, + Vertex { position: (3.700363, 0.265794, 0.240762), + normal: (0.387394, 0.516219, 0.763835), }, + Vertex { position: (3.889626, 0.475277, 0.247365), + normal: (0.718673, -0.290446, 0.631784), }, + Vertex { position: (3.67471, 0.338839, 0.30784), + normal: (0.328244, 0.603535, 0.726637), }, + Vertex { position: (3.889626, 0.475277, 0.247365), + normal: (0.718673, -0.290446, 0.631784), }, + Vertex { position: (3.861841, 0.560638, 0.311961), + normal: (0.815771, -0.424495, 0.392838), }, + Vertex { position: (3.641195, 0.407454, 0.362198), + normal: (0.187432, 0.691784, 0.697355), }, + Vertex { position: (3.67471, 0.338839, 0.30784), + normal: (0.328244, 0.603535, 0.726637), }, + Vertex { position: (3.861841, 0.560638, 0.311961), + normal: (0.815771, -0.424495, 0.392838), }, + Vertex { position: (3.61965, 0.472046, 0.391742), + normal: (0.065855, 0.814333, 0.576649), }, + Vertex { position: (3.641195, 0.407454, 0.362198), + normal: (0.187432, 0.691784, 0.697355), }, + Vertex { position: (3.861841, 0.560638, 0.311961), + normal: (0.815771, -0.424495, 0.392838), }, + Vertex { position: (3.61965, 0.472046, 0.391742), + normal: (0.065855, 0.814333, 0.576649), }, + Vertex { position: (3.861841, 0.560638, 0.311961), + normal: (0.815771, -0.424495, 0.392838), }, + Vertex { position: (3.849352, 0.664451, 0.387198), + normal: (0.900366, -0.205985, 0.38329), }, + Vertex { position: (3.559394, 0.706516, 0.452535), + normal: (0.628361, -0.426126, 0.65083), }, + Vertex { position: (3.61965, 0.472046, 0.391742), + normal: (0.065855, 0.814333, 0.576649), }, + Vertex { position: (3.849352, 0.664451, 0.387198), + normal: (0.900366, -0.205985, 0.38329), }, + Vertex { position: (3.559394, 0.706516, 0.452535), + normal: (0.628361, -0.426126, 0.65083), }, + Vertex { position: (3.849352, 0.664451, 0.387198), + normal: (0.900366, -0.205985, 0.38329), }, + Vertex { position: (3.823137, 0.853054, 0.461519), + normal: (0.906617, -0.14387, 0.39667), }, + Vertex { position: (3.528445, 1.060127, 0.489443), + normal: (0.697438, -0.478568, 0.533435), }, + Vertex { position: (3.559394, 0.706516, 0.452535), + normal: (0.628361, -0.426126, 0.65083), }, + Vertex { position: (3.823137, 0.853054, 0.461519), + normal: (0.906617, -0.14387, 0.39667), }, + Vertex { position: (3.528445, 1.060127, 0.489443), + normal: (0.697438, -0.478568, 0.533435), }, + Vertex { position: (3.823137, 0.853054, 0.461519), + normal: (0.906617, -0.14387, 0.39667), }, + Vertex { position: (3.747724, 1.184933, 0.518662), + normal: (0.908163, -0.140074, 0.394486), }, + Vertex { position: (3.47341, 1.366149, 0.454658), + normal: (0.772313, -0.244122, 0.586461), }, + Vertex { position: (3.528445, 1.060127, 0.489443), + normal: (0.697438, -0.478568, 0.533435), }, + Vertex { position: (3.747724, 1.184933, 0.518662), + normal: (0.908163, -0.140074, 0.394486), }, + Vertex { position: (3.47341, 1.366149, 0.454658), + normal: (0.772313, -0.244122, 0.586461), }, + Vertex { position: (3.747724, 1.184933, 0.518662), + normal: (0.908163, -0.140074, 0.394486), }, + Vertex { position: (3.650974, 1.46374, 0.478617), + normal: (0.907314, 0.09913, 0.4086), }, + Vertex { position: (3.377233, 1.5878, 0.400781), + normal: (0.805898, -0.146097, 0.573745), }, + Vertex { position: (3.47341, 1.366149, 0.454658), + normal: (0.772313, -0.244122, 0.586461), }, + Vertex { position: (3.650974, 1.46374, 0.478617), + normal: (0.907314, 0.09913, 0.4086), }, + Vertex { position: (3.377233, 1.5878, 0.400781), + normal: (0.805898, -0.146097, 0.573745), }, + Vertex { position: (3.650974, 1.46374, 0.478617), + normal: (0.907314, 0.09913, 0.4086), }, + Vertex { position: (3.590526, 1.70109, 0.411994), + normal: (0.85208, 0.278905, 0.442914), }, + Vertex { position: (3.337545, 1.748927, 0.34021), + normal: (0.795625, -0.129968, 0.591684), }, + Vertex { position: (3.377233, 1.5878, 0.400781), + normal: (0.805898, -0.146097, 0.573745), }, + Vertex { position: (3.590526, 1.70109, 0.411994), + normal: (0.85208, 0.278905, 0.442914), }, + Vertex { position: (3.337545, 1.748927, 0.34021), + normal: (0.795625, -0.129968, 0.591684), }, + Vertex { position: (3.590526, 1.70109, 0.411994), + normal: (0.85208, 0.278905, 0.442914), }, + Vertex { position: (3.541188, 1.849183, 0.386366), + normal: (0.759315, 0.386803, 0.523282), }, + Vertex { position: (3.276333, 1.863773, 0.294266), + normal: (0.748939, 0.152982, 0.644738), }, + Vertex { position: (3.337545, 1.748927, 0.34021), + normal: (0.795625, -0.129968, 0.591684), }, + Vertex { position: (3.541188, 1.849183, 0.386366), + normal: (0.759315, 0.386803, 0.523282), }, + Vertex { position: (3.276333, 1.863773, 0.294266), + normal: (0.748939, 0.152982, 0.644738), }, + Vertex { position: (3.541188, 1.849183, 0.386366), + normal: (0.759315, 0.386803, 0.523282), }, + Vertex { position: (3.479418, 1.97825, 0.317478), + normal: (0.636794, 0.461927, 0.617346), }, + Vertex { position: (3.252224, 2.026347, 0.148215), + normal: (0.693381, 0.351142, 0.629224), }, + Vertex { position: (3.276333, 1.863773, 0.294266), + normal: (0.748939, 0.152982, 0.644738), }, + Vertex { position: (3.479418, 1.97825, 0.317478), + normal: (0.636794, 0.461927, 0.617346), }, + Vertex { position: (3.252224, 2.026347, 0.148215), + normal: (0.693381, 0.351142, 0.629224), }, + Vertex { position: (3.479418, 1.97825, 0.317478), + normal: (0.636794, 0.461927, 0.617346), }, + Vertex { position: (3.460196, 2.103494, 0.180368), + normal: (0.722145, -0.312679, 0.617041), }, + Vertex { position: (3.233975, 2.059193, 0.072431), + normal: (0.662294, 0.443714, 0.603726), }, + Vertex { position: (3.252224, 2.026347, 0.148215), + normal: (0.693381, 0.351142, 0.629224), }, + Vertex { position: (3.460196, 2.103494, 0.180368), + normal: (0.722145, -0.312679, 0.617041), }, + Vertex { position: (3.233975, 2.059193, 0.072431), + normal: (0.662294, 0.443714, 0.603726), }, + Vertex { position: (3.460196, 2.103494, 0.180368), + normal: (0.722145, -0.312679, 0.617041), }, + Vertex { position: (3.4583, 2.151656, 0.102662), + normal: (0.742962, -0.255405, 0.618688), }, + Vertex { position: (2.953029, -0.12769, 0.520499), + normal: (0.720876, -0.356662, 0.594247), }, + Vertex { position: (2.835437, -0.231101, 0.57789), + normal: (0.100131, 0.509748, 0.854477), }, + Vertex { position: (2.986408, -0.413503, 0.428964), + normal: (0.709718, -0.453837, 0.538824), }, + Vertex { position: (2.811504, 0.469098, 0.657443), + normal: (-0.096144, -0.182414, 0.97851), }, + Vertex { position: (2.747937, 0.712253, 0.615674), + normal: (-0.012663, 0.029084, 0.999497), }, + Vertex { position: (2.679445, 0.687427, 0.720573), + normal: (0.324748, -0.466051, 0.823004), }, + Vertex { position: (2.811504, 0.469098, 0.657443), + normal: (-0.096144, -0.182414, 0.97851), }, + Vertex { position: (2.679445, 0.687427, 0.720573), + normal: (0.324748, -0.466051, 0.823004), }, + Vertex { position: (2.753156, 0.400829, 0.713141), + normal: (0.727708, -0.453484, 0.514581), }, + Vertex { position: (2.898733, 0.271916, 0.651298), + normal: (-0.200187, -0.124247, 0.971848), }, + Vertex { position: (2.811504, 0.469098, 0.657443), + normal: (-0.096144, -0.182414, 0.97851), }, + Vertex { position: (2.753156, 0.400829, 0.713141), + normal: (0.727708, -0.453484, 0.514581), }, + Vertex { position: (2.898733, 0.271916, 0.651298), + normal: (-0.200187, -0.124247, 0.971848), }, + Vertex { position: (2.753156, 0.400829, 0.713141), + normal: (0.727708, -0.453484, 0.514581), }, + Vertex { position: (2.790681, 0.219187, 0.718263), + normal: (0.287759, -0.574148, 0.766517), }, + Vertex { position: (2.91987, 0.084875, 0.64246), + normal: (0.023112, -0.187685, 0.981957), }, + Vertex { position: (2.898733, 0.271916, 0.651298), + normal: (-0.200187, -0.124247, 0.971848), }, + Vertex { position: (2.790681, 0.219187, 0.718263), + normal: (0.287759, -0.574148, 0.766517), }, + Vertex { position: (2.91987, 0.084875, 0.64246), + normal: (0.023112, -0.187685, 0.981957), }, + Vertex { position: (2.790681, 0.219187, 0.718263), + normal: (0.287759, -0.574148, 0.766517), }, + Vertex { position: (2.790657, 0.044324, 0.717488), + normal: (0.677632, -0.514013, 0.525933), }, + Vertex { position: (2.743995, -0.129852, 0.718277), + normal: (0.290845, -0.568581, 0.769497), }, + Vertex { position: (2.736198, -0.346225, 0.659345), + normal: (0.478274, -0.500384, 0.721713), }, + Vertex { position: (2.835437, -0.231101, 0.57789), + normal: (0.100131, 0.509748, 0.854477), }, + Vertex { position: (2.835437, -0.231101, 0.57789), + normal: (0.100131, 0.509748, 0.854477), }, + Vertex { position: (2.953029, -0.12769, 0.520499), + normal: (0.720876, -0.356662, 0.594247), }, + Vertex { position: (2.91987, 0.084875, 0.64246), + normal: (0.023112, -0.187685, 0.981957), }, + Vertex { position: (2.835437, -0.231101, 0.57789), + normal: (0.100131, 0.509748, 0.854477), }, + Vertex { position: (2.91987, 0.084875, 0.64246), + normal: (0.023112, -0.187685, 0.981957), }, + Vertex { position: (2.743995, -0.129852, 0.718277), + normal: (0.290845, -0.568581, 0.769497), }, + Vertex { position: (2.91987, 0.084875, 0.64246), + normal: (0.023112, -0.187685, 0.981957), }, + Vertex { position: (2.790657, 0.044324, 0.717488), + normal: (0.677632, -0.514013, 0.525933), }, + Vertex { position: (2.743995, -0.129852, 0.718277), + normal: (0.290845, -0.568581, 0.769497), }, + Vertex { position: (2.396355, 1.242239, 0.597722), + normal: (0.370396, -0.36596, 0.853745), }, + Vertex { position: (2.482917, 0.997637, 0.702425), + normal: (0.437631, -0.408484, 0.801012), }, + Vertex { position: (2.514162, 0.988713, 0.674527), + normal: (0.539192, -0.226204, 0.811236), }, + Vertex { position: (2.543372, -0.548031, 0.937182), + normal: (0.876436, -0.293555, 0.381688), }, + Vertex { position: (2.410367, -0.777999, 0.841105), + normal: (0.728904, -0.519577, 0.445802), }, + Vertex { position: (2.5392, -0.727778, 0.750475), + normal: (0.518786, -0.204527, 0.830078), }, + Vertex { position: (2.543372, -0.548031, 0.937182), + normal: (0.876436, -0.293555, 0.381688), }, + Vertex { position: (2.5392, -0.727778, 0.750475), + normal: (0.518786, -0.204527, 0.830078), }, + Vertex { position: (2.618307, -0.549092, 0.805491), + normal: (0.58512, -0.108234, 0.803692), }, + Vertex { position: (2.594499, -0.422948, 0.981263), + normal: (0.918784, -0.122699, 0.375208), }, + Vertex { position: (2.543372, -0.548031, 0.937182), + normal: (0.876436, -0.293555, 0.381688), }, + Vertex { position: (2.618307, -0.549092, 0.805491), + normal: (0.58512, -0.108234, 0.803692), }, + Vertex { position: (2.594499, -0.422948, 0.981263), + normal: (0.918784, -0.122699, 0.375208), }, + Vertex { position: (2.618307, -0.549092, 0.805491), + normal: (0.58512, -0.108234, 0.803692), }, + Vertex { position: (2.690576, -0.368057, 0.819343), + normal: (0.648132, -0.027411, 0.761034), }, + Vertex { position: (2.60743, -0.208248, 0.974218), + normal: (0.883063, -0.251635, 0.396079), }, + Vertex { position: (2.594499, -0.422948, 0.981263), + normal: (0.918784, -0.122699, 0.375208), }, + Vertex { position: (2.690576, -0.368057, 0.819343), + normal: (0.648132, -0.027411, 0.761034), }, + Vertex { position: (2.60743, -0.208248, 0.974218), + normal: (0.883063, -0.251635, 0.396079), }, + Vertex { position: (2.690576, -0.368057, 0.819343), + normal: (0.648132, -0.027411, 0.761034), }, + Vertex { position: (2.702577, -0.197406, 0.795611), + normal: (0.594643, -0.107364, 0.796789), }, + Vertex { position: (2.649413, 0.031535, 1.024796), + normal: (0.690473, -0.61586, 0.379425), }, + Vertex { position: (2.60743, -0.208248, 0.974218), + normal: (0.883063, -0.251635, 0.396079), }, + Vertex { position: (2.702577, -0.197406, 0.795611), + normal: (0.594643, -0.107364, 0.796789), }, + Vertex { position: (2.649413, 0.031535, 1.024796), + normal: (0.690473, -0.61586, 0.379425), }, + Vertex { position: (2.702577, -0.197406, 0.795611), + normal: (0.594643, -0.107364, 0.796789), }, + Vertex { position: (2.734183, 0.038769, 0.86581), + normal: (0.655995, -0.105886, 0.747301), }, + Vertex { position: (2.668936, 0.206182, 1.014371), + normal: (0.276661, -0.626708, 0.728489), }, + Vertex { position: (2.649413, 0.031535, 1.024796), + normal: (0.690473, -0.61586, 0.379425), }, + Vertex { position: (2.734183, 0.038769, 0.86581), + normal: (0.655995, -0.105886, 0.747301), }, + Vertex { position: (2.668936, 0.206182, 1.014371), + normal: (0.276661, -0.626708, 0.728489), }, + Vertex { position: (2.734183, 0.038769, 0.86581), + normal: (0.655995, -0.105886, 0.747301), }, + Vertex { position: (2.731512, 0.219003, 0.891585), + normal: (0.675576, -0.202498, 0.708937), }, + Vertex { position: (2.616001, 0.447717, 0.960748), + normal: (0.112446, -0.618661, 0.77757), }, + Vertex { position: (2.668936, 0.206182, 1.014371), + normal: (0.276661, -0.626708, 0.728489), }, + Vertex { position: (2.731512, 0.219003, 0.891585), + normal: (0.675576, -0.202498, 0.708937), }, + Vertex { position: (2.616001, 0.447717, 0.960748), + normal: (0.112446, -0.618661, 0.77757), }, + Vertex { position: (2.731512, 0.219003, 0.891585), + normal: (0.675576, -0.202498, 0.708937), }, + Vertex { position: (2.70696, 0.393597, 0.849582), + normal: (0.663699, -0.195183, 0.722085), }, + Vertex { position: (2.5704, 0.738683, 0.830405), + normal: (0.189478, -0.558571, 0.807525), }, + Vertex { position: (2.616001, 0.447717, 0.960748), + normal: (0.112446, -0.618661, 0.77757), }, + Vertex { position: (2.70696, 0.393597, 0.849582), + normal: (0.663699, -0.195183, 0.722085), }, + Vertex { position: (2.5704, 0.738683, 0.830405), + normal: (0.189478, -0.558571, 0.807525), }, + Vertex { position: (2.70696, 0.393597, 0.849582), + normal: (0.663699, -0.195183, 0.722085), }, + Vertex { position: (2.604217, 0.728827, 0.769671), + normal: (0.543412, -0.359347, 0.758665), }, + Vertex { position: (2.482917, 0.997637, 0.702425), + normal: (0.437631, -0.408484, 0.801012), }, + Vertex { position: (2.5704, 0.738683, 0.830405), + normal: (0.189478, -0.558571, 0.807525), }, + Vertex { position: (2.604217, 0.728827, 0.769671), + normal: (0.543412, -0.359347, 0.758665), }, + Vertex { position: (2.482917, 0.997637, 0.702425), + normal: (0.437631, -0.408484, 0.801012), }, + Vertex { position: (2.604217, 0.728827, 0.769671), + normal: (0.543412, -0.359347, 0.758665), }, + Vertex { position: (2.514162, 0.988713, 0.674527), + normal: (0.539192, -0.226204, 0.811236), }, + Vertex { position: (2.688131, -0.517509, 0.672975), + normal: (0.245892, -0.489895, 0.836385), }, + Vertex { position: (2.736198, -0.346225, 0.659345), + normal: (0.478274, -0.500384, 0.721713), }, + Vertex { position: (2.690576, -0.368057, 0.819343), + normal: (0.648132, -0.027411, 0.761034), }, + Vertex { position: (2.688131, -0.517509, 0.672975), + normal: (0.245892, -0.489895, 0.836385), }, + Vertex { position: (2.690576, -0.368057, 0.819343), + normal: (0.648132, -0.027411, 0.761034), }, + Vertex { position: (2.618307, -0.549092, 0.805491), + normal: (0.58512, -0.108234, 0.803692), }, + Vertex { position: (2.542439, 0.999928, 0.648592), + normal: (0.727678, -0.414895, 0.546211), }, + Vertex { position: (2.396355, 1.242239, 0.597722), + normal: (0.370396, -0.36596, 0.853745), }, + Vertex { position: (2.514162, 0.988713, 0.674527), + normal: (0.539192, -0.226204, 0.811236), }, + Vertex { position: (2.679445, 0.687427, 0.720573), + normal: (0.324748, -0.466051, 0.823004), }, + Vertex { position: (2.542439, 0.999928, 0.648592), + normal: (0.727678, -0.414895, 0.546211), }, + Vertex { position: (2.514162, 0.988713, 0.674527), + normal: (0.539192, -0.226204, 0.811236), }, + Vertex { position: (2.679445, 0.687427, 0.720573), + normal: (0.324748, -0.466051, 0.823004), }, + Vertex { position: (2.514162, 0.988713, 0.674527), + normal: (0.539192, -0.226204, 0.811236), }, + Vertex { position: (2.604217, 0.728827, 0.769671), + normal: (0.543412, -0.359347, 0.758665), }, + Vertex { position: (2.753156, 0.400829, 0.713141), + normal: (0.727708, -0.453484, 0.514581), }, + Vertex { position: (2.679445, 0.687427, 0.720573), + normal: (0.324748, -0.466051, 0.823004), }, + Vertex { position: (2.604217, 0.728827, 0.769671), + normal: (0.543412, -0.359347, 0.758665), }, + Vertex { position: (2.753156, 0.400829, 0.713141), + normal: (0.727708, -0.453484, 0.514581), }, + Vertex { position: (2.604217, 0.728827, 0.769671), + normal: (0.543412, -0.359347, 0.758665), }, + Vertex { position: (2.70696, 0.393597, 0.849582), + normal: (0.663699, -0.195183, 0.722085), }, + Vertex { position: (2.790681, 0.219187, 0.718263), + normal: (0.287759, -0.574148, 0.766517), }, + Vertex { position: (2.753156, 0.400829, 0.713141), + normal: (0.727708, -0.453484, 0.514581), }, + Vertex { position: (2.70696, 0.393597, 0.849582), + normal: (0.663699, -0.195183, 0.722085), }, + Vertex { position: (2.790681, 0.219187, 0.718263), + normal: (0.287759, -0.574148, 0.766517), }, + Vertex { position: (2.70696, 0.393597, 0.849582), + normal: (0.663699, -0.195183, 0.722085), }, + Vertex { position: (2.731512, 0.219003, 0.891585), + normal: (0.675576, -0.202498, 0.708937), }, + Vertex { position: (2.790657, 0.044324, 0.717488), + normal: (0.677632, -0.514013, 0.525933), }, + Vertex { position: (2.790681, 0.219187, 0.718263), + normal: (0.287759, -0.574148, 0.766517), }, + Vertex { position: (2.731512, 0.219003, 0.891585), + normal: (0.675576, -0.202498, 0.708937), }, + Vertex { position: (2.790657, 0.044324, 0.717488), + normal: (0.677632, -0.514013, 0.525933), }, + Vertex { position: (2.731512, 0.219003, 0.891585), + normal: (0.675576, -0.202498, 0.708937), }, + Vertex { position: (2.734183, 0.038769, 0.86581), + normal: (0.655995, -0.105886, 0.747301), }, + Vertex { position: (2.743995, -0.129852, 0.718277), + normal: (0.290845, -0.568581, 0.769497), }, + Vertex { position: (2.790657, 0.044324, 0.717488), + normal: (0.677632, -0.514013, 0.525933), }, + Vertex { position: (2.734183, 0.038769, 0.86581), + normal: (0.655995, -0.105886, 0.747301), }, + Vertex { position: (2.743995, -0.129852, 0.718277), + normal: (0.290845, -0.568581, 0.769497), }, + Vertex { position: (2.734183, 0.038769, 0.86581), + normal: (0.655995, -0.105886, 0.747301), }, + Vertex { position: (2.702577, -0.197406, 0.795611), + normal: (0.594643, -0.107364, 0.796789), }, + Vertex { position: (2.736198, -0.346225, 0.659345), + normal: (0.478274, -0.500384, 0.721713), }, + Vertex { position: (2.743995, -0.129852, 0.718277), + normal: (0.290845, -0.568581, 0.769497), }, + Vertex { position: (2.702577, -0.197406, 0.795611), + normal: (0.594643, -0.107364, 0.796789), }, + Vertex { position: (2.736198, -0.346225, 0.659345), + normal: (0.478274, -0.500384, 0.721713), }, + Vertex { position: (2.702577, -0.197406, 0.795611), + normal: (0.594643, -0.107364, 0.796789), }, + Vertex { position: (2.690576, -0.368057, 0.819343), + normal: (0.648132, -0.027411, 0.761034), }, + Vertex { position: (2.747937, 0.712253, 0.615674), + normal: (-0.012663, 0.029084, 0.999497), }, + Vertex { position: (2.637461, 1.01726, 0.581611), + normal: (-0.031021, 0.098798, 0.994624), }, + Vertex { position: (2.542439, 0.999928, 0.648592), + normal: (0.727678, -0.414895, 0.546211), }, + Vertex { position: (2.747937, 0.712253, 0.615674), + normal: (-0.012663, 0.029084, 0.999497), }, + Vertex { position: (2.542439, 0.999928, 0.648592), + normal: (0.727678, -0.414895, 0.546211), }, + Vertex { position: (2.679445, 0.687427, 0.720573), + normal: (0.324748, -0.466051, 0.823004), }, + Vertex { position: (2.361089, 1.76666, 0.202595), + normal: (-0.05128, 0.509983, 0.858655), }, + Vertex { position: (2.339597, 1.807702, 0.0), + normal: (0.536218, -0.84408, 0.000006), }, + Vertex { position: (2.128139, 1.788397, 0.0), + normal: (0.756976, -0.653442, 0.0), }, + Vertex { position: (2.361089, 1.76666, 0.202595), + normal: (-0.05128, 0.509983, 0.858655), }, + Vertex { position: (2.128139, 1.788397, 0.0), + normal: (0.756976, -0.653442, 0.0), }, + Vertex { position: (2.13239, 1.755821, 0.180271), + normal: (0.70745, -0.193334, 0.679806), }, + Vertex { position: (2.406969, 1.645328, 0.341479), + normal: (-0.02226, 0.394285, 0.918719), }, + Vertex { position: (2.361089, 1.76666, 0.202595), + normal: (-0.05128, 0.509983, 0.858655), }, + Vertex { position: (2.13239, 1.755821, 0.180271), + normal: (0.70745, -0.193334, 0.679806), }, + Vertex { position: (2.406969, 1.645328, 0.341479), + normal: (-0.02226, 0.394285, 0.918719), }, + Vertex { position: (2.13239, 1.755821, 0.180271), + normal: (0.70745, -0.193334, 0.679806), }, + Vertex { position: (2.183003, 1.65407, 0.341767), + normal: (0.71475, -0.118625, 0.689247), }, + Vertex { position: (2.519027, 1.485931, 0.422962), + normal: (-0.026262, 0.311275, 0.949957), }, + Vertex { position: (2.406969, 1.645328, 0.341479), + normal: (-0.02226, 0.394285, 0.918719), }, + Vertex { position: (2.183003, 1.65407, 0.341767), + normal: (0.71475, -0.118625, 0.689247), }, + Vertex { position: (2.519027, 1.485931, 0.422962), + normal: (-0.026262, 0.311275, 0.949957), }, + Vertex { position: (2.183003, 1.65407, 0.341767), + normal: (0.71475, -0.118625, 0.689247), }, + Vertex { position: (2.301359, 1.397721, 0.546015), + normal: (0.608407, -0.244593, 0.754993), }, + Vertex { position: (2.553871, 1.284278, 0.512335), + normal: (-0.039079, 0.203923, 0.978207), }, + Vertex { position: (2.519027, 1.485931, 0.422962), + normal: (-0.026262, 0.311275, 0.949957), }, + Vertex { position: (2.301359, 1.397721, 0.546015), + normal: (0.608407, -0.244593, 0.754993), }, + Vertex { position: (2.553871, 1.284278, 0.512335), + normal: (-0.039079, 0.203923, 0.978207), }, + Vertex { position: (2.301359, 1.397721, 0.546015), + normal: (0.608407, -0.244593, 0.754993), }, + Vertex { position: (2.396355, 1.242239, 0.597722), + normal: (0.370396, -0.36596, 0.853745), }, + Vertex { position: (2.637461, 1.01726, 0.581611), + normal: (-0.031021, 0.098798, 0.994624), }, + Vertex { position: (2.553871, 1.284278, 0.512335), + normal: (-0.039079, 0.203923, 0.978207), }, + Vertex { position: (2.396355, 1.242239, 0.597722), + normal: (0.370396, -0.36596, 0.853745), }, + Vertex { position: (2.637461, 1.01726, 0.581611), + normal: (-0.031021, 0.098798, 0.994624), }, + Vertex { position: (2.396355, 1.242239, 0.597722), + normal: (0.370396, -0.36596, 0.853745), }, + Vertex { position: (2.542439, 0.999928, 0.648592), + normal: (0.727678, -0.414895, 0.546211), }, + Vertex { position: (2.410367, -0.777999, 0.841105), + normal: (0.728904, -0.519577, 0.445802), }, + Vertex { position: (2.346081, -0.74535, 1.013296), + normal: (-0.06371, 0.842533, 0.534864), }, + Vertex { position: (2.245624, -0.864372, 0.995778), + normal: (-0.069142, 0.724976, 0.685295), }, + Vertex { position: (2.410367, -0.777999, 0.841105), + normal: (0.728904, -0.519577, 0.445802), }, + Vertex { position: (2.245624, -0.864372, 0.995778), + normal: (-0.069142, 0.724976, 0.685295), }, + Vertex { position: (2.292449, -0.871852, 0.8824), + normal: (0.09853, 0.626571, 0.773111), }, + Vertex { position: (2.183003, 1.65407, 0.341767), + normal: (0.71475, -0.118625, 0.689247), }, + Vertex { position: (2.13239, 1.755821, 0.180271), + normal: (0.70745, -0.193334, 0.679806), }, + Vertex { position: (2.069379, 1.727818, 0.212746), + normal: (0.411872, 0.04507, 0.910127), }, + Vertex { position: (2.183003, 1.65407, 0.341767), + normal: (0.71475, -0.118625, 0.689247), }, + Vertex { position: (2.069379, 1.727818, 0.212746), + normal: (0.411872, 0.04507, 0.910127), }, + Vertex { position: (2.096552, 1.678482, 0.32681), + normal: (0.552828, -0.750794, 0.36151), }, + Vertex { position: (2.301359, 1.397721, 0.546015), + normal: (0.608407, -0.244593, 0.754993), }, + Vertex { position: (2.183003, 1.65407, 0.341767), + normal: (0.71475, -0.118625, 0.689247), }, + Vertex { position: (2.096552, 1.678482, 0.32681), + normal: (0.552828, -0.750794, 0.36151), }, + Vertex { position: (2.301359, 1.397721, 0.546015), + normal: (0.608407, -0.244593, 0.754993), }, + Vertex { position: (2.096552, 1.678482, 0.32681), + normal: (0.552828, -0.750794, 0.36151), }, + Vertex { position: (2.189848, 1.468992, 0.517501), + normal: (0.226413, -0.89822, 0.376747), }, + Vertex { position: (2.396355, 1.242239, 0.597722), + normal: (0.370396, -0.36596, 0.853745), }, + Vertex { position: (2.301359, 1.397721, 0.546015), + normal: (0.608407, -0.244593, 0.754993), }, + Vertex { position: (2.189848, 1.468992, 0.517501), + normal: (0.226413, -0.89822, 0.376747), }, + Vertex { position: (2.396355, 1.242239, 0.597722), + normal: (0.370396, -0.36596, 0.853745), }, + Vertex { position: (2.189848, 1.468992, 0.517501), + normal: (0.226413, -0.89822, 0.376747), }, + Vertex { position: (2.266003, 1.273253, 0.663332), + normal: (0.016767, -0.927537, 0.373356), }, + Vertex { position: (2.482917, 0.997637, 0.702425), + normal: (0.437631, -0.408484, 0.801012), }, + Vertex { position: (2.396355, 1.242239, 0.597722), + normal: (0.370396, -0.36596, 0.853745), }, + Vertex { position: (2.266003, 1.273253, 0.663332), + normal: (0.016767, -0.927537, 0.373356), }, + Vertex { position: (2.482917, 0.997637, 0.702425), + normal: (0.437631, -0.408484, 0.801012), }, + Vertex { position: (2.266003, 1.273253, 0.663332), + normal: (0.016767, -0.927537, 0.373356), }, + Vertex { position: (2.347317, 1.066114, 0.758763), + normal: (0.08136, -0.929085, 0.360806), }, + Vertex { position: (2.5704, 0.738683, 0.830405), + normal: (0.189478, -0.558571, 0.807525), }, + Vertex { position: (2.482917, 0.997637, 0.702425), + normal: (0.437631, -0.408484, 0.801012), }, + Vertex { position: (2.347317, 1.066114, 0.758763), + normal: (0.08136, -0.929085, 0.360806), }, + Vertex { position: (2.5704, 0.738683, 0.830405), + normal: (0.189478, -0.558571, 0.807525), }, + Vertex { position: (2.347317, 1.066114, 0.758763), + normal: (0.08136, -0.929085, 0.360806), }, + Vertex { position: (2.399389, 0.782091, 0.915279), + normal: (0.295093, -0.940225, 0.16999), }, + Vertex { position: (2.616001, 0.447717, 0.960748), + normal: (0.112446, -0.618661, 0.77757), }, + Vertex { position: (2.5704, 0.738683, 0.830405), + normal: (0.189478, -0.558571, 0.807525), }, + Vertex { position: (2.399389, 0.782091, 0.915279), + normal: (0.295093, -0.940225, 0.16999), }, + Vertex { position: (2.616001, 0.447717, 0.960748), + normal: (0.112446, -0.618661, 0.77757), }, + Vertex { position: (2.399389, 0.782091, 0.915279), + normal: (0.295093, -0.940225, 0.16999), }, + Vertex { position: (2.448969, 0.529858, 1.037335), + normal: (0.676544, -0.141883, 0.722604), }, + Vertex { position: (2.668936, 0.206182, 1.014371), + normal: (0.276661, -0.626708, 0.728489), }, + Vertex { position: (2.616001, 0.447717, 0.960748), + normal: (0.112446, -0.618661, 0.77757), }, + Vertex { position: (2.448969, 0.529858, 1.037335), + normal: (0.676544, -0.141883, 0.722604), }, + Vertex { position: (2.668936, 0.206182, 1.014371), + normal: (0.276661, -0.626708, 0.728489), }, + Vertex { position: (2.448969, 0.529858, 1.037335), + normal: (0.676544, -0.141883, 0.722604), }, + Vertex { position: (2.495354, 0.250522, 1.132081), + normal: (0.667276, -0.159228, 0.727591), }, + Vertex { position: (2.649413, 0.031535, 1.024796), + normal: (0.690473, -0.61586, 0.379425), }, + Vertex { position: (2.668936, 0.206182, 1.014371), + normal: (0.276661, -0.626708, 0.728489), }, + Vertex { position: (2.495354, 0.250522, 1.132081), + normal: (0.667276, -0.159228, 0.727591), }, + Vertex { position: (2.649413, 0.031535, 1.024796), + normal: (0.690473, -0.61586, 0.379425), }, + Vertex { position: (2.495354, 0.250522, 1.132081), + normal: (0.667276, -0.159228, 0.727591), }, + Vertex { position: (2.50049, -0.035029, 1.170179), + normal: (0.659349, -0.248914, 0.709437), }, + Vertex { position: (2.60743, -0.208248, 0.974218), + normal: (0.883063, -0.251635, 0.396079), }, + Vertex { position: (2.649413, 0.031535, 1.024796), + normal: (0.690473, -0.61586, 0.379425), }, + Vertex { position: (2.50049, -0.035029, 1.170179), + normal: (0.659349, -0.248914, 0.709437), }, + Vertex { position: (2.60743, -0.208248, 0.974218), + normal: (0.883063, -0.251635, 0.396079), }, + Vertex { position: (2.50049, -0.035029, 1.170179), + normal: (0.659349, -0.248914, 0.709437), }, + Vertex { position: (2.452588, -0.244072, 1.138797), + normal: (0.631747, -0.24686, 0.734817), }, + Vertex { position: (2.594499, -0.422948, 0.981263), + normal: (0.918784, -0.122699, 0.375208), }, + Vertex { position: (2.60743, -0.208248, 0.974218), + normal: (0.883063, -0.251635, 0.396079), }, + Vertex { position: (2.452588, -0.244072, 1.138797), + normal: (0.631747, -0.24686, 0.734817), }, + Vertex { position: (2.594499, -0.422948, 0.981263), + normal: (0.918784, -0.122699, 0.375208), }, + Vertex { position: (2.452588, -0.244072, 1.138797), + normal: (0.631747, -0.24686, 0.734817), }, + Vertex { position: (2.439827, -0.395385, 1.131324), + normal: (0.623235, -0.257987, 0.738255), }, + Vertex { position: (2.543372, -0.548031, 0.937182), + normal: (0.876436, -0.293555, 0.381688), }, + Vertex { position: (2.594499, -0.422948, 0.981263), + normal: (0.918784, -0.122699, 0.375208), }, + Vertex { position: (2.439827, -0.395385, 1.131324), + normal: (0.623235, -0.257987, 0.738255), }, + Vertex { position: (2.543372, -0.548031, 0.937182), + normal: (0.876436, -0.293555, 0.381688), }, + Vertex { position: (2.439827, -0.395385, 1.131324), + normal: (0.623235, -0.257987, 0.738255), }, + Vertex { position: (2.384638, -0.591919, 1.043058), + normal: (0.791391, -0.43807, 0.426373), }, + Vertex { position: (2.410367, -0.777999, 0.841105), + normal: (0.728904, -0.519577, 0.445802), }, + Vertex { position: (2.543372, -0.548031, 0.937182), + normal: (0.876436, -0.293555, 0.381688), }, + Vertex { position: (2.384638, -0.591919, 1.043058), + normal: (0.791391, -0.43807, 0.426373), }, + Vertex { position: (2.410367, -0.777999, 0.841105), + normal: (0.728904, -0.519577, 0.445802), }, + Vertex { position: (2.384638, -0.591919, 1.043058), + normal: (0.791391, -0.43807, 0.426373), }, + Vertex { position: (2.346081, -0.74535, 1.013296), + normal: (-0.06371, 0.842533, 0.534864), }, + Vertex { position: (2.245624, -0.864372, 0.995778), + normal: (-0.069142, 0.724976, 0.685295), }, + Vertex { position: (2.222082, -0.957342, 1.014137), + normal: (-0.887036, -0.210048, -0.411154), }, + Vertex { position: (2.229345, -0.992723, 0.862826), + normal: (0.080812, 0.697931, 0.711591), }, + Vertex { position: (2.245624, -0.864372, 0.995778), + normal: (-0.069142, 0.724976, 0.685295), }, + Vertex { position: (2.229345, -0.992723, 0.862826), + normal: (0.080812, 0.697931, 0.711591), }, + Vertex { position: (2.292449, -0.871852, 0.8824), + normal: (0.09853, 0.626571, 0.773111), }, + Vertex { position: (2.013534, -0.662303, 1.191491), + normal: (0.213167, -0.525559, 0.823619), }, + Vertex { position: (2.245624, -0.864372, 0.995778), + normal: (-0.069142, 0.724976, 0.685295), }, + Vertex { position: (2.346081, -0.74535, 1.013296), + normal: (-0.06371, 0.842533, 0.534864), }, + Vertex { position: (2.108912, -0.357128, 1.259691), + normal: (0.23972, -0.400363, 0.884445), }, + Vertex { position: (2.013534, -0.662303, 1.191491), + normal: (0.213167, -0.525559, 0.823619), }, + Vertex { position: (2.346081, -0.74535, 1.013296), + normal: (-0.06371, 0.842533, 0.534864), }, + Vertex { position: (2.108912, -0.357128, 1.259691), + normal: (0.23972, -0.400363, 0.884445), }, + Vertex { position: (2.346081, -0.74535, 1.013296), + normal: (-0.06371, 0.842533, 0.534864), }, + Vertex { position: (2.384638, -0.591919, 1.043058), + normal: (0.791391, -0.43807, 0.426373), }, + Vertex { position: (1.794465, 1.787719, 0.0), + normal: (-0.720176, -0.693792, 0.0), }, + Vertex { position: (1.807583, 1.756546, 0.177627), + normal: (-0.057955, 0.638634, 0.767325), }, + Vertex { position: (2.069379, 1.727818, 0.212746), + normal: (0.411872, 0.04507, 0.910127), }, + Vertex { position: (1.794465, 1.787719, 0.0), + normal: (-0.720176, -0.693792, 0.0), }, + Vertex { position: (2.069379, 1.727818, 0.212746), + normal: (0.411872, 0.04507, 0.910127), }, + Vertex { position: (2.042206, 1.777154, 0.0), + normal: (-0.385788, 0.922588, 0.0), }, + Vertex { position: (2.136269, -0.187666, 1.278057), + normal: (0.25339, -0.287519, 0.923648), }, + Vertex { position: (2.108912, -0.357128, 1.259691), + normal: (0.23972, -0.400363, 0.884445), }, + Vertex { position: (2.384638, -0.591919, 1.043058), + normal: (0.791391, -0.43807, 0.426373), }, + Vertex { position: (2.136269, -0.187666, 1.278057), + normal: (0.25339, -0.287519, 0.923648), }, + Vertex { position: (2.384638, -0.591919, 1.043058), + normal: (0.791391, -0.43807, 0.426373), }, + Vertex { position: (2.439827, -0.395385, 1.131324), + normal: (0.623235, -0.257987, 0.738255), }, + Vertex { position: (2.136269, -0.187666, 1.278057), + normal: (0.25339, -0.287519, 0.923648), }, + Vertex { position: (2.439827, -0.395385, 1.131324), + normal: (0.623235, -0.257987, 0.738255), }, + Vertex { position: (2.452588, -0.244072, 1.138797), + normal: (0.631747, -0.24686, 0.734817), }, + Vertex { position: (2.14179, -0.055306, 1.295565), + normal: (0.187438, -0.340915, 0.921219), }, + Vertex { position: (2.136269, -0.187666, 1.278057), + normal: (0.25339, -0.287519, 0.923648), }, + Vertex { position: (2.452588, -0.244072, 1.138797), + normal: (0.631747, -0.24686, 0.734817), }, + Vertex { position: (2.14179, -0.055306, 1.295565), + normal: (0.187438, -0.340915, 0.921219), }, + Vertex { position: (2.452588, -0.244072, 1.138797), + normal: (0.631747, -0.24686, 0.734817), }, + Vertex { position: (2.50049, -0.035029, 1.170179), + normal: (0.659349, -0.248914, 0.709437), }, + Vertex { position: (2.0817, 0.283249, 1.259461), + normal: (0.114032, -0.218132, 0.969234), }, + Vertex { position: (2.14179, -0.055306, 1.295565), + normal: (0.187438, -0.340915, 0.921219), }, + Vertex { position: (2.50049, -0.035029, 1.170179), + normal: (0.659349, -0.248914, 0.709437), }, + Vertex { position: (2.0817, 0.283249, 1.259461), + normal: (0.114032, -0.218132, 0.969234), }, + Vertex { position: (2.50049, -0.035029, 1.170179), + normal: (0.659349, -0.248914, 0.709437), }, + Vertex { position: (2.495354, 0.250522, 1.132081), + normal: (0.667276, -0.159228, 0.727591), }, + Vertex { position: (2.023441, 0.529338, 1.144399), + normal: (0.10833, 0.05569, 0.992554), }, + Vertex { position: (2.0817, 0.283249, 1.259461), + normal: (0.114032, -0.218132, 0.969234), }, + Vertex { position: (2.495354, 0.250522, 1.132081), + normal: (0.667276, -0.159228, 0.727591), }, + Vertex { position: (2.023441, 0.529338, 1.144399), + normal: (0.10833, 0.05569, 0.992554), }, + Vertex { position: (2.495354, 0.250522, 1.132081), + normal: (0.667276, -0.159228, 0.727591), }, + Vertex { position: (2.448969, 0.529858, 1.037335), + normal: (0.676544, -0.141883, 0.722604), }, + Vertex { position: (1.975941, 0.827957, 1.018423), + normal: (0.107989, 0.168108, 0.979836), }, + Vertex { position: (2.023441, 0.529338, 1.144399), + normal: (0.10833, 0.05569, 0.992554), }, + Vertex { position: (2.448969, 0.529858, 1.037335), + normal: (0.676544, -0.141883, 0.722604), }, + Vertex { position: (1.975941, 0.827957, 1.018423), + normal: (0.107989, 0.168108, 0.979836), }, + Vertex { position: (2.448969, 0.529858, 1.037335), + normal: (0.676544, -0.141883, 0.722604), }, + Vertex { position: (2.399389, 0.782091, 0.915279), + normal: (0.295093, -0.940225, 0.16999), }, + Vertex { position: (1.958254, 1.130271, 0.861813), + normal: (0.088722, 0.251367, 0.963817), }, + Vertex { position: (1.975941, 0.827957, 1.018423), + normal: (0.107989, 0.168108, 0.979836), }, + Vertex { position: (2.399389, 0.782091, 0.915279), + normal: (0.295093, -0.940225, 0.16999), }, + Vertex { position: (1.958254, 1.130271, 0.861813), + normal: (0.088722, 0.251367, 0.963817), }, + Vertex { position: (2.399389, 0.782091, 0.915279), + normal: (0.295093, -0.940225, 0.16999), }, + Vertex { position: (2.347317, 1.066114, 0.758763), + normal: (0.08136, -0.929085, 0.360806), }, + Vertex { position: (1.859443, 1.450393, 0.632222), + normal: (0.060533, 0.377837, 0.923891), }, + Vertex { position: (1.958254, 1.130271, 0.861813), + normal: (0.088722, 0.251367, 0.963817), }, + Vertex { position: (2.347317, 1.066114, 0.758763), + normal: (0.08136, -0.929085, 0.360806), }, + Vertex { position: (1.859443, 1.450393, 0.632222), + normal: (0.060533, 0.377837, 0.923891), }, + Vertex { position: (2.347317, 1.066114, 0.758763), + normal: (0.08136, -0.929085, 0.360806), }, + Vertex { position: (2.266003, 1.273253, 0.663332), + normal: (0.016767, -0.927537, 0.373356), }, + Vertex { position: (1.821946, 1.618209, 0.403751), + normal: (0.016737, 0.497476, 0.867316), }, + Vertex { position: (1.859443, 1.450393, 0.632222), + normal: (0.060533, 0.377837, 0.923891), }, + Vertex { position: (2.266003, 1.273253, 0.663332), + normal: (0.016767, -0.927537, 0.373356), }, + Vertex { position: (1.821946, 1.618209, 0.403751), + normal: (0.016737, 0.497476, 0.867316), }, + Vertex { position: (2.266003, 1.273253, 0.663332), + normal: (0.016767, -0.927537, 0.373356), }, + Vertex { position: (2.189848, 1.468992, 0.517501), + normal: (0.226413, -0.89822, 0.376747), }, + Vertex { position: (1.798719, 1.714447, 0.259352), + normal: (-0.024013, 0.58573, 0.810151), }, + Vertex { position: (1.821946, 1.618209, 0.403751), + normal: (0.016737, 0.497476, 0.867316), }, + Vertex { position: (2.189848, 1.468992, 0.517501), + normal: (0.226413, -0.89822, 0.376747), }, + Vertex { position: (1.798719, 1.714447, 0.259352), + normal: (-0.024013, 0.58573, 0.810151), }, + Vertex { position: (2.189848, 1.468992, 0.517501), + normal: (0.226413, -0.89822, 0.376747), }, + Vertex { position: (2.096552, 1.678482, 0.32681), + normal: (0.552828, -0.750794, 0.36151), }, + Vertex { position: (1.807583, 1.756546, 0.177627), + normal: (-0.057955, 0.638634, 0.767325), }, + Vertex { position: (1.798719, 1.714447, 0.259352), + normal: (-0.024013, 0.58573, 0.810151), }, + Vertex { position: (2.096552, 1.678482, 0.32681), + normal: (0.552828, -0.750794, 0.36151), }, + Vertex { position: (1.807583, 1.756546, 0.177627), + normal: (-0.057955, 0.638634, 0.767325), }, + Vertex { position: (2.096552, 1.678482, 0.32681), + normal: (0.552828, -0.750794, 0.36151), }, + Vertex { position: (2.069379, 1.727818, 0.212746), + normal: (0.411872, 0.04507, 0.910127), }, + Vertex { position: (0.733818, 1.740873, 0.0), + normal: (0.981421, -0.191868, 0.0), }, + Vertex { position: (0.234527, 1.730117, 0.0), + normal: (0.566114, -0.824327, 0.0), }, + Vertex { position: (0.223642, 1.684075, 0.160743), + normal: (0.095331, 0.952335, 0.289775), }, + Vertex { position: (0.733818, 1.740873, 0.0), + normal: (0.981421, -0.191868, 0.0), }, + Vertex { position: (0.223642, 1.684075, 0.160743), + normal: (0.095331, 0.952335, 0.289775), }, + Vertex { position: (0.737904, 1.604213, 0.281713), + normal: (0.100949, -0.548551, 0.830001), }, + Vertex { position: (0.737904, 1.604213, 0.281713), + normal: (0.100949, -0.548551, 0.830001), }, + Vertex { position: (0.223642, 1.684075, 0.160743), + normal: (0.095331, 0.952335, 0.289775), }, + Vertex { position: (0.23733, 1.595746, 0.288672), + normal: (0.10291, 0.954344, 0.280422), }, + Vertex { position: (0.737904, 1.604213, 0.281713), + normal: (0.100949, -0.548551, 0.830001), }, + Vertex { position: (0.23733, 1.595746, 0.288672), + normal: (0.10291, 0.954344, 0.280422), }, + Vertex { position: (0.725959, 1.478055, 0.461804), + normal: (0.068777, -0.757383, 0.649339), }, + Vertex { position: (0.725959, 1.478055, 0.461804), + normal: (0.068777, -0.757383, 0.649339), }, + Vertex { position: (0.23733, 1.595746, 0.288672), + normal: (0.10291, 0.954344, 0.280422), }, + Vertex { position: (0.289039, 1.496446, 0.430055), + normal: (0.172251, 0.950689, 0.257916), }, + Vertex { position: (0.725959, 1.478055, 0.461804), + normal: (0.068777, -0.757383, 0.649339), }, + Vertex { position: (0.289039, 1.496446, 0.430055), + normal: (0.172251, 0.950689, 0.257916), }, + Vertex { position: (0.760722, 1.205036, 0.700545), + normal: (0.023352, -0.872807, 0.487506), }, + Vertex { position: (0.760722, 1.205036, 0.700545), + normal: (0.023352, -0.872807, 0.487506), }, + Vertex { position: (0.289039, 1.496446, 0.430055), + normal: (0.172251, 0.950689, 0.257916), }, + Vertex { position: (0.305671, 1.298417, 0.629719), + normal: (0.28101, 0.853935, 0.437982), }, + Vertex { position: (0.760722, 1.205036, 0.700545), + normal: (0.023352, -0.872807, 0.487506), }, + Vertex { position: (0.305671, 1.298417, 0.629719), + normal: (0.28101, 0.853935, 0.437982), }, + Vertex { position: (0.857323, 0.985001, 0.874029), + normal: (0.004725, -0.680391, 0.732834), }, + Vertex { position: (0.857323, 0.985001, 0.874029), + normal: (0.004725, -0.680391, 0.732834), }, + Vertex { position: (0.305671, 1.298417, 0.629719), + normal: (0.28101, 0.853935, 0.437982), }, + Vertex { position: (0.243473, 1.134082, 0.819993), + normal: (0.381239, 0.555717, 0.738807), }, + Vertex { position: (0.857323, 0.985001, 0.874029), + normal: (0.004725, -0.680391, 0.732834), }, + Vertex { position: (0.243473, 1.134082, 0.819993), + normal: (0.381239, 0.555717, 0.738807), }, + Vertex { position: (0.921312, 0.755659, 0.99933), + normal: (0.034172, -0.858604, 0.511498), }, + Vertex { position: (0.921312, 0.755659, 0.99933), + normal: (0.034172, -0.858604, 0.511498), }, + Vertex { position: (0.243473, 1.134082, 0.819993), + normal: (0.381239, 0.555717, 0.738807), }, + Vertex { position: (0.316341, 0.785311, 1.08626), + normal: (0.376012, 0.360026, 0.853813), }, + Vertex { position: (0.921312, 0.755659, 0.99933), + normal: (0.034172, -0.858604, 0.511498), }, + Vertex { position: (0.316341, 0.785311, 1.08626), + normal: (0.376012, 0.360026, 0.853813), }, + Vertex { position: (0.939271, 0.379986, 1.185872), + normal: (0.037423, -0.986705, 0.158154), }, + Vertex { position: (0.939271, 0.379986, 1.185872), + normal: (0.037423, -0.986705, 0.158154), }, + Vertex { position: (0.316341, 0.785311, 1.08626), + normal: (0.376012, 0.360026, 0.853813), }, + Vertex { position: (0.539252, 0.353984, 1.254493), + normal: (0.207079, 0.373404, 0.904261), }, + Vertex { position: (0.939271, 0.379986, 1.185872), + normal: (0.037423, -0.986705, 0.158154), }, + Vertex { position: (0.539252, 0.353984, 1.254493), + normal: (0.207079, 0.373404, 0.904261), }, + Vertex { position: (0.927775, 0.195225, 1.233043), + normal: (0.013768, -0.992402, 0.122267), }, + Vertex { position: (0.927775, 0.195225, 1.233043), + normal: (0.013768, -0.992402, 0.122267), }, + Vertex { position: (0.539252, 0.353984, 1.254493), + normal: (0.207079, 0.373404, 0.904261), }, + Vertex { position: (0.53915, 0.148262, 1.321014), + normal: (-0.045242, 0.348413, 0.936249), }, + Vertex { position: (0.927775, 0.195225, 1.233043), + normal: (0.013768, -0.992402, 0.122267), }, + Vertex { position: (0.53915, 0.148262, 1.321014), + normal: (-0.045242, 0.348413, 0.936249), }, + Vertex { position: (0.950215, 0.042751, 1.256188), + normal: (0.076524, 0.950336, 0.301672), }, + Vertex { position: (0.950215, 0.042751, 1.256188), + normal: (0.076524, 0.950336, 0.301672), }, + Vertex { position: (0.53915, 0.148262, 1.321014), + normal: (-0.045242, 0.348413, 0.936249), }, + Vertex { position: (0.516872, -0.020713, 1.356627), + normal: (-0.212948, 0.334057, 0.918182), }, + Vertex { position: (0.950215, 0.042751, 1.256188), + normal: (0.076524, 0.950336, 0.301672), }, + Vertex { position: (0.516872, -0.020713, 1.356627), + normal: (-0.212948, 0.334057, 0.918182), }, + Vertex { position: (0.943855, -0.101127, 1.274771), + normal: (0.100598, 0.942931, 0.317428), }, + Vertex { position: (0.943855, -0.101127, 1.274771), + normal: (0.100598, 0.942931, 0.317428), }, + Vertex { position: (0.516872, -0.020713, 1.356627), + normal: (-0.212948, 0.334057, 0.918182), }, + Vertex { position: (0.542386, -0.188227, 1.370375), + normal: (-0.282152, 0.285245, 0.915983), }, + Vertex { position: (0.943855, -0.101127, 1.274771), + normal: (0.100598, 0.942931, 0.317428), }, + Vertex { position: (0.542386, -0.188227, 1.370375), + normal: (-0.282152, 0.285245, 0.915983), }, + Vertex { position: (0.960321, -0.308052, 1.243133), + normal: (0.150328, 0.92948, 0.336851), }, + Vertex { position: (0.960321, -0.308052, 1.243133), + normal: (0.150328, 0.92948, 0.336851), }, + Vertex { position: (0.542386, -0.188227, 1.370375), + normal: (-0.282152, 0.285245, 0.915983), }, + Vertex { position: (0.546875, -0.39094, 1.363244), + normal: (-0.326048, 0.118611, 0.937883), }, + Vertex { position: (0.960321, -0.308052, 1.243133), + normal: (0.150328, 0.92948, 0.336851), }, + Vertex { position: (0.546875, -0.39094, 1.363244), + normal: (-0.326048, 0.118611, 0.937883), }, + Vertex { position: (0.97453, -0.525273, 1.140353), + normal: (0.235667, 0.756618, 0.60991), }, + Vertex { position: (0.97453, -0.525273, 1.140353), + normal: (0.235667, 0.756618, 0.60991), }, + Vertex { position: (0.546875, -0.39094, 1.363244), + normal: (-0.326048, 0.118611, 0.937883), }, + Vertex { position: (0.550658, -0.633015, 1.331311), + normal: (-0.422758, -0.178302, 0.888529), }, + Vertex { position: (0.97453, -0.525273, 1.140353), + normal: (0.235667, 0.756618, 0.60991), }, + Vertex { position: (0.550658, -0.633015, 1.331311), + normal: (-0.422758, -0.178302, 0.888529), }, + Vertex { position: (0.948819, -0.638568, 1.102958), + normal: (0.305452, 0.425365, 0.851918), }, + Vertex { position: (0.948819, -0.638568, 1.102958), + normal: (0.305452, 0.425365, 0.851918), }, + Vertex { position: (0.550658, -0.633015, 1.331311), + normal: (-0.422758, -0.178302, 0.888529), }, + Vertex { position: (0.527724, -0.862854, 1.253811), + normal: (-0.504483, -0.438591, 0.743731), }, + Vertex { position: (0.948819, -0.638568, 1.102958), + normal: (0.305452, 0.425365, 0.851918), }, + Vertex { position: (0.527724, -0.862854, 1.253811), + normal: (-0.504483, -0.438591, 0.743731), }, + Vertex { position: (0.939974, -0.894739, 1.019809), + normal: (0.325482, 0.443544, 0.835063), }, + Vertex { position: (0.939974, -0.894739, 1.019809), + normal: (0.325482, 0.443544, 0.835063), }, + Vertex { position: (0.527724, -0.862854, 1.253811), + normal: (-0.504483, -0.438591, 0.743731), }, + Vertex { position: (0.544825, -1.133123, 1.096902), + normal: (-0.53858, -0.616298, 0.57455), }, + Vertex { position: (0.939974, -0.894739, 1.019809), + normal: (0.325482, 0.443544, 0.835063), }, + Vertex { position: (0.544825, -1.133123, 1.096902), + normal: (-0.53858, -0.616298, 0.57455), }, + Vertex { position: (0.956456, -1.070504, 0.921063), + normal: (0.242426, 0.58207, 0.77616), }, + Vertex { position: (0.956456, -1.070504, 0.921063), + normal: (0.242426, 0.58207, 0.77616), }, + Vertex { position: (0.544825, -1.133123, 1.096902), + normal: (-0.53858, -0.616298, 0.57455), }, + Vertex { position: (0.530629, -1.316423, 0.929842), + normal: (-0.507894, -0.767261, 0.391606), }, + Vertex { position: (0.956456, -1.070504, 0.921063), + normal: (0.242426, 0.58207, 0.77616), }, + Vertex { position: (0.530629, -1.316423, 0.929842), + normal: (-0.507894, -0.767261, 0.391606), }, + Vertex { position: (0.93066, -1.216516, 0.831196), + normal: (0.070189, 0.510248, 0.857158), }, + Vertex { position: (0.93066, -1.216516, 0.831196), + normal: (0.070189, 0.510248, 0.857158), }, + Vertex { position: (0.530629, -1.316423, 0.929842), + normal: (-0.507894, -0.767261, 0.391606), }, + Vertex { position: (0.538756, -1.408602, 0.764911), + normal: (-0.375453, -0.69207, 0.616502), }, + Vertex { position: (0.93066, -1.216516, 0.831196), + normal: (0.070189, 0.510248, 0.857158), }, + Vertex { position: (0.538756, -1.408602, 0.764911), + normal: (-0.375453, -0.69207, 0.616502), }, + Vertex { position: (0.922703, -1.296032, 0.728307), + normal: (-0.078623, 0.370994, 0.925301), }, + Vertex { position: (0.922703, -1.296032, 0.728307), + normal: (-0.078623, 0.370994, 0.925301), }, + Vertex { position: (0.538756, -1.408602, 0.764911), + normal: (-0.375453, -0.69207, 0.616502), }, + Vertex { position: (0.489819, -1.524947, 0.672392), + normal: (-0.1427, -0.847733, 0.510868), }, + Vertex { position: (0.922703, -1.296032, 0.728307), + normal: (-0.078623, 0.370994, 0.925301), }, + Vertex { position: (0.489819, -1.524947, 0.672392), + normal: (-0.1427, -0.847733, 0.510868), }, + Vertex { position: (0.912699, -1.455066, 0.576185), + normal: (-0.123389, 0.256577, 0.958615), }, + Vertex { position: (0.912699, -1.455066, 0.576185), + normal: (-0.123389, 0.256577, 0.958615), }, + Vertex { position: (0.489819, -1.524947, 0.672392), + normal: (-0.1427, -0.847733, 0.510868), }, + Vertex { position: (0.480235, -1.631521, 0.401961), + normal: (-0.178511, -0.973481, 0.143068), }, + Vertex { position: (0.912699, -1.455066, 0.576185), + normal: (-0.123389, 0.256577, 0.958615), }, + Vertex { position: (0.480235, -1.631521, 0.401961), + normal: (-0.178511, -0.973481, 0.143068), }, + Vertex { position: (0.912989, -1.499314, 0.419547), + normal: (-0.165685, 0.059692, 0.98437), }, + Vertex { position: (0.912989, -1.499314, 0.419547), + normal: (-0.165685, 0.059692, 0.98437), }, + Vertex { position: (0.480235, -1.631521, 0.401961), + normal: (-0.178511, -0.973481, 0.143068), }, + Vertex { position: (0.44655, -1.67295, 0.0), + normal: (0.226963, -0.973903, 0.0), }, + Vertex { position: (0.912989, -1.499314, 0.419547), + normal: (-0.165685, 0.059692, 0.98437), }, + Vertex { position: (0.44655, -1.67295, 0.0), + normal: (0.226963, -0.973903, 0.0), }, + Vertex { position: (0.927497, -1.558489, 0.0), + normal: (0.92802, -0.37253, 0.0), }, + Vertex { position: (-0.228904, 1.734267, 0.0), + normal: (-0.039092, -0.999236, 0.0), }, + Vertex { position: (-0.547248, 1.742126, 0.0), + normal: (-0.009814, -0.999952, 0.0), }, + Vertex { position: (-0.559706, 1.69418, 0.186107), + normal: (-0.021294, 0.896295, 0.442946), }, + Vertex { position: (-0.228904, 1.734267, 0.0), + normal: (-0.039092, -0.999236, 0.0), }, + Vertex { position: (-0.559706, 1.69418, 0.186107), + normal: (-0.021294, 0.896295, 0.442946), }, + Vertex { position: (-0.221516, 1.686349, 0.151403), + normal: (0.067879, 0.951186, 0.30106), }, + Vertex { position: (-0.221516, 1.686349, 0.151403), + normal: (0.067879, 0.951186, 0.30106), }, + Vertex { position: (-0.559706, 1.69418, 0.186107), + normal: (-0.021294, 0.896295, 0.442946), }, + Vertex { position: (-0.557624, 1.641278, 0.271462), + normal: (-0.072244, 0.618144, 0.782738), }, + Vertex { position: (-0.221516, 1.686349, 0.151403), + normal: (0.067879, 0.951186, 0.30106), }, + Vertex { position: (-0.557624, 1.641278, 0.271462), + normal: (-0.072244, 0.618144, 0.782738), }, + Vertex { position: (-0.267035, 1.627058, 0.266577), + normal: (0.085022, 0.963119, 0.255291), }, + Vertex { position: (-0.267035, 1.627058, 0.266577), + normal: (0.085022, 0.963119, 0.255291), }, + Vertex { position: (-0.557624, 1.641278, 0.271462), + normal: (-0.072244, 0.618144, 0.782738), }, + Vertex { position: (-0.626493, 1.585426, 0.443136), + normal: (-0.038944, 0.247819, 0.968023), }, + Vertex { position: (-0.267035, 1.627058, 0.266577), + normal: (0.085022, 0.963119, 0.255291), }, + Vertex { position: (-0.626493, 1.585426, 0.443136), + normal: (-0.038944, 0.247819, 0.968023), }, + Vertex { position: (-0.247999, 1.565146, 0.389142), + normal: (0.120743, 0.971588, 0.203561), }, + Vertex { position: (-0.247999, 1.565146, 0.389142), + normal: (0.120743, 0.971588, 0.203561), }, + Vertex { position: (-0.626493, 1.585426, 0.443136), + normal: (-0.038944, 0.247819, 0.968023), }, + Vertex { position: (-0.597781, 1.48962, 0.641047), + normal: (-0.00315, 0.115338, 0.993321), }, + Vertex { position: (-0.247999, 1.565146, 0.389142), + normal: (0.120743, 0.971588, 0.203561), }, + Vertex { position: (-0.597781, 1.48962, 0.641047), + normal: (-0.00315, 0.115338, 0.993321), }, + Vertex { position: (-0.179548, 1.471301, 0.544513), + normal: (0.117963, 0.926753, 0.356669), }, + Vertex { position: (-0.179548, 1.471301, 0.544513), + normal: (0.117963, 0.926753, 0.356669), }, + Vertex { position: (-0.597781, 1.48962, 0.641047), + normal: (-0.00315, 0.115338, 0.993321), }, + Vertex { position: (-0.674657, 1.333008, 0.761059), + normal: (0.016683, 0.197618, 0.980137), }, + Vertex { position: (-0.179548, 1.471301, 0.544513), + normal: (0.117963, 0.926753, 0.356669), }, + Vertex { position: (-0.674657, 1.333008, 0.761059), + normal: (0.016683, 0.197618, 0.980137), }, + Vertex { position: (-0.192546, 1.305535, 0.70008), + normal: (0.109947, 0.693426, 0.71209), }, + Vertex { position: (-0.192546, 1.305535, 0.70008), + normal: (0.109947, 0.693426, 0.71209), }, + Vertex { position: (-0.674657, 1.333008, 0.761059), + normal: (0.016683, 0.197618, 0.980137), }, + Vertex { position: (-0.910602, 1.204118, 0.83774), + normal: (0.032424, 0.316591, 0.948008), }, + Vertex { position: (-0.192546, 1.305535, 0.70008), + normal: (0.109947, 0.693426, 0.71209), }, + Vertex { position: (-0.910602, 1.204118, 0.83774), + normal: (0.032424, 0.316591, 0.948008), }, + Vertex { position: (-0.406155, 1.005088, 0.971088), + normal: (0.076565, 0.333251, 0.939724), }, + Vertex { position: (-0.406155, 1.005088, 0.971088), + normal: (0.076565, 0.333251, 0.939724), }, + Vertex { position: (-0.910602, 1.204118, 0.83774), + normal: (0.032424, 0.316591, 0.948008), }, + Vertex { position: (-0.969076, 0.901205, 1.146223), + normal: (0.053195, 0.343167, 0.937767), }, + Vertex { position: (-0.406155, 1.005088, 0.971088), + normal: (0.076565, 0.333251, 0.939724), }, + Vertex { position: (-0.969076, 0.901205, 1.146223), + normal: (0.053195, 0.343167, 0.937767), }, + Vertex { position: (-0.11519, 0.458427, 1.346197), + normal: (-0.039599, 0.171847, 0.984327), }, + Vertex { position: (-0.11519, 0.458427, 1.346197), + normal: (-0.039599, 0.171847, 0.984327), }, + Vertex { position: (-0.969076, 0.901205, 1.146223), + normal: (0.053195, 0.343167, 0.937767), }, + Vertex { position: (-0.752416, 0.438132, 1.467349), + normal: (0.057735, 0.173734, 0.983099), }, + Vertex { position: (-0.11519, 0.458427, 1.346197), + normal: (-0.039599, 0.171847, 0.984327), }, + Vertex { position: (-0.752416, 0.438132, 1.467349), + normal: (0.057735, 0.173734, 0.983099), }, + Vertex { position: (0.005537, 0.163519, 1.472265), + normal: (-0.164971, 0.181757, 0.969406), }, + Vertex { position: (0.005537, 0.163519, 1.472265), + normal: (-0.164971, 0.181757, 0.969406), }, + Vertex { position: (-0.752416, 0.438132, 1.467349), + normal: (0.057735, 0.173734, 0.983099), }, + Vertex { position: (-0.645496, 0.179261, 1.584316), + normal: (0.058723, -0.195869, 0.97887), }, + Vertex { position: (0.005537, 0.163519, 1.472265), + normal: (-0.164971, 0.181757, 0.969406), }, + Vertex { position: (-0.645496, 0.179261, 1.584316), + normal: (0.058723, -0.195869, 0.97887), }, + Vertex { position: (0.018086, 0.002865, 1.523199), + normal: (-0.216817, 0.278777, 0.935561), }, + Vertex { position: (0.018086, 0.002865, 1.523199), + normal: (-0.216817, 0.278777, 0.935561), }, + Vertex { position: (-0.645496, 0.179261, 1.584316), + normal: (0.058723, -0.195869, 0.97887), }, + Vertex { position: (-0.536767, -0.144454, 1.682232), + normal: (0.088769, -0.475351, 0.875307), }, + Vertex { position: (0.018086, 0.002865, 1.523199), + normal: (-0.216817, 0.278777, 0.935561), }, + Vertex { position: (-0.536767, -0.144454, 1.682232), + normal: (0.088769, -0.475351, 0.875307), }, + Vertex { position: (0.034087, -0.225059, 1.542949), + normal: (-0.219724, 0.297861, 0.928978), }, + Vertex { position: (0.034087, -0.225059, 1.542949), + normal: (-0.219724, 0.297861, 0.928978), }, + Vertex { position: (-0.536767, -0.144454, 1.682232), + normal: (0.088769, -0.475351, 0.875307), }, + Vertex { position: (-0.533528, -0.58228, 1.701405), + normal: (0.099302, -0.563694, 0.819993), }, + Vertex { position: (0.034087, -0.225059, 1.542949), + normal: (-0.219724, 0.297861, 0.928978), }, + Vertex { position: (-0.533528, -0.58228, 1.701405), + normal: (0.099302, -0.563694, 0.819993), }, + Vertex { position: (0.010486, -0.502317, 1.576297), + normal: (-0.227369, 0.161984, 0.960242), }, + Vertex { position: (0.010486, -0.502317, 1.576297), + normal: (-0.227369, 0.161984, 0.960242), }, + Vertex { position: (-0.533528, -0.58228, 1.701405), + normal: (0.099302, -0.563694, 0.819993), }, + Vertex { position: (-0.505045, -0.913827, 1.645612), + normal: (0.093802, -0.705497, 0.702478), }, + Vertex { position: (0.010486, -0.502317, 1.576297), + normal: (-0.227369, 0.161984, 0.960242), }, + Vertex { position: (-0.505045, -0.913827, 1.645612), + normal: (0.093802, -0.705497, 0.702478), }, + Vertex { position: (0.021051, -0.831931, 1.511548), + normal: (-0.30296, -0.137183, 0.943078), }, + Vertex { position: (0.021051, -0.831931, 1.511548), + normal: (-0.30296, -0.137183, 0.943078), }, + Vertex { position: (-0.505045, -0.913827, 1.645612), + normal: (0.093802, -0.705497, 0.702478), }, + Vertex { position: (-0.487217, -1.193519, 1.504026), + normal: (0.058028, -0.329667, 0.942312), }, + Vertex { position: (0.021051, -0.831931, 1.511548), + normal: (-0.30296, -0.137183, 0.943078), }, + Vertex { position: (-0.487217, -1.193519, 1.504026), + normal: (0.058028, -0.329667, 0.942312), }, + Vertex { position: (-0.04157, -1.143825, 1.395176), + normal: (-0.387895, -0.42081, 0.820034), }, + Vertex { position: (-0.04157, -1.143825, 1.395176), + normal: (-0.387895, -0.42081, 0.820034), }, + Vertex { position: (-0.487217, -1.193519, 1.504026), + normal: (0.058028, -0.329667, 0.942312), }, + Vertex { position: (-0.524231, -1.399266, 1.313019), + normal: (0.096347, 0.961203, 0.258467), }, + Vertex { position: (-0.04157, -1.143825, 1.395176), + normal: (-0.387895, -0.42081, 0.820034), }, + Vertex { position: (-0.524231, -1.399266, 1.313019), + normal: (0.096347, 0.961203, 0.258467), }, + Vertex { position: (-0.071941, -1.346991, 1.237379), + normal: (-0.433119, -0.541142, 0.720814), }, + Vertex { position: (-0.071941, -1.346991, 1.237379), + normal: (-0.433119, -0.541142, 0.720814), }, + Vertex { position: (-0.524231, -1.399266, 1.313019), + normal: (0.096347, 0.961203, 0.258467), }, + Vertex { position: (-0.526127, -1.495, 1.167736), + normal: (0.098712, 0.966371, 0.23745), }, + Vertex { position: (-0.071941, -1.346991, 1.237379), + normal: (-0.433119, -0.541142, 0.720814), }, + Vertex { position: (-0.526127, -1.495, 1.167736), + normal: (0.098712, 0.966371, 0.23745), }, + Vertex { position: (-0.0723, -1.450245, 1.087397), + normal: (-0.455057, -0.684123, 0.569999), }, + Vertex { position: (-0.0723, -1.450245, 1.087397), + normal: (-0.455057, -0.684123, 0.569999), }, + Vertex { position: (-0.526127, -1.495, 1.167736), + normal: (0.098712, 0.966371, 0.23745), }, + Vertex { position: (-0.535144, -1.615983, 0.920556), + normal: (0.079848, 0.962653, 0.258695), }, + Vertex { position: (-0.0723, -1.450245, 1.087397), + normal: (-0.455057, -0.684123, 0.569999), }, + Vertex { position: (-0.535144, -1.615983, 0.920556), + normal: (0.079848, 0.962653, 0.258695), }, + Vertex { position: (-0.063012, -1.583021, 0.865082), + normal: (-0.084259, -0.367691, 0.926123), }, + Vertex { position: (-0.866132, 1.75467, 0.0), + normal: (-0.098179, 0.995169, 0.0), }, + Vertex { position: (-1.179474, 1.786649, 0.0), + normal: (-0.065586, -0.997847, 0.0), }, + Vertex { position: (-1.215563, 1.757097, 0.133494), + normal: (-0.115746, 0.20405, 0.972094), }, + Vertex { position: (-0.866132, 1.75467, 0.0), + normal: (-0.098179, 0.995169, 0.0), }, + Vertex { position: (-1.215563, 1.757097, 0.133494), + normal: (-0.115746, 0.20405, 0.972094), }, + Vertex { position: (-0.894132, 1.712652, 0.151911), + normal: (0.136965, 0.155729, 0.978258), }, + Vertex { position: (-0.894132, 1.712652, 0.151911), + normal: (0.136965, 0.155729, 0.978258), }, + Vertex { position: (-1.215563, 1.757097, 0.133494), + normal: (-0.115746, 0.20405, 0.972094), }, + Vertex { position: (-1.227613, 1.709095, 0.276029), + normal: (-0.164191, 0.153328, 0.974439), }, + Vertex { position: (-0.894132, 1.712652, 0.151911), + normal: (0.136965, 0.155729, 0.978258), }, + Vertex { position: (-1.227613, 1.709095, 0.276029), + normal: (-0.164191, 0.153328, 0.974439), }, + Vertex { position: (-0.954897, 1.677544, 0.293034), + normal: (0.173447, 0.205435, 0.963178), }, + Vertex { position: (-0.954897, 1.677544, 0.293034), + normal: (0.173447, 0.205435, 0.963178), }, + Vertex { position: (-1.227613, 1.709095, 0.276029), + normal: (-0.164191, 0.153328, 0.974439), }, + Vertex { position: (-1.292756, 1.656509, 0.51403), + normal: (-0.15812, -0.033626, 0.986847), }, + Vertex { position: (-0.954897, 1.677544, 0.293034), + normal: (0.173447, 0.205435, 0.963178), }, + Vertex { position: (-1.292756, 1.656509, 0.51403), + normal: (-0.15812, -0.033626, 0.986847), }, + Vertex { position: (-1.017767, 1.607824, 0.541965), + normal: (0.136801, 0.29658, 0.945159), }, + Vertex { position: (-1.017767, 1.607824, 0.541965), + normal: (0.136801, 0.29658, 0.945159), }, + Vertex { position: (-1.292756, 1.656509, 0.51403), + normal: (-0.15812, -0.033626, 0.986847), }, + Vertex { position: (-1.338488, 1.613735, 0.725441), + normal: (0.005821, -0.234321, 0.972142), }, + Vertex { position: (-1.017767, 1.607824, 0.541965), + normal: (0.136801, 0.29658, 0.945159), }, + Vertex { position: (-1.338488, 1.613735, 0.725441), + normal: (0.005821, -0.234321, 0.972142), }, + Vertex { position: (-1.04607, 1.509097, 0.76106), + normal: (0.095019, 0.330845, 0.938889), }, + Vertex { position: (-1.04607, 1.509097, 0.76106), + normal: (0.095019, 0.330845, 0.938889), }, + Vertex { position: (-1.338488, 1.613735, 0.725441), + normal: (0.005821, -0.234321, 0.972142), }, + Vertex { position: (-1.403848, 1.533059, 0.902827), + normal: (0.243464, -0.335965, 0.909864), }, + Vertex { position: (-1.04607, 1.509097, 0.76106), + normal: (0.095019, 0.330845, 0.938889), }, + Vertex { position: (-1.403848, 1.533059, 0.902827), + normal: (0.243464, -0.335965, 0.909864), }, + Vertex { position: (-1.115594, 1.39238, 0.819623), + normal: (0.07657, 0.16758, 0.982881), }, + Vertex { position: (-1.115594, 1.39238, 0.819623), + normal: (0.07657, 0.16758, 0.982881), }, + Vertex { position: (-1.403848, 1.533059, 0.902827), + normal: (0.243464, -0.335965, 0.909864), }, + Vertex { position: (-1.551526, 1.400025, 1.050193), + normal: (0.49938, -0.45475, 0.737443), }, + Vertex { position: (-1.115594, 1.39238, 0.819623), + normal: (0.07657, 0.16758, 0.982881), }, + Vertex { position: (-1.551526, 1.400025, 1.050193), + normal: (0.49938, -0.45475, 0.737443), }, + Vertex { position: (-1.278903, 1.192051, 0.946843), + normal: (0.079214, -0.175111, 0.981357), }, + Vertex { position: (-1.278903, 1.192051, 0.946843), + normal: (0.079214, -0.175111, 0.981357), }, + Vertex { position: (-1.551526, 1.400025, 1.050193), + normal: (0.49938, -0.45475, 0.737443), }, + Vertex { position: (-1.552899, 1.128654, 1.15104), + normal: (0.573426, -0.441087, 0.69038), }, + Vertex { position: (-1.278903, 1.192051, 0.946843), + normal: (0.079214, -0.175111, 0.981357), }, + Vertex { position: (-1.552899, 1.128654, 1.15104), + normal: (0.573426, -0.441087, 0.69038), }, + Vertex { position: (-1.200768, 0.978822, 1.103391), + normal: (0.204115, -0.405276, 0.891116), }, + Vertex { position: (-1.200768, 0.978822, 1.103391), + normal: (0.204115, -0.405276, 0.891116), }, + Vertex { position: (-1.552899, 1.128654, 1.15104), + normal: (0.573426, -0.441087, 0.69038), }, + Vertex { position: (-1.454529, 0.875045, 1.238858), + normal: (0.1643, 0.873906, 0.457487), }, + Vertex { position: (-1.200768, 0.978822, 1.103391), + normal: (0.204115, -0.405276, 0.891116), }, + Vertex { position: (-1.454529, 0.875045, 1.238858), + normal: (0.1643, 0.873906, 0.457487), }, + Vertex { position: (-1.147922, 0.807955, 1.254191), + normal: (0.396045, -0.47666, 0.784821), }, + Vertex { position: (-1.147922, 0.807955, 1.254191), + normal: (0.396045, -0.47666, 0.784821), }, + Vertex { position: (-1.454529, 0.875045, 1.238858), + normal: (0.1643, 0.873906, 0.457487), }, + Vertex { position: (-1.405685, 0.573835, 1.352181), + normal: (-0.012448, 0.906487, 0.422051), }, + Vertex { position: (-1.147922, 0.807955, 1.254191), + normal: (0.396045, -0.47666, 0.784821), }, + Vertex { position: (-1.405685, 0.573835, 1.352181), + normal: (-0.012448, 0.906487, 0.422051), }, + Vertex { position: (-1.120716, 0.424016, 1.45699), + normal: (0.238702, -0.258568, 0.936036), }, + Vertex { position: (-1.120716, 0.424016, 1.45699), + normal: (0.238702, -0.258568, 0.936036), }, + Vertex { position: (-1.405685, 0.573835, 1.352181), + normal: (-0.012448, 0.906487, 0.422051), }, + Vertex { position: (-1.479588, 0.295746, 1.440042), + normal: (-0.051905, 0.965082, 0.256753), }, + Vertex { position: (-1.120716, 0.424016, 1.45699), + normal: (0.238702, -0.258568, 0.936036), }, + Vertex { position: (-1.479588, 0.295746, 1.440042), + normal: (-0.051905, 0.965082, 0.256753), }, + Vertex { position: (-1.077307, 0.165008, 1.553393), + normal: (0.11717, 0.938619, 0.324447), }, + Vertex { position: (-1.077307, 0.165008, 1.553393), + normal: (0.11717, 0.938619, 0.324447), }, + Vertex { position: (-1.479588, 0.295746, 1.440042), + normal: (-0.051905, 0.965082, 0.256753), }, + Vertex { position: (-1.489699, -0.024215, 1.510987), + normal: (-0.088843, 0.888, 0.45118), }, + Vertex { position: (-1.077307, 0.165008, 1.553393), + normal: (0.11717, 0.938619, 0.324447), }, + Vertex { position: (-1.489699, -0.024215, 1.510987), + normal: (-0.088843, 0.888, 0.45118), }, + Vertex { position: (-1.053434, -0.342553, 1.690245), + normal: (0.080398, 0.9582, 0.274571), }, + Vertex { position: (-1.053434, -0.342553, 1.690245), + normal: (0.080398, 0.9582, 0.274571), }, + Vertex { position: (-1.489699, -0.024215, 1.510987), + normal: (-0.088843, 0.888, 0.45118), }, + Vertex { position: (-1.395501, -0.698702, 1.553257), + normal: (-0.169971, 0.704712, 0.688832), }, + Vertex { position: (-1.053434, -0.342553, 1.690245), + normal: (0.080398, 0.9582, 0.274571), }, + Vertex { position: (-1.395501, -0.698702, 1.553257), + normal: (-0.169971, 0.704712, 0.688832), }, + Vertex { position: (-1.077209, -0.869649, 1.633144), + normal: (0.069061, 0.958871, 0.275312), }, + Vertex { position: (-1.077209, -0.869649, 1.633144), + normal: (0.069061, 0.958871, 0.275312), }, + Vertex { position: (-1.395501, -0.698702, 1.553257), + normal: (-0.169971, 0.704712, 0.688832), }, + Vertex { position: (-1.376176, -0.948757, 1.451608), + normal: (-0.261543, 0.44691, 0.855492), }, + Vertex { position: (-1.077209, -0.869649, 1.633144), + normal: (0.069061, 0.958871, 0.275312), }, + Vertex { position: (-1.376176, -0.948757, 1.451608), + normal: (-0.261543, 0.44691, 0.855492), }, + Vertex { position: (-1.061272, -1.141877, 1.49623), + normal: (0.051291, 0.888276, 0.456438), }, + Vertex { position: (-1.061272, -1.141877, 1.49623), + normal: (0.051291, 0.888276, 0.456438), }, + Vertex { position: (-1.376176, -0.948757, 1.451608), + normal: (-0.261543, 0.44691, 0.855492), }, + Vertex { position: (-1.402349, -1.127845, 1.309055), + normal: (-0.33898, 0.203127, 0.918603), }, + Vertex { position: (-1.061272, -1.141877, 1.49623), + normal: (0.051291, 0.888276, 0.456438), }, + Vertex { position: (-1.402349, -1.127845, 1.309055), + normal: (-0.33898, 0.203127, 0.918603), }, + Vertex { position: (-1.001366, -1.335897, 1.353338), + normal: (-0.008282, 0.691944, 0.721904), }, + Vertex { position: (-1.001366, -1.335897, 1.353338), + normal: (-0.008282, 0.691944, 0.721904), }, + Vertex { position: (-1.402349, -1.127845, 1.309055), + normal: (-0.33898, 0.203127, 0.918603), }, + Vertex { position: (-1.407658, -1.236026, 1.11293), + normal: (-0.351241, 0.07582, 0.93321), }, + Vertex { position: (-1.001366, -1.335897, 1.353338), + normal: (-0.008282, 0.691944, 0.721904), }, + Vertex { position: (-1.407658, -1.236026, 1.11293), + normal: (-0.351241, 0.07582, 0.93321), }, + Vertex { position: (-0.952525, -1.440582, 1.16865), + normal: (-0.0448, 0.42163, 0.905661), }, + Vertex { position: (2.013534, -0.662303, 1.191491), + normal: (0.213167, -0.525559, 0.823619), }, + Vertex { position: (1.640095, -0.674556, 1.246804), + normal: (0.009434, 0.815301, 0.578961), }, + Vertex { position: (1.644178, -0.857872, 1.208494), + normal: (0.040473, 0.760778, 0.647749), }, + Vertex { position: (1.807583, 1.756546, 0.177627), + normal: (-0.057955, 0.638634, 0.767325), }, + Vertex { position: (1.794465, 1.787719, 0.0), + normal: (-0.720176, -0.693792, 0.0), }, + Vertex { position: (1.456656, 1.785879, 0.0), + normal: (0.779025, -0.626993, 0.0), }, + Vertex { position: (1.807583, 1.756546, 0.177627), + normal: (-0.057955, 0.638634, 0.767325), }, + Vertex { position: (1.456656, 1.785879, 0.0), + normal: (0.779025, -0.626993, 0.0), }, + Vertex { position: (1.462507, 1.745481, 0.222394), + normal: (0.184661, -0.694307, 0.695585), }, + Vertex { position: (1.798719, 1.714447, 0.259352), + normal: (-0.024013, 0.58573, 0.810151), }, + Vertex { position: (1.807583, 1.756546, 0.177627), + normal: (-0.057955, 0.638634, 0.767325), }, + Vertex { position: (1.462507, 1.745481, 0.222394), + normal: (0.184661, -0.694307, 0.695585), }, + Vertex { position: (1.798719, 1.714447, 0.259352), + normal: (-0.024013, 0.58573, 0.810151), }, + Vertex { position: (1.462507, 1.745481, 0.222394), + normal: (0.184661, -0.694307, 0.695585), }, + Vertex { position: (1.483832, 1.697594, 0.288781), + normal: (0.152876, -0.742504, 0.652163), }, + Vertex { position: (1.821946, 1.618209, 0.403751), + normal: (0.016737, 0.497476, 0.867316), }, + Vertex { position: (1.798719, 1.714447, 0.259352), + normal: (-0.024013, 0.58573, 0.810151), }, + Vertex { position: (1.483832, 1.697594, 0.288781), + normal: (0.152876, -0.742504, 0.652163), }, + Vertex { position: (1.821946, 1.618209, 0.403751), + normal: (0.016737, 0.497476, 0.867316), }, + Vertex { position: (1.483832, 1.697594, 0.288781), + normal: (0.152876, -0.742504, 0.652163), }, + Vertex { position: (1.497138, 1.618935, 0.401108), + normal: (0.120054, -0.825719, 0.551157), }, + Vertex { position: (1.859443, 1.450393, 0.632222), + normal: (0.060533, 0.377837, 0.923891), }, + Vertex { position: (1.821946, 1.618209, 0.403751), + normal: (0.016737, 0.497476, 0.867316), }, + Vertex { position: (1.497138, 1.618935, 0.401108), + normal: (0.120054, -0.825719, 0.551157), }, + Vertex { position: (1.859443, 1.450393, 0.632222), + normal: (0.060533, 0.377837, 0.923891), }, + Vertex { position: (1.497138, 1.618935, 0.401108), + normal: (0.120054, -0.825719, 0.551157), }, + Vertex { position: (1.504951, 1.483493, 0.585976), + normal: (0.102263, -0.969566, 0.222452), }, + Vertex { position: (1.958254, 1.130271, 0.861813), + normal: (0.088722, 0.251367, 0.963817), }, + Vertex { position: (1.859443, 1.450393, 0.632222), + normal: (0.060533, 0.377837, 0.923891), }, + Vertex { position: (1.504951, 1.483493, 0.585976), + normal: (0.102263, -0.969566, 0.222452), }, + Vertex { position: (1.958254, 1.130271, 0.861813), + normal: (0.088722, 0.251367, 0.963817), }, + Vertex { position: (1.504951, 1.483493, 0.585976), + normal: (0.102263, -0.969566, 0.222452), }, + Vertex { position: (1.517126, 1.334367, 0.741076), + normal: (-0.305786, -0.232288, 0.923329), }, + Vertex { position: (1.975941, 0.827957, 1.018423), + normal: (0.107989, 0.168108, 0.979836), }, + Vertex { position: (1.958254, 1.130271, 0.861813), + normal: (0.088722, 0.251367, 0.963817), }, + Vertex { position: (1.517126, 1.334367, 0.741076), + normal: (-0.305786, -0.232288, 0.923329), }, + Vertex { position: (1.975941, 0.827957, 1.018423), + normal: (0.107989, 0.168108, 0.979836), }, + Vertex { position: (1.517126, 1.334367, 0.741076), + normal: (-0.305786, -0.232288, 0.923329), }, + Vertex { position: (1.570685, 0.938327, 0.989108), + normal: (-0.148631, -0.373855, 0.915501), }, + Vertex { position: (1.975941, 0.827957, 1.018423), + normal: (0.107989, 0.168108, 0.979836), }, + Vertex { position: (1.570685, 0.938327, 0.989108), + normal: (-0.148631, -0.373855, 0.915501), }, + Vertex { position: (1.582203, 0.771083, 1.06818), + normal: (-0.185127, -0.491394, 0.851035), }, + Vertex { position: (2.023441, 0.529338, 1.144399), + normal: (0.10833, 0.05569, 0.992554), }, + Vertex { position: (1.975941, 0.827957, 1.018423), + normal: (0.107989, 0.168108, 0.979836), }, + Vertex { position: (1.582203, 0.771083, 1.06818), + normal: (-0.185127, -0.491394, 0.851035), }, + Vertex { position: (2.023441, 0.529338, 1.144399), + normal: (0.10833, 0.05569, 0.992554), }, + Vertex { position: (1.582203, 0.771083, 1.06818), + normal: (-0.185127, -0.491394, 0.851035), }, + Vertex { position: (1.63008, 0.420236, 1.172369), + normal: (-0.208715, -0.624734, 0.752427), }, + Vertex { position: (2.0817, 0.283249, 1.259461), + normal: (0.114032, -0.218132, 0.969234), }, + Vertex { position: (2.023441, 0.529338, 1.144399), + normal: (0.10833, 0.05569, 0.992554), }, + Vertex { position: (1.63008, 0.420236, 1.172369), + normal: (-0.208715, -0.624734, 0.752427), }, + Vertex { position: (2.0817, 0.283249, 1.259461), + normal: (0.114032, -0.218132, 0.969234), }, + Vertex { position: (1.63008, 0.420236, 1.172369), + normal: (-0.208715, -0.624734, 0.752427), }, + Vertex { position: (1.649027, 0.224458, 1.211969), + normal: (-0.251063, -0.683027, 0.685888), }, + Vertex { position: (2.14179, -0.055306, 1.295565), + normal: (0.187438, -0.340915, 0.921219), }, + Vertex { position: (2.0817, 0.283249, 1.259461), + normal: (0.114032, -0.218132, 0.969234), }, + Vertex { position: (1.649027, 0.224458, 1.211969), + normal: (-0.251063, -0.683027, 0.685888), }, + Vertex { position: (2.14179, -0.055306, 1.295565), + normal: (0.187438, -0.340915, 0.921219), }, + Vertex { position: (1.649027, 0.224458, 1.211969), + normal: (-0.251063, -0.683027, 0.685888), }, + Vertex { position: (1.660355, 0.019397, 1.246002), + normal: (-0.252973, -0.819125, 0.51482), }, + Vertex { position: (2.136269, -0.187666, 1.278057), + normal: (0.25339, -0.287519, 0.923648), }, + Vertex { position: (2.14179, -0.055306, 1.295565), + normal: (0.187438, -0.340915, 0.921219), }, + Vertex { position: (1.660355, 0.019397, 1.246002), + normal: (-0.252973, -0.819125, 0.51482), }, + Vertex { position: (2.136269, -0.187666, 1.278057), + normal: (0.25339, -0.287519, 0.923648), }, + Vertex { position: (1.660355, 0.019397, 1.246002), + normal: (-0.252973, -0.819125, 0.51482), }, + Vertex { position: (1.664159, -0.189659, 1.266729), + normal: (-0.137161, -0.98063, 0.139827), }, + Vertex { position: (2.108912, -0.357128, 1.259691), + normal: (0.23972, -0.400363, 0.884445), }, + Vertex { position: (2.136269, -0.187666, 1.278057), + normal: (0.25339, -0.287519, 0.923648), }, + Vertex { position: (1.664159, -0.189659, 1.266729), + normal: (-0.137161, -0.98063, 0.139827), }, + Vertex { position: (2.108912, -0.357128, 1.259691), + normal: (0.23972, -0.400363, 0.884445), }, + Vertex { position: (1.664159, -0.189659, 1.266729), + normal: (-0.137161, -0.98063, 0.139827), }, + Vertex { position: (1.678622, -0.410061, 1.291177), + normal: (0.007127, 0.896038, 0.44392), }, + Vertex { position: (2.013534, -0.662303, 1.191491), + normal: (0.213167, -0.525559, 0.823619), }, + Vertex { position: (2.108912, -0.357128, 1.259691), + normal: (0.23972, -0.400363, 0.884445), }, + Vertex { position: (1.678622, -0.410061, 1.291177), + normal: (0.007127, 0.896038, 0.44392), }, + Vertex { position: (2.013534, -0.662303, 1.191491), + normal: (0.213167, -0.525559, 0.823619), }, + Vertex { position: (1.678622, -0.410061, 1.291177), + normal: (0.007127, 0.896038, 0.44392), }, + Vertex { position: (1.640095, -0.674556, 1.246804), + normal: (0.009434, 0.815301, 0.578961), }, + Vertex { position: (2.013534, -0.662303, 1.191491), + normal: (0.213167, -0.525559, 0.823619), }, + Vertex { position: (2.058189, -0.931238, 1.163518), + normal: (-0.819256, -0.566976, 0.085772), }, + Vertex { position: (2.158585, -0.955809, 1.113647), + normal: (-0.898389, -0.217201, -0.381735), }, + Vertex { position: (2.013534, -0.662303, 1.191491), + normal: (0.213167, -0.525559, 0.823619), }, + Vertex { position: (2.158585, -0.955809, 1.113647), + normal: (-0.898389, -0.217201, -0.381735), }, + Vertex { position: (2.222082, -0.957342, 1.014137), + normal: (-0.887036, -0.210048, -0.411154), }, + Vertex { position: (2.013534, -0.662303, 1.191491), + normal: (0.213167, -0.525559, 0.823619), }, + Vertex { position: (2.222082, -0.957342, 1.014137), + normal: (-0.887036, -0.210048, -0.411154), }, + Vertex { position: (2.245624, -0.864372, 0.995778), + normal: (-0.069142, 0.724976, 0.685295), }, + Vertex { position: (2.013534, -0.662303, 1.191491), + normal: (0.213167, -0.525559, 0.823619), }, + Vertex { position: (1.644178, -0.857872, 1.208494), + normal: (0.040473, 0.760778, 0.647749), }, + Vertex { position: (1.635139, -0.965221, 1.184968), + normal: (-0.493424, -0.16561, -0.853877), }, + Vertex { position: (2.013534, -0.662303, 1.191491), + normal: (0.213167, -0.525559, 0.823619), }, + Vertex { position: (1.635139, -0.965221, 1.184968), + normal: (-0.493424, -0.16561, -0.853877), }, + Vertex { position: (1.867657, -0.920633, 1.206933), + normal: (0.193853, 0.161608, 0.967628), }, + Vertex { position: (2.013534, -0.662303, 1.191491), + normal: (0.213167, -0.525559, 0.823619), }, + Vertex { position: (1.867657, -0.920633, 1.206933), + normal: (0.193853, 0.161608, 0.967628), }, + Vertex { position: (2.058189, -0.931238, 1.163518), + normal: (-0.819256, -0.566976, 0.085772), }, + Vertex { position: (1.920432, -1.567396, 0.0), + normal: (-0.034649, 0.9994, 0.0), }, + Vertex { position: (1.963153, -1.588839, 0.612861), + normal: (-0.086361, -0.084973, 0.992634), }, + Vertex { position: (1.721211, -1.590185, 0.601932), + normal: (0.776291, -0.374867, 0.5068), }, + Vertex { position: (1.920432, -1.567396, 0.0), + normal: (-0.034649, 0.9994, 0.0), }, + Vertex { position: (1.721211, -1.590185, 0.601932), + normal: (0.776291, -0.374867, 0.5068), }, + Vertex { position: (1.604939, -1.556997, 0.0), + normal: (-0.560667, -0.828041, 0.0), }, + Vertex { position: (1.451825, -1.576856, 0.702758), + normal: (0.751148, 0.43192, -0.49922), }, + Vertex { position: (1.328862, -1.352627, 0.758733), + normal: (0.010538, 0.399391, 0.91672), }, + Vertex { position: (1.19204, -1.330605, 0.678707), + normal: (-0.263451, -0.648591, 0.714089), }, + Vertex { position: (1.451825, -1.576856, 0.702758), + normal: (0.751148, 0.43192, -0.49922), }, + Vertex { position: (1.19204, -1.330605, 0.678707), + normal: (-0.263451, -0.648591, 0.714089), }, + Vertex { position: (1.210555, -1.460061, 0.576841), + normal: (-0.301558, -0.77828, 0.550766), }, + Vertex { position: (1.599889, -1.595526, 0.623185), + normal: (0.24139, 0.178826, -0.953809), }, + Vertex { position: (1.451825, -1.576856, 0.702758), + normal: (0.751148, 0.43192, -0.49922), }, + Vertex { position: (1.210555, -1.460061, 0.576841), + normal: (-0.301558, -0.77828, 0.550766), }, + Vertex { position: (1.599889, -1.595526, 0.623185), + normal: (0.24139, 0.178826, -0.953809), }, + Vertex { position: (1.210555, -1.460061, 0.576841), + normal: (-0.301558, -0.77828, 0.550766), }, + Vertex { position: (1.223415, -1.532658, 0.434522), + normal: (-0.154129, -0.981148, 0.116585), }, + Vertex { position: (1.920432, -1.567396, 0.0), + normal: (-0.034649, 0.9994, 0.0), }, + Vertex { position: (2.0482, -1.581983, 0.555832), + normal: (0.140536, 0.558684, 0.817388), }, + Vertex { position: (1.963153, -1.588839, 0.612861), + normal: (-0.086361, -0.084973, 0.992634), }, + Vertex { position: (1.599889, -1.595526, 0.623185), + normal: (0.24139, 0.178826, -0.953809), }, + Vertex { position: (1.223415, -1.532658, 0.434522), + normal: (-0.154129, -0.981148, 0.116585), }, + Vertex { position: (1.289448, -1.546597, 0.0), + normal: (0.770209, -0.637792, 0.0), }, + Vertex { position: (1.599889, -1.595526, 0.623185), + normal: (0.24139, 0.178826, -0.953809), }, + Vertex { position: (1.289448, -1.546597, 0.0), + normal: (0.770209, -0.637792, 0.0), }, + Vertex { position: (1.604939, -1.556997, 0.0), + normal: (-0.560667, -0.828041, 0.0), }, + Vertex { position: (1.721211, -1.590185, 0.601932), + normal: (0.776291, -0.374867, 0.5068), }, + Vertex { position: (1.599889, -1.595526, 0.623185), + normal: (0.24139, 0.178826, -0.953809), }, + Vertex { position: (1.604939, -1.556997, 0.0), + normal: (-0.560667, -0.828041, 0.0), }, + Vertex { position: (1.328862, -1.352627, 0.758733), + normal: (0.010538, 0.399391, 0.91672), }, + Vertex { position: (1.348219, -1.282064, 0.845204), + normal: (-0.228294, -0.186048, 0.955651), }, + Vertex { position: (1.219163, -1.218342, 0.823029), + normal: (-0.267766, -0.862787, 0.428835), }, + Vertex { position: (1.328862, -1.352627, 0.758733), + normal: (0.010538, 0.399391, 0.91672), }, + Vertex { position: (1.219163, -1.218342, 0.823029), + normal: (-0.267766, -0.862787, 0.428835), }, + Vertex { position: (1.19204, -1.330605, 0.678707), + normal: (-0.263451, -0.648591, 0.714089), }, + Vertex { position: (1.337875, -0.945716, 1.021299), + normal: (-0.382074, -0.25681, -0.887732), }, + Vertex { position: (1.373216, -0.56462, 1.106245), + normal: (-0.218261, -0.26262, 0.93989), }, + Vertex { position: (1.252961, -0.928825, 1.001643), + normal: (-0.231653, -0.530839, 0.815198), }, + Vertex { position: (1.310865, -1.136322, 0.914838), + normal: (0.43768, -0.823149, -0.361748), }, + Vertex { position: (1.337875, -0.945716, 1.021299), + normal: (-0.382074, -0.25681, -0.887732), }, + Vertex { position: (1.252961, -0.928825, 1.001643), + normal: (-0.231653, -0.530839, 0.815198), }, + Vertex { position: (1.310865, -1.136322, 0.914838), + normal: (0.43768, -0.823149, -0.361748), }, + Vertex { position: (1.252961, -0.928825, 1.001643), + normal: (-0.231653, -0.530839, 0.815198), }, + Vertex { position: (1.230116, -1.085439, 0.894543), + normal: (-0.253979, -0.745808, 0.615845), }, + Vertex { position: (1.348219, -1.282064, 0.845204), + normal: (-0.228294, -0.186048, 0.955651), }, + Vertex { position: (1.310865, -1.136322, 0.914838), + normal: (0.43768, -0.823149, -0.361748), }, + Vertex { position: (1.230116, -1.085439, 0.894543), + normal: (-0.253979, -0.745808, 0.615845), }, + Vertex { position: (1.348219, -1.282064, 0.845204), + normal: (-0.228294, -0.186048, 0.955651), }, + Vertex { position: (1.230116, -1.085439, 0.894543), + normal: (-0.253979, -0.745808, 0.615845), }, + Vertex { position: (1.219163, -1.218342, 0.823029), + normal: (-0.267766, -0.862787, 0.428835), }, + Vertex { position: (1.536037, -0.985876, 1.185597), + normal: (-0.570406, -0.192005, -0.798606), }, + Vertex { position: (1.635139, -0.965221, 1.184968), + normal: (-0.493424, -0.16561, -0.853877), }, + Vertex { position: (1.644178, -0.857872, 1.208494), + normal: (0.040473, 0.760778, 0.647749), }, + Vertex { position: (1.428883, -0.98669, 1.133905), + normal: (-0.53197, -0.108751, -0.839751), }, + Vertex { position: (1.536037, -0.985876, 1.185597), + normal: (-0.570406, -0.192005, -0.798606), }, + Vertex { position: (1.644178, -0.857872, 1.208494), + normal: (0.040473, 0.760778, 0.647749), }, + Vertex { position: (1.428883, -0.98669, 1.133905), + normal: (-0.53197, -0.108751, -0.839751), }, + Vertex { position: (1.644178, -0.857872, 1.208494), + normal: (0.040473, 0.760778, 0.647749), }, + Vertex { position: (1.640095, -0.674556, 1.246804), + normal: (0.009434, 0.815301, 0.578961), }, + Vertex { position: (1.640095, -0.674556, 1.246804), + normal: (0.009434, 0.815301, 0.578961), }, + Vertex { position: (1.678622, -0.410061, 1.291177), + normal: (0.007127, 0.896038, 0.44392), }, + Vertex { position: (1.373216, -0.56462, 1.106245), + normal: (-0.218261, -0.26262, 0.93989), }, + Vertex { position: (1.428883, -0.98669, 1.133905), + normal: (-0.53197, -0.108751, -0.839751), }, + Vertex { position: (1.640095, -0.674556, 1.246804), + normal: (0.009434, 0.815301, 0.578961), }, + Vertex { position: (1.373216, -0.56462, 1.106245), + normal: (-0.218261, -0.26262, 0.93989), }, + Vertex { position: (0.733818, 1.740873, 0.0), + normal: (0.981421, -0.191868, 0.0), }, + Vertex { position: (1.462507, 1.745481, 0.222394), + normal: (0.184661, -0.694307, 0.695585), }, + Vertex { position: (1.456656, 1.785879, 0.0), + normal: (0.779025, -0.626993, 0.0), }, + Vertex { position: (0.912989, -1.499314, 0.419547), + normal: (-0.165685, 0.059692, 0.98437), }, + Vertex { position: (0.927497, -1.558489, 0.0), + normal: (0.92802, -0.37253, 0.0), }, + Vertex { position: (1.289448, -1.546597, 0.0), + normal: (0.770209, -0.637792, 0.0), }, + Vertex { position: (0.912989, -1.499314, 0.419547), + normal: (-0.165685, 0.059692, 0.98437), }, + Vertex { position: (1.289448, -1.546597, 0.0), + normal: (0.770209, -0.637792, 0.0), }, + Vertex { position: (1.223415, -1.532658, 0.434522), + normal: (-0.154129, -0.981148, 0.116585), }, + Vertex { position: (0.912699, -1.455066, 0.576185), + normal: (-0.123389, 0.256577, 0.958615), }, + Vertex { position: (0.912989, -1.499314, 0.419547), + normal: (-0.165685, 0.059692, 0.98437), }, + Vertex { position: (1.223415, -1.532658, 0.434522), + normal: (-0.154129, -0.981148, 0.116585), }, + Vertex { position: (0.912699, -1.455066, 0.576185), + normal: (-0.123389, 0.256577, 0.958615), }, + Vertex { position: (1.223415, -1.532658, 0.434522), + normal: (-0.154129, -0.981148, 0.116585), }, + Vertex { position: (1.210555, -1.460061, 0.576841), + normal: (-0.301558, -0.77828, 0.550766), }, + Vertex { position: (0.922703, -1.296032, 0.728307), + normal: (-0.078623, 0.370994, 0.925301), }, + Vertex { position: (0.912699, -1.455066, 0.576185), + normal: (-0.123389, 0.256577, 0.958615), }, + Vertex { position: (1.210555, -1.460061, 0.576841), + normal: (-0.301558, -0.77828, 0.550766), }, + Vertex { position: (0.922703, -1.296032, 0.728307), + normal: (-0.078623, 0.370994, 0.925301), }, + Vertex { position: (1.210555, -1.460061, 0.576841), + normal: (-0.301558, -0.77828, 0.550766), }, + Vertex { position: (1.19204, -1.330605, 0.678707), + normal: (-0.263451, -0.648591, 0.714089), }, + Vertex { position: (0.93066, -1.216516, 0.831196), + normal: (0.070189, 0.510248, 0.857158), }, + Vertex { position: (0.922703, -1.296032, 0.728307), + normal: (-0.078623, 0.370994, 0.925301), }, + Vertex { position: (1.19204, -1.330605, 0.678707), + normal: (-0.263451, -0.648591, 0.714089), }, + Vertex { position: (0.93066, -1.216516, 0.831196), + normal: (0.070189, 0.510248, 0.857158), }, + Vertex { position: (1.19204, -1.330605, 0.678707), + normal: (-0.263451, -0.648591, 0.714089), }, + Vertex { position: (1.219163, -1.218342, 0.823029), + normal: (-0.267766, -0.862787, 0.428835), }, + Vertex { position: (0.956456, -1.070504, 0.921063), + normal: (0.242426, 0.58207, 0.77616), }, + Vertex { position: (0.93066, -1.216516, 0.831196), + normal: (0.070189, 0.510248, 0.857158), }, + Vertex { position: (1.219163, -1.218342, 0.823029), + normal: (-0.267766, -0.862787, 0.428835), }, + Vertex { position: (0.956456, -1.070504, 0.921063), + normal: (0.242426, 0.58207, 0.77616), }, + Vertex { position: (1.219163, -1.218342, 0.823029), + normal: (-0.267766, -0.862787, 0.428835), }, + Vertex { position: (1.230116, -1.085439, 0.894543), + normal: (-0.253979, -0.745808, 0.615845), }, + Vertex { position: (0.939974, -0.894739, 1.019809), + normal: (0.325482, 0.443544, 0.835063), }, + Vertex { position: (0.956456, -1.070504, 0.921063), + normal: (0.242426, 0.58207, 0.77616), }, + Vertex { position: (1.230116, -1.085439, 0.894543), + normal: (-0.253979, -0.745808, 0.615845), }, + Vertex { position: (0.939974, -0.894739, 1.019809), + normal: (0.325482, 0.443544, 0.835063), }, + Vertex { position: (1.230116, -1.085439, 0.894543), + normal: (-0.253979, -0.745808, 0.615845), }, + Vertex { position: (1.252961, -0.928825, 1.001643), + normal: (-0.231653, -0.530839, 0.815198), }, + Vertex { position: (0.948819, -0.638568, 1.102958), + normal: (0.305452, 0.425365, 0.851918), }, + Vertex { position: (0.939974, -0.894739, 1.019809), + normal: (0.325482, 0.443544, 0.835063), }, + Vertex { position: (1.252961, -0.928825, 1.001643), + normal: (-0.231653, -0.530839, 0.815198), }, + Vertex { position: (0.948819, -0.638568, 1.102958), + normal: (0.305452, 0.425365, 0.851918), }, + Vertex { position: (1.252961, -0.928825, 1.001643), + normal: (-0.231653, -0.530839, 0.815198), }, + Vertex { position: (1.373216, -0.56462, 1.106245), + normal: (-0.218261, -0.26262, 0.93989), }, + Vertex { position: (0.97453, -0.525273, 1.140353), + normal: (0.235667, 0.756618, 0.60991), }, + Vertex { position: (0.948819, -0.638568, 1.102958), + normal: (0.305452, 0.425365, 0.851918), }, + Vertex { position: (1.373216, -0.56462, 1.106245), + normal: (-0.218261, -0.26262, 0.93989), }, + Vertex { position: (0.960321, -0.308052, 1.243133), + normal: (0.150328, 0.92948, 0.336851), }, + Vertex { position: (0.97453, -0.525273, 1.140353), + normal: (0.235667, 0.756618, 0.60991), }, + Vertex { position: (1.373216, -0.56462, 1.106245), + normal: (-0.218261, -0.26262, 0.93989), }, + Vertex { position: (0.960321, -0.308052, 1.243133), + normal: (0.150328, 0.92948, 0.336851), }, + Vertex { position: (1.373216, -0.56462, 1.106245), + normal: (-0.218261, -0.26262, 0.93989), }, + Vertex { position: (1.678622, -0.410061, 1.291177), + normal: (0.007127, 0.896038, 0.44392), }, + Vertex { position: (0.943855, -0.101127, 1.274771), + normal: (0.100598, 0.942931, 0.317428), }, + Vertex { position: (0.960321, -0.308052, 1.243133), + normal: (0.150328, 0.92948, 0.336851), }, + Vertex { position: (1.678622, -0.410061, 1.291177), + normal: (0.007127, 0.896038, 0.44392), }, + Vertex { position: (0.943855, -0.101127, 1.274771), + normal: (0.100598, 0.942931, 0.317428), }, + Vertex { position: (1.678622, -0.410061, 1.291177), + normal: (0.007127, 0.896038, 0.44392), }, + Vertex { position: (1.664159, -0.189659, 1.266729), + normal: (-0.137161, -0.98063, 0.139827), }, + Vertex { position: (0.950215, 0.042751, 1.256188), + normal: (0.076524, 0.950336, 0.301672), }, + Vertex { position: (0.943855, -0.101127, 1.274771), + normal: (0.100598, 0.942931, 0.317428), }, + Vertex { position: (1.664159, -0.189659, 1.266729), + normal: (-0.137161, -0.98063, 0.139827), }, + Vertex { position: (0.950215, 0.042751, 1.256188), + normal: (0.076524, 0.950336, 0.301672), }, + Vertex { position: (1.664159, -0.189659, 1.266729), + normal: (-0.137161, -0.98063, 0.139827), }, + Vertex { position: (1.660355, 0.019397, 1.246002), + normal: (-0.252973, -0.819125, 0.51482), }, + Vertex { position: (0.927775, 0.195225, 1.233043), + normal: (0.013768, -0.992402, 0.122267), }, + Vertex { position: (0.950215, 0.042751, 1.256188), + normal: (0.076524, 0.950336, 0.301672), }, + Vertex { position: (1.660355, 0.019397, 1.246002), + normal: (-0.252973, -0.819125, 0.51482), }, + Vertex { position: (0.927775, 0.195225, 1.233043), + normal: (0.013768, -0.992402, 0.122267), }, + Vertex { position: (1.660355, 0.019397, 1.246002), + normal: (-0.252973, -0.819125, 0.51482), }, + Vertex { position: (1.649027, 0.224458, 1.211969), + normal: (-0.251063, -0.683027, 0.685888), }, + Vertex { position: (0.939271, 0.379986, 1.185872), + normal: (0.037423, -0.986705, 0.158154), }, + Vertex { position: (0.927775, 0.195225, 1.233043), + normal: (0.013768, -0.992402, 0.122267), }, + Vertex { position: (1.649027, 0.224458, 1.211969), + normal: (-0.251063, -0.683027, 0.685888), }, + Vertex { position: (0.939271, 0.379986, 1.185872), + normal: (0.037423, -0.986705, 0.158154), }, + Vertex { position: (1.649027, 0.224458, 1.211969), + normal: (-0.251063, -0.683027, 0.685888), }, + Vertex { position: (1.63008, 0.420236, 1.172369), + normal: (-0.208715, -0.624734, 0.752427), }, + Vertex { position: (0.921312, 0.755659, 0.99933), + normal: (0.034172, -0.858604, 0.511498), }, + Vertex { position: (0.939271, 0.379986, 1.185872), + normal: (0.037423, -0.986705, 0.158154), }, + Vertex { position: (1.63008, 0.420236, 1.172369), + normal: (-0.208715, -0.624734, 0.752427), }, + Vertex { position: (0.921312, 0.755659, 0.99933), + normal: (0.034172, -0.858604, 0.511498), }, + Vertex { position: (1.63008, 0.420236, 1.172369), + normal: (-0.208715, -0.624734, 0.752427), }, + Vertex { position: (1.582203, 0.771083, 1.06818), + normal: (-0.185127, -0.491394, 0.851035), }, + Vertex { position: (0.857323, 0.985001, 0.874029), + normal: (0.004725, -0.680391, 0.732834), }, + Vertex { position: (0.921312, 0.755659, 0.99933), + normal: (0.034172, -0.858604, 0.511498), }, + Vertex { position: (1.582203, 0.771083, 1.06818), + normal: (-0.185127, -0.491394, 0.851035), }, + Vertex { position: (0.857323, 0.985001, 0.874029), + normal: (0.004725, -0.680391, 0.732834), }, + Vertex { position: (1.582203, 0.771083, 1.06818), + normal: (-0.185127, -0.491394, 0.851035), }, + Vertex { position: (1.570685, 0.938327, 0.989108), + normal: (-0.148631, -0.373855, 0.915501), }, + Vertex { position: (0.760722, 1.205036, 0.700545), + normal: (0.023352, -0.872807, 0.487506), }, + Vertex { position: (0.857323, 0.985001, 0.874029), + normal: (0.004725, -0.680391, 0.732834), }, + Vertex { position: (1.570685, 0.938327, 0.989108), + normal: (-0.148631, -0.373855, 0.915501), }, + Vertex { position: (0.725959, 1.478055, 0.461804), + normal: (0.068777, -0.757383, 0.649339), }, + Vertex { position: (0.760722, 1.205036, 0.700545), + normal: (0.023352, -0.872807, 0.487506), }, + Vertex { position: (1.570685, 0.938327, 0.989108), + normal: (-0.148631, -0.373855, 0.915501), }, + Vertex { position: (0.725959, 1.478055, 0.461804), + normal: (0.068777, -0.757383, 0.649339), }, + Vertex { position: (1.570685, 0.938327, 0.989108), + normal: (-0.148631, -0.373855, 0.915501), }, + Vertex { position: (1.517126, 1.334367, 0.741076), + normal: (-0.305786, -0.232288, 0.923329), }, + Vertex { position: (0.737904, 1.604213, 0.281713), + normal: (0.100949, -0.548551, 0.830001), }, + Vertex { position: (0.725959, 1.478055, 0.461804), + normal: (0.068777, -0.757383, 0.649339), }, + Vertex { position: (1.517126, 1.334367, 0.741076), + normal: (-0.305786, -0.232288, 0.923329), }, + Vertex { position: (0.737904, 1.604213, 0.281713), + normal: (0.100949, -0.548551, 0.830001), }, + Vertex { position: (1.517126, 1.334367, 0.741076), + normal: (-0.305786, -0.232288, 0.923329), }, + Vertex { position: (1.504951, 1.483493, 0.585976), + normal: (0.102263, -0.969566, 0.222452), }, + Vertex { position: (0.737904, 1.604213, 0.281713), + normal: (0.100949, -0.548551, 0.830001), }, + Vertex { position: (1.504951, 1.483493, 0.585976), + normal: (0.102263, -0.969566, 0.222452), }, + Vertex { position: (1.497138, 1.618935, 0.401108), + normal: (0.120054, -0.825719, 0.551157), }, + Vertex { position: (0.733818, 1.740873, 0.0), + normal: (0.981421, -0.191868, 0.0), }, + Vertex { position: (0.737904, 1.604213, 0.281713), + normal: (0.100949, -0.548551, 0.830001), }, + Vertex { position: (1.497138, 1.618935, 0.401108), + normal: (0.120054, -0.825719, 0.551157), }, + Vertex { position: (0.733818, 1.740873, 0.0), + normal: (0.981421, -0.191868, 0.0), }, + Vertex { position: (1.497138, 1.618935, 0.401108), + normal: (0.120054, -0.825719, 0.551157), }, + Vertex { position: (1.483832, 1.697594, 0.288781), + normal: (0.152876, -0.742504, 0.652163), }, + Vertex { position: (0.733818, 1.740873, 0.0), + normal: (0.981421, -0.191868, 0.0), }, + Vertex { position: (1.483832, 1.697594, 0.288781), + normal: (0.152876, -0.742504, 0.652163), }, + Vertex { position: (1.462507, 1.745481, 0.222394), + normal: (0.184661, -0.694307, 0.695585), }, + Vertex { position: (0.234527, 1.730117, 0.0), + normal: (0.566114, -0.824327, 0.0), }, + Vertex { position: (-0.228904, 1.734267, 0.0), + normal: (-0.039092, -0.999236, 0.0), }, + Vertex { position: (-0.221516, 1.686349, 0.151403), + normal: (0.067879, 0.951186, 0.30106), }, + Vertex { position: (0.234527, 1.730117, 0.0), + normal: (0.566114, -0.824327, 0.0), }, + Vertex { position: (-0.221516, 1.686349, 0.151403), + normal: (0.067879, 0.951186, 0.30106), }, + Vertex { position: (0.223642, 1.684075, 0.160743), + normal: (0.095331, 0.952335, 0.289775), }, + Vertex { position: (0.223642, 1.684075, 0.160743), + normal: (0.095331, 0.952335, 0.289775), }, + Vertex { position: (-0.221516, 1.686349, 0.151403), + normal: (0.067879, 0.951186, 0.30106), }, + Vertex { position: (-0.267035, 1.627058, 0.266577), + normal: (0.085022, 0.963119, 0.255291), }, + Vertex { position: (0.223642, 1.684075, 0.160743), + normal: (0.095331, 0.952335, 0.289775), }, + Vertex { position: (-0.267035, 1.627058, 0.266577), + normal: (0.085022, 0.963119, 0.255291), }, + Vertex { position: (0.23733, 1.595746, 0.288672), + normal: (0.10291, 0.954344, 0.280422), }, + Vertex { position: (0.23733, 1.595746, 0.288672), + normal: (0.10291, 0.954344, 0.280422), }, + Vertex { position: (-0.267035, 1.627058, 0.266577), + normal: (0.085022, 0.963119, 0.255291), }, + Vertex { position: (-0.247999, 1.565146, 0.389142), + normal: (0.120743, 0.971588, 0.203561), }, + Vertex { position: (0.23733, 1.595746, 0.288672), + normal: (0.10291, 0.954344, 0.280422), }, + Vertex { position: (-0.247999, 1.565146, 0.389142), + normal: (0.120743, 0.971588, 0.203561), }, + Vertex { position: (0.289039, 1.496446, 0.430055), + normal: (0.172251, 0.950689, 0.257916), }, + Vertex { position: (0.289039, 1.496446, 0.430055), + normal: (0.172251, 0.950689, 0.257916), }, + Vertex { position: (-0.247999, 1.565146, 0.389142), + normal: (0.120743, 0.971588, 0.203561), }, + Vertex { position: (-0.179548, 1.471301, 0.544513), + normal: (0.117963, 0.926753, 0.356669), }, + Vertex { position: (0.289039, 1.496446, 0.430055), + normal: (0.172251, 0.950689, 0.257916), }, + Vertex { position: (-0.179548, 1.471301, 0.544513), + normal: (0.117963, 0.926753, 0.356669), }, + Vertex { position: (0.305671, 1.298417, 0.629719), + normal: (0.28101, 0.853935, 0.437982), }, + Vertex { position: (0.305671, 1.298417, 0.629719), + normal: (0.28101, 0.853935, 0.437982), }, + Vertex { position: (-0.179548, 1.471301, 0.544513), + normal: (0.117963, 0.926753, 0.356669), }, + Vertex { position: (-0.192546, 1.305535, 0.70008), + normal: (0.109947, 0.693426, 0.71209), }, + Vertex { position: (0.305671, 1.298417, 0.629719), + normal: (0.28101, 0.853935, 0.437982), }, + Vertex { position: (-0.192546, 1.305535, 0.70008), + normal: (0.109947, 0.693426, 0.71209), }, + Vertex { position: (0.243473, 1.134082, 0.819993), + normal: (0.381239, 0.555717, 0.738807), }, + Vertex { position: (0.243473, 1.134082, 0.819993), + normal: (0.381239, 0.555717, 0.738807), }, + Vertex { position: (-0.192546, 1.305535, 0.70008), + normal: (0.109947, 0.693426, 0.71209), }, + Vertex { position: (-0.406155, 1.005088, 0.971088), + normal: (0.076565, 0.333251, 0.939724), }, + Vertex { position: (0.243473, 1.134082, 0.819993), + normal: (0.381239, 0.555717, 0.738807), }, + Vertex { position: (-0.406155, 1.005088, 0.971088), + normal: (0.076565, 0.333251, 0.939724), }, + Vertex { position: (0.316341, 0.785311, 1.08626), + normal: (0.376012, 0.360026, 0.853813), }, + Vertex { position: (0.316341, 0.785311, 1.08626), + normal: (0.376012, 0.360026, 0.853813), }, + Vertex { position: (-0.406155, 1.005088, 0.971088), + normal: (0.076565, 0.333251, 0.939724), }, + Vertex { position: (-0.11519, 0.458427, 1.346197), + normal: (-0.039599, 0.171847, 0.984327), }, + Vertex { position: (0.316341, 0.785311, 1.08626), + normal: (0.376012, 0.360026, 0.853813), }, + Vertex { position: (-0.11519, 0.458427, 1.346197), + normal: (-0.039599, 0.171847, 0.984327), }, + Vertex { position: (0.539252, 0.353984, 1.254493), + normal: (0.207079, 0.373404, 0.904261), }, + Vertex { position: (0.539252, 0.353984, 1.254493), + normal: (0.207079, 0.373404, 0.904261), }, + Vertex { position: (-0.11519, 0.458427, 1.346197), + normal: (-0.039599, 0.171847, 0.984327), }, + Vertex { position: (0.005537, 0.163519, 1.472265), + normal: (-0.164971, 0.181757, 0.969406), }, + Vertex { position: (0.539252, 0.353984, 1.254493), + normal: (0.207079, 0.373404, 0.904261), }, + Vertex { position: (0.005537, 0.163519, 1.472265), + normal: (-0.164971, 0.181757, 0.969406), }, + Vertex { position: (0.53915, 0.148262, 1.321014), + normal: (-0.045242, 0.348413, 0.936249), }, + Vertex { position: (0.53915, 0.148262, 1.321014), + normal: (-0.045242, 0.348413, 0.936249), }, + Vertex { position: (0.005537, 0.163519, 1.472265), + normal: (-0.164971, 0.181757, 0.969406), }, + Vertex { position: (0.018086, 0.002865, 1.523199), + normal: (-0.216817, 0.278777, 0.935561), }, + Vertex { position: (0.53915, 0.148262, 1.321014), + normal: (-0.045242, 0.348413, 0.936249), }, + Vertex { position: (0.018086, 0.002865, 1.523199), + normal: (-0.216817, 0.278777, 0.935561), }, + Vertex { position: (0.516872, -0.020713, 1.356627), + normal: (-0.212948, 0.334057, 0.918182), }, + Vertex { position: (0.516872, -0.020713, 1.356627), + normal: (-0.212948, 0.334057, 0.918182), }, + Vertex { position: (0.018086, 0.002865, 1.523199), + normal: (-0.216817, 0.278777, 0.935561), }, + Vertex { position: (0.034087, -0.225059, 1.542949), + normal: (-0.219724, 0.297861, 0.928978), }, + Vertex { position: (0.516872, -0.020713, 1.356627), + normal: (-0.212948, 0.334057, 0.918182), }, + Vertex { position: (0.034087, -0.225059, 1.542949), + normal: (-0.219724, 0.297861, 0.928978), }, + Vertex { position: (0.542386, -0.188227, 1.370375), + normal: (-0.282152, 0.285245, 0.915983), }, + Vertex { position: (0.542386, -0.188227, 1.370375), + normal: (-0.282152, 0.285245, 0.915983), }, + Vertex { position: (0.034087, -0.225059, 1.542949), + normal: (-0.219724, 0.297861, 0.928978), }, + Vertex { position: (0.010486, -0.502317, 1.576297), + normal: (-0.227369, 0.161984, 0.960242), }, + Vertex { position: (0.542386, -0.188227, 1.370375), + normal: (-0.282152, 0.285245, 0.915983), }, + Vertex { position: (0.010486, -0.502317, 1.576297), + normal: (-0.227369, 0.161984, 0.960242), }, + Vertex { position: (0.546875, -0.39094, 1.363244), + normal: (-0.326048, 0.118611, 0.937883), }, + Vertex { position: (0.546875, -0.39094, 1.363244), + normal: (-0.326048, 0.118611, 0.937883), }, + Vertex { position: (0.010486, -0.502317, 1.576297), + normal: (-0.227369, 0.161984, 0.960242), }, + Vertex { position: (0.021051, -0.831931, 1.511548), + normal: (-0.30296, -0.137183, 0.943078), }, + Vertex { position: (0.546875, -0.39094, 1.363244), + normal: (-0.326048, 0.118611, 0.937883), }, + Vertex { position: (0.021051, -0.831931, 1.511548), + normal: (-0.30296, -0.137183, 0.943078), }, + Vertex { position: (0.550658, -0.633015, 1.331311), + normal: (-0.422758, -0.178302, 0.888529), }, + Vertex { position: (0.550658, -0.633015, 1.331311), + normal: (-0.422758, -0.178302, 0.888529), }, + Vertex { position: (0.021051, -0.831931, 1.511548), + normal: (-0.30296, -0.137183, 0.943078), }, + Vertex { position: (-0.04157, -1.143825, 1.395176), + normal: (-0.387895, -0.42081, 0.820034), }, + Vertex { position: (0.550658, -0.633015, 1.331311), + normal: (-0.422758, -0.178302, 0.888529), }, + Vertex { position: (-0.04157, -1.143825, 1.395176), + normal: (-0.387895, -0.42081, 0.820034), }, + Vertex { position: (0.527724, -0.862854, 1.253811), + normal: (-0.504483, -0.438591, 0.743731), }, + Vertex { position: (0.527724, -0.862854, 1.253811), + normal: (-0.504483, -0.438591, 0.743731), }, + Vertex { position: (-0.04157, -1.143825, 1.395176), + normal: (-0.387895, -0.42081, 0.820034), }, + Vertex { position: (-0.071941, -1.346991, 1.237379), + normal: (-0.433119, -0.541142, 0.720814), }, + Vertex { position: (0.527724, -0.862854, 1.253811), + normal: (-0.504483, -0.438591, 0.743731), }, + Vertex { position: (-0.071941, -1.346991, 1.237379), + normal: (-0.433119, -0.541142, 0.720814), }, + Vertex { position: (0.544825, -1.133123, 1.096902), + normal: (-0.53858, -0.616298, 0.57455), }, + Vertex { position: (0.544825, -1.133123, 1.096902), + normal: (-0.53858, -0.616298, 0.57455), }, + Vertex { position: (-0.071941, -1.346991, 1.237379), + normal: (-0.433119, -0.541142, 0.720814), }, + Vertex { position: (-0.0723, -1.450245, 1.087397), + normal: (-0.455057, -0.684123, 0.569999), }, + Vertex { position: (0.544825, -1.133123, 1.096902), + normal: (-0.53858, -0.616298, 0.57455), }, + Vertex { position: (-0.0723, -1.450245, 1.087397), + normal: (-0.455057, -0.684123, 0.569999), }, + Vertex { position: (0.530629, -1.316423, 0.929842), + normal: (-0.507894, -0.767261, 0.391606), }, + Vertex { position: (0.530629, -1.316423, 0.929842), + normal: (-0.507894, -0.767261, 0.391606), }, + Vertex { position: (-0.0723, -1.450245, 1.087397), + normal: (-0.455057, -0.684123, 0.569999), }, + Vertex { position: (-0.063012, -1.583021, 0.865082), + normal: (-0.084259, -0.367691, 0.926123), }, + Vertex { position: (0.530629, -1.316423, 0.929842), + normal: (-0.507894, -0.767261, 0.391606), }, + Vertex { position: (-0.063012, -1.583021, 0.865082), + normal: (-0.084259, -0.367691, 0.926123), }, + Vertex { position: (0.538756, -1.408602, 0.764911), + normal: (-0.375453, -0.69207, 0.616502), }, + Vertex { position: (0.538756, -1.408602, 0.764911), + normal: (-0.375453, -0.69207, 0.616502), }, + Vertex { position: (-0.063012, -1.583021, 0.865082), + normal: (-0.084259, -0.367691, 0.926123), }, + Vertex { position: (-0.07847, -1.688266, 0.80023), + normal: (0.061261, 0.954316, 0.292452), }, + Vertex { position: (0.538756, -1.408602, 0.764911), + normal: (-0.375453, -0.69207, 0.616502), }, + Vertex { position: (-0.07847, -1.688266, 0.80023), + normal: (0.061261, 0.954316, 0.292452), }, + Vertex { position: (0.489819, -1.524947, 0.672392), + normal: (-0.1427, -0.847733, 0.510868), }, + Vertex { position: (-0.07847, -1.688266, 0.80023), + normal: (0.061261, 0.954316, 0.292452), }, + Vertex { position: (-0.094135, -1.769086, 0.556924), + normal: (0.076968, 0.969253, 0.233719), }, + Vertex { position: (0.489819, -1.524947, 0.672392), + normal: (-0.1427, -0.847733, 0.510868), }, + Vertex { position: (-0.547248, 1.742126, 0.0), + normal: (-0.009814, -0.999952, 0.0), }, + Vertex { position: (-0.866132, 1.75467, 0.0), + normal: (-0.098179, 0.995169, 0.0), }, + Vertex { position: (-0.894132, 1.712652, 0.151911), + normal: (0.136965, 0.155729, 0.978258), }, + Vertex { position: (-0.547248, 1.742126, 0.0), + normal: (-0.009814, -0.999952, 0.0), }, + Vertex { position: (-0.894132, 1.712652, 0.151911), + normal: (0.136965, 0.155729, 0.978258), }, + Vertex { position: (-0.559706, 1.69418, 0.186107), + normal: (-0.021294, 0.896295, 0.442946), }, + Vertex { position: (-0.559706, 1.69418, 0.186107), + normal: (-0.021294, 0.896295, 0.442946), }, + Vertex { position: (-0.894132, 1.712652, 0.151911), + normal: (0.136965, 0.155729, 0.978258), }, + Vertex { position: (-0.954897, 1.677544, 0.293034), + normal: (0.173447, 0.205435, 0.963178), }, + Vertex { position: (-0.559706, 1.69418, 0.186107), + normal: (-0.021294, 0.896295, 0.442946), }, + Vertex { position: (-0.954897, 1.677544, 0.293034), + normal: (0.173447, 0.205435, 0.963178), }, + Vertex { position: (-0.557624, 1.641278, 0.271462), + normal: (-0.072244, 0.618144, 0.782738), }, + Vertex { position: (-0.557624, 1.641278, 0.271462), + normal: (-0.072244, 0.618144, 0.782738), }, + Vertex { position: (-0.954897, 1.677544, 0.293034), + normal: (0.173447, 0.205435, 0.963178), }, + Vertex { position: (-1.017767, 1.607824, 0.541965), + normal: (0.136801, 0.29658, 0.945159), }, + Vertex { position: (-0.557624, 1.641278, 0.271462), + normal: (-0.072244, 0.618144, 0.782738), }, + Vertex { position: (-1.017767, 1.607824, 0.541965), + normal: (0.136801, 0.29658, 0.945159), }, + Vertex { position: (-0.626493, 1.585426, 0.443136), + normal: (-0.038944, 0.247819, 0.968023), }, + Vertex { position: (-0.626493, 1.585426, 0.443136), + normal: (-0.038944, 0.247819, 0.968023), }, + Vertex { position: (-1.017767, 1.607824, 0.541965), + normal: (0.136801, 0.29658, 0.945159), }, + Vertex { position: (-1.04607, 1.509097, 0.76106), + normal: (0.095019, 0.330845, 0.938889), }, + Vertex { position: (-0.626493, 1.585426, 0.443136), + normal: (-0.038944, 0.247819, 0.968023), }, + Vertex { position: (-1.04607, 1.509097, 0.76106), + normal: (0.095019, 0.330845, 0.938889), }, + Vertex { position: (-0.597781, 1.48962, 0.641047), + normal: (-0.00315, 0.115338, 0.993321), }, + Vertex { position: (-0.597781, 1.48962, 0.641047), + normal: (-0.00315, 0.115338, 0.993321), }, + Vertex { position: (-1.04607, 1.509097, 0.76106), + normal: (0.095019, 0.330845, 0.938889), }, + Vertex { position: (-1.115594, 1.39238, 0.819623), + normal: (0.07657, 0.16758, 0.982881), }, + Vertex { position: (-0.597781, 1.48962, 0.641047), + normal: (-0.00315, 0.115338, 0.993321), }, + Vertex { position: (-1.115594, 1.39238, 0.819623), + normal: (0.07657, 0.16758, 0.982881), }, + Vertex { position: (-0.674657, 1.333008, 0.761059), + normal: (0.016683, 0.197618, 0.980137), }, + Vertex { position: (-0.674657, 1.333008, 0.761059), + normal: (0.016683, 0.197618, 0.980137), }, + Vertex { position: (-1.115594, 1.39238, 0.819623), + normal: (0.07657, 0.16758, 0.982881), }, + Vertex { position: (-1.278903, 1.192051, 0.946843), + normal: (0.079214, -0.175111, 0.981357), }, + Vertex { position: (-0.674657, 1.333008, 0.761059), + normal: (0.016683, 0.197618, 0.980137), }, + Vertex { position: (-1.278903, 1.192051, 0.946843), + normal: (0.079214, -0.175111, 0.981357), }, + Vertex { position: (-0.910602, 1.204118, 0.83774), + normal: (0.032424, 0.316591, 0.948008), }, + Vertex { position: (-0.910602, 1.204118, 0.83774), + normal: (0.032424, 0.316591, 0.948008), }, + Vertex { position: (-1.278903, 1.192051, 0.946843), + normal: (0.079214, -0.175111, 0.981357), }, + Vertex { position: (-1.200768, 0.978822, 1.103391), + normal: (0.204115, -0.405276, 0.891116), }, + Vertex { position: (-0.910602, 1.204118, 0.83774), + normal: (0.032424, 0.316591, 0.948008), }, + Vertex { position: (-1.200768, 0.978822, 1.103391), + normal: (0.204115, -0.405276, 0.891116), }, + Vertex { position: (-0.969076, 0.901205, 1.146223), + normal: (0.053195, 0.343167, 0.937767), }, + Vertex { position: (-0.969076, 0.901205, 1.146223), + normal: (0.053195, 0.343167, 0.937767), }, + Vertex { position: (-1.200768, 0.978822, 1.103391), + normal: (0.204115, -0.405276, 0.891116), }, + Vertex { position: (-1.147922, 0.807955, 1.254191), + normal: (0.396045, -0.47666, 0.784821), }, + Vertex { position: (-0.969076, 0.901205, 1.146223), + normal: (0.053195, 0.343167, 0.937767), }, + Vertex { position: (-1.147922, 0.807955, 1.254191), + normal: (0.396045, -0.47666, 0.784821), }, + Vertex { position: (-0.752416, 0.438132, 1.467349), + normal: (0.057735, 0.173734, 0.983099), }, + Vertex { position: (-0.752416, 0.438132, 1.467349), + normal: (0.057735, 0.173734, 0.983099), }, + Vertex { position: (-1.147922, 0.807955, 1.254191), + normal: (0.396045, -0.47666, 0.784821), }, + Vertex { position: (-1.120716, 0.424016, 1.45699), + normal: (0.238702, -0.258568, 0.936036), }, + Vertex { position: (-0.752416, 0.438132, 1.467349), + normal: (0.057735, 0.173734, 0.983099), }, + Vertex { position: (-1.120716, 0.424016, 1.45699), + normal: (0.238702, -0.258568, 0.936036), }, + Vertex { position: (-0.645496, 0.179261, 1.584316), + normal: (0.058723, -0.195869, 0.97887), }, + Vertex { position: (-0.645496, 0.179261, 1.584316), + normal: (0.058723, -0.195869, 0.97887), }, + Vertex { position: (-1.120716, 0.424016, 1.45699), + normal: (0.238702, -0.258568, 0.936036), }, + Vertex { position: (-1.077307, 0.165008, 1.553393), + normal: (0.11717, 0.938619, 0.324447), }, + Vertex { position: (-0.645496, 0.179261, 1.584316), + normal: (0.058723, -0.195869, 0.97887), }, + Vertex { position: (-1.077307, 0.165008, 1.553393), + normal: (0.11717, 0.938619, 0.324447), }, + Vertex { position: (-0.536767, -0.144454, 1.682232), + normal: (0.088769, -0.475351, 0.875307), }, + Vertex { position: (-0.536767, -0.144454, 1.682232), + normal: (0.088769, -0.475351, 0.875307), }, + Vertex { position: (-1.077307, 0.165008, 1.553393), + normal: (0.11717, 0.938619, 0.324447), }, + Vertex { position: (-1.053434, -0.342553, 1.690245), + normal: (0.080398, 0.9582, 0.274571), }, + Vertex { position: (-0.536767, -0.144454, 1.682232), + normal: (0.088769, -0.475351, 0.875307), }, + Vertex { position: (-1.053434, -0.342553, 1.690245), + normal: (0.080398, 0.9582, 0.274571), }, + Vertex { position: (-0.533528, -0.58228, 1.701405), + normal: (0.099302, -0.563694, 0.819993), }, + Vertex { position: (-0.533528, -0.58228, 1.701405), + normal: (0.099302, -0.563694, 0.819993), }, + Vertex { position: (-1.053434, -0.342553, 1.690245), + normal: (0.080398, 0.9582, 0.274571), }, + Vertex { position: (-1.077209, -0.869649, 1.633144), + normal: (0.069061, 0.958871, 0.275312), }, + Vertex { position: (-0.533528, -0.58228, 1.701405), + normal: (0.099302, -0.563694, 0.819993), }, + Vertex { position: (-1.077209, -0.869649, 1.633144), + normal: (0.069061, 0.958871, 0.275312), }, + Vertex { position: (-0.505045, -0.913827, 1.645612), + normal: (0.093802, -0.705497, 0.702478), }, + Vertex { position: (-0.505045, -0.913827, 1.645612), + normal: (0.093802, -0.705497, 0.702478), }, + Vertex { position: (-1.077209, -0.869649, 1.633144), + normal: (0.069061, 0.958871, 0.275312), }, + Vertex { position: (-1.061272, -1.141877, 1.49623), + normal: (0.051291, 0.888276, 0.456438), }, + Vertex { position: (-0.505045, -0.913827, 1.645612), + normal: (0.093802, -0.705497, 0.702478), }, + Vertex { position: (-1.061272, -1.141877, 1.49623), + normal: (0.051291, 0.888276, 0.456438), }, + Vertex { position: (-0.487217, -1.193519, 1.504026), + normal: (0.058028, -0.329667, 0.942312), }, + Vertex { position: (-0.487217, -1.193519, 1.504026), + normal: (0.058028, -0.329667, 0.942312), }, + Vertex { position: (-1.061272, -1.141877, 1.49623), + normal: (0.051291, 0.888276, 0.456438), }, + Vertex { position: (-1.001366, -1.335897, 1.353338), + normal: (-0.008282, 0.691944, 0.721904), }, + Vertex { position: (-0.487217, -1.193519, 1.504026), + normal: (0.058028, -0.329667, 0.942312), }, + Vertex { position: (-1.001366, -1.335897, 1.353338), + normal: (-0.008282, 0.691944, 0.721904), }, + Vertex { position: (-0.524231, -1.399266, 1.313019), + normal: (0.096347, 0.961203, 0.258467), }, + Vertex { position: (-0.524231, -1.399266, 1.313019), + normal: (0.096347, 0.961203, 0.258467), }, + Vertex { position: (-1.001366, -1.335897, 1.353338), + normal: (-0.008282, 0.691944, 0.721904), }, + Vertex { position: (-0.952525, -1.440582, 1.16865), + normal: (-0.0448, 0.42163, 0.905661), }, + Vertex { position: (-0.524231, -1.399266, 1.313019), + normal: (0.096347, 0.961203, 0.258467), }, + Vertex { position: (-0.952525, -1.440582, 1.16865), + normal: (-0.0448, 0.42163, 0.905661), }, + Vertex { position: (-0.526127, -1.495, 1.167736), + normal: (0.098712, 0.966371, 0.23745), }, + Vertex { position: (-0.526127, -1.495, 1.167736), + normal: (0.098712, 0.966371, 0.23745), }, + Vertex { position: (-0.952525, -1.440582, 1.16865), + normal: (-0.0448, 0.42163, 0.905661), }, + Vertex { position: (-0.953236, -1.545941, 0.89918), + normal: (-0.02449, 0.224062, 0.974267), }, + Vertex { position: (-0.526127, -1.495, 1.167736), + normal: (0.098712, 0.966371, 0.23745), }, + Vertex { position: (-0.953236, -1.545941, 0.89918), + normal: (-0.02449, 0.224062, 0.974267), }, + Vertex { position: (-0.535144, -1.615983, 0.920556), + normal: (0.079848, 0.962653, 0.258695), }, + Vertex { position: (2.881063, -0.493146, 0.521968), + normal: (0.136523, 0.621747, 0.771228), }, + Vertex { position: (2.736198, -0.346225, 0.659345), + normal: (0.478274, -0.500384, 0.721713), }, + Vertex { position: (2.688131, -0.517509, 0.672975), + normal: (0.245892, -0.489895, 0.836385), }, + Vertex { position: (2.824356, -1.407256, 0.355013), + normal: (0.048754, 0.934073, 0.353738), }, + Vertex { position: (2.740886, -1.339225, 0.463604), + normal: (0.303729, -0.050718, 0.951408), }, + Vertex { position: (2.663024, -1.440487, 0.478149), + normal: (0.33122, -0.270106, 0.904067), }, + Vertex { position: (1.337875, -0.945716, 1.021299), + normal: (-0.382074, -0.25681, -0.887732), }, + Vertex { position: (1.428883, -0.98669, 1.133905), + normal: (-0.53197, -0.108751, -0.839751), }, + Vertex { position: (1.373216, -0.56462, 1.106245), + normal: (-0.218261, -0.26262, 0.93989), }, + Vertex { position: (-1.179474, 1.786649, 0.0), + normal: (-0.065586, -0.997847, 0.0), }, + Vertex { position: (-1.35095, 1.807009, 0.0), + normal: (0.262234, -0.965004, 0.0), }, + Vertex { position: (-1.365948, 1.769608, 0.133901), + normal: (-0.234266, 0.044111, 0.971171), }, + Vertex { position: (-1.179474, 1.786649, 0.0), + normal: (-0.065586, -0.997847, 0.0), }, + Vertex { position: (-1.365948, 1.769608, 0.133901), + normal: (-0.234266, 0.044111, 0.971171), }, + Vertex { position: (-1.215563, 1.757097, 0.133494), + normal: (-0.115746, 0.20405, 0.972094), }, + Vertex { position: (-1.215563, 1.757097, 0.133494), + normal: (-0.115746, 0.20405, 0.972094), }, + Vertex { position: (-1.365948, 1.769608, 0.133901), + normal: (-0.234266, 0.044111, 0.971171), }, + Vertex { position: (-1.396332, 1.723782, 0.267642), + normal: (-0.108631, -0.122719, 0.986478), }, + Vertex { position: (-1.215563, 1.757097, 0.133494), + normal: (-0.115746, 0.20405, 0.972094), }, + Vertex { position: (-1.396332, 1.723782, 0.267642), + normal: (-0.108631, -0.122719, 0.986478), }, + Vertex { position: (-1.227613, 1.709095, 0.276029), + normal: (-0.164191, 0.153328, 0.974439), }, + Vertex { position: (-1.227613, 1.709095, 0.276029), + normal: (-0.164191, 0.153328, 0.974439), }, + Vertex { position: (-1.396332, 1.723782, 0.267642), + normal: (-0.108631, -0.122719, 0.986478), }, + Vertex { position: (-1.417595, 1.67618, 0.529265), + normal: (-0.006683, -0.232823, 0.972496), }, + Vertex { position: (-1.227613, 1.709095, 0.276029), + normal: (-0.164191, 0.153328, 0.974439), }, + Vertex { position: (-1.417595, 1.67618, 0.529265), + normal: (-0.006683, -0.232823, 0.972496), }, + Vertex { position: (-1.292756, 1.656509, 0.51403), + normal: (-0.15812, -0.033626, 0.986847), }, + Vertex { position: (-1.292756, 1.656509, 0.51403), + normal: (-0.15812, -0.033626, 0.986847), }, + Vertex { position: (-1.417595, 1.67618, 0.529265), + normal: (-0.006683, -0.232823, 0.972496), }, + Vertex { position: (-1.465432, 1.655336, 0.722125), + normal: (-0.004872, -0.216103, 0.976358), }, + Vertex { position: (-1.292756, 1.656509, 0.51403), + normal: (-0.15812, -0.033626, 0.986847), }, + Vertex { position: (-1.465432, 1.655336, 0.722125), + normal: (-0.004872, -0.216103, 0.976358), }, + Vertex { position: (-1.338488, 1.613735, 0.725441), + normal: (0.005821, -0.234321, 0.972142), }, + Vertex { position: (-1.338488, 1.613735, 0.725441), + normal: (0.005821, -0.234321, 0.972142), }, + Vertex { position: (-1.465432, 1.655336, 0.722125), + normal: (-0.004872, -0.216103, 0.976358), }, + Vertex { position: (-1.582187, 1.567542, 0.982349), + normal: (0.193955, -0.251788, 0.948148), }, + Vertex { position: (-1.338488, 1.613735, 0.725441), + normal: (0.005821, -0.234321, 0.972142), }, + Vertex { position: (-1.582187, 1.567542, 0.982349), + normal: (0.193955, -0.251788, 0.948148), }, + Vertex { position: (-1.403848, 1.533059, 0.902827), + normal: (0.243464, -0.335965, 0.909864), }, + Vertex { position: (-1.403848, 1.533059, 0.902827), + normal: (0.243464, -0.335965, 0.909864), }, + Vertex { position: (-1.582187, 1.567542, 0.982349), + normal: (0.193955, -0.251788, 0.948148), }, + Vertex { position: (-1.721806, 1.391264, 1.113307), + normal: (-0.337275, 0.918092, 0.208215), }, + Vertex { position: (-1.403848, 1.533059, 0.902827), + normal: (0.243464, -0.335965, 0.909864), }, + Vertex { position: (-1.721806, 1.391264, 1.113307), + normal: (-0.337275, 0.918092, 0.208215), }, + Vertex { position: (-1.551526, 1.400025, 1.050193), + normal: (0.49938, -0.45475, 0.737443), }, + Vertex { position: (-1.551526, 1.400025, 1.050193), + normal: (0.49938, -0.45475, 0.737443), }, + Vertex { position: (-1.721806, 1.391264, 1.113307), + normal: (-0.337275, 0.918092, 0.208215), }, + Vertex { position: (-1.733703, 1.083864, 1.181489), + normal: (-0.47652, 0.732046, 0.486866), }, + Vertex { position: (-1.551526, 1.400025, 1.050193), + normal: (0.49938, -0.45475, 0.737443), }, + Vertex { position: (-1.733703, 1.083864, 1.181489), + normal: (-0.47652, 0.732046, 0.486866), }, + Vertex { position: (-1.552899, 1.128654, 1.15104), + normal: (0.573426, -0.441087, 0.69038), }, + Vertex { position: (-1.552899, 1.128654, 1.15104), + normal: (0.573426, -0.441087, 0.69038), }, + Vertex { position: (-1.733703, 1.083864, 1.181489), + normal: (-0.47652, 0.732046, 0.486866), }, + Vertex { position: (-1.807421, 0.657142, 1.209422), + normal: (-0.505556, 0.519614, 0.688777), }, + Vertex { position: (-1.552899, 1.128654, 1.15104), + normal: (0.573426, -0.441087, 0.69038), }, + Vertex { position: (-1.807421, 0.657142, 1.209422), + normal: (-0.505556, 0.519614, 0.688777), }, + Vertex { position: (-1.454529, 0.875045, 1.238858), + normal: (0.1643, 0.873906, 0.457487), }, + Vertex { position: (-1.454529, 0.875045, 1.238858), + normal: (0.1643, 0.873906, 0.457487), }, + Vertex { position: (-1.807421, 0.657142, 1.209422), + normal: (-0.505556, 0.519614, 0.688777), }, + Vertex { position: (-1.796156, 0.452382, 1.243643), + normal: (-0.539732, 0.31653, 0.780063), }, + Vertex { position: (-1.454529, 0.875045, 1.238858), + normal: (0.1643, 0.873906, 0.457487), }, + Vertex { position: (-1.796156, 0.452382, 1.243643), + normal: (-0.539732, 0.31653, 0.780063), }, + Vertex { position: (-1.405685, 0.573835, 1.352181), + normal: (-0.012448, 0.906487, 0.422051), }, + Vertex { position: (-1.405685, 0.573835, 1.352181), + normal: (-0.012448, 0.906487, 0.422051), }, + Vertex { position: (-1.796156, 0.452382, 1.243643), + normal: (-0.539732, 0.31653, 0.780063), }, + Vertex { position: (-1.81092, 0.287592, 1.292257), + normal: (-0.545639, 0.142044, 0.825894), }, + Vertex { position: (-1.405685, 0.573835, 1.352181), + normal: (-0.012448, 0.906487, 0.422051), }, + Vertex { position: (-1.81092, 0.287592, 1.292257), + normal: (-0.545639, 0.142044, 0.825894), }, + Vertex { position: (-1.479588, 0.295746, 1.440042), + normal: (-0.051905, 0.965082, 0.256753), }, + Vertex { position: (-1.479588, 0.295746, 1.440042), + normal: (-0.051905, 0.965082, 0.256753), }, + Vertex { position: (-1.81092, 0.287592, 1.292257), + normal: (-0.545639, 0.142044, 0.825894), }, + Vertex { position: (-1.79513, 0.033439, 1.37116), + normal: (-0.512472, 0.102596, 0.852553), }, + Vertex { position: (-1.479588, 0.295746, 1.440042), + normal: (-0.051905, 0.965082, 0.256753), }, + Vertex { position: (-1.79513, 0.033439, 1.37116), + normal: (-0.512472, 0.102596, 0.852553), }, + Vertex { position: (-1.489699, -0.024215, 1.510987), + normal: (-0.088843, 0.888, 0.45118), }, + Vertex { position: (-1.489699, -0.024215, 1.510987), + normal: (-0.088843, 0.888, 0.45118), }, + Vertex { position: (-1.79513, 0.033439, 1.37116), + normal: (-0.512472, 0.102596, 0.852553), }, + Vertex { position: (-1.802864, -0.282523, 1.401315), + normal: (-0.449233, 0.123555, 0.88483), }, + Vertex { position: (-1.489699, -0.024215, 1.510987), + normal: (-0.088843, 0.888, 0.45118), }, + Vertex { position: (-1.802864, -0.282523, 1.401315), + normal: (-0.449233, 0.123555, 0.88483), }, + Vertex { position: (-1.395501, -0.698702, 1.553257), + normal: (-0.169971, 0.704712, 0.688832), }, + Vertex { position: (-1.395501, -0.698702, 1.553257), + normal: (-0.169971, 0.704712, 0.688832), }, + Vertex { position: (-1.802864, -0.282523, 1.401315), + normal: (-0.449233, 0.123555, 0.88483), }, + Vertex { position: (-1.837859, -0.540871, 1.295851), + normal: (-0.404056, 0.117264, 0.907187), }, + Vertex { position: (-1.395501, -0.698702, 1.553257), + normal: (-0.169971, 0.704712, 0.688832), }, + Vertex { position: (-1.837859, -0.540871, 1.295851), + normal: (-0.404056, 0.117264, 0.907187), }, + Vertex { position: (-1.376176, -0.948757, 1.451608), + normal: (-0.261543, 0.44691, 0.855492), }, + Vertex { position: (-1.376176, -0.948757, 1.451608), + normal: (-0.261543, 0.44691, 0.855492), }, + Vertex { position: (-1.837859, -0.540871, 1.295851), + normal: (-0.404056, 0.117264, 0.907187), }, + Vertex { position: (-1.782928, -0.770786, 1.173619), + normal: (-0.387051, 0.087836, 0.917865), }, + Vertex { position: (-1.376176, -0.948757, 1.451608), + normal: (-0.261543, 0.44691, 0.855492), }, + Vertex { position: (-1.782928, -0.770786, 1.173619), + normal: (-0.387051, 0.087836, 0.917865), }, + Vertex { position: (-1.402349, -1.127845, 1.309055), + normal: (-0.33898, 0.203127, 0.918603), }, + Vertex { position: (-1.402349, -1.127845, 1.309055), + normal: (-0.33898, 0.203127, 0.918603), }, + Vertex { position: (-1.782928, -0.770786, 1.173619), + normal: (-0.387051, 0.087836, 0.917865), }, + Vertex { position: (-1.757573, -0.945337, 1.075832), + normal: (-0.390861, 0.032481, 0.919876), }, + Vertex { position: (-1.402349, -1.127845, 1.309055), + normal: (-0.33898, 0.203127, 0.918603), }, + Vertex { position: (-1.757573, -0.945337, 1.075832), + normal: (-0.390861, 0.032481, 0.919876), }, + Vertex { position: (-1.407658, -1.236026, 1.11293), + normal: (-0.351241, 0.07582, 0.93321), }, + Vertex { position: (-1.35095, 1.807009, 0.0), + normal: (0.262234, -0.965004, 0.0), }, + Vertex { position: (-1.67651, 1.826886, 0.0), + normal: (0.021487, 0.999769, 0.0), }, + Vertex { position: (-1.683863, 1.789041, 0.121501), + normal: (-0.373751, -0.169261, 0.911954), }, + Vertex { position: (-1.35095, 1.807009, 0.0), + normal: (0.262234, -0.965004, 0.0), }, + Vertex { position: (-1.683863, 1.789041, 0.121501), + normal: (-0.373751, -0.169261, 0.911954), }, + Vertex { position: (-1.365948, 1.769608, 0.133901), + normal: (-0.234266, 0.044111, 0.971171), }, + Vertex { position: (-1.365948, 1.769608, 0.133901), + normal: (-0.234266, 0.044111, 0.971171), }, + Vertex { position: (-1.683863, 1.789041, 0.121501), + normal: (-0.373751, -0.169261, 0.911954), }, + Vertex { position: (-1.714432, 1.747956, 0.247594), + normal: (-0.426971, -0.09322, 0.899447), }, + Vertex { position: (-1.365948, 1.769608, 0.133901), + normal: (-0.234266, 0.044111, 0.971171), }, + Vertex { position: (-1.714432, 1.747956, 0.247594), + normal: (-0.426971, -0.09322, 0.899447), }, + Vertex { position: (-1.396332, 1.723782, 0.267642), + normal: (-0.108631, -0.122719, 0.986478), }, + Vertex { position: (-1.396332, 1.723782, 0.267642), + normal: (-0.108631, -0.122719, 0.986478), }, + Vertex { position: (-1.714432, 1.747956, 0.247594), + normal: (-0.426971, -0.09322, 0.899447), }, + Vertex { position: (-1.744732, 1.734849, 0.433807), + normal: (-0.457657, 0.090776, 0.884483), }, + Vertex { position: (-1.396332, 1.723782, 0.267642), + normal: (-0.108631, -0.122719, 0.986478), }, + Vertex { position: (-1.744732, 1.734849, 0.433807), + normal: (-0.457657, 0.090776, 0.884483), }, + Vertex { position: (-1.417595, 1.67618, 0.529265), + normal: (-0.006683, -0.232823, 0.972496), }, + Vertex { position: (-1.417595, 1.67618, 0.529265), + normal: (-0.006683, -0.232823, 0.972496), }, + Vertex { position: (-1.744732, 1.734849, 0.433807), + normal: (-0.457657, 0.090776, 0.884483), }, + Vertex { position: (-1.929731, 1.617188, 0.80639), + normal: (-0.575033, 0.794917, 0.193504), }, + Vertex { position: (-1.417595, 1.67618, 0.529265), + normal: (-0.006683, -0.232823, 0.972496), }, + Vertex { position: (-1.929731, 1.617188, 0.80639), + normal: (-0.575033, 0.794917, 0.193504), }, + Vertex { position: (-1.465432, 1.655336, 0.722125), + normal: (-0.004872, -0.216103, 0.976358), }, + Vertex { position: (-1.465432, 1.655336, 0.722125), + normal: (-0.004872, -0.216103, 0.976358), }, + Vertex { position: (-1.929731, 1.617188, 0.80639), + normal: (-0.575033, 0.794917, 0.193504), }, + Vertex { position: (-1.996117, 1.387891, 1.064104), + normal: (-0.636638, 0.552106, 0.538397), }, + Vertex { position: (-1.465432, 1.655336, 0.722125), + normal: (-0.004872, -0.216103, 0.976358), }, + Vertex { position: (-1.996117, 1.387891, 1.064104), + normal: (-0.636638, 0.552106, 0.538397), }, + Vertex { position: (-1.582187, 1.567542, 0.982349), + normal: (0.193955, -0.251788, 0.948148), }, + Vertex { position: (-1.582187, 1.567542, 0.982349), + normal: (0.193955, -0.251788, 0.948148), }, + Vertex { position: (-1.996117, 1.387891, 1.064104), + normal: (-0.636638, 0.552106, 0.538397), }, + Vertex { position: (-1.980388, 1.134038, 1.143196), + normal: (-0.643784, 0.341688, 0.684684), }, + Vertex { position: (-1.582187, 1.567542, 0.982349), + normal: (0.193955, -0.251788, 0.948148), }, + Vertex { position: (-1.980388, 1.134038, 1.143196), + normal: (-0.643784, 0.341688, 0.684684), }, + Vertex { position: (-1.721806, 1.391264, 1.113307), + normal: (-0.337275, 0.918092, 0.208215), }, + Vertex { position: (-1.721806, 1.391264, 1.113307), + normal: (-0.337275, 0.918092, 0.208215), }, + Vertex { position: (-1.980388, 1.134038, 1.143196), + normal: (-0.643784, 0.341688, 0.684684), }, + Vertex { position: (-2.013663, 0.810726, 1.158827), + normal: (-0.646492, 0.202786, 0.735477), }, + Vertex { position: (-1.721806, 1.391264, 1.113307), + normal: (-0.337275, 0.918092, 0.208215), }, + Vertex { position: (-2.013663, 0.810726, 1.158827), + normal: (-0.646492, 0.202786, 0.735477), }, + Vertex { position: (-1.733703, 1.083864, 1.181489), + normal: (-0.47652, 0.732046, 0.486866), }, + Vertex { position: (-1.733703, 1.083864, 1.181489), + normal: (-0.47652, 0.732046, 0.486866), }, + Vertex { position: (-2.013663, 0.810726, 1.158827), + normal: (-0.646492, 0.202786, 0.735477), }, + Vertex { position: (-2.030191, 0.547622, 1.189762), + normal: (-0.624566, 0.121329, 0.77149), }, + Vertex { position: (-1.733703, 1.083864, 1.181489), + normal: (-0.47652, 0.732046, 0.486866), }, + Vertex { position: (-2.030191, 0.547622, 1.189762), + normal: (-0.624566, 0.121329, 0.77149), }, + Vertex { position: (-1.807421, 0.657142, 1.209422), + normal: (-0.505556, 0.519614, 0.688777), }, + Vertex { position: (-1.807421, 0.657142, 1.209422), + normal: (-0.505556, 0.519614, 0.688777), }, + Vertex { position: (-2.030191, 0.547622, 1.189762), + normal: (-0.624566, 0.121329, 0.77149), }, + Vertex { position: (-2.021159, 0.411979, 1.234679), + normal: (-0.588582, 0.130278, 0.797872), }, + Vertex { position: (-1.807421, 0.657142, 1.209422), + normal: (-0.505556, 0.519614, 0.688777), }, + Vertex { position: (-2.021159, 0.411979, 1.234679), + normal: (-0.588582, 0.130278, 0.797872), }, + Vertex { position: (-1.796156, 0.452382, 1.243643), + normal: (-0.539732, 0.31653, 0.780063), }, + Vertex { position: (-1.796156, 0.452382, 1.243643), + normal: (-0.539732, 0.31653, 0.780063), }, + Vertex { position: (-2.021159, 0.411979, 1.234679), + normal: (-0.588582, 0.130278, 0.797872), }, + Vertex { position: (-1.932916, 0.232972, 1.304589), + normal: (-0.553145, 0.120209, 0.824367), }, + Vertex { position: (-1.796156, 0.452382, 1.243643), + normal: (-0.539732, 0.31653, 0.780063), }, + Vertex { position: (-1.932916, 0.232972, 1.304589), + normal: (-0.553145, 0.120209, 0.824367), }, + Vertex { position: (-1.81092, 0.287592, 1.292257), + normal: (-0.545639, 0.142044, 0.825894), }, + Vertex { position: (-1.81092, 0.287592, 1.292257), + normal: (-0.545639, 0.142044, 0.825894), }, + Vertex { position: (-1.932916, 0.232972, 1.304589), + normal: (-0.553145, 0.120209, 0.824367), }, + Vertex { position: (-1.897394, 0.037852, 1.365798), + normal: (-0.547788, 0.055501, 0.834774), }, + Vertex { position: (-1.81092, 0.287592, 1.292257), + normal: (-0.545639, 0.142044, 0.825894), }, + Vertex { position: (-1.897394, 0.037852, 1.365798), + normal: (-0.547788, 0.055501, 0.834774), }, + Vertex { position: (-1.79513, 0.033439, 1.37116), + normal: (-0.512472, 0.102596, 0.852553), }, + Vertex { position: (-1.79513, 0.033439, 1.37116), + normal: (-0.512472, 0.102596, 0.852553), }, + Vertex { position: (-1.897394, 0.037852, 1.365798), + normal: (-0.547788, 0.055501, 0.834774), }, + Vertex { position: (-1.950547, -0.275573, 1.377028), + normal: (-0.563128, 0.005618, 0.826351), }, + Vertex { position: (-1.79513, 0.033439, 1.37116), + normal: (-0.512472, 0.102596, 0.852553), }, + Vertex { position: (-1.950547, -0.275573, 1.377028), + normal: (-0.563128, 0.005618, 0.826351), }, + Vertex { position: (-1.802864, -0.282523, 1.401315), + normal: (-0.449233, 0.123555, 0.88483), }, + Vertex { position: (-1.802864, -0.282523, 1.401315), + normal: (-0.449233, 0.123555, 0.88483), }, + Vertex { position: (-1.950547, -0.275573, 1.377028), + normal: (-0.563128, 0.005618, 0.826351), }, + Vertex { position: (-2.033655, -0.526012, 1.277639), + normal: (-0.596319, -0.021767, 0.802452), }, + Vertex { position: (-1.802864, -0.282523, 1.401315), + normal: (-0.449233, 0.123555, 0.88483), }, + Vertex { position: (-2.033655, -0.526012, 1.277639), + normal: (-0.596319, -0.021767, 0.802452), }, + Vertex { position: (-1.837859, -0.540871, 1.295851), + normal: (-0.404056, 0.117264, 0.907187), }, + Vertex { position: (-1.837859, -0.540871, 1.295851), + normal: (-0.404056, 0.117264, 0.907187), }, + Vertex { position: (-2.033655, -0.526012, 1.277639), + normal: (-0.596319, -0.021767, 0.802452), }, + Vertex { position: (-2.050292, -0.755566, 1.114167), + normal: (-0.626255, -0.080061, 0.775497), }, + Vertex { position: (-1.837859, -0.540871, 1.295851), + normal: (-0.404056, 0.117264, 0.907187), }, + Vertex { position: (-2.050292, -0.755566, 1.114167), + normal: (-0.626255, -0.080061, 0.775497), }, + Vertex { position: (-1.782928, -0.770786, 1.173619), + normal: (-0.387051, 0.087836, 0.917865), }, + Vertex { position: (-1.782928, -0.770786, 1.173619), + normal: (-0.387051, 0.087836, 0.917865), }, + Vertex { position: (-2.050292, -0.755566, 1.114167), + normal: (-0.626255, -0.080061, 0.775497), }, + Vertex { position: (-2.043593, -0.875823, 1.028879), + normal: (-0.6343, -0.110875, 0.765095), }, + Vertex { position: (-1.782928, -0.770786, 1.173619), + normal: (-0.387051, 0.087836, 0.917865), }, + Vertex { position: (-2.043593, -0.875823, 1.028879), + normal: (-0.6343, -0.110875, 0.765095), }, + Vertex { position: (-1.757573, -0.945337, 1.075832), + normal: (-0.390861, 0.032481, 0.919876), }, + Vertex { position: (-1.757573, -0.945337, 1.075832), + normal: (-0.390861, 0.032481, 0.919876), }, + Vertex { position: (-2.043593, -0.875823, 1.028879), + normal: (-0.6343, -0.110875, 0.765095), }, + Vertex { position: (-2.033406, -0.91003, 0.96422), + normal: (-0.619245, -0.050391, 0.783579), }, + Vertex { position: (-1.757573, -0.945337, 1.075832), + normal: (-0.390861, 0.032481, 0.919876), }, + Vertex { position: (-2.033406, -0.91003, 0.96422), + normal: (-0.619245, -0.050391, 0.783579), }, + Vertex { position: (-1.782298, -1.020581, 0.943381), + normal: (-0.379807, -0.084066, 0.921238), }, + Vertex { position: (-0.953236, -1.545941, 0.89918), + normal: (-0.02449, 0.224062, 0.974267), }, + Vertex { position: (-0.952525, -1.440582, 1.16865), + normal: (-0.0448, 0.42163, 0.905661), }, + Vertex { position: (-1.407658, -1.236026, 1.11293), + normal: (-0.351241, 0.07582, 0.93321), }, + Vertex { position: (-0.953236, -1.545941, 0.89918), + normal: (-0.02449, 0.224062, 0.974267), }, + Vertex { position: (-1.407658, -1.236026, 1.11293), + normal: (-0.351241, 0.07582, 0.93321), }, + Vertex { position: (-1.198513, -1.456102, 0.885435), + normal: (-0.742985, 0.015712, 0.669123), }, + Vertex { position: (-1.407658, -1.236026, 1.11293), + normal: (-0.351241, 0.07582, 0.93321), }, + Vertex { position: (-1.757573, -0.945337, 1.075832), + normal: (-0.390861, 0.032481, 0.919876), }, + Vertex { position: (-1.782298, -1.020581, 0.943381), + normal: (-0.379807, -0.084066, 0.921238), }, + Vertex { position: (-1.407658, -1.236026, 1.11293), + normal: (-0.351241, 0.07582, 0.93321), }, + Vertex { position: (-1.782298, -1.020581, 0.943381), + normal: (-0.379807, -0.084066, 0.921238), }, + Vertex { position: (-1.456655, -1.295527, 0.89424), + normal: (-0.982334, -0.04331, 0.182057), }, + Vertex { position: (-1.407658, -1.236026, 1.11293), + normal: (-0.351241, 0.07582, 0.93321), }, + Vertex { position: (-1.456655, -1.295527, 0.89424), + normal: (-0.982334, -0.04331, 0.182057), }, + Vertex { position: (-1.366873, -1.340211, 0.907567), + normal: (-0.311485, 0.082882, 0.94663), }, + Vertex { position: (-1.407658, -1.236026, 1.11293), + normal: (-0.351241, 0.07582, 0.93321), }, + Vertex { position: (-1.366873, -1.340211, 0.907567), + normal: (-0.311485, 0.082882, 0.94663), }, + Vertex { position: (-1.198513, -1.456102, 0.885435), + normal: (-0.742985, 0.015712, 0.669123), }, + Vertex { position: (-1.67651, 1.826886, 0.0), + normal: (0.021487, 0.999769, 0.0), }, + Vertex { position: (-2.057387, 1.841308, 0.0), + normal: (0.181762, -0.983343, 0.0), }, + Vertex { position: (-2.079597, 1.817785, 0.138375), + normal: (-0.549206, 0.149158, 0.822268), }, + Vertex { position: (-1.67651, 1.826886, 0.0), + normal: (0.021487, 0.999769, 0.0), }, + Vertex { position: (-2.079597, 1.817785, 0.138375), + normal: (-0.549206, 0.149158, 0.822268), }, + Vertex { position: (-1.683863, 1.789041, 0.121501), + normal: (-0.373751, -0.169261, 0.911954), }, + Vertex { position: (-1.683863, 1.789041, 0.121501), + normal: (-0.373751, -0.169261, 0.911954), }, + Vertex { position: (-2.079597, 1.817785, 0.138375), + normal: (-0.549206, 0.149158, 0.822268), }, + Vertex { position: (-2.10017, 1.78998, 0.229245), + normal: (-0.881408, 0.44424, 0.16053), }, + Vertex { position: (-1.683863, 1.789041, 0.121501), + normal: (-0.373751, -0.169261, 0.911954), }, + Vertex { position: (-2.10017, 1.78998, 0.229245), + normal: (-0.881408, 0.44424, 0.16053), }, + Vertex { position: (-1.714432, 1.747956, 0.247594), + normal: (-0.426971, -0.09322, 0.899447), }, + Vertex { position: (-1.714432, 1.747956, 0.247594), + normal: (-0.426971, -0.09322, 0.899447), }, + Vertex { position: (-2.10017, 1.78998, 0.229245), + normal: (-0.881408, 0.44424, 0.16053), }, + Vertex { position: (-2.137524, 1.753182, 0.433142), + normal: (-0.881352, 0.261345, 0.393596), }, + Vertex { position: (-1.714432, 1.747956, 0.247594), + normal: (-0.426971, -0.09322, 0.899447), }, + Vertex { position: (-2.137524, 1.753182, 0.433142), + normal: (-0.881352, 0.261345, 0.393596), }, + Vertex { position: (-1.744732, 1.734849, 0.433807), + normal: (-0.457657, 0.090776, 0.884483), }, + Vertex { position: (-1.744732, 1.734849, 0.433807), + normal: (-0.457657, 0.090776, 0.884483), }, + Vertex { position: (-2.137524, 1.753182, 0.433142), + normal: (-0.881352, 0.261345, 0.393596), }, + Vertex { position: (-2.172139, 1.62301, 0.805318), + normal: (-0.880731, 0.130088, 0.4554), }, + Vertex { position: (-1.744732, 1.734849, 0.433807), + normal: (-0.457657, 0.090776, 0.884483), }, + Vertex { position: (-2.172139, 1.62301, 0.805318), + normal: (-0.880731, 0.130088, 0.4554), }, + Vertex { position: (-1.929731, 1.617188, 0.80639), + normal: (-0.575033, 0.794917, 0.193504), }, + Vertex { position: (-1.929731, 1.617188, 0.80639), + normal: (-0.575033, 0.794917, 0.193504), }, + Vertex { position: (-2.172139, 1.62301, 0.805318), + normal: (-0.880731, 0.130088, 0.4554), }, + Vertex { position: (-2.205791, 1.356023, 1.081662), + normal: (-0.874101, 0.053175, 0.482825), }, + Vertex { position: (-1.929731, 1.617188, 0.80639), + normal: (-0.575033, 0.794917, 0.193504), }, + Vertex { position: (-2.205791, 1.356023, 1.081662), + normal: (-0.874101, 0.053175, 0.482825), }, + Vertex { position: (-1.996117, 1.387891, 1.064104), + normal: (-0.636638, 0.552106, 0.538397), }, + Vertex { position: (-1.996117, 1.387891, 1.064104), + normal: (-0.636638, 0.552106, 0.538397), }, + Vertex { position: (-2.205791, 1.356023, 1.081662), + normal: (-0.874101, 0.053175, 0.482825), }, + Vertex { position: (-2.296056, 1.06281, 1.171139), + normal: (-0.875552, 0.01506, 0.482889), }, + Vertex { position: (-1.996117, 1.387891, 1.064104), + normal: (-0.636638, 0.552106, 0.538397), }, + Vertex { position: (-2.296056, 1.06281, 1.171139), + normal: (-0.875552, 0.01506, 0.482889), }, + Vertex { position: (-1.980388, 1.134038, 1.143196), + normal: (-0.643784, 0.341688, 0.684684), }, + Vertex { position: (-1.980388, 1.134038, 1.143196), + normal: (-0.643784, 0.341688, 0.684684), }, + Vertex { position: (-2.296056, 1.06281, 1.171139), + normal: (-0.875552, 0.01506, 0.482889), }, + Vertex { position: (-2.298249, 0.768333, 1.203884), + normal: (-0.86587, -0.001845, 0.500266), }, + Vertex { position: (-1.980388, 1.134038, 1.143196), + normal: (-0.643784, 0.341688, 0.684684), }, + Vertex { position: (-2.298249, 0.768333, 1.203884), + normal: (-0.86587, -0.001845, 0.500266), }, + Vertex { position: (-2.013663, 0.810726, 1.158827), + normal: (-0.646492, 0.202786, 0.735477), }, + Vertex { position: (-2.013663, 0.810726, 1.158827), + normal: (-0.646492, 0.202786, 0.735477), }, + Vertex { position: (-2.298249, 0.768333, 1.203884), + normal: (-0.86587, -0.001845, 0.500266), }, + Vertex { position: (-2.256285, 0.547326, 1.238301), + normal: (-0.84112, -0.026303, 0.540209), }, + Vertex { position: (-2.013663, 0.810726, 1.158827), + normal: (-0.646492, 0.202786, 0.735477), }, + Vertex { position: (-2.256285, 0.547326, 1.238301), + normal: (-0.84112, -0.026303, 0.540209), }, + Vertex { position: (-2.030191, 0.547622, 1.189762), + normal: (-0.624566, 0.121329, 0.77149), }, + Vertex { position: (-2.030191, 0.547622, 1.189762), + normal: (-0.624566, 0.121329, 0.77149), }, + Vertex { position: (-2.256285, 0.547326, 1.238301), + normal: (-0.84112, -0.026303, 0.540209), }, + Vertex { position: (-2.1584, 0.381542, 1.272962), + normal: (-0.813168, -0.06637, 0.578232), }, + Vertex { position: (-2.030191, 0.547622, 1.189762), + normal: (-0.624566, 0.121329, 0.77149), }, + Vertex { position: (-2.1584, 0.381542, 1.272962), + normal: (-0.813168, -0.06637, 0.578232), }, + Vertex { position: (-2.021159, 0.411979, 1.234679), + normal: (-0.588582, 0.130278, 0.797872), }, + Vertex { position: (-2.021159, 0.411979, 1.234679), + normal: (-0.588582, 0.130278, 0.797872), }, + Vertex { position: (-2.1584, 0.381542, 1.272962), + normal: (-0.813168, -0.06637, 0.578232), }, + Vertex { position: (-2.070413, 0.207766, 1.335106), + normal: (-0.799953, -0.096213, 0.592299), }, + Vertex { position: (-2.021159, 0.411979, 1.234679), + normal: (-0.588582, 0.130278, 0.797872), }, + Vertex { position: (-2.070413, 0.207766, 1.335106), + normal: (-0.799953, -0.096213, 0.592299), }, + Vertex { position: (-1.932916, 0.232972, 1.304589), + normal: (-0.553145, 0.120209, 0.824367), }, + Vertex { position: (-1.932916, 0.232972, 1.304589), + normal: (-0.553145, 0.120209, 0.824367), }, + Vertex { position: (-2.070413, 0.207766, 1.335106), + normal: (-0.799953, -0.096213, 0.592299), }, + Vertex { position: (-2.064786, 0.018789, 1.411866), + normal: (-0.811102, -0.12903, 0.570495), }, + Vertex { position: (-1.932916, 0.232972, 1.304589), + normal: (-0.553145, 0.120209, 0.824367), }, + Vertex { position: (-2.064786, 0.018789, 1.411866), + normal: (-0.811102, -0.12903, 0.570495), }, + Vertex { position: (-1.897394, 0.037852, 1.365798), + normal: (-0.547788, 0.055501, 0.834774), }, + Vertex { position: (-1.897394, 0.037852, 1.365798), + normal: (-0.547788, 0.055501, 0.834774), }, + Vertex { position: (-2.064786, 0.018789, 1.411866), + normal: (-0.811102, -0.12903, 0.570495), }, + Vertex { position: (-2.187634, -0.375454, 1.406902), + normal: (-0.848349, -0.120539, 0.515533), }, + Vertex { position: (-1.897394, 0.037852, 1.365798), + normal: (-0.547788, 0.055501, 0.834774), }, + Vertex { position: (-2.187634, -0.375454, 1.406902), + normal: (-0.848349, -0.120539, 0.515533), }, + Vertex { position: (-1.950547, -0.275573, 1.377028), + normal: (-0.563128, 0.005618, 0.826351), }, + Vertex { position: (-1.950547, -0.275573, 1.377028), + normal: (-0.563128, 0.005618, 0.826351), }, + Vertex { position: (-2.187634, -0.375454, 1.406902), + normal: (-0.848349, -0.120539, 0.515533), }, + Vertex { position: (-2.276341, -0.689823, 1.268026), + normal: (-0.880002, -0.033987, 0.473752), }, + Vertex { position: (-1.950547, -0.275573, 1.377028), + normal: (-0.563128, 0.005618, 0.826351), }, + Vertex { position: (-2.276341, -0.689823, 1.268026), + normal: (-0.880002, -0.033987, 0.473752), }, + Vertex { position: (-2.033655, -0.526012, 1.277639), + normal: (-0.596319, -0.021767, 0.802452), }, + Vertex { position: (-2.033655, -0.526012, 1.277639), + normal: (-0.596319, -0.021767, 0.802452), }, + Vertex { position: (-2.276341, -0.689823, 1.268026), + normal: (-0.880002, -0.033987, 0.473752), }, + Vertex { position: (-2.292049, -0.933921, 1.128136), + normal: (-0.870332, 0.069095, 0.487595), }, + Vertex { position: (-2.033655, -0.526012, 1.277639), + normal: (-0.596319, -0.021767, 0.802452), }, + Vertex { position: (-2.292049, -0.933921, 1.128136), + normal: (-0.870332, 0.069095, 0.487595), }, + Vertex { position: (-2.050292, -0.755566, 1.114167), + normal: (-0.626255, -0.080061, 0.775497), }, + Vertex { position: (-2.050292, -0.755566, 1.114167), + normal: (-0.626255, -0.080061, 0.775497), }, + Vertex { position: (-2.292049, -0.933921, 1.128136), + normal: (-0.870332, 0.069095, 0.487595), }, + Vertex { position: (-2.299356, -1.025449, 1.044687), + normal: (0.074896, 0.047734, 0.996048), }, + Vertex { position: (-2.050292, -0.755566, 1.114167), + normal: (-0.626255, -0.080061, 0.775497), }, + Vertex { position: (-2.299356, -1.025449, 1.044687), + normal: (0.074896, 0.047734, 0.996048), }, + Vertex { position: (-2.043593, -0.875823, 1.028879), + normal: (-0.6343, -0.110875, 0.765095), }, + Vertex { position: (-2.043593, -0.875823, 1.028879), + normal: (-0.6343, -0.110875, 0.765095), }, + Vertex { position: (-2.299356, -1.025449, 1.044687), + normal: (0.074896, 0.047734, 0.996048), }, + Vertex { position: (-2.306662, -1.116976, 0.961238), + normal: (-0.822733, 0.223687, 0.522565), }, + Vertex { position: (-2.043593, -0.875823, 1.028879), + normal: (-0.6343, -0.110875, 0.765095), }, + Vertex { position: (-2.306662, -1.116976, 0.961238), + normal: (-0.822733, 0.223687, 0.522565), }, + Vertex { position: (-2.033406, -0.91003, 0.96422), + normal: (-0.619245, -0.050391, 0.783579), }, + Vertex { position: (-2.057387, 1.841308, 0.0), + normal: (0.181762, -0.983343, 0.0), }, + Vertex { position: (-2.629466, 1.918204, 0.0), + normal: (0.03611, 0.999348, 0.0), }, + Vertex { position: (-2.672899, 1.90511, 0.067168), + normal: (-0.946902, -0.290276, -0.138264), }, + Vertex { position: (-2.057387, 1.841308, 0.0), + normal: (0.181762, -0.983343, 0.0), }, + Vertex { position: (-2.672899, 1.90511, 0.067168), + normal: (-0.946902, -0.290276, -0.138264), }, + Vertex { position: (-2.079597, 1.817785, 0.138375), + normal: (-0.549206, 0.149158, 0.822268), }, + Vertex { position: (-2.079597, 1.817785, 0.138375), + normal: (-0.549206, 0.149158, 0.822268), }, + Vertex { position: (-2.672899, 1.90511, 0.067168), + normal: (-0.946902, -0.290276, -0.138264), }, + Vertex { position: (-2.697367, 1.871291, 0.218796), + normal: (-0.982633, -0.14343, -0.11773), }, + Vertex { position: (-2.079597, 1.817785, 0.138375), + normal: (-0.549206, 0.149158, 0.822268), }, + Vertex { position: (-2.697367, 1.871291, 0.218796), + normal: (-0.982633, -0.14343, -0.11773), }, + Vertex { position: (-2.10017, 1.78998, 0.229245), + normal: (-0.881408, 0.44424, 0.16053), }, + Vertex { position: (-2.10017, 1.78998, 0.229245), + normal: (-0.881408, 0.44424, 0.16053), }, + Vertex { position: (-2.697367, 1.871291, 0.218796), + normal: (-0.982633, -0.14343, -0.11773), }, + Vertex { position: (-2.703112, 1.825435, 0.395127), + normal: (-0.995584, -0.070631, -0.061842), }, + Vertex { position: (-2.10017, 1.78998, 0.229245), + normal: (-0.881408, 0.44424, 0.16053), }, + Vertex { position: (-2.703112, 1.825435, 0.395127), + normal: (-0.995584, -0.070631, -0.061842), }, + Vertex { position: (-2.137524, 1.753182, 0.433142), + normal: (-0.881352, 0.261345, 0.393596), }, + Vertex { position: (-2.137524, 1.753182, 0.433142), + normal: (-0.881352, 0.261345, 0.393596), }, + Vertex { position: (-2.703112, 1.825435, 0.395127), + normal: (-0.995584, -0.070631, -0.061842), }, + Vertex { position: (-2.715246, 1.746763, 0.604653), + normal: (-0.997475, -0.070819, -0.005318), }, + Vertex { position: (-2.137524, 1.753182, 0.433142), + normal: (-0.881352, 0.261345, 0.393596), }, + Vertex { position: (-2.715246, 1.746763, 0.604653), + normal: (-0.997475, -0.070819, -0.005318), }, + Vertex { position: (-2.172139, 1.62301, 0.805318), + normal: (-0.880731, 0.130088, 0.4554), }, + Vertex { position: (-2.172139, 1.62301, 0.805318), + normal: (-0.880731, 0.130088, 0.4554), }, + Vertex { position: (-2.715246, 1.746763, 0.604653), + normal: (-0.997475, -0.070819, -0.005318), }, + Vertex { position: (-2.71748, 1.576797, 0.875971), + normal: (-0.980175, -0.184883, -0.071243), }, + Vertex { position: (-2.172139, 1.62301, 0.805318), + normal: (-0.880731, 0.130088, 0.4554), }, + Vertex { position: (-2.71748, 1.576797, 0.875971), + normal: (-0.980175, -0.184883, -0.071243), }, + Vertex { position: (-2.205791, 1.356023, 1.081662), + normal: (-0.874101, 0.053175, 0.482825), }, + Vertex { position: (-2.205791, 1.356023, 1.081662), + normal: (-0.874101, 0.053175, 0.482825), }, + Vertex { position: (-2.71748, 1.576797, 0.875971), + normal: (-0.980175, -0.184883, -0.071243), }, + Vertex { position: (-2.68493, 1.262021, 1.11049), + normal: (-0.976177, -0.17359, -0.130171), }, + Vertex { position: (-2.205791, 1.356023, 1.081662), + normal: (-0.874101, 0.053175, 0.482825), }, + Vertex { position: (-2.68493, 1.262021, 1.11049), + normal: (-0.976177, -0.17359, -0.130171), }, + Vertex { position: (-2.296056, 1.06281, 1.171139), + normal: (-0.875552, 0.01506, 0.482889), }, + Vertex { position: (-2.296056, 1.06281, 1.171139), + normal: (-0.875552, 0.01506, 0.482889), }, + Vertex { position: (-2.68493, 1.262021, 1.11049), + normal: (-0.976177, -0.17359, -0.130171), }, + Vertex { position: (-2.572286, 0.835495, 1.252192), + normal: (-0.984416, -0.175855, 0.000915), }, + Vertex { position: (-2.296056, 1.06281, 1.171139), + normal: (-0.875552, 0.01506, 0.482889), }, + Vertex { position: (-2.572286, 0.835495, 1.252192), + normal: (-0.984416, -0.175855, 0.000915), }, + Vertex { position: (-2.298249, 0.768333, 1.203884), + normal: (-0.86587, -0.001845, 0.500266), }, + Vertex { position: (-2.298249, 0.768333, 1.203884), + normal: (-0.86587, -0.001845, 0.500266), }, + Vertex { position: (-2.572286, 0.835495, 1.252192), + normal: (-0.984416, -0.175855, 0.000915), }, + Vertex { position: (-2.536112, 0.656633, 1.269661), + normal: (-0.977902, -0.171035, 0.12023), }, + Vertex { position: (-2.298249, 0.768333, 1.203884), + normal: (-0.86587, -0.001845, 0.500266), }, + Vertex { position: (-2.536112, 0.656633, 1.269661), + normal: (-0.977902, -0.171035, 0.12023), }, + Vertex { position: (-2.256285, 0.547326, 1.238301), + normal: (-0.84112, -0.026303, 0.540209), }, + Vertex { position: (-2.256285, 0.547326, 1.238301), + normal: (-0.84112, -0.026303, 0.540209), }, + Vertex { position: (-2.536112, 0.656633, 1.269661), + normal: (-0.977902, -0.171035, 0.12023), }, + Vertex { position: (-2.520947, 0.559036, 1.273617), + normal: (-0.964119, -0.189683, 0.18573), }, + Vertex { position: (-2.256285, 0.547326, 1.238301), + normal: (-0.84112, -0.026303, 0.540209), }, + Vertex { position: (-2.520947, 0.559036, 1.273617), + normal: (-0.964119, -0.189683, 0.18573), }, + Vertex { position: (-2.1584, 0.381542, 1.272962), + normal: (-0.813168, -0.06637, 0.578232), }, + Vertex { position: (-2.1584, 0.381542, 1.272962), + normal: (-0.813168, -0.06637, 0.578232), }, + Vertex { position: (-2.520947, 0.559036, 1.273617), + normal: (-0.964119, -0.189683, 0.18573), }, + Vertex { position: (-2.47375, 0.300945, 1.316695), + normal: (-0.955381, -0.23808, 0.174826), }, + Vertex { position: (-2.1584, 0.381542, 1.272962), + normal: (-0.813168, -0.06637, 0.578232), }, + Vertex { position: (-2.47375, 0.300945, 1.316695), + normal: (-0.955381, -0.23808, 0.174826), }, + Vertex { position: (-2.070413, 0.207766, 1.335106), + normal: (-0.799953, -0.096213, 0.592299), }, + Vertex { position: (-2.070413, 0.207766, 1.335106), + normal: (-0.799953, -0.096213, 0.592299), }, + Vertex { position: (-2.47375, 0.300945, 1.316695), + normal: (-0.955381, -0.23808, 0.174826), }, + Vertex { position: (-2.433366, 0.078222, 1.371269), + normal: (-0.843742, -0.096325, 0.528036), }, + Vertex { position: (-2.070413, 0.207766, 1.335106), + normal: (-0.799953, -0.096213, 0.592299), }, + Vertex { position: (-2.433366, 0.078222, 1.371269), + normal: (-0.843742, -0.096325, 0.528036), }, + Vertex { position: (-2.064786, 0.018789, 1.411866), + normal: (-0.811102, -0.12903, 0.570495), }, + Vertex { position: (-2.064786, 0.018789, 1.411866), + normal: (-0.811102, -0.12903, 0.570495), }, + Vertex { position: (-2.433366, 0.078222, 1.371269), + normal: (-0.843742, -0.096325, 0.528036), }, + Vertex { position: (-2.41473, -0.108377, 1.395384), + normal: (0.028952, -0.016247, 0.999449), }, + Vertex { position: (-2.064786, 0.018789, 1.411866), + normal: (-0.811102, -0.12903, 0.570495), }, + Vertex { position: (-2.41473, -0.108377, 1.395384), + normal: (0.028952, -0.016247, 0.999449), }, + Vertex { position: (-2.187634, -0.375454, 1.406902), + normal: (-0.848349, -0.120539, 0.515533), }, + Vertex { position: (-2.187634, -0.375454, 1.406902), + normal: (-0.848349, -0.120539, 0.515533), }, + Vertex { position: (-2.41473, -0.108377, 1.395384), + normal: (0.028952, -0.016247, 0.999449), }, + Vertex { position: (-2.38292, -0.41745, 1.375045), + normal: (0.093953, -0.049433, 0.994349), }, + Vertex { position: (-2.187634, -0.375454, 1.406902), + normal: (-0.848349, -0.120539, 0.515533), }, + Vertex { position: (-2.38292, -0.41745, 1.375045), + normal: (0.093953, -0.049433, 0.994349), }, + Vertex { position: (-2.276341, -0.689823, 1.268026), + normal: (-0.880002, -0.033987, 0.473752), }, + Vertex { position: (-2.276341, -0.689823, 1.268026), + normal: (-0.880002, -0.033987, 0.473752), }, + Vertex { position: (-2.38292, -0.41745, 1.375045), + normal: (0.093953, -0.049433, 0.994349), }, + Vertex { position: (-2.430508, -0.822313, 1.254486), + normal: (0.335613, -0.388493, 0.858159), }, + Vertex { position: (-2.276341, -0.689823, 1.268026), + normal: (-0.880002, -0.033987, 0.473752), }, + Vertex { position: (-2.430508, -0.822313, 1.254486), + normal: (0.335613, -0.388493, 0.858159), }, + Vertex { position: (-2.292049, -0.933921, 1.128136), + normal: (-0.870332, 0.069095, 0.487595), }, + Vertex { position: (-2.292049, -0.933921, 1.128136), + normal: (-0.870332, 0.069095, 0.487595), }, + Vertex { position: (-2.430508, -0.822313, 1.254486), + normal: (0.335613, -0.388493, 0.858159), }, + Vertex { position: (-2.566746, -1.211312, 1.167101), + normal: (-0.004413, -0.170526, 0.985343), }, + Vertex { position: (-2.292049, -0.933921, 1.128136), + normal: (-0.870332, 0.069095, 0.487595), }, + Vertex { position: (-2.566746, -1.211312, 1.167101), + normal: (-0.004413, -0.170526, 0.985343), }, + Vertex { position: (-2.299356, -1.025449, 1.044687), + normal: (0.074896, 0.047734, 0.996048), }, + Vertex { position: (-2.629466, 1.918204, 0.0), + normal: (0.03611, 0.999348, 0.0), }, + Vertex { position: (-3.037562, 2.001526, 0.0), + normal: (0.012502, -0.999922, 0.0), }, + Vertex { position: (-3.053102, 1.96881, 0.051104), + normal: (0.137764, -0.289893, 0.947092), }, + Vertex { position: (-2.629466, 1.918204, 0.0), + normal: (0.03611, 0.999348, 0.0), }, + Vertex { position: (-3.053102, 1.96881, 0.051104), + normal: (0.137764, -0.289893, 0.947092), }, + Vertex { position: (-2.672899, 1.90511, 0.067168), + normal: (-0.946902, -0.290276, -0.138264), }, + Vertex { position: (-2.672899, 1.90511, 0.067168), + normal: (-0.946902, -0.290276, -0.138264), }, + Vertex { position: (-3.053102, 1.96881, 0.051104), + normal: (0.137764, -0.289893, 0.947092), }, + Vertex { position: (-3.077669, 1.871112, 0.217368), + normal: (0.137206, -0.207537, 0.968557), }, + Vertex { position: (-2.672899, 1.90511, 0.067168), + normal: (-0.946902, -0.290276, -0.138264), }, + Vertex { position: (-3.077669, 1.871112, 0.217368), + normal: (0.137206, -0.207537, 0.968557), }, + Vertex { position: (-2.697367, 1.871291, 0.218796), + normal: (-0.982633, -0.14343, -0.11773), }, + Vertex { position: (-2.697367, 1.871291, 0.218796), + normal: (-0.982633, -0.14343, -0.11773), }, + Vertex { position: (-3.077669, 1.871112, 0.217368), + normal: (0.137206, -0.207537, 0.968557), }, + Vertex { position: (-3.07531, 1.846, 0.363149), + normal: (0.094371, -0.230057, 0.968591), }, + Vertex { position: (-2.697367, 1.871291, 0.218796), + normal: (-0.982633, -0.14343, -0.11773), }, + Vertex { position: (-3.07531, 1.846, 0.363149), + normal: (0.094371, -0.230057, 0.968591), }, + Vertex { position: (-2.703112, 1.825435, 0.395127), + normal: (-0.995584, -0.070631, -0.061842), }, + Vertex { position: (-2.703112, 1.825435, 0.395127), + normal: (-0.995584, -0.070631, -0.061842), }, + Vertex { position: (-3.07531, 1.846, 0.363149), + normal: (0.094371, -0.230057, 0.968591), }, + Vertex { position: (-3.109047, 1.789477, 0.565323), + normal: (-0.201818, -0.568242, 0.797728), }, + Vertex { position: (-2.703112, 1.825435, 0.395127), + normal: (-0.995584, -0.070631, -0.061842), }, + Vertex { position: (-3.109047, 1.789477, 0.565323), + normal: (-0.201818, -0.568242, 0.797728), }, + Vertex { position: (-2.715246, 1.746763, 0.604653), + normal: (-0.997475, -0.070819, -0.005318), }, + Vertex { position: (-2.715246, 1.746763, 0.604653), + normal: (-0.997475, -0.070819, -0.005318), }, + Vertex { position: (-3.109047, 1.789477, 0.565323), + normal: (-0.201818, -0.568242, 0.797728), }, + Vertex { position: (-3.08565, 1.65734, 0.784479), + normal: (0.357021, -0.590654, 0.723646), }, + Vertex { position: (-2.715246, 1.746763, 0.604653), + normal: (-0.997475, -0.070819, -0.005318), }, + Vertex { position: (-3.08565, 1.65734, 0.784479), + normal: (0.357021, -0.590654, 0.723646), }, + Vertex { position: (-2.71748, 1.576797, 0.875971), + normal: (-0.980175, -0.184883, -0.071243), }, + Vertex { position: (-2.71748, 1.576797, 0.875971), + normal: (-0.980175, -0.184883, -0.071243), }, + Vertex { position: (-3.08565, 1.65734, 0.784479), + normal: (0.357021, -0.590654, 0.723646), }, + Vertex { position: (-3.028932, 1.461517, 0.941324), + normal: (0.008663, -0.516082, 0.856495), }, + Vertex { position: (-2.71748, 1.576797, 0.875971), + normal: (-0.980175, -0.184883, -0.071243), }, + Vertex { position: (-3.028932, 1.461517, 0.941324), + normal: (0.008663, -0.516082, 0.856495), }, + Vertex { position: (-2.68493, 1.262021, 1.11049), + normal: (-0.976177, -0.17359, -0.130171), }, + Vertex { position: (-2.68493, 1.262021, 1.11049), + normal: (-0.976177, -0.17359, -0.130171), }, + Vertex { position: (-3.028932, 1.461517, 0.941324), + normal: (0.008663, -0.516082, 0.856495), }, + Vertex { position: (-2.930312, 1.10358, 1.125876), + normal: (0.106237, -0.558927, 0.822383), }, + Vertex { position: (-2.68493, 1.262021, 1.11049), + normal: (-0.976177, -0.17359, -0.130171), }, + Vertex { position: (-2.930312, 1.10358, 1.125876), + normal: (0.106237, -0.558927, 0.822383), }, + Vertex { position: (-2.572286, 0.835495, 1.252192), + normal: (-0.984416, -0.175855, 0.000915), }, + Vertex { position: (-2.572286, 0.835495, 1.252192), + normal: (-0.984416, -0.175855, 0.000915), }, + Vertex { position: (-2.930312, 1.10358, 1.125876), + normal: (0.106237, -0.558927, 0.822383), }, + Vertex { position: (-2.825835, 0.755899, 1.209042), + normal: (0.155794, -0.590112, 0.792146), }, + Vertex { position: (-2.572286, 0.835495, 1.252192), + normal: (-0.984416, -0.175855, 0.000915), }, + Vertex { position: (-2.825835, 0.755899, 1.209042), + normal: (0.155794, -0.590112, 0.792146), }, + Vertex { position: (-2.536112, 0.656633, 1.269661), + normal: (-0.977902, -0.171035, 0.12023), }, + Vertex { position: (-2.536112, 0.656633, 1.269661), + normal: (-0.977902, -0.171035, 0.12023), }, + Vertex { position: (-2.825835, 0.755899, 1.209042), + normal: (0.155794, -0.590112, 0.792146), }, + Vertex { position: (-2.79063, 0.46881, 1.224273), + normal: (0.08565, -0.422547, 0.902285), }, + Vertex { position: (-2.536112, 0.656633, 1.269661), + normal: (-0.977902, -0.171035, 0.12023), }, + Vertex { position: (-2.79063, 0.46881, 1.224273), + normal: (0.08565, -0.422547, 0.902285), }, + Vertex { position: (-2.520947, 0.559036, 1.273617), + normal: (-0.964119, -0.189683, 0.18573), }, + Vertex { position: (-2.520947, 0.559036, 1.273617), + normal: (-0.964119, -0.189683, 0.18573), }, + Vertex { position: (-2.79063, 0.46881, 1.224273), + normal: (0.08565, -0.422547, 0.902285), }, + Vertex { position: (-2.787011, 0.264495, 1.237352), + normal: (0.161064, -0.731195, 0.662882), }, + Vertex { position: (-2.520947, 0.559036, 1.273617), + normal: (-0.964119, -0.189683, 0.18573), }, + Vertex { position: (-2.787011, 0.264495, 1.237352), + normal: (0.161064, -0.731195, 0.662882), }, + Vertex { position: (-2.47375, 0.300945, 1.316695), + normal: (-0.955381, -0.23808, 0.174826), }, + Vertex { position: (-2.47375, 0.300945, 1.316695), + normal: (-0.955381, -0.23808, 0.174826), }, + Vertex { position: (-2.787011, 0.264495, 1.237352), + normal: (0.161064, -0.731195, 0.662882), }, + Vertex { position: (-2.687022, 0.076781, 1.290565), + normal: (0.121987, -0.426327, 0.896306), }, + Vertex { position: (-2.47375, 0.300945, 1.316695), + normal: (-0.955381, -0.23808, 0.174826), }, + Vertex { position: (-2.687022, 0.076781, 1.290565), + normal: (0.121987, -0.426327, 0.896306), }, + Vertex { position: (-2.433366, 0.078222, 1.371269), + normal: (-0.843742, -0.096325, 0.528036), }, + Vertex { position: (-2.433366, 0.078222, 1.371269), + normal: (-0.843742, -0.096325, 0.528036), }, + Vertex { position: (-2.687022, 0.076781, 1.290565), + normal: (0.121987, -0.426327, 0.896306), }, + Vertex { position: (-2.649338, -0.241719, 1.339644), + normal: (0.215155, -0.464575, 0.858999), }, + Vertex { position: (-2.433366, 0.078222, 1.371269), + normal: (-0.843742, -0.096325, 0.528036), }, + Vertex { position: (-2.649338, -0.241719, 1.339644), + normal: (0.215155, -0.464575, 0.858999), }, + Vertex { position: (-2.41473, -0.108377, 1.395384), + normal: (0.028952, -0.016247, 0.999449), }, + Vertex { position: (-2.41473, -0.108377, 1.395384), + normal: (0.028952, -0.016247, 0.999449), }, + Vertex { position: (-2.649338, -0.241719, 1.339644), + normal: (0.215155, -0.464575, 0.858999), }, + Vertex { position: (-2.616467, -0.511373, 1.344133), + normal: (-0.11636, -0.749063, 0.652201), }, + Vertex { position: (-2.41473, -0.108377, 1.395384), + normal: (0.028952, -0.016247, 0.999449), }, + Vertex { position: (-2.616467, -0.511373, 1.344133), + normal: (-0.11636, -0.749063, 0.652201), }, + Vertex { position: (-2.38292, -0.41745, 1.375045), + normal: (0.093953, -0.049433, 0.994349), }, + Vertex { position: (-2.38292, -0.41745, 1.375045), + normal: (0.093953, -0.049433, 0.994349), }, + Vertex { position: (-2.616467, -0.511373, 1.344133), + normal: (-0.11636, -0.749063, 0.652201), }, + Vertex { position: (-2.624856, -0.8882, 1.261176), + normal: (0.162276, -0.745105, 0.646905), }, + Vertex { position: (-2.38292, -0.41745, 1.375045), + normal: (0.093953, -0.049433, 0.994349), }, + Vertex { position: (-2.624856, -0.8882, 1.261176), + normal: (0.162276, -0.745105, 0.646905), }, + Vertex { position: (-2.430508, -0.822313, 1.254486), + normal: (0.335613, -0.388493, 0.858159), }, + Vertex { position: (-2.430508, -0.822313, 1.254486), + normal: (0.335613, -0.388493, 0.858159), }, + Vertex { position: (-2.624856, -0.8882, 1.261176), + normal: (0.162276, -0.745105, 0.646905), }, + Vertex { position: (-2.725776, -1.214862, 1.190384), + normal: (-0.351476, -0.711504, 0.608463), }, + Vertex { position: (-2.430508, -0.822313, 1.254486), + normal: (0.335613, -0.388493, 0.858159), }, + Vertex { position: (-2.725776, -1.214862, 1.190384), + normal: (-0.351476, -0.711504, 0.608463), }, + Vertex { position: (-2.566746, -1.211312, 1.167101), + normal: (-0.004413, -0.170526, 0.985343), }, + Vertex { position: (-2.566746, -1.211312, 1.167101), + normal: (-0.004413, -0.170526, 0.985343), }, + Vertex { position: (-2.725776, -1.214862, 1.190384), + normal: (-0.351476, -0.711504, 0.608463), }, + Vertex { position: (-2.862576, -1.546894, 1.117139), + normal: (-0.149005, -0.65467, 0.741084), }, + Vertex { position: (-2.566746, -1.211312, 1.167101), + normal: (-0.004413, -0.170526, 0.985343), }, + Vertex { position: (-2.862576, -1.546894, 1.117139), + normal: (-0.149005, -0.65467, 0.741084), }, + Vertex { position: (-2.765069, -1.561164, 1.084313), + normal: (0.095733, -0.224552, 0.969748), }, + Vertex { position: (-3.392806, 1.769365, 0.0), + normal: (0.072535, 0.997366, 0.0), }, + Vertex { position: (-3.507689, 1.700214, 0.0), + normal: (-0.153783, -0.988105, 0.0), }, + Vertex { position: (-3.519716, 1.685231, 0.31713), + normal: (0.048753, -0.975535, 0.21437), }, + Vertex { position: (-3.392806, 1.769365, 0.0), + normal: (0.072535, 0.997366, 0.0), }, + Vertex { position: (-3.519716, 1.685231, 0.31713), + normal: (0.048753, -0.975535, 0.21437), }, + Vertex { position: (-3.35851, 1.810253, 0.380095), + normal: (-0.468954, -0.586277, 0.660577), }, + Vertex { position: (-3.35851, 1.810253, 0.380095), + normal: (-0.468954, -0.586277, 0.660577), }, + Vertex { position: (-3.519716, 1.685231, 0.31713), + normal: (0.048753, -0.975535, 0.21437), }, + Vertex { position: (-3.527168, 1.583508, 0.512679), + normal: (-0.177142, -0.976279, 0.124502), }, + Vertex { position: (-3.35851, 1.810253, 0.380095), + normal: (-0.468954, -0.586277, 0.660577), }, + Vertex { position: (-3.527168, 1.583508, 0.512679), + normal: (-0.177142, -0.976279, 0.124502), }, + Vertex { position: (-3.395381, 1.726325, 0.55477), + normal: (-0.150892, -0.83775, 0.524792), }, + Vertex { position: (-3.395381, 1.726325, 0.55477), + normal: (-0.150892, -0.83775, 0.524792), }, + Vertex { position: (-3.527168, 1.583508, 0.512679), + normal: (-0.177142, -0.976279, 0.124502), }, + Vertex { position: (-3.512997, 1.44805, 0.611386), + normal: (0.430742, -0.887318, 0.164705), }, + Vertex { position: (-3.395381, 1.726325, 0.55477), + normal: (-0.150892, -0.83775, 0.524792), }, + Vertex { position: (-3.512997, 1.44805, 0.611386), + normal: (0.430742, -0.887318, 0.164705), }, + Vertex { position: (-3.338742, 1.598933, 0.689636), + normal: (-0.4144, -0.844957, 0.338113), }, + Vertex { position: (-3.338742, 1.598933, 0.689636), + normal: (-0.4144, -0.844957, 0.338113), }, + Vertex { position: (-3.512997, 1.44805, 0.611386), + normal: (0.430742, -0.887318, 0.164705), }, + Vertex { position: (-3.476235, 1.287798, 0.704766), + normal: (0.35682, -0.781398, 0.511954), }, + Vertex { position: (-3.338742, 1.598933, 0.689636), + normal: (-0.4144, -0.844957, 0.338113), }, + Vertex { position: (-3.476235, 1.287798, 0.704766), + normal: (0.35682, -0.781398, 0.511954), }, + Vertex { position: (-3.27808, 1.432418, 0.853958), + normal: (-0.176655, -0.950799, 0.254508), }, + Vertex { position: (-3.27808, 1.432418, 0.853958), + normal: (-0.176655, -0.950799, 0.254508), }, + Vertex { position: (-3.476235, 1.287798, 0.704766), + normal: (0.35682, -0.781398, 0.511954), }, + Vertex { position: (-3.442151, 1.105486, 0.762934), + normal: (0.493535, -0.729115, 0.474147), }, + Vertex { position: (-3.27808, 1.432418, 0.853958), + normal: (-0.176655, -0.950799, 0.254508), }, + Vertex { position: (-3.442151, 1.105486, 0.762934), + normal: (0.493535, -0.729115, 0.474147), }, + Vertex { position: (-3.244771, 1.19554, 0.910945), + normal: (-0.079302, -0.84299, 0.532051), }, + Vertex { position: (-3.244771, 1.19554, 0.910945), + normal: (-0.079302, -0.84299, 0.532051), }, + Vertex { position: (-3.442151, 1.105486, 0.762934), + normal: (0.493535, -0.729115, 0.474147), }, + Vertex { position: (-3.379131, 0.767915, 0.885996), + normal: (0.04422, -0.704109, 0.708714), }, + Vertex { position: (-3.244771, 1.19554, 0.910945), + normal: (-0.079302, -0.84299, 0.532051), }, + Vertex { position: (-3.379131, 0.767915, 0.885996), + normal: (0.04422, -0.704109, 0.708714), }, + Vertex { position: (-3.19641, 0.797564, 0.985913), + normal: (-0.094238, -0.851252, 0.516225), }, + Vertex { position: (-3.19641, 0.797564, 0.985913), + normal: (-0.094238, -0.851252, 0.516225), }, + Vertex { position: (-3.379131, 0.767915, 0.885996), + normal: (0.04422, -0.704109, 0.708714), }, + Vertex { position: (-3.306875, 0.379713, 0.98762), + normal: (0.083262, -0.787311, 0.610908), }, + Vertex { position: (-3.19641, 0.797564, 0.985913), + normal: (-0.094238, -0.851252, 0.516225), }, + Vertex { position: (-3.306875, 0.379713, 0.98762), + normal: (0.083262, -0.787311, 0.610908), }, + Vertex { position: (-3.112555, 0.457376, 1.084816), + normal: (0.152347, -0.821467, 0.549529), }, + Vertex { position: (-3.112555, 0.457376, 1.084816), + normal: (0.152347, -0.821467, 0.549529), }, + Vertex { position: (-3.306875, 0.379713, 0.98762), + normal: (0.083262, -0.787311, 0.610908), }, + Vertex { position: (-3.251181, 0.175063, 1.053445), + normal: (0.170756, -0.748007, 0.641349), }, + Vertex { position: (-3.112555, 0.457376, 1.084816), + normal: (0.152347, -0.821467, 0.549529), }, + Vertex { position: (-3.251181, 0.175063, 1.053445), + normal: (0.170756, -0.748007, 0.641349), }, + Vertex { position: (-3.044646, 0.224321, 1.164934), + normal: (-0.279342, -0.940234, 0.19475), }, + Vertex { position: (-3.044646, 0.224321, 1.164934), + normal: (-0.279342, -0.940234, 0.19475), }, + Vertex { position: (-3.251181, 0.175063, 1.053445), + normal: (0.170756, -0.748007, 0.641349), }, + Vertex { position: (-3.160225, -0.018852, 1.113626), + normal: (0.64791, -0.754869, -0.101908), }, + Vertex { position: (-3.044646, 0.224321, 1.164934), + normal: (-0.279342, -0.940234, 0.19475), }, + Vertex { position: (-3.160225, -0.018852, 1.113626), + normal: (0.64791, -0.754869, -0.101908), }, + Vertex { position: (-2.971546, 0.032038, 1.215971), + normal: (-0.198045, -0.959194, 0.201804), }, + Vertex { position: (-2.971546, 0.032038, 1.215971), + normal: (-0.198045, -0.959194, 0.201804), }, + Vertex { position: (-3.160225, -0.018852, 1.113626), + normal: (0.64791, -0.754869, -0.101908), }, + Vertex { position: (-3.101125, -0.35476, 1.162409), + normal: (0.381337, -0.795981, 0.470103), }, + Vertex { position: (-2.971546, 0.032038, 1.215971), + normal: (-0.198045, -0.959194, 0.201804), }, + Vertex { position: (-3.101125, -0.35476, 1.162409), + normal: (0.381337, -0.795981, 0.470103), }, + Vertex { position: (-2.90708, -0.345582, 1.281557), + normal: (-0.171647, -0.971664, 0.162499), }, + Vertex { position: (-2.90708, -0.345582, 1.281557), + normal: (-0.171647, -0.971664, 0.162499), }, + Vertex { position: (-3.101125, -0.35476, 1.162409), + normal: (0.381337, -0.795981, 0.470103), }, + Vertex { position: (-3.096267, -0.6681, 1.140081), + normal: (0.183908, -0.773381, 0.606679), }, + Vertex { position: (-2.90708, -0.345582, 1.281557), + normal: (-0.171647, -0.971664, 0.162499), }, + Vertex { position: (-3.096267, -0.6681, 1.140081), + normal: (0.183908, -0.773381, 0.606679), }, + Vertex { position: (-2.901159, -0.619504, 1.284058), + normal: (-0.403877, -0.879274, 0.252509), }, + Vertex { position: (-2.901159, -0.619504, 1.284058), + normal: (-0.403877, -0.879274, 0.252509), }, + Vertex { position: (-3.096267, -0.6681, 1.140081), + normal: (0.183908, -0.773381, 0.606679), }, + Vertex { position: (-3.122061, -0.998702, 1.065015), + normal: (0.018755, -0.837462, 0.546174), }, + Vertex { position: (-2.901159, -0.619504, 1.284058), + normal: (-0.403877, -0.879274, 0.252509), }, + Vertex { position: (-3.122061, -0.998702, 1.065015), + normal: (0.018755, -0.837462, 0.546174), }, + Vertex { position: (-2.937658, -1.002749, 1.219413), + normal: (-0.040019, -0.929968, 0.365457), }, + Vertex { position: (-2.937658, -1.002749, 1.219413), + normal: (-0.040019, -0.929968, 0.365457), }, + Vertex { position: (-3.122061, -0.998702, 1.065015), + normal: (0.018755, -0.837462, 0.546174), }, + Vertex { position: (-3.15021, -1.259588, 1.001021), + normal: (-0.094688, -0.959937, 0.263734), }, + Vertex { position: (-2.937658, -1.002749, 1.219413), + normal: (-0.040019, -0.929968, 0.365457), }, + Vertex { position: (-3.15021, -1.259588, 1.001021), + normal: (-0.094688, -0.959937, 0.263734), }, + Vertex { position: (-2.982676, -1.264649, 1.133596), + normal: (-0.299215, -0.929389, 0.216115), }, + Vertex { position: (-2.982676, -1.264649, 1.133596), + normal: (-0.299215, -0.929389, 0.216115), }, + Vertex { position: (-3.15021, -1.259588, 1.001021), + normal: (-0.094688, -0.959937, 0.263734), }, + Vertex { position: (-3.188954, -1.408279, 0.963611), + normal: (0.059023, -0.965365, 0.25414), }, + Vertex { position: (-2.982676, -1.264649, 1.133596), + normal: (-0.299215, -0.929389, 0.216115), }, + Vertex { position: (-3.188954, -1.408279, 0.963611), + normal: (0.059023, -0.965365, 0.25414), }, + Vertex { position: (-3.063133, -1.440555, 1.090926), + normal: (-0.18119, -0.970212, 0.160805), }, + Vertex { position: (-3.507689, 1.700214, 0.0), + normal: (-0.153783, -0.988105, 0.0), }, + Vertex { position: (-3.690685, 1.60208, 0.0), + normal: (-0.626255, -0.080061, -0.775497), }, + Vertex { position: (-3.734989, 1.589433, 0.295202), + normal: (0.49176, -0.810764, 0.317543), }, + Vertex { position: (-3.507689, 1.700214, 0.0), + normal: (-0.153783, -0.988105, 0.0), }, + Vertex { position: (-3.734989, 1.589433, 0.295202), + normal: (0.49176, -0.810764, 0.317543), }, + Vertex { position: (-3.519716, 1.685231, 0.31713), + normal: (0.048753, -0.975535, 0.21437), }, + Vertex { position: (-3.519716, 1.685231, 0.31713), + normal: (0.048753, -0.975535, 0.21437), }, + Vertex { position: (-3.734989, 1.589433, 0.295202), + normal: (0.49176, -0.810764, 0.317543), }, + Vertex { position: (-3.697974, 1.466697, 0.433432), + normal: (0.43907, -0.579988, 0.686172), }, + Vertex { position: (-3.519716, 1.685231, 0.31713), + normal: (0.048753, -0.975535, 0.21437), }, + Vertex { position: (-3.697974, 1.466697, 0.433432), + normal: (0.43907, -0.579988, 0.686172), }, + Vertex { position: (-3.527168, 1.583508, 0.512679), + normal: (-0.177142, -0.976279, 0.124502), }, + Vertex { position: (-3.527168, 1.583508, 0.512679), + normal: (-0.177142, -0.976279, 0.124502), }, + Vertex { position: (-3.697974, 1.466697, 0.433432), + normal: (0.43907, -0.579988, 0.686172), }, + Vertex { position: (-3.684619, 1.35069, 0.501428), + normal: (0.099157, -0.476834, 0.873383), }, + Vertex { position: (-3.527168, 1.583508, 0.512679), + normal: (-0.177142, -0.976279, 0.124502), }, + Vertex { position: (-3.684619, 1.35069, 0.501428), + normal: (0.099157, -0.476834, 0.873383), }, + Vertex { position: (-3.512997, 1.44805, 0.611386), + normal: (0.430742, -0.887318, 0.164705), }, + Vertex { position: (-3.512997, 1.44805, 0.611386), + normal: (0.430742, -0.887318, 0.164705), }, + Vertex { position: (-3.684619, 1.35069, 0.501428), + normal: (0.099157, -0.476834, 0.873383), }, + Vertex { position: (-3.655148, 1.190938, 0.573692), + normal: (-0.073547, -0.481419, 0.8734), }, + Vertex { position: (-3.512997, 1.44805, 0.611386), + normal: (0.430742, -0.887318, 0.164705), }, + Vertex { position: (-3.655148, 1.190938, 0.573692), + normal: (-0.073547, -0.481419, 0.8734), }, + Vertex { position: (-3.476235, 1.287798, 0.704766), + normal: (0.35682, -0.781398, 0.511954), }, + Vertex { position: (-3.476235, 1.287798, 0.704766), + normal: (0.35682, -0.781398, 0.511954), }, + Vertex { position: (-3.655148, 1.190938, 0.573692), + normal: (-0.073547, -0.481419, 0.8734), }, + Vertex { position: (-3.639878, 1.015186, 0.615203), + normal: (-0.147229, -0.706225, 0.69251), }, + Vertex { position: (-3.476235, 1.287798, 0.704766), + normal: (0.35682, -0.781398, 0.511954), }, + Vertex { position: (-3.639878, 1.015186, 0.615203), + normal: (-0.147229, -0.706225, 0.69251), }, + Vertex { position: (-3.442151, 1.105486, 0.762934), + normal: (0.493535, -0.729115, 0.474147), }, + Vertex { position: (-3.442151, 1.105486, 0.762934), + normal: (0.493535, -0.729115, 0.474147), }, + Vertex { position: (-3.639878, 1.015186, 0.615203), + normal: (-0.147229, -0.706225, 0.69251), }, + Vertex { position: (-3.582867, 0.734419, 0.697787), + normal: (0.328487, -0.940917, -0.082286), }, + Vertex { position: (-3.442151, 1.105486, 0.762934), + normal: (0.493535, -0.729115, 0.474147), }, + Vertex { position: (-3.582867, 0.734419, 0.697787), + normal: (0.328487, -0.940917, -0.082286), }, + Vertex { position: (-3.379131, 0.767915, 0.885996), + normal: (0.04422, -0.704109, 0.708714), }, + Vertex { position: (-3.379131, 0.767915, 0.885996), + normal: (0.04422, -0.704109, 0.708714), }, + Vertex { position: (-3.582867, 0.734419, 0.697787), + normal: (0.328487, -0.940917, -0.082286), }, + Vertex { position: (-3.504525, 0.405574, 0.847066), + normal: (-0.319475, -0.944225, 0.079844), }, + Vertex { position: (-3.379131, 0.767915, 0.885996), + normal: (0.04422, -0.704109, 0.708714), }, + Vertex { position: (-3.504525, 0.405574, 0.847066), + normal: (-0.319475, -0.944225, 0.079844), }, + Vertex { position: (-3.306875, 0.379713, 0.98762), + normal: (0.083262, -0.787311, 0.610908), }, + Vertex { position: (-3.306875, 0.379713, 0.98762), + normal: (0.083262, -0.787311, 0.610908), }, + Vertex { position: (-3.504525, 0.405574, 0.847066), + normal: (-0.319475, -0.944225, 0.079844), }, + Vertex { position: (-3.424258, 0.158638, 0.918279), + normal: (-0.393694, -0.919049, -0.018795), }, + Vertex { position: (-3.306875, 0.379713, 0.98762), + normal: (0.083262, -0.787311, 0.610908), }, + Vertex { position: (-3.424258, 0.158638, 0.918279), + normal: (-0.393694, -0.919049, -0.018795), }, + Vertex { position: (-3.251181, 0.175063, 1.053445), + normal: (0.170756, -0.748007, 0.641349), }, + Vertex { position: (-3.251181, 0.175063, 1.053445), + normal: (0.170756, -0.748007, 0.641349), }, + Vertex { position: (-3.424258, 0.158638, 0.918279), + normal: (-0.393694, -0.919049, -0.018795), }, + Vertex { position: (-3.365413, -0.113447, 0.9524), + normal: (-0.327707, -0.94199, -0.072547), }, + Vertex { position: (-3.251181, 0.175063, 1.053445), + normal: (0.170756, -0.748007, 0.641349), }, + Vertex { position: (-3.365413, -0.113447, 0.9524), + normal: (-0.327707, -0.94199, -0.072547), }, + Vertex { position: (-3.160225, -0.018852, 1.113626), + normal: (0.64791, -0.754869, -0.101908), }, + Vertex { position: (-3.160225, -0.018852, 1.113626), + normal: (0.64791, -0.754869, -0.101908), }, + Vertex { position: (-3.365413, -0.113447, 0.9524), + normal: (-0.327707, -0.94199, -0.072547), }, + Vertex { position: (-3.290393, -0.424259, 0.984153), + normal: (-0.163041, -0.980692, -0.107986), }, + Vertex { position: (-3.160225, -0.018852, 1.113626), + normal: (0.64791, -0.754869, -0.101908), }, + Vertex { position: (-3.290393, -0.424259, 0.984153), + normal: (-0.163041, -0.980692, -0.107986), }, + Vertex { position: (-3.101125, -0.35476, 1.162409), + normal: (0.381337, -0.795981, 0.470103), }, + Vertex { position: (-3.101125, -0.35476, 1.162409), + normal: (0.381337, -0.795981, 0.470103), }, + Vertex { position: (-3.290393, -0.424259, 0.984153), + normal: (-0.163041, -0.980692, -0.107986), }, + Vertex { position: (-3.233333, -0.683782, 1.015512), + normal: (0.074429, -0.99521, -0.063385), }, + Vertex { position: (-3.101125, -0.35476, 1.162409), + normal: (0.381337, -0.795981, 0.470103), }, + Vertex { position: (-3.233333, -0.683782, 1.015512), + normal: (0.074429, -0.99521, -0.063385), }, + Vertex { position: (-3.096267, -0.6681, 1.140081), + normal: (0.183908, -0.773381, 0.606679), }, + Vertex { position: (-3.096267, -0.6681, 1.140081), + normal: (0.183908, -0.773381, 0.606679), }, + Vertex { position: (-3.233333, -0.683782, 1.015512), + normal: (0.074429, -0.99521, -0.063385), }, + Vertex { position: (-3.238094, -0.979377, 0.961631), + normal: (-0.012978, -0.998326, -0.056357), }, + Vertex { position: (-3.096267, -0.6681, 1.140081), + normal: (0.183908, -0.773381, 0.606679), }, + Vertex { position: (-3.238094, -0.979377, 0.961631), + normal: (-0.012978, -0.998326, -0.056357), }, + Vertex { position: (-3.122061, -0.998702, 1.065015), + normal: (0.018755, -0.837462, 0.546174), }, + Vertex { position: (-3.122061, -0.998702, 1.065015), + normal: (0.018755, -0.837462, 0.546174), }, + Vertex { position: (-3.238094, -0.979377, 0.961631), + normal: (-0.012978, -0.998326, -0.056357), }, + Vertex { position: (-3.27751, -1.177346, 0.9153), + normal: (0.249604, -0.855993, -0.452741), }, + Vertex { position: (-3.122061, -0.998702, 1.065015), + normal: (0.018755, -0.837462, 0.546174), }, + Vertex { position: (-3.27751, -1.177346, 0.9153), + normal: (0.249604, -0.855993, -0.452741), }, + Vertex { position: (-3.15021, -1.259588, 1.001021), + normal: (-0.094688, -0.959937, 0.263734), }, + Vertex { position: (-3.15021, -1.259588, 1.001021), + normal: (-0.094688, -0.959937, 0.263734), }, + Vertex { position: (-3.27751, -1.177346, 0.9153), + normal: (0.249604, -0.855993, -0.452741), }, + Vertex { position: (-3.319817, -1.365015, 0.886015), + normal: (0.515412, -0.714946, -0.472444), }, + Vertex { position: (-3.15021, -1.259588, 1.001021), + normal: (-0.094688, -0.959937, 0.263734), }, + Vertex { position: (-3.319817, -1.365015, 0.886015), + normal: (0.515412, -0.714946, -0.472444), }, + Vertex { position: (-3.188954, -1.408279, 0.963611), + normal: (0.059023, -0.965365, 0.25414), }, + Vertex { position: (-3.690685, 1.60208, 0.0), + normal: (-0.626255, -0.080061, -0.775497), }, + Vertex { position: (-3.709827, 1.417763, 0.0), + normal: (-0.848349, -0.120539, -0.515533), }, + Vertex { position: (-3.709741, 1.351194, 0.211745), + normal: (-0.454242, -0.890878, -0.000928), }, + Vertex { position: (-3.690685, 1.60208, 0.0), + normal: (-0.626255, -0.080061, -0.775497), }, + Vertex { position: (-3.709741, 1.351194, 0.211745), + normal: (-0.454242, -0.890878, -0.000928), }, + Vertex { position: (-3.734989, 1.589433, 0.295202), + normal: (0.49176, -0.810764, 0.317543), }, + Vertex { position: (-3.734989, 1.589433, 0.295202), + normal: (0.49176, -0.810764, 0.317543), }, + Vertex { position: (-3.709741, 1.351194, 0.211745), + normal: (-0.454242, -0.890878, -0.000928), }, + Vertex { position: (-3.701634, 1.27265, 0.270469), + normal: (-0.354058, -0.732075, -0.581987), }, + Vertex { position: (-3.734989, 1.589433, 0.295202), + normal: (0.49176, -0.810764, 0.317543), }, + Vertex { position: (-3.701634, 1.27265, 0.270469), + normal: (-0.354058, -0.732075, -0.581987), }, + Vertex { position: (-3.697974, 1.466697, 0.433432), + normal: (0.43907, -0.579988, 0.686172), }, + Vertex { position: (-3.697974, 1.466697, 0.433432), + normal: (0.43907, -0.579988, 0.686172), }, + Vertex { position: (-3.701634, 1.27265, 0.270469), + normal: (-0.354058, -0.732075, -0.581987), }, + Vertex { position: (-3.695872, 1.156978, 0.316829), + normal: (-0.587869, -0.808404, 0.029894), }, + Vertex { position: (-3.697974, 1.466697, 0.433432), + normal: (0.43907, -0.579988, 0.686172), }, + Vertex { position: (-3.695872, 1.156978, 0.316829), + normal: (-0.587869, -0.808404, 0.029894), }, + Vertex { position: (-3.684619, 1.35069, 0.501428), + normal: (0.099157, -0.476834, 0.873383), }, + Vertex { position: (-3.684619, 1.35069, 0.501428), + normal: (0.099157, -0.476834, 0.873383), }, + Vertex { position: (-3.695872, 1.156978, 0.316829), + normal: (-0.587869, -0.808404, 0.029894), }, + Vertex { position: (-3.672431, 1.044224, 0.364991), + normal: (-0.581301, -0.608503, -0.540197), }, + Vertex { position: (-3.684619, 1.35069, 0.501428), + normal: (0.099157, -0.476834, 0.873383), }, + Vertex { position: (-3.672431, 1.044224, 0.364991), + normal: (-0.581301, -0.608503, -0.540197), }, + Vertex { position: (-3.655148, 1.190938, 0.573692), + normal: (-0.073547, -0.481419, 0.8734), }, + Vertex { position: (-3.655148, 1.190938, 0.573692), + normal: (-0.073547, -0.481419, 0.8734), }, + Vertex { position: (-3.672431, 1.044224, 0.364991), + normal: (-0.581301, -0.608503, -0.540197), }, + Vertex { position: (-3.664355, 0.932851, 0.370749), + normal: (-0.736087, -0.675143, 0.048562), }, + Vertex { position: (-3.655148, 1.190938, 0.573692), + normal: (-0.073547, -0.481419, 0.8734), }, + Vertex { position: (-3.664355, 0.932851, 0.370749), + normal: (-0.736087, -0.675143, 0.048562), }, + Vertex { position: (-3.639878, 1.015186, 0.615203), + normal: (-0.147229, -0.706225, 0.69251), }, + Vertex { position: (-3.639878, 1.015186, 0.615203), + normal: (-0.147229, -0.706225, 0.69251), }, + Vertex { position: (-3.664355, 0.932851, 0.370749), + normal: (-0.736087, -0.675143, 0.048562), }, + Vertex { position: (-3.631292, 0.701013, 0.420276), + normal: (-0.98615, -0.150918, 0.068783), }, + Vertex { position: (-3.639878, 1.015186, 0.615203), + normal: (-0.147229, -0.706225, 0.69251), }, + Vertex { position: (-3.631292, 0.701013, 0.420276), + normal: (-0.98615, -0.150918, 0.068783), }, + Vertex { position: (-3.582867, 0.734419, 0.697787), + normal: (0.328487, -0.940917, -0.082286), }, + Vertex { position: (-3.582867, 0.734419, 0.697787), + normal: (0.328487, -0.940917, -0.082286), }, + Vertex { position: (-3.631292, 0.701013, 0.420276), + normal: (-0.98615, -0.150918, 0.068783), }, + Vertex { position: (-3.570384, 0.385564, 0.52448), + normal: (-0.84728, -0.52968, 0.039439), }, + Vertex { position: (-3.582867, 0.734419, 0.697787), + normal: (0.328487, -0.940917, -0.082286), }, + Vertex { position: (-3.570384, 0.385564, 0.52448), + normal: (-0.84728, -0.52968, 0.039439), }, + Vertex { position: (-3.504525, 0.405574, 0.847066), + normal: (-0.319475, -0.944225, 0.079844), }, + Vertex { position: (-3.504525, 0.405574, 0.847066), + normal: (-0.319475, -0.944225, 0.079844), }, + Vertex { position: (-3.570384, 0.385564, 0.52448), + normal: (-0.84728, -0.52968, 0.039439), }, + Vertex { position: (-3.520188, 0.140164, 0.618561), + normal: (-0.815087, -0.388054, 0.430171), }, + Vertex { position: (-3.504525, 0.405574, 0.847066), + normal: (-0.319475, -0.944225, 0.079844), }, + Vertex { position: (-3.520188, 0.140164, 0.618561), + normal: (-0.815087, -0.388054, 0.430171), }, + Vertex { position: (-3.424258, 0.158638, 0.918279), + normal: (-0.393694, -0.919049, -0.018795), }, + Vertex { position: (-3.424258, 0.158638, 0.918279), + normal: (-0.393694, -0.919049, -0.018795), }, + Vertex { position: (-3.520188, 0.140164, 0.618561), + normal: (-0.815087, -0.388054, 0.430171), }, + Vertex { position: (-3.458251, -0.12595, 0.731712), + normal: (-0.945906, -0.323169, 0.028687), }, + Vertex { position: (-3.424258, 0.158638, 0.918279), + normal: (-0.393694, -0.919049, -0.018795), }, + Vertex { position: (-3.458251, -0.12595, 0.731712), + normal: (-0.945906, -0.323169, 0.028687), }, + Vertex { position: (-3.365413, -0.113447, 0.9524), + normal: (-0.327707, -0.94199, -0.072547), }, + Vertex { position: (-3.365413, -0.113447, 0.9524), + normal: (-0.327707, -0.94199, -0.072547), }, + Vertex { position: (-3.458251, -0.12595, 0.731712), + normal: (-0.945906, -0.323169, 0.028687), }, + Vertex { position: (-3.406618, -0.343461, 0.746456), + normal: (-0.896964, -0.287307, 0.336022), }, + Vertex { position: (-3.365413, -0.113447, 0.9524), + normal: (-0.327707, -0.94199, -0.072547), }, + Vertex { position: (-3.406618, -0.343461, 0.746456), + normal: (-0.896964, -0.287307, 0.336022), }, + Vertex { position: (-3.290393, -0.424259, 0.984153), + normal: (-0.163041, -0.980692, -0.107986), }, + Vertex { position: (-3.290393, -0.424259, 0.984153), + normal: (-0.163041, -0.980692, -0.107986), }, + Vertex { position: (-3.406618, -0.343461, 0.746456), + normal: (-0.896964, -0.287307, 0.336022), }, + Vertex { position: (-3.283698, -0.730967, 0.793898), + normal: (-0.99574, -0.082547, 0.041071), }, + Vertex { position: (-3.290393, -0.424259, 0.984153), + normal: (-0.163041, -0.980692, -0.107986), }, + Vertex { position: (-3.283698, -0.730967, 0.793898), + normal: (-0.99574, -0.082547, 0.041071), }, + Vertex { position: (-3.233333, -0.683782, 1.015512), + normal: (0.074429, -0.99521, -0.063385), }, + Vertex { position: (-2.937658, -1.002749, 1.219413), + normal: (-0.040019, -0.929968, 0.365457), }, + Vertex { position: (-2.982676, -1.264649, 1.133596), + normal: (-0.299215, -0.929389, 0.216115), }, + Vertex { position: (-2.725776, -1.214862, 1.190384), + normal: (-0.351476, -0.711504, 0.608463), }, + Vertex { position: (-2.937658, -1.002749, 1.219413), + normal: (-0.040019, -0.929968, 0.365457), }, + Vertex { position: (-2.725776, -1.214862, 1.190384), + normal: (-0.351476, -0.711504, 0.608463), }, + Vertex { position: (-2.624856, -0.8882, 1.261176), + normal: (0.162276, -0.745105, 0.646905), }, + Vertex { position: (-2.901159, -0.619504, 1.284058), + normal: (-0.403877, -0.879274, 0.252509), }, + Vertex { position: (-2.937658, -1.002749, 1.219413), + normal: (-0.040019, -0.929968, 0.365457), }, + Vertex { position: (-2.624856, -0.8882, 1.261176), + normal: (0.162276, -0.745105, 0.646905), }, + Vertex { position: (-2.901159, -0.619504, 1.284058), + normal: (-0.403877, -0.879274, 0.252509), }, + Vertex { position: (-2.624856, -0.8882, 1.261176), + normal: (0.162276, -0.745105, 0.646905), }, + Vertex { position: (-2.616467, -0.511373, 1.344133), + normal: (-0.11636, -0.749063, 0.652201), }, + Vertex { position: (-2.90708, -0.345582, 1.281557), + normal: (-0.171647, -0.971664, 0.162499), }, + Vertex { position: (-2.901159, -0.619504, 1.284058), + normal: (-0.403877, -0.879274, 0.252509), }, + Vertex { position: (-2.616467, -0.511373, 1.344133), + normal: (-0.11636, -0.749063, 0.652201), }, + Vertex { position: (-2.90708, -0.345582, 1.281557), + normal: (-0.171647, -0.971664, 0.162499), }, + Vertex { position: (-2.616467, -0.511373, 1.344133), + normal: (-0.11636, -0.749063, 0.652201), }, + Vertex { position: (-2.649338, -0.241719, 1.339644), + normal: (0.215155, -0.464575, 0.858999), }, + Vertex { position: (-2.971546, 0.032038, 1.215971), + normal: (-0.198045, -0.959194, 0.201804), }, + Vertex { position: (-2.90708, -0.345582, 1.281557), + normal: (-0.171647, -0.971664, 0.162499), }, + Vertex { position: (-2.649338, -0.241719, 1.339644), + normal: (0.215155, -0.464575, 0.858999), }, + Vertex { position: (-2.971546, 0.032038, 1.215971), + normal: (-0.198045, -0.959194, 0.201804), }, + Vertex { position: (-2.649338, -0.241719, 1.339644), + normal: (0.215155, -0.464575, 0.858999), }, + Vertex { position: (-2.687022, 0.076781, 1.290565), + normal: (0.121987, -0.426327, 0.896306), }, + Vertex { position: (-3.044646, 0.224321, 1.164934), + normal: (-0.279342, -0.940234, 0.19475), }, + Vertex { position: (-2.971546, 0.032038, 1.215971), + normal: (-0.198045, -0.959194, 0.201804), }, + Vertex { position: (-2.687022, 0.076781, 1.290565), + normal: (0.121987, -0.426327, 0.896306), }, + Vertex { position: (-3.044646, 0.224321, 1.164934), + normal: (-0.279342, -0.940234, 0.19475), }, + Vertex { position: (-2.687022, 0.076781, 1.290565), + normal: (0.121987, -0.426327, 0.896306), }, + Vertex { position: (-2.787011, 0.264495, 1.237352), + normal: (0.161064, -0.731195, 0.662882), }, + Vertex { position: (-3.112555, 0.457376, 1.084816), + normal: (0.152347, -0.821467, 0.549529), }, + Vertex { position: (-3.044646, 0.224321, 1.164934), + normal: (-0.279342, -0.940234, 0.19475), }, + Vertex { position: (-2.787011, 0.264495, 1.237352), + normal: (0.161064, -0.731195, 0.662882), }, + Vertex { position: (-3.112555, 0.457376, 1.084816), + normal: (0.152347, -0.821467, 0.549529), }, + Vertex { position: (-2.787011, 0.264495, 1.237352), + normal: (0.161064, -0.731195, 0.662882), }, + Vertex { position: (-2.79063, 0.46881, 1.224273), + normal: (0.08565, -0.422547, 0.902285), }, + Vertex { position: (-3.19641, 0.797564, 0.985913), + normal: (-0.094238, -0.851252, 0.516225), }, + Vertex { position: (-3.112555, 0.457376, 1.084816), + normal: (0.152347, -0.821467, 0.549529), }, + Vertex { position: (-2.79063, 0.46881, 1.224273), + normal: (0.08565, -0.422547, 0.902285), }, + Vertex { position: (-3.19641, 0.797564, 0.985913), + normal: (-0.094238, -0.851252, 0.516225), }, + Vertex { position: (-2.79063, 0.46881, 1.224273), + normal: (0.08565, -0.422547, 0.902285), }, + Vertex { position: (-2.825835, 0.755899, 1.209042), + normal: (0.155794, -0.590112, 0.792146), }, + Vertex { position: (-3.244771, 1.19554, 0.910945), + normal: (-0.079302, -0.84299, 0.532051), }, + Vertex { position: (-3.19641, 0.797564, 0.985913), + normal: (-0.094238, -0.851252, 0.516225), }, + Vertex { position: (-2.825835, 0.755899, 1.209042), + normal: (0.155794, -0.590112, 0.792146), }, + Vertex { position: (-3.244771, 1.19554, 0.910945), + normal: (-0.079302, -0.84299, 0.532051), }, + Vertex { position: (-2.825835, 0.755899, 1.209042), + normal: (0.155794, -0.590112, 0.792146), }, + Vertex { position: (-2.930312, 1.10358, 1.125876), + normal: (0.106237, -0.558927, 0.822383), }, + Vertex { position: (-3.27808, 1.432418, 0.853958), + normal: (-0.176655, -0.950799, 0.254508), }, + Vertex { position: (-3.244771, 1.19554, 0.910945), + normal: (-0.079302, -0.84299, 0.532051), }, + Vertex { position: (-2.930312, 1.10358, 1.125876), + normal: (0.106237, -0.558927, 0.822383), }, + Vertex { position: (-3.27808, 1.432418, 0.853958), + normal: (-0.176655, -0.950799, 0.254508), }, + Vertex { position: (-2.930312, 1.10358, 1.125876), + normal: (0.106237, -0.558927, 0.822383), }, + Vertex { position: (-3.028932, 1.461517, 0.941324), + normal: (0.008663, -0.516082, 0.856495), }, + Vertex { position: (-3.338742, 1.598933, 0.689636), + normal: (-0.4144, -0.844957, 0.338113), }, + Vertex { position: (-3.27808, 1.432418, 0.853958), + normal: (-0.176655, -0.950799, 0.254508), }, + Vertex { position: (-3.028932, 1.461517, 0.941324), + normal: (0.008663, -0.516082, 0.856495), }, + Vertex { position: (-3.338742, 1.598933, 0.689636), + normal: (-0.4144, -0.844957, 0.338113), }, + Vertex { position: (-3.028932, 1.461517, 0.941324), + normal: (0.008663, -0.516082, 0.856495), }, + Vertex { position: (-3.08565, 1.65734, 0.784479), + normal: (0.357021, -0.590654, 0.723646), }, + Vertex { position: (-3.395381, 1.726325, 0.55477), + normal: (-0.150892, -0.83775, 0.524792), }, + Vertex { position: (-3.338742, 1.598933, 0.689636), + normal: (-0.4144, -0.844957, 0.338113), }, + Vertex { position: (-3.08565, 1.65734, 0.784479), + normal: (0.357021, -0.590654, 0.723646), }, + Vertex { position: (-3.395381, 1.726325, 0.55477), + normal: (-0.150892, -0.83775, 0.524792), }, + Vertex { position: (-3.08565, 1.65734, 0.784479), + normal: (0.357021, -0.590654, 0.723646), }, + Vertex { position: (-3.109047, 1.789477, 0.565323), + normal: (-0.201818, -0.568242, 0.797728), }, + Vertex { position: (-3.35851, 1.810253, 0.380095), + normal: (-0.468954, -0.586277, 0.660577), }, + Vertex { position: (-3.395381, 1.726325, 0.55477), + normal: (-0.150892, -0.83775, 0.524792), }, + Vertex { position: (-3.109047, 1.789477, 0.565323), + normal: (-0.201818, -0.568242, 0.797728), }, + Vertex { position: (-3.35851, 1.810253, 0.380095), + normal: (-0.468954, -0.586277, 0.660577), }, + Vertex { position: (-3.109047, 1.789477, 0.565323), + normal: (-0.201818, -0.568242, 0.797728), }, + Vertex { position: (-3.07531, 1.846, 0.363149), + normal: (0.094371, -0.230057, 0.968591), }, + Vertex { position: (-2.687162, -1.539807, 0.988048), + normal: (0.009712, 0.399549, 0.91666), }, + Vertex { position: (-2.566746, -1.211312, 1.167101), + normal: (-0.004413, -0.170526, 0.985343), }, + Vertex { position: (-2.765069, -1.561164, 1.084313), + normal: (0.095733, -0.224552, 0.969748), }, + Vertex { position: (-2.462835, -1.3055, 0.966395), + normal: (-0.951862, 0.098243, 0.290356), }, + Vertex { position: (-2.306662, -1.116976, 0.961238), + normal: (-0.822733, 0.223687, 0.522565), }, + Vertex { position: (-2.299356, -1.025449, 1.044687), + normal: (0.074896, 0.047734, 0.996048), }, + Vertex { position: (-2.462835, -1.3055, 0.966395), + normal: (-0.951862, 0.098243, 0.290356), }, + Vertex { position: (-2.299356, -1.025449, 1.044687), + normal: (0.074896, 0.047734, 0.996048), }, + Vertex { position: (-2.566746, -1.211312, 1.167101), + normal: (-0.004413, -0.170526, 0.985343), }, + Vertex { position: (-2.687162, -1.539807, 0.988048), + normal: (0.009712, 0.399549, 0.91666), }, + Vertex { position: (-2.591357, -1.510845, 0.88547), + normal: (-0.995081, -0.092251, -0.036114), }, + Vertex { position: (-2.462835, -1.3055, 0.966395), + normal: (-0.951862, 0.098243, 0.290356), }, + Vertex { position: (-2.687162, -1.539807, 0.988048), + normal: (0.009712, 0.399549, 0.91666), }, + Vertex { position: (-2.462835, -1.3055, 0.966395), + normal: (-0.951862, 0.098243, 0.290356), }, + Vertex { position: (-2.566746, -1.211312, 1.167101), + normal: (-0.004413, -0.170526, 0.985343), }, + Vertex { position: (1.772999, -2.230292, 0.64494), + normal: (0.247956, 0.087485, -0.964813), }, + Vertex { position: (1.747671, -2.067518, 0.638841), + normal: (0.81802, -0.47123, 0.329827), }, + Vertex { position: (1.945206, -2.015769, 0.672724), + normal: (0.761939, 0.13671, -0.633055), }, + Vertex { position: (1.772999, -2.230292, 0.64494), + normal: (0.247956, 0.087485, -0.964813), }, + Vertex { position: (1.945206, -2.015769, 0.672724), + normal: (0.761939, 0.13671, -0.633055), }, + Vertex { position: (1.921881, -2.157616, 0.692678), + normal: (-0.121543, 0.046, -0.99152), }, + Vertex { position: (2.13239, 1.755821, 0.180271), + normal: (0.70745, -0.193334, 0.679806), }, + Vertex { position: (2.128139, 1.788397, 0.0), + normal: (0.756976, -0.653442, 0.0), }, + Vertex { position: (2.042206, 1.777154, 0.0), + normal: (-0.385788, 0.922588, 0.0), }, + Vertex { position: (2.13239, 1.755821, 0.180271), + normal: (0.70745, -0.193334, 0.679806), }, + Vertex { position: (2.042206, 1.777154, 0.0), + normal: (-0.385788, 0.922588, 0.0), }, + Vertex { position: (2.069379, 1.727818, 0.212746), + normal: (0.411872, 0.04507, 0.910127), }, + Vertex { position: (-2.862576, -1.546894, 1.117139), + normal: (-0.149005, -0.65467, 0.741084), }, + Vertex { position: (-2.725776, -1.214862, 1.190384), + normal: (-0.351476, -0.711504, 0.608463), }, + Vertex { position: (-2.955052, -1.49684, 1.128812), + normal: (-0.461794, 0.113692, 0.879671), }, + Vertex { position: (-3.063133, -1.440555, 1.090926), + normal: (-0.18119, -0.970212, 0.160805), }, + Vertex { position: (-3.188954, -1.408279, 0.963611), + normal: (0.059023, -0.965365, 0.25414), }, + Vertex { position: (-3.357996, -1.811803, 0.975625), + normal: (-0.46316, 0.228643, 0.856274), }, + Vertex { position: (-3.063133, -1.440555, 1.090926), + normal: (-0.18119, -0.970212, 0.160805), }, + Vertex { position: (-3.357996, -1.811803, 0.975625), + normal: (-0.46316, 0.228643, 0.856274), }, + Vertex { position: (-3.23261, -1.834299, 1.087832), + normal: (-0.431118, -0.034268, 0.901645), }, + Vertex { position: (-2.725776, -1.214862, 1.190384), + normal: (-0.351476, -0.711504, 0.608463), }, + Vertex { position: (-2.982676, -1.264649, 1.133596), + normal: (-0.299215, -0.929389, 0.216115), }, + Vertex { position: (-3.063133, -1.440555, 1.090926), + normal: (-0.18119, -0.970212, 0.160805), }, + Vertex { position: (-2.725776, -1.214862, 1.190384), + normal: (-0.351476, -0.711504, 0.608463), }, + Vertex { position: (-3.063133, -1.440555, 1.090926), + normal: (-0.18119, -0.970212, 0.160805), }, + Vertex { position: (-2.955052, -1.49684, 1.128812), + normal: (-0.461794, 0.113692, 0.879671), }, + Vertex { position: (-3.188954, -1.408279, 0.963611), + normal: (0.059023, -0.965365, 0.25414), }, + Vertex { position: (-3.319817, -1.365015, 0.886015), + normal: (0.515412, -0.714946, -0.472444), }, + Vertex { position: (-3.36599, -1.48517, 0.888076), + normal: (0.737412, 0.542596, 0.402261), }, + Vertex { position: (-3.188954, -1.408279, 0.963611), + normal: (0.059023, -0.965365, 0.25414), }, + Vertex { position: (-3.36599, -1.48517, 0.888076), + normal: (0.737412, 0.542596, 0.402261), }, + Vertex { position: (-3.342096, -1.533989, 0.921628), + normal: (-0.508357, 0.250892, 0.823787), }, + Vertex { position: (-3.188954, -1.408279, 0.963611), + normal: (0.059023, -0.965365, 0.25414), }, + Vertex { position: (-3.342096, -1.533989, 0.921628), + normal: (-0.508357, 0.250892, 0.823787), }, + Vertex { position: (-3.357996, -1.811803, 0.975625), + normal: (-0.46316, 0.228643, 0.856274), }, + Vertex { position: (-2.964215, -1.978727, 0.776572), + normal: (-0.037581, -0.042039, -0.998409), }, + Vertex { position: (-2.811581, -1.79821, 0.712737), + normal: (-0.732521, -0.474279, 0.488336), }, + Vertex { position: (-2.734184, -1.717948, 0.749581), + normal: (0.942117, -0.292664, 0.163592), }, + Vertex { position: (-2.964215, -1.978727, 0.776572), + normal: (-0.037581, -0.042039, -0.998409), }, + Vertex { position: (-2.734184, -1.717948, 0.749581), + normal: (0.942117, -0.292664, 0.163592), }, + Vertex { position: (-2.892438, -1.95081, 0.87812), + normal: (-0.11646, -0.017993, -0.993032), }, + Vertex { position: (-2.734184, -1.717948, 0.749581), + normal: (0.942117, -0.292664, 0.163592), }, + Vertex { position: (-2.837147, -1.791733, 0.921563), + normal: (-0.13251, 0.440061, 0.888137), }, + Vertex { position: (-2.892438, -1.95081, 0.87812), + normal: (-0.11646, -0.017993, -0.993032), }, + Vertex { position: (-3.04661, -2.510881, 0.900772), + normal: (-0.674431, 0.094186, -0.732306), }, + Vertex { position: (-3.132772, -2.528669, 0.848639), + normal: (0.780958, 0.624512, 0.00945), }, + Vertex { position: (-3.144012, -2.333635, 0.829994), + normal: (-0.039603, 0.339955, 0.939607), }, + Vertex { position: (-3.04661, -2.510881, 0.900772), + normal: (-0.674431, 0.094186, -0.732306), }, + Vertex { position: (-3.144012, -2.333635, 0.829994), + normal: (-0.039603, 0.339955, 0.939607), }, + Vertex { position: (-3.030605, -2.311222, 0.88433), + normal: (0.339875, 0.026681, -0.940092), }, + Vertex { position: (-3.223286, -3.00178, 1.126176), + normal: (0.245984, 0.029506, 0.968825), }, + Vertex { position: (-3.26181, -2.821069, 1.088218), + normal: (0.567548, -0.015056, 0.823203), }, + Vertex { position: (-3.32033, -2.827513, 1.063914), + normal: (0.71789, -0.165877, 0.676106), }, + Vertex { position: (-3.223286, -3.00178, 1.126176), + normal: (0.245984, 0.029506, 0.968825), }, + Vertex { position: (-3.32033, -2.827513, 1.063914), + normal: (0.71789, -0.165877, 0.676106), }, + Vertex { position: (-3.302419, -3.017921, 1.128514), + normal: (0.788485, -0.288832, 0.543017), }, + Vertex { position: (-2.986345, -2.93377, 1.087679), + normal: (0.701058, -0.463233, 0.542155), }, + Vertex { position: (-3.053267, -2.764905, 1.043008), + normal: (0.705477, -0.524425, 0.47674), }, + Vertex { position: (-3.141072, -2.785287, 1.032318), + normal: (-0.119083, 0.074969, 0.99005), }, + Vertex { position: (-2.986345, -2.93377, 1.087679), + normal: (0.701058, -0.463233, 0.542155), }, + Vertex { position: (-3.141072, -2.785287, 1.032318), + normal: (-0.119083, 0.074969, 0.99005), }, + Vertex { position: (-3.107105, -2.947818, 1.092235), + normal: (0.021785, 0.053611, 0.998324), }, + Vertex { position: (-2.946527, -2.939327, 0.986343), + normal: (0.23503, 0.016105, 0.971855), }, + Vertex { position: (-3.016419, -2.765091, 0.966671), + normal: (0.441943, -0.143195, 0.88554), }, + Vertex { position: (-3.053267, -2.764905, 1.043008), + normal: (0.705477, -0.524425, 0.47674), }, + Vertex { position: (-2.946527, -2.939327, 0.986343), + normal: (0.23503, 0.016105, 0.971855), }, + Vertex { position: (-3.053267, -2.764905, 1.043008), + normal: (0.705477, -0.524425, 0.47674), }, + Vertex { position: (-2.986345, -2.93377, 1.087679), + normal: (0.701058, -0.463233, 0.542155), }, + Vertex { position: (-3.301857, -3.074776, 1.114869), + normal: (0.586456, -0.375618, 0.717621), }, + Vertex { position: (-3.223286, -3.00178, 1.126176), + normal: (0.245984, 0.029506, 0.968825), }, + Vertex { position: (-3.302419, -3.017921, 1.128514), + normal: (0.788485, -0.288832, 0.543017), }, + Vertex { position: (-3.316551, -3.168932, 1.121229), + normal: (0.585043, -0.503499, 0.635777), }, + Vertex { position: (-3.227676, -3.14166, 1.103969), + normal: (-0.140754, 0.08766, 0.986156), }, + Vertex { position: (-3.301857, -3.074776, 1.114869), + normal: (0.586456, -0.375618, 0.717621), }, + Vertex { position: (-3.217306, -3.187686, 1.075214), + normal: (0.085126, 0.114843, 0.98973), }, + Vertex { position: (-3.227676, -3.14166, 1.103969), + normal: (-0.140754, 0.08766, 0.986156), }, + Vertex { position: (-3.316551, -3.168932, 1.121229), + normal: (0.585043, -0.503499, 0.635777), }, + Vertex { position: (-2.90901, -3.084482, 1.089147), + normal: (0.07463, 0.029476, 0.996776), }, + Vertex { position: (-2.884711, -3.063896, 0.993766), + normal: (-0.161613, 0.16539, 0.972896), }, + Vertex { position: (-2.946527, -2.939327, 0.986343), + normal: (0.23503, 0.016105, 0.971855), }, + Vertex { position: (-2.90901, -3.084482, 1.089147), + normal: (0.07463, 0.029476, 0.996776), }, + Vertex { position: (-2.946527, -2.939327, 0.986343), + normal: (0.23503, 0.016105, 0.971855), }, + Vertex { position: (-2.986345, -2.93377, 1.087679), + normal: (0.701058, -0.463233, 0.542155), }, + Vertex { position: (-3.141072, -2.785287, 1.032318), + normal: (-0.119083, 0.074969, 0.99005), }, + Vertex { position: (-3.196508, -2.788166, 1.045431), + normal: (-0.347185, 0.293858, 0.890567), }, + Vertex { position: (-3.177108, -2.979305, 1.139084), + normal: (-0.225282, 0.274902, 0.934707), }, + Vertex { position: (-3.141072, -2.785287, 1.032318), + normal: (-0.119083, 0.074969, 0.99005), }, + Vertex { position: (-3.177108, -2.979305, 1.139084), + normal: (-0.225282, 0.274902, 0.934707), }, + Vertex { position: (-3.107105, -2.947818, 1.092235), + normal: (0.021785, 0.053611, 0.998324), }, + Vertex { position: (-3.177108, -2.979305, 1.139084), + normal: (-0.225282, 0.274902, 0.934707), }, + Vertex { position: (-3.196508, -2.788166, 1.045431), + normal: (-0.347185, 0.293858, 0.890567), }, + Vertex { position: (-3.26181, -2.821069, 1.088218), + normal: (0.567548, -0.015056, 0.823203), }, + Vertex { position: (-3.177108, -2.979305, 1.139084), + normal: (-0.225282, 0.274902, 0.934707), }, + Vertex { position: (-3.26181, -2.821069, 1.088218), + normal: (0.567548, -0.015056, 0.823203), }, + Vertex { position: (-3.223286, -3.00178, 1.126176), + normal: (0.245984, 0.029506, 0.968825), }, + Vertex { position: (-3.330406, -3.18519, 0.950058), + normal: (-0.921044, 0.324519, 0.215325), }, + Vertex { position: (-3.316551, -3.168932, 1.121229), + normal: (0.585043, -0.503499, 0.635777), }, + Vertex { position: (-3.301857, -3.074776, 1.114869), + normal: (0.586456, -0.375618, 0.717621), }, + Vertex { position: (-3.330406, -3.18519, 0.950058), + normal: (-0.921044, 0.324519, 0.215325), }, + Vertex { position: (-3.301857, -3.074776, 1.114869), + normal: (0.586456, -0.375618, 0.717621), }, + Vertex { position: (-3.333954, -3.058673, 0.974748), + normal: (-0.904362, 0.426369, -0.018424), }, + Vertex { position: (-3.223246, -3.225388, 0.976573), + normal: (-0.588311, 0.26373, 0.764419), }, + Vertex { position: (-3.217306, -3.187686, 1.075214), + normal: (0.085126, 0.114843, 0.98973), }, + Vertex { position: (-3.316551, -3.168932, 1.121229), + normal: (0.585043, -0.503499, 0.635777), }, + Vertex { position: (-3.223246, -3.225388, 0.976573), + normal: (-0.588311, 0.26373, 0.764419), }, + Vertex { position: (-3.316551, -3.168932, 1.121229), + normal: (0.585043, -0.503499, 0.635777), }, + Vertex { position: (-3.330406, -3.18519, 0.950058), + normal: (-0.921044, 0.324519, 0.215325), }, + Vertex { position: (-3.11957, -3.183977, 0.870739), + normal: (-0.64352, 0.086605, -0.760514), }, + Vertex { position: (-3.223246, -3.225388, 0.976573), + normal: (-0.588311, 0.26373, 0.764419), }, + Vertex { position: (-3.330406, -3.18519, 0.950058), + normal: (-0.921044, 0.324519, 0.215325), }, + Vertex { position: (-3.11957, -3.183977, 0.870739), + normal: (-0.64352, 0.086605, -0.760514), }, + Vertex { position: (-3.330406, -3.18519, 0.950058), + normal: (-0.921044, 0.324519, 0.215325), }, + Vertex { position: (-3.294389, -3.166225, 0.842823), + normal: (-0.190279, 0.223108, -0.956042), }, + Vertex { position: (-3.256731, -3.032131, 0.849693), + normal: (-0.121989, 0.019056, -0.992349), }, + Vertex { position: (-3.294389, -3.166225, 0.842823), + normal: (-0.190279, 0.223108, -0.956042), }, + Vertex { position: (-3.330406, -3.18519, 0.950058), + normal: (-0.921044, 0.324519, 0.215325), }, + Vertex { position: (-3.256731, -3.032131, 0.849693), + normal: (-0.121989, 0.019056, -0.992349), }, + Vertex { position: (-3.330406, -3.18519, 0.950058), + normal: (-0.921044, 0.324519, 0.215325), }, + Vertex { position: (-3.333954, -3.058673, 0.974748), + normal: (-0.904362, 0.426369, -0.018424), }, + Vertex { position: (-3.333954, -3.058673, 0.974748), + normal: (-0.904362, 0.426369, -0.018424), }, + Vertex { position: (-3.339637, -2.846837, 0.966368), + normal: (-0.149743, -0.291108, -0.944898), }, + Vertex { position: (-3.300372, -2.795728, 0.878984), + normal: (-0.146645, -0.575935, -0.804235), }, + Vertex { position: (-3.333954, -3.058673, 0.974748), + normal: (-0.904362, 0.426369, -0.018424), }, + Vertex { position: (-3.300372, -2.795728, 0.878984), + normal: (-0.146645, -0.575935, -0.804235), }, + Vertex { position: (-3.256731, -3.032131, 0.849693), + normal: (-0.121989, 0.019056, -0.992349), }, + Vertex { position: (-3.107105, -2.947818, 1.092235), + normal: (0.021785, 0.053611, 0.998324), }, + Vertex { position: (-3.03125, -3.09594, 1.106355), + normal: (-0.541406, 0.227835, 0.809302), }, + Vertex { position: (-2.90901, -3.084482, 1.089147), + normal: (0.07463, 0.029476, 0.996776), }, + Vertex { position: (-3.107105, -2.947818, 1.092235), + normal: (0.021785, 0.053611, 0.998324), }, + Vertex { position: (-2.90901, -3.084482, 1.089147), + normal: (0.07463, 0.029476, 0.996776), }, + Vertex { position: (-2.986345, -2.93377, 1.087679), + normal: (0.701058, -0.463233, 0.542155), }, + Vertex { position: (-3.107105, -2.947818, 1.092235), + normal: (0.021785, 0.053611, 0.998324), }, + Vertex { position: (-3.177108, -2.979305, 1.139084), + normal: (-0.225282, 0.274902, 0.934707), }, + Vertex { position: (-3.121673, -3.120319, 1.136456), + normal: (-0.125911, -0.68432, -0.718229), }, + Vertex { position: (-3.107105, -2.947818, 1.092235), + normal: (0.021785, 0.053611, 0.998324), }, + Vertex { position: (-3.121673, -3.120319, 1.136456), + normal: (-0.125911, -0.68432, -0.718229), }, + Vertex { position: (-3.03125, -3.09594, 1.106355), + normal: (-0.541406, 0.227835, 0.809302), }, + Vertex { position: (-3.223286, -3.00178, 1.126176), + normal: (0.245984, 0.029506, 0.968825), }, + Vertex { position: (-3.169546, -3.135273, 1.128247), + normal: (0.535863, 0.090315, -0.83946), }, + Vertex { position: (-3.121673, -3.120319, 1.136456), + normal: (-0.125911, -0.68432, -0.718229), }, + Vertex { position: (-3.223286, -3.00178, 1.126176), + normal: (0.245984, 0.029506, 0.968825), }, + Vertex { position: (-3.121673, -3.120319, 1.136456), + normal: (-0.125911, -0.68432, -0.718229), }, + Vertex { position: (-3.177108, -2.979305, 1.139084), + normal: (-0.225282, 0.274902, 0.934707), }, + Vertex { position: (-3.217306, -3.187686, 1.075214), + normal: (0.085126, 0.114843, 0.98973), }, + Vertex { position: (-3.169546, -3.135273, 1.128247), + normal: (0.535863, 0.090315, -0.83946), }, + Vertex { position: (-3.227676, -3.14166, 1.103969), + normal: (-0.140754, 0.08766, 0.986156), }, + Vertex { position: (-3.227676, -3.14166, 1.103969), + normal: (-0.140754, 0.08766, 0.986156), }, + Vertex { position: (-3.169546, -3.135273, 1.128247), + normal: (0.535863, 0.090315, -0.83946), }, + Vertex { position: (-3.223286, -3.00178, 1.126176), + normal: (0.245984, 0.029506, 0.968825), }, + Vertex { position: (-3.227676, -3.14166, 1.103969), + normal: (-0.140754, 0.08766, 0.986156), }, + Vertex { position: (-3.223286, -3.00178, 1.126176), + normal: (0.245984, 0.029506, 0.968825), }, + Vertex { position: (-3.301857, -3.074776, 1.114869), + normal: (0.586456, -0.375618, 0.717621), }, + Vertex { position: (-3.302419, -3.017921, 1.128514), + normal: (0.788485, -0.288832, 0.543017), }, + Vertex { position: (-3.333954, -3.058673, 0.974748), + normal: (-0.904362, 0.426369, -0.018424), }, + Vertex { position: (-3.301857, -3.074776, 1.114869), + normal: (0.586456, -0.375618, 0.717621), }, + Vertex { position: (-3.333954, -3.058673, 0.974748), + normal: (-0.904362, 0.426369, -0.018424), }, + Vertex { position: (-3.302419, -3.017921, 1.128514), + normal: (0.788485, -0.288832, 0.543017), }, + Vertex { position: (-3.32033, -2.827513, 1.063914), + normal: (0.71789, -0.165877, 0.676106), }, + Vertex { position: (-3.333954, -3.058673, 0.974748), + normal: (-0.904362, 0.426369, -0.018424), }, + Vertex { position: (-3.32033, -2.827513, 1.063914), + normal: (0.71789, -0.165877, 0.676106), }, + Vertex { position: (-3.339637, -2.846837, 0.966368), + normal: (-0.149743, -0.291108, -0.944898), }, + Vertex { position: (-2.928681, -3.072892, 0.924772), + normal: (0.236645, -0.06852, -0.969177), }, + Vertex { position: (-3.008412, -2.89976, 0.904635), + normal: (0.091886, -0.230243, -0.968785), }, + Vertex { position: (-2.946527, -2.939327, 0.986343), + normal: (0.23503, 0.016105, 0.971855), }, + Vertex { position: (-2.928681, -3.072892, 0.924772), + normal: (0.236645, -0.06852, -0.969177), }, + Vertex { position: (-2.946527, -2.939327, 0.986343), + normal: (0.23503, 0.016105, 0.971855), }, + Vertex { position: (-2.884711, -3.063896, 0.993766), + normal: (-0.161613, 0.16539, 0.972896), }, + Vertex { position: (-3.166971, -3.002766, 0.812106), + normal: (-0.888643, -0.077171, 0.45206), }, + Vertex { position: (-3.11957, -3.183977, 0.870739), + normal: (-0.64352, 0.086605, -0.760514), }, + Vertex { position: (-3.294389, -3.166225, 0.842823), + normal: (-0.190279, 0.223108, -0.956042), }, + Vertex { position: (-3.256731, -3.032131, 0.849693), + normal: (-0.121989, 0.019056, -0.992349), }, + Vertex { position: (-3.166971, -3.002766, 0.812106), + normal: (-0.888643, -0.077171, 0.45206), }, + Vertex { position: (-3.294389, -3.166225, 0.842823), + normal: (-0.190279, 0.223108, -0.956042), }, + Vertex { position: (-3.166971, -3.002766, 0.812106), + normal: (-0.888643, -0.077171, 0.45206), }, + Vertex { position: (-3.06981, -2.928755, 0.845236), + normal: (-0.891992, -0.016937, 0.451734), }, + Vertex { position: (-3.011987, -3.092, 0.860973), + normal: (-0.860798, 0.234294, 0.451812), }, + Vertex { position: (-3.166971, -3.002766, 0.812106), + normal: (-0.888643, -0.077171, 0.45206), }, + Vertex { position: (-3.011987, -3.092, 0.860973), + normal: (-0.860798, 0.234294, 0.451812), }, + Vertex { position: (-3.11957, -3.183977, 0.870739), + normal: (-0.64352, 0.086605, -0.760514), }, + Vertex { position: (-3.06981, -2.928755, 0.845236), + normal: (-0.891992, -0.016937, 0.451734), }, + Vertex { position: (-3.008412, -2.89976, 0.904635), + normal: (0.091886, -0.230243, -0.968785), }, + Vertex { position: (-2.928681, -3.072892, 0.924772), + normal: (0.236645, -0.06852, -0.969177), }, + Vertex { position: (-3.06981, -2.928755, 0.845236), + normal: (-0.891992, -0.016937, 0.451734), }, + Vertex { position: (-2.928681, -3.072892, 0.924772), + normal: (0.236645, -0.06852, -0.969177), }, + Vertex { position: (-3.011987, -3.092, 0.860973), + normal: (-0.860798, 0.234294, 0.451812), }, + Vertex { position: (-3.184812, -2.768053, 0.850127), + normal: (-0.686439, 0.576002, 0.443872), }, + Vertex { position: (-3.137383, -2.776449, 0.844117), + normal: (-0.369855, 0.817227, 0.441981), }, + Vertex { position: (-3.06981, -2.928755, 0.845236), + normal: (-0.891992, -0.016937, 0.451734), }, + Vertex { position: (-3.184812, -2.768053, 0.850127), + normal: (-0.686439, 0.576002, 0.443872), }, + Vertex { position: (-3.06981, -2.928755, 0.845236), + normal: (-0.891992, -0.016937, 0.451734), }, + Vertex { position: (-3.166971, -3.002766, 0.812106), + normal: (-0.888643, -0.077171, 0.45206), }, + Vertex { position: (-3.040038, -2.780893, 0.914614), + normal: (0.011581, 0.887039, 0.461548), }, + Vertex { position: (-3.008412, -2.89976, 0.904635), + normal: (0.091886, -0.230243, -0.968785), }, + Vertex { position: (-3.06981, -2.928755, 0.845236), + normal: (-0.891992, -0.016937, 0.451734), }, + Vertex { position: (-3.040038, -2.780893, 0.914614), + normal: (0.011581, 0.887039, 0.461548), }, + Vertex { position: (-3.06981, -2.928755, 0.845236), + normal: (-0.891992, -0.016937, 0.451734), }, + Vertex { position: (-3.137383, -2.776449, 0.844117), + normal: (-0.369855, 0.817227, 0.441981), }, + Vertex { position: (-3.300372, -2.795728, 0.878984), + normal: (-0.146645, -0.575935, -0.804235), }, + Vertex { position: (-3.184812, -2.768053, 0.850127), + normal: (-0.686439, 0.576002, 0.443872), }, + Vertex { position: (-3.166971, -3.002766, 0.812106), + normal: (-0.888643, -0.077171, 0.45206), }, + Vertex { position: (-3.300372, -2.795728, 0.878984), + normal: (-0.146645, -0.575935, -0.804235), }, + Vertex { position: (-3.166971, -3.002766, 0.812106), + normal: (-0.888643, -0.077171, 0.45206), }, + Vertex { position: (-3.256731, -3.032131, 0.849693), + normal: (-0.121989, 0.019056, -0.992349), }, + Vertex { position: (-3.008412, -2.89976, 0.904635), + normal: (0.091886, -0.230243, -0.968785), }, + Vertex { position: (-3.040038, -2.780893, 0.914614), + normal: (0.011581, 0.887039, 0.461548), }, + Vertex { position: (-3.016419, -2.765091, 0.966671), + normal: (0.441943, -0.143195, 0.88554), }, + Vertex { position: (-3.008412, -2.89976, 0.904635), + normal: (0.091886, -0.230243, -0.968785), }, + Vertex { position: (-3.016419, -2.765091, 0.966671), + normal: (0.441943, -0.143195, 0.88554), }, + Vertex { position: (-2.946527, -2.939327, 0.986343), + normal: (0.23503, 0.016105, 0.971855), }, + Vertex { position: (-3.078699, -2.553982, 1.046834), + normal: (0.840313, 0.535537, -0.084107), }, + Vertex { position: (-3.162498, -2.556375, 1.058409), + normal: (0.851754, 0.52393, -0.003494), }, + Vertex { position: (-3.141072, -2.785287, 1.032318), + normal: (-0.119083, 0.074969, 0.99005), }, + Vertex { position: (-3.078699, -2.553982, 1.046834), + normal: (0.840313, 0.535537, -0.084107), }, + Vertex { position: (-3.141072, -2.785287, 1.032318), + normal: (-0.119083, 0.074969, 0.99005), }, + Vertex { position: (-3.053267, -2.764905, 1.043008), + normal: (0.705477, -0.524425, 0.47674), }, + Vertex { position: (-3.347304, -2.573628, 0.955211), + normal: (-0.99734, 0.010762, -0.072093), }, + Vertex { position: (-3.372066, -2.569159, 0.904785), + normal: (0.308087, 0.149605, -0.939522), }, + Vertex { position: (-3.339637, -2.846837, 0.966368), + normal: (-0.149743, -0.291108, -0.944898), }, + Vertex { position: (-3.347304, -2.573628, 0.955211), + normal: (-0.99734, 0.010762, -0.072093), }, + Vertex { position: (-3.339637, -2.846837, 0.966368), + normal: (-0.149743, -0.291108, -0.944898), }, + Vertex { position: (-3.32033, -2.827513, 1.063914), + normal: (0.71789, -0.165877, 0.676106), }, + Vertex { position: (-3.251541, -2.56405, 1.023627), + normal: (0.163153, 0.19945, 0.96623), }, + Vertex { position: (-3.347304, -2.573628, 0.955211), + normal: (-0.99734, 0.010762, -0.072093), }, + Vertex { position: (-3.32033, -2.827513, 1.063914), + normal: (0.71789, -0.165877, 0.676106), }, + Vertex { position: (-3.251541, -2.56405, 1.023627), + normal: (0.163153, 0.19945, 0.96623), }, + Vertex { position: (-3.32033, -2.827513, 1.063914), + normal: (0.71789, -0.165877, 0.676106), }, + Vertex { position: (-3.26181, -2.821069, 1.088218), + normal: (0.567548, -0.015056, 0.823203), }, + Vertex { position: (-3.162498, -2.556375, 1.058409), + normal: (0.851754, 0.52393, -0.003494), }, + Vertex { position: (-3.251541, -2.56405, 1.023627), + normal: (0.163153, 0.19945, 0.96623), }, + Vertex { position: (-3.26181, -2.821069, 1.088218), + normal: (0.567548, -0.015056, 0.823203), }, + Vertex { position: (-3.162498, -2.556375, 1.058409), + normal: (0.851754, 0.52393, -0.003494), }, + Vertex { position: (-3.26181, -2.821069, 1.088218), + normal: (0.567548, -0.015056, 0.823203), }, + Vertex { position: (-3.196508, -2.788166, 1.045431), + normal: (-0.347185, 0.293858, 0.890567), }, + Vertex { position: (-3.162498, -2.556375, 1.058409), + normal: (0.851754, 0.52393, -0.003494), }, + Vertex { position: (-3.196508, -2.788166, 1.045431), + normal: (-0.347185, 0.293858, 0.890567), }, + Vertex { position: (-3.141072, -2.785287, 1.032318), + normal: (-0.119083, 0.074969, 0.99005), }, + Vertex { position: (-3.053267, -2.764905, 1.043008), + normal: (0.705477, -0.524425, 0.47674), }, + Vertex { position: (-3.016419, -2.765091, 0.966671), + normal: (0.441943, -0.143195, 0.88554), }, + Vertex { position: (-3.022819, -2.52224, 0.979148), + normal: (-0.178214, -0.110838, -0.977729), }, + Vertex { position: (-3.053267, -2.764905, 1.043008), + normal: (0.705477, -0.524425, 0.47674), }, + Vertex { position: (-3.022819, -2.52224, 0.979148), + normal: (-0.178214, -0.110838, -0.977729), }, + Vertex { position: (-3.078699, -2.553982, 1.046834), + normal: (0.840313, 0.535537, -0.084107), }, + Vertex { position: (-3.300372, -2.795728, 0.878984), + normal: (-0.146645, -0.575935, -0.804235), }, + Vertex { position: (-3.339637, -2.846837, 0.966368), + normal: (-0.149743, -0.291108, -0.944898), }, + Vertex { position: (-3.372066, -2.569159, 0.904785), + normal: (0.308087, 0.149605, -0.939522), }, + Vertex { position: (-3.300372, -2.795728, 0.878984), + normal: (-0.146645, -0.575935, -0.804235), }, + Vertex { position: (-3.372066, -2.569159, 0.904785), + normal: (0.308087, 0.149605, -0.939522), }, + Vertex { position: (-3.297886, -2.54902, 0.861657), + normal: (0.722847, 0.455753, -0.519404), }, + Vertex { position: (-3.184812, -2.768053, 0.850127), + normal: (-0.686439, 0.576002, 0.443872), }, + Vertex { position: (-3.300372, -2.795728, 0.878984), + normal: (-0.146645, -0.575935, -0.804235), }, + Vertex { position: (-3.297886, -2.54902, 0.861657), + normal: (0.722847, 0.455753, -0.519404), }, + Vertex { position: (-3.184812, -2.768053, 0.850127), + normal: (-0.686439, 0.576002, 0.443872), }, + Vertex { position: (-3.297886, -2.54902, 0.861657), + normal: (0.722847, 0.455753, -0.519404), }, + Vertex { position: (-3.240554, -2.555467, 0.856262), + normal: (0.61389, 0.702597, 0.359856), }, + Vertex { position: (-3.137383, -2.776449, 0.844117), + normal: (-0.369855, 0.817227, 0.441981), }, + Vertex { position: (-3.184812, -2.768053, 0.850127), + normal: (-0.686439, 0.576002, 0.443872), }, + Vertex { position: (-3.240554, -2.555467, 0.856262), + normal: (0.61389, 0.702597, 0.359856), }, + Vertex { position: (-3.137383, -2.776449, 0.844117), + normal: (-0.369855, 0.817227, 0.441981), }, + Vertex { position: (-3.240554, -2.555467, 0.856262), + normal: (0.61389, 0.702597, 0.359856), }, + Vertex { position: (-3.132772, -2.528669, 0.848639), + normal: (0.780958, 0.624512, 0.00945), }, + Vertex { position: (-3.040038, -2.780893, 0.914614), + normal: (0.011581, 0.887039, 0.461548), }, + Vertex { position: (-3.137383, -2.776449, 0.844117), + normal: (-0.369855, 0.817227, 0.441981), }, + Vertex { position: (-3.132772, -2.528669, 0.848639), + normal: (0.780958, 0.624512, 0.00945), }, + Vertex { position: (-3.040038, -2.780893, 0.914614), + normal: (0.011581, 0.887039, 0.461548), }, + Vertex { position: (-3.132772, -2.528669, 0.848639), + normal: (0.780958, 0.624512, 0.00945), }, + Vertex { position: (-3.04661, -2.510881, 0.900772), + normal: (-0.674431, 0.094186, -0.732306), }, + Vertex { position: (-3.016419, -2.765091, 0.966671), + normal: (0.441943, -0.143195, 0.88554), }, + Vertex { position: (-3.040038, -2.780893, 0.914614), + normal: (0.011581, 0.887039, 0.461548), }, + Vertex { position: (-3.04661, -2.510881, 0.900772), + normal: (-0.674431, 0.094186, -0.732306), }, + Vertex { position: (-3.016419, -2.765091, 0.966671), + normal: (0.441943, -0.143195, 0.88554), }, + Vertex { position: (-3.04661, -2.510881, 0.900772), + normal: (-0.674431, 0.094186, -0.732306), }, + Vertex { position: (-3.022819, -2.52224, 0.979148), + normal: (-0.178214, -0.110838, -0.977729), }, + Vertex { position: (-3.335942, -1.365685, 0.72459), + normal: (-0.521685, -0.261319, 0.812131), }, + Vertex { position: (-3.319817, -1.365015, 0.886015), + normal: (0.515412, -0.714946, -0.472444), }, + Vertex { position: (-3.27751, -1.177346, 0.9153), + normal: (0.249604, -0.855993, -0.452741), }, + Vertex { position: (-3.335942, -1.365685, 0.72459), + normal: (-0.521685, -0.261319, 0.812131), }, + Vertex { position: (-3.27751, -1.177346, 0.9153), + normal: (0.249604, -0.855993, -0.452741), }, + Vertex { position: (-3.27979, -1.162072, 0.784602), + normal: (-0.872722, -0.174901, 0.455813), }, + Vertex { position: (-3.238094, -0.979377, 0.961631), + normal: (-0.012978, -0.998326, -0.056357), }, + Vertex { position: (-3.233333, -0.683782, 1.015512), + normal: (0.074429, -0.99521, -0.063385), }, + Vertex { position: (-3.283698, -0.730967, 0.793898), + normal: (-0.99574, -0.082547, 0.041071), }, + Vertex { position: (-3.238094, -0.979377, 0.961631), + normal: (-0.012978, -0.998326, -0.056357), }, + Vertex { position: (-3.283698, -0.730967, 0.793898), + normal: (-0.99574, -0.082547, 0.041071), }, + Vertex { position: (-3.25121, -0.948205, 0.819868), + normal: (-0.874358, -0.225285, 0.429819), }, + Vertex { position: (-3.27751, -1.177346, 0.9153), + normal: (0.249604, -0.855993, -0.452741), }, + Vertex { position: (-3.238094, -0.979377, 0.961631), + normal: (-0.012978, -0.998326, -0.056357), }, + Vertex { position: (-3.25121, -0.948205, 0.819868), + normal: (-0.874358, -0.225285, 0.429819), }, + Vertex { position: (-3.27751, -1.177346, 0.9153), + normal: (0.249604, -0.855993, -0.452741), }, + Vertex { position: (-3.25121, -0.948205, 0.819868), + normal: (-0.874358, -0.225285, 0.429819), }, + Vertex { position: (-3.27979, -1.162072, 0.784602), + normal: (-0.872722, -0.174901, 0.455813), }, + Vertex { position: (-3.283698, -0.730967, 0.793898), + normal: (-0.99574, -0.082547, 0.041071), }, + Vertex { position: (-3.406618, -0.343461, 0.746456), + normal: (-0.896964, -0.287307, 0.336022), }, + Vertex { position: (-3.415655, -0.308965, 0.671045), + normal: (-0.970971, -0.219011, 0.096178), }, + Vertex { position: (-3.631292, 0.701013, 0.420276), + normal: (-0.98615, -0.150918, 0.068783), }, + Vertex { position: (-3.664355, 0.932851, 0.370749), + normal: (-0.736087, -0.675143, 0.048562), }, + Vertex { position: (-3.57817, 0.837714, 0.288502), + normal: (-0.845931, -0.255219, -0.468256), }, + Vertex { position: (-3.631292, 0.701013, 0.420276), + normal: (-0.98615, -0.150918, 0.068783), }, + Vertex { position: (-3.57817, 0.837714, 0.288502), + normal: (-0.845931, -0.255219, -0.468256), }, + Vertex { position: (-3.556552, 0.704883, 0.28063), + normal: (-0.794709, -0.185222, -0.57804), }, + Vertex { position: (-3.570384, 0.385564, 0.52448), + normal: (-0.84728, -0.52968, 0.039439), }, + Vertex { position: (-3.631292, 0.701013, 0.420276), + normal: (-0.98615, -0.150918, 0.068783), }, + Vertex { position: (-3.556552, 0.704883, 0.28063), + normal: (-0.794709, -0.185222, -0.57804), }, + Vertex { position: (-3.570384, 0.385564, 0.52448), + normal: (-0.84728, -0.52968, 0.039439), }, + Vertex { position: (-3.556552, 0.704883, 0.28063), + normal: (-0.794709, -0.185222, -0.57804), }, + Vertex { position: (-3.536654, 0.442277, 0.322), + normal: (-0.17902, -0.308668, 0.934171), }, + Vertex { position: (-3.520188, 0.140164, 0.618561), + normal: (-0.815087, -0.388054, 0.430171), }, + Vertex { position: (-3.570384, 0.385564, 0.52448), + normal: (-0.84728, -0.52968, 0.039439), }, + Vertex { position: (-3.536654, 0.442277, 0.322), + normal: (-0.17902, -0.308668, 0.934171), }, + Vertex { position: (-3.520188, 0.140164, 0.618561), + normal: (-0.815087, -0.388054, 0.430171), }, + Vertex { position: (-3.536654, 0.442277, 0.322), + normal: (-0.17902, -0.308668, 0.934171), }, + Vertex { position: (-3.51684, 0.149002, 0.430359), + normal: (-0.136917, -0.20176, 0.969818), }, + Vertex { position: (-3.458251, -0.12595, 0.731712), + normal: (-0.945906, -0.323169, 0.028687), }, + Vertex { position: (-3.520188, 0.140164, 0.618561), + normal: (-0.815087, -0.388054, 0.430171), }, + Vertex { position: (-3.51684, 0.149002, 0.430359), + normal: (-0.136917, -0.20176, 0.969818), }, + Vertex { position: (-3.458251, -0.12595, 0.731712), + normal: (-0.945906, -0.323169, 0.028687), }, + Vertex { position: (-3.51684, 0.149002, 0.430359), + normal: (-0.136917, -0.20176, 0.969818), }, + Vertex { position: (-3.470778, -0.078218, 0.546398), + normal: (-0.739347, 0.031953, 0.672566), }, + Vertex { position: (-3.406618, -0.343461, 0.746456), + normal: (-0.896964, -0.287307, 0.336022), }, + Vertex { position: (-3.458251, -0.12595, 0.731712), + normal: (-0.945906, -0.323169, 0.028687), }, + Vertex { position: (-3.470778, -0.078218, 0.546398), + normal: (-0.739347, 0.031953, 0.672566), }, + Vertex { position: (-3.406618, -0.343461, 0.746456), + normal: (-0.896964, -0.287307, 0.336022), }, + Vertex { position: (-3.470778, -0.078218, 0.546398), + normal: (-0.739347, 0.031953, 0.672566), }, + Vertex { position: (-3.415655, -0.308965, 0.671045), + normal: (-0.970971, -0.219011, 0.096178), }, + Vertex { position: (-3.599077, 0.796217, 0.0), + normal: (-0.989171, 0.146765, 0.0), }, + Vertex { position: (-3.57817, 0.837714, 0.288502), + normal: (-0.845931, -0.255219, -0.468256), }, + Vertex { position: (-3.664355, 0.932851, 0.370749), + normal: (-0.736087, -0.675143, 0.048562), }, + Vertex { position: (-3.599077, 0.796217, 0.0), + normal: (-0.989171, 0.146765, 0.0), }, + Vertex { position: (-3.664355, 0.932851, 0.370749), + normal: (-0.736087, -0.675143, 0.048562), }, + Vertex { position: (-3.623861, 0.911561, 0.0), + normal: (-0.996668, 0.081567, 0.0), }, + Vertex { position: (-3.709741, 1.351194, 0.211745), + normal: (-0.454242, -0.890878, -0.000928), }, + Vertex { position: (-3.709827, 1.417763, 0.0), + normal: (-0.848349, -0.120539, -0.515533), }, + Vertex { position: (-3.601668, 1.293049, 0.0), + normal: (-0.844095, -0.536194, 0.0), }, + Vertex { position: (-3.701634, 1.27265, 0.270469), + normal: (-0.354058, -0.732075, -0.581987), }, + Vertex { position: (-3.709741, 1.351194, 0.211745), + normal: (-0.454242, -0.890878, -0.000928), }, + Vertex { position: (-3.601668, 1.293049, 0.0), + normal: (-0.844095, -0.536194, 0.0), }, + Vertex { position: (-3.695872, 1.156978, 0.316829), + normal: (-0.587869, -0.808404, 0.029894), }, + Vertex { position: (-3.701634, 1.27265, 0.270469), + normal: (-0.354058, -0.732075, -0.581987), }, + Vertex { position: (-3.601668, 1.293049, 0.0), + normal: (-0.844095, -0.536194, 0.0), }, + Vertex { position: (-3.695872, 1.156978, 0.316829), + normal: (-0.587869, -0.808404, 0.029894), }, + Vertex { position: (-3.601668, 1.293049, 0.0), + normal: (-0.844095, -0.536194, 0.0), }, + Vertex { position: (-3.608593, 1.163581, 0.0), + normal: (-0.946116, -0.323827, 0.0), }, + Vertex { position: (-3.672431, 1.044224, 0.364991), + normal: (-0.581301, -0.608503, -0.540197), }, + Vertex { position: (-3.695872, 1.156978, 0.316829), + normal: (-0.587869, -0.808404, 0.029894), }, + Vertex { position: (-3.608593, 1.163581, 0.0), + normal: (-0.946116, -0.323827, 0.0), }, + Vertex { position: (-3.672431, 1.044224, 0.364991), + normal: (-0.581301, -0.608503, -0.540197), }, + Vertex { position: (-3.608593, 1.163581, 0.0), + normal: (-0.946116, -0.323827, 0.0), }, + Vertex { position: (-3.622326, 1.005378, 0.0), + normal: (-0.997181, -0.075036, 0.0), }, + Vertex { position: (-3.664355, 0.932851, 0.370749), + normal: (-0.736087, -0.675143, 0.048562), }, + Vertex { position: (-3.672431, 1.044224, 0.364991), + normal: (-0.581301, -0.608503, -0.540197), }, + Vertex { position: (-3.622326, 1.005378, 0.0), + normal: (-0.997181, -0.075036, 0.0), }, + Vertex { position: (-3.664355, 0.932851, 0.370749), + normal: (-0.736087, -0.675143, 0.048562), }, + Vertex { position: (-3.622326, 1.005378, 0.0), + normal: (-0.997181, -0.075036, 0.0), }, + Vertex { position: (-3.623861, 0.911561, 0.0), + normal: (-0.996668, 0.081567, 0.0), }, + Vertex { position: (-3.86074, -0.188349, -0.024962), + normal: (0.166377, -0.157108, 0.973466), }, + Vertex { position: (-3.84599, -0.18882, 0.019164), + normal: (0.238843, 0.101951, 0.965691), }, + Vertex { position: (-3.81743, 0.150343, 0.048629), + normal: (0.604306, 0.20436, 0.770098), }, + Vertex { position: (-3.86074, -0.188349, -0.024962), + normal: (0.166377, -0.157108, 0.973466), }, + Vertex { position: (-3.81743, 0.150343, 0.048629), + normal: (0.604306, 0.20436, 0.770098), }, + Vertex { position: (-3.828633, 0.149083, 0.0), + normal: (0.054863, -0.132814, 0.989621), }, + Vertex { position: (-3.828633, 0.149083, 0.0), + normal: (0.054863, -0.132814, 0.989621), }, + Vertex { position: (-3.81743, 0.150343, 0.048629), + normal: (0.604306, 0.20436, 0.770098), }, + Vertex { position: (-3.84447, 0.498176, 0.053132), + normal: (0.02054, -0.128179, 0.991538), }, + Vertex { position: (-3.828633, 0.149083, 0.0), + normal: (0.054863, -0.132814, 0.989621), }, + Vertex { position: (-3.84447, 0.498176, 0.053132), + normal: (0.02054, -0.128179, 0.991538), }, + Vertex { position: (-3.856649, 0.496801, 0.0), + normal: (-0.996511, -0.083465, -0.000062), }, + Vertex { position: (-3.856649, 0.496801, 0.0), + normal: (-0.996511, -0.083465, -0.000062), }, + Vertex { position: (-3.84447, 0.498176, 0.053132), + normal: (0.02054, -0.128179, 0.991538), }, + Vertex { position: (-3.88734, 1.003866, 0.057635), + normal: (0.193291, -0.0748, 0.978286), }, + Vertex { position: (-3.856649, 0.496801, 0.0), + normal: (-0.996511, -0.083465, -0.000062), }, + Vertex { position: (-3.88734, 1.003866, 0.057635), + normal: (0.193291, -0.0748, 0.978286), }, + Vertex { position: (-3.900566, 1.002504, 0.0), + normal: (-0.999862, -0.016634, 0.0), }, + Vertex { position: (-3.900566, 1.002504, 0.0), + normal: (-0.999862, -0.016634, 0.0), }, + Vertex { position: (-3.88734, 1.003866, 0.057635), + normal: (0.193291, -0.0748, 0.978286), }, + Vertex { position: (-3.86082, 1.479723, 0.062137), + normal: (0.133637, 0.26732, 0.954296), }, + Vertex { position: (-3.900566, 1.002504, 0.0), + normal: (-0.999862, -0.016634, 0.0), }, + Vertex { position: (-3.86082, 1.479723, 0.062137), + normal: (0.133637, 0.26732, 0.954296), }, + Vertex { position: (-3.87514, 1.480358, 0.0), + normal: (-0.964752, 0.26316, 0.0), }, + Vertex { position: (-3.87514, 1.480358, 0.0), + normal: (-0.964752, 0.26316, 0.0), }, + Vertex { position: (-3.86082, 1.479723, 0.062137), + normal: (0.133637, 0.26732, 0.954296), }, + Vertex { position: (-3.698925, 1.787941, 0.06664), + normal: (0.555353, 0.507651, 0.65869), }, + Vertex { position: (-3.87514, 1.480358, 0.0), + normal: (-0.964752, 0.26316, 0.0), }, + Vertex { position: (-3.698925, 1.787941, 0.06664), + normal: (0.555353, 0.507651, 0.65869), }, + Vertex { position: (-3.712832, 1.794492, 0.0), + normal: (-0.766357, 0.642415, 0.0), }, + Vertex { position: (-3.712832, 1.794492, 0.0), + normal: (-0.766357, 0.642415, 0.0), }, + Vertex { position: (-3.698925, 1.787941, 0.06664), + normal: (0.555353, 0.507651, 0.65869), }, + Vertex { position: (-3.469715, 1.961504, 0.071141), + normal: (0.823156, 0.134626, 0.551624), }, + Vertex { position: (-3.712832, 1.794492, 0.0), + normal: (-0.766357, 0.642415, 0.0), }, + Vertex { position: (-3.469715, 1.961504, 0.071141), + normal: (0.823156, 0.134626, 0.551624), }, + Vertex { position: (-3.47843, 1.975409, 0.0), + normal: (-0.410619, 0.911807, 0.0), }, + Vertex { position: (-3.47843, 1.975409, 0.0), + normal: (-0.410619, 0.911807, 0.0), }, + Vertex { position: (-3.469715, 1.961504, 0.071141), + normal: (0.823156, 0.134626, 0.551624), }, + Vertex { position: (-3.238225, 2.005405, 0.075645), + normal: (0.707626, -0.125604, 0.695334), }, + Vertex { position: (-3.47843, 1.975409, 0.0), + normal: (-0.410619, 0.911807, 0.0), }, + Vertex { position: (-3.238225, 2.005405, 0.075645), + normal: (0.707626, -0.125604, 0.695334), }, + Vertex { position: (-3.242148, 2.021387, 0.0), + normal: (-0.433128, -0.901332, 0.0), }, + Vertex { position: (-3.84599, -0.18882, 0.019164), + normal: (0.238843, 0.101951, 0.965691), }, + Vertex { position: (-3.805688, -0.190106, 0.051472), + normal: (0.546619, 0.025488, 0.836993), }, + Vertex { position: (-3.786822, 0.153783, 0.084233), + normal: (0.836108, -0.069219, 0.54418), }, + Vertex { position: (-3.84599, -0.18882, 0.019164), + normal: (0.238843, 0.101951, 0.965691), }, + Vertex { position: (-3.786822, 0.153783, 0.084233), + normal: (0.836108, -0.069219, 0.54418), }, + Vertex { position: (-3.81743, 0.150343, 0.048629), + normal: (0.604306, 0.20436, 0.770098), }, + Vertex { position: (-3.81743, 0.150343, 0.048629), + normal: (0.604306, 0.20436, 0.770098), }, + Vertex { position: (-3.786822, 0.153783, 0.084233), + normal: (0.836108, -0.069219, 0.54418), }, + Vertex { position: (-3.811194, 0.501935, 0.092033), + normal: (0.412833, -0.156454, 0.897269), }, + Vertex { position: (-3.81743, 0.150343, 0.048629), + normal: (0.604306, 0.20436, 0.770098), }, + Vertex { position: (-3.811194, 0.501935, 0.092033), + normal: (0.412833, -0.156454, 0.897269), }, + Vertex { position: (-3.84447, 0.498176, 0.053132), + normal: (0.02054, -0.128179, 0.991538), }, + Vertex { position: (-3.84447, 0.498176, 0.053132), + normal: (0.02054, -0.128179, 0.991538), }, + Vertex { position: (-3.811194, 0.501935, 0.092033), + normal: (0.412833, -0.156454, 0.897269), }, + Vertex { position: (-3.851206, 1.007586, 0.099831), + normal: (0.108828, -0.182644, 0.977137), }, + Vertex { position: (-3.84447, 0.498176, 0.053132), + normal: (0.02054, -0.128179, 0.991538), }, + Vertex { position: (-3.851206, 1.007586, 0.099831), + normal: (0.108828, -0.182644, 0.977137), }, + Vertex { position: (-3.88734, 1.003866, 0.057635), + normal: (0.193291, -0.0748, 0.978286), }, + Vertex { position: (-3.88734, 1.003866, 0.057635), + normal: (0.193291, -0.0748, 0.978286), }, + Vertex { position: (-3.851206, 1.007586, 0.099831), + normal: (0.108828, -0.182644, 0.977137), }, + Vertex { position: (-3.821694, 1.477989, 0.107631), + normal: (0.746476, -0.187741, 0.638379), }, + Vertex { position: (-3.88734, 1.003866, 0.057635), + normal: (0.193291, -0.0748, 0.978286), }, + Vertex { position: (-3.821694, 1.477989, 0.107631), + normal: (0.746476, -0.187741, 0.638379), }, + Vertex { position: (-3.86082, 1.479723, 0.062137), + normal: (0.133637, 0.26732, 0.954296), }, + Vertex { position: (-3.86082, 1.479723, 0.062137), + normal: (0.133637, 0.26732, 0.954296), }, + Vertex { position: (-3.821694, 1.477989, 0.107631), + normal: (0.746476, -0.187741, 0.638379), }, + Vertex { position: (-3.660928, 1.770041, 0.115431), + normal: (0.883859, -0.211187, 0.417364), }, + Vertex { position: (-3.86082, 1.479723, 0.062137), + normal: (0.133637, 0.26732, 0.954296), }, + Vertex { position: (-3.660928, 1.770041, 0.115431), + normal: (0.883859, -0.211187, 0.417364), }, + Vertex { position: (-3.698925, 1.787941, 0.06664), + normal: (0.555353, 0.507651, 0.65869), }, + Vertex { position: (-3.698925, 1.787941, 0.06664), + normal: (0.555353, 0.507651, 0.65869), }, + Vertex { position: (-3.660928, 1.770041, 0.115431), + normal: (0.883859, -0.211187, 0.417364), }, + Vertex { position: (-3.445903, 1.923509, 0.123229), + normal: (0.544736, 0.449333, 0.708069), }, + Vertex { position: (-3.698925, 1.787941, 0.06664), + normal: (0.555353, 0.507651, 0.65869), }, + Vertex { position: (-3.445903, 1.923509, 0.123229), + normal: (0.544736, 0.449333, 0.708069), }, + Vertex { position: (-3.469715, 1.961504, 0.071141), + normal: (0.823156, 0.134626, 0.551624), }, + Vertex { position: (-3.469715, 1.961504, 0.071141), + normal: (0.823156, 0.134626, 0.551624), }, + Vertex { position: (-3.445903, 1.923509, 0.123229), + normal: (0.544736, 0.449333, 0.708069), }, + Vertex { position: (-3.227504, 1.961738, 0.131029), + normal: (0.722, 0.398916, 0.565317), }, + Vertex { position: (-3.469715, 1.961504, 0.071141), + normal: (0.823156, 0.134626, 0.551624), }, + Vertex { position: (-3.227504, 1.961738, 0.131029), + normal: (0.722, 0.398916, 0.565317), }, + Vertex { position: (-3.238225, 2.005405, 0.075645), + normal: (0.707626, -0.125604, 0.695334), }, + Vertex { position: (-3.805688, -0.190106, 0.051472), + normal: (0.546619, 0.025488, 0.836993), }, + Vertex { position: (-3.75063, -0.191863, 0.063305), + normal: (0.711192, 0.127662, 0.69131), }, + Vertex { position: (-3.745007, 0.158482, 0.097274), + normal: (0.269343, 0.329305, 0.904993), }, + Vertex { position: (-3.805688, -0.190106, 0.051472), + normal: (0.546619, 0.025488, 0.836993), }, + Vertex { position: (-3.745007, 0.158482, 0.097274), + normal: (0.269343, 0.329305, 0.904993), }, + Vertex { position: (-3.786822, 0.153783, 0.084233), + normal: (0.836108, -0.069219, 0.54418), }, + Vertex { position: (-3.786822, 0.153783, 0.084233), + normal: (0.836108, -0.069219, 0.54418), }, + Vertex { position: (-3.745007, 0.158482, 0.097274), + normal: (0.269343, 0.329305, 0.904993), }, + Vertex { position: (-3.765736, 0.50707, 0.106281), + normal: (0.397989, 0.4494, 0.799778), }, + Vertex { position: (-3.786822, 0.153783, 0.084233), + normal: (0.836108, -0.069219, 0.54418), }, + Vertex { position: (-3.765736, 0.50707, 0.106281), + normal: (0.397989, 0.4494, 0.799778), }, + Vertex { position: (-3.811194, 0.501935, 0.092033), + normal: (0.412833, -0.156454, 0.897269), }, + Vertex { position: (-3.811194, 0.501935, 0.092033), + normal: (0.412833, -0.156454, 0.897269), }, + Vertex { position: (-3.765736, 0.50707, 0.106281), + normal: (0.397989, 0.4494, 0.799778), }, + Vertex { position: (-3.80184, 1.012668, 0.115288), + normal: (0.264978, 0.116702, 0.957166), }, + Vertex { position: (-3.811194, 0.501935, 0.092033), + normal: (0.412833, -0.156454, 0.897269), }, + Vertex { position: (-3.80184, 1.012668, 0.115288), + normal: (0.264978, 0.116702, 0.957166), }, + Vertex { position: (-3.851206, 1.007586, 0.099831), + normal: (0.108828, -0.182644, 0.977137), }, + Vertex { position: (-3.851206, 1.007586, 0.099831), + normal: (0.108828, -0.182644, 0.977137), }, + Vertex { position: (-3.80184, 1.012668, 0.115288), + normal: (0.264978, 0.116702, 0.957166), }, + Vertex { position: (-3.768245, 1.475619, 0.124295), + normal: (0.312982, -0.015529, 0.949632), }, + Vertex { position: (-3.851206, 1.007586, 0.099831), + normal: (0.108828, -0.182644, 0.977137), }, + Vertex { position: (-3.768245, 1.475619, 0.124295), + normal: (0.312982, -0.015529, 0.949632), }, + Vertex { position: (-3.821694, 1.477989, 0.107631), + normal: (0.746476, -0.187741, 0.638379), }, + Vertex { position: (-3.821694, 1.477989, 0.107631), + normal: (0.746476, -0.187741, 0.638379), }, + Vertex { position: (-3.768245, 1.475619, 0.124295), + normal: (0.312982, -0.015529, 0.949632), }, + Vertex { position: (-3.609021, 1.745588, 0.133304), + normal: (0.470021, 0.18298, 0.863481), }, + Vertex { position: (-3.821694, 1.477989, 0.107631), + normal: (0.746476, -0.187741, 0.638379), }, + Vertex { position: (-3.609021, 1.745588, 0.133304), + normal: (0.470021, 0.18298, 0.863481), }, + Vertex { position: (-3.660928, 1.770041, 0.115431), + normal: (0.883859, -0.211187, 0.417364), }, + Vertex { position: (-3.660928, 1.770041, 0.115431), + normal: (0.883859, -0.211187, 0.417364), }, + Vertex { position: (-3.609021, 1.745588, 0.133304), + normal: (0.470021, 0.18298, 0.863481), }, + Vertex { position: (-3.413372, 1.871604, 0.142309), + normal: (0.431712, 0.22912, 0.872427), }, + Vertex { position: (-3.660928, 1.770041, 0.115431), + normal: (0.883859, -0.211187, 0.417364), }, + Vertex { position: (-3.413372, 1.871604, 0.142309), + normal: (0.431712, 0.22912, 0.872427), }, + Vertex { position: (-3.445903, 1.923509, 0.123229), + normal: (0.544736, 0.449333, 0.708069), }, + Vertex { position: (-3.445903, 1.923509, 0.123229), + normal: (0.544736, 0.449333, 0.708069), }, + Vertex { position: (-3.413372, 1.871604, 0.142309), + normal: (0.431712, 0.22912, 0.872427), }, + Vertex { position: (-3.227504, 1.961738, 0.131029), + normal: (0.722, 0.398916, 0.565317), }, + Vertex { position: (-3.75063, -0.191863, 0.063305), + normal: (0.711192, 0.127662, 0.69131), }, + Vertex { position: (-3.695565, -0.19362, 0.051497), + normal: (0.560378, 0.257624, 0.787151), }, + Vertex { position: (-3.703185, 0.163182, 0.084262), + normal: (0.661824, 0.260114, 0.703086), }, + Vertex { position: (-3.75063, -0.191863, 0.063305), + normal: (0.711192, 0.127662, 0.69131), }, + Vertex { position: (-3.703185, 0.163182, 0.084262), + normal: (0.661824, 0.260114, 0.703086), }, + Vertex { position: (-3.745007, 0.158482, 0.097274), + normal: (0.269343, 0.329305, 0.904993), }, + Vertex { position: (-3.745007, 0.158482, 0.097274), + normal: (0.269343, 0.329305, 0.904993), }, + Vertex { position: (-3.703185, 0.163182, 0.084262), + normal: (0.661824, 0.260114, 0.703086), }, + Vertex { position: (-3.720269, 0.512205, 0.092064), + normal: (0.675892, 0.137563, 0.724049), }, + Vertex { position: (-3.745007, 0.158482, 0.097274), + normal: (0.269343, 0.329305, 0.904993), }, + Vertex { position: (-3.720269, 0.512205, 0.092064), + normal: (0.675892, 0.137563, 0.724049), }, + Vertex { position: (-3.765736, 0.50707, 0.106281), + normal: (0.397989, 0.4494, 0.799778), }, + Vertex { position: (-3.765736, 0.50707, 0.106281), + normal: (0.397989, 0.4494, 0.799778), }, + Vertex { position: (-3.720269, 0.512205, 0.092064), + normal: (0.675892, 0.137563, 0.724049), }, + Vertex { position: (-3.752468, 1.017751, 0.099865), + normal: (0.708269, -0.122725, 0.695193), }, + Vertex { position: (-3.765736, 0.50707, 0.106281), + normal: (0.397989, 0.4494, 0.799778), }, + Vertex { position: (-3.752468, 1.017751, 0.099865), + normal: (0.708269, -0.122725, 0.695193), }, + Vertex { position: (-3.80184, 1.012668, 0.115288), + normal: (0.264978, 0.116702, 0.957166), }, + Vertex { position: (-3.80184, 1.012668, 0.115288), + normal: (0.264978, 0.116702, 0.957166), }, + Vertex { position: (-3.752468, 1.017751, 0.099865), + normal: (0.708269, -0.122725, 0.695193), }, + Vertex { position: (-3.714787, 1.473248, 0.107668), + normal: (0.540204, -0.272055, 0.796345), }, + Vertex { position: (-3.80184, 1.012668, 0.115288), + normal: (0.264978, 0.116702, 0.957166), }, + Vertex { position: (-3.714787, 1.473248, 0.107668), + normal: (0.540204, -0.272055, 0.796345), }, + Vertex { position: (-3.768245, 1.475619, 0.124295), + normal: (0.312982, -0.015529, 0.949632), }, + Vertex { position: (-3.768245, 1.475619, 0.124295), + normal: (0.312982, -0.015529, 0.949632), }, + Vertex { position: (-3.714787, 1.473248, 0.107668), + normal: (0.540204, -0.272055, 0.796345), }, + Vertex { position: (-3.557104, 1.72113, 0.11547), + normal: (0.723289, -0.195474, 0.662302), }, + Vertex { position: (-3.768245, 1.475619, 0.124295), + normal: (0.312982, -0.015529, 0.949632), }, + Vertex { position: (-3.557104, 1.72113, 0.11547), + normal: (0.723289, -0.195474, 0.662302), }, + Vertex { position: (-3.609021, 1.745588, 0.133304), + normal: (0.470021, 0.18298, 0.863481), }, + Vertex { position: (-3.609021, 1.745588, 0.133304), + normal: (0.470021, 0.18298, 0.863481), }, + Vertex { position: (-3.557104, 1.72113, 0.11547), + normal: (0.723289, -0.195474, 0.662302), }, + Vertex { position: (-3.380836, 1.819691, 0.123273), + normal: (0.588787, -0.248294, 0.769207), }, + Vertex { position: (-3.609021, 1.745588, 0.133304), + normal: (0.470021, 0.18298, 0.863481), }, + Vertex { position: (-3.380836, 1.819691, 0.123273), + normal: (0.588787, -0.248294, 0.769207), }, + Vertex { position: (-3.413372, 1.871604, 0.142309), + normal: (0.431712, 0.22912, 0.872427), }, + Vertex { position: (-3.695565, -0.19362, 0.051497), + normal: (0.560378, 0.257624, 0.787151), }, + Vertex { position: (-3.65524, -0.194907, 0.019209), + normal: (0.274422, -0.24433, 0.930051), }, + Vertex { position: (-3.672559, 0.166625, 0.048678), + normal: (0.017555, -0.142899, 0.989582), }, + Vertex { position: (-3.695565, -0.19362, 0.051497), + normal: (0.560378, 0.257624, 0.787151), }, + Vertex { position: (-3.672559, 0.166625, 0.048678), + normal: (0.017555, -0.142899, 0.989582), }, + Vertex { position: (-3.703185, 0.163182, 0.084262), + normal: (0.661824, 0.260114, 0.703086), }, + Vertex { position: (-3.703185, 0.163182, 0.084262), + normal: (0.661824, 0.260114, 0.703086), }, + Vertex { position: (-3.672559, 0.166625, 0.048678), + normal: (0.017555, -0.142899, 0.989582), }, + Vertex { position: (-3.686972, 0.515966, 0.053185), + normal: (0.961046, 0.110911, 0.253159), }, + Vertex { position: (-3.703185, 0.163182, 0.084262), + normal: (0.661824, 0.260114, 0.703086), }, + Vertex { position: (-3.686972, 0.515966, 0.053185), + normal: (0.961046, 0.110911, 0.253159), }, + Vertex { position: (-3.720269, 0.512205, 0.092064), + normal: (0.675892, 0.137563, 0.724049), }, + Vertex { position: (-3.720269, 0.512205, 0.092064), + normal: (0.675892, 0.137563, 0.724049), }, + Vertex { position: (-3.686972, 0.515966, 0.053185), + normal: (0.961046, 0.110911, 0.253159), }, + Vertex { position: (-3.716312, 1.021474, 0.057693), + normal: (0.910294, -0.144636, 0.387873), }, + Vertex { position: (-3.720269, 0.512205, 0.092064), + normal: (0.675892, 0.137563, 0.724049), }, + Vertex { position: (-3.716312, 1.021474, 0.057693), + normal: (0.910294, -0.144636, 0.387873), }, + Vertex { position: (-3.752468, 1.017751, 0.099865), + normal: (0.708269, -0.122725, 0.695193), }, + Vertex { position: (-3.752468, 1.017751, 0.099865), + normal: (0.708269, -0.122725, 0.695193), }, + Vertex { position: (-3.716312, 1.021474, 0.057693), + normal: (0.910294, -0.144636, 0.387873), }, + Vertex { position: (-3.675638, 1.471512, 0.062201), + normal: (0.813709, -0.132052, 0.566074), }, + Vertex { position: (-3.752468, 1.017751, 0.099865), + normal: (0.708269, -0.122725, 0.695193), }, + Vertex { position: (-3.675638, 1.471512, 0.062201), + normal: (0.813709, -0.132052, 0.566074), }, + Vertex { position: (-3.714787, 1.473248, 0.107668), + normal: (0.540204, -0.272055, 0.796345), }, + Vertex { position: (-3.714787, 1.473248, 0.107668), + normal: (0.540204, -0.272055, 0.796345), }, + Vertex { position: (-3.675638, 1.471512, 0.062201), + normal: (0.813709, -0.132052, 0.566074), }, + Vertex { position: (-3.519086, 1.70322, 0.066709), + normal: (0.577502, -0.140087, 0.804281), }, + Vertex { position: (-3.714787, 1.473248, 0.107668), + normal: (0.540204, -0.272055, 0.796345), }, + Vertex { position: (-3.519086, 1.70322, 0.066709), + normal: (0.577502, -0.140087, 0.804281), }, + Vertex { position: (-3.557104, 1.72113, 0.11547), + normal: (0.723289, -0.195474, 0.662302), }, + Vertex { position: (-3.557104, 1.72113, 0.11547), + normal: (0.723289, -0.195474, 0.662302), }, + Vertex { position: (-3.519086, 1.70322, 0.066709), + normal: (0.577502, -0.140087, 0.804281), }, + Vertex { position: (-3.357009, 1.781675, 0.071216), + normal: (0.490646, -0.178294, 0.852923), }, + Vertex { position: (-3.557104, 1.72113, 0.11547), + normal: (0.723289, -0.195474, 0.662302), }, + Vertex { position: (-3.357009, 1.781675, 0.071216), + normal: (0.490646, -0.178294, 0.852923), }, + Vertex { position: (-3.380836, 1.819691, 0.123273), + normal: (0.588787, -0.248294, 0.769207), }, + Vertex { position: (-3.65524, -0.194907, 0.019209), + normal: (0.274422, -0.24433, 0.930051), }, + Vertex { position: (-3.640457, -0.195379, -0.024909), + normal: (0.267717, -0.172975, 0.947844), }, + Vertex { position: (-3.661331, 0.167886, 0.000058), + normal: (-0.028502, -0.108631, 0.993674), }, + Vertex { position: (-3.65524, -0.194907, 0.019209), + normal: (0.274422, -0.24433, 0.930051), }, + Vertex { position: (-3.661331, 0.167886, 0.000058), + normal: (-0.028502, -0.108631, 0.993674), }, + Vertex { position: (-3.672559, 0.166625, 0.048678), + normal: (0.017555, -0.142899, 0.989582), }, + Vertex { position: (-3.672559, 0.166625, 0.048678), + normal: (0.017555, -0.142899, 0.989582), }, + Vertex { position: (-3.661331, 0.167886, 0.000058), + normal: (-0.028502, -0.108631, 0.993674), }, + Vertex { position: (-3.674766, 0.517345, -0.000063), + normal: (0.998889, 0.047122, -0.000074), }, + Vertex { position: (-3.672559, 0.166625, 0.048678), + normal: (0.017555, -0.142899, 0.989582), }, + Vertex { position: (-3.674766, 0.517345, -0.000063), + normal: (0.998889, 0.047122, -0.000074), }, + Vertex { position: (-3.686972, 0.515966, 0.053185), + normal: (0.961046, 0.110911, 0.253159), }, + Vertex { position: (-3.686972, 0.515966, 0.053185), + normal: (0.961046, 0.110911, 0.253159), }, + Vertex { position: (-3.674766, 0.517345, -0.000063), + normal: (0.998889, 0.047122, -0.000074), }, + Vertex { position: (-3.703058, 1.022838, -0.000069), + normal: (0.999831, -0.018401, -0.000261), }, + Vertex { position: (-3.686972, 0.515966, 0.053185), + normal: (0.961046, 0.110911, 0.253159), }, + Vertex { position: (-3.703058, 1.022838, -0.000069), + normal: (0.999831, -0.018401, -0.000261), }, + Vertex { position: (-3.716312, 1.021474, 0.057693), + normal: (0.910294, -0.144636, 0.387873), }, + Vertex { position: (-3.716312, 1.021474, 0.057693), + normal: (0.910294, -0.144636, 0.387873), }, + Vertex { position: (-3.703058, 1.022838, -0.000069), + normal: (0.999831, -0.018401, -0.000261), }, + Vertex { position: (-3.661286, 1.470876, -0.000074), + normal: (0.941293, -0.337592, -0.000186), }, + Vertex { position: (-3.716312, 1.021474, 0.057693), + normal: (0.910294, -0.144636, 0.387873), }, + Vertex { position: (-3.661286, 1.470876, -0.000074), + normal: (0.941293, -0.337592, -0.000186), }, + Vertex { position: (-3.675638, 1.471512, 0.062201), + normal: (0.813709, -0.132052, 0.566074), }, + Vertex { position: (-3.675638, 1.471512, 0.062201), + normal: (0.813709, -0.132052, 0.566074), }, + Vertex { position: (-3.661286, 1.470876, -0.000074), + normal: (0.941293, -0.337592, -0.000186), }, + Vertex { position: (-3.507689, 1.700214, 0.0), + normal: (-0.153783, -0.988105, 0.0), }, + Vertex { position: (-3.675638, 1.471512, 0.062201), + normal: (0.813709, -0.132052, 0.566074), }, + Vertex { position: (-3.507689, 1.700214, 0.0), + normal: (-0.153783, -0.988105, 0.0), }, + Vertex { position: (-3.519086, 1.70322, 0.066709), + normal: (0.577502, -0.140087, 0.804281), }, + Vertex { position: (-3.519086, 1.70322, 0.066709), + normal: (0.577502, -0.140087, 0.804281), }, + Vertex { position: (-3.507689, 1.700214, 0.0), + normal: (-0.153783, -0.988105, 0.0), }, + Vertex { position: (-3.348274, 1.767738, -0.000085), + normal: (0.411442, -0.911436, -0.000099), }, + Vertex { position: (-3.519086, 1.70322, 0.066709), + normal: (0.577502, -0.140087, 0.804281), }, + Vertex { position: (-3.348274, 1.767738, -0.000085), + normal: (0.411442, -0.911436, -0.000099), }, + Vertex { position: (-3.357009, 1.781675, 0.071216), + normal: (0.490646, -0.178294, 0.852923), }, + Vertex { position: (-3.640457, -0.195379, -0.024909), + normal: (0.267717, -0.172975, 0.947844), }, + Vertex { position: (-3.655175, -0.194909, -0.069044), + normal: (-0.064166, -0.189382, 0.979805), }, + Vertex { position: (-3.67251, 0.16663, -0.048579), + normal: (0.781868, 0.537363, 0.316106), }, + Vertex { position: (-3.640457, -0.195379, -0.024909), + normal: (0.267717, -0.172975, 0.947844), }, + Vertex { position: (-3.67251, 0.16663, -0.048579), + normal: (0.781868, 0.537363, 0.316106), }, + Vertex { position: (-3.661331, 0.167886, 0.000058), + normal: (-0.028502, -0.108631, 0.993674), }, + Vertex { position: (-3.661331, 0.167886, 0.000058), + normal: (-0.028502, -0.108631, 0.993674), }, + Vertex { position: (-3.67251, 0.16663, -0.048579), + normal: (0.781868, 0.537363, 0.316106), }, + Vertex { position: (-3.686972, 0.515966, -0.053185), + normal: (0.891325, 0.039302, -0.451658), }, + Vertex { position: (-3.661331, 0.167886, 0.000058), + normal: (-0.028502, -0.108631, 0.993674), }, + Vertex { position: (-3.686972, 0.515966, -0.053185), + normal: (0.891325, 0.039302, -0.451658), }, + Vertex { position: (-3.674766, 0.517345, -0.000063), + normal: (0.998889, 0.047122, -0.000074), }, + Vertex { position: (-3.655175, -0.194909, -0.069044), + normal: (-0.064166, -0.189382, 0.979805), }, + Vertex { position: (-3.695452, -0.193624, -0.101369), + normal: (0.89264, 0.349909, 0.284178), }, + Vertex { position: (-3.703099, 0.163192, -0.084205), + normal: (0.618085, 0.65091, 0.440781), }, + Vertex { position: (-3.655175, -0.194909, -0.069044), + normal: (-0.064166, -0.189382, 0.979805), }, + Vertex { position: (-3.703099, 0.163192, -0.084205), + normal: (0.618085, 0.65091, 0.440781), }, + Vertex { position: (-3.67251, 0.16663, -0.048579), + normal: (0.781868, 0.537363, 0.316106), }, + Vertex { position: (-3.67251, 0.16663, -0.048579), + normal: (0.781868, 0.537363, 0.316106), }, + Vertex { position: (-3.703099, 0.163192, -0.084205), + normal: (0.618085, 0.65091, 0.440781), }, + Vertex { position: (-3.720269, 0.512205, -0.092064), + normal: (0.549192, 0.015162, -0.835559), }, + Vertex { position: (-3.67251, 0.16663, -0.048579), + normal: (0.781868, 0.537363, 0.316106), }, + Vertex { position: (-3.720269, 0.512205, -0.092064), + normal: (0.549192, 0.015162, -0.835559), }, + Vertex { position: (-3.686972, 0.515966, -0.053185), + normal: (0.891325, 0.039302, -0.451658), }, + Vertex { position: (-3.695452, -0.193624, -0.101369), + normal: (0.89264, 0.349909, 0.284178), }, + Vertex { position: (-3.7505, -0.191867, -0.11323), + normal: (0.3526, 0.621479, 0.699598), }, + Vertex { position: (-3.744907, 0.158493, -0.097274), + normal: (0.171039, 0.554898, 0.814146), }, + Vertex { position: (-3.695452, -0.193624, -0.101369), + normal: (0.89264, 0.349909, 0.284178), }, + Vertex { position: (-3.744907, 0.158493, -0.097274), + normal: (0.171039, 0.554898, 0.814146), }, + Vertex { position: (-3.703099, 0.163192, -0.084205), + normal: (0.618085, 0.65091, 0.440781), }, + Vertex { position: (-3.703099, 0.163192, -0.084205), + normal: (0.618085, 0.65091, 0.440781), }, + Vertex { position: (-3.744907, 0.158493, -0.097274), + normal: (0.171039, 0.554898, 0.814146), }, + Vertex { position: (-3.765736, 0.50707, -0.106281), + normal: (0.002291, -0.021629, -0.999763), }, + Vertex { position: (-3.703099, 0.163192, -0.084205), + normal: (0.618085, 0.65091, 0.440781), }, + Vertex { position: (-3.765736, 0.50707, -0.106281), + normal: (0.002291, -0.021629, -0.999763), }, + Vertex { position: (-3.720269, 0.512205, -0.092064), + normal: (0.549192, 0.015162, -0.835559), }, + Vertex { position: (-3.7505, -0.191867, -0.11323), + normal: (0.3526, 0.621479, 0.699598), }, + Vertex { position: (-3.805575, -0.190109, -0.101447), + normal: (-0.281998, -0.030938, 0.958916), }, + Vertex { position: (-3.786736, 0.153792, -0.084291), + normal: (-0.120429, -0.209965, 0.970264), }, + Vertex { position: (-3.7505, -0.191867, -0.11323), + normal: (0.3526, 0.621479, 0.699598), }, + Vertex { position: (-3.786736, 0.153792, -0.084291), + normal: (-0.120429, -0.209965, 0.970264), }, + Vertex { position: (-3.744907, 0.158493, -0.097274), + normal: (0.171039, 0.554898, 0.814146), }, + Vertex { position: (-3.744907, 0.158493, -0.097274), + normal: (0.171039, 0.554898, 0.814146), }, + Vertex { position: (-3.786736, 0.153792, -0.084291), + normal: (-0.120429, -0.209965, 0.970264), }, + Vertex { position: (-3.811194, 0.501935, -0.092033), + normal: (-0.545298, -0.056465, -0.836338), }, + Vertex { position: (-3.744907, 0.158493, -0.097274), + normal: (0.171039, 0.554898, 0.814146), }, + Vertex { position: (-3.811194, 0.501935, -0.092033), + normal: (-0.545298, -0.056465, -0.836338), }, + Vertex { position: (-3.765736, 0.50707, -0.106281), + normal: (0.002291, -0.021629, -0.999763), }, + Vertex { position: (-3.805575, -0.190109, -0.101447), + normal: (-0.281998, -0.030938, 0.958916), }, + Vertex { position: (-3.845923, -0.188822, -0.06918), + normal: (0.077536, 0.770695, 0.632469), }, + Vertex { position: (-3.817381, 0.150348, -0.048728), + normal: (-0.222902, 0.035918, 0.974179), }, + Vertex { position: (-3.805575, -0.190109, -0.101447), + normal: (-0.281998, -0.030938, 0.958916), }, + Vertex { position: (-3.817381, 0.150348, -0.048728), + normal: (-0.222902, 0.035918, 0.974179), }, + Vertex { position: (-3.786736, 0.153792, -0.084291), + normal: (-0.120429, -0.209965, 0.970264), }, + Vertex { position: (-3.786736, 0.153792, -0.084291), + normal: (-0.120429, -0.209965, 0.970264), }, + Vertex { position: (-3.817381, 0.150348, -0.048728), + normal: (-0.222902, 0.035918, 0.974179), }, + Vertex { position: (-3.84447, 0.498176, -0.053132), + normal: (-0.888551, -0.077176, -0.452239), }, + Vertex { position: (-3.786736, 0.153792, -0.084291), + normal: (-0.120429, -0.209965, 0.970264), }, + Vertex { position: (-3.84447, 0.498176, -0.053132), + normal: (-0.888551, -0.077176, -0.452239), }, + Vertex { position: (-3.811194, 0.501935, -0.092033), + normal: (-0.545298, -0.056465, -0.836338), }, + Vertex { position: (-3.845923, -0.188822, -0.06918), + normal: (0.077536, 0.770695, 0.632469), }, + Vertex { position: (-3.86074, -0.188349, -0.024962), + normal: (0.166377, -0.157108, 0.973466), }, + Vertex { position: (-3.828633, 0.149083, 0.0), + normal: (0.054863, -0.132814, 0.989621), }, + Vertex { position: (-3.845923, -0.188822, -0.06918), + normal: (0.077536, 0.770695, 0.632469), }, + Vertex { position: (-3.828633, 0.149083, 0.0), + normal: (0.054863, -0.132814, 0.989621), }, + Vertex { position: (-3.817381, 0.150348, -0.048728), + normal: (-0.222902, 0.035918, 0.974179), }, + Vertex { position: (-3.817381, 0.150348, -0.048728), + normal: (-0.222902, 0.035918, 0.974179), }, + Vertex { position: (-3.828633, 0.149083, 0.0), + normal: (0.054863, -0.132814, 0.989621), }, + Vertex { position: (-3.856649, 0.496801, 0.0), + normal: (-0.996511, -0.083465, -0.000062), }, + Vertex { position: (-3.817381, 0.150348, -0.048728), + normal: (-0.222902, 0.035918, 0.974179), }, + Vertex { position: (-3.856649, 0.496801, 0.0), + normal: (-0.996511, -0.083465, -0.000062), }, + Vertex { position: (-3.84447, 0.498176, -0.053132), + normal: (-0.888551, -0.077176, -0.452239), }, + Vertex { position: (-3.413372, 1.871604, 0.142309), + normal: (0.431712, 0.22912, 0.872427), }, + Vertex { position: (-3.077669, 1.871112, 0.217368), + normal: (0.137206, -0.207537, 0.968557), }, + Vertex { position: (-3.227504, 1.961738, 0.131029), + normal: (0.722, 0.398916, 0.565317), }, + Vertex { position: (-3.053102, 1.96881, 0.051104), + normal: (0.137764, -0.289893, 0.947092), }, + Vertex { position: (-3.037562, 2.001526, 0.0), + normal: (0.012502, -0.999922, 0.0), }, + Vertex { position: (-3.242148, 2.021387, 0.0), + normal: (-0.433128, -0.901332, 0.0), }, + Vertex { position: (-3.053102, 1.96881, 0.051104), + normal: (0.137764, -0.289893, 0.947092), }, + Vertex { position: (-3.242148, 2.021387, 0.0), + normal: (-0.433128, -0.901332, 0.0), }, + Vertex { position: (-3.238225, 2.005405, 0.075645), + normal: (0.707626, -0.125604, 0.695334), }, + Vertex { position: (-3.053102, 1.96881, 0.051104), + normal: (0.137764, -0.289893, 0.947092), }, + Vertex { position: (-3.238225, 2.005405, 0.075645), + normal: (0.707626, -0.125604, 0.695334), }, + Vertex { position: (-3.227504, 1.961738, 0.131029), + normal: (0.722, 0.398916, 0.565317), }, + Vertex { position: (-3.077669, 1.871112, 0.217368), + normal: (0.137206, -0.207537, 0.968557), }, + Vertex { position: (-3.053102, 1.96881, 0.051104), + normal: (0.137764, -0.289893, 0.947092), }, + Vertex { position: (-3.227504, 1.961738, 0.131029), + normal: (0.722, 0.398916, 0.565317), }, + Vertex { position: (-3.413372, 1.871604, 0.142309), + normal: (0.431712, 0.22912, 0.872427), }, + Vertex { position: (-3.35851, 1.810253, 0.380095), + normal: (-0.468954, -0.586277, 0.660577), }, + Vertex { position: (-3.077669, 1.871112, 0.217368), + normal: (0.137206, -0.207537, 0.968557), }, + Vertex { position: (-3.35851, 1.810253, 0.380095), + normal: (-0.468954, -0.586277, 0.660577), }, + Vertex { position: (-3.07531, 1.846, 0.363149), + normal: (0.094371, -0.230057, 0.968591), }, + Vertex { position: (-3.077669, 1.871112, 0.217368), + normal: (0.137206, -0.207537, 0.968557), }, + Vertex { position: (4.861618, 1.854067, 0.618095), + normal: (0.272203, 0.043076, 0.961275), }, + Vertex { position: (4.852578, 1.889721, 0.605031), + normal: (0.302716, 0.058971, 0.951255), }, + Vertex { position: (4.824747, 1.946835, 0.626358), + normal: (0.347794, 0.132396, 0.928176), }, + Vertex { position: (4.861618, 1.854067, 0.618095), + normal: (0.272203, 0.043076, 0.961275), }, + Vertex { position: (4.824747, 1.946835, 0.626358), + normal: (0.347794, 0.132396, 0.928176), }, + Vertex { position: (4.760921, 1.881357, 0.61312), + normal: (0.337014, -0.030018, 0.941021), }, + Vertex { position: (4.935561, 2.016016, 0.5857), + normal: (0.361081, -0.056526, 0.93082), }, + Vertex { position: (4.93588, 2.051665, 0.572853), + normal: (0.196849, 0.14562, 0.969559), }, + Vertex { position: (4.842883, 2.021333, 0.638025), + normal: (0.195545, 0.103956, 0.975169), }, + Vertex { position: (4.935561, 2.016016, 0.5857), + normal: (0.361081, -0.056526, 0.93082), }, + Vertex { position: (4.842883, 2.021333, 0.638025), + normal: (0.195545, 0.103956, 0.975169), }, + Vertex { position: (4.861611, 2.001639, 0.621913), + normal: (0.36359, 0.089346, 0.927264), }, + Vertex { position: (4.973133, 1.992779, 0.533466), + normal: (0.282492, 0.026081, 0.958915), }, + Vertex { position: (5.001903, 1.914398, 0.486724), + normal: (0.380651, 0.443224, 0.811577), }, + Vertex { position: (4.991746, 2.009819, 0.523206), + normal: (0.210495, 0.185422, 0.959849), }, + Vertex { position: (4.852578, 1.889721, 0.605031), + normal: (0.302716, 0.058971, 0.951255), }, + Vertex { position: (4.861618, 1.854067, 0.618095), + normal: (0.272203, 0.043076, 0.961275), }, + Vertex { position: (4.944706, 1.840663, 0.575374), + normal: (-0.03359, 0.173471, 0.984266), }, + Vertex { position: (4.852578, 1.889721, 0.605031), + normal: (0.302716, 0.058971, 0.951255), }, + Vertex { position: (4.944706, 1.840663, 0.575374), + normal: (-0.03359, 0.173471, 0.984266), }, + Vertex { position: (4.926194, 1.859813, 0.582137), + normal: (0.332757, 0.286207, 0.898531), }, + Vertex { position: (4.944706, 1.840663, 0.575374), + normal: (-0.03359, 0.173471, 0.984266), }, + Vertex { position: (4.991709, 1.844295, 0.520761), + normal: (0.289202, 0.572304, 0.767353), }, + Vertex { position: (4.982364, 1.8733, 0.53619), + normal: (0.362705, 0.428702, 0.827442), }, + Vertex { position: (4.944706, 1.840663, 0.575374), + normal: (-0.03359, 0.173471, 0.984266), }, + Vertex { position: (4.982364, 1.8733, 0.53619), + normal: (0.362705, 0.428702, 0.827442), }, + Vertex { position: (4.926194, 1.859813, 0.582137), + normal: (0.332757, 0.286207, 0.898531), }, + Vertex { position: (4.852582, 1.816115, 0.603105), + normal: (0.168187, 0.300291, 0.938903), }, + Vertex { position: (4.908019, 1.796041, 0.587882), + normal: (0.243508, 0.533327, 0.810103), }, + Vertex { position: (4.944706, 1.840663, 0.575374), + normal: (-0.03359, 0.173471, 0.984266), }, + Vertex { position: (4.852582, 1.816115, 0.603105), + normal: (0.168187, 0.300291, 0.938903), }, + Vertex { position: (4.944706, 1.840663, 0.575374), + normal: (-0.03359, 0.173471, 0.984266), }, + Vertex { position: (4.861618, 1.854067, 0.618095), + normal: (0.272203, 0.043076, 0.961275), }, + Vertex { position: (4.908019, 1.796041, 0.587882), + normal: (0.243508, 0.533327, 0.810103), }, + Vertex { position: (4.963546, 1.783161, 0.553515), + normal: (0.112152, 0.130705, 0.985057), }, + Vertex { position: (4.991709, 1.844295, 0.520761), + normal: (0.289202, 0.572304, 0.767353), }, + Vertex { position: (4.908019, 1.796041, 0.587882), + normal: (0.243508, 0.533327, 0.810103), }, + Vertex { position: (4.991709, 1.844295, 0.520761), + normal: (0.289202, 0.572304, 0.767353), }, + Vertex { position: (4.944706, 1.840663, 0.575374), + normal: (-0.03359, 0.173471, 0.984266), }, + Vertex { position: (4.963546, 1.783161, 0.553515), + normal: (0.112152, 0.130705, 0.985057), }, + Vertex { position: (4.983034, 1.806343, 0.505779), + normal: (0.069483, 0.206285, 0.976022), }, + Vertex { position: (4.991709, 1.844295, 0.520761), + normal: (0.289202, 0.572304, 0.767353), }, + Vertex { position: (4.983034, 1.806343, 0.505779), + normal: (0.069483, 0.206285, 0.976022), }, + Vertex { position: (5.01143, 1.875569, 0.463205), + normal: (0.154687, 0.171026, 0.973048), }, + Vertex { position: (4.991709, 1.844295, 0.520761), + normal: (0.289202, 0.572304, 0.767353), }, + Vertex { position: (4.93588, 2.051665, 0.572853), + normal: (0.196849, 0.14562, 0.969559), }, + Vertex { position: (4.991746, 2.009819, 0.523206), + normal: (0.210495, 0.185422, 0.959849), }, + Vertex { position: (4.964945, 2.053575, 0.499903), + normal: (0.235746, 0.648569, 0.723728), }, + Vertex { position: (4.93588, 2.051665, 0.572853), + normal: (0.196849, 0.14562, 0.969559), }, + Vertex { position: (4.964945, 2.053575, 0.499903), + normal: (0.235746, 0.648569, 0.723728), }, + Vertex { position: (4.918466, 2.084725, 0.532713), + normal: (0.054287, 0.055115, 0.997003), }, + Vertex { position: (4.991746, 2.009819, 0.523206), + normal: (0.210495, 0.185422, 0.959849), }, + Vertex { position: (5.020077, 1.97817, 0.480978), + normal: (0.101497, 0.61661, 0.780699), }, + Vertex { position: (4.964945, 2.053575, 0.499903), + normal: (0.235746, 0.648569, 0.723728), }, + Vertex { position: (5.01143, 1.875569, 0.463205), + normal: (0.154687, 0.171026, 0.973048), }, + Vertex { position: (5.020077, 1.97817, 0.480978), + normal: (0.101497, 0.61661, 0.780699), }, + Vertex { position: (4.991746, 2.009819, 0.523206), + normal: (0.210495, 0.185422, 0.959849), }, + Vertex { position: (4.93588, 2.051665, 0.572853), + normal: (0.196849, 0.14562, 0.969559), }, + Vertex { position: (4.881574, 2.094571, 0.539949), + normal: (0.012421, 0.392537, 0.919652), }, + Vertex { position: (4.825996, 2.089176, 0.576083), + normal: (0.043397, 0.435463, 0.89916), }, + Vertex { position: (4.93588, 2.051665, 0.572853), + normal: (0.196849, 0.14562, 0.969559), }, + Vertex { position: (4.825996, 2.089176, 0.576083), + normal: (0.043397, 0.435463, 0.89916), }, + Vertex { position: (4.842883, 2.021333, 0.638025), + normal: (0.195545, 0.103956, 0.975169), }, + Vertex { position: (4.788476, 2.028047, 0.608619), + normal: (0.067357, 0.280764, 0.95741), }, + Vertex { position: (4.760921, 1.881357, 0.61312), + normal: (0.337014, -0.030018, 0.941021), }, + Vertex { position: (4.842883, 2.021333, 0.638025), + normal: (0.195545, 0.103956, 0.975169), }, + Vertex { position: (4.788476, 2.028047, 0.608619), + normal: (0.067357, 0.280764, 0.95741), }, + Vertex { position: (4.842883, 2.021333, 0.638025), + normal: (0.195545, 0.103956, 0.975169), }, + Vertex { position: (4.825996, 2.089176, 0.576083), + normal: (0.043397, 0.435463, 0.89916), }, + Vertex { position: (4.788476, 2.028047, 0.608619), + normal: (0.067357, 0.280764, 0.95741), }, + Vertex { position: (4.825996, 2.089176, 0.576083), + normal: (0.043397, 0.435463, 0.89916), }, + Vertex { position: (4.798297, 2.118191, 0.591085), + normal: (0.184871, 0.227138, 0.956154), }, + Vertex { position: (4.788476, 2.028047, 0.608619), + normal: (0.067357, 0.280764, 0.95741), }, + Vertex { position: (4.798297, 2.118191, 0.591085), + normal: (0.184871, 0.227138, 0.956154), }, + Vertex { position: (4.751519, 2.039658, 0.634134), + normal: (-0.026366, 0.234118, 0.971851), }, + Vertex { position: (4.825996, 2.089176, 0.576083), + normal: (0.043397, 0.435463, 0.89916), }, + Vertex { position: (4.881574, 2.094571, 0.539949), + normal: (0.012421, 0.392537, 0.919652), }, + Vertex { position: (4.872539, 2.159259, 0.542891), + normal: (-0.034875, 0.308036, 0.950735), }, + Vertex { position: (4.825996, 2.089176, 0.576083), + normal: (0.043397, 0.435463, 0.89916), }, + Vertex { position: (4.872539, 2.159259, 0.542891), + normal: (-0.034875, 0.308036, 0.950735), }, + Vertex { position: (4.798297, 2.118191, 0.591085), + normal: (0.184871, 0.227138, 0.956154), }, + Vertex { position: (4.881574, 2.094571, 0.539949), + normal: (0.012421, 0.392537, 0.919652), }, + Vertex { position: (4.918466, 2.084725, 0.532713), + normal: (0.054287, 0.055115, 0.997003), }, + Vertex { position: (4.927885, 2.15656, 0.516579), + normal: (-0.148853, 0.101172, 0.98367), }, + Vertex { position: (4.881574, 2.094571, 0.539949), + normal: (0.012421, 0.392537, 0.919652), }, + Vertex { position: (4.927885, 2.15656, 0.516579), + normal: (-0.148853, 0.101172, 0.98367), }, + Vertex { position: (4.872539, 2.159259, 0.542891), + normal: (-0.034875, 0.308036, 0.950735), }, + Vertex { position: (4.918466, 2.084725, 0.532713), + normal: (0.054287, 0.055115, 0.997003), }, + Vertex { position: (4.964945, 2.053575, 0.499903), + normal: (0.235746, 0.648569, 0.723728), }, + Vertex { position: (5.00244, 2.105746, 0.468233), + normal: (0.504806, 0.844077, 0.180846), }, + Vertex { position: (4.918466, 2.084725, 0.532713), + normal: (0.054287, 0.055115, 0.997003), }, + Vertex { position: (5.00244, 2.105746, 0.468233), + normal: (0.504806, 0.844077, 0.180846), }, + Vertex { position: (4.927885, 2.15656, 0.516579), + normal: (-0.148853, 0.101172, 0.98367), }, + Vertex { position: (4.964945, 2.053575, 0.499903), + normal: (0.235746, 0.648569, 0.723728), }, + Vertex { position: (5.020077, 1.97817, 0.480978), + normal: (0.101497, 0.61661, 0.780699), }, + Vertex { position: (5.057495, 2.002751, 0.451974), + normal: (0.615065, 0.769234, 0.173133), }, + Vertex { position: (4.964945, 2.053575, 0.499903), + normal: (0.235746, 0.648569, 0.723728), }, + Vertex { position: (5.057495, 2.002751, 0.451974), + normal: (0.615065, 0.769234, 0.173133), }, + Vertex { position: (5.00244, 2.105746, 0.468233), + normal: (0.504806, 0.844077, 0.180846), }, + Vertex { position: (5.020077, 1.97817, 0.480978), + normal: (0.101497, 0.61661, 0.780699), }, + Vertex { position: (5.01143, 1.875569, 0.463205), + normal: (0.154687, 0.171026, 0.973048), }, + Vertex { position: (5.075994, 1.900999, 0.443793), + normal: (0.550963, 0.62763, 0.550018), }, + Vertex { position: (5.020077, 1.97817, 0.480978), + normal: (0.101497, 0.61661, 0.780699), }, + Vertex { position: (5.075994, 1.900999, 0.443793), + normal: (0.550963, 0.62763, 0.550018), }, + Vertex { position: (5.057495, 2.002751, 0.451974), + normal: (0.615065, 0.769234, 0.173133), }, + Vertex { position: (5.01143, 1.875569, 0.463205), + normal: (0.154687, 0.171026, 0.973048), }, + Vertex { position: (5.030289, 1.827419, 0.440803), + normal: (0.477291, 0.716177, 0.509199), }, + Vertex { position: (5.075994, 1.900999, 0.443793), + normal: (0.550963, 0.62763, 0.550018), }, + Vertex { position: (4.983034, 1.806343, 0.505779), + normal: (0.069483, 0.206285, 0.976022), }, + Vertex { position: (4.991904, 1.760829, 0.510386), + normal: (0.888167, 0.420088, 0.186241), }, + Vertex { position: (5.030289, 1.827419, 0.440803), + normal: (0.477291, 0.716177, 0.509199), }, + Vertex { position: (4.983034, 1.806343, 0.505779), + normal: (0.069483, 0.206285, 0.976022), }, + Vertex { position: (5.030289, 1.827419, 0.440803), + normal: (0.477291, 0.716177, 0.509199), }, + Vertex { position: (5.01143, 1.875569, 0.463205), + normal: (0.154687, 0.171026, 0.973048), }, + Vertex { position: (4.963546, 1.783161, 0.553515), + normal: (0.112152, 0.130705, 0.985057), }, + Vertex { position: (4.936066, 1.737668, 0.557276), + normal: (0.749779, 0.312648, 0.583167), }, + Vertex { position: (4.991904, 1.760829, 0.510386), + normal: (0.888167, 0.420088, 0.186241), }, + Vertex { position: (4.963546, 1.783161, 0.553515), + normal: (0.112152, 0.130705, 0.985057), }, + Vertex { position: (4.991904, 1.760829, 0.510386), + normal: (0.888167, 0.420088, 0.186241), }, + Vertex { position: (4.983034, 1.806343, 0.505779), + normal: (0.069483, 0.206285, 0.976022), }, + Vertex { position: (4.871155, 1.741238, 0.592326), + normal: (0.358075, 0.480709, 0.800438), }, + Vertex { position: (4.936066, 1.737668, 0.557276), + normal: (0.749779, 0.312648, 0.583167), }, + Vertex { position: (4.963546, 1.783161, 0.553515), + normal: (0.112152, 0.130705, 0.985057), }, + Vertex { position: (4.871155, 1.741238, 0.592326), + normal: (0.358075, 0.480709, 0.800438), }, + Vertex { position: (4.963546, 1.783161, 0.553515), + normal: (0.112152, 0.130705, 0.985057), }, + Vertex { position: (4.908019, 1.796041, 0.587882), + normal: (0.243508, 0.533327, 0.810103), }, + Vertex { position: (4.816181, 1.79786, 0.604026), + normal: (0.524848, 0.480955, 0.702294), }, + Vertex { position: (4.871155, 1.741238, 0.592326), + normal: (0.358075, 0.480709, 0.800438), }, + Vertex { position: (4.908019, 1.796041, 0.587882), + normal: (0.243508, 0.533327, 0.810103), }, + Vertex { position: (4.816181, 1.79786, 0.604026), + normal: (0.524848, 0.480955, 0.702294), }, + Vertex { position: (4.908019, 1.796041, 0.587882), + normal: (0.243508, 0.533327, 0.810103), }, + Vertex { position: (4.852582, 1.816115, 0.603105), + normal: (0.168187, 0.300291, 0.938903), }, + Vertex { position: (4.816181, 1.79786, 0.604026), + normal: (0.524848, 0.480955, 0.702294), }, + Vertex { position: (4.852582, 1.816115, 0.603105), + normal: (0.168187, 0.300291, 0.938903), }, + Vertex { position: (4.760921, 1.881357, 0.61312), + normal: (0.337014, -0.030018, 0.941021), }, + Vertex { position: (5.085813, 1.888503, 0.408327), + normal: (0.988203, -0.047217, 0.145687), }, + Vertex { position: (5.095375, 1.961238, 0.401516), + normal: (0.72603, 0.248277, 0.641279), }, + Vertex { position: (5.075994, 1.900999, 0.443793), + normal: (0.550963, 0.62763, 0.550018), }, + Vertex { position: (5.030289, 1.827419, 0.440803), + normal: (0.477291, 0.716177, 0.509199), }, + Vertex { position: (5.058179, 1.788186, 0.417387), + normal: (0.936242, -0.313777, -0.158096), }, + Vertex { position: (5.085813, 1.888503, 0.408327), + normal: (0.988203, -0.047217, 0.145687), }, + Vertex { position: (5.030289, 1.827419, 0.440803), + normal: (0.477291, 0.716177, 0.509199), }, + Vertex { position: (5.085813, 1.888503, 0.408327), + normal: (0.988203, -0.047217, 0.145687), }, + Vertex { position: (5.075994, 1.900999, 0.443793), + normal: (0.550963, 0.62763, 0.550018), }, + Vertex { position: (4.991904, 1.760829, 0.510386), + normal: (0.888167, 0.420088, 0.186241), }, + Vertex { position: (5.019836, 1.739907, 0.485562), + normal: (0.831186, -0.511045, -0.219005), }, + Vertex { position: (5.058179, 1.788186, 0.417387), + normal: (0.936242, -0.313777, -0.158096), }, + Vertex { position: (4.991904, 1.760829, 0.510386), + normal: (0.888167, 0.420088, 0.186241), }, + Vertex { position: (5.058179, 1.788186, 0.417387), + normal: (0.936242, -0.313777, -0.158096), }, + Vertex { position: (5.030289, 1.827419, 0.440803), + normal: (0.477291, 0.716177, 0.509199), }, + Vertex { position: (4.936066, 1.737668, 0.557276), + normal: (0.749779, 0.312648, 0.583167), }, + Vertex { position: (4.917973, 1.68148, 0.544201), + normal: (0.797293, -0.558933, -0.227857), }, + Vertex { position: (5.019836, 1.739907, 0.485562), + normal: (0.831186, -0.511045, -0.219005), }, + Vertex { position: (4.936066, 1.737668, 0.557276), + normal: (0.749779, 0.312648, 0.583167), }, + Vertex { position: (5.019836, 1.739907, 0.485562), + normal: (0.831186, -0.511045, -0.219005), }, + Vertex { position: (4.991904, 1.760829, 0.510386), + normal: (0.888167, 0.420088, 0.186241), }, + Vertex { position: (4.862636, 1.684144, 0.570155), + normal: (0.707669, -0.687185, 0.164261), }, + Vertex { position: (4.917973, 1.68148, 0.544201), + normal: (0.797293, -0.558933, -0.227857), }, + Vertex { position: (4.936066, 1.737668, 0.557276), + normal: (0.749779, 0.312648, 0.583167), }, + Vertex { position: (4.862636, 1.684144, 0.570155), + normal: (0.707669, -0.687185, 0.164261), }, + Vertex { position: (4.936066, 1.737668, 0.557276), + normal: (0.749779, 0.312648, 0.583167), }, + Vertex { position: (4.871155, 1.741238, 0.592326), + normal: (0.358075, 0.480709, 0.800438), }, + Vertex { position: (4.752337, 1.723388, 0.591296), + normal: (0.744254, -0.65416, 0.134758), }, + Vertex { position: (4.862636, 1.684144, 0.570155), + normal: (0.707669, -0.687185, 0.164261), }, + Vertex { position: (4.871155, 1.741238, 0.592326), + normal: (0.358075, 0.480709, 0.800438), }, + Vertex { position: (4.752337, 1.723388, 0.591296), + normal: (0.744254, -0.65416, 0.134758), }, + Vertex { position: (4.871155, 1.741238, 0.592326), + normal: (0.358075, 0.480709, 0.800438), }, + Vertex { position: (4.816181, 1.79786, 0.604026), + normal: (0.524848, 0.480955, 0.702294), }, + Vertex { position: (4.697607, 1.768061, 0.576663), + normal: (0.884603, -0.366979, 0.287755), }, + Vertex { position: (4.752337, 1.723388, 0.591296), + normal: (0.744254, -0.65416, 0.134758), }, + Vertex { position: (4.816181, 1.79786, 0.604026), + normal: (0.524848, 0.480955, 0.702294), }, + Vertex { position: (4.697607, 1.768061, 0.576663), + normal: (0.884603, -0.366979, 0.287755), }, + Vertex { position: (4.816181, 1.79786, 0.604026), + normal: (0.524848, 0.480955, 0.702294), }, + Vertex { position: (4.760921, 1.881357, 0.61312), + normal: (0.337014, -0.030018, 0.941021), }, + Vertex { position: (5.057495, 2.002751, 0.451974), + normal: (0.615065, 0.769234, 0.173133), }, + Vertex { position: (5.067202, 2.027704, 0.422291), + normal: (0.670109, -0.356989, 0.650778), }, + Vertex { position: (5.030641, 2.102197, 0.432329), + normal: (0.468872, -0.092982, 0.878359), }, + Vertex { position: (5.057495, 2.002751, 0.451974), + normal: (0.615065, 0.769234, 0.173133), }, + Vertex { position: (5.030641, 2.102197, 0.432329), + normal: (0.468872, -0.092982, 0.878359), }, + Vertex { position: (5.00244, 2.105746, 0.468233), + normal: (0.504806, 0.844077, 0.180846), }, + Vertex { position: (4.927885, 2.15656, 0.516579), + normal: (-0.148853, 0.101172, 0.98367), }, + Vertex { position: (5.00244, 2.105746, 0.468233), + normal: (0.504806, 0.844077, 0.180846), }, + Vertex { position: (5.030641, 2.102197, 0.432329), + normal: (0.468872, -0.092982, 0.878359), }, + Vertex { position: (4.927885, 2.15656, 0.516579), + normal: (-0.148853, 0.101172, 0.98367), }, + Vertex { position: (5.030641, 2.102197, 0.432329), + normal: (0.468872, -0.092982, 0.878359), }, + Vertex { position: (4.93795, 2.181155, 0.486939), + normal: (0.507131, -0.710633, 0.487667), }, + Vertex { position: (4.872539, 2.159259, 0.542891), + normal: (-0.034875, 0.308036, 0.950735), }, + Vertex { position: (4.927885, 2.15656, 0.516579), + normal: (-0.148853, 0.101172, 0.98367), }, + Vertex { position: (4.93795, 2.181155, 0.486939), + normal: (0.507131, -0.710633, 0.487667), }, + Vertex { position: (4.872539, 2.159259, 0.542891), + normal: (-0.034875, 0.308036, 0.950735), }, + Vertex { position: (4.93795, 2.181155, 0.486939), + normal: (0.507131, -0.710633, 0.487667), }, + Vertex { position: (4.881855, 2.194544, 0.530288), + normal: (0.292794, -0.691168, 0.660725), }, + Vertex { position: (4.807794, 2.143653, 0.570393), + normal: (0.384025, -0.256534, 0.88697), }, + Vertex { position: (4.798297, 2.118191, 0.591085), + normal: (0.184871, 0.227138, 0.956154), }, + Vertex { position: (4.872539, 2.159259, 0.542891), + normal: (-0.034875, 0.308036, 0.950735), }, + Vertex { position: (4.807794, 2.143653, 0.570393), + normal: (0.384025, -0.256534, 0.88697), }, + Vertex { position: (4.872539, 2.159259, 0.542891), + normal: (-0.034875, 0.308036, 0.950735), }, + Vertex { position: (4.881855, 2.194544, 0.530288), + normal: (0.292794, -0.691168, 0.660725), }, + Vertex { position: (4.728963, 2.036146, 0.614307), + normal: (0.689769, -0.265624, 0.673544), }, + Vertex { position: (4.751519, 2.039658, 0.634134), + normal: (-0.026366, 0.234118, 0.971851), }, + Vertex { position: (4.798297, 2.118191, 0.591085), + normal: (0.184871, 0.227138, 0.956154), }, + Vertex { position: (4.728963, 2.036146, 0.614307), + normal: (0.689769, -0.265624, 0.673544), }, + Vertex { position: (4.798297, 2.118191, 0.591085), + normal: (0.184871, 0.227138, 0.956154), }, + Vertex { position: (4.807794, 2.143653, 0.570393), + normal: (0.384025, -0.256534, 0.88697), }, + Vertex { position: (4.760921, 1.881357, 0.61312), + normal: (0.337014, -0.030018, 0.941021), }, + Vertex { position: (4.751519, 2.039658, 0.634134), + normal: (-0.026366, 0.234118, 0.971851), }, + Vertex { position: (4.728963, 2.036146, 0.614307), + normal: (0.689769, -0.265624, 0.673544), }, + Vertex { position: (4.760921, 1.881357, 0.61312), + normal: (0.337014, -0.030018, 0.941021), }, + Vertex { position: (4.728963, 2.036146, 0.614307), + normal: (0.689769, -0.265624, 0.673544), }, + Vertex { position: (4.742358, 1.882232, 0.62165), + normal: (0.901575, -0.270544, 0.337593), }, + Vertex { position: (4.697607, 1.768061, 0.576663), + normal: (0.884603, -0.366979, 0.287755), }, + Vertex { position: (4.760921, 1.881357, 0.61312), + normal: (0.337014, -0.030018, 0.941021), }, + Vertex { position: (4.742358, 1.882232, 0.62165), + normal: (0.901575, -0.270544, 0.337593), }, + Vertex { position: (4.688114, 2.046378, 0.604518), + normal: (0.190357, -0.604308, 0.773677), }, + Vertex { position: (4.728963, 2.036146, 0.614307), + normal: (0.689769, -0.265624, 0.673544), }, + Vertex { position: (4.807794, 2.143653, 0.570393), + normal: (0.384025, -0.256534, 0.88697), }, + Vertex { position: (4.688114, 2.046378, 0.604518), + normal: (0.190357, -0.604308, 0.773677), }, + Vertex { position: (4.807794, 2.143653, 0.570393), + normal: (0.384025, -0.256534, 0.88697), }, + Vertex { position: (4.74405, 2.179337, 0.556057), + normal: (0.399187, -0.679804, 0.615237), }, + Vertex { position: (4.807794, 2.143653, 0.570393), + normal: (0.384025, -0.256534, 0.88697), }, + Vertex { position: (4.881855, 2.194544, 0.530288), + normal: (0.292794, -0.691168, 0.660725), }, + Vertex { position: (4.837331, 2.235678, 0.479332), + normal: (0.428199, -0.104479, 0.897624), }, + Vertex { position: (4.807794, 2.143653, 0.570393), + normal: (0.384025, -0.256534, 0.88697), }, + Vertex { position: (4.837331, 2.235678, 0.479332), + normal: (0.428199, -0.104479, 0.897624), }, + Vertex { position: (4.74405, 2.179337, 0.556057), + normal: (0.399187, -0.679804, 0.615237), }, + Vertex { position: (4.881855, 2.194544, 0.530288), + normal: (0.292794, -0.691168, 0.660725), }, + Vertex { position: (4.93795, 2.181155, 0.486939), + normal: (0.507131, -0.710633, 0.487667), }, + Vertex { position: (4.89385, 2.220523, 0.417713), + normal: (0.259896, 0.111139, 0.95922), }, + Vertex { position: (4.881855, 2.194544, 0.530288), + normal: (0.292794, -0.691168, 0.660725), }, + Vertex { position: (4.89385, 2.220523, 0.417713), + normal: (0.259896, 0.111139, 0.95922), }, + Vertex { position: (4.837331, 2.235678, 0.479332), + normal: (0.428199, -0.104479, 0.897624), }, + Vertex { position: (4.93795, 2.181155, 0.486939), + normal: (0.507131, -0.710633, 0.487667), }, + Vertex { position: (5.030641, 2.102197, 0.432329), + normal: (0.468872, -0.092982, 0.878359), }, + Vertex { position: (4.995978, 2.148785, 0.344534), + normal: (0.230527, 0.277299, 0.932718), }, + Vertex { position: (4.93795, 2.181155, 0.486939), + normal: (0.507131, -0.710633, 0.487667), }, + Vertex { position: (4.995978, 2.148785, 0.344534), + normal: (0.230527, 0.277299, 0.932718), }, + Vertex { position: (4.89385, 2.220523, 0.417713), + normal: (0.259896, 0.111139, 0.95922), }, + Vertex { position: (5.030641, 2.102197, 0.432329), + normal: (0.468872, -0.092982, 0.878359), }, + Vertex { position: (5.067202, 2.027704, 0.422291), + normal: (0.670109, -0.356989, 0.650778), }, + Vertex { position: (5.06084, 2.053335, 0.309324), + normal: (0.171367, -0.69152, 0.701736), }, + Vertex { position: (5.030641, 2.102197, 0.432329), + normal: (0.468872, -0.092982, 0.878359), }, + Vertex { position: (5.06084, 2.053335, 0.309324), + normal: (0.171367, -0.69152, 0.701736), }, + Vertex { position: (4.995978, 2.148785, 0.344534), + normal: (0.230527, 0.277299, 0.932718), }, + Vertex { position: (5.067202, 2.027704, 0.422291), + normal: (0.670109, -0.356989, 0.650778), }, + Vertex { position: (5.095375, 1.961238, 0.401516), + normal: (0.72603, 0.248277, 0.641279), }, + Vertex { position: (5.097062, 1.954206, 0.328795), + normal: (0.258975, -0.768157, 0.585548), }, + Vertex { position: (5.067202, 2.027704, 0.422291), + normal: (0.670109, -0.356989, 0.650778), }, + Vertex { position: (5.097062, 1.954206, 0.328795), + normal: (0.258975, -0.768157, 0.585548), }, + Vertex { position: (5.06084, 2.053335, 0.309324), + normal: (0.171367, -0.69152, 0.701736), }, + Vertex { position: (5.085813, 1.888503, 0.408327), + normal: (0.988203, -0.047217, 0.145687), }, + Vertex { position: (5.105589, 1.864086, 0.347113), + normal: (0.154813, -0.698608, 0.698556), }, + Vertex { position: (5.097062, 1.954206, 0.328795), + normal: (0.258975, -0.768157, 0.585548), }, + Vertex { position: (5.085813, 1.888503, 0.408327), + normal: (0.988203, -0.047217, 0.145687), }, + Vertex { position: (5.097062, 1.954206, 0.328795), + normal: (0.258975, -0.768157, 0.585548), }, + Vertex { position: (5.095375, 1.961238, 0.401516), + normal: (0.72603, 0.248277, 0.641279), }, + Vertex { position: (5.058179, 1.788186, 0.417387), + normal: (0.936242, -0.313777, -0.158096), }, + Vertex { position: (5.105589, 1.864086, 0.347113), + normal: (0.154813, -0.698608, 0.698556), }, + Vertex { position: (5.085813, 1.888503, 0.408327), + normal: (0.988203, -0.047217, 0.145687), }, + Vertex { position: (4.697607, 1.768061, 0.576663), + normal: (0.884603, -0.366979, 0.287755), }, + Vertex { position: (4.742358, 1.882232, 0.62165), + normal: (0.901575, -0.270544, 0.337593), }, + Vertex { position: (4.697024, 1.862575, 0.604048), + normal: (0.152967, -0.640193, 0.752831), }, + Vertex { position: (4.89385, 2.220523, 0.417713), + normal: (0.259896, 0.111139, 0.95922), }, + Vertex { position: (4.83289, 2.262727, 0.283787), + normal: (0.203778, -0.389736, 0.898098), }, + Vertex { position: (4.739441, 2.299169, 0.369987), + normal: (0.244568, -0.044721, 0.9686), }, + Vertex { position: (4.89385, 2.220523, 0.417713), + normal: (0.259896, 0.111139, 0.95922), }, + Vertex { position: (4.739441, 2.299169, 0.369987), + normal: (0.244568, -0.044721, 0.9686), }, + Vertex { position: (4.837331, 2.235678, 0.479332), + normal: (0.428199, -0.104479, 0.897624), }, + Vertex { position: (4.89385, 2.220523, 0.417713), + normal: (0.259896, 0.111139, 0.95922), }, + Vertex { position: (4.995978, 2.148785, 0.344534), + normal: (0.230527, 0.277299, 0.932718), }, + Vertex { position: (4.971394, 2.146686, 0.224781), + normal: (-0.026148, 0.006311, 0.999638), }, + Vertex { position: (4.89385, 2.220523, 0.417713), + normal: (0.259896, 0.111139, 0.95922), }, + Vertex { position: (4.971394, 2.146686, 0.224781), + normal: (-0.026148, 0.006311, 0.999638), }, + Vertex { position: (4.83289, 2.262727, 0.283787), + normal: (0.203778, -0.389736, 0.898098), }, + Vertex { position: (4.995978, 2.148785, 0.344534), + normal: (0.230527, 0.277299, 0.932718), }, + Vertex { position: (5.06084, 2.053335, 0.309324), + normal: (0.171367, -0.69152, 0.701736), }, + Vertex { position: (5.072165, 2.04363, 0.209228), + normal: (-0.149467, -0.273889, 0.950076), }, + Vertex { position: (4.995978, 2.148785, 0.344534), + normal: (0.230527, 0.277299, 0.932718), }, + Vertex { position: (5.072165, 2.04363, 0.209228), + normal: (-0.149467, -0.273889, 0.950076), }, + Vertex { position: (4.971394, 2.146686, 0.224781), + normal: (-0.026148, 0.006311, 0.999638), }, + Vertex { position: (5.06084, 2.053335, 0.309324), + normal: (0.171367, -0.69152, 0.701736), }, + Vertex { position: (5.097062, 1.954206, 0.328795), + normal: (0.258975, -0.768157, 0.585548), }, + Vertex { position: (5.127157, 1.942759, 0.211214), + normal: (0.06611, -0.359829, 0.930673), }, + Vertex { position: (5.06084, 2.053335, 0.309324), + normal: (0.171367, -0.69152, 0.701736), }, + Vertex { position: (5.127157, 1.942759, 0.211214), + normal: (0.06611, -0.359829, 0.930673), }, + Vertex { position: (5.072165, 2.04363, 0.209228), + normal: (-0.149467, -0.273889, 0.950076), }, + Vertex { position: (5.097062, 1.954206, 0.328795), + normal: (0.258975, -0.768157, 0.585548), }, + Vertex { position: (5.105589, 1.864086, 0.347113), + normal: (0.154813, -0.698608, 0.698556), }, + Vertex { position: (5.152698, 1.830661, 0.287042), + normal: (-0.091049, -0.145989, 0.985087), }, + Vertex { position: (5.097062, 1.954206, 0.328795), + normal: (0.258975, -0.768157, 0.585548), }, + Vertex { position: (5.152698, 1.830661, 0.287042), + normal: (-0.091049, -0.145989, 0.985087), }, + Vertex { position: (5.127157, 1.942759, 0.211214), + normal: (0.06611, -0.359829, 0.930673), }, + Vertex { position: (5.058179, 1.788186, 0.417387), + normal: (0.936242, -0.313777, -0.158096), }, + Vertex { position: (5.133171, 1.715563, 0.334258), + normal: (-0.12102, -0.514608, 0.848842), }, + Vertex { position: (5.152698, 1.830661, 0.287042), + normal: (-0.091049, -0.145989, 0.985087), }, + Vertex { position: (5.058179, 1.788186, 0.417387), + normal: (0.936242, -0.313777, -0.158096), }, + Vertex { position: (5.152698, 1.830661, 0.287042), + normal: (-0.091049, -0.145989, 0.985087), }, + Vertex { position: (5.105589, 1.864086, 0.347113), + normal: (0.154813, -0.698608, 0.698556), }, + Vertex { position: (5.019836, 1.739907, 0.485562), + normal: (0.831186, -0.511045, -0.219005), }, + Vertex { position: (5.103427, 1.624404, 0.434275), + normal: (0.063508, -0.739371, 0.670296), }, + Vertex { position: (5.133171, 1.715563, 0.334258), + normal: (-0.12102, -0.514608, 0.848842), }, + Vertex { position: (5.019836, 1.739907, 0.485562), + normal: (0.831186, -0.511045, -0.219005), }, + Vertex { position: (5.133171, 1.715563, 0.334258), + normal: (-0.12102, -0.514608, 0.848842), }, + Vertex { position: (5.058179, 1.788186, 0.417387), + normal: (0.936242, -0.313777, -0.158096), }, + Vertex { position: (4.917973, 1.68148, 0.544201), + normal: (0.797293, -0.558933, -0.227857), }, + Vertex { position: (4.982822, 1.503071, 0.507606), + normal: (0.169576, -0.140705, 0.975421), }, + Vertex { position: (5.103427, 1.624404, 0.434275), + normal: (0.063508, -0.739371, 0.670296), }, + Vertex { position: (4.917973, 1.68148, 0.544201), + normal: (0.797293, -0.558933, -0.227857), }, + Vertex { position: (5.103427, 1.624404, 0.434275), + normal: (0.063508, -0.739371, 0.670296), }, + Vertex { position: (5.019836, 1.739907, 0.485562), + normal: (0.831186, -0.511045, -0.219005), }, + Vertex { position: (4.927282, 1.486953, 0.526327), + normal: (0.111896, -0.605741, 0.787755), }, + Vertex { position: (4.982822, 1.503071, 0.507606), + normal: (0.169576, -0.140705, 0.975421), }, + Vertex { position: (4.917973, 1.68148, 0.544201), + normal: (0.797293, -0.558933, -0.227857), }, + Vertex { position: (4.927282, 1.486953, 0.526327), + normal: (0.111896, -0.605741, 0.787755), }, + Vertex { position: (4.917973, 1.68148, 0.544201), + normal: (0.797293, -0.558933, -0.227857), }, + Vertex { position: (4.862636, 1.684144, 0.570155), + normal: (0.707669, -0.687185, 0.164261), }, + Vertex { position: (4.79841, 1.473149, 0.570618), + normal: (0.002178, -0.833415, 0.552643), }, + Vertex { position: (4.927282, 1.486953, 0.526327), + normal: (0.111896, -0.605741, 0.787755), }, + Vertex { position: (4.862636, 1.684144, 0.570155), + normal: (0.707669, -0.687185, 0.164261), }, + Vertex { position: (4.715646, 1.502195, 0.584339), + normal: (0.16399, -0.527953, 0.833291), }, + Vertex { position: (4.79841, 1.473149, 0.570618), + normal: (0.002178, -0.833415, 0.552643), }, + Vertex { position: (4.862636, 1.684144, 0.570155), + normal: (0.707669, -0.687185, 0.164261), }, + Vertex { position: (4.715646, 1.502195, 0.584339), + normal: (0.16399, -0.527953, 0.833291), }, + Vertex { position: (4.862636, 1.684144, 0.570155), + normal: (0.707669, -0.687185, 0.164261), }, + Vertex { position: (4.752337, 1.723388, 0.591296), + normal: (0.744254, -0.65416, 0.134758), }, + Vertex { position: (4.615408, 1.639641, 0.577768), + normal: (0.205809, -0.680492, 0.703259), }, + Vertex { position: (4.715646, 1.502195, 0.584339), + normal: (0.16399, -0.527953, 0.833291), }, + Vertex { position: (4.752337, 1.723388, 0.591296), + normal: (0.744254, -0.65416, 0.134758), }, + Vertex { position: (4.615408, 1.639641, 0.577768), + normal: (0.205809, -0.680492, 0.703259), }, + Vertex { position: (4.752337, 1.723388, 0.591296), + normal: (0.744254, -0.65416, 0.134758), }, + Vertex { position: (4.697607, 1.768061, 0.576663), + normal: (0.884603, -0.366979, 0.287755), }, + Vertex { position: (4.560751, 1.785154, 0.562428), + normal: (0.396941, -0.593503, 0.700137), }, + Vertex { position: (4.615408, 1.639641, 0.577768), + normal: (0.205809, -0.680492, 0.703259), }, + Vertex { position: (4.697607, 1.768061, 0.576663), + normal: (0.884603, -0.366979, 0.287755), }, + Vertex { position: (4.560751, 1.785154, 0.562428), + normal: (0.396941, -0.593503, 0.700137), }, + Vertex { position: (4.697607, 1.768061, 0.576663), + normal: (0.884603, -0.366979, 0.287755), }, + Vertex { position: (4.697024, 1.862575, 0.604048), + normal: (0.152967, -0.640193, 0.752831), }, + Vertex { position: (4.560751, 1.785154, 0.562428), + normal: (0.396941, -0.593503, 0.700137), }, + Vertex { position: (4.697024, 1.862575, 0.604048), + normal: (0.152967, -0.640193, 0.752831), }, + Vertex { position: (4.688114, 2.046378, 0.604518), + normal: (0.190357, -0.604308, 0.773677), }, + Vertex { position: (4.560751, 1.785154, 0.562428), + normal: (0.396941, -0.593503, 0.700137), }, + Vertex { position: (4.688114, 2.046378, 0.604518), + normal: (0.190357, -0.604308, 0.773677), }, + Vertex { position: (4.551484, 1.841749, 0.575191), + normal: (0.025716, -0.894111, 0.447106), }, + Vertex { position: (4.551484, 1.841749, 0.575191), + normal: (0.025716, -0.894111, 0.447106), }, + Vertex { position: (4.688114, 2.046378, 0.604518), + normal: (0.190357, -0.604308, 0.773677), }, + Vertex { position: (4.533113, 1.989009, 0.578975), + normal: (0.051115, -0.906355, 0.419413), }, + Vertex { position: (4.561299, 2.133066, 0.547248), + normal: (0.256335, -0.2349, 0.937611), }, + Vertex { position: (4.688114, 2.046378, 0.604518), + normal: (0.190357, -0.604308, 0.773677), }, + Vertex { position: (4.74405, 2.179337, 0.556057), + normal: (0.399187, -0.679804, 0.615237), }, + Vertex { position: (4.561299, 2.133066, 0.547248), + normal: (0.256335, -0.2349, 0.937611), }, + Vertex { position: (4.74405, 2.179337, 0.556057), + normal: (0.399187, -0.679804, 0.615237), }, + Vertex { position: (4.636582, 2.263383, 0.471997), + normal: (0.223925, -0.919003, 0.324486), }, + Vertex { position: (4.533113, 1.989009, 0.578975), + normal: (0.051115, -0.906355, 0.419413), }, + Vertex { position: (4.688114, 2.046378, 0.604518), + normal: (0.190357, -0.604308, 0.773677), }, + Vertex { position: (4.561299, 2.133066, 0.547248), + normal: (0.256335, -0.2349, 0.937611), }, + Vertex { position: (4.971394, 2.146686, 0.224781), + normal: (-0.026148, 0.006311, 0.999638), }, + Vertex { position: (5.072165, 2.04363, 0.209228), + normal: (-0.149467, -0.273889, 0.950076), }, + Vertex { position: (5.04969, 2.032731, 0.000071), + normal: (-0.941169, -0.337937, 0.0), }, + Vertex { position: (4.971394, 2.146686, 0.224781), + normal: (-0.026148, 0.006311, 0.999638), }, + Vertex { position: (5.04969, 2.032731, 0.000071), + normal: (-0.941169, -0.337937, 0.0), }, + Vertex { position: (4.912303, 2.162645, -0.00009), + normal: (-0.989689, -0.143234, 0.0), }, + Vertex { position: (5.072165, 2.04363, 0.209228), + normal: (-0.149467, -0.273889, 0.950076), }, + Vertex { position: (5.127157, 1.942759, 0.211214), + normal: (0.06611, -0.359829, 0.930673), }, + Vertex { position: (5.156645, 1.942902, 0.119993), + normal: (0.204472, -0.587725, 0.782797), }, + Vertex { position: (5.072165, 2.04363, 0.209228), + normal: (-0.149467, -0.273889, 0.950076), }, + Vertex { position: (5.156645, 1.942902, 0.119993), + normal: (0.204472, -0.587725, 0.782797), }, + Vertex { position: (5.04969, 2.032731, 0.000071), + normal: (-0.941169, -0.337937, 0.0), }, + Vertex { position: (5.127157, 1.942759, 0.211214), + normal: (0.06611, -0.359829, 0.930673), }, + Vertex { position: (5.152698, 1.830661, 0.287042), + normal: (-0.091049, -0.145989, 0.985087), }, + Vertex { position: (5.218821, 1.803552, 0.199306), + normal: (0.161367, -0.802085, 0.574996), }, + Vertex { position: (5.127157, 1.942759, 0.211214), + normal: (0.06611, -0.359829, 0.930673), }, + Vertex { position: (5.218821, 1.803552, 0.199306), + normal: (0.161367, -0.802085, 0.574996), }, + Vertex { position: (5.156645, 1.942902, 0.119993), + normal: (0.204472, -0.587725, 0.782797), }, + Vertex { position: (5.152698, 1.830661, 0.287042), + normal: (-0.091049, -0.145989, 0.985087), }, + Vertex { position: (5.133171, 1.715563, 0.334258), + normal: (-0.12102, -0.514608, 0.848842), }, + Vertex { position: (5.216855, 1.636645, 0.279797), + normal: (0.218068, -0.756333, 0.616772), }, + Vertex { position: (5.152698, 1.830661, 0.287042), + normal: (-0.091049, -0.145989, 0.985087), }, + Vertex { position: (5.216855, 1.636645, 0.279797), + normal: (0.218068, -0.756333, 0.616772), }, + Vertex { position: (5.218821, 1.803552, 0.199306), + normal: (0.161367, -0.802085, 0.574996), }, + Vertex { position: (5.233176, 1.442459, 0.362988), + normal: (0.726183, -0.658007, 0.199213), }, + Vertex { position: (5.216855, 1.636645, 0.279797), + normal: (0.218068, -0.756333, 0.616772), }, + Vertex { position: (5.133171, 1.715563, 0.334258), + normal: (-0.12102, -0.514608, 0.848842), }, + Vertex { position: (5.103427, 1.624404, 0.434275), + normal: (0.063508, -0.739371, 0.670296), }, + Vertex { position: (5.233176, 1.442459, 0.362988), + normal: (0.726183, -0.658007, 0.199213), }, + Vertex { position: (5.133171, 1.715563, 0.334258), + normal: (-0.12102, -0.514608, 0.848842), }, + Vertex { position: (4.596478, 1.512987, 0.598982), + normal: (0.035735, -0.99787, 0.054579), }, + Vertex { position: (4.679116, 1.438434, 0.589658), + normal: (0.485742, -0.874075, -0.006874), }, + Vertex { position: (4.715646, 1.502195, 0.584339), + normal: (0.16399, -0.527953, 0.833291), }, + Vertex { position: (4.596478, 1.512987, 0.598982), + normal: (0.035735, -0.99787, 0.054579), }, + Vertex { position: (4.715646, 1.502195, 0.584339), + normal: (0.16399, -0.527953, 0.833291), }, + Vertex { position: (4.615408, 1.639641, 0.577768), + normal: (0.205809, -0.680492, 0.703259), }, + Vertex { position: (4.560024, 1.604023, 0.589333), + normal: (-0.034202, -0.995024, 0.093584), }, + Vertex { position: (4.596478, 1.512987, 0.598982), + normal: (0.035735, -0.99787, 0.054579), }, + Vertex { position: (4.615408, 1.639641, 0.577768), + normal: (0.205809, -0.680492, 0.703259), }, + Vertex { position: (4.477781, 1.687858, 0.597407), + normal: (0.06465, -0.997821, -0.013157), }, + Vertex { position: (4.560024, 1.604023, 0.589333), + normal: (-0.034202, -0.995024, 0.093584), }, + Vertex { position: (4.615408, 1.639641, 0.577768), + normal: (0.205809, -0.680492, 0.703259), }, + Vertex { position: (4.477781, 1.687858, 0.597407), + normal: (0.06465, -0.997821, -0.013157), }, + Vertex { position: (4.615408, 1.639641, 0.577768), + normal: (0.205809, -0.680492, 0.703259), }, + Vertex { position: (4.560751, 1.785154, 0.562428), + normal: (0.396941, -0.593503, 0.700137), }, + Vertex { position: (4.459682, 1.778884, 0.588185), + normal: (0.173736, -0.983834, -0.043437), }, + Vertex { position: (4.477781, 1.687858, 0.597407), + normal: (0.06465, -0.997821, -0.013157), }, + Vertex { position: (4.560751, 1.785154, 0.562428), + normal: (0.396941, -0.593503, 0.700137), }, + Vertex { position: (4.459682, 1.778884, 0.588185), + normal: (0.173736, -0.983834, -0.043437), }, + Vertex { position: (4.560751, 1.785154, 0.562428), + normal: (0.396941, -0.593503, 0.700137), }, + Vertex { position: (4.551484, 1.841749, 0.575191), + normal: (0.025716, -0.894111, 0.447106), }, + Vertex { position: (4.459682, 1.778884, 0.588185), + normal: (0.173736, -0.983834, -0.043437), }, + Vertex { position: (4.551484, 1.841749, 0.575191), + normal: (0.025716, -0.894111, 0.447106), }, + Vertex { position: (4.533113, 1.989009, 0.578975), + normal: (0.051115, -0.906355, 0.419413), }, + Vertex { position: (4.459682, 1.778884, 0.588185), + normal: (0.173736, -0.983834, -0.043437), }, + Vertex { position: (4.533113, 1.989009, 0.578975), + normal: (0.051115, -0.906355, 0.419413), }, + Vertex { position: (4.43261, 1.878873, 0.577888), + normal: (0.003817, -0.976864, 0.213829), }, + Vertex { position: (4.43261, 1.878873, 0.577888), + normal: (0.003817, -0.976864, 0.213829), }, + Vertex { position: (4.533113, 1.989009, 0.578975), + normal: (0.051115, -0.906355, 0.419413), }, + Vertex { position: (4.561299, 2.133066, 0.547248), + normal: (0.256335, -0.2349, 0.937611), }, + Vertex { position: (4.43261, 1.878873, 0.577888), + normal: (0.003817, -0.976864, 0.213829), }, + Vertex { position: (4.561299, 2.133066, 0.547248), + normal: (0.256335, -0.2349, 0.937611), }, + Vertex { position: (4.43302, 2.024714, 0.563794), + normal: (0.125846, -0.929941, 0.345503), }, + Vertex { position: (4.739441, 2.299169, 0.369987), + normal: (0.244568, -0.044721, 0.9686), }, + Vertex { position: (4.83289, 2.262727, 0.283787), + normal: (0.203778, -0.389736, 0.898098), }, + Vertex { position: (4.747988, 2.300163, -0.000276), + normal: (-0.965284, -0.261201, 0.0), }, + Vertex { position: (4.739441, 2.299169, 0.369987), + normal: (0.244568, -0.044721, 0.9686), }, + Vertex { position: (4.747988, 2.300163, -0.000276), + normal: (-0.965284, -0.261201, 0.0), }, + Vertex { position: (4.634996, 2.369115, 0.140117), + normal: (0.241652, -0.897637, 0.368581), }, + Vertex { position: (4.636582, 2.263383, 0.471997), + normal: (0.223925, -0.919003, 0.324486), }, + Vertex { position: (4.739441, 2.299169, 0.369987), + normal: (0.244568, -0.044721, 0.9686), }, + Vertex { position: (4.634996, 2.369115, 0.140117), + normal: (0.241652, -0.897637, 0.368581), }, + Vertex { position: (4.636582, 2.263383, 0.471997), + normal: (0.223925, -0.919003, 0.324486), }, + Vertex { position: (4.634996, 2.369115, 0.140117), + normal: (0.241652, -0.897637, 0.368581), }, + Vertex { position: (4.577573, 2.389535, 0.256196), + normal: (0.170159, -0.985033, -0.027502), }, + Vertex { position: (4.636582, 2.263383, 0.471997), + normal: (0.223925, -0.919003, 0.324486), }, + Vertex { position: (4.577573, 2.389535, 0.256196), + normal: (0.170159, -0.985033, -0.027502), }, + Vertex { position: (4.472349, 2.325133, 0.443764), + normal: (0.231006, -0.859096, 0.456717), }, + Vertex { position: (4.389484, 2.190421, 0.47332), + normal: (0.108306, -0.808441, 0.578527), }, + Vertex { position: (4.561299, 2.133066, 0.547248), + normal: (0.256335, -0.2349, 0.937611), }, + Vertex { position: (4.636582, 2.263383, 0.471997), + normal: (0.223925, -0.919003, 0.324486), }, + Vertex { position: (4.389484, 2.190421, 0.47332), + normal: (0.108306, -0.808441, 0.578527), }, + Vertex { position: (4.636582, 2.263383, 0.471997), + normal: (0.223925, -0.919003, 0.324486), }, + Vertex { position: (4.472349, 2.325133, 0.443764), + normal: (0.231006, -0.859096, 0.456717), }, + Vertex { position: (4.43302, 2.024714, 0.563794), + normal: (0.125846, -0.929941, 0.345503), }, + Vertex { position: (4.561299, 2.133066, 0.547248), + normal: (0.256335, -0.2349, 0.937611), }, + Vertex { position: (4.389484, 2.190421, 0.47332), + normal: (0.108306, -0.808441, 0.578527), }, + Vertex { position: (4.982822, 1.503071, 0.507606), + normal: (0.169576, -0.140705, 0.975421), }, + Vertex { position: (5.223191, 1.371491, 0.388069), + normal: (0.155382, -0.98726, 0.034255), }, + Vertex { position: (5.233176, 1.442459, 0.362988), + normal: (0.726183, -0.658007, 0.199213), }, + Vertex { position: (4.982822, 1.503071, 0.507606), + normal: (0.169576, -0.140705, 0.975421), }, + Vertex { position: (5.233176, 1.442459, 0.362988), + normal: (0.726183, -0.658007, 0.199213), }, + Vertex { position: (5.103427, 1.624404, 0.434275), + normal: (0.063508, -0.739371, 0.670296), }, + Vertex { position: (4.927282, 1.486953, 0.526327), + normal: (0.111896, -0.605741, 0.787755), }, + Vertex { position: (5.158322, 1.23677, 0.418043), + normal: (0.228199, -0.705361, 0.671111), }, + Vertex { position: (5.223191, 1.371491, 0.388069), + normal: (0.155382, -0.98726, 0.034255), }, + Vertex { position: (4.927282, 1.486953, 0.526327), + normal: (0.111896, -0.605741, 0.787755), }, + Vertex { position: (5.223191, 1.371491, 0.388069), + normal: (0.155382, -0.98726, 0.034255), }, + Vertex { position: (4.982822, 1.503071, 0.507606), + normal: (0.169576, -0.140705, 0.975421), }, + Vertex { position: (4.79841, 1.473149, 0.570618), + normal: (0.002178, -0.833415, 0.552643), }, + Vertex { position: (4.95536, 1.236724, 0.50523), + normal: (0.114701, -0.691525, 0.713188), }, + Vertex { position: (5.158322, 1.23677, 0.418043), + normal: (0.228199, -0.705361, 0.671111), }, + Vertex { position: (4.79841, 1.473149, 0.570618), + normal: (0.002178, -0.833415, 0.552643), }, + Vertex { position: (5.158322, 1.23677, 0.418043), + normal: (0.228199, -0.705361, 0.671111), }, + Vertex { position: (4.927282, 1.486953, 0.526327), + normal: (0.111896, -0.605741, 0.787755), }, + Vertex { position: (4.715646, 1.502195, 0.584339), + normal: (0.16399, -0.527953, 0.833291), }, + Vertex { position: (4.761601, 1.363013, 0.57137), + normal: (0.298912, -0.321997, 0.898315), }, + Vertex { position: (4.95536, 1.236724, 0.50523), + normal: (0.114701, -0.691525, 0.713188), }, + Vertex { position: (4.715646, 1.502195, 0.584339), + normal: (0.16399, -0.527953, 0.833291), }, + Vertex { position: (4.95536, 1.236724, 0.50523), + normal: (0.114701, -0.691525, 0.713188), }, + Vertex { position: (4.79841, 1.473149, 0.570618), + normal: (0.002178, -0.833415, 0.552643), }, + Vertex { position: (4.679116, 1.438434, 0.589658), + normal: (0.485742, -0.874075, -0.006874), }, + Vertex { position: (4.761601, 1.363013, 0.57137), + normal: (0.298912, -0.321997, 0.898315), }, + Vertex { position: (4.715646, 1.502195, 0.584339), + normal: (0.16399, -0.527953, 0.833291), }, + Vertex { position: (5.156645, 1.942902, 0.119993), + normal: (0.204472, -0.587725, 0.782797), }, + Vertex { position: (5.218821, 1.803552, 0.199306), + normal: (0.161367, -0.802085, 0.574996), }, + Vertex { position: (5.321136, 1.795562, 0.119606), + normal: (0.241049, -0.626018, 0.741618), }, + Vertex { position: (5.156645, 1.942902, 0.119993), + normal: (0.204472, -0.587725, 0.782797), }, + Vertex { position: (5.321136, 1.795562, 0.119606), + normal: (0.241049, -0.626018, 0.741618), }, + Vertex { position: (5.177545, 1.932323, 0.000214), + normal: (-0.998597, -0.052951, 0.0), }, + Vertex { position: (5.321136, 1.795562, 0.119606), + normal: (0.241049, -0.626018, 0.741618), }, + Vertex { position: (5.378289, 1.768448, 0.000441), + normal: (-0.99798, -0.063521, 0.0), }, + Vertex { position: (5.177545, 1.932323, 0.000214), + normal: (-0.998597, -0.052951, 0.0), }, + Vertex { position: (5.321136, 1.795562, 0.119606), + normal: (0.241049, -0.626018, 0.741618), }, + Vertex { position: (5.421809, 1.685349, 0.123555), + normal: (0.272751, -0.332382, 0.902845), }, + Vertex { position: (5.424281, 1.721152, 0.000496), + normal: (-0.925873, -0.377836, 0.0), }, + Vertex { position: (5.321136, 1.795562, 0.119606), + normal: (0.241049, -0.626018, 0.741618), }, + Vertex { position: (5.424281, 1.721152, 0.000496), + normal: (-0.925873, -0.377836, 0.0), }, + Vertex { position: (5.378289, 1.768448, 0.000441), + normal: (-0.99798, -0.063521, 0.0), }, + Vertex { position: (5.383208, 1.619661, 0.202452), + normal: (0.161397, -0.648358, 0.744032), }, + Vertex { position: (5.421809, 1.685349, 0.123555), + normal: (0.272751, -0.332382, 0.902845), }, + Vertex { position: (5.321136, 1.795562, 0.119606), + normal: (0.241049, -0.626018, 0.741618), }, + Vertex { position: (5.383208, 1.619661, 0.202452), + normal: (0.161397, -0.648358, 0.744032), }, + Vertex { position: (5.321136, 1.795562, 0.119606), + normal: (0.241049, -0.626018, 0.741618), }, + Vertex { position: (5.218821, 1.803552, 0.199306), + normal: (0.161367, -0.802085, 0.574996), }, + Vertex { position: (5.216855, 1.636645, 0.279797), + normal: (0.218068, -0.756333, 0.616772), }, + Vertex { position: (5.373133, 1.541142, 0.246712), + normal: (0.142784, -0.229696, 0.962732), }, + Vertex { position: (5.383208, 1.619661, 0.202452), + normal: (0.161397, -0.648358, 0.744032), }, + Vertex { position: (5.216855, 1.636645, 0.279797), + normal: (0.218068, -0.756333, 0.616772), }, + Vertex { position: (5.383208, 1.619661, 0.202452), + normal: (0.161397, -0.648358, 0.744032), }, + Vertex { position: (5.218821, 1.803552, 0.199306), + normal: (0.161367, -0.802085, 0.574996), }, + Vertex { position: (5.233176, 1.442459, 0.362988), + normal: (0.726183, -0.658007, 0.199213), }, + Vertex { position: (5.334328, 1.402713, 0.332639), + normal: (-0.045194, -0.595739, 0.801906), }, + Vertex { position: (5.373133, 1.541142, 0.246712), + normal: (0.142784, -0.229696, 0.962732), }, + Vertex { position: (5.233176, 1.442459, 0.362988), + normal: (0.726183, -0.658007, 0.199213), }, + Vertex { position: (5.373133, 1.541142, 0.246712), + normal: (0.142784, -0.229696, 0.962732), }, + Vertex { position: (5.216855, 1.636645, 0.279797), + normal: (0.218068, -0.756333, 0.616772), }, + Vertex { position: (5.223191, 1.371491, 0.388069), + normal: (0.155382, -0.98726, 0.034255), }, + Vertex { position: (5.296963, 1.322443, 0.357984), + normal: (-0.016623, -0.697515, 0.716377), }, + Vertex { position: (5.334328, 1.402713, 0.332639), + normal: (-0.045194, -0.595739, 0.801906), }, + Vertex { position: (5.223191, 1.371491, 0.388069), + normal: (0.155382, -0.98726, 0.034255), }, + Vertex { position: (5.334328, 1.402713, 0.332639), + normal: (-0.045194, -0.595739, 0.801906), }, + Vertex { position: (5.233176, 1.442459, 0.362988), + normal: (0.726183, -0.658007, 0.199213), }, + Vertex { position: (5.158322, 1.23677, 0.418043), + normal: (0.228199, -0.705361, 0.671111), }, + Vertex { position: (5.260653, 1.184173, 0.352062), + normal: (-0.105003, -0.636187, 0.764356), }, + Vertex { position: (5.296963, 1.322443, 0.357984), + normal: (-0.016623, -0.697515, 0.716377), }, + Vertex { position: (5.158322, 1.23677, 0.418043), + normal: (0.228199, -0.705361, 0.671111), }, + Vertex { position: (5.296963, 1.322443, 0.357984), + normal: (-0.016623, -0.697515, 0.716377), }, + Vertex { position: (5.223191, 1.371491, 0.388069), + normal: (0.155382, -0.98726, 0.034255), }, + Vertex { position: (5.250485, 1.123029, 0.385234), + normal: (0.009824, -0.644035, 0.764933), }, + Vertex { position: (5.260653, 1.184173, 0.352062), + normal: (-0.105003, -0.636187, 0.764356), }, + Vertex { position: (5.158322, 1.23677, 0.418043), + normal: (0.228199, -0.705361, 0.671111), }, + Vertex { position: (4.95536, 1.236724, 0.50523), + normal: (0.114701, -0.691525, 0.713188), }, + Vertex { position: (4.991713, 1.163096, 0.504149), + normal: (-0.023775, -0.598435, 0.800818), }, + Vertex { position: (5.250485, 1.123029, 0.385234), + normal: (0.009824, -0.644035, 0.764933), }, + Vertex { position: (4.95536, 1.236724, 0.50523), + normal: (0.114701, -0.691525, 0.713188), }, + Vertex { position: (5.250485, 1.123029, 0.385234), + normal: (0.009824, -0.644035, 0.764933), }, + Vertex { position: (5.158322, 1.23677, 0.418043), + normal: (0.228199, -0.705361, 0.671111), }, + Vertex { position: (4.733657, 1.227371, 0.592883), + normal: (0.200825, -0.971974, 0.122213), }, + Vertex { position: (4.991713, 1.163096, 0.504149), + normal: (-0.023775, -0.598435, 0.800818), }, + Vertex { position: (4.95536, 1.236724, 0.50523), + normal: (0.114701, -0.691525, 0.713188), }, + Vertex { position: (4.733657, 1.227371, 0.592883), + normal: (0.200825, -0.971974, 0.122213), }, + Vertex { position: (4.95536, 1.236724, 0.50523), + normal: (0.114701, -0.691525, 0.713188), }, + Vertex { position: (4.761601, 1.363013, 0.57137), + normal: (0.298912, -0.321997, 0.898315), }, + Vertex { position: (4.641547, 1.285422, 0.622034), + normal: (0.123418, -0.784469, 0.607763), }, + Vertex { position: (4.733657, 1.227371, 0.592883), + normal: (0.200825, -0.971974, 0.122213), }, + Vertex { position: (4.761601, 1.363013, 0.57137), + normal: (0.298912, -0.321997, 0.898315), }, + Vertex { position: (4.641547, 1.285422, 0.622034), + normal: (0.123418, -0.784469, 0.607763), }, + Vertex { position: (4.761601, 1.363013, 0.57137), + normal: (0.298912, -0.321997, 0.898315), }, + Vertex { position: (4.679116, 1.438434, 0.589658), + normal: (0.485742, -0.874075, -0.006874), }, + Vertex { position: (4.522247, 1.398278, 0.644892), + normal: (0.050019, -0.552867, 0.831767), }, + Vertex { position: (4.641547, 1.285422, 0.622034), + normal: (0.123418, -0.784469, 0.607763), }, + Vertex { position: (4.679116, 1.438434, 0.589658), + normal: (0.485742, -0.874075, -0.006874), }, + Vertex { position: (4.522247, 1.398278, 0.644892), + normal: (0.050019, -0.552867, 0.831767), }, + Vertex { position: (4.679116, 1.438434, 0.589658), + normal: (0.485742, -0.874075, -0.006874), }, + Vertex { position: (4.596478, 1.512987, 0.598982), + normal: (0.035735, -0.99787, 0.054579), }, + Vertex { position: (4.430999, 1.535753, 0.638888), + normal: (0.037801, -0.082839, 0.995846), }, + Vertex { position: (4.522247, 1.398278, 0.644892), + normal: (0.050019, -0.552867, 0.831767), }, + Vertex { position: (4.596478, 1.512987, 0.598982), + normal: (0.035735, -0.99787, 0.054579), }, + Vertex { position: (4.430999, 1.535753, 0.638888), + normal: (0.037801, -0.082839, 0.995846), }, + Vertex { position: (4.596478, 1.512987, 0.598982), + normal: (0.035735, -0.99787, 0.054579), }, + Vertex { position: (4.560024, 1.604023, 0.589333), + normal: (-0.034202, -0.995024, 0.093584), }, + Vertex { position: (4.404221, 1.662433, 0.61661), + normal: (-0.196146, -0.333078, 0.922272), }, + Vertex { position: (4.430999, 1.535753, 0.638888), + normal: (0.037801, -0.082839, 0.995846), }, + Vertex { position: (4.560024, 1.604023, 0.589333), + normal: (-0.034202, -0.995024, 0.093584), }, + Vertex { position: (4.404221, 1.662433, 0.61661), + normal: (-0.196146, -0.333078, 0.922272), }, + Vertex { position: (4.560024, 1.604023, 0.589333), + normal: (-0.034202, -0.995024, 0.093584), }, + Vertex { position: (4.477781, 1.687858, 0.597407), + normal: (0.06465, -0.997821, -0.013157), }, + Vertex { position: (4.404221, 1.662433, 0.61661), + normal: (-0.196146, -0.333078, 0.922272), }, + Vertex { position: (4.477781, 1.687858, 0.597407), + normal: (0.06465, -0.997821, -0.013157), }, + Vertex { position: (4.459682, 1.778884, 0.588185), + normal: (0.173736, -0.983834, -0.043437), }, + Vertex { position: (4.404221, 1.662433, 0.61661), + normal: (-0.196146, -0.333078, 0.922272), }, + Vertex { position: (4.459682, 1.778884, 0.588185), + normal: (0.173736, -0.983834, -0.043437), }, + Vertex { position: (4.38638, 1.770868, 0.596666), + normal: (-0.106358, -0.394397, 0.912765), }, + Vertex { position: (4.38638, 1.770868, 0.596666), + normal: (-0.106358, -0.394397, 0.912765), }, + Vertex { position: (4.459682, 1.778884, 0.588185), + normal: (0.173736, -0.983834, -0.043437), }, + Vertex { position: (4.43261, 1.878873, 0.577888), + normal: (0.003817, -0.976864, 0.213829), }, + Vertex { position: (4.38638, 1.770868, 0.596666), + normal: (-0.106358, -0.394397, 0.912765), }, + Vertex { position: (4.43261, 1.878873, 0.577888), + normal: (0.003817, -0.976864, 0.213829), }, + Vertex { position: (4.377095, 1.871713, 0.595743), + normal: (-0.277696, -0.435918, 0.856073), }, + Vertex { position: (5.421809, 1.685349, 0.123555), + normal: (0.272751, -0.332382, 0.902845), }, + Vertex { position: (5.604888, 1.546091, 0.113773), + normal: (-0.301162, -0.110219, 0.947182), }, + Vertex { position: (5.588763, 1.573846, 0.000686), + normal: (0.027992, 0.999608, 0.0), }, + Vertex { position: (5.421809, 1.685349, 0.123555), + normal: (0.272751, -0.332382, 0.902845), }, + Vertex { position: (5.588763, 1.573846, 0.000686), + normal: (0.027992, 0.999608, 0.0), }, + Vertex { position: (5.424281, 1.721152, 0.000496), + normal: (-0.925873, -0.377836, 0.0), }, + Vertex { position: (5.383208, 1.619661, 0.202452), + normal: (0.161397, -0.648358, 0.744032), }, + Vertex { position: (5.566339, 1.498677, 0.190905), + normal: (-0.430969, -0.132769, 0.892546), }, + Vertex { position: (5.604888, 1.546091, 0.113773), + normal: (-0.301162, -0.110219, 0.947182), }, + Vertex { position: (5.383208, 1.619661, 0.202452), + normal: (0.161397, -0.648358, 0.744032), }, + Vertex { position: (5.604888, 1.546091, 0.113773), + normal: (-0.301162, -0.110219, 0.947182), }, + Vertex { position: (5.421809, 1.685349, 0.123555), + normal: (0.272751, -0.332382, 0.902845), }, + Vertex { position: (5.373133, 1.541142, 0.246712), + normal: (0.142784, -0.229696, 0.962732), }, + Vertex { position: (5.528186, 1.44018, 0.250666), + normal: (-0.293162, -0.051827, 0.954657), }, + Vertex { position: (5.566339, 1.498677, 0.190905), + normal: (-0.430969, -0.132769, 0.892546), }, + Vertex { position: (5.373133, 1.541142, 0.246712), + normal: (0.142784, -0.229696, 0.962732), }, + Vertex { position: (5.566339, 1.498677, 0.190905), + normal: (-0.430969, -0.132769, 0.892546), }, + Vertex { position: (5.383208, 1.619661, 0.202452), + normal: (0.161397, -0.648358, 0.744032), }, + Vertex { position: (5.334328, 1.402713, 0.332639), + normal: (-0.045194, -0.595739, 0.801906), }, + Vertex { position: (5.471928, 1.345179, 0.313899), + normal: (-0.034138, 0.050771, 0.998127), }, + Vertex { position: (5.528186, 1.44018, 0.250666), + normal: (-0.293162, -0.051827, 0.954657), }, + Vertex { position: (5.334328, 1.402713, 0.332639), + normal: (-0.045194, -0.595739, 0.801906), }, + Vertex { position: (5.528186, 1.44018, 0.250666), + normal: (-0.293162, -0.051827, 0.954657), }, + Vertex { position: (5.373133, 1.541142, 0.246712), + normal: (0.142784, -0.229696, 0.962732), }, + Vertex { position: (5.296963, 1.322443, 0.357984), + normal: (-0.016623, -0.697515, 0.716377), }, + Vertex { position: (5.425783, 1.264372, 0.329687), + normal: (-0.101883, 0.176778, 0.978963), }, + Vertex { position: (5.471928, 1.345179, 0.313899), + normal: (-0.034138, 0.050771, 0.998127), }, + Vertex { position: (5.296963, 1.322443, 0.357984), + normal: (-0.016623, -0.697515, 0.716377), }, + Vertex { position: (5.471928, 1.345179, 0.313899), + normal: (-0.034138, 0.050771, 0.998127), }, + Vertex { position: (5.334328, 1.402713, 0.332639), + normal: (-0.045194, -0.595739, 0.801906), }, + Vertex { position: (5.260653, 1.184173, 0.352062), + normal: (-0.105003, -0.636187, 0.764356), }, + Vertex { position: (5.397967, 1.174238, 0.346802), + normal: (-0.172671, 0.234525, 0.956652), }, + Vertex { position: (5.425783, 1.264372, 0.329687), + normal: (-0.101883, 0.176778, 0.978963), }, + Vertex { position: (5.260653, 1.184173, 0.352062), + normal: (-0.105003, -0.636187, 0.764356), }, + Vertex { position: (5.425783, 1.264372, 0.329687), + normal: (-0.101883, 0.176778, 0.978963), }, + Vertex { position: (5.296963, 1.322443, 0.357984), + normal: (-0.016623, -0.697515, 0.716377), }, + Vertex { position: (5.250485, 1.123029, 0.385234), + normal: (0.009824, -0.644035, 0.764933), }, + Vertex { position: (5.388455, 1.119419, 0.351883), + normal: (-0.317809, 0.237298, 0.91798), }, + Vertex { position: (5.397967, 1.174238, 0.346802), + normal: (-0.172671, 0.234525, 0.956652), }, + Vertex { position: (5.250485, 1.123029, 0.385234), + normal: (0.009824, -0.644035, 0.764933), }, + Vertex { position: (5.397967, 1.174238, 0.346802), + normal: (-0.172671, 0.234525, 0.956652), }, + Vertex { position: (5.260653, 1.184173, 0.352062), + normal: (-0.105003, -0.636187, 0.764356), }, + Vertex { position: (5.685194, 1.452202, 0.188749), + normal: (-0.419631, 0.061765, 0.905591), }, + Vertex { position: (5.730427, 1.435668, 0.209848), + normal: (-0.434729, 0.079706, 0.897027), }, + Vertex { position: (5.741781, 1.463956, 0.124891), + normal: (-0.31398, 0.125786, 0.94106), }, + Vertex { position: (5.685194, 1.452202, 0.188749), + normal: (-0.419631, 0.061765, 0.905591), }, + Vertex { position: (5.741781, 1.463956, 0.124891), + normal: (-0.31398, 0.125786, 0.94106), }, + Vertex { position: (5.687035, 1.499636, 0.110765), + normal: (-0.241533, 0.200654, 0.949421), }, + Vertex { position: (5.647186, 1.394606, 0.257833), + normal: (-0.400711, 0.089186, 0.911853), }, + Vertex { position: (5.608974, 1.317869, 0.319719), + normal: (0.274471, 0.961025, 0.033122), }, + Vertex { position: (5.710154, 1.360653, 0.290072), + normal: (-0.497134, 0.140474, 0.856227), }, + Vertex { position: (5.563253, 1.235295, 0.317238), + normal: (0.311768, 0.950117, -0.008871), }, + Vertex { position: (5.681726, 1.282503, 0.333871), + normal: (0.563605, 0.822456, 0.076915), }, + Vertex { position: (5.710154, 1.360653, 0.290072), + normal: (-0.497134, 0.140474, 0.856227), }, + Vertex { position: (5.563253, 1.235295, 0.317238), + normal: (0.311768, 0.950117, -0.008871), }, + Vertex { position: (5.710154, 1.360653, 0.290072), + normal: (-0.497134, 0.140474, 0.856227), }, + Vertex { position: (5.608974, 1.317869, 0.319719), + normal: (0.274471, 0.961025, 0.033122), }, + Vertex { position: (5.580797, 1.174135, 0.351054), + normal: (0.381066, 0.919021, 0.100938), }, + Vertex { position: (5.672187, 1.164767, 0.35408), + normal: (0.609817, 0.770093, 0.187296), }, + Vertex { position: (5.681726, 1.282503, 0.333871), + normal: (0.563605, 0.822456, 0.076915), }, + Vertex { position: (5.580797, 1.174135, 0.351054), + normal: (0.381066, 0.919021, 0.100938), }, + Vertex { position: (5.681726, 1.282503, 0.333871), + normal: (0.563605, 0.822456, 0.076915), }, + Vertex { position: (5.563253, 1.235295, 0.317238), + normal: (0.311768, 0.950117, -0.008871), }, + Vertex { position: (5.588763, 1.573846, 0.000686), + normal: (0.027992, 0.999608, 0.0), }, + Vertex { position: (5.604888, 1.546091, 0.113773), + normal: (-0.301162, -0.110219, 0.947182), }, + Vertex { position: (5.687035, 1.499636, 0.110765), + normal: (-0.241533, 0.200654, 0.949421), }, + Vertex { position: (5.588763, 1.573846, 0.000686), + normal: (0.027992, 0.999608, 0.0), }, + Vertex { position: (5.687035, 1.499636, 0.110765), + normal: (-0.241533, 0.200654, 0.949421), }, + Vertex { position: (5.680007, 1.510009, 0.000786), + normal: (-0.026558, -0.999647, 0.0), }, + Vertex { position: (5.566339, 1.498677, 0.190905), + normal: (-0.430969, -0.132769, 0.892546), }, + Vertex { position: (5.685194, 1.452202, 0.188749), + normal: (-0.419631, 0.061765, 0.905591), }, + Vertex { position: (5.687035, 1.499636, 0.110765), + normal: (-0.241533, 0.200654, 0.949421), }, + Vertex { position: (5.566339, 1.498677, 0.190905), + normal: (-0.430969, -0.132769, 0.892546), }, + Vertex { position: (5.687035, 1.499636, 0.110765), + normal: (-0.241533, 0.200654, 0.949421), }, + Vertex { position: (5.604888, 1.546091, 0.113773), + normal: (-0.301162, -0.110219, 0.947182), }, + Vertex { position: (5.566339, 1.498677, 0.190905), + normal: (-0.430969, -0.132769, 0.892546), }, + Vertex { position: (5.528186, 1.44018, 0.250666), + normal: (-0.293162, -0.051827, 0.954657), }, + Vertex { position: (5.647186, 1.394606, 0.257833), + normal: (-0.400711, 0.089186, 0.911853), }, + Vertex { position: (5.566339, 1.498677, 0.190905), + normal: (-0.430969, -0.132769, 0.892546), }, + Vertex { position: (5.647186, 1.394606, 0.257833), + normal: (-0.400711, 0.089186, 0.911853), }, + Vertex { position: (5.685194, 1.452202, 0.188749), + normal: (-0.419631, 0.061765, 0.905591), }, + Vertex { position: (5.471928, 1.345179, 0.313899), + normal: (-0.034138, 0.050771, 0.998127), }, + Vertex { position: (5.608974, 1.317869, 0.319719), + normal: (0.274471, 0.961025, 0.033122), }, + Vertex { position: (5.647186, 1.394606, 0.257833), + normal: (-0.400711, 0.089186, 0.911853), }, + Vertex { position: (5.471928, 1.345179, 0.313899), + normal: (-0.034138, 0.050771, 0.998127), }, + Vertex { position: (5.647186, 1.394606, 0.257833), + normal: (-0.400711, 0.089186, 0.911853), }, + Vertex { position: (5.528186, 1.44018, 0.250666), + normal: (-0.293162, -0.051827, 0.954657), }, + Vertex { position: (5.425783, 1.264372, 0.329687), + normal: (-0.101883, 0.176778, 0.978963), }, + Vertex { position: (5.563253, 1.235295, 0.317238), + normal: (0.311768, 0.950117, -0.008871), }, + Vertex { position: (5.608974, 1.317869, 0.319719), + normal: (0.274471, 0.961025, 0.033122), }, + Vertex { position: (5.425783, 1.264372, 0.329687), + normal: (-0.101883, 0.176778, 0.978963), }, + Vertex { position: (5.608974, 1.317869, 0.319719), + normal: (0.274471, 0.961025, 0.033122), }, + Vertex { position: (5.471928, 1.345179, 0.313899), + normal: (-0.034138, 0.050771, 0.998127), }, + Vertex { position: (5.397967, 1.174238, 0.346802), + normal: (-0.172671, 0.234525, 0.956652), }, + Vertex { position: (5.580797, 1.174135, 0.351054), + normal: (0.381066, 0.919021, 0.100938), }, + Vertex { position: (5.563253, 1.235295, 0.317238), + normal: (0.311768, 0.950117, -0.008871), }, + Vertex { position: (5.397967, 1.174238, 0.346802), + normal: (-0.172671, 0.234525, 0.956652), }, + Vertex { position: (5.563253, 1.235295, 0.317238), + normal: (0.311768, 0.950117, -0.008871), }, + Vertex { position: (5.425783, 1.264372, 0.329687), + normal: (-0.101883, 0.176778, 0.978963), }, + Vertex { position: (5.388455, 1.119419, 0.351883), + normal: (-0.317809, 0.237298, 0.91798), }, + Vertex { position: (5.47963, 1.11131, 0.364188), + normal: (0.651262, 0.697944, 0.297879), }, + Vertex { position: (5.580797, 1.174135, 0.351054), + normal: (0.381066, 0.919021, 0.100938), }, + Vertex { position: (5.388455, 1.119419, 0.351883), + normal: (-0.317809, 0.237298, 0.91798), }, + Vertex { position: (5.580797, 1.174135, 0.351054), + normal: (0.381066, 0.919021, 0.100938), }, + Vertex { position: (5.397967, 1.174238, 0.346802), + normal: (-0.172671, 0.234525, 0.956652), }, + Vertex { position: (5.813217, 1.415581, 0.195261), + normal: (-0.081905, 0.996619, -0.006486), }, + Vertex { position: (5.886832, 1.385674, 0.172365), + normal: (-0.134248, 0.990294, -0.035988), }, + Vertex { position: (5.915025, 1.382159, 0.13682), + normal: (-0.11884, 0.991349, -0.055713), }, + Vertex { position: (5.813217, 1.415581, 0.195261), + normal: (-0.081905, 0.996619, -0.006486), }, + Vertex { position: (5.915025, 1.382159, 0.13682), + normal: (-0.11884, 0.991349, -0.055713), }, + Vertex { position: (5.842092, 1.427708, 0.130724), + normal: (-0.062808, 0.99609, 0.062134), }, + Vertex { position: (5.915025, 1.382159, 0.13682), + normal: (-0.11884, 0.991349, -0.055713), }, + Vertex { position: (5.979357, 1.325532, 0.125337), + normal: (0.448666, 0.893201, 0.029856), }, + Vertex { position: (5.963117, 1.307775, 0.001098), + normal: (0.663563, 0.74812, 0.000025), }, + Vertex { position: (5.915025, 1.382159, 0.13682), + normal: (-0.11884, 0.991349, -0.055713), }, + Vertex { position: (5.963117, 1.307775, 0.001098), + normal: (0.663563, 0.74812, 0.000025), }, + Vertex { position: (5.908842, 1.388968, 0.001026), + normal: (-0.016213, 0.999869, 0.0), }, + Vertex { position: (5.886832, 1.385674, 0.172365), + normal: (-0.134248, 0.990294, -0.035988), }, + Vertex { position: (5.941384, 1.330818, 0.178936), + normal: (0.731768, 0.675964, 0.087106), }, + Vertex { position: (5.979357, 1.325532, 0.125337), + normal: (0.448666, 0.893201, 0.029856), }, + Vertex { position: (5.886832, 1.385674, 0.172365), + normal: (-0.134248, 0.990294, -0.035988), }, + Vertex { position: (5.979357, 1.325532, 0.125337), + normal: (0.448666, 0.893201, 0.029856), }, + Vertex { position: (5.915025, 1.382159, 0.13682), + normal: (-0.11884, 0.991349, -0.055713), }, + Vertex { position: (5.741781, 1.463956, 0.124891), + normal: (-0.31398, 0.125786, 0.94106), }, + Vertex { position: (5.842092, 1.427708, 0.130724), + normal: (-0.062808, 0.99609, 0.062134), }, + Vertex { position: (5.835498, 1.43628, 0.000946), + normal: (0.569495, 0.821995, -0.000075), }, + Vertex { position: (5.741781, 1.463956, 0.124891), + normal: (-0.31398, 0.125786, 0.94106), }, + Vertex { position: (5.835498, 1.43628, 0.000946), + normal: (0.569495, 0.821995, -0.000075), }, + Vertex { position: (5.743997, 1.482739, 0.000851), + normal: (0.694651, 0.719347, 0.000019), }, + Vertex { position: (5.730427, 1.435668, 0.209848), + normal: (-0.434729, 0.079706, 0.897027), }, + Vertex { position: (5.813217, 1.415581, 0.195261), + normal: (-0.081905, 0.996619, -0.006486), }, + Vertex { position: (5.842092, 1.427708, 0.130724), + normal: (-0.062808, 0.99609, 0.062134), }, + Vertex { position: (5.730427, 1.435668, 0.209848), + normal: (-0.434729, 0.079706, 0.897027), }, + Vertex { position: (5.842092, 1.427708, 0.130724), + normal: (-0.062808, 0.99609, 0.062134), }, + Vertex { position: (5.741781, 1.463956, 0.124891), + normal: (-0.31398, 0.125786, 0.94106), }, + Vertex { position: (5.710154, 1.360653, 0.290072), + normal: (-0.497134, 0.140474, 0.856227), }, + Vertex { position: (5.783731, 1.341471, 0.28459), + normal: (-0.0511, 0.977083, -0.206633), }, + Vertex { position: (5.813217, 1.415581, 0.195261), + normal: (-0.081905, 0.996619, -0.006486), }, + Vertex { position: (5.710154, 1.360653, 0.290072), + normal: (-0.497134, 0.140474, 0.856227), }, + Vertex { position: (5.813217, 1.415581, 0.195261), + normal: (-0.081905, 0.996619, -0.006486), }, + Vertex { position: (5.730427, 1.435668, 0.209848), + normal: (-0.434729, 0.079706, 0.897027), }, + Vertex { position: (5.783731, 1.341471, 0.28459), + normal: (-0.0511, 0.977083, -0.206633), }, + Vertex { position: (5.847989, 1.311569, 0.261476), + normal: (0.481644, 0.842268, -0.242082), }, + Vertex { position: (5.886832, 1.385674, 0.172365), + normal: (-0.134248, 0.990294, -0.035988), }, + Vertex { position: (5.783731, 1.341471, 0.28459), + normal: (-0.0511, 0.977083, -0.206633), }, + Vertex { position: (5.886832, 1.385674, 0.172365), + normal: (-0.134248, 0.990294, -0.035988), }, + Vertex { position: (5.813217, 1.415581, 0.195261), + normal: (-0.081905, 0.996619, -0.006486), }, + Vertex { position: (5.847989, 1.311569, 0.261476), + normal: (0.481644, 0.842268, -0.242082), }, + Vertex { position: (5.931474, 1.233483, 0.215613), + normal: (0.794567, 0.588129, -0.15089), }, + Vertex { position: (5.941384, 1.330818, 0.178936), + normal: (0.731768, 0.675964, 0.087106), }, + Vertex { position: (5.847989, 1.311569, 0.261476), + normal: (0.481644, 0.842268, -0.242082), }, + Vertex { position: (5.941384, 1.330818, 0.178936), + normal: (0.731768, 0.675964, 0.087106), }, + Vertex { position: (5.886832, 1.385674, 0.172365), + normal: (-0.134248, 0.990294, -0.035988), }, + Vertex { position: (5.941384, 1.330818, 0.178936), + normal: (0.731768, 0.675964, 0.087106), }, + Vertex { position: (5.998088, 1.231874, 0.107334), + normal: (0.04154, 0.947538, -0.316933), }, + Vertex { position: (5.979357, 1.325532, 0.125337), + normal: (0.448666, 0.893201, 0.029856), }, + Vertex { position: (5.979357, 1.325532, 0.125337), + normal: (0.448666, 0.893201, 0.029856), }, + Vertex { position: (5.998088, 1.231874, 0.107334), + normal: (0.04154, 0.947538, -0.316933), }, + Vertex { position: (5.963527, 1.232407, 0.001121), + normal: (0.617634, 0.786466, 0.000062), }, + Vertex { position: (5.979357, 1.325532, 0.125337), + normal: (0.448666, 0.893201, 0.029856), }, + Vertex { position: (5.963527, 1.232407, 0.001121), + normal: (0.617634, 0.786466, 0.000062), }, + Vertex { position: (5.963117, 1.307775, 0.001098), + normal: (0.663563, 0.74812, 0.000025), }, + Vertex { position: (5.931474, 1.233483, 0.215613), + normal: (0.794567, 0.588129, -0.15089), }, + Vertex { position: (5.998088, 1.231874, 0.107334), + normal: (0.04154, 0.947538, -0.316933), }, + Vertex { position: (5.941384, 1.330818, 0.178936), + normal: (0.731768, 0.675964, 0.087106), }, + Vertex { position: (5.961686, 1.110978, 0.090324), + normal: (0.461485, 0.788926, -0.405742), }, + Vertex { position: (5.92711, 1.131195, 0.001118), + normal: (0.651313, 0.75881, -0.000286), }, + Vertex { position: (5.963527, 1.232407, 0.001121), + normal: (0.617634, 0.786466, 0.000062), }, + Vertex { position: (5.961686, 1.110978, 0.090324), + normal: (0.461485, 0.788926, -0.405742), }, + Vertex { position: (5.963527, 1.232407, 0.001121), + normal: (0.617634, 0.786466, 0.000062), }, + Vertex { position: (5.998088, 1.231874, 0.107334), + normal: (0.04154, 0.947538, -0.316933), }, + Vertex { position: (5.961686, 1.110978, 0.090324), + normal: (0.461485, 0.788926, -0.405742), }, + Vertex { position: (5.934596, 1.054796, 0.077039), + normal: (0.800967, 0.453079, -0.391371), }, + Vertex { position: (5.908782, 1.066916, 0.001121), + normal: (0.909103, 0.416568, -0.001454), }, + Vertex { position: (5.961686, 1.110978, 0.090324), + normal: (0.461485, 0.788926, -0.405742), }, + Vertex { position: (5.908782, 1.066916, 0.001121), + normal: (0.909103, 0.416568, -0.001454), }, + Vertex { position: (5.92711, 1.131195, 0.001118), + normal: (0.651313, 0.75881, -0.000286), }, + Vertex { position: (5.950684, 1.082725, 0.175648), + normal: (0.000755, 0.939586, -0.342312), }, + Vertex { position: (5.923808, 1.025283, 0.153084), + normal: (0.693689, 0.317887, -0.646331), }, + Vertex { position: (5.934596, 1.054796, 0.077039), + normal: (0.800967, 0.453079, -0.391371), }, + Vertex { position: (5.950684, 1.082725, 0.175648), + normal: (0.000755, 0.939586, -0.342312), }, + Vertex { position: (5.934596, 1.054796, 0.077039), + normal: (0.800967, 0.453079, -0.391371), }, + Vertex { position: (5.961686, 1.110978, 0.090324), + normal: (0.461485, 0.788926, -0.405742), }, + Vertex { position: (5.763952, 1.062109, 0.338641), + normal: (0.288171, 0.239223, -0.927216), }, + Vertex { position: (5.755282, 1.004149, 0.307505), + normal: (0.104327, 0.725166, -0.680625), }, + Vertex { position: (5.85775, 0.997026, 0.236768), + normal: (-0.051423, 0.948155, -0.31362), }, + Vertex { position: (5.763952, 1.062109, 0.338641), + normal: (0.288171, 0.239223, -0.927216), }, + Vertex { position: (5.85775, 0.997026, 0.236768), + normal: (-0.051423, 0.948155, -0.31362), }, + Vertex { position: (5.884856, 1.062202, 0.249545), + normal: (0.525316, 0.261332, -0.809783), }, + Vertex { position: (5.763952, 1.062109, 0.338641), + normal: (0.288171, 0.239223, -0.927216), }, + Vertex { position: (5.884856, 1.062202, 0.249545), + normal: (0.525316, 0.261332, -0.809783), }, + Vertex { position: (5.800778, 1.078596, 0.31945), + normal: (0.204286, 0.745568, -0.634347), }, + Vertex { position: (5.884856, 1.062202, 0.249545), + normal: (0.525316, 0.261332, -0.809783), }, + Vertex { position: (5.950684, 1.082725, 0.175648), + normal: (0.000755, 0.939586, -0.342312), }, + Vertex { position: (5.959462, 1.157227, 0.187097), + normal: (0.969409, 0.243854, 0.027951), }, + Vertex { position: (5.884856, 1.062202, 0.249545), + normal: (0.525316, 0.261332, -0.809783), }, + Vertex { position: (5.959462, 1.157227, 0.187097), + normal: (0.969409, 0.243854, 0.027951), }, + Vertex { position: (5.912147, 1.117911, 0.254197), + normal: (0.811896, 0.498733, 0.303464), }, + Vertex { position: (5.85775, 0.997026, 0.236768), + normal: (-0.051423, 0.948155, -0.31362), }, + Vertex { position: (5.923808, 1.025283, 0.153084), + normal: (0.693689, 0.317887, -0.646331), }, + Vertex { position: (5.950684, 1.082725, 0.175648), + normal: (0.000755, 0.939586, -0.342312), }, + Vertex { position: (5.85775, 0.997026, 0.236768), + normal: (-0.051423, 0.948155, -0.31362), }, + Vertex { position: (5.950684, 1.082725, 0.175648), + normal: (0.000755, 0.939586, -0.342312), }, + Vertex { position: (5.884856, 1.062202, 0.249545), + normal: (0.525316, 0.261332, -0.809783), }, + Vertex { position: (5.884856, 1.062202, 0.249545), + normal: (0.525316, 0.261332, -0.809783), }, + Vertex { position: (5.912147, 1.117911, 0.254197), + normal: (0.811896, 0.498733, 0.303464), }, + Vertex { position: (5.837875, 1.141493, 0.305184), + normal: (0.603382, -0.138832, -0.785275), }, + Vertex { position: (5.884856, 1.062202, 0.249545), + normal: (0.525316, 0.261332, -0.809783), }, + Vertex { position: (5.837875, 1.141493, 0.305184), + normal: (0.603382, -0.138832, -0.785275), }, + Vertex { position: (5.800778, 1.078596, 0.31945), + normal: (0.204286, 0.745568, -0.634347), }, + Vertex { position: (5.800778, 1.078596, 0.31945), + normal: (0.204286, 0.745568, -0.634347), }, + Vertex { position: (5.837875, 1.141493, 0.305184), + normal: (0.603382, -0.138832, -0.785275), }, + Vertex { position: (5.77341, 1.225861, 0.323025), + normal: (0.335985, -0.093512, -0.937214), }, + Vertex { position: (5.800778, 1.078596, 0.31945), + normal: (0.204286, 0.745568, -0.634347), }, + Vertex { position: (5.77341, 1.225861, 0.323025), + normal: (0.335985, -0.093512, -0.937214), }, + Vertex { position: (5.672187, 1.164767, 0.35408), + normal: (0.609817, 0.770093, 0.187296), }, + Vertex { position: (5.672187, 1.164767, 0.35408), + normal: (0.609817, 0.770093, 0.187296), }, + Vertex { position: (5.77341, 1.225861, 0.323025), + normal: (0.335985, -0.093512, -0.937214), }, + Vertex { position: (5.764774, 1.279824, 0.308562), + normal: (0.104604, 0.236958, -0.965872), }, + Vertex { position: (5.672187, 1.164767, 0.35408), + normal: (0.609817, 0.770093, 0.187296), }, + Vertex { position: (5.764774, 1.279824, 0.308562), + normal: (0.104604, 0.236958, -0.965872), }, + Vertex { position: (5.681726, 1.282503, 0.333871), + normal: (0.563605, 0.822456, 0.076915), }, + Vertex { position: (5.681726, 1.282503, 0.333871), + normal: (0.563605, 0.822456, 0.076915), }, + Vertex { position: (5.764774, 1.279824, 0.308562), + normal: (0.104604, 0.236958, -0.965872), }, + Vertex { position: (5.783731, 1.341471, 0.28459), + normal: (-0.0511, 0.977083, -0.206633), }, + Vertex { position: (5.681726, 1.282503, 0.333871), + normal: (0.563605, 0.822456, 0.076915), }, + Vertex { position: (5.783731, 1.341471, 0.28459), + normal: (-0.0511, 0.977083, -0.206633), }, + Vertex { position: (5.710154, 1.360653, 0.290072), + normal: (-0.497134, 0.140474, 0.856227), }, + Vertex { position: (5.681086, 1.054964, 0.35586), + normal: (-0.163152, 0.699849, -0.695408), }, + Vertex { position: (5.763952, 1.062109, 0.338641), + normal: (0.288171, 0.239223, -0.927216), }, + Vertex { position: (5.690122, 1.092917, 0.37085), + normal: (-0.000715, -0.295728, -0.955272), }, + Vertex { position: (5.690122, 1.092917, 0.37085), + normal: (-0.000715, -0.295728, -0.955272), }, + Vertex { position: (5.763952, 1.062109, 0.338641), + normal: (0.288171, 0.239223, -0.927216), }, + Vertex { position: (5.800778, 1.078596, 0.31945), + normal: (0.204286, 0.745568, -0.634347), }, + Vertex { position: (5.690122, 1.092917, 0.37085), + normal: (-0.000715, -0.295728, -0.955272), }, + Vertex { position: (5.800778, 1.078596, 0.31945), + normal: (0.204286, 0.745568, -0.634347), }, + Vertex { position: (5.672187, 1.164767, 0.35408), + normal: (0.609817, 0.770093, 0.187296), }, + Vertex { position: (5.598282, 1.094735, 0.386994), + normal: (-0.090939, 0.953561, -0.287143), }, + Vertex { position: (5.690122, 1.092917, 0.37085), + normal: (-0.000715, -0.295728, -0.955272), }, + Vertex { position: (5.672187, 1.164767, 0.35408), + normal: (0.609817, 0.770093, 0.187296), }, + Vertex { position: (5.598282, 1.094735, 0.386994), + normal: (-0.090939, 0.953561, -0.287143), }, + Vertex { position: (5.672187, 1.164767, 0.35408), + normal: (0.609817, 0.770093, 0.187296), }, + Vertex { position: (5.580797, 1.174135, 0.351054), + normal: (0.381066, 0.919021, 0.100938), }, + Vertex { position: (5.47963, 1.11131, 0.364188), + normal: (0.651262, 0.697944, 0.297879), }, + Vertex { position: (5.598282, 1.094735, 0.386994), + normal: (-0.090939, 0.953561, -0.287143), }, + Vertex { position: (5.580797, 1.174135, 0.351054), + normal: (0.381066, 0.919021, 0.100938), }, + Vertex { position: (5.470775, 1.009574, 0.355371), + normal: (0.008972, 0.708004, -0.706152), }, + Vertex { position: (5.598282, 1.094735, 0.386994), + normal: (-0.090939, 0.953561, -0.287143), }, + Vertex { position: (5.47963, 1.11131, 0.364188), + normal: (0.651262, 0.697944, 0.297879), }, + Vertex { position: (5.580223, 1.04747, 0.372696), + normal: (0.809878, -0.450756, 0.375387), }, + Vertex { position: (5.681086, 1.054964, 0.35586), + normal: (-0.163152, 0.699849, -0.695408), }, + Vertex { position: (5.690122, 1.092917, 0.37085), + normal: (-0.000715, -0.295728, -0.955272), }, + Vertex { position: (5.580223, 1.04747, 0.372696), + normal: (0.809878, -0.450756, 0.375387), }, + Vertex { position: (5.690122, 1.092917, 0.37085), + normal: (-0.000715, -0.295728, -0.955272), }, + Vertex { position: (5.598282, 1.094735, 0.386994), + normal: (-0.090939, 0.953561, -0.287143), }, + Vertex { position: (5.580727, 0.99933, 0.349867), + normal: (-0.01139, 0.953897, -0.299918), }, + Vertex { position: (5.672385, 1.007694, 0.341778), + normal: (-0.011269, -0.268801, -0.96313), }, + Vertex { position: (5.681086, 1.054964, 0.35586), + normal: (-0.163152, 0.699849, -0.695408), }, + Vertex { position: (5.580727, 0.99933, 0.349867), + normal: (-0.01139, 0.953897, -0.299918), }, + Vertex { position: (5.681086, 1.054964, 0.35586), + normal: (-0.163152, 0.699849, -0.695408), }, + Vertex { position: (5.580223, 1.04747, 0.372696), + normal: (0.809878, -0.450756, 0.375387), }, + Vertex { position: (5.598282, 1.094735, 0.386994), + normal: (-0.090939, 0.953561, -0.287143), }, + Vertex { position: (5.470775, 1.009574, 0.355371), + normal: (0.008972, 0.708004, -0.706152), }, + Vertex { position: (5.580223, 1.04747, 0.372696), + normal: (0.809878, -0.450756, 0.375387), }, + Vertex { position: (5.470775, 1.009574, 0.355371), + normal: (0.008972, 0.708004, -0.706152), }, + Vertex { position: (5.535184, 0.98018, 0.341257), + normal: (-0.151742, 0.274295, -0.949598), }, + Vertex { position: (5.580727, 0.99933, 0.349867), + normal: (-0.01139, 0.953897, -0.299918), }, + Vertex { position: (5.470775, 1.009574, 0.355371), + normal: (0.008972, 0.708004, -0.706152), }, + Vertex { position: (5.580727, 0.99933, 0.349867), + normal: (-0.01139, 0.953897, -0.299918), }, + Vertex { position: (5.580223, 1.04747, 0.372696), + normal: (0.809878, -0.450756, 0.375387), }, + Vertex { position: (5.425352, 1.035967, 0.34272), + normal: (0.795507, -0.586003, 0.154171), }, + Vertex { position: (5.470775, 1.009574, 0.355371), + normal: (0.008972, 0.708004, -0.706152), }, + Vertex { position: (5.47963, 1.11131, 0.364188), + normal: (0.651262, 0.697944, 0.297879), }, + Vertex { position: (5.425352, 1.035967, 0.34272), + normal: (0.795507, -0.586003, 0.154171), }, + Vertex { position: (5.47963, 1.11131, 0.364188), + normal: (0.651262, 0.697944, 0.297879), }, + Vertex { position: (5.388455, 1.119419, 0.351883), + normal: (-0.317809, 0.237298, 0.91798), }, + Vertex { position: (5.434594, 0.970412, 0.330823), + normal: (0.743898, -0.655713, -0.129057), }, + Vertex { position: (5.470775, 1.009574, 0.355371), + normal: (0.008972, 0.708004, -0.706152), }, + Vertex { position: (5.425352, 1.035967, 0.34272), + normal: (0.795507, -0.586003, 0.154171), }, + Vertex { position: (5.434594, 0.970412, 0.330823), + normal: (0.743898, -0.655713, -0.129057), }, + Vertex { position: (5.535184, 0.98018, 0.341257), + normal: (-0.151742, 0.274295, -0.949598), }, + Vertex { position: (5.470775, 1.009574, 0.355371), + normal: (0.008972, 0.708004, -0.706152), }, + Vertex { position: (5.434594, 0.970412, 0.330823), + normal: (0.743898, -0.655713, -0.129057), }, + Vertex { position: (5.480649, 0.941387, 0.316248), + normal: (0.083641, -0.81989, 0.566378), }, + Vertex { position: (5.535184, 0.98018, 0.341257), + normal: (-0.151742, 0.274295, -0.949598), }, + Vertex { position: (5.379461, 1.045817, 0.349748), + normal: (0.042118, -0.881893, 0.469564), }, + Vertex { position: (5.425352, 1.035967, 0.34272), + normal: (0.795507, -0.586003, 0.154171), }, + Vertex { position: (5.388455, 1.119419, 0.351883), + normal: (-0.317809, 0.237298, 0.91798), }, + Vertex { position: (5.370709, 0.980272, 0.337432), + normal: (0.713982, 0.301535, 0.631907), }, + Vertex { position: (5.434594, 0.970412, 0.330823), + normal: (0.743898, -0.655713, -0.129057), }, + Vertex { position: (5.425352, 1.035967, 0.34272), + normal: (0.795507, -0.586003, 0.154171), }, + Vertex { position: (5.370709, 0.980272, 0.337432), + normal: (0.713982, 0.301535, 0.631907), }, + Vertex { position: (5.425352, 1.035967, 0.34272), + normal: (0.795507, -0.586003, 0.154171), }, + Vertex { position: (5.379461, 1.045817, 0.349748), + normal: (0.042118, -0.881893, 0.469564), }, + Vertex { position: (5.373646, 0.885375, 0.20884), + normal: (0.086688, -0.887002, 0.453556), }, + Vertex { position: (5.480649, 0.941387, 0.316248), + normal: (0.083641, -0.81989, 0.566378), }, + Vertex { position: (5.434594, 0.970412, 0.330823), + normal: (0.743898, -0.655713, -0.129057), }, + Vertex { position: (5.373646, 0.885375, 0.20884), + normal: (0.086688, -0.887002, 0.453556), }, + Vertex { position: (5.434594, 0.970412, 0.330823), + normal: (0.743898, -0.655713, -0.129057), }, + Vertex { position: (5.370709, 0.980272, 0.337432), + normal: (0.713982, 0.301535, 0.631907), }, + Vertex { position: (5.373646, 0.885375, 0.20884), + normal: (0.086688, -0.887002, 0.453556), }, + Vertex { position: (5.511556, 0.863525, 0.177613), + normal: (0.21141, -0.953268, 0.215838), }, + Vertex { position: (5.546347, 0.916044, 0.246782), + normal: (0.176955, -0.903058, 0.391373), }, + Vertex { position: (5.373646, 0.885375, 0.20884), + normal: (0.086688, -0.887002, 0.453556), }, + Vertex { position: (5.546347, 0.916044, 0.246782), + normal: (0.176955, -0.903058, 0.391373), }, + Vertex { position: (5.480649, 0.941387, 0.316248), + normal: (0.083641, -0.81989, 0.566378), }, + Vertex { position: (5.511556, 0.863525, 0.177613), + normal: (0.21141, -0.953268, 0.215838), }, + Vertex { position: (5.60337, 0.852748, 0.162335), + normal: (0.288841, -0.745301, -0.600914), }, + Vertex { position: (5.638369, 0.904402, 0.222548), + normal: (0.571342, -0.680689, -0.45851), }, + Vertex { position: (5.511556, 0.863525, 0.177613), + normal: (0.21141, -0.953268, 0.215838), }, + Vertex { position: (5.638369, 0.904402, 0.222548), + normal: (0.571342, -0.680689, -0.45851), }, + Vertex { position: (5.546347, 0.916044, 0.246782), + normal: (0.176955, -0.903058, 0.391373), }, + Vertex { position: (5.60337, 0.852748, 0.162335), + normal: (0.288841, -0.745301, -0.600914), }, + Vertex { position: (5.70463, 0.849158, 0.12813), + normal: (0.237421, -0.963021, 0.127366), }, + Vertex { position: (5.748613, 0.92049, 0.205099), + normal: (0.388502, -0.6643, -0.63857), }, + Vertex { position: (5.60337, 0.852748, 0.162335), + normal: (0.288841, -0.745301, -0.600914), }, + Vertex { position: (5.748613, 0.92049, 0.205099), + normal: (0.388502, -0.6643, -0.63857), }, + Vertex { position: (5.638369, 0.904402, 0.222548), + normal: (0.571342, -0.680689, -0.45851), }, + Vertex { position: (5.241466, 1.040469, 0.383965), + normal: (0.157921, -0.851177, -0.500559), }, + Vertex { position: (5.379461, 1.045817, 0.349748), + normal: (0.042118, -0.881893, 0.469564), }, + Vertex { position: (5.388455, 1.119419, 0.351883), + normal: (-0.317809, 0.237298, 0.91798), }, + Vertex { position: (5.241466, 1.040469, 0.383965), + normal: (0.157921, -0.851177, -0.500559), }, + Vertex { position: (5.388455, 1.119419, 0.351883), + normal: (-0.317809, 0.237298, 0.91798), }, + Vertex { position: (5.250485, 1.123029, 0.385234), + normal: (0.009824, -0.644035, 0.764933), }, + Vertex { position: (5.223571, 0.974029, 0.362117), + normal: (0.254106, -0.95176, 0.171999), }, + Vertex { position: (5.370709, 0.980272, 0.337432), + normal: (0.713982, 0.301535, 0.631907), }, + Vertex { position: (5.379461, 1.045817, 0.349748), + normal: (0.042118, -0.881893, 0.469564), }, + Vertex { position: (5.223571, 0.974029, 0.362117), + normal: (0.254106, -0.95176, 0.171999), }, + Vertex { position: (5.379461, 1.045817, 0.349748), + normal: (0.042118, -0.881893, 0.469564), }, + Vertex { position: (5.241466, 1.040469, 0.383965), + normal: (0.157921, -0.851177, -0.500559), }, + Vertex { position: (5.299005, 0.908991, 0.260177), + normal: (0.165259, -0.797056, -0.580854), }, + Vertex { position: (5.373646, 0.885375, 0.20884), + normal: (0.086688, -0.887002, 0.453556), }, + Vertex { position: (5.370709, 0.980272, 0.337432), + normal: (0.713982, 0.301535, 0.631907), }, + Vertex { position: (5.197562, 0.922406, 0.302473), + normal: (0.243744, -0.944481, 0.220328), }, + Vertex { position: (5.299005, 0.908991, 0.260177), + normal: (0.165259, -0.797056, -0.580854), }, + Vertex { position: (5.370709, 0.980272, 0.337432), + normal: (0.713982, 0.301535, 0.631907), }, + Vertex { position: (5.197562, 0.922406, 0.302473), + normal: (0.243744, -0.944481, 0.220328), }, + Vertex { position: (5.370709, 0.980272, 0.337432), + normal: (0.713982, 0.301535, 0.631907), }, + Vertex { position: (5.223571, 0.974029, 0.362117), + normal: (0.254106, -0.95176, 0.171999), }, + Vertex { position: (5.851404, 0.929008, 0.105362), + normal: (0.20994, -0.930128, 0.301309), }, + Vertex { position: (5.797411, 0.880032, 0.072306), + normal: (-0.05208, -0.715695, 0.696469), }, + Vertex { position: (5.78079, 0.891286, 0.001059), + normal: (0.953994, -0.299798, -0.004126), }, + Vertex { position: (5.851404, 0.929008, 0.105362), + normal: (0.20994, -0.930128, 0.301309), }, + Vertex { position: (5.78079, 0.891286, 0.001059), + normal: (0.953994, -0.299798, -0.004126), }, + Vertex { position: (5.836005, 0.945722, 0.001092), + normal: (0.997356, -0.072614, -0.002907), }, + Vertex { position: (5.748613, 0.92049, 0.205099), + normal: (0.388502, -0.6643, -0.63857), }, + Vertex { position: (5.70463, 0.849158, 0.12813), + normal: (0.237421, -0.963021, 0.127366), }, + Vertex { position: (5.797411, 0.880032, 0.072306), + normal: (-0.05208, -0.715695, 0.696469), }, + Vertex { position: (5.748613, 0.92049, 0.205099), + normal: (0.388502, -0.6643, -0.63857), }, + Vertex { position: (5.797411, 0.880032, 0.072306), + normal: (-0.05208, -0.715695, 0.696469), }, + Vertex { position: (5.851404, 0.929008, 0.105362), + normal: (0.20994, -0.930128, 0.301309), }, + Vertex { position: (5.679621, 0.8395, 0.000985), + normal: (0.874313, -0.485341, -0.004579), }, + Vertex { position: (5.78079, 0.891286, 0.001059), + normal: (0.953994, -0.299798, -0.004126), }, + Vertex { position: (5.797411, 0.880032, 0.072306), + normal: (-0.05208, -0.715695, 0.696469), }, + Vertex { position: (5.70463, 0.849158, 0.12813), + normal: (0.237421, -0.963021, 0.127366), }, + Vertex { position: (5.568745, 0.834653, 0.07139), + normal: (0.287073, -0.905921, 0.311283), }, + Vertex { position: (5.679621, 0.8395, 0.000985), + normal: (0.874313, -0.485341, -0.004579), }, + Vertex { position: (5.70463, 0.849158, 0.12813), + normal: (0.237421, -0.963021, 0.127366), }, + Vertex { position: (5.679621, 0.8395, 0.000985), + normal: (0.874313, -0.485341, -0.004579), }, + Vertex { position: (5.797411, 0.880032, 0.072306), + normal: (-0.05208, -0.715695, 0.696469), }, + Vertex { position: (5.568745, 0.834653, 0.07139), + normal: (0.287073, -0.905921, 0.311283), }, + Vertex { position: (5.579253, 0.837796, 0.000896), + normal: (0.84332, -0.537393, -0.004381), }, + Vertex { position: (5.679621, 0.8395, 0.000985), + normal: (0.874313, -0.485341, -0.004579), }, + Vertex { position: (5.60337, 0.852748, 0.162335), + normal: (0.288841, -0.745301, -0.600914), }, + Vertex { position: (5.449164, 0.847535, 0.103909), + normal: (0.267121, -0.895396, 0.356249), }, + Vertex { position: (5.568745, 0.834653, 0.07139), + normal: (0.287073, -0.905921, 0.311283), }, + Vertex { position: (5.60337, 0.852748, 0.162335), + normal: (0.288841, -0.745301, -0.600914), }, + Vertex { position: (5.568745, 0.834653, 0.07139), + normal: (0.287073, -0.905921, 0.311283), }, + Vertex { position: (5.70463, 0.849158, 0.12813), + normal: (0.237421, -0.963021, 0.127366), }, + Vertex { position: (5.137075, 0.824518, 0.144842), + normal: (-0.501598, -0.526154, 0.686704), }, + Vertex { position: (5.112563, 0.840686, 0.00048), + normal: (0.598791, -0.8009, -0.003109), }, + Vertex { position: (5.213434, 0.856784, 0.000565), + normal: (0.832605, -0.553861, -0.002629), }, + Vertex { position: (5.137075, 0.824518, 0.144842), + normal: (-0.501598, -0.526154, 0.686704), }, + Vertex { position: (5.213434, 0.856784, 0.000565), + normal: (0.832605, -0.553861, -0.002629), }, + Vertex { position: (5.247762, 0.848549, 0.108546), + normal: (-0.290459, -0.499809, 0.815981), }, + Vertex { position: (5.511556, 0.863525, 0.177613), + normal: (0.21141, -0.953268, 0.215838), }, + Vertex { position: (5.3569, 0.85112, 0.138324), + normal: (-0.538845, -0.659239, 0.524452), }, + Vertex { position: (5.449164, 0.847535, 0.103909), + normal: (0.267121, -0.895396, 0.356249), }, + Vertex { position: (5.511556, 0.863525, 0.177613), + normal: (0.21141, -0.953268, 0.215838), }, + Vertex { position: (5.449164, 0.847535, 0.103909), + normal: (0.267121, -0.895396, 0.356249), }, + Vertex { position: (5.60337, 0.852748, 0.162335), + normal: (0.288841, -0.745301, -0.600914), }, + Vertex { position: (5.373646, 0.885375, 0.20884), + normal: (0.086688, -0.887002, 0.453556), }, + Vertex { position: (5.26443, 0.855571, 0.181694), + normal: (-0.53682, -0.608254, 0.58468), }, + Vertex { position: (5.3569, 0.85112, 0.138324), + normal: (-0.538845, -0.659239, 0.524452), }, + Vertex { position: (5.373646, 0.885375, 0.20884), + normal: (0.086688, -0.887002, 0.453556), }, + Vertex { position: (5.3569, 0.85112, 0.138324), + normal: (-0.538845, -0.659239, 0.524452), }, + Vertex { position: (5.511556, 0.863525, 0.177613), + normal: (0.21141, -0.953268, 0.215838), }, + Vertex { position: (5.247762, 0.848549, 0.108546), + normal: (-0.290459, -0.499809, 0.815981), }, + Vertex { position: (5.213434, 0.856784, 0.000565), + normal: (0.832605, -0.553861, -0.002629), }, + Vertex { position: (5.323232, 0.866039, 0.00066), + normal: (0.224122, -0.97456, -0.001209), }, + Vertex { position: (5.449164, 0.847535, 0.103909), + normal: (0.267121, -0.895396, 0.356249), }, + Vertex { position: (5.469641, 0.838722, 0.000798), + normal: (-0.020035, -0.999799, -0.000148), }, + Vertex { position: (5.579253, 0.837796, 0.000896), + normal: (0.84332, -0.537393, -0.004381), }, + Vertex { position: (5.449164, 0.847535, 0.103909), + normal: (0.267121, -0.895396, 0.356249), }, + Vertex { position: (5.579253, 0.837796, 0.000896), + normal: (0.84332, -0.537393, -0.004381), }, + Vertex { position: (5.568745, 0.834653, 0.07139), + normal: (0.287073, -0.905921, 0.311283), }, + Vertex { position: (5.247762, 0.848549, 0.108546), + normal: (-0.290459, -0.499809, 0.815981), }, + Vertex { position: (5.323232, 0.866039, 0.00066), + normal: (0.224122, -0.97456, -0.001209), }, + Vertex { position: (5.469641, 0.838722, 0.000798), + normal: (-0.020035, -0.999799, -0.000148), }, + Vertex { position: (5.247762, 0.848549, 0.108546), + normal: (-0.290459, -0.499809, 0.815981), }, + Vertex { position: (5.469641, 0.838722, 0.000798), + normal: (-0.020035, -0.999799, -0.000148), }, + Vertex { position: (5.449164, 0.847535, 0.103909), + normal: (0.267121, -0.895396, 0.356249), }, + Vertex { position: (5.247762, 0.848549, 0.108546), + normal: (-0.290459, -0.499809, 0.815981), }, + Vertex { position: (5.449164, 0.847535, 0.103909), + normal: (0.267121, -0.895396, 0.356249), }, + Vertex { position: (5.3569, 0.85112, 0.138324), + normal: (-0.538845, -0.659239, 0.524452), }, + Vertex { position: (5.26443, 0.855571, 0.181694), + normal: (-0.53682, -0.608254, 0.58468), }, + Vertex { position: (5.247762, 0.848549, 0.108546), + normal: (-0.290459, -0.499809, 0.815981), }, + Vertex { position: (5.3569, 0.85112, 0.138324), + normal: (-0.538845, -0.659239, 0.524452), }, + Vertex { position: (5.26443, 0.855571, 0.181694), + normal: (-0.53682, -0.608254, 0.58468), }, + Vertex { position: (5.373646, 0.885375, 0.20884), + normal: (0.086688, -0.887002, 0.453556), }, + Vertex { position: (5.299005, 0.908991, 0.260177), + normal: (0.165259, -0.797056, -0.580854), }, + Vertex { position: (5.153735, 0.831575, 0.218348), + normal: (-0.635877, 0.324329, 0.700337), }, + Vertex { position: (5.26443, 0.855571, 0.181694), + normal: (-0.53682, -0.608254, 0.58468), }, + Vertex { position: (5.299005, 0.908991, 0.260177), + normal: (0.165259, -0.797056, -0.580854), }, + Vertex { position: (5.153735, 0.831575, 0.218348), + normal: (-0.635877, 0.324329, 0.700337), }, + Vertex { position: (5.299005, 0.908991, 0.260177), + normal: (0.165259, -0.797056, -0.580854), }, + Vertex { position: (5.197562, 0.922406, 0.302473), + normal: (0.243744, -0.944481, 0.220328), }, + Vertex { position: (5.153735, 0.831575, 0.218348), + normal: (-0.635877, 0.324329, 0.700337), }, + Vertex { position: (5.137075, 0.824518, 0.144842), + normal: (-0.501598, -0.526154, 0.686704), }, + Vertex { position: (5.247762, 0.848549, 0.108546), + normal: (-0.290459, -0.499809, 0.815981), }, + Vertex { position: (5.153735, 0.831575, 0.218348), + normal: (-0.635877, 0.324329, 0.700337), }, + Vertex { position: (5.247762, 0.848549, 0.108546), + normal: (-0.290459, -0.499809, 0.815981), }, + Vertex { position: (5.26443, 0.855571, 0.181694), + normal: (-0.53682, -0.608254, 0.58468), }, + Vertex { position: (4.963526, 0.797382, 0.14344), + normal: (-0.376273, -0.140159, 0.915846), }, + Vertex { position: (4.920855, 0.812339, 0.000318), + normal: (0.124158, -0.992262, -0.000543), }, + Vertex { position: (5.112563, 0.840686, 0.00048), + normal: (0.598791, -0.8009, -0.003109), }, + Vertex { position: (4.963526, 0.797382, 0.14344), + normal: (-0.376273, -0.140159, 0.915846), }, + Vertex { position: (5.112563, 0.840686, 0.00048), + normal: (0.598791, -0.8009, -0.003109), }, + Vertex { position: (5.137075, 0.824518, 0.144842), + normal: (-0.501598, -0.526154, 0.686704), }, + Vertex { position: (4.99671, 0.81056, 0.280771), + normal: (-0.508574, -0.111047, 0.853827), }, + Vertex { position: (4.963526, 0.797382, 0.14344), + normal: (-0.376273, -0.140159, 0.915846), }, + Vertex { position: (5.137075, 0.824518, 0.144842), + normal: (-0.501598, -0.526154, 0.686704), }, + Vertex { position: (4.99671, 0.81056, 0.280771), + normal: (-0.508574, -0.111047, 0.853827), }, + Vertex { position: (5.137075, 0.824518, 0.144842), + normal: (-0.501598, -0.526154, 0.686704), }, + Vertex { position: (5.153735, 0.831575, 0.218348), + normal: (-0.635877, 0.324329, 0.700337), }, + Vertex { position: (4.66969, 0.738163, 0.188296), + normal: (-0.86136, -0.239794, 0.447836), }, + Vertex { position: (4.963526, 0.797382, 0.14344), + normal: (-0.376273, -0.140159, 0.915846), }, + Vertex { position: (4.99671, 0.81056, 0.280771), + normal: (-0.508574, -0.111047, 0.853827), }, + Vertex { position: (4.66969, 0.738163, 0.188296), + normal: (-0.86136, -0.239794, 0.447836), }, + Vertex { position: (4.99671, 0.81056, 0.280771), + normal: (-0.508574, -0.111047, 0.853827), }, + Vertex { position: (4.712067, 0.770512, 0.333393), + normal: (-0.724544, -0.128977, 0.677054), }, + Vertex { position: (4.66969, 0.738163, 0.188296), + normal: (-0.86136, -0.239794, 0.447836), }, + Vertex { position: (4.655453, 0.758022, 0.000098), + normal: (0.157494, -0.98752, -0.000465), }, + Vertex { position: (4.920855, 0.812339, 0.000318), + normal: (0.124158, -0.992262, -0.000543), }, + Vertex { position: (4.66969, 0.738163, 0.188296), + normal: (-0.86136, -0.239794, 0.447836), }, + Vertex { position: (4.920855, 0.812339, 0.000318), + normal: (0.124158, -0.992262, -0.000543), }, + Vertex { position: (4.963526, 0.797382, 0.14344), + normal: (-0.376273, -0.140159, 0.915846), }, + Vertex { position: (4.99671, 0.81056, 0.280771), + normal: (-0.508574, -0.111047, 0.853827), }, + Vertex { position: (5.153735, 0.831575, 0.218348), + normal: (-0.635877, 0.324329, 0.700337), }, + Vertex { position: (5.197562, 0.922406, 0.302473), + normal: (0.243744, -0.944481, 0.220328), }, + Vertex { position: (4.99671, 0.81056, 0.280771), + normal: (-0.508574, -0.111047, 0.853827), }, + Vertex { position: (5.197562, 0.922406, 0.302473), + normal: (0.243744, -0.944481, 0.220328), }, + Vertex { position: (5.004627, 0.908637, 0.345273), + normal: (-0.903777, -0.182749, 0.387027), }, + Vertex { position: (4.712067, 0.770512, 0.333393), + normal: (-0.724544, -0.128977, 0.677054), }, + Vertex { position: (4.99671, 0.81056, 0.280771), + normal: (-0.508574, -0.111047, 0.853827), }, + Vertex { position: (5.004627, 0.908637, 0.345273), + normal: (-0.903777, -0.182749, 0.387027), }, + Vertex { position: (4.712067, 0.770512, 0.333393), + normal: (-0.724544, -0.128977, 0.677054), }, + Vertex { position: (5.004627, 0.908637, 0.345273), + normal: (-0.903777, -0.182749, 0.387027), }, + Vertex { position: (4.728809, 0.878731, 0.405801), + normal: (-0.911341, 0.002265, 0.411646), }, + Vertex { position: (5.021254, 0.951308, 0.405567), + normal: (-0.566117, 0.431683, 0.702254), }, + Vertex { position: (5.223571, 0.974029, 0.362117), + normal: (0.254106, -0.95176, 0.171999), }, + Vertex { position: (5.241466, 1.040469, 0.383965), + normal: (0.157921, -0.851177, -0.500559), }, + Vertex { position: (5.021254, 0.951308, 0.405567), + normal: (-0.566117, 0.431683, 0.702254), }, + Vertex { position: (5.241466, 1.040469, 0.383965), + normal: (0.157921, -0.851177, -0.500559), }, + Vertex { position: (5.011084, 1.06677, 0.458562), + normal: (-0.77316, 0.344902, 0.532228), }, + Vertex { position: (5.021254, 0.951308, 0.405567), + normal: (-0.566117, 0.431683, 0.702254), }, + Vertex { position: (5.004627, 0.908637, 0.345273), + normal: (-0.903777, -0.182749, 0.387027), }, + Vertex { position: (5.197562, 0.922406, 0.302473), + normal: (0.243744, -0.944481, 0.220328), }, + Vertex { position: (5.021254, 0.951308, 0.405567), + normal: (-0.566117, 0.431683, 0.702254), }, + Vertex { position: (5.197562, 0.922406, 0.302473), + normal: (0.243744, -0.944481, 0.220328), }, + Vertex { position: (5.223571, 0.974029, 0.362117), + normal: (0.254106, -0.95176, 0.171999), }, + Vertex { position: (4.74325, 1.05921, 0.563421), + normal: (-0.383862, 0.612068, 0.691392), }, + Vertex { position: (5.011084, 1.06677, 0.458562), + normal: (-0.77316, 0.344902, 0.532228), }, + Vertex { position: (4.991713, 1.163096, 0.504149), + normal: (-0.023775, -0.598435, 0.800818), }, + Vertex { position: (4.74325, 1.05921, 0.563421), + normal: (-0.383862, 0.612068, 0.691392), }, + Vertex { position: (4.991713, 1.163096, 0.504149), + normal: (-0.023775, -0.598435, 0.800818), }, + Vertex { position: (4.733657, 1.227371, 0.592883), + normal: (0.200825, -0.971974, 0.122213), }, + Vertex { position: (4.744871, 0.950945, 0.491082), + normal: (-0.091679, 0.768658, 0.633057), }, + Vertex { position: (5.021254, 0.951308, 0.405567), + normal: (-0.566117, 0.431683, 0.702254), }, + Vertex { position: (5.011084, 1.06677, 0.458562), + normal: (-0.77316, 0.344902, 0.532228), }, + Vertex { position: (4.744871, 0.950945, 0.491082), + normal: (-0.091679, 0.768658, 0.633057), }, + Vertex { position: (5.011084, 1.06677, 0.458562), + normal: (-0.77316, 0.344902, 0.532228), }, + Vertex { position: (4.74325, 1.05921, 0.563421), + normal: (-0.383862, 0.612068, 0.691392), }, + Vertex { position: (4.728809, 0.878731, 0.405801), + normal: (-0.911341, 0.002265, 0.411646), }, + Vertex { position: (5.004627, 0.908637, 0.345273), + normal: (-0.903777, -0.182749, 0.387027), }, + Vertex { position: (5.021254, 0.951308, 0.405567), + normal: (-0.566117, 0.431683, 0.702254), }, + Vertex { position: (4.728809, 0.878731, 0.405801), + normal: (-0.911341, 0.002265, 0.411646), }, + Vertex { position: (5.021254, 0.951308, 0.405567), + normal: (-0.566117, 0.431683, 0.702254), }, + Vertex { position: (4.744871, 0.950945, 0.491082), + normal: (-0.091679, 0.768658, 0.633057), }, + Vertex { position: (4.567896, 1.149805, 0.642484), + normal: (-0.911194, 0.285551, 0.296961), }, + Vertex { position: (4.74325, 1.05921, 0.563421), + normal: (-0.383862, 0.612068, 0.691392), }, + Vertex { position: (4.733657, 1.227371, 0.592883), + normal: (0.200825, -0.971974, 0.122213), }, + Vertex { position: (4.567896, 1.149805, 0.642484), + normal: (-0.911194, 0.285551, 0.296961), }, + Vertex { position: (4.733657, 1.227371, 0.592883), + normal: (0.200825, -0.971974, 0.122213), }, + Vertex { position: (4.641547, 1.285422, 0.622034), + normal: (0.123418, -0.784469, 0.607763), }, + Vertex { position: (4.496191, 1.024566, 0.579491), + normal: (-0.931592, 0.319003, 0.174278), }, + Vertex { position: (4.744871, 0.950945, 0.491082), + normal: (-0.091679, 0.768658, 0.633057), }, + Vertex { position: (4.74325, 1.05921, 0.563421), + normal: (-0.383862, 0.612068, 0.691392), }, + Vertex { position: (4.496191, 1.024566, 0.579491), + normal: (-0.931592, 0.319003, 0.174278), }, + Vertex { position: (4.74325, 1.05921, 0.563421), + normal: (-0.383862, 0.612068, 0.691392), }, + Vertex { position: (4.567896, 1.149805, 0.642484), + normal: (-0.911194, 0.285551, 0.296961), }, + Vertex { position: (4.416475, 0.921264, 0.458839), + normal: (-0.895156, 0.397807, 0.201112), }, + Vertex { position: (4.728809, 0.878731, 0.405801), + normal: (-0.911341, 0.002265, 0.411646), }, + Vertex { position: (4.744871, 0.950945, 0.491082), + normal: (-0.091679, 0.768658, 0.633057), }, + Vertex { position: (4.416475, 0.921264, 0.458839), + normal: (-0.895156, 0.397807, 0.201112), }, + Vertex { position: (4.744871, 0.950945, 0.491082), + normal: (-0.091679, 0.768658, 0.633057), }, + Vertex { position: (4.496191, 1.024566, 0.579491), + normal: (-0.931592, 0.319003, 0.174278), }, + Vertex { position: (4.297891, 0.911506, 0.447987), + normal: (-0.742898, 0.572423, 0.347036), }, + Vertex { position: (4.399629, 0.850459, 0.391855), + normal: (-0.821562, 0.369566, 0.434117), }, + Vertex { position: (4.416475, 0.921264, 0.458839), + normal: (-0.895156, 0.397807, 0.201112), }, + Vertex { position: (4.297891, 0.911506, 0.447987), + normal: (-0.742898, 0.572423, 0.347036), }, + Vertex { position: (4.416475, 0.921264, 0.458839), + normal: (-0.895156, 0.397807, 0.201112), }, + Vertex { position: (4.333503, 0.951176, 0.481517), + normal: (-0.885175, 0.439902, 0.1515), }, + Vertex { position: (4.359048, 0.700414, 0.166651), + normal: (-0.659696, 0.567802, 0.492343), }, + Vertex { position: (4.380854, 0.704574, -0.00013), + normal: (0.000801, -1.0, -0.000539), }, + Vertex { position: (4.655453, 0.758022, 0.000098), + normal: (0.157494, -0.98752, -0.000465), }, + Vertex { position: (4.359048, 0.700414, 0.166651), + normal: (-0.659696, 0.567802, 0.492343), }, + Vertex { position: (4.655453, 0.758022, 0.000098), + normal: (0.157494, -0.98752, -0.000465), }, + Vertex { position: (4.66969, 0.738163, 0.188296), + normal: (-0.86136, -0.239794, 0.447836), }, + Vertex { position: (4.319799, 0.731007, 0.291212), + normal: (0.11638, 0.680311, 0.723624), }, + Vertex { position: (4.359048, 0.700414, 0.166651), + normal: (-0.659696, 0.567802, 0.492343), }, + Vertex { position: (4.66969, 0.738163, 0.188296), + normal: (-0.86136, -0.239794, 0.447836), }, + Vertex { position: (4.319799, 0.731007, 0.291212), + normal: (0.11638, 0.680311, 0.723624), }, + Vertex { position: (4.66969, 0.738163, 0.188296), + normal: (-0.86136, -0.239794, 0.447836), }, + Vertex { position: (4.712067, 0.770512, 0.333393), + normal: (-0.724544, -0.128977, 0.677054), }, + Vertex { position: (4.319799, 0.731007, 0.291212), + normal: (0.11638, 0.680311, 0.723624), }, + Vertex { position: (4.712067, 0.770512, 0.333393), + normal: (-0.724544, -0.128977, 0.677054), }, + Vertex { position: (4.399629, 0.850459, 0.391855), + normal: (-0.821562, 0.369566, 0.434117), }, + Vertex { position: (4.297891, 0.911506, 0.447987), + normal: (-0.742898, 0.572423, 0.347036), }, + Vertex { position: (4.216374, 0.852328, 0.405873), + normal: (0.206279, 0.744917, 0.634467), }, + Vertex { position: (4.319799, 0.731007, 0.291212), + normal: (0.11638, 0.680311, 0.723624), }, + Vertex { position: (4.297891, 0.911506, 0.447987), + normal: (-0.742898, 0.572423, 0.347036), }, + Vertex { position: (4.319799, 0.731007, 0.291212), + normal: (0.11638, 0.680311, 0.723624), }, + Vertex { position: (4.399629, 0.850459, 0.391855), + normal: (-0.821562, 0.369566, 0.434117), }, + Vertex { position: (4.712067, 0.770512, 0.333393), + normal: (-0.724544, -0.128977, 0.677054), }, + Vertex { position: (4.728809, 0.878731, 0.405801), + normal: (-0.911341, 0.002265, 0.411646), }, + Vertex { position: (4.416475, 0.921264, 0.458839), + normal: (-0.895156, 0.397807, 0.201112), }, + Vertex { position: (4.712067, 0.770512, 0.333393), + normal: (-0.724544, -0.128977, 0.677054), }, + Vertex { position: (4.416475, 0.921264, 0.458839), + normal: (-0.895156, 0.397807, 0.201112), }, + Vertex { position: (4.399629, 0.850459, 0.391855), + normal: (-0.821562, 0.369566, 0.434117), }, + Vertex { position: (4.366867, 1.131136, 0.630581), + normal: (-0.476949, 0.871027, 0.117605), }, + Vertex { position: (4.496191, 1.024566, 0.579491), + normal: (-0.931592, 0.319003, 0.174278), }, + Vertex { position: (4.567896, 1.149805, 0.642484), + normal: (-0.911194, 0.285551, 0.296961), }, + Vertex { position: (4.366867, 1.131136, 0.630581), + normal: (-0.476949, 0.871027, 0.117605), }, + Vertex { position: (4.567896, 1.149805, 0.642484), + normal: (-0.911194, 0.285551, 0.296961), }, + Vertex { position: (4.449011, 1.260929, 0.647431), + normal: (-0.395804, 0.901672, 0.174144), }, + Vertex { position: (4.216374, 0.852328, 0.405873), + normal: (0.206279, 0.744917, 0.634467), }, + Vertex { position: (4.297891, 0.911506, 0.447987), + normal: (-0.742898, 0.572423, 0.347036), }, + Vertex { position: (4.141189, 1.008775, 0.499342), + normal: (-0.590367, 0.807126, -0.003753), }, + Vertex { position: (4.297891, 0.911506, 0.447987), + normal: (-0.742898, 0.572423, 0.347036), }, + Vertex { position: (4.333503, 0.951176, 0.481517), + normal: (-0.885175, 0.439902, 0.1515), }, + Vertex { position: (4.277227, 1.077746, 0.550819), + normal: (-0.594389, 0.803108, 0.041468), }, + Vertex { position: (4.297891, 0.911506, 0.447987), + normal: (-0.742898, 0.572423, 0.347036), }, + Vertex { position: (4.277227, 1.077746, 0.550819), + normal: (-0.594389, 0.803108, 0.041468), }, + Vertex { position: (4.141189, 1.008775, 0.499342), + normal: (-0.590367, 0.807126, -0.003753), }, + Vertex { position: (4.141189, 1.008775, 0.499342), + normal: (-0.590367, 0.807126, -0.003753), }, + Vertex { position: (4.277227, 1.077746, 0.550819), + normal: (-0.594389, 0.803108, 0.041468), }, + Vertex { position: (4.175444, 1.350332, 0.613988), + normal: (-0.091114, 0.94565, 0.312162), }, + Vertex { position: (4.141189, 1.008775, 0.499342), + normal: (-0.590367, 0.807126, -0.003753), }, + Vertex { position: (4.175444, 1.350332, 0.613988), + normal: (-0.091114, 0.94565, 0.312162), }, + Vertex { position: (4.085564, 1.288885, 0.544406), + normal: (-0.610894, 0.790229, -0.048447), }, + Vertex { position: (4.416475, 0.921264, 0.458839), + normal: (-0.895156, 0.397807, 0.201112), }, + Vertex { position: (4.496191, 1.024566, 0.579491), + normal: (-0.931592, 0.319003, 0.174278), }, + Vertex { position: (4.333503, 0.951176, 0.481517), + normal: (-0.885175, 0.439902, 0.1515), }, + Vertex { position: (4.333503, 0.951176, 0.481517), + normal: (-0.885175, 0.439902, 0.1515), }, + Vertex { position: (4.496191, 1.024566, 0.579491), + normal: (-0.931592, 0.319003, 0.174278), }, + Vertex { position: (4.366867, 1.131136, 0.630581), + normal: (-0.476949, 0.871027, 0.117605), }, + Vertex { position: (4.333503, 0.951176, 0.481517), + normal: (-0.885175, 0.439902, 0.1515), }, + Vertex { position: (4.366867, 1.131136, 0.630581), + normal: (-0.476949, 0.871027, 0.117605), }, + Vertex { position: (4.277227, 1.077746, 0.550819), + normal: (-0.594389, 0.803108, 0.041468), }, + Vertex { position: (4.277227, 1.077746, 0.550819), + normal: (-0.594389, 0.803108, 0.041468), }, + Vertex { position: (4.366867, 1.131136, 0.630581), + normal: (-0.476949, 0.871027, 0.117605), }, + Vertex { position: (4.247733, 1.381058, 0.649596), + normal: (-0.216454, 0.960138, 0.176868), }, + Vertex { position: (4.277227, 1.077746, 0.550819), + normal: (-0.594389, 0.803108, 0.041468), }, + Vertex { position: (4.247733, 1.381058, 0.649596), + normal: (-0.216454, 0.960138, 0.176868), }, + Vertex { position: (4.175444, 1.350332, 0.613988), + normal: (-0.091114, 0.94565, 0.312162), }, + Vertex { position: (4.366867, 1.131136, 0.630581), + normal: (-0.476949, 0.871027, 0.117605), }, + Vertex { position: (4.449011, 1.260929, 0.647431), + normal: (-0.395804, 0.901672, 0.174144), }, + Vertex { position: (4.329607, 1.464801, 0.661485), + normal: (-0.283495, 0.953867, 0.098839), }, + Vertex { position: (4.366867, 1.131136, 0.630581), + normal: (-0.476949, 0.871027, 0.117605), }, + Vertex { position: (4.329607, 1.464801, 0.661485), + normal: (-0.283495, 0.953867, 0.098839), }, + Vertex { position: (4.247733, 1.381058, 0.649596), + normal: (-0.216454, 0.960138, 0.176868), }, + Vertex { position: (4.449011, 1.260929, 0.647431), + normal: (-0.395804, 0.901672, 0.174144), }, + Vertex { position: (4.522247, 1.398278, 0.644892), + normal: (0.050019, -0.552867, 0.831767), }, + Vertex { position: (4.430999, 1.535753, 0.638888), + normal: (0.037801, -0.082839, 0.995846), }, + Vertex { position: (4.449011, 1.260929, 0.647431), + normal: (-0.395804, 0.901672, 0.174144), }, + Vertex { position: (4.430999, 1.535753, 0.638888), + normal: (0.037801, -0.082839, 0.995846), }, + Vertex { position: (4.329607, 1.464801, 0.661485), + normal: (-0.283495, 0.953867, 0.098839), }, + Vertex { position: (4.329607, 1.464801, 0.661485), + normal: (-0.283495, 0.953867, 0.098839), }, + Vertex { position: (4.430999, 1.535753, 0.638888), + normal: (0.037801, -0.082839, 0.995846), }, + Vertex { position: (4.404221, 1.662433, 0.61661), + normal: (-0.196146, -0.333078, 0.922272), }, + Vertex { position: (4.329607, 1.464801, 0.661485), + normal: (-0.283495, 0.953867, 0.098839), }, + Vertex { position: (4.404221, 1.662433, 0.61661), + normal: (-0.196146, -0.333078, 0.922272), }, + Vertex { position: (4.312225, 1.683392, 0.639944), + normal: (-0.421166, 0.906102, 0.039982), }, + Vertex { position: (4.312225, 1.683392, 0.639944), + normal: (-0.421166, 0.906102, 0.039982), }, + Vertex { position: (4.404221, 1.662433, 0.61661), + normal: (-0.196146, -0.333078, 0.922272), }, + Vertex { position: (4.38638, 1.770868, 0.596666), + normal: (-0.106358, -0.394397, 0.912765), }, + Vertex { position: (4.312225, 1.683392, 0.639944), + normal: (-0.421166, 0.906102, 0.039982), }, + Vertex { position: (4.38638, 1.770868, 0.596666), + normal: (-0.106358, -0.394397, 0.912765), }, + Vertex { position: (4.303615, 1.799914, 0.610388), + normal: (-0.557881, 0.828586, -0.047048), }, + Vertex { position: (4.303615, 1.799914, 0.610388), + normal: (-0.557881, 0.828586, -0.047048), }, + Vertex { position: (4.38638, 1.770868, 0.596666), + normal: (-0.106358, -0.394397, 0.912765), }, + Vertex { position: (4.377095, 1.871713, 0.595743), + normal: (-0.277696, -0.435918, 0.856073), }, + Vertex { position: (4.303615, 1.799914, 0.610388), + normal: (-0.557881, 0.828586, -0.047048), }, + Vertex { position: (4.377095, 1.871713, 0.595743), + normal: (-0.277696, -0.435918, 0.856073), }, + Vertex { position: (4.304562, 1.906537, 0.572242), + normal: (-0.536419, 0.710997, 0.454685), }, + Vertex { position: (4.221814, 1.660769, 0.59409), + normal: (0.055369, 0.916343, 0.396547), }, + Vertex { position: (4.312225, 1.683392, 0.639944), + normal: (-0.421166, 0.906102, 0.039982), }, + Vertex { position: (4.303615, 1.799914, 0.610388), + normal: (-0.557881, 0.828586, -0.047048), }, + Vertex { position: (4.221814, 1.660769, 0.59409), + normal: (0.055369, 0.916343, 0.396547), }, + Vertex { position: (4.303615, 1.799914, 0.610388), + normal: (-0.557881, 0.828586, -0.047048), }, + Vertex { position: (4.240116, 1.770049, 0.583946), + normal: (-0.678336, 0.658323, 0.326299), }, + Vertex { position: (4.247733, 1.381058, 0.649596), + normal: (-0.216454, 0.960138, 0.176868), }, + Vertex { position: (4.329607, 1.464801, 0.661485), + normal: (-0.283495, 0.953867, 0.098839), }, + Vertex { position: (4.312225, 1.683392, 0.639944), + normal: (-0.421166, 0.906102, 0.039982), }, + Vertex { position: (4.247733, 1.381058, 0.649596), + normal: (-0.216454, 0.960138, 0.176868), }, + Vertex { position: (4.312225, 1.683392, 0.639944), + normal: (-0.421166, 0.906102, 0.039982), }, + Vertex { position: (4.221814, 1.660769, 0.59409), + normal: (0.055369, 0.916343, 0.396547), }, + Vertex { position: (4.175444, 1.350332, 0.613988), + normal: (-0.091114, 0.94565, 0.312162), }, + Vertex { position: (4.247733, 1.381058, 0.649596), + normal: (-0.216454, 0.960138, 0.176868), }, + Vertex { position: (4.221814, 1.660769, 0.59409), + normal: (0.055369, 0.916343, 0.396547), }, + Vertex { position: (4.175444, 1.350332, 0.613988), + normal: (-0.091114, 0.94565, 0.312162), }, + Vertex { position: (4.221814, 1.660769, 0.59409), + normal: (0.055369, 0.916343, 0.396547), }, + Vertex { position: (4.121121, 1.614451, 0.587188), + normal: (0.090337, 0.942369, 0.32215), }, + Vertex { position: (4.085564, 1.288885, 0.544406), + normal: (-0.610894, 0.790229, -0.048447), }, + Vertex { position: (4.175444, 1.350332, 0.613988), + normal: (-0.091114, 0.94565, 0.312162), }, + Vertex { position: (4.121121, 1.614451, 0.587188), + normal: (0.090337, 0.942369, 0.32215), }, + Vertex { position: (4.085564, 1.288885, 0.544406), + normal: (-0.610894, 0.790229, -0.048447), }, + Vertex { position: (4.121121, 1.614451, 0.587188), + normal: (0.090337, 0.942369, 0.32215), }, + Vertex { position: (4.067576, 1.572668, 0.534997), + normal: (-0.560402, 0.735791, 0.380211), }, + Vertex { position: (4.121121, 1.614451, 0.587188), + normal: (0.090337, 0.942369, 0.32215), }, + Vertex { position: (4.221814, 1.660769, 0.59409), + normal: (0.055369, 0.916343, 0.396547), }, + Vertex { position: (4.240116, 1.770049, 0.583946), + normal: (-0.678336, 0.658323, 0.326299), }, + Vertex { position: (4.121121, 1.614451, 0.587188), + normal: (0.090337, 0.942369, 0.32215), }, + Vertex { position: (4.240116, 1.770049, 0.583946), + normal: (-0.678336, 0.658323, 0.326299), }, + Vertex { position: (4.148883, 1.759918, 0.573765), + normal: (-0.641133, 0.599375, 0.479267), }, + Vertex { position: (4.067576, 1.572668, 0.534997), + normal: (-0.560402, 0.735791, 0.380211), }, + Vertex { position: (4.121121, 1.614451, 0.587188), + normal: (0.090337, 0.942369, 0.32215), }, + Vertex { position: (4.148883, 1.759918, 0.573765), + normal: (-0.641133, 0.599375, 0.479267), }, + Vertex { position: (4.067576, 1.572668, 0.534997), + normal: (-0.560402, 0.735791, 0.380211), }, + Vertex { position: (4.148883, 1.759918, 0.573765), + normal: (-0.641133, 0.599375, 0.479267), }, + Vertex { position: (4.076852, 1.746601, 0.527436), + normal: (-0.760994, 0.140163, 0.633437), }, + Vertex { position: (4.83289, 2.262727, 0.283787), + normal: (0.203778, -0.389736, 0.898098), }, + Vertex { position: (4.971394, 2.146686, 0.224781), + normal: (-0.026148, 0.006311, 0.999638), }, + Vertex { position: (4.912303, 2.162645, -0.00009), + normal: (-0.989689, -0.143234, 0.0), }, + Vertex { position: (4.83289, 2.262727, 0.283787), + normal: (0.203778, -0.389736, 0.898098), }, + Vertex { position: (4.912303, 2.162645, -0.00009), + normal: (-0.989689, -0.143234, 0.0), }, + Vertex { position: (4.747988, 2.300163, -0.000276), + normal: (-0.965284, -0.261201, 0.0), }, + Vertex { position: (5.156645, 1.942902, 0.119993), + normal: (0.204472, -0.587725, 0.782797), }, + Vertex { position: (5.177545, 1.932323, 0.000214), + normal: (-0.998597, -0.052951, 0.0), }, + Vertex { position: (5.04969, 2.032731, 0.000071), + normal: (-0.941169, -0.337937, 0.0), }, + Vertex { position: (5.687035, 1.499636, 0.110765), + normal: (-0.241533, 0.200654, 0.949421), }, + Vertex { position: (5.741781, 1.463956, 0.124891), + normal: (-0.31398, 0.125786, 0.94106), }, + Vertex { position: (5.743997, 1.482739, 0.000851), + normal: (0.694651, 0.719347, 0.000019), }, + Vertex { position: (5.687035, 1.499636, 0.110765), + normal: (-0.241533, 0.200654, 0.949421), }, + Vertex { position: (5.743997, 1.482739, 0.000851), + normal: (0.694651, 0.719347, 0.000019), }, + Vertex { position: (5.680007, 1.510009, 0.000786), + normal: (-0.026558, -0.999647, 0.0), }, + Vertex { position: (5.842092, 1.427708, 0.130724), + normal: (-0.062808, 0.99609, 0.062134), }, + Vertex { position: (5.915025, 1.382159, 0.13682), + normal: (-0.11884, 0.991349, -0.055713), }, + Vertex { position: (5.908842, 1.388968, 0.001026), + normal: (-0.016213, 0.999869, 0.0), }, + Vertex { position: (5.842092, 1.427708, 0.130724), + normal: (-0.062808, 0.99609, 0.062134), }, + Vertex { position: (5.908842, 1.388968, 0.001026), + normal: (-0.016213, 0.999869, 0.0), }, + Vertex { position: (5.835498, 1.43628, 0.000946), + normal: (0.569495, 0.821995, -0.000075), }, + Vertex { position: (4.452383, 2.524558, 0.130255), + normal: (-0.395037, 0.740118, 0.544216), }, + Vertex { position: (4.454962, 2.523303, -0.000603), + normal: (0.169654, -0.985504, -0.000285), }, + Vertex { position: (4.317602, 2.588926, -0.000745), + normal: (-0.069594, -0.997575, -0.000151), }, + Vertex { position: (4.452383, 2.524558, 0.130255), + normal: (-0.395037, 0.740118, 0.544216), }, + Vertex { position: (4.317602, 2.588926, -0.000745), + normal: (-0.069594, -0.997575, -0.000151), }, + Vertex { position: (4.342351, 2.581176, 0.140317), + normal: (-0.411843, 0.771855, 0.484381), }, + Vertex { position: (4.440143, 2.510529, 0.269164), + normal: (-0.353793, 0.870619, 0.341838), }, + Vertex { position: (4.452383, 2.524558, 0.130255), + normal: (-0.395037, 0.740118, 0.544216), }, + Vertex { position: (4.342351, 2.581176, 0.140317), + normal: (-0.411843, 0.771855, 0.484381), }, + Vertex { position: (4.440143, 2.510529, 0.269164), + normal: (-0.353793, 0.870619, 0.341838), }, + Vertex { position: (4.342351, 2.581176, 0.140317), + normal: (-0.411843, 0.771855, 0.484381), }, + Vertex { position: (4.332083, 2.586481, 0.194917), + normal: (-0.330516, 0.821242, 0.465104), }, + Vertex { position: (4.429895, 2.495758, 0.306894), + normal: (-0.929249, -0.009268, 0.369337), }, + Vertex { position: (4.440143, 2.510529, 0.269164), + normal: (-0.353793, 0.870619, 0.341838), }, + Vertex { position: (4.332083, 2.586481, 0.194917), + normal: (-0.330516, 0.821242, 0.465104), }, + Vertex { position: (4.429895, 2.495758, 0.306894), + normal: (-0.929249, -0.009268, 0.369337), }, + Vertex { position: (4.332083, 2.586481, 0.194917), + normal: (-0.330516, 0.821242, 0.465104), }, + Vertex { position: (4.339601, 2.592642, 0.258891), + normal: (-0.718934, 0.608496, 0.335955), }, + Vertex { position: (4.342351, 2.581176, 0.140317), + normal: (-0.411843, 0.771855, 0.484381), }, + Vertex { position: (4.317602, 2.588926, -0.000745), + normal: (-0.069594, -0.997575, -0.000151), }, + Vertex { position: (4.189883, 2.606916, -0.000863), + normal: (0.172357, -0.985035, -0.000083), }, + Vertex { position: (4.342351, 2.581176, 0.140317), + normal: (-0.411843, 0.771855, 0.484381), }, + Vertex { position: (4.189883, 2.606916, -0.000863), + normal: (0.172357, -0.985035, -0.000083), }, + Vertex { position: (4.187258, 2.590221, 0.135844), + normal: (-0.144656, 0.947613, 0.284787), }, + Vertex { position: (4.332083, 2.586481, 0.194917), + normal: (-0.330516, 0.821242, 0.465104), }, + Vertex { position: (4.342351, 2.581176, 0.140317), + normal: (-0.411843, 0.771855, 0.484381), }, + Vertex { position: (4.187258, 2.590221, 0.135844), + normal: (-0.144656, 0.947613, 0.284787), }, + Vertex { position: (4.332083, 2.586481, 0.194917), + normal: (-0.330516, 0.821242, 0.465104), }, + Vertex { position: (4.187258, 2.590221, 0.135844), + normal: (-0.144656, 0.947613, 0.284787), }, + Vertex { position: (4.203325, 2.589186, 0.219164), + normal: (-0.364192, 0.890167, 0.273801), }, + Vertex { position: (4.339601, 2.592642, 0.258891), + normal: (-0.718934, 0.608496, 0.335955), }, + Vertex { position: (4.332083, 2.586481, 0.194917), + normal: (-0.330516, 0.821242, 0.465104), }, + Vertex { position: (4.203325, 2.589186, 0.219164), + normal: (-0.364192, 0.890167, 0.273801), }, + Vertex { position: (4.339601, 2.592642, 0.258891), + normal: (-0.718934, 0.608496, 0.335955), }, + Vertex { position: (4.203325, 2.589186, 0.219164), + normal: (-0.364192, 0.890167, 0.273801), }, + Vertex { position: (4.211652, 2.602538, 0.264011), + normal: (-0.719327, 0.568276, 0.399538), }, + Vertex { position: (4.328606, 2.563996, 0.343892), + normal: (-0.130291, 0.991051, 0.029017), }, + Vertex { position: (4.339601, 2.592642, 0.258891), + normal: (-0.718934, 0.608496, 0.335955), }, + Vertex { position: (4.211652, 2.602538, 0.264011), + normal: (-0.719327, 0.568276, 0.399538), }, + Vertex { position: (4.328606, 2.563996, 0.343892), + normal: (-0.130291, 0.991051, 0.029017), }, + Vertex { position: (4.211652, 2.602538, 0.264011), + normal: (-0.719327, 0.568276, 0.399538), }, + Vertex { position: (4.209941, 2.600612, 0.337597), + normal: (-0.904972, -0.026555, 0.424641), }, + Vertex { position: (4.410844, 2.500167, 0.351972), + normal: (-0.501953, 0.842502, 0.195534), }, + Vertex { position: (4.429895, 2.495758, 0.306894), + normal: (-0.929249, -0.009268, 0.369337), }, + Vertex { position: (4.339601, 2.592642, 0.258891), + normal: (-0.718934, 0.608496, 0.335955), }, + Vertex { position: (4.410844, 2.500167, 0.351972), + normal: (-0.501953, 0.842502, 0.195534), }, + Vertex { position: (4.339601, 2.592642, 0.258891), + normal: (-0.718934, 0.608496, 0.335955), }, + Vertex { position: (4.328606, 2.563996, 0.343892), + normal: (-0.130291, 0.991051, 0.029017), }, + Vertex { position: (4.634996, 2.369115, 0.140117), + normal: (0.241652, -0.897637, 0.368581), }, + Vertex { position: (4.747988, 2.300163, -0.000276), + normal: (-0.965284, -0.261201, 0.0), }, + Vertex { position: (4.528082, 2.467537, -0.000521), + normal: (0.210866, -0.977515, 0.000009), }, + Vertex { position: (4.577573, 2.389535, 0.256196), + normal: (0.170159, -0.985033, -0.027502), }, + Vertex { position: (4.634996, 2.369115, 0.140117), + normal: (0.241652, -0.897637, 0.368581), }, + Vertex { position: (4.528082, 2.467537, -0.000521), + normal: (0.210866, -0.977515, 0.000009), }, + Vertex { position: (4.577573, 2.389535, 0.256196), + normal: (0.170159, -0.985033, -0.027502), }, + Vertex { position: (4.528082, 2.467537, -0.000521), + normal: (0.210866, -0.977515, 0.000009), }, + Vertex { position: (4.454962, 2.523303, -0.000603), + normal: (0.169654, -0.985504, -0.000285), }, + Vertex { position: (4.577573, 2.389535, 0.256196), + normal: (0.170159, -0.985033, -0.027502), }, + Vertex { position: (4.454962, 2.523303, -0.000603), + normal: (0.169654, -0.985504, -0.000285), }, + Vertex { position: (4.452383, 2.524558, 0.130255), + normal: (-0.395037, 0.740118, 0.544216), }, + Vertex { position: (4.577573, 2.389535, 0.256196), + normal: (0.170159, -0.985033, -0.027502), }, + Vertex { position: (4.452383, 2.524558, 0.130255), + normal: (-0.395037, 0.740118, 0.544216), }, + Vertex { position: (4.440143, 2.510529, 0.269164), + normal: (-0.353793, 0.870619, 0.341838), }, + Vertex { position: (4.577573, 2.389535, 0.256196), + normal: (0.170159, -0.985033, -0.027502), }, + Vertex { position: (4.440143, 2.510529, 0.269164), + normal: (-0.353793, 0.870619, 0.341838), }, + Vertex { position: (4.429895, 2.495758, 0.306894), + normal: (-0.929249, -0.009268, 0.369337), }, + Vertex { position: (4.429895, 2.495758, 0.306894), + normal: (-0.929249, -0.009268, 0.369337), }, + Vertex { position: (4.410844, 2.500167, 0.351972), + normal: (-0.501953, 0.842502, 0.195534), }, + Vertex { position: (4.474318, 2.418432, 0.361347), + normal: (-0.849668, 0.488771, -0.197904), }, + Vertex { position: (4.577573, 2.389535, 0.256196), + normal: (0.170159, -0.985033, -0.027502), }, + Vertex { position: (4.429895, 2.495758, 0.306894), + normal: (-0.929249, -0.009268, 0.369337), }, + Vertex { position: (4.474318, 2.418432, 0.361347), + normal: (-0.849668, 0.488771, -0.197904), }, + Vertex { position: (4.472349, 2.325133, 0.443764), + normal: (0.231006, -0.859096, 0.456717), }, + Vertex { position: (4.577573, 2.389535, 0.256196), + normal: (0.170159, -0.985033, -0.027502), }, + Vertex { position: (4.474318, 2.418432, 0.361347), + normal: (-0.849668, 0.488771, -0.197904), }, + Vertex { position: (4.043796, 2.386524, 0.400392), + normal: (0.361848, -0.921221, -0.142892), }, + Vertex { position: (4.07851, 2.41181, 0.472193), + normal: (-0.138401, -0.989733, 0.035683), }, + Vertex { position: (4.088356, 2.510913, 0.453793), + normal: (0.207048, -0.965263, 0.159371), }, + Vertex { position: (4.043796, 2.386524, 0.400392), + normal: (0.361848, -0.921221, -0.142892), }, + Vertex { position: (4.088356, 2.510913, 0.453793), + normal: (0.207048, -0.965263, 0.159371), }, + Vertex { position: (4.063205, 2.509679, 0.342987), + normal: (0.198783, -0.979888, 0.017481), }, + Vertex { position: (4.035753, 2.399538, 0.343957), + normal: (0.3579, -0.920931, 0.154253), }, + Vertex { position: (4.043796, 2.386524, 0.400392), + normal: (0.361848, -0.921221, -0.142892), }, + Vertex { position: (4.063205, 2.509679, 0.342987), + normal: (0.198783, -0.979888, 0.017481), }, + Vertex { position: (4.035753, 2.399538, 0.343957), + normal: (0.3579, -0.920931, 0.154253), }, + Vertex { position: (4.063205, 2.509679, 0.342987), + normal: (0.198783, -0.979888, 0.017481), }, + Vertex { position: (4.055262, 2.505284, 0.297282), + normal: (0.363913, -0.931415, 0.005744), }, + Vertex { position: (4.189883, 2.606916, -0.000863), + normal: (0.172357, -0.985035, -0.000083), }, + Vertex { position: (4.079812, 2.571649, -0.000951), + normal: (0.272993, 0.962016, -0.000199), }, + Vertex { position: (4.084506, 2.570978, 0.218168), + normal: (0.579082, -0.064826, -0.812688), }, + Vertex { position: (4.189883, 2.606916, -0.000863), + normal: (0.172357, -0.985035, -0.000083), }, + Vertex { position: (4.084506, 2.570978, 0.218168), + normal: (0.579082, -0.064826, -0.812688), }, + Vertex { position: (4.187258, 2.590221, 0.135844), + normal: (-0.144656, 0.947613, 0.284787), }, + Vertex { position: (4.187258, 2.590221, 0.135844), + normal: (-0.144656, 0.947613, 0.284787), }, + Vertex { position: (4.084506, 2.570978, 0.218168), + normal: (0.579082, -0.064826, -0.812688), }, + Vertex { position: (4.101754, 2.557092, 0.265856), + normal: (0.849086, -0.12151, -0.51409), }, + Vertex { position: (4.187258, 2.590221, 0.135844), + normal: (-0.144656, 0.947613, 0.284787), }, + Vertex { position: (4.101754, 2.557092, 0.265856), + normal: (0.849086, -0.12151, -0.51409), }, + Vertex { position: (4.203325, 2.589186, 0.219164), + normal: (-0.364192, 0.890167, 0.273801), }, + Vertex { position: (4.203325, 2.589186, 0.219164), + normal: (-0.364192, 0.890167, 0.273801), }, + Vertex { position: (4.101754, 2.557092, 0.265856), + normal: (0.849086, -0.12151, -0.51409), }, + Vertex { position: (4.100907, 2.560626, 0.302396), + normal: (0.727891, -0.103877, -0.677779), }, + Vertex { position: (4.203325, 2.589186, 0.219164), + normal: (-0.364192, 0.890167, 0.273801), }, + Vertex { position: (4.100907, 2.560626, 0.302396), + normal: (0.727891, -0.103877, -0.677779), }, + Vertex { position: (4.211652, 2.602538, 0.264011), + normal: (-0.719327, 0.568276, 0.399538), }, + Vertex { position: (4.211652, 2.602538, 0.264011), + normal: (-0.719327, 0.568276, 0.399538), }, + Vertex { position: (4.100907, 2.560626, 0.302396), + normal: (0.727891, -0.103877, -0.677779), }, + Vertex { position: (4.117367, 2.568514, 0.3845), + normal: (0.576293, -0.081905, -0.813128), }, + Vertex { position: (4.211652, 2.602538, 0.264011), + normal: (-0.719327, 0.568276, 0.399538), }, + Vertex { position: (4.117367, 2.568514, 0.3845), + normal: (0.576293, -0.081905, -0.813128), }, + Vertex { position: (4.209941, 2.600612, 0.337597), + normal: (-0.904972, -0.026555, 0.424641), }, + Vertex { position: (4.055262, 2.505284, 0.297282), + normal: (0.363913, -0.931415, 0.005744), }, + Vertex { position: (4.029016, 2.519175, 0.249385), + normal: (0.740815, -0.598363, -0.305214), }, + Vertex { position: (4.00011, 2.424158, 0.313254), + normal: (0.640669, -0.433938, -0.633436), }, + Vertex { position: (4.055262, 2.505284, 0.297282), + normal: (0.363913, -0.931415, 0.005744), }, + Vertex { position: (4.00011, 2.424158, 0.313254), + normal: (0.640669, -0.433938, -0.633436), }, + Vertex { position: (4.035753, 2.399538, 0.343957), + normal: (0.3579, -0.920931, 0.154253), }, + Vertex { position: (3.988172, 2.489642, -0.001008), + normal: (-0.069267, 0.997598, -0.000362), }, + Vertex { position: (4.00011, 2.424158, 0.313254), + normal: (0.640669, -0.433938, -0.633436), }, + Vertex { position: (4.029016, 2.519175, 0.249385), + normal: (0.740815, -0.598363, -0.305214), }, + Vertex { position: (3.988172, 2.489642, -0.001008), + normal: (-0.069267, 0.997598, -0.000362), }, + Vertex { position: (4.029016, 2.519175, 0.249385), + normal: (0.740815, -0.598363, -0.305214), }, + Vertex { position: (4.024214, 2.527933, -0.000987), + normal: (0.544067, 0.839042, -0.000076), }, + Vertex { position: (4.029016, 2.519175, 0.249385), + normal: (0.740815, -0.598363, -0.305214), }, + Vertex { position: (4.084506, 2.570978, 0.218168), + normal: (0.579082, -0.064826, -0.812688), }, + Vertex { position: (4.079812, 2.571649, -0.000951), + normal: (0.272993, 0.962016, -0.000199), }, + Vertex { position: (4.029016, 2.519175, 0.249385), + normal: (0.740815, -0.598363, -0.305214), }, + Vertex { position: (4.079812, 2.571649, -0.000951), + normal: (0.272993, 0.962016, -0.000199), }, + Vertex { position: (4.024214, 2.527933, -0.000987), + normal: (0.544067, 0.839042, -0.000076), }, + Vertex { position: (4.055262, 2.505284, 0.297282), + normal: (0.363913, -0.931415, 0.005744), }, + Vertex { position: (4.101754, 2.557092, 0.265856), + normal: (0.849086, -0.12151, -0.51409), }, + Vertex { position: (4.084506, 2.570978, 0.218168), + normal: (0.579082, -0.064826, -0.812688), }, + Vertex { position: (4.055262, 2.505284, 0.297282), + normal: (0.363913, -0.931415, 0.005744), }, + Vertex { position: (4.084506, 2.570978, 0.218168), + normal: (0.579082, -0.064826, -0.812688), }, + Vertex { position: (4.029016, 2.519175, 0.249385), + normal: (0.740815, -0.598363, -0.305214), }, + Vertex { position: (4.063205, 2.509679, 0.342987), + normal: (0.198783, -0.979888, 0.017481), }, + Vertex { position: (4.100907, 2.560626, 0.302396), + normal: (0.727891, -0.103877, -0.677779), }, + Vertex { position: (4.101754, 2.557092, 0.265856), + normal: (0.849086, -0.12151, -0.51409), }, + Vertex { position: (4.063205, 2.509679, 0.342987), + normal: (0.198783, -0.979888, 0.017481), }, + Vertex { position: (4.101754, 2.557092, 0.265856), + normal: (0.849086, -0.12151, -0.51409), }, + Vertex { position: (4.055262, 2.505284, 0.297282), + normal: (0.363913, -0.931415, 0.005744), }, + Vertex { position: (4.088356, 2.510913, 0.453793), + normal: (0.207048, -0.965263, 0.159371), }, + Vertex { position: (4.117367, 2.568514, 0.3845), + normal: (0.576293, -0.081905, -0.813128), }, + Vertex { position: (4.100907, 2.560626, 0.302396), + normal: (0.727891, -0.103877, -0.677779), }, + Vertex { position: (4.088356, 2.510913, 0.453793), + normal: (0.207048, -0.965263, 0.159371), }, + Vertex { position: (4.100907, 2.560626, 0.302396), + normal: (0.727891, -0.103877, -0.677779), }, + Vertex { position: (4.063205, 2.509679, 0.342987), + normal: (0.198783, -0.979888, 0.017481), }, + Vertex { position: (3.828001, 2.35254, 0.233341), + normal: (-0.613241, -0.041068, -0.788827), }, + Vertex { position: (4.00011, 2.424158, 0.313254), + normal: (0.640669, -0.433938, -0.633436), }, + Vertex { position: (3.988172, 2.489642, -0.001008), + normal: (-0.069267, 0.997598, -0.000362), }, + Vertex { position: (3.828001, 2.35254, 0.233341), + normal: (-0.613241, -0.041068, -0.788827), }, + Vertex { position: (3.988172, 2.489642, -0.001008), + normal: (-0.069267, 0.997598, -0.000362), }, + Vertex { position: (3.787342, 2.396113, -0.001159), + normal: (0.622247, 0.782821, -0.000247), }, + Vertex { position: (3.828001, 2.35254, 0.233341), + normal: (-0.613241, -0.041068, -0.788827), }, + Vertex { position: (3.870548, 2.292106, 0.368964), + normal: (-0.745507, -0.065161, -0.663305), }, + Vertex { position: (3.961908, 2.347745, 0.374747), + normal: (-0.611332, -0.037351, -0.790492), }, + Vertex { position: (3.828001, 2.35254, 0.233341), + normal: (-0.613241, -0.041068, -0.788827), }, + Vertex { position: (3.961908, 2.347745, 0.374747), + normal: (-0.611332, -0.037351, -0.790492), }, + Vertex { position: (4.00011, 2.424158, 0.313254), + normal: (0.640669, -0.433938, -0.633436), }, + Vertex { position: (4.025364, 2.3593, 0.402597), + normal: (-0.747931, -0.041912, -0.662452), }, + Vertex { position: (4.043796, 2.386524, 0.400392), + normal: (0.361848, -0.921221, -0.142892), }, + Vertex { position: (4.035753, 2.399538, 0.343957), + normal: (0.3579, -0.920931, 0.154253), }, + Vertex { position: (4.025364, 2.3593, 0.402597), + normal: (-0.747931, -0.041912, -0.662452), }, + Vertex { position: (4.035753, 2.399538, 0.343957), + normal: (0.3579, -0.920931, 0.154253), }, + Vertex { position: (4.00011, 2.424158, 0.313254), + normal: (0.640669, -0.433938, -0.633436), }, + Vertex { position: (3.961908, 2.347745, 0.374747), + normal: (-0.611332, -0.037351, -0.790492), }, + Vertex { position: (4.025364, 2.3593, 0.402597), + normal: (-0.747931, -0.041912, -0.662452), }, + Vertex { position: (4.00011, 2.424158, 0.313254), + normal: (0.640669, -0.433938, -0.633436), }, + Vertex { position: (3.967085, 2.280648, 0.537643), + normal: (-0.609407, -0.033626, -0.792144), }, + Vertex { position: (4.077563, 2.305187, 0.510338), + normal: (-0.749946, -0.01864, -0.661236), }, + Vertex { position: (4.025364, 2.3593, 0.402597), + normal: (-0.747931, -0.041912, -0.662452), }, + Vertex { position: (3.967085, 2.280648, 0.537643), + normal: (-0.609407, -0.033626, -0.792144), }, + Vertex { position: (4.025364, 2.3593, 0.402597), + normal: (-0.747931, -0.041912, -0.662452), }, + Vertex { position: (3.961908, 2.347745, 0.374747), + normal: (-0.611332, -0.037351, -0.790492), }, + Vertex { position: (3.903911, 2.241501, 0.512468), + normal: (-0.446251, -0.047365, -0.893653), }, + Vertex { position: (3.967085, 2.280648, 0.537643), + normal: (-0.609407, -0.033626, -0.792144), }, + Vertex { position: (3.961908, 2.347745, 0.374747), + normal: (-0.611332, -0.037351, -0.790492), }, + Vertex { position: (3.903911, 2.241501, 0.512468), + normal: (-0.446251, -0.047365, -0.893653), }, + Vertex { position: (3.961908, 2.347745, 0.374747), + normal: (-0.611332, -0.037351, -0.790492), }, + Vertex { position: (3.870548, 2.292106, 0.368964), + normal: (-0.745507, -0.065161, -0.663305), }, + Vertex { position: (3.823349, 2.141733, 0.428356), + normal: (-0.453311, -0.031481, -0.890797), }, + Vertex { position: (3.857922, 2.141554, 0.521067), + normal: (-0.93621, -0.256398, 0.240355), }, + Vertex { position: (3.903911, 2.241501, 0.512468), + normal: (-0.446251, -0.047365, -0.893653), }, + Vertex { position: (3.823349, 2.141733, 0.428356), + normal: (-0.453311, -0.031481, -0.890797), }, + Vertex { position: (3.903911, 2.241501, 0.512468), + normal: (-0.446251, -0.047365, -0.893653), }, + Vertex { position: (3.870548, 2.292106, 0.368964), + normal: (-0.745507, -0.065161, -0.663305), }, + Vertex { position: (4.113935, 2.334131, 0.526471), + normal: (-0.124529, -0.930217, 0.345238), }, + Vertex { position: (4.07851, 2.41181, 0.472193), + normal: (-0.138401, -0.989733, 0.035683), }, + Vertex { position: (4.043796, 2.386524, 0.400392), + normal: (0.361848, -0.921221, -0.142892), }, + Vertex { position: (4.025364, 2.3593, 0.402597), + normal: (-0.747931, -0.041912, -0.662452), }, + Vertex { position: (4.077563, 2.305187, 0.510338), + normal: (-0.749946, -0.01864, -0.661236), }, + Vertex { position: (4.113935, 2.334131, 0.526471), + normal: (-0.124529, -0.930217, 0.345238), }, + Vertex { position: (4.025364, 2.3593, 0.402597), + normal: (-0.747931, -0.041912, -0.662452), }, + Vertex { position: (4.113935, 2.334131, 0.526471), + normal: (-0.124529, -0.930217, 0.345238), }, + Vertex { position: (4.043796, 2.386524, 0.400392), + normal: (0.361848, -0.921221, -0.142892), }, + Vertex { position: (3.967085, 2.280648, 0.537643), + normal: (-0.609407, -0.033626, -0.792144), }, + Vertex { position: (4.010847, 2.270246, 0.622149), + normal: (-0.450889, -0.363512, 0.815205), }, + Vertex { position: (4.112302, 2.285832, 0.5955), + normal: (-0.749779, -0.335085, 0.57057), }, + Vertex { position: (3.967085, 2.280648, 0.537643), + normal: (-0.609407, -0.033626, -0.792144), }, + Vertex { position: (4.112302, 2.285832, 0.5955), + normal: (-0.749779, -0.335085, 0.57057), }, + Vertex { position: (4.077563, 2.305187, 0.510338), + normal: (-0.749946, -0.01864, -0.661236), }, + Vertex { position: (3.903911, 2.241501, 0.512468), + normal: (-0.446251, -0.047365, -0.893653), }, + Vertex { position: (3.928869, 2.223919, 0.615683), + normal: (-0.948723, -0.104868, 0.298208), }, + Vertex { position: (4.010847, 2.270246, 0.622149), + normal: (-0.450889, -0.363512, 0.815205), }, + Vertex { position: (3.903911, 2.241501, 0.512468), + normal: (-0.446251, -0.047365, -0.893653), }, + Vertex { position: (4.010847, 2.270246, 0.622149), + normal: (-0.450889, -0.363512, 0.815205), }, + Vertex { position: (3.967085, 2.280648, 0.537643), + normal: (-0.609407, -0.033626, -0.792144), }, + Vertex { position: (3.857922, 2.141554, 0.521067), + normal: (-0.93621, -0.256398, 0.240355), }, + Vertex { position: (3.892378, 2.149432, 0.603589), + normal: (-0.782361, -0.139191, 0.607073), }, + Vertex { position: (3.928869, 2.223919, 0.615683), + normal: (-0.948723, -0.104868, 0.298208), }, + Vertex { position: (3.857922, 2.141554, 0.521067), + normal: (-0.93621, -0.256398, 0.240355), }, + Vertex { position: (3.928869, 2.223919, 0.615683), + normal: (-0.948723, -0.104868, 0.298208), }, + Vertex { position: (3.903911, 2.241501, 0.512468), + normal: (-0.446251, -0.047365, -0.893653), }, + Vertex { position: (4.010847, 2.270246, 0.622149), + normal: (-0.450889, -0.363512, 0.815205), }, + Vertex { position: (4.04473, 2.254459, 0.744209), + normal: (-0.555116, 0.058381, 0.829722), }, + Vertex { position: (4.146067, 2.278102, 0.707372), + normal: (-0.515329, -0.156304, 0.842618), }, + Vertex { position: (4.010847, 2.270246, 0.622149), + normal: (-0.450889, -0.363512, 0.815205), }, + Vertex { position: (4.146067, 2.278102, 0.707372), + normal: (-0.515329, -0.156304, 0.842618), }, + Vertex { position: (4.112302, 2.285832, 0.5955), + normal: (-0.749779, -0.335085, 0.57057), }, + Vertex { position: (3.990744, 2.205448, 0.710795), + normal: (-0.783471, 0.056646, 0.618841), }, + Vertex { position: (4.04473, 2.254459, 0.744209), + normal: (-0.555116, 0.058381, 0.829722), }, + Vertex { position: (4.010847, 2.270246, 0.622149), + normal: (-0.450889, -0.363512, 0.815205), }, + Vertex { position: (3.990744, 2.205448, 0.710795), + normal: (-0.783471, 0.056646, 0.618841), }, + Vertex { position: (4.010847, 2.270246, 0.622149), + normal: (-0.450889, -0.363512, 0.815205), }, + Vertex { position: (3.928869, 2.223919, 0.615683), + normal: (-0.948723, -0.104868, 0.298208), }, + Vertex { position: (3.892378, 2.149432, 0.603589), + normal: (-0.782361, -0.139191, 0.607073), }, + Vertex { position: (3.945464, 2.1301, 0.689536), + normal: (-0.936127, 0.049437, 0.348169), }, + Vertex { position: (3.990744, 2.205448, 0.710795), + normal: (-0.783471, 0.056646, 0.618841), }, + Vertex { position: (3.892378, 2.149432, 0.603589), + normal: (-0.782361, -0.139191, 0.607073), }, + Vertex { position: (3.990744, 2.205448, 0.710795), + normal: (-0.783471, 0.056646, 0.618841), }, + Vertex { position: (3.928869, 2.223919, 0.615683), + normal: (-0.948723, -0.104868, 0.298208), }, + Vertex { position: (4.212974, 2.303184, 0.587113), + normal: (0.73986, -0.312403, 0.595828), }, + Vertex { position: (4.296769, 2.260422, 0.528796), + normal: (-0.713872, -0.610821, 0.342469), }, + Vertex { position: (4.113935, 2.334131, 0.526471), + normal: (-0.124529, -0.930217, 0.345238), }, + Vertex { position: (4.112302, 2.285832, 0.5955), + normal: (-0.749779, -0.335085, 0.57057), }, + Vertex { position: (4.212974, 2.303184, 0.587113), + normal: (0.73986, -0.312403, 0.595828), }, + Vertex { position: (4.113935, 2.334131, 0.526471), + normal: (-0.124529, -0.930217, 0.345238), }, + Vertex { position: (4.112302, 2.285832, 0.5955), + normal: (-0.749779, -0.335085, 0.57057), }, + Vertex { position: (4.113935, 2.334131, 0.526471), + normal: (-0.124529, -0.930217, 0.345238), }, + Vertex { position: (4.077563, 2.305187, 0.510338), + normal: (-0.749946, -0.01864, -0.661236), }, + Vertex { position: (4.112302, 2.285832, 0.5955), + normal: (-0.749779, -0.335085, 0.57057), }, + Vertex { position: (4.146067, 2.278102, 0.707372), + normal: (-0.515329, -0.156304, 0.842618), }, + Vertex { position: (4.212058, 2.27945, 0.625927), + normal: (-0.965005, -0.14502, -0.218484), }, + Vertex { position: (4.112302, 2.285832, 0.5955), + normal: (-0.749779, -0.335085, 0.57057), }, + Vertex { position: (4.212058, 2.27945, 0.625927), + normal: (-0.965005, -0.14502, -0.218484), }, + Vertex { position: (4.212974, 2.303184, 0.587113), + normal: (0.73986, -0.312403, 0.595828), }, + Vertex { position: (4.146067, 2.278102, 0.707372), + normal: (-0.515329, -0.156304, 0.842618), }, + Vertex { position: (4.172143, 2.303394, 0.778972), + normal: (-0.766653, -0.188233, 0.61385), }, + Vertex { position: (4.229332, 2.274522, 0.672749), + normal: (-0.98488, -0.159984, 0.066451), }, + Vertex { position: (4.146067, 2.278102, 0.707372), + normal: (-0.515329, -0.156304, 0.842618), }, + Vertex { position: (4.229332, 2.274522, 0.672749), + normal: (-0.98488, -0.159984, 0.066451), }, + Vertex { position: (4.212058, 2.27945, 0.625927), + normal: (-0.965005, -0.14502, -0.218484), }, + Vertex { position: (4.04473, 2.254459, 0.744209), + normal: (-0.555116, 0.058381, 0.829722), }, + Vertex { position: (4.079122, 2.264104, 0.84501), + normal: (-0.172109, -0.240744, 0.955207), }, + Vertex { position: (4.172143, 2.303394, 0.778972), + normal: (-0.766653, -0.188233, 0.61385), }, + Vertex { position: (4.04473, 2.254459, 0.744209), + normal: (-0.555116, 0.058381, 0.829722), }, + Vertex { position: (4.172143, 2.303394, 0.778972), + normal: (-0.766653, -0.188233, 0.61385), }, + Vertex { position: (4.146067, 2.278102, 0.707372), + normal: (-0.515329, -0.156304, 0.842618), }, + Vertex { position: (3.990744, 2.205448, 0.710795), + normal: (-0.783471, 0.056646, 0.618841), }, + Vertex { position: (4.0247, 2.187859, 0.814219), + normal: (0.50391, -0.29577, 0.811538), }, + Vertex { position: (4.079122, 2.264104, 0.84501), + normal: (-0.172109, -0.240744, 0.955207), }, + Vertex { position: (3.990744, 2.205448, 0.710795), + normal: (-0.783471, 0.056646, 0.618841), }, + Vertex { position: (4.079122, 2.264104, 0.84501), + normal: (-0.172109, -0.240744, 0.955207), }, + Vertex { position: (4.04473, 2.254459, 0.744209), + normal: (-0.555116, 0.058381, 0.829722), }, + Vertex { position: (4.172143, 2.303394, 0.778972), + normal: (-0.766653, -0.188233, 0.61385), }, + Vertex { position: (4.215419, 2.350484, 0.885764), + normal: (-0.986028, -0.026302, -0.164487), }, + Vertex { position: (4.273005, 2.310529, 0.762172), + normal: (0.74814, -0.190428, 0.635629), }, + Vertex { position: (4.172143, 2.303394, 0.778972), + normal: (-0.766653, -0.188233, 0.61385), }, + Vertex { position: (4.273005, 2.310529, 0.762172), + normal: (0.74814, -0.190428, 0.635629), }, + Vertex { position: (4.229332, 2.274522, 0.672749), + normal: (-0.98488, -0.159984, 0.066451), }, + Vertex { position: (4.079122, 2.264104, 0.84501), + normal: (-0.172109, -0.240744, 0.955207), }, + Vertex { position: (4.104864, 2.298353, 0.915735), + normal: (-0.993835, -0.024167, 0.108201), }, + Vertex { position: (4.215419, 2.350484, 0.885764), + normal: (-0.986028, -0.026302, -0.164487), }, + Vertex { position: (4.079122, 2.264104, 0.84501), + normal: (-0.172109, -0.240744, 0.955207), }, + Vertex { position: (4.215419, 2.350484, 0.885764), + normal: (-0.986028, -0.026302, -0.164487), }, + Vertex { position: (4.172143, 2.303394, 0.778972), + normal: (-0.766653, -0.188233, 0.61385), }, + Vertex { position: (4.0247, 2.187859, 0.814219), + normal: (0.50391, -0.29577, 0.811538), }, + Vertex { position: (4.059714, 2.194906, 0.888152), + normal: (-0.76371, -0.034453, 0.644639), }, + Vertex { position: (4.104864, 2.298353, 0.915735), + normal: (-0.993835, -0.024167, 0.108201), }, + Vertex { position: (4.0247, 2.187859, 0.814219), + normal: (0.50391, -0.29577, 0.811538), }, + Vertex { position: (4.104864, 2.298353, 0.915735), + normal: (-0.993835, -0.024167, 0.108201), }, + Vertex { position: (4.079122, 2.264104, 0.84501), + normal: (-0.172109, -0.240744, 0.955207), }, + Vertex { position: (4.097362, 2.3666, 1.239986), + normal: (0.513205, -0.021212, 0.858004), }, + Vertex { position: (4.155551, 2.388662, 1.09196), + normal: (0.744052, -0.065305, 0.664923), }, + Vertex { position: (4.102304, 2.29996, 1.025862), + normal: (0.513577, -0.159689, 0.843053), }, + Vertex { position: (4.097362, 2.3666, 1.239986), + normal: (0.513205, -0.021212, 0.858004), }, + Vertex { position: (4.102304, 2.29996, 1.025862), + normal: (0.513577, -0.159689, 0.843053), }, + Vertex { position: (4.061989, 2.231988, 1.178382), + normal: (-0.158973, -0.085654, 0.98356), }, + Vertex { position: (4.102304, 2.29996, 1.025862), + normal: (0.513577, -0.159689, 0.843053), }, + Vertex { position: (4.194233, 2.408334, 1.008471), + normal: (-0.141926, 0.071007, 0.987327), }, + Vertex { position: (4.215419, 2.350484, 0.885764), + normal: (-0.986028, -0.026302, -0.164487), }, + Vertex { position: (4.102304, 2.29996, 1.025862), + normal: (0.513577, -0.159689, 0.843053), }, + Vertex { position: (4.215419, 2.350484, 0.885764), + normal: (-0.986028, -0.026302, -0.164487), }, + Vertex { position: (4.104864, 2.298353, 0.915735), + normal: (-0.993835, -0.024167, 0.108201), }, + Vertex { position: (4.155551, 2.388662, 1.09196), + normal: (0.744052, -0.065305, 0.664923), }, + Vertex { position: (4.194233, 2.408334, 1.008471), + normal: (-0.141926, 0.071007, 0.987327), }, + Vertex { position: (4.102304, 2.29996, 1.025862), + normal: (0.513577, -0.159689, 0.843053), }, + Vertex { position: (4.307092, 2.367482, 0.877202), + normal: (-0.741934, 0.120389, 0.659576), }, + Vertex { position: (4.273005, 2.310529, 0.762172), + normal: (0.74814, -0.190428, 0.635629), }, + Vertex { position: (4.215419, 2.350484, 0.885764), + normal: (-0.986028, -0.026302, -0.164487), }, + Vertex { position: (4.194233, 2.408334, 1.008471), + normal: (-0.141926, 0.071007, 0.987327), }, + Vertex { position: (4.266263, 2.421651, 1.054799), + normal: (-0.982826, 0.110983, 0.147432), }, + Vertex { position: (4.307092, 2.367482, 0.877202), + normal: (-0.741934, 0.120389, 0.659576), }, + Vertex { position: (4.194233, 2.408334, 1.008471), + normal: (-0.141926, 0.071007, 0.987327), }, + Vertex { position: (4.307092, 2.367482, 0.877202), + normal: (-0.741934, 0.120389, 0.659576), }, + Vertex { position: (4.215419, 2.350484, 0.885764), + normal: (-0.986028, -0.026302, -0.164487), }, + Vertex { position: (4.155551, 2.388662, 1.09196), + normal: (0.744052, -0.065305, 0.664923), }, + Vertex { position: (4.228523, 2.435029, 1.098575), + normal: (-0.989845, 0.092874, -0.10762), }, + Vertex { position: (4.266263, 2.421651, 1.054799), + normal: (-0.982826, 0.110983, 0.147432), }, + Vertex { position: (4.155551, 2.388662, 1.09196), + normal: (0.744052, -0.065305, 0.664923), }, + Vertex { position: (4.266263, 2.421651, 1.054799), + normal: (-0.982826, 0.110983, 0.147432), }, + Vertex { position: (4.194233, 2.408334, 1.008471), + normal: (-0.141926, 0.071007, 0.987327), }, + Vertex { position: (4.097362, 2.3666, 1.239986), + normal: (0.513205, -0.021212, 0.858004), }, + Vertex { position: (4.17047, 2.458441, 1.241846), + normal: (0.3936, 0.919282, 0.000642), }, + Vertex { position: (4.228523, 2.435029, 1.098575), + normal: (-0.989845, 0.092874, -0.10762), }, + Vertex { position: (4.097362, 2.3666, 1.239986), + normal: (0.513205, -0.021212, 0.858004), }, + Vertex { position: (4.228523, 2.435029, 1.098575), + normal: (-0.989845, 0.092874, -0.10762), }, + Vertex { position: (4.155551, 2.388662, 1.09196), + normal: (0.744052, -0.065305, 0.664923), }, + Vertex { position: (4.058311, 2.293363, 1.338054), + normal: (-0.570564, 0.630958, -0.525689), }, + Vertex { position: (4.094116, 2.426172, 1.381032), + normal: (0.3936, 0.919282, 0.000642), }, + Vertex { position: (4.17047, 2.458441, 1.241846), + normal: (0.3936, 0.919282, 0.000642), }, + Vertex { position: (4.058311, 2.293363, 1.338054), + normal: (-0.570564, 0.630958, -0.525689), }, + Vertex { position: (4.17047, 2.458441, 1.241846), + normal: (0.3936, 0.919282, 0.000642), }, + Vertex { position: (4.097362, 2.3666, 1.239986), + normal: (0.513205, -0.021212, 0.858004), }, + Vertex { position: (4.046673, 2.341349, 1.45253), + normal: (-0.570564, 0.630958, -0.525689), }, + Vertex { position: (4.094116, 2.426172, 1.381032), + normal: (0.3936, 0.919282, 0.000642), }, + Vertex { position: (4.058311, 2.293363, 1.338054), + normal: (-0.570564, 0.630958, -0.525689), }, + Vertex { position: (4.047406, 2.207209, 1.015108), + normal: (-0.329373, 0.540393, -0.774267), }, + Vertex { position: (4.102304, 2.29996, 1.025862), + normal: (0.513577, -0.159689, 0.843053), }, + Vertex { position: (4.104864, 2.298353, 0.915735), + normal: (-0.993835, -0.024167, 0.108201), }, + Vertex { position: (4.047406, 2.207209, 1.015108), + normal: (-0.329373, 0.540393, -0.774267), }, + Vertex { position: (4.104864, 2.298353, 0.915735), + normal: (-0.993835, -0.024167, 0.108201), }, + Vertex { position: (4.059714, 2.194906, 0.888152), + normal: (-0.76371, -0.034453, 0.644639), }, + Vertex { position: (4.061989, 2.231988, 1.178382), + normal: (-0.158973, -0.085654, 0.98356), }, + Vertex { position: (4.102304, 2.29996, 1.025862), + normal: (0.513577, -0.159689, 0.843053), }, + Vertex { position: (4.047406, 2.207209, 1.015108), + normal: (-0.329373, 0.540393, -0.774267), }, + Vertex { position: (3.989434, 2.118832, 0.765086), + normal: (-0.329373, 0.540393, -0.774267), }, + Vertex { position: (4.0247, 2.187859, 0.814219), + normal: (0.50391, -0.29577, 0.811538), }, + Vertex { position: (3.990744, 2.205448, 0.710795), + normal: (-0.783471, 0.056646, 0.618841), }, + Vertex { position: (3.989434, 2.118832, 0.765086), + normal: (-0.329373, 0.540393, -0.774267), }, + Vertex { position: (3.990744, 2.205448, 0.710795), + normal: (-0.783471, 0.056646, 0.618841), }, + Vertex { position: (3.945464, 2.1301, 0.689536), + normal: (-0.936127, 0.049437, 0.348169), }, + Vertex { position: (4.022592, 2.123052, 0.903284), + normal: (-0.105514, 0.43457, -0.894436), }, + Vertex { position: (4.059714, 2.194906, 0.888152), + normal: (-0.76371, -0.034453, 0.644639), }, + Vertex { position: (4.0247, 2.187859, 0.814219), + normal: (0.50391, -0.29577, 0.811538), }, + Vertex { position: (4.022592, 2.123052, 0.903284), + normal: (-0.105514, 0.43457, -0.894436), }, + Vertex { position: (4.0247, 2.187859, 0.814219), + normal: (0.50391, -0.29577, 0.811538), }, + Vertex { position: (3.989434, 2.118832, 0.765086), + normal: (-0.329373, 0.540393, -0.774267), }, + Vertex { position: (4.020299, 2.141675, 1.002365), + normal: (-0.105514, 0.43457, -0.894436), }, + Vertex { position: (4.047406, 2.207209, 1.015108), + normal: (-0.329373, 0.540393, -0.774267), }, + Vertex { position: (4.059714, 2.194906, 0.888152), + normal: (-0.76371, -0.034453, 0.644639), }, + Vertex { position: (4.020299, 2.141675, 1.002365), + normal: (-0.105514, 0.43457, -0.894436), }, + Vertex { position: (4.059714, 2.194906, 0.888152), + normal: (-0.76371, -0.034453, 0.644639), }, + Vertex { position: (4.022592, 2.123052, 0.903284), + normal: (-0.105514, 0.43457, -0.894436), }, + Vertex { position: (4.061989, 2.231988, 1.178382), + normal: (-0.158973, -0.085654, 0.98356), }, + Vertex { position: (4.047406, 2.207209, 1.015108), + normal: (-0.329373, 0.540393, -0.774267), }, + Vertex { position: (4.020299, 2.141675, 1.002365), + normal: (-0.105514, 0.43457, -0.894436), }, + Vertex { position: (4.058311, 2.293363, 1.338054), + normal: (-0.570564, 0.630958, -0.525689), }, + Vertex { position: (4.097362, 2.3666, 1.239986), + normal: (0.513205, -0.021212, 0.858004), }, + Vertex { position: (4.061989, 2.231988, 1.178382), + normal: (-0.158973, -0.085654, 0.98356), }, + Vertex { position: (4.024858, 2.106568, 1.208099), + normal: (0.908355, -0.087284, 0.408989), }, + Vertex { position: (4.061989, 2.231988, 1.178382), + normal: (-0.158973, -0.085654, 0.98356), }, + Vertex { position: (4.020299, 2.141675, 1.002365), + normal: (-0.105514, 0.43457, -0.894436), }, + Vertex { position: (4.024858, 2.106568, 1.208099), + normal: (0.908355, -0.087284, 0.408989), }, + Vertex { position: (4.020299, 2.141675, 1.002365), + normal: (-0.105514, 0.43457, -0.894436), }, + Vertex { position: (4.036947, 1.992167, 1.072561), + normal: (0.944023, -0.282834, 0.169783), }, + Vertex { position: (4.058311, 2.293363, 1.338054), + normal: (-0.570564, 0.630958, -0.525689), }, + Vertex { position: (4.061989, 2.231988, 1.178382), + normal: (-0.158973, -0.085654, 0.98356), }, + Vertex { position: (4.024858, 2.106568, 1.208099), + normal: (0.908355, -0.087284, 0.408989), }, + Vertex { position: (4.082988, 2.175805, 1.45093), + normal: (0.908355, -0.087284, 0.408989), }, + Vertex { position: (4.046673, 2.341349, 1.45253), + normal: (-0.570564, 0.630958, -0.525689), }, + Vertex { position: (4.058311, 2.293363, 1.338054), + normal: (-0.570564, 0.630958, -0.525689), }, + Vertex { position: (4.082988, 2.175805, 1.45093), + normal: (0.908355, -0.087284, 0.408989), }, + Vertex { position: (4.058311, 2.293363, 1.338054), + normal: (-0.570564, 0.630958, -0.525689), }, + Vertex { position: (4.024858, 2.106568, 1.208099), + normal: (0.908355, -0.087284, 0.408989), }, + Vertex { position: (4.082988, 2.175805, 1.45093), + normal: (0.908355, -0.087284, 0.408989), }, + Vertex { position: (4.024858, 2.106568, 1.208099), + normal: (0.908355, -0.087284, 0.408989), }, + Vertex { position: (4.103303, 2.038565, 1.363737), + normal: (0.392037, 0.915475, -0.09062), }, + Vertex { position: (4.036947, 1.992167, 1.072561), + normal: (0.944023, -0.282834, 0.169783), }, + Vertex { position: (4.152166, 1.868775, 1.225002), + normal: (0.392037, 0.915475, -0.09062), }, + Vertex { position: (4.103303, 2.038565, 1.363737), + normal: (0.392037, 0.915475, -0.09062), }, + Vertex { position: (4.036947, 1.992167, 1.072561), + normal: (0.944023, -0.282834, 0.169783), }, + Vertex { position: (4.103303, 2.038565, 1.363737), + normal: (0.392037, 0.915475, -0.09062), }, + Vertex { position: (4.024858, 2.106568, 1.208099), + normal: (0.908355, -0.087284, 0.408989), }, + Vertex { position: (4.127903, 1.828359, 1.090512), + normal: (-0.121207, 0.426739, -0.896216), }, + Vertex { position: (4.152166, 1.868775, 1.225002), + normal: (0.392037, 0.915475, -0.09062), }, + Vertex { position: (4.036947, 1.992167, 1.072561), + normal: (0.944023, -0.282834, 0.169783), }, + Vertex { position: (4.127903, 1.828359, 1.090512), + normal: (-0.121207, 0.426739, -0.896216), }, + Vertex { position: (4.036947, 1.992167, 1.072561), + normal: (0.944023, -0.282834, 0.169783), }, + Vertex { position: (4.031515, 1.968248, 0.91846), + normal: (-0.570559, 0.630963, 0.525688), }, + Vertex { position: (4.036947, 1.992167, 1.072561), + normal: (0.944023, -0.282834, 0.169783), }, + Vertex { position: (4.020299, 2.141675, 1.002365), + normal: (-0.105514, 0.43457, -0.894436), }, + Vertex { position: (4.022592, 2.123052, 0.903284), + normal: (-0.105514, 0.43457, -0.894436), }, + Vertex { position: (4.036947, 1.992167, 1.072561), + normal: (0.944023, -0.282834, 0.169783), }, + Vertex { position: (4.022592, 2.123052, 0.903284), + normal: (-0.105514, 0.43457, -0.894436), }, + Vertex { position: (4.031515, 1.968248, 0.91846), + normal: (-0.570559, 0.630963, 0.525688), }, + Vertex { position: (3.966639, 1.969285, 0.549291), + normal: (0.774828, 0.16858, 0.60928), }, + Vertex { position: (3.857922, 2.141554, 0.521067), + normal: (-0.93621, -0.256398, 0.240355), }, + Vertex { position: (3.823349, 2.141733, 0.428356), + normal: (-0.453311, -0.031481, -0.890797), }, + Vertex { position: (3.966639, 1.969285, 0.549291), + normal: (0.774828, 0.16858, 0.60928), }, + Vertex { position: (3.823349, 2.141733, 0.428356), + normal: (-0.453311, -0.031481, -0.890797), }, + Vertex { position: (3.922437, 1.972461, 0.483563), + normal: (-0.570559, 0.630963, 0.525688), }, + Vertex { position: (3.98291, 1.987391, 0.639809), + normal: (0.774828, 0.16858, 0.60928), }, + Vertex { position: (3.892378, 2.149432, 0.603589), + normal: (-0.782361, -0.139191, 0.607073), }, + Vertex { position: (3.857922, 2.141554, 0.521067), + normal: (-0.93621, -0.256398, 0.240355), }, + Vertex { position: (3.98291, 1.987391, 0.639809), + normal: (0.774828, 0.16858, 0.60928), }, + Vertex { position: (3.857922, 2.141554, 0.521067), + normal: (-0.93621, -0.256398, 0.240355), }, + Vertex { position: (3.966639, 1.969285, 0.549291), + normal: (0.774828, 0.16858, 0.60928), }, + Vertex { position: (4.059885, 1.86046, 0.470087), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (4.094112, 1.889281, 0.578435), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (3.966639, 1.969285, 0.549291), + normal: (0.774828, 0.16858, 0.60928), }, + Vertex { position: (4.059885, 1.86046, 0.470087), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (3.966639, 1.969285, 0.549291), + normal: (0.774828, 0.16858, 0.60928), }, + Vertex { position: (3.922437, 1.972461, 0.483563), + normal: (-0.570559, 0.630963, 0.525688), }, + Vertex { position: (4.094112, 1.889281, 0.578435), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (3.98291, 1.987391, 0.639809), + normal: (0.774828, 0.16858, 0.60928), }, + Vertex { position: (3.966639, 1.969285, 0.549291), + normal: (0.774828, 0.16858, 0.60928), }, + Vertex { position: (4.017509, 1.996169, 0.731654), + normal: (0.77718, 0.24762, 0.578512), }, + Vertex { position: (4.031515, 1.968248, 0.91846), + normal: (-0.570559, 0.630963, 0.525688), }, + Vertex { position: (4.022592, 2.123052, 0.903284), + normal: (-0.105514, 0.43457, -0.894436), }, + Vertex { position: (4.017509, 1.996169, 0.731654), + normal: (0.77718, 0.24762, 0.578512), }, + Vertex { position: (4.022592, 2.123052, 0.903284), + normal: (-0.105514, 0.43457, -0.894436), }, + Vertex { position: (3.989434, 2.118832, 0.765086), + normal: (-0.329373, 0.540393, -0.774267), }, + Vertex { position: (3.989434, 2.118832, 0.765086), + normal: (-0.329373, 0.540393, -0.774267), }, + Vertex { position: (3.945464, 2.1301, 0.689536), + normal: (-0.936127, 0.049437, 0.348169), }, + Vertex { position: (4.017509, 1.996169, 0.731654), + normal: (0.77718, 0.24762, 0.578512), }, + Vertex { position: (4.017509, 1.996169, 0.731654), + normal: (0.77718, 0.24762, 0.578512), }, + Vertex { position: (3.945464, 2.1301, 0.689536), + normal: (-0.936127, 0.049437, 0.348169), }, + Vertex { position: (3.892378, 2.149432, 0.603589), + normal: (-0.782361, -0.139191, 0.607073), }, + Vertex { position: (4.017509, 1.996169, 0.731654), + normal: (0.77718, 0.24762, 0.578512), }, + Vertex { position: (3.892378, 2.149432, 0.603589), + normal: (-0.782361, -0.139191, 0.607073), }, + Vertex { position: (3.98291, 1.987391, 0.639809), + normal: (0.774828, 0.16858, 0.60928), }, + Vertex { position: (4.094112, 1.889281, 0.578435), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (4.017509, 1.996169, 0.731654), + normal: (0.77718, 0.24762, 0.578512), }, + Vertex { position: (3.98291, 1.987391, 0.639809), + normal: (0.774828, 0.16858, 0.60928), }, + Vertex { position: (4.094112, 1.889281, 0.578435), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (4.150297, 1.820575, 0.917046), + normal: (-0.121207, 0.426739, -0.896216), }, + Vertex { position: (4.017509, 1.996169, 0.731654), + normal: (0.77718, 0.24762, 0.578512), }, + Vertex { position: (4.150297, 1.820575, 0.917046), + normal: (-0.121207, 0.426739, -0.896216), }, + Vertex { position: (4.127903, 1.828359, 1.090512), + normal: (-0.121207, 0.426739, -0.896216), }, + Vertex { position: (4.031515, 1.968248, 0.91846), + normal: (-0.570559, 0.630963, 0.525688), }, + Vertex { position: (4.150297, 1.820575, 0.917046), + normal: (-0.121207, 0.426739, -0.896216), }, + Vertex { position: (4.031515, 1.968248, 0.91846), + normal: (-0.570559, 0.630963, 0.525688), }, + Vertex { position: (4.017509, 1.996169, 0.731654), + normal: (0.77718, 0.24762, 0.578512), }, + Vertex { position: (4.389484, 2.190421, 0.47332), + normal: (0.108306, -0.808441, 0.578527), }, + Vertex { position: (4.472349, 2.325133, 0.443764), + normal: (0.231006, -0.859096, 0.456717), }, + Vertex { position: (4.296769, 2.260422, 0.528796), + normal: (-0.713872, -0.610821, 0.342469), }, + Vertex { position: (4.3427, 2.112281, 0.516692), + normal: (0.424214, 0.855079, -0.298131), }, + Vertex { position: (4.389484, 2.190421, 0.47332), + normal: (0.108306, -0.808441, 0.578527), }, + Vertex { position: (4.314791, 2.142163, 0.54065), + normal: (0.77718, 0.24762, 0.578512), }, + Vertex { position: (4.305411, 2.059245, 0.539407), + normal: (0.353564, 0.891052, -0.284638), }, + Vertex { position: (4.3427, 2.112281, 0.516692), + normal: (0.424214, 0.855079, -0.298131), }, + Vertex { position: (4.314791, 2.142163, 0.54065), + normal: (0.77718, 0.24762, 0.578512), }, + Vertex { position: (4.389484, 2.190421, 0.47332), + normal: (0.108306, -0.808441, 0.578527), }, + Vertex { position: (4.296769, 2.260422, 0.528796), + normal: (-0.713872, -0.610821, 0.342469), }, + Vertex { position: (4.314791, 2.142163, 0.54065), + normal: (0.77718, 0.24762, 0.578512), }, + Vertex { position: (4.43302, 2.024714, 0.563794), + normal: (0.125846, -0.929941, 0.345503), }, + Vertex { position: (4.389484, 2.190421, 0.47332), + normal: (0.108306, -0.808441, 0.578527), }, + Vertex { position: (4.3427, 2.112281, 0.516692), + normal: (0.424214, 0.855079, -0.298131), }, + Vertex { position: (4.43302, 2.024714, 0.563794), + normal: (0.125846, -0.929941, 0.345503), }, + Vertex { position: (4.3427, 2.112281, 0.516692), + normal: (0.424214, 0.855079, -0.298131), }, + Vertex { position: (4.305411, 2.059245, 0.539407), + normal: (0.353564, 0.891052, -0.284638), }, + Vertex { position: (4.101726, 2.312318, 1.438163), + normal: (0.771387, 0.339113, 0.538483), }, + Vertex { position: (4.148927, 2.388726, 1.376879), + normal: (-0.142868, 0.456449, 0.878205), }, + Vertex { position: (4.094116, 2.426172, 1.381032), + normal: (0.3936, 0.919282, 0.000642), }, + Vertex { position: (4.101726, 2.312318, 1.438163), + normal: (0.771387, 0.339113, 0.538483), }, + Vertex { position: (4.094116, 2.426172, 1.381032), + normal: (0.3936, 0.919282, 0.000642), }, + Vertex { position: (4.046673, 2.341349, 1.45253), + normal: (-0.570564, 0.630958, -0.525689), }, + Vertex { position: (4.129926, 2.30877, 1.402259), + normal: (0.63166, 0.704336, -0.323908), }, + Vertex { position: (4.140097, 2.295949, 1.367196), + normal: (0.229942, 0.797697, -0.5575), }, + Vertex { position: (4.169404, 2.306276, 1.284031), + normal: (0.22211, 0.815123, -0.535015), }, + Vertex { position: (4.129926, 2.30877, 1.402259), + normal: (0.63166, 0.704336, -0.323908), }, + Vertex { position: (4.169404, 2.306276, 1.284031), + normal: (0.22211, 0.815123, -0.535015), }, + Vertex { position: (4.149438, 2.34055, 1.353693), + normal: (0.459043, 0.888414, 0.000701), }, + Vertex { position: (4.140097, 2.295949, 1.367196), + normal: (0.229942, 0.797697, -0.5575), }, + Vertex { position: (4.141759, 2.279958, 1.29534), + normal: (0.017957, 0.744062, -0.667869), }, + Vertex { position: (4.169404, 2.306276, 1.284031), + normal: (0.22211, 0.815123, -0.535015), }, + Vertex { position: (4.148927, 2.388726, 1.376879), + normal: (-0.142868, 0.456449, 0.878205), }, + Vertex { position: (4.197644, 2.394643, 1.248646), + normal: (-0.142868, 0.456449, 0.878205), }, + Vertex { position: (4.17047, 2.458441, 1.241846), + normal: (0.3936, 0.919282, 0.000642), }, + Vertex { position: (4.148927, 2.388726, 1.376879), + normal: (-0.142868, 0.456449, 0.878205), }, + Vertex { position: (4.17047, 2.458441, 1.241846), + normal: (0.3936, 0.919282, 0.000642), }, + Vertex { position: (4.094116, 2.426172, 1.381032), + normal: (0.3936, 0.919282, 0.000642), }, + Vertex { position: (4.149438, 2.34055, 1.353693), + normal: (0.459043, 0.888414, 0.000701), }, + Vertex { position: (4.197516, 2.349135, 1.253043), + normal: (0.498956, 0.866627, 0.000639), }, + Vertex { position: (4.197644, 2.394643, 1.248646), + normal: (-0.142868, 0.456449, 0.878205), }, + Vertex { position: (4.149438, 2.34055, 1.353693), + normal: (0.459043, 0.888414, 0.000701), }, + Vertex { position: (4.197644, 2.394643, 1.248646), + normal: (-0.142868, 0.456449, 0.878205), }, + Vertex { position: (4.148927, 2.388726, 1.376879), + normal: (-0.142868, 0.456449, 0.878205), }, + Vertex { position: (4.149438, 2.34055, 1.353693), + normal: (0.459043, 0.888414, 0.000701), }, + Vertex { position: (4.169404, 2.306276, 1.284031), + normal: (0.22211, 0.815123, -0.535015), }, + Vertex { position: (4.199317, 2.304652, 1.17454), + normal: (0.13983, 0.720686, -0.679014), }, + Vertex { position: (4.149438, 2.34055, 1.353693), + normal: (0.459043, 0.888414, 0.000701), }, + Vertex { position: (4.199317, 2.304652, 1.17454), + normal: (0.13983, 0.720686, -0.679014), }, + Vertex { position: (4.197516, 2.349135, 1.253043), + normal: (0.498956, 0.866627, 0.000639), }, + Vertex { position: (4.26732, 2.121987, 0.61494), + normal: (-0.329371, 0.540395, 0.774266), }, + Vertex { position: (4.314791, 2.142163, 0.54065), + normal: (0.77718, 0.24762, 0.578512), }, + Vertex { position: (4.296769, 2.260422, 0.528796), + normal: (-0.713872, -0.610821, 0.342469), }, + Vertex { position: (4.26732, 2.121987, 0.61494), + normal: (-0.329371, 0.540395, 0.774266), }, + Vertex { position: (4.296769, 2.260422, 0.528796), + normal: (-0.713872, -0.610821, 0.342469), }, + Vertex { position: (4.274886, 2.22003, 0.679075), + normal: (0.292429, 0.900404, -0.322114), }, + Vertex { position: (4.354411, 2.102985, 0.80258), + normal: (-0.329371, 0.540395, 0.774266), }, + Vertex { position: (4.26732, 2.121987, 0.61494), + normal: (-0.329371, 0.540395, 0.774266), }, + Vertex { position: (4.274886, 2.22003, 0.679075), + normal: (0.292429, 0.900404, -0.322114), }, + Vertex { position: (4.354411, 2.102985, 0.80258), + normal: (-0.329371, 0.540395, 0.774266), }, + Vertex { position: (4.274886, 2.22003, 0.679075), + normal: (0.292429, 0.900404, -0.322114), }, + Vertex { position: (4.38099, 2.207701, 0.839016), + normal: (-0.105515, 0.43457, 0.894436), }, + Vertex { position: (4.212058, 2.27945, 0.625927), + normal: (-0.965005, -0.14502, -0.218484), }, + Vertex { position: (4.296769, 2.260422, 0.528796), + normal: (-0.713872, -0.610821, 0.342469), }, + Vertex { position: (4.212974, 2.303184, 0.587113), + normal: (0.73986, -0.312403, 0.595828), }, + Vertex { position: (4.229332, 2.274522, 0.672749), + normal: (-0.98488, -0.159984, 0.066451), }, + Vertex { position: (4.296769, 2.260422, 0.528796), + normal: (-0.713872, -0.610821, 0.342469), }, + Vertex { position: (4.212058, 2.27945, 0.625927), + normal: (-0.965005, -0.14502, -0.218484), }, + Vertex { position: (4.274886, 2.22003, 0.679075), + normal: (0.292429, 0.900404, -0.322114), }, + Vertex { position: (4.296769, 2.260422, 0.528796), + normal: (-0.713872, -0.610821, 0.342469), }, + Vertex { position: (4.229332, 2.274522, 0.672749), + normal: (-0.98488, -0.159984, 0.066451), }, + Vertex { position: (4.274886, 2.22003, 0.679075), + normal: (0.292429, 0.900404, -0.322114), }, + Vertex { position: (4.229332, 2.274522, 0.672749), + normal: (-0.98488, -0.159984, 0.066451), }, + Vertex { position: (4.273005, 2.310529, 0.762172), + normal: (0.74814, -0.190428, 0.635629), }, + Vertex { position: (4.307092, 2.367482, 0.877202), + normal: (-0.741934, 0.120389, 0.659576), }, + Vertex { position: (4.274886, 2.22003, 0.679075), + normal: (0.292429, 0.900404, -0.322114), }, + Vertex { position: (4.273005, 2.310529, 0.762172), + normal: (0.74814, -0.190428, 0.635629), }, + Vertex { position: (4.305411, 2.059245, 0.539407), + normal: (0.353564, 0.891052, -0.284638), }, + Vertex { position: (4.314791, 2.142163, 0.54065), + normal: (0.77718, 0.24762, 0.578512), }, + Vertex { position: (4.26732, 2.121987, 0.61494), + normal: (-0.329371, 0.540395, 0.774266), }, + Vertex { position: (4.369751, 2.298204, 0.921894), + normal: (-0.105515, 0.43457, 0.894436), }, + Vertex { position: (4.38099, 2.207701, 0.839016), + normal: (-0.105515, 0.43457, 0.894436), }, + Vertex { position: (4.274886, 2.22003, 0.679075), + normal: (0.292429, 0.900404, -0.322114), }, + Vertex { position: (4.369751, 2.298204, 0.921894), + normal: (-0.105515, 0.43457, 0.894436), }, + Vertex { position: (4.274886, 2.22003, 0.679075), + normal: (0.292429, 0.900404, -0.322114), }, + Vertex { position: (4.307092, 2.367482, 0.877202), + normal: (-0.741934, 0.120389, 0.659576), }, + Vertex { position: (4.369751, 2.298204, 0.921894), + normal: (-0.105515, 0.43457, 0.894436), }, + Vertex { position: (4.307092, 2.367482, 0.877202), + normal: (-0.741934, 0.120389, 0.659576), }, + Vertex { position: (4.266263, 2.421651, 1.054799), + normal: (-0.982826, 0.110983, 0.147432), }, + Vertex { position: (4.369751, 2.298204, 0.921894), + normal: (-0.105515, 0.43457, 0.894436), }, + Vertex { position: (4.266263, 2.421651, 1.054799), + normal: (-0.982826, 0.110983, 0.147432), }, + Vertex { position: (4.303193, 2.347123, 1.044413), + normal: (0.781263, 0.307132, 0.543414), }, + Vertex { position: (4.303193, 2.347123, 1.044413), + normal: (0.781263, 0.307132, 0.543414), }, + Vertex { position: (4.266263, 2.421651, 1.054799), + normal: (-0.982826, 0.110983, 0.147432), }, + Vertex { position: (4.228523, 2.435029, 1.098575), + normal: (-0.989845, 0.092874, -0.10762), }, + Vertex { position: (4.303193, 2.347123, 1.044413), + normal: (0.781263, 0.307132, 0.543414), }, + Vertex { position: (4.228523, 2.435029, 1.098575), + normal: (-0.989845, 0.092874, -0.10762), }, + Vertex { position: (4.245861, 2.375093, 1.141312), + normal: (0.781263, 0.307132, 0.543414), }, + Vertex { position: (4.228523, 2.435029, 1.098575), + normal: (-0.989845, 0.092874, -0.10762), }, + Vertex { position: (4.17047, 2.458441, 1.241846), + normal: (0.3936, 0.919282, 0.000642), }, + Vertex { position: (4.197644, 2.394643, 1.248646), + normal: (-0.142868, 0.456449, 0.878205), }, + Vertex { position: (4.228523, 2.435029, 1.098575), + normal: (-0.989845, 0.092874, -0.10762), }, + Vertex { position: (4.197644, 2.394643, 1.248646), + normal: (-0.142868, 0.456449, 0.878205), }, + Vertex { position: (4.245861, 2.375093, 1.141312), + normal: (0.781263, 0.307132, 0.543414), }, + Vertex { position: (4.218457, 2.356834, 1.142444), + normal: (0.589285, 0.807925, 0.000704), }, + Vertex { position: (4.245861, 2.375093, 1.141312), + normal: (0.781263, 0.307132, 0.543414), }, + Vertex { position: (4.197644, 2.394643, 1.248646), + normal: (-0.142868, 0.456449, 0.878205), }, + Vertex { position: (4.218457, 2.356834, 1.142444), + normal: (0.589285, 0.807925, 0.000704), }, + Vertex { position: (4.197644, 2.394643, 1.248646), + normal: (-0.142868, 0.456449, 0.878205), }, + Vertex { position: (4.197516, 2.349135, 1.253043), + normal: (0.498956, 0.866627, 0.000639), }, + Vertex { position: (4.275405, 2.319905, 1.0464), + normal: (0.685325, 0.728237, 0.000788), }, + Vertex { position: (4.303193, 2.347123, 1.044413), + normal: (0.781263, 0.307132, 0.543414), }, + Vertex { position: (4.245861, 2.375093, 1.141312), + normal: (0.781263, 0.307132, 0.543414), }, + Vertex { position: (4.275405, 2.319905, 1.0464), + normal: (0.685325, 0.728237, 0.000788), }, + Vertex { position: (4.245861, 2.375093, 1.141312), + normal: (0.781263, 0.307132, 0.543414), }, + Vertex { position: (4.218457, 2.356834, 1.142444), + normal: (0.589285, 0.807925, 0.000704), }, + Vertex { position: (4.275405, 2.319905, 1.0464), + normal: (0.685325, 0.728237, 0.000788), }, + Vertex { position: (4.296538, 2.243779, 0.925459), + normal: (0.682044, 0.731311, 0.000573), }, + Vertex { position: (4.369751, 2.298204, 0.921894), + normal: (-0.105515, 0.43457, 0.894436), }, + Vertex { position: (4.275405, 2.319905, 1.0464), + normal: (0.685325, 0.728237, 0.000788), }, + Vertex { position: (4.369751, 2.298204, 0.921894), + normal: (-0.105515, 0.43457, 0.894436), }, + Vertex { position: (4.303193, 2.347123, 1.044413), + normal: (0.781263, 0.307132, 0.543414), }, + Vertex { position: (4.296538, 2.243779, 0.925459), + normal: (0.682044, 0.731311, 0.000573), }, + Vertex { position: (4.289048, 2.172969, 0.858693), + normal: (0.649774, 0.760128, 0.000367), }, + Vertex { position: (4.38099, 2.207701, 0.839016), + normal: (-0.105515, 0.43457, 0.894436), }, + Vertex { position: (4.296538, 2.243779, 0.925459), + normal: (0.682044, 0.731311, 0.000573), }, + Vertex { position: (4.38099, 2.207701, 0.839016), + normal: (-0.105515, 0.43457, 0.894436), }, + Vertex { position: (4.369751, 2.298204, 0.921894), + normal: (-0.105515, 0.43457, 0.894436), }, + Vertex { position: (4.218457, 2.356834, 1.142444), + normal: (0.589285, 0.807925, 0.000704), }, + Vertex { position: (4.197516, 2.349135, 1.253043), + normal: (0.498956, 0.866627, 0.000639), }, + Vertex { position: (4.199317, 2.304652, 1.17454), + normal: (0.13983, 0.720686, -0.679014), }, + Vertex { position: (4.211815, 2.28249, 1.039137), + normal: (0.282216, 0.811186, -0.512182), }, + Vertex { position: (4.275405, 2.319905, 1.0464), + normal: (0.685325, 0.728237, 0.000788), }, + Vertex { position: (4.218457, 2.356834, 1.142444), + normal: (0.589285, 0.807925, 0.000704), }, + Vertex { position: (4.211815, 2.28249, 1.039137), + normal: (0.282216, 0.811186, -0.512182), }, + Vertex { position: (4.218457, 2.356834, 1.142444), + normal: (0.589285, 0.807925, 0.000704), }, + Vertex { position: (4.199317, 2.304652, 1.17454), + normal: (0.13983, 0.720686, -0.679014), }, + Vertex { position: (4.278045, 1.97666, 0.537351), + normal: (0.259533, 0.686122, -0.679617), }, + Vertex { position: (4.305411, 2.059245, 0.539407), + normal: (0.353564, 0.891052, -0.284638), }, + Vertex { position: (4.26732, 2.121987, 0.61494), + normal: (-0.329371, 0.540395, 0.774266), }, + Vertex { position: (4.278045, 1.97666, 0.537351), + normal: (0.259533, 0.686122, -0.679617), }, + Vertex { position: (4.26732, 2.121987, 0.61494), + normal: (-0.329371, 0.540395, 0.774266), }, + Vertex { position: (4.354411, 2.102985, 0.80258), + normal: (-0.329371, 0.540395, 0.774266), }, + Vertex { position: (4.290375, 2.112337, 0.80019), + normal: (0.391878, 0.915416, 0.091898), }, + Vertex { position: (4.354411, 2.102985, 0.80258), + normal: (-0.329371, 0.540395, 0.774266), }, + Vertex { position: (4.38099, 2.207701, 0.839016), + normal: (-0.105515, 0.43457, 0.894436), }, + Vertex { position: (4.290375, 2.112337, 0.80019), + normal: (0.391878, 0.915416, 0.091898), }, + Vertex { position: (4.38099, 2.207701, 0.839016), + normal: (-0.105515, 0.43457, 0.894436), }, + Vertex { position: (4.289048, 2.172969, 0.858693), + normal: (0.649774, 0.760128, 0.000367), }, + Vertex { position: (4.222795, 2.228178, 0.952752), + normal: (0.540427, -0.323841, -0.776573), }, + Vertex { position: (4.296538, 2.243779, 0.925459), + normal: (0.682044, 0.731311, 0.000573), }, + Vertex { position: (4.275405, 2.319905, 1.0464), + normal: (0.685325, 0.728237, 0.000788), }, + Vertex { position: (4.222795, 2.228178, 0.952752), + normal: (0.540427, -0.323841, -0.776573), }, + Vertex { position: (4.275405, 2.319905, 1.0464), + normal: (0.685325, 0.728237, 0.000788), }, + Vertex { position: (4.211815, 2.28249, 1.039137), + normal: (0.282216, 0.811186, -0.512182), }, + Vertex { position: (4.197609, 2.164063, 0.857433), + normal: (0.540427, -0.323841, -0.776573), }, + Vertex { position: (4.289048, 2.172969, 0.858693), + normal: (0.649774, 0.760128, 0.000367), }, + Vertex { position: (4.296538, 2.243779, 0.925459), + normal: (0.682044, 0.731311, 0.000573), }, + Vertex { position: (4.197609, 2.164063, 0.857433), + normal: (0.540427, -0.323841, -0.776573), }, + Vertex { position: (4.296538, 2.243779, 0.925459), + normal: (0.682044, 0.731311, 0.000573), }, + Vertex { position: (4.222795, 2.228178, 0.952752), + normal: (0.540427, -0.323841, -0.776573), }, + Vertex { position: (4.153175, 2.084823, 0.799668), + normal: (0.384749, -0.683591, -0.620219), }, + Vertex { position: (4.290375, 2.112337, 0.80019), + normal: (0.391878, 0.915416, 0.091898), }, + Vertex { position: (4.289048, 2.172969, 0.858693), + normal: (0.649774, 0.760128, 0.000367), }, + Vertex { position: (4.153175, 2.084823, 0.799668), + normal: (0.384749, -0.683591, -0.620219), }, + Vertex { position: (4.289048, 2.172969, 0.858693), + normal: (0.649774, 0.760128, 0.000367), }, + Vertex { position: (4.197609, 2.164063, 0.857433), + normal: (0.540427, -0.323841, -0.776573), }, + Vertex { position: (4.153175, 2.084823, 0.799668), + normal: (0.384749, -0.683591, -0.620219), }, + Vertex { position: (4.197609, 2.164063, 0.857433), + normal: (0.540427, -0.323841, -0.776573), }, + Vertex { position: (4.15109, 2.102939, 0.889759), + normal: (0.292794, -0.691168, -0.660725), }, + Vertex { position: (4.15109, 2.102939, 0.889759), + normal: (0.292794, -0.691168, -0.660725), }, + Vertex { position: (4.197609, 2.164063, 0.857433), + normal: (0.540427, -0.323841, -0.776573), }, + Vertex { position: (4.222795, 2.228178, 0.952752), + normal: (0.540427, -0.323841, -0.776573), }, + Vertex { position: (4.15109, 2.102939, 0.889759), + normal: (0.292794, -0.691168, -0.660725), }, + Vertex { position: (4.222795, 2.228178, 0.952752), + normal: (0.540427, -0.323841, -0.776573), }, + Vertex { position: (4.148865, 2.148829, 0.986567), + normal: (0.404933, -0.417851, -0.813283), }, + Vertex { position: (4.148865, 2.148829, 0.986567), + normal: (0.404933, -0.417851, -0.813283), }, + Vertex { position: (4.222795, 2.228178, 0.952752), + normal: (0.540427, -0.323841, -0.776573), }, + Vertex { position: (4.211815, 2.28249, 1.039137), + normal: (0.282216, 0.811186, -0.512182), }, + Vertex { position: (4.148865, 2.148829, 0.986567), + normal: (0.404933, -0.417851, -0.813283), }, + Vertex { position: (4.211815, 2.28249, 1.039137), + normal: (0.282216, 0.811186, -0.512182), }, + Vertex { position: (4.154566, 2.19048, 1.129552), + normal: (0.551755, -0.23466, -0.800313), }, + Vertex { position: (4.154566, 2.19048, 1.129552), + normal: (0.551755, -0.23466, -0.800313), }, + Vertex { position: (4.211815, 2.28249, 1.039137), + normal: (0.282216, 0.811186, -0.512182), }, + Vertex { position: (4.199317, 2.304652, 1.17454), + normal: (0.13983, 0.720686, -0.679014), }, + Vertex { position: (4.154566, 2.19048, 1.129552), + normal: (0.551755, -0.23466, -0.800313), }, + Vertex { position: (4.199317, 2.304652, 1.17454), + normal: (0.13983, 0.720686, -0.679014), }, + Vertex { position: (4.152557, 2.235471, 1.217046), + normal: (0.202713, -0.881703, -0.426036), }, + Vertex { position: (4.152557, 2.235471, 1.217046), + normal: (0.202713, -0.881703, -0.426036), }, + Vertex { position: (4.199317, 2.304652, 1.17454), + normal: (0.13983, 0.720686, -0.679014), }, + Vertex { position: (4.169404, 2.306276, 1.284031), + normal: (0.22211, 0.815123, -0.535015), }, + Vertex { position: (4.152557, 2.235471, 1.217046), + normal: (0.202713, -0.881703, -0.426036), }, + Vertex { position: (4.169404, 2.306276, 1.284031), + normal: (0.22211, 0.815123, -0.535015), }, + Vertex { position: (4.141759, 2.279958, 1.29534), + normal: (0.017957, 0.744062, -0.667869), }, + Vertex { position: (4.153175, 2.084823, 0.799668), + normal: (0.384749, -0.683591, -0.620219), }, + Vertex { position: (4.15109, 2.102939, 0.889759), + normal: (0.292794, -0.691168, -0.660725), }, + Vertex { position: (4.131949, 2.050757, 0.921856), + normal: (0.149569, -0.88683, -0.437221), }, + Vertex { position: (4.131949, 2.050757, 0.921856), + normal: (0.149569, -0.88683, -0.437221), }, + Vertex { position: (4.15109, 2.102939, 0.889759), + normal: (0.292794, -0.691168, -0.660725), }, + Vertex { position: (4.148865, 2.148829, 0.986567), + normal: (0.404933, -0.417851, -0.813283), }, + Vertex { position: (4.131949, 2.050757, 0.921856), + normal: (0.149569, -0.88683, -0.437221), }, + Vertex { position: (4.148865, 2.148829, 0.986567), + normal: (0.404933, -0.417851, -0.813283), }, + Vertex { position: (4.119993, 2.063095, 1.049178), + normal: (0.551755, -0.23466, -0.800313), }, + Vertex { position: (4.119993, 2.063095, 1.049178), + normal: (0.551755, -0.23466, -0.800313), }, + Vertex { position: (4.148865, 2.148829, 0.986567), + normal: (0.404933, -0.417851, -0.813283), }, + Vertex { position: (4.154566, 2.19048, 1.129552), + normal: (0.551755, -0.23466, -0.800313), }, + Vertex { position: (4.119993, 2.063095, 1.049178), + normal: (0.551755, -0.23466, -0.800313), }, + Vertex { position: (4.154566, 2.19048, 1.129552), + normal: (0.551755, -0.23466, -0.800313), }, + Vertex { position: (4.12616, 2.12093, 1.17252), + normal: (0.171366, -0.691521, -0.701735), }, + Vertex { position: (4.12616, 2.12093, 1.17252), + normal: (0.171366, -0.691521, -0.701735), }, + Vertex { position: (4.154566, 2.19048, 1.129552), + normal: (0.551755, -0.23466, -0.800313), }, + Vertex { position: (4.152557, 2.235471, 1.217046), + normal: (0.202713, -0.881703, -0.426036), }, + Vertex { position: (4.12616, 2.12093, 1.17252), + normal: (0.171366, -0.691521, -0.701735), }, + Vertex { position: (4.152557, 2.235471, 1.217046), + normal: (0.202713, -0.881703, -0.426036), }, + Vertex { position: (4.133175, 2.175231, 1.259323), + normal: (0.256636, -0.859143, -0.442732), }, + Vertex { position: (4.152557, 2.235471, 1.217046), + normal: (0.202713, -0.881703, -0.426036), }, + Vertex { position: (4.141759, 2.279958, 1.29534), + normal: (0.017957, 0.744062, -0.667869), }, + Vertex { position: (4.133175, 2.175231, 1.259323), + normal: (0.256636, -0.859143, -0.442732), }, + Vertex { position: (4.159229, 1.949902, 0.923197), + normal: (0.600629, 0.618513, -0.506642), }, + Vertex { position: (4.131949, 2.050757, 0.921856), + normal: (0.149569, -0.88683, -0.437221), }, + Vertex { position: (4.119993, 2.063095, 1.049178), + normal: (0.551755, -0.23466, -0.800313), }, + Vertex { position: (4.159229, 1.949902, 0.923197), + normal: (0.600629, 0.618513, -0.506642), }, + Vertex { position: (4.119993, 2.063095, 1.049178), + normal: (0.551755, -0.23466, -0.800313), }, + Vertex { position: (4.137657, 1.944837, 1.061024), + normal: (0.648166, 0.682063, -0.338631), }, + Vertex { position: (4.137657, 1.944837, 1.061024), + normal: (0.648166, 0.682063, -0.338631), }, + Vertex { position: (4.119993, 2.063095, 1.049178), + normal: (0.551755, -0.23466, -0.800313), }, + Vertex { position: (4.12616, 2.12093, 1.17252), + normal: (0.171366, -0.691521, -0.701735), }, + Vertex { position: (4.137657, 1.944837, 1.061024), + normal: (0.648166, 0.682063, -0.338631), }, + Vertex { position: (4.12616, 2.12093, 1.17252), + normal: (0.171366, -0.691521, -0.701735), }, + Vertex { position: (4.143794, 2.01372, 1.201386), + normal: (0.61118, 0.658001, -0.439878), }, + Vertex { position: (4.143794, 2.01372, 1.201386), + normal: (0.61118, 0.658001, -0.439878), }, + Vertex { position: (4.12616, 2.12093, 1.17252), + normal: (0.171366, -0.691521, -0.701735), }, + Vertex { position: (4.133175, 2.175231, 1.259323), + normal: (0.256636, -0.859143, -0.442732), }, + Vertex { position: (4.143794, 2.01372, 1.201386), + normal: (0.61118, 0.658001, -0.439878), }, + Vertex { position: (4.133175, 2.175231, 1.259323), + normal: (0.256636, -0.859143, -0.442732), }, + Vertex { position: (4.12329, 2.086854, 1.295135), + normal: (0.503641, 0.551737, -0.66478), }, + Vertex { position: (4.12329, 2.086854, 1.295135), + normal: (0.503641, 0.551737, -0.66478), }, + Vertex { position: (4.133175, 2.175231, 1.259323), + normal: (0.256636, -0.859143, -0.442732), }, + Vertex { position: (4.141759, 2.279958, 1.29534), + normal: (0.017957, 0.744062, -0.667869), }, + Vertex { position: (4.12329, 2.086854, 1.295135), + normal: (0.503641, 0.551737, -0.66478), }, + Vertex { position: (4.141759, 2.279958, 1.29534), + normal: (0.017957, 0.744062, -0.667869), }, + Vertex { position: (4.11268, 2.195089, 1.366908), + normal: (0.517427, 0.766113, -0.381235), }, + Vertex { position: (4.11268, 2.195089, 1.366908), + normal: (0.517427, 0.766113, -0.381235), }, + Vertex { position: (4.141759, 2.279958, 1.29534), + normal: (0.017957, 0.744062, -0.667869), }, + Vertex { position: (4.140097, 2.295949, 1.367196), + normal: (0.229942, 0.797697, -0.5575), }, + Vertex { position: (4.11268, 2.195089, 1.366908), + normal: (0.517427, 0.766113, -0.381235), }, + Vertex { position: (4.140097, 2.295949, 1.367196), + normal: (0.229942, 0.797697, -0.5575), }, + Vertex { position: (4.111934, 2.234814, 1.399949), + normal: (0.41344, 0.676483, -0.609457), }, + Vertex { position: (4.140097, 2.295949, 1.367196), + normal: (0.229942, 0.797697, -0.5575), }, + Vertex { position: (4.129926, 2.30877, 1.402259), + normal: (0.63166, 0.704336, -0.323908), }, + Vertex { position: (4.111934, 2.234814, 1.399949), + normal: (0.41344, 0.676483, -0.609457), }, + Vertex { position: (4.232341, 1.903079, 0.534362), + normal: (0.154813, -0.698608, -0.698555), }, + Vertex { position: (4.304562, 1.906537, 0.572242), + normal: (-0.536419, 0.710997, 0.454685), }, + Vertex { position: (4.278045, 1.97666, 0.537351), + normal: (0.259533, 0.686122, -0.679617), }, + Vertex { position: (4.303615, 1.799914, 0.610388), + normal: (-0.557881, 0.828586, -0.047048), }, + Vertex { position: (4.304562, 1.906537, 0.572242), + normal: (-0.536419, 0.710997, 0.454685), }, + Vertex { position: (4.232341, 1.903079, 0.534362), + normal: (0.154813, -0.698608, -0.698555), }, + Vertex { position: (4.303615, 1.799914, 0.610388), + normal: (-0.557881, 0.828586, -0.047048), }, + Vertex { position: (4.232341, 1.903079, 0.534362), + normal: (0.154813, -0.698608, -0.698555), }, + Vertex { position: (4.240116, 1.770049, 0.583946), + normal: (-0.678336, 0.658323, 0.326299), }, + Vertex { position: (4.377095, 1.871713, 0.595743), + normal: (-0.277696, -0.435918, 0.856073), }, + Vertex { position: (4.305411, 2.059245, 0.539407), + normal: (0.353564, 0.891052, -0.284638), }, + Vertex { position: (4.278045, 1.97666, 0.537351), + normal: (0.259533, 0.686122, -0.679617), }, + Vertex { position: (4.377095, 1.871713, 0.595743), + normal: (-0.277696, -0.435918, 0.856073), }, + Vertex { position: (4.278045, 1.97666, 0.537351), + normal: (0.259533, 0.686122, -0.679617), }, + Vertex { position: (4.304562, 1.906537, 0.572242), + normal: (-0.536419, 0.710997, 0.454685), }, + Vertex { position: (4.43261, 1.878873, 0.577888), + normal: (0.003817, -0.976864, 0.213829), }, + Vertex { position: (4.43302, 2.024714, 0.563794), + normal: (0.125846, -0.929941, 0.345503), }, + Vertex { position: (4.305411, 2.059245, 0.539407), + normal: (0.353564, 0.891052, -0.284638), }, + Vertex { position: (4.43261, 1.878873, 0.577888), + normal: (0.003817, -0.976864, 0.213829), }, + Vertex { position: (4.305411, 2.059245, 0.539407), + normal: (0.353564, 0.891052, -0.284638), }, + Vertex { position: (4.377095, 1.871713, 0.595743), + normal: (-0.277696, -0.435918, 0.856073), }, + Vertex { position: (4.240116, 1.770049, 0.583946), + normal: (-0.678336, 0.658323, 0.326299), }, + Vertex { position: (4.232341, 1.903079, 0.534362), + normal: (0.154813, -0.698608, -0.698555), }, + Vertex { position: (4.094112, 1.889281, 0.578435), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (4.240116, 1.770049, 0.583946), + normal: (-0.678336, 0.658323, 0.326299), }, + Vertex { position: (4.094112, 1.889281, 0.578435), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (4.148883, 1.759918, 0.573765), + normal: (-0.641133, 0.599375, 0.479267), }, + Vertex { position: (4.281287, 2.055751, 0.787), + normal: (0.391878, 0.915416, 0.091898), }, + Vertex { position: (4.354411, 2.102985, 0.80258), + normal: (-0.329371, 0.540395, 0.774266), }, + Vertex { position: (4.290375, 2.112337, 0.80019), + normal: (0.391878, 0.915416, 0.091898), }, + Vertex { position: (4.281287, 2.055751, 0.787), + normal: (0.391878, 0.915416, 0.091898), }, + Vertex { position: (4.354941, 2.064161, 0.778851), + normal: (-0.121207, 0.426739, 0.896216), }, + Vertex { position: (4.354411, 2.102985, 0.80258), + normal: (-0.329371, 0.540395, 0.774266), }, + Vertex { position: (4.245225, 2.008532, 0.772641), + normal: (-0.121207, 0.426739, 0.896216), }, + Vertex { position: (4.354941, 2.064161, 0.778851), + normal: (-0.121207, 0.426739, 0.896216), }, + Vertex { position: (4.281287, 2.055751, 0.787), + normal: (0.391878, 0.915416, 0.091898), }, + Vertex { position: (4.281287, 2.055751, 0.787), + normal: (0.391878, 0.915416, 0.091898), }, + Vertex { position: (4.290375, 2.112337, 0.80019), + normal: (0.391878, 0.915416, 0.091898), }, + Vertex { position: (4.153175, 2.084823, 0.799668), + normal: (0.384749, -0.683591, -0.620219), }, + Vertex { position: (4.159229, 1.949902, 0.923197), + normal: (0.600629, 0.618513, -0.506642), }, + Vertex { position: (4.281287, 2.055751, 0.787), + normal: (0.391878, 0.915416, 0.091898), }, + Vertex { position: (4.153175, 2.084823, 0.799668), + normal: (0.384749, -0.683591, -0.620219), }, + Vertex { position: (4.159229, 1.949902, 0.923197), + normal: (0.600629, 0.618513, -0.506642), }, + Vertex { position: (4.153175, 2.084823, 0.799668), + normal: (0.384749, -0.683591, -0.620219), }, + Vertex { position: (4.131949, 2.050757, 0.921856), + normal: (0.149569, -0.88683, -0.437221), }, + Vertex { position: (4.278045, 1.97666, 0.537351), + normal: (0.259533, 0.686122, -0.679617), }, + Vertex { position: (4.354411, 2.102985, 0.80258), + normal: (-0.329371, 0.540395, 0.774266), }, + Vertex { position: (4.354941, 2.064161, 0.778851), + normal: (-0.121207, 0.426739, 0.896216), }, + Vertex { position: (4.245225, 2.008532, 0.772641), + normal: (-0.121207, 0.426739, 0.896216), }, + Vertex { position: (4.232341, 1.903079, 0.534362), + normal: (0.154813, -0.698608, -0.698555), }, + Vertex { position: (4.278045, 1.97666, 0.537351), + normal: (0.259533, 0.686122, -0.679617), }, + Vertex { position: (4.245225, 2.008532, 0.772641), + normal: (-0.121207, 0.426739, 0.896216), }, + Vertex { position: (4.278045, 1.97666, 0.537351), + normal: (0.259533, 0.686122, -0.679617), }, + Vertex { position: (4.354941, 2.064161, 0.778851), + normal: (-0.121207, 0.426739, 0.896216), }, + Vertex { position: (4.245225, 2.008532, 0.772641), + normal: (-0.121207, 0.426739, 0.896216), }, + Vertex { position: (4.281287, 2.055751, 0.787), + normal: (0.391878, 0.915416, 0.091898), }, + Vertex { position: (4.159229, 1.949902, 0.923197), + normal: (0.600629, 0.618513, -0.506642), }, + Vertex { position: (5.959462, 1.157227, 0.187097), + normal: (0.969409, 0.243854, 0.027951), }, + Vertex { position: (5.950684, 1.082725, 0.175648), + normal: (0.000755, 0.939586, -0.342312), }, + Vertex { position: (5.961686, 1.110978, 0.090324), + normal: (0.461485, 0.788926, -0.405742), }, + Vertex { position: (5.959462, 1.157227, 0.187097), + normal: (0.969409, 0.243854, 0.027951), }, + Vertex { position: (5.961686, 1.110978, 0.090324), + normal: (0.461485, 0.788926, -0.405742), }, + Vertex { position: (5.998088, 1.231874, 0.107334), + normal: (0.04154, 0.947538, -0.316933), }, + Vertex { position: (5.755282, 1.004149, 0.307505), + normal: (0.104327, 0.725166, -0.680625), }, + Vertex { position: (5.763952, 1.062109, 0.338641), + normal: (0.288171, 0.239223, -0.927216), }, + Vertex { position: (5.681086, 1.054964, 0.35586), + normal: (-0.163152, 0.699849, -0.695408), }, + Vertex { position: (5.755282, 1.004149, 0.307505), + normal: (0.104327, 0.725166, -0.680625), }, + Vertex { position: (5.681086, 1.054964, 0.35586), + normal: (-0.163152, 0.699849, -0.695408), }, + Vertex { position: (5.672385, 1.007694, 0.341778), + normal: (-0.011269, -0.268801, -0.96313), }, + Vertex { position: (5.710154, 1.360653, 0.290072), + normal: (-0.497134, 0.140474, 0.856227), }, + Vertex { position: (5.730427, 1.435668, 0.209848), + normal: (-0.434729, 0.079706, 0.897027), }, + Vertex { position: (5.685194, 1.452202, 0.188749), + normal: (-0.419631, 0.061765, 0.905591), }, + Vertex { position: (5.710154, 1.360653, 0.290072), + normal: (-0.497134, 0.140474, 0.856227), }, + Vertex { position: (5.685194, 1.452202, 0.188749), + normal: (-0.419631, 0.061765, 0.905591), }, + Vertex { position: (5.647186, 1.394606, 0.257833), + normal: (-0.400711, 0.089186, 0.911853), }, + Vertex { position: (4.991713, 1.163096, 0.504149), + normal: (-0.023775, -0.598435, 0.800818), }, + Vertex { position: (5.011084, 1.06677, 0.458562), + normal: (-0.77316, 0.344902, 0.532228), }, + Vertex { position: (5.241466, 1.040469, 0.383965), + normal: (0.157921, -0.851177, -0.500559), }, + Vertex { position: (4.991713, 1.163096, 0.504149), + normal: (-0.023775, -0.598435, 0.800818), }, + Vertex { position: (5.241466, 1.040469, 0.383965), + normal: (0.157921, -0.851177, -0.500559), }, + Vertex { position: (5.250485, 1.123029, 0.385234), + normal: (0.009824, -0.644035, 0.764933), }, + Vertex { position: (4.641547, 1.285422, 0.622034), + normal: (0.123418, -0.784469, 0.607763), }, + Vertex { position: (4.522247, 1.398278, 0.644892), + normal: (0.050019, -0.552867, 0.831767), }, + Vertex { position: (4.449011, 1.260929, 0.647431), + normal: (-0.395804, 0.901672, 0.174144), }, + Vertex { position: (4.641547, 1.285422, 0.622034), + normal: (0.123418, -0.784469, 0.607763), }, + Vertex { position: (4.449011, 1.260929, 0.647431), + normal: (-0.395804, 0.901672, 0.174144), }, + Vertex { position: (4.567896, 1.149805, 0.642484), + normal: (-0.911194, 0.285551, 0.296961), }, + Vertex { position: (4.742358, 1.882232, 0.62165), + normal: (0.901575, -0.270544, 0.337593), }, + Vertex { position: (4.728963, 2.036146, 0.614307), + normal: (0.689769, -0.265624, 0.673544), }, + Vertex { position: (4.688114, 2.046378, 0.604518), + normal: (0.190357, -0.604308, 0.773677), }, + Vertex { position: (4.742358, 1.882232, 0.62165), + normal: (0.901575, -0.270544, 0.337593), }, + Vertex { position: (4.688114, 2.046378, 0.604518), + normal: (0.190357, -0.604308, 0.773677), }, + Vertex { position: (4.697024, 1.862575, 0.604048), + normal: (0.152967, -0.640193, 0.752831), }, + Vertex { position: (4.760921, 1.881357, 0.61312), + normal: (0.337014, -0.030018, 0.941021), }, + Vertex { position: (4.824747, 1.946835, 0.626358), + normal: (0.347794, 0.132396, 0.928176), }, + Vertex { position: (4.861611, 2.001639, 0.621913), + normal: (0.36359, 0.089346, 0.927264), }, + Vertex { position: (4.760921, 1.881357, 0.61312), + normal: (0.337014, -0.030018, 0.941021), }, + Vertex { position: (4.861611, 2.001639, 0.621913), + normal: (0.36359, 0.089346, 0.927264), }, + Vertex { position: (4.842883, 2.021333, 0.638025), + normal: (0.195545, 0.103956, 0.975169), }, + Vertex { position: (4.852582, 1.816115, 0.603105), + normal: (0.168187, 0.300291, 0.938903), }, + Vertex { position: (4.861618, 1.854067, 0.618095), + normal: (0.272203, 0.043076, 0.961275), }, + Vertex { position: (4.760921, 1.881357, 0.61312), + normal: (0.337014, -0.030018, 0.941021), }, + Vertex { position: (4.973133, 1.992779, 0.533466), + normal: (0.282492, 0.026081, 0.958915), }, + Vertex { position: (4.991746, 2.009819, 0.523206), + normal: (0.210495, 0.185422, 0.959849), }, + Vertex { position: (4.93588, 2.051665, 0.572853), + normal: (0.196849, 0.14562, 0.969559), }, + Vertex { position: (4.973133, 1.992779, 0.533466), + normal: (0.282492, 0.026081, 0.958915), }, + Vertex { position: (4.93588, 2.051665, 0.572853), + normal: (0.196849, 0.14562, 0.969559), }, + Vertex { position: (4.935561, 2.016016, 0.5857), + normal: (0.361081, -0.056526, 0.93082), }, + Vertex { position: (4.760921, 1.881357, 0.61312), + normal: (0.337014, -0.030018, 0.941021), }, + Vertex { position: (4.788476, 2.028047, 0.608619), + normal: (0.067357, 0.280764, 0.95741), }, + Vertex { position: (4.751519, 2.039658, 0.634134), + normal: (-0.026366, 0.234118, 0.971851), }, + Vertex { position: (4.991709, 1.844295, 0.520761), + normal: (0.289202, 0.572304, 0.767353), }, + Vertex { position: (5.01143, 1.875569, 0.463205), + normal: (0.154687, 0.171026, 0.973048), }, + Vertex { position: (5.001903, 1.914398, 0.486724), + normal: (0.380651, 0.443224, 0.811577), }, + Vertex { position: (4.991709, 1.844295, 0.520761), + normal: (0.289202, 0.572304, 0.767353), }, + Vertex { position: (5.001903, 1.914398, 0.486724), + normal: (0.380651, 0.443224, 0.811577), }, + Vertex { position: (4.982364, 1.8733, 0.53619), + normal: (0.362705, 0.428702, 0.827442), }, + Vertex { position: (5.001903, 1.914398, 0.486724), + normal: (0.380651, 0.443224, 0.811577), }, + Vertex { position: (5.01143, 1.875569, 0.463205), + normal: (0.154687, 0.171026, 0.973048), }, + Vertex { position: (4.991746, 2.009819, 0.523206), + normal: (0.210495, 0.185422, 0.959849), }, + Vertex { position: (4.93588, 2.051665, 0.572853), + normal: (0.196849, 0.14562, 0.969559), }, + Vertex { position: (4.918466, 2.084725, 0.532713), + normal: (0.054287, 0.055115, 0.997003), }, + Vertex { position: (4.881574, 2.094571, 0.539949), + normal: (0.012421, 0.392537, 0.919652), }, + Vertex { position: (4.74405, 2.179337, 0.556057), + normal: (0.399187, -0.679804, 0.615237), }, + Vertex { position: (4.837331, 2.235678, 0.479332), + normal: (0.428199, -0.104479, 0.897624), }, + Vertex { position: (4.739441, 2.299169, 0.369987), + normal: (0.244568, -0.044721, 0.9686), }, + Vertex { position: (4.74405, 2.179337, 0.556057), + normal: (0.399187, -0.679804, 0.615237), }, + Vertex { position: (4.739441, 2.299169, 0.369987), + normal: (0.244568, -0.044721, 0.9686), }, + Vertex { position: (4.636582, 2.263383, 0.471997), + normal: (0.223925, -0.919003, 0.324486), }, + Vertex { position: (5.075994, 1.900999, 0.443793), + normal: (0.550963, 0.62763, 0.550018), }, + Vertex { position: (5.095375, 1.961238, 0.401516), + normal: (0.72603, 0.248277, 0.641279), }, + Vertex { position: (5.067202, 2.027704, 0.422291), + normal: (0.670109, -0.356989, 0.650778), }, + Vertex { position: (5.075994, 1.900999, 0.443793), + normal: (0.550963, 0.62763, 0.550018), }, + Vertex { position: (5.067202, 2.027704, 0.422291), + normal: (0.670109, -0.356989, 0.650778), }, + Vertex { position: (5.057495, 2.002751, 0.451974), + normal: (0.615065, 0.769234, 0.173133), }, + Vertex { position: (4.101726, 2.312318, 1.438163), + normal: (0.771387, 0.339113, 0.538483), }, + Vertex { position: (4.046673, 2.341349, 1.45253), + normal: (-0.570564, 0.630958, -0.525689), }, + Vertex { position: (4.082988, 2.175805, 1.45093), + normal: (0.908355, -0.087284, 0.408989), }, + Vertex { position: (4.111934, 2.234814, 1.399949), + normal: (0.41344, 0.676483, -0.609457), }, + Vertex { position: (4.129926, 2.30877, 1.402259), + normal: (0.63166, 0.704336, -0.323908), }, + Vertex { position: (4.101726, 2.312318, 1.438163), + normal: (0.771387, 0.339113, 0.538483), }, + Vertex { position: (4.111934, 2.234814, 1.399949), + normal: (0.41344, 0.676483, -0.609457), }, + Vertex { position: (4.101726, 2.312318, 1.438163), + normal: (0.771387, 0.339113, 0.538483), }, + Vertex { position: (4.082988, 2.175805, 1.45093), + normal: (0.908355, -0.087284, 0.408989), }, + Vertex { position: (4.150297, 1.820575, 0.917046), + normal: (-0.121207, 0.426739, -0.896216), }, + Vertex { position: (4.094112, 1.889281, 0.578435), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (4.245225, 2.008532, 0.772641), + normal: (-0.121207, 0.426739, 0.896216), }, + Vertex { position: (4.150297, 1.820575, 0.917046), + normal: (-0.121207, 0.426739, -0.896216), }, + Vertex { position: (4.245225, 2.008532, 0.772641), + normal: (-0.121207, 0.426739, 0.896216), }, + Vertex { position: (4.159229, 1.949902, 0.923197), + normal: (0.600629, 0.618513, -0.506642), }, + Vertex { position: (4.127903, 1.828359, 1.090512), + normal: (-0.121207, 0.426739, -0.896216), }, + Vertex { position: (4.150297, 1.820575, 0.917046), + normal: (-0.121207, 0.426739, -0.896216), }, + Vertex { position: (4.159229, 1.949902, 0.923197), + normal: (0.600629, 0.618513, -0.506642), }, + Vertex { position: (4.127903, 1.828359, 1.090512), + normal: (-0.121207, 0.426739, -0.896216), }, + Vertex { position: (4.159229, 1.949902, 0.923197), + normal: (0.600629, 0.618513, -0.506642), }, + Vertex { position: (4.137657, 1.944837, 1.061024), + normal: (0.648166, 0.682063, -0.338631), }, + Vertex { position: (4.152166, 1.868775, 1.225002), + normal: (0.392037, 0.915475, -0.09062), }, + Vertex { position: (4.127903, 1.828359, 1.090512), + normal: (-0.121207, 0.426739, -0.896216), }, + Vertex { position: (4.137657, 1.944837, 1.061024), + normal: (0.648166, 0.682063, -0.338631), }, + Vertex { position: (4.152166, 1.868775, 1.225002), + normal: (0.392037, 0.915475, -0.09062), }, + Vertex { position: (4.137657, 1.944837, 1.061024), + normal: (0.648166, 0.682063, -0.338631), }, + Vertex { position: (4.143794, 2.01372, 1.201386), + normal: (0.61118, 0.658001, -0.439878), }, + Vertex { position: (4.103303, 2.038565, 1.363737), + normal: (0.392037, 0.915475, -0.09062), }, + Vertex { position: (4.152166, 1.868775, 1.225002), + normal: (0.392037, 0.915475, -0.09062), }, + Vertex { position: (4.143794, 2.01372, 1.201386), + normal: (0.61118, 0.658001, -0.439878), }, + Vertex { position: (4.103303, 2.038565, 1.363737), + normal: (0.392037, 0.915475, -0.09062), }, + Vertex { position: (4.143794, 2.01372, 1.201386), + normal: (0.61118, 0.658001, -0.439878), }, + Vertex { position: (4.12329, 2.086854, 1.295135), + normal: (0.503641, 0.551737, -0.66478), }, + Vertex { position: (4.082988, 2.175805, 1.45093), + normal: (0.908355, -0.087284, 0.408989), }, + Vertex { position: (4.103303, 2.038565, 1.363737), + normal: (0.392037, 0.915475, -0.09062), }, + Vertex { position: (4.12329, 2.086854, 1.295135), + normal: (0.503641, 0.551737, -0.66478), }, + Vertex { position: (4.082988, 2.175805, 1.45093), + normal: (0.908355, -0.087284, 0.408989), }, + Vertex { position: (4.12329, 2.086854, 1.295135), + normal: (0.503641, 0.551737, -0.66478), }, + Vertex { position: (4.11268, 2.195089, 1.366908), + normal: (0.517427, 0.766113, -0.381235), }, + Vertex { position: (4.082988, 2.175805, 1.45093), + normal: (0.908355, -0.087284, 0.408989), }, + Vertex { position: (4.11268, 2.195089, 1.366908), + normal: (0.517427, 0.766113, -0.381235), }, + Vertex { position: (4.111934, 2.234814, 1.399949), + normal: (0.41344, 0.676483, -0.609457), }, + Vertex { position: (4.076852, 1.746601, 0.527436), + normal: (-0.760994, 0.140163, 0.633437), }, + Vertex { position: (4.148883, 1.759918, 0.573765), + normal: (-0.641133, 0.599375, 0.479267), }, + Vertex { position: (4.094112, 1.889281, 0.578435), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (4.076852, 1.746601, 0.527436), + normal: (-0.760994, 0.140163, 0.633437), }, + Vertex { position: (4.094112, 1.889281, 0.578435), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (4.059885, 1.86046, 0.470087), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (4.380854, 0.704574, -0.00013), + normal: (0.000801, -1.0, -0.000539), }, + Vertex { position: (4.359048, 0.700414, 0.166651), + normal: (-0.659696, 0.567802, 0.492343), }, + Vertex { position: (4.120842, 0.627141, 0.185461), + normal: (0.804239, -0.153549, 0.574128), }, + Vertex { position: (4.380854, 0.704574, -0.00013), + normal: (0.000801, -1.0, -0.000539), }, + Vertex { position: (4.120842, 0.627141, 0.185461), + normal: (0.804239, -0.153549, 0.574128), }, + Vertex { position: (4.126565, 0.642027, 0.0), + normal: (-0.926486, -0.356041, -0.121897), }, + Vertex { position: (4.076852, 1.746601, 0.527436), + normal: (-0.760994, 0.140163, 0.633437), }, + Vertex { position: (4.059885, 1.86046, 0.470087), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (3.881998, 1.764428, 0.476337), + normal: (0.539114, 0.412574, 0.734261), }, + Vertex { position: (4.067576, 1.572668, 0.534997), + normal: (-0.560402, 0.735791, 0.380211), }, + Vertex { position: (4.076852, 1.746601, 0.527436), + normal: (-0.760994, 0.140163, 0.633437), }, + Vertex { position: (3.881998, 1.764428, 0.476337), + normal: (0.539114, 0.412574, 0.734261), }, + Vertex { position: (4.067576, 1.572668, 0.534997), + normal: (-0.560402, 0.735791, 0.380211), }, + Vertex { position: (3.881998, 1.764428, 0.476337), + normal: (0.539114, 0.412574, 0.734261), }, + Vertex { position: (3.886058, 1.550141, 0.50483), + normal: (0.696162, 0.333274, 0.635835), }, + Vertex { position: (4.085564, 1.288885, 0.544406), + normal: (-0.610894, 0.790229, -0.048447), }, + Vertex { position: (4.067576, 1.572668, 0.534997), + normal: (-0.560402, 0.735791, 0.380211), }, + Vertex { position: (3.886058, 1.550141, 0.50483), + normal: (0.696162, 0.333274, 0.635835), }, + Vertex { position: (4.085564, 1.288885, 0.544406), + normal: (-0.610894, 0.790229, -0.048447), }, + Vertex { position: (3.886058, 1.550141, 0.50483), + normal: (0.696162, 0.333274, 0.635835), }, + Vertex { position: (3.98851, 1.297806, 0.539537), + normal: (0.763734, 0.228435, 0.603761), }, + Vertex { position: (4.141189, 1.008775, 0.499342), + normal: (-0.590367, 0.807126, -0.003753), }, + Vertex { position: (4.085564, 1.288885, 0.544406), + normal: (-0.610894, 0.790229, -0.048447), }, + Vertex { position: (3.98851, 1.297806, 0.539537), + normal: (0.763734, 0.228435, 0.603761), }, + Vertex { position: (4.141189, 1.008775, 0.499342), + normal: (-0.590367, 0.807126, -0.003753), }, + Vertex { position: (3.98851, 1.297806, 0.539537), + normal: (0.763734, 0.228435, 0.603761), }, + Vertex { position: (4.041657, 1.039756, 0.496922), + normal: (0.769758, 0.095155, 0.631204), }, + Vertex { position: (4.216374, 0.852328, 0.405873), + normal: (0.206279, 0.744917, 0.634467), }, + Vertex { position: (4.141189, 1.008775, 0.499342), + normal: (-0.590367, 0.807126, -0.003753), }, + Vertex { position: (4.041657, 1.039756, 0.496922), + normal: (0.769758, 0.095155, 0.631204), }, + Vertex { position: (4.216374, 0.852328, 0.405873), + normal: (0.206279, 0.744917, 0.634467), }, + Vertex { position: (4.041657, 1.039756, 0.496922), + normal: (0.769758, 0.095155, 0.631204), }, + Vertex { position: (4.068249, 0.798926, 0.400813), + normal: (0.771881, -0.100912, 0.627707), }, + Vertex { position: (4.319799, 0.731007, 0.291212), + normal: (0.11638, 0.680311, 0.723624), }, + Vertex { position: (4.216374, 0.852328, 0.405873), + normal: (0.206279, 0.744917, 0.634467), }, + Vertex { position: (4.068249, 0.798926, 0.400813), + normal: (0.771881, -0.100912, 0.627707), }, + Vertex { position: (4.319799, 0.731007, 0.291212), + normal: (0.11638, 0.680311, 0.723624), }, + Vertex { position: (4.068249, 0.798926, 0.400813), + normal: (0.771881, -0.100912, 0.627707), }, + Vertex { position: (4.105198, 0.672581, 0.300001), + normal: (0.788801, -0.199379, 0.581412), }, + Vertex { position: (4.359048, 0.700414, 0.166651), + normal: (-0.659696, 0.567802, 0.492343), }, + Vertex { position: (4.319799, 0.731007, 0.291212), + normal: (0.11638, 0.680311, 0.723624), }, + Vertex { position: (4.105198, 0.672581, 0.300001), + normal: (0.788801, -0.199379, 0.581412), }, + Vertex { position: (4.359048, 0.700414, 0.166651), + normal: (-0.659696, 0.567802, 0.492343), }, + Vertex { position: (4.105198, 0.672581, 0.300001), + normal: (0.788801, -0.199379, 0.581412), }, + Vertex { position: (4.120842, 0.627141, 0.185461), + normal: (0.804239, -0.153549, 0.574128), }, + Vertex { position: (3.758215, 2.206683, 0.323051), + normal: (0.241303, 0.584582, 0.77462), }, + Vertex { position: (3.870548, 2.292106, 0.368964), + normal: (-0.745507, -0.065161, -0.663305), }, + Vertex { position: (3.828001, 2.35254, 0.233341), + normal: (-0.613241, -0.041068, -0.788827), }, + Vertex { position: (3.758215, 2.206683, 0.323051), + normal: (0.241303, 0.584582, 0.77462), }, + Vertex { position: (3.828001, 2.35254, 0.233341), + normal: (-0.613241, -0.041068, -0.788827), }, + Vertex { position: (3.745669, 2.266001, 0.24193), + normal: (0.072694, 0.752739, 0.654294), }, + Vertex { position: (3.828001, 2.35254, 0.233341), + normal: (-0.613241, -0.041068, -0.788827), }, + Vertex { position: (3.787342, 2.396113, -0.001159), + normal: (0.622247, 0.782821, -0.000247), }, + Vertex { position: (3.71636, 2.343387, 0.0), + normal: (0.431966, -0.771434, -0.46722), }, + Vertex { position: (3.828001, 2.35254, 0.233341), + normal: (-0.613241, -0.041068, -0.788827), }, + Vertex { position: (3.71636, 2.343387, 0.0), + normal: (0.431966, -0.771434, -0.46722), }, + Vertex { position: (3.727093, 2.308406, 0.150049), + normal: (-0.071584, 0.92252, 0.379253), }, + Vertex { position: (3.828001, 2.35254, 0.233341), + normal: (-0.613241, -0.041068, -0.788827), }, + Vertex { position: (3.727093, 2.308406, 0.150049), + normal: (-0.071584, 0.92252, 0.379253), }, + Vertex { position: (3.745669, 2.266001, 0.24193), + normal: (0.072694, 0.752739, 0.654294), }, + Vertex { position: (3.881998, 1.764428, 0.476337), + normal: (0.539114, 0.412574, 0.734261), }, + Vertex { position: (4.059885, 1.86046, 0.470087), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (3.922437, 1.972461, 0.483563), + normal: (-0.570559, 0.630963, 0.525688), }, + Vertex { position: (3.814876, 1.968416, 0.443), + normal: (0.462789, 0.48004, 0.745243), }, + Vertex { position: (3.881998, 1.764428, 0.476337), + normal: (0.539114, 0.412574, 0.734261), }, + Vertex { position: (3.922437, 1.972461, 0.483563), + normal: (-0.570559, 0.630963, 0.525688), }, + Vertex { position: (3.814876, 1.968416, 0.443), + normal: (0.462789, 0.48004, 0.745243), }, + Vertex { position: (3.922437, 1.972461, 0.483563), + normal: (-0.570559, 0.630963, 0.525688), }, + Vertex { position: (3.823349, 2.141733, 0.428356), + normal: (-0.453311, -0.031481, -0.890797), }, + Vertex { position: (3.758215, 2.206683, 0.323051), + normal: (0.241303, 0.584582, 0.77462), }, + Vertex { position: (3.814876, 1.968416, 0.443), + normal: (0.462789, 0.48004, 0.745243), }, + Vertex { position: (3.823349, 2.141733, 0.428356), + normal: (-0.453311, -0.031481, -0.890797), }, + Vertex { position: (3.758215, 2.206683, 0.323051), + normal: (0.241303, 0.584582, 0.77462), }, + Vertex { position: (3.823349, 2.141733, 0.428356), + normal: (-0.453311, -0.031481, -0.890797), }, + Vertex { position: (3.870548, 2.292106, 0.368964), + normal: (-0.745507, -0.065161, -0.663305), }, + Vertex { position: (4.094112, 1.889281, 0.578435), + normal: (-0.142868, 0.456449, -0.878204), }, + Vertex { position: (4.232341, 1.903079, 0.534362), + normal: (0.154813, -0.698608, -0.698555), }, + Vertex { position: (4.245225, 2.008532, 0.772641), + normal: (-0.121207, 0.426739, 0.896216), }, + Vertex { position: (1.700797, -2.794792, 0.82425), + normal: (-0.020456, 0.943466, 0.330837), }, + Vertex { position: (1.718315, -2.775468, 0.921796), + normal: (0.21689, -0.976039, -0.017487), }, + Vertex { position: (1.678986, -2.513137, 0.891745), + normal: (0.383337, -0.601981, -0.700479), }, + Vertex { position: (1.700797, -2.794792, 0.82425), + normal: (-0.020456, 0.943466, 0.330837), }, + Vertex { position: (1.678986, -2.513137, 0.891745), + normal: (0.383337, -0.601981, -0.700479), }, + Vertex { position: (1.655948, -2.520927, 0.844269), + normal: (0.717573, 0.343682, -0.605782), }, + Vertex { position: (1.700797, -2.794792, 0.82425), + normal: (-0.020456, 0.943466, 0.330837), }, + Vertex { position: (1.705953, -3.006628, 0.83263), + normal: (-0.065687, -0.249194, -0.966223), }, + Vertex { position: (1.734568, -2.965876, 0.986396), + normal: (-0.424393, 0.057227, 0.903668), }, + Vertex { position: (1.700797, -2.794792, 0.82425), + normal: (-0.020456, 0.943466, 0.330837), }, + Vertex { position: (1.734568, -2.965876, 0.986396), + normal: (-0.424393, 0.057227, 0.903668), }, + Vertex { position: (1.718315, -2.775468, 0.921796), + normal: (0.21689, -0.976039, -0.017487), }, + Vertex { position: (-0.972514, -1.822778, 0.372649), + normal: (-0.329905, -0.225598, 0.916661), }, + Vertex { position: (-0.977375, -1.793126, 0.498747), + normal: (-0.055857, 0.145868, 0.987726), }, + Vertex { position: (-1.108758, -1.770749, 0.473033), + normal: (-0.182029, -0.190207, 0.964721), }, + Vertex { position: (-0.972514, -1.822778, 0.372649), + normal: (-0.329905, -0.225598, 0.916661), }, + Vertex { position: (-1.108758, -1.770749, 0.473033), + normal: (-0.182029, -0.190207, 0.964721), }, + Vertex { position: (-1.305099, -1.70846, 0.48423), + normal: (-0.571338, -0.120921, 0.811758), }, + Vertex { position: (-1.305099, -1.70846, 0.48423), + normal: (-0.571338, -0.120921, 0.811758), }, + Vertex { position: (-1.266738, -1.691944, 0.557922), + normal: (0.714393, -0.109998, 0.691045), }, + Vertex { position: (-1.397474, -1.693815, 0.570541), + normal: (-0.587909, -0.233166, 0.774594), }, + Vertex { position: (-1.305099, -1.70846, 0.48423), + normal: (-0.571338, -0.120921, 0.811758), }, + Vertex { position: (-1.397474, -1.693815, 0.570541), + normal: (-0.587909, -0.233166, 0.774594), }, + Vertex { position: (-1.406693, -1.697325, 0.450399), + normal: (0.023392, -0.110333, 0.993619), }, + Vertex { position: (-3.35851, 1.810253, 0.380095), + normal: (-0.468954, -0.586277, 0.660577), }, + Vertex { position: (-3.413372, 1.871604, 0.142309), + normal: (0.431712, 0.22912, 0.872427), }, + Vertex { position: (-3.392806, 1.769365, 0.0), + normal: (0.072535, 0.997366, 0.0), }, + Vertex { position: (-3.392806, 1.769365, 0.0), + normal: (0.072535, 0.997366, 0.0), }, + Vertex { position: (-3.413372, 1.871604, 0.142309), + normal: (0.431712, 0.22912, 0.872427), }, + Vertex { position: (-3.380836, 1.819691, 0.123273), + normal: (0.588787, -0.248294, 0.769207), }, + Vertex { position: (-3.392806, 1.769365, 0.0), + normal: (0.072535, 0.997366, 0.0), }, + Vertex { position: (-3.380836, 1.819691, 0.123273), + normal: (0.588787, -0.248294, 0.769207), }, + Vertex { position: (-3.348274, 1.767738, -0.000085), + normal: (0.411442, -0.911436, -0.000099), }, + Vertex { position: (4.148927, 2.388726, 1.376879), + normal: (-0.142868, 0.456449, 0.878205), }, + Vertex { position: (4.101726, 2.312318, 1.438163), + normal: (0.771387, 0.339113, 0.538483), }, + Vertex { position: (4.129926, 2.30877, 1.402259), + normal: (0.63166, 0.704336, -0.323908), }, + Vertex { position: (4.148927, 2.388726, 1.376879), + normal: (-0.142868, 0.456449, 0.878205), }, + Vertex { position: (4.129926, 2.30877, 1.402259), + normal: (0.63166, 0.704336, -0.323908), }, + Vertex { position: (4.149438, 2.34055, 1.353693), + normal: (0.459043, 0.888414, 0.000701), }, + Vertex { position: (-2.964215, -1.978727, 0.776572), + normal: (-0.037581, -0.042039, -0.998409), }, + Vertex { position: (-3.066022, -1.953125, 0.719516), + normal: (-0.377491, -0.043727, 0.92498), }, + Vertex { position: (-3.008323, -1.759271, 0.655672), + normal: (0.713401, 0.39471, -0.579019), }, + Vertex { position: (-2.964215, -1.978727, 0.776572), + normal: (-0.037581, -0.042039, -0.998409), }, + Vertex { position: (-3.008323, -1.759271, 0.655672), + normal: (0.713401, 0.39471, -0.579019), }, + Vertex { position: (-2.811581, -1.79821, 0.712737), + normal: (-0.732521, -0.474279, 0.488336), }, + Vertex { position: (-3.066022, -1.953125, 0.719516), + normal: (-0.377491, -0.043727, 0.92498), }, + Vertex { position: (-3.211005, -1.850398, 0.700723), + normal: (0.684558, 0.361153, -0.633205), }, + Vertex { position: (-3.139394, -1.687482, 0.638546), + normal: (0.843062, -0.10517, 0.527433), }, + Vertex { position: (-3.066022, -1.953125, 0.719516), + normal: (-0.377491, -0.043727, 0.92498), }, + Vertex { position: (-3.139394, -1.687482, 0.638546), + normal: (0.843062, -0.10517, 0.527433), }, + Vertex { position: (-3.008323, -1.759271, 0.655672), + normal: (0.713401, 0.39471, -0.579019), }, + Vertex { position: (-3.380836, 1.819691, 0.123273), + normal: (0.588787, -0.248294, 0.769207), }, + Vertex { position: (-3.357009, 1.781675, 0.071216), + normal: (0.490646, -0.178294, 0.852923), }, + Vertex { position: (-3.348274, 1.767738, -0.000085), + normal: (0.411442, -0.911436, -0.000099), }, + Vertex { position: (-3.357009, 1.781675, -0.071216), + normal: (0.389161, -0.829175, -0.401277), }, + Vertex { position: (-3.380836, 1.819691, -0.123273), + normal: (0.255239, -0.528231, -0.80983), }, +]; diff --git a/src/bin/cow_model/cow_hoofs.rs b/src/bin/cow_model/cow_hoofs.rs new file mode 100644 index 0000000..5d3fb25 --- /dev/null +++ b/src/bin/cow_model/cow_hoofs.rs @@ -0,0 +1,2070 @@ + +// This file auto-generated from cow_hoofs.c using model_c2rs.py +// Don't edit by hand! + +use super::cow_vertex::Vertex; + +pub const COW_HOOFS_VERTICES: [Vertex; 1031] = [ + Vertex { position: (1.970051, -3.141862, -1.065178), + normal: (0.013288, -0.297478, -0.954636), }, + Vertex { position: (2.110033, -3.148257, -1.068816), + normal: (-0.228294, -0.186048, -0.955651), }, + Vertex { position: (2.14888, -3.221616, -1.076203), + normal: (-0.562282, -0.328888, -0.75873), }, + Vertex { position: (1.970051, -3.141862, -1.065178), + normal: (0.013288, -0.297478, -0.954636), }, + Vertex { position: (2.14888, -3.221616, -1.076203), + normal: (-0.562282, -0.328888, -0.75873), }, + Vertex { position: (2.031262, -3.256709, -1.111122), + normal: (0.157806, 0.230904, -0.960094), }, + Vertex { position: (2.031262, -3.256709, -1.111122), + normal: (0.157806, 0.230904, -0.960094), }, + Vertex { position: (2.14888, -3.221616, -1.076203), + normal: (-0.562282, -0.328888, -0.75873), }, + Vertex { position: (2.247981, -3.342804, -1.127459), + normal: (-0.144755, 0.439659, -0.886423), }, + Vertex { position: (2.031262, -3.256709, -1.111122), + normal: (0.157806, 0.230904, -0.960094), }, + Vertex { position: (2.247981, -3.342804, -1.127459), + normal: (-0.144755, 0.439659, -0.886423), }, + Vertex { position: (2.138771, -3.397683, -1.214726), + normal: (0.339699, 0.626415, -0.701576), }, + Vertex { position: (2.138771, -3.397683, -1.214726), + normal: (0.339699, 0.626415, -0.701576), }, + Vertex { position: (2.247981, -3.342804, -1.127459), + normal: (-0.144755, 0.439659, -0.886423), }, + Vertex { position: (2.343303, -3.507846, -1.195262), + normal: (0.457854, 0.537523, -0.708123), }, + Vertex { position: (2.138771, -3.397683, -1.214726), + normal: (0.339699, 0.626415, -0.701576), }, + Vertex { position: (2.343303, -3.507846, -1.195262), + normal: (0.457854, 0.537523, -0.708123), }, + Vertex { position: (2.254361, -3.550931, -1.235118), + normal: (-0.081045, 0.409121, -0.908874), }, + Vertex { position: (2.254361, -3.550931, -1.235118), + normal: (-0.081045, 0.409121, -0.908874), }, + Vertex { position: (2.025468, -3.556842, -1.204841), + normal: (0.444124, 0.617475, -0.649214), }, + Vertex { position: (1.981186, -3.441282, -1.180532), + normal: (0.010538, 0.399391, -0.91672), }, + Vertex { position: (2.254361, -3.550931, -1.235118), + normal: (-0.081045, 0.409121, -0.908874), }, + Vertex { position: (1.981186, -3.441282, -1.180532), + normal: (0.010538, 0.399391, -0.91672), }, + Vertex { position: (2.138771, -3.397683, -1.214726), + normal: (0.339699, 0.626415, -0.701576), }, + Vertex { position: (2.138771, -3.397683, -1.214726), + normal: (0.339699, 0.626415, -0.701576), }, + Vertex { position: (1.981186, -3.441282, -1.180532), + normal: (0.010538, 0.399391, -0.91672), }, + Vertex { position: (1.926176, -3.28888, -1.093746), + normal: (0.636282, 0.100893, -0.764831), }, + Vertex { position: (2.138771, -3.397683, -1.214726), + normal: (0.339699, 0.626415, -0.701576), }, + Vertex { position: (1.926176, -3.28888, -1.093746), + normal: (0.636282, 0.100893, -0.764831), }, + Vertex { position: (2.031262, -3.256709, -1.111122), + normal: (0.157806, 0.230904, -0.960094), }, + Vertex { position: (2.031262, -3.256709, -1.111122), + normal: (0.157806, 0.230904, -0.960094), }, + Vertex { position: (1.926176, -3.28888, -1.093746), + normal: (0.636282, 0.100893, -0.764831), }, + Vertex { position: (1.886443, -3.191742, -1.047318), + normal: (0.213417, -0.547723, -0.808983), }, + Vertex { position: (2.031262, -3.256709, -1.111122), + normal: (0.157806, 0.230904, -0.960094), }, + Vertex { position: (1.886443, -3.191742, -1.047318), + normal: (0.213417, -0.547723, -0.808983), }, + Vertex { position: (1.970051, -3.141862, -1.065178), + normal: (0.013288, -0.297478, -0.954636), }, + Vertex { position: (2.281229, -3.33825, -1.043475), + normal: (-0.430523, -0.648445, -0.627828), }, + Vertex { position: (2.247981, -3.342804, -1.127459), + normal: (-0.144755, 0.439659, -0.886423), }, + Vertex { position: (2.14888, -3.221616, -1.076203), + normal: (-0.562282, -0.328888, -0.75873), }, + Vertex { position: (2.281229, -3.33825, -1.043475), + normal: (-0.430523, -0.648445, -0.627828), }, + Vertex { position: (2.14888, -3.221616, -1.076203), + normal: (-0.562282, -0.328888, -0.75873), }, + Vertex { position: (2.201939, -3.226457, -0.996503), + normal: (-0.492627, 0.113675, -0.862784), }, + Vertex { position: (2.201939, -3.226457, -0.996503), + normal: (-0.492627, 0.113675, -0.862784), }, + Vertex { position: (2.14888, -3.221616, -1.076203), + normal: (-0.562282, -0.328888, -0.75873), }, + Vertex { position: (2.110033, -3.148257, -1.068816), + normal: (-0.228294, -0.186048, -0.955651), }, + Vertex { position: (2.201939, -3.226457, -0.996503), + normal: (-0.492627, 0.113675, -0.862784), }, + Vertex { position: (2.110033, -3.148257, -1.068816), + normal: (-0.228294, -0.186048, -0.955651), }, + Vertex { position: (2.170039, -3.134504, -0.978866), + normal: (-0.495591, 0.225654, -0.838731), }, + Vertex { position: (2.170039, -3.134504, -0.978866), + normal: (-0.495591, 0.225654, -0.838731), }, + Vertex { position: (2.091539, -3.032437, -0.947029), + normal: (-0.541077, 0.245809, -0.804247), }, + Vertex { position: (2.113587, -3.011851, -0.851648), + normal: (0.672893, 0.661099, -0.331908), }, + Vertex { position: (2.170039, -3.134504, -0.978866), + normal: (-0.495591, 0.225654, -0.838731), }, + Vertex { position: (2.113587, -3.011851, -0.851648), + normal: (0.672893, 0.661099, -0.331908), }, + Vertex { position: (2.217369, -3.156093, -0.888927), + normal: (0.768072, 0.514957, -0.380637), }, + Vertex { position: (1.841888, -3.246003, -1.014774), + normal: (0.626232, 0.565165, -0.53705), }, + Vertex { position: (1.886443, -3.191742, -1.047318), + normal: (0.213417, -0.547723, -0.808983), }, + Vertex { position: (1.926176, -3.28888, -1.093746), + normal: (0.636282, 0.100893, -0.764831), }, + Vertex { position: (1.841888, -3.246003, -1.014774), + normal: (0.626232, 0.565165, -0.53705), }, + Vertex { position: (1.926176, -3.28888, -1.093746), + normal: (0.636282, 0.100893, -0.764831), }, + Vertex { position: (1.865135, -3.353827, -1.054981), + normal: (0.52783, 0.437826, -0.727807), }, + Vertex { position: (1.919391, -3.487078, -1.110869), + normal: (0.862528, 0.499882, 0.078511), }, + Vertex { position: (1.865135, -3.353827, -1.054981), + normal: (0.52783, 0.437826, -0.727807), }, + Vertex { position: (1.926176, -3.28888, -1.093746), + normal: (0.636282, 0.100893, -0.764831), }, + Vertex { position: (1.919391, -3.487078, -1.110869), + normal: (0.862528, 0.499882, 0.078511), }, + Vertex { position: (1.926176, -3.28888, -1.093746), + normal: (0.636282, 0.100893, -0.764831), }, + Vertex { position: (1.981186, -3.441282, -1.180532), + normal: (0.010538, 0.399391, -0.91672), }, + Vertex { position: (1.981186, -3.441282, -1.180532), + normal: (0.010538, 0.399391, -0.91672), }, + Vertex { position: (2.025468, -3.556842, -1.204841), + normal: (0.444124, 0.617475, -0.649214), }, + Vertex { position: (1.919391, -3.487078, -1.110869), + normal: (0.862528, 0.499882, 0.078511), }, + Vertex { position: (1.980621, -3.043895, -0.964237), + normal: (0.872426, 0.488735, 0.003222), }, + Vertex { position: (2.170039, -3.134504, -0.978866), + normal: (-0.495591, 0.225654, -0.838731), }, + Vertex { position: (2.110033, -3.148257, -1.068816), + normal: (-0.228294, -0.186048, -0.955651), }, + Vertex { position: (1.806407, -3.173343, -0.834455), + normal: (-0.783521, -0.393963, -0.480508), }, + Vertex { position: (1.811797, -3.135641, -0.933096), + normal: (0.926951, 0.366239, 0.081429), }, + Vertex { position: (1.841888, -3.246003, -1.014774), + normal: (0.626232, 0.565165, -0.53705), }, + Vertex { position: (1.806407, -3.173343, -0.834455), + normal: (-0.783521, -0.393963, -0.480508), }, + Vertex { position: (1.841888, -3.246003, -1.014774), + normal: (0.626232, 0.565165, -0.53705), }, + Vertex { position: (1.83279, -3.296508, -0.865078), + normal: (0.215809, 0.484483, -0.847763), }, + Vertex { position: (1.933899, -3.546253, -0.912438), + normal: (-0.997638, 0.009858, 0.067986), }, + Vertex { position: (1.919391, -3.487078, -1.110869), + normal: (0.862528, 0.499882, 0.078511), }, + Vertex { position: (2.025468, -3.556842, -1.204841), + normal: (0.444124, 0.617475, -0.649214), }, + Vertex { position: (1.933899, -3.546253, -0.912438), + normal: (-0.997638, 0.009858, 0.067986), }, + Vertex { position: (2.025468, -3.556842, -1.204841), + normal: (0.444124, 0.617475, -0.649214), }, + Vertex { position: (2.078928, -3.584991, -0.917088), + normal: (-0.987313, 0.097592, 0.125253), }, + Vertex { position: (1.83279, -3.296508, -0.865078), + normal: (0.215809, 0.484483, -0.847763), }, + Vertex { position: (1.841888, -3.246003, -1.014774), + normal: (0.626232, 0.565165, -0.53705), }, + Vertex { position: (1.865135, -3.353827, -1.054981), + normal: (0.52783, 0.437826, -0.727807), }, + Vertex { position: (1.83279, -3.296508, -0.865078), + normal: (0.215809, 0.484483, -0.847763), }, + Vertex { position: (1.865135, -3.353827, -1.054981), + normal: (0.52783, 0.437826, -0.727807), }, + Vertex { position: (1.839523, -3.405292, -0.883488), + normal: (-0.955753, -0.169718, 0.240275), }, + Vertex { position: (1.839523, -3.405292, -0.883488), + normal: (-0.955753, -0.169718, 0.240275), }, + Vertex { position: (1.865135, -3.353827, -1.054981), + normal: (0.52783, 0.437826, -0.727807), }, + Vertex { position: (1.919391, -3.487078, -1.110869), + normal: (0.862528, 0.499882, 0.078511), }, + Vertex { position: (1.839523, -3.405292, -0.883488), + normal: (-0.955753, -0.169718, 0.240275), }, + Vertex { position: (1.919391, -3.487078, -1.110869), + normal: (0.862528, 0.499882, 0.078511), }, + Vertex { position: (1.933899, -3.546253, -0.912438), + normal: (-0.997638, 0.009858, 0.067986), }, + Vertex { position: (1.83279, -3.296508, -0.865078), + normal: (0.215809, 0.484483, -0.847763), }, + Vertex { position: (1.92973, -3.298418, -0.689538), + normal: (-0.150944, -0.987886, 0.036011), }, + Vertex { position: (1.900481, -3.131932, -0.728621), + normal: (-0.630099, -0.773677, 0.066329), }, + Vertex { position: (1.83279, -3.296508, -0.865078), + normal: (0.215809, 0.484483, -0.847763), }, + Vertex { position: (1.900481, -3.131932, -0.728621), + normal: (-0.630099, -0.773677, 0.066329), }, + Vertex { position: (1.806407, -3.173343, -0.834455), + normal: (-0.783521, -0.393963, -0.480508), }, + Vertex { position: (1.83279, -3.296508, -0.865078), + normal: (0.215809, 0.484483, -0.847763), }, + Vertex { position: (1.839523, -3.405292, -0.883488), + normal: (-0.955753, -0.169718, 0.240275), }, + Vertex { position: (1.941325, -3.434803, -0.701314), + normal: (-0.937976, -0.320543, 0.132115), }, + Vertex { position: (1.83279, -3.296508, -0.865078), + normal: (0.215809, 0.484483, -0.847763), }, + Vertex { position: (1.941325, -3.434803, -0.701314), + normal: (-0.937976, -0.320543, 0.132115), }, + Vertex { position: (1.92973, -3.298418, -0.689538), + normal: (-0.150944, -0.987886, 0.036011), }, + Vertex { position: (1.941325, -3.434803, -0.701314), + normal: (-0.937976, -0.320543, 0.132115), }, + Vertex { position: (1.839523, -3.405292, -0.883488), + normal: (-0.955753, -0.169718, 0.240275), }, + Vertex { position: (1.933899, -3.546253, -0.912438), + normal: (-0.997638, 0.009858, 0.067986), }, + Vertex { position: (1.941325, -3.434803, -0.701314), + normal: (-0.937976, -0.320543, 0.132115), }, + Vertex { position: (1.933899, -3.546253, -0.912438), + normal: (-0.997638, 0.009858, 0.067986), }, + Vertex { position: (2.002745, -3.52342, -0.688103), + normal: (-0.4909, 0.016111, 0.871067), }, + Vertex { position: (2.002745, -3.52342, -0.688103), + normal: (-0.4909, 0.016111, 0.871067), }, + Vertex { position: (1.933899, -3.546253, -0.912438), + normal: (-0.997638, 0.009858, 0.067986), }, + Vertex { position: (2.078928, -3.584991, -0.917088), + normal: (-0.987313, 0.097592, 0.125253), }, + Vertex { position: (2.002745, -3.52342, -0.688103), + normal: (-0.4909, 0.016111, 0.871067), }, + Vertex { position: (2.078928, -3.584991, -0.917088), + normal: (-0.987313, 0.097592, 0.125253), }, + Vertex { position: (2.126553, -3.549679, -0.701005), + normal: (-0.184432, -0.109597, 0.976716), }, + Vertex { position: (2.126553, -3.549679, -0.701005), + normal: (-0.184432, -0.109597, 0.976716), }, + Vertex { position: (2.078928, -3.584991, -0.917088), + normal: (-0.987313, 0.097592, 0.125253), }, + Vertex { position: (2.197935, -3.583948, -0.936437), + normal: (-0.554502, -0.046423, 0.830886), }, + Vertex { position: (2.126553, -3.549679, -0.701005), + normal: (-0.184432, -0.109597, 0.976716), }, + Vertex { position: (2.197935, -3.583948, -0.936437), + normal: (-0.554502, -0.046423, 0.830886), }, + Vertex { position: (2.244147, -3.545557, -0.732888), + normal: (-0.554151, -0.205896, 0.806551), }, + Vertex { position: (1.898573, -3.068274, -0.994338), + normal: (-0.069765, -0.126006, 0.989573), }, + Vertex { position: (1.980621, -3.043895, -0.964237), + normal: (0.872426, 0.488735, 0.003222), }, + Vertex { position: (2.110033, -3.148257, -1.068816), + normal: (-0.228294, -0.186048, -0.955651), }, + Vertex { position: (1.898573, -3.068274, -0.994338), + normal: (-0.069765, -0.126006, 0.989573), }, + Vertex { position: (2.110033, -3.148257, -1.068816), + normal: (-0.228294, -0.186048, -0.955651), }, + Vertex { position: (1.970051, -3.141862, -1.065178), + normal: (0.013288, -0.297478, -0.954636), }, + Vertex { position: (1.855134, -3.083228, -0.986129), + normal: (0.383337, -0.601981, 0.700479), }, + Vertex { position: (1.898573, -3.068274, -0.994338), + normal: (-0.069765, -0.126006, 0.989573), }, + Vertex { position: (1.970051, -3.141862, -1.065178), + normal: (0.013288, -0.297478, -0.954636), }, + Vertex { position: (1.855134, -3.083228, -0.986129), + normal: (0.383337, -0.601981, 0.700479), }, + Vertex { position: (1.970051, -3.141862, -1.065178), + normal: (0.013288, -0.297478, -0.954636), }, + Vertex { position: (1.886443, -3.191742, -1.047318), + normal: (0.213417, -0.547723, -0.808983), }, + Vertex { position: (1.811797, -3.135641, -0.933096), + normal: (0.926951, 0.366239, 0.081429), }, + Vertex { position: (1.855134, -3.083228, -0.986129), + normal: (0.383337, -0.601981, 0.700479), }, + Vertex { position: (1.886443, -3.191742, -1.047318), + normal: (0.213417, -0.547723, -0.808983), }, + Vertex { position: (1.811797, -3.135641, -0.933096), + normal: (0.926951, 0.366239, 0.081429), }, + Vertex { position: (1.886443, -3.191742, -1.047318), + normal: (0.213417, -0.547723, -0.808983), }, + Vertex { position: (1.841888, -3.246003, -1.014774), + normal: (0.626232, 0.565165, -0.53705), }, + Vertex { position: (2.217369, -3.156093, -0.888927), + normal: (0.768072, 0.514957, -0.380637), }, + Vertex { position: (2.113587, -3.011851, -0.851648), + normal: (0.672893, 0.661099, -0.331908), }, + Vertex { position: (2.07369, -3.020848, -0.782654), + normal: (-0.701253, 0.091018, 0.707079), }, + Vertex { position: (2.217369, -3.156093, -0.888927), + normal: (0.768072, 0.514957, -0.380637), }, + Vertex { position: (2.07369, -3.020848, -0.782654), + normal: (-0.701253, 0.091018, 0.707079), }, + Vertex { position: (2.187495, -3.161535, -0.800285), + normal: (-0.706628, -0.050081, 0.705811), }, + Vertex { position: (2.170039, -3.134504, -0.978866), + normal: (-0.495591, 0.225654, -0.838731), }, + Vertex { position: (2.217369, -3.156093, -0.888927), + normal: (0.768072, 0.514957, -0.380637), }, + Vertex { position: (2.236407, -3.220054, -0.89203), + normal: (-0.404532, -0.045989, -0.913367), }, + Vertex { position: (2.170039, -3.134504, -0.978866), + normal: (-0.495591, 0.225654, -0.838731), }, + Vertex { position: (2.236407, -3.220054, -0.89203), + normal: (-0.404532, -0.045989, -0.913367), }, + Vertex { position: (2.201939, -3.226457, -0.996503), + normal: (-0.492627, 0.113675, -0.862784), }, + Vertex { position: (2.247981, -3.342804, -1.127459), + normal: (-0.144755, 0.439659, -0.886423), }, + Vertex { position: (2.281229, -3.33825, -1.043475), + normal: (-0.430523, -0.648445, -0.627828), }, + Vertex { position: (2.386827, -3.462222, -1.13648), + normal: (0.717573, 0.343682, 0.605781), }, + Vertex { position: (2.247981, -3.342804, -1.127459), + normal: (-0.144755, 0.439659, -0.886423), }, + Vertex { position: (2.386827, -3.462222, -1.13648), + normal: (0.717573, 0.343682, 0.605781), }, + Vertex { position: (2.343303, -3.507846, -1.195262), + normal: (0.457854, 0.537523, -0.708123), }, + Vertex { position: (2.386827, -3.462222, -1.13648), + normal: (0.717573, 0.343682, 0.605781), }, + Vertex { position: (2.281229, -3.33825, -1.043475), + normal: (-0.430523, -0.648445, -0.627828), }, + Vertex { position: (2.327021, -3.352317, -0.958234), + normal: (0.743895, 0.373896, 0.553916), }, + Vertex { position: (2.386827, -3.462222, -1.13648), + normal: (0.717573, 0.343682, 0.605781), }, + Vertex { position: (2.327021, -3.352317, -0.958234), + normal: (0.743895, 0.373896, 0.553916), }, + Vertex { position: (2.440236, -3.509564, -1.019417), + normal: (0.752232, 0.244352, 0.611914), }, + Vertex { position: (2.327021, -3.352317, -0.958234), + normal: (0.743895, 0.373896, 0.553916), }, + Vertex { position: (2.281229, -3.33825, -1.043475), + normal: (-0.430523, -0.648445, -0.627828), }, + Vertex { position: (2.201939, -3.226457, -0.996503), + normal: (-0.492627, 0.113675, -0.862784), }, + Vertex { position: (2.327021, -3.352317, -0.958234), + normal: (0.743895, 0.373896, 0.553916), }, + Vertex { position: (2.201939, -3.226457, -0.996503), + normal: (-0.492627, 0.113675, -0.862784), }, + Vertex { position: (2.236407, -3.220054, -0.89203), + normal: (-0.404532, -0.045989, -0.913367), }, + Vertex { position: (2.440236, -3.509564, -1.019417), + normal: (0.752232, 0.244352, 0.611914), }, + Vertex { position: (2.327021, -3.352317, -0.958234), + normal: (0.743895, 0.373896, 0.553916), }, + Vertex { position: (2.309358, -3.345468, -0.801508), + normal: (0.866542, 0.493887, -0.071973), }, + Vertex { position: (2.440236, -3.509564, -1.019417), + normal: (0.752232, 0.244352, 0.611914), }, + Vertex { position: (2.309358, -3.345468, -0.801508), + normal: (0.866542, 0.493887, -0.071973), }, + Vertex { position: (2.377814, -3.484109, -0.800332), + normal: (0.874983, 0.217676, -0.43246), }, + Vertex { position: (2.309358, -3.345468, -0.801508), + normal: (0.866542, 0.493887, -0.071973), }, + Vertex { position: (2.327021, -3.352317, -0.958234), + normal: (0.743895, 0.373896, 0.553916), }, + Vertex { position: (2.236407, -3.220054, -0.89203), + normal: (-0.404532, -0.045989, -0.913367), }, + Vertex { position: (2.309358, -3.345468, -0.801508), + normal: (0.866542, 0.493887, -0.071973), }, + Vertex { position: (2.236407, -3.220054, -0.89203), + normal: (-0.404532, -0.045989, -0.913367), }, + Vertex { position: (2.235942, -3.243103, -0.823955), + normal: (0.79991, 0.598082, -0.049409), }, + Vertex { position: (2.235942, -3.243103, -0.823955), + normal: (0.79991, 0.598082, -0.049409), }, + Vertex { position: (2.236407, -3.220054, -0.89203), + normal: (-0.404532, -0.045989, -0.913367), }, + Vertex { position: (2.217369, -3.156093, -0.888927), + normal: (0.768072, 0.514957, -0.380637), }, + Vertex { position: (2.235942, -3.243103, -0.823955), + normal: (0.79991, 0.598082, -0.049409), }, + Vertex { position: (2.217369, -3.156093, -0.888927), + normal: (0.768072, 0.514957, -0.380637), }, + Vertex { position: (2.187495, -3.161535, -0.800285), + normal: (-0.706628, -0.050081, 0.705811), }, + Vertex { position: (1.900481, -3.131932, -0.728621), + normal: (-0.630099, -0.773677, 0.066329), }, + Vertex { position: (1.92973, -3.298418, -0.689538), + normal: (-0.150944, -0.987886, 0.036011), }, + Vertex { position: (2.059222, -3.230076, -0.674936), + normal: (0.331575, 0.146631, 0.931964), }, + Vertex { position: (1.900481, -3.131932, -0.728621), + normal: (-0.630099, -0.773677, 0.066329), }, + Vertex { position: (2.059222, -3.230076, -0.674936), + normal: (0.331575, 0.146631, 0.931964), }, + Vertex { position: (1.998099, -3.039955, -0.718855), + normal: (0.714275, 0.465374, 0.522723), }, + Vertex { position: (1.998099, -3.039955, -0.718855), + normal: (0.714275, 0.465374, 0.522723), }, + Vertex { position: (2.059222, -3.230076, -0.674936), + normal: (0.331575, 0.146631, 0.931964), }, + Vertex { position: (2.187495, -3.161535, -0.800285), + normal: (-0.706628, -0.050081, 0.705811), }, + Vertex { position: (1.998099, -3.039955, -0.718855), + normal: (0.714275, 0.465374, 0.522723), }, + Vertex { position: (2.187495, -3.161535, -0.800285), + normal: (-0.706628, -0.050081, 0.705811), }, + Vertex { position: (2.07369, -3.020848, -0.782654), + normal: (-0.701253, 0.091018, 0.707079), }, + Vertex { position: (1.92973, -3.298418, -0.689538), + normal: (-0.150944, -0.987886, 0.036011), }, + Vertex { position: (1.941325, -3.434803, -0.701314), + normal: (-0.937976, -0.320543, 0.132115), }, + Vertex { position: (2.107985, -3.363571, -0.677007), + normal: (0.43336, 0.0979, 0.895888), }, + Vertex { position: (1.92973, -3.298418, -0.689538), + normal: (-0.150944, -0.987886, 0.036011), }, + Vertex { position: (2.107985, -3.363571, -0.677007), + normal: (0.43336, 0.0979, 0.895888), }, + Vertex { position: (2.059222, -3.230076, -0.674936), + normal: (0.331575, 0.146631, 0.931964), }, + Vertex { position: (2.059222, -3.230076, -0.674936), + normal: (0.331575, 0.146631, 0.931964), }, + Vertex { position: (2.107985, -3.363571, -0.677007), + normal: (0.43336, 0.0979, 0.895888), }, + Vertex { position: (2.235942, -3.243103, -0.823955), + normal: (0.79991, 0.598082, -0.049409), }, + Vertex { position: (2.059222, -3.230076, -0.674936), + normal: (0.331575, 0.146631, 0.931964), }, + Vertex { position: (2.235942, -3.243103, -0.823955), + normal: (0.79991, 0.598082, -0.049409), }, + Vertex { position: (2.187495, -3.161535, -0.800285), + normal: (-0.706628, -0.050081, 0.705811), }, + Vertex { position: (2.107985, -3.363571, -0.677007), + normal: (0.43336, 0.0979, 0.895888), }, + Vertex { position: (1.941325, -3.434803, -0.701314), + normal: (-0.937976, -0.320543, 0.132115), }, + Vertex { position: (2.002745, -3.52342, -0.688103), + normal: (-0.4909, 0.016111, 0.871067), }, + Vertex { position: (2.126553, -3.549679, -0.701005), + normal: (-0.184432, -0.109597, 0.976716), }, + Vertex { position: (2.107985, -3.363571, -0.677007), + normal: (0.43336, 0.0979, 0.895888), }, + Vertex { position: (2.002745, -3.52342, -0.688103), + normal: (-0.4909, 0.016111, 0.871067), }, + Vertex { position: (2.235942, -3.243103, -0.823955), + normal: (0.79991, 0.598082, -0.049409), }, + Vertex { position: (2.107985, -3.363571, -0.677007), + normal: (0.43336, 0.0979, 0.895888), }, + Vertex { position: (2.309358, -3.345468, -0.801508), + normal: (0.866542, 0.493887, -0.071973), }, + Vertex { position: (2.126553, -3.549679, -0.701005), + normal: (-0.184432, -0.109597, 0.976716), }, + Vertex { position: (2.244147, -3.545557, -0.732888), + normal: (-0.554151, -0.205896, 0.806551), }, + Vertex { position: (2.107985, -3.363571, -0.677007), + normal: (0.43336, 0.0979, 0.895888), }, + Vertex { position: (2.377814, -3.484109, -0.800332), + normal: (0.874983, 0.217676, -0.43246), }, + Vertex { position: (2.309358, -3.345468, -0.801508), + normal: (0.866542, 0.493887, -0.071973), }, + Vertex { position: (2.107985, -3.363571, -0.677007), + normal: (0.43336, 0.0979, 0.895888), }, + Vertex { position: (2.377814, -3.484109, -0.800332), + normal: (0.874983, 0.217676, -0.43246), }, + Vertex { position: (2.107985, -3.363571, -0.677007), + normal: (0.43336, 0.0979, 0.895888), }, + Vertex { position: (2.244147, -3.545557, -0.732888), + normal: (-0.554151, -0.205896, 0.806551), }, + Vertex { position: (2.440236, -3.509564, -1.019417), + normal: (0.752232, 0.244352, 0.611914), }, + Vertex { position: (2.377814, -3.484109, -0.800332), + normal: (0.874983, 0.217676, -0.43246), }, + Vertex { position: (2.244147, -3.545557, -0.732888), + normal: (-0.554151, -0.205896, 0.806551), }, + Vertex { position: (2.440236, -3.509564, -1.019417), + normal: (0.752232, 0.244352, 0.611914), }, + Vertex { position: (2.244147, -3.545557, -0.732888), + normal: (-0.554151, -0.205896, 0.806551), }, + Vertex { position: (2.197935, -3.583948, -0.936437), + normal: (-0.554502, -0.046423, 0.830886), }, + Vertex { position: (2.078928, -3.584991, -0.917088), + normal: (-0.987313, 0.097592, 0.125253), }, + Vertex { position: (2.025468, -3.556842, -1.204841), + normal: (0.444124, 0.617475, -0.649214), }, + Vertex { position: (2.254361, -3.550931, -1.235118), + normal: (-0.081045, 0.409121, -0.908874), }, + Vertex { position: (2.078928, -3.584991, -0.917088), + normal: (-0.987313, 0.097592, 0.125253), }, + Vertex { position: (2.254361, -3.550931, -1.235118), + normal: (-0.081045, 0.409121, -0.908874), }, + Vertex { position: (2.197935, -3.583948, -0.936437), + normal: (-0.554502, -0.046423, 0.830886), }, + Vertex { position: (1.980621, -3.043895, -0.964237), + normal: (0.872426, 0.488735, 0.003222), }, + Vertex { position: (2.091539, -3.032437, -0.947029), + normal: (-0.541077, 0.245809, -0.804247), }, + Vertex { position: (2.170039, -3.134504, -0.978866), + normal: (-0.495591, 0.225654, -0.838731), }, + Vertex { position: (2.197935, -3.583948, -0.936437), + normal: (-0.554502, -0.046423, 0.830886), }, + Vertex { position: (2.254361, -3.550931, -1.235118), + normal: (-0.081045, 0.409121, -0.908874), }, + Vertex { position: (2.343303, -3.507846, -1.195262), + normal: (0.457854, 0.537523, -0.708123), }, + Vertex { position: (2.197935, -3.583948, -0.936437), + normal: (-0.554502, -0.046423, 0.830886), }, + Vertex { position: (2.343303, -3.507846, -1.195262), + normal: (0.457854, 0.537523, -0.708123), }, + Vertex { position: (2.386827, -3.462222, -1.13648), + normal: (0.717573, 0.343682, 0.605781), }, + Vertex { position: (2.197935, -3.583948, -0.936437), + normal: (-0.554502, -0.046423, 0.830886), }, + Vertex { position: (2.386827, -3.462222, -1.13648), + normal: (0.717573, 0.343682, 0.605781), }, + Vertex { position: (2.440236, -3.509564, -1.019417), + normal: (0.752232, 0.244352, 0.611914), }, + Vertex { position: (-3.042899, -3.193907, -1.207296), + normal: (-0.545598, -0.330415, -0.770161), }, + Vertex { position: (-2.888628, -3.200302, -1.210934), + normal: (0.012244, -0.298111, -0.954453), }, + Vertex { position: (-2.845816, -3.273661, -1.218321), + normal: (-0.245482, -0.183395, -0.951896), }, + Vertex { position: (-3.042899, -3.193907, -1.207296), + normal: (-0.545598, -0.330415, -0.770161), }, + Vertex { position: (-2.845816, -3.273661, -1.218321), + normal: (-0.245482, -0.183395, -0.951896), }, + Vertex { position: (-2.975439, -3.308754, -1.25324), + normal: (-0.492859, -0.096405, -0.864752), }, + Vertex { position: (-2.975439, -3.308754, -1.25324), + normal: (-0.492859, -0.096405, -0.864752), }, + Vertex { position: (-2.845816, -3.273661, -1.218321), + normal: (-0.245482, -0.183395, -0.951896), }, + Vertex { position: (-2.736599, -3.394849, -1.269577), + normal: (0.430301, 0.548598, -0.716855), }, + Vertex { position: (-2.975439, -3.308754, -1.25324), + normal: (-0.492859, -0.096405, -0.864752), }, + Vertex { position: (-2.736599, -3.394849, -1.269577), + normal: (0.430301, 0.548598, -0.716855), }, + Vertex { position: (-2.856957, -3.449728, -1.356844), + normal: (-0.074103, 0.409269, -0.909399), }, + Vertex { position: (-2.856957, -3.449728, -1.356844), + normal: (-0.074103, 0.409269, -0.909399), }, + Vertex { position: (-2.736599, -3.394849, -1.269577), + normal: (0.430301, 0.548598, -0.716855), }, + Vertex { position: (-2.631547, -3.559891, -1.33738), + normal: (-0.13251, 0.440061, -0.888137), }, + Vertex { position: (-2.856957, -3.449728, -1.356844), + normal: (-0.074103, 0.409269, -0.909399), }, + Vertex { position: (-2.631547, -3.559891, -1.33738), + normal: (-0.13251, 0.440061, -0.888137), }, + Vertex { position: (-2.729567, -3.602976, -1.377236), + normal: (0.317837, 0.631876, -0.706903), }, + Vertex { position: (-2.729567, -3.602976, -1.377236), + normal: (0.317837, 0.631876, -0.706903), }, + Vertex { position: (-2.981824, -3.608887, -1.346959), + normal: (0.413011, 0.629609, -0.658038), }, + Vertex { position: (-3.030627, -3.493327, -1.32265), + normal: (0.009712, 0.399549, -0.91666), }, + Vertex { position: (-2.729567, -3.602976, -1.377236), + normal: (0.317837, 0.631876, -0.706903), }, + Vertex { position: (-3.030627, -3.493327, -1.32265), + normal: (0.009712, 0.399549, -0.91666), }, + Vertex { position: (-2.856957, -3.449728, -1.356844), + normal: (-0.074103, 0.409269, -0.909399), }, + Vertex { position: (-2.856957, -3.449728, -1.356844), + normal: (-0.074103, 0.409269, -0.909399), }, + Vertex { position: (-3.030627, -3.493327, -1.32265), + normal: (0.009712, 0.399549, -0.91666), }, + Vertex { position: (-3.091252, -3.340925, -1.235864), + normal: (0.070969, 0.266956, -0.961092), }, + Vertex { position: (-2.856957, -3.449728, -1.356844), + normal: (-0.074103, 0.409269, -0.909399), }, + Vertex { position: (-3.091252, -3.340925, -1.235864), + normal: (0.070969, 0.266956, -0.961092), }, + Vertex { position: (-2.975439, -3.308754, -1.25324), + normal: (-0.492859, -0.096405, -0.864752), }, + Vertex { position: (-2.975439, -3.308754, -1.25324), + normal: (-0.492859, -0.096405, -0.864752), }, + Vertex { position: (-3.091252, -3.340925, -1.235864), + normal: (0.070969, 0.266956, -0.961092), }, + Vertex { position: (-3.135041, -3.243787, -1.189436), + normal: (0.405633, 0.57823, -0.707893), }, + Vertex { position: (-2.975439, -3.308754, -1.25324), + normal: (-0.492859, -0.096405, -0.864752), }, + Vertex { position: (-3.135041, -3.243787, -1.189436), + normal: (0.405633, 0.57823, -0.707893), }, + Vertex { position: (-3.042899, -3.193907, -1.207296), + normal: (-0.545598, -0.330415, -0.770161), }, + Vertex { position: (-2.699957, -3.390295, -1.185593), + normal: (-0.431117, -0.034268, -0.901645), }, + Vertex { position: (-2.736599, -3.394849, -1.269577), + normal: (0.430301, 0.548598, -0.716855), }, + Vertex { position: (-2.845816, -3.273661, -1.218321), + normal: (-0.245482, -0.183395, -0.951896), }, + Vertex { position: (-2.699957, -3.390295, -1.185593), + normal: (-0.431117, -0.034268, -0.901645), }, + Vertex { position: (-2.845816, -3.273661, -1.218321), + normal: (-0.245482, -0.183395, -0.951896), }, + Vertex { position: (-2.787341, -3.278502, -1.138621), + normal: (-0.461794, 0.113692, -0.879671), }, + Vertex { position: (-2.787341, -3.278502, -1.138621), + normal: (-0.461794, 0.113692, -0.879671), }, + Vertex { position: (-2.845816, -3.273661, -1.218321), + normal: (-0.245482, -0.183395, -0.951896), }, + Vertex { position: (-2.888628, -3.200302, -1.210934), + normal: (0.012244, -0.298111, -0.954453), }, + Vertex { position: (-2.787341, -3.278502, -1.138621), + normal: (-0.461794, 0.113692, -0.879671), }, + Vertex { position: (-2.888628, -3.200302, -1.210934), + normal: (0.012244, -0.298111, -0.954453), }, + Vertex { position: (-2.822497, -3.186549, -1.120984), + normal: (-0.46316, 0.228643, -0.856274), }, + Vertex { position: (-2.822497, -3.186549, -1.120984), + normal: (-0.46316, 0.228643, -0.856274), }, + Vertex { position: (-2.90901, -3.084482, -1.089147), + normal: (0.637284, 0.689194, -0.344791), }, + Vertex { position: (-2.884711, -3.063896, -0.993766), + normal: (0.737412, 0.542596, -0.402261), }, + Vertex { position: (-2.822497, -3.186549, -1.120984), + normal: (-0.46316, 0.228643, -0.856274), }, + Vertex { position: (-2.884711, -3.063896, -0.993766), + normal: (0.737412, 0.542596, -0.402261), }, + Vertex { position: (-2.770335, -3.208138, -1.031045), + normal: (-0.508358, 0.250892, -0.823787), }, + Vertex { position: (-3.184143, -3.298048, -1.156892), + normal: (0.851754, 0.52393, 0.003494), }, + Vertex { position: (-3.135041, -3.243787, -1.189436), + normal: (0.405633, 0.57823, -0.707893), }, + Vertex { position: (-3.091252, -3.340925, -1.235864), + normal: (0.070969, 0.266956, -0.961092), }, + Vertex { position: (-3.184143, -3.298048, -1.156892), + normal: (0.851754, 0.52393, 0.003494), }, + Vertex { position: (-3.091252, -3.340925, -1.235864), + normal: (0.070969, 0.266956, -0.961092), }, + Vertex { position: (-3.158524, -3.405872, -1.197099), + normal: (0.596352, 0.583149, -0.551635), }, + Vertex { position: (-3.09873, -3.539123, -1.252987), + normal: (0.840313, 0.535537, 0.084106), }, + Vertex { position: (-3.158524, -3.405872, -1.197099), + normal: (0.596352, 0.583149, -0.551635), }, + Vertex { position: (-3.091252, -3.340925, -1.235864), + normal: (0.070969, 0.266956, -0.961092), }, + Vertex { position: (-3.09873, -3.539123, -1.252987), + normal: (0.840313, 0.535537, 0.084106), }, + Vertex { position: (-3.091252, -3.340925, -1.235864), + normal: (0.070969, 0.266956, -0.961092), }, + Vertex { position: (-3.030627, -3.493327, -1.32265), + normal: (0.009712, 0.399549, -0.91666), }, + Vertex { position: (-3.030627, -3.493327, -1.32265), + normal: (0.009712, 0.399549, -0.91666), }, + Vertex { position: (-2.981824, -3.608887, -1.346959), + normal: (0.413011, 0.629609, -0.658038), }, + Vertex { position: (-3.09873, -3.539123, -1.252987), + normal: (0.840313, 0.535537, 0.084106), }, + Vertex { position: (-3.03125, -3.09594, -1.106355), + normal: (0.503689, 0.453945, -0.735004), }, + Vertex { position: (-2.822497, -3.186549, -1.120984), + normal: (-0.46316, 0.228643, -0.856274), }, + Vertex { position: (-2.888628, -3.200302, -1.210934), + normal: (0.012244, -0.298111, -0.954453), }, + Vertex { position: (-3.223246, -3.225388, -0.976573), + normal: (0.163153, 0.19945, -0.96623), }, + Vertex { position: (-3.217306, -3.187686, -1.075214), + normal: (0.977763, 0.208696, -0.020643), }, + Vertex { position: (-3.184143, -3.298048, -1.156892), + normal: (0.851754, 0.52393, 0.003494), }, + Vertex { position: (-3.223246, -3.225388, -0.976573), + normal: (0.163153, 0.19945, -0.96623), }, + Vertex { position: (-3.184143, -3.298048, -1.156892), + normal: (0.851754, 0.52393, 0.003494), }, + Vertex { position: (-3.19417, -3.348553, -1.007196), + normal: (0.144389, 0.231536, -0.962051), }, + Vertex { position: (-3.082741, -3.598298, -1.054556), + normal: (-0.99734, 0.010761, 0.072093), }, + Vertex { position: (-3.09873, -3.539123, -1.252987), + normal: (0.840313, 0.535537, 0.084106), }, + Vertex { position: (-2.981824, -3.608887, -1.346959), + normal: (0.413011, 0.629609, -0.658038), }, + Vertex { position: (-3.082741, -3.598298, -1.054556), + normal: (-0.99734, 0.010761, 0.072093), }, + Vertex { position: (-2.981824, -3.608887, -1.346959), + normal: (0.413011, 0.629609, -0.658038), }, + Vertex { position: (-2.922908, -3.637036, -1.059206), + normal: (-0.985013, 0.106756, 0.135469), }, + Vertex { position: (-3.19417, -3.348553, -1.007196), + normal: (0.144389, 0.231536, -0.962051), }, + Vertex { position: (-3.184143, -3.298048, -1.156892), + normal: (0.851754, 0.52393, 0.003494), }, + Vertex { position: (-3.158524, -3.405872, -1.197099), + normal: (0.596352, 0.583149, -0.551635), }, + Vertex { position: (-3.19417, -3.348553, -1.007196), + normal: (0.144389, 0.231536, -0.962051), }, + Vertex { position: (-3.158524, -3.405872, -1.197099), + normal: (0.596352, 0.583149, -0.551635), }, + Vertex { position: (-3.18675, -3.457336, -1.025606), + normal: (-0.948594, -0.185732, 0.256269), }, + Vertex { position: (-3.18675, -3.457336, -1.025606), + normal: (-0.948594, -0.185732, 0.256269), }, + Vertex { position: (-3.158524, -3.405872, -1.197099), + normal: (0.596352, 0.583149, -0.551635), }, + Vertex { position: (-3.09873, -3.539123, -1.252987), + normal: (0.840313, 0.535537, 0.084106), }, + Vertex { position: (-3.18675, -3.457336, -1.025606), + normal: (-0.948594, -0.185732, 0.256269), }, + Vertex { position: (-3.09873, -3.539123, -1.252987), + normal: (0.840313, 0.535537, 0.084106), }, + Vertex { position: (-3.082741, -3.598298, -1.054556), + normal: (-0.99734, 0.010761, 0.072093), }, + Vertex { position: (-3.19417, -3.348553, -1.007196), + normal: (0.144389, 0.231536, -0.962051), }, + Vertex { position: (-3.087335, -3.350463, -0.831656), + normal: (-0.471141, 0.022027, 0.881783), }, + Vertex { position: (-3.11957, -3.183977, -0.870739), + normal: (-0.948594, -0.185732, 0.256269), }, + Vertex { position: (-3.19417, -3.348553, -1.007196), + normal: (0.144389, 0.231536, -0.962051), }, + Vertex { position: (-3.11957, -3.183977, -0.870739), + normal: (-0.948594, -0.185732, 0.256269), }, + Vertex { position: (-3.223246, -3.225388, -0.976573), + normal: (0.163153, 0.19945, -0.96623), }, + Vertex { position: (-3.19417, -3.348553, -1.007196), + normal: (0.144389, 0.231536, -0.962051), }, + Vertex { position: (-3.18675, -3.457336, -1.025606), + normal: (-0.948594, -0.185732, 0.256269), }, + Vertex { position: (-3.074557, -3.486847, -0.843432), + normal: (-0.385346, -0.01874, 0.922582), }, + Vertex { position: (-3.19417, -3.348553, -1.007196), + normal: (0.144389, 0.231536, -0.962051), }, + Vertex { position: (-3.074557, -3.486847, -0.843432), + normal: (-0.385346, -0.01874, 0.922582), }, + Vertex { position: (-3.087335, -3.350463, -0.831656), + normal: (-0.471141, 0.022027, 0.881783), }, + Vertex { position: (-3.074557, -3.486847, -0.843432), + normal: (-0.385346, -0.01874, 0.922582), }, + Vertex { position: (-3.18675, -3.457336, -1.025606), + normal: (-0.948594, -0.185732, 0.256269), }, + Vertex { position: (-3.082741, -3.598298, -1.054556), + normal: (-0.99734, 0.010761, 0.072093), }, + Vertex { position: (-3.074557, -3.486847, -0.843432), + normal: (-0.385346, -0.01874, 0.922582), }, + Vertex { position: (-3.082741, -3.598298, -1.054556), + normal: (-0.99734, 0.010761, 0.072093), }, + Vertex { position: (-3.006867, -3.575464, -0.830221), + normal: (-0.11646, -0.017993, 0.993032), }, + Vertex { position: (-3.006867, -3.575464, -0.830221), + normal: (-0.11646, -0.017993, 0.993032), }, + Vertex { position: (-3.082741, -3.598298, -1.054556), + normal: (-0.99734, 0.010761, 0.072093), }, + Vertex { position: (-2.922908, -3.637036, -1.059206), + normal: (-0.985013, 0.106756, 0.135469), }, + Vertex { position: (-3.006867, -3.575464, -0.830221), + normal: (-0.11646, -0.017993, 0.993032), }, + Vertex { position: (-2.922908, -3.637036, -1.059206), + normal: (-0.985013, 0.106756, 0.135469), }, + Vertex { position: (-2.870422, -3.601724, -0.843123), + normal: (-0.037581, -0.042039, 0.998409), }, + Vertex { position: (-2.870422, -3.601724, -0.843123), + normal: (-0.037581, -0.042039, 0.998409), }, + Vertex { position: (-2.922908, -3.637036, -1.059206), + normal: (-0.985013, 0.106756, 0.135469), }, + Vertex { position: (-2.791754, -3.635993, -1.078555), + normal: (0.339875, 0.026681, 0.940092), }, + Vertex { position: (-2.870422, -3.601724, -0.843123), + normal: (-0.037581, -0.042039, 0.998409), }, + Vertex { position: (-2.791754, -3.635993, -1.078555), + normal: (0.339875, 0.026681, 0.940092), }, + Vertex { position: (-2.740824, -3.597601, -0.875006), + normal: (0.156207, -0.109405, 0.981647), }, + Vertex { position: (-3.121673, -3.120319, -1.136456), + normal: (-0.039603, 0.339955, -0.939607), }, + Vertex { position: (-3.03125, -3.09594, -1.106355), + normal: (0.503689, 0.453945, -0.735004), }, + Vertex { position: (-2.888628, -3.200302, -1.210934), + normal: (0.012244, -0.298111, -0.954453), }, + Vertex { position: (-3.121673, -3.120319, -1.136456), + normal: (-0.039603, 0.339955, -0.939607), }, + Vertex { position: (-2.888628, -3.200302, -1.210934), + normal: (0.012244, -0.298111, -0.954453), }, + Vertex { position: (-3.042899, -3.193907, -1.207296), + normal: (-0.545598, -0.330415, -0.770161), }, + Vertex { position: (-3.169546, -3.135273, -1.128247), + normal: (-0.377491, -0.043727, -0.92498), }, + Vertex { position: (-3.121673, -3.120319, -1.136456), + normal: (-0.039603, 0.339955, -0.939607), }, + Vertex { position: (-3.042899, -3.193907, -1.207296), + normal: (-0.545598, -0.330415, -0.770161), }, + Vertex { position: (-3.169546, -3.135273, -1.128247), + normal: (-0.377491, -0.043727, -0.92498), }, + Vertex { position: (-3.042899, -3.193907, -1.207296), + normal: (-0.545598, -0.330415, -0.770161), }, + Vertex { position: (-3.135041, -3.243787, -1.189436), + normal: (0.405633, 0.57823, -0.707893), }, + Vertex { position: (-3.217306, -3.187686, -1.075214), + normal: (0.977763, 0.208696, -0.020643), }, + Vertex { position: (-3.169546, -3.135273, -1.128247), + normal: (-0.377491, -0.043727, -0.92498), }, + Vertex { position: (-3.135041, -3.243787, -1.189436), + normal: (0.405633, 0.57823, -0.707893), }, + Vertex { position: (-3.217306, -3.187686, -1.075214), + normal: (0.977763, 0.208696, -0.020643), }, + Vertex { position: (-3.135041, -3.243787, -1.189436), + normal: (0.405633, 0.57823, -0.707893), }, + Vertex { position: (-3.184143, -3.298048, -1.156892), + normal: (0.851754, 0.52393, 0.003494), }, + Vertex { position: (-2.770335, -3.208138, -1.031045), + normal: (-0.508358, 0.250892, -0.823787), }, + Vertex { position: (-2.884711, -3.063896, -0.993766), + normal: (0.737412, 0.542596, -0.402261), }, + Vertex { position: (-2.928681, -3.072892, -0.924772), + normal: (0.684558, 0.361154, 0.633205), }, + Vertex { position: (-2.770335, -3.208138, -1.031045), + normal: (-0.508358, 0.250892, -0.823787), }, + Vertex { position: (-2.928681, -3.072892, -0.924772), + normal: (0.684558, 0.361154, 0.633205), }, + Vertex { position: (-2.80326, -3.21358, -0.942403), + normal: (0.713402, 0.39471, 0.579018), }, + Vertex { position: (-2.822497, -3.186549, -1.120984), + normal: (-0.46316, 0.228643, -0.856274), }, + Vertex { position: (-2.770335, -3.208138, -1.031045), + normal: (-0.508358, 0.250892, -0.823787), }, + Vertex { position: (-2.749355, -3.272099, -1.034148), + normal: (0.845209, 0.529004, -0.075999), }, + Vertex { position: (-2.822497, -3.186549, -1.120984), + normal: (-0.46316, 0.228643, -0.856274), }, + Vertex { position: (-2.749355, -3.272099, -1.034148), + normal: (0.845209, 0.529004, -0.075999), }, + Vertex { position: (-2.787341, -3.278502, -1.138621), + normal: (-0.461794, 0.113692, -0.879671), }, + Vertex { position: (-2.736599, -3.394849, -1.269577), + normal: (0.430301, 0.548598, -0.716855), }, + Vertex { position: (-2.699957, -3.390295, -1.185593), + normal: (-0.431117, -0.034268, -0.901645), }, + Vertex { position: (-2.58358, -3.514267, -1.278598), + normal: (0.61389, 0.702597, -0.359856), }, + Vertex { position: (-2.736599, -3.394849, -1.269577), + normal: (0.430301, 0.548598, -0.716855), }, + Vertex { position: (-2.58358, -3.514267, -1.278598), + normal: (0.61389, 0.702597, -0.359856), }, + Vertex { position: (-2.631547, -3.559891, -1.33738), + normal: (-0.13251, 0.440061, -0.888137), }, + Vertex { position: (-2.58358, -3.514267, -1.278598), + normal: (0.61389, 0.702597, -0.359856), }, + Vertex { position: (-2.699957, -3.390295, -1.185593), + normal: (-0.431117, -0.034268, -0.901645), }, + Vertex { position: (-2.649491, -3.404362, -1.100352), + normal: (0.77125, 0.634502, -0.050796), }, + Vertex { position: (-2.58358, -3.514267, -1.278598), + normal: (0.61389, 0.702597, -0.359856), }, + Vertex { position: (-2.649491, -3.404362, -1.100352), + normal: (0.77125, 0.634502, -0.050796), }, + Vertex { position: (-2.52472, -3.561609, -1.161535), + normal: (0.780958, 0.624512, -0.009449), }, + Vertex { position: (-2.649491, -3.404362, -1.100352), + normal: (0.77125, 0.634502, -0.050796), }, + Vertex { position: (-2.699957, -3.390295, -1.185593), + normal: (-0.431117, -0.034268, -0.901645), }, + Vertex { position: (-2.787341, -3.278502, -1.138621), + normal: (-0.461794, 0.113692, -0.879671), }, + Vertex { position: (-2.649491, -3.404362, -1.100352), + normal: (0.77125, 0.634502, -0.050796), }, + Vertex { position: (-2.787341, -3.278502, -1.138621), + normal: (-0.461794, 0.113692, -0.879671), }, + Vertex { position: (-2.749355, -3.272099, -1.034148), + normal: (0.845209, 0.529004, -0.075999), }, + Vertex { position: (-2.52472, -3.561609, -1.161535), + normal: (0.780958, 0.624512, -0.009449), }, + Vertex { position: (-2.649491, -3.404362, -1.100352), + normal: (0.77125, 0.634502, -0.050796), }, + Vertex { position: (-2.668957, -3.397513, -0.943626), + normal: (0.684834, 0.490952, 0.538488), }, + Vertex { position: (-2.52472, -3.561609, -1.161535), + normal: (0.780958, 0.624512, -0.009449), }, + Vertex { position: (-2.668957, -3.397513, -0.943626), + normal: (0.684834, 0.490952, 0.538488), }, + Vertex { position: (-2.593513, -3.536154, -0.94245), + normal: (0.712283, 0.385667, 0.586441), }, + Vertex { position: (-2.668957, -3.397513, -0.943626), + normal: (0.684834, 0.490952, 0.538488), }, + Vertex { position: (-2.649491, -3.404362, -1.100352), + normal: (0.77125, 0.634502, -0.050796), }, + Vertex { position: (-2.749355, -3.272099, -1.034148), + normal: (0.845209, 0.529004, -0.075999), }, + Vertex { position: (-2.668957, -3.397513, -0.943626), + normal: (0.684834, 0.490952, 0.538488), }, + Vertex { position: (-2.749355, -3.272099, -1.034148), + normal: (0.845209, 0.529004, -0.075999), }, + Vertex { position: (-2.749867, -3.295148, -0.966073), + normal: (0.722848, 0.455753, 0.519404), }, + Vertex { position: (-2.749867, -3.295148, -0.966073), + normal: (0.722848, 0.455753, 0.519404), }, + Vertex { position: (-2.749355, -3.272099, -1.034148), + normal: (0.845209, 0.529004, -0.075999), }, + Vertex { position: (-2.770335, -3.208138, -1.031045), + normal: (-0.508358, 0.250892, -0.823787), }, + Vertex { position: (-2.749867, -3.295148, -0.966073), + normal: (0.722848, 0.455753, 0.519404), }, + Vertex { position: (-2.770335, -3.208138, -1.031045), + normal: (-0.508358, 0.250892, -0.823787), }, + Vertex { position: (-2.80326, -3.21358, -0.942403), + normal: (0.713402, 0.39471, 0.579018), }, + Vertex { position: (-3.11957, -3.183977, -0.870739), + normal: (-0.948594, -0.185732, 0.256269), }, + Vertex { position: (-3.087335, -3.350463, -0.831656), + normal: (-0.471141, 0.022027, 0.881783), }, + Vertex { position: (-2.944625, -3.282121, -0.817054), + normal: (0.225987, 0.181605, 0.957053), }, + Vertex { position: (-3.11957, -3.183977, -0.870739), + normal: (-0.948594, -0.185732, 0.256269), }, + Vertex { position: (-2.944625, -3.282121, -0.817054), + normal: (0.225987, 0.181605, 0.957053), }, + Vertex { position: (-3.011987, -3.092, -0.860973), + normal: (0.308087, 0.149605, 0.939521), }, + Vertex { position: (-3.011987, -3.092, -0.860973), + normal: (0.308087, 0.149605, 0.939521), }, + Vertex { position: (-2.944625, -3.282121, -0.817054), + normal: (0.225987, 0.181605, 0.957053), }, + Vertex { position: (-2.80326, -3.21358, -0.942403), + normal: (0.713402, 0.39471, 0.579018), }, + Vertex { position: (-3.011987, -3.092, -0.860973), + normal: (0.308087, 0.149605, 0.939521), }, + Vertex { position: (-2.80326, -3.21358, -0.942403), + normal: (0.713402, 0.39471, 0.579018), }, + Vertex { position: (-2.928681, -3.072892, -0.924772), + normal: (0.684558, 0.361154, 0.633205), }, + Vertex { position: (-3.087335, -3.350463, -0.831656), + normal: (-0.471141, 0.022027, 0.881783), }, + Vertex { position: (-3.074557, -3.486847, -0.843432), + normal: (-0.385346, -0.01874, 0.922582), }, + Vertex { position: (-2.890885, -3.415616, -0.819125), + normal: (0.229413, 0.089674, 0.96919), }, + Vertex { position: (-3.087335, -3.350463, -0.831656), + normal: (-0.471141, 0.022027, 0.881783), }, + Vertex { position: (-2.890885, -3.415616, -0.819125), + normal: (0.229413, 0.089674, 0.96919), }, + Vertex { position: (-2.944625, -3.282121, -0.817054), + normal: (0.225987, 0.181605, 0.957053), }, + Vertex { position: (-2.944625, -3.282121, -0.817054), + normal: (0.225987, 0.181605, 0.957053), }, + Vertex { position: (-2.890885, -3.415616, -0.819125), + normal: (0.229413, 0.089674, 0.96919), }, + Vertex { position: (-2.749867, -3.295148, -0.966073), + normal: (0.722848, 0.455753, 0.519404), }, + Vertex { position: (-2.944625, -3.282121, -0.817054), + normal: (0.225987, 0.181605, 0.957053), }, + Vertex { position: (-2.749867, -3.295148, -0.966073), + normal: (0.722848, 0.455753, 0.519404), }, + Vertex { position: (-2.80326, -3.21358, -0.942403), + normal: (0.713402, 0.39471, 0.579018), }, + Vertex { position: (-2.890885, -3.415616, -0.819125), + normal: (0.229413, 0.089674, 0.96919), }, + Vertex { position: (-3.074557, -3.486847, -0.843432), + normal: (-0.385346, -0.01874, 0.922582), }, + Vertex { position: (-3.006867, -3.575464, -0.830221), + normal: (-0.11646, -0.017993, 0.993032), }, + Vertex { position: (-2.870422, -3.601724, -0.843123), + normal: (-0.037581, -0.042039, 0.998409), }, + Vertex { position: (-2.890885, -3.415616, -0.819125), + normal: (0.229413, 0.089674, 0.96919), }, + Vertex { position: (-3.006867, -3.575464, -0.830221), + normal: (-0.11646, -0.017993, 0.993032), }, + Vertex { position: (-2.749867, -3.295148, -0.966073), + normal: (0.722848, 0.455753, 0.519404), }, + Vertex { position: (-2.890885, -3.415616, -0.819125), + normal: (0.229413, 0.089674, 0.96919), }, + Vertex { position: (-2.668957, -3.397513, -0.943626), + normal: (0.684834, 0.490952, 0.538488), }, + Vertex { position: (-2.870422, -3.601724, -0.843123), + normal: (-0.037581, -0.042039, 0.998409), }, + Vertex { position: (-2.740824, -3.597601, -0.875006), + normal: (0.156207, -0.109405, 0.981647), }, + Vertex { position: (-2.890885, -3.415616, -0.819125), + normal: (0.229413, 0.089674, 0.96919), }, + Vertex { position: (-2.593513, -3.536154, -0.94245), + normal: (0.712283, 0.385667, 0.586441), }, + Vertex { position: (-2.668957, -3.397513, -0.943626), + normal: (0.684834, 0.490952, 0.538488), }, + Vertex { position: (-2.890885, -3.415616, -0.819125), + normal: (0.229413, 0.089674, 0.96919), }, + Vertex { position: (-2.593513, -3.536154, -0.94245), + normal: (0.712283, 0.385667, 0.586441), }, + Vertex { position: (-2.890885, -3.415616, -0.819125), + normal: (0.229413, 0.089674, 0.96919), }, + Vertex { position: (-2.740824, -3.597601, -0.875006), + normal: (0.156207, -0.109405, 0.981647), }, + Vertex { position: (-2.52472, -3.561609, -1.161535), + normal: (0.780958, 0.624512, -0.009449), }, + Vertex { position: (-2.593513, -3.536154, -0.94245), + normal: (0.712283, 0.385667, 0.586441), }, + Vertex { position: (-2.740824, -3.597601, -0.875006), + normal: (0.156207, -0.109405, 0.981647), }, + Vertex { position: (-2.52472, -3.561609, -1.161535), + normal: (0.780958, 0.624512, -0.009449), }, + Vertex { position: (-2.740824, -3.597601, -0.875006), + normal: (0.156207, -0.109405, 0.981647), }, + Vertex { position: (-2.791754, -3.635993, -1.078555), + normal: (0.339875, 0.026681, 0.940092), }, + Vertex { position: (-2.922908, -3.637036, -1.059206), + normal: (-0.985013, 0.106756, 0.135469), }, + Vertex { position: (-2.981824, -3.608887, -1.346959), + normal: (0.413011, 0.629609, -0.658038), }, + Vertex { position: (-2.729567, -3.602976, -1.377236), + normal: (0.317837, 0.631876, -0.706903), }, + Vertex { position: (-2.922908, -3.637036, -1.059206), + normal: (-0.985013, 0.106756, 0.135469), }, + Vertex { position: (-2.729567, -3.602976, -1.377236), + normal: (0.317837, 0.631876, -0.706903), }, + Vertex { position: (-2.791754, -3.635993, -1.078555), + normal: (0.339875, 0.026681, 0.940092), }, + Vertex { position: (-3.03125, -3.09594, -1.106355), + normal: (0.503689, 0.453945, -0.735004), }, + Vertex { position: (-2.90901, -3.084482, -1.089147), + normal: (0.637284, 0.689194, -0.344791), }, + Vertex { position: (-2.822497, -3.186549, -1.120984), + normal: (-0.46316, 0.228643, -0.856274), }, + Vertex { position: (-2.791754, -3.635993, -1.078555), + normal: (0.339875, 0.026681, 0.940092), }, + Vertex { position: (-2.729567, -3.602976, -1.377236), + normal: (0.317837, 0.631876, -0.706903), }, + Vertex { position: (-2.631547, -3.559891, -1.33738), + normal: (-0.13251, 0.440061, -0.888137), }, + Vertex { position: (-2.791754, -3.635993, -1.078555), + normal: (0.339875, 0.026681, 0.940092), }, + Vertex { position: (-2.631547, -3.559891, -1.33738), + normal: (-0.13251, 0.440061, -0.888137), }, + Vertex { position: (-2.58358, -3.514267, -1.278598), + normal: (0.61389, 0.702597, -0.359856), }, + Vertex { position: (-2.791754, -3.635993, -1.078555), + normal: (0.339875, 0.026681, 0.940092), }, + Vertex { position: (-2.58358, -3.514267, -1.278598), + normal: (0.61389, 0.702597, -0.359856), }, + Vertex { position: (-2.52472, -3.561609, -1.161535), + normal: (0.780958, 0.624512, -0.009449), }, + Vertex { position: (2.031262, -3.256709, 1.111122), + normal: (-0.35872, 0.092902, 0.928811), }, + Vertex { position: (2.14888, -3.221616, 1.076203), + normal: (-0.354049, -0.10839, 0.928924), }, + Vertex { position: (2.110033, -3.148257, 1.068816), + normal: (0.422569, -0.18743, 0.886739), }, + Vertex { position: (2.031262, -3.256709, 1.111122), + normal: (-0.35872, 0.092902, 0.928811), }, + Vertex { position: (2.110033, -3.148257, 1.068816), + normal: (0.422569, -0.18743, 0.886739), }, + Vertex { position: (1.970051, -3.141862, 1.065178), + normal: (-0.019303, -0.142974, 0.989538), }, + Vertex { position: (2.138771, -3.397683, 1.214726), + normal: (-0.501053, -0.05946, 0.863371), }, + Vertex { position: (2.247981, -3.342804, 1.127459), + normal: (-0.453746, -0.057149, 0.889297), }, + Vertex { position: (2.14888, -3.221616, 1.076203), + normal: (-0.354049, -0.10839, 0.928924), }, + Vertex { position: (2.138771, -3.397683, 1.214726), + normal: (-0.501053, -0.05946, 0.863371), }, + Vertex { position: (2.14888, -3.221616, 1.076203), + normal: (-0.354049, -0.10839, 0.928924), }, + Vertex { position: (2.031262, -3.256709, 1.111122), + normal: (-0.35872, 0.092902, 0.928811), }, + Vertex { position: (2.254361, -3.550931, 1.235118), + normal: (-0.765488, -0.115047, 0.633082), }, + Vertex { position: (2.343303, -3.507846, 1.195262), + normal: (-0.779685, 0.02537, 0.625657), }, + Vertex { position: (2.247981, -3.342804, 1.127459), + normal: (-0.453746, -0.057149, 0.889297), }, + Vertex { position: (2.254361, -3.550931, 1.235118), + normal: (-0.765488, -0.115047, 0.633082), }, + Vertex { position: (2.247981, -3.342804, 1.127459), + normal: (-0.453746, -0.057149, 0.889297), }, + Vertex { position: (2.138771, -3.397683, 1.214726), + normal: (-0.501053, -0.05946, 0.863371), }, + Vertex { position: (2.138771, -3.397683, 1.214726), + normal: (-0.501053, -0.05946, 0.863371), }, + Vertex { position: (1.981186, -3.441282, 1.180532), + normal: (0.982106, -0.010346, 0.188044), }, + Vertex { position: (2.025468, -3.556842, 1.204841), + normal: (-0.807765, -0.096776, 0.581507), }, + Vertex { position: (2.138771, -3.397683, 1.214726), + normal: (-0.501053, -0.05946, 0.863371), }, + Vertex { position: (2.025468, -3.556842, 1.204841), + normal: (-0.807765, -0.096776, 0.581507), }, + Vertex { position: (2.254361, -3.550931, 1.235118), + normal: (-0.765488, -0.115047, 0.633082), }, + Vertex { position: (2.031262, -3.256709, 1.111122), + normal: (-0.35872, 0.092902, 0.928811), }, + Vertex { position: (1.926176, -3.28888, 1.093746), + normal: (0.937141, -0.149709, 0.315204), }, + Vertex { position: (1.981186, -3.441282, 1.180532), + normal: (0.982106, -0.010346, 0.188044), }, + Vertex { position: (2.031262, -3.256709, 1.111122), + normal: (-0.35872, 0.092902, 0.928811), }, + Vertex { position: (1.981186, -3.441282, 1.180532), + normal: (0.982106, -0.010346, 0.188044), }, + Vertex { position: (2.138771, -3.397683, 1.214726), + normal: (-0.501053, -0.05946, 0.863371), }, + Vertex { position: (1.970051, -3.141862, 1.065178), + normal: (-0.019303, -0.142974, 0.989538), }, + Vertex { position: (1.886443, -3.191742, 1.047318), + normal: (0.866898, -0.268351, 0.420091), }, + Vertex { position: (1.926176, -3.28888, 1.093746), + normal: (0.937141, -0.149709, 0.315204), }, + Vertex { position: (1.970051, -3.141862, 1.065178), + normal: (-0.019303, -0.142974, 0.989538), }, + Vertex { position: (1.926176, -3.28888, 1.093746), + normal: (0.937141, -0.149709, 0.315204), }, + Vertex { position: (2.031262, -3.256709, 1.111122), + normal: (-0.35872, 0.092902, 0.928811), }, + Vertex { position: (2.201939, -3.226457, 0.996503), + normal: (0.567579, -0.469834, -0.6761), }, + Vertex { position: (2.14888, -3.221616, 1.076203), + normal: (-0.354049, -0.10839, 0.928924), }, + Vertex { position: (2.247981, -3.342804, 1.127459), + normal: (-0.453746, -0.057149, 0.889297), }, + Vertex { position: (2.201939, -3.226457, 0.996503), + normal: (0.567579, -0.469834, -0.6761), }, + Vertex { position: (2.247981, -3.342804, 1.127459), + normal: (-0.453746, -0.057149, 0.889297), }, + Vertex { position: (2.281229, -3.33825, 1.043475), + normal: (0.886562, -0.46255, 0.007486), }, + Vertex { position: (2.170039, -3.134504, 0.978866), + normal: (0.890357, -0.340018, -0.302742), }, + Vertex { position: (2.110033, -3.148257, 1.068816), + normal: (0.422569, -0.18743, 0.886739), }, + Vertex { position: (2.14888, -3.221616, 1.076203), + normal: (-0.354049, -0.10839, 0.928924), }, + Vertex { position: (2.170039, -3.134504, 0.978866), + normal: (0.890357, -0.340018, -0.302742), }, + Vertex { position: (2.14888, -3.221616, 1.076203), + normal: (-0.354049, -0.10839, 0.928924), }, + Vertex { position: (2.201939, -3.226457, 0.996503), + normal: (0.567579, -0.469834, -0.6761), }, + Vertex { position: (2.217369, -3.156093, 0.888927), + normal: (0.579344, -0.339433, -0.741044), }, + Vertex { position: (2.113587, -3.011851, 0.851648), + normal: (0.789099, -0.039289, -0.613008), }, + Vertex { position: (2.091539, -3.032437, 0.947029), + normal: (0.773659, -0.235087, -0.588375), }, + Vertex { position: (2.217369, -3.156093, 0.888927), + normal: (0.579344, -0.339433, -0.741044), }, + Vertex { position: (2.091539, -3.032437, 0.947029), + normal: (0.773659, -0.235087, -0.588375), }, + Vertex { position: (2.170039, -3.134504, 0.978866), + normal: (0.890357, -0.340018, -0.302742), }, + Vertex { position: (1.865135, -3.353827, 1.054981), + normal: (0.257818, -0.230014, -0.938415), }, + Vertex { position: (1.926176, -3.28888, 1.093746), + normal: (0.937141, -0.149709, 0.315204), }, + Vertex { position: (1.886443, -3.191742, 1.047318), + normal: (0.866898, -0.268351, 0.420091), }, + Vertex { position: (1.865135, -3.353827, 1.054981), + normal: (0.257818, -0.230014, -0.938415), }, + Vertex { position: (1.886443, -3.191742, 1.047318), + normal: (0.866898, -0.268351, 0.420091), }, + Vertex { position: (1.841888, -3.246003, 1.014774), + normal: (0.230893, -0.309688, -0.922378), }, + Vertex { position: (1.981186, -3.441282, 1.180532), + normal: (0.982106, -0.010346, 0.188044), }, + Vertex { position: (1.926176, -3.28888, 1.093746), + normal: (0.937141, -0.149709, 0.315204), }, + Vertex { position: (1.865135, -3.353827, 1.054981), + normal: (0.257818, -0.230014, -0.938415), }, + Vertex { position: (1.981186, -3.441282, 1.180532), + normal: (0.982106, -0.010346, 0.188044), }, + Vertex { position: (1.865135, -3.353827, 1.054981), + normal: (0.257818, -0.230014, -0.938415), }, + Vertex { position: (1.919391, -3.487078, 1.110869), + normal: (0.148388, -0.325205, -0.933929), }, + Vertex { position: (1.919391, -3.487078, 1.110869), + normal: (0.148388, -0.325205, -0.933929), }, + Vertex { position: (2.025468, -3.556842, 1.204841), + normal: (-0.807765, -0.096776, 0.581507), }, + Vertex { position: (1.981186, -3.441282, 1.180532), + normal: (0.982106, -0.010346, 0.188044), }, + Vertex { position: (2.110033, -3.148257, 1.068816), + normal: (0.422569, -0.18743, 0.886739), }, + Vertex { position: (2.170039, -3.134504, 0.978866), + normal: (0.890357, -0.340018, -0.302742), }, + Vertex { position: (1.980621, -3.043895, 0.964237), + normal: (-0.215783, -0.895808, -0.388544), }, + Vertex { position: (1.83279, -3.296508, 0.865078), + normal: (-0.085416, -0.081635, -0.992995), }, + Vertex { position: (1.841888, -3.246003, 1.014774), + normal: (0.230893, -0.309688, -0.922378), }, + Vertex { position: (1.811797, -3.135641, 0.933096), + normal: (-0.156447, -0.088128, 0.983747), }, + Vertex { position: (1.83279, -3.296508, 0.865078), + normal: (-0.085416, -0.081635, -0.992995), }, + Vertex { position: (1.811797, -3.135641, 0.933096), + normal: (-0.156447, -0.088128, 0.983747), }, + Vertex { position: (1.806407, -3.173343, 0.834455), + normal: (-0.042094, -0.220101, -0.974568), }, + Vertex { position: (2.078928, -3.584991, 0.917088), + normal: (-0.348227, -0.192527, -0.917427), }, + Vertex { position: (2.025468, -3.556842, 1.204841), + normal: (-0.807765, -0.096776, 0.581507), }, + Vertex { position: (1.919391, -3.487078, 1.110869), + normal: (0.148388, -0.325205, -0.933929), }, + Vertex { position: (2.078928, -3.584991, 0.917088), + normal: (-0.348227, -0.192527, -0.917427), }, + Vertex { position: (1.919391, -3.487078, 1.110869), + normal: (0.148388, -0.325205, -0.933929), }, + Vertex { position: (1.933899, -3.546253, 0.912438), + normal: (0.255431, -0.055528, -0.965231), }, + Vertex { position: (1.839523, -3.405292, 0.883488), + normal: (-0.401279, -0.250965, -0.880904), }, + Vertex { position: (1.865135, -3.353827, 1.054981), + normal: (0.257818, -0.230014, -0.938415), }, + Vertex { position: (1.841888, -3.246003, 1.014774), + normal: (0.230893, -0.309688, -0.922378), }, + Vertex { position: (1.839523, -3.405292, 0.883488), + normal: (-0.401279, -0.250965, -0.880904), }, + Vertex { position: (1.841888, -3.246003, 1.014774), + normal: (0.230893, -0.309688, -0.922378), }, + Vertex { position: (1.83279, -3.296508, 0.865078), + normal: (-0.085416, -0.081635, -0.992995), }, + Vertex { position: (1.933899, -3.546253, 0.912438), + normal: (0.255431, -0.055528, -0.965231), }, + Vertex { position: (1.919391, -3.487078, 1.110869), + normal: (0.148388, -0.325205, -0.933929), }, + Vertex { position: (1.865135, -3.353827, 1.054981), + normal: (0.257818, -0.230014, -0.938415), }, + Vertex { position: (1.933899, -3.546253, 0.912438), + normal: (0.255431, -0.055528, -0.965231), }, + Vertex { position: (1.865135, -3.353827, 1.054981), + normal: (0.257818, -0.230014, -0.938415), }, + Vertex { position: (1.839523, -3.405292, 0.883488), + normal: (-0.401279, -0.250965, -0.880904), }, + Vertex { position: (1.806407, -3.173343, 0.834455), + normal: (-0.042094, -0.220101, -0.974568), }, + Vertex { position: (1.900481, -3.131932, 0.728621), + normal: (-0.363523, -0.150625, -0.919327), }, + Vertex { position: (1.92973, -3.298418, 0.689538), + normal: (-0.924461, -0.213385, -0.315973), }, + Vertex { position: (1.806407, -3.173343, 0.834455), + normal: (-0.042094, -0.220101, -0.974568), }, + Vertex { position: (1.92973, -3.298418, 0.689538), + normal: (-0.924461, -0.213385, -0.315973), }, + Vertex { position: (1.83279, -3.296508, 0.865078), + normal: (-0.085416, -0.081635, -0.992995), }, + Vertex { position: (1.92973, -3.298418, 0.689538), + normal: (-0.924461, -0.213385, -0.315973), }, + Vertex { position: (1.941325, -3.434803, 0.701314), + normal: (-0.914496, -0.253607, -0.315247), }, + Vertex { position: (1.839523, -3.405292, 0.883488), + normal: (-0.401279, -0.250965, -0.880904), }, + Vertex { position: (1.92973, -3.298418, 0.689538), + normal: (-0.924461, -0.213385, -0.315973), }, + Vertex { position: (1.839523, -3.405292, 0.883488), + normal: (-0.401279, -0.250965, -0.880904), }, + Vertex { position: (1.83279, -3.296508, 0.865078), + normal: (-0.085416, -0.081635, -0.992995), }, + Vertex { position: (2.002745, -3.52342, 0.688103), + normal: (-0.943599, -0.160394, -0.289646), }, + Vertex { position: (1.933899, -3.546253, 0.912438), + normal: (0.255431, -0.055528, -0.965231), }, + Vertex { position: (1.839523, -3.405292, 0.883488), + normal: (-0.401279, -0.250965, -0.880904), }, + Vertex { position: (2.002745, -3.52342, 0.688103), + normal: (-0.943599, -0.160394, -0.289646), }, + Vertex { position: (1.839523, -3.405292, 0.883488), + normal: (-0.401279, -0.250965, -0.880904), }, + Vertex { position: (1.941325, -3.434803, 0.701314), + normal: (-0.914496, -0.253607, -0.315247), }, + Vertex { position: (2.126553, -3.549679, 0.701005), + normal: (0.601229, -0.111151, -0.791308), }, + Vertex { position: (2.078928, -3.584991, 0.917088), + normal: (-0.348227, -0.192527, -0.917427), }, + Vertex { position: (1.933899, -3.546253, 0.912438), + normal: (0.255431, -0.055528, -0.965231), }, + Vertex { position: (2.126553, -3.549679, 0.701005), + normal: (0.601229, -0.111151, -0.791308), }, + Vertex { position: (1.933899, -3.546253, 0.912438), + normal: (0.255431, -0.055528, -0.965231), }, + Vertex { position: (2.002745, -3.52342, 0.688103), + normal: (-0.943599, -0.160394, -0.289646), }, + Vertex { position: (2.244147, -3.545557, 0.732888), + normal: (0.53288, -0.088285, -0.841572), }, + Vertex { position: (2.197935, -3.583948, 0.936437), + normal: (0.546571, -0.125171, -0.828005), }, + Vertex { position: (2.078928, -3.584991, 0.917088), + normal: (-0.348227, -0.192527, -0.917427), }, + Vertex { position: (2.244147, -3.545557, 0.732888), + normal: (0.53288, -0.088285, -0.841572), }, + Vertex { position: (2.078928, -3.584991, 0.917088), + normal: (-0.348227, -0.192527, -0.917427), }, + Vertex { position: (2.126553, -3.549679, 0.701005), + normal: (0.601229, -0.111151, -0.791308), }, + Vertex { position: (1.970051, -3.141862, 1.065178), + normal: (-0.019303, -0.142974, 0.989538), }, + Vertex { position: (2.110033, -3.148257, 1.068816), + normal: (0.422569, -0.18743, 0.886739), }, + Vertex { position: (1.980621, -3.043895, 0.964237), + normal: (-0.215783, -0.895808, -0.388544), }, + Vertex { position: (1.970051, -3.141862, 1.065178), + normal: (-0.019303, -0.142974, 0.989538), }, + Vertex { position: (1.980621, -3.043895, 0.964237), + normal: (-0.215783, -0.895808, -0.388544), }, + Vertex { position: (1.898573, -3.068274, 0.994338), + normal: (0.356923, -0.210291, 0.910156), }, + Vertex { position: (1.886443, -3.191742, 1.047318), + normal: (0.866898, -0.268351, 0.420091), }, + Vertex { position: (1.970051, -3.141862, 1.065178), + normal: (-0.019303, -0.142974, 0.989538), }, + Vertex { position: (1.898573, -3.068274, 0.994338), + normal: (0.356923, -0.210291, 0.910156), }, + Vertex { position: (1.886443, -3.191742, 1.047318), + normal: (0.866898, -0.268351, 0.420091), }, + Vertex { position: (1.898573, -3.068274, 0.994338), + normal: (0.356923, -0.210291, 0.910156), }, + Vertex { position: (1.855134, -3.083228, 0.986129), + normal: (0.517272, -0.552302, 0.653753), }, + Vertex { position: (1.841888, -3.246003, 1.014774), + normal: (0.230893, -0.309688, -0.922378), }, + Vertex { position: (1.886443, -3.191742, 1.047318), + normal: (0.866898, -0.268351, 0.420091), }, + Vertex { position: (1.855134, -3.083228, 0.986129), + normal: (0.517272, -0.552302, 0.653753), }, + Vertex { position: (1.841888, -3.246003, 1.014774), + normal: (0.230893, -0.309688, -0.922378), }, + Vertex { position: (1.855134, -3.083228, 0.986129), + normal: (0.517272, -0.552302, 0.653753), }, + Vertex { position: (1.811797, -3.135641, 0.933096), + normal: (-0.156447, -0.088128, 0.983747), }, + Vertex { position: (2.187495, -3.161535, 0.800285), + normal: (-0.156072, 0.243426, 0.95728), }, + Vertex { position: (2.07369, -3.020848, 0.782654), + normal: (-0.080858, 0.024731, 0.996419), }, + Vertex { position: (2.113587, -3.011851, 0.851648), + normal: (0.789099, -0.039289, -0.613008), }, + Vertex { position: (2.187495, -3.161535, 0.800285), + normal: (-0.156072, 0.243426, 0.95728), }, + Vertex { position: (2.113587, -3.011851, 0.851648), + normal: (0.789099, -0.039289, -0.613008), }, + Vertex { position: (2.217369, -3.156093, 0.888927), + normal: (0.579344, -0.339433, -0.741044), }, + Vertex { position: (2.201939, -3.226457, 0.996503), + normal: (0.567579, -0.469834, -0.6761), }, + Vertex { position: (2.236407, -3.220054, 0.89203), + normal: (-0.661663, -0.025481, 0.749369), }, + Vertex { position: (2.217369, -3.156093, 0.888927), + normal: (0.579344, -0.339433, -0.741044), }, + Vertex { position: (2.201939, -3.226457, 0.996503), + normal: (0.567579, -0.469834, -0.6761), }, + Vertex { position: (2.217369, -3.156093, 0.888927), + normal: (0.579344, -0.339433, -0.741044), }, + Vertex { position: (2.170039, -3.134504, 0.978866), + normal: (0.890357, -0.340018, -0.302742), }, + Vertex { position: (2.343303, -3.507846, 1.195262), + normal: (-0.779685, 0.02537, 0.625657), }, + Vertex { position: (2.386827, -3.462222, 1.13648), + normal: (0.507452, 0.36284, 0.781562), }, + Vertex { position: (2.281229, -3.33825, 1.043475), + normal: (0.886562, -0.46255, 0.007486), }, + Vertex { position: (2.343303, -3.507846, 1.195262), + normal: (-0.779685, 0.02537, 0.625657), }, + Vertex { position: (2.281229, -3.33825, 1.043475), + normal: (0.886562, -0.46255, 0.007486), }, + Vertex { position: (2.247981, -3.342804, 1.127459), + normal: (-0.453746, -0.057149, 0.889297), }, + Vertex { position: (2.440236, -3.509564, 1.019417), + normal: (0.121953, 0.140869, 0.982488), }, + Vertex { position: (2.327021, -3.352317, 0.958234), + normal: (0.484364, 0.195735, 0.85269), }, + Vertex { position: (2.281229, -3.33825, 1.043475), + normal: (0.886562, -0.46255, 0.007486), }, + Vertex { position: (2.440236, -3.509564, 1.019417), + normal: (0.121953, 0.140869, 0.982488), }, + Vertex { position: (2.281229, -3.33825, 1.043475), + normal: (0.886562, -0.46255, 0.007486), }, + Vertex { position: (2.386827, -3.462222, 1.13648), + normal: (0.507452, 0.36284, 0.781562), }, + Vertex { position: (2.236407, -3.220054, 0.89203), + normal: (-0.661663, -0.025481, 0.749369), }, + Vertex { position: (2.201939, -3.226457, 0.996503), + normal: (0.567579, -0.469834, -0.6761), }, + Vertex { position: (2.281229, -3.33825, 1.043475), + normal: (0.886562, -0.46255, 0.007486), }, + Vertex { position: (2.236407, -3.220054, 0.89203), + normal: (-0.661663, -0.025481, 0.749369), }, + Vertex { position: (2.281229, -3.33825, 1.043475), + normal: (0.886562, -0.46255, 0.007486), }, + Vertex { position: (2.327021, -3.352317, 0.958234), + normal: (0.484364, 0.195735, 0.85269), }, + Vertex { position: (2.377814, -3.484109, 0.800332), + normal: (0.913315, 0.39776, -0.087428), }, + Vertex { position: (2.309358, -3.345468, 0.801508), + normal: (0.170703, 0.25395, 0.952035), }, + Vertex { position: (2.327021, -3.352317, 0.958234), + normal: (0.484364, 0.195735, 0.85269), }, + Vertex { position: (2.377814, -3.484109, 0.800332), + normal: (0.913315, 0.39776, -0.087428), }, + Vertex { position: (2.327021, -3.352317, 0.958234), + normal: (0.484364, 0.195735, 0.85269), }, + Vertex { position: (2.440236, -3.509564, 1.019417), + normal: (0.121953, 0.140869, 0.982488), }, + Vertex { position: (2.235942, -3.243103, 0.823955), + normal: (0.977763, 0.208696, 0.020643), }, + Vertex { position: (2.236407, -3.220054, 0.89203), + normal: (-0.661663, -0.025481, 0.749369), }, + Vertex { position: (2.327021, -3.352317, 0.958234), + normal: (0.484364, 0.195735, 0.85269), }, + Vertex { position: (2.235942, -3.243103, 0.823955), + normal: (0.977763, 0.208696, 0.020643), }, + Vertex { position: (2.327021, -3.352317, 0.958234), + normal: (0.484364, 0.195735, 0.85269), }, + Vertex { position: (2.309358, -3.345468, 0.801508), + normal: (0.170703, 0.25395, 0.952035), }, + Vertex { position: (2.187495, -3.161535, 0.800285), + normal: (-0.156072, 0.243426, 0.95728), }, + Vertex { position: (2.217369, -3.156093, 0.888927), + normal: (0.579344, -0.339433, -0.741044), }, + Vertex { position: (2.236407, -3.220054, 0.89203), + normal: (-0.661663, -0.025481, 0.749369), }, + Vertex { position: (2.187495, -3.161535, 0.800285), + normal: (-0.156072, 0.243426, 0.95728), }, + Vertex { position: (2.236407, -3.220054, 0.89203), + normal: (-0.661663, -0.025481, 0.749369), }, + Vertex { position: (2.235942, -3.243103, 0.823955), + normal: (0.977763, 0.208696, 0.020643), }, + Vertex { position: (1.998099, -3.039955, 0.718855), + normal: (-0.245482, -0.183394, 0.951896), }, + Vertex { position: (2.059222, -3.230076, 0.674936), + normal: (0.430301, 0.548598, 0.716855), }, + Vertex { position: (1.92973, -3.298418, 0.689538), + normal: (-0.924461, -0.213385, -0.315973), }, + Vertex { position: (1.998099, -3.039955, 0.718855), + normal: (-0.245482, -0.183394, 0.951896), }, + Vertex { position: (1.92973, -3.298418, 0.689538), + normal: (-0.924461, -0.213385, -0.315973), }, + Vertex { position: (1.900481, -3.131932, 0.728621), + normal: (-0.363523, -0.150625, -0.919327), }, + Vertex { position: (2.07369, -3.020848, 0.782654), + normal: (-0.080858, 0.024731, 0.996419), }, + Vertex { position: (2.187495, -3.161535, 0.800285), + normal: (-0.156072, 0.243426, 0.95728), }, + Vertex { position: (2.059222, -3.230076, 0.674936), + normal: (0.430301, 0.548598, 0.716855), }, + Vertex { position: (2.07369, -3.020848, 0.782654), + normal: (-0.080858, 0.024731, 0.996419), }, + Vertex { position: (2.059222, -3.230076, 0.674936), + normal: (0.430301, 0.548598, 0.716855), }, + Vertex { position: (1.998099, -3.039955, 0.718855), + normal: (-0.245482, -0.183394, 0.951896), }, + Vertex { position: (2.059222, -3.230076, 0.674936), + normal: (0.430301, 0.548598, 0.716855), }, + Vertex { position: (2.107985, -3.363571, 0.677007), + normal: (0.317836, 0.631876, 0.706903), }, + Vertex { position: (1.941325, -3.434803, 0.701314), + normal: (-0.914496, -0.253607, -0.315247), }, + Vertex { position: (2.059222, -3.230076, 0.674936), + normal: (0.430301, 0.548598, 0.716855), }, + Vertex { position: (1.941325, -3.434803, 0.701314), + normal: (-0.914496, -0.253607, -0.315247), }, + Vertex { position: (1.92973, -3.298418, 0.689538), + normal: (-0.924461, -0.213385, -0.315973), }, + Vertex { position: (2.187495, -3.161535, 0.800285), + normal: (-0.156072, 0.243426, 0.95728), }, + Vertex { position: (2.235942, -3.243103, 0.823955), + normal: (0.977763, 0.208696, 0.020643), }, + Vertex { position: (2.107985, -3.363571, 0.677007), + normal: (0.317836, 0.631876, 0.706903), }, + Vertex { position: (2.187495, -3.161535, 0.800285), + normal: (-0.156072, 0.243426, 0.95728), }, + Vertex { position: (2.107985, -3.363571, 0.677007), + normal: (0.317836, 0.631876, 0.706903), }, + Vertex { position: (2.059222, -3.230076, 0.674936), + normal: (0.430301, 0.548598, 0.716855), }, + Vertex { position: (2.002745, -3.52342, 0.688103), + normal: (-0.943599, -0.160394, -0.289646), }, + Vertex { position: (1.941325, -3.434803, 0.701314), + normal: (-0.914496, -0.253607, -0.315247), }, + Vertex { position: (2.107985, -3.363571, 0.677007), + normal: (0.317836, 0.631876, 0.706903), }, + Vertex { position: (2.002745, -3.52342, 0.688103), + normal: (-0.943599, -0.160394, -0.289646), }, + Vertex { position: (2.107985, -3.363571, 0.677007), + normal: (0.317836, 0.631876, 0.706903), }, + Vertex { position: (2.126553, -3.549679, 0.701005), + normal: (0.601229, -0.111151, -0.791308), }, + Vertex { position: (2.309358, -3.345468, 0.801508), + normal: (0.170703, 0.25395, 0.952035), }, + Vertex { position: (2.107985, -3.363571, 0.677007), + normal: (0.317836, 0.631876, 0.706903), }, + Vertex { position: (2.235942, -3.243103, 0.823955), + normal: (0.977763, 0.208696, 0.020643), }, + Vertex { position: (2.107985, -3.363571, 0.677007), + normal: (0.317836, 0.631876, 0.706903), }, + Vertex { position: (2.244147, -3.545557, 0.732888), + normal: (0.53288, -0.088285, -0.841572), }, + Vertex { position: (2.126553, -3.549679, 0.701005), + normal: (0.601229, -0.111151, -0.791308), }, + Vertex { position: (2.244147, -3.545557, 0.732888), + normal: (0.53288, -0.088285, -0.841572), }, + Vertex { position: (2.107985, -3.363571, 0.677007), + normal: (0.317836, 0.631876, 0.706903), }, + Vertex { position: (2.309358, -3.345468, 0.801508), + normal: (0.170703, 0.25395, 0.952035), }, + Vertex { position: (2.244147, -3.545557, 0.732888), + normal: (0.53288, -0.088285, -0.841572), }, + Vertex { position: (2.309358, -3.345468, 0.801508), + normal: (0.170703, 0.25395, 0.952035), }, + Vertex { position: (2.377814, -3.484109, 0.800332), + normal: (0.913315, 0.39776, -0.087428), }, + Vertex { position: (2.197935, -3.583948, 0.936437), + normal: (0.546571, -0.125171, -0.828005), }, + Vertex { position: (2.244147, -3.545557, 0.732888), + normal: (0.53288, -0.088285, -0.841572), }, + Vertex { position: (2.377814, -3.484109, 0.800332), + normal: (0.913315, 0.39776, -0.087428), }, + Vertex { position: (2.197935, -3.583948, 0.936437), + normal: (0.546571, -0.125171, -0.828005), }, + Vertex { position: (2.377814, -3.484109, 0.800332), + normal: (0.913315, 0.39776, -0.087428), }, + Vertex { position: (2.440236, -3.509564, 1.019417), + normal: (0.121953, 0.140869, 0.982488), }, + Vertex { position: (2.197935, -3.583948, 0.936437), + normal: (0.546571, -0.125171, -0.828005), }, + Vertex { position: (2.254361, -3.550931, 1.235118), + normal: (-0.765488, -0.115047, 0.633082), }, + Vertex { position: (2.025468, -3.556842, 1.204841), + normal: (-0.807765, -0.096776, 0.581507), }, + Vertex { position: (2.197935, -3.583948, 0.936437), + normal: (0.546571, -0.125171, -0.828005), }, + Vertex { position: (2.025468, -3.556842, 1.204841), + normal: (-0.807765, -0.096776, 0.581507), }, + Vertex { position: (2.078928, -3.584991, 0.917088), + normal: (-0.348227, -0.192527, -0.917427), }, + Vertex { position: (2.170039, -3.134504, 0.978866), + normal: (0.890357, -0.340018, -0.302742), }, + Vertex { position: (2.091539, -3.032437, 0.947029), + normal: (0.773659, -0.235087, -0.588375), }, + Vertex { position: (1.980621, -3.043895, 0.964237), + normal: (-0.215783, -0.895808, -0.388544), }, + Vertex { position: (2.440236, -3.509564, 1.019417), + normal: (0.121953, 0.140869, 0.982488), }, + Vertex { position: (2.386827, -3.462222, 1.13648), + normal: (0.507452, 0.36284, 0.781562), }, + Vertex { position: (2.343303, -3.507846, 1.195262), + normal: (-0.779685, 0.02537, 0.625657), }, + Vertex { position: (2.440236, -3.509564, 1.019417), + normal: (0.121953, 0.140869, 0.982488), }, + Vertex { position: (2.343303, -3.507846, 1.195262), + normal: (-0.779685, 0.02537, 0.625657), }, + Vertex { position: (2.254361, -3.550931, 1.235118), + normal: (-0.765488, -0.115047, 0.633082), }, + Vertex { position: (2.440236, -3.509564, 1.019417), + normal: (0.121953, 0.140869, 0.982488), }, + Vertex { position: (2.254361, -3.550931, 1.235118), + normal: (-0.765488, -0.115047, 0.633082), }, + Vertex { position: (2.197935, -3.583948, 0.936437), + normal: (0.546571, -0.125171, -0.828005), }, + Vertex { position: (-2.975439, -3.308754, 1.25324), + normal: (0.205604, 0.070037, 0.976126), }, + Vertex { position: (-2.845816, -3.273661, 1.218321), + normal: (0.193496, 0.00102, 0.981101), }, + Vertex { position: (-2.888628, -3.200302, 1.210934), + normal: (0.254799, -0.149124, 0.955426), }, + Vertex { position: (-2.975439, -3.308754, 1.25324), + normal: (0.205604, 0.070037, 0.976126), }, + Vertex { position: (-2.888628, -3.200302, 1.210934), + normal: (0.254799, -0.149124, 0.955426), }, + Vertex { position: (-3.042899, -3.193907, 1.207296), + normal: (0.405755, -0.293021, 0.865737), }, + Vertex { position: (-2.856957, -3.449728, 1.356844), + normal: (0.580504, -0.526296, 0.621312), }, + Vertex { position: (-2.736599, -3.394849, 1.269577), + normal: (0.011655, 0.055061, 0.998415), }, + Vertex { position: (-2.845816, -3.273661, 1.218321), + normal: (0.193496, 0.00102, 0.981101), }, + Vertex { position: (-2.856957, -3.449728, 1.356844), + normal: (0.580504, -0.526296, 0.621312), }, + Vertex { position: (-2.845816, -3.273661, 1.218321), + normal: (0.193496, 0.00102, 0.981101), }, + Vertex { position: (-2.975439, -3.308754, 1.25324), + normal: (0.205604, 0.070037, 0.976126), }, + Vertex { position: (-2.729567, -3.602976, 1.377236), + normal: (-0.093334, 0.204552, 0.974396), }, + Vertex { position: (-2.631547, -3.559891, 1.33738), + normal: (-0.026425, 0.178249, 0.983631), }, + Vertex { position: (-2.736599, -3.394849, 1.269577), + normal: (0.011655, 0.055061, 0.998415), }, + Vertex { position: (-2.729567, -3.602976, 1.377236), + normal: (-0.093334, 0.204552, 0.974396), }, + Vertex { position: (-2.736599, -3.394849, 1.269577), + normal: (0.011655, 0.055061, 0.998415), }, + Vertex { position: (-2.856957, -3.449728, 1.356844), + normal: (0.580504, -0.526296, 0.621312), }, + Vertex { position: (-2.856957, -3.449728, 1.356844), + normal: (0.580504, -0.526296, 0.621312), }, + Vertex { position: (-3.030627, -3.493327, 1.32265), + normal: (-0.028076, 0.054588, 0.998114), }, + Vertex { position: (-2.981824, -3.608887, 1.346959), + normal: (-0.057735, 0.03099, 0.997851), }, + Vertex { position: (-2.856957, -3.449728, 1.356844), + normal: (0.580504, -0.526296, 0.621312), }, + Vertex { position: (-2.981824, -3.608887, 1.346959), + normal: (-0.057735, 0.03099, 0.997851), }, + Vertex { position: (-2.729567, -3.602976, 1.377236), + normal: (-0.093334, 0.204552, 0.974396), }, + Vertex { position: (-2.975439, -3.308754, 1.25324), + normal: (0.205604, 0.070037, 0.976126), }, + Vertex { position: (-3.091252, -3.340925, 1.235864), + normal: (0.089482, -0.029551, 0.99555), }, + Vertex { position: (-3.030627, -3.493327, 1.32265), + normal: (-0.028076, 0.054588, 0.998114), }, + Vertex { position: (-2.975439, -3.308754, 1.25324), + normal: (0.205604, 0.070037, 0.976126), }, + Vertex { position: (-3.030627, -3.493327, 1.32265), + normal: (-0.028076, 0.054588, 0.998114), }, + Vertex { position: (-2.856957, -3.449728, 1.356844), + normal: (0.580504, -0.526296, 0.621312), }, + Vertex { position: (-3.042899, -3.193907, 1.207296), + normal: (0.405755, -0.293021, 0.865737), }, + Vertex { position: (-3.135041, -3.243787, 1.189436), + normal: (0.487947, -0.44627, 0.750167), }, + Vertex { position: (-3.091252, -3.340925, 1.235864), + normal: (0.089482, -0.029551, 0.99555), }, + Vertex { position: (-3.042899, -3.193907, 1.207296), + normal: (0.405755, -0.293021, 0.865737), }, + Vertex { position: (-3.091252, -3.340925, 1.235864), + normal: (0.089482, -0.029551, 0.99555), }, + Vertex { position: (-2.975439, -3.308754, 1.25324), + normal: (0.205604, 0.070037, 0.976126), }, + Vertex { position: (-2.787341, -3.278502, 1.138621), + normal: (0.177373, 0.037311, 0.983436), }, + Vertex { position: (-2.845816, -3.273661, 1.218321), + normal: (0.193496, 0.00102, 0.981101), }, + Vertex { position: (-2.736599, -3.394849, 1.269577), + normal: (0.011655, 0.055061, 0.998415), }, + Vertex { position: (-2.787341, -3.278502, 1.138621), + normal: (0.177373, 0.037311, 0.983436), }, + Vertex { position: (-2.736599, -3.394849, 1.269577), + normal: (0.011655, 0.055061, 0.998415), }, + Vertex { position: (-2.699957, -3.390295, 1.185593), + normal: (-0.048366, 0.138166, 0.989227), }, + Vertex { position: (-2.822497, -3.186549, 1.120984), + normal: (-0.308543, 0.191148, 0.931807), }, + Vertex { position: (-2.888628, -3.200302, 1.210934), + normal: (0.254799, -0.149124, 0.955426), }, + Vertex { position: (-2.845816, -3.273661, 1.218321), + normal: (0.193496, 0.00102, 0.981101), }, + Vertex { position: (-2.822497, -3.186549, 1.120984), + normal: (-0.308543, 0.191148, 0.931807), }, + Vertex { position: (-2.845816, -3.273661, 1.218321), + normal: (0.193496, 0.00102, 0.981101), }, + Vertex { position: (-2.787341, -3.278502, 1.138621), + normal: (0.177373, 0.037311, 0.983436), }, + Vertex { position: (-2.770335, -3.208138, 1.031045), + normal: (-0.206994, 0.072903, 0.975622), }, + Vertex { position: (-2.884711, -3.063896, 0.993766), + normal: (-0.161613, 0.16539, 0.972896), }, + Vertex { position: (-2.90901, -3.084482, 1.089147), + normal: (0.07463, 0.029476, 0.996776), }, + Vertex { position: (-2.770335, -3.208138, 1.031045), + normal: (-0.206994, 0.072903, 0.975622), }, + Vertex { position: (-2.90901, -3.084482, 1.089147), + normal: (0.07463, 0.029476, 0.996776), }, + Vertex { position: (-2.822497, -3.186549, 1.120984), + normal: (-0.308543, 0.191148, 0.931807), }, + Vertex { position: (-3.158524, -3.405872, 1.197099), + normal: (-0.730585, 0.298655, 0.614045), }, + Vertex { position: (-3.091252, -3.340925, 1.235864), + normal: (0.089482, -0.029551, 0.99555), }, + Vertex { position: (-3.135041, -3.243787, 1.189436), + normal: (0.487947, -0.44627, 0.750167), }, + Vertex { position: (-3.158524, -3.405872, 1.197099), + normal: (-0.730585, 0.298655, 0.614045), }, + Vertex { position: (-3.135041, -3.243787, 1.189436), + normal: (0.487947, -0.44627, 0.750167), }, + Vertex { position: (-3.184143, -3.298048, 1.156892), + normal: (-0.059163, 0.13391, 0.989226), }, + Vertex { position: (-3.030627, -3.493327, 1.32265), + normal: (-0.028076, 0.054588, 0.998114), }, + Vertex { position: (-3.091252, -3.340925, 1.235864), + normal: (0.089482, -0.029551, 0.99555), }, + Vertex { position: (-3.158524, -3.405872, 1.197099), + normal: (-0.730585, 0.298655, 0.614045), }, + Vertex { position: (-3.030627, -3.493327, 1.32265), + normal: (-0.028076, 0.054588, 0.998114), }, + Vertex { position: (-3.158524, -3.405872, 1.197099), + normal: (-0.730585, 0.298655, 0.614045), }, + Vertex { position: (-3.09873, -3.539123, 1.252987), + normal: (-0.498861, 0.185917, 0.846506), }, + Vertex { position: (-3.09873, -3.539123, 1.252987), + normal: (-0.498861, 0.185917, 0.846506), }, + Vertex { position: (-2.981824, -3.608887, 1.346959), + normal: (-0.057735, 0.03099, 0.997851), }, + Vertex { position: (-3.030627, -3.493327, 1.32265), + normal: (-0.028076, 0.054588, 0.998114), }, + Vertex { position: (-2.888628, -3.200302, 1.210934), + normal: (0.254799, -0.149124, 0.955426), }, + Vertex { position: (-2.822497, -3.186549, 1.120984), + normal: (-0.308543, 0.191148, 0.931807), }, + Vertex { position: (-3.03125, -3.09594, 1.106355), + normal: (-0.541406, 0.227835, 0.809302), }, + Vertex { position: (-3.19417, -3.348553, 1.007196), + normal: (-0.626758, 0.377346, 0.681751), }, + Vertex { position: (-3.184143, -3.298048, 1.156892), + normal: (-0.059163, 0.13391, 0.989226), }, + Vertex { position: (-3.217306, -3.187686, 1.075214), + normal: (0.085126, 0.114843, 0.98973), }, + Vertex { position: (-3.19417, -3.348553, 1.007196), + normal: (-0.626758, 0.377346, 0.681751), }, + Vertex { position: (-3.217306, -3.187686, 1.075214), + normal: (0.085126, 0.114843, 0.98973), }, + Vertex { position: (-3.223246, -3.225388, 0.976573), + normal: (-0.588311, 0.26373, 0.764419), }, + Vertex { position: (-2.922908, -3.637036, 1.059206), + normal: (-0.670566, 0.283017, -0.685743), }, + Vertex { position: (-2.981824, -3.608887, 1.346959), + normal: (-0.057735, 0.03099, 0.997851), }, + Vertex { position: (-3.09873, -3.539123, 1.252987), + normal: (-0.498861, 0.185917, 0.846506), }, + Vertex { position: (-2.922908, -3.637036, 1.059206), + normal: (-0.670566, 0.283017, -0.685743), }, + Vertex { position: (-3.09873, -3.539123, 1.252987), + normal: (-0.498861, 0.185917, 0.846506), }, + Vertex { position: (-3.082741, -3.598298, 1.054556), + normal: (-0.738865, 0.325814, -0.589851), }, + Vertex { position: (-3.18675, -3.457336, 1.025606), + normal: (-0.701121, 0.259575, -0.664117), }, + Vertex { position: (-3.158524, -3.405872, 1.197099), + normal: (-0.730585, 0.298655, 0.614045), }, + Vertex { position: (-3.184143, -3.298048, 1.156892), + normal: (-0.059163, 0.13391, 0.989226), }, + Vertex { position: (-3.18675, -3.457336, 1.025606), + normal: (-0.701121, 0.259575, -0.664117), }, + Vertex { position: (-3.184143, -3.298048, 1.156892), + normal: (-0.059163, 0.13391, 0.989226), }, + Vertex { position: (-3.19417, -3.348553, 1.007196), + normal: (-0.626758, 0.377346, 0.681751), }, + Vertex { position: (-3.082741, -3.598298, 1.054556), + normal: (-0.738865, 0.325814, -0.589851), }, + Vertex { position: (-3.09873, -3.539123, 1.252987), + normal: (-0.498861, 0.185917, 0.846506), }, + Vertex { position: (-3.158524, -3.405872, 1.197099), + normal: (-0.730585, 0.298655, 0.614045), }, + Vertex { position: (-3.082741, -3.598298, 1.054556), + normal: (-0.738865, 0.325814, -0.589851), }, + Vertex { position: (-3.158524, -3.405872, 1.197099), + normal: (-0.730585, 0.298655, 0.614045), }, + Vertex { position: (-3.18675, -3.457336, 1.025606), + normal: (-0.701121, 0.259575, -0.664117), }, + Vertex { position: (-3.223246, -3.225388, 0.976573), + normal: (-0.588311, 0.26373, 0.764419), }, + Vertex { position: (-3.11957, -3.183977, 0.870739), + normal: (-0.64352, 0.086605, -0.760514), }, + Vertex { position: (-3.087335, -3.350463, 0.831656), + normal: (-0.382827, 0.20765, -0.900181), }, + Vertex { position: (-3.223246, -3.225388, 0.976573), + normal: (-0.588311, 0.26373, 0.764419), }, + Vertex { position: (-3.087335, -3.350463, 0.831656), + normal: (-0.382827, 0.20765, -0.900181), }, + Vertex { position: (-3.19417, -3.348553, 1.007196), + normal: (-0.626758, 0.377346, 0.681751), }, + Vertex { position: (-3.087335, -3.350463, 0.831656), + normal: (-0.382827, 0.20765, -0.900181), }, + Vertex { position: (-3.074557, -3.486847, 0.843432), + normal: (-0.421241, 0.09636, -0.901815), }, + Vertex { position: (-3.18675, -3.457336, 1.025606), + normal: (-0.701121, 0.259575, -0.664117), }, + Vertex { position: (-3.087335, -3.350463, 0.831656), + normal: (-0.382827, 0.20765, -0.900181), }, + Vertex { position: (-3.18675, -3.457336, 1.025606), + normal: (-0.701121, 0.259575, -0.664117), }, + Vertex { position: (-3.19417, -3.348553, 1.007196), + normal: (-0.626758, 0.377346, 0.681751), }, + Vertex { position: (-3.006867, -3.575464, 0.830221), + normal: (-0.482826, -0.146891, -0.863309), }, + Vertex { position: (-3.082741, -3.598298, 1.054556), + normal: (-0.738865, 0.325814, -0.589851), }, + Vertex { position: (-3.18675, -3.457336, 1.025606), + normal: (-0.701121, 0.259575, -0.664117), }, + Vertex { position: (-3.006867, -3.575464, 0.830221), + normal: (-0.482826, -0.146891, -0.863309), }, + Vertex { position: (-3.18675, -3.457336, 1.025606), + normal: (-0.701121, 0.259575, -0.664117), }, + Vertex { position: (-3.074557, -3.486847, 0.843432), + normal: (-0.421241, 0.09636, -0.901815), }, + Vertex { position: (-2.870422, -3.601724, 0.843123), + normal: (-0.562406, -0.352304, -0.748051), }, + Vertex { position: (-2.922908, -3.637036, 1.059206), + normal: (-0.670566, 0.283017, -0.685743), }, + Vertex { position: (-3.082741, -3.598298, 1.054556), + normal: (-0.738865, 0.325814, -0.589851), }, + Vertex { position: (-2.870422, -3.601724, 0.843123), + normal: (-0.562406, -0.352304, -0.748051), }, + Vertex { position: (-3.082741, -3.598298, 1.054556), + normal: (-0.738865, 0.325814, -0.589851), }, + Vertex { position: (-3.006867, -3.575464, 0.830221), + normal: (-0.482826, -0.146891, -0.863309), }, + Vertex { position: (-2.740824, -3.597601, 0.875006), + normal: (0.115225, 0.169061, -0.978847), }, + Vertex { position: (-2.791754, -3.635993, 1.078555), + normal: (0.024044, 0.175693, -0.984151), }, + Vertex { position: (-2.922908, -3.637036, 1.059206), + normal: (-0.670566, 0.283017, -0.685743), }, + Vertex { position: (-2.740824, -3.597601, 0.875006), + normal: (0.115225, 0.169061, -0.978847), }, + Vertex { position: (-2.922908, -3.637036, 1.059206), + normal: (-0.670566, 0.283017, -0.685743), }, + Vertex { position: (-2.870422, -3.601724, 0.843123), + normal: (-0.562406, -0.352304, -0.748051), }, + Vertex { position: (-3.042899, -3.193907, 1.207296), + normal: (0.405755, -0.293021, 0.865737), }, + Vertex { position: (-2.888628, -3.200302, 1.210934), + normal: (0.254799, -0.149124, 0.955426), }, + Vertex { position: (-3.03125, -3.09594, 1.106355), + normal: (-0.541406, 0.227835, 0.809302), }, + Vertex { position: (-3.042899, -3.193907, 1.207296), + normal: (0.405755, -0.293021, 0.865737), }, + Vertex { position: (-3.03125, -3.09594, 1.106355), + normal: (-0.541406, 0.227835, 0.809302), }, + Vertex { position: (-3.121673, -3.120319, 1.136456), + normal: (-0.125911, -0.68432, -0.718229), }, + Vertex { position: (-3.135041, -3.243787, 1.189436), + normal: (0.487947, -0.44627, 0.750167), }, + Vertex { position: (-3.042899, -3.193907, 1.207296), + normal: (0.405755, -0.293021, 0.865737), }, + Vertex { position: (-3.121673, -3.120319, 1.136456), + normal: (-0.125911, -0.68432, -0.718229), }, + Vertex { position: (-3.135041, -3.243787, 1.189436), + normal: (0.487947, -0.44627, 0.750167), }, + Vertex { position: (-3.121673, -3.120319, 1.136456), + normal: (-0.125911, -0.68432, -0.718229), }, + Vertex { position: (-3.169546, -3.135273, 1.128247), + normal: (0.535863, 0.090315, -0.83946), }, + Vertex { position: (-3.184143, -3.298048, 1.156892), + normal: (-0.059163, 0.13391, 0.989226), }, + Vertex { position: (-3.135041, -3.243787, 1.189436), + normal: (0.487947, -0.44627, 0.750167), }, + Vertex { position: (-3.169546, -3.135273, 1.128247), + normal: (0.535863, 0.090315, -0.83946), }, + Vertex { position: (-3.184143, -3.298048, 1.156892), + normal: (-0.059163, 0.13391, 0.989226), }, + Vertex { position: (-3.169546, -3.135273, 1.128247), + normal: (0.535863, 0.090315, -0.83946), }, + Vertex { position: (-3.217306, -3.187686, 1.075214), + normal: (0.085126, 0.114843, 0.98973), }, + Vertex { position: (-2.80326, -3.21358, 0.942403), + normal: (0.199599, 0.097869, -0.974978), }, + Vertex { position: (-2.928681, -3.072892, 0.924772), + normal: (0.236645, -0.06852, -0.969177), }, + Vertex { position: (-2.884711, -3.063896, 0.993766), + normal: (-0.161613, 0.16539, 0.972896), }, + Vertex { position: (-2.80326, -3.21358, 0.942403), + normal: (0.199599, 0.097869, -0.974978), }, + Vertex { position: (-2.884711, -3.063896, 0.993766), + normal: (-0.161613, 0.16539, 0.972896), }, + Vertex { position: (-2.770335, -3.208138, 1.031045), + normal: (-0.206994, 0.072903, 0.975622), }, + Vertex { position: (-2.787341, -3.278502, 1.138621), + normal: (0.177373, 0.037311, 0.983436), }, + Vertex { position: (-2.749355, -3.272099, 1.034148), + normal: (0.159383, -0.507401, -0.846842), }, + Vertex { position: (-2.770335, -3.208138, 1.031045), + normal: (-0.206994, 0.072903, 0.975622), }, + Vertex { position: (-2.787341, -3.278502, 1.138621), + normal: (0.177373, 0.037311, 0.983436), }, + Vertex { position: (-2.770335, -3.208138, 1.031045), + normal: (-0.206994, 0.072903, 0.975622), }, + Vertex { position: (-2.822497, -3.186549, 1.120984), + normal: (-0.308543, 0.191148, 0.931807), }, + Vertex { position: (-2.631547, -3.559891, 1.33738), + normal: (-0.026425, 0.178249, 0.983631), }, + Vertex { position: (-2.58358, -3.514267, 1.278598), + normal: (0.35124, -0.91474, -0.199704), }, + Vertex { position: (-2.699957, -3.390295, 1.185593), + normal: (-0.048366, 0.138166, 0.989227), }, + Vertex { position: (-2.631547, -3.559891, 1.33738), + normal: (-0.026425, 0.178249, 0.983631), }, + Vertex { position: (-2.699957, -3.390295, 1.185593), + normal: (-0.048366, 0.138166, 0.989227), }, + Vertex { position: (-2.736599, -3.394849, 1.269577), + normal: (0.011655, 0.055061, 0.998415), }, + Vertex { position: (-2.52472, -3.561609, 1.161535), + normal: (0.285409, -0.933801, -0.215773), }, + Vertex { position: (-2.649491, -3.404362, 1.100352), + normal: (-0.97518, 0.20982, -0.070713), }, + Vertex { position: (-2.699957, -3.390295, 1.185593), + normal: (-0.048366, 0.138166, 0.989227), }, + Vertex { position: (-2.52472, -3.561609, 1.161535), + normal: (0.285409, -0.933801, -0.215773), }, + Vertex { position: (-2.699957, -3.390295, 1.185593), + normal: (-0.048366, 0.138166, 0.989227), }, + Vertex { position: (-2.58358, -3.514267, 1.278598), + normal: (0.35124, -0.91474, -0.199704), }, + Vertex { position: (-2.749355, -3.272099, 1.034148), + normal: (0.159383, -0.507401, -0.846842), }, + Vertex { position: (-2.787341, -3.278502, 1.138621), + normal: (0.177373, 0.037311, 0.983436), }, + Vertex { position: (-2.699957, -3.390295, 1.185593), + normal: (-0.048366, 0.138166, 0.989227), }, + Vertex { position: (-2.749355, -3.272099, 1.034148), + normal: (0.159383, -0.507401, -0.846842), }, + Vertex { position: (-2.699957, -3.390295, 1.185593), + normal: (-0.048366, 0.138166, 0.989227), }, + Vertex { position: (-2.649491, -3.404362, 1.100352), + normal: (-0.97518, 0.20982, -0.070713), }, + Vertex { position: (-2.593513, -3.536154, 0.94245), + normal: (-0.999995, 0.003039, 0.000095), }, + Vertex { position: (-2.668957, -3.397513, 0.943626), + normal: (-0.830756, 0.127038, 0.541946), }, + Vertex { position: (-2.649491, -3.404362, 1.100352), + normal: (-0.97518, 0.20982, -0.070713), }, + Vertex { position: (-2.593513, -3.536154, 0.94245), + normal: (-0.999995, 0.003039, 0.000095), }, + Vertex { position: (-2.649491, -3.404362, 1.100352), + normal: (-0.97518, 0.20982, -0.070713), }, + Vertex { position: (-2.52472, -3.561609, 1.161535), + normal: (0.285409, -0.933801, -0.215773), }, + Vertex { position: (-2.749867, -3.295148, 0.966073), + normal: (-0.874688, -0.025586, 0.48401), }, + Vertex { position: (-2.749355, -3.272099, 1.034148), + normal: (0.159383, -0.507401, -0.846842), }, + Vertex { position: (-2.649491, -3.404362, 1.100352), + normal: (-0.97518, 0.20982, -0.070713), }, + Vertex { position: (-2.749867, -3.295148, 0.966073), + normal: (-0.874688, -0.025586, 0.48401), }, + Vertex { position: (-2.649491, -3.404362, 1.100352), + normal: (-0.97518, 0.20982, -0.070713), }, + Vertex { position: (-2.668957, -3.397513, 0.943626), + normal: (-0.830756, 0.127038, 0.541946), }, + Vertex { position: (-2.80326, -3.21358, 0.942403), + normal: (0.199599, 0.097869, -0.974978), }, + Vertex { position: (-2.770335, -3.208138, 1.031045), + normal: (-0.206994, 0.072903, 0.975622), }, + Vertex { position: (-2.749355, -3.272099, 1.034148), + normal: (0.159383, -0.507401, -0.846842), }, + Vertex { position: (-2.80326, -3.21358, 0.942403), + normal: (0.199599, 0.097869, -0.974978), }, + Vertex { position: (-2.749355, -3.272099, 1.034148), + normal: (0.159383, -0.507401, -0.846842), }, + Vertex { position: (-2.749867, -3.295148, 0.966073), + normal: (-0.874688, -0.025586, 0.48401), }, + Vertex { position: (-3.011987, -3.092, 0.860973), + normal: (-0.860798, 0.234294, 0.451812), }, + Vertex { position: (-2.944625, -3.282121, 0.817054), + normal: (-0.405387, 0.054444, 0.912522), }, + Vertex { position: (-3.087335, -3.350463, 0.831656), + normal: (-0.382827, 0.20765, -0.900181), }, + Vertex { position: (-3.011987, -3.092, 0.860973), + normal: (-0.860798, 0.234294, 0.451812), }, + Vertex { position: (-3.087335, -3.350463, 0.831656), + normal: (-0.382827, 0.20765, -0.900181), }, + Vertex { position: (-3.11957, -3.183977, 0.870739), + normal: (-0.64352, 0.086605, -0.760514), }, + Vertex { position: (-2.928681, -3.072892, 0.924772), + normal: (0.236645, -0.06852, -0.969177), }, + Vertex { position: (-2.80326, -3.21358, 0.942403), + normal: (0.199599, 0.097869, -0.974978), }, + Vertex { position: (-2.944625, -3.282121, 0.817054), + normal: (-0.405387, 0.054444, 0.912522), }, + Vertex { position: (-2.928681, -3.072892, 0.924772), + normal: (0.236645, -0.06852, -0.969177), }, + Vertex { position: (-2.944625, -3.282121, 0.817054), + normal: (-0.405387, 0.054444, 0.912522), }, + Vertex { position: (-3.011987, -3.092, 0.860973), + normal: (-0.860798, 0.234294, 0.451812), }, + Vertex { position: (-2.944625, -3.282121, 0.817054), + normal: (-0.405387, 0.054444, 0.912522), }, + Vertex { position: (-2.890885, -3.415616, 0.819125), + normal: (-0.51506, -0.054833, 0.855398), }, + Vertex { position: (-3.074557, -3.486847, 0.843432), + normal: (-0.421241, 0.09636, -0.901815), }, + Vertex { position: (-2.944625, -3.282121, 0.817054), + normal: (-0.405387, 0.054444, 0.912522), }, + Vertex { position: (-3.074557, -3.486847, 0.843432), + normal: (-0.421241, 0.09636, -0.901815), }, + Vertex { position: (-3.087335, -3.350463, 0.831656), + normal: (-0.382827, 0.20765, -0.900181), }, + Vertex { position: (-2.80326, -3.21358, 0.942403), + normal: (0.199599, 0.097869, -0.974978), }, + Vertex { position: (-2.749867, -3.295148, 0.966073), + normal: (-0.874688, -0.025586, 0.48401), }, + Vertex { position: (-2.890885, -3.415616, 0.819125), + normal: (-0.51506, -0.054833, 0.855398), }, + Vertex { position: (-2.80326, -3.21358, 0.942403), + normal: (0.199599, 0.097869, -0.974978), }, + Vertex { position: (-2.890885, -3.415616, 0.819125), + normal: (-0.51506, -0.054833, 0.855398), }, + Vertex { position: (-2.944625, -3.282121, 0.817054), + normal: (-0.405387, 0.054444, 0.912522), }, + Vertex { position: (-3.006867, -3.575464, 0.830221), + normal: (-0.482826, -0.146891, -0.863309), }, + Vertex { position: (-3.074557, -3.486847, 0.843432), + normal: (-0.421241, 0.09636, -0.901815), }, + Vertex { position: (-2.890885, -3.415616, 0.819125), + normal: (-0.51506, -0.054833, 0.855398), }, + Vertex { position: (-3.006867, -3.575464, 0.830221), + normal: (-0.482826, -0.146891, -0.863309), }, + Vertex { position: (-2.890885, -3.415616, 0.819125), + normal: (-0.51506, -0.054833, 0.855398), }, + Vertex { position: (-2.870422, -3.601724, 0.843123), + normal: (-0.562406, -0.352304, -0.748051), }, + Vertex { position: (-2.668957, -3.397513, 0.943626), + normal: (-0.830756, 0.127038, 0.541946), }, + Vertex { position: (-2.890885, -3.415616, 0.819125), + normal: (-0.51506, -0.054833, 0.855398), }, + Vertex { position: (-2.749867, -3.295148, 0.966073), + normal: (-0.874688, -0.025586, 0.48401), }, + Vertex { position: (-2.890885, -3.415616, 0.819125), + normal: (-0.51506, -0.054833, 0.855398), }, + Vertex { position: (-2.740824, -3.597601, 0.875006), + normal: (0.115225, 0.169061, -0.978847), }, + Vertex { position: (-2.870422, -3.601724, 0.843123), + normal: (-0.562406, -0.352304, -0.748051), }, + Vertex { position: (-2.740824, -3.597601, 0.875006), + normal: (0.115225, 0.169061, -0.978847), }, + Vertex { position: (-2.890885, -3.415616, 0.819125), + normal: (-0.51506, -0.054833, 0.855398), }, + Vertex { position: (-2.668957, -3.397513, 0.943626), + normal: (-0.830756, 0.127038, 0.541946), }, + Vertex { position: (-2.740824, -3.597601, 0.875006), + normal: (0.115225, 0.169061, -0.978847), }, + Vertex { position: (-2.668957, -3.397513, 0.943626), + normal: (-0.830756, 0.127038, 0.541946), }, + Vertex { position: (-2.593513, -3.536154, 0.94245), + normal: (-0.999995, 0.003039, 0.000095), }, + Vertex { position: (-2.791754, -3.635993, 1.078555), + normal: (0.024044, 0.175693, -0.984151), }, + Vertex { position: (-2.740824, -3.597601, 0.875006), + normal: (0.115225, 0.169061, -0.978847), }, + Vertex { position: (-2.593513, -3.536154, 0.94245), + normal: (-0.999995, 0.003039, 0.000095), }, + Vertex { position: (-2.791754, -3.635993, 1.078555), + normal: (0.024044, 0.175693, -0.984151), }, + Vertex { position: (-2.593513, -3.536154, 0.94245), + normal: (-0.999995, 0.003039, 0.000095), }, + Vertex { position: (-2.52472, -3.561609, 1.161535), + normal: (0.285409, -0.933801, -0.215773), }, + Vertex { position: (-2.791754, -3.635993, 1.078555), + normal: (0.024044, 0.175693, -0.984151), }, + Vertex { position: (-2.729567, -3.602976, 1.377236), + normal: (-0.093334, 0.204552, 0.974396), }, + Vertex { position: (-2.981824, -3.608887, 1.346959), + normal: (-0.057735, 0.03099, 0.997851), }, + Vertex { position: (-2.791754, -3.635993, 1.078555), + normal: (0.024044, 0.175693, -0.984151), }, + Vertex { position: (-2.981824, -3.608887, 1.346959), + normal: (-0.057735, 0.03099, 0.997851), }, + Vertex { position: (-2.922908, -3.637036, 1.059206), + normal: (-0.670566, 0.283017, -0.685743), }, + Vertex { position: (-2.822497, -3.186549, 1.120984), + normal: (-0.308543, 0.191148, 0.931807), }, + Vertex { position: (-2.90901, -3.084482, 1.089147), + normal: (0.07463, 0.029476, 0.996776), }, + Vertex { position: (-3.03125, -3.09594, 1.106355), + normal: (-0.541406, 0.227835, 0.809302), }, + Vertex { position: (-2.52472, -3.561609, 1.161535), + normal: (0.285409, -0.933801, -0.215773), }, + Vertex { position: (-2.58358, -3.514267, 1.278598), + normal: (0.35124, -0.91474, -0.199704), }, + Vertex { position: (-2.631547, -3.559891, 1.33738), + normal: (-0.026425, 0.178249, 0.983631), }, + Vertex { position: (-2.52472, -3.561609, 1.161535), + normal: (0.285409, -0.933801, -0.215773), }, + Vertex { position: (-2.631547, -3.559891, 1.33738), + normal: (-0.026425, 0.178249, 0.983631), }, + Vertex { position: (-2.729567, -3.602976, 1.377236), + normal: (-0.093334, 0.204552, 0.974396), }, + Vertex { position: (-2.52472, -3.561609, 1.161535), + normal: (0.285409, -0.933801, -0.215773), }, + Vertex { position: (-2.729567, -3.602976, 1.377236), + normal: (-0.093334, 0.204552, 0.974396), }, +]; diff --git a/src/bin/cow_model/cow_horns.rs b/src/bin/cow_model/cow_horns.rs new file mode 100644 index 0000000..86f1954 --- /dev/null +++ b/src/bin/cow_model/cow_horns.rs @@ -0,0 +1,2046 @@ + +// This file auto-generated from cow_horns.c using model_c2rs.py +// Don't edit by hand! + +use super::cow_vertex::Vertex; + +pub const COW_HORNS_VERTICES: [Vertex; 1019] = [ + Vertex { position: (4.22473, 2.624525, -0.491916), + normal: (-0.000715, -0.295728, 0.955272), }, + Vertex { position: (4.209941, 2.600612, -0.337597), + normal: (-0.03479, 0.69667, 0.716547), }, + Vertex { position: (4.328606, 2.563996, -0.343892), + normal: (-0.01139, 0.953897, 0.299916), }, + Vertex { position: (4.22473, 2.624525, -0.491916), + normal: (-0.000715, -0.295728, 0.955272), }, + Vertex { position: (4.328606, 2.563996, -0.343892), + normal: (-0.01139, 0.953897, 0.299916), }, + Vertex { position: (4.344028, 2.585635, -0.470949), + normal: (-0.163152, 0.69985, 0.695407), }, + Vertex { position: (4.344028, 2.585635, -0.470949), + normal: (-0.163152, 0.69985, 0.695407), }, + Vertex { position: (4.328606, 2.563996, -0.343892), + normal: (-0.01139, 0.953897, 0.299916), }, + Vertex { position: (4.410844, 2.500167, -0.351972), + normal: (-0.151742, 0.274295, 0.949598), }, + Vertex { position: (4.344028, 2.585635, -0.470949), + normal: (-0.163152, 0.69985, 0.695407), }, + Vertex { position: (4.410844, 2.500167, -0.351972), + normal: (-0.151742, 0.274295, 0.949598), }, + Vertex { position: (4.407729, 2.53164, -0.486692), + normal: (-0.090939, 0.953562, 0.287141), }, + Vertex { position: (4.277169, 2.652435, -0.591369), + normal: (0.008972, 0.708004, 0.706152), }, + Vertex { position: (4.22473, 2.624525, -0.491916), + normal: (-0.000715, -0.295728, 0.955272), }, + Vertex { position: (4.344028, 2.585635, -0.470949), + normal: (-0.163152, 0.69985, 0.695407), }, + Vertex { position: (4.277169, 2.652435, -0.591369), + normal: (0.008972, 0.708004, 0.706152), }, + Vertex { position: (4.344028, 2.585635, -0.470949), + normal: (-0.163152, 0.69985, 0.695407), }, + Vertex { position: (4.359483, 2.615839, -0.596817), + normal: (0.809878, -0.450757, -0.375386), }, + Vertex { position: (4.359483, 2.615839, -0.596817), + normal: (0.809878, -0.450757, -0.375386), }, + Vertex { position: (4.344028, 2.585635, -0.470949), + normal: (-0.163152, 0.69985, 0.695407), }, + Vertex { position: (4.407729, 2.53164, -0.486692), + normal: (-0.090939, 0.953562, 0.287141), }, + Vertex { position: (4.359483, 2.615839, -0.596817), + normal: (0.809878, -0.450757, -0.375386), }, + Vertex { position: (4.407729, 2.53164, -0.486692), + normal: (-0.090939, 0.953562, 0.287141), }, + Vertex { position: (4.423033, 2.561337, -0.603562), + normal: (0.795507, -0.586003, -0.154171), }, + Vertex { position: (4.35668, 2.682996, -0.71905), + normal: (0.743898, -0.655714, 0.129057), }, + Vertex { position: (4.277169, 2.652435, -0.591369), + normal: (0.008972, 0.708004, 0.706152), }, + Vertex { position: (4.359483, 2.615839, -0.596817), + normal: (0.809878, -0.450757, -0.375386), }, + Vertex { position: (4.35668, 2.682996, -0.71905), + normal: (0.743898, -0.655714, 0.129057), }, + Vertex { position: (4.359483, 2.615839, -0.596817), + normal: (0.809878, -0.450757, -0.375386), }, + Vertex { position: (4.411541, 2.663824, -0.713132), + normal: (0.083641, -0.819891, -0.566378), }, + Vertex { position: (4.411541, 2.663824, -0.713132), + normal: (0.083641, -0.819891, -0.566378), }, + Vertex { position: (4.359483, 2.615839, -0.596817), + normal: (0.809878, -0.450757, -0.375386), }, + Vertex { position: (4.423033, 2.561337, -0.603562), + normal: (0.795507, -0.586003, -0.154171), }, + Vertex { position: (4.411541, 2.663824, -0.713132), + normal: (0.083641, -0.819891, -0.566378), }, + Vertex { position: (4.423033, 2.561337, -0.603562), + normal: (0.795507, -0.586003, -0.154171), }, + Vertex { position: (4.47609, 2.606654, -0.692301), + normal: (0.042118, -0.881894, -0.469563), }, + Vertex { position: (4.418954, 2.707401, -0.782531), + normal: (0.713982, 0.301536, -0.631907), }, + Vertex { position: (4.35668, 2.682996, -0.71905), + normal: (0.743898, -0.655714, 0.129057), }, + Vertex { position: (4.411541, 2.663824, -0.713132), + normal: (0.083641, -0.819891, -0.566378), }, + Vertex { position: (4.418954, 2.707401, -0.782531), + normal: (0.713982, 0.301536, -0.631907), }, + Vertex { position: (4.411541, 2.663824, -0.713132), + normal: (0.083641, -0.819891, -0.566378), }, + Vertex { position: (4.465268, 2.695425, -0.757267), + normal: (0.086688, -0.887002, -0.453556), }, + Vertex { position: (4.411541, 2.663824, -0.713132), + normal: (0.083641, -0.819891, -0.566378), }, + Vertex { position: (4.47609, 2.606654, -0.692301), + normal: (0.042118, -0.881894, -0.469563), }, + Vertex { position: (4.520603, 2.639162, -0.745542), + normal: (0.571341, -0.68069, 0.458509), }, + Vertex { position: (4.411541, 2.663824, -0.713132), + normal: (0.083641, -0.819891, -0.566378), }, + Vertex { position: (4.520603, 2.639162, -0.745542), + normal: (0.571341, -0.68069, 0.458509), }, + Vertex { position: (4.465268, 2.695425, -0.757267), + normal: (0.086688, -0.887002, -0.453556), }, + Vertex { position: (4.509555, 2.719807, -0.819972), + normal: (0.176955, -0.903058, -0.391373), }, + Vertex { position: (4.418954, 2.707401, -0.782531), + normal: (0.713982, 0.301536, -0.631907), }, + Vertex { position: (4.465268, 2.695425, -0.757267), + normal: (0.086688, -0.887002, -0.453556), }, + Vertex { position: (4.509555, 2.719807, -0.819972), + normal: (0.176955, -0.903058, -0.391373), }, + Vertex { position: (4.465268, 2.695425, -0.757267), + normal: (0.086688, -0.887002, -0.453556), }, + Vertex { position: (4.546655, 2.709095, -0.80378), + normal: (0.388502, -0.664299, 0.638571), }, + Vertex { position: (4.465268, 2.695425, -0.757267), + normal: (0.086688, -0.887002, -0.453556), }, + Vertex { position: (4.520603, 2.639162, -0.745542), + normal: (0.571341, -0.68069, 0.458509), }, + Vertex { position: (4.574545, 2.669863, -0.780363), + normal: (0.21141, -0.953268, -0.215838), }, + Vertex { position: (4.465268, 2.695425, -0.757267), + normal: (0.086688, -0.887002, -0.453556), }, + Vertex { position: (4.574545, 2.669863, -0.780363), + normal: (0.21141, -0.953268, -0.215838), }, + Vertex { position: (4.546655, 2.709095, -0.80378), + normal: (0.388502, -0.664299, 0.638571), }, + Vertex { position: (4.407729, 2.53164, -0.486692), + normal: (-0.090939, 0.953562, 0.287141), }, + Vertex { position: (4.410844, 2.500167, -0.351972), + normal: (-0.151742, 0.274295, 0.949598), }, + Vertex { position: (4.474318, 2.418432, -0.361347), + normal: (0.288841, -0.745301, 0.600914), }, + Vertex { position: (4.407729, 2.53164, -0.486692), + normal: (-0.090939, 0.953562, 0.287141), }, + Vertex { position: (4.474318, 2.418432, -0.361347), + normal: (0.288841, -0.745301, 0.600914), }, + Vertex { position: (4.44385, 2.449921, -0.495432), + normal: (0.237421, -0.963021, -0.127365), }, + Vertex { position: (4.423033, 2.561337, -0.603562), + normal: (0.795507, -0.586003, -0.154171), }, + Vertex { position: (4.407729, 2.53164, -0.486692), + normal: (-0.090939, 0.953562, 0.287141), }, + Vertex { position: (4.44385, 2.449921, -0.495432), + normal: (0.237421, -0.963021, -0.127365), }, + Vertex { position: (4.423033, 2.561337, -0.603562), + normal: (0.795507, -0.586003, -0.154171), }, + Vertex { position: (4.44385, 2.449921, -0.495432), + normal: (0.237421, -0.963021, -0.127365), }, + Vertex { position: (4.44076, 2.490353, -0.629287), + normal: (0.157921, -0.851177, 0.500558), }, + Vertex { position: (4.47609, 2.606654, -0.692301), + normal: (0.042118, -0.881894, -0.469563), }, + Vertex { position: (4.423033, 2.561337, -0.603562), + normal: (0.795507, -0.586003, -0.154171), }, + Vertex { position: (4.44076, 2.490353, -0.629287), + normal: (0.157921, -0.851177, 0.500558), }, + Vertex { position: (4.47609, 2.606654, -0.692301), + normal: (0.042118, -0.881894, -0.469563), }, + Vertex { position: (4.44076, 2.490353, -0.629287), + normal: (0.157921, -0.851177, 0.500558), }, + Vertex { position: (4.484667, 2.534451, -0.708888), + normal: (0.254106, -0.95176, -0.171999), }, + Vertex { position: (4.520603, 2.639162, -0.745542), + normal: (0.571341, -0.68069, 0.458509), }, + Vertex { position: (4.47609, 2.606654, -0.692301), + normal: (0.042118, -0.881894, -0.469563), }, + Vertex { position: (4.484667, 2.534451, -0.708888), + normal: (0.254106, -0.95176, -0.171999), }, + Vertex { position: (4.520603, 2.639162, -0.745542), + normal: (0.571341, -0.68069, 0.458509), }, + Vertex { position: (4.484667, 2.534451, -0.708888), + normal: (0.254106, -0.95176, -0.171999), }, + Vertex { position: (4.520165, 2.557971, -0.762427), + normal: (0.165259, -0.797056, 0.580854), }, + Vertex { position: (4.574545, 2.669863, -0.780363), + normal: (0.21141, -0.953268, -0.215838), }, + Vertex { position: (4.520603, 2.639162, -0.745542), + normal: (0.571341, -0.68069, 0.458509), }, + Vertex { position: (4.520165, 2.557971, -0.762427), + normal: (0.165259, -0.797056, 0.580854), }, + Vertex { position: (4.574545, 2.669863, -0.780363), + normal: (0.21141, -0.953268, -0.215838), }, + Vertex { position: (4.520165, 2.557971, -0.762427), + normal: (0.165259, -0.797056, 0.580854), }, + Vertex { position: (4.59262, 2.569879, -0.790452), + normal: (0.243744, -0.944481, -0.220328), }, + Vertex { position: (4.656565, 2.680542, -0.799684), + normal: (0.209939, -0.930128, -0.301309), }, + Vertex { position: (4.574545, 2.669863, -0.780363), + normal: (0.21141, -0.953268, -0.215838), }, + Vertex { position: (4.59262, 2.569879, -0.790452), + normal: (0.243744, -0.944481, -0.220328), }, + Vertex { position: (4.656565, 2.680542, -0.799684), + normal: (0.209939, -0.930128, -0.301309), }, + Vertex { position: (4.59262, 2.569879, -0.790452), + normal: (0.243744, -0.944481, -0.220328), }, + Vertex { position: (4.674691, 2.598833, -0.808006), + normal: (-0.05208, -0.715695, -0.696469), }, + Vertex { position: (4.646703, 2.728688, -0.822295), + normal: (0.287073, -0.905921, -0.311283), }, + Vertex { position: (4.546655, 2.709095, -0.80378), + normal: (0.388502, -0.664299, 0.638571), }, + Vertex { position: (4.574545, 2.669863, -0.780363), + normal: (0.21141, -0.953268, -0.215838), }, + Vertex { position: (4.646703, 2.728688, -0.822295), + normal: (0.287073, -0.905921, -0.311283), }, + Vertex { position: (4.574545, 2.669863, -0.780363), + normal: (0.21141, -0.953268, -0.215838), }, + Vertex { position: (4.656565, 2.680542, -0.799684), + normal: (0.209939, -0.930128, -0.301309), }, + Vertex { position: (4.636909, 2.750501, -0.856859), + normal: (0.267121, -0.895396, -0.356249), }, + Vertex { position: (4.509555, 2.719807, -0.819972), + normal: (0.176955, -0.903058, -0.391373), }, + Vertex { position: (4.546655, 2.709095, -0.80378), + normal: (0.388502, -0.664299, 0.638571), }, + Vertex { position: (4.636909, 2.750501, -0.856859), + normal: (0.267121, -0.895396, -0.356249), }, + Vertex { position: (4.546655, 2.709095, -0.80378), + normal: (0.388502, -0.664299, 0.638571), }, + Vertex { position: (4.646703, 2.728688, -0.822295), + normal: (0.287073, -0.905921, -0.311283), }, + Vertex { position: (4.748031, 2.683805, -0.800044), + normal: (-0.290459, -0.499809, -0.815981), }, + Vertex { position: (4.656565, 2.680542, -0.799684), + normal: (0.209939, -0.930128, -0.301309), }, + Vertex { position: (4.674691, 2.598833, -0.808006), + normal: (-0.05208, -0.715695, -0.696469), }, + Vertex { position: (4.748031, 2.683805, -0.800044), + normal: (-0.290459, -0.499809, -0.815981), }, + Vertex { position: (4.674691, 2.598833, -0.808006), + normal: (-0.05208, -0.715695, -0.696469), }, + Vertex { position: (4.729447, 2.606204, -0.807513), + normal: (-0.501597, -0.526154, -0.686704), }, + Vertex { position: (4.728931, 2.721892, -0.832625), + normal: (-0.538845, -0.659239, -0.524452), }, + Vertex { position: (4.646703, 2.728688, -0.822295), + normal: (0.287073, -0.905921, -0.311283), }, + Vertex { position: (4.656565, 2.680542, -0.799684), + normal: (0.209939, -0.930128, -0.301309), }, + Vertex { position: (4.728931, 2.721892, -0.832625), + normal: (-0.538845, -0.659239, -0.524452), }, + Vertex { position: (4.656565, 2.680542, -0.799684), + normal: (0.209939, -0.930128, -0.301309), }, + Vertex { position: (4.748031, 2.683805, -0.800044), + normal: (-0.290459, -0.499809, -0.815981), }, + Vertex { position: (4.719171, 2.751091, -0.865965), + normal: (-0.53682, -0.608254, -0.58468), }, + Vertex { position: (4.636909, 2.750501, -0.856859), + normal: (0.267121, -0.895396, -0.356249), }, + Vertex { position: (4.646703, 2.728688, -0.822295), + normal: (0.287073, -0.905921, -0.311283), }, + Vertex { position: (4.719171, 2.751091, -0.865965), + normal: (-0.53682, -0.608254, -0.58468), }, + Vertex { position: (4.646703, 2.728688, -0.822295), + normal: (0.287073, -0.905921, -0.311283), }, + Vertex { position: (4.728931, 2.721892, -0.832625), + normal: (-0.538845, -0.659239, -0.524452), }, + Vertex { position: (4.821325, 2.691794, -0.791887), + normal: (-0.635876, 0.32433, -0.700337), }, + Vertex { position: (4.748031, 2.683805, -0.800044), + normal: (-0.290459, -0.499809, -0.815981), }, + Vertex { position: (4.729447, 2.606204, -0.807513), + normal: (-0.501597, -0.526154, -0.686704), }, + Vertex { position: (4.821325, 2.691794, -0.791887), + normal: (-0.635876, 0.32433, -0.700337), }, + Vertex { position: (4.729447, 2.606204, -0.807513), + normal: (-0.501597, -0.526154, -0.686704), }, + Vertex { position: (4.821336, 2.621498, -0.789636), + normal: (-0.376273, -0.14016, -0.915846), }, + Vertex { position: (4.811798, 2.72868, -0.815406), + normal: (-0.508573, -0.111047, -0.853828), }, + Vertex { position: (4.728931, 2.721892, -0.832625), + normal: (-0.538845, -0.659239, -0.524452), }, + Vertex { position: (4.748031, 2.683805, -0.800044), + normal: (-0.290459, -0.499809, -0.815981), }, + Vertex { position: (4.811798, 2.72868, -0.815406), + normal: (-0.508573, -0.111047, -0.853828), }, + Vertex { position: (4.748031, 2.683805, -0.800044), + normal: (-0.290459, -0.499809, -0.815981), }, + Vertex { position: (4.821325, 2.691794, -0.791887), + normal: (-0.635876, 0.32433, -0.700337), }, + Vertex { position: (4.719171, 2.751091, -0.865965), + normal: (-0.53682, -0.608254, -0.58468), }, + Vertex { position: (4.728931, 2.721892, -0.832625), + normal: (-0.538845, -0.659239, -0.524452), }, + Vertex { position: (4.811798, 2.72868, -0.815406), + normal: (-0.508573, -0.111047, -0.853828), }, + Vertex { position: (4.719171, 2.751091, -0.865965), + normal: (-0.53682, -0.608254, -0.58468), }, + Vertex { position: (4.811798, 2.72868, -0.815406), + normal: (-0.508573, -0.111047, -0.853828), }, + Vertex { position: (4.801436, 2.750224, -0.858918), + normal: (-0.724543, -0.128977, -0.677054), }, + Vertex { position: (5.096148, 2.75972, -0.774729), + normal: (-0.86136, -0.239794, -0.447836), }, + Vertex { position: (4.801436, 2.750224, -0.858918), + normal: (-0.724543, -0.128977, -0.677054), }, + Vertex { position: (4.811798, 2.72868, -0.815406), + normal: (-0.508573, -0.111047, -0.853828), }, + Vertex { position: (5.096148, 2.75972, -0.774729), + normal: (-0.86136, -0.239794, -0.447836), }, + Vertex { position: (4.811798, 2.72868, -0.815406), + normal: (-0.508573, -0.111047, -0.853828), }, + Vertex { position: (4.821325, 2.691794, -0.791887), + normal: (-0.635876, 0.32433, -0.700337), }, + Vertex { position: (5.096148, 2.75972, -0.774729), + normal: (-0.86136, -0.239794, -0.447836), }, + Vertex { position: (4.821325, 2.691794, -0.791887), + normal: (-0.635876, 0.32433, -0.700337), }, + Vertex { position: (4.821336, 2.621498, -0.789636), + normal: (-0.376273, -0.14016, -0.915846), }, + Vertex { position: (4.442912, 2.343263, -0.53322), + normal: (-0.903777, -0.182749, -0.387027), }, + Vertex { position: (4.44385, 2.449921, -0.495432), + normal: (0.237421, -0.963021, -0.127365), }, + Vertex { position: (4.474318, 2.418432, -0.361347), + normal: (0.288841, -0.745301, 0.600914), }, + Vertex { position: (4.442912, 2.343263, -0.53322), + normal: (-0.903777, -0.182749, -0.387027), }, + Vertex { position: (4.474318, 2.418432, -0.361347), + normal: (0.288841, -0.745301, 0.600914), }, + Vertex { position: (4.472349, 2.325133, -0.443764), + normal: (0.195545, 0.103956, -0.975169), }, + Vertex { position: (4.440713, 2.398472, -0.629128), + normal: (-0.911341, 0.002265, -0.411646), }, + Vertex { position: (4.44076, 2.490353, -0.629287), + normal: (0.157921, -0.851177, 0.500558), }, + Vertex { position: (4.44385, 2.449921, -0.495432), + normal: (0.237421, -0.963021, -0.127365), }, + Vertex { position: (4.440713, 2.398472, -0.629128), + normal: (-0.911341, 0.002265, -0.411646), }, + Vertex { position: (4.44385, 2.449921, -0.495432), + normal: (0.237421, -0.963021, -0.127365), }, + Vertex { position: (4.442912, 2.343263, -0.53322), + normal: (-0.903777, -0.182749, -0.387027), }, + Vertex { position: (4.484667, 2.534451, -0.708888), + normal: (0.254106, -0.95176, -0.171999), }, + Vertex { position: (4.44076, 2.490353, -0.629287), + normal: (0.157921, -0.851177, 0.500558), }, + Vertex { position: (4.440713, 2.398472, -0.629128), + normal: (-0.911341, 0.002265, -0.411646), }, + Vertex { position: (4.484667, 2.534451, -0.708888), + normal: (0.254106, -0.95176, -0.171999), }, + Vertex { position: (4.440713, 2.398472, -0.629128), + normal: (-0.911341, 0.002265, -0.411646), }, + Vertex { position: (4.474625, 2.465214, -0.75189), + normal: (-0.77316, 0.344901, -0.532228), }, + Vertex { position: (4.440713, 2.398472, -0.629128), + normal: (-0.911341, 0.002265, -0.411646), }, + Vertex { position: (4.442912, 2.343263, -0.53322), + normal: (-0.903777, -0.182749, -0.387027), }, + Vertex { position: (4.314039, 2.32946, -0.57751), + normal: (-0.566117, 0.431682, -0.702255), }, + Vertex { position: (4.440713, 2.398472, -0.629128), + normal: (-0.911341, 0.002265, -0.411646), }, + Vertex { position: (4.314039, 2.32946, -0.57751), + normal: (-0.566117, 0.431682, -0.702255), }, + Vertex { position: (4.32063, 2.385528, -0.682583), + normal: (-0.383863, 0.612068, -0.691392), }, + Vertex { position: (4.314039, 2.32946, -0.57751), + normal: (-0.566117, 0.431682, -0.702255), }, + Vertex { position: (4.442912, 2.343263, -0.53322), + normal: (-0.903777, -0.182749, -0.387027), }, + Vertex { position: (4.472349, 2.325133, -0.443764), + normal: (0.195545, 0.103956, -0.975169), }, + Vertex { position: (4.314039, 2.32946, -0.57751), + normal: (-0.566117, 0.431682, -0.702255), }, + Vertex { position: (4.472349, 2.325133, -0.443764), + normal: (0.195545, 0.103956, -0.975169), }, + Vertex { position: (4.296769, 2.260422, -0.528796), + normal: (-0.091679, 0.768658, -0.633056), }, + Vertex { position: (4.474625, 2.465214, -0.75189), + normal: (-0.77316, 0.344901, -0.532228), }, + Vertex { position: (4.440713, 2.398472, -0.629128), + normal: (-0.911341, 0.002265, -0.411646), }, + Vertex { position: (4.32063, 2.385528, -0.682583), + normal: (-0.383863, 0.612068, -0.691392), }, + Vertex { position: (4.474625, 2.465214, -0.75189), + normal: (-0.77316, 0.344901, -0.532228), }, + Vertex { position: (4.32063, 2.385528, -0.682583), + normal: (-0.383863, 0.612068, -0.691392), }, + Vertex { position: (4.382053, 2.433474, -0.798757), + normal: (-0.911194, 0.285551, -0.296961), }, + Vertex { position: (4.520165, 2.557971, -0.762427), + normal: (0.165259, -0.797056, 0.580854), }, + Vertex { position: (4.484667, 2.534451, -0.708888), + normal: (0.254106, -0.95176, -0.171999), }, + Vertex { position: (4.474625, 2.465214, -0.75189), + normal: (-0.77316, 0.344901, -0.532228), }, + Vertex { position: (4.520165, 2.557971, -0.762427), + normal: (0.165259, -0.797056, 0.580854), }, + Vertex { position: (4.474625, 2.465214, -0.75189), + normal: (-0.77316, 0.344901, -0.532228), }, + Vertex { position: (4.538177, 2.513353, -0.776566), + normal: (-0.931592, 0.319003, -0.174277), }, + Vertex { position: (4.538177, 2.513353, -0.776566), + normal: (-0.931592, 0.319003, -0.174277), }, + Vertex { position: (4.474625, 2.465214, -0.75189), + normal: (-0.77316, 0.344901, -0.532228), }, + Vertex { position: (4.382053, 2.433474, -0.798757), + normal: (-0.911194, 0.285551, -0.296961), }, + Vertex { position: (4.538177, 2.513353, -0.776566), + normal: (-0.931592, 0.319003, -0.174277), }, + Vertex { position: (4.382053, 2.433474, -0.798757), + normal: (-0.911194, 0.285551, -0.296961), }, + Vertex { position: (4.444739, 2.475795, -0.860515), + normal: (-0.895156, 0.397807, -0.201111), }, + Vertex { position: (4.59262, 2.569879, -0.790452), + normal: (0.243744, -0.944481, -0.220328), }, + Vertex { position: (4.520165, 2.557971, -0.762427), + normal: (0.165259, -0.797056, 0.580854), }, + Vertex { position: (4.538177, 2.513353, -0.776566), + normal: (-0.931592, 0.319003, -0.174277), }, + Vertex { position: (4.59262, 2.569879, -0.790452), + normal: (0.243744, -0.944481, -0.220328), }, + Vertex { position: (4.538177, 2.513353, -0.776566), + normal: (-0.931592, 0.319003, -0.174277), }, + Vertex { position: (4.601515, 2.533324, -0.794193), + normal: (-0.885174, 0.439903, -0.1515), }, + Vertex { position: (4.601515, 2.533324, -0.794193), + normal: (-0.885174, 0.439903, -0.1515), }, + Vertex { position: (4.538177, 2.513353, -0.776566), + normal: (-0.931592, 0.319003, -0.174277), }, + Vertex { position: (4.444739, 2.475795, -0.860515), + normal: (-0.895156, 0.397807, -0.201111), }, + Vertex { position: (4.601515, 2.533324, -0.794193), + normal: (-0.885174, 0.439903, -0.1515), }, + Vertex { position: (4.444739, 2.475795, -0.860515), + normal: (-0.895156, 0.397807, -0.201111), }, + Vertex { position: (4.554459, 2.511417, -0.850571), + normal: (-0.821561, 0.369567, -0.434116), }, + Vertex { position: (4.674691, 2.598833, -0.808006), + normal: (-0.05208, -0.715695, -0.696469), }, + Vertex { position: (4.59262, 2.569879, -0.790452), + normal: (0.243744, -0.944481, -0.220328), }, + Vertex { position: (4.601515, 2.533324, -0.794193), + normal: (-0.885174, 0.439903, -0.1515), }, + Vertex { position: (4.674691, 2.598833, -0.808006), + normal: (-0.05208, -0.715695, -0.696469), }, + Vertex { position: (4.601515, 2.533324, -0.794193), + normal: (-0.885174, 0.439903, -0.1515), }, + Vertex { position: (4.683344, 2.554221, -0.821927), + normal: (-0.742898, 0.572423, -0.347037), }, + Vertex { position: (4.683344, 2.554221, -0.821927), + normal: (-0.742898, 0.572423, -0.347037), }, + Vertex { position: (4.601515, 2.533324, -0.794193), + normal: (-0.885174, 0.439903, -0.1515), }, + Vertex { position: (4.554459, 2.511417, -0.850571), + normal: (-0.821561, 0.369567, -0.434116), }, + Vertex { position: (4.683344, 2.554221, -0.821927), + normal: (-0.742898, 0.572423, -0.347037), }, + Vertex { position: (4.554459, 2.511417, -0.850571), + normal: (-0.821561, 0.369567, -0.434116), }, + Vertex { position: (4.681847, 2.551036, -0.886235), + normal: (-0.659696, 0.567803, -0.492342), }, + Vertex { position: (4.737893, 2.564648, -0.830389), + normal: (0.11638, 0.680313, -0.723623), }, + Vertex { position: (4.683344, 2.554221, -0.821927), + normal: (-0.742898, 0.572423, -0.347037), }, + Vertex { position: (4.681847, 2.551036, -0.886235), + normal: (-0.659696, 0.567803, -0.492342), }, + Vertex { position: (4.737893, 2.564648, -0.830389), + normal: (0.11638, 0.680313, -0.723623), }, + Vertex { position: (4.681847, 2.551036, -0.886235), + normal: (-0.659696, 0.567803, -0.492342), }, + Vertex { position: (4.755192, 2.568818, -0.876311), + normal: (0.206279, 0.744918, -0.634466), }, + Vertex { position: (4.829566, 2.580797, -0.821827), + normal: (-0.395723, 0.901671, -0.174334), }, + Vertex { position: (4.737893, 2.564648, -0.830389), + normal: (0.11638, 0.680313, -0.723623), }, + Vertex { position: (4.755192, 2.568818, -0.876311), + normal: (0.206279, 0.744918, -0.634466), }, + Vertex { position: (4.829566, 2.580797, -0.821827), + normal: (-0.395723, 0.901671, -0.174334), }, + Vertex { position: (4.755192, 2.568818, -0.876311), + normal: (0.206279, 0.744918, -0.634466), }, + Vertex { position: (4.856249, 2.593812, -0.867067), + normal: (-0.476949, 0.871028, -0.117606), }, + Vertex { position: (4.729447, 2.606204, -0.807513), + normal: (-0.501597, -0.526154, -0.686704), }, + Vertex { position: (4.674691, 2.598833, -0.808006), + normal: (-0.05208, -0.715695, -0.696469), }, + Vertex { position: (4.683344, 2.554221, -0.821927), + normal: (-0.742898, 0.572423, -0.347037), }, + Vertex { position: (4.729447, 2.606204, -0.807513), + normal: (-0.501597, -0.526154, -0.686704), }, + Vertex { position: (4.683344, 2.554221, -0.821927), + normal: (-0.742898, 0.572423, -0.347037), }, + Vertex { position: (4.737893, 2.564648, -0.830389), + normal: (0.11638, 0.680313, -0.723623), }, + Vertex { position: (4.821336, 2.621498, -0.789636), + normal: (-0.376273, -0.14016, -0.915846), }, + Vertex { position: (4.729447, 2.606204, -0.807513), + normal: (-0.501597, -0.526154, -0.686704), }, + Vertex { position: (4.737893, 2.564648, -0.830389), + normal: (0.11638, 0.680313, -0.723623), }, + Vertex { position: (4.821336, 2.621498, -0.789636), + normal: (-0.376273, -0.14016, -0.915846), }, + Vertex { position: (4.737893, 2.564648, -0.830389), + normal: (0.11638, 0.680313, -0.723623), }, + Vertex { position: (4.829566, 2.580797, -0.821827), + normal: (-0.395723, 0.901671, -0.174334), }, + Vertex { position: (4.662221, 2.556346, -0.940618), + normal: (-0.590366, 0.807127, 0.003753), }, + Vertex { position: (4.681847, 2.551036, -0.886235), + normal: (-0.659696, 0.567803, -0.492342), }, + Vertex { position: (4.554459, 2.511417, -0.850571), + normal: (-0.821561, 0.369567, -0.434116), }, + Vertex { position: (4.662221, 2.556346, -0.940618), + normal: (-0.590366, 0.807127, 0.003753), }, + Vertex { position: (4.554459, 2.511417, -0.850571), + normal: (-0.821561, 0.369567, -0.434116), }, + Vertex { position: (4.497719, 2.54748, -0.937659), + normal: (-0.594389, 0.803108, -0.041468), }, + Vertex { position: (4.681847, 2.551036, -0.886235), + normal: (-0.659696, 0.567803, -0.492342), }, + Vertex { position: (4.662221, 2.556346, -0.940618), + normal: (-0.590366, 0.807127, 0.003753), }, + Vertex { position: (4.763337, 2.590834, -0.929248), + normal: (-0.610894, 0.790229, 0.048447), }, + Vertex { position: (4.681847, 2.551036, -0.886235), + normal: (-0.659696, 0.567803, -0.492342), }, + Vertex { position: (4.763337, 2.590834, -0.929248), + normal: (-0.610894, 0.790229, 0.048447), }, + Vertex { position: (4.755192, 2.568818, -0.876311), + normal: (0.206279, 0.744918, -0.634466), }, + Vertex { position: (4.883022, 2.613658, -0.893163), + normal: (-0.091114, 0.94565, -0.312161), }, + Vertex { position: (4.856249, 2.593812, -0.867067), + normal: (-0.476949, 0.871028, -0.117606), }, + Vertex { position: (4.755192, 2.568818, -0.876311), + normal: (0.206279, 0.744918, -0.634466), }, + Vertex { position: (4.883022, 2.613658, -0.893163), + normal: (-0.091114, 0.94565, -0.312161), }, + Vertex { position: (4.755192, 2.568818, -0.876311), + normal: (0.206279, 0.744918, -0.634466), }, + Vertex { position: (4.763337, 2.590834, -0.929248), + normal: (-0.610894, 0.790229, 0.048447), }, + Vertex { position: (4.554459, 2.511417, -0.850571), + normal: (-0.821561, 0.369567, -0.434116), }, + Vertex { position: (4.444739, 2.475795, -0.860515), + normal: (-0.895156, 0.397807, -0.201111), }, + Vertex { position: (4.352603, 2.524888, -0.890532), + normal: (-0.216454, 0.960138, -0.176868), }, + Vertex { position: (4.554459, 2.511417, -0.850571), + normal: (-0.821561, 0.369567, -0.434116), }, + Vertex { position: (4.352603, 2.524888, -0.890532), + normal: (-0.216454, 0.960138, -0.176868), }, + Vertex { position: (4.497719, 2.54748, -0.937659), + normal: (-0.594389, 0.803108, -0.041468), }, + Vertex { position: (4.352603, 2.524888, -0.890532), + normal: (-0.216454, 0.960138, -0.176868), }, + Vertex { position: (4.444739, 2.475795, -0.860515), + normal: (-0.895156, 0.397807, -0.201111), }, + Vertex { position: (4.382053, 2.433474, -0.798757), + normal: (-0.911194, 0.285551, -0.296961), }, + Vertex { position: (4.352603, 2.524888, -0.890532), + normal: (-0.216454, 0.960138, -0.176868), }, + Vertex { position: (4.382053, 2.433474, -0.798757), + normal: (-0.911194, 0.285551, -0.296961), }, + Vertex { position: (4.262798, 2.490674, -0.818316), + normal: (-0.283496, 0.953866, -0.098841), }, + Vertex { position: (4.262798, 2.490674, -0.818316), + normal: (-0.283496, 0.953866, -0.098841), }, + Vertex { position: (4.382053, 2.433474, -0.798757), + normal: (-0.911194, 0.285551, -0.296961), }, + Vertex { position: (4.32063, 2.385528, -0.682583), + normal: (-0.383863, 0.612068, -0.691392), }, + Vertex { position: (4.262798, 2.490674, -0.818316), + normal: (-0.283496, 0.953866, -0.098841), }, + Vertex { position: (4.32063, 2.385528, -0.682583), + normal: (-0.383863, 0.612068, -0.691392), }, + Vertex { position: (4.192789, 2.411967, -0.668016), + normal: (-0.421167, 0.906102, -0.039984), }, + Vertex { position: (4.192789, 2.411967, -0.668016), + normal: (-0.421167, 0.906102, -0.039984), }, + Vertex { position: (4.32063, 2.385528, -0.682583), + normal: (-0.383863, 0.612068, -0.691392), }, + Vertex { position: (4.314039, 2.32946, -0.57751), + normal: (-0.566117, 0.431682, -0.702255), }, + Vertex { position: (4.192789, 2.411967, -0.668016), + normal: (-0.421167, 0.906102, -0.039984), }, + Vertex { position: (4.314039, 2.32946, -0.57751), + normal: (-0.566117, 0.431682, -0.702255), }, + Vertex { position: (4.193959, 2.370476, -0.616705), + normal: (-0.557881, 0.828586, 0.047047), }, + Vertex { position: (4.113935, 2.334131, -0.526471), + normal: (-0.536307, 0.710867, -0.45502), }, + Vertex { position: (4.193959, 2.370476, -0.616705), + normal: (-0.557881, 0.828586, 0.047047), }, + Vertex { position: (4.314039, 2.32946, -0.57751), + normal: (-0.566117, 0.431682, -0.702255), }, + Vertex { position: (4.113935, 2.334131, -0.526471), + normal: (-0.536307, 0.710867, -0.45502), }, + Vertex { position: (4.314039, 2.32946, -0.57751), + normal: (-0.566117, 0.431682, -0.702255), }, + Vertex { position: (4.296769, 2.260422, -0.528796), + normal: (-0.091679, 0.768658, -0.633056), }, + Vertex { position: (4.883022, 2.613658, -0.893163), + normal: (-0.091114, 0.94565, -0.312161), }, + Vertex { position: (5.096148, 2.75972, -0.774729), + normal: (-0.86136, -0.239794, -0.447836), }, + Vertex { position: (4.856249, 2.593812, -0.867067), + normal: (-0.476949, 0.871028, -0.117606), }, + Vertex { position: (4.763337, 2.590834, -0.929248), + normal: (-0.610894, 0.790229, 0.048447), }, + Vertex { position: (4.735139, 2.645464, -0.95089), + normal: (-0.678216, 0.658343, -0.326508), }, + Vertex { position: (4.854957, 2.660227, -0.92431), + normal: (0.05537, 0.916343, -0.396546), }, + Vertex { position: (4.763337, 2.590834, -0.929248), + normal: (-0.610894, 0.790229, 0.048447), }, + Vertex { position: (4.854957, 2.660227, -0.92431), + normal: (0.05537, 0.916343, -0.396546), }, + Vertex { position: (4.883022, 2.613658, -0.893163), + normal: (-0.091114, 0.94565, -0.312161), }, + Vertex { position: (4.662221, 2.556346, -0.940618), + normal: (-0.590366, 0.807127, 0.003753), }, + Vertex { position: (4.615662, 2.63387, -0.977986), + normal: (0.090337, 0.942369, -0.32215), }, + Vertex { position: (4.735139, 2.645464, -0.95089), + normal: (-0.678216, 0.658343, -0.326508), }, + Vertex { position: (4.662221, 2.556346, -0.940618), + normal: (-0.590366, 0.807127, 0.003753), }, + Vertex { position: (4.735139, 2.645464, -0.95089), + normal: (-0.678216, 0.658343, -0.326508), }, + Vertex { position: (4.763337, 2.590834, -0.929248), + normal: (-0.610894, 0.790229, 0.048447), }, + Vertex { position: (4.497719, 2.54748, -0.937659), + normal: (-0.594389, 0.803108, -0.041468), }, + Vertex { position: (4.460582, 2.622875, -0.957002), + normal: (-0.560855, 0.735161, -0.380763), }, + Vertex { position: (4.615662, 2.63387, -0.977986), + normal: (0.090337, 0.942369, -0.32215), }, + Vertex { position: (4.497719, 2.54748, -0.937659), + normal: (-0.594389, 0.803108, -0.041468), }, + Vertex { position: (4.615662, 2.63387, -0.977986), + normal: (0.090337, 0.942369, -0.32215), }, + Vertex { position: (4.662221, 2.556346, -0.940618), + normal: (-0.590366, 0.807127, 0.003753), }, + Vertex { position: (4.352603, 2.524888, -0.890532), + normal: (-0.216454, 0.960138, -0.176868), }, + Vertex { position: (4.343217, 2.589542, -0.893106), + normal: (-0.641133, 0.599375, -0.479267), }, + Vertex { position: (4.460582, 2.622875, -0.957002), + normal: (-0.560855, 0.735161, -0.380763), }, + Vertex { position: (4.352603, 2.524888, -0.890532), + normal: (-0.216454, 0.960138, -0.176868), }, + Vertex { position: (4.460582, 2.622875, -0.957002), + normal: (-0.560855, 0.735161, -0.380763), }, + Vertex { position: (4.497719, 2.54748, -0.937659), + normal: (-0.594389, 0.803108, -0.041468), }, + Vertex { position: (4.262798, 2.490674, -0.818316), + normal: (-0.283496, 0.953866, -0.098841), }, + Vertex { position: (4.244622, 2.554467, -0.811726), + normal: (-0.760994, 0.140162, -0.633436), }, + Vertex { position: (4.343217, 2.589542, -0.893106), + normal: (-0.641133, 0.599375, -0.479267), }, + Vertex { position: (4.262798, 2.490674, -0.818316), + normal: (-0.283496, 0.953866, -0.098841), }, + Vertex { position: (4.343217, 2.589542, -0.893106), + normal: (-0.641133, 0.599375, -0.479267), }, + Vertex { position: (4.352603, 2.524888, -0.890532), + normal: (-0.216454, 0.960138, -0.176868), }, + Vertex { position: (4.192789, 2.411967, -0.668016), + normal: (-0.421167, 0.906102, -0.039984), }, + Vertex { position: (4.138687, 2.474013, -0.642311), + normal: (-0.411843, 0.771855, -0.484381), }, + Vertex { position: (4.244622, 2.554467, -0.811726), + normal: (-0.760994, 0.140162, -0.633436), }, + Vertex { position: (4.192789, 2.411967, -0.668016), + normal: (-0.421167, 0.906102, -0.039984), }, + Vertex { position: (4.244622, 2.554467, -0.811726), + normal: (-0.760994, 0.140162, -0.633436), }, + Vertex { position: (4.262798, 2.490674, -0.818316), + normal: (-0.283496, 0.953866, -0.098841), }, + Vertex { position: (4.883022, 2.613658, -0.893163), + normal: (-0.091114, 0.94565, -0.312161), }, + Vertex { position: (4.854957, 2.660227, -0.92431), + normal: (0.05537, 0.916343, -0.396546), }, + Vertex { position: (5.096148, 2.75972, -0.774729), + normal: (-0.86136, -0.239794, -0.447836), }, + Vertex { position: (4.121994, 2.458034, -0.570029), + normal: (-0.395036, 0.74012, -0.544214), }, + Vertex { position: (4.138687, 2.474013, -0.642311), + normal: (-0.411843, 0.771855, -0.484381), }, + Vertex { position: (4.192789, 2.411967, -0.668016), + normal: (-0.421167, 0.906102, -0.039984), }, + Vertex { position: (4.121994, 2.458034, -0.570029), + normal: (-0.395036, 0.74012, -0.544214), }, + Vertex { position: (4.192789, 2.411967, -0.668016), + normal: (-0.421167, 0.906102, -0.039984), }, + Vertex { position: (4.193959, 2.370476, -0.616705), + normal: (-0.557881, 0.828586, 0.047047), }, + Vertex { position: (4.121994, 2.458034, -0.570029), + normal: (-0.395036, 0.74012, -0.544214), }, + Vertex { position: (4.193959, 2.370476, -0.616705), + normal: (-0.557881, 0.828586, 0.047047), }, + Vertex { position: (4.113935, 2.334131, -0.526471), + normal: (-0.536307, 0.710867, -0.45502), }, + Vertex { position: (4.121994, 2.458034, -0.570029), + normal: (-0.395036, 0.74012, -0.544214), }, + Vertex { position: (4.113935, 2.334131, -0.526471), + normal: (-0.536307, 0.710867, -0.45502), }, + Vertex { position: (4.07851, 2.41181, -0.472193), + normal: (-0.330515, 0.821242, -0.465103), }, + Vertex { position: (4.244622, 2.554467, -0.811726), + normal: (-0.760994, 0.140162, -0.633436), }, + Vertex { position: (4.235494, 2.636171, -0.803613), + normal: (-0.353793, 0.870619, -0.341838), }, + Vertex { position: (4.342998, 2.664049, -0.904347), + normal: (-0.718934, 0.608496, -0.335955), }, + Vertex { position: (4.244622, 2.554467, -0.811726), + normal: (-0.760994, 0.140162, -0.633436), }, + Vertex { position: (4.342998, 2.664049, -0.904347), + normal: (-0.718934, 0.608496, -0.335955), }, + Vertex { position: (4.343217, 2.589542, -0.893106), + normal: (-0.641133, 0.599375, -0.479267), }, + Vertex { position: (4.343217, 2.589542, -0.893106), + normal: (-0.641133, 0.599375, -0.479267), }, + Vertex { position: (4.342998, 2.664049, -0.904347), + normal: (-0.718934, 0.608496, -0.335955), }, + Vertex { position: (4.460786, 2.695616, -0.949972), + normal: (-0.929249, -0.009269, -0.369337), }, + Vertex { position: (4.343217, 2.589542, -0.893106), + normal: (-0.641133, 0.599375, -0.479267), }, + Vertex { position: (4.460786, 2.695616, -0.949972), + normal: (-0.929249, -0.009269, -0.369337), }, + Vertex { position: (4.460582, 2.622875, -0.957002), + normal: (-0.560855, 0.735161, -0.380763), }, + Vertex { position: (4.460582, 2.622875, -0.957002), + normal: (-0.560855, 0.735161, -0.380763), }, + Vertex { position: (4.460786, 2.695616, -0.949972), + normal: (-0.929249, -0.009269, -0.369337), }, + Vertex { position: (4.6248, 2.708372, -0.989445), + normal: (-0.144656, 0.947613, -0.284787), }, + Vertex { position: (4.460582, 2.622875, -0.957002), + normal: (-0.560855, 0.735161, -0.380763), }, + Vertex { position: (4.6248, 2.708372, -0.989445), + normal: (-0.144656, 0.947613, -0.284787), }, + Vertex { position: (4.615662, 2.63387, -0.977986), + normal: (0.090337, 0.942369, -0.32215), }, + Vertex { position: (4.138687, 2.474013, -0.642311), + normal: (-0.411843, 0.771855, -0.484381), }, + Vertex { position: (4.138494, 2.557838, -0.652651), + normal: (-0.364192, 0.890167, -0.2738), }, + Vertex { position: (4.235494, 2.636171, -0.803613), + normal: (-0.353793, 0.870619, -0.341838), }, + Vertex { position: (4.138687, 2.474013, -0.642311), + normal: (-0.411843, 0.771855, -0.484381), }, + Vertex { position: (4.235494, 2.636171, -0.803613), + normal: (-0.353793, 0.870619, -0.341838), }, + Vertex { position: (4.244622, 2.554467, -0.811726), + normal: (-0.760994, 0.140162, -0.633436), }, + Vertex { position: (4.104292, 2.537976, -0.543437), + normal: (-0.719327, 0.568277, -0.399538), }, + Vertex { position: (4.138494, 2.557838, -0.652651), + normal: (-0.364192, 0.890167, -0.2738), }, + Vertex { position: (4.138687, 2.474013, -0.642311), + normal: (-0.411843, 0.771855, -0.484381), }, + Vertex { position: (4.104292, 2.537976, -0.543437), + normal: (-0.719327, 0.568277, -0.399538), }, + Vertex { position: (4.138687, 2.474013, -0.642311), + normal: (-0.411843, 0.771855, -0.484381), }, + Vertex { position: (4.121994, 2.458034, -0.570029), + normal: (-0.395036, 0.74012, -0.544214), }, + Vertex { position: (4.088356, 2.510913, -0.453793), + normal: (-0.904972, -0.026554, -0.424642), }, + Vertex { position: (4.104292, 2.537976, -0.543437), + normal: (-0.719327, 0.568277, -0.399538), }, + Vertex { position: (4.121994, 2.458034, -0.570029), + normal: (-0.395036, 0.74012, -0.544214), }, + Vertex { position: (4.088356, 2.510913, -0.453793), + normal: (-0.904972, -0.026554, -0.424642), }, + Vertex { position: (4.121994, 2.458034, -0.570029), + normal: (-0.395036, 0.74012, -0.544214), }, + Vertex { position: (4.07851, 2.41181, -0.472193), + normal: (-0.330515, 0.821242, -0.465103), }, + Vertex { position: (4.6248, 2.708372, -0.989445), + normal: (-0.144656, 0.947613, -0.284787), }, + Vertex { position: (4.753015, 2.699695, -0.973279), + normal: (0.197027, 0.937222, -0.287742), }, + Vertex { position: (4.735139, 2.645464, -0.95089), + normal: (-0.678216, 0.658343, -0.326508), }, + Vertex { position: (4.6248, 2.708372, -0.989445), + normal: (-0.144656, 0.947613, -0.284787), }, + Vertex { position: (4.735139, 2.645464, -0.95089), + normal: (-0.678216, 0.658343, -0.326508), }, + Vertex { position: (4.615662, 2.63387, -0.977986), + normal: (0.090337, 0.942369, -0.32215), }, + Vertex { position: (4.735139, 2.645464, -0.95089), + normal: (-0.678216, 0.658343, -0.326508), }, + Vertex { position: (4.753015, 2.699695, -0.973279), + normal: (0.197027, 0.937222, -0.287742), }, + Vertex { position: (4.863709, 2.722151, -0.93666), + normal: (0.225135, 0.965893, -0.127928), }, + Vertex { position: (4.735139, 2.645464, -0.95089), + normal: (-0.678216, 0.658343, -0.326508), }, + Vertex { position: (4.863709, 2.722151, -0.93666), + normal: (0.225135, 0.965893, -0.127928), }, + Vertex { position: (4.854957, 2.660227, -0.92431), + normal: (0.05537, 0.916343, -0.396546), }, + Vertex { position: (4.22473, 2.624525, -0.491916), + normal: (-0.000715, -0.295728, 0.955272), }, + Vertex { position: (4.151183, 2.579059, -0.494606), + normal: (-0.162972, 0.917259, 0.363422), }, + Vertex { position: (4.117367, 2.568514, -0.3845), + normal: (-0.860594, 0.405545, -0.308076), }, + Vertex { position: (4.22473, 2.624525, -0.491916), + normal: (-0.000715, -0.295728, 0.955272), }, + Vertex { position: (4.117367, 2.568514, -0.3845), + normal: (-0.860594, 0.405545, -0.308076), }, + Vertex { position: (4.209941, 2.600612, -0.337597), + normal: (-0.03479, 0.69667, 0.716547), }, + Vertex { position: (4.636909, 2.750501, -0.856859), + normal: (0.267121, -0.895396, -0.356249), }, + Vertex { position: (4.616626, 2.749486, -0.939333), + normal: (-0.31499, 0.894135, 0.318282), }, + Vertex { position: (4.462368, 2.725999, -0.882675), + normal: (-0.758791, 0.646991, 0.075091), }, + Vertex { position: (4.636909, 2.750501, -0.856859), + normal: (0.267121, -0.895396, -0.356249), }, + Vertex { position: (4.462368, 2.725999, -0.882675), + normal: (-0.758791, 0.646991, 0.075091), }, + Vertex { position: (4.509555, 2.719807, -0.819972), + normal: (0.176955, -0.903058, -0.391373), }, + Vertex { position: (4.509555, 2.719807, -0.819972), + normal: (0.176955, -0.903058, -0.391373), }, + Vertex { position: (4.462368, 2.725999, -0.882675), + normal: (-0.758791, 0.646991, 0.075091), }, + Vertex { position: (4.354196, 2.711836, -0.826545), + normal: (-0.900694, 0.426849, -0.080936), }, + Vertex { position: (4.509555, 2.719807, -0.819972), + normal: (0.176955, -0.903058, -0.391373), }, + Vertex { position: (4.354196, 2.711836, -0.826545), + normal: (-0.900694, 0.426849, -0.080936), }, + Vertex { position: (4.418954, 2.707401, -0.782531), + normal: (0.713982, 0.301536, -0.631907), }, + Vertex { position: (4.418954, 2.707401, -0.782531), + normal: (0.713982, 0.301536, -0.631907), }, + Vertex { position: (4.354196, 2.711836, -0.826545), + normal: (-0.900694, 0.426849, -0.080936), }, + Vertex { position: (4.273414, 2.686575, -0.753674), + normal: (-0.940255, 0.335069, 0.060403), }, + Vertex { position: (4.418954, 2.707401, -0.782531), + normal: (0.713982, 0.301536, -0.631907), }, + Vertex { position: (4.273414, 2.686575, -0.753674), + normal: (-0.940255, 0.335069, 0.060403), }, + Vertex { position: (4.35668, 2.682996, -0.71905), + normal: (0.743898, -0.655714, 0.129057), }, + Vertex { position: (4.151183, 2.579059, -0.494606), + normal: (-0.162972, 0.917259, 0.363422), }, + Vertex { position: (4.22473, 2.624525, -0.491916), + normal: (-0.000715, -0.295728, 0.955272), }, + Vertex { position: (4.277169, 2.652435, -0.591369), + normal: (0.008972, 0.708004, 0.706152), }, + Vertex { position: (4.151183, 2.579059, -0.494606), + normal: (-0.162972, 0.917259, 0.363422), }, + Vertex { position: (4.277169, 2.652435, -0.591369), + normal: (0.008972, 0.708004, 0.706152), }, + Vertex { position: (4.176065, 2.636883, -0.618384), + normal: (-0.816521, 0.559553, 0.142109), }, + Vertex { position: (4.088356, 2.510913, -0.453793), + normal: (-0.904972, -0.026554, -0.424642), }, + Vertex { position: (4.117367, 2.568514, -0.3845), + normal: (-0.860594, 0.405545, -0.308076), }, + Vertex { position: (4.151183, 2.579059, -0.494606), + normal: (-0.162972, 0.917259, 0.363422), }, + Vertex { position: (4.088356, 2.510913, -0.453793), + normal: (-0.904972, -0.026554, -0.424642), }, + Vertex { position: (4.151183, 2.579059, -0.494606), + normal: (-0.162972, 0.917259, 0.363422), }, + Vertex { position: (4.104292, 2.537976, -0.543437), + normal: (-0.719327, 0.568277, -0.399538), }, + Vertex { position: (4.176065, 2.636883, -0.618384), + normal: (-0.816521, 0.559553, 0.142109), }, + Vertex { position: (4.277169, 2.652435, -0.591369), + normal: (0.008972, 0.708004, 0.706152), }, + Vertex { position: (4.35668, 2.682996, -0.71905), + normal: (0.743898, -0.655714, 0.129057), }, + Vertex { position: (4.176065, 2.636883, -0.618384), + normal: (-0.816521, 0.559553, 0.142109), }, + Vertex { position: (4.35668, 2.682996, -0.71905), + normal: (0.743898, -0.655714, 0.129057), }, + Vertex { position: (4.273414, 2.686575, -0.753674), + normal: (-0.940255, 0.335069, 0.060403), }, + Vertex { position: (4.104292, 2.537976, -0.543437), + normal: (-0.719327, 0.568277, -0.399538), }, + Vertex { position: (4.151183, 2.579059, -0.494606), + normal: (-0.162972, 0.917259, 0.363422), }, + Vertex { position: (4.176065, 2.636883, -0.618384), + normal: (-0.816521, 0.559553, 0.142109), }, + Vertex { position: (4.104292, 2.537976, -0.543437), + normal: (-0.719327, 0.568277, -0.399538), }, + Vertex { position: (4.176065, 2.636883, -0.618384), + normal: (-0.816521, 0.559553, 0.142109), }, + Vertex { position: (4.138494, 2.557838, -0.652651), + normal: (-0.364192, 0.890167, -0.2738), }, + Vertex { position: (4.138494, 2.557838, -0.652651), + normal: (-0.364192, 0.890167, -0.2738), }, + Vertex { position: (4.176065, 2.636883, -0.618384), + normal: (-0.816521, 0.559553, 0.142109), }, + Vertex { position: (4.273414, 2.686575, -0.753674), + normal: (-0.940255, 0.335069, 0.060403), }, + Vertex { position: (4.138494, 2.557838, -0.652651), + normal: (-0.364192, 0.890167, -0.2738), }, + Vertex { position: (4.273414, 2.686575, -0.753674), + normal: (-0.940255, 0.335069, 0.060403), }, + Vertex { position: (4.235494, 2.636171, -0.803613), + normal: (-0.353793, 0.870619, -0.341838), }, + Vertex { position: (4.235494, 2.636171, -0.803613), + normal: (-0.353793, 0.870619, -0.341838), }, + Vertex { position: (4.273414, 2.686575, -0.753674), + normal: (-0.940255, 0.335069, 0.060403), }, + Vertex { position: (4.354196, 2.711836, -0.826545), + normal: (-0.900694, 0.426849, -0.080936), }, + Vertex { position: (4.235494, 2.636171, -0.803613), + normal: (-0.353793, 0.870619, -0.341838), }, + Vertex { position: (4.354196, 2.711836, -0.826545), + normal: (-0.900694, 0.426849, -0.080936), }, + Vertex { position: (4.342998, 2.664049, -0.904347), + normal: (-0.718934, 0.608496, -0.335955), }, + Vertex { position: (4.342998, 2.664049, -0.904347), + normal: (-0.718934, 0.608496, -0.335955), }, + Vertex { position: (4.354196, 2.711836, -0.826545), + normal: (-0.900694, 0.426849, -0.080936), }, + Vertex { position: (4.462368, 2.725999, -0.882675), + normal: (-0.758791, 0.646991, 0.075091), }, + Vertex { position: (4.342998, 2.664049, -0.904347), + normal: (-0.718934, 0.608496, -0.335955), }, + Vertex { position: (4.462368, 2.725999, -0.882675), + normal: (-0.758791, 0.646991, 0.075091), }, + Vertex { position: (4.460786, 2.695616, -0.949972), + normal: (-0.929249, -0.009269, -0.369337), }, + Vertex { position: (4.636909, 2.750501, -0.856859), + normal: (0.267121, -0.895396, -0.356249), }, + Vertex { position: (4.719171, 2.751091, -0.865965), + normal: (-0.53682, -0.608254, -0.58468), }, + Vertex { position: (4.735445, 2.749285, -0.940329), + normal: (-0.47673, 0.840923, 0.25608), }, + Vertex { position: (4.636909, 2.750501, -0.856859), + normal: (0.267121, -0.895396, -0.356249), }, + Vertex { position: (4.735445, 2.749285, -0.940329), + normal: (-0.47673, 0.840923, 0.25608), }, + Vertex { position: (4.616626, 2.749486, -0.939333), + normal: (-0.31499, 0.894135, 0.318282), }, + Vertex { position: (4.801436, 2.750224, -0.858918), + normal: (-0.724543, -0.128977, -0.677054), }, + Vertex { position: (4.827733, 2.75439, -0.905049), + normal: (-0.145585, 0.915338, 0.375448), }, + Vertex { position: (4.735445, 2.749285, -0.940329), + normal: (-0.47673, 0.840923, 0.25608), }, + Vertex { position: (4.801436, 2.750224, -0.858918), + normal: (-0.724543, -0.128977, -0.677054), }, + Vertex { position: (4.735445, 2.749285, -0.940329), + normal: (-0.47673, 0.840923, 0.25608), }, + Vertex { position: (4.719171, 2.751091, -0.865965), + normal: (-0.53682, -0.608254, -0.58468), }, + Vertex { position: (4.827733, 2.75439, -0.905049), + normal: (-0.145585, 0.915338, 0.375448), }, + Vertex { position: (4.801436, 2.750224, -0.858918), + normal: (-0.724543, -0.128977, -0.677054), }, + Vertex { position: (5.096148, 2.75972, -0.774729), + normal: (-0.86136, -0.239794, -0.447836), }, + Vertex { position: (4.462368, 2.725999, -0.882675), + normal: (-0.758791, 0.646991, 0.075091), }, + Vertex { position: (4.616626, 2.749486, -0.939333), + normal: (-0.31499, 0.894135, 0.318282), }, + Vertex { position: (4.6248, 2.708372, -0.989445), + normal: (-0.144656, 0.947613, -0.284787), }, + Vertex { position: (4.462368, 2.725999, -0.882675), + normal: (-0.758791, 0.646991, 0.075091), }, + Vertex { position: (4.6248, 2.708372, -0.989445), + normal: (-0.144656, 0.947613, -0.284787), }, + Vertex { position: (4.460786, 2.695616, -0.949972), + normal: (-0.929249, -0.009269, -0.369337), }, + Vertex { position: (4.616626, 2.749486, -0.939333), + normal: (-0.31499, 0.894135, 0.318282), }, + Vertex { position: (4.735445, 2.749285, -0.940329), + normal: (-0.47673, 0.840923, 0.25608), }, + Vertex { position: (4.753015, 2.699695, -0.973279), + normal: (0.197027, 0.937222, -0.287742), }, + Vertex { position: (4.616626, 2.749486, -0.939333), + normal: (-0.31499, 0.894135, 0.318282), }, + Vertex { position: (4.753015, 2.699695, -0.973279), + normal: (0.197027, 0.937222, -0.287742), }, + Vertex { position: (4.6248, 2.708372, -0.989445), + normal: (-0.144656, 0.947613, -0.284787), }, + Vertex { position: (4.863709, 2.722151, -0.93666), + normal: (0.225135, 0.965893, -0.127928), }, + Vertex { position: (4.753015, 2.699695, -0.973279), + normal: (0.197027, 0.937222, -0.287742), }, + Vertex { position: (4.735445, 2.749285, -0.940329), + normal: (-0.47673, 0.840923, 0.25608), }, + Vertex { position: (4.863709, 2.722151, -0.93666), + normal: (0.225135, 0.965893, -0.127928), }, + Vertex { position: (4.735445, 2.749285, -0.940329), + normal: (-0.47673, 0.840923, 0.25608), }, + Vertex { position: (4.827733, 2.75439, -0.905049), + normal: (-0.145585, 0.915338, 0.375448), }, + Vertex { position: (4.863709, 2.722151, -0.93666), + normal: (0.225135, 0.965893, -0.127928), }, + Vertex { position: (4.827733, 2.75439, -0.905049), + normal: (-0.145585, 0.915338, 0.375448), }, + Vertex { position: (5.096148, 2.75972, -0.774729), + normal: (-0.86136, -0.239794, -0.447836), }, + Vertex { position: (4.854957, 2.660227, -0.92431), + normal: (0.05537, 0.916343, -0.396546), }, + Vertex { position: (4.863709, 2.722151, -0.93666), + normal: (0.225135, 0.965893, -0.127928), }, + Vertex { position: (5.096148, 2.75972, -0.774729), + normal: (-0.86136, -0.239794, -0.447836), }, + Vertex { position: (4.821336, 2.621498, -0.789636), + normal: (-0.376273, -0.14016, -0.915846), }, + Vertex { position: (4.829566, 2.580797, -0.821827), + normal: (-0.395723, 0.901671, -0.174334), }, + Vertex { position: (5.096148, 2.75972, -0.774729), + normal: (-0.86136, -0.239794, -0.447836), }, + Vertex { position: (4.829566, 2.580797, -0.821827), + normal: (-0.395723, 0.901671, -0.174334), }, + Vertex { position: (4.856249, 2.593812, -0.867067), + normal: (-0.476949, 0.871028, -0.117606), }, + Vertex { position: (5.096148, 2.75972, -0.774729), + normal: (-0.86136, -0.239794, -0.447836), }, + Vertex { position: (4.344028, 2.585635, 0.470949), + normal: (-0.877603, -0.025309, 0.478719), }, + Vertex { position: (4.328606, 2.563996, 0.343892), + normal: (-0.130291, 0.991051, 0.029017), }, + Vertex { position: (4.209941, 2.600612, 0.337597), + normal: (-0.904972, -0.026555, 0.424641), }, + Vertex { position: (4.344028, 2.585635, 0.470949), + normal: (-0.877603, -0.025309, 0.478719), }, + Vertex { position: (4.209941, 2.600612, 0.337597), + normal: (-0.904972, -0.026555, 0.424641), }, + Vertex { position: (4.22473, 2.624525, 0.491916), + normal: (-0.778386, 0.466325, 0.420305), }, + Vertex { position: (4.407729, 2.53164, 0.486692), + normal: (0.197027, 0.937222, 0.287741), }, + Vertex { position: (4.410844, 2.500167, 0.351972), + normal: (-0.501953, 0.842502, 0.195534), }, + Vertex { position: (4.328606, 2.563996, 0.343892), + normal: (-0.130291, 0.991051, 0.029017), }, + Vertex { position: (4.407729, 2.53164, 0.486692), + normal: (0.197027, 0.937222, 0.287741), }, + Vertex { position: (4.328606, 2.563996, 0.343892), + normal: (-0.130291, 0.991051, 0.029017), }, + Vertex { position: (4.344028, 2.585635, 0.470949), + normal: (-0.877603, -0.025309, 0.478719), }, + Vertex { position: (4.359483, 2.615839, 0.596817), + normal: (0.223577, 0.97296, -0.057987), }, + Vertex { position: (4.344028, 2.585635, 0.470949), + normal: (-0.877603, -0.025309, 0.478719), }, + Vertex { position: (4.22473, 2.624525, 0.491916), + normal: (-0.778386, 0.466325, 0.420305), }, + Vertex { position: (4.359483, 2.615839, 0.596817), + normal: (0.223577, 0.97296, -0.057987), }, + Vertex { position: (4.22473, 2.624525, 0.491916), + normal: (-0.778386, 0.466325, 0.420305), }, + Vertex { position: (4.277169, 2.652435, 0.591369), + normal: (0.225135, 0.965893, 0.127928), }, + Vertex { position: (4.423033, 2.561337, 0.603562), + normal: (-0.247355, 0.948391, -0.198417), }, + Vertex { position: (4.407729, 2.53164, 0.486692), + normal: (0.197027, 0.937222, 0.287741), }, + Vertex { position: (4.344028, 2.585635, 0.470949), + normal: (-0.877603, -0.025309, 0.478719), }, + Vertex { position: (4.423033, 2.561337, 0.603562), + normal: (-0.247355, 0.948391, -0.198417), }, + Vertex { position: (4.344028, 2.585635, 0.470949), + normal: (-0.877603, -0.025309, 0.478719), }, + Vertex { position: (4.359483, 2.615839, 0.596817), + normal: (0.223577, 0.97296, -0.057987), }, + Vertex { position: (4.411541, 2.663824, 0.713132), + normal: (-0.860595, 0.405543, 0.308077), }, + Vertex { position: (4.359483, 2.615839, 0.596817), + normal: (0.223577, 0.97296, -0.057987), }, + Vertex { position: (4.277169, 2.652435, 0.591369), + normal: (0.225135, 0.965893, 0.127928), }, + Vertex { position: (4.411541, 2.663824, 0.713132), + normal: (-0.860595, 0.405543, 0.308077), }, + Vertex { position: (4.277169, 2.652435, 0.591369), + normal: (0.225135, 0.965893, 0.127928), }, + Vertex { position: (4.35668, 2.682996, 0.71905), + normal: (-0.671788, 0.737297, 0.07138), }, + Vertex { position: (4.47609, 2.606654, 0.692301), + normal: (-0.162972, 0.917259, -0.363422), }, + Vertex { position: (4.423033, 2.561337, 0.603562), + normal: (-0.247355, 0.948391, -0.198417), }, + Vertex { position: (4.359483, 2.615839, 0.596817), + normal: (0.223577, 0.97296, -0.057987), }, + Vertex { position: (4.47609, 2.606654, 0.692301), + normal: (-0.162972, 0.917259, -0.363422), }, + Vertex { position: (4.359483, 2.615839, 0.596817), + normal: (0.223577, 0.97296, -0.057987), }, + Vertex { position: (4.411541, 2.663824, 0.713132), + normal: (-0.860595, 0.405543, 0.308077), }, + Vertex { position: (4.465268, 2.695425, 0.757267), + normal: (-0.758791, 0.646991, -0.075091), }, + Vertex { position: (4.411541, 2.663824, 0.713132), + normal: (-0.860595, 0.405543, 0.308077), }, + Vertex { position: (4.35668, 2.682996, 0.71905), + normal: (-0.671788, 0.737297, 0.07138), }, + Vertex { position: (4.465268, 2.695425, 0.757267), + normal: (-0.758791, 0.646991, -0.075091), }, + Vertex { position: (4.35668, 2.682996, 0.71905), + normal: (-0.671788, 0.737297, 0.07138), }, + Vertex { position: (4.418954, 2.707401, 0.782531), + normal: (-0.31499, 0.894135, -0.318282), }, + Vertex { position: (4.465268, 2.695425, 0.757267), + normal: (-0.758791, 0.646991, -0.075091), }, + Vertex { position: (4.520603, 2.639162, 0.745542), + normal: (-0.900694, 0.426849, 0.080936), }, + Vertex { position: (4.47609, 2.606654, 0.692301), + normal: (-0.162972, 0.917259, -0.363422), }, + Vertex { position: (4.465268, 2.695425, 0.757267), + normal: (-0.758791, 0.646991, -0.075091), }, + Vertex { position: (4.47609, 2.606654, 0.692301), + normal: (-0.162972, 0.917259, -0.363422), }, + Vertex { position: (4.411541, 2.663824, 0.713132), + normal: (-0.860595, 0.405543, 0.308077), }, + Vertex { position: (4.546655, 2.709095, 0.80378), + normal: (-0.816521, 0.559553, -0.142109), }, + Vertex { position: (4.465268, 2.695425, 0.757267), + normal: (-0.758791, 0.646991, -0.075091), }, + Vertex { position: (4.418954, 2.707401, 0.782531), + normal: (-0.31499, 0.894135, -0.318282), }, + Vertex { position: (4.546655, 2.709095, 0.80378), + normal: (-0.816521, 0.559553, -0.142109), }, + Vertex { position: (4.418954, 2.707401, 0.782531), + normal: (-0.31499, 0.894135, -0.318282), }, + Vertex { position: (4.509555, 2.719807, 0.819972), + normal: (-0.940256, 0.335069, -0.060403), }, + Vertex { position: (4.546655, 2.709095, 0.80378), + normal: (-0.816521, 0.559553, -0.142109), }, + Vertex { position: (4.574545, 2.669863, 0.780363), + normal: (-0.683788, 0.700764, -0.203383), }, + Vertex { position: (4.520603, 2.639162, 0.745542), + normal: (-0.900694, 0.426849, 0.080936), }, + Vertex { position: (4.546655, 2.709095, 0.80378), + normal: (-0.816521, 0.559553, -0.142109), }, + Vertex { position: (4.520603, 2.639162, 0.745542), + normal: (-0.900694, 0.426849, 0.080936), }, + Vertex { position: (4.465268, 2.695425, 0.757267), + normal: (-0.758791, 0.646991, -0.075091), }, + Vertex { position: (4.44385, 2.449921, 0.495432), + normal: (-0.476729, 0.840923, -0.25608), }, + Vertex { position: (4.474318, 2.418432, 0.361347), + normal: (-0.849668, 0.488771, -0.197904), }, + Vertex { position: (4.410844, 2.500167, 0.351972), + normal: (-0.501953, 0.842502, 0.195534), }, + Vertex { position: (4.44385, 2.449921, 0.495432), + normal: (-0.476729, 0.840923, -0.25608), }, + Vertex { position: (4.410844, 2.500167, 0.351972), + normal: (-0.501953, 0.842502, 0.195534), }, + Vertex { position: (4.407729, 2.53164, 0.486692), + normal: (0.197027, 0.937222, 0.287741), }, + Vertex { position: (4.44076, 2.490353, 0.629287), + normal: (-0.145585, 0.915338, -0.375448), }, + Vertex { position: (4.44385, 2.449921, 0.495432), + normal: (-0.476729, 0.840923, -0.25608), }, + Vertex { position: (4.407729, 2.53164, 0.486692), + normal: (0.197027, 0.937222, 0.287741), }, + Vertex { position: (4.44076, 2.490353, 0.629287), + normal: (-0.145585, 0.915338, -0.375448), }, + Vertex { position: (4.407729, 2.53164, 0.486692), + normal: (0.197027, 0.937222, 0.287741), }, + Vertex { position: (4.423033, 2.561337, 0.603562), + normal: (-0.247355, 0.948391, -0.198417), }, + Vertex { position: (4.484667, 2.534451, 0.708888), + normal: (-0.210882, 0.942026, -0.260988), }, + Vertex { position: (4.44076, 2.490353, 0.629287), + normal: (-0.145585, 0.915338, -0.375448), }, + Vertex { position: (4.423033, 2.561337, 0.603562), + normal: (-0.247355, 0.948391, -0.198417), }, + Vertex { position: (4.484667, 2.534451, 0.708888), + normal: (-0.210882, 0.942026, -0.260988), }, + Vertex { position: (4.423033, 2.561337, 0.603562), + normal: (-0.247355, 0.948391, -0.198417), }, + Vertex { position: (4.47609, 2.606654, 0.692301), + normal: (-0.162972, 0.917259, -0.363422), }, + Vertex { position: (4.520165, 2.557971, 0.762427), + normal: (-0.502348, 0.838173, -0.212398), }, + Vertex { position: (4.484667, 2.534451, 0.708888), + normal: (-0.210882, 0.942026, -0.260988), }, + Vertex { position: (4.47609, 2.606654, 0.692301), + normal: (-0.162972, 0.917259, -0.363422), }, + Vertex { position: (4.520165, 2.557971, 0.762427), + normal: (-0.502348, 0.838173, -0.212398), }, + Vertex { position: (4.47609, 2.606654, 0.692301), + normal: (-0.162972, 0.917259, -0.363422), }, + Vertex { position: (4.520603, 2.639162, 0.745542), + normal: (-0.900694, 0.426849, 0.080936), }, + Vertex { position: (4.59262, 2.569879, 0.790452), + normal: (-0.768362, 0.592231, -0.242657), }, + Vertex { position: (4.520165, 2.557971, 0.762427), + normal: (-0.502348, 0.838173, -0.212398), }, + Vertex { position: (4.520603, 2.639162, 0.745542), + normal: (-0.900694, 0.426849, 0.080936), }, + Vertex { position: (4.59262, 2.569879, 0.790452), + normal: (-0.768362, 0.592231, -0.242657), }, + Vertex { position: (4.520603, 2.639162, 0.745542), + normal: (-0.900694, 0.426849, 0.080936), }, + Vertex { position: (4.574545, 2.669863, 0.780363), + normal: (-0.683788, 0.700764, -0.203383), }, + Vertex { position: (4.674691, 2.598833, 0.808006), + normal: (-0.981668, 0.173926, -0.077954), }, + Vertex { position: (4.59262, 2.569879, 0.790452), + normal: (-0.768362, 0.592231, -0.242657), }, + Vertex { position: (4.574545, 2.669863, 0.780363), + normal: (-0.683788, 0.700764, -0.203383), }, + Vertex { position: (4.674691, 2.598833, 0.808006), + normal: (-0.981668, 0.173926, -0.077954), }, + Vertex { position: (4.574545, 2.669863, 0.780363), + normal: (-0.683788, 0.700764, -0.203383), }, + Vertex { position: (4.656565, 2.680542, 0.799684), + normal: (-0.892748, 0.392127, -0.221893), }, + Vertex { position: (4.656565, 2.680542, 0.799684), + normal: (-0.892748, 0.392127, -0.221893), }, + Vertex { position: (4.574545, 2.669863, 0.780363), + normal: (-0.683788, 0.700764, -0.203383), }, + Vertex { position: (4.546655, 2.709095, 0.80378), + normal: (-0.816521, 0.559553, -0.142109), }, + Vertex { position: (4.656565, 2.680542, 0.799684), + normal: (-0.892748, 0.392127, -0.221893), }, + Vertex { position: (4.546655, 2.709095, 0.80378), + normal: (-0.816521, 0.559553, -0.142109), }, + Vertex { position: (4.646703, 2.728688, 0.822295), + normal: (-0.990661, 0.056144, -0.124249), }, + Vertex { position: (4.646703, 2.728688, 0.822295), + normal: (-0.990661, 0.056144, -0.124249), }, + Vertex { position: (4.546655, 2.709095, 0.80378), + normal: (-0.816521, 0.559553, -0.142109), }, + Vertex { position: (4.509555, 2.719807, 0.819972), + normal: (-0.940256, 0.335069, -0.060403), }, + Vertex { position: (4.646703, 2.728688, 0.822295), + normal: (-0.990661, 0.056144, -0.124249), }, + Vertex { position: (4.509555, 2.719807, 0.819972), + normal: (-0.940256, 0.335069, -0.060403), }, + Vertex { position: (4.636909, 2.750501, 0.856859), + normal: (-0.894795, 0.444359, -0.043442), }, + Vertex { position: (4.729447, 2.606204, 0.807513), + normal: (-0.984655, 0.15519, 0.07981), }, + Vertex { position: (4.674691, 2.598833, 0.808006), + normal: (-0.981668, 0.173926, -0.077954), }, + Vertex { position: (4.656565, 2.680542, 0.799684), + normal: (-0.892748, 0.392127, -0.221893), }, + Vertex { position: (4.729447, 2.606204, 0.807513), + normal: (-0.984655, 0.15519, 0.07981), }, + Vertex { position: (4.656565, 2.680542, 0.799684), + normal: (-0.892748, 0.392127, -0.221893), }, + Vertex { position: (4.748031, 2.683805, 0.800044), + normal: (-0.941564, 0.056551, 0.332054), }, + Vertex { position: (4.748031, 2.683805, 0.800044), + normal: (-0.941564, 0.056551, 0.332054), }, + Vertex { position: (4.656565, 2.680542, 0.799684), + normal: (-0.892748, 0.392127, -0.221893), }, + Vertex { position: (4.646703, 2.728688, 0.822295), + normal: (-0.990661, 0.056144, -0.124249), }, + Vertex { position: (4.748031, 2.683805, 0.800044), + normal: (-0.941564, 0.056551, 0.332054), }, + Vertex { position: (4.646703, 2.728688, 0.822295), + normal: (-0.990661, 0.056144, -0.124249), }, + Vertex { position: (4.728931, 2.721892, 0.832625), + normal: (-0.978317, 0.206989, -0.00716), }, + Vertex { position: (4.728931, 2.721892, 0.832625), + normal: (-0.978317, 0.206989, -0.00716), }, + Vertex { position: (4.646703, 2.728688, 0.822295), + normal: (-0.990661, 0.056144, -0.124249), }, + Vertex { position: (4.636909, 2.750501, 0.856859), + normal: (-0.894795, 0.444359, -0.043442), }, + Vertex { position: (4.728931, 2.721892, 0.832625), + normal: (-0.978317, 0.206989, -0.00716), }, + Vertex { position: (4.636909, 2.750501, 0.856859), + normal: (-0.894795, 0.444359, -0.043442), }, + Vertex { position: (4.719171, 2.751091, 0.865965), + normal: (-0.463096, -0.149333, 0.873637), }, + Vertex { position: (4.821336, 2.621498, 0.789636), + normal: (-0.791764, -0.610494, -0.020171), }, + Vertex { position: (4.729447, 2.606204, 0.807513), + normal: (-0.984655, 0.15519, 0.07981), }, + Vertex { position: (4.748031, 2.683805, 0.800044), + normal: (-0.941564, 0.056551, 0.332054), }, + Vertex { position: (4.821336, 2.621498, 0.789636), + normal: (-0.791764, -0.610494, -0.020171), }, + Vertex { position: (4.748031, 2.683805, 0.800044), + normal: (-0.941564, 0.056551, 0.332054), }, + Vertex { position: (4.821325, 2.691794, 0.791887), + normal: (-0.64155, -0.578509, 0.503727), }, + Vertex { position: (4.821325, 2.691794, 0.791887), + normal: (-0.64155, -0.578509, 0.503727), }, + Vertex { position: (4.748031, 2.683805, 0.800044), + normal: (-0.941564, 0.056551, 0.332054), }, + Vertex { position: (4.728931, 2.721892, 0.832625), + normal: (-0.978317, 0.206989, -0.00716), }, + Vertex { position: (4.821325, 2.691794, 0.791887), + normal: (-0.64155, -0.578509, 0.503727), }, + Vertex { position: (4.728931, 2.721892, 0.832625), + normal: (-0.978317, 0.206989, -0.00716), }, + Vertex { position: (4.811798, 2.72868, 0.815406), + normal: (-0.832539, -0.5495, 0.070196), }, + Vertex { position: (4.801436, 2.750224, 0.858918), + normal: (-0.862876, -0.450622, 0.228877), }, + Vertex { position: (4.811798, 2.72868, 0.815406), + normal: (-0.832539, -0.5495, 0.070196), }, + Vertex { position: (4.728931, 2.721892, 0.832625), + normal: (-0.978317, 0.206989, -0.00716), }, + Vertex { position: (4.801436, 2.750224, 0.858918), + normal: (-0.862876, -0.450622, 0.228877), }, + Vertex { position: (4.728931, 2.721892, 0.832625), + normal: (-0.978317, 0.206989, -0.00716), }, + Vertex { position: (4.719171, 2.751091, 0.865965), + normal: (-0.463096, -0.149333, 0.873637), }, + Vertex { position: (4.811798, 2.72868, 0.815406), + normal: (-0.832539, -0.5495, 0.070196), }, + Vertex { position: (4.801436, 2.750224, 0.858918), + normal: (-0.862876, -0.450622, 0.228877), }, + Vertex { position: (5.096148, 2.75972, 0.774729), + normal: (-0.916647, -0.2944, 0.270344), }, + Vertex { position: (4.821325, 2.691794, 0.791887), + normal: (-0.64155, -0.578509, 0.503727), }, + Vertex { position: (4.811798, 2.72868, 0.815406), + normal: (-0.832539, -0.5495, 0.070196), }, + Vertex { position: (5.096148, 2.75972, 0.774729), + normal: (-0.916647, -0.2944, 0.270344), }, + Vertex { position: (4.821336, 2.621498, 0.789636), + normal: (-0.791764, -0.610494, -0.020171), }, + Vertex { position: (4.821325, 2.691794, 0.791887), + normal: (-0.64155, -0.578509, 0.503727), }, + Vertex { position: (5.096148, 2.75972, 0.774729), + normal: (-0.916647, -0.2944, 0.270344), }, + Vertex { position: (4.472349, 2.325133, 0.443764), + normal: (0.231006, -0.859096, 0.456717), }, + Vertex { position: (4.474318, 2.418432, 0.361347), + normal: (-0.849668, 0.488771, -0.197904), }, + Vertex { position: (4.44385, 2.449921, 0.495432), + normal: (-0.476729, 0.840923, -0.25608), }, + Vertex { position: (4.472349, 2.325133, 0.443764), + normal: (0.231006, -0.859096, 0.456717), }, + Vertex { position: (4.44385, 2.449921, 0.495432), + normal: (-0.476729, 0.840923, -0.25608), }, + Vertex { position: (4.442912, 2.343263, 0.53322), + normal: (-0.975013, -0.179566, 0.130791), }, + Vertex { position: (4.442912, 2.343263, 0.53322), + normal: (-0.975013, -0.179566, 0.130791), }, + Vertex { position: (4.44385, 2.449921, 0.495432), + normal: (-0.476729, 0.840923, -0.25608), }, + Vertex { position: (4.44076, 2.490353, 0.629287), + normal: (-0.145585, 0.915338, -0.375448), }, + Vertex { position: (4.442912, 2.343263, 0.53322), + normal: (-0.975013, -0.179566, 0.130791), }, + Vertex { position: (4.44076, 2.490353, 0.629287), + normal: (-0.145585, 0.915338, -0.375448), }, + Vertex { position: (4.440713, 2.398472, 0.629128), + normal: (-0.963659, -0.230665, 0.134738), }, + Vertex { position: (4.474625, 2.465214, 0.75189), + normal: (-0.990956, -0.062739, 0.118613), }, + Vertex { position: (4.440713, 2.398472, 0.629128), + normal: (-0.963659, -0.230665, 0.134738), }, + Vertex { position: (4.44076, 2.490353, 0.629287), + normal: (-0.145585, 0.915338, -0.375448), }, + Vertex { position: (4.474625, 2.465214, 0.75189), + normal: (-0.990956, -0.062739, 0.118613), }, + Vertex { position: (4.44076, 2.490353, 0.629287), + normal: (-0.145585, 0.915338, -0.375448), }, + Vertex { position: (4.484667, 2.534451, 0.708888), + normal: (-0.210882, 0.942026, -0.260988), }, + Vertex { position: (4.32063, 2.385528, 0.682583), + normal: (-0.473779, -0.24744, 0.845167), }, + Vertex { position: (4.314039, 2.32946, 0.57751), + normal: (-0.938303, -0.3372, 0.076703), }, + Vertex { position: (4.442912, 2.343263, 0.53322), + normal: (-0.975013, -0.179566, 0.130791), }, + Vertex { position: (4.32063, 2.385528, 0.682583), + normal: (-0.473779, -0.24744, 0.845167), }, + Vertex { position: (4.442912, 2.343263, 0.53322), + normal: (-0.975013, -0.179566, 0.130791), }, + Vertex { position: (4.440713, 2.398472, 0.629128), + normal: (-0.963659, -0.230665, 0.134738), }, + Vertex { position: (4.296769, 2.260422, 0.528796), + normal: (-0.713872, -0.610821, 0.342469), }, + Vertex { position: (4.472349, 2.325133, 0.443764), + normal: (0.231006, -0.859096, 0.456717), }, + Vertex { position: (4.442912, 2.343263, 0.53322), + normal: (-0.975013, -0.179566, 0.130791), }, + Vertex { position: (4.296769, 2.260422, 0.528796), + normal: (-0.713872, -0.610821, 0.342469), }, + Vertex { position: (4.442912, 2.343263, 0.53322), + normal: (-0.975013, -0.179566, 0.130791), }, + Vertex { position: (4.314039, 2.32946, 0.57751), + normal: (-0.938303, -0.3372, 0.076703), }, + Vertex { position: (4.382053, 2.433474, 0.798757), + normal: (-0.719395, -0.61545, 0.322011), }, + Vertex { position: (4.32063, 2.385528, 0.682583), + normal: (-0.473779, -0.24744, 0.845167), }, + Vertex { position: (4.440713, 2.398472, 0.629128), + normal: (-0.963659, -0.230665, 0.134738), }, + Vertex { position: (4.382053, 2.433474, 0.798757), + normal: (-0.719395, -0.61545, 0.322011), }, + Vertex { position: (4.440713, 2.398472, 0.629128), + normal: (-0.963659, -0.230665, 0.134738), }, + Vertex { position: (4.474625, 2.465214, 0.75189), + normal: (-0.990956, -0.062739, 0.118613), }, + Vertex { position: (4.538177, 2.513353, 0.776566), + normal: (-0.841909, -0.49598, 0.212588), }, + Vertex { position: (4.474625, 2.465214, 0.75189), + normal: (-0.990956, -0.062739, 0.118613), }, + Vertex { position: (4.484667, 2.534451, 0.708888), + normal: (-0.210882, 0.942026, -0.260988), }, + Vertex { position: (4.538177, 2.513353, 0.776566), + normal: (-0.841909, -0.49598, 0.212588), }, + Vertex { position: (4.484667, 2.534451, 0.708888), + normal: (-0.210882, 0.942026, -0.260988), }, + Vertex { position: (4.520165, 2.557971, 0.762427), + normal: (-0.502348, 0.838173, -0.212398), }, + Vertex { position: (4.444739, 2.475795, 0.860515), + normal: (0.760119, -0.003927, 0.649772), }, + Vertex { position: (4.382053, 2.433474, 0.798757), + normal: (-0.719395, -0.61545, 0.322011), }, + Vertex { position: (4.474625, 2.465214, 0.75189), + normal: (-0.990956, -0.062739, 0.118613), }, + Vertex { position: (4.444739, 2.475795, 0.860515), + normal: (0.760119, -0.003927, 0.649772), }, + Vertex { position: (4.474625, 2.465214, 0.75189), + normal: (-0.990956, -0.062739, 0.118613), }, + Vertex { position: (4.538177, 2.513353, 0.776566), + normal: (-0.841909, -0.49598, 0.212588), }, + Vertex { position: (4.601515, 2.533324, 0.794193), + normal: (0.911709, -0.064353, 0.405764), }, + Vertex { position: (4.538177, 2.513353, 0.776566), + normal: (-0.841909, -0.49598, 0.212588), }, + Vertex { position: (4.520165, 2.557971, 0.762427), + normal: (-0.502348, 0.838173, -0.212398), }, + Vertex { position: (4.601515, 2.533324, 0.794193), + normal: (0.911709, -0.064353, 0.405764), }, + Vertex { position: (4.520165, 2.557971, 0.762427), + normal: (-0.502348, 0.838173, -0.212398), }, + Vertex { position: (4.59262, 2.569879, 0.790452), + normal: (-0.768362, 0.592231, -0.242657), }, + Vertex { position: (4.554459, 2.511417, 0.850571), + normal: (0.3335, 0.232683, 0.913584), }, + Vertex { position: (4.444739, 2.475795, 0.860515), + normal: (0.760119, -0.003927, 0.649772), }, + Vertex { position: (4.538177, 2.513353, 0.776566), + normal: (-0.841909, -0.49598, 0.212588), }, + Vertex { position: (4.554459, 2.511417, 0.850571), + normal: (0.3335, 0.232683, 0.913584), }, + Vertex { position: (4.538177, 2.513353, 0.776566), + normal: (-0.841909, -0.49598, 0.212588), }, + Vertex { position: (4.601515, 2.533324, 0.794193), + normal: (0.911709, -0.064353, 0.405764), }, + Vertex { position: (4.683344, 2.554221, 0.821927), + normal: (0.245858, 0.150988, 0.957474), }, + Vertex { position: (4.601515, 2.533324, 0.794193), + normal: (0.911709, -0.064353, 0.405764), }, + Vertex { position: (4.59262, 2.569879, 0.790452), + normal: (-0.768362, 0.592231, -0.242657), }, + Vertex { position: (4.683344, 2.554221, 0.821927), + normal: (0.245858, 0.150988, 0.957474), }, + Vertex { position: (4.59262, 2.569879, 0.790452), + normal: (-0.768362, 0.592231, -0.242657), }, + Vertex { position: (4.674691, 2.598833, 0.808006), + normal: (-0.981668, 0.173926, -0.077954), }, + Vertex { position: (4.681847, 2.551036, 0.886235), + normal: (0.895851, 0.326389, 0.301532), }, + Vertex { position: (4.554459, 2.511417, 0.850571), + normal: (0.3335, 0.232683, 0.913584), }, + Vertex { position: (4.601515, 2.533324, 0.794193), + normal: (0.911709, -0.064353, 0.405764), }, + Vertex { position: (4.681847, 2.551036, 0.886235), + normal: (0.895851, 0.326389, 0.301532), }, + Vertex { position: (4.601515, 2.533324, 0.794193), + normal: (0.911709, -0.064353, 0.405764), }, + Vertex { position: (4.683344, 2.554221, 0.821927), + normal: (0.245858, 0.150988, 0.957474), }, + Vertex { position: (4.755192, 2.568818, 0.876311), + normal: (-0.279333, 0.256918, 0.925184), }, + Vertex { position: (4.681847, 2.551036, 0.886235), + normal: (0.895851, 0.326389, 0.301532), }, + Vertex { position: (4.683344, 2.554221, 0.821927), + normal: (0.245858, 0.150988, 0.957474), }, + Vertex { position: (4.755192, 2.568818, 0.876311), + normal: (-0.279333, 0.256918, 0.925184), }, + Vertex { position: (4.683344, 2.554221, 0.821927), + normal: (0.245858, 0.150988, 0.957474), }, + Vertex { position: (4.737893, 2.564648, 0.830389), + normal: (-0.396467, 0.225967, 0.889805), }, + Vertex { position: (4.856249, 2.593812, 0.867067), + normal: (-0.274209, -0.939323, -0.20611), }, + Vertex { position: (4.755192, 2.568818, 0.876311), + normal: (-0.279333, 0.256918, 0.925184), }, + Vertex { position: (4.737893, 2.564648, 0.830389), + normal: (-0.396467, 0.225967, 0.889805), }, + Vertex { position: (4.856249, 2.593812, 0.867067), + normal: (-0.274209, -0.939323, -0.20611), }, + Vertex { position: (4.737893, 2.564648, 0.830389), + normal: (-0.396467, 0.225967, 0.889805), }, + Vertex { position: (4.829566, 2.580797, 0.821827), + normal: (-0.274209, -0.939323, -0.20611), }, + Vertex { position: (4.737893, 2.564648, 0.830389), + normal: (-0.396467, 0.225967, 0.889805), }, + Vertex { position: (4.683344, 2.554221, 0.821927), + normal: (0.245858, 0.150988, 0.957474), }, + Vertex { position: (4.674691, 2.598833, 0.808006), + normal: (-0.981668, 0.173926, -0.077954), }, + Vertex { position: (4.737893, 2.564648, 0.830389), + normal: (-0.396467, 0.225967, 0.889805), }, + Vertex { position: (4.674691, 2.598833, 0.808006), + normal: (-0.981668, 0.173926, -0.077954), }, + Vertex { position: (4.729447, 2.606204, 0.807513), + normal: (-0.984655, 0.15519, 0.07981), }, + Vertex { position: (4.829566, 2.580797, 0.821827), + normal: (-0.274209, -0.939323, -0.20611), }, + Vertex { position: (4.737893, 2.564648, 0.830389), + normal: (-0.396467, 0.225967, 0.889805), }, + Vertex { position: (4.729447, 2.606204, 0.807513), + normal: (-0.984655, 0.15519, 0.07981), }, + Vertex { position: (4.829566, 2.580797, 0.821827), + normal: (-0.274209, -0.939323, -0.20611), }, + Vertex { position: (4.729447, 2.606204, 0.807513), + normal: (-0.984655, 0.15519, 0.07981), }, + Vertex { position: (4.821336, 2.621498, 0.789636), + normal: (-0.791764, -0.610494, -0.020171), }, + Vertex { position: (4.497719, 2.54748, 0.937659), + normal: (-0.21443, -0.974064, 0.072245), }, + Vertex { position: (4.554459, 2.511417, 0.850571), + normal: (0.3335, 0.232683, 0.913584), }, + Vertex { position: (4.681847, 2.551036, 0.886235), + normal: (0.895851, 0.326389, 0.301532), }, + Vertex { position: (4.497719, 2.54748, 0.937659), + normal: (-0.21443, -0.974064, 0.072245), }, + Vertex { position: (4.681847, 2.551036, 0.886235), + normal: (0.895851, 0.326389, 0.301532), }, + Vertex { position: (4.662221, 2.556346, 0.940618), + normal: (-0.21443, -0.974064, 0.072245), }, + Vertex { position: (4.755192, 2.568818, 0.876311), + normal: (-0.279333, 0.256918, 0.925184), }, + Vertex { position: (4.763337, 2.590834, 0.929248), + normal: (-0.137011, -0.928676, 0.344657), }, + Vertex { position: (4.662221, 2.556346, 0.940618), + normal: (-0.21443, -0.974064, 0.072245), }, + Vertex { position: (4.755192, 2.568818, 0.876311), + normal: (-0.279333, 0.256918, 0.925184), }, + Vertex { position: (4.662221, 2.556346, 0.940618), + normal: (-0.21443, -0.974064, 0.072245), }, + Vertex { position: (4.681847, 2.551036, 0.886235), + normal: (0.895851, 0.326389, 0.301532), }, + Vertex { position: (4.763337, 2.590834, 0.929248), + normal: (-0.137011, -0.928676, 0.344657), }, + Vertex { position: (4.755192, 2.568818, 0.876311), + normal: (-0.279333, 0.256918, 0.925184), }, + Vertex { position: (4.856249, 2.593812, 0.867067), + normal: (-0.274209, -0.939323, -0.20611), }, + Vertex { position: (4.763337, 2.590834, 0.929248), + normal: (-0.137011, -0.928676, 0.344657), }, + Vertex { position: (4.856249, 2.593812, 0.867067), + normal: (-0.274209, -0.939323, -0.20611), }, + Vertex { position: (4.883022, 2.613658, 0.893163), + normal: (-0.137011, -0.928676, 0.344657), }, + Vertex { position: (4.497719, 2.54748, 0.937659), + normal: (-0.21443, -0.974064, 0.072245), }, + Vertex { position: (4.352603, 2.524888, 0.890532), + normal: (-0.250481, -0.945625, -0.207493), }, + Vertex { position: (4.444739, 2.475795, 0.860515), + normal: (0.760119, -0.003927, 0.649772), }, + Vertex { position: (4.497719, 2.54748, 0.937659), + normal: (-0.21443, -0.974064, 0.072245), }, + Vertex { position: (4.444739, 2.475795, 0.860515), + normal: (0.760119, -0.003927, 0.649772), }, + Vertex { position: (4.554459, 2.511417, 0.850571), + normal: (0.3335, 0.232683, 0.913584), }, + Vertex { position: (4.262798, 2.490674, 0.818316), + normal: (-0.250481, -0.945625, -0.207493), }, + Vertex { position: (4.382053, 2.433474, 0.798757), + normal: (-0.719395, -0.61545, 0.322011), }, + Vertex { position: (4.444739, 2.475795, 0.860515), + normal: (0.760119, -0.003927, 0.649772), }, + Vertex { position: (4.262798, 2.490674, 0.818316), + normal: (-0.250481, -0.945625, -0.207493), }, + Vertex { position: (4.444739, 2.475795, 0.860515), + normal: (0.760119, -0.003927, 0.649772), }, + Vertex { position: (4.352603, 2.524888, 0.890532), + normal: (-0.250481, -0.945625, -0.207493), }, + Vertex { position: (4.192789, 2.411967, 0.668016), + normal: (-0.19553, -0.978064, 0.071821), }, + Vertex { position: (4.32063, 2.385528, 0.682583), + normal: (-0.473779, -0.24744, 0.845167), }, + Vertex { position: (4.382053, 2.433474, 0.798757), + normal: (-0.719395, -0.61545, 0.322011), }, + Vertex { position: (4.192789, 2.411967, 0.668016), + normal: (-0.19553, -0.978064, 0.071821), }, + Vertex { position: (4.382053, 2.433474, 0.798757), + normal: (-0.719395, -0.61545, 0.322011), }, + Vertex { position: (4.262798, 2.490674, 0.818316), + normal: (-0.250481, -0.945625, -0.207493), }, + Vertex { position: (4.193959, 2.370476, 0.616705), + normal: (-0.19553, -0.978064, 0.071821), }, + Vertex { position: (4.314039, 2.32946, 0.57751), + normal: (-0.938303, -0.3372, 0.076703), }, + Vertex { position: (4.32063, 2.385528, 0.682583), + normal: (-0.473779, -0.24744, 0.845167), }, + Vertex { position: (4.193959, 2.370476, 0.616705), + normal: (-0.19553, -0.978064, 0.071821), }, + Vertex { position: (4.32063, 2.385528, 0.682583), + normal: (-0.473779, -0.24744, 0.845167), }, + Vertex { position: (4.192789, 2.411967, 0.668016), + normal: (-0.19553, -0.978064, 0.071821), }, + Vertex { position: (4.296769, 2.260422, 0.528796), + normal: (-0.713872, -0.610821, 0.342469), }, + Vertex { position: (4.314039, 2.32946, 0.57751), + normal: (-0.938303, -0.3372, 0.076703), }, + Vertex { position: (4.193959, 2.370476, 0.616705), + normal: (-0.19553, -0.978064, 0.071821), }, + Vertex { position: (4.296769, 2.260422, 0.528796), + normal: (-0.713872, -0.610821, 0.342469), }, + Vertex { position: (4.193959, 2.370476, 0.616705), + normal: (-0.19553, -0.978064, 0.071821), }, + Vertex { position: (4.113935, 2.334131, 0.526471), + normal: (-0.124529, -0.930217, 0.345238), }, + Vertex { position: (4.856249, 2.593812, 0.867067), + normal: (-0.274209, -0.939323, -0.20611), }, + Vertex { position: (5.096148, 2.75972, 0.774729), + normal: (-0.916647, -0.2944, 0.270344), }, + Vertex { position: (4.883022, 2.613658, 0.893163), + normal: (-0.137011, -0.928676, 0.344657), }, + Vertex { position: (4.883022, 2.613658, 0.893163), + normal: (-0.137011, -0.928676, 0.344657), }, + Vertex { position: (4.854957, 2.660227, 0.92431), + normal: (0.186393, -0.974436, -0.125429), }, + Vertex { position: (4.735139, 2.645464, 0.95089), + normal: (-0.124529, -0.930217, 0.345238), }, + Vertex { position: (4.883022, 2.613658, 0.893163), + normal: (-0.137011, -0.928676, 0.344657), }, + Vertex { position: (4.735139, 2.645464, 0.95089), + normal: (-0.124529, -0.930217, 0.345238), }, + Vertex { position: (4.763337, 2.590834, 0.929248), + normal: (-0.137011, -0.928676, 0.344657), }, + Vertex { position: (4.763337, 2.590834, 0.929248), + normal: (-0.137011, -0.928676, 0.344657), }, + Vertex { position: (4.735139, 2.645464, 0.95089), + normal: (-0.124529, -0.930217, 0.345238), }, + Vertex { position: (4.615662, 2.63387, 0.977986), + normal: (0.361848, -0.921221, -0.142892), }, + Vertex { position: (4.763337, 2.590834, 0.929248), + normal: (-0.137011, -0.928676, 0.344657), }, + Vertex { position: (4.615662, 2.63387, 0.977986), + normal: (0.361848, -0.921221, -0.142892), }, + Vertex { position: (4.662221, 2.556346, 0.940618), + normal: (-0.21443, -0.974064, 0.072245), }, + Vertex { position: (4.662221, 2.556346, 0.940618), + normal: (-0.21443, -0.974064, 0.072245), }, + Vertex { position: (4.615662, 2.63387, 0.977986), + normal: (0.361848, -0.921221, -0.142892), }, + Vertex { position: (4.460582, 2.622875, 0.957002), + normal: (-0.199236, -0.974239, -0.105658), }, + Vertex { position: (4.662221, 2.556346, 0.940618), + normal: (-0.21443, -0.974064, 0.072245), }, + Vertex { position: (4.460582, 2.622875, 0.957002), + normal: (-0.199236, -0.974239, -0.105658), }, + Vertex { position: (4.497719, 2.54748, 0.937659), + normal: (-0.21443, -0.974064, 0.072245), }, + Vertex { position: (4.497719, 2.54748, 0.937659), + normal: (-0.21443, -0.974064, 0.072245), }, + Vertex { position: (4.460582, 2.622875, 0.957002), + normal: (-0.199236, -0.974239, -0.105658), }, + Vertex { position: (4.343217, 2.589542, 0.893106), + normal: (-0.942162, -0.29295, -0.162822), }, + Vertex { position: (4.497719, 2.54748, 0.937659), + normal: (-0.21443, -0.974064, 0.072245), }, + Vertex { position: (4.343217, 2.589542, 0.893106), + normal: (-0.942162, -0.29295, -0.162822), }, + Vertex { position: (4.352603, 2.524888, 0.890532), + normal: (-0.250481, -0.945625, -0.207493), }, + Vertex { position: (4.352603, 2.524888, 0.890532), + normal: (-0.250481, -0.945625, -0.207493), }, + Vertex { position: (4.343217, 2.589542, 0.893106), + normal: (-0.942162, -0.29295, -0.162822), }, + Vertex { position: (4.244622, 2.554467, 0.811726), + normal: (-0.982438, -0.108835, -0.151559), }, + Vertex { position: (4.352603, 2.524888, 0.890532), + normal: (-0.250481, -0.945625, -0.207493), }, + Vertex { position: (4.244622, 2.554467, 0.811726), + normal: (-0.982438, -0.108835, -0.151559), }, + Vertex { position: (4.262798, 2.490674, 0.818316), + normal: (-0.250481, -0.945625, -0.207493), }, + Vertex { position: (4.262798, 2.490674, 0.818316), + normal: (-0.250481, -0.945625, -0.207493), }, + Vertex { position: (4.244622, 2.554467, 0.811726), + normal: (-0.982438, -0.108835, -0.151559), }, + Vertex { position: (4.138687, 2.474013, 0.642311), + normal: (-0.668254, -0.729938, -0.143622), }, + Vertex { position: (4.262798, 2.490674, 0.818316), + normal: (-0.250481, -0.945625, -0.207493), }, + Vertex { position: (4.138687, 2.474013, 0.642311), + normal: (-0.668254, -0.729938, -0.143622), }, + Vertex { position: (4.192789, 2.411967, 0.668016), + normal: (-0.19553, -0.978064, 0.071821), }, + Vertex { position: (5.096148, 2.75972, 0.774729), + normal: (-0.916647, -0.2944, 0.270344), }, + Vertex { position: (4.854957, 2.660227, 0.92431), + normal: (0.186393, -0.974436, -0.125429), }, + Vertex { position: (4.883022, 2.613658, 0.893163), + normal: (-0.137011, -0.928676, 0.344657), }, + Vertex { position: (4.193959, 2.370476, 0.616705), + normal: (-0.19553, -0.978064, 0.071821), }, + Vertex { position: (4.192789, 2.411967, 0.668016), + normal: (-0.19553, -0.978064, 0.071821), }, + Vertex { position: (4.138687, 2.474013, 0.642311), + normal: (-0.668254, -0.729938, -0.143622), }, + Vertex { position: (4.193959, 2.370476, 0.616705), + normal: (-0.19553, -0.978064, 0.071821), }, + Vertex { position: (4.138687, 2.474013, 0.642311), + normal: (-0.668254, -0.729938, -0.143622), }, + Vertex { position: (4.121994, 2.458034, 0.570029), + normal: (-0.973393, -0.128296, 0.18986), }, + Vertex { position: (4.07851, 2.41181, 0.472193), + normal: (-0.138401, -0.989733, 0.035683), }, + Vertex { position: (4.113935, 2.334131, 0.526471), + normal: (-0.124529, -0.930217, 0.345238), }, + Vertex { position: (4.193959, 2.370476, 0.616705), + normal: (-0.19553, -0.978064, 0.071821), }, + Vertex { position: (4.07851, 2.41181, 0.472193), + normal: (-0.138401, -0.989733, 0.035683), }, + Vertex { position: (4.193959, 2.370476, 0.616705), + normal: (-0.19553, -0.978064, 0.071821), }, + Vertex { position: (4.121994, 2.458034, 0.570029), + normal: (-0.973393, -0.128296, 0.18986), }, + Vertex { position: (4.343217, 2.589542, 0.893106), + normal: (-0.942162, -0.29295, -0.162822), }, + Vertex { position: (4.342998, 2.664049, 0.904347), + normal: (-0.927379, -0.346541, 0.14099), }, + Vertex { position: (4.235494, 2.636171, 0.803613), + normal: (-0.601432, -0.796051, 0.067694), }, + Vertex { position: (4.343217, 2.589542, 0.893106), + normal: (-0.942162, -0.29295, -0.162822), }, + Vertex { position: (4.235494, 2.636171, 0.803613), + normal: (-0.601432, -0.796051, 0.067694), }, + Vertex { position: (4.244622, 2.554467, 0.811726), + normal: (-0.982438, -0.108835, -0.151559), }, + Vertex { position: (4.460582, 2.622875, 0.957002), + normal: (-0.199236, -0.974239, -0.105658), }, + Vertex { position: (4.460786, 2.695616, 0.949972), + normal: (-0.850433, -0.132742, 0.509061), }, + Vertex { position: (4.342998, 2.664049, 0.904347), + normal: (-0.927379, -0.346541, 0.14099), }, + Vertex { position: (4.460582, 2.622875, 0.957002), + normal: (-0.199236, -0.974239, -0.105658), }, + Vertex { position: (4.342998, 2.664049, 0.904347), + normal: (-0.927379, -0.346541, 0.14099), }, + Vertex { position: (4.343217, 2.589542, 0.893106), + normal: (-0.942162, -0.29295, -0.162822), }, + Vertex { position: (4.615662, 2.63387, 0.977986), + normal: (0.361848, -0.921221, -0.142892), }, + Vertex { position: (4.6248, 2.708372, 0.989445), + normal: (-0.822149, -0.367113, 0.435086), }, + Vertex { position: (4.460786, 2.695616, 0.949972), + normal: (-0.850433, -0.132742, 0.509061), }, + Vertex { position: (4.615662, 2.63387, 0.977986), + normal: (0.361848, -0.921221, -0.142892), }, + Vertex { position: (4.460786, 2.695616, 0.949972), + normal: (-0.850433, -0.132742, 0.509061), }, + Vertex { position: (4.460582, 2.622875, 0.957002), + normal: (-0.199236, -0.974239, -0.105658), }, + Vertex { position: (4.244622, 2.554467, 0.811726), + normal: (-0.982438, -0.108835, -0.151559), }, + Vertex { position: (4.235494, 2.636171, 0.803613), + normal: (-0.601432, -0.796051, 0.067694), }, + Vertex { position: (4.138494, 2.557838, 0.652651), + normal: (-0.501842, -0.819591, 0.27645), }, + Vertex { position: (4.244622, 2.554467, 0.811726), + normal: (-0.982438, -0.108835, -0.151559), }, + Vertex { position: (4.138494, 2.557838, 0.652651), + normal: (-0.501842, -0.819591, 0.27645), }, + Vertex { position: (4.138687, 2.474013, 0.642311), + normal: (-0.668254, -0.729938, -0.143622), }, + Vertex { position: (4.121994, 2.458034, 0.570029), + normal: (-0.973393, -0.128296, 0.18986), }, + Vertex { position: (4.138687, 2.474013, 0.642311), + normal: (-0.668254, -0.729938, -0.143622), }, + Vertex { position: (4.138494, 2.557838, 0.652651), + normal: (-0.501842, -0.819591, 0.27645), }, + Vertex { position: (4.121994, 2.458034, 0.570029), + normal: (-0.973393, -0.128296, 0.18986), }, + Vertex { position: (4.138494, 2.557838, 0.652651), + normal: (-0.501842, -0.819591, 0.27645), }, + Vertex { position: (4.104292, 2.537976, 0.543437), + normal: (-0.075112, -0.981815, 0.174346), }, + Vertex { position: (4.07851, 2.41181, 0.472193), + normal: (-0.138401, -0.989733, 0.035683), }, + Vertex { position: (4.121994, 2.458034, 0.570029), + normal: (-0.973393, -0.128296, 0.18986), }, + Vertex { position: (4.104292, 2.537976, 0.543437), + normal: (-0.075112, -0.981815, 0.174346), }, + Vertex { position: (4.07851, 2.41181, 0.472193), + normal: (-0.138401, -0.989733, 0.035683), }, + Vertex { position: (4.104292, 2.537976, 0.543437), + normal: (-0.075112, -0.981815, 0.174346), }, + Vertex { position: (4.088356, 2.510913, 0.453793), + normal: (0.207048, -0.965263, 0.159371), }, + Vertex { position: (4.615662, 2.63387, 0.977986), + normal: (0.361848, -0.921221, -0.142892), }, + Vertex { position: (4.735139, 2.645464, 0.95089), + normal: (-0.124529, -0.930217, 0.345238), }, + Vertex { position: (4.753015, 2.699695, 0.973279), + normal: (0.846486, -0.14409, -0.512541), }, + Vertex { position: (4.615662, 2.63387, 0.977986), + normal: (0.361848, -0.921221, -0.142892), }, + Vertex { position: (4.753015, 2.699695, 0.973279), + normal: (0.846486, -0.14409, -0.512541), }, + Vertex { position: (4.6248, 2.708372, 0.989445), + normal: (-0.822149, -0.367113, 0.435086), }, + Vertex { position: (4.854957, 2.660227, 0.92431), + normal: (0.186393, -0.974436, -0.125429), }, + Vertex { position: (4.863709, 2.722151, 0.93666), + normal: (0.728229, -0.106722, -0.676973), }, + Vertex { position: (4.753015, 2.699695, 0.973279), + normal: (0.846486, -0.14409, -0.512541), }, + Vertex { position: (4.854957, 2.660227, 0.92431), + normal: (0.186393, -0.974436, -0.125429), }, + Vertex { position: (4.753015, 2.699695, 0.973279), + normal: (0.846486, -0.14409, -0.512541), }, + Vertex { position: (4.735139, 2.645464, 0.95089), + normal: (-0.124529, -0.930217, 0.345238), }, + Vertex { position: (4.209941, 2.600612, 0.337597), + normal: (-0.904972, -0.026555, 0.424641), }, + Vertex { position: (4.117367, 2.568514, 0.3845), + normal: (0.576293, -0.081905, -0.813128), }, + Vertex { position: (4.151183, 2.579059, 0.494606), + normal: (0.42646, -0.865041, 0.264264), }, + Vertex { position: (4.209941, 2.600612, 0.337597), + normal: (-0.904972, -0.026555, 0.424641), }, + Vertex { position: (4.151183, 2.579059, 0.494606), + normal: (0.42646, -0.865041, 0.264264), }, + Vertex { position: (4.22473, 2.624525, 0.491916), + normal: (-0.778386, 0.466325, 0.420305), }, + Vertex { position: (4.509555, 2.719807, 0.819972), + normal: (-0.940256, 0.335069, -0.060403), }, + Vertex { position: (4.462368, 2.725999, 0.882675), + normal: (-0.266521, -0.953514, 0.14063), }, + Vertex { position: (4.616626, 2.749486, 0.939333), + normal: (0.078387, -0.886884, 0.455294), }, + Vertex { position: (4.509555, 2.719807, 0.819972), + normal: (-0.940256, 0.335069, -0.060403), }, + Vertex { position: (4.616626, 2.749486, 0.939333), + normal: (0.078387, -0.886884, 0.455294), }, + Vertex { position: (4.636909, 2.750501, 0.856859), + normal: (-0.894795, 0.444359, -0.043442), }, + Vertex { position: (4.418954, 2.707401, 0.782531), + normal: (-0.31499, 0.894135, -0.318282), }, + Vertex { position: (4.354196, 2.711836, 0.826545), + normal: (-0.393317, -0.870591, -0.295589), }, + Vertex { position: (4.462368, 2.725999, 0.882675), + normal: (-0.266521, -0.953514, 0.14063), }, + Vertex { position: (4.418954, 2.707401, 0.782531), + normal: (-0.31499, 0.894135, -0.318282), }, + Vertex { position: (4.462368, 2.725999, 0.882675), + normal: (-0.266521, -0.953514, 0.14063), }, + Vertex { position: (4.509555, 2.719807, 0.819972), + normal: (-0.940256, 0.335069, -0.060403), }, + Vertex { position: (4.35668, 2.682996, 0.71905), + normal: (-0.671788, 0.737297, 0.07138), }, + Vertex { position: (4.273414, 2.686575, 0.753674), + normal: (-0.180888, -0.792822, -0.58199), }, + Vertex { position: (4.354196, 2.711836, 0.826545), + normal: (-0.393317, -0.870591, -0.295589), }, + Vertex { position: (4.35668, 2.682996, 0.71905), + normal: (-0.671788, 0.737297, 0.07138), }, + Vertex { position: (4.354196, 2.711836, 0.826545), + normal: (-0.393317, -0.870591, -0.295589), }, + Vertex { position: (4.418954, 2.707401, 0.782531), + normal: (-0.31499, 0.894135, -0.318282), }, + Vertex { position: (4.176065, 2.636883, 0.618384), + normal: (0.333262, -0.530645, -0.779328), }, + Vertex { position: (4.277169, 2.652435, 0.591369), + normal: (0.225135, 0.965893, 0.127928), }, + Vertex { position: (4.22473, 2.624525, 0.491916), + normal: (-0.778386, 0.466325, 0.420305), }, + Vertex { position: (4.176065, 2.636883, 0.618384), + normal: (0.333262, -0.530645, -0.779328), }, + Vertex { position: (4.22473, 2.624525, 0.491916), + normal: (-0.778386, 0.466325, 0.420305), }, + Vertex { position: (4.151183, 2.579059, 0.494606), + normal: (0.42646, -0.865041, 0.264264), }, + Vertex { position: (4.104292, 2.537976, 0.543437), + normal: (-0.075112, -0.981815, 0.174346), }, + Vertex { position: (4.151183, 2.579059, 0.494606), + normal: (0.42646, -0.865041, 0.264264), }, + Vertex { position: (4.117367, 2.568514, 0.3845), + normal: (0.576293, -0.081905, -0.813128), }, + Vertex { position: (4.104292, 2.537976, 0.543437), + normal: (-0.075112, -0.981815, 0.174346), }, + Vertex { position: (4.117367, 2.568514, 0.3845), + normal: (0.576293, -0.081905, -0.813128), }, + Vertex { position: (4.088356, 2.510913, 0.453793), + normal: (0.207048, -0.965263, 0.159371), }, + Vertex { position: (4.273414, 2.686575, 0.753674), + normal: (-0.180888, -0.792822, -0.58199), }, + Vertex { position: (4.35668, 2.682996, 0.71905), + normal: (-0.671788, 0.737297, 0.07138), }, + Vertex { position: (4.277169, 2.652435, 0.591369), + normal: (0.225135, 0.965893, 0.127928), }, + Vertex { position: (4.273414, 2.686575, 0.753674), + normal: (-0.180888, -0.792822, -0.58199), }, + Vertex { position: (4.277169, 2.652435, 0.591369), + normal: (0.225135, 0.965893, 0.127928), }, + Vertex { position: (4.176065, 2.636883, 0.618384), + normal: (0.333262, -0.530645, -0.779328), }, + Vertex { position: (4.138494, 2.557838, 0.652651), + normal: (-0.501842, -0.819591, 0.27645), }, + Vertex { position: (4.176065, 2.636883, 0.618384), + normal: (0.333262, -0.530645, -0.779328), }, + Vertex { position: (4.151183, 2.579059, 0.494606), + normal: (0.42646, -0.865041, 0.264264), }, + Vertex { position: (4.138494, 2.557838, 0.652651), + normal: (-0.501842, -0.819591, 0.27645), }, + Vertex { position: (4.151183, 2.579059, 0.494606), + normal: (0.42646, -0.865041, 0.264264), }, + Vertex { position: (4.104292, 2.537976, 0.543437), + normal: (-0.075112, -0.981815, 0.174346), }, + Vertex { position: (4.235494, 2.636171, 0.803613), + normal: (-0.601432, -0.796051, 0.067694), }, + Vertex { position: (4.273414, 2.686575, 0.753674), + normal: (-0.180888, -0.792822, -0.58199), }, + Vertex { position: (4.176065, 2.636883, 0.618384), + normal: (0.333262, -0.530645, -0.779328), }, + Vertex { position: (4.235494, 2.636171, 0.803613), + normal: (-0.601432, -0.796051, 0.067694), }, + Vertex { position: (4.176065, 2.636883, 0.618384), + normal: (0.333262, -0.530645, -0.779328), }, + Vertex { position: (4.138494, 2.557838, 0.652651), + normal: (-0.501842, -0.819591, 0.27645), }, + Vertex { position: (4.342998, 2.664049, 0.904347), + normal: (-0.927379, -0.346541, 0.14099), }, + Vertex { position: (4.354196, 2.711836, 0.826545), + normal: (-0.393317, -0.870591, -0.295589), }, + Vertex { position: (4.273414, 2.686575, 0.753674), + normal: (-0.180888, -0.792822, -0.58199), }, + Vertex { position: (4.342998, 2.664049, 0.904347), + normal: (-0.927379, -0.346541, 0.14099), }, + Vertex { position: (4.273414, 2.686575, 0.753674), + normal: (-0.180888, -0.792822, -0.58199), }, + Vertex { position: (4.235494, 2.636171, 0.803613), + normal: (-0.601432, -0.796051, 0.067694), }, + Vertex { position: (4.460786, 2.695616, 0.949972), + normal: (-0.850433, -0.132742, 0.509061), }, + Vertex { position: (4.462368, 2.725999, 0.882675), + normal: (-0.266521, -0.953514, 0.14063), }, + Vertex { position: (4.354196, 2.711836, 0.826545), + normal: (-0.393317, -0.870591, -0.295589), }, + Vertex { position: (4.460786, 2.695616, 0.949972), + normal: (-0.850433, -0.132742, 0.509061), }, + Vertex { position: (4.354196, 2.711836, 0.826545), + normal: (-0.393317, -0.870591, -0.295589), }, + Vertex { position: (4.342998, 2.664049, 0.904347), + normal: (-0.927379, -0.346541, 0.14099), }, + Vertex { position: (4.616626, 2.749486, 0.939333), + normal: (0.078387, -0.886884, 0.455294), }, + Vertex { position: (4.735445, 2.749285, 0.940329), + normal: (0.136995, -0.968757, -0.206741), }, + Vertex { position: (4.719171, 2.751091, 0.865965), + normal: (-0.463096, -0.149333, 0.873637), }, + Vertex { position: (4.616626, 2.749486, 0.939333), + normal: (0.078387, -0.886884, 0.455294), }, + Vertex { position: (4.719171, 2.751091, 0.865965), + normal: (-0.463096, -0.149333, 0.873637), }, + Vertex { position: (4.636909, 2.750501, 0.856859), + normal: (-0.894795, 0.444359, -0.043442), }, + Vertex { position: (4.719171, 2.751091, 0.865965), + normal: (-0.463096, -0.149333, 0.873637), }, + Vertex { position: (4.735445, 2.749285, 0.940329), + normal: (0.136995, -0.968757, -0.206741), }, + Vertex { position: (4.827733, 2.75439, 0.905049), + normal: (-0.460229, -0.015586, -0.887663), }, + Vertex { position: (4.719171, 2.751091, 0.865965), + normal: (-0.463096, -0.149333, 0.873637), }, + Vertex { position: (4.827733, 2.75439, 0.905049), + normal: (-0.460229, -0.015586, -0.887663), }, + Vertex { position: (4.801436, 2.750224, 0.858918), + normal: (-0.862876, -0.450622, 0.228877), }, + Vertex { position: (5.096148, 2.75972, 0.774729), + normal: (-0.916647, -0.2944, 0.270344), }, + Vertex { position: (4.801436, 2.750224, 0.858918), + normal: (-0.862876, -0.450622, 0.228877), }, + Vertex { position: (4.827733, 2.75439, 0.905049), + normal: (-0.460229, -0.015586, -0.887663), }, + Vertex { position: (4.460786, 2.695616, 0.949972), + normal: (-0.850433, -0.132742, 0.509061), }, + Vertex { position: (4.6248, 2.708372, 0.989445), + normal: (-0.822149, -0.367113, 0.435086), }, + Vertex { position: (4.616626, 2.749486, 0.939333), + normal: (0.078387, -0.886884, 0.455294), }, + Vertex { position: (4.460786, 2.695616, 0.949972), + normal: (-0.850433, -0.132742, 0.509061), }, + Vertex { position: (4.616626, 2.749486, 0.939333), + normal: (0.078387, -0.886884, 0.455294), }, + Vertex { position: (4.462368, 2.725999, 0.882675), + normal: (-0.266521, -0.953514, 0.14063), }, + Vertex { position: (4.6248, 2.708372, 0.989445), + normal: (-0.822149, -0.367113, 0.435086), }, + Vertex { position: (4.753015, 2.699695, 0.973279), + normal: (0.846486, -0.14409, -0.512541), }, + Vertex { position: (4.735445, 2.749285, 0.940329), + normal: (0.136995, -0.968757, -0.206741), }, + Vertex { position: (4.6248, 2.708372, 0.989445), + normal: (-0.822149, -0.367113, 0.435086), }, + Vertex { position: (4.735445, 2.749285, 0.940329), + normal: (0.136995, -0.968757, -0.206741), }, + Vertex { position: (4.616626, 2.749486, 0.939333), + normal: (0.078387, -0.886884, 0.455294), }, + Vertex { position: (4.827733, 2.75439, 0.905049), + normal: (-0.460229, -0.015586, -0.887663), }, + Vertex { position: (4.735445, 2.749285, 0.940329), + normal: (0.136995, -0.968757, -0.206741), }, + Vertex { position: (4.753015, 2.699695, 0.973279), + normal: (0.846486, -0.14409, -0.512541), }, + Vertex { position: (4.827733, 2.75439, 0.905049), + normal: (-0.460229, -0.015586, -0.887663), }, + Vertex { position: (4.753015, 2.699695, 0.973279), + normal: (0.846486, -0.14409, -0.512541), }, + Vertex { position: (4.863709, 2.722151, 0.93666), + normal: (0.728229, -0.106722, -0.676973), }, + Vertex { position: (5.096148, 2.75972, 0.774729), + normal: (-0.916647, -0.2944, 0.270344), }, + Vertex { position: (4.827733, 2.75439, 0.905049), + normal: (-0.460229, -0.015586, -0.887663), }, + Vertex { position: (4.863709, 2.722151, 0.93666), + normal: (0.728229, -0.106722, -0.676973), }, + Vertex { position: (5.096148, 2.75972, 0.774729), + normal: (-0.916647, -0.2944, 0.270344), }, + Vertex { position: (4.863709, 2.722151, 0.93666), + normal: (0.728229, -0.106722, -0.676973), }, + Vertex { position: (4.854957, 2.660227, 0.92431), + normal: (0.186393, -0.974436, -0.125429), }, + Vertex { position: (5.096148, 2.75972, 0.774729), + normal: (-0.916647, -0.2944, 0.270344), }, + Vertex { position: (4.829566, 2.580797, 0.821827), + normal: (-0.274209, -0.939323, -0.20611), }, + Vertex { position: (4.821336, 2.621498, 0.789636), + normal: (-0.791764, -0.610494, -0.020171), }, + Vertex { position: (5.096148, 2.75972, 0.774729), + normal: (-0.916647, -0.2944, 0.270344), }, + Vertex { position: (4.856249, 2.593812, 0.867067), + normal: (-0.274209, -0.939323, -0.20611), }, +]; diff --git a/src/bin/cow_model/cow_tail.rs b/src/bin/cow_model/cow_tail.rs new file mode 100644 index 0000000..93148ca --- /dev/null +++ b/src/bin/cow_model/cow_tail.rs @@ -0,0 +1,924 @@ + +// This file auto-generated from cow_tail.c using model_c2rs.py +// Don't edit by hand! + +use super::cow_vertex::Vertex; + +pub const COW_TAIL_VERTICES: [Vertex; 458] = [ + Vertex { position: (-3.67645, -0.551317, 0.077574), + normal: (-0.54555, -0.056478, 0.836173), }, + Vertex { position: (-3.740631, -0.558176, 0.085478), + normal: (0.00197, -0.021649, 0.999764), }, + Vertex { position: (-3.72947, -0.869371, 0.096946), + normal: (0.000763, -0.01871, 0.999825), }, + Vertex { position: (-3.67645, -0.551317, 0.077574), + normal: (-0.54555, -0.056478, 0.836173), }, + Vertex { position: (-3.72947, -0.869371, 0.096946), + normal: (0.000763, -0.01871, 0.999825), }, + Vertex { position: (-3.699784, -0.759901, 0.088664), + normal: (-0.548359, -0.017804, 0.836053), }, + Vertex { position: (-3.699784, -0.759901, 0.088664), + normal: (-0.548359, -0.017804, 0.836053), }, + Vertex { position: (-3.72947, -0.869371, 0.096946), + normal: (0.000763, -0.01871, 0.999825), }, + Vertex { position: (-3.697889, -0.951955, 0.098793), + normal: (-0.530021, 0.13773, 0.836724), }, + Vertex { position: (-3.697889, -0.951955, 0.098793), + normal: (-0.530021, 0.13773, 0.836724), }, + Vertex { position: (-3.72947, -0.869371, 0.096946), + normal: (0.000763, -0.01871, 0.999825), }, + Vertex { position: (-3.733767, -1.141917, 0.111139), + normal: (-0.004656, -0.025693, 0.999659), }, + Vertex { position: (-3.697889, -0.951955, 0.098793), + normal: (-0.530021, 0.13773, 0.836724), }, + Vertex { position: (-3.733767, -1.141917, 0.111139), + normal: (-0.004656, -0.025693, 0.999659), }, + Vertex { position: (-3.666536, -1.140372, 0.078261), + normal: (-0.429713, 0.351913, 0.831567), }, + Vertex { position: (-3.666536, -1.140372, 0.078261), + normal: (-0.429713, 0.351913, 0.831567), }, + Vertex { position: (-3.733767, -1.141917, 0.111139), + normal: (-0.004656, -0.025693, 0.999659), }, + Vertex { position: (-3.743747, -1.367219, 0.100951), + normal: (-0.020872, -0.032587, 0.999251), }, + Vertex { position: (-3.666536, -1.140372, 0.078261), + normal: (-0.429713, 0.351913, 0.831567), }, + Vertex { position: (-3.743747, -1.367219, 0.100951), + normal: (-0.020872, -0.032587, 0.999251), }, + Vertex { position: (-3.639696, -1.242349, 0.05719), + normal: (-0.24021, 0.502412, 0.830591), }, + Vertex { position: (-3.639696, -1.242349, 0.05719), + normal: (-0.24021, 0.502412, 0.830591), }, + Vertex { position: (-3.743747, -1.367219, 0.100951), + normal: (-0.020872, -0.032587, 0.999251), }, + Vertex { position: (-3.823638, -1.557534, 0.081533), + normal: (-0.091034, 0.391629, 0.915609), }, + Vertex { position: (-3.639696, -1.242349, 0.05719), + normal: (-0.24021, 0.502412, 0.830591), }, + Vertex { position: (-3.823638, -1.557534, 0.081533), + normal: (-0.091034, 0.391629, 0.915609), }, + Vertex { position: (-3.581963, -1.413947, -0.104371), + normal: (0.000909, 0.669011, 0.743252), }, + Vertex { position: (-3.581963, -1.413947, -0.104371), + normal: (0.000909, 0.669011, 0.743252), }, + Vertex { position: (-3.823638, -1.557534, 0.081533), + normal: (-0.091034, 0.391629, 0.915609), }, + Vertex { position: (-3.683069, -1.591975, -0.115233), + normal: (-0.041225, -0.030655, 0.99868), }, + Vertex { position: (-3.683069, -1.591975, -0.115233), + normal: (-0.041225, -0.030655, 0.99868), }, + Vertex { position: (-3.823638, -1.557534, 0.081533), + normal: (-0.091034, 0.391629, 0.915609), }, + Vertex { position: (-3.890388, -1.750102, 0.017612), + normal: (0.231733, 0.017467, 0.972623), }, + Vertex { position: (-3.683069, -1.591975, -0.115233), + normal: (-0.041225, -0.030655, 0.99868), }, + Vertex { position: (-3.890388, -1.750102, 0.017612), + normal: (0.231733, 0.017467, 0.972623), }, + Vertex { position: (-3.828485, -1.786559, -0.114095), + normal: (0.002322, -0.058071, 0.99831), }, + Vertex { position: (-3.740631, -0.558176, 0.085478), + normal: (0.00197, -0.021649, 0.999764), }, + Vertex { position: (-3.778908, -0.541975, 0.064258), + normal: (0.518386, -0.029316, 0.854644), }, + Vertex { position: (-3.72947, -0.869371, 0.096946), + normal: (0.000763, -0.01871, 0.999825), }, + Vertex { position: (-3.778908, -0.541975, 0.064258), + normal: (0.518386, -0.029316, 0.854644), }, + Vertex { position: (-3.805841, -0.798961, 0.099237), + normal: (0.548941, 0.015145, 0.835724), }, + Vertex { position: (-3.72947, -0.869371, 0.096946), + normal: (0.000763, -0.01871, 0.999825), }, + Vertex { position: (-3.72947, -0.869371, 0.096946), + normal: (0.000763, -0.01871, 0.999825), }, + Vertex { position: (-3.805841, -0.798961, 0.099237), + normal: (0.548941, 0.015145, 0.835724), }, + Vertex { position: (-3.733767, -1.141917, 0.111139), + normal: (-0.004656, -0.025693, 0.999659), }, + Vertex { position: (-3.805841, -0.798961, 0.099237), + normal: (0.548941, 0.015145, 0.835724), }, + Vertex { position: (-3.843256, -0.981402, 0.116282), + normal: (0.549332, -0.018885, 0.835391), }, + Vertex { position: (-3.733767, -1.141917, 0.111139), + normal: (-0.004656, -0.025693, 0.999659), }, + Vertex { position: (-3.843256, -0.981402, 0.116282), + normal: (0.549332, -0.018885, 0.835391), }, + Vertex { position: (-3.884588, -1.261469, 0.148322), + normal: (0.516335, -0.196022, 0.833651), }, + Vertex { position: (-3.733767, -1.141917, 0.111139), + normal: (-0.004656, -0.025693, 0.999659), }, + Vertex { position: (-3.733767, -1.141917, 0.111139), + normal: (-0.004656, -0.025693, 0.999659), }, + Vertex { position: (-3.884588, -1.261469, 0.148322), + normal: (0.516335, -0.196022, 0.833651), }, + Vertex { position: (-3.743747, -1.367219, 0.100951), + normal: (-0.020872, -0.032587, 0.999251), }, + Vertex { position: (-3.884588, -1.261469, 0.148322), + normal: (0.516335, -0.196022, 0.833651), }, + Vertex { position: (-3.914006, -1.486854, 0.149147), + normal: (0.368421, -0.433142, 0.82259), }, + Vertex { position: (-3.743747, -1.367219, 0.100951), + normal: (-0.020872, -0.032587, 0.999251), }, + Vertex { position: (-3.743747, -1.367219, 0.100951), + normal: (-0.020872, -0.032587, 0.999251), }, + Vertex { position: (-3.914006, -1.486854, 0.149147), + normal: (0.368421, -0.433142, 0.82259), }, + Vertex { position: (-3.823638, -1.557534, 0.081533), + normal: (-0.091034, 0.391629, 0.915609), }, + Vertex { position: (-3.914006, -1.486854, 0.149147), + normal: (0.368421, -0.433142, 0.82259), }, + Vertex { position: (-4.015306, -1.659952, 0.130331), + normal: (0.255239, -0.528232, 0.80983), }, + Vertex { position: (-3.823638, -1.557534, 0.081533), + normal: (-0.091034, 0.391629, 0.915609), }, + Vertex { position: (-3.823638, -1.557534, 0.081533), + normal: (-0.091034, 0.391629, 0.915609), }, + Vertex { position: (-4.015306, -1.659952, 0.130331), + normal: (0.255239, -0.528232, 0.80983), }, + Vertex { position: (-3.890388, -1.750102, 0.017612), + normal: (0.231733, 0.017467, 0.972623), }, + Vertex { position: (-4.015306, -1.659952, 0.130331), + normal: (0.255239, -0.528232, 0.80983), }, + Vertex { position: (-4.107191, -1.83652, 0.120149), + normal: (0.791625, 0.052579, 0.608741), }, + Vertex { position: (-3.890388, -1.750102, 0.017612), + normal: (0.231733, 0.017467, 0.972623), }, + Vertex { position: (-3.778908, -0.541975, 0.064258), + normal: (0.518386, -0.029316, 0.854644), }, + Vertex { position: (-3.818598, -0.52269, 0.055572), + normal: (0.875325, 0.013439, 0.483348), }, + Vertex { position: (-3.900964, -0.780883, 0.091579), + normal: (0.891295, 0.039311, 0.451717), }, + Vertex { position: (-3.778908, -0.541975, 0.064258), + normal: (0.518386, -0.029316, 0.854644), }, + Vertex { position: (-3.900964, -0.780883, 0.091579), + normal: (0.891295, 0.039311, 0.451717), }, + Vertex { position: (-3.805841, -0.798961, 0.099237), + normal: (0.548941, 0.015145, 0.835724), }, + Vertex { position: (-3.805841, -0.798961, 0.099237), + normal: (0.548941, 0.015145, 0.835724), }, + Vertex { position: (-3.900964, -0.780883, 0.091579), + normal: (0.891295, 0.039311, 0.451717), }, + Vertex { position: (-3.949814, -0.963797, 0.140806), + normal: (0.892259, -0.018571, 0.451141), }, + Vertex { position: (-3.805841, -0.798961, 0.099237), + normal: (0.548941, 0.015145, 0.835724), }, + Vertex { position: (-3.949814, -0.963797, 0.140806), + normal: (0.892259, -0.018571, 0.451141), }, + Vertex { position: (-3.843256, -0.981402, 0.116282), + normal: (0.549332, -0.018885, 0.835391), }, + Vertex { position: (-3.843256, -0.981402, 0.116282), + normal: (0.549332, -0.018885, 0.835391), }, + Vertex { position: (-3.949814, -0.963797, 0.140806), + normal: (0.892259, -0.018571, 0.451141), }, + Vertex { position: (-3.974499, -1.1696, 0.164243), + normal: (0.843461, -0.305355, 0.441963), }, + Vertex { position: (-3.843256, -0.981402, 0.116282), + normal: (0.549332, -0.018885, 0.835391), }, + Vertex { position: (-3.974499, -1.1696, 0.164243), + normal: (0.843461, -0.305355, 0.441963), }, + Vertex { position: (-3.884588, -1.261469, 0.148322), + normal: (0.516335, -0.196022, 0.833651), }, + Vertex { position: (-3.884588, -1.261469, 0.148322), + normal: (0.516335, -0.196022, 0.833651), }, + Vertex { position: (-3.974499, -1.1696, 0.164243), + normal: (0.843461, -0.305355, 0.441963), }, + Vertex { position: (-4.018866, -1.413191, 0.154149), + normal: (0.589229, -0.690587, 0.419402), }, + Vertex { position: (-3.884588, -1.261469, 0.148322), + normal: (0.516335, -0.196022, 0.833651), }, + Vertex { position: (-4.018866, -1.413191, 0.154149), + normal: (0.589229, -0.690587, 0.419402), }, + Vertex { position: (-3.914006, -1.486854, 0.149147), + normal: (0.368421, -0.433142, 0.82259), }, + Vertex { position: (-3.914006, -1.486854, 0.149147), + normal: (0.368421, -0.433142, 0.82259), }, + Vertex { position: (-4.018866, -1.413191, 0.154149), + normal: (0.589229, -0.690587, 0.419402), }, + Vertex { position: (-4.154334, -1.677827, 0.165852), + normal: (0.389217, -0.829193, 0.401185), }, + Vertex { position: (-3.914006, -1.486854, 0.149147), + normal: (0.368421, -0.433142, 0.82259), }, + Vertex { position: (-4.154334, -1.677827, 0.165852), + normal: (0.389217, -0.829193, 0.401185), }, + Vertex { position: (-4.015306, -1.659952, 0.130331), + normal: (0.255239, -0.528232, 0.80983), }, + Vertex { position: (-4.015306, -1.659952, 0.130331), + normal: (0.255239, -0.528232, 0.80983), }, + Vertex { position: (-4.154334, -1.677827, 0.165852), + normal: (0.389217, -0.829193, 0.401185), }, + Vertex { position: (-4.207566, -1.922824, 0.155104), + normal: (0.981696, 0.042552, -0.185638), }, + Vertex { position: (-4.015306, -1.659952, 0.130331), + normal: (0.255239, -0.528232, 0.80983), }, + Vertex { position: (-4.207566, -1.922824, 0.155104), + normal: (0.981696, 0.042552, -0.185638), }, + Vertex { position: (-4.107191, -1.83652, 0.120149), + normal: (0.791625, 0.052579, 0.608741), }, + Vertex { position: (-3.818598, -0.52269, 0.055572), + normal: (0.875325, 0.013439, 0.483348), }, + Vertex { position: (-3.896204, -0.629183, 0.077883), + normal: (0.999006, 0.044565, 0.000415), }, + Vertex { position: (-3.978115, -0.82344, 0.09928), + normal: (0.839295, 0.00969, -0.54359), }, + Vertex { position: (-3.818598, -0.52269, 0.055572), + normal: (0.875325, 0.013439, 0.483348), }, + Vertex { position: (-3.978115, -0.82344, 0.09928), + normal: (0.839295, 0.00969, -0.54359), }, + Vertex { position: (-3.900964, -0.780883, 0.091579), + normal: (0.891295, 0.039311, 0.451717), }, + Vertex { position: (-3.900964, -0.780883, 0.091579), + normal: (0.891295, 0.039311, 0.451717), }, + Vertex { position: (-3.978115, -0.82344, 0.09928), + normal: (0.839295, 0.00969, -0.54359), }, + Vertex { position: (-4.029726, -1.043238, 0.136305), + normal: (0.874434, 0.048946, -0.48267), }, + Vertex { position: (-3.900964, -0.780883, 0.091579), + normal: (0.891295, 0.039311, 0.451717), }, + Vertex { position: (-4.029726, -1.043238, 0.136305), + normal: (0.874434, 0.048946, -0.48267), }, + Vertex { position: (-3.949814, -0.963797, 0.140806), + normal: (0.892259, -0.018571, 0.451141), }, + Vertex { position: (-3.949814, -0.963797, 0.140806), + normal: (0.892259, -0.018571, 0.451141), }, + Vertex { position: (-4.029726, -1.043238, 0.136305), + normal: (0.874434, 0.048946, -0.48267), }, + Vertex { position: (-3.974499, -1.1696, 0.164243), + normal: (0.843461, -0.305355, 0.441963), }, + Vertex { position: (-3.974499, -1.1696, 0.164243), + normal: (0.843461, -0.305355, 0.441963), }, + Vertex { position: (-4.029726, -1.043238, 0.136305), + normal: (0.874434, 0.048946, -0.48267), }, + Vertex { position: (-4.129295, -1.228786, 0.120745), + normal: (0.432653, 0.056559, -0.899785), }, + Vertex { position: (-3.974499, -1.1696, 0.164243), + normal: (0.843461, -0.305355, 0.441963), }, + Vertex { position: (-4.129295, -1.228786, 0.120745), + normal: (0.432653, 0.056559, -0.899785), }, + Vertex { position: (-4.018866, -1.413191, 0.154149), + normal: (0.589229, -0.690587, 0.419402), }, + Vertex { position: (-4.018866, -1.413191, 0.154149), + normal: (0.589229, -0.690587, 0.419402), }, + Vertex { position: (-4.129295, -1.228786, 0.120745), + normal: (0.432653, 0.056559, -0.899785), }, + Vertex { position: (-4.184154, -1.59808, 0.151191), + normal: (0.517516, 0.032105, -0.855071), }, + Vertex { position: (-4.018866, -1.413191, 0.154149), + normal: (0.589229, -0.690587, 0.419402), }, + Vertex { position: (-4.184154, -1.59808, 0.151191), + normal: (0.517516, 0.032105, -0.855071), }, + Vertex { position: (-4.154334, -1.677827, 0.165852), + normal: (0.389217, -0.829193, 0.401185), }, + Vertex { position: (-4.154334, -1.677827, 0.165852), + normal: (0.389217, -0.829193, 0.401185), }, + Vertex { position: (-4.184154, -1.59808, 0.151191), + normal: (0.517516, 0.032105, -0.855071), }, + Vertex { position: (-4.297769, -1.889903, 0.177707), + normal: (0.002983, 0.098874, -0.995096), }, + Vertex { position: (-4.154334, -1.677827, 0.165852), + normal: (0.389217, -0.829193, 0.401185), }, + Vertex { position: (-4.297769, -1.889903, 0.177707), + normal: (0.002983, 0.098874, -0.995096), }, + Vertex { position: (-4.207566, -1.922824, 0.155104), + normal: (0.981696, 0.042552, -0.185638), }, + Vertex { position: (-3.896204, -0.629183, 0.077883), + normal: (0.999006, 0.044565, 0.000415), }, + Vertex { position: (-3.932489, -0.556566, 0.037354), + normal: (0.001234, 0.013557, -0.999907), }, + Vertex { position: (-4.070739, -0.947648, 0.110554), + normal: (-0.369174, 0.174156, -0.912897), }, + Vertex { position: (-3.896204, -0.629183, 0.077883), + normal: (0.999006, 0.044565, 0.000415), }, + Vertex { position: (-4.070739, -0.947648, 0.110554), + normal: (-0.369174, 0.174156, -0.912897), }, + Vertex { position: (-3.978115, -0.82344, 0.09928), + normal: (0.839295, 0.00969, -0.54359), }, + Vertex { position: (-3.978115, -0.82344, 0.09928), + normal: (0.839295, 0.00969, -0.54359), }, + Vertex { position: (-4.070739, -0.947648, 0.110554), + normal: (-0.369174, 0.174156, -0.912897), }, + Vertex { position: (-4.227645, -1.227895, 0.069894), + normal: (-0.516127, 0.008586, -0.856469), }, + Vertex { position: (-3.978115, -0.82344, 0.09928), + normal: (0.839295, 0.00969, -0.54359), }, + Vertex { position: (-4.227645, -1.227895, 0.069894), + normal: (-0.516127, 0.008586, -0.856469), }, + Vertex { position: (-4.029726, -1.043238, 0.136305), + normal: (0.874434, 0.048946, -0.48267), }, + Vertex { position: (-4.029726, -1.043238, 0.136305), + normal: (0.874434, 0.048946, -0.48267), }, + Vertex { position: (-4.227645, -1.227895, 0.069894), + normal: (-0.516127, 0.008586, -0.856469), }, + Vertex { position: (-4.229164, -1.473093, 0.11156), + normal: (-0.822516, 0.195417, -0.534116), }, + Vertex { position: (-4.029726, -1.043238, 0.136305), + normal: (0.874434, 0.048946, -0.48267), }, + Vertex { position: (-4.229164, -1.473093, 0.11156), + normal: (-0.822516, 0.195417, -0.534116), }, + Vertex { position: (-4.129295, -1.228786, 0.120745), + normal: (0.432653, 0.056559, -0.899785), }, + Vertex { position: (-4.129295, -1.228786, 0.120745), + normal: (0.432653, 0.056559, -0.899785), }, + Vertex { position: (-4.229164, -1.473093, 0.11156), + normal: (-0.822516, 0.195417, -0.534116), }, + Vertex { position: (-4.309744, -1.743848, 0.150329), + normal: (-0.874954, 0.011842, -0.484061), }, + Vertex { position: (-4.129295, -1.228786, 0.120745), + normal: (0.432653, 0.056559, -0.899785), }, + Vertex { position: (-4.309744, -1.743848, 0.150329), + normal: (-0.874954, 0.011842, -0.484061), }, + Vertex { position: (-4.184154, -1.59808, 0.151191), + normal: (0.517516, 0.032105, -0.855071), }, + Vertex { position: (-4.184154, -1.59808, 0.151191), + normal: (0.517516, 0.032105, -0.855071), }, + Vertex { position: (-4.309744, -1.743848, 0.150329), + normal: (-0.874954, 0.011842, -0.484061), }, + Vertex { position: (-4.405365, -1.921443, 0.192978), + normal: (0.924466, 0.048977, 0.378105), }, + Vertex { position: (-4.184154, -1.59808, 0.151191), + normal: (0.517516, 0.032105, -0.855071), }, + Vertex { position: (-4.405365, -1.921443, 0.192978), + normal: (0.924466, 0.048977, 0.378105), }, + Vertex { position: (-4.297769, -1.889903, 0.177707), + normal: (0.002983, 0.098874, -0.995096), }, + Vertex { position: (-3.932489, -0.556566, 0.037354), + normal: (0.001234, 0.013557, -0.999907), }, + Vertex { position: (-3.975337, -0.554961, -0.014407), + normal: (0.728068, -0.191899, -0.658097), }, + Vertex { position: (-4.112449, -0.875765, 0.016326), + normal: (0.313565, -0.18353, -0.931662), }, + Vertex { position: (-3.932489, -0.556566, 0.037354), + normal: (0.001234, 0.013557, -0.999907), }, + Vertex { position: (-4.112449, -0.875765, 0.016326), + normal: (0.313565, -0.18353, -0.931662), }, + Vertex { position: (-4.070739, -0.947648, 0.110554), + normal: (-0.369174, 0.174156, -0.912897), }, + Vertex { position: (-4.070739, -0.947648, 0.110554), + normal: (-0.369174, 0.174156, -0.912897), }, + Vertex { position: (-4.112449, -0.875765, 0.016326), + normal: (0.313565, -0.18353, -0.931662), }, + Vertex { position: (-4.233834, -1.166542, 0.022074), + normal: (0.537835, -0.193789, -0.820475), }, + Vertex { position: (-4.070739, -0.947648, 0.110554), + normal: (-0.369174, 0.174156, -0.912897), }, + Vertex { position: (-4.233834, -1.166542, 0.022074), + normal: (0.537835, -0.193789, -0.820475), }, + Vertex { position: (-4.227645, -1.227895, 0.069894), + normal: (-0.516127, 0.008586, -0.856469), }, + Vertex { position: (-4.227645, -1.227895, 0.069894), + normal: (-0.516127, 0.008586, -0.856469), }, + Vertex { position: (-4.233834, -1.166542, 0.022074), + normal: (0.537835, -0.193789, -0.820475), }, + Vertex { position: (-4.333831, -1.548255, 0.056938), + normal: (0.908243, -0.229695, 0.349765), }, + Vertex { position: (-4.227645, -1.227895, 0.069894), + normal: (-0.516127, 0.008586, -0.856469), }, + Vertex { position: (-4.333831, -1.548255, 0.056938), + normal: (0.908243, -0.229695, 0.349765), }, + Vertex { position: (-4.229164, -1.473093, 0.11156), + normal: (-0.822516, 0.195417, -0.534116), }, + Vertex { position: (-4.229164, -1.473093, 0.11156), + normal: (-0.822516, 0.195417, -0.534116), }, + Vertex { position: (-4.333831, -1.548255, 0.056938), + normal: (0.908243, -0.229695, 0.349765), }, + Vertex { position: (-4.424122, -1.831742, 0.130839), + normal: (0.701057, -0.21056, 0.68131), }, + Vertex { position: (-4.229164, -1.473093, 0.11156), + normal: (-0.822516, 0.195417, -0.534116), }, + Vertex { position: (-4.424122, -1.831742, 0.130839), + normal: (0.701057, -0.21056, 0.68131), }, + Vertex { position: (-4.309744, -1.743848, 0.150329), + normal: (-0.874954, 0.011842, -0.484061), }, + Vertex { position: (-4.309744, -1.743848, 0.150329), + normal: (-0.874954, 0.011842, -0.484061), }, + Vertex { position: (-4.424122, -1.831742, 0.130839), + normal: (0.701057, -0.21056, 0.68131), }, + Vertex { position: (-4.445835, -2.015127, 0.189702), + normal: (0.129519, -0.132707, 0.982656), }, + Vertex { position: (-4.309744, -1.743848, 0.150329), + normal: (-0.874954, 0.011842, -0.484061), }, + Vertex { position: (-4.445835, -2.015127, 0.189702), + normal: (0.129519, -0.132707, 0.982656), }, + Vertex { position: (-4.405365, -1.921443, 0.192978), + normal: (0.924466, 0.048977, 0.378105), }, + Vertex { position: (-3.975337, -0.554961, -0.014407), + normal: (0.728068, -0.191899, -0.658097), }, + Vertex { position: (-3.921874, -0.538502, -0.145307), + normal: (-0.276108, -0.088023, 0.957087), }, + Vertex { position: (-4.042715, -0.87671, -0.168968), + normal: (-0.409041, -0.077841, 0.90919), }, + Vertex { position: (-3.975337, -0.554961, -0.014407), + normal: (0.728068, -0.191899, -0.658097), }, + Vertex { position: (-4.042715, -0.87671, -0.168968), + normal: (-0.409041, -0.077841, 0.90919), }, + Vertex { position: (-4.112449, -0.875765, 0.016326), + normal: (0.313565, -0.18353, -0.931662), }, + Vertex { position: (-4.112449, -0.875765, 0.016326), + normal: (0.313565, -0.18353, -0.931662), }, + Vertex { position: (-4.042715, -0.87671, -0.168968), + normal: (-0.409041, -0.077841, 0.90919), }, + Vertex { position: (-4.216296, -1.160854, -0.104034), + normal: (0.50178, 0.000639, -0.864995), }, + Vertex { position: (-4.112449, -0.875765, 0.016326), + normal: (0.313565, -0.18353, -0.931662), }, + Vertex { position: (-4.216296, -1.160854, -0.104034), + normal: (0.50178, 0.000639, -0.864995), }, + Vertex { position: (-4.233834, -1.166542, 0.022074), + normal: (0.537835, -0.193789, -0.820475), }, + Vertex { position: (-4.233834, -1.166542, 0.022074), + normal: (0.537835, -0.193789, -0.820475), }, + Vertex { position: (-4.216296, -1.160854, -0.104034), + normal: (0.50178, 0.000639, -0.864995), }, + Vertex { position: (-4.252683, -1.437854, -0.14562), + normal: (0.300485, 0.019099, -0.953595), }, + Vertex { position: (-4.233834, -1.166542, 0.022074), + normal: (0.537835, -0.193789, -0.820475), }, + Vertex { position: (-4.252683, -1.437854, -0.14562), + normal: (0.300485, 0.019099, -0.953595), }, + Vertex { position: (-4.333831, -1.548255, 0.056938), + normal: (0.908243, -0.229695, 0.349765), }, + Vertex { position: (-4.333831, -1.548255, 0.056938), + normal: (0.908243, -0.229695, 0.349765), }, + Vertex { position: (-4.252683, -1.437854, -0.14562), + normal: (0.300485, 0.019099, -0.953595), }, + Vertex { position: (-4.331331, -1.69259, -0.043593), + normal: (0.678632, -0.017853, -0.734261), }, + Vertex { position: (-4.333831, -1.548255, 0.056938), + normal: (0.908243, -0.229695, 0.349765), }, + Vertex { position: (-4.331331, -1.69259, -0.043593), + normal: (0.678632, -0.017853, -0.734261), }, + Vertex { position: (-4.424122, -1.831742, 0.130839), + normal: (0.701057, -0.21056, 0.68131), }, + Vertex { position: (-4.424122, -1.831742, 0.130839), + normal: (0.701057, -0.21056, 0.68131), }, + Vertex { position: (-4.331331, -1.69259, -0.043593), + normal: (0.678632, -0.017853, -0.734261), }, + Vertex { position: (-4.387148, -1.967814, 0.045602), + normal: (0.687126, -0.68509, 0.241888), }, + Vertex { position: (-4.424122, -1.831742, 0.130839), + normal: (0.701057, -0.21056, 0.68131), }, + Vertex { position: (-4.387148, -1.967814, 0.045602), + normal: (0.687126, -0.68509, 0.241888), }, + Vertex { position: (-4.445835, -2.015127, 0.189702), + normal: (0.129519, -0.132707, 0.982656), }, + Vertex { position: (-3.921874, -0.538502, -0.145307), + normal: (-0.276108, -0.088023, 0.957087), }, + Vertex { position: (-3.910546, -0.601719, -0.163159), + normal: (0.260319, -0.908993, -0.325523), }, + Vertex { position: (-3.988138, -0.962789, -0.223649), + normal: (-0.148191, -0.901516, -0.40658), }, + Vertex { position: (-3.921874, -0.538502, -0.145307), + normal: (-0.276108, -0.088023, 0.957087), }, + Vertex { position: (-3.988138, -0.962789, -0.223649), + normal: (-0.148191, -0.901516, -0.40658), }, + Vertex { position: (-4.042715, -0.87671, -0.168968), + normal: (-0.409041, -0.077841, 0.90919), }, + Vertex { position: (-4.042715, -0.87671, -0.168968), + normal: (-0.409041, -0.077841, 0.90919), }, + Vertex { position: (-3.988138, -0.962789, -0.223649), + normal: (-0.148191, -0.901516, -0.40658), }, + Vertex { position: (-4.111927, -1.333141, -0.26716), + normal: (-0.443612, -0.876487, -0.187028), }, + Vertex { position: (-4.042715, -0.87671, -0.168968), + normal: (-0.409041, -0.077841, 0.90919), }, + Vertex { position: (-4.111927, -1.333141, -0.26716), + normal: (-0.443612, -0.876487, -0.187028), }, + Vertex { position: (-4.216296, -1.160854, -0.104034), + normal: (0.50178, 0.000639, -0.864995), }, + Vertex { position: (-4.216296, -1.160854, -0.104034), + normal: (0.50178, 0.000639, -0.864995), }, + Vertex { position: (-4.111927, -1.333141, -0.26716), + normal: (-0.443612, -0.876487, -0.187028), }, + Vertex { position: (-4.201904, -1.668554, -0.214859), + normal: (-0.508388, -0.837291, 0.20121), }, + Vertex { position: (-4.216296, -1.160854, -0.104034), + normal: (0.50178, 0.000639, -0.864995), }, + Vertex { position: (-4.201904, -1.668554, -0.214859), + normal: (-0.508388, -0.837291, 0.20121), }, + Vertex { position: (-4.252683, -1.437854, -0.14562), + normal: (0.300485, 0.019099, -0.953595), }, + Vertex { position: (-4.252683, -1.437854, -0.14562), + normal: (0.300485, 0.019099, -0.953595), }, + Vertex { position: (-4.201904, -1.668554, -0.214859), + normal: (-0.508388, -0.837291, 0.20121), }, + Vertex { position: (-4.273069, -1.798884, -0.099878), + normal: (-0.409829, -0.525605, 0.745506), }, + Vertex { position: (-4.252683, -1.437854, -0.14562), + normal: (0.300485, 0.019099, -0.953595), }, + Vertex { position: (-4.273069, -1.798884, -0.099878), + normal: (-0.409829, -0.525605, 0.745506), }, + Vertex { position: (-4.331331, -1.69259, -0.043593), + normal: (0.678632, -0.017853, -0.734261), }, + Vertex { position: (-4.331331, -1.69259, -0.043593), + normal: (0.678632, -0.017853, -0.734261), }, + Vertex { position: (-4.273069, -1.798884, -0.099878), + normal: (-0.409829, -0.525605, 0.745506), }, + Vertex { position: (-4.351543, -1.947675, 0.02502), + normal: (-0.227573, -0.361148, 0.904313), }, + Vertex { position: (-4.331331, -1.69259, -0.043593), + normal: (0.678632, -0.017853, -0.734261), }, + Vertex { position: (-4.351543, -1.947675, 0.02502), + normal: (-0.227573, -0.361148, 0.904313), }, + Vertex { position: (-4.387148, -1.967814, 0.045602), + normal: (0.687126, -0.68509, 0.241888), }, + Vertex { position: (-3.910546, -0.601719, -0.163159), + normal: (0.260319, -0.908993, -0.325523), }, + Vertex { position: (-3.873622, -0.759035, -0.197169), + normal: (0.10009, -0.380026, 0.919545), }, + Vertex { position: (-3.917882, -1.082831, -0.289171), + normal: (0.547733, -0.470267, 0.691981), }, + Vertex { position: (-3.910546, -0.601719, -0.163159), + normal: (0.260319, -0.908993, -0.325523), }, + Vertex { position: (-3.917882, -1.082831, -0.289171), + normal: (0.547733, -0.470267, 0.691981), }, + Vertex { position: (-3.988138, -0.962789, -0.223649), + normal: (-0.148191, -0.901516, -0.40658), }, + Vertex { position: (-3.988138, -0.962789, -0.223649), + normal: (-0.148191, -0.901516, -0.40658), }, + Vertex { position: (-3.917882, -1.082831, -0.289171), + normal: (0.547733, -0.470267, 0.691981), }, + Vertex { position: (-4.001496, -1.375703, -0.285641), + normal: (-0.071182, -0.950841, 0.301389), }, + Vertex { position: (-3.988138, -0.962789, -0.223649), + normal: (-0.148191, -0.901516, -0.40658), }, + Vertex { position: (-4.001496, -1.375703, -0.285641), + normal: (-0.071182, -0.950841, 0.301389), }, + Vertex { position: (-4.111927, -1.333141, -0.26716), + normal: (-0.443612, -0.876487, -0.187028), }, + Vertex { position: (-4.111927, -1.333141, -0.26716), + normal: (-0.443612, -0.876487, -0.187028), }, + Vertex { position: (-4.001496, -1.375703, -0.285641), + normal: (-0.071182, -0.950841, 0.301389), }, + Vertex { position: (-4.073086, -1.649491, -0.238382), + normal: (0.216747, 0.039317, 0.975436), }, + Vertex { position: (-4.111927, -1.333141, -0.26716), + normal: (-0.443612, -0.876487, -0.187028), }, + Vertex { position: (-4.073086, -1.649491, -0.238382), + normal: (0.216747, 0.039317, 0.975436), }, + Vertex { position: (-4.201904, -1.668554, -0.214859), + normal: (-0.508388, -0.837291, 0.20121), }, + Vertex { position: (-4.201904, -1.668554, -0.214859), + normal: (-0.508388, -0.837291, 0.20121), }, + Vertex { position: (-4.073086, -1.649491, -0.238382), + normal: (0.216747, 0.039317, 0.975436), }, + Vertex { position: (-4.175757, -1.808223, -0.140659), + normal: (0.555948, 0.246866, 0.793712), }, + Vertex { position: (-4.201904, -1.668554, -0.214859), + normal: (-0.508388, -0.837291, 0.20121), }, + Vertex { position: (-4.175757, -1.808223, -0.140659), + normal: (0.555948, 0.246866, 0.793712), }, + Vertex { position: (-4.273069, -1.798884, -0.099878), + normal: (-0.409829, -0.525605, 0.745506), }, + Vertex { position: (-4.273069, -1.798884, -0.099878), + normal: (-0.409829, -0.525605, 0.745506), }, + Vertex { position: (-4.175757, -1.808223, -0.140659), + normal: (0.555948, 0.246866, 0.793712), }, + Vertex { position: (-4.321269, -1.963488, 0.025072), + normal: (0.768311, 0.202351, 0.60725), }, + Vertex { position: (-4.273069, -1.798884, -0.099878), + normal: (-0.409829, -0.525605, 0.745506), }, + Vertex { position: (-4.321269, -1.963488, 0.025072), + normal: (0.768311, 0.202351, 0.60725), }, + Vertex { position: (-4.351543, -1.947675, 0.02502), + normal: (-0.227573, -0.361148, 0.904313), }, + Vertex { position: (-3.873622, -0.759035, -0.197169), + normal: (0.10009, -0.380026, 0.919545), }, + Vertex { position: (-3.742608, -0.729374, -0.149361), + normal: (0.833232, 0.046885, 0.550932), }, + Vertex { position: (-3.917882, -1.082831, -0.289171), + normal: (0.547733, -0.470267, 0.691981), }, + Vertex { position: (-3.742608, -0.729374, -0.149361), + normal: (0.833232, 0.046885, 0.550932), }, + Vertex { position: (-3.777709, -1.051411, -0.240495), + normal: (0.587809, -0.328909, 0.739121), }, + Vertex { position: (-3.917882, -1.082831, -0.289171), + normal: (0.547733, -0.470267, 0.691981), }, + Vertex { position: (-3.917882, -1.082831, -0.289171), + normal: (0.547733, -0.470267, 0.691981), }, + Vertex { position: (-3.777709, -1.051411, -0.240495), + normal: (0.587809, -0.328909, 0.739121), }, + Vertex { position: (-4.001496, -1.375703, -0.285641), + normal: (-0.071182, -0.950841, 0.301389), }, + Vertex { position: (-3.777709, -1.051411, -0.240495), + normal: (0.587809, -0.328909, 0.739121), }, + Vertex { position: (-3.82037, -1.239135, -0.269807), + normal: (0.213242, -0.278117, 0.936578), }, + Vertex { position: (-4.001496, -1.375703, -0.285641), + normal: (-0.071182, -0.950841, 0.301389), }, + Vertex { position: (-3.82037, -1.239135, -0.269807), + normal: (0.213242, -0.278117, 0.936578), }, + Vertex { position: (-4.000019, -1.567512, -0.27535), + normal: (0.794828, 0.083383, 0.601079), }, + Vertex { position: (-4.001496, -1.375703, -0.285641), + normal: (-0.071182, -0.950841, 0.301389), }, + Vertex { position: (-4.001496, -1.375703, -0.285641), + normal: (-0.071182, -0.950841, 0.301389), }, + Vertex { position: (-4.000019, -1.567512, -0.27535), + normal: (0.794828, 0.083383, 0.601079), }, + Vertex { position: (-4.073086, -1.649491, -0.238382), + normal: (0.216747, 0.039317, 0.975436), }, + Vertex { position: (-4.000019, -1.567512, -0.27535), + normal: (0.794828, 0.083383, 0.601079), }, + Vertex { position: (-3.977657, -1.750845, -0.184909), + normal: (0.873201, -0.045461, 0.485235), }, + Vertex { position: (-4.073086, -1.649491, -0.238382), + normal: (0.216747, 0.039317, 0.975436), }, + Vertex { position: (-4.073086, -1.649491, -0.238382), + normal: (0.216747, 0.039317, 0.975436), }, + Vertex { position: (-3.977657, -1.750845, -0.184909), + normal: (0.873201, -0.045461, 0.485235), }, + Vertex { position: (-4.175757, -1.808223, -0.140659), + normal: (0.555948, 0.246866, 0.793712), }, + Vertex { position: (-3.977657, -1.750845, -0.184909), + normal: (0.873201, -0.045461, 0.485235), }, + Vertex { position: (-4.075028, -1.904403, -0.041324), + normal: (0.829377, -0.173626, 0.531026), }, + Vertex { position: (-4.175757, -1.808223, -0.140659), + normal: (0.555948, 0.246866, 0.793712), }, + Vertex { position: (-4.175757, -1.808223, -0.140659), + normal: (0.555948, 0.246866, 0.793712), }, + Vertex { position: (-4.075028, -1.904403, -0.041324), + normal: (0.829377, -0.173626, 0.531026), }, + Vertex { position: (-4.321269, -1.963488, 0.025072), + normal: (0.768311, 0.202351, 0.60725), }, + Vertex { position: (-4.075028, -1.904403, -0.041324), + normal: (0.829377, -0.173626, 0.531026), }, + Vertex { position: (-4.192486, -1.953852, 0.017313), + normal: (0.506864, -0.193038, 0.840134), }, + Vertex { position: (-4.321269, -1.963488, 0.025072), + normal: (0.768311, 0.202351, 0.60725), }, + Vertex { position: (-3.65524, -0.194907, 0.019209), + normal: (0.274422, -0.24433, 0.930051), }, + Vertex { position: (-3.695565, -0.19362, 0.051497), + normal: (0.560378, 0.257624, 0.787151), }, + Vertex { position: (-3.740631, -0.558176, 0.085478), + normal: (0.00197, -0.021649, 0.999764), }, + Vertex { position: (-3.65524, -0.194907, 0.019209), + normal: (0.274422, -0.24433, 0.930051), }, + Vertex { position: (-3.740631, -0.558176, 0.085478), + normal: (0.00197, -0.021649, 0.999764), }, + Vertex { position: (-3.67645, -0.551317, 0.077574), + normal: (-0.54555, -0.056478, 0.836173), }, + Vertex { position: (-3.805688, -0.190106, 0.051472), + normal: (0.546619, 0.025488, 0.836993), }, + Vertex { position: (-3.975337, -0.554961, -0.014407), + normal: (0.728068, -0.191899, -0.658097), }, + Vertex { position: (-3.932489, -0.556566, 0.037354), + normal: (0.001234, 0.013557, -0.999907), }, + Vertex { position: (-3.805688, -0.190106, 0.051472), + normal: (0.546619, 0.025488, 0.836993), }, + Vertex { position: (-3.932489, -0.556566, 0.037354), + normal: (0.001234, 0.013557, -0.999907), }, + Vertex { position: (-3.896204, -0.629183, 0.077883), + normal: (0.999006, 0.044565, 0.000415), }, + Vertex { position: (-3.805688, -0.190106, 0.051472), + normal: (0.546619, 0.025488, 0.836993), }, + Vertex { position: (-3.896204, -0.629183, 0.077883), + normal: (0.999006, 0.044565, 0.000415), }, + Vertex { position: (-3.818598, -0.52269, 0.055572), + normal: (0.875325, 0.013439, 0.483348), }, + Vertex { position: (-3.75063, -0.191863, 0.063305), + normal: (0.711192, 0.127662, 0.69131), }, + Vertex { position: (-3.805688, -0.190106, 0.051472), + normal: (0.546619, 0.025488, 0.836993), }, + Vertex { position: (-3.818598, -0.52269, 0.055572), + normal: (0.875325, 0.013439, 0.483348), }, + Vertex { position: (-3.75063, -0.191863, 0.063305), + normal: (0.711192, 0.127662, 0.69131), }, + Vertex { position: (-3.818598, -0.52269, 0.055572), + normal: (0.875325, 0.013439, 0.483348), }, + Vertex { position: (-3.778908, -0.541975, 0.064258), + normal: (0.518386, -0.029316, 0.854644), }, + Vertex { position: (-3.695565, -0.19362, 0.051497), + normal: (0.560378, 0.257624, 0.787151), }, + Vertex { position: (-3.778908, -0.541975, 0.064258), + normal: (0.518386, -0.029316, 0.854644), }, + Vertex { position: (-3.740631, -0.558176, 0.085478), + normal: (0.00197, -0.021649, 0.999764), }, + Vertex { position: (-3.84599, -0.18882, 0.019164), + normal: (0.238843, 0.101951, 0.965691), }, + Vertex { position: (-3.86074, -0.188349, -0.024962), + normal: (0.166377, -0.157108, 0.973466), }, + Vertex { position: (-3.975337, -0.554961, -0.014407), + normal: (0.728068, -0.191899, -0.658097), }, + Vertex { position: (-3.695452, -0.193624, -0.101369), + normal: (0.89264, 0.349909, 0.284178), }, + Vertex { position: (-3.742608, -0.729374, -0.149361), + normal: (0.833232, 0.046885, 0.550932), }, + Vertex { position: (-3.873622, -0.759035, -0.197169), + normal: (0.10009, -0.380026, 0.919545), }, + Vertex { position: (-3.7505, -0.191867, -0.11323), + normal: (0.3526, 0.621479, 0.699598), }, + Vertex { position: (-3.695452, -0.193624, -0.101369), + normal: (0.89264, 0.349909, 0.284178), }, + Vertex { position: (-3.873622, -0.759035, -0.197169), + normal: (0.10009, -0.380026, 0.919545), }, + Vertex { position: (-3.805575, -0.190109, -0.101447), + normal: (-0.281998, -0.030938, 0.958916), }, + Vertex { position: (-3.7505, -0.191867, -0.11323), + normal: (0.3526, 0.621479, 0.699598), }, + Vertex { position: (-3.873622, -0.759035, -0.197169), + normal: (0.10009, -0.380026, 0.919545), }, + Vertex { position: (-3.805575, -0.190109, -0.101447), + normal: (-0.281998, -0.030938, 0.958916), }, + Vertex { position: (-3.873622, -0.759035, -0.197169), + normal: (0.10009, -0.380026, 0.919545), }, + Vertex { position: (-3.910546, -0.601719, -0.163159), + normal: (0.260319, -0.908993, -0.325523), }, + Vertex { position: (-3.805575, -0.190109, -0.101447), + normal: (-0.281998, -0.030938, 0.958916), }, + Vertex { position: (-3.910546, -0.601719, -0.163159), + normal: (0.260319, -0.908993, -0.325523), }, + Vertex { position: (-3.921874, -0.538502, -0.145307), + normal: (-0.276108, -0.088023, 0.957087), }, + Vertex { position: (-3.845923, -0.188822, -0.06918), + normal: (0.077536, 0.770695, 0.632469), }, + Vertex { position: (-3.805575, -0.190109, -0.101447), + normal: (-0.281998, -0.030938, 0.958916), }, + Vertex { position: (-3.921874, -0.538502, -0.145307), + normal: (-0.276108, -0.088023, 0.957087), }, + Vertex { position: (-3.86074, -0.188349, -0.024962), + normal: (0.166377, -0.157108, 0.973466), }, + Vertex { position: (-3.921874, -0.538502, -0.145307), + normal: (-0.276108, -0.088023, 0.957087), }, + Vertex { position: (-3.975337, -0.554961, -0.014407), + normal: (0.728068, -0.191899, -0.658097), }, + Vertex { position: (-3.742608, -0.729374, -0.149361), + normal: (0.833232, 0.046885, 0.550932), }, + Vertex { position: (-3.655175, -0.194909, -0.069044), + normal: (-0.064166, -0.189382, 0.979805), }, + Vertex { position: (-3.640457, -0.195379, -0.024909), + normal: (0.267717, -0.172975, 0.947844), }, + Vertex { position: (-3.742608, -0.729374, -0.149361), + normal: (0.833232, 0.046885, 0.550932), }, + Vertex { position: (-3.695452, -0.193624, -0.101369), + normal: (0.89264, 0.349909, 0.284178), }, + Vertex { position: (-3.655175, -0.194909, -0.069044), + normal: (-0.064166, -0.189382, 0.979805), }, + Vertex { position: (-3.65524, -0.194907, 0.019209), + normal: (0.274422, -0.24433, 0.930051), }, + Vertex { position: (-3.67645, -0.551317, 0.077574), + normal: (-0.54555, -0.056478, 0.836173), }, + Vertex { position: (-3.569386, -0.761644, -0.035893), + normal: (0.269003, 0.86436, 0.424875), }, + Vertex { position: (-3.569386, -0.761644, -0.035893), + normal: (0.269003, 0.86436, 0.424875), }, + Vertex { position: (-3.742608, -0.729374, -0.149361), + normal: (0.833232, 0.046885, 0.550932), }, + Vertex { position: (-3.640457, -0.195379, -0.024909), + normal: (0.267717, -0.172975, 0.947844), }, + Vertex { position: (-3.67645, -0.551317, 0.077574), + normal: (-0.54555, -0.056478, 0.836173), }, + Vertex { position: (-3.697889, -0.951955, 0.098793), + normal: (-0.530021, 0.13773, 0.836724), }, + Vertex { position: (-3.666536, -1.140372, 0.078261), + normal: (-0.429713, 0.351913, 0.831567), }, + Vertex { position: (-3.82037, -1.239135, -0.269807), + normal: (0.213242, -0.278117, 0.936578), }, + Vertex { position: (-3.777709, -1.051411, -0.240495), + normal: (0.587809, -0.328909, 0.739121), }, + Vertex { position: (-3.581963, -1.413947, -0.104371), + normal: (0.000909, 0.669011, 0.743252), }, + Vertex { position: (-3.569386, -0.761644, -0.035893), + normal: (0.269003, 0.86436, 0.424875), }, + Vertex { position: (-3.67645, -0.551317, 0.077574), + normal: (-0.54555, -0.056478, 0.836173), }, + Vertex { position: (-3.666536, -1.140372, 0.078261), + normal: (-0.429713, 0.351913, 0.831567), }, + Vertex { position: (-3.569386, -0.761644, -0.035893), + normal: (0.269003, 0.86436, 0.424875), }, + Vertex { position: (-3.666536, -1.140372, 0.078261), + normal: (-0.429713, 0.351913, 0.831567), }, + Vertex { position: (-3.639696, -1.242349, 0.05719), + normal: (-0.24021, 0.502412, 0.830591), }, + Vertex { position: (-3.569386, -0.761644, -0.035893), + normal: (0.269003, 0.86436, 0.424875), }, + Vertex { position: (-3.639696, -1.242349, 0.05719), + normal: (-0.24021, 0.502412, 0.830591), }, + Vertex { position: (-3.581963, -1.413947, -0.104371), + normal: (0.000909, 0.669011, 0.743252), }, + Vertex { position: (-3.742608, -0.729374, -0.149361), + normal: (0.833232, 0.046885, 0.550932), }, + Vertex { position: (-3.569386, -0.761644, -0.035893), + normal: (0.269003, 0.86436, 0.424875), }, + Vertex { position: (-3.581963, -1.413947, -0.104371), + normal: (0.000909, 0.669011, 0.743252), }, + Vertex { position: (-3.777709, -1.051411, -0.240495), + normal: (0.587809, -0.328909, 0.739121), }, + Vertex { position: (-3.742608, -0.729374, -0.149361), + normal: (0.833232, 0.046885, 0.550932), }, + Vertex { position: (-3.581963, -1.413947, -0.104371), + normal: (0.000909, 0.669011, 0.743252), }, + Vertex { position: (-3.977657, -1.750845, -0.184909), + normal: (0.873201, -0.045461, 0.485235), }, + Vertex { position: (-3.890388, -1.750102, 0.017612), + normal: (0.231733, 0.017467, 0.972623), }, + Vertex { position: (-4.075028, -1.904403, -0.041324), + normal: (0.829377, -0.173626, 0.531026), }, + Vertex { position: (-3.977657, -1.750845, -0.184909), + normal: (0.873201, -0.045461, 0.485235), }, + Vertex { position: (-4.000019, -1.567512, -0.27535), + normal: (0.794828, 0.083383, 0.601079), }, + Vertex { position: (-3.82037, -1.239135, -0.269807), + normal: (0.213242, -0.278117, 0.936578), }, + Vertex { position: (-3.82037, -1.239135, -0.269807), + normal: (0.213242, -0.278117, 0.936578), }, + Vertex { position: (-3.581963, -1.413947, -0.104371), + normal: (0.000909, 0.669011, 0.743252), }, + Vertex { position: (-3.683069, -1.591975, -0.115233), + normal: (-0.041225, -0.030655, 0.99868), }, + Vertex { position: (-3.82037, -1.239135, -0.269807), + normal: (0.213242, -0.278117, 0.936578), }, + Vertex { position: (-3.683069, -1.591975, -0.115233), + normal: (-0.041225, -0.030655, 0.99868), }, + Vertex { position: (-3.828485, -1.786559, -0.114095), + normal: (0.002322, -0.058071, 0.99831), }, + Vertex { position: (-3.82037, -1.239135, -0.269807), + normal: (0.213242, -0.278117, 0.936578), }, + Vertex { position: (-3.828485, -1.786559, -0.114095), + normal: (0.002322, -0.058071, 0.99831), }, + Vertex { position: (-3.890388, -1.750102, 0.017612), + normal: (0.231733, 0.017467, 0.972623), }, + Vertex { position: (-3.977657, -1.750845, -0.184909), + normal: (0.873201, -0.045461, 0.485235), }, + Vertex { position: (-3.82037, -1.239135, -0.269807), + normal: (0.213242, -0.278117, 0.936578), }, + Vertex { position: (-3.890388, -1.750102, 0.017612), + normal: (0.231733, 0.017467, 0.972623), }, + Vertex { position: (-3.890388, -1.750102, 0.017612), + normal: (0.231733, 0.017467, 0.972623), }, + Vertex { position: (-4.107191, -1.83652, 0.120149), + normal: (0.791625, 0.052579, 0.608741), }, + Vertex { position: (-4.075028, -1.904403, -0.041324), + normal: (0.829377, -0.173626, 0.531026), }, + Vertex { position: (-4.107191, -1.83652, 0.120149), + normal: (0.791625, 0.052579, 0.608741), }, + Vertex { position: (-4.207566, -1.922824, 0.155104), + normal: (0.981696, 0.042552, -0.185638), }, + Vertex { position: (-4.075028, -1.904403, -0.041324), + normal: (0.829377, -0.173626, 0.531026), }, + Vertex { position: (-4.405365, -1.921443, 0.192978), + normal: (0.924466, 0.048977, 0.378105), }, + Vertex { position: (-4.387148, -1.967814, 0.045602), + normal: (0.687126, -0.68509, 0.241888), }, + Vertex { position: (-4.297769, -1.889903, 0.177707), + normal: (0.002983, 0.098874, -0.995096), }, + Vertex { position: (-4.192486, -1.953852, 0.017313), + normal: (0.506864, -0.193038, 0.840134), }, + Vertex { position: (-4.075028, -1.904403, -0.041324), + normal: (0.829377, -0.173626, 0.531026), }, + Vertex { position: (-4.207566, -1.922824, 0.155104), + normal: (0.981696, 0.042552, -0.185638), }, + Vertex { position: (-4.192486, -1.953852, 0.017313), + normal: (0.506864, -0.193038, 0.840134), }, + Vertex { position: (-4.207566, -1.922824, 0.155104), + normal: (0.981696, 0.042552, -0.185638), }, + Vertex { position: (-4.297769, -1.889903, 0.177707), + normal: (0.002983, 0.098874, -0.995096), }, + Vertex { position: (-4.321269, -1.963488, 0.025072), + normal: (0.768311, 0.202351, 0.60725), }, + Vertex { position: (-4.192486, -1.953852, 0.017313), + normal: (0.506864, -0.193038, 0.840134), }, + Vertex { position: (-4.297769, -1.889903, 0.177707), + normal: (0.002983, 0.098874, -0.995096), }, + Vertex { position: (-4.351543, -1.947675, 0.02502), + normal: (-0.227573, -0.361148, 0.904313), }, + Vertex { position: (-4.321269, -1.963488, 0.025072), + normal: (0.768311, 0.202351, 0.60725), }, + Vertex { position: (-4.297769, -1.889903, 0.177707), + normal: (0.002983, 0.098874, -0.995096), }, + Vertex { position: (-4.387148, -1.967814, 0.045602), + normal: (0.687126, -0.68509, 0.241888), }, + Vertex { position: (-4.351543, -1.947675, 0.02502), + normal: (-0.227573, -0.361148, 0.904313), }, + Vertex { position: (-4.297769, -1.889903, 0.177707), + normal: (0.002983, 0.098874, -0.995096), }, + Vertex { position: (-4.405365, -1.921443, 0.192978), + normal: (0.924466, 0.048977, 0.378105), }, + Vertex { position: (-4.445835, -2.015127, 0.189702), + normal: (0.129519, -0.132707, 0.982656), }, + Vertex { position: (-4.387148, -1.967814, 0.045602), + normal: (0.687126, -0.68509, 0.241888), }, + Vertex { position: (-3.695565, -0.19362, 0.051497), + normal: (0.560378, 0.257624, 0.787151), }, + Vertex { position: (-3.75063, -0.191863, 0.063305), + normal: (0.711192, 0.127662, 0.69131), }, + Vertex { position: (-3.778908, -0.541975, 0.064258), + normal: (0.518386, -0.029316, 0.854644), }, + Vertex { position: (-3.805688, -0.190106, 0.051472), + normal: (0.546619, 0.025488, 0.836993), }, + Vertex { position: (-3.84599, -0.18882, 0.019164), + normal: (0.238843, 0.101951, 0.965691), }, + Vertex { position: (-3.975337, -0.554961, -0.014407), + normal: (0.728068, -0.191899, -0.658097), }, + Vertex { position: (-3.86074, -0.188349, -0.024962), + normal: (0.166377, -0.157108, 0.973466), }, + Vertex { position: (-3.845923, -0.188822, -0.06918), + normal: (0.077536, 0.770695, 0.632469), }, + Vertex { position: (-3.921874, -0.538502, -0.145307), + normal: (-0.276108, -0.088023, 0.957087), }, + Vertex { position: (-3.569386, -0.761644, -0.035893), + normal: (0.269003, 0.86436, 0.424875), }, + Vertex { position: (-3.640457, -0.195379, -0.024909), + normal: (0.267717, -0.172975, 0.947844), }, +]; diff --git a/src/bin/cow_model/cow_udder.rs b/src/bin/cow_model/cow_udder.rs new file mode 100644 index 0000000..1d48444 --- /dev/null +++ b/src/bin/cow_model/cow_udder.rs @@ -0,0 +1,3036 @@ + +// This file auto-generated from cow_udder.c using model_c2rs.py +// Don't edit by hand! + +use super::cow_vertex::Vertex; + +pub const COW_UDDER_VERTICES: [Vertex; 1514] = [ + Vertex { position: (-2.033406, -0.91003, -0.96422), + normal: (0.058723, -0.195869, -0.97887), }, + Vertex { position: (-2.119856, -1.1288, -0.97096), + normal: (-0.977902, -0.171036, -0.12023), }, + Vertex { position: (-2.306662, -1.116976, -0.961238), + normal: (0.07657, 0.16758, -0.982881), }, + Vertex { position: (-2.119856, -1.1288, -0.97096), + normal: (-0.977902, -0.171036, -0.12023), }, + Vertex { position: (-2.033406, -0.91003, -0.96422), + normal: (0.058723, -0.195869, -0.97887), }, + Vertex { position: (-2.031698, -1.097344, -0.966701), + normal: (-0.964119, -0.189683, -0.18573), }, + Vertex { position: (-2.031698, -1.097344, -0.966701), + normal: (-0.964119, -0.189683, -0.18573), }, + Vertex { position: (-2.033406, -0.91003, -0.96422), + normal: (0.058723, -0.195869, -0.97887), }, + Vertex { position: (-1.782298, -1.020581, -0.943381), + normal: (-0.30296, -0.137183, -0.943078), }, + Vertex { position: (-2.462835, -1.3055, -0.966395), + normal: (-0.955382, -0.23808, -0.174826), }, + Vertex { position: (-2.306662, -1.116976, -0.961238), + normal: (0.07657, 0.16758, -0.982881), }, + Vertex { position: (-2.337617, -1.334842, -0.966761), + normal: (-0.843742, -0.096326, -0.528036), }, + Vertex { position: (-2.337617, -1.334842, -0.966761), + normal: (-0.843742, -0.096326, -0.528036), }, + Vertex { position: (-2.306662, -1.116976, -0.961238), + normal: (0.07657, 0.16758, -0.982881), }, + Vertex { position: (-2.119856, -1.1288, -0.97096), + normal: (-0.977902, -0.171036, -0.12023), }, + Vertex { position: (-2.337617, -1.334842, -0.966761), + normal: (-0.843742, -0.096326, -0.528036), }, + Vertex { position: (-2.119856, -1.1288, -0.97096), + normal: (-0.977902, -0.171036, -0.12023), }, + Vertex { position: (-2.161843, -1.325837, -0.957465), + normal: (0.028952, -0.016247, -0.999449), }, + Vertex { position: (-2.161843, -1.325837, -0.957465), + normal: (0.028952, -0.016247, -0.999449), }, + Vertex { position: (-2.119856, -1.1288, -0.97096), + normal: (-0.977902, -0.171036, -0.12023), }, + Vertex { position: (-2.031698, -1.097344, -0.966701), + normal: (-0.964119, -0.189683, -0.18573), }, + Vertex { position: (-2.161843, -1.325837, -0.957465), + normal: (0.028952, -0.016247, -0.999449), }, + Vertex { position: (-2.031698, -1.097344, -0.966701), + normal: (-0.964119, -0.189683, -0.18573), }, + Vertex { position: (-2.042059, -1.312976, -0.940911), + normal: (0.093953, -0.049433, -0.994349), }, + Vertex { position: (-2.042059, -1.312976, -0.940911), + normal: (0.093953, -0.049433, -0.994349), }, + Vertex { position: (-2.031698, -1.097344, -0.966701), + normal: (-0.964119, -0.189683, -0.18573), }, + Vertex { position: (-1.782298, -1.020581, -0.943381), + normal: (-0.30296, -0.137183, -0.943078), }, + Vertex { position: (-2.042059, -1.312976, -0.940911), + normal: (0.093953, -0.049433, -0.994349), }, + Vertex { position: (-1.782298, -1.020581, -0.943381), + normal: (-0.30296, -0.137183, -0.943078), }, + Vertex { position: (-1.776785, -1.275107, -0.914703), + normal: (0.335613, -0.388493, -0.858159), }, + Vertex { position: (-1.776785, -1.275107, -0.914703), + normal: (0.335613, -0.388493, -0.858159), }, + Vertex { position: (-1.782298, -1.020581, -0.943381), + normal: (-0.30296, -0.137183, -0.943078), }, + Vertex { position: (-1.709172, -1.283232, -0.897427), + normal: (-0.004413, -0.170526, -0.985343), }, + Vertex { position: (-1.709172, -1.283232, -0.897427), + normal: (-0.004413, -0.170526, -0.985343), }, + Vertex { position: (-1.782298, -1.020581, -0.943381), + normal: (-0.30296, -0.137183, -0.943078), }, + Vertex { position: (-1.456655, -1.295527, -0.89424), + normal: (0.095733, -0.224552, -0.969748), }, + Vertex { position: (-2.591357, -1.510845, -0.88547), + normal: (0.137764, -0.289893, -0.947092), }, + Vertex { position: (-2.462835, -1.3055, -0.966395), + normal: (-0.955382, -0.23808, -0.174826), }, + Vertex { position: (-2.337617, -1.334842, -0.966761), + normal: (-0.843742, -0.096326, -0.528036), }, + Vertex { position: (-2.591357, -1.510845, -0.88547), + normal: (0.137764, -0.289893, -0.947092), }, + Vertex { position: (-2.337617, -1.334842, -0.966761), + normal: (-0.843742, -0.096326, -0.528036), }, + Vertex { position: (-2.417777, -1.553136, -0.887222), + normal: (0.137206, -0.207537, -0.968557), }, + Vertex { position: (-2.417777, -1.553136, -0.887222), + normal: (0.137206, -0.207537, -0.968557), }, + Vertex { position: (-2.337617, -1.334842, -0.966761), + normal: (-0.843742, -0.096326, -0.528036), }, + Vertex { position: (-2.161843, -1.325837, -0.957465), + normal: (0.028952, -0.016247, -0.999449), }, + Vertex { position: (-2.417777, -1.553136, -0.887222), + normal: (0.137206, -0.207537, -0.968557), }, + Vertex { position: (-2.161843, -1.325837, -0.957465), + normal: (0.028952, -0.016247, -0.999449), }, + Vertex { position: (-2.223917, -1.541268, -0.87926), + normal: (0.094371, -0.230057, -0.968591), }, + Vertex { position: (-2.223917, -1.541268, -0.87926), + normal: (0.094371, -0.230057, -0.968591), }, + Vertex { position: (-2.161843, -1.325837, -0.957465), + normal: (0.028952, -0.016247, -0.999449), }, + Vertex { position: (-2.042059, -1.312976, -0.940911), + normal: (0.093953, -0.049433, -0.994349), }, + Vertex { position: (-2.223917, -1.541268, -0.87926), + normal: (0.094371, -0.230057, -0.968591), }, + Vertex { position: (-2.042059, -1.312976, -0.940911), + normal: (0.093953, -0.049433, -0.994349), }, + Vertex { position: (-2.049879, -1.562369, -0.829319), + normal: (-0.201818, -0.568242, -0.797728), }, + Vertex { position: (-2.049879, -1.562369, -0.829319), + normal: (-0.201818, -0.568242, -0.797728), }, + Vertex { position: (-2.042059, -1.312976, -0.940911), + normal: (0.093953, -0.049433, -0.994349), }, + Vertex { position: (-1.777628, -1.473076, -0.845827), + normal: (0.357021, -0.590654, -0.723646), }, + Vertex { position: (-2.049879, -1.562369, -0.829319), + normal: (-0.201818, -0.568242, -0.797728), }, + Vertex { position: (-1.777628, -1.473076, -0.845827), + normal: (0.357021, -0.590654, -0.723646), }, + Vertex { position: (-1.778934, -1.550199, -0.776454), + normal: (0.008663, -0.516082, -0.856495), }, + Vertex { position: (-1.777628, -1.473076, -0.845827), + normal: (0.357021, -0.590654, -0.723646), }, + Vertex { position: (-2.042059, -1.312976, -0.940911), + normal: (0.093953, -0.049433, -0.994349), }, + Vertex { position: (-1.776785, -1.275107, -0.914703), + normal: (0.335613, -0.388493, -0.858159), }, + Vertex { position: (-1.777628, -1.473076, -0.845827), + normal: (0.357021, -0.590654, -0.723646), }, + Vertex { position: (-1.776785, -1.275107, -0.914703), + normal: (0.335613, -0.388493, -0.858159), }, + Vertex { position: (-1.709172, -1.283232, -0.897427), + normal: (-0.004413, -0.170526, -0.985343), }, + Vertex { position: (-1.777628, -1.473076, -0.845827), + normal: (0.357021, -0.590654, -0.723646), }, + Vertex { position: (-1.709172, -1.283232, -0.897427), + normal: (-0.004413, -0.170526, -0.985343), }, + Vertex { position: (-1.686329, -1.414405, -0.869373), + normal: (0.106237, -0.558927, -0.822383), }, + Vertex { position: (-1.686329, -1.414405, -0.869373), + normal: (0.106237, -0.558927, -0.822383), }, + Vertex { position: (-1.709172, -1.283232, -0.897427), + normal: (-0.004413, -0.170526, -0.985343), }, + Vertex { position: (-1.456655, -1.295527, -0.89424), + normal: (0.095733, -0.224552, -0.969748), }, + Vertex { position: (-1.686329, -1.414405, -0.869373), + normal: (0.106237, -0.558927, -0.822383), }, + Vertex { position: (-1.456655, -1.295527, -0.89424), + normal: (0.095733, -0.224552, -0.969748), }, + Vertex { position: (-1.592146, -1.408592, -0.838483), + normal: (0.155794, -0.590112, -0.792146), }, + Vertex { position: (-1.592146, -1.408592, -0.838483), + normal: (0.155794, -0.590112, -0.792146), }, + Vertex { position: (-1.456655, -1.295527, -0.89424), + normal: (0.095733, -0.224552, -0.969748), }, + Vertex { position: (-1.552229, -1.555077, -0.735708), + normal: (0.08565, -0.422547, -0.902285), }, + Vertex { position: (-1.552229, -1.555077, -0.735708), + normal: (0.08565, -0.422547, -0.902285), }, + Vertex { position: (-1.659758, -1.544361, -0.788181), + normal: (0.161064, -0.731195, -0.662882), }, + Vertex { position: (-1.592146, -1.408592, -0.838483), + normal: (0.155794, -0.590112, -0.792146), }, + Vertex { position: (-1.592146, -1.408592, -0.838483), + normal: (0.155794, -0.590112, -0.792146), }, + Vertex { position: (-1.659758, -1.544361, -0.788181), + normal: (0.161064, -0.731195, -0.662882), }, + Vertex { position: (-1.686329, -1.414405, -0.869373), + normal: (0.106237, -0.558927, -0.822383), }, + Vertex { position: (-1.686329, -1.414405, -0.869373), + normal: (0.106237, -0.558927, -0.822383), }, + Vertex { position: (-1.659758, -1.544361, -0.788181), + normal: (0.161064, -0.731195, -0.662882), }, + Vertex { position: (-1.778934, -1.550199, -0.776454), + normal: (0.008663, -0.516082, -0.856495), }, + Vertex { position: (-1.686329, -1.414405, -0.869373), + normal: (0.106237, -0.558927, -0.822383), }, + Vertex { position: (-1.778934, -1.550199, -0.776454), + normal: (0.008663, -0.516082, -0.856495), }, + Vertex { position: (-1.777628, -1.473076, -0.845827), + normal: (0.357021, -0.590654, -0.723646), }, + Vertex { position: (-1.552229, -1.555077, -0.735708), + normal: (0.08565, -0.422547, -0.902285), }, + Vertex { position: (-1.456655, -1.295527, -0.89424), + normal: (0.095733, -0.224552, -0.969748), }, + Vertex { position: (-1.366873, -1.340211, -0.907567), + normal: (-0.422758, -0.178302, -0.888529), }, + Vertex { position: (-1.552229, -1.555077, -0.735708), + normal: (0.08565, -0.422547, -0.902285), }, + Vertex { position: (-1.366873, -1.340211, -0.907567), + normal: (-0.422758, -0.178302, -0.888529), }, + Vertex { position: (-1.376186, -1.661988, -0.718954), + normal: (-0.504483, -0.438591, -0.743731), }, + Vertex { position: (-1.376186, -1.661988, -0.718954), + normal: (-0.504483, -0.438591, -0.743731), }, + Vertex { position: (-1.366873, -1.340211, -0.907567), + normal: (-0.422758, -0.178302, -0.888529), }, + Vertex { position: (-1.198513, -1.456102, -0.885435), + normal: (0.121987, -0.426326, -0.896306), }, + Vertex { position: (-1.376186, -1.661988, -0.718954), + normal: (-0.504483, -0.438591, -0.743731), }, + Vertex { position: (-1.198513, -1.456102, -0.885435), + normal: (0.121987, -0.426326, -0.896306), }, + Vertex { position: (-1.200688, -1.577575, -0.799188), + normal: (0.215155, -0.464575, -0.858999), }, + Vertex { position: (-1.200688, -1.577575, -0.799188), + normal: (0.215155, -0.464575, -0.858999), }, + Vertex { position: (-1.198513, -1.456102, -0.885435), + normal: (0.121987, -0.426326, -0.896306), }, + Vertex { position: (-0.953236, -1.545941, -0.89918), + normal: (-0.218261, -0.26262, -0.93989), }, + Vertex { position: (-1.397474, -1.693815, -0.570541), + normal: (-0.094238, -0.851252, -0.516225), }, + Vertex { position: (-1.480217, -1.6566, -0.606638), + normal: (0.152347, -0.821467, -0.549529), }, + Vertex { position: (-1.376186, -1.661988, -0.718954), + normal: (-0.504483, -0.438591, -0.743731), }, + Vertex { position: (-1.376186, -1.661988, -0.718954), + normal: (-0.504483, -0.438591, -0.743731), }, + Vertex { position: (-1.480217, -1.6566, -0.606638), + normal: (0.152347, -0.821467, -0.549529), }, + Vertex { position: (-1.552229, -1.555077, -0.735708), + normal: (0.08565, -0.422547, -0.902285), }, + Vertex { position: (-1.552229, -1.555077, -0.735708), + normal: (0.08565, -0.422547, -0.902285), }, + Vertex { position: (-1.480217, -1.6566, -0.606638), + normal: (0.152347, -0.821467, -0.549529), }, + Vertex { position: (-1.601625, -1.593321, -0.605607), + normal: (-0.279342, -0.940234, -0.19475), }, + Vertex { position: (-1.601625, -1.593321, -0.605607), + normal: (-0.279342, -0.940234, -0.19475), }, + Vertex { position: (-1.480217, -1.6566, -0.606638), + normal: (0.152347, -0.821467, -0.549529), }, + Vertex { position: (-1.519339, -1.653776, -0.501741), + normal: (-0.198045, -0.959194, -0.201804), }, + Vertex { position: (-1.519339, -1.653776, -0.501741), + normal: (-0.198045, -0.959194, -0.201804), }, + Vertex { position: (-1.480217, -1.6566, -0.606638), + normal: (0.152347, -0.821467, -0.549529), }, + Vertex { position: (-1.397474, -1.693815, -0.570541), + normal: (-0.094238, -0.851252, -0.516225), }, + Vertex { position: (-1.519339, -1.653776, -0.501741), + normal: (-0.198045, -0.959194, -0.201804), }, + Vertex { position: (-1.397474, -1.693815, -0.570541), + normal: (-0.094238, -0.851252, -0.516225), }, + Vertex { position: (-1.406693, -1.697325, -0.450399), + normal: (-0.171647, -0.971664, -0.162499), }, + Vertex { position: (-1.601625, -1.593321, -0.605607), + normal: (-0.279342, -0.940234, -0.19475), }, + Vertex { position: (-1.519339, -1.653776, -0.501741), + normal: (-0.198045, -0.959194, -0.201804), }, + Vertex { position: (-1.576196, -1.696317, -0.358146), + normal: (-0.403877, -0.879274, -0.252509), }, + Vertex { position: (-1.576196, -1.696317, -0.358146), + normal: (-0.403877, -0.879274, -0.252509), }, + Vertex { position: (-1.519339, -1.653776, -0.501741), + normal: (-0.198045, -0.959194, -0.201804), }, + Vertex { position: (-1.406693, -1.697325, -0.450399), + normal: (-0.171647, -0.971664, -0.162499), }, + Vertex { position: (-1.576196, -1.696317, -0.358146), + normal: (-0.403877, -0.879274, -0.252509), }, + Vertex { position: (-1.406693, -1.697325, -0.450399), + normal: (-0.171647, -0.971664, -0.162499), }, + Vertex { position: (-1.386502, -1.718441, -0.350823), + normal: (-0.53858, -0.616299, -0.57455), }, + Vertex { position: (-1.386502, -1.718441, -0.350823), + normal: (-0.53858, -0.616299, -0.57455), }, + Vertex { position: (-1.395728, -1.723811, 0.0), + normal: (0.011286, 0.999936, 0.0), }, + Vertex { position: (-1.610025, -1.711571, 0.0), + normal: (0.106808, 0.99428, 0.0), }, + Vertex { position: (-1.386502, -1.718441, -0.350823), + normal: (-0.53858, -0.616299, -0.57455), }, + Vertex { position: (-1.610025, -1.711571, 0.0), + normal: (0.106808, 0.99428, 0.0), }, + Vertex { position: (-1.576196, -1.696317, -0.358146), + normal: (-0.403877, -0.879274, -0.252509), }, + Vertex { position: (-1.576196, -1.696317, -0.358146), + normal: (-0.403877, -0.879274, -0.252509), }, + Vertex { position: (-1.610025, -1.711571, 0.0), + normal: (0.106808, 0.99428, 0.0), }, + Vertex { position: (-1.799827, -1.753136, 0.0), + normal: (-0.160087, -0.987103, 0.0), }, + Vertex { position: (-1.576196, -1.696317, -0.358146), + normal: (-0.403877, -0.879274, -0.252509), }, + Vertex { position: (-1.799827, -1.753136, 0.0), + normal: (-0.160087, -0.987103, 0.0), }, + Vertex { position: (-1.764045, -1.764987, -0.406586), + normal: (-0.299215, -0.929389, -0.216116), }, + Vertex { position: (-1.764045, -1.764987, -0.406586), + normal: (-0.299215, -0.929389, -0.216116), }, + Vertex { position: (-1.74779, -1.667608, -0.60634), + normal: (-0.18119, -0.970212, -0.160805), }, + Vertex { position: (-1.601625, -1.593321, -0.605607), + normal: (-0.279342, -0.940234, -0.19475), }, + Vertex { position: (-1.764045, -1.764987, -0.406586), + normal: (-0.299215, -0.929389, -0.216116), }, + Vertex { position: (-1.601625, -1.593321, -0.605607), + normal: (-0.279342, -0.940234, -0.19475), }, + Vertex { position: (-1.576196, -1.696317, -0.358146), + normal: (-0.403877, -0.879274, -0.252509), }, + Vertex { position: (-1.601625, -1.593321, -0.605607), + normal: (-0.279342, -0.940234, -0.19475), }, + Vertex { position: (-1.74779, -1.667608, -0.60634), + normal: (-0.18119, -0.970212, -0.160805), }, + Vertex { position: (-1.778934, -1.550199, -0.776454), + normal: (0.008663, -0.516082, -0.856495), }, + Vertex { position: (-1.778934, -1.550199, -0.776454), + normal: (0.008663, -0.516082, -0.856495), }, + Vertex { position: (-1.659758, -1.544361, -0.788181), + normal: (0.161064, -0.731195, -0.662882), }, + Vertex { position: (-1.601625, -1.593321, -0.605607), + normal: (-0.279342, -0.940234, -0.19475), }, + Vertex { position: (-1.601625, -1.593321, -0.605607), + normal: (-0.279342, -0.940234, -0.19475), }, + Vertex { position: (-1.659758, -1.544361, -0.788181), + normal: (0.161064, -0.731195, -0.662882), }, + Vertex { position: (-1.552229, -1.555077, -0.735708), + normal: (0.08565, -0.422547, -0.902285), }, + Vertex { position: (-2.734184, -1.717948, -0.749581), + normal: (0.048753, -0.975535, -0.21437), }, + Vertex { position: (-2.591357, -1.510845, -0.88547), + normal: (0.137764, -0.289893, -0.947092), }, + Vertex { position: (-2.417777, -1.553136, -0.887222), + normal: (0.137206, -0.207537, -0.968557), }, + Vertex { position: (-2.734184, -1.717948, -0.749581), + normal: (0.048753, -0.975535, -0.21437), }, + Vertex { position: (-2.417777, -1.553136, -0.887222), + normal: (0.137206, -0.207537, -0.968557), }, + Vertex { position: (-2.508885, -1.719933, -0.721675), + normal: (-0.177142, -0.976279, -0.124502), }, + Vertex { position: (-2.508885, -1.719933, -0.721675), + normal: (-0.177142, -0.976279, -0.124502), }, + Vertex { position: (-2.417777, -1.553136, -0.887222), + normal: (0.137206, -0.207537, -0.968557), }, + Vertex { position: (-2.223917, -1.541268, -0.87926), + normal: (0.094371, -0.230057, -0.968591), }, + Vertex { position: (-2.508885, -1.719933, -0.721675), + normal: (-0.177142, -0.976279, -0.124502), }, + Vertex { position: (-2.223917, -1.541268, -0.87926), + normal: (0.094371, -0.230057, -0.968591), }, + Vertex { position: (-2.267049, -1.753901, -0.662106), + normal: (0.430742, -0.887318, -0.164704), }, + Vertex { position: (-2.267049, -1.753901, -0.662106), + normal: (0.430742, -0.887318, -0.164704), }, + Vertex { position: (-2.223917, -1.541268, -0.87926), + normal: (0.094371, -0.230057, -0.968591), }, + Vertex { position: (-2.049879, -1.562369, -0.829319), + normal: (-0.201818, -0.568242, -0.797728), }, + Vertex { position: (-2.267049, -1.753901, -0.662106), + normal: (0.430742, -0.887318, -0.164704), }, + Vertex { position: (-2.049879, -1.562369, -0.829319), + normal: (-0.201818, -0.568242, -0.797728), }, + Vertex { position: (-2.037371, -1.73636, -0.656787), + normal: (0.35682, -0.781398, -0.511953), }, + Vertex { position: (-2.037371, -1.73636, -0.656787), + normal: (0.35682, -0.781398, -0.511953), }, + Vertex { position: (-2.049879, -1.562369, -0.829319), + normal: (-0.201818, -0.568242, -0.797728), }, + Vertex { position: (-1.778934, -1.550199, -0.776454), + normal: (0.008663, -0.516082, -0.856495), }, + Vertex { position: (-2.037371, -1.73636, -0.656787), + normal: (0.35682, -0.781398, -0.511953), }, + Vertex { position: (-1.778934, -1.550199, -0.776454), + normal: (0.008663, -0.516082, -0.856495), }, + Vertex { position: (-1.74779, -1.667608, -0.60634), + normal: (-0.18119, -0.970212, -0.160805), }, + Vertex { position: (-1.74779, -1.667608, -0.60634), + normal: (-0.18119, -0.970212, -0.160805), }, + Vertex { position: (-1.764045, -1.764987, -0.406586), + normal: (-0.299215, -0.929389, -0.216116), }, + Vertex { position: (-1.88316, -1.829718, -0.401567), + normal: (0.493535, -0.729115, -0.474147), }, + Vertex { position: (-1.74779, -1.667608, -0.60634), + normal: (-0.18119, -0.970212, -0.160805), }, + Vertex { position: (-1.88316, -1.829718, -0.401567), + normal: (0.493535, -0.729115, -0.474147), }, + Vertex { position: (-1.936032, -1.829617, -0.488916), + normal: (0.04422, -0.704109, -0.708714), }, + Vertex { position: (-1.936032, -1.829617, -0.488916), + normal: (0.04422, -0.704109, -0.708714), }, + Vertex { position: (-2.027242, -1.813012, -0.555232), + normal: (0.083262, -0.787311, -0.610907), }, + Vertex { position: (-2.037371, -1.73636, -0.656787), + normal: (0.35682, -0.781398, -0.511953), }, + Vertex { position: (-1.936032, -1.829617, -0.488916), + normal: (0.04422, -0.704109, -0.708714), }, + Vertex { position: (-2.037371, -1.73636, -0.656787), + normal: (0.35682, -0.781398, -0.511953), }, + Vertex { position: (-1.74779, -1.667608, -0.60634), + normal: (-0.18119, -0.970212, -0.160805), }, + Vertex { position: (-2.037371, -1.73636, -0.656787), + normal: (0.35682, -0.781398, -0.511953), }, + Vertex { position: (-2.027242, -1.813012, -0.555232), + normal: (0.083262, -0.787311, -0.610907), }, + Vertex { position: (-2.126375, -1.866497, -0.502895), + normal: (0.170756, -0.748007, -0.641349), }, + Vertex { position: (-2.037371, -1.73636, -0.656787), + normal: (0.35682, -0.781398, -0.511953), }, + Vertex { position: (-2.126375, -1.866497, -0.502895), + normal: (0.170756, -0.748007, -0.641349), }, + Vertex { position: (-2.267049, -1.753901, -0.662106), + normal: (0.430742, -0.887318, -0.164704), }, + Vertex { position: (-2.267049, -1.753901, -0.662106), + normal: (0.430742, -0.887318, -0.164704), }, + Vertex { position: (-2.126375, -1.866497, -0.502895), + normal: (0.170756, -0.748007, -0.641349), }, + Vertex { position: (-2.176551, -1.873816, -0.445782), + normal: (0.64791, -0.754869, 0.101909), }, + Vertex { position: (-2.267049, -1.753901, -0.662106), + normal: (0.430742, -0.887318, -0.164704), }, + Vertex { position: (-2.176551, -1.873816, -0.445782), + normal: (0.64791, -0.754869, 0.101909), }, + Vertex { position: (-2.317557, -1.8742, -0.470587), + normal: (0.381337, -0.795981, -0.470102), }, + Vertex { position: (-2.317557, -1.8742, -0.470587), + normal: (0.381337, -0.795981, -0.470102), }, + Vertex { position: (-2.446375, -1.893261, -0.49411), + normal: (0.183908, -0.773381, -0.606679), }, + Vertex { position: (-2.466779, -1.857679, -0.570461), + normal: (0.018755, -0.837462, -0.546174), }, + Vertex { position: (-2.317557, -1.8742, -0.470587), + normal: (0.381337, -0.795981, -0.470102), }, + Vertex { position: (-2.466779, -1.857679, -0.570461), + normal: (0.018755, -0.837462, -0.546174), }, + Vertex { position: (-2.267049, -1.753901, -0.662106), + normal: (0.430742, -0.887318, -0.164704), }, + Vertex { position: (-2.267049, -1.753901, -0.662106), + normal: (0.430742, -0.887318, -0.164704), }, + Vertex { position: (-2.466779, -1.857679, -0.570461), + normal: (0.018755, -0.837462, -0.546174), }, + Vertex { position: (-2.547737, -1.833025, -0.609321), + normal: (-0.094688, -0.959937, -0.263734), }, + Vertex { position: (-2.267049, -1.753901, -0.662106), + normal: (0.430742, -0.887318, -0.164704), }, + Vertex { position: (-2.547737, -1.833025, -0.609321), + normal: (-0.094688, -0.959937, -0.263734), }, + Vertex { position: (-2.508885, -1.719933, -0.721675), + normal: (-0.177142, -0.976279, -0.124502), }, + Vertex { position: (-2.508885, -1.719933, -0.721675), + normal: (-0.177142, -0.976279, -0.124502), }, + Vertex { position: (-2.547737, -1.833025, -0.609321), + normal: (-0.094688, -0.959937, -0.263734), }, + Vertex { position: (-2.64722, -1.84401, -0.594347), + normal: (0.059023, -0.965365, -0.25414), }, + Vertex { position: (-2.508885, -1.719933, -0.721675), + normal: (-0.177142, -0.976279, -0.124502), }, + Vertex { position: (-2.64722, -1.84401, -0.594347), + normal: (0.059023, -0.965365, -0.25414), }, + Vertex { position: (-2.734184, -1.717948, -0.749581), + normal: (0.048753, -0.975535, -0.21437), }, + Vertex { position: (-2.734184, -1.717948, -0.749581), + normal: (0.048753, -0.975535, -0.21437), }, + Vertex { position: (-2.64722, -1.84401, -0.594347), + normal: (0.059023, -0.965365, -0.25414), }, + Vertex { position: (-2.699966, -1.850397, -0.57007), + normal: (0.49176, -0.810764, -0.317543), }, + Vertex { position: (-2.734184, -1.717948, -0.749581), + normal: (0.048753, -0.975535, -0.21437), }, + Vertex { position: (-2.699966, -1.850397, -0.57007), + normal: (0.49176, -0.810764, -0.317543), }, + Vertex { position: (-2.811581, -1.79821, -0.712737), + normal: (0.43907, -0.579988, -0.686171), }, + Vertex { position: (-2.941731, -1.787431, -0.442574), + normal: (-0.073547, -0.481419, -0.8734), }, + Vertex { position: (-2.709403, -1.879947, -0.508775), + normal: (0.099157, -0.476834, -0.873383), }, + Vertex { position: (-2.684452, -1.891207, -0.447388), + normal: (-0.147229, -0.706225, -0.69251), }, + Vertex { position: (-2.941731, -1.787431, -0.442574), + normal: (-0.073547, -0.481419, -0.8734), }, + Vertex { position: (-2.684452, -1.891207, -0.447388), + normal: (-0.147229, -0.706225, -0.69251), }, + Vertex { position: (-2.892162, -1.781087, 0.0), + normal: (0.0787, 0.996898, 0.0), }, + Vertex { position: (-2.892162, -1.781087, 0.0), + normal: (0.0787, 0.996898, 0.0), }, + Vertex { position: (-2.684452, -1.891207, -0.447388), + normal: (-0.147229, -0.706225, -0.69251), }, + Vertex { position: (-2.614084, -1.905005, -0.404925), + normal: (0.328486, -0.940918, 0.082286), }, + Vertex { position: (-2.892162, -1.781087, 0.0), + normal: (0.0787, 0.996898, 0.0), }, + Vertex { position: (-2.614084, -1.905005, -0.404925), + normal: (0.328486, -0.940918, 0.082286), }, + Vertex { position: (-2.656867, -1.853045, 0.0), + normal: (0.058013, 0.998316, 0.0), }, + Vertex { position: (-2.656867, -1.853045, 0.0), + normal: (0.058013, 0.998316, 0.0), }, + Vertex { position: (-2.614084, -1.905005, -0.404925), + normal: (0.328486, -0.940918, 0.082286), }, + Vertex { position: (-2.503818, -1.909806, -0.431456), + normal: (-0.319475, -0.944225, -0.079844), }, + Vertex { position: (-2.656867, -1.853045, 0.0), + normal: (0.058013, 0.998316, 0.0), }, + Vertex { position: (-2.503818, -1.909806, -0.431456), + normal: (-0.319475, -0.944225, -0.079844), }, + Vertex { position: (-2.348005, -1.869142, 0.0), + normal: (0.093777, 0.995593, 0.0), }, + Vertex { position: (-2.348005, -1.869142, 0.0), + normal: (0.093777, 0.995593, 0.0), }, + Vertex { position: (-2.503818, -1.909806, -0.431456), + normal: (-0.319475, -0.944225, -0.079844), }, + Vertex { position: (-2.446375, -1.893261, -0.49411), + normal: (0.183908, -0.773381, -0.606679), }, + Vertex { position: (-2.348005, -1.869142, 0.0), + normal: (0.093777, 0.995593, 0.0), }, + Vertex { position: (-2.446375, -1.893261, -0.49411), + normal: (0.183908, -0.773381, -0.606679), }, + Vertex { position: (-2.317557, -1.8742, -0.470587), + normal: (0.381337, -0.795981, -0.470102), }, + Vertex { position: (-2.317557, -1.8742, -0.470587), + normal: (0.381337, -0.795981, -0.470102), }, + Vertex { position: (-2.176551, -1.873816, -0.445782), + normal: (0.64791, -0.754869, 0.101909), }, + Vertex { position: (-2.147113, -1.903198, -0.362462), + normal: (-0.393694, -0.919049, 0.018795), }, + Vertex { position: (-2.317557, -1.8742, -0.470587), + normal: (0.381337, -0.795981, -0.470102), }, + Vertex { position: (-2.147113, -1.903198, -0.362462), + normal: (-0.393694, -0.919049, 0.018795), }, + Vertex { position: (-2.348005, -1.869142, 0.0), + normal: (0.093777, 0.995593, 0.0), }, + Vertex { position: (-2.348005, -1.869142, 0.0), + normal: (0.093777, 0.995593, 0.0), }, + Vertex { position: (-2.147113, -1.903198, -0.362462), + normal: (-0.393694, -0.919049, 0.018795), }, + Vertex { position: (-2.062725, -1.884246, -0.307336), + normal: (-0.327707, -0.94199, 0.072547), }, + Vertex { position: (-2.348005, -1.869142, 0.0), + normal: (0.093777, 0.995593, 0.0), }, + Vertex { position: (-2.062725, -1.884246, -0.307336), + normal: (-0.327707, -0.94199, 0.072547), }, + Vertex { position: (-2.092921, -1.839622, 0.0), + normal: (0.149455, 0.988769, 0.0), }, + Vertex { position: (-2.092921, -1.839622, 0.0), + normal: (0.149455, 0.988769, 0.0), }, + Vertex { position: (-2.062725, -1.884246, -0.307336), + normal: (-0.327707, -0.94199, 0.072547), }, + Vertex { position: (-1.946306, -1.872735, -0.344251), + normal: (-0.163041, -0.980692, 0.107986), }, + Vertex { position: (-2.092921, -1.839622, 0.0), + normal: (0.149455, 0.988769, 0.0), }, + Vertex { position: (-1.946306, -1.872735, -0.344251), + normal: (-0.163041, -0.980692, 0.107986), }, + Vertex { position: (-1.799827, -1.753136, 0.0), + normal: (-0.160087, -0.987103, 0.0), }, + Vertex { position: (-1.799827, -1.753136, 0.0), + normal: (-0.160087, -0.987103, 0.0), }, + Vertex { position: (-1.946306, -1.872735, -0.344251), + normal: (-0.163041, -0.980692, 0.107986), }, + Vertex { position: (-1.88316, -1.829718, -0.401567), + normal: (0.493535, -0.729115, -0.474147), }, + Vertex { position: (-1.799827, -1.753136, 0.0), + normal: (-0.160087, -0.987103, 0.0), }, + Vertex { position: (-1.88316, -1.829718, -0.401567), + normal: (0.493535, -0.729115, -0.474147), }, + Vertex { position: (-1.764045, -1.764987, -0.406586), + normal: (-0.299215, -0.929389, -0.216116), }, + Vertex { position: (-3.139394, -1.687482, -0.638546), + normal: (-0.012978, -0.998326, 0.056357), }, + Vertex { position: (-3.120907, -1.707924, -0.431829), + normal: (0.074429, -0.99521, 0.063385), }, + Vertex { position: (-3.314868, -1.599081, -0.439626), + normal: (0.249604, -0.855993, 0.452741), }, + Vertex { position: (-3.139394, -1.687482, -0.638546), + normal: (-0.012978, -0.998326, 0.056357), }, + Vertex { position: (-3.314868, -1.599081, -0.439626), + normal: (0.249604, -0.855993, 0.452741), }, + Vertex { position: (-3.304804, -1.582192, -0.643445), + normal: (0.515412, -0.714946, 0.472444), }, + Vertex { position: (-3.304804, -1.582192, -0.643445), + normal: (0.515412, -0.714946, 0.472444), }, + Vertex { position: (-3.314868, -1.599081, -0.439626), + normal: (0.249604, -0.855993, 0.452741), }, + Vertex { position: (-3.442085, -1.48412, -0.406377), + normal: (-0.454242, -0.890878, 0.000928), }, + Vertex { position: (-3.304804, -1.582192, -0.643445), + normal: (0.515412, -0.714946, 0.472444), }, + Vertex { position: (-3.442085, -1.48412, -0.406377), + normal: (-0.454242, -0.890878, 0.000928), }, + Vertex { position: (-3.387254, -1.486027, -0.672861), + normal: (-0.354058, -0.732075, 0.581987), }, + Vertex { position: (-3.387254, -1.486027, -0.672861), + normal: (-0.354058, -0.732075, 0.581987), }, + Vertex { position: (-3.442085, -1.48412, -0.406377), + normal: (-0.454242, -0.890878, 0.000928), }, + Vertex { position: (-3.557869, -1.325941, -0.37803), + normal: (-0.587869, -0.808404, -0.029894), }, + Vertex { position: (-3.387254, -1.486027, -0.672861), + normal: (-0.354058, -0.732075, 0.581987), }, + Vertex { position: (-3.557869, -1.325941, -0.37803), + normal: (-0.587869, -0.808404, -0.029894), }, + Vertex { position: (-3.53391, -1.330455, -0.568246), + normal: (-0.581301, -0.608503, 0.540197), }, + Vertex { position: (-3.53391, -1.330455, -0.568246), + normal: (-0.581301, -0.608503, 0.540197), }, + Vertex { position: (-3.557869, -1.325941, -0.37803), + normal: (-0.587869, -0.808404, -0.029894), }, + Vertex { position: (-3.639586, -1.140102, -0.3338), + normal: (-0.736087, -0.675142, -0.048562), }, + Vertex { position: (-3.53391, -1.330455, -0.568246), + normal: (-0.581301, -0.608503, 0.540197), }, + Vertex { position: (-3.639586, -1.140102, -0.3338), + normal: (-0.736087, -0.675142, -0.048562), }, + Vertex { position: (-3.631179, -1.157838, -0.50561), + normal: (-0.98615, -0.150918, -0.068783), }, + Vertex { position: (-3.631179, -1.157838, -0.50561), + normal: (-0.98615, -0.150918, -0.068783), }, + Vertex { position: (-3.639586, -1.140102, -0.3338), + normal: (-0.736087, -0.675142, -0.048562), }, + Vertex { position: (-3.686518, -0.955181, -0.320349), + normal: (-0.84728, -0.52968, -0.039439), }, + Vertex { position: (-3.631179, -1.157838, -0.50561), + normal: (-0.98615, -0.150918, -0.068783), }, + Vertex { position: (-3.686518, -0.955181, -0.320349), + normal: (-0.84728, -0.52968, -0.039439), }, + Vertex { position: (-3.667859, -0.964867, -0.464702), + normal: (-0.815087, -0.388053, -0.430171), }, + Vertex { position: (-3.667859, -0.964867, -0.464702), + normal: (-0.815087, -0.388053, -0.430171), }, + Vertex { position: (-3.686518, -0.955181, -0.320349), + normal: (-0.84728, -0.52968, -0.039439), }, + Vertex { position: (-3.676599, -0.729578, -0.330724), + normal: (-0.945906, -0.323169, -0.028687), }, + Vertex { position: (-3.667859, -0.964867, -0.464702), + normal: (-0.815087, -0.388053, -0.430171), }, + Vertex { position: (-3.676599, -0.729578, -0.330724), + normal: (-0.945906, -0.323169, -0.028687), }, + Vertex { position: (-3.665774, -0.73408, -0.446286), + normal: (-0.896964, -0.287307, -0.336022), }, + Vertex { position: (-3.665774, -0.73408, -0.446286), + normal: (-0.896964, -0.287307, -0.336022), }, + Vertex { position: (-3.676599, -0.729578, -0.330724), + normal: (-0.945906, -0.323169, -0.028687), }, + Vertex { position: (-3.616627, -0.350374, -0.338492), + normal: (-0.99574, -0.082547, -0.041071), }, + Vertex { position: (-3.665774, -0.73408, -0.446286), + normal: (-0.896964, -0.287307, -0.336022), }, + Vertex { position: (-3.616627, -0.350374, -0.338492), + normal: (-0.99574, -0.082547, -0.041071), }, + Vertex { position: (-3.595973, -0.346391, -0.426453), + normal: (-0.950882, -0.075567, -0.300188), }, + Vertex { position: (-3.595973, -0.346391, -0.426453), + normal: (-0.950882, -0.075567, -0.300188), }, + Vertex { position: (-3.616627, -0.350374, -0.338492), + normal: (-0.99574, -0.082547, -0.041071), }, + Vertex { position: (-3.570243, -0.060093, -0.344854), + normal: (-0.993498, 0.089934, -0.06981), }, + Vertex { position: (-3.595973, -0.346391, -0.426453), + normal: (-0.950882, -0.075567, -0.300188), }, + Vertex { position: (-3.570243, -0.060093, -0.344854), + normal: (-0.993498, 0.089934, -0.06981), }, + Vertex { position: (-3.529709, -0.065998, -0.437217), + normal: (-0.951862, 0.098243, -0.290356), }, + Vertex { position: (-3.529709, -0.065998, -0.437217), + normal: (-0.951862, 0.098243, -0.290356), }, + Vertex { position: (-3.570243, -0.060093, -0.344854), + normal: (-0.993498, 0.089934, -0.06981), }, + Vertex { position: (-3.535416, 0.191408, -0.338478), + normal: (-0.9775, 0.159844, -0.137638), }, + Vertex { position: (-3.529709, -0.065998, -0.437217), + normal: (-0.951862, 0.098243, -0.290356), }, + Vertex { position: (-3.535416, 0.191408, -0.338478), + normal: (-0.9775, 0.159844, -0.137638), }, + Vertex { position: (-3.51684, 0.149002, -0.430359), + normal: (-0.923845, 0.18432, -0.335466), }, + Vertex { position: (-3.51684, 0.149002, -0.430359), + normal: (-0.923845, 0.18432, -0.335466), }, + Vertex { position: (-3.535416, 0.191408, -0.338478), + normal: (-0.9775, 0.159844, -0.137638), }, + Vertex { position: (-3.536654, 0.442277, -0.322), + normal: (-0.971344, 0.144305, -0.188856), }, + Vertex { position: (-3.536654, 0.442277, -0.322), + normal: (-0.971344, 0.144305, -0.188856), }, + Vertex { position: (-3.535416, 0.191408, -0.338478), + normal: (-0.9775, 0.159844, -0.137638), }, + Vertex { position: (-3.55232, 0.219613, 0.0), + normal: (0.170833, 0.9853, 0.0), }, + Vertex { position: (-3.536654, 0.442277, -0.322), + normal: (-0.971344, 0.144305, -0.188856), }, + Vertex { position: (-3.55232, 0.219613, 0.0), + normal: (0.170833, 0.9853, 0.0), }, + Vertex { position: (-3.544507, 0.467147, 0.0), + normal: (-0.57342, 0.819261, 0.0), }, + Vertex { position: (-3.55232, 0.219613, 0.0), + normal: (0.170833, 0.9853, 0.0), }, + Vertex { position: (-3.535416, 0.191408, -0.338478), + normal: (-0.9775, 0.159844, -0.137638), }, + Vertex { position: (-3.570243, -0.060093, -0.344854), + normal: (-0.993498, 0.089934, -0.06981), }, + Vertex { position: (-3.55232, 0.219613, 0.0), + normal: (0.170833, 0.9853, 0.0), }, + Vertex { position: (-3.570243, -0.060093, -0.344854), + normal: (-0.993498, 0.089934, -0.06981), }, + Vertex { position: (-3.583763, -0.052271, 0.0), + normal: (0.614301, 0.789071, -0.000581), }, + Vertex { position: (-3.637643, -0.356271, 0.0), + normal: (0.098463, -0.995141, 0.0), }, + Vertex { position: (-3.616627, -0.350374, -0.338492), + normal: (-0.99574, -0.082547, -0.041071), }, + Vertex { position: (-3.676599, -0.729578, -0.330724), + normal: (-0.945906, -0.323169, -0.028687), }, + Vertex { position: (-3.637643, -0.356271, 0.0), + normal: (0.098463, -0.995141, 0.0), }, + Vertex { position: (-3.676599, -0.729578, -0.330724), + normal: (-0.945906, -0.323169, -0.028687), }, + Vertex { position: (-3.673607, -0.720796, 0.0), + normal: (0.353735, -0.935346, 0.0), }, + Vertex { position: (-3.673607, -0.720796, 0.0), + normal: (0.353735, -0.935346, 0.0), }, + Vertex { position: (-3.676599, -0.729578, -0.330724), + normal: (-0.945906, -0.323169, -0.028687), }, + Vertex { position: (-3.686518, -0.955181, -0.320349), + normal: (-0.84728, -0.52968, -0.039439), }, + Vertex { position: (-3.673607, -0.720796, 0.0), + normal: (0.353735, -0.935346, 0.0), }, + Vertex { position: (-3.686518, -0.955181, -0.320349), + normal: (-0.84728, -0.52968, -0.039439), }, + Vertex { position: (-3.678793, -0.926816, 0.0), + normal: (-0.34926, -0.937026, 0.0), }, + Vertex { position: (-3.678793, -0.926816, 0.0), + normal: (-0.34926, -0.937026, 0.0), }, + Vertex { position: (-3.686518, -0.955181, -0.320349), + normal: (-0.84728, -0.52968, -0.039439), }, + Vertex { position: (-3.639586, -1.140102, -0.3338), + normal: (-0.736087, -0.675142, -0.048562), }, + Vertex { position: (-3.678793, -0.926816, 0.0), + normal: (-0.34926, -0.937026, 0.0), }, + Vertex { position: (-3.639586, -1.140102, -0.3338), + normal: (-0.736087, -0.675142, -0.048562), }, + Vertex { position: (-3.650579, -1.142448, 0.0), + normal: (-0.164, -0.98646, 0.0), }, + Vertex { position: (-3.650579, -1.142448, 0.0), + normal: (-0.164, -0.98646, 0.0), }, + Vertex { position: (-3.639586, -1.140102, -0.3338), + normal: (-0.736087, -0.675142, -0.048562), }, + Vertex { position: (-3.557869, -1.325941, -0.37803), + normal: (-0.587869, -0.808404, -0.029894), }, + Vertex { position: (-3.650579, -1.142448, 0.0), + normal: (-0.164, -0.98646, 0.0), }, + Vertex { position: (-3.557869, -1.325941, -0.37803), + normal: (-0.587869, -0.808404, -0.029894), }, + Vertex { position: (-3.522115, -1.366623, 0.0), + normal: (0.030921, -0.999522, 0.0), }, + Vertex { position: (-3.522115, -1.366623, 0.0), + normal: (0.030921, -0.999522, 0.0), }, + Vertex { position: (-3.557869, -1.325941, -0.37803), + normal: (-0.587869, -0.808404, -0.029894), }, + Vertex { position: (-3.442085, -1.48412, -0.406377), + normal: (-0.454242, -0.890878, 0.000928), }, + Vertex { position: (-3.522115, -1.366623, 0.0), + normal: (0.030921, -0.999522, 0.0), }, + Vertex { position: (-3.442085, -1.48412, -0.406377), + normal: (-0.454242, -0.890878, 0.000928), }, + Vertex { position: (-3.417689, -1.494416, 0.0), + normal: (0.183204, -0.983075, 0.0), }, + Vertex { position: (-3.417689, -1.494416, 0.0), + normal: (0.183204, -0.983075, 0.0), }, + Vertex { position: (-3.442085, -1.48412, -0.406377), + normal: (-0.454242, -0.890878, 0.000928), }, + Vertex { position: (-3.314868, -1.599081, -0.439626), + normal: (0.249604, -0.855993, 0.452741), }, + Vertex { position: (-3.417689, -1.494416, 0.0), + normal: (0.183204, -0.983075, 0.0), }, + Vertex { position: (-3.314868, -1.599081, -0.439626), + normal: (0.249604, -0.855993, 0.452741), }, + Vertex { position: (-3.271035, -1.609292, 0.0), + normal: (-0.997516, 0.070442, 0.0), }, + Vertex { position: (-3.271035, -1.609292, 0.0), + normal: (-0.997516, 0.070442, 0.0), }, + Vertex { position: (-3.314868, -1.599081, -0.439626), + normal: (0.249604, -0.855993, 0.452741), }, + Vertex { position: (-3.120907, -1.707924, -0.431829), + normal: (0.074429, -0.99521, 0.063385), }, + Vertex { position: (-3.271035, -1.609292, 0.0), + normal: (-0.997516, 0.070442, 0.0), }, + Vertex { position: (-3.120907, -1.707924, -0.431829), + normal: (0.074429, -0.99521, 0.063385), }, + Vertex { position: (-3.1103, -1.69172, 0.0), + normal: (-0.99928, -0.037933, 0.0), }, + Vertex { position: (-3.1103, -1.69172, 0.0), + normal: (-0.99928, -0.037933, 0.0), }, + Vertex { position: (-3.120907, -1.707924, -0.431829), + normal: (0.074429, -0.99521, 0.063385), }, + Vertex { position: (-2.941731, -1.787431, -0.442574), + normal: (-0.073547, -0.481419, -0.8734), }, + Vertex { position: (-3.1103, -1.69172, 0.0), + normal: (-0.99928, -0.037933, 0.0), }, + Vertex { position: (-2.941731, -1.787431, -0.442574), + normal: (-0.073547, -0.481419, -0.8734), }, + Vertex { position: (-2.892162, -1.781087, 0.0), + normal: (0.0787, 0.996898, 0.0), }, + Vertex { position: (-3.583763, -0.052271, 0.0), + normal: (0.614301, 0.789071, -0.000581), }, + Vertex { position: (-3.570243, -0.060093, -0.344854), + normal: (-0.993498, 0.089934, -0.06981), }, + Vertex { position: (-3.616627, -0.350374, -0.338492), + normal: (-0.99574, -0.082547, -0.041071), }, + Vertex { position: (-3.583763, -0.052271, 0.0), + normal: (0.614301, 0.789071, -0.000581), }, + Vertex { position: (-3.616627, -0.350374, -0.338492), + normal: (-0.99574, -0.082547, -0.041071), }, + Vertex { position: (-3.637643, -0.356271, 0.0), + normal: (0.098463, -0.995141, 0.0), }, + Vertex { position: (-3.51684, 0.149002, -0.430359), + normal: (-0.923845, 0.18432, -0.335466), }, + Vertex { position: (-3.470778, -0.078218, -0.546398), + normal: (-0.908258, 0.139498, -0.394471), }, + Vertex { position: (-3.529709, -0.065998, -0.437217), + normal: (-0.951862, 0.098243, -0.290356), }, + Vertex { position: (-3.529709, -0.065998, -0.437217), + normal: (-0.951862, 0.098243, -0.290356), }, + Vertex { position: (-3.470778, -0.078218, -0.546398), + normal: (-0.908258, 0.139498, -0.394471), }, + Vertex { position: (-3.526766, -0.317542, -0.560837), + normal: (-0.985615, 0.064121, -0.156369), }, + Vertex { position: (-3.529709, -0.065998, -0.437217), + normal: (-0.951862, 0.098243, -0.290356), }, + Vertex { position: (-3.526766, -0.317542, -0.560837), + normal: (-0.985615, 0.064121, -0.156369), }, + Vertex { position: (-3.595973, -0.346391, -0.426453), + normal: (-0.950882, -0.075567, -0.300188), }, + Vertex { position: (-3.595973, -0.346391, -0.426453), + normal: (-0.950882, -0.075567, -0.300188), }, + Vertex { position: (-3.526766, -0.317542, -0.560837), + normal: (-0.985615, 0.064121, -0.156369), }, + Vertex { position: (-3.569993, -0.731989, -0.649435), + normal: (-0.982334, -0.04331, -0.182057), }, + Vertex { position: (-3.595973, -0.346391, -0.426453), + normal: (-0.950882, -0.075567, -0.300188), }, + Vertex { position: (-3.569993, -0.731989, -0.649435), + normal: (-0.982334, -0.04331, -0.182057), }, + Vertex { position: (-3.665774, -0.73408, -0.446286), + normal: (-0.896964, -0.287307, -0.336022), }, + Vertex { position: (-3.665774, -0.73408, -0.446286), + normal: (-0.896964, -0.287307, -0.336022), }, + Vertex { position: (-3.569993, -0.731989, -0.649435), + normal: (-0.982334, -0.04331, -0.182057), }, + Vertex { position: (-3.55012, -0.984868, -0.675228), + normal: (-0.995081, -0.092251, 0.036114), }, + Vertex { position: (-3.665774, -0.73408, -0.446286), + normal: (-0.896964, -0.287307, -0.336022), }, + Vertex { position: (-3.55012, -0.984868, -0.675228), + normal: (-0.995081, -0.092251, 0.036114), }, + Vertex { position: (-3.667859, -0.964867, -0.464702), + normal: (-0.815087, -0.388053, -0.430171), }, + Vertex { position: (-3.667859, -0.964867, -0.464702), + normal: (-0.815087, -0.388053, -0.430171), }, + Vertex { position: (-3.55012, -0.984868, -0.675228), + normal: (-0.995081, -0.092251, 0.036114), }, + Vertex { position: (-3.492599, -1.180646, -0.692282), + normal: (-0.938884, 0.007108, -0.344159), }, + Vertex { position: (-3.667859, -0.964867, -0.464702), + normal: (-0.815087, -0.388053, -0.430171), }, + Vertex { position: (-3.492599, -1.180646, -0.692282), + normal: (-0.938884, 0.007108, -0.344159), }, + Vertex { position: (-3.631179, -1.157838, -0.50561), + normal: (-0.98615, -0.150918, -0.068783), }, + Vertex { position: (-3.631179, -1.157838, -0.50561), + normal: (-0.98615, -0.150918, -0.068783), }, + Vertex { position: (-3.492599, -1.180646, -0.692282), + normal: (-0.938884, 0.007108, -0.344159), }, + Vertex { position: (-3.335942, -1.365685, -0.72459), + normal: (-0.782249, 0.198377, -0.590536), }, + Vertex { position: (-3.631179, -1.157838, -0.50561), + normal: (-0.98615, -0.150918, -0.068783), }, + Vertex { position: (-3.335942, -1.365685, -0.72459), + normal: (-0.782249, 0.198377, -0.590536), }, + Vertex { position: (-3.53391, -1.330455, -0.568246), + normal: (-0.581301, -0.608503, 0.540197), }, + Vertex { position: (-3.53391, -1.330455, -0.568246), + normal: (-0.581301, -0.608503, 0.540197), }, + Vertex { position: (-3.335942, -1.365685, -0.72459), + normal: (-0.782249, 0.198377, -0.590536), }, + Vertex { position: (-3.387254, -1.486027, -0.672861), + normal: (-0.354058, -0.732075, 0.581987), }, + Vertex { position: (-3.415655, -0.308965, -0.671045), + normal: (-0.743901, 0.102645, -0.66036), }, + Vertex { position: (-3.283698, -0.730967, -0.793898), + normal: (-0.984416, -0.175855, -0.000915), }, + Vertex { position: (-3.438226, -0.721479, -0.728141), + normal: (-0.681141, -0.040116, -0.731052), }, + Vertex { position: (-3.470778, -0.078218, -0.546398), + normal: (-0.908258, 0.139498, -0.394471), }, + Vertex { position: (-3.415655, -0.308965, -0.671045), + normal: (-0.743901, 0.102645, -0.66036), }, + Vertex { position: (-3.526766, -0.317542, -0.560837), + normal: (-0.985615, 0.064121, -0.156369), }, + Vertex { position: (-3.526766, -0.317542, -0.560837), + normal: (-0.985615, 0.064121, -0.156369), }, + Vertex { position: (-3.415655, -0.308965, -0.671045), + normal: (-0.743901, 0.102645, -0.66036), }, + Vertex { position: (-3.438226, -0.721479, -0.728141), + normal: (-0.681141, -0.040116, -0.731052), }, + Vertex { position: (-3.526766, -0.317542, -0.560837), + normal: (-0.985615, 0.064121, -0.156369), }, + Vertex { position: (-3.438226, -0.721479, -0.728141), + normal: (-0.681141, -0.040116, -0.731052), }, + Vertex { position: (-3.569993, -0.731989, -0.649435), + normal: (-0.982334, -0.04331, -0.182057), }, + Vertex { position: (-3.569993, -0.731989, -0.649435), + normal: (-0.982334, -0.04331, -0.182057), }, + Vertex { position: (-3.438226, -0.721479, -0.728141), + normal: (-0.681141, -0.040116, -0.731052), }, + Vertex { position: (-3.355398, -0.969157, -0.766213), + normal: (-0.605564, -0.17532, -0.776244), }, + Vertex { position: (-3.569993, -0.731989, -0.649435), + normal: (-0.982334, -0.04331, -0.182057), }, + Vertex { position: (-3.355398, -0.969157, -0.766213), + normal: (-0.605564, -0.17532, -0.776244), }, + Vertex { position: (-3.55012, -0.984868, -0.675228), + normal: (-0.995081, -0.092251, 0.036114), }, + Vertex { position: (-3.55012, -0.984868, -0.675228), + normal: (-0.995081, -0.092251, 0.036114), }, + Vertex { position: (-3.355398, -0.969157, -0.766213), + normal: (-0.605564, -0.17532, -0.776244), }, + Vertex { position: (-3.27979, -1.162072, -0.784602), + normal: (-0.823768, 0.005745, -0.566899), }, + Vertex { position: (-3.55012, -0.984868, -0.675228), + normal: (-0.995081, -0.092251, 0.036114), }, + Vertex { position: (-3.27979, -1.162072, -0.784602), + normal: (-0.823768, 0.005745, -0.566899), }, + Vertex { position: (-3.492599, -1.180646, -0.692282), + normal: (-0.938884, 0.007108, -0.344159), }, + Vertex { position: (-3.492599, -1.180646, -0.692282), + normal: (-0.938884, 0.007108, -0.344159), }, + Vertex { position: (-3.27979, -1.162072, -0.784602), + normal: (-0.823768, 0.005745, -0.566899), }, + Vertex { position: (-3.335942, -1.365685, -0.72459), + normal: (-0.782249, 0.198377, -0.590536), }, + Vertex { position: (-3.27979, -1.162072, -0.784602), + normal: (-0.823768, 0.005745, -0.566899), }, + Vertex { position: (-3.355398, -0.969157, -0.766213), + normal: (-0.605564, -0.17532, -0.776244), }, + Vertex { position: (-3.25121, -0.948205, -0.819868), + normal: (-0.838192, 0.000365, -0.545375), }, + Vertex { position: (-3.536654, 0.442277, -0.322), + normal: (-0.971344, 0.144305, -0.188856), }, + Vertex { position: (-3.544507, 0.467147, 0.0), + normal: (-0.57342, 0.819261, 0.0), }, + Vertex { position: (-3.566995, 0.656967, 0.0), + normal: (-0.989276, 0.146061, 0.0), }, + Vertex { position: (-3.536654, 0.442277, -0.322), + normal: (-0.971344, 0.144305, -0.188856), }, + Vertex { position: (-3.566995, 0.656967, 0.0), + normal: (-0.989276, 0.146061, 0.0), }, + Vertex { position: (-3.556552, 0.704883, -0.28063), + normal: (-0.472479, 0.093412, -0.876377), }, + Vertex { position: (-3.556552, 0.704883, -0.28063), + normal: (-0.472479, 0.093412, -0.876377), }, + Vertex { position: (-3.566995, 0.656967, 0.0), + normal: (-0.989276, 0.146061, 0.0), }, + Vertex { position: (-3.599077, 0.796217, 0.0), + normal: (-0.989171, 0.146765, 0.0), }, + Vertex { position: (-3.556552, 0.704883, -0.28063), + normal: (-0.472479, 0.093412, -0.876377), }, + Vertex { position: (-3.599077, 0.796217, 0.0), + normal: (-0.989171, 0.146765, 0.0), }, + Vertex { position: (-3.57817, 0.837714, -0.288502), + normal: (-0.43302, -0.02622, -0.901003), }, + Vertex { position: (-3.25121, -0.948205, -0.819868), + normal: (-0.838192, 0.000365, -0.545375), }, + Vertex { position: (-3.355398, -0.969157, -0.766213), + normal: (-0.605564, -0.17532, -0.776244), }, + Vertex { position: (-3.438226, -0.721479, -0.728141), + normal: (-0.681141, -0.040116, -0.731052), }, + Vertex { position: (-3.25121, -0.948205, -0.819868), + normal: (-0.838192, 0.000365, -0.545375), }, + Vertex { position: (-3.438226, -0.721479, -0.728141), + normal: (-0.681141, -0.040116, -0.731052), }, + Vertex { position: (-3.283698, -0.730967, -0.793898), + normal: (-0.984416, -0.175855, -0.000915), }, + Vertex { position: (-1.88316, -1.829718, -0.401567), + normal: (0.493535, -0.729115, -0.474147), }, + Vertex { position: (-1.933565, -1.993029, -0.438902), + normal: (0.728068, -0.191899, 0.658097), }, + Vertex { position: (-1.971059, -1.992958, -0.500845), + normal: (0.313565, -0.18353, 0.931662), }, + Vertex { position: (-1.88316, -1.829718, -0.401567), + normal: (0.493535, -0.729115, -0.474147), }, + Vertex { position: (-1.971059, -1.992958, -0.500845), + normal: (0.313565, -0.18353, 0.931662), }, + Vertex { position: (-1.936032, -1.829617, -0.488916), + normal: (0.04422, -0.704109, -0.708714), }, + Vertex { position: (-1.936032, -1.829617, -0.488916), + normal: (0.04422, -0.704109, -0.708714), }, + Vertex { position: (-1.971059, -1.992958, -0.500845), + normal: (0.313565, -0.18353, 0.931662), }, + Vertex { position: (-2.03574, -1.981182, -0.547873), + normal: (0.537835, -0.193789, 0.820475), }, + Vertex { position: (-1.936032, -1.829617, -0.488916), + normal: (0.04422, -0.704109, -0.708714), }, + Vertex { position: (-2.03574, -1.981182, -0.547873), + normal: (0.537835, -0.193789, 0.820475), }, + Vertex { position: (-2.027242, -1.813012, -0.555232), + normal: (0.083262, -0.787311, -0.610907), }, + Vertex { position: (-2.027242, -1.813012, -0.555232), + normal: (0.083262, -0.787311, -0.610907), }, + Vertex { position: (-2.03574, -1.981182, -0.547873), + normal: (0.537835, -0.193789, 0.820475), }, + Vertex { position: (-2.106039, -2.019111, -0.510759), + normal: (0.908243, -0.229695, -0.349765), }, + Vertex { position: (-2.027242, -1.813012, -0.555232), + normal: (0.083262, -0.787311, -0.610907), }, + Vertex { position: (-2.106039, -2.019111, -0.510759), + normal: (0.908243, -0.229695, -0.349765), }, + Vertex { position: (-2.126375, -1.866497, -0.502895), + normal: (0.170756, -0.748007, -0.641349), }, + Vertex { position: (-2.126375, -1.866497, -0.502895), + normal: (0.170756, -0.748007, -0.641349), }, + Vertex { position: (-2.106039, -2.019111, -0.510759), + normal: (0.908243, -0.229695, -0.349765), }, + Vertex { position: (-2.141621, -2.024301, -0.470257), + normal: (0.701057, -0.210559, -0.68131), }, + Vertex { position: (-2.126375, -1.866497, -0.502895), + normal: (0.170756, -0.748007, -0.641349), }, + Vertex { position: (-2.141621, -2.024301, -0.470257), + normal: (0.701057, -0.210559, -0.68131), }, + Vertex { position: (-2.176551, -1.873816, -0.445782), + normal: (0.64791, -0.754869, 0.101909), }, + Vertex { position: (-2.176551, -1.873816, -0.445782), + normal: (0.64791, -0.754869, 0.101909), }, + Vertex { position: (-2.141621, -2.024301, -0.470257), + normal: (0.701057, -0.210559, -0.68131), }, + Vertex { position: (-2.120746, -2.045137, -0.411171), + normal: (0.129519, -0.132707, -0.982656), }, + Vertex { position: (-2.176551, -1.873816, -0.445782), + normal: (0.64791, -0.754869, 0.101909), }, + Vertex { position: (-2.120746, -2.045137, -0.411171), + normal: (0.129519, -0.132707, -0.982656), }, + Vertex { position: (-2.147113, -1.903198, -0.362462), + normal: (-0.393694, -0.919049, 0.018795), }, + Vertex { position: (-2.147113, -1.903198, -0.362462), + normal: (-0.393694, -0.919049, 0.018795), }, + Vertex { position: (-2.120746, -2.045137, -0.411171), + normal: (0.129519, -0.132707, -0.982656), }, + Vertex { position: (-2.060902, -2.031698, -0.372079), + normal: (-0.276108, -0.088024, -0.957087), }, + Vertex { position: (-2.147113, -1.903198, -0.362462), + normal: (-0.393694, -0.919049, 0.018795), }, + Vertex { position: (-2.060902, -2.031698, -0.372079), + normal: (-0.276108, -0.088024, -0.957087), }, + Vertex { position: (-2.062725, -1.884246, -0.307336), + normal: (-0.327707, -0.94199, 0.072547), }, + Vertex { position: (-2.062725, -1.884246, -0.307336), + normal: (-0.327707, -0.94199, 0.072547), }, + Vertex { position: (-2.060902, -2.031698, -0.372079), + normal: (-0.276108, -0.088024, -0.957087), }, + Vertex { position: (-1.978344, -2.023535, -0.398257), + normal: (-0.40904, -0.077842, -0.90919), }, + Vertex { position: (-2.062725, -1.884246, -0.307336), + normal: (-0.327707, -0.94199, 0.072547), }, + Vertex { position: (-1.978344, -2.023535, -0.398257), + normal: (-0.40904, -0.077842, -0.90919), }, + Vertex { position: (-1.946306, -1.872735, -0.344251), + normal: (-0.163041, -0.980692, 0.107986), }, + Vertex { position: (-1.946306, -1.872735, -0.344251), + normal: (-0.163041, -0.980692, 0.107986), }, + Vertex { position: (-1.978344, -2.023535, -0.398257), + normal: (-0.40904, -0.077842, -0.90919), }, + Vertex { position: (-1.933565, -1.993029, -0.438902), + normal: (0.728068, -0.191899, 0.658097), }, + Vertex { position: (-1.946306, -1.872735, -0.344251), + normal: (-0.163041, -0.980692, 0.107986), }, + Vertex { position: (-1.933565, -1.993029, -0.438902), + normal: (0.728068, -0.191899, 0.658097), }, + Vertex { position: (-1.88316, -1.829718, -0.401567), + normal: (0.493535, -0.729115, -0.474147), }, + Vertex { position: (-2.446375, -1.893261, -0.49411), + normal: (0.183908, -0.773381, -0.606679), }, + Vertex { position: (-2.499138, -2.03809, -0.504529), + normal: (0.50178, 0.000639, 0.864995), }, + Vertex { position: (-2.513608, -2.012858, -0.558673), + normal: (0.300485, 0.019099, 0.953595), }, + Vertex { position: (-2.446375, -1.893261, -0.49411), + normal: (0.183908, -0.773381, -0.606679), }, + Vertex { position: (-2.513608, -2.012858, -0.558673), + normal: (0.300485, 0.019099, 0.953595), }, + Vertex { position: (-2.466779, -1.857679, -0.570461), + normal: (0.018755, -0.837462, -0.546174), }, + Vertex { position: (-2.466779, -1.857679, -0.570461), + normal: (0.018755, -0.837462, -0.546174), }, + Vertex { position: (-2.513608, -2.012858, -0.558673), + normal: (0.300485, 0.019099, 0.953595), }, + Vertex { position: (-2.571019, -1.995375, -0.58623), + normal: (0.678632, -0.017853, 0.734261), }, + Vertex { position: (-2.466779, -1.857679, -0.570461), + normal: (0.018755, -0.837462, -0.546174), }, + Vertex { position: (-2.571019, -1.995375, -0.58623), + normal: (0.678632, -0.017853, 0.734261), }, + Vertex { position: (-2.547737, -1.833025, -0.609321), + normal: (-0.094688, -0.959937, -0.263734), }, + Vertex { position: (-2.547737, -1.833025, -0.609321), + normal: (-0.094688, -0.959937, -0.263734), }, + Vertex { position: (-2.571019, -1.995375, -0.58623), + normal: (0.678632, -0.017853, 0.734261), }, + Vertex { position: (-2.641567, -2.003164, -0.575611), + normal: (0.687126, -0.68509, -0.241887), }, + Vertex { position: (-2.547737, -1.833025, -0.609321), + normal: (-0.094688, -0.959937, -0.263734), }, + Vertex { position: (-2.641567, -2.003164, -0.575611), + normal: (0.687126, -0.68509, -0.241887), }, + Vertex { position: (-2.64722, -1.84401, -0.594347), + normal: (0.059023, -0.965365, -0.25414), }, + Vertex { position: (-2.64722, -1.84401, -0.594347), + normal: (0.059023, -0.965365, -0.25414), }, + Vertex { position: (-2.641567, -2.003164, -0.575611), + normal: (0.687126, -0.68509, -0.241887), }, + Vertex { position: (-2.678971, -2.007694, -0.558395), + normal: (0.260319, -0.908993, 0.325523), }, + Vertex { position: (-2.64722, -1.84401, -0.594347), + normal: (0.059023, -0.965365, -0.25414), }, + Vertex { position: (-2.678971, -2.007694, -0.558395), + normal: (0.260319, -0.908993, 0.325523), }, + Vertex { position: (-2.699966, -1.850397, -0.57007), + normal: (0.49176, -0.810764, -0.317543), }, + Vertex { position: (-2.699966, -1.850397, -0.57007), + normal: (0.49176, -0.810764, -0.317543), }, + Vertex { position: (-2.678971, -2.007694, -0.558395), + normal: (0.260319, -0.908993, 0.325523), }, + Vertex { position: (-2.685663, -2.028649, -0.514928), + normal: (-0.148191, -0.901516, 0.40658), }, + Vertex { position: (-2.699966, -1.850397, -0.57007), + normal: (0.49176, -0.810764, -0.317543), }, + Vertex { position: (-2.685663, -2.028649, -0.514928), + normal: (-0.148191, -0.901516, 0.40658), }, + Vertex { position: (-2.709403, -1.879947, -0.508775), + normal: (0.099157, -0.476834, -0.873383), }, + Vertex { position: (-2.709403, -1.879947, -0.508775), + normal: (0.099157, -0.476834, -0.873383), }, + Vertex { position: (-2.685663, -2.028649, -0.514928), + normal: (-0.148191, -0.901516, 0.40658), }, + Vertex { position: (-2.667969, -2.036634, -0.471396), + normal: (-0.443612, -0.876487, 0.187028), }, + Vertex { position: (-2.709403, -1.879947, -0.508775), + normal: (0.099157, -0.476834, -0.873383), }, + Vertex { position: (-2.667969, -2.036634, -0.471396), + normal: (-0.443612, -0.876487, 0.187028), }, + Vertex { position: (-2.684452, -1.891207, -0.447388), + normal: (-0.147229, -0.706225, -0.69251), }, + Vertex { position: (-2.684452, -1.891207, -0.447388), + normal: (-0.147229, -0.706225, -0.69251), }, + Vertex { position: (-2.667969, -2.036634, -0.471396), + normal: (-0.443612, -0.876487, 0.187028), }, + Vertex { position: (-2.618068, -2.046419, -0.441284), + normal: (-0.508388, -0.837291, -0.20121), }, + Vertex { position: (-2.684452, -1.891207, -0.447388), + normal: (-0.147229, -0.706225, -0.69251), }, + Vertex { position: (-2.618068, -2.046419, -0.441284), + normal: (-0.508388, -0.837291, -0.20121), }, + Vertex { position: (-2.614084, -1.905005, -0.404925), + normal: (0.328486, -0.940918, 0.082286), }, + Vertex { position: (-2.614084, -1.905005, -0.404925), + normal: (0.328486, -0.940918, 0.082286), }, + Vertex { position: (-2.618068, -2.046419, -0.441284), + normal: (-0.508388, -0.837291, -0.20121), }, + Vertex { position: (-2.539874, -2.049824, -0.460098), + normal: (-0.409829, -0.525605, -0.745506), }, + Vertex { position: (-2.614084, -1.905005, -0.404925), + normal: (0.328486, -0.940918, 0.082286), }, + Vertex { position: (-2.539874, -2.049824, -0.460098), + normal: (-0.409829, -0.525605, -0.745506), }, + Vertex { position: (-2.503818, -1.909806, -0.431456), + normal: (-0.319475, -0.944225, -0.079844), }, + Vertex { position: (-2.503818, -1.909806, -0.431456), + normal: (-0.319475, -0.944225, -0.079844), }, + Vertex { position: (-2.539874, -2.049824, -0.460098), + normal: (-0.409829, -0.525605, -0.745506), }, + Vertex { position: (-2.499138, -2.03809, -0.504529), + normal: (0.50178, 0.000639, 0.864995), }, + Vertex { position: (-2.503818, -1.909806, -0.431456), + normal: (-0.319475, -0.944225, -0.079844), }, + Vertex { position: (-2.499138, -2.03809, -0.504529), + normal: (0.50178, 0.000639, 0.864995), }, + Vertex { position: (-2.446375, -1.893261, -0.49411), + normal: (0.183908, -0.773381, -0.606679), }, + Vertex { position: (-2.060902, -2.031698, -0.372079), + normal: (-0.276108, -0.088024, -0.957087), }, + Vertex { position: (-2.065655, -2.124623, -0.36872), + normal: (0.10009, -0.380026, -0.919545), }, + Vertex { position: (-1.985123, -2.116661, -0.394256), + normal: (-0.227573, -0.361149, -0.904313), }, + Vertex { position: (-2.060902, -2.031698, -0.372079), + normal: (-0.276108, -0.088024, -0.957087), }, + Vertex { position: (-1.985123, -2.116661, -0.394256), + normal: (-0.227573, -0.361149, -0.904313), }, + Vertex { position: (-1.978344, -2.023535, -0.398257), + normal: (-0.40904, -0.077842, -0.90919), }, + Vertex { position: (-2.120746, -2.045137, -0.411171), + normal: (0.129519, -0.132707, -0.982656), }, + Vertex { position: (-2.12403, -2.137733, -0.406853), + normal: (0.547733, -0.470267, -0.691981), }, + Vertex { position: (-2.065655, -2.124623, -0.36872), + normal: (0.10009, -0.380026, -0.919545), }, + Vertex { position: (-2.120746, -2.045137, -0.411171), + normal: (0.129519, -0.132707, -0.982656), }, + Vertex { position: (-2.065655, -2.124623, -0.36872), + normal: (0.10009, -0.380026, -0.919545), }, + Vertex { position: (-2.060902, -2.031698, -0.372079), + normal: (-0.276108, -0.088024, -0.957087), }, + Vertex { position: (-2.141621, -2.024301, -0.470257), + normal: (0.701057, -0.210559, -0.68131), }, + Vertex { position: (-2.144393, -2.117408, -0.464489), + normal: (-0.071182, -0.950841, -0.301389), }, + Vertex { position: (-2.12403, -2.137733, -0.406853), + normal: (0.547733, -0.470267, -0.691981), }, + Vertex { position: (-2.141621, -2.024301, -0.470257), + normal: (0.701057, -0.210559, -0.68131), }, + Vertex { position: (-2.12403, -2.137733, -0.406853), + normal: (0.547733, -0.470267, -0.691981), }, + Vertex { position: (-2.120746, -2.045137, -0.411171), + normal: (0.129519, -0.132707, -0.982656), }, + Vertex { position: (-2.106039, -2.019111, -0.510759), + normal: (0.908243, -0.229695, -0.349765), }, + Vertex { position: (-2.109684, -2.112345, -0.503997), + normal: (0.216748, 0.039315, -0.975436), }, + Vertex { position: (-2.144393, -2.117408, -0.464489), + normal: (-0.071182, -0.950841, -0.301389), }, + Vertex { position: (-2.106039, -2.019111, -0.510759), + normal: (0.908243, -0.229695, -0.349765), }, + Vertex { position: (-2.144393, -2.117408, -0.464489), + normal: (-0.071182, -0.950841, -0.301389), }, + Vertex { position: (-2.141621, -2.024301, -0.470257), + normal: (0.701057, -0.210559, -0.68131), }, + Vertex { position: (-2.03574, -1.981182, -0.547873), + normal: (0.537835, -0.193789, 0.820475), }, + Vertex { position: (-2.04111, -2.075348, -0.540201), + normal: (0.555949, 0.246865, -0.793712), }, + Vertex { position: (-2.109684, -2.112345, -0.503997), + normal: (0.216748, 0.039315, -0.975436), }, + Vertex { position: (-2.03574, -1.981182, -0.547873), + normal: (0.537835, -0.193789, 0.820475), }, + Vertex { position: (-2.109684, -2.112345, -0.503997), + normal: (0.216748, 0.039315, -0.975436), }, + Vertex { position: (-2.106039, -2.019111, -0.510759), + normal: (0.908243, -0.229695, -0.349765), }, + Vertex { position: (-1.971059, -1.992958, -0.500845), + normal: (0.313565, -0.18353, 0.931662), }, + Vertex { position: (-1.978016, -2.086834, -0.494327), + normal: (0.768311, 0.202351, -0.60725), }, + Vertex { position: (-2.04111, -2.075348, -0.540201), + normal: (0.555949, 0.246865, -0.793712), }, + Vertex { position: (-1.971059, -1.992958, -0.500845), + normal: (0.313565, -0.18353, 0.931662), }, + Vertex { position: (-2.04111, -2.075348, -0.540201), + normal: (0.555949, 0.246865, -0.793712), }, + Vertex { position: (-2.03574, -1.981182, -0.547873), + normal: (0.537835, -0.193789, 0.820475), }, + Vertex { position: (-1.933565, -1.993029, -0.438902), + normal: (0.728068, -0.191899, 0.658097), }, + Vertex { position: (-1.941442, -2.086904, -0.433904), + normal: (0.833232, 0.046883, -0.550932), }, + Vertex { position: (-1.978016, -2.086834, -0.494327), + normal: (0.768311, 0.202351, -0.60725), }, + Vertex { position: (-1.933565, -1.993029, -0.438902), + normal: (0.728068, -0.191899, 0.658097), }, + Vertex { position: (-1.978016, -2.086834, -0.494327), + normal: (0.768311, 0.202351, -0.60725), }, + Vertex { position: (-1.971059, -1.992958, -0.500845), + normal: (0.313565, -0.18353, 0.931662), }, + Vertex { position: (-1.978344, -2.023535, -0.398257), + normal: (-0.40904, -0.077842, -0.90919), }, + Vertex { position: (-1.985123, -2.116661, -0.394256), + normal: (-0.227573, -0.361149, -0.904313), }, + Vertex { position: (-1.941442, -2.086904, -0.433904), + normal: (0.833232, 0.046883, -0.550932), }, + Vertex { position: (-1.978344, -2.023535, -0.398257), + normal: (-0.40904, -0.077842, -0.90919), }, + Vertex { position: (-1.941442, -2.086904, -0.433904), + normal: (0.833232, 0.046883, -0.550932), }, + Vertex { position: (-1.933565, -1.993029, -0.438902), + normal: (0.728068, -0.191899, 0.658097), }, + Vertex { position: (-2.539874, -2.049824, -0.460098), + normal: (-0.409829, -0.525605, -0.745506), }, + Vertex { position: (-2.552923, -2.142304, -0.454579), + normal: (0.213243, -0.278119, -0.936578), }, + Vertex { position: (-2.513187, -2.130859, -0.49792), + normal: (0.587809, -0.328911, -0.73912), }, + Vertex { position: (-2.539874, -2.049824, -0.460098), + normal: (-0.409829, -0.525605, -0.745506), }, + Vertex { position: (-2.513187, -2.130859, -0.49792), + normal: (0.587809, -0.328911, -0.73912), }, + Vertex { position: (-2.499138, -2.03809, -0.504529), + normal: (0.50178, 0.000639, 0.864995), }, + Vertex { position: (-2.618068, -2.046419, -0.441284), + normal: (-0.508388, -0.837291, -0.20121), }, + Vertex { position: (-2.629199, -2.138983, -0.436227), + normal: (0.794828, 0.083381, -0.601079), }, + Vertex { position: (-2.552923, -2.142304, -0.454579), + normal: (0.213243, -0.278119, -0.936578), }, + Vertex { position: (-2.618068, -2.046419, -0.441284), + normal: (-0.508388, -0.837291, -0.20121), }, + Vertex { position: (-2.552923, -2.142304, -0.454579), + normal: (0.213243, -0.278119, -0.936578), }, + Vertex { position: (-2.539874, -2.049824, -0.460098), + normal: (-0.409829, -0.525605, -0.745506), }, + Vertex { position: (-2.667969, -2.036634, -0.471396), + normal: (-0.443612, -0.876487, 0.187028), }, + Vertex { position: (-2.677875, -2.129439, -0.4656), + normal: (0.873201, -0.04546, -0.485236), }, + Vertex { position: (-2.629199, -2.138983, -0.436227), + normal: (0.794828, 0.083381, -0.601079), }, + Vertex { position: (-2.667969, -2.036634, -0.471396), + normal: (-0.443612, -0.876487, 0.187028), }, + Vertex { position: (-2.629199, -2.138983, -0.436227), + normal: (0.794828, 0.083381, -0.601079), }, + Vertex { position: (-2.618068, -2.046419, -0.441284), + normal: (-0.508388, -0.837291, -0.20121), }, + Vertex { position: (-2.685663, -2.028649, -0.514928), + normal: (-0.148191, -0.901516, 0.40658), }, + Vertex { position: (-2.695135, -2.12165, -0.508064), + normal: (0.829377, -0.173624, -0.531026), }, + Vertex { position: (-2.677875, -2.129439, -0.4656), + normal: (0.873201, -0.04546, -0.485236), }, + Vertex { position: (-2.685663, -2.028649, -0.514928), + normal: (-0.148191, -0.901516, 0.40658), }, + Vertex { position: (-2.677875, -2.129439, -0.4656), + normal: (0.873201, -0.04546, -0.485236), }, + Vertex { position: (-2.667969, -2.036634, -0.471396), + normal: (-0.443612, -0.876487, 0.187028), }, + Vertex { position: (-2.678971, -2.007694, -0.558395), + normal: (0.260319, -0.908993, 0.325523), }, + Vertex { position: (-2.688607, -2.101208, -0.550465), + normal: (0.506864, -0.193035, -0.840135), }, + Vertex { position: (-2.695135, -2.12165, -0.508064), + normal: (0.829377, -0.173624, -0.531026), }, + Vertex { position: (-2.678971, -2.007694, -0.558395), + normal: (0.260319, -0.908993, 0.325523), }, + Vertex { position: (-2.695135, -2.12165, -0.508064), + normal: (0.829377, -0.173624, -0.531026), }, + Vertex { position: (-2.685663, -2.028649, -0.514928), + normal: (-0.148191, -0.901516, 0.40658), }, + Vertex { position: (-2.641567, -2.003164, -0.575611), + normal: (0.687126, -0.68509, -0.241887), }, + Vertex { position: (-2.65212, -2.09679, -0.567258), + normal: (0.166377, -0.157108, -0.973466), }, + Vertex { position: (-2.688607, -2.101208, -0.550465), + normal: (0.506864, -0.193035, -0.840135), }, + Vertex { position: (-2.641567, -2.003164, -0.575611), + normal: (0.687126, -0.68509, -0.241887), }, + Vertex { position: (-2.688607, -2.101208, -0.550465), + normal: (0.506864, -0.193035, -0.840135), }, + Vertex { position: (-2.678971, -2.007694, -0.558395), + normal: (0.260319, -0.908993, 0.325523), }, + Vertex { position: (-2.571019, -1.995375, -0.58623), + normal: (0.678632, -0.017853, 0.734261), }, + Vertex { position: (-2.583303, -2.089191, -0.577616), + normal: (0.054863, -0.132815, -0.989621), }, + Vertex { position: (-2.65212, -2.09679, -0.567258), + normal: (0.166377, -0.157108, -0.973466), }, + Vertex { position: (-2.571019, -1.995375, -0.58623), + normal: (0.678632, -0.017853, 0.734261), }, + Vertex { position: (-2.65212, -2.09679, -0.567258), + normal: (0.166377, -0.157108, -0.973466), }, + Vertex { position: (-2.641567, -2.003164, -0.575611), + normal: (0.687126, -0.68509, -0.241887), }, + Vertex { position: (-2.513608, -2.012858, -0.558673), + normal: (0.300485, 0.019099, 0.953595), }, + Vertex { position: (-2.527301, -2.106246, -0.550735), + normal: (0.238844, 0.101951, -0.965691), }, + Vertex { position: (-2.583303, -2.089191, -0.577616), + normal: (0.054863, -0.132815, -0.989621), }, + Vertex { position: (-2.513608, -2.012858, -0.558673), + normal: (0.300485, 0.019099, 0.953595), }, + Vertex { position: (-2.583303, -2.089191, -0.577616), + normal: (0.054863, -0.132815, -0.989621), }, + Vertex { position: (-2.571019, -1.995375, -0.58623), + normal: (0.678632, -0.017853, 0.734261), }, + Vertex { position: (-2.499138, -2.03809, -0.504529), + normal: (0.50178, 0.000639, 0.864995), }, + Vertex { position: (-2.513187, -2.130859, -0.49792), + normal: (0.587809, -0.328911, -0.73912), }, + Vertex { position: (-2.527301, -2.106246, -0.550735), + normal: (0.238844, 0.101951, -0.965691), }, + Vertex { position: (-2.499138, -2.03809, -0.504529), + normal: (0.50178, 0.000639, 0.864995), }, + Vertex { position: (-2.527301, -2.106246, -0.550735), + normal: (0.238844, 0.101951, -0.965691), }, + Vertex { position: (-2.513608, -2.012858, -0.558673), + normal: (0.300485, 0.019099, 0.953595), }, + Vertex { position: (-1.978016, -2.086834, -0.494327), + normal: (0.768311, 0.202351, -0.60725), }, + Vertex { position: (-1.941442, -2.086904, -0.433904), + normal: (0.833232, 0.046883, -0.550932), }, + Vertex { position: (-2.048681, -2.165282, -0.450843), + normal: (0.604307, 0.204357, -0.770098), }, + Vertex { position: (-2.04111, -2.075348, -0.540201), + normal: (0.555949, 0.246865, -0.793712), }, + Vertex { position: (-1.978016, -2.086834, -0.494327), + normal: (0.768311, 0.202351, -0.60725), }, + Vertex { position: (-2.048681, -2.165282, -0.450843), + normal: (0.604307, 0.204357, -0.770098), }, + Vertex { position: (-2.109684, -2.112345, -0.503997), + normal: (0.216748, 0.039315, -0.975436), }, + Vertex { position: (-2.04111, -2.075348, -0.540201), + normal: (0.555949, 0.246865, -0.793712), }, + Vertex { position: (-2.048681, -2.165282, -0.450843), + normal: (0.604307, 0.204357, -0.770098), }, + Vertex { position: (-2.144393, -2.117408, -0.464489), + normal: (-0.071182, -0.950841, -0.301389), }, + Vertex { position: (-2.109684, -2.112345, -0.503997), + normal: (0.216748, 0.039315, -0.975436), }, + Vertex { position: (-2.048681, -2.165282, -0.450843), + normal: (0.604307, 0.204357, -0.770098), }, + Vertex { position: (-2.12403, -2.137733, -0.406853), + normal: (0.547733, -0.470267, -0.691981), }, + Vertex { position: (-2.144393, -2.117408, -0.464489), + normal: (-0.071182, -0.950841, -0.301389), }, + Vertex { position: (-2.048681, -2.165282, -0.450843), + normal: (0.604307, 0.204357, -0.770098), }, + Vertex { position: (-2.065655, -2.124623, -0.36872), + normal: (0.10009, -0.380026, -0.919545), }, + Vertex { position: (-2.12403, -2.137733, -0.406853), + normal: (0.547733, -0.470267, -0.691981), }, + Vertex { position: (-2.048681, -2.165282, -0.450843), + normal: (0.604307, 0.204357, -0.770098), }, + Vertex { position: (-1.985123, -2.116661, -0.394256), + normal: (-0.227573, -0.361149, -0.904313), }, + Vertex { position: (-2.065655, -2.124623, -0.36872), + normal: (0.10009, -0.380026, -0.919545), }, + Vertex { position: (-2.048681, -2.165282, -0.450843), + normal: (0.604307, 0.204357, -0.770098), }, + Vertex { position: (-1.941442, -2.086904, -0.433904), + normal: (0.833232, 0.046883, -0.550932), }, + Vertex { position: (-1.985123, -2.116661, -0.394256), + normal: (-0.227573, -0.361149, -0.904313), }, + Vertex { position: (-2.048681, -2.165282, -0.450843), + normal: (0.604307, 0.204357, -0.770098), }, + Vertex { position: (-2.527301, -2.106246, -0.550735), + normal: (0.238844, 0.101951, -0.965691), }, + Vertex { position: (-2.513187, -2.130859, -0.49792), + normal: (0.587809, -0.328911, -0.73912), }, + Vertex { position: (-2.603284, -2.176802, -0.510638), + normal: (0.02054, -0.128179, -0.991538), }, + Vertex { position: (-2.583303, -2.089191, -0.577616), + normal: (0.054863, -0.132815, -0.989621), }, + Vertex { position: (-2.527301, -2.106246, -0.550735), + normal: (0.238844, 0.101951, -0.965691), }, + Vertex { position: (-2.603284, -2.176802, -0.510638), + normal: (0.02054, -0.128179, -0.991538), }, + Vertex { position: (-2.65212, -2.09679, -0.567258), + normal: (0.166377, -0.157108, -0.973466), }, + Vertex { position: (-2.583303, -2.089191, -0.577616), + normal: (0.054863, -0.132815, -0.989621), }, + Vertex { position: (-2.603284, -2.176802, -0.510638), + normal: (0.02054, -0.128179, -0.991538), }, + Vertex { position: (-2.688607, -2.101208, -0.550465), + normal: (0.506864, -0.193035, -0.840135), }, + Vertex { position: (-2.65212, -2.09679, -0.567258), + normal: (0.166377, -0.157108, -0.973466), }, + Vertex { position: (-2.603284, -2.176802, -0.510638), + normal: (0.02054, -0.128179, -0.991538), }, + Vertex { position: (-2.695135, -2.12165, -0.508064), + normal: (0.829377, -0.173624, -0.531026), }, + Vertex { position: (-2.688607, -2.101208, -0.550465), + normal: (0.506864, -0.193035, -0.840135), }, + Vertex { position: (-2.603284, -2.176802, -0.510638), + normal: (0.02054, -0.128179, -0.991538), }, + Vertex { position: (-2.677875, -2.129439, -0.4656), + normal: (0.873201, -0.04546, -0.485236), }, + Vertex { position: (-2.695135, -2.12165, -0.508064), + normal: (0.829377, -0.173624, -0.531026), }, + Vertex { position: (-2.603284, -2.176802, -0.510638), + normal: (0.02054, -0.128179, -0.991538), }, + Vertex { position: (-2.629199, -2.138983, -0.436227), + normal: (0.794828, 0.083381, -0.601079), }, + Vertex { position: (-2.677875, -2.129439, -0.4656), + normal: (0.873201, -0.04546, -0.485236), }, + Vertex { position: (-2.603284, -2.176802, -0.510638), + normal: (0.02054, -0.128179, -0.991538), }, + Vertex { position: (-2.552923, -2.142304, -0.454579), + normal: (0.213243, -0.278119, -0.936578), }, + Vertex { position: (-2.629199, -2.138983, -0.436227), + normal: (0.794828, 0.083381, -0.601079), }, + Vertex { position: (-2.603284, -2.176802, -0.510638), + normal: (0.02054, -0.128179, -0.991538), }, + Vertex { position: (-2.513187, -2.130859, -0.49792), + normal: (0.587809, -0.328911, -0.73912), }, + Vertex { position: (-2.552923, -2.142304, -0.454579), + normal: (0.213243, -0.278119, -0.936578), }, + Vertex { position: (-2.603284, -2.176802, -0.510638), + normal: (0.02054, -0.128179, -0.991538), }, + Vertex { position: (-3.139394, -1.687482, -0.638546), + normal: (-0.012978, -0.998326, 0.056357), }, + Vertex { position: (-3.008323, -1.759271, -0.655672), + normal: (0.579344, -0.339433, 0.741044), }, + Vertex { position: (-2.941731, -1.787431, -0.442574), + normal: (-0.073547, -0.481419, -0.8734), }, + Vertex { position: (-3.139394, -1.687482, -0.638546), + normal: (-0.012978, -0.998326, 0.056357), }, + Vertex { position: (-2.941731, -1.787431, -0.442574), + normal: (-0.073547, -0.481419, -0.8734), }, + Vertex { position: (-3.120907, -1.707924, -0.431829), + normal: (0.074429, -0.99521, 0.063385), }, + Vertex { position: (-3.008323, -1.759271, -0.655672), + normal: (0.579344, -0.339433, 0.741044), }, + Vertex { position: (-2.709403, -1.879947, -0.508775), + normal: (0.099157, -0.476834, -0.873383), }, + Vertex { position: (-2.941731, -1.787431, -0.442574), + normal: (-0.073547, -0.481419, -0.8734), }, + Vertex { position: (-3.008323, -1.759271, -0.655672), + normal: (0.579344, -0.339433, 0.741044), }, + Vertex { position: (-2.811581, -1.79821, -0.712737), + normal: (0.43907, -0.579988, -0.686171), }, + Vertex { position: (-2.699966, -1.850397, -0.57007), + normal: (0.49176, -0.810764, -0.317543), }, + Vertex { position: (-3.008323, -1.759271, -0.655672), + normal: (0.579344, -0.339433, 0.741044), }, + Vertex { position: (-2.699966, -1.850397, -0.57007), + normal: (0.49176, -0.810764, -0.317543), }, + Vertex { position: (-2.709403, -1.879947, -0.508775), + normal: (0.099157, -0.476834, -0.873383), }, + Vertex { position: (-2.306662, -1.116976, 0.961238), + normal: (-0.822733, 0.223687, 0.522565), }, + Vertex { position: (-2.119856, -1.1288, 0.97096), + normal: (-0.950882, -0.075567, 0.300188), }, + Vertex { position: (-2.033406, -0.91003, 0.96422), + normal: (-0.619245, -0.050391, 0.783579), }, + Vertex { position: (-2.031698, -1.097344, 0.966701), + normal: (-0.993498, 0.089934, 0.06981), }, + Vertex { position: (-2.033406, -0.91003, 0.96422), + normal: (-0.619245, -0.050391, 0.783579), }, + Vertex { position: (-2.119856, -1.1288, 0.97096), + normal: (-0.950882, -0.075567, 0.300188), }, + Vertex { position: (-1.782298, -1.020581, 0.943381), + normal: (-0.379807, -0.084066, 0.921238), }, + Vertex { position: (-2.033406, -0.91003, 0.96422), + normal: (-0.619245, -0.050391, 0.783579), }, + Vertex { position: (-2.031698, -1.097344, 0.966701), + normal: (-0.993498, 0.089934, 0.06981), }, + Vertex { position: (-2.337617, -1.334842, 0.966761), + normal: (-0.9775, 0.159844, 0.137638), }, + Vertex { position: (-2.306662, -1.116976, 0.961238), + normal: (-0.822733, 0.223687, 0.522565), }, + Vertex { position: (-2.462835, -1.3055, 0.966395), + normal: (-0.951862, 0.098243, 0.290356), }, + Vertex { position: (-2.161843, -1.325837, 0.957465), + normal: (-0.923845, 0.18432, 0.335466), }, + Vertex { position: (-2.119856, -1.1288, 0.97096), + normal: (-0.950882, -0.075567, 0.300188), }, + Vertex { position: (-2.306662, -1.116976, 0.961238), + normal: (-0.822733, 0.223687, 0.522565), }, + Vertex { position: (-2.161843, -1.325837, 0.957465), + normal: (-0.923845, 0.18432, 0.335466), }, + Vertex { position: (-2.306662, -1.116976, 0.961238), + normal: (-0.822733, 0.223687, 0.522565), }, + Vertex { position: (-2.337617, -1.334842, 0.966761), + normal: (-0.9775, 0.159844, 0.137638), }, + Vertex { position: (-2.042059, -1.312976, 0.940911), + normal: (-0.971344, 0.144305, 0.188856), }, + Vertex { position: (-2.031698, -1.097344, 0.966701), + normal: (-0.993498, 0.089934, 0.06981), }, + Vertex { position: (-2.119856, -1.1288, 0.97096), + normal: (-0.950882, -0.075567, 0.300188), }, + Vertex { position: (-2.042059, -1.312976, 0.940911), + normal: (-0.971344, 0.144305, 0.188856), }, + Vertex { position: (-2.119856, -1.1288, 0.97096), + normal: (-0.950882, -0.075567, 0.300188), }, + Vertex { position: (-2.161843, -1.325837, 0.957465), + normal: (-0.923845, 0.18432, 0.335466), }, + Vertex { position: (-1.776785, -1.275107, 0.914703), + normal: (-0.908258, 0.139498, 0.394471), }, + Vertex { position: (-1.782298, -1.020581, 0.943381), + normal: (-0.379807, -0.084066, 0.921238), }, + Vertex { position: (-2.031698, -1.097344, 0.966701), + normal: (-0.993498, 0.089934, 0.06981), }, + Vertex { position: (-1.776785, -1.275107, 0.914703), + normal: (-0.908258, 0.139498, 0.394471), }, + Vertex { position: (-2.031698, -1.097344, 0.966701), + normal: (-0.993498, 0.089934, 0.06981), }, + Vertex { position: (-2.042059, -1.312976, 0.940911), + normal: (-0.971344, 0.144305, 0.188856), }, + Vertex { position: (-1.709172, -1.283232, 0.897427), + normal: (-0.985615, 0.064121, 0.156369), }, + Vertex { position: (-1.782298, -1.020581, 0.943381), + normal: (-0.379807, -0.084066, 0.921238), }, + Vertex { position: (-1.776785, -1.275107, 0.914703), + normal: (-0.908258, 0.139498, 0.394471), }, + Vertex { position: (-1.456655, -1.295527, 0.89424), + normal: (-0.982334, -0.04331, 0.182057), }, + Vertex { position: (-1.782298, -1.020581, 0.943381), + normal: (-0.379807, -0.084066, 0.921238), }, + Vertex { position: (-1.709172, -1.283232, 0.897427), + normal: (-0.985615, 0.064121, 0.156369), }, + Vertex { position: (-2.417777, -1.553136, 0.887222), + normal: (-0.938884, 0.007108, 0.344159), }, + Vertex { position: (-2.337617, -1.334842, 0.966761), + normal: (-0.9775, 0.159844, 0.137638), }, + Vertex { position: (-2.462835, -1.3055, 0.966395), + normal: (-0.951862, 0.098243, 0.290356), }, + Vertex { position: (-2.417777, -1.553136, 0.887222), + normal: (-0.938884, 0.007108, 0.344159), }, + Vertex { position: (-2.462835, -1.3055, 0.966395), + normal: (-0.951862, 0.098243, 0.290356), }, + Vertex { position: (-2.591357, -1.510845, 0.88547), + normal: (-0.995081, -0.092251, -0.036114), }, + Vertex { position: (-2.223917, -1.541268, 0.87926), + normal: (-0.782249, 0.198377, 0.590536), }, + Vertex { position: (-2.161843, -1.325837, 0.957465), + normal: (-0.923845, 0.18432, 0.335466), }, + Vertex { position: (-2.337617, -1.334842, 0.966761), + normal: (-0.9775, 0.159844, 0.137638), }, + Vertex { position: (-2.223917, -1.541268, 0.87926), + normal: (-0.782249, 0.198377, 0.590536), }, + Vertex { position: (-2.337617, -1.334842, 0.966761), + normal: (-0.9775, 0.159844, 0.137638), }, + Vertex { position: (-2.417777, -1.553136, 0.887222), + normal: (-0.938884, 0.007108, 0.344159), }, + Vertex { position: (-2.049879, -1.562369, 0.829319), + normal: (-0.743901, 0.102645, 0.66036), }, + Vertex { position: (-2.042059, -1.312976, 0.940911), + normal: (-0.971344, 0.144305, 0.188856), }, + Vertex { position: (-2.161843, -1.325837, 0.957465), + normal: (-0.923845, 0.18432, 0.335466), }, + Vertex { position: (-2.049879, -1.562369, 0.829319), + normal: (-0.743901, 0.102645, 0.66036), }, + Vertex { position: (-2.161843, -1.325837, 0.957465), + normal: (-0.923845, 0.18432, 0.335466), }, + Vertex { position: (-2.223917, -1.541268, 0.87926), + normal: (-0.782249, 0.198377, 0.590536), }, + Vertex { position: (-1.778934, -1.550199, 0.776454), + normal: (-0.605564, -0.17532, 0.776244), }, + Vertex { position: (-1.777628, -1.473076, 0.845827), + normal: (-0.681141, -0.040116, 0.731052), }, + Vertex { position: (-2.042059, -1.312976, 0.940911), + normal: (-0.971344, 0.144305, 0.188856), }, + Vertex { position: (-1.778934, -1.550199, 0.776454), + normal: (-0.605564, -0.17532, 0.776244), }, + Vertex { position: (-2.042059, -1.312976, 0.940911), + normal: (-0.971344, 0.144305, 0.188856), }, + Vertex { position: (-2.049879, -1.562369, 0.829319), + normal: (-0.743901, 0.102645, 0.66036), }, + Vertex { position: (-1.776785, -1.275107, 0.914703), + normal: (-0.908258, 0.139498, 0.394471), }, + Vertex { position: (-2.042059, -1.312976, 0.940911), + normal: (-0.971344, 0.144305, 0.188856), }, + Vertex { position: (-1.777628, -1.473076, 0.845827), + normal: (-0.681141, -0.040116, 0.731052), }, + Vertex { position: (-1.686329, -1.414405, 0.869373), + normal: (-0.823768, 0.005745, 0.566899), }, + Vertex { position: (-1.709172, -1.283232, 0.897427), + normal: (-0.985615, 0.064121, 0.156369), }, + Vertex { position: (-1.776785, -1.275107, 0.914703), + normal: (-0.908258, 0.139498, 0.394471), }, + Vertex { position: (-1.686329, -1.414405, 0.869373), + normal: (-0.823768, 0.005745, 0.566899), }, + Vertex { position: (-1.776785, -1.275107, 0.914703), + normal: (-0.908258, 0.139498, 0.394471), }, + Vertex { position: (-1.777628, -1.473076, 0.845827), + normal: (-0.681141, -0.040116, 0.731052), }, + Vertex { position: (-1.592146, -1.408592, 0.838483), + normal: (-0.838192, 0.000364, 0.545375), }, + Vertex { position: (-1.456655, -1.295527, 0.89424), + normal: (-0.982334, -0.04331, 0.182057), }, + Vertex { position: (-1.709172, -1.283232, 0.897427), + normal: (-0.985615, 0.064121, 0.156369), }, + Vertex { position: (-1.592146, -1.408592, 0.838483), + normal: (-0.838192, 0.000364, 0.545375), }, + Vertex { position: (-1.709172, -1.283232, 0.897427), + normal: (-0.985615, 0.064121, 0.156369), }, + Vertex { position: (-1.686329, -1.414405, 0.869373), + normal: (-0.823768, 0.005745, 0.566899), }, + Vertex { position: (-1.552229, -1.555077, 0.735708), + normal: (-0.472479, 0.093413, 0.876377), }, + Vertex { position: (-1.456655, -1.295527, 0.89424), + normal: (-0.982334, -0.04331, 0.182057), }, + Vertex { position: (-1.592146, -1.408592, 0.838483), + normal: (-0.838192, 0.000364, 0.545375), }, + Vertex { position: (-1.592146, -1.408592, 0.838483), + normal: (-0.838192, 0.000364, 0.545375), }, + Vertex { position: (-1.659758, -1.544361, 0.788181), + normal: (-0.43302, -0.02622, 0.901003), }, + Vertex { position: (-1.552229, -1.555077, 0.735708), + normal: (-0.472479, 0.093413, 0.876377), }, + Vertex { position: (-1.686329, -1.414405, 0.869373), + normal: (-0.823768, 0.005745, 0.566899), }, + Vertex { position: (-1.659758, -1.544361, 0.788181), + normal: (-0.43302, -0.02622, 0.901003), }, + Vertex { position: (-1.592146, -1.408592, 0.838483), + normal: (-0.838192, 0.000364, 0.545375), }, + Vertex { position: (-1.777628, -1.473076, 0.845827), + normal: (-0.681141, -0.040116, 0.731052), }, + Vertex { position: (-1.778934, -1.550199, 0.776454), + normal: (-0.605564, -0.17532, 0.776244), }, + Vertex { position: (-1.659758, -1.544361, 0.788181), + normal: (-0.43302, -0.02622, 0.901003), }, + Vertex { position: (-1.777628, -1.473076, 0.845827), + normal: (-0.681141, -0.040116, 0.731052), }, + Vertex { position: (-1.659758, -1.544361, 0.788181), + normal: (-0.43302, -0.02622, 0.901003), }, + Vertex { position: (-1.686329, -1.414405, 0.869373), + normal: (-0.823768, 0.005745, 0.566899), }, + Vertex { position: (-1.376186, -1.661988, 0.718954), + normal: (-0.285709, 0.130064, 0.949449), }, + Vertex { position: (-1.366873, -1.340211, 0.907567), + normal: (-0.311485, 0.082882, 0.94663), }, + Vertex { position: (-1.456655, -1.295527, 0.89424), + normal: (-0.982334, -0.04331, 0.182057), }, + Vertex { position: (-1.376186, -1.661988, 0.718954), + normal: (-0.285709, 0.130064, 0.949449), }, + Vertex { position: (-1.456655, -1.295527, 0.89424), + normal: (-0.982334, -0.04331, 0.182057), }, + Vertex { position: (-1.552229, -1.555077, 0.735708), + normal: (-0.472479, 0.093413, 0.876377), }, + Vertex { position: (-1.200688, -1.577575, 0.799188), + normal: (-0.809154, 0.004832, 0.587577), }, + Vertex { position: (-1.198513, -1.456102, 0.885435), + normal: (-0.742985, 0.015712, 0.669123), }, + Vertex { position: (-1.366873, -1.340211, 0.907567), + normal: (-0.311485, 0.082882, 0.94663), }, + Vertex { position: (-1.200688, -1.577575, 0.799188), + normal: (-0.809154, 0.004832, 0.587577), }, + Vertex { position: (-1.366873, -1.340211, 0.907567), + normal: (-0.311485, 0.082882, 0.94663), }, + Vertex { position: (-1.376186, -1.661988, 0.718954), + normal: (-0.285709, 0.130064, 0.949449), }, + Vertex { position: (-0.953236, -1.545941, 0.89918), + normal: (-0.02449, 0.224062, 0.974267), }, + Vertex { position: (-1.198513, -1.456102, 0.885435), + normal: (-0.742985, 0.015712, 0.669123), }, + Vertex { position: (-1.200688, -1.577575, 0.799188), + normal: (-0.809154, 0.004832, 0.587577), }, + Vertex { position: (-1.376186, -1.661988, 0.718954), + normal: (-0.285709, 0.130064, 0.949449), }, + Vertex { position: (-1.480217, -1.6566, 0.606638), + normal: (0.924702, -0.311563, 0.218757), }, + Vertex { position: (-1.397474, -1.693815, 0.570541), + normal: (-0.587909, -0.233166, 0.774594), }, + Vertex { position: (-1.552229, -1.555077, 0.735708), + normal: (-0.472479, 0.093413, 0.876377), }, + Vertex { position: (-1.480217, -1.6566, 0.606638), + normal: (0.924702, -0.311563, 0.218757), }, + Vertex { position: (-1.376186, -1.661988, 0.718954), + normal: (-0.285709, 0.130064, 0.949449), }, + Vertex { position: (-1.601625, -1.593321, 0.605607), + normal: (0.73827, -0.277136, 0.614942), }, + Vertex { position: (-1.480217, -1.6566, 0.606638), + normal: (0.924702, -0.311563, 0.218757), }, + Vertex { position: (-1.552229, -1.555077, 0.735708), + normal: (-0.472479, 0.093413, 0.876377), }, + Vertex { position: (-1.519339, -1.653776, 0.501741), + normal: (0.366416, -0.175098, 0.913827), }, + Vertex { position: (-1.480217, -1.6566, 0.606638), + normal: (0.924702, -0.311563, 0.218757), }, + Vertex { position: (-1.601625, -1.593321, 0.605607), + normal: (0.73827, -0.277136, 0.614942), }, + Vertex { position: (-1.406693, -1.697325, 0.450399), + normal: (0.023392, -0.110333, 0.993619), }, + Vertex { position: (-1.397474, -1.693815, 0.570541), + normal: (-0.587909, -0.233166, 0.774594), }, + Vertex { position: (-1.480217, -1.6566, 0.606638), + normal: (0.924702, -0.311563, 0.218757), }, + Vertex { position: (-1.406693, -1.697325, 0.450399), + normal: (0.023392, -0.110333, 0.993619), }, + Vertex { position: (-1.480217, -1.6566, 0.606638), + normal: (0.924702, -0.311563, 0.218757), }, + Vertex { position: (-1.519339, -1.653776, 0.501741), + normal: (0.366416, -0.175098, 0.913827), }, + Vertex { position: (-1.576196, -1.696317, 0.358146), + normal: (-0.157802, -0.148625, 0.976222), }, + Vertex { position: (-1.519339, -1.653776, 0.501741), + normal: (0.366416, -0.175098, 0.913827), }, + Vertex { position: (-1.601625, -1.593321, 0.605607), + normal: (0.73827, -0.277136, 0.614942), }, + Vertex { position: (-1.386502, -1.718441, 0.350823), + normal: (-0.279485, 0.127803, 0.951606), }, + Vertex { position: (-1.406693, -1.697325, 0.450399), + normal: (0.023392, -0.110333, 0.993619), }, + Vertex { position: (-1.519339, -1.653776, 0.501741), + normal: (0.366416, -0.175098, 0.913827), }, + Vertex { position: (-1.386502, -1.718441, 0.350823), + normal: (-0.279485, 0.127803, 0.951606), }, + Vertex { position: (-1.519339, -1.653776, 0.501741), + normal: (0.366416, -0.175098, 0.913827), }, + Vertex { position: (-1.576196, -1.696317, 0.358146), + normal: (-0.157802, -0.148625, 0.976222), }, + Vertex { position: (-1.576196, -1.696317, 0.358146), + normal: (-0.157802, -0.148625, 0.976222), }, + Vertex { position: (-1.610025, -1.711571, 0.0), + normal: (0.106808, 0.99428, 0.0), }, + Vertex { position: (-1.395728, -1.723811, 0.0), + normal: (0.011286, 0.999936, 0.0), }, + Vertex { position: (-1.576196, -1.696317, 0.358146), + normal: (-0.157802, -0.148625, 0.976222), }, + Vertex { position: (-1.395728, -1.723811, 0.0), + normal: (0.011286, 0.999936, 0.0), }, + Vertex { position: (-1.386502, -1.718441, 0.350823), + normal: (-0.279485, 0.127803, 0.951606), }, + Vertex { position: (-1.764045, -1.764987, 0.406586), + normal: (-0.661097, -0.258238, 0.70446), }, + Vertex { position: (-1.799827, -1.753136, 0.0), + normal: (-0.160087, -0.987103, 0.0), }, + Vertex { position: (-1.610025, -1.711571, 0.0), + normal: (0.106808, 0.99428, 0.0), }, + Vertex { position: (-1.764045, -1.764987, 0.406586), + normal: (-0.661097, -0.258238, 0.70446), }, + Vertex { position: (-1.610025, -1.711571, 0.0), + normal: (0.106808, 0.99428, 0.0), }, + Vertex { position: (-1.576196, -1.696317, 0.358146), + normal: (-0.157802, -0.148625, 0.976222), }, + Vertex { position: (-1.576196, -1.696317, 0.358146), + normal: (-0.157802, -0.148625, 0.976222), }, + Vertex { position: (-1.601625, -1.593321, 0.605607), + normal: (0.73827, -0.277136, 0.614942), }, + Vertex { position: (-1.74779, -1.667608, 0.60634), + normal: (-0.632119, -0.359381, 0.686492), }, + Vertex { position: (-1.576196, -1.696317, 0.358146), + normal: (-0.157802, -0.148625, 0.976222), }, + Vertex { position: (-1.74779, -1.667608, 0.60634), + normal: (-0.632119, -0.359381, 0.686492), }, + Vertex { position: (-1.764045, -1.764987, 0.406586), + normal: (-0.661097, -0.258238, 0.70446), }, + Vertex { position: (-1.778934, -1.550199, 0.776454), + normal: (-0.605564, -0.17532, 0.776244), }, + Vertex { position: (-1.74779, -1.667608, 0.60634), + normal: (-0.632119, -0.359381, 0.686492), }, + Vertex { position: (-1.601625, -1.593321, 0.605607), + normal: (0.73827, -0.277136, 0.614942), }, + Vertex { position: (-1.601625, -1.593321, 0.605607), + normal: (0.73827, -0.277136, 0.614942), }, + Vertex { position: (-1.659758, -1.544361, 0.788181), + normal: (-0.43302, -0.02622, 0.901003), }, + Vertex { position: (-1.778934, -1.550199, 0.776454), + normal: (-0.605564, -0.17532, 0.776244), }, + Vertex { position: (-1.552229, -1.555077, 0.735708), + normal: (-0.472479, 0.093413, 0.876377), }, + Vertex { position: (-1.659758, -1.544361, 0.788181), + normal: (-0.43302, -0.02622, 0.901003), }, + Vertex { position: (-1.601625, -1.593321, 0.605607), + normal: (0.73827, -0.277136, 0.614942), }, + Vertex { position: (-2.508885, -1.719933, 0.721675), + normal: (0.772916, -0.305378, 0.556188), }, + Vertex { position: (-2.417777, -1.553136, 0.887222), + normal: (-0.938884, 0.007108, 0.344159), }, + Vertex { position: (-2.591357, -1.510845, 0.88547), + normal: (-0.995081, -0.092251, -0.036114), }, + Vertex { position: (-2.508885, -1.719933, 0.721675), + normal: (0.772916, -0.305378, 0.556188), }, + Vertex { position: (-2.591357, -1.510845, 0.88547), + normal: (-0.995081, -0.092251, -0.036114), }, + Vertex { position: (-2.734184, -1.717948, 0.749581), + normal: (0.942117, -0.292664, 0.163592), }, + Vertex { position: (-2.267049, -1.753901, 0.662106), + normal: (0.38578, -0.259547, 0.88533), }, + Vertex { position: (-2.223917, -1.541268, 0.87926), + normal: (-0.782249, 0.198377, 0.590536), }, + Vertex { position: (-2.417777, -1.553136, 0.887222), + normal: (-0.938884, 0.007108, 0.344159), }, + Vertex { position: (-2.267049, -1.753901, 0.662106), + normal: (0.38578, -0.259547, 0.88533), }, + Vertex { position: (-2.417777, -1.553136, 0.887222), + normal: (-0.938884, 0.007108, 0.344159), }, + Vertex { position: (-2.508885, -1.719933, 0.721675), + normal: (0.772916, -0.305378, 0.556188), }, + Vertex { position: (-2.037371, -1.73636, 0.656787), + normal: (0.02992, -0.202031, 0.978922), }, + Vertex { position: (-2.049879, -1.562369, 0.829319), + normal: (-0.743901, 0.102645, 0.66036), }, + Vertex { position: (-2.223917, -1.541268, 0.87926), + normal: (-0.782249, 0.198377, 0.590536), }, + Vertex { position: (-2.037371, -1.73636, 0.656787), + normal: (0.02992, -0.202031, 0.978922), }, + Vertex { position: (-2.223917, -1.541268, 0.87926), + normal: (-0.782249, 0.198377, 0.590536), }, + Vertex { position: (-2.267049, -1.753901, 0.662106), + normal: (0.38578, -0.259547, 0.88533), }, + Vertex { position: (-1.74779, -1.667608, 0.60634), + normal: (-0.632119, -0.359381, 0.686492), }, + Vertex { position: (-1.778934, -1.550199, 0.776454), + normal: (-0.605564, -0.17532, 0.776244), }, + Vertex { position: (-2.049879, -1.562369, 0.829319), + normal: (-0.743901, 0.102645, 0.66036), }, + Vertex { position: (-1.74779, -1.667608, 0.60634), + normal: (-0.632119, -0.359381, 0.686492), }, + Vertex { position: (-2.049879, -1.562369, 0.829319), + normal: (-0.743901, 0.102645, 0.66036), }, + Vertex { position: (-2.037371, -1.73636, 0.656787), + normal: (0.02992, -0.202031, 0.978922), }, + Vertex { position: (-1.936032, -1.829617, 0.488916), + normal: (-0.498756, -0.224101, 0.83727), }, + Vertex { position: (-1.88316, -1.829718, 0.401567), + normal: (-0.239734, -0.173966, 0.955125), }, + Vertex { position: (-1.764045, -1.764987, 0.406586), + normal: (-0.661097, -0.258238, 0.70446), }, + Vertex { position: (-1.936032, -1.829617, 0.488916), + normal: (-0.498756, -0.224101, 0.83727), }, + Vertex { position: (-1.764045, -1.764987, 0.406586), + normal: (-0.661097, -0.258238, 0.70446), }, + Vertex { position: (-1.74779, -1.667608, 0.60634), + normal: (-0.632119, -0.359381, 0.686492), }, + Vertex { position: (-1.74779, -1.667608, 0.60634), + normal: (-0.632119, -0.359381, 0.686492), }, + Vertex { position: (-2.037371, -1.73636, 0.656787), + normal: (0.02992, -0.202031, 0.978922), }, + Vertex { position: (-2.027242, -1.813012, 0.555232), + normal: (-0.759627, -0.28527, 0.584455), }, + Vertex { position: (-1.74779, -1.667608, 0.60634), + normal: (-0.632119, -0.359381, 0.686492), }, + Vertex { position: (-2.027242, -1.813012, 0.555232), + normal: (-0.759627, -0.28527, 0.584455), }, + Vertex { position: (-1.936032, -1.829617, 0.488916), + normal: (-0.498756, -0.224101, 0.83727), }, + Vertex { position: (-2.267049, -1.753901, 0.662106), + normal: (0.38578, -0.259547, 0.88533), }, + Vertex { position: (-2.126375, -1.866497, 0.502895), + normal: (-0.672688, -0.442616, 0.592944), }, + Vertex { position: (-2.027242, -1.813012, 0.555232), + normal: (-0.759627, -0.28527, 0.584455), }, + Vertex { position: (-2.267049, -1.753901, 0.662106), + normal: (0.38578, -0.259547, 0.88533), }, + Vertex { position: (-2.027242, -1.813012, 0.555232), + normal: (-0.759627, -0.28527, 0.584455), }, + Vertex { position: (-2.037371, -1.73636, 0.656787), + normal: (0.02992, -0.202031, 0.978922), }, + Vertex { position: (-2.317557, -1.8742, 0.470587), + normal: (0.80128, -0.303744, 0.515451), }, + Vertex { position: (-2.176551, -1.873816, 0.445782), + normal: (0.954473, -0.270031, 0.126745), }, + Vertex { position: (-2.126375, -1.866497, 0.502895), + normal: (-0.672688, -0.442616, 0.592944), }, + Vertex { position: (-2.317557, -1.8742, 0.470587), + normal: (0.80128, -0.303744, 0.515451), }, + Vertex { position: (-2.126375, -1.866497, 0.502895), + normal: (-0.672688, -0.442616, 0.592944), }, + Vertex { position: (-2.267049, -1.753901, 0.662106), + normal: (0.38578, -0.259547, 0.88533), }, + Vertex { position: (-2.267049, -1.753901, 0.662106), + normal: (0.38578, -0.259547, 0.88533), }, + Vertex { position: (-2.466779, -1.857679, 0.570461), + normal: (0.080262, -0.270606, 0.959339), }, + Vertex { position: (-2.446375, -1.893261, 0.49411), + normal: (0.441315, -0.29978, 0.845797), }, + Vertex { position: (-2.267049, -1.753901, 0.662106), + normal: (0.38578, -0.259547, 0.88533), }, + Vertex { position: (-2.446375, -1.893261, 0.49411), + normal: (0.441315, -0.29978, 0.845797), }, + Vertex { position: (-2.317557, -1.8742, 0.470587), + normal: (0.80128, -0.303744, 0.515451), }, + Vertex { position: (-2.508885, -1.719933, 0.721675), + normal: (0.772916, -0.305378, 0.556188), }, + Vertex { position: (-2.547737, -1.833025, 0.609321), + normal: (-0.247433, -0.24804, 0.936618), }, + Vertex { position: (-2.466779, -1.857679, 0.570461), + normal: (0.080262, -0.270606, 0.959339), }, + Vertex { position: (-2.508885, -1.719933, 0.721675), + normal: (0.772916, -0.305378, 0.556188), }, + Vertex { position: (-2.466779, -1.857679, 0.570461), + normal: (0.080262, -0.270606, 0.959339), }, + Vertex { position: (-2.267049, -1.753901, 0.662106), + normal: (0.38578, -0.259547, 0.88533), }, + Vertex { position: (-2.734184, -1.717948, 0.749581), + normal: (0.942117, -0.292664, 0.163592), }, + Vertex { position: (-2.64722, -1.84401, 0.594347), + normal: (-0.587844, -0.244917, 0.771009), }, + Vertex { position: (-2.547737, -1.833025, 0.609321), + normal: (-0.247433, -0.24804, 0.936618), }, + Vertex { position: (-2.734184, -1.717948, 0.749581), + normal: (0.942117, -0.292664, 0.163592), }, + Vertex { position: (-2.547737, -1.833025, 0.609321), + normal: (-0.247433, -0.24804, 0.936618), }, + Vertex { position: (-2.508885, -1.719933, 0.721675), + normal: (0.772916, -0.305378, 0.556188), }, + Vertex { position: (-2.811581, -1.79821, 0.712737), + normal: (-0.732521, -0.474279, 0.488336), }, + Vertex { position: (-2.699966, -1.850397, 0.57007), + normal: (-0.845196, -0.27877, 0.455994), }, + Vertex { position: (-2.64722, -1.84401, 0.594347), + normal: (-0.587844, -0.244917, 0.771009), }, + Vertex { position: (-2.811581, -1.79821, 0.712737), + normal: (-0.732521, -0.474279, 0.488336), }, + Vertex { position: (-2.64722, -1.84401, 0.594347), + normal: (-0.587844, -0.244917, 0.771009), }, + Vertex { position: (-2.734184, -1.717948, 0.749581), + normal: (0.942117, -0.292664, 0.163592), }, + Vertex { position: (-2.892162, -1.781087, 0.0), + normal: (0.0787, 0.996898, 0.0), }, + Vertex { position: (-2.684452, -1.891207, 0.447388), + normal: (0.975634, -0.187231, -0.114377), }, + Vertex { position: (-2.709403, -1.879947, 0.508775), + normal: (0.972392, 0.232654, 0.018037), }, + Vertex { position: (-2.892162, -1.781087, 0.0), + normal: (0.0787, 0.996898, 0.0), }, + Vertex { position: (-2.709403, -1.879947, 0.508775), + normal: (0.972392, 0.232654, 0.018037), }, + Vertex { position: (-2.941731, -1.787431, 0.442574), + normal: (0.999491, -0.02584, 0.01873), }, + Vertex { position: (-2.656867, -1.853045, 0.0), + normal: (0.058013, 0.998316, 0.0), }, + Vertex { position: (-2.614084, -1.905005, 0.404925), + normal: (0.985192, -0.12583, -0.116459), }, + Vertex { position: (-2.684452, -1.891207, 0.447388), + normal: (0.975634, -0.187231, -0.114377), }, + Vertex { position: (-2.656867, -1.853045, 0.0), + normal: (0.058013, 0.998316, 0.0), }, + Vertex { position: (-2.684452, -1.891207, 0.447388), + normal: (0.975634, -0.187231, -0.114377), }, + Vertex { position: (-2.892162, -1.781087, 0.0), + normal: (0.0787, 0.996898, 0.0), }, + Vertex { position: (-2.348005, -1.869142, 0.0), + normal: (0.093777, 0.995593, 0.0), }, + Vertex { position: (-2.503818, -1.909806, 0.431456), + normal: (0.996811, -0.048518, -0.063355), }, + Vertex { position: (-2.614084, -1.905005, 0.404925), + normal: (0.985192, -0.12583, -0.116459), }, + Vertex { position: (-2.348005, -1.869142, 0.0), + normal: (0.093777, 0.995593, 0.0), }, + Vertex { position: (-2.614084, -1.905005, 0.404925), + normal: (0.985192, -0.12583, -0.116459), }, + Vertex { position: (-2.656867, -1.853045, 0.0), + normal: (0.058013, 0.998316, 0.0), }, + Vertex { position: (-2.317557, -1.8742, 0.470587), + normal: (0.80128, -0.303744, 0.515451), }, + Vertex { position: (-2.446375, -1.893261, 0.49411), + normal: (0.441315, -0.29978, 0.845797), }, + Vertex { position: (-2.503818, -1.909806, 0.431456), + normal: (0.996811, -0.048518, -0.063355), }, + Vertex { position: (-2.317557, -1.8742, 0.470587), + normal: (0.80128, -0.303744, 0.515451), }, + Vertex { position: (-2.503818, -1.909806, 0.431456), + normal: (0.996811, -0.048518, -0.063355), }, + Vertex { position: (-2.348005, -1.869142, 0.0), + normal: (0.093777, 0.995593, 0.0), }, + Vertex { position: (-2.348005, -1.869142, 0.0), + normal: (0.093777, 0.995593, 0.0), }, + Vertex { position: (-2.147113, -1.903198, 0.362462), + normal: (0.957938, -0.285979, 0.023877), }, + Vertex { position: (-2.176551, -1.873816, 0.445782), + normal: (0.954473, -0.270031, 0.126745), }, + Vertex { position: (-2.348005, -1.869142, 0.0), + normal: (0.093777, 0.995593, 0.0), }, + Vertex { position: (-2.176551, -1.873816, 0.445782), + normal: (0.954473, -0.270031, 0.126745), }, + Vertex { position: (-2.317557, -1.8742, 0.470587), + normal: (0.80128, -0.303744, 0.515451), }, + Vertex { position: (-2.092921, -1.839622, 0.0), + normal: (0.149455, 0.988769, 0.0), }, + Vertex { position: (-2.062725, -1.884246, 0.307336), + normal: (-0.274087, 0.000043, -0.961705), }, + Vertex { position: (-2.147113, -1.903198, 0.362462), + normal: (0.957938, -0.285979, 0.023877), }, + Vertex { position: (-2.092921, -1.839622, 0.0), + normal: (0.149455, 0.988769, 0.0), }, + Vertex { position: (-2.147113, -1.903198, 0.362462), + normal: (0.957938, -0.285979, 0.023877), }, + Vertex { position: (-2.348005, -1.869142, 0.0), + normal: (0.093777, 0.995593, 0.0), }, + Vertex { position: (-1.799827, -1.753136, 0.0), + normal: (-0.160087, -0.987103, 0.0), }, + Vertex { position: (-1.946306, -1.872735, 0.344251), + normal: (0.74023, -0.090866, 0.666185), }, + Vertex { position: (-2.062725, -1.884246, 0.307336), + normal: (-0.274087, 0.000043, -0.961705), }, + Vertex { position: (-1.799827, -1.753136, 0.0), + normal: (-0.160087, -0.987103, 0.0), }, + Vertex { position: (-2.062725, -1.884246, 0.307336), + normal: (-0.274087, 0.000043, -0.961705), }, + Vertex { position: (-2.092921, -1.839622, 0.0), + normal: (0.149455, 0.988769, 0.0), }, + Vertex { position: (-1.764045, -1.764987, 0.406586), + normal: (-0.661097, -0.258238, 0.70446), }, + Vertex { position: (-1.88316, -1.829718, 0.401567), + normal: (-0.239734, -0.173966, 0.955125), }, + Vertex { position: (-1.946306, -1.872735, 0.344251), + normal: (0.74023, -0.090866, 0.666185), }, + Vertex { position: (-1.764045, -1.764987, 0.406586), + normal: (-0.661097, -0.258238, 0.70446), }, + Vertex { position: (-1.946306, -1.872735, 0.344251), + normal: (0.74023, -0.090866, 0.666185), }, + Vertex { position: (-1.799827, -1.753136, 0.0), + normal: (-0.160087, -0.987103, 0.0), }, + Vertex { position: (-3.304804, -1.582192, 0.643445), + normal: (0.830793, -0.244757, 0.499877), }, + Vertex { position: (-3.314868, -1.599081, 0.439626), + normal: (0.846555, -0.103662, 0.52211), }, + Vertex { position: (-3.120907, -1.707924, 0.431829), + normal: (0.820312, -0.193024, 0.538358), }, + Vertex { position: (-3.304804, -1.582192, 0.643445), + normal: (0.830793, -0.244757, 0.499877), }, + Vertex { position: (-3.120907, -1.707924, 0.431829), + normal: (0.820312, -0.193024, 0.538358), }, + Vertex { position: (-3.139394, -1.687482, 0.638546), + normal: (0.843062, -0.10517, 0.527433), }, + Vertex { position: (-3.387254, -1.486027, 0.672861), + normal: (0.290478, -0.146424, 0.945612), }, + Vertex { position: (-3.442085, -1.48412, 0.406377), + normal: (0.159615, 0.129847, 0.978602), }, + Vertex { position: (-3.314868, -1.599081, 0.439626), + normal: (0.846555, -0.103662, 0.52211), }, + Vertex { position: (-3.387254, -1.486027, 0.672861), + normal: (0.290478, -0.146424, 0.945612), }, + Vertex { position: (-3.314868, -1.599081, 0.439626), + normal: (0.846555, -0.103662, 0.52211), }, + Vertex { position: (-3.304804, -1.582192, 0.643445), + normal: (0.830793, -0.244757, 0.499877), }, + Vertex { position: (-3.53391, -1.330455, 0.568246), + normal: (0.431429, -0.109339, 0.895497), }, + Vertex { position: (-3.557869, -1.325941, 0.37803), + normal: (0.407719, -0.190267, 0.893064), }, + Vertex { position: (-3.442085, -1.48412, 0.406377), + normal: (0.159615, 0.129847, 0.978602), }, + Vertex { position: (-3.53391, -1.330455, 0.568246), + normal: (0.431429, -0.109339, 0.895497), }, + Vertex { position: (-3.442085, -1.48412, 0.406377), + normal: (0.159615, 0.129847, 0.978602), }, + Vertex { position: (-3.387254, -1.486027, 0.672861), + normal: (0.290478, -0.146424, 0.945612), }, + Vertex { position: (-3.631179, -1.157838, 0.50561), + normal: (0.473622, -0.284001, 0.833682), }, + Vertex { position: (-3.639586, -1.140102, 0.3338), + normal: (0.459595, -0.144347, 0.87632), }, + Vertex { position: (-3.557869, -1.325941, 0.37803), + normal: (0.407719, -0.190267, 0.893064), }, + Vertex { position: (-3.631179, -1.157838, 0.50561), + normal: (0.473622, -0.284001, 0.833682), }, + Vertex { position: (-3.557869, -1.325941, 0.37803), + normal: (0.407719, -0.190267, 0.893064), }, + Vertex { position: (-3.53391, -1.330455, 0.568246), + normal: (0.431429, -0.109339, 0.895497), }, + Vertex { position: (-3.667859, -0.964867, 0.464702), + normal: (-0.069043, -0.157333, 0.985129), }, + Vertex { position: (-3.686518, -0.955181, 0.320349), + normal: (0.051664, -0.122235, 0.991156), }, + Vertex { position: (-3.639586, -1.140102, 0.3338), + normal: (0.459595, -0.144347, 0.87632), }, + Vertex { position: (-3.667859, -0.964867, 0.464702), + normal: (-0.069043, -0.157333, 0.985129), }, + Vertex { position: (-3.639586, -1.140102, 0.3338), + normal: (0.459595, -0.144347, 0.87632), }, + Vertex { position: (-3.631179, -1.157838, 0.50561), + normal: (0.473622, -0.284001, 0.833682), }, + Vertex { position: (-3.665774, -0.73408, 0.446286), + normal: (0.039, -0.185675, 0.981837), }, + Vertex { position: (-3.676599, -0.729578, 0.330724), + normal: (-0.051713, -0.100833, 0.993559), }, + Vertex { position: (-3.686518, -0.955181, 0.320349), + normal: (0.051664, -0.122235, 0.991156), }, + Vertex { position: (-3.665774, -0.73408, 0.446286), + normal: (0.039, -0.185675, 0.981837), }, + Vertex { position: (-3.686518, -0.955181, 0.320349), + normal: (0.051664, -0.122235, 0.991156), }, + Vertex { position: (-3.667859, -0.964867, 0.464702), + normal: (-0.069043, -0.157333, 0.985129), }, + Vertex { position: (-3.595973, -0.346391, 0.426453), + normal: (-0.09542, 0.162222, 0.98213), }, + Vertex { position: (-3.616627, -0.350374, 0.338492), + normal: (0.109483, -0.310605, 0.944213), }, + Vertex { position: (-3.676599, -0.729578, 0.330724), + normal: (-0.051713, -0.100833, 0.993559), }, + Vertex { position: (-3.595973, -0.346391, 0.426453), + normal: (-0.09542, 0.162222, 0.98213), }, + Vertex { position: (-3.676599, -0.729578, 0.330724), + normal: (-0.051713, -0.100833, 0.993559), }, + Vertex { position: (-3.665774, -0.73408, 0.446286), + normal: (0.039, -0.185675, 0.981837), }, + Vertex { position: (-3.529709, -0.065998, 0.437217), + normal: (-0.246054, -0.154918, 0.956796), }, + Vertex { position: (-3.570243, -0.060093, 0.344854), + normal: (-0.211092, -0.082708, 0.973961), }, + Vertex { position: (-3.616627, -0.350374, 0.338492), + normal: (0.109483, -0.310605, 0.944213), }, + Vertex { position: (-3.529709, -0.065998, 0.437217), + normal: (-0.246054, -0.154918, 0.956796), }, + Vertex { position: (-3.616627, -0.350374, 0.338492), + normal: (0.109483, -0.310605, 0.944213), }, + Vertex { position: (-3.595973, -0.346391, 0.426453), + normal: (-0.09542, 0.162222, 0.98213), }, + Vertex { position: (-3.51684, 0.149002, 0.430359), + normal: (-0.136917, -0.20176, 0.969818), }, + Vertex { position: (-3.535416, 0.191408, 0.338478), + normal: (-0.176356, -0.113876, 0.977717), }, + Vertex { position: (-3.570243, -0.060093, 0.344854), + normal: (-0.211092, -0.082708, 0.973961), }, + Vertex { position: (-3.51684, 0.149002, 0.430359), + normal: (-0.136917, -0.20176, 0.969818), }, + Vertex { position: (-3.570243, -0.060093, 0.344854), + normal: (-0.211092, -0.082708, 0.973961), }, + Vertex { position: (-3.529709, -0.065998, 0.437217), + normal: (-0.246054, -0.154918, 0.956796), }, + Vertex { position: (-3.536654, 0.442277, 0.322), + normal: (-0.17902, -0.308668, 0.934171), }, + Vertex { position: (-3.535416, 0.191408, 0.338478), + normal: (-0.176356, -0.113876, 0.977717), }, + Vertex { position: (-3.51684, 0.149002, 0.430359), + normal: (-0.136917, -0.20176, 0.969818), }, + Vertex { position: (-3.544507, 0.467147, 0.0), + normal: (-0.57342, 0.819261, 0.0), }, + Vertex { position: (-3.55232, 0.219613, 0.0), + normal: (0.170833, 0.9853, 0.0), }, + Vertex { position: (-3.535416, 0.191408, 0.338478), + normal: (-0.176356, -0.113876, 0.977717), }, + Vertex { position: (-3.544507, 0.467147, 0.0), + normal: (-0.57342, 0.819261, 0.0), }, + Vertex { position: (-3.535416, 0.191408, 0.338478), + normal: (-0.176356, -0.113876, 0.977717), }, + Vertex { position: (-3.536654, 0.442277, 0.322), + normal: (-0.17902, -0.308668, 0.934171), }, + Vertex { position: (-3.583763, -0.052271, 0.0), + normal: (0.614301, 0.789071, -0.000581), }, + Vertex { position: (-3.570243, -0.060093, 0.344854), + normal: (-0.211092, -0.082708, 0.973961), }, + Vertex { position: (-3.535416, 0.191408, 0.338478), + normal: (-0.176356, -0.113876, 0.977717), }, + Vertex { position: (-3.583763, -0.052271, 0.0), + normal: (0.614301, 0.789071, -0.000581), }, + Vertex { position: (-3.535416, 0.191408, 0.338478), + normal: (-0.176356, -0.113876, 0.977717), }, + Vertex { position: (-3.55232, 0.219613, 0.0), + normal: (0.170833, 0.9853, 0.0), }, + Vertex { position: (-3.673607, -0.720796, 0.0), + normal: (0.353735, -0.935346, 0.0), }, + Vertex { position: (-3.676599, -0.729578, 0.330724), + normal: (-0.051713, -0.100833, 0.993559), }, + Vertex { position: (-3.616627, -0.350374, 0.338492), + normal: (0.109483, -0.310605, 0.944213), }, + Vertex { position: (-3.673607, -0.720796, 0.0), + normal: (0.353735, -0.935346, 0.0), }, + Vertex { position: (-3.616627, -0.350374, 0.338492), + normal: (0.109483, -0.310605, 0.944213), }, + Vertex { position: (-3.637643, -0.356271, 0.0), + normal: (0.098463, -0.995141, 0.0), }, + Vertex { position: (-3.678793, -0.926816, 0.0), + normal: (-0.34926, -0.937026, 0.0), }, + Vertex { position: (-3.686518, -0.955181, 0.320349), + normal: (0.051664, -0.122235, 0.991156), }, + Vertex { position: (-3.676599, -0.729578, 0.330724), + normal: (-0.051713, -0.100833, 0.993559), }, + Vertex { position: (-3.678793, -0.926816, 0.0), + normal: (-0.34926, -0.937026, 0.0), }, + Vertex { position: (-3.676599, -0.729578, 0.330724), + normal: (-0.051713, -0.100833, 0.993559), }, + Vertex { position: (-3.673607, -0.720796, 0.0), + normal: (0.353735, -0.935346, 0.0), }, + Vertex { position: (-3.650579, -1.142448, 0.0), + normal: (-0.164, -0.98646, 0.0), }, + Vertex { position: (-3.639586, -1.140102, 0.3338), + normal: (0.459595, -0.144347, 0.87632), }, + Vertex { position: (-3.686518, -0.955181, 0.320349), + normal: (0.051664, -0.122235, 0.991156), }, + Vertex { position: (-3.650579, -1.142448, 0.0), + normal: (-0.164, -0.98646, 0.0), }, + Vertex { position: (-3.686518, -0.955181, 0.320349), + normal: (0.051664, -0.122235, 0.991156), }, + Vertex { position: (-3.678793, -0.926816, 0.0), + normal: (-0.34926, -0.937026, 0.0), }, + Vertex { position: (-3.522115, -1.366623, 0.0), + normal: (0.030921, -0.999522, 0.0), }, + Vertex { position: (-3.557869, -1.325941, 0.37803), + normal: (0.407719, -0.190267, 0.893064), }, + Vertex { position: (-3.639586, -1.140102, 0.3338), + normal: (0.459595, -0.144347, 0.87632), }, + Vertex { position: (-3.522115, -1.366623, 0.0), + normal: (0.030921, -0.999522, 0.0), }, + Vertex { position: (-3.639586, -1.140102, 0.3338), + normal: (0.459595, -0.144347, 0.87632), }, + Vertex { position: (-3.650579, -1.142448, 0.0), + normal: (-0.164, -0.98646, 0.0), }, + Vertex { position: (-3.417689, -1.494416, 0.0), + normal: (0.183204, -0.983075, 0.0), }, + Vertex { position: (-3.442085, -1.48412, 0.406377), + normal: (0.159615, 0.129847, 0.978602), }, + Vertex { position: (-3.557869, -1.325941, 0.37803), + normal: (0.407719, -0.190267, 0.893064), }, + Vertex { position: (-3.417689, -1.494416, 0.0), + normal: (0.183204, -0.983075, 0.0), }, + Vertex { position: (-3.557869, -1.325941, 0.37803), + normal: (0.407719, -0.190267, 0.893064), }, + Vertex { position: (-3.522115, -1.366623, 0.0), + normal: (0.030921, -0.999522, 0.0), }, + Vertex { position: (-3.271035, -1.609292, 0.0), + normal: (-0.997516, 0.070442, 0.0), }, + Vertex { position: (-3.314868, -1.599081, 0.439626), + normal: (0.846555, -0.103662, 0.52211), }, + Vertex { position: (-3.442085, -1.48412, 0.406377), + normal: (0.159615, 0.129847, 0.978602), }, + Vertex { position: (-3.271035, -1.609292, 0.0), + normal: (-0.997516, 0.070442, 0.0), }, + Vertex { position: (-3.442085, -1.48412, 0.406377), + normal: (0.159615, 0.129847, 0.978602), }, + Vertex { position: (-3.417689, -1.494416, 0.0), + normal: (0.183204, -0.983075, 0.0), }, + Vertex { position: (-3.1103, -1.69172, 0.0), + normal: (-0.99928, -0.037933, 0.0), }, + Vertex { position: (-3.120907, -1.707924, 0.431829), + normal: (0.820312, -0.193024, 0.538358), }, + Vertex { position: (-3.314868, -1.599081, 0.439626), + normal: (0.846555, -0.103662, 0.52211), }, + Vertex { position: (-3.1103, -1.69172, 0.0), + normal: (-0.99928, -0.037933, 0.0), }, + Vertex { position: (-3.314868, -1.599081, 0.439626), + normal: (0.846555, -0.103662, 0.52211), }, + Vertex { position: (-3.271035, -1.609292, 0.0), + normal: (-0.997516, 0.070442, 0.0), }, + Vertex { position: (-2.892162, -1.781087, 0.0), + normal: (0.0787, 0.996898, 0.0), }, + Vertex { position: (-2.941731, -1.787431, 0.442574), + normal: (0.999491, -0.02584, 0.01873), }, + Vertex { position: (-3.120907, -1.707924, 0.431829), + normal: (0.820312, -0.193024, 0.538358), }, + Vertex { position: (-2.892162, -1.781087, 0.0), + normal: (0.0787, 0.996898, 0.0), }, + Vertex { position: (-3.120907, -1.707924, 0.431829), + normal: (0.820312, -0.193024, 0.538358), }, + Vertex { position: (-3.1103, -1.69172, 0.0), + normal: (-0.99928, -0.037933, 0.0), }, + Vertex { position: (-3.637643, -0.356271, 0.0), + normal: (0.098463, -0.995141, 0.0), }, + Vertex { position: (-3.616627, -0.350374, 0.338492), + normal: (0.109483, -0.310605, 0.944213), }, + Vertex { position: (-3.570243, -0.060093, 0.344854), + normal: (-0.211092, -0.082708, 0.973961), }, + Vertex { position: (-3.637643, -0.356271, 0.0), + normal: (0.098463, -0.995141, 0.0), }, + Vertex { position: (-3.570243, -0.060093, 0.344854), + normal: (-0.211092, -0.082708, 0.973961), }, + Vertex { position: (-3.583763, -0.052271, 0.0), + normal: (0.614301, 0.789071, -0.000581), }, + Vertex { position: (-3.529709, -0.065998, 0.437217), + normal: (-0.246054, -0.154918, 0.956796), }, + Vertex { position: (-3.470778, -0.078218, 0.546398), + normal: (-0.739347, 0.031953, 0.672566), }, + Vertex { position: (-3.51684, 0.149002, 0.430359), + normal: (-0.136917, -0.20176, 0.969818), }, + Vertex { position: (-3.595973, -0.346391, 0.426453), + normal: (-0.09542, 0.162222, 0.98213), }, + Vertex { position: (-3.526766, -0.317542, 0.560837), + normal: (-0.652584, -0.147678, 0.743186), }, + Vertex { position: (-3.470778, -0.078218, 0.546398), + normal: (-0.739347, 0.031953, 0.672566), }, + Vertex { position: (-3.595973, -0.346391, 0.426453), + normal: (-0.09542, 0.162222, 0.98213), }, + Vertex { position: (-3.470778, -0.078218, 0.546398), + normal: (-0.739347, 0.031953, 0.672566), }, + Vertex { position: (-3.529709, -0.065998, 0.437217), + normal: (-0.246054, -0.154918, 0.956796), }, + Vertex { position: (-3.665774, -0.73408, 0.446286), + normal: (0.039, -0.185675, 0.981837), }, + Vertex { position: (-3.569993, -0.731989, 0.649435), + normal: (-0.483189, -0.207332, 0.850613), }, + Vertex { position: (-3.526766, -0.317542, 0.560837), + normal: (-0.652584, -0.147678, 0.743186), }, + Vertex { position: (-3.665774, -0.73408, 0.446286), + normal: (0.039, -0.185675, 0.981837), }, + Vertex { position: (-3.526766, -0.317542, 0.560837), + normal: (-0.652584, -0.147678, 0.743186), }, + Vertex { position: (-3.595973, -0.346391, 0.426453), + normal: (-0.09542, 0.162222, 0.98213), }, + Vertex { position: (-3.667859, -0.964867, 0.464702), + normal: (-0.069043, -0.157333, 0.985129), }, + Vertex { position: (-3.55012, -0.984868, 0.675228), + normal: (-0.4008, -0.167777, 0.900672), }, + Vertex { position: (-3.569993, -0.731989, 0.649435), + normal: (-0.483189, -0.207332, 0.850613), }, + Vertex { position: (-3.667859, -0.964867, 0.464702), + normal: (-0.069043, -0.157333, 0.985129), }, + Vertex { position: (-3.569993, -0.731989, 0.649435), + normal: (-0.483189, -0.207332, 0.850613), }, + Vertex { position: (-3.665774, -0.73408, 0.446286), + normal: (0.039, -0.185675, 0.981837), }, + Vertex { position: (-3.631179, -1.157838, 0.50561), + normal: (0.473622, -0.284001, 0.833682), }, + Vertex { position: (-3.492599, -1.180646, 0.692282), + normal: (-0.417424, -0.199203, 0.886609), }, + Vertex { position: (-3.55012, -0.984868, 0.675228), + normal: (-0.4008, -0.167777, 0.900672), }, + Vertex { position: (-3.631179, -1.157838, 0.50561), + normal: (0.473622, -0.284001, 0.833682), }, + Vertex { position: (-3.55012, -0.984868, 0.675228), + normal: (-0.4008, -0.167777, 0.900672), }, + Vertex { position: (-3.667859, -0.964867, 0.464702), + normal: (-0.069043, -0.157333, 0.985129), }, + Vertex { position: (-3.53391, -1.330455, 0.568246), + normal: (0.431429, -0.109339, 0.895497), }, + Vertex { position: (-3.335942, -1.365685, 0.72459), + normal: (-0.521685, -0.261319, 0.812131), }, + Vertex { position: (-3.492599, -1.180646, 0.692282), + normal: (-0.417424, -0.199203, 0.886609), }, + Vertex { position: (-3.53391, -1.330455, 0.568246), + normal: (0.431429, -0.109339, 0.895497), }, + Vertex { position: (-3.492599, -1.180646, 0.692282), + normal: (-0.417424, -0.199203, 0.886609), }, + Vertex { position: (-3.631179, -1.157838, 0.50561), + normal: (0.473622, -0.284001, 0.833682), }, + Vertex { position: (-3.387254, -1.486027, 0.672861), + normal: (0.290478, -0.146424, 0.945612), }, + Vertex { position: (-3.335942, -1.365685, 0.72459), + normal: (-0.521685, -0.261319, 0.812131), }, + Vertex { position: (-3.53391, -1.330455, 0.568246), + normal: (0.431429, -0.109339, 0.895497), }, + Vertex { position: (-3.438226, -0.721479, 0.728141), + normal: (-0.912869, -0.285577, 0.291747), }, + Vertex { position: (-3.283698, -0.730967, 0.793898), + normal: (-0.99574, -0.082547, 0.041071), }, + Vertex { position: (-3.415655, -0.308965, 0.671045), + normal: (-0.970971, -0.219011, 0.096178), }, + Vertex { position: (-3.526766, -0.317542, 0.560837), + normal: (-0.652584, -0.147678, 0.743186), }, + Vertex { position: (-3.415655, -0.308965, 0.671045), + normal: (-0.970971, -0.219011, 0.096178), }, + Vertex { position: (-3.470778, -0.078218, 0.546398), + normal: (-0.739347, 0.031953, 0.672566), }, + Vertex { position: (-3.569993, -0.731989, 0.649435), + normal: (-0.483189, -0.207332, 0.850613), }, + Vertex { position: (-3.438226, -0.721479, 0.728141), + normal: (-0.912869, -0.285577, 0.291747), }, + Vertex { position: (-3.415655, -0.308965, 0.671045), + normal: (-0.970971, -0.219011, 0.096178), }, + Vertex { position: (-3.569993, -0.731989, 0.649435), + normal: (-0.483189, -0.207332, 0.850613), }, + Vertex { position: (-3.415655, -0.308965, 0.671045), + normal: (-0.970971, -0.219011, 0.096178), }, + Vertex { position: (-3.526766, -0.317542, 0.560837), + normal: (-0.652584, -0.147678, 0.743186), }, + Vertex { position: (-3.55012, -0.984868, 0.675228), + normal: (-0.4008, -0.167777, 0.900672), }, + Vertex { position: (-3.355398, -0.969157, 0.766213), + normal: (-0.883057, -0.239959, 0.403273), }, + Vertex { position: (-3.438226, -0.721479, 0.728141), + normal: (-0.912869, -0.285577, 0.291747), }, + Vertex { position: (-3.55012, -0.984868, 0.675228), + normal: (-0.4008, -0.167777, 0.900672), }, + Vertex { position: (-3.438226, -0.721479, 0.728141), + normal: (-0.912869, -0.285577, 0.291747), }, + Vertex { position: (-3.569993, -0.731989, 0.649435), + normal: (-0.483189, -0.207332, 0.850613), }, + Vertex { position: (-3.492599, -1.180646, 0.692282), + normal: (-0.417424, -0.199203, 0.886609), }, + Vertex { position: (-3.27979, -1.162072, 0.784602), + normal: (-0.872722, -0.174901, 0.455813), }, + Vertex { position: (-3.355398, -0.969157, 0.766213), + normal: (-0.883057, -0.239959, 0.403273), }, + Vertex { position: (-3.492599, -1.180646, 0.692282), + normal: (-0.417424, -0.199203, 0.886609), }, + Vertex { position: (-3.355398, -0.969157, 0.766213), + normal: (-0.883057, -0.239959, 0.403273), }, + Vertex { position: (-3.55012, -0.984868, 0.675228), + normal: (-0.4008, -0.167777, 0.900672), }, + Vertex { position: (-3.335942, -1.365685, 0.72459), + normal: (-0.521685, -0.261319, 0.812131), }, + Vertex { position: (-3.27979, -1.162072, 0.784602), + normal: (-0.872722, -0.174901, 0.455813), }, + Vertex { position: (-3.492599, -1.180646, 0.692282), + normal: (-0.417424, -0.199203, 0.886609), }, + Vertex { position: (-3.25121, -0.948205, 0.819868), + normal: (-0.874358, -0.225285, 0.429819), }, + Vertex { position: (-3.355398, -0.969157, 0.766213), + normal: (-0.883057, -0.239959, 0.403273), }, + Vertex { position: (-3.27979, -1.162072, 0.784602), + normal: (-0.872722, -0.174901, 0.455813), }, + Vertex { position: (-3.556552, 0.704883, 0.28063), + normal: (-0.794709, -0.185222, -0.57804), }, + Vertex { position: (-3.566995, 0.656967, 0.0), + normal: (-0.989276, 0.146061, 0.0), }, + Vertex { position: (-3.544507, 0.467147, 0.0), + normal: (-0.57342, 0.819261, 0.0), }, + Vertex { position: (-3.556552, 0.704883, 0.28063), + normal: (-0.794709, -0.185222, -0.57804), }, + Vertex { position: (-3.544507, 0.467147, 0.0), + normal: (-0.57342, 0.819261, 0.0), }, + Vertex { position: (-3.536654, 0.442277, 0.322), + normal: (-0.17902, -0.308668, 0.934171), }, + Vertex { position: (-3.57817, 0.837714, 0.288502), + normal: (-0.845931, -0.255219, -0.468256), }, + Vertex { position: (-3.599077, 0.796217, 0.0), + normal: (-0.989171, 0.146765, 0.0), }, + Vertex { position: (-3.566995, 0.656967, 0.0), + normal: (-0.989276, 0.146061, 0.0), }, + Vertex { position: (-3.57817, 0.837714, 0.288502), + normal: (-0.845931, -0.255219, -0.468256), }, + Vertex { position: (-3.566995, 0.656967, 0.0), + normal: (-0.989276, 0.146061, 0.0), }, + Vertex { position: (-3.556552, 0.704883, 0.28063), + normal: (-0.794709, -0.185222, -0.57804), }, + Vertex { position: (-3.283698, -0.730967, 0.793898), + normal: (-0.99574, -0.082547, 0.041071), }, + Vertex { position: (-3.438226, -0.721479, 0.728141), + normal: (-0.912869, -0.285577, 0.291747), }, + Vertex { position: (-3.355398, -0.969157, 0.766213), + normal: (-0.883057, -0.239959, 0.403273), }, + Vertex { position: (-3.283698, -0.730967, 0.793898), + normal: (-0.99574, -0.082547, 0.041071), }, + Vertex { position: (-3.355398, -0.969157, 0.766213), + normal: (-0.883057, -0.239959, 0.403273), }, + Vertex { position: (-3.25121, -0.948205, 0.819868), + normal: (-0.874358, -0.225285, 0.429819), }, + Vertex { position: (-1.936032, -1.829617, 0.488916), + normal: (-0.498756, -0.224101, 0.83727), }, + Vertex { position: (-1.971059, -1.992958, 0.500845), + normal: (0.722741, 0.690989, -0.01339), }, + Vertex { position: (-1.933565, -1.993029, 0.438902), + normal: (0.532717, 0.840798, 0.09629), }, + Vertex { position: (-1.936032, -1.829617, 0.488916), + normal: (-0.498756, -0.224101, 0.83727), }, + Vertex { position: (-1.933565, -1.993029, 0.438902), + normal: (0.532717, 0.840798, 0.09629), }, + Vertex { position: (-1.88316, -1.829718, 0.401567), + normal: (-0.239734, -0.173966, 0.955125), }, + Vertex { position: (-2.027242, -1.813012, 0.555232), + normal: (-0.759627, -0.28527, 0.584455), }, + Vertex { position: (-2.03574, -1.981182, 0.547873), + normal: (0.870384, 0.492056, 0.017698), }, + Vertex { position: (-1.971059, -1.992958, 0.500845), + normal: (0.722741, 0.690989, -0.01339), }, + Vertex { position: (-2.027242, -1.813012, 0.555232), + normal: (-0.759627, -0.28527, 0.584455), }, + Vertex { position: (-1.971059, -1.992958, 0.500845), + normal: (0.722741, 0.690989, -0.01339), }, + Vertex { position: (-1.936032, -1.829617, 0.488916), + normal: (-0.498756, -0.224101, 0.83727), }, + Vertex { position: (-2.126375, -1.866497, 0.502895), + normal: (-0.672688, -0.442616, 0.592944), }, + Vertex { position: (-2.106039, -2.019111, 0.510759), + normal: (0.947044, 0.280641, 0.156039), }, + Vertex { position: (-2.03574, -1.981182, 0.547873), + normal: (0.870384, 0.492056, 0.017698), }, + Vertex { position: (-2.126375, -1.866497, 0.502895), + normal: (-0.672688, -0.442616, 0.592944), }, + Vertex { position: (-2.03574, -1.981182, 0.547873), + normal: (0.870384, 0.492056, 0.017698), }, + Vertex { position: (-2.027242, -1.813012, 0.555232), + normal: (-0.759627, -0.28527, 0.584455), }, + Vertex { position: (-2.176551, -1.873816, 0.445782), + normal: (0.954473, -0.270031, 0.126745), }, + Vertex { position: (-2.141621, -2.024301, 0.470257), + normal: (0.925586, 0.050829, 0.375109), }, + Vertex { position: (-2.106039, -2.019111, 0.510759), + normal: (0.947044, 0.280641, 0.156039), }, + Vertex { position: (-2.176551, -1.873816, 0.445782), + normal: (0.954473, -0.270031, 0.126745), }, + Vertex { position: (-2.106039, -2.019111, 0.510759), + normal: (0.947044, 0.280641, 0.156039), }, + Vertex { position: (-2.126375, -1.866497, 0.502895), + normal: (-0.672688, -0.442616, 0.592944), }, + Vertex { position: (-2.147113, -1.903198, 0.362462), + normal: (0.957938, -0.285979, 0.023877), }, + Vertex { position: (-2.120746, -2.045137, 0.411171), + normal: (-0.212651, -0.104685, 0.971504), }, + Vertex { position: (-2.141621, -2.024301, 0.470257), + normal: (0.925586, 0.050829, 0.375109), }, + Vertex { position: (-2.147113, -1.903198, 0.362462), + normal: (0.957938, -0.285979, 0.023877), }, + Vertex { position: (-2.141621, -2.024301, 0.470257), + normal: (0.925586, 0.050829, 0.375109), }, + Vertex { position: (-2.176551, -1.873816, 0.445782), + normal: (0.954473, -0.270031, 0.126745), }, + Vertex { position: (-2.062725, -1.884246, 0.307336), + normal: (-0.274087, 0.000043, -0.961705), }, + Vertex { position: (-2.060902, -2.031698, 0.372079), + normal: (0.332529, 0.910491, 0.245827), }, + Vertex { position: (-2.120746, -2.045137, 0.411171), + normal: (-0.212651, -0.104685, 0.971504), }, + Vertex { position: (-2.062725, -1.884246, 0.307336), + normal: (-0.274087, 0.000043, -0.961705), }, + Vertex { position: (-2.120746, -2.045137, 0.411171), + normal: (-0.212651, -0.104685, 0.971504), }, + Vertex { position: (-2.147113, -1.903198, 0.362462), + normal: (0.957938, -0.285979, 0.023877), }, + Vertex { position: (-1.946306, -1.872735, 0.344251), + normal: (0.74023, -0.090866, 0.666185), }, + Vertex { position: (-1.978344, -2.023535, 0.398257), + normal: (0.530834, 0.847416, -0.010102), }, + Vertex { position: (-2.060902, -2.031698, 0.372079), + normal: (0.332529, 0.910491, 0.245827), }, + Vertex { position: (-1.946306, -1.872735, 0.344251), + normal: (0.74023, -0.090866, 0.666185), }, + Vertex { position: (-2.060902, -2.031698, 0.372079), + normal: (0.332529, 0.910491, 0.245827), }, + Vertex { position: (-2.062725, -1.884246, 0.307336), + normal: (-0.274087, 0.000043, -0.961705), }, + Vertex { position: (-1.88316, -1.829718, 0.401567), + normal: (-0.239734, -0.173966, 0.955125), }, + Vertex { position: (-1.933565, -1.993029, 0.438902), + normal: (0.532717, 0.840798, 0.09629), }, + Vertex { position: (-1.978344, -2.023535, 0.398257), + normal: (0.530834, 0.847416, -0.010102), }, + Vertex { position: (-1.88316, -1.829718, 0.401567), + normal: (-0.239734, -0.173966, 0.955125), }, + Vertex { position: (-1.978344, -2.023535, 0.398257), + normal: (0.530834, 0.847416, -0.010102), }, + Vertex { position: (-1.946306, -1.872735, 0.344251), + normal: (0.74023, -0.090866, 0.666185), }, + Vertex { position: (-2.466779, -1.857679, 0.570461), + normal: (0.080262, -0.270606, 0.959339), }, + Vertex { position: (-2.513608, -2.012858, 0.558673), + normal: (0.78715, 0.616449, -0.019656), }, + Vertex { position: (-2.499138, -2.03809, 0.504529), + normal: (0.66813, 0.738233, -0.092817), }, + Vertex { position: (-2.466779, -1.857679, 0.570461), + normal: (0.080262, -0.270606, 0.959339), }, + Vertex { position: (-2.499138, -2.03809, 0.504529), + normal: (0.66813, 0.738233, -0.092817), }, + Vertex { position: (-2.446375, -1.893261, 0.49411), + normal: (0.441315, -0.29978, 0.845797), }, + Vertex { position: (-2.547737, -1.833025, 0.609321), + normal: (-0.247433, -0.24804, 0.936618), }, + Vertex { position: (-2.571019, -1.995375, 0.58623), + normal: (0.856604, 0.474875, 0.201802), }, + Vertex { position: (-2.513608, -2.012858, 0.558673), + normal: (0.78715, 0.616449, -0.019656), }, + Vertex { position: (-2.547737, -1.833025, 0.609321), + normal: (-0.247433, -0.24804, 0.936618), }, + Vertex { position: (-2.513608, -2.012858, 0.558673), + normal: (0.78715, 0.616449, -0.019656), }, + Vertex { position: (-2.466779, -1.857679, 0.570461), + normal: (0.080262, -0.270606, 0.959339), }, + Vertex { position: (-2.64722, -1.84401, 0.594347), + normal: (-0.587844, -0.244917, 0.771009), }, + Vertex { position: (-2.641567, -2.003164, 0.575611), + normal: (0.827569, 0.284291, 0.484054), }, + Vertex { position: (-2.571019, -1.995375, 0.58623), + normal: (0.856604, 0.474875, 0.201802), }, + Vertex { position: (-2.64722, -1.84401, 0.594347), + normal: (-0.587844, -0.244917, 0.771009), }, + Vertex { position: (-2.571019, -1.995375, 0.58623), + normal: (0.856604, 0.474875, 0.201802), }, + Vertex { position: (-2.547737, -1.833025, 0.609321), + normal: (-0.247433, -0.24804, 0.936618), }, + Vertex { position: (-2.699966, -1.850397, 0.57007), + normal: (-0.845196, -0.27877, 0.455994), }, + Vertex { position: (-2.678971, -2.007694, 0.558395), + normal: (0.754806, 0.216246, 0.619279), }, + Vertex { position: (-2.641567, -2.003164, 0.575611), + normal: (0.827569, 0.284291, 0.484054), }, + Vertex { position: (-2.699966, -1.850397, 0.57007), + normal: (-0.845196, -0.27877, 0.455994), }, + Vertex { position: (-2.641567, -2.003164, 0.575611), + normal: (0.827569, 0.284291, 0.484054), }, + Vertex { position: (-2.64722, -1.84401, 0.594347), + normal: (-0.587844, -0.244917, 0.771009), }, + Vertex { position: (-2.709403, -1.879947, 0.508775), + normal: (0.972392, 0.232654, 0.018037), }, + Vertex { position: (-2.685663, -2.028649, 0.514928), + normal: (0.512523, 0.043999, 0.857545), }, + Vertex { position: (-2.678971, -2.007694, 0.558395), + normal: (0.754806, 0.216246, 0.619279), }, + Vertex { position: (-2.709403, -1.879947, 0.508775), + normal: (0.972392, 0.232654, 0.018037), }, + Vertex { position: (-2.678971, -2.007694, 0.558395), + normal: (0.754806, 0.216246, 0.619279), }, + Vertex { position: (-2.699966, -1.850397, 0.57007), + normal: (-0.845196, -0.27877, 0.455994), }, + Vertex { position: (-2.684452, -1.891207, 0.447388), + normal: (0.975634, -0.187231, -0.114377), }, + Vertex { position: (-2.667969, -2.036634, 0.471396), + normal: (0.45571, -0.00339, 0.890122), }, + Vertex { position: (-2.685663, -2.028649, 0.514928), + normal: (0.512523, 0.043999, 0.857545), }, + Vertex { position: (-2.684452, -1.891207, 0.447388), + normal: (0.975634, -0.187231, -0.114377), }, + Vertex { position: (-2.685663, -2.028649, 0.514928), + normal: (0.512523, 0.043999, 0.857545), }, + Vertex { position: (-2.709403, -1.879947, 0.508775), + normal: (0.972392, 0.232654, 0.018037), }, + Vertex { position: (-2.614084, -1.905005, 0.404925), + normal: (0.985192, -0.12583, -0.116459), }, + Vertex { position: (-2.618068, -2.046419, 0.441284), + normal: (0.373808, -0.059429, 0.9256), }, + Vertex { position: (-2.667969, -2.036634, 0.471396), + normal: (0.45571, -0.00339, 0.890122), }, + Vertex { position: (-2.614084, -1.905005, 0.404925), + normal: (0.985192, -0.12583, -0.116459), }, + Vertex { position: (-2.667969, -2.036634, 0.471396), + normal: (0.45571, -0.00339, 0.890122), }, + Vertex { position: (-2.684452, -1.891207, 0.447388), + normal: (0.975634, -0.187231, -0.114377), }, + Vertex { position: (-2.503818, -1.909806, 0.431456), + normal: (0.996811, -0.048518, -0.063355), }, + Vertex { position: (-2.539874, -2.049824, 0.460098), + normal: (0.276212, -0.065585, 0.958856), }, + Vertex { position: (-2.618068, -2.046419, 0.441284), + normal: (0.373808, -0.059429, 0.9256), }, + Vertex { position: (-2.503818, -1.909806, 0.431456), + normal: (0.996811, -0.048518, -0.063355), }, + Vertex { position: (-2.618068, -2.046419, 0.441284), + normal: (0.373808, -0.059429, 0.9256), }, + Vertex { position: (-2.614084, -1.905005, 0.404925), + normal: (0.985192, -0.12583, -0.116459), }, + Vertex { position: (-2.446375, -1.893261, 0.49411), + normal: (0.441315, -0.29978, 0.845797), }, + Vertex { position: (-2.499138, -2.03809, 0.504529), + normal: (0.66813, 0.738233, -0.092817), }, + Vertex { position: (-2.539874, -2.049824, 0.460098), + normal: (0.276212, -0.065585, 0.958856), }, + Vertex { position: (-2.446375, -1.893261, 0.49411), + normal: (0.441315, -0.29978, 0.845797), }, + Vertex { position: (-2.539874, -2.049824, 0.460098), + normal: (0.276212, -0.065585, 0.958856), }, + Vertex { position: (-2.503818, -1.909806, 0.431456), + normal: (0.996811, -0.048518, -0.063355), }, + Vertex { position: (-1.978344, -2.023535, 0.398257), + normal: (0.530834, 0.847416, -0.010102), }, + Vertex { position: (-1.985123, -2.116661, 0.394256), + normal: (0.122987, -0.006582, 0.992387), }, + Vertex { position: (-2.065655, -2.124623, 0.36872), + normal: (0.041586, 0.068165, 0.996807), }, + Vertex { position: (-1.978344, -2.023535, 0.398257), + normal: (0.530834, 0.847416, -0.010102), }, + Vertex { position: (-2.065655, -2.124623, 0.36872), + normal: (0.041586, 0.068165, 0.996807), }, + Vertex { position: (-2.060902, -2.031698, 0.372079), + normal: (0.332529, 0.910491, 0.245827), }, + Vertex { position: (-2.060902, -2.031698, 0.372079), + normal: (0.332529, 0.910491, 0.245827), }, + Vertex { position: (-2.065655, -2.124623, 0.36872), + normal: (0.041586, 0.068165, 0.996807), }, + Vertex { position: (-2.12403, -2.137733, 0.406853), + normal: (0.035084, 0.005692, 0.999368), }, + Vertex { position: (-2.060902, -2.031698, 0.372079), + normal: (0.332529, 0.910491, 0.245827), }, + Vertex { position: (-2.12403, -2.137733, 0.406853), + normal: (0.035084, 0.005692, 0.999368), }, + Vertex { position: (-2.120746, -2.045137, 0.411171), + normal: (-0.212651, -0.104685, 0.971504), }, + Vertex { position: (-2.120746, -2.045137, 0.411171), + normal: (-0.212651, -0.104685, 0.971504), }, + Vertex { position: (-2.12403, -2.137733, 0.406853), + normal: (0.035084, 0.005692, 0.999368), }, + Vertex { position: (-2.144393, -2.117408, 0.464489), + normal: (-0.01346, -0.014478, 0.999805), }, + Vertex { position: (-2.120746, -2.045137, 0.411171), + normal: (-0.212651, -0.104685, 0.971504), }, + Vertex { position: (-2.144393, -2.117408, 0.464489), + normal: (-0.01346, -0.014478, 0.999805), }, + Vertex { position: (-2.141621, -2.024301, 0.470257), + normal: (0.925586, 0.050829, 0.375109), }, + Vertex { position: (-2.141621, -2.024301, 0.470257), + normal: (0.925586, 0.050829, 0.375109), }, + Vertex { position: (-2.144393, -2.117408, 0.464489), + normal: (-0.01346, -0.014478, 0.999805), }, + Vertex { position: (-2.109684, -2.112345, 0.503997), + normal: (-0.114527, 0.103064, 0.988059), }, + Vertex { position: (-2.141621, -2.024301, 0.470257), + normal: (0.925586, 0.050829, 0.375109), }, + Vertex { position: (-2.109684, -2.112345, 0.503997), + normal: (-0.114527, 0.103064, 0.988059), }, + Vertex { position: (-2.106039, -2.019111, 0.510759), + normal: (0.947044, 0.280641, 0.156039), }, + Vertex { position: (-2.106039, -2.019111, 0.510759), + normal: (0.947044, 0.280641, 0.156039), }, + Vertex { position: (-2.109684, -2.112345, 0.503997), + normal: (-0.114527, 0.103064, 0.988059), }, + Vertex { position: (-2.04111, -2.075348, 0.540201), + normal: (0.2189, 0.87846, 0.424724), }, + Vertex { position: (-2.106039, -2.019111, 0.510759), + normal: (0.947044, 0.280641, 0.156039), }, + Vertex { position: (-2.04111, -2.075348, 0.540201), + normal: (0.2189, 0.87846, 0.424724), }, + Vertex { position: (-2.03574, -1.981182, 0.547873), + normal: (0.870384, 0.492056, 0.017698), }, + Vertex { position: (-2.03574, -1.981182, 0.547873), + normal: (0.870384, 0.492056, 0.017698), }, + Vertex { position: (-2.04111, -2.075348, 0.540201), + normal: (0.2189, 0.87846, 0.424724), }, + Vertex { position: (-1.978016, -2.086834, 0.494327), + normal: (-0.194126, 0.280848, 0.939914), }, + Vertex { position: (-2.03574, -1.981182, 0.547873), + normal: (0.870384, 0.492056, 0.017698), }, + Vertex { position: (-1.978016, -2.086834, 0.494327), + normal: (-0.194126, 0.280848, 0.939914), }, + Vertex { position: (-1.971059, -1.992958, 0.500845), + normal: (0.722741, 0.690989, -0.01339), }, + Vertex { position: (-1.971059, -1.992958, 0.500845), + normal: (0.722741, 0.690989, -0.01339), }, + Vertex { position: (-1.978016, -2.086834, 0.494327), + normal: (-0.194126, 0.280848, 0.939914), }, + Vertex { position: (-1.941442, -2.086904, 0.433904), + normal: (0.742615, 0.656803, 0.130894), }, + Vertex { position: (-1.971059, -1.992958, 0.500845), + normal: (0.722741, 0.690989, -0.01339), }, + Vertex { position: (-1.941442, -2.086904, 0.433904), + normal: (0.742615, 0.656803, 0.130894), }, + Vertex { position: (-1.933565, -1.993029, 0.438902), + normal: (0.532717, 0.840798, 0.09629), }, + Vertex { position: (-1.933565, -1.993029, 0.438902), + normal: (0.532717, 0.840798, 0.09629), }, + Vertex { position: (-1.941442, -2.086904, 0.433904), + normal: (0.742615, 0.656803, 0.130894), }, + Vertex { position: (-1.985123, -2.116661, 0.394256), + normal: (0.122987, -0.006582, 0.992387), }, + Vertex { position: (-1.933565, -1.993029, 0.438902), + normal: (0.532717, 0.840798, 0.09629), }, + Vertex { position: (-1.985123, -2.116661, 0.394256), + normal: (0.122987, -0.006582, 0.992387), }, + Vertex { position: (-1.978344, -2.023535, 0.398257), + normal: (0.530834, 0.847416, -0.010102), }, + Vertex { position: (-2.499138, -2.03809, 0.504529), + normal: (0.66813, 0.738233, -0.092817), }, + Vertex { position: (-2.513187, -2.130859, 0.49792), + normal: (0.681964, 0.386261, 0.621069), }, + Vertex { position: (-2.552923, -2.142304, 0.454579), + normal: (0.584509, 0.341142, 0.736187), }, + Vertex { position: (-2.499138, -2.03809, 0.504529), + normal: (0.66813, 0.738233, -0.092817), }, + Vertex { position: (-2.552923, -2.142304, 0.454579), + normal: (0.584509, 0.341142, 0.736187), }, + Vertex { position: (-2.539874, -2.049824, 0.460098), + normal: (0.276212, -0.065585, 0.958856), }, + Vertex { position: (-2.539874, -2.049824, 0.460098), + normal: (0.276212, -0.065585, 0.958856), }, + Vertex { position: (-2.552923, -2.142304, 0.454579), + normal: (0.584509, 0.341142, 0.736187), }, + Vertex { position: (-2.629199, -2.138983, 0.436227), + normal: (0.519595, 0.25029, 0.816931), }, + Vertex { position: (-2.539874, -2.049824, 0.460098), + normal: (0.276212, -0.065585, 0.958856), }, + Vertex { position: (-2.629199, -2.138983, 0.436227), + normal: (0.519595, 0.25029, 0.816931), }, + Vertex { position: (-2.618068, -2.046419, 0.441284), + normal: (0.373808, -0.059429, 0.9256), }, + Vertex { position: (-2.618068, -2.046419, 0.441284), + normal: (0.373808, -0.059429, 0.9256), }, + Vertex { position: (-2.629199, -2.138983, 0.436227), + normal: (0.519595, 0.25029, 0.816931), }, + Vertex { position: (-2.677875, -2.129439, 0.4656), + normal: (0.237937, 0.08172, 0.967837), }, + Vertex { position: (-2.618068, -2.046419, 0.441284), + normal: (0.373808, -0.059429, 0.9256), }, + Vertex { position: (-2.677875, -2.129439, 0.4656), + normal: (0.237937, 0.08172, 0.967837), }, + Vertex { position: (-2.667969, -2.036634, 0.471396), + normal: (0.45571, -0.00339, 0.890122), }, + Vertex { position: (-2.667969, -2.036634, 0.471396), + normal: (0.45571, -0.00339, 0.890122), }, + Vertex { position: (-2.677875, -2.129439, 0.4656), + normal: (0.237937, 0.08172, 0.967837), }, + Vertex { position: (-2.695135, -2.12165, 0.508064), + normal: (0.198142, 0.152918, 0.968171), }, + Vertex { position: (-2.667969, -2.036634, 0.471396), + normal: (0.45571, -0.00339, 0.890122), }, + Vertex { position: (-2.695135, -2.12165, 0.508064), + normal: (0.198142, 0.152918, 0.968171), }, + Vertex { position: (-2.685663, -2.028649, 0.514928), + normal: (0.512523, 0.043999, 0.857545), }, + Vertex { position: (-2.685663, -2.028649, 0.514928), + normal: (0.512523, 0.043999, 0.857545), }, + Vertex { position: (-2.695135, -2.12165, 0.508064), + normal: (0.198142, 0.152918, 0.968171), }, + Vertex { position: (-2.688607, -2.101208, 0.550465), + normal: (0.198441, 0.172024, 0.964898), }, + Vertex { position: (-2.685663, -2.028649, 0.514928), + normal: (0.512523, 0.043999, 0.857545), }, + Vertex { position: (-2.688607, -2.101208, 0.550465), + normal: (0.198441, 0.172024, 0.964898), }, + Vertex { position: (-2.678971, -2.007694, 0.558395), + normal: (0.754806, 0.216246, 0.619279), }, + Vertex { position: (-2.678971, -2.007694, 0.558395), + normal: (0.754806, 0.216246, 0.619279), }, + Vertex { position: (-2.688607, -2.101208, 0.550465), + normal: (0.198441, 0.172024, 0.964898), }, + Vertex { position: (-2.65212, -2.09679, 0.567258), + normal: (0.204819, 0.130792, 0.970022), }, + Vertex { position: (-2.678971, -2.007694, 0.558395), + normal: (0.754806, 0.216246, 0.619279), }, + Vertex { position: (-2.65212, -2.09679, 0.567258), + normal: (0.204819, 0.130792, 0.970022), }, + Vertex { position: (-2.641567, -2.003164, 0.575611), + normal: (0.827569, 0.284291, 0.484054), }, + Vertex { position: (-2.641567, -2.003164, 0.575611), + normal: (0.827569, 0.284291, 0.484054), }, + Vertex { position: (-2.65212, -2.09679, 0.567258), + normal: (0.204819, 0.130792, 0.970022), }, + Vertex { position: (-2.583303, -2.089191, 0.577616), + normal: (0.154029, 0.078449, 0.984947), }, + Vertex { position: (-2.641567, -2.003164, 0.575611), + normal: (0.827569, 0.284291, 0.484054), }, + Vertex { position: (-2.583303, -2.089191, 0.577616), + normal: (0.154029, 0.078449, 0.984947), }, + Vertex { position: (-2.571019, -1.995375, 0.58623), + normal: (0.856604, 0.474875, 0.201802), }, + Vertex { position: (-2.571019, -1.995375, 0.58623), + normal: (0.856604, 0.474875, 0.201802), }, + Vertex { position: (-2.583303, -2.089191, 0.577616), + normal: (0.154029, 0.078449, 0.984947), }, + Vertex { position: (-2.527301, -2.106246, 0.550735), + normal: (0.032152, 0.123743, 0.991793), }, + Vertex { position: (-2.571019, -1.995375, 0.58623), + normal: (0.856604, 0.474875, 0.201802), }, + Vertex { position: (-2.527301, -2.106246, 0.550735), + normal: (0.032152, 0.123743, 0.991793), }, + Vertex { position: (-2.513608, -2.012858, 0.558673), + normal: (0.78715, 0.616449, -0.019656), }, + Vertex { position: (-2.513608, -2.012858, 0.558673), + normal: (0.78715, 0.616449, -0.019656), }, + Vertex { position: (-2.527301, -2.106246, 0.550735), + normal: (0.032152, 0.123743, 0.991793), }, + Vertex { position: (-2.513187, -2.130859, 0.49792), + normal: (0.681964, 0.386261, 0.621069), }, + Vertex { position: (-2.513608, -2.012858, 0.558673), + normal: (0.78715, 0.616449, -0.019656), }, + Vertex { position: (-2.513187, -2.130859, 0.49792), + normal: (0.681964, 0.386261, 0.621069), }, + Vertex { position: (-2.499138, -2.03809, 0.504529), + normal: (0.66813, 0.738233, -0.092817), }, + Vertex { position: (-2.048681, -2.165282, 0.450843), + normal: (-0.077208, 0.343417, 0.936004), }, + Vertex { position: (-1.941442, -2.086904, 0.433904), + normal: (0.742615, 0.656803, 0.130894), }, + Vertex { position: (-1.978016, -2.086834, 0.494327), + normal: (-0.194126, 0.280848, 0.939914), }, + Vertex { position: (-2.048681, -2.165282, 0.450843), + normal: (-0.077208, 0.343417, 0.936004), }, + Vertex { position: (-1.978016, -2.086834, 0.494327), + normal: (-0.194126, 0.280848, 0.939914), }, + Vertex { position: (-2.04111, -2.075348, 0.540201), + normal: (0.2189, 0.87846, 0.424724), }, + Vertex { position: (-2.048681, -2.165282, 0.450843), + normal: (-0.077208, 0.343417, 0.936004), }, + Vertex { position: (-2.04111, -2.075348, 0.540201), + normal: (0.2189, 0.87846, 0.424724), }, + Vertex { position: (-2.109684, -2.112345, 0.503997), + normal: (-0.114527, 0.103064, 0.988059), }, + Vertex { position: (-2.048681, -2.165282, 0.450843), + normal: (-0.077208, 0.343417, 0.936004), }, + Vertex { position: (-2.109684, -2.112345, 0.503997), + normal: (-0.114527, 0.103064, 0.988059), }, + Vertex { position: (-2.144393, -2.117408, 0.464489), + normal: (-0.01346, -0.014478, 0.999805), }, + Vertex { position: (-2.048681, -2.165282, 0.450843), + normal: (-0.077208, 0.343417, 0.936004), }, + Vertex { position: (-2.144393, -2.117408, 0.464489), + normal: (-0.01346, -0.014478, 0.999805), }, + Vertex { position: (-2.12403, -2.137733, 0.406853), + normal: (0.035084, 0.005692, 0.999368), }, + Vertex { position: (-2.048681, -2.165282, 0.450843), + normal: (-0.077208, 0.343417, 0.936004), }, + Vertex { position: (-2.12403, -2.137733, 0.406853), + normal: (0.035084, 0.005692, 0.999368), }, + Vertex { position: (-2.065655, -2.124623, 0.36872), + normal: (0.041586, 0.068165, 0.996807), }, + Vertex { position: (-2.048681, -2.165282, 0.450843), + normal: (-0.077208, 0.343417, 0.936004), }, + Vertex { position: (-2.065655, -2.124623, 0.36872), + normal: (0.041586, 0.068165, 0.996807), }, + Vertex { position: (-1.985123, -2.116661, 0.394256), + normal: (0.122987, -0.006582, 0.992387), }, + Vertex { position: (-2.048681, -2.165282, 0.450843), + normal: (-0.077208, 0.343417, 0.936004), }, + Vertex { position: (-1.985123, -2.116661, 0.394256), + normal: (0.122987, -0.006582, 0.992387), }, + Vertex { position: (-1.941442, -2.086904, 0.433904), + normal: (0.742615, 0.656803, 0.130894), }, + Vertex { position: (-2.603284, -2.176802, 0.510638), + normal: (0.510285, 0.851048, 0.1238), }, + Vertex { position: (-2.513187, -2.130859, 0.49792), + normal: (0.681964, 0.386261, 0.621069), }, + Vertex { position: (-2.527301, -2.106246, 0.550735), + normal: (0.032152, 0.123743, 0.991793), }, + Vertex { position: (-2.603284, -2.176802, 0.510638), + normal: (0.510285, 0.851048, 0.1238), }, + Vertex { position: (-2.527301, -2.106246, 0.550735), + normal: (0.032152, 0.123743, 0.991793), }, + Vertex { position: (-2.583303, -2.089191, 0.577616), + normal: (0.154029, 0.078449, 0.984947), }, + Vertex { position: (-2.603284, -2.176802, 0.510638), + normal: (0.510285, 0.851048, 0.1238), }, + Vertex { position: (-2.583303, -2.089191, 0.577616), + normal: (0.154029, 0.078449, 0.984947), }, + Vertex { position: (-2.65212, -2.09679, 0.567258), + normal: (0.204819, 0.130792, 0.970022), }, + Vertex { position: (-2.603284, -2.176802, 0.510638), + normal: (0.510285, 0.851048, 0.1238), }, + Vertex { position: (-2.65212, -2.09679, 0.567258), + normal: (0.204819, 0.130792, 0.970022), }, + Vertex { position: (-2.688607, -2.101208, 0.550465), + normal: (0.198441, 0.172024, 0.964898), }, + Vertex { position: (-2.603284, -2.176802, 0.510638), + normal: (0.510285, 0.851048, 0.1238), }, + Vertex { position: (-2.688607, -2.101208, 0.550465), + normal: (0.198441, 0.172024, 0.964898), }, + Vertex { position: (-2.695135, -2.12165, 0.508064), + normal: (0.198142, 0.152918, 0.968171), }, + Vertex { position: (-2.603284, -2.176802, 0.510638), + normal: (0.510285, 0.851048, 0.1238), }, + Vertex { position: (-2.695135, -2.12165, 0.508064), + normal: (0.198142, 0.152918, 0.968171), }, + Vertex { position: (-2.677875, -2.129439, 0.4656), + normal: (0.237937, 0.08172, 0.967837), }, + Vertex { position: (-2.603284, -2.176802, 0.510638), + normal: (0.510285, 0.851048, 0.1238), }, + Vertex { position: (-2.677875, -2.129439, 0.4656), + normal: (0.237937, 0.08172, 0.967837), }, + Vertex { position: (-2.629199, -2.138983, 0.436227), + normal: (0.519595, 0.25029, 0.816931), }, + Vertex { position: (-2.603284, -2.176802, 0.510638), + normal: (0.510285, 0.851048, 0.1238), }, + Vertex { position: (-2.629199, -2.138983, 0.436227), + normal: (0.519595, 0.25029, 0.816931), }, + Vertex { position: (-2.552923, -2.142304, 0.454579), + normal: (0.584509, 0.341142, 0.736187), }, + Vertex { position: (-2.603284, -2.176802, 0.510638), + normal: (0.510285, 0.851048, 0.1238), }, + Vertex { position: (-2.552923, -2.142304, 0.454579), + normal: (0.584509, 0.341142, 0.736187), }, + Vertex { position: (-2.513187, -2.130859, 0.49792), + normal: (0.681964, 0.386261, 0.621069), }, + Vertex { position: (-3.120907, -1.707924, 0.431829), + normal: (0.820312, -0.193024, 0.538358), }, + Vertex { position: (-2.941731, -1.787431, 0.442574), + normal: (0.999491, -0.02584, 0.01873), }, + Vertex { position: (-3.008323, -1.759271, 0.655672), + normal: (0.713401, 0.39471, -0.579019), }, + Vertex { position: (-3.120907, -1.707924, 0.431829), + normal: (0.820312, -0.193024, 0.538358), }, + Vertex { position: (-3.008323, -1.759271, 0.655672), + normal: (0.713401, 0.39471, -0.579019), }, + Vertex { position: (-3.139394, -1.687482, 0.638546), + normal: (0.843062, -0.10517, 0.527433), }, + Vertex { position: (-2.941731, -1.787431, 0.442574), + normal: (0.999491, -0.02584, 0.01873), }, + Vertex { position: (-2.709403, -1.879947, 0.508775), + normal: (0.972392, 0.232654, 0.018037), }, + Vertex { position: (-3.008323, -1.759271, 0.655672), + normal: (0.713401, 0.39471, -0.579019), }, + Vertex { position: (-2.709403, -1.879947, 0.508775), + normal: (0.972392, 0.232654, 0.018037), }, + Vertex { position: (-2.699966, -1.850397, 0.57007), + normal: (-0.845196, -0.27877, 0.455994), }, + Vertex { position: (-2.811581, -1.79821, 0.712737), + normal: (-0.732521, -0.474279, 0.488336), }, + Vertex { position: (-2.709403, -1.879947, 0.508775), + normal: (0.972392, 0.232654, 0.018037), }, + Vertex { position: (-2.811581, -1.79821, 0.712737), + normal: (-0.732521, -0.474279, 0.488336), }, + Vertex { position: (-3.008323, -1.759271, 0.655672), + normal: (0.713401, 0.39471, -0.579019), }, + Vertex { position: (-3.697889, -0.951955, 0.098793), + normal: (-0.530021, 0.13773, 0.836724), }, + Vertex { position: (-3.67645, -0.551317, 0.077574), + normal: (-0.54555, -0.056478, 0.836173), }, +]; diff --git a/src/bin/cow_model/cow_vertex.rs b/src/bin/cow_model/cow_vertex.rs new file mode 100644 index 0000000..c099052 --- /dev/null +++ b/src/bin/cow_model/cow_vertex.rs @@ -0,0 +1,7 @@ + +#[derive(Copy, Clone)] +pub struct Vertex { + pub position: (f32, f32, f32), + pub normal: (f32, f32, f32), +} +implement_vertex!(Vertex, position, normal); diff --git a/src/bin/cow_model/mod.rs b/src/bin/cow_model/mod.rs new file mode 100644 index 0000000..c0fdb01 --- /dev/null +++ b/src/bin/cow_model/mod.rs @@ -0,0 +1,15 @@ + +mod cow_vertex; +mod cow_face; +mod cow_hide; +mod cow_hoofs; +mod cow_horns; +mod cow_tail; +mod cow_udder; + +pub use self::cow_face::COW_FACE_VERTICES; +pub use self::cow_hide::COW_HIDE_VERTICES; +pub use self::cow_hoofs::COW_HOOFS_VERTICES; +pub use self::cow_horns::COW_HORNS_VERTICES; +pub use self::cow_tail::COW_TAIL_VERTICES; +pub use self::cow_udder::COW_UDDER_VERTICES; diff --git a/src/bin/exuberantbovines.rs b/src/bin/exuberantbovines.rs new file mode 100644 index 0000000..1fdf7a0 --- /dev/null +++ b/src/bin/exuberantbovines.rs @@ -0,0 +1,191 @@ + +extern crate exuberantbovines; +extern crate getopts; + +#[macro_use] +extern crate glium; + +use exuberantbovines::{generic_main, util}; +use getopts::Options; +use glium::glutin::os::unix::WindowBuilderExt; + +mod cow_model; + +fn run(window_id: Option) { + + use glium::{DisplayBuild, Surface}; + + let mut t: f32 = 0.0; + let mut z: f32; + + let win_builder: glium::glutin::WindowBuilder = match window_id { + Some(id) => + glium::glutin::WindowBuilder::new() + .from_existing_window(id), + None => glium::glutin::WindowBuilder::new() + .with_title(format!("Exuberant Cow!")) + .with_depth_buffer(24), + }; + let display = win_builder.build_glium().unwrap(); + + let indices = glium::index::NoIndices(glium::index::PrimitiveType::TrianglesList); + + let face_vertices = glium::VertexBuffer::new( + &display, &cow_model::COW_FACE_VERTICES).unwrap(); + let hide_vertices = glium::VertexBuffer::new( + &display, &cow_model::COW_HIDE_VERTICES).unwrap(); + let hoofs_vertices = glium::VertexBuffer::new( + &display, &cow_model::COW_HOOFS_VERTICES).unwrap(); + let horns_vertices = glium::VertexBuffer::new( + &display, &cow_model::COW_HORNS_VERTICES).unwrap(); + let tail_vertices = glium::VertexBuffer::new( + &display, &cow_model::COW_TAIL_VERTICES).unwrap(); + let udder_vertices = glium::VertexBuffer::new( + &display, &cow_model::COW_UDDER_VERTICES).unwrap(); + + let vertex_shader_src = r#" + #version 140 + + uniform mat4 perspective; + uniform mat4 view; + uniform mat4 model; + + in vec3 position; + in vec3 normal; + + out vec3 v_normal; + out vec3 v_position; + + void main() { + mat4 modelview = view * model; + v_normal = transpose(inverse(mat3(modelview))) * normal; + gl_Position = perspective * modelview * vec4(position, 1.0); + v_position = gl_Position.xyz / gl_Position.w; + } + "#; + + let fragment_shader_src = r#" + #version 140 + + uniform vec3 u_light; + + in vec3 v_normal; + in vec3 v_position; + + out vec4 color; + + const vec3 ambient_color = vec3(0.63, 0.43, 0.36); + const vec3 diffuse_color = vec3(0.5, 0.5, 0.5); + const vec3 specular_color = vec3(0.0, 0.0, 0.0); + + void main() { + float diffuse = max(dot(normalize(v_normal), normalize(u_light)), 0.0); + + vec3 camera_dir = normalize(-v_position); + vec3 half_direction = normalize(normalize(u_light) + camera_dir); + float specular = pow(max(dot(half_direction, normalize(v_normal)), 0.0), 16.); + color = vec4(ambient_color + + diffuse * diffuse_color + + specular * specular_color, 1.0); + } + "#; + + + let program = glium::Program::from_source( + &display, + vertex_shader_src, + fragment_shader_src, + None).unwrap(); + + loop { + + t += 0.03; + z = 0.5 * t.sin(); + + // Drawing Pipeline + let mut target = display.draw(); + + let (width, height) = target.get_dimensions(); + let aspect_ratio = height as f32 / width as f32; + + // Calculate Perspective Matrix + let fov: f32 = 3.141592 / 3.0; // 120 deg + let zfar = 1024.0; + let znear = 0.1; + + let f = 1.0 / (fov / 2.0).tan(); + + let perspective = [ + [f * aspect_ratio , 0.0, 0.0 , 0.0], + [ 0.0 , f , 0.0 , 0.0], + [ 0.0 , 0.0, (zfar+znear)/(zfar-znear) , 1.0], + [ 0.0 , 0.0, -(2.0*zfar*znear)/(zfar-znear), 0.0], + ]; + + let light = [-1.0, 0.4, 0.9f32]; + + let view = util::view_matrix(&[2.0, -1.0, 1.0], &[-2.0, 1.0, 1.0], &[0.0, 1.0, 0.0]); + let uniforms = uniform! { + model: [ + [ 0.3, 0.0, 0.0, 0.0 ], + [ 0.0, 0.3, 0.0, 0.0 ], + [ 0.0, 0.0, 0.3, 0.0 ], + [-0.5, z, 2.0, 1.0 ]], + u_light: light, + perspective: perspective, + view: view, + }; + + // Set black background + target.clear_color_and_depth((0.0, 0.0, 0.0, 1.0), 1.0); + + let params = glium::DrawParameters { + depth: glium::Depth { + test: glium::draw_parameters::DepthTest::IfLess, + write: true, + .. Default::default() + }, + // NB: would enable if all models were "closed" ("sealed", no gaps) + backface_culling: glium::draw_parameters::BackfaceCullingMode::CullCounterClockwise, + .. Default::default() + }; + + for part_vertices in vec![&face_vertices, + &hide_vertices, + &hoofs_vertices, + &horns_vertices, + &tail_vertices, + &udder_vertices] { + + target.draw(part_vertices, + &indices, + &program, + &uniforms, + ¶ms).unwrap(); + } + + target.finish().unwrap(); + + for ev in display.poll_events() { + match ev { + glium::glutin::Event::Closed => return, + _ => () + } + } + // XXX: sleep here for 10ms + } + +} + +fn main() { + + let mut opts = Options::new(); + opts.optflag("", "wire", "wireframe mode (IGNORED)"); + opts.optopt("c", "count", "how many cows? (1 to 9) (IGNORED)", "NUM"); + opts.optopt("", "delay", "inter-frame delay (0 to 100000) (IGNORED)", "NUM"); + opts.optopt("s", "speed", "how fast? ratio, with 1.0 as normal (IGNORED)", "NUM"); + + let (_, window_id) = generic_main(opts); + run(window_id) + +} diff --git a/src/cow_face.rs b/src/cow_face.rs deleted file mode 100644 index 58fcf57..0000000 --- a/src/cow_face.rs +++ /dev/null @@ -1,678 +0,0 @@ - -// This file auto-generated from cow_face.c using model_c2rs.py -// Don't edit by hand! - -use cow_vertex::Vertex; - -pub const COW_FACE_VERTICES: [Vertex; 335] = [ - Vertex { position: (4.897808, 1.946794, -0.628057), - normal: (0.193291, -0.074799, -0.978286), }, - Vertex { position: (4.925394, 1.955229, -0.618837), - normal: (0.133638, 0.26732, -0.954296), }, - Vertex { position: (4.953739, 1.95258, -0.592256), - normal: (0.555353, 0.50765, -0.658692), }, - Vertex { position: (4.897808, 1.946794, -0.628057), - normal: (0.193291, -0.074799, -0.978286), }, - Vertex { position: (4.953739, 1.95258, -0.592256), - normal: (0.555353, 0.50765, -0.658692), }, - Vertex { position: (4.971872, 1.924079, -0.586026), - normal: (0.823157, 0.134624, -0.551625), }, - Vertex { position: (4.897808, 1.946794, -0.628057), - normal: (0.193291, -0.074799, -0.978286), }, - Vertex { position: (4.971872, 1.924079, -0.586026), - normal: (0.823157, 0.134624, -0.551625), }, - Vertex { position: (4.953403, 1.907939, -0.605609), - normal: (0.774925, -0.116115, -0.621296), }, - Vertex { position: (4.897808, 1.946794, -0.628057), - normal: (0.193291, -0.074799, -0.978286), }, - Vertex { position: (4.953403, 1.907939, -0.605609), - normal: (0.774925, -0.116115, -0.621296), }, - Vertex { position: (4.925499, 1.917814, -0.613413), - normal: (0.546619, 0.025491, -0.836994), }, - Vertex { position: (4.973133, 1.992779, -0.533466), - normal: (0.872792, -0.115436, -0.474246), }, - Vertex { position: (5.001903, 1.914398, -0.486724), - normal: (0.412833, -0.156453, -0.897269), }, - Vertex { position: (4.971872, 1.924079, -0.586026), - normal: (0.823157, 0.134624, -0.551625), }, - Vertex { position: (4.973133, 1.992779, -0.533466), - normal: (0.872792, -0.115436, -0.474246), }, - Vertex { position: (4.971872, 1.924079, -0.586026), - normal: (0.823157, 0.134624, -0.551625), }, - Vertex { position: (4.953739, 1.95258, -0.592256), - normal: (0.555353, 0.50765, -0.658692), }, - Vertex { position: (4.971872, 1.924079, -0.586026), - normal: (0.823157, 0.134624, -0.551625), }, - Vertex { position: (5.001903, 1.914398, -0.486724), - normal: (0.412833, -0.156453, -0.897269), }, - Vertex { position: (4.982364, 1.8733, -0.53619), - normal: (0.108828, -0.182644, -0.977137), }, - Vertex { position: (4.971872, 1.924079, -0.586026), - normal: (0.823157, 0.134624, -0.551625), }, - Vertex { position: (4.982364, 1.8733, -0.53619), - normal: (0.108828, -0.182644, -0.977137), }, - Vertex { position: (4.953403, 1.907939, -0.605609), - normal: (0.774925, -0.116115, -0.621296), }, - Vertex { position: (4.953403, 1.907939, -0.605609), - normal: (0.774925, -0.116115, -0.621296), }, - Vertex { position: (4.982364, 1.8733, -0.53619), - normal: (0.108828, -0.182644, -0.977137), }, - Vertex { position: (4.926194, 1.859813, -0.582137), - normal: (0.746476, -0.187741, -0.638379), }, - Vertex { position: (4.925499, 1.917814, -0.613413), - normal: (0.546619, 0.025491, -0.836994), }, - Vertex { position: (4.953403, 1.907939, -0.605609), - normal: (0.774925, -0.116115, -0.621296), }, - Vertex { position: (4.926194, 1.859813, -0.582137), - normal: (0.746476, -0.187741, -0.638379), }, - Vertex { position: (4.925499, 1.917814, -0.613413), - normal: (0.546619, 0.025491, -0.836994), }, - Vertex { position: (4.926194, 1.859813, -0.582137), - normal: (0.746476, -0.187741, -0.638379), }, - Vertex { position: (4.852578, 1.889721, -0.605031), - normal: (0.897742, -0.15037, -0.414063), }, - Vertex { position: (4.897808, 1.946794, -0.628057), - normal: (0.193291, -0.074799, -0.978286), }, - Vertex { position: (4.925499, 1.917814, -0.613413), - normal: (0.546619, 0.025491, -0.836994), }, - Vertex { position: (4.852578, 1.889721, -0.605031), - normal: (0.897742, -0.15037, -0.414063), }, - Vertex { position: (4.897808, 1.946794, -0.628057), - normal: (0.193291, -0.074799, -0.978286), }, - Vertex { position: (4.852578, 1.889721, -0.605031), - normal: (0.897742, -0.15037, -0.414063), }, - Vertex { position: (4.824747, 1.946835, -0.626358), - normal: (0.544735, 0.449335, -0.708069), }, - Vertex { position: (4.897808, 1.946794, -0.628057), - normal: (0.193291, -0.074799, -0.978286), }, - Vertex { position: (4.824747, 1.946835, -0.626358), - normal: (0.544735, 0.449335, -0.708069), }, - Vertex { position: (4.861611, 2.001639, -0.621913), - normal: (0.721999, 0.398917, -0.565316), }, - Vertex { position: (4.935561, 2.016016, -0.5857), - normal: (0.711192, 0.127662, -0.69131), }, - Vertex { position: (4.973133, 1.992779, -0.533466), - normal: (0.872792, -0.115436, -0.474246), }, - Vertex { position: (4.953739, 1.95258, -0.592256), - normal: (0.555353, 0.50765, -0.658692), }, - Vertex { position: (4.935561, 2.016016, -0.5857), - normal: (0.711192, 0.127662, -0.69131), }, - Vertex { position: (4.953739, 1.95258, -0.592256), - normal: (0.555353, 0.50765, -0.658692), }, - Vertex { position: (4.925394, 1.955229, -0.618837), - normal: (0.133638, 0.26732, -0.954296), }, - Vertex { position: (5.908782, 1.066916, 0.001121), - normal: (0.909103, 0.416568, -0.001454), }, - Vertex { position: (5.871947, 1.021428, 0.001102), - normal: (0.535268, 0.844682, 0.000171), }, - Vertex { position: (5.897758, 1.009309, -0.080583), - normal: (-0.091049, -0.145989, -0.985087), }, - Vertex { position: (5.908782, 1.066916, 0.001121), - normal: (0.909103, 0.416568, -0.001454), }, - Vertex { position: (5.897758, 1.009309, -0.080583), - normal: (-0.091049, -0.145989, -0.985087), }, - Vertex { position: (5.934596, 1.054796, -0.077039), - normal: (0.054456, -0.320459, -0.945696), }, - Vertex { position: (5.934596, 1.054796, -0.077039), - normal: (0.054456, -0.320459, -0.945696), }, - Vertex { position: (5.897758, 1.009309, -0.080583), - normal: (-0.091049, -0.145989, -0.985087), }, - Vertex { position: (5.87863, 0.986485, -0.128292), - normal: (-0.126433, -0.433465, -0.892257), }, - Vertex { position: (5.934596, 1.054796, -0.077039), - normal: (0.054456, -0.320459, -0.945696), }, - Vertex { position: (5.87863, 0.986485, -0.128292), - normal: (-0.126433, -0.433465, -0.892257), }, - Vertex { position: (5.923808, 1.025283, -0.153084), - normal: (0.169576, -0.140705, -0.975421), }, - Vertex { position: (5.923808, 1.025283, -0.153084), - normal: (0.169576, -0.140705, -0.975421), }, - Vertex { position: (5.87863, 0.986485, -0.128292), - normal: (-0.126433, -0.433465, -0.892257), }, - Vertex { position: (5.757506, 0.9579, -0.210732), - normal: (0.256335, -0.2349, -0.937611), }, - Vertex { position: (5.923808, 1.025283, -0.153084), - normal: (0.169576, -0.140705, -0.975421), }, - Vertex { position: (5.757506, 0.9579, -0.210732), - normal: (0.256335, -0.2349, -0.937611), }, - Vertex { position: (5.85775, 0.997026, -0.236768), - normal: (0.120494, -0.516376, -0.847843), }, - Vertex { position: (5.755282, 1.004149, -0.307505), - normal: (0.396941, -0.593504, -0.700137), }, - Vertex { position: (5.85775, 0.997026, -0.236768), - normal: (0.120494, -0.516376, -0.847843), }, - Vertex { position: (5.757506, 0.9579, -0.210732), - normal: (0.256335, -0.2349, -0.937611), }, - Vertex { position: (5.755282, 1.004149, -0.307505), - normal: (0.396941, -0.593504, -0.700137), }, - Vertex { position: (5.757506, 0.9579, -0.210732), - normal: (0.256335, -0.2349, -0.937611), }, - Vertex { position: (5.674999, 0.950754, -0.22796), - normal: (0.204472, -0.587725, -0.782797), }, - Vertex { position: (5.895899, 1.18273, -0.164705), - normal: (0.485455, -0.874253, 0.003847), }, - Vertex { position: (5.959462, 1.157227, -0.187097), - normal: (0.223936, -0.919046, -0.324355), }, - Vertex { position: (5.912147, 1.117911, -0.254197), - normal: (0.051115, -0.906355, -0.419414), }, - Vertex { position: (5.849792, 1.19348, -0.181047), - normal: (0.035706, -0.99787, -0.054588), }, - Vertex { position: (5.895899, 1.18273, -0.164705), - normal: (0.485455, -0.874253, 0.003847), }, - Vertex { position: (5.912147, 1.117911, -0.254197), - normal: (0.051115, -0.906355, -0.419414), }, - Vertex { position: (5.849792, 1.19348, -0.181047), - normal: (0.035706, -0.99787, -0.054588), }, - Vertex { position: (5.912147, 1.117911, -0.254197), - normal: (0.051115, -0.906355, -0.419414), }, - Vertex { position: (5.837875, 1.141493, -0.305184), - normal: (0.161367, -0.802085, -0.574996), }, - Vertex { position: (5.803425, 1.260787, -0.210002), - normal: (-0.034221, -0.995012, -0.093703), }, - Vertex { position: (5.840665, 1.221942, -0.187128), - normal: (0.064626, -0.99783, 0.012619), }, - Vertex { position: (5.77341, 1.225861, -0.323025), - normal: (0.218068, -0.756332, -0.616772), }, - Vertex { position: (5.803425, 1.260787, -0.210002), - normal: (-0.034221, -0.995012, -0.093703), }, - Vertex { position: (5.77341, 1.225861, -0.323025), - normal: (0.218068, -0.756332, -0.616772), }, - Vertex { position: (5.764774, 1.279824, -0.308562), - normal: (0.725751, -0.657941, -0.200998), }, - Vertex { position: (5.803425, 1.260787, -0.210002), - normal: (-0.034221, -0.995012, -0.093703), }, - Vertex { position: (5.764774, 1.279824, -0.308562), - normal: (0.725751, -0.657941, -0.200998), }, - Vertex { position: (5.783731, 1.341471, -0.28459), - normal: (0.188634, -0.17518, -0.966297), }, - Vertex { position: (5.803425, 1.260787, -0.210002), - normal: (-0.034221, -0.995012, -0.093703), }, - Vertex { position: (5.783731, 1.341471, -0.28459), - normal: (0.188634, -0.17518, -0.966297), }, - Vertex { position: (5.847989, 1.311569, -0.261476), - normal: (0.244568, -0.04472, -0.9686), }, - Vertex { position: (5.803425, 1.260787, -0.210002), - normal: (-0.034221, -0.995012, -0.093703), }, - Vertex { position: (5.847989, 1.311569, -0.261476), - normal: (0.244568, -0.04472, -0.9686), }, - Vertex { position: (5.931474, 1.233483, -0.215613), - normal: (0.193495, -0.385604, -0.902147), }, - Vertex { position: (5.803425, 1.260787, -0.210002), - normal: (-0.034221, -0.995012, -0.093703), }, - Vertex { position: (5.931474, 1.233483, -0.215613), - normal: (0.193495, -0.385604, -0.902147), }, - Vertex { position: (5.840665, 1.221942, -0.187128), - normal: (0.064626, -0.99783, 0.012619), }, - Vertex { position: (5.840665, 1.221942, -0.187128), - normal: (0.064626, -0.99783, 0.012619), }, - Vertex { position: (5.931474, 1.233483, -0.215613), - normal: (0.193495, -0.385604, -0.902147), }, - Vertex { position: (5.849792, 1.19348, -0.181047), - normal: (0.035706, -0.99787, -0.054588), }, - Vertex { position: (5.931474, 1.233483, -0.215613), - normal: (0.193495, -0.385604, -0.902147), }, - Vertex { position: (5.998088, 1.231874, -0.107334), - normal: (-0.026148, 0.006311, -0.999638), }, - Vertex { position: (5.895899, 1.18273, -0.164705), - normal: (0.485455, -0.874253, 0.003847), }, - Vertex { position: (5.931474, 1.233483, -0.215613), - normal: (0.193495, -0.385604, -0.902147), }, - Vertex { position: (5.895899, 1.18273, -0.164705), - normal: (0.485455, -0.874253, 0.003847), }, - Vertex { position: (5.849792, 1.19348, -0.181047), - normal: (0.035706, -0.99787, -0.054588), }, - Vertex { position: (5.672385, 1.007694, -0.341778), - normal: (0.173726, -0.983856, 0.042973), }, - Vertex { position: (5.755282, 1.004149, -0.307505), - normal: (0.396941, -0.593504, -0.700137), }, - Vertex { position: (5.674999, 0.950754, -0.22796), - normal: (0.204472, -0.587725, -0.782797), }, - Vertex { position: (5.672385, 1.007694, -0.341778), - normal: (0.173726, -0.983856, 0.042973), }, - Vertex { position: (5.674999, 0.950754, -0.22796), - normal: (0.204472, -0.587725, -0.782797), }, - Vertex { position: (5.573803, 0.952578, -0.243886), - normal: (-0.007021, -0.990239, -0.139206), }, - Vertex { position: (5.580727, 0.99933, -0.349867), - normal: (0.148862, -0.934725, -0.322692), }, - Vertex { position: (5.672385, 1.007694, -0.341778), - normal: (0.173726, -0.983856, 0.042973), }, - Vertex { position: (5.573803, 0.952578, -0.243886), - normal: (-0.007021, -0.990239, -0.139206), }, - Vertex { position: (5.580727, 0.99933, -0.349867), - normal: (0.148862, -0.934725, -0.322692), }, - Vertex { position: (5.573803, 0.952578, -0.243886), - normal: (-0.007021, -0.990239, -0.139206), }, - Vertex { position: (5.535184, 0.98018, -0.341257), - normal: (0.241652, -0.897637, -0.368581), }, - Vertex { position: (5.573803, 0.952578, -0.243886), - normal: (-0.007021, -0.990239, -0.139206), }, - Vertex { position: (5.674999, 0.950754, -0.22796), - normal: (0.204472, -0.587725, -0.782797), }, - Vertex { position: (5.638369, 0.904402, -0.222548), - normal: (-0.045194, -0.595739, -0.801906), }, - Vertex { position: (5.573803, 0.952578, -0.243886), - normal: (-0.007021, -0.990239, -0.139206), }, - Vertex { position: (5.638369, 0.904402, -0.222548), - normal: (-0.045194, -0.595739, -0.801906), }, - Vertex { position: (5.546347, 0.916044, -0.246782), - normal: (-0.016623, -0.697515, -0.716378), }, - Vertex { position: (5.674999, 0.950754, -0.22796), - normal: (0.204472, -0.587725, -0.782797), }, - Vertex { position: (5.757506, 0.9579, -0.210732), - normal: (0.256335, -0.2349, -0.937611), }, - Vertex { position: (5.748613, 0.92049, -0.205099), - normal: (-0.105003, -0.636187, -0.764356), }, - Vertex { position: (5.674999, 0.950754, -0.22796), - normal: (0.204472, -0.587725, -0.782797), }, - Vertex { position: (5.748613, 0.92049, -0.205099), - normal: (-0.105003, -0.636187, -0.764356), }, - Vertex { position: (5.638369, 0.904402, -0.222548), - normal: (-0.045194, -0.595739, -0.801906), }, - Vertex { position: (5.87863, 0.986485, -0.128292), - normal: (-0.126433, -0.433465, -0.892257), }, - Vertex { position: (5.851404, 0.929008, -0.105362), - normal: (-0.106359, -0.394397, -0.912764), }, - Vertex { position: (5.748613, 0.92049, -0.205099), - normal: (-0.105003, -0.636187, -0.764356), }, - Vertex { position: (5.87863, 0.986485, -0.128292), - normal: (-0.126433, -0.433465, -0.892257), }, - Vertex { position: (5.748613, 0.92049, -0.205099), - normal: (-0.105003, -0.636187, -0.764356), }, - Vertex { position: (5.757506, 0.9579, -0.210732), - normal: (0.256335, -0.2349, -0.937611), }, - Vertex { position: (5.871947, 1.021428, 0.001102), - normal: (0.535268, 0.844682, 0.000171), }, - Vertex { position: (5.836005, 0.945722, 0.001092), - normal: (0.997356, -0.072614, -0.002907), }, - Vertex { position: (5.897758, 1.009309, -0.080583), - normal: (-0.091049, -0.145989, -0.985087), }, - Vertex { position: (5.897758, 1.009309, -0.080583), - normal: (-0.091049, -0.145989, -0.985087), }, - Vertex { position: (5.836005, 0.945722, 0.001092), - normal: (0.997356, -0.072614, -0.002907), }, - Vertex { position: (5.851404, 0.929008, -0.105362), - normal: (-0.106359, -0.394397, -0.912764), }, - Vertex { position: (5.897758, 1.009309, -0.080583), - normal: (-0.091049, -0.145989, -0.985087), }, - Vertex { position: (5.851404, 0.929008, -0.105362), - normal: (-0.106359, -0.394397, -0.912764), }, - Vertex { position: (5.87863, 0.986485, -0.128292), - normal: (-0.126433, -0.433465, -0.892257), }, - Vertex { position: (5.998088, 1.231874, -0.107334), - normal: (-0.026148, 0.006311, -0.999638), }, - Vertex { position: (5.959462, 1.157227, -0.187097), - normal: (0.223936, -0.919046, -0.324355), }, - Vertex { position: (5.895899, 1.18273, -0.164705), - normal: (0.485455, -0.874253, 0.003847), }, - Vertex { position: (5.837875, 1.141493, -0.305184), - normal: (0.161367, -0.802085, -0.574996), }, - Vertex { position: (5.77341, 1.225861, -0.323025), - normal: (0.218068, -0.756332, -0.616772), }, - Vertex { position: (5.840665, 1.221942, -0.187128), - normal: (0.064626, -0.99783, 0.012619), }, - Vertex { position: (5.837875, 1.141493, -0.305184), - normal: (0.161367, -0.802085, -0.574996), }, - Vertex { position: (5.840665, 1.221942, -0.187128), - normal: (0.064626, -0.99783, 0.012619), }, - Vertex { position: (5.849792, 1.19348, -0.181047), - normal: (0.035706, -0.99787, -0.054588), }, - Vertex { position: (5.535184, 0.98018, -0.341257), - normal: (0.241652, -0.897637, -0.368581), }, - Vertex { position: (5.573803, 0.952578, -0.243886), - normal: (-0.007021, -0.990239, -0.139206), }, - Vertex { position: (5.546347, 0.916044, -0.246782), - normal: (-0.016623, -0.697515, -0.716378), }, - Vertex { position: (5.535184, 0.98018, -0.341257), - normal: (0.241652, -0.897637, -0.368581), }, - Vertex { position: (5.546347, 0.916044, -0.246782), - normal: (-0.016623, -0.697515, -0.716378), }, - Vertex { position: (5.480649, 0.941387, -0.316248), - normal: (0.241049, -0.626018, -0.741618), }, - Vertex { position: (4.897808, 1.946794, -0.628057), - normal: (0.193291, -0.074799, -0.978286), }, - Vertex { position: (4.861611, 2.001639, -0.621913), - normal: (0.721999, 0.398917, -0.565316), }, - Vertex { position: (4.935561, 2.016016, -0.5857), - normal: (0.711192, 0.127662, -0.69131), }, - Vertex { position: (4.897808, 1.946794, -0.628057), - normal: (0.193291, -0.074799, -0.978286), }, - Vertex { position: (4.935561, 2.016016, -0.5857), - normal: (0.711192, 0.127662, -0.69131), }, - Vertex { position: (4.925394, 1.955229, -0.618837), - normal: (0.133638, 0.26732, -0.954296), }, - Vertex { position: (4.925499, 1.917814, 0.613413), - normal: (0.347878, 0.028988, 0.937092), }, - Vertex { position: (4.953403, 1.907939, 0.605609), - normal: (0.458202, 0.052175, 0.887316), }, - Vertex { position: (4.971872, 1.924079, 0.586026), - normal: (0.444094, 0.036127, 0.895251), }, - Vertex { position: (4.925499, 1.917814, 0.613413), - normal: (0.347878, 0.028988, 0.937092), }, - Vertex { position: (4.971872, 1.924079, 0.586026), - normal: (0.444094, 0.036127, 0.895251), }, - Vertex { position: (4.953739, 1.95258, 0.592256), - normal: (0.328548, 0.219459, 0.918637), }, - Vertex { position: (4.925499, 1.917814, 0.613413), - normal: (0.347878, 0.028988, 0.937092), }, - Vertex { position: (4.953739, 1.95258, 0.592256), - normal: (0.328548, 0.219459, 0.918637), }, - Vertex { position: (4.925394, 1.955229, 0.618837), - normal: (0.719268, 0.159442, 0.676189), }, - Vertex { position: (4.925499, 1.917814, 0.613413), - normal: (0.347878, 0.028988, 0.937092), }, - Vertex { position: (4.925394, 1.955229, 0.618837), - normal: (0.719268, 0.159442, 0.676189), }, - Vertex { position: (4.897808, 1.946794, 0.628057), - normal: (0.561013, 0.750789, 0.348684), }, - Vertex { position: (4.953739, 1.95258, 0.592256), - normal: (0.328548, 0.219459, 0.918637), }, - Vertex { position: (4.971872, 1.924079, 0.586026), - normal: (0.444094, 0.036127, 0.895251), }, - Vertex { position: (5.001903, 1.914398, 0.486724), - normal: (0.380651, 0.443224, 0.811577), }, - Vertex { position: (4.953739, 1.95258, 0.592256), - normal: (0.328548, 0.219459, 0.918637), }, - Vertex { position: (5.001903, 1.914398, 0.486724), - normal: (0.380651, 0.443224, 0.811577), }, - Vertex { position: (4.973133, 1.992779, 0.533466), - normal: (0.282492, 0.026081, 0.958915), }, - Vertex { position: (4.953403, 1.907939, 0.605609), - normal: (0.458202, 0.052175, 0.887316), }, - Vertex { position: (4.982364, 1.8733, 0.53619), - normal: (0.362705, 0.428702, 0.827442), }, - Vertex { position: (5.001903, 1.914398, 0.486724), - normal: (0.380651, 0.443224, 0.811577), }, - Vertex { position: (4.953403, 1.907939, 0.605609), - normal: (0.458202, 0.052175, 0.887316), }, - Vertex { position: (5.001903, 1.914398, 0.486724), - normal: (0.380651, 0.443224, 0.811577), }, - Vertex { position: (4.971872, 1.924079, 0.586026), - normal: (0.444094, 0.036127, 0.895251), }, - Vertex { position: (4.926194, 1.859813, 0.582137), - normal: (0.332757, 0.286207, 0.898531), }, - Vertex { position: (4.982364, 1.8733, 0.53619), - normal: (0.362705, 0.428702, 0.827442), }, - Vertex { position: (4.953403, 1.907939, 0.605609), - normal: (0.458202, 0.052175, 0.887316), }, - Vertex { position: (4.852578, 1.889721, 0.605031), - normal: (0.302716, 0.058971, 0.951255), }, - Vertex { position: (4.926194, 1.859813, 0.582137), - normal: (0.332757, 0.286207, 0.898531), }, - Vertex { position: (4.953403, 1.907939, 0.605609), - normal: (0.458202, 0.052175, 0.887316), }, - Vertex { position: (4.852578, 1.889721, 0.605031), - normal: (0.302716, 0.058971, 0.951255), }, - Vertex { position: (4.953403, 1.907939, 0.605609), - normal: (0.458202, 0.052175, 0.887316), }, - Vertex { position: (4.925499, 1.917814, 0.613413), - normal: (0.347878, 0.028988, 0.937092), }, - Vertex { position: (4.824747, 1.946835, 0.626358), - normal: (0.347794, 0.132396, 0.928176), }, - Vertex { position: (4.852578, 1.889721, 0.605031), - normal: (0.302716, 0.058971, 0.951255), }, - Vertex { position: (4.925499, 1.917814, 0.613413), - normal: (0.347878, 0.028988, 0.937092), }, - Vertex { position: (4.824747, 1.946835, 0.626358), - normal: (0.347794, 0.132396, 0.928176), }, - Vertex { position: (4.925499, 1.917814, 0.613413), - normal: (0.347878, 0.028988, 0.937092), }, - Vertex { position: (4.897808, 1.946794, 0.628057), - normal: (0.561013, 0.750789, 0.348684), }, - Vertex { position: (4.861611, 2.001639, 0.621913), - normal: (0.36359, 0.089346, 0.927264), }, - Vertex { position: (4.824747, 1.946835, 0.626358), - normal: (0.347794, 0.132396, 0.928176), }, - Vertex { position: (4.897808, 1.946794, 0.628057), - normal: (0.561013, 0.750789, 0.348684), }, - Vertex { position: (4.925394, 1.955229, 0.618837), - normal: (0.719268, 0.159442, 0.676189), }, - Vertex { position: (4.953739, 1.95258, 0.592256), - normal: (0.328548, 0.219459, 0.918637), }, - Vertex { position: (4.973133, 1.992779, 0.533466), - normal: (0.282492, 0.026081, 0.958915), }, - Vertex { position: (4.925394, 1.955229, 0.618837), - normal: (0.719268, 0.159442, 0.676189), }, - Vertex { position: (4.973133, 1.992779, 0.533466), - normal: (0.282492, 0.026081, 0.958915), }, - Vertex { position: (4.935561, 2.016016, 0.5857), - normal: (0.361081, -0.056526, 0.93082), }, - Vertex { position: (5.934596, 1.054796, 0.077039), - normal: (0.800967, 0.453079, -0.391371), }, - Vertex { position: (5.897758, 1.009309, 0.080583), - normal: (0.054059, 0.926072, -0.373455), }, - Vertex { position: (5.871947, 1.021428, 0.001102), - normal: (0.535268, 0.844682, 0.000171), }, - Vertex { position: (5.934596, 1.054796, 0.077039), - normal: (0.800967, 0.453079, -0.391371), }, - Vertex { position: (5.871947, 1.021428, 0.001102), - normal: (0.535268, 0.844682, 0.000171), }, - Vertex { position: (5.908782, 1.066916, 0.001121), - normal: (0.909103, 0.416568, -0.001454), }, - Vertex { position: (5.923808, 1.025283, 0.153084), - normal: (0.693689, 0.317887, -0.646331), }, - Vertex { position: (5.87863, 0.986485, 0.128292), - normal: (0.329366, 0.742755, -0.582952), }, - Vertex { position: (5.897758, 1.009309, 0.080583), - normal: (0.054059, 0.926072, -0.373455), }, - Vertex { position: (5.923808, 1.025283, 0.153084), - normal: (0.693689, 0.317887, -0.646331), }, - Vertex { position: (5.897758, 1.009309, 0.080583), - normal: (0.054059, 0.926072, -0.373455), }, - Vertex { position: (5.934596, 1.054796, 0.077039), - normal: (0.800967, 0.453079, -0.391371), }, - Vertex { position: (5.85775, 0.997026, 0.236768), - normal: (-0.051423, 0.948155, -0.31362), }, - Vertex { position: (5.757506, 0.9579, 0.210732), - normal: (0.971427, 0.045661, -0.232906), }, - Vertex { position: (5.87863, 0.986485, 0.128292), - normal: (0.329366, 0.742755, -0.582952), }, - Vertex { position: (5.85775, 0.997026, 0.236768), - normal: (-0.051423, 0.948155, -0.31362), }, - Vertex { position: (5.87863, 0.986485, 0.128292), - normal: (0.329366, 0.742755, -0.582952), }, - Vertex { position: (5.923808, 1.025283, 0.153084), - normal: (0.693689, 0.317887, -0.646331), }, - Vertex { position: (5.674999, 0.950754, 0.22796), - normal: (0.850248, -0.122854, -0.511845), }, - Vertex { position: (5.757506, 0.9579, 0.210732), - normal: (0.971427, 0.045661, -0.232906), }, - Vertex { position: (5.85775, 0.997026, 0.236768), - normal: (-0.051423, 0.948155, -0.31362), }, - Vertex { position: (5.674999, 0.950754, 0.22796), - normal: (0.850248, -0.122854, -0.511845), }, - Vertex { position: (5.85775, 0.997026, 0.236768), - normal: (-0.051423, 0.948155, -0.31362), }, - Vertex { position: (5.755282, 1.004149, 0.307505), - normal: (0.104327, 0.725166, -0.680625), }, - Vertex { position: (5.912147, 1.117911, 0.254197), - normal: (0.811896, 0.498733, 0.303464), }, - Vertex { position: (5.959462, 1.157227, 0.187097), - normal: (0.969409, 0.243854, 0.027951), }, - Vertex { position: (5.895899, 1.18273, 0.164705), - normal: (0.169215, -0.167065, -0.971317), }, - Vertex { position: (5.837875, 1.141493, 0.305184), - normal: (0.603382, -0.138832, -0.785275), }, - Vertex { position: (5.912147, 1.117911, 0.254197), - normal: (0.811896, 0.498733, 0.303464), }, - Vertex { position: (5.895899, 1.18273, 0.164705), - normal: (0.169215, -0.167065, -0.971317), }, - Vertex { position: (5.837875, 1.141493, 0.305184), - normal: (0.603382, -0.138832, -0.785275), }, - Vertex { position: (5.895899, 1.18273, 0.164705), - normal: (0.169215, -0.167065, -0.971317), }, - Vertex { position: (5.849792, 1.19348, 0.181047), - normal: (0.054838, 0.68532, -0.726174), }, - Vertex { position: (5.764774, 1.279824, 0.308562), - normal: (0.104604, 0.236958, -0.965872), }, - Vertex { position: (5.77341, 1.225861, 0.323025), - normal: (0.335985, -0.093512, -0.937214), }, - Vertex { position: (5.840665, 1.221942, 0.187128), - normal: (-0.071389, 0.260053, -0.962952), }, - Vertex { position: (5.764774, 1.279824, 0.308562), - normal: (0.104604, 0.236958, -0.965872), }, - Vertex { position: (5.840665, 1.221942, 0.187128), - normal: (-0.071389, 0.260053, -0.962952), }, - Vertex { position: (5.803425, 1.260787, 0.210002), - normal: (-0.026478, 0.945923, -0.323309), }, - Vertex { position: (5.783731, 1.341471, 0.28459), - normal: (-0.0511, 0.977083, -0.206633), }, - Vertex { position: (5.764774, 1.279824, 0.308562), - normal: (0.104604, 0.236958, -0.965872), }, - Vertex { position: (5.803425, 1.260787, 0.210002), - normal: (-0.026478, 0.945923, -0.323309), }, - Vertex { position: (5.847989, 1.311569, 0.261476), - normal: (0.481644, 0.842268, -0.242082), }, - Vertex { position: (5.783731, 1.341471, 0.28459), - normal: (-0.0511, 0.977083, -0.206633), }, - Vertex { position: (5.803425, 1.260787, 0.210002), - normal: (-0.026478, 0.945923, -0.323309), }, - Vertex { position: (5.840665, 1.221942, 0.187128), - normal: (-0.071389, 0.260053, -0.962952), }, - Vertex { position: (5.931474, 1.233483, 0.215613), - normal: (0.794567, 0.588129, -0.15089), }, - Vertex { position: (5.847989, 1.311569, 0.261476), - normal: (0.481644, 0.842268, -0.242082), }, - Vertex { position: (5.840665, 1.221942, 0.187128), - normal: (-0.071389, 0.260053, -0.962952), }, - Vertex { position: (5.847989, 1.311569, 0.261476), - normal: (0.481644, 0.842268, -0.242082), }, - Vertex { position: (5.803425, 1.260787, 0.210002), - normal: (-0.026478, 0.945923, -0.323309), }, - Vertex { position: (5.849792, 1.19348, 0.181047), - normal: (0.054838, 0.68532, -0.726174), }, - Vertex { position: (5.931474, 1.233483, 0.215613), - normal: (0.794567, 0.588129, -0.15089), }, - Vertex { position: (5.840665, 1.221942, 0.187128), - normal: (-0.071389, 0.260053, -0.962952), }, - Vertex { position: (5.849792, 1.19348, 0.181047), - normal: (0.054838, 0.68532, -0.726174), }, - Vertex { position: (5.895899, 1.18273, 0.164705), - normal: (0.169215, -0.167065, -0.971317), }, - Vertex { position: (5.998088, 1.231874, 0.107334), - normal: (0.04154, 0.947538, -0.316933), }, - Vertex { position: (5.849792, 1.19348, 0.181047), - normal: (0.054838, 0.68532, -0.726174), }, - Vertex { position: (5.998088, 1.231874, 0.107334), - normal: (0.04154, 0.947538, -0.316933), }, - Vertex { position: (5.931474, 1.233483, 0.215613), - normal: (0.794567, 0.588129, -0.15089), }, - Vertex { position: (5.573803, 0.952578, 0.243886), - normal: (-0.03479, 0.696668, -0.716549), }, - Vertex { position: (5.674999, 0.950754, 0.22796), - normal: (0.850248, -0.122854, -0.511845), }, - Vertex { position: (5.755282, 1.004149, 0.307505), - normal: (0.104327, 0.725166, -0.680625), }, - Vertex { position: (5.573803, 0.952578, 0.243886), - normal: (-0.03479, 0.696668, -0.716549), }, - Vertex { position: (5.755282, 1.004149, 0.307505), - normal: (0.104327, 0.725166, -0.680625), }, - Vertex { position: (5.672385, 1.007694, 0.341778), - normal: (-0.011269, -0.268801, -0.96313), }, - Vertex { position: (5.573803, 0.952578, 0.243886), - normal: (-0.03479, 0.696668, -0.716549), }, - Vertex { position: (5.672385, 1.007694, 0.341778), - normal: (-0.011269, -0.268801, -0.96313), }, - Vertex { position: (5.580727, 0.99933, 0.349867), - normal: (-0.01139, 0.953897, -0.299918), }, - Vertex { position: (5.535184, 0.98018, 0.341257), - normal: (-0.151742, 0.274295, -0.949598), }, - Vertex { position: (5.573803, 0.952578, 0.243886), - normal: (-0.03479, 0.696668, -0.716549), }, - Vertex { position: (5.580727, 0.99933, 0.349867), - normal: (-0.01139, 0.953897, -0.299918), }, - Vertex { position: (5.546347, 0.916044, 0.246782), - normal: (0.176955, -0.903058, 0.391373), }, - Vertex { position: (5.638369, 0.904402, 0.222548), - normal: (0.571342, -0.680689, -0.45851), }, - Vertex { position: (5.674999, 0.950754, 0.22796), - normal: (0.850248, -0.122854, -0.511845), }, - Vertex { position: (5.546347, 0.916044, 0.246782), - normal: (0.176955, -0.903058, 0.391373), }, - Vertex { position: (5.674999, 0.950754, 0.22796), - normal: (0.850248, -0.122854, -0.511845), }, - Vertex { position: (5.573803, 0.952578, 0.243886), - normal: (-0.03479, 0.696668, -0.716549), }, - Vertex { position: (5.638369, 0.904402, 0.222548), - normal: (0.571342, -0.680689, -0.45851), }, - Vertex { position: (5.748613, 0.92049, 0.205099), - normal: (0.388502, -0.6643, -0.63857), }, - Vertex { position: (5.757506, 0.9579, 0.210732), - normal: (0.971427, 0.045661, -0.232906), }, - Vertex { position: (5.638369, 0.904402, 0.222548), - normal: (0.571342, -0.680689, -0.45851), }, - Vertex { position: (5.757506, 0.9579, 0.210732), - normal: (0.971427, 0.045661, -0.232906), }, - Vertex { position: (5.674999, 0.950754, 0.22796), - normal: (0.850248, -0.122854, -0.511845), }, - Vertex { position: (5.757506, 0.9579, 0.210732), - normal: (0.971427, 0.045661, -0.232906), }, - Vertex { position: (5.748613, 0.92049, 0.205099), - normal: (0.388502, -0.6643, -0.63857), }, - Vertex { position: (5.851404, 0.929008, 0.105362), - normal: (0.20994, -0.930128, 0.301309), }, - Vertex { position: (5.757506, 0.9579, 0.210732), - normal: (0.971427, 0.045661, -0.232906), }, - Vertex { position: (5.851404, 0.929008, 0.105362), - normal: (0.20994, -0.930128, 0.301309), }, - Vertex { position: (5.87863, 0.986485, 0.128292), - normal: (0.329366, 0.742755, -0.582952), }, - Vertex { position: (5.897758, 1.009309, 0.080583), - normal: (0.054059, 0.926072, -0.373455), }, - Vertex { position: (5.836005, 0.945722, 0.001092), - normal: (0.997356, -0.072614, -0.002907), }, - Vertex { position: (5.871947, 1.021428, 0.001102), - normal: (0.535268, 0.844682, 0.000171), }, - Vertex { position: (5.87863, 0.986485, 0.128292), - normal: (0.329366, 0.742755, -0.582952), }, - Vertex { position: (5.851404, 0.929008, 0.105362), - normal: (0.20994, -0.930128, 0.301309), }, - Vertex { position: (5.836005, 0.945722, 0.001092), - normal: (0.997356, -0.072614, -0.002907), }, - Vertex { position: (5.87863, 0.986485, 0.128292), - normal: (0.329366, 0.742755, -0.582952), }, - Vertex { position: (5.836005, 0.945722, 0.001092), - normal: (0.997356, -0.072614, -0.002907), }, - Vertex { position: (5.897758, 1.009309, 0.080583), - normal: (0.054059, 0.926072, -0.373455), }, - Vertex { position: (5.895899, 1.18273, 0.164705), - normal: (0.169215, -0.167065, -0.971317), }, - Vertex { position: (5.959462, 1.157227, 0.187097), - normal: (0.969409, 0.243854, 0.027951), }, - Vertex { position: (5.998088, 1.231874, 0.107334), - normal: (0.04154, 0.947538, -0.316933), }, - Vertex { position: (5.849792, 1.19348, 0.181047), - normal: (0.054838, 0.68532, -0.726174), }, - Vertex { position: (5.840665, 1.221942, 0.187128), - normal: (-0.071389, 0.260053, -0.962952), }, - Vertex { position: (5.77341, 1.225861, 0.323025), - normal: (0.335985, -0.093512, -0.937214), }, - Vertex { position: (5.849792, 1.19348, 0.181047), - normal: (0.054838, 0.68532, -0.726174), }, - Vertex { position: (5.77341, 1.225861, 0.323025), - normal: (0.335985, -0.093512, -0.937214), }, - Vertex { position: (5.837875, 1.141493, 0.305184), - normal: (0.603382, -0.138832, -0.785275), }, - Vertex { position: (5.480649, 0.941387, 0.316248), - normal: (0.083641, -0.81989, 0.566378), }, - Vertex { position: (5.546347, 0.916044, 0.246782), - normal: (0.176955, -0.903058, 0.391373), }, - Vertex { position: (5.573803, 0.952578, 0.243886), - normal: (-0.03479, 0.696668, -0.716549), }, - Vertex { position: (5.480649, 0.941387, 0.316248), - normal: (0.083641, -0.81989, 0.566378), }, - Vertex { position: (5.573803, 0.952578, 0.243886), - normal: (-0.03479, 0.696668, -0.716549), }, - Vertex { position: (5.535184, 0.98018, 0.341257), - normal: (-0.151742, 0.274295, -0.949598), }, - Vertex { position: (4.925394, 1.955229, 0.618837), - normal: (0.719268, 0.159442, 0.676189), }, - Vertex { position: (4.935561, 2.016016, 0.5857), - normal: (0.361081, -0.056526, 0.93082), }, - Vertex { position: (4.861611, 2.001639, 0.621913), - normal: (0.36359, 0.089346, 0.927264), }, - Vertex { position: (4.925394, 1.955229, 0.618837), - normal: (0.719268, 0.159442, 0.676189), }, - Vertex { position: (4.861611, 2.001639, 0.621913), - normal: (0.36359, 0.089346, 0.927264), }, -]; diff --git a/src/cow_hide.rs b/src/cow_hide.rs deleted file mode 100644 index 8e426af..0000000 --- a/src/cow_hide.rs +++ /dev/null @@ -1,26106 +0,0 @@ - -// This file auto-generated from cow_hide.c using model_c2rs.py -// Don't edit by hand! - -use cow_vertex::Vertex; - -pub const COW_HIDE_VERTICES: [Vertex; 13049] = [ - Vertex { position: (2.229345, -0.992723, -0.862826), - normal: (-0.012663, 0.029084, -0.999497), }, - Vertex { position: (2.292449, -0.871852, -0.8824), - normal: (-0.096144, -0.182414, -0.97851), }, - Vertex { position: (2.410367, -0.777999, -0.841105), - normal: (0.795625, -0.129968, -0.591684), }, - Vertex { position: (2.229345, -0.992723, -0.862826), - normal: (-0.012663, 0.029084, -0.999497), }, - Vertex { position: (2.410367, -0.777999, -0.841105), - normal: (0.795625, -0.129968, -0.591684), }, - Vertex { position: (2.407309, -0.97498, -0.805091), - normal: (-0.200187, -0.124247, -0.971848), }, - Vertex { position: (2.407309, -0.97498, -0.805091), - normal: (-0.200187, -0.124247, -0.971848), }, - Vertex { position: (2.410367, -0.777999, -0.841105), - normal: (0.795625, -0.129968, -0.591684), }, - Vertex { position: (2.5392, -0.727778, -0.750475), - normal: (0.908163, -0.140074, -0.394486), }, - Vertex { position: (2.407309, -0.97498, -0.805091), - normal: (-0.200187, -0.124247, -0.971848), }, - Vertex { position: (2.5392, -0.727778, -0.750475), - normal: (0.908163, -0.140074, -0.394486), }, - Vertex { position: (2.520417, -0.954785, -0.739445), - normal: (0.023112, -0.187685, -0.981957), }, - Vertex { position: (2.520417, -0.954785, -0.739445), - normal: (0.023112, -0.187685, -0.981957), }, - Vertex { position: (2.5392, -0.727778, -0.750475), - normal: (0.908163, -0.140074, -0.394486), }, - Vertex { position: (2.637655, -0.768176, -0.637039), - normal: (0.720876, -0.356662, -0.594247), }, - Vertex { position: (2.637655, -0.768176, -0.637039), - normal: (0.720876, -0.356662, -0.594247), }, - Vertex { position: (2.669281, -0.930664, -0.557166), - normal: (0.709718, -0.453838, -0.538824), }, - Vertex { position: (2.514167, -1.077721, -0.706614), - normal: (0.4379, -0.250054, -0.863549), }, - Vertex { position: (2.637655, -0.768176, -0.637039), - normal: (0.720876, -0.356662, -0.594247), }, - Vertex { position: (2.514167, -1.077721, -0.706614), - normal: (0.4379, -0.250054, -0.863549), }, - Vertex { position: (2.520417, -0.954785, -0.739445), - normal: (0.023112, -0.187685, -0.981957), }, - Vertex { position: (2.520417, -0.954785, -0.739445), - normal: (0.023112, -0.187685, -0.981957), }, - Vertex { position: (2.514167, -1.077721, -0.706614), - normal: (0.4379, -0.250054, -0.863549), }, - Vertex { position: (2.386465, -1.116066, -0.761367), - normal: (0.6483, -0.171023, -0.741928), }, - Vertex { position: (2.520417, -0.954785, -0.739445), - normal: (0.023112, -0.187685, -0.981957), }, - Vertex { position: (2.386465, -1.116066, -0.761367), - normal: (0.6483, -0.171023, -0.741928), }, - Vertex { position: (2.407309, -0.97498, -0.805091), - normal: (-0.200187, -0.124247, -0.971848), }, - Vertex { position: (2.407309, -0.97498, -0.805091), - normal: (-0.200187, -0.124247, -0.971848), }, - Vertex { position: (2.386465, -1.116066, -0.761367), - normal: (0.6483, -0.171023, -0.741928), }, - Vertex { position: (2.180012, -1.130557, -0.821812), - normal: (0.70745, -0.193334, -0.679806), }, - Vertex { position: (2.407309, -0.97498, -0.805091), - normal: (-0.200187, -0.124247, -0.971848), }, - Vertex { position: (2.180012, -1.130557, -0.821812), - normal: (0.70745, -0.193334, -0.679806), }, - Vertex { position: (2.229345, -0.992723, -0.862826), - normal: (-0.012663, 0.029084, -0.999497), }, - Vertex { position: (2.180012, -1.130557, -0.821812), - normal: (0.70745, -0.193334, -0.679806), }, - Vertex { position: (2.386465, -1.116066, -0.761367), - normal: (0.6483, -0.171023, -0.741928), }, - Vertex { position: (2.354287, -1.193746, -0.735189), - normal: (0.71475, -0.118625, -0.689246), }, - Vertex { position: (2.180012, -1.130557, -0.821812), - normal: (0.70745, -0.193334, -0.679806), }, - Vertex { position: (2.354287, -1.193746, -0.735189), - normal: (0.71475, -0.118625, -0.689246), }, - Vertex { position: (2.158051, -1.209613, -0.783941), - normal: (0.608407, -0.244593, -0.754993), }, - Vertex { position: (2.158051, -1.209613, -0.783941), - normal: (0.608407, -0.244593, -0.754993), }, - Vertex { position: (2.354287, -1.193746, -0.735189), - normal: (0.71475, -0.118625, -0.689246), }, - Vertex { position: (2.318787, -1.29409, -0.673863), - normal: (0.370396, -0.365961, -0.853744), }, - Vertex { position: (2.158051, -1.209613, -0.783941), - normal: (0.608407, -0.244593, -0.754993), }, - Vertex { position: (2.318787, -1.29409, -0.673863), - normal: (0.370396, -0.365961, -0.853744), }, - Vertex { position: (2.126237, -1.330172, -0.721011), - normal: (0.727678, -0.414895, -0.546211), }, - Vertex { position: (2.126237, -1.330172, -0.721011), - normal: (0.727678, -0.414895, -0.546211), }, - Vertex { position: (2.318787, -1.29409, -0.673863), - normal: (0.370396, -0.365961, -0.853744), }, - Vertex { position: (2.274533, -1.433487, -0.567366), - normal: (0.324748, -0.466051, -0.823003), }, - Vertex { position: (2.274533, -1.433487, -0.567366), - normal: (0.324748, -0.466051, -0.823003), }, - Vertex { position: (2.318787, -1.29409, -0.673863), - normal: (0.370396, -0.365961, -0.853744), }, - Vertex { position: (2.486533, -1.274971, -0.627822), - normal: (0.727708, -0.453484, -0.514581), }, - Vertex { position: (2.274533, -1.433487, -0.567366), - normal: (0.324748, -0.466051, -0.823003), }, - Vertex { position: (2.486533, -1.274971, -0.627822), - normal: (0.727708, -0.453484, -0.514581), }, - Vertex { position: (2.45706, -1.400958, -0.539866), - normal: (0.287759, -0.574148, -0.766517), }, - Vertex { position: (2.45706, -1.400958, -0.539866), - normal: (0.287759, -0.574148, -0.766517), }, - Vertex { position: (2.486533, -1.274971, -0.627822), - normal: (0.727708, -0.453484, -0.514581), }, - Vertex { position: (2.549322, -1.335209, -0.535156), - normal: (0.677632, -0.514013, -0.525933), }, - Vertex { position: (2.549322, -1.335209, -0.535156), - normal: (0.677632, -0.514013, -0.525933), }, - Vertex { position: (2.486533, -1.274971, -0.627822), - normal: (0.727708, -0.453484, -0.514581), }, - Vertex { position: (2.61797, -1.235597, -0.520238), - normal: (0.290845, -0.56858, -0.769497), }, - Vertex { position: (2.61797, -1.235597, -0.520238), - normal: (0.290845, -0.56858, -0.769497), }, - Vertex { position: (2.486533, -1.274971, -0.627822), - normal: (0.727708, -0.453484, -0.514581), }, - Vertex { position: (2.510841, -1.158786, -0.678057), - normal: (0.478274, -0.500384, -0.721713), }, - Vertex { position: (2.61797, -1.235597, -0.520238), - normal: (0.290845, -0.56858, -0.769497), }, - Vertex { position: (2.510841, -1.158786, -0.678057), - normal: (0.478274, -0.500384, -0.721713), }, - Vertex { position: (2.670253, -1.108365, -0.544018), - normal: (0.245892, -0.489895, -0.836385), }, - Vertex { position: (2.510841, -1.158786, -0.678057), - normal: (0.478274, -0.500384, -0.721713), }, - Vertex { position: (2.486533, -1.274971, -0.627822), - normal: (0.727708, -0.453484, -0.514581), }, - Vertex { position: (2.318787, -1.29409, -0.673863), - normal: (0.370396, -0.365961, -0.853744), }, - Vertex { position: (2.510841, -1.158786, -0.678057), - normal: (0.478274, -0.500384, -0.721713), }, - Vertex { position: (2.318787, -1.29409, -0.673863), - normal: (0.370396, -0.365961, -0.853744), }, - Vertex { position: (2.354287, -1.193746, -0.735189), - normal: (0.71475, -0.118625, -0.689246), }, - Vertex { position: (2.354287, -1.193746, -0.735189), - normal: (0.71475, -0.118625, -0.689246), }, - Vertex { position: (2.386465, -1.116066, -0.761367), - normal: (0.6483, -0.171023, -0.741928), }, - Vertex { position: (2.514167, -1.077721, -0.706614), - normal: (0.4379, -0.250054, -0.863549), }, - Vertex { position: (2.354287, -1.193746, -0.735189), - normal: (0.71475, -0.118625, -0.689246), }, - Vertex { position: (2.514167, -1.077721, -0.706614), - normal: (0.4379, -0.250054, -0.863549), }, - Vertex { position: (2.510841, -1.158786, -0.678057), - normal: (0.478274, -0.500384, -0.721713), }, - Vertex { position: (2.510841, -1.158786, -0.678057), - normal: (0.478274, -0.500384, -0.721713), }, - Vertex { position: (2.514167, -1.077721, -0.706614), - normal: (0.4379, -0.250054, -0.863549), }, - Vertex { position: (2.669281, -0.930664, -0.557166), - normal: (0.709718, -0.453838, -0.538824), }, - Vertex { position: (2.510841, -1.158786, -0.678057), - normal: (0.478274, -0.500384, -0.721713), }, - Vertex { position: (2.669281, -0.930664, -0.557166), - normal: (0.709718, -0.453838, -0.538824), }, - Vertex { position: (2.670253, -1.108365, -0.544018), - normal: (0.245892, -0.489895, -0.836385), }, - Vertex { position: (2.669281, -0.930664, -0.557166), - normal: (0.709718, -0.453838, -0.538824), }, - Vertex { position: (2.637655, -0.768176, -0.637039), - normal: (0.720876, -0.356662, -0.594247), }, - Vertex { position: (2.710721, -0.830091, -0.532493), - normal: (0.430574, -0.353967, -0.830249), }, - Vertex { position: (2.670253, -1.108365, -0.544018), - normal: (0.245892, -0.489895, -0.836385), }, - Vertex { position: (2.857666, -0.930625, -0.391195), - normal: (0.539192, -0.226204, -0.811236), }, - Vertex { position: (2.757946, -1.099958, -0.471684), - normal: (0.543412, -0.359347, -0.758665), }, - Vertex { position: (2.757946, -1.099958, -0.471684), - normal: (0.543412, -0.359347, -0.758665), }, - Vertex { position: (2.61797, -1.235597, -0.520238), - normal: (0.290845, -0.56858, -0.769497), }, - Vertex { position: (2.670253, -1.108365, -0.544018), - normal: (0.245892, -0.489895, -0.836385), }, - Vertex { position: (2.757946, -1.099958, -0.471684), - normal: (0.543412, -0.359347, -0.758665), }, - Vertex { position: (2.847364, -1.103812, -0.402301), - normal: (0.663699, -0.195183, -0.722085), }, - Vertex { position: (2.803736, -1.255869, -0.438328), - normal: (0.675576, -0.202498, -0.708937), }, - Vertex { position: (2.757946, -1.099958, -0.471684), - normal: (0.543412, -0.359347, -0.758665), }, - Vertex { position: (2.803736, -1.255869, -0.438328), - normal: (0.675576, -0.202498, -0.708937), }, - Vertex { position: (2.61797, -1.235597, -0.520238), - normal: (0.290845, -0.56858, -0.769497), }, - Vertex { position: (2.847364, -1.103812, -0.402301), - normal: (0.663699, -0.195183, -0.722085), }, - Vertex { position: (2.757946, -1.099958, -0.471684), - normal: (0.543412, -0.359347, -0.758665), }, - Vertex { position: (2.857666, -0.930625, -0.391195), - normal: (0.539192, -0.226204, -0.811236), }, - Vertex { position: (2.61797, -1.235597, -0.520238), - normal: (0.290845, -0.56858, -0.769497), }, - Vertex { position: (2.803736, -1.255869, -0.438328), - normal: (0.675576, -0.202498, -0.708937), }, - Vertex { position: (2.740886, -1.339225, -0.463604), - normal: (0.655995, -0.105886, -0.747301), }, - Vertex { position: (2.61797, -1.235597, -0.520238), - normal: (0.290845, -0.56858, -0.769497), }, - Vertex { position: (2.740886, -1.339225, -0.463604), - normal: (0.655995, -0.105886, -0.747301), }, - Vertex { position: (2.663024, -1.440487, -0.478149), - normal: (0.594643, -0.107364, -0.796789), }, - Vertex { position: (2.61797, -1.235597, -0.520238), - normal: (0.290845, -0.56858, -0.769497), }, - Vertex { position: (2.663024, -1.440487, -0.478149), - normal: (0.594643, -0.107364, -0.796789), }, - Vertex { position: (2.549322, -1.335209, -0.535156), - normal: (0.677632, -0.514013, -0.525933), }, - Vertex { position: (2.549322, -1.335209, -0.535156), - normal: (0.677632, -0.514013, -0.525933), }, - Vertex { position: (2.663024, -1.440487, -0.478149), - normal: (0.594643, -0.107364, -0.796789), }, - Vertex { position: (2.515314, -1.507063, -0.483275), - normal: (0.648132, -0.027411, -0.761034), }, - Vertex { position: (2.549322, -1.335209, -0.535156), - normal: (0.677632, -0.514013, -0.525933), }, - Vertex { position: (2.515314, -1.507063, -0.483275), - normal: (0.648132, -0.027411, -0.761034), }, - Vertex { position: (2.45706, -1.400958, -0.539866), - normal: (0.287759, -0.574148, -0.766517), }, - Vertex { position: (2.45706, -1.400958, -0.539866), - normal: (0.287759, -0.574148, -0.766517), }, - Vertex { position: (2.515314, -1.507063, -0.483275), - normal: (0.648132, -0.027411, -0.761034), }, - Vertex { position: (2.422296, -1.510915, -0.494169), - normal: (0.58512, -0.108234, -0.803692), }, - Vertex { position: (2.45706, -1.400958, -0.539866), - normal: (0.287759, -0.574148, -0.766517), }, - Vertex { position: (2.422296, -1.510915, -0.494169), - normal: (0.58512, -0.108234, -0.803692), }, - Vertex { position: (2.249663, -1.492705, -0.53127), - normal: (0.518786, -0.204527, -0.830078), }, - Vertex { position: (2.45706, -1.400958, -0.539866), - normal: (0.287759, -0.574148, -0.766517), }, - Vertex { position: (2.249663, -1.492705, -0.53127), - normal: (0.518786, -0.204527, -0.830078), }, - Vertex { position: (2.274533, -1.433487, -0.567366), - normal: (0.324748, -0.466051, -0.823003), }, - Vertex { position: (2.274533, -1.433487, -0.567366), - normal: (0.324748, -0.466051, -0.823003), }, - Vertex { position: (2.249663, -1.492705, -0.53127), - normal: (0.518786, -0.204527, -0.830078), }, - Vertex { position: (2.0796, -1.473377, -0.654997), - normal: (0.437631, -0.408484, -0.801012), }, - Vertex { position: (2.274533, -1.433487, -0.567366), - normal: (0.324748, -0.466051, -0.823003), }, - Vertex { position: (2.0796, -1.473377, -0.654997), - normal: (0.437631, -0.408484, -0.801012), }, - Vertex { position: (2.126237, -1.330172, -0.721011), - normal: (0.727678, -0.414895, -0.546211), }, - Vertex { position: (2.857666, -0.930625, -0.391195), - normal: (0.539192, -0.226204, -0.811236), }, - Vertex { position: (2.960118, -0.941827, -0.284743), - normal: (0.189478, -0.558571, -0.807525), }, - Vertex { position: (2.928787, -1.107467, -0.312054), - normal: (0.112446, -0.61866, -0.77757), }, - Vertex { position: (2.857666, -0.930625, -0.391195), - normal: (0.539192, -0.226204, -0.811236), }, - Vertex { position: (2.928787, -1.107467, -0.312054), - normal: (0.112446, -0.61866, -0.77757), }, - Vertex { position: (2.847364, -1.103812, -0.402301), - normal: (0.663699, -0.195183, -0.722085), }, - Vertex { position: (2.847364, -1.103812, -0.402301), - normal: (0.663699, -0.195183, -0.722085), }, - Vertex { position: (2.928787, -1.107467, -0.312054), - normal: (0.112446, -0.61866, -0.77757), }, - Vertex { position: (2.893096, -1.302168, -0.332049), - normal: (0.276661, -0.626708, -0.728489), }, - Vertex { position: (2.847364, -1.103812, -0.402301), - normal: (0.663699, -0.195183, -0.722085), }, - Vertex { position: (2.893096, -1.302168, -0.332049), - normal: (0.276661, -0.626708, -0.728489), }, - Vertex { position: (2.803736, -1.255869, -0.438328), - normal: (0.675576, -0.202498, -0.708937), }, - Vertex { position: (2.803736, -1.255869, -0.438328), - normal: (0.675576, -0.202498, -0.708937), }, - Vertex { position: (2.893096, -1.302168, -0.332049), - normal: (0.276661, -0.626708, -0.728489), }, - Vertex { position: (2.824356, -1.407256, -0.355013), - normal: (0.690473, -0.61586, -0.379425), }, - Vertex { position: (2.803736, -1.255869, -0.438328), - normal: (0.675576, -0.202498, -0.708937), }, - Vertex { position: (2.824356, -1.407256, -0.355013), - normal: (0.690473, -0.61586, -0.379425), }, - Vertex { position: (2.740886, -1.339225, -0.463604), - normal: (0.655995, -0.105886, -0.747301), }, - Vertex { position: (2.824356, -1.407256, -0.355013), - normal: (0.690473, -0.61586, -0.379425), }, - Vertex { position: (2.721135, -1.520418, -0.362378), - normal: (0.883063, -0.251635, -0.396079), }, - Vertex { position: (2.663024, -1.440487, -0.478149), - normal: (0.594643, -0.107364, -0.796789), }, - Vertex { position: (2.663024, -1.440487, -0.478149), - normal: (0.594643, -0.107364, -0.796789), }, - Vertex { position: (2.721135, -1.520418, -0.362378), - normal: (0.883063, -0.251635, -0.396079), }, - Vertex { position: (2.545261, -1.5933, -0.38631), - normal: (0.918784, -0.122699, -0.375208), }, - Vertex { position: (2.663024, -1.440487, -0.478149), - normal: (0.594643, -0.107364, -0.796789), }, - Vertex { position: (2.545261, -1.5933, -0.38631), - normal: (0.918784, -0.122699, -0.375208), }, - Vertex { position: (2.515314, -1.507063, -0.483275), - normal: (0.648132, -0.027411, -0.761034), }, - Vertex { position: (2.515314, -1.507063, -0.483275), - normal: (0.648132, -0.027411, -0.761034), }, - Vertex { position: (2.545261, -1.5933, -0.38631), - normal: (0.918784, -0.122699, -0.375208), }, - Vertex { position: (2.396607, -1.593239, -0.389972), - normal: (0.876436, -0.293555, -0.381688), }, - Vertex { position: (2.515314, -1.507063, -0.483275), - normal: (0.648132, -0.027411, -0.761034), }, - Vertex { position: (2.396607, -1.593239, -0.389972), - normal: (0.876436, -0.293555, -0.381688), }, - Vertex { position: (2.422296, -1.510915, -0.494169), - normal: (0.58512, -0.108234, -0.803692), }, - Vertex { position: (2.422296, -1.510915, -0.494169), - normal: (0.58512, -0.108234, -0.803692), }, - Vertex { position: (2.396607, -1.593239, -0.389972), - normal: (0.876436, -0.293555, -0.381688), }, - Vertex { position: (2.243492, -1.584783, -0.431143), - normal: (0.728904, -0.519576, -0.445802), }, - Vertex { position: (2.422296, -1.510915, -0.494169), - normal: (0.58512, -0.108234, -0.803692), }, - Vertex { position: (2.243492, -1.584783, -0.431143), - normal: (0.728904, -0.519576, -0.445802), }, - Vertex { position: (2.249663, -1.492705, -0.53127), - normal: (0.518786, -0.204527, -0.830078), }, - Vertex { position: (2.249663, -1.492705, -0.53127), - normal: (0.518786, -0.204527, -0.830078), }, - Vertex { position: (2.243492, -1.584783, -0.431143), - normal: (0.728904, -0.519576, -0.445802), }, - Vertex { position: (2.0482, -1.581983, -0.555832), - normal: (0.552828, -0.750794, -0.36151), }, - Vertex { position: (2.249663, -1.492705, -0.53127), - normal: (0.518786, -0.204527, -0.830078), }, - Vertex { position: (2.0482, -1.581983, -0.555832), - normal: (0.552828, -0.750794, -0.36151), }, - Vertex { position: (2.0796, -1.473377, -0.654997), - normal: (0.437631, -0.408484, -0.801012), }, - Vertex { position: (2.960118, -0.941827, -0.284743), - normal: (0.189478, -0.558571, -0.807525), }, - Vertex { position: (2.970902, -0.959664, 0.0), - normal: (-0.334515, 0.94239, 0.0), }, - Vertex { position: (2.931756, -1.129655, 0.0), - normal: (0.820584, -0.571526, 0.0), }, - Vertex { position: (2.960118, -0.941827, -0.284743), - normal: (0.189478, -0.558571, -0.807525), }, - Vertex { position: (2.931756, -1.129655, 0.0), - normal: (0.820584, -0.571526, 0.0), }, - Vertex { position: (2.928787, -1.107467, -0.312054), - normal: (0.112446, -0.61866, -0.77757), }, - Vertex { position: (2.928787, -1.107467, -0.312054), - normal: (0.112446, -0.61866, -0.77757), }, - Vertex { position: (2.931756, -1.129655, 0.0), - normal: (0.820584, -0.571526, 0.0), }, - Vertex { position: (2.896234, -1.31956, 0.0), - normal: (-0.255632, 0.966774, 0.0), }, - Vertex { position: (2.928787, -1.107467, -0.312054), - normal: (0.112446, -0.61866, -0.77757), }, - Vertex { position: (2.896234, -1.31956, 0.0), - normal: (-0.255632, 0.966774, 0.0), }, - Vertex { position: (2.893096, -1.302168, -0.332049), - normal: (0.276661, -0.626708, -0.728489), }, - Vertex { position: (2.893096, -1.302168, -0.332049), - normal: (0.276661, -0.626708, -0.728489), }, - Vertex { position: (2.896234, -1.31956, 0.0), - normal: (-0.255632, 0.966774, 0.0), }, - Vertex { position: (2.821376, -1.431534, 0.0), - normal: (0.826305, -0.563222, 0.0), }, - Vertex { position: (2.893096, -1.302168, -0.332049), - normal: (0.276661, -0.626708, -0.728489), }, - Vertex { position: (2.821376, -1.431534, 0.0), - normal: (0.826305, -0.563222, 0.0), }, - Vertex { position: (2.824356, -1.407256, -0.355013), - normal: (0.690473, -0.61586, -0.379425), }, - Vertex { position: (2.824356, -1.407256, -0.355013), - normal: (0.690473, -0.61586, -0.379425), }, - Vertex { position: (2.821376, -1.431534, 0.0), - normal: (0.826305, -0.563222, 0.0), }, - Vertex { position: (2.706963, -1.528854, 0.0), - normal: (-0.133012, 0.991114, 0.0), }, - Vertex { position: (2.824356, -1.407256, -0.355013), - normal: (0.690473, -0.61586, -0.379425), }, - Vertex { position: (2.706963, -1.528854, 0.0), - normal: (-0.133012, 0.991114, 0.0), }, - Vertex { position: (2.721135, -1.520418, -0.362378), - normal: (0.883063, -0.251635, -0.396079), }, - Vertex { position: (2.721135, -1.520418, -0.362378), - normal: (0.883063, -0.251635, -0.396079), }, - Vertex { position: (2.706963, -1.528854, 0.0), - normal: (-0.133012, 0.991114, 0.0), }, - Vertex { position: (2.534227, -1.617078, 0.0), - normal: (0.815341, -0.578981, 0.0), }, - Vertex { position: (2.721135, -1.520418, -0.362378), - normal: (0.883063, -0.251635, -0.396079), }, - Vertex { position: (2.534227, -1.617078, 0.0), - normal: (0.815341, -0.578981, 0.0), }, - Vertex { position: (2.545261, -1.5933, -0.38631), - normal: (0.918784, -0.122699, -0.375208), }, - Vertex { position: (2.545261, -1.5933, -0.38631), - normal: (0.918784, -0.122699, -0.375208), }, - Vertex { position: (2.534227, -1.617078, 0.0), - normal: (0.815341, -0.578981, 0.0), }, - Vertex { position: (2.348182, -1.624595, 0.0), - normal: (-0.144073, 0.989567, 0.0), }, - Vertex { position: (2.545261, -1.5933, -0.38631), - normal: (0.918784, -0.122699, -0.375208), }, - Vertex { position: (2.348182, -1.624595, 0.0), - normal: (-0.144073, 0.989567, 0.0), }, - Vertex { position: (2.396607, -1.593239, -0.389972), - normal: (0.876436, -0.293555, -0.381688), }, - Vertex { position: (2.396607, -1.593239, -0.389972), - normal: (0.876436, -0.293555, -0.381688), }, - Vertex { position: (2.348182, -1.624595, 0.0), - normal: (-0.144073, 0.989567, 0.0), }, - Vertex { position: (2.167167, -1.596326, 0.0), - normal: (-0.073566, 0.99729, 0.0), }, - Vertex { position: (2.396607, -1.593239, -0.389972), - normal: (0.876436, -0.293555, -0.381688), }, - Vertex { position: (2.167167, -1.596326, 0.0), - normal: (-0.073566, 0.99729, 0.0), }, - Vertex { position: (2.243492, -1.584783, -0.431143), - normal: (0.728904, -0.519576, -0.445802), }, - Vertex { position: (2.243492, -1.584783, -0.431143), - normal: (0.728904, -0.519576, -0.445802), }, - Vertex { position: (2.167167, -1.596326, 0.0), - normal: (-0.073566, 0.99729, 0.0), }, - Vertex { position: (1.920432, -1.567396, 0.0), - normal: (-0.034649, 0.9994, 0.0), }, - Vertex { position: (2.243492, -1.584783, -0.431143), - normal: (0.728904, -0.519576, -0.445802), }, - Vertex { position: (1.920432, -1.567396, 0.0), - normal: (-0.034649, 0.9994, 0.0), }, - Vertex { position: (2.0482, -1.581983, -0.555832), - normal: (0.552828, -0.750794, -0.36151), }, - Vertex { position: (2.881063, -0.493146, -0.521968), - normal: (0.226413, -0.89822, -0.376747), }, - Vertex { position: (2.736198, -0.346225, -0.659345), - normal: (0.763734, 0.228435, -0.603761), }, - Vertex { position: (2.835437, -0.231101, -0.57789), - normal: (0.016767, -0.927537, -0.373356), }, - Vertex { position: (2.835437, -0.231101, -0.57789), - normal: (0.016767, -0.927537, -0.373356), }, - Vertex { position: (2.986408, -0.413503, -0.428964), - normal: (0.486425, 0.192908, -0.852161), }, - Vertex { position: (2.881063, -0.493146, -0.521968), - normal: (0.226413, -0.89822, -0.376747), }, - Vertex { position: (2.881063, -0.493146, -0.521968), - normal: (0.226413, -0.89822, -0.376747), }, - Vertex { position: (2.986408, -0.413503, -0.428964), - normal: (0.486425, 0.192908, -0.852161), }, - Vertex { position: (2.910769, -0.638444, -0.431191), - normal: (0.08136, -0.929085, -0.360806), }, - Vertex { position: (2.910769, -0.638444, -0.431191), - normal: (0.08136, -0.929085, -0.360806), }, - Vertex { position: (2.82554, -0.567578, -0.552597), - normal: (0.295093, -0.940225, -0.16999), }, - Vertex { position: (2.881063, -0.493146, -0.521968), - normal: (0.226413, -0.89822, -0.376747), }, - Vertex { position: (2.881063, -0.493146, -0.521968), - normal: (0.226413, -0.89822, -0.376747), }, - Vertex { position: (2.82554, -0.567578, -0.552597), - normal: (0.295093, -0.940225, -0.16999), }, - Vertex { position: (2.688131, -0.517509, -0.672975), - normal: (0.769758, 0.095155, -0.631204), }, - Vertex { position: (2.637655, -0.768176, -0.637039), - normal: (0.720876, -0.356662, -0.594247), }, - Vertex { position: (2.5392, -0.727778, -0.750475), - normal: (0.908163, -0.140074, -0.394486), }, - Vertex { position: (2.647368, -0.61155, -0.669485), - normal: (0.771881, -0.100912, -0.627707), }, - Vertex { position: (2.647368, -0.61155, -0.669485), - normal: (0.771881, -0.100912, -0.627707), }, - Vertex { position: (2.5392, -0.727778, -0.750475), - normal: (0.908163, -0.140074, -0.394486), }, - Vertex { position: (2.618307, -0.549092, -0.805491), - normal: (0.907314, 0.09913, -0.4086), }, - Vertex { position: (2.618307, -0.549092, -0.805491), - normal: (0.907314, 0.09913, -0.4086), }, - Vertex { position: (2.688131, -0.517509, -0.672975), - normal: (0.769758, 0.095155, -0.631204), }, - Vertex { position: (2.647368, -0.61155, -0.669485), - normal: (0.771881, -0.100912, -0.627707), }, - Vertex { position: (2.637655, -0.768176, -0.637039), - normal: (0.720876, -0.356662, -0.594247), }, - Vertex { position: (2.82554, -0.567578, -0.552597), - normal: (0.295093, -0.940225, -0.16999), }, - Vertex { position: (2.910769, -0.638444, -0.431191), - normal: (0.08136, -0.929085, -0.360806), }, - Vertex { position: (2.637655, -0.768176, -0.637039), - normal: (0.720876, -0.356662, -0.594247), }, - Vertex { position: (2.910769, -0.638444, -0.431191), - normal: (0.08136, -0.929085, -0.360806), }, - Vertex { position: (2.710721, -0.830091, -0.532493), - normal: (0.430574, -0.353967, -0.830249), }, - Vertex { position: (2.710721, -0.830091, -0.532493), - normal: (0.430574, -0.353967, -0.830249), }, - Vertex { position: (2.910769, -0.638444, -0.431191), - normal: (0.08136, -0.929085, -0.360806), }, - Vertex { position: (2.857666, -0.930625, -0.391195), - normal: (0.539192, -0.226204, -0.811236), }, - Vertex { position: (2.857666, -0.930625, -0.391195), - normal: (0.539192, -0.226204, -0.811236), }, - Vertex { position: (2.910769, -0.638444, -0.431191), - normal: (0.08136, -0.929085, -0.360806), }, - Vertex { position: (2.993075, -0.708434, -0.342596), - normal: (0.676544, -0.141883, -0.722604), }, - Vertex { position: (2.993075, -0.708434, -0.342596), - normal: (0.676544, -0.141883, -0.722604), }, - Vertex { position: (3.045715, -0.767786, -0.261741), - normal: (0.667276, -0.159228, -0.727591), }, - Vertex { position: (2.960118, -0.941827, -0.284743), - normal: (0.189478, -0.558571, -0.807525), }, - Vertex { position: (2.993075, -0.708434, -0.342596), - normal: (0.676544, -0.141883, -0.722604), }, - Vertex { position: (2.960118, -0.941827, -0.284743), - normal: (0.189478, -0.558571, -0.807525), }, - Vertex { position: (2.857666, -0.930625, -0.391195), - normal: (0.539192, -0.226204, -0.811236), }, - Vertex { position: (2.960118, -0.941827, -0.284743), - normal: (0.189478, -0.558571, -0.807525), }, - Vertex { position: (3.045715, -0.767786, -0.261741), - normal: (0.667276, -0.159228, -0.727591), }, - Vertex { position: (3.065544, -0.788768, 0.0), - normal: (0.942695, -0.333657, 0.0), }, - Vertex { position: (2.960118, -0.941827, -0.284743), - normal: (0.189478, -0.558571, -0.807525), }, - Vertex { position: (3.065544, -0.788768, 0.0), - normal: (0.942695, -0.333657, 0.0), }, - Vertex { position: (2.970902, -0.959664, 0.0), - normal: (-0.334515, 0.94239, 0.0), }, - Vertex { position: (3.065544, -0.788768, 0.0), - normal: (0.942695, -0.333657, 0.0), }, - Vertex { position: (3.045715, -0.767786, -0.261741), - normal: (0.667276, -0.159228, -0.727591), }, - Vertex { position: (3.107533, -0.691019, -0.264602), - normal: (0.533629, -0.162705, -0.82992), }, - Vertex { position: (3.065544, -0.788768, 0.0), - normal: (0.942695, -0.333657, 0.0), }, - Vertex { position: (3.107533, -0.691019, -0.264602), - normal: (0.533629, -0.162705, -0.82992), }, - Vertex { position: (3.118124, -0.703925, 0.0), - normal: (-0.476715, 0.879058, 0.0), }, - Vertex { position: (2.857666, -0.930625, -0.391195), - normal: (0.539192, -0.226204, -0.811236), }, - Vertex { position: (2.670253, -1.108365, -0.544018), - normal: (0.245892, -0.489895, -0.836385), }, - Vertex { position: (2.669281, -0.930664, -0.557166), - normal: (0.709718, -0.453838, -0.538824), }, - Vertex { position: (2.710721, -0.830091, -0.532493), - normal: (0.430574, -0.353967, -0.830249), }, - Vertex { position: (2.857666, -0.930625, -0.391195), - normal: (0.539192, -0.226204, -0.811236), }, - Vertex { position: (2.669281, -0.930664, -0.557166), - normal: (0.709718, -0.453838, -0.538824), }, - Vertex { position: (2.647368, -0.61155, -0.669485), - normal: (0.771881, -0.100912, -0.627707), }, - Vertex { position: (2.688131, -0.517509, -0.672975), - normal: (0.769758, 0.095155, -0.631204), }, - Vertex { position: (2.82554, -0.567578, -0.552597), - normal: (0.295093, -0.940225, -0.16999), }, - Vertex { position: (2.637655, -0.768176, -0.637039), - normal: (0.720876, -0.356662, -0.594247), }, - Vertex { position: (2.647368, -0.61155, -0.669485), - normal: (0.771881, -0.100912, -0.627707), }, - Vertex { position: (2.82554, -0.567578, -0.552597), - normal: (0.295093, -0.940225, -0.16999), }, - Vertex { position: (2.986408, -0.413503, -0.428964), - normal: (0.486425, 0.192908, -0.852161), }, - Vertex { position: (3.053144, -0.609681, -0.326931), - normal: (0.449624, 0.075438, -0.890027), }, - Vertex { position: (2.993075, -0.708434, -0.342596), - normal: (0.676544, -0.141883, -0.722604), }, - Vertex { position: (2.986408, -0.413503, -0.428964), - normal: (0.486425, 0.192908, -0.852161), }, - Vertex { position: (2.993075, -0.708434, -0.342596), - normal: (0.676544, -0.141883, -0.722604), }, - Vertex { position: (2.910769, -0.638444, -0.431191), - normal: (0.08136, -0.929085, -0.360806), }, - Vertex { position: (2.993075, -0.708434, -0.342596), - normal: (0.676544, -0.141883, -0.722604), }, - Vertex { position: (3.053144, -0.609681, -0.326931), - normal: (0.449624, 0.075438, -0.890027), }, - Vertex { position: (3.107533, -0.691019, -0.264602), - normal: (0.533629, -0.162705, -0.82992), }, - Vertex { position: (2.993075, -0.708434, -0.342596), - normal: (0.676544, -0.141883, -0.722604), }, - Vertex { position: (3.107533, -0.691019, -0.264602), - normal: (0.533629, -0.162705, -0.82992), }, - Vertex { position: (3.045715, -0.767786, -0.261741), - normal: (0.667276, -0.159228, -0.727591), }, - Vertex { position: (-0.953236, -1.545941, -0.89918), - normal: (-0.218261, -0.26262, -0.93989), }, - Vertex { position: (-1.091175, -1.70712, -0.727242), - normal: (-0.11636, -0.749063, -0.6522), }, - Vertex { position: (-1.226563, -1.655159, -0.687343), - normal: (0.162276, -0.745105, -0.646905), }, - Vertex { position: (-0.953236, -1.545941, -0.89918), - normal: (-0.218261, -0.26262, -0.93989), }, - Vertex { position: (-1.226563, -1.655159, -0.687343), - normal: (0.162276, -0.745105, -0.646905), }, - Vertex { position: (-1.200688, -1.577575, -0.799188), - normal: (0.215155, -0.464575, -0.858999), }, - Vertex { position: (-1.200688, -1.577575, -0.799188), - normal: (0.215155, -0.464575, -0.858999), }, - Vertex { position: (-1.226563, -1.655159, -0.687343), - normal: (0.162276, -0.745105, -0.646905), }, - Vertex { position: (-1.376186, -1.661988, -0.718954), - normal: (-0.504483, -0.438591, -0.743731), }, - Vertex { position: (-1.226563, -1.655159, -0.687343), - normal: (0.162276, -0.745105, -0.646905), }, - Vertex { position: (-1.091175, -1.70712, -0.727242), - normal: (-0.11636, -0.749063, -0.6522), }, - Vertex { position: (-1.089642, -1.757196, -0.685154), - normal: (-0.351476, -0.711504, -0.608463), }, - Vertex { position: (-1.226563, -1.655159, -0.687343), - normal: (0.162276, -0.745105, -0.646905), }, - Vertex { position: (-1.089642, -1.757196, -0.685154), - normal: (-0.351476, -0.711504, -0.608463), }, - Vertex { position: (-1.266738, -1.691944, -0.557922), - normal: (-0.149005, -0.65467, -0.741084), }, - Vertex { position: (-1.091175, -1.70712, -0.727242), - normal: (-0.11636, -0.749063, -0.6522), }, - Vertex { position: (-0.953236, -1.545941, -0.89918), - normal: (-0.218261, -0.26262, -0.93989), }, - Vertex { position: (-0.972089, -1.774507, -0.76857), - normal: (-0.231653, -0.530839, -0.815198), }, - Vertex { position: (-0.972089, -1.774507, -0.76857), - normal: (-0.231653, -0.530839, -0.815198), }, - Vertex { position: (-0.953236, -1.545941, -0.89918), - normal: (-0.218261, -0.26262, -0.93989), }, - Vertex { position: (-0.812845, -1.785424, -0.768511), - normal: (-0.468954, -0.586277, -0.660577), }, - Vertex { position: (-0.812845, -1.785424, -0.768511), - normal: (-0.468954, -0.586277, -0.660577), }, - Vertex { position: (-0.953236, -1.545941, -0.89918), - normal: (-0.218261, -0.26262, -0.93989), }, - Vertex { position: (-0.535144, -1.615983, -0.920556), - normal: (0.10737, -0.293005, -0.950063), }, - Vertex { position: (-0.812845, -1.785424, -0.768511), - normal: (-0.468954, -0.586277, -0.660577), }, - Vertex { position: (-0.535144, -1.615983, -0.920556), - normal: (0.10737, -0.293005, -0.950063), }, - Vertex { position: (-0.680046, -1.768325, -0.81908), - normal: (-0.150892, -0.83775, -0.524792), }, - Vertex { position: (-0.680046, -1.768325, -0.81908), - normal: (-0.150892, -0.83775, -0.524792), }, - Vertex { position: (-0.535144, -1.615983, -0.920556), - normal: (0.10737, -0.293005, -0.950063), }, - Vertex { position: (-0.564074, -1.789401, -0.803191), - normal: (0.100949, -0.548551, -0.830001), }, - Vertex { position: (-0.564074, -1.789401, -0.803191), - normal: (0.100949, -0.548551, -0.830001), }, - Vertex { position: (-0.535144, -1.615983, -0.920556), - normal: (0.10737, -0.293005, -0.950063), }, - Vertex { position: (-0.422877, -1.7512, -0.823423), - normal: (-0.4144, -0.844957, -0.338113), }, - Vertex { position: (-0.422877, -1.7512, -0.823423), - normal: (-0.4144, -0.844957, -0.338113), }, - Vertex { position: (-0.535144, -1.615983, -0.920556), - normal: (0.10737, -0.293005, -0.950063), }, - Vertex { position: (-0.063012, -1.583021, -0.865082), - normal: (0.33122, -0.270106, -0.904067), }, - Vertex { position: (-0.422877, -1.7512, -0.823423), - normal: (-0.4144, -0.844957, -0.338113), }, - Vertex { position: (-0.063012, -1.583021, -0.865082), - normal: (0.33122, -0.270106, -0.904067), }, - Vertex { position: (-0.07847, -1.688266, -0.80023), - normal: (0.327725, -0.489439, -0.808112), }, - Vertex { position: (-0.422877, -1.7512, -0.823423), - normal: (-0.4144, -0.844957, -0.338113), }, - Vertex { position: (-0.07847, -1.688266, -0.80023), - normal: (0.327725, -0.489439, -0.808112), }, - Vertex { position: (-0.094135, -1.769086, -0.556924), - normal: (0.291858, -0.681117, -0.67149), }, - Vertex { position: (-0.422877, -1.7512, -0.823423), - normal: (-0.4144, -0.844957, -0.338113), }, - Vertex { position: (-0.094135, -1.769086, -0.556924), - normal: (0.291858, -0.681117, -0.67149), }, - Vertex { position: (-0.543078, -1.810473, -0.563825), - normal: (0.068777, -0.757383, -0.649339), }, - Vertex { position: (-0.543078, -1.810473, -0.563825), - normal: (0.068777, -0.757383, -0.649339), }, - Vertex { position: (-0.564074, -1.789401, -0.803191), - normal: (0.100949, -0.548551, -0.830001), }, - Vertex { position: (-0.422877, -1.7512, -0.823423), - normal: (-0.4144, -0.844957, -0.338113), }, - Vertex { position: (-0.564074, -1.789401, -0.803191), - normal: (0.100949, -0.548551, -0.830001), }, - Vertex { position: (-0.543078, -1.810473, -0.563825), - normal: (0.068777, -0.757383, -0.649339), }, - Vertex { position: (-0.680046, -1.768325, -0.81908), - normal: (-0.150892, -0.83775, -0.524792), }, - Vertex { position: (-0.680046, -1.768325, -0.81908), - normal: (-0.150892, -0.83775, -0.524792), }, - Vertex { position: (-0.543078, -1.810473, -0.563825), - normal: (0.068777, -0.757383, -0.649339), }, - Vertex { position: (-0.977375, -1.793126, -0.498747), - normal: (-0.253979, -0.745808, -0.615845), }, - Vertex { position: (-0.680046, -1.768325, -0.81908), - normal: (-0.150892, -0.83775, -0.524792), }, - Vertex { position: (-0.977375, -1.793126, -0.498747), - normal: (-0.253979, -0.745808, -0.615845), }, - Vertex { position: (-0.812845, -1.785424, -0.768511), - normal: (-0.468954, -0.586277, -0.660577), }, - Vertex { position: (-1.089642, -1.757196, -0.685154), - normal: (-0.351476, -0.711504, -0.608463), }, - Vertex { position: (-1.091175, -1.70712, -0.727242), - normal: (-0.11636, -0.749063, -0.6522), }, - Vertex { position: (-0.972089, -1.774507, -0.76857), - normal: (-0.231653, -0.530839, -0.815198), }, - Vertex { position: (-1.266738, -1.691944, -0.557922), - normal: (-0.149005, -0.65467, -0.741084), }, - Vertex { position: (-1.089642, -1.757196, -0.685154), - normal: (-0.351476, -0.711504, -0.608463), }, - Vertex { position: (-0.977375, -1.793126, -0.498747), - normal: (-0.253979, -0.745808, -0.615845), }, - Vertex { position: (-1.266738, -1.691944, -0.557922), - normal: (-0.149005, -0.65467, -0.741084), }, - Vertex { position: (-0.977375, -1.793126, -0.498747), - normal: (-0.253979, -0.745808, -0.615845), }, - Vertex { position: (-1.108758, -1.770749, -0.473033), - normal: (-0.176655, -0.950799, -0.254508), }, - Vertex { position: (-1.108758, -1.770749, -0.473033), - normal: (-0.176655, -0.950799, -0.254508), }, - Vertex { position: (-1.305099, -1.70846, -0.48423), - normal: (-0.079302, -0.84299, -0.532051), }, - Vertex { position: (-1.266738, -1.691944, -0.557922), - normal: (-0.149005, -0.65467, -0.741084), }, - Vertex { position: (-1.266738, -1.691944, -0.557922), - normal: (-0.149005, -0.65467, -0.741084), }, - Vertex { position: (-1.376186, -1.661988, -0.718954), - normal: (-0.504483, -0.438591, -0.743731), }, - Vertex { position: (-1.226563, -1.655159, -0.687343), - normal: (0.162276, -0.745105, -0.646905), }, - Vertex { position: (-1.376186, -1.661988, -0.718954), - normal: (-0.504483, -0.438591, -0.743731), }, - Vertex { position: (-1.266738, -1.691944, -0.557922), - normal: (-0.149005, -0.65467, -0.741084), }, - Vertex { position: (-1.397474, -1.693815, -0.570541), - normal: (-0.094238, -0.851252, -0.516225), }, - Vertex { position: (-1.386502, -1.718441, -0.350823), - normal: (-0.53858, -0.616299, -0.57455), }, - Vertex { position: (-1.406693, -1.697325, -0.450399), - normal: (-0.171647, -0.971664, -0.162499), }, - Vertex { position: (-1.305099, -1.70846, -0.48423), - normal: (-0.079302, -0.84299, -0.532051), }, - Vertex { position: (-1.386502, -1.718441, -0.350823), - normal: (-0.53858, -0.616299, -0.57455), }, - Vertex { position: (-1.305099, -1.70846, -0.48423), - normal: (-0.079302, -0.84299, -0.532051), }, - Vertex { position: (-0.972514, -1.822778, -0.372649), - normal: (-0.040019, -0.929968, -0.365457), }, - Vertex { position: (-0.972514, -1.822778, -0.372649), - normal: (-0.040019, -0.929968, -0.365457), }, - Vertex { position: (-0.977375, -1.793126, -0.498747), - normal: (-0.253979, -0.745808, -0.615845), }, - Vertex { position: (-0.543078, -1.810473, -0.563825), - normal: (0.068777, -0.757383, -0.649339), }, - Vertex { position: (-0.972514, -1.822778, -0.372649), - normal: (-0.040019, -0.929968, -0.365457), }, - Vertex { position: (-0.543078, -1.810473, -0.563825), - normal: (0.068777, -0.757383, -0.649339), }, - Vertex { position: (-0.523838, -1.850065, -0.388007), - normal: (0.023352, -0.872807, -0.487506), }, - Vertex { position: (-0.523838, -1.850065, -0.388007), - normal: (0.023352, -0.872807, -0.487506), }, - Vertex { position: (-0.543078, -1.810473, -0.563825), - normal: (0.068777, -0.757383, -0.649339), }, - Vertex { position: (-0.094135, -1.769086, -0.556924), - normal: (0.291858, -0.681117, -0.67149), }, - Vertex { position: (-0.523838, -1.850065, -0.388007), - normal: (0.023352, -0.872807, -0.487506), }, - Vertex { position: (-0.094135, -1.769086, -0.556924), - normal: (0.291858, -0.681117, -0.67149), }, - Vertex { position: (-0.112666, -1.806584, -0.383324), - normal: (0.248915, -0.807091, -0.535392), }, - Vertex { position: (-0.112666, -1.806584, -0.383324), - normal: (0.248915, -0.807091, -0.535392), }, - Vertex { position: (-0.094135, -1.769086, -0.556924), - normal: (0.291858, -0.681117, -0.67149), }, - Vertex { position: (0.489819, -1.524947, -0.672392), - normal: (0.420794, -0.405156, -0.811653), }, - Vertex { position: (-0.112666, -1.806584, -0.383324), - normal: (0.248915, -0.807091, -0.535392), }, - Vertex { position: (0.489819, -1.524947, -0.672392), - normal: (0.420794, -0.405156, -0.811653), }, - Vertex { position: (0.480235, -1.631521, -0.401961), - normal: (0.383978, -0.566345, -0.729256), }, - Vertex { position: (0.480235, -1.631521, -0.401961), - normal: (0.383978, -0.566345, -0.729256), }, - Vertex { position: (0.44655, -1.67295, 0.0), - normal: (0.226963, -0.973903, 0.0), }, - Vertex { position: (-0.155114, -1.828285, 0.0), - normal: (-0.084764, -0.996401, 0.0), }, - Vertex { position: (0.480235, -1.631521, -0.401961), - normal: (0.383978, -0.566345, -0.729256), }, - Vertex { position: (-0.155114, -1.828285, 0.0), - normal: (-0.084764, -0.996401, 0.0), }, - Vertex { position: (-0.112666, -1.806584, -0.383324), - normal: (0.248915, -0.807091, -0.535392), }, - Vertex { position: (-0.112666, -1.806584, -0.383324), - normal: (0.248915, -0.807091, -0.535392), }, - Vertex { position: (-0.155114, -1.828285, 0.0), - normal: (-0.084764, -0.996401, 0.0), }, - Vertex { position: (-0.530369, -1.860806, 0.0), - normal: (0.854132, -0.520056, 0.0), }, - Vertex { position: (-0.112666, -1.806584, -0.383324), - normal: (0.248915, -0.807091, -0.535392), }, - Vertex { position: (-0.530369, -1.860806, 0.0), - normal: (0.854132, -0.520056, 0.0), }, - Vertex { position: (-0.523838, -1.850065, -0.388007), - normal: (0.023352, -0.872807, -0.487506), }, - Vertex { position: (-0.523838, -1.850065, -0.388007), - normal: (0.023352, -0.872807, -0.487506), }, - Vertex { position: (-0.530369, -1.860806, 0.0), - normal: (0.854132, -0.520056, 0.0), }, - Vertex { position: (-0.956007, -1.825728, 0.0), - normal: (0.113474, -0.993541, 0.0), }, - Vertex { position: (-0.523838, -1.850065, -0.388007), - normal: (0.023352, -0.872807, -0.487506), }, - Vertex { position: (-0.956007, -1.825728, 0.0), - normal: (0.113474, -0.993541, 0.0), }, - Vertex { position: (-0.972514, -1.822778, -0.372649), - normal: (-0.040019, -0.929968, -0.365457), }, - Vertex { position: (-0.972514, -1.822778, -0.372649), - normal: (-0.040019, -0.929968, -0.365457), }, - Vertex { position: (-0.956007, -1.825728, 0.0), - normal: (0.113474, -0.993541, 0.0), }, - Vertex { position: (-1.395728, -1.723811, 0.0), - normal: (0.011286, 0.999936, 0.0), }, - Vertex { position: (-0.972514, -1.822778, -0.372649), - normal: (-0.040019, -0.929968, -0.365457), }, - Vertex { position: (-1.395728, -1.723811, 0.0), - normal: (0.011286, 0.999936, 0.0), }, - Vertex { position: (-1.386502, -1.718441, -0.350823), - normal: (-0.53858, -0.616299, -0.57455), }, - Vertex { position: (-1.089642, -1.757196, -0.685154), - normal: (-0.351476, -0.711504, -0.608463), }, - Vertex { position: (-0.972089, -1.774507, -0.76857), - normal: (-0.231653, -0.530839, -0.815198), }, - Vertex { position: (-0.977375, -1.793126, -0.498747), - normal: (-0.253979, -0.745808, -0.615845), }, - Vertex { position: (-0.812845, -1.785424, -0.768511), - normal: (-0.468954, -0.586277, -0.660577), }, - Vertex { position: (-0.977375, -1.793126, -0.498747), - normal: (-0.253979, -0.745808, -0.615845), }, - Vertex { position: (-0.972089, -1.774507, -0.76857), - normal: (-0.231653, -0.530839, -0.815198), }, - Vertex { position: (1.734568, -2.965876, -0.986396), - normal: (-0.024032, -0.835976, 0.54824), }, - Vertex { position: (1.718315, -2.775468, -0.921796), - normal: (-0.246054, -0.154918, -0.956796), }, - Vertex { position: (1.771416, -2.769024, -0.9461), - normal: (-0.069043, -0.157333, -0.985129), }, - Vertex { position: (1.734568, -2.965876, -0.986396), - normal: (-0.024032, -0.835976, 0.54824), }, - Vertex { position: (1.771416, -2.769024, -0.9461), - normal: (-0.069043, -0.157333, -0.985129), }, - Vertex { position: (1.806371, -2.949735, -0.984058), - normal: (-0.044013, 0.340434, -0.939238), }, - Vertex { position: (1.911792, -2.895773, -0.950117), - normal: (-0.1083, -0.048546, 0.992932), }, - Vertex { position: (1.880971, -2.733242, -0.8902), - normal: (0.820312, -0.193024, -0.538358), }, - Vertex { position: (1.960643, -2.71286, -0.90089), - normal: (0.186476, 0.252953, -0.949337), }, - Vertex { position: (1.911792, -2.895773, -0.950117), - normal: (-0.1083, -0.048546, 0.992932), }, - Vertex { position: (1.960643, -2.71286, -0.90089), - normal: (0.186476, 0.252953, -0.949337), }, - Vertex { position: (2.021366, -2.881725, -0.945561), - normal: (0.43768, -0.823149, 0.361748), }, - Vertex { position: (2.021366, -2.881725, -0.945561), - normal: (0.43768, -0.823149, 0.361748), }, - Vertex { position: (1.960643, -2.71286, -0.90089), - normal: (0.186476, 0.252953, -0.949337), }, - Vertex { position: (1.994078, -2.713047, -0.824553), - normal: (-0.247433, -0.24804, -0.936618), }, - Vertex { position: (2.021366, -2.881725, -0.945561), - normal: (0.43768, -0.823149, 0.361748), }, - Vertex { position: (1.994078, -2.713047, -0.824553), - normal: (-0.247433, -0.24804, -0.936618), }, - Vertex { position: (2.057496, -2.887282, -0.844225), - normal: (-0.671694, -0.023528, -0.740455), }, - Vertex { position: (1.734568, -2.965876, -0.986396), - normal: (-0.024032, -0.835976, 0.54824), }, - Vertex { position: (1.806371, -2.949735, -0.984058), - normal: (-0.044013, 0.340434, -0.939238), }, - Vertex { position: (1.735077, -3.022732, -0.972751), - normal: (-0.088841, 0.02472, -0.995739), }, - Vertex { position: (1.735077, -3.022732, -0.972751), - normal: (-0.088841, 0.02472, -0.995739), }, - Vertex { position: (1.802387, -3.089615, -0.961851), - normal: (0.57446, 0.218241, -0.788902), }, - Vertex { position: (1.721745, -3.116887, -0.979111), - normal: (0.526213, 0.349004, -0.775433), }, - Vertex { position: (1.721745, -3.116887, -0.979111), - normal: (0.526213, 0.349004, -0.775433), }, - Vertex { position: (1.802387, -3.089615, -0.961851), - normal: (0.57446, 0.218241, -0.788902), }, - Vertex { position: (1.811797, -3.135641, -0.933096), - normal: (0.926951, 0.366239, 0.081429), }, - Vertex { position: (2.021366, -2.881725, -0.945561), - normal: (0.43768, -0.823149, 0.361748), }, - Vertex { position: (2.057496, -2.887282, -0.844225), - normal: (-0.671694, -0.023528, -0.740455), }, - Vertex { position: (2.113587, -3.011851, -0.851648), - normal: (0.672893, 0.661099, -0.331908), }, - Vertex { position: (2.021366, -2.881725, -0.945561), - normal: (0.43768, -0.823149, 0.361748), }, - Vertex { position: (2.113587, -3.011851, -0.851648), - normal: (0.672893, 0.661099, -0.331908), }, - Vertex { position: (2.091539, -3.032437, -0.947029), - normal: (-0.541077, 0.245809, -0.804247), }, - Vertex { position: (1.911792, -2.895773, -0.950117), - normal: (-0.1083, -0.048546, 0.992932), }, - Vertex { position: (1.848272, -2.92726, -0.996966), - normal: (-0.496829, -0.096649, -0.86245), }, - Vertex { position: (1.830669, -2.736121, -0.903313), - normal: (-0.845931, -0.255219, 0.468256), }, - Vertex { position: (1.911792, -2.895773, -0.950117), - normal: (-0.1083, -0.048546, 0.992932), }, - Vertex { position: (1.830669, -2.736121, -0.903313), - normal: (-0.845931, -0.255219, 0.468256), }, - Vertex { position: (1.880971, -2.733242, -0.8902), - normal: (0.820312, -0.193024, -0.538358), }, - Vertex { position: (1.806371, -2.949735, -0.984058), - normal: (-0.044013, 0.340434, -0.939238), }, - Vertex { position: (1.771416, -2.769024, -0.9461), - normal: (-0.069043, -0.157333, -0.985129), }, - Vertex { position: (1.830669, -2.736121, -0.903313), - normal: (-0.845931, -0.255219, 0.468256), }, - Vertex { position: (1.806371, -2.949735, -0.984058), - normal: (-0.044013, 0.340434, -0.939238), }, - Vertex { position: (1.830669, -2.736121, -0.903313), - normal: (-0.845931, -0.255219, 0.468256), }, - Vertex { position: (1.848272, -2.92726, -0.996966), - normal: (-0.496829, -0.096649, -0.86245), }, - Vertex { position: (1.705953, -3.006628, -0.83263), - normal: (-0.90358, 0.003167, -0.428408), }, - Vertex { position: (1.735077, -3.022732, -0.972751), - normal: (-0.088841, 0.02472, -0.995739), }, - Vertex { position: (1.721745, -3.116887, -0.979111), - normal: (0.526213, 0.349004, -0.775433), }, - Vertex { position: (1.705953, -3.006628, -0.83263), - normal: (-0.90358, 0.003167, -0.428408), }, - Vertex { position: (1.721745, -3.116887, -0.979111), - normal: (0.526213, 0.349004, -0.775433), }, - Vertex { position: (1.709173, -3.133145, -0.80794), - normal: (-0.874488, -0.088621, -0.476882), }, - Vertex { position: (1.709173, -3.133145, -0.80794), - normal: (-0.874488, -0.088621, -0.476882), }, - Vertex { position: (1.721745, -3.116887, -0.979111), - normal: (0.526213, 0.349004, -0.775433), }, - Vertex { position: (1.811797, -3.135641, -0.933096), - normal: (0.926951, 0.366239, 0.081429), }, - Vertex { position: (1.709173, -3.133145, -0.80794), - normal: (-0.874488, -0.088621, -0.476882), }, - Vertex { position: (1.811797, -3.135641, -0.933096), - normal: (0.926951, 0.366239, 0.081429), }, - Vertex { position: (1.806407, -3.173343, -0.834455), - normal: (-0.783521, -0.393963, -0.480508), }, - Vertex { position: (1.741854, -3.114181, -0.700705), - normal: (-0.967491, -0.143323, 0.208372), }, - Vertex { position: (1.709173, -3.133145, -0.80794), - normal: (-0.874488, -0.088621, -0.476882), }, - Vertex { position: (1.806407, -3.173343, -0.834455), - normal: (-0.783521, -0.393963, -0.480508), }, - Vertex { position: (1.741854, -3.114181, -0.700705), - normal: (-0.967491, -0.143323, 0.208372), }, - Vertex { position: (1.806407, -3.173343, -0.834455), - normal: (-0.783521, -0.393963, -0.480508), }, - Vertex { position: (1.900481, -3.131932, -0.728621), - normal: (-0.630099, -0.773677, 0.066329), }, - Vertex { position: (1.705953, -3.006628, -0.83263), - normal: (-0.90358, 0.003167, -0.428408), }, - Vertex { position: (1.709173, -3.133145, -0.80794), - normal: (-0.874488, -0.088621, -0.476882), }, - Vertex { position: (1.741854, -3.114181, -0.700705), - normal: (-0.967491, -0.143323, 0.208372), }, - Vertex { position: (1.705953, -3.006628, -0.83263), - normal: (-0.90358, 0.003167, -0.428408), }, - Vertex { position: (1.741854, -3.114181, -0.700705), - normal: (-0.967491, -0.143323, 0.208372), }, - Vertex { position: (1.776024, -2.980086, -0.707575), - normal: (-0.343436, -0.507052, 0.790537), }, - Vertex { position: (1.776024, -2.980086, -0.707575), - normal: (-0.343436, -0.507052, 0.790537), }, - Vertex { position: (1.736425, -2.743683, -0.736866), - normal: (0.056398, -0.684481, 0.726846), }, - Vertex { position: (1.700797, -2.794792, -0.82425), - normal: (0.21689, -0.976039, 0.017487), }, - Vertex { position: (1.776024, -2.980086, -0.707575), - normal: (-0.343436, -0.507052, 0.790537), }, - Vertex { position: (1.700797, -2.794792, -0.82425), - normal: (0.21689, -0.976039, 0.017487), }, - Vertex { position: (1.705953, -3.006628, -0.83263), - normal: (-0.90358, 0.003167, -0.428408), }, - Vertex { position: (2.021366, -2.881725, -0.945561), - normal: (0.43768, -0.823149, 0.361748), }, - Vertex { position: (2.091539, -3.032437, -0.947029), - normal: (-0.541077, 0.245809, -0.804247), }, - Vertex { position: (1.980621, -3.043895, -0.964237), - normal: (0.872426, 0.488735, 0.003222), }, - Vertex { position: (2.021366, -2.881725, -0.945561), - normal: (0.43768, -0.823149, 0.361748), }, - Vertex { position: (1.980621, -3.043895, -0.964237), - normal: (0.872426, 0.488735, 0.003222), }, - Vertex { position: (1.911792, -2.895773, -0.950117), - normal: (-0.1083, -0.048546, 0.992932), }, - Vertex { position: (1.980621, -3.043895, -0.964237), - normal: (0.872426, 0.488735, 0.003222), }, - Vertex { position: (1.898573, -3.068274, -0.994338), - normal: (-0.069765, -0.126006, 0.989573), }, - Vertex { position: (1.848272, -2.92726, -0.996966), - normal: (-0.496829, -0.096649, -0.86245), }, - Vertex { position: (1.980621, -3.043895, -0.964237), - normal: (0.872426, 0.488735, 0.003222), }, - Vertex { position: (1.848272, -2.92726, -0.996966), - normal: (-0.496829, -0.096649, -0.86245), }, - Vertex { position: (1.911792, -2.895773, -0.950117), - normal: (-0.1083, -0.048546, 0.992932), }, - Vertex { position: (1.848272, -2.92726, -0.996966), - normal: (-0.496829, -0.096649, -0.86245), }, - Vertex { position: (1.898573, -3.068274, -0.994338), - normal: (-0.069765, -0.126006, 0.989573), }, - Vertex { position: (1.855134, -3.083228, -0.986129), - normal: (0.383337, -0.601981, 0.700479), }, - Vertex { position: (1.848272, -2.92726, -0.996966), - normal: (-0.496829, -0.096649, -0.86245), }, - Vertex { position: (1.855134, -3.083228, -0.986129), - normal: (0.383337, -0.601981, 0.700479), }, - Vertex { position: (1.806371, -2.949735, -0.984058), - normal: (-0.044013, 0.340434, -0.939238), }, - Vertex { position: (1.802387, -3.089615, -0.961851), - normal: (0.57446, 0.218241, -0.788902), }, - Vertex { position: (1.855134, -3.083228, -0.986129), - normal: (0.383337, -0.601981, 0.700479), }, - Vertex { position: (1.811797, -3.135641, -0.933096), - normal: (0.926951, 0.366239, 0.081429), }, - Vertex { position: (1.735077, -3.022732, -0.972751), - normal: (-0.088841, 0.02472, -0.995739), }, - Vertex { position: (1.806371, -2.949735, -0.984058), - normal: (-0.044013, 0.340434, -0.939238), }, - Vertex { position: (1.855134, -3.083228, -0.986129), - normal: (0.383337, -0.601981, 0.700479), }, - Vertex { position: (1.735077, -3.022732, -0.972751), - normal: (-0.088841, 0.02472, -0.995739), }, - Vertex { position: (1.855134, -3.083228, -0.986129), - normal: (0.383337, -0.601981, 0.700479), }, - Vertex { position: (1.802387, -3.089615, -0.961851), - normal: (0.57446, 0.218241, -0.788902), }, - Vertex { position: (1.735077, -3.022732, -0.972751), - normal: (-0.088841, 0.02472, -0.995739), }, - Vertex { position: (1.705953, -3.006628, -0.83263), - normal: (-0.90358, 0.003167, -0.428408), }, - Vertex { position: (1.734568, -2.965876, -0.986396), - normal: (-0.024032, -0.835976, 0.54824), }, - Vertex { position: (2.113587, -3.011851, -0.851648), - normal: (0.672893, 0.661099, -0.331908), }, - Vertex { position: (2.057496, -2.887282, -0.844225), - normal: (-0.671694, -0.023528, -0.740455), }, - Vertex { position: (2.001343, -2.847715, -0.762517), - normal: (-0.990285, -0.10079, 0.095796), }, - Vertex { position: (2.113587, -3.011851, -0.851648), - normal: (0.672893, 0.661099, -0.331908), }, - Vertex { position: (2.001343, -2.847715, -0.762517), - normal: (-0.990285, -0.10079, 0.095796), }, - Vertex { position: (2.07369, -3.020848, -0.782654), - normal: (-0.701253, 0.091018, 0.707079), }, - Vertex { position: (1.741854, -3.114181, -0.700705), - normal: (-0.967491, -0.143323, 0.208372), }, - Vertex { position: (1.900481, -3.131932, -0.728621), - normal: (-0.630099, -0.773677, 0.066329), }, - Vertex { position: (1.857471, -2.950722, -0.669988), - normal: (0.963394, -0.268066, -0.003702), }, - Vertex { position: (1.741854, -3.114181, -0.700705), - normal: (-0.967491, -0.143323, 0.208372), }, - Vertex { position: (1.857471, -2.950722, -0.669988), - normal: (0.963394, -0.268066, -0.003702), }, - Vertex { position: (1.776024, -2.980086, -0.707575), - normal: (-0.343436, -0.507052, 0.790537), }, - Vertex { position: (1.900481, -3.131932, -0.728621), - normal: (-0.630099, -0.773677, 0.066329), }, - Vertex { position: (1.998099, -3.039955, -0.718855), - normal: (0.714275, 0.465374, 0.522723), }, - Vertex { position: (1.945632, -2.87671, -0.703118), - normal: (0.81992, -0.126246, 0.558385), }, - Vertex { position: (1.900481, -3.131932, -0.728621), - normal: (-0.630099, -0.773677, 0.066329), }, - Vertex { position: (1.945632, -2.87671, -0.703118), - normal: (0.81992, -0.126246, 0.558385), }, - Vertex { position: (1.857471, -2.950722, -0.669988), - normal: (0.963394, -0.268066, -0.003702), }, - Vertex { position: (1.998099, -3.039955, -0.718855), - normal: (0.714275, 0.465374, 0.522723), }, - Vertex { position: (2.07369, -3.020848, -0.782654), - normal: (-0.701253, 0.091018, 0.707079), }, - Vertex { position: (2.001343, -2.847715, -0.762517), - normal: (-0.990285, -0.10079, 0.095796), }, - Vertex { position: (1.998099, -3.039955, -0.718855), - normal: (0.714275, 0.465374, 0.522723), }, - Vertex { position: (2.001343, -2.847715, -0.762517), - normal: (-0.990285, -0.10079, 0.095796), }, - Vertex { position: (1.945632, -2.87671, -0.703118), - normal: (0.81992, -0.126246, 0.558385), }, - Vertex { position: (1.857471, -2.950722, -0.669988), - normal: (0.963394, -0.268066, -0.003702), }, - Vertex { position: (1.945632, -2.87671, -0.703118), - normal: (0.81992, -0.126246, 0.558385), }, - Vertex { position: (1.884318, -2.724404, -0.701999), - normal: (0.751149, 0.43192, 0.49922), }, - Vertex { position: (1.857471, -2.950722, -0.669988), - normal: (0.963394, -0.268066, -0.003702), }, - Vertex { position: (1.884318, -2.724404, -0.701999), - normal: (0.751149, 0.43192, 0.49922), }, - Vertex { position: (1.841282, -2.716008, -0.708009), - normal: (0.975634, -0.187232, 0.114377), }, - Vertex { position: (1.884318, -2.724404, -0.701999), - normal: (0.751149, 0.43192, 0.49922), }, - Vertex { position: (1.945632, -2.87671, -0.703118), - normal: (0.81992, -0.126246, 0.558385), }, - Vertex { position: (2.001343, -2.847715, -0.762517), - normal: (-0.990285, -0.10079, 0.095796), }, - Vertex { position: (1.884318, -2.724404, -0.701999), - normal: (0.751149, 0.43192, 0.49922), }, - Vertex { position: (2.001343, -2.847715, -0.762517), - normal: (-0.990285, -0.10079, 0.095796), }, - Vertex { position: (1.972647, -2.728848, -0.772496), - normal: (-0.062994, -0.00854, 0.997977), }, - Vertex { position: (1.776024, -2.980086, -0.707575), - normal: (-0.343436, -0.507052, 0.790537), }, - Vertex { position: (1.857471, -2.950722, -0.669988), - normal: (0.963394, -0.268066, -0.003702), }, - Vertex { position: (1.841282, -2.716008, -0.708009), - normal: (0.975634, -0.187232, 0.114377), }, - Vertex { position: (1.776024, -2.980086, -0.707575), - normal: (-0.343436, -0.507052, 0.790537), }, - Vertex { position: (1.841282, -2.716008, -0.708009), - normal: (0.975634, -0.187232, 0.114377), }, - Vertex { position: (1.736425, -2.743683, -0.736866), - normal: (0.056398, -0.684481, 0.726846), }, - Vertex { position: (-2.591357, -1.510845, -0.88547), - normal: (0.137764, -0.289893, -0.947092), }, - Vertex { position: (-2.734184, -1.717948, -0.749581), - normal: (0.048753, -0.975535, -0.21437), }, - Vertex { position: (-2.837147, -1.791733, -0.921563), - normal: (0.26198, 0.048424, 0.963858), }, - Vertex { position: (-2.591357, -1.510845, -0.88547), - normal: (0.137764, -0.289893, -0.947092), }, - Vertex { position: (-2.837147, -1.791733, -0.921563), - normal: (0.26198, 0.048424, 0.963858), }, - Vertex { position: (-2.687162, -1.539807, -0.988048), - normal: (0.79444, 0.150524, 0.588394), }, - Vertex { position: (-2.687162, -1.539807, -0.988048), - normal: (0.79444, 0.150524, 0.588394), }, - Vertex { position: (-2.837147, -1.791733, -0.921563), - normal: (0.26198, 0.048424, 0.963858), }, - Vertex { position: (-2.918293, -1.904184, -1.004659), - normal: (0.24139, 0.178826, 0.953809), }, - Vertex { position: (-2.687162, -1.539807, -0.988048), - normal: (0.79444, 0.150524, 0.588394), }, - Vertex { position: (-2.918293, -1.904184, -1.004659), - normal: (0.24139, 0.178826, 0.953809), }, - Vertex { position: (-2.765069, -1.561164, -1.084313), - normal: (-0.15812, -0.033626, -0.986847), }, - Vertex { position: (-2.765069, -1.561164, -1.084313), - normal: (-0.15812, -0.033626, -0.986847), }, - Vertex { position: (-2.918293, -1.904184, -1.004659), - normal: (0.24139, 0.178826, 0.953809), }, - Vertex { position: (-3.010917, -1.884498, -1.08351), - normal: (0.247956, 0.087485, 0.964813), }, - Vertex { position: (-2.765069, -1.561164, -1.084313), - normal: (-0.15812, -0.033626, -0.986847), }, - Vertex { position: (-3.010917, -1.884498, -1.08351), - normal: (0.247956, 0.087485, 0.964813), }, - Vertex { position: (-2.862576, -1.546894, -1.117139), - normal: (-0.234266, 0.044111, -0.971171), }, - Vertex { position: (-2.862576, -1.546894, -1.117139), - normal: (-0.234266, 0.044111, -0.971171), }, - Vertex { position: (-3.010917, -1.884498, -1.08351), - normal: (0.247956, 0.087485, 0.964813), }, - Vertex { position: (-3.117476, -1.866892, -1.108034), - normal: (0.81802, -0.47123, -0.329827), }, - Vertex { position: (-2.862576, -1.546894, -1.117139), - normal: (-0.234266, 0.044111, -0.971171), }, - Vertex { position: (-3.117476, -1.866892, -1.108034), - normal: (0.81802, -0.47123, -0.329827), }, - Vertex { position: (-2.955052, -1.49684, -1.128812), - normal: (0.726897, -0.546446, -0.415953), }, - Vertex { position: (-2.955052, -1.49684, -1.128812), - normal: (0.726897, -0.546446, -0.415953), }, - Vertex { position: (-3.117476, -1.866892, -1.108034), - normal: (0.81802, -0.47123, -0.329827), }, - Vertex { position: (-3.23261, -1.834299, -1.087832), - normal: (0.776291, -0.374868, -0.5068), }, - Vertex { position: (-2.955052, -1.49684, -1.128812), - normal: (0.726897, -0.546446, -0.415953), }, - Vertex { position: (-3.23261, -1.834299, -1.087832), - normal: (0.776291, -0.374868, -0.5068), }, - Vertex { position: (-3.063133, -1.440555, -1.090926), - normal: (-0.390861, 0.032481, -0.919876), }, - Vertex { position: (-3.36599, -1.48517, -0.888076), - normal: (-0.086361, -0.084973, -0.992634), }, - Vertex { position: (-3.49052, -1.760417, -0.903104), - normal: (-0.424393, 0.057227, -0.903668), }, - Vertex { position: (-3.498521, -1.762078, -0.762472), - normal: (-0.51975, 0.138222, -0.843063), }, - Vertex { position: (-3.36599, -1.48517, -0.888076), - normal: (-0.086361, -0.084973, -0.992634), }, - Vertex { position: (-3.498521, -1.762078, -0.762472), - normal: (-0.51975, 0.138222, -0.843063), }, - Vertex { position: (-3.387254, -1.486027, -0.672861), - normal: (-0.354058, -0.732075, 0.581987), }, - Vertex { position: (-3.387254, -1.486027, -0.672861), - normal: (-0.354058, -0.732075, 0.581987), }, - Vertex { position: (-3.335942, -1.365685, -0.72459), - normal: (-0.782249, 0.198377, -0.590536), }, - Vertex { position: (-3.319817, -1.365015, -0.886015), - normal: (-0.811102, -0.12903, -0.570495), }, - Vertex { position: (-3.387254, -1.486027, -0.672861), - normal: (-0.354058, -0.732075, 0.581987), }, - Vertex { position: (-3.319817, -1.365015, -0.886015), - normal: (-0.811102, -0.12903, -0.570495), }, - Vertex { position: (-3.36599, -1.48517, -0.888076), - normal: (-0.086361, -0.084973, -0.992634), }, - Vertex { position: (-3.078699, -2.553982, -1.046834), - normal: (-0.775358, 0.344514, -0.529274), }, - Vertex { position: (-3.162498, -2.556375, -1.058409), - normal: (-0.440199, 0.219838, -0.870572), }, - Vertex { position: (-3.177824, -2.279173, -1.04758), - normal: (-0.820357, 0.160676, -0.548815), }, - Vertex { position: (-3.078699, -2.553982, -1.046834), - normal: (-0.775358, 0.344514, -0.529274), }, - Vertex { position: (-3.177824, -2.279173, -1.04758), - normal: (-0.820357, 0.160676, -0.548815), }, - Vertex { position: (-3.068444, -2.260195, -1.03507), - normal: (-0.906134, 0.012265, 0.422812), }, - Vertex { position: (-3.068444, -2.260195, -1.03507), - normal: (-0.906134, 0.012265, 0.422812), }, - Vertex { position: (-3.177824, -2.279173, -1.04758), - normal: (-0.820357, 0.160676, -0.548815), }, - Vertex { position: (-3.169489, -2.110039, -1.076796), - normal: (0.000667, 0.002295, -0.999997), }, - Vertex { position: (-3.068444, -2.260195, -1.03507), - normal: (-0.906134, 0.012265, 0.422812), }, - Vertex { position: (-3.169489, -2.110039, -1.076796), - normal: (0.000667, 0.002295, -0.999997), }, - Vertex { position: (-3.047974, -2.109628, -1.063497), - normal: (0.461464, -0.003303, -0.887153), }, - Vertex { position: (-3.047974, -2.109628, -1.063497), - normal: (0.461464, -0.003303, -0.887153), }, - Vertex { position: (-3.169489, -2.110039, -1.076796), - normal: (0.000667, 0.002295, -0.999997), }, - Vertex { position: (-3.117476, -1.866892, -1.108034), - normal: (0.81802, -0.47123, -0.329827), }, - Vertex { position: (-3.047974, -2.109628, -1.063497), - normal: (0.461464, -0.003303, -0.887153), }, - Vertex { position: (-3.117476, -1.866892, -1.108034), - normal: (0.81802, -0.47123, -0.329827), }, - Vertex { position: (-3.010917, -1.884498, -1.08351), - normal: (0.247956, 0.087485, 0.964813), }, - Vertex { position: (-3.177824, -2.279173, -1.04758), - normal: (-0.820357, 0.160676, -0.548815), }, - Vertex { position: (-3.207447, -2.103206, -1.071366), - normal: (-0.156447, -0.088128, -0.983747), }, - Vertex { position: (-3.169489, -2.110039, -1.076796), - normal: (0.000667, 0.002295, -0.999997), }, - Vertex { position: (-3.169489, -2.110039, -1.076796), - normal: (0.000667, 0.002295, -0.999997), }, - Vertex { position: (-3.207447, -2.103206, -1.071366), - normal: (-0.156447, -0.088128, -0.983747), }, - Vertex { position: (-3.23261, -1.834299, -1.087832), - normal: (0.776291, -0.374868, -0.5068), }, - Vertex { position: (-3.169489, -2.110039, -1.076796), - normal: (0.000667, 0.002295, -0.999997), }, - Vertex { position: (-3.23261, -1.834299, -1.087832), - normal: (0.776291, -0.374868, -0.5068), }, - Vertex { position: (-3.117476, -1.866892, -1.108034), - normal: (0.81802, -0.47123, -0.329827), }, - Vertex { position: (-3.162498, -2.556375, -1.058409), - normal: (-0.440199, 0.219838, -0.870572), }, - Vertex { position: (-3.251541, -2.56405, -1.023627), - normal: (0.433219, -0.09361, -0.896414), }, - Vertex { position: (-3.281816, -2.305055, -1.001878), - normal: (-0.019303, -0.142974, -0.989538), }, - Vertex { position: (-3.162498, -2.556375, -1.058409), - normal: (-0.440199, 0.219838, -0.870572), }, - Vertex { position: (-3.281816, -2.305055, -1.001878), - normal: (-0.019303, -0.142974, -0.989538), }, - Vertex { position: (-3.177824, -2.279173, -1.04758), - normal: (-0.820357, 0.160676, -0.548815), }, - Vertex { position: (-3.177824, -2.279173, -1.04758), - normal: (-0.820357, 0.160676, -0.548815), }, - Vertex { position: (-3.281816, -2.305055, -1.001878), - normal: (-0.019303, -0.142974, -0.989538), }, - Vertex { position: (-3.327526, -2.075729, -1.005328), - normal: (0.422569, -0.18743, -0.886739), }, - Vertex { position: (-3.177824, -2.279173, -1.04758), - normal: (-0.820357, 0.160676, -0.548815), }, - Vertex { position: (-3.327526, -2.075729, -1.005328), - normal: (0.422569, -0.18743, -0.886739), }, - Vertex { position: (-3.207447, -2.103206, -1.071366), - normal: (-0.156447, -0.088128, -0.983747), }, - Vertex { position: (-3.207447, -2.103206, -1.071366), - normal: (-0.156447, -0.088128, -0.983747), }, - Vertex { position: (-3.327526, -2.075729, -1.005328), - normal: (0.422569, -0.18743, -0.886739), }, - Vertex { position: (-3.357996, -1.811803, -0.975625), - normal: (0.356923, -0.210291, -0.910156), }, - Vertex { position: (-3.207447, -2.103206, -1.071366), - normal: (-0.156447, -0.088128, -0.983747), }, - Vertex { position: (-3.357996, -1.811803, -0.975625), - normal: (0.356923, -0.210291, -0.910156), }, - Vertex { position: (-3.23261, -1.834299, -1.087832), - normal: (0.776291, -0.374868, -0.5068), }, - Vertex { position: (-3.251541, -2.56405, -1.023627), - normal: (0.433219, -0.09361, -0.896414), }, - Vertex { position: (-3.347304, -2.573628, -0.955211), - normal: (-0.354049, -0.10839, -0.928925), }, - Vertex { position: (-3.389388, -2.305625, -0.950348), - normal: (-0.35872, 0.092902, -0.928811), }, - Vertex { position: (-3.251541, -2.56405, -1.023627), - normal: (0.433219, -0.09361, -0.896414), }, - Vertex { position: (-3.389388, -2.305625, -0.950348), - normal: (-0.35872, 0.092902, -0.928811), }, - Vertex { position: (-3.281816, -2.305055, -1.001878), - normal: (-0.019303, -0.142974, -0.989538), }, - Vertex { position: (-3.281816, -2.305055, -1.001878), - normal: (-0.019303, -0.142974, -0.989538), }, - Vertex { position: (-3.389388, -2.305625, -0.950348), - normal: (-0.35872, 0.092902, -0.928811), }, - Vertex { position: (-3.451965, -2.077314, -0.931974), - normal: (-0.453746, -0.057149, -0.889297), }, - Vertex { position: (-3.281816, -2.305055, -1.001878), - normal: (-0.019303, -0.142974, -0.989538), }, - Vertex { position: (-3.451965, -2.077314, -0.931974), - normal: (-0.453746, -0.057149, -0.889297), }, - Vertex { position: (-3.327526, -2.075729, -1.005328), - normal: (0.422569, -0.18743, -0.886739), }, - Vertex { position: (-3.327526, -2.075729, -1.005328), - normal: (0.422569, -0.18743, -0.886739), }, - Vertex { position: (-3.451965, -2.077314, -0.931974), - normal: (-0.453746, -0.057149, -0.889297), }, - Vertex { position: (-3.49052, -1.760417, -0.903104), - normal: (-0.424393, 0.057227, -0.903668), }, - Vertex { position: (-3.327526, -2.075729, -1.005328), - normal: (0.422569, -0.18743, -0.886739), }, - Vertex { position: (-3.49052, -1.760417, -0.903104), - normal: (-0.424393, 0.057227, -0.903668), }, - Vertex { position: (-3.357996, -1.811803, -0.975625), - normal: (0.356923, -0.210291, -0.910156), }, - Vertex { position: (-3.022819, -2.52224, -0.979148), - normal: (-0.501053, -0.05946, -0.863371), }, - Vertex { position: (-3.078699, -2.553982, -1.046834), - normal: (-0.775358, 0.344514, -0.529274), }, - Vertex { position: (-3.068444, -2.260195, -1.03507), - normal: (-0.906134, 0.012265, 0.422812), }, - Vertex { position: (-3.022819, -2.52224, -0.979148), - normal: (-0.501053, -0.05946, -0.863371), }, - Vertex { position: (-3.068444, -2.260195, -1.03507), - normal: (-0.906134, 0.012265, 0.422812), }, - Vertex { position: (-3.007483, -2.270712, -0.984279), - normal: (-0.779685, 0.025369, -0.625657), }, - Vertex { position: (-3.007483, -2.270712, -0.984279), - normal: (-0.779685, 0.025369, -0.625657), }, - Vertex { position: (-3.068444, -2.260195, -1.03507), - normal: (-0.906134, 0.012265, 0.422812), }, - Vertex { position: (-3.047974, -2.109628, -1.063497), - normal: (0.461464, -0.003303, -0.887153), }, - Vertex { position: (-3.007483, -2.270712, -0.984279), - normal: (-0.779685, 0.025369, -0.625657), }, - Vertex { position: (-3.047974, -2.109628, -1.063497), - normal: (0.461464, -0.003303, -0.887153), }, - Vertex { position: (-2.969687, -2.097941, -0.982836), - normal: (-0.765488, -0.115048, -0.633082), }, - Vertex { position: (-2.969687, -2.097941, -0.982836), - normal: (-0.765488, -0.115048, -0.633082), }, - Vertex { position: (-3.047974, -2.109628, -1.063497), - normal: (0.461464, -0.003303, -0.887153), }, - Vertex { position: (-3.010917, -1.884498, -1.08351), - normal: (0.247956, 0.087485, 0.964813), }, - Vertex { position: (-2.969687, -2.097941, -0.982836), - normal: (-0.765488, -0.115048, -0.633082), }, - Vertex { position: (-3.010917, -1.884498, -1.08351), - normal: (0.247956, 0.087485, 0.964813), }, - Vertex { position: (-2.918293, -1.904184, -1.004659), - normal: (0.24139, 0.178826, 0.953809), }, - Vertex { position: (-2.892438, -1.95081, -0.87812), - normal: (-0.807765, -0.096776, -0.581507), }, - Vertex { position: (-2.918293, -1.904184, -1.004659), - normal: (0.24139, 0.178826, 0.953809), }, - Vertex { position: (-2.837147, -1.791733, -0.921563), - normal: (0.26198, 0.048424, 0.963858), }, - Vertex { position: (-2.918293, -1.904184, -1.004659), - normal: (0.24139, 0.178826, 0.953809), }, - Vertex { position: (-2.892438, -1.95081, -0.87812), - normal: (-0.807765, -0.096776, -0.581507), }, - Vertex { position: (-2.981187, -2.142718, -0.858353), - normal: (0.937141, -0.149709, -0.315204), }, - Vertex { position: (-2.918293, -1.904184, -1.004659), - normal: (0.24139, 0.178826, 0.953809), }, - Vertex { position: (-2.981187, -2.142718, -0.858353), - normal: (0.937141, -0.149709, -0.315204), }, - Vertex { position: (-2.969687, -2.097941, -0.982836), - normal: (-0.765488, -0.115048, -0.633082), }, - Vertex { position: (-2.969687, -2.097941, -0.982836), - normal: (-0.765488, -0.115048, -0.633082), }, - Vertex { position: (-2.981187, -2.142718, -0.858353), - normal: (0.937141, -0.149709, -0.315204), }, - Vertex { position: (-3.030605, -2.311222, -0.88433), - normal: (0.866897, -0.268351, -0.420091), }, - Vertex { position: (-2.969687, -2.097941, -0.982836), - normal: (-0.765488, -0.115048, -0.633082), }, - Vertex { position: (-3.030605, -2.311222, -0.88433), - normal: (0.866897, -0.268351, -0.420091), }, - Vertex { position: (-3.007483, -2.270712, -0.984279), - normal: (-0.779685, 0.025369, -0.625657), }, - Vertex { position: (-3.007483, -2.270712, -0.984279), - normal: (-0.779685, 0.025369, -0.625657), }, - Vertex { position: (-3.030605, -2.311222, -0.88433), - normal: (0.866897, -0.268351, -0.420091), }, - Vertex { position: (-3.04661, -2.510881, -0.900772), - normal: (0.886562, -0.46255, -0.007485), }, - Vertex { position: (-3.007483, -2.270712, -0.984279), - normal: (-0.779685, 0.025369, -0.625657), }, - Vertex { position: (-3.04661, -2.510881, -0.900772), - normal: (0.886562, -0.46255, -0.007485), }, - Vertex { position: (-3.022819, -2.52224, -0.979148), - normal: (-0.501053, -0.05946, -0.863371), }, - Vertex { position: (-2.892438, -1.95081, -0.87812), - normal: (-0.807765, -0.096776, -0.581507), }, - Vertex { position: (-2.964215, -1.978727, -0.776572), - normal: (0.982106, -0.010346, -0.188044), }, - Vertex { position: (-3.040398, -2.156239, -0.808208), - normal: (0.567578, -0.469833, 0.6761), }, - Vertex { position: (-2.892438, -1.95081, -0.87812), - normal: (-0.807765, -0.096776, -0.581507), }, - Vertex { position: (-3.040398, -2.156239, -0.808208), - normal: (0.567578, -0.469833, 0.6761), }, - Vertex { position: (-2.981187, -2.142718, -0.858353), - normal: (0.937141, -0.149709, -0.315204), }, - Vertex { position: (-2.981187, -2.142718, -0.858353), - normal: (0.937141, -0.149709, -0.315204), }, - Vertex { position: (-3.040398, -2.156239, -0.808208), - normal: (0.567578, -0.469833, 0.6761), }, - Vertex { position: (-3.030605, -2.311222, -0.88433), - normal: (0.866897, -0.268351, -0.420091), }, - Vertex { position: (-3.030605, -2.311222, -0.88433), - normal: (0.866897, -0.268351, -0.420091), }, - Vertex { position: (-3.040398, -2.156239, -0.808208), - normal: (0.567578, -0.469833, 0.6761), }, - Vertex { position: (-3.120761, -2.15777, -0.766432), - normal: (0.890357, -0.340018, 0.302742), }, - Vertex { position: (-3.030605, -2.311222, -0.88433), - normal: (0.866897, -0.268351, -0.420091), }, - Vertex { position: (-3.120761, -2.15777, -0.766432), - normal: (0.890357, -0.340018, 0.302742), }, - Vertex { position: (-3.144012, -2.333635, -0.829994), - normal: (0.773659, -0.235087, 0.588375), }, - Vertex { position: (-2.964215, -1.978727, -0.776572), - normal: (0.982106, -0.010346, -0.188044), }, - Vertex { position: (-3.066022, -1.953125, -0.719516), - normal: (0.789099, -0.039289, 0.613008), }, - Vertex { position: (-3.120761, -2.15777, -0.766432), - normal: (0.890357, -0.340018, 0.302742), }, - Vertex { position: (-2.964215, -1.978727, -0.776572), - normal: (0.982106, -0.010346, -0.188044), }, - Vertex { position: (-3.120761, -2.15777, -0.766432), - normal: (0.890357, -0.340018, 0.302742), }, - Vertex { position: (-3.040398, -2.156239, -0.808208), - normal: (0.567578, -0.469833, 0.6761), }, - Vertex { position: (-3.066022, -1.953125, -0.719516), - normal: (0.789099, -0.039289, 0.613008), }, - Vertex { position: (-3.211005, -1.850398, -0.700723), - normal: (0.230893, -0.309688, 0.922378), }, - Vertex { position: (-3.253309, -2.137354, -0.760713), - normal: (0.257818, -0.230014, 0.938415), }, - Vertex { position: (-3.066022, -1.953125, -0.719516), - normal: (0.789099, -0.039289, 0.613008), }, - Vertex { position: (-3.253309, -2.137354, -0.760713), - normal: (0.257818, -0.230014, 0.938415), }, - Vertex { position: (-3.120761, -2.15777, -0.766432), - normal: (0.890357, -0.340018, 0.302742), }, - Vertex { position: (-3.120761, -2.15777, -0.766432), - normal: (0.890357, -0.340018, 0.302742), }, - Vertex { position: (-3.253309, -2.137354, -0.760713), - normal: (0.257818, -0.230014, 0.938415), }, - Vertex { position: (-3.235873, -2.335338, -0.820588), - normal: (0.148388, -0.325205, 0.933929), }, - Vertex { position: (-3.120761, -2.15777, -0.766432), - normal: (0.890357, -0.340018, 0.302742), }, - Vertex { position: (-3.235873, -2.335338, -0.820588), - normal: (0.148388, -0.325205, 0.933929), }, - Vertex { position: (-3.144012, -2.333635, -0.829994), - normal: (0.773659, -0.235087, 0.588375), }, - Vertex { position: (-3.144012, -2.333635, -0.829994), - normal: (0.773659, -0.235087, 0.588375), }, - Vertex { position: (-3.235873, -2.335338, -0.820588), - normal: (0.148388, -0.325205, 0.933929), }, - Vertex { position: (-3.240554, -2.555467, -0.856262), - normal: (-0.215783, -0.895808, 0.388544), }, - Vertex { position: (-3.144012, -2.333635, -0.829994), - normal: (0.773659, -0.235087, 0.588375), }, - Vertex { position: (-3.240554, -2.555467, -0.856262), - normal: (-0.215783, -0.895808, 0.388544), }, - Vertex { position: (-3.132772, -2.528669, -0.848639), - normal: (-0.065687, -0.249194, 0.966223), }, - Vertex { position: (-3.304804, -1.582192, -0.643445), - normal: (0.515412, -0.714946, 0.472444), }, - Vertex { position: (-3.387254, -1.486027, -0.672861), - normal: (-0.354058, -0.732075, 0.581987), }, - Vertex { position: (-3.498521, -1.762078, -0.762472), - normal: (-0.51975, 0.138222, -0.843063), }, - Vertex { position: (-3.304804, -1.582192, -0.643445), - normal: (0.515412, -0.714946, 0.472444), }, - Vertex { position: (-3.498521, -1.762078, -0.762472), - normal: (-0.51975, 0.138222, -0.843063), }, - Vertex { position: (-3.381262, -1.828189, -0.697034), - normal: (-0.050511, -0.258376, 0.964723), }, - Vertex { position: (-3.381262, -1.828189, -0.697034), - normal: (-0.050511, -0.258376, 0.964723), }, - Vertex { position: (-3.211005, -1.850398, -0.700723), - normal: (0.230893, -0.309688, 0.922378), }, - Vertex { position: (-3.139394, -1.687482, -0.638546), - normal: (-0.012978, -0.998326, 0.056357), }, - Vertex { position: (-3.381262, -1.828189, -0.697034), - normal: (-0.050511, -0.258376, 0.964723), }, - Vertex { position: (-3.139394, -1.687482, -0.638546), - normal: (-0.012978, -0.998326, 0.056357), }, - Vertex { position: (-3.304804, -1.582192, -0.643445), - normal: (0.515412, -0.714946, 0.472444), }, - Vertex { position: (-3.211005, -1.850398, -0.700723), - normal: (0.230893, -0.309688, 0.922378), }, - Vertex { position: (-3.381262, -1.828189, -0.697034), - normal: (-0.050511, -0.258376, 0.964723), }, - Vertex { position: (-3.422698, -2.070796, -0.773898), - normal: (-0.042094, -0.220101, 0.974568), }, - Vertex { position: (-3.211005, -1.850398, -0.700723), - normal: (0.230893, -0.309688, 0.922378), }, - Vertex { position: (-3.422698, -2.070796, -0.773898), - normal: (-0.042094, -0.220101, 0.974568), }, - Vertex { position: (-3.253309, -2.137354, -0.760713), - normal: (0.257818, -0.230014, 0.938415), }, - Vertex { position: (-3.253309, -2.137354, -0.760713), - normal: (0.257818, -0.230014, 0.938415), }, - Vertex { position: (-3.422698, -2.070796, -0.773898), - normal: (-0.042094, -0.220101, 0.974568), }, - Vertex { position: (-3.339489, -2.328145, -0.827572), - normal: (-0.085416, -0.081635, 0.992995), }, - Vertex { position: (-3.253309, -2.137354, -0.760713), - normal: (0.257818, -0.230014, 0.938415), }, - Vertex { position: (-3.339489, -2.328145, -0.827572), - normal: (-0.085416, -0.081635, 0.992995), }, - Vertex { position: (-3.235873, -2.335338, -0.820588), - normal: (0.148388, -0.325205, 0.933929), }, - Vertex { position: (-3.235873, -2.335338, -0.820588), - normal: (0.148388, -0.325205, 0.933929), }, - Vertex { position: (-3.339489, -2.328145, -0.827572), - normal: (-0.085416, -0.081635, 0.992995), }, - Vertex { position: (-3.297886, -2.54902, -0.861657), - normal: (0.255431, -0.055528, 0.965231), }, - Vertex { position: (-3.235873, -2.335338, -0.820588), - normal: (0.148388, -0.325205, 0.933929), }, - Vertex { position: (-3.297886, -2.54902, -0.861657), - normal: (0.255431, -0.055528, 0.965231), }, - Vertex { position: (-3.240554, -2.555467, -0.856262), - normal: (-0.215783, -0.895808, 0.388544), }, - Vertex { position: (-3.381262, -1.828189, -0.697034), - normal: (-0.050511, -0.258376, 0.964723), }, - Vertex { position: (-3.498521, -1.762078, -0.762472), - normal: (-0.51975, 0.138222, -0.843063), }, - Vertex { position: (-3.463753, -2.079892, -0.844667), - normal: (-0.348227, -0.192528, 0.917426), }, - Vertex { position: (-3.381262, -1.828189, -0.697034), - normal: (-0.050511, -0.258376, 0.964723), }, - Vertex { position: (-3.463753, -2.079892, -0.844667), - normal: (-0.348227, -0.192528, 0.917426), }, - Vertex { position: (-3.422698, -2.070796, -0.773898), - normal: (-0.042094, -0.220101, 0.974568), }, - Vertex { position: (-3.422698, -2.070796, -0.773898), - normal: (-0.042094, -0.220101, 0.974568), }, - Vertex { position: (-3.463753, -2.079892, -0.844667), - normal: (-0.348227, -0.192528, 0.917426), }, - Vertex { position: (-3.412068, -2.356105, -0.865813), - normal: (-0.401279, -0.250965, 0.880904), }, - Vertex { position: (-3.422698, -2.070796, -0.773898), - normal: (-0.042094, -0.220101, 0.974568), }, - Vertex { position: (-3.412068, -2.356105, -0.865813), - normal: (-0.401279, -0.250965, 0.880904), }, - Vertex { position: (-3.339489, -2.328145, -0.827572), - normal: (-0.085416, -0.081635, 0.992995), }, - Vertex { position: (-3.339489, -2.328145, -0.827572), - normal: (-0.085416, -0.081635, 0.992995), }, - Vertex { position: (-3.412068, -2.356105, -0.865813), - normal: (-0.401279, -0.250965, 0.880904), }, - Vertex { position: (-3.372066, -2.569159, -0.904785), - normal: (-0.326843, -0.236652, 0.91497), }, - Vertex { position: (-3.339489, -2.328145, -0.827572), - normal: (-0.085416, -0.081635, 0.992995), }, - Vertex { position: (-3.372066, -2.569159, -0.904785), - normal: (-0.326843, -0.236652, 0.91497), }, - Vertex { position: (-3.297886, -2.54902, -0.861657), - normal: (0.255431, -0.055528, 0.965231), }, - Vertex { position: (-3.463753, -2.079892, -0.844667), - normal: (-0.348227, -0.192528, 0.917426), }, - Vertex { position: (-3.451965, -2.077314, -0.931974), - normal: (-0.453746, -0.057149, -0.889297), }, - Vertex { position: (-3.389388, -2.305625, -0.950348), - normal: (-0.35872, 0.092902, -0.928811), }, - Vertex { position: (-3.463753, -2.079892, -0.844667), - normal: (-0.348227, -0.192528, 0.917426), }, - Vertex { position: (-3.389388, -2.305625, -0.950348), - normal: (-0.35872, 0.092902, -0.928811), }, - Vertex { position: (-3.412068, -2.356105, -0.865813), - normal: (-0.401279, -0.250965, 0.880904), }, - Vertex { position: (-3.412068, -2.356105, -0.865813), - normal: (-0.401279, -0.250965, 0.880904), }, - Vertex { position: (-3.389388, -2.305625, -0.950348), - normal: (-0.35872, 0.092902, -0.928811), }, - Vertex { position: (-3.347304, -2.573628, -0.955211), - normal: (-0.354049, -0.10839, -0.928925), }, - Vertex { position: (-3.412068, -2.356105, -0.865813), - normal: (-0.401279, -0.250965, 0.880904), }, - Vertex { position: (-3.347304, -2.573628, -0.955211), - normal: (-0.354049, -0.10839, -0.928925), }, - Vertex { position: (-3.372066, -2.569159, -0.904785), - normal: (-0.326843, -0.236652, 0.91497), }, - Vertex { position: (-3.498521, -1.762078, -0.762472), - normal: (-0.51975, 0.138222, -0.843063), }, - Vertex { position: (-3.49052, -1.760417, -0.903104), - normal: (-0.424393, 0.057227, -0.903668), }, - Vertex { position: (-3.451965, -2.077314, -0.931974), - normal: (-0.453746, -0.057149, -0.889297), }, - Vertex { position: (-3.498521, -1.762078, -0.762472), - normal: (-0.51975, 0.138222, -0.843063), }, - Vertex { position: (-3.451965, -2.077314, -0.931974), - normal: (-0.453746, -0.057149, -0.889297), }, - Vertex { position: (-3.463753, -2.079892, -0.844667), - normal: (-0.348227, -0.192528, 0.917426), }, - Vertex { position: (-3.357996, -1.811803, -0.975625), - normal: (0.356923, -0.210291, -0.910156), }, - Vertex { position: (-3.49052, -1.760417, -0.903104), - normal: (-0.424393, 0.057227, -0.903668), }, - Vertex { position: (-3.36599, -1.48517, -0.888076), - normal: (-0.086361, -0.084973, -0.992634), }, - Vertex { position: (-3.357996, -1.811803, -0.975625), - normal: (0.356923, -0.210291, -0.910156), }, - Vertex { position: (-3.36599, -1.48517, -0.888076), - normal: (-0.086361, -0.084973, -0.992634), }, - Vertex { position: (-3.342096, -1.533989, -0.921628), - normal: (-0.032036, -0.072305, -0.996868), }, - Vertex { position: (1.953911, -2.462233, -0.830594), - normal: (-0.587844, -0.244917, -0.771009), }, - Vertex { position: (1.930747, -2.463535, -0.894743), - normal: (0.985192, -0.12583, 0.116459), }, - Vertex { position: (1.98533, -2.221319, -0.893145), - normal: (0.996811, -0.048518, 0.063355), }, - Vertex { position: (1.953911, -2.462233, -0.830594), - normal: (-0.587844, -0.244917, -0.771009), }, - Vertex { position: (1.98533, -2.221319, -0.893145), - normal: (0.996811, -0.048518, 0.063355), }, - Vertex { position: (2.02453, -2.195334, -0.811284), - normal: (-0.845196, -0.27877, -0.455994), }, - Vertex { position: (2.02453, -2.195334, -0.811284), - normal: (-0.845196, -0.27877, -0.455994), }, - Vertex { position: (1.98533, -2.221319, -0.893145), - normal: (0.996811, -0.048518, 0.063355), }, - Vertex { position: (2.013095, -2.051912, -0.911043), - normal: (0.957938, -0.285979, -0.023877), }, - Vertex { position: (2.02453, -2.195334, -0.811284), - normal: (-0.845196, -0.27877, -0.455994), }, - Vertex { position: (2.013095, -2.051912, -0.911043), - normal: (0.957938, -0.285979, -0.023877), }, - Vertex { position: (2.047696, -2.050138, -0.814712), - normal: (-0.732521, -0.474279, -0.488336), }, - Vertex { position: (2.047696, -2.050138, -0.814712), - normal: (-0.732521, -0.474279, -0.488336), }, - Vertex { position: (2.013095, -2.051912, -0.911043), - normal: (0.957938, -0.285979, -0.023877), }, - Vertex { position: (2.021591, -1.755289, -0.912093), - normal: (-0.274087, 0.000043, 0.961705), }, - Vertex { position: (2.047696, -2.050138, -0.814712), - normal: (-0.732521, -0.474279, -0.488336), }, - Vertex { position: (2.021591, -1.755289, -0.912093), - normal: (-0.274087, 0.000043, 0.961705), }, - Vertex { position: (2.053108, -1.738285, -0.824853), - normal: (0.972392, 0.232654, -0.018037), }, - Vertex { position: (2.053108, -1.738285, -0.824853), - normal: (0.972392, 0.232654, -0.018037), }, - Vertex { position: (2.021591, -1.755289, -0.912093), - normal: (-0.274087, 0.000043, 0.961705), }, - Vertex { position: (2.036036, -1.57908, -0.967151), - normal: (0.74023, -0.090866, -0.666185), }, - Vertex { position: (2.053108, -1.738285, -0.824853), - normal: (0.972392, 0.232654, -0.018037), }, - Vertex { position: (2.036036, -1.57908, -0.967151), - normal: (0.74023, -0.090866, -0.666185), }, - Vertex { position: (2.059844, -1.561331, -0.858957), - normal: (0.999491, -0.02584, -0.01873), }, - Vertex { position: (1.678986, -2.513137, -0.891745), - normal: (-0.176356, -0.113876, -0.977717), }, - Vertex { position: (1.737623, -2.485017, -0.918334), - normal: (-0.051713, -0.100832, -0.993559), }, - Vertex { position: (1.771416, -2.769024, -0.9461), - normal: (-0.069043, -0.157333, -0.985129), }, - Vertex { position: (1.678986, -2.513137, -0.891745), - normal: (-0.176356, -0.113876, -0.977717), }, - Vertex { position: (1.771416, -2.769024, -0.9461), - normal: (-0.069043, -0.157333, -0.985129), }, - Vertex { position: (1.718315, -2.775468, -0.921796), - normal: (-0.246054, -0.154918, -0.956796), }, - Vertex { position: (1.648793, -2.280014, -0.929365), - normal: (-0.136917, -0.20176, -0.969818), }, - Vertex { position: (1.710406, -2.272223, -0.954296), - normal: (0.039, -0.185675, -0.981837), }, - Vertex { position: (1.737623, -2.485017, -0.918334), - normal: (-0.051713, -0.100832, -0.993559), }, - Vertex { position: (1.648793, -2.280014, -0.929365), - normal: (-0.136917, -0.20176, -0.969818), }, - Vertex { position: (1.737623, -2.485017, -0.918334), - normal: (-0.051713, -0.100832, -0.993559), }, - Vertex { position: (1.678986, -2.513137, -0.891745), - normal: (-0.176356, -0.113876, -0.977717), }, - Vertex { position: (1.6249, -2.087301, -0.963391), - normal: (-0.17902, -0.308668, -0.934171), }, - Vertex { position: (1.720031, -2.105568, -0.971354), - normal: (0.109483, -0.310605, -0.944213), }, - Vertex { position: (1.710406, -2.272223, -0.954296), - normal: (0.039, -0.185675, -0.981837), }, - Vertex { position: (1.6249, -2.087301, -0.963391), - normal: (-0.17902, -0.308668, -0.934171), }, - Vertex { position: (1.710406, -2.272223, -0.954296), - normal: (0.039, -0.185675, -0.981837), }, - Vertex { position: (1.648793, -2.280014, -0.929365), - normal: (-0.136917, -0.20176, -0.969818), }, - Vertex { position: (1.572979, -1.827591, -0.985823), - normal: (-0.739347, 0.031953, -0.672566), }, - Vertex { position: (1.717145, -1.80953, -1.004092), - normal: (-0.09542, 0.162222, -0.98213), }, - Vertex { position: (1.720031, -2.105568, -0.971354), - normal: (0.109483, -0.310605, -0.944213), }, - Vertex { position: (1.572979, -1.827591, -0.985823), - normal: (-0.739347, 0.031953, -0.672566), }, - Vertex { position: (1.720031, -2.105568, -0.971354), - normal: (0.109483, -0.310605, -0.944213), }, - Vertex { position: (1.6249, -2.087301, -0.963391), - normal: (-0.17902, -0.308668, -0.934171), }, - Vertex { position: (1.54175, -1.643613, -1.01419), - normal: (-0.652584, -0.147678, -0.743186), }, - Vertex { position: (1.650318, -1.645881, -1.053347), - normal: (-0.211092, -0.082708, -0.973961), }, - Vertex { position: (1.717145, -1.80953, -1.004092), - normal: (-0.09542, 0.162222, -0.98213), }, - Vertex { position: (1.54175, -1.643613, -1.01419), - normal: (-0.652584, -0.147678, -0.743186), }, - Vertex { position: (1.717145, -1.80953, -1.004092), - normal: (-0.09542, 0.162222, -0.98213), }, - Vertex { position: (1.572979, -1.827591, -0.985823), - normal: (-0.739347, 0.031953, -0.672566), }, - Vertex { position: (1.586321, -2.273752, -0.880969), - normal: (-0.4008, -0.167777, -0.900672), }, - Vertex { position: (1.648793, -2.280014, -0.929365), - normal: (-0.136917, -0.20176, -0.969818), }, - Vertex { position: (1.678986, -2.513137, -0.891745), - normal: (-0.176356, -0.113876, -0.977717), }, - Vertex { position: (1.586321, -2.273752, -0.880969), - normal: (-0.4008, -0.167777, -0.900672), }, - Vertex { position: (1.678986, -2.513137, -0.891745), - normal: (-0.176356, -0.113876, -0.977717), }, - Vertex { position: (1.655948, -2.520927, -0.844269), - normal: (-0.483189, -0.207332, -0.850613), }, - Vertex { position: (1.529305, -2.092083, -0.887353), - normal: (-0.417424, -0.199203, -0.886609), }, - Vertex { position: (1.6249, -2.087301, -0.963391), - normal: (-0.17902, -0.308668, -0.934171), }, - Vertex { position: (1.648793, -2.280014, -0.929365), - normal: (-0.136917, -0.20176, -0.969818), }, - Vertex { position: (1.529305, -2.092083, -0.887353), - normal: (-0.417424, -0.199203, -0.886609), }, - Vertex { position: (1.648793, -2.280014, -0.929365), - normal: (-0.136917, -0.20176, -0.969818), }, - Vertex { position: (1.586321, -2.273752, -0.880969), - normal: (-0.4008, -0.167777, -0.900672), }, - Vertex { position: (1.508714, -1.808578, -0.934359), - normal: (-0.521685, -0.261319, -0.812131), }, - Vertex { position: (1.572979, -1.827591, -0.985823), - normal: (-0.739347, 0.031953, -0.672566), }, - Vertex { position: (1.6249, -2.087301, -0.963391), - normal: (-0.17902, -0.308668, -0.934171), }, - Vertex { position: (1.508714, -1.808578, -0.934359), - normal: (-0.521685, -0.261319, -0.812131), }, - Vertex { position: (1.6249, -2.087301, -0.963391), - normal: (-0.17902, -0.308668, -0.934171), }, - Vertex { position: (1.529305, -2.092083, -0.887353), - normal: (-0.417424, -0.199203, -0.886609), }, - Vertex { position: (1.480629, -1.640132, -0.953447), - normal: (-0.970971, -0.219011, -0.096178), }, - Vertex { position: (1.54175, -1.643613, -1.01419), - normal: (-0.652584, -0.147678, -0.743186), }, - Vertex { position: (1.572979, -1.827591, -0.985823), - normal: (-0.739347, 0.031953, -0.672566), }, - Vertex { position: (1.480629, -1.640132, -0.953447), - normal: (-0.970971, -0.219011, -0.096178), }, - Vertex { position: (1.572979, -1.827591, -0.985823), - normal: (-0.739347, 0.031953, -0.672566), }, - Vertex { position: (1.508714, -1.808578, -0.934359), - normal: (-0.521685, -0.261319, -0.812131), }, - Vertex { position: (1.60129, -2.267132, -0.787696), - normal: (-0.883058, -0.239959, -0.403273), }, - Vertex { position: (1.586321, -2.273752, -0.880969), - normal: (-0.4008, -0.167777, -0.900672), }, - Vertex { position: (1.655948, -2.520927, -0.844269), - normal: (-0.483189, -0.207332, -0.850613), }, - Vertex { position: (1.60129, -2.267132, -0.787696), - normal: (-0.883058, -0.239959, -0.403273), }, - Vertex { position: (1.655948, -2.520927, -0.844269), - normal: (-0.483189, -0.207332, -0.850613), }, - Vertex { position: (1.663494, -2.485963, -0.790773), - normal: (-0.912869, -0.285577, -0.291747), }, - Vertex { position: (1.544087, -2.080722, -0.786432), - normal: (-0.872722, -0.174901, -0.455813), }, - Vertex { position: (1.529305, -2.092083, -0.887353), - normal: (-0.417424, -0.199203, -0.886609), }, - Vertex { position: (1.586321, -2.273752, -0.880969), - normal: (-0.4008, -0.167777, -0.900672), }, - Vertex { position: (1.544087, -2.080722, -0.786432), - normal: (-0.872722, -0.174901, -0.455813), }, - Vertex { position: (1.586321, -2.273752, -0.880969), - normal: (-0.4008, -0.167777, -0.900672), }, - Vertex { position: (1.60129, -2.267132, -0.787696), - normal: (-0.883058, -0.239959, -0.403273), }, - Vertex { position: (1.473886, -1.818947, -0.799576), - normal: (-0.874358, -0.225285, -0.429819), }, - Vertex { position: (1.508714, -1.808578, -0.934359), - normal: (-0.521685, -0.261319, -0.812131), }, - Vertex { position: (1.529305, -2.092083, -0.887353), - normal: (-0.417424, -0.199203, -0.886609), }, - Vertex { position: (1.473886, -1.818947, -0.799576), - normal: (-0.874358, -0.225285, -0.429819), }, - Vertex { position: (1.529305, -2.092083, -0.887353), - normal: (-0.417424, -0.199203, -0.886609), }, - Vertex { position: (1.544087, -2.080722, -0.786432), - normal: (-0.872722, -0.174901, -0.455813), }, - Vertex { position: (1.451825, -1.576856, -0.702758), - normal: (-0.794709, -0.185222, 0.578041), }, - Vertex { position: (1.480629, -1.640132, -0.953447), - normal: (-0.970971, -0.219011, -0.096178), }, - Vertex { position: (1.508714, -1.808578, -0.934359), - normal: (-0.521685, -0.261319, -0.812131), }, - Vertex { position: (1.451825, -1.576856, -0.702758), - normal: (-0.794709, -0.185222, 0.578041), }, - Vertex { position: (1.508714, -1.808578, -0.934359), - normal: (-0.521685, -0.261319, -0.812131), }, - Vertex { position: (1.473886, -1.818947, -0.799576), - normal: (-0.874358, -0.225285, -0.429819), }, - Vertex { position: (1.677597, -2.237953, -0.696318), - normal: (-0.898389, -0.217201, 0.381735), }, - Vertex { position: (1.60129, -2.267132, -0.787696), - normal: (-0.883058, -0.239959, -0.403273), }, - Vertex { position: (1.663494, -2.485963, -0.790773), - normal: (-0.912869, -0.285577, -0.291747), }, - Vertex { position: (1.677597, -2.237953, -0.696318), - normal: (-0.898389, -0.217201, 0.381735), }, - Vertex { position: (1.663494, -2.485963, -0.790773), - normal: (-0.912869, -0.285577, -0.291747), }, - Vertex { position: (1.756349, -2.446399, -0.705428), - normal: (-0.887036, -0.210048, 0.411154), }, - Vertex { position: (1.643403, -2.076583, -0.689565), - normal: (-0.819257, -0.566976, -0.085772), }, - Vertex { position: (1.544087, -2.080722, -0.786432), - normal: (-0.872722, -0.174901, -0.455813), }, - Vertex { position: (1.60129, -2.267132, -0.787696), - normal: (-0.883058, -0.239959, -0.403273), }, - Vertex { position: (1.643403, -2.076583, -0.689565), - normal: (-0.819257, -0.566976, -0.085772), }, - Vertex { position: (1.60129, -2.267132, -0.787696), - normal: (-0.883058, -0.239959, -0.403273), }, - Vertex { position: (1.677597, -2.237953, -0.696318), - normal: (-0.898389, -0.217201, 0.381735), }, - Vertex { position: (1.596751, -1.722028, -0.684655), - normal: (0.193853, 0.161608, -0.967628), }, - Vertex { position: (1.473886, -1.818947, -0.799576), - normal: (-0.874358, -0.225285, -0.429819), }, - Vertex { position: (1.544087, -2.080722, -0.786432), - normal: (-0.872722, -0.174901, -0.455813), }, - Vertex { position: (1.596751, -1.722028, -0.684655), - normal: (0.193853, 0.161608, -0.967628), }, - Vertex { position: (1.544087, -2.080722, -0.786432), - normal: (-0.872722, -0.174901, -0.455813), }, - Vertex { position: (1.643403, -2.076583, -0.689565), - normal: (-0.819257, -0.566976, -0.085772), }, - Vertex { position: (1.599889, -1.595526, -0.623185), - normal: (-0.493424, -0.165611, 0.853877), }, - Vertex { position: (1.451825, -1.576856, -0.702758), - normal: (-0.794709, -0.185222, 0.578041), }, - Vertex { position: (1.473886, -1.818947, -0.799576), - normal: (-0.874358, -0.225285, -0.429819), }, - Vertex { position: (1.599889, -1.595526, -0.623185), - normal: (-0.493424, -0.165611, 0.853877), }, - Vertex { position: (1.473886, -1.818947, -0.799576), - normal: (-0.874358, -0.225285, -0.429819), }, - Vertex { position: (1.596751, -1.722028, -0.684655), - normal: (0.193853, 0.161608, -0.967628), }, - Vertex { position: (1.930747, -2.463535, -0.894743), - normal: (0.985192, -0.12583, 0.116459), }, - Vertex { position: (1.953911, -2.462233, -0.830594), - normal: (-0.587844, -0.244917, -0.771009), }, - Vertex { position: (1.994078, -2.713047, -0.824553), - normal: (-0.247433, -0.24804, -0.936618), }, - Vertex { position: (1.930747, -2.463535, -0.894743), - normal: (0.985192, -0.12583, 0.116459), }, - Vertex { position: (1.994078, -2.713047, -0.824553), - normal: (-0.247433, -0.24804, -0.936618), }, - Vertex { position: (1.960643, -2.71286, -0.90089), - normal: (0.186476, 0.252953, -0.949337), }, - Vertex { position: (1.864064, -2.469953, -0.935601), - normal: (0.843062, -0.10517, -0.527433), }, - Vertex { position: (1.930747, -2.463535, -0.894743), - normal: (0.985192, -0.12583, 0.116459), }, - Vertex { position: (1.960643, -2.71286, -0.90089), - normal: (0.186476, 0.252953, -0.949337), }, - Vertex { position: (1.864064, -2.469953, -0.935601), - normal: (0.843062, -0.10517, -0.527433), }, - Vertex { position: (1.960643, -2.71286, -0.90089), - normal: (0.186476, 0.252953, -0.949337), }, - Vertex { position: (1.880971, -2.733242, -0.8902), - normal: (0.820312, -0.193024, -0.538358), }, - Vertex { position: (1.941767, -1.759457, -0.997454), - normal: (0.159615, 0.129847, -0.978602), }, - Vertex { position: (1.937009, -1.625419, -1.026843), - normal: (0.290478, -0.146424, -0.945612), }, - Vertex { position: (2.036036, -1.57908, -0.967151), - normal: (0.74023, -0.090866, -0.666185), }, - Vertex { position: (1.941767, -1.759457, -0.997454), - normal: (0.159615, 0.129847, -0.978602), }, - Vertex { position: (2.036036, -1.57908, -0.967151), - normal: (0.74023, -0.090866, -0.666185), }, - Vertex { position: (2.021591, -1.755289, -0.912093), - normal: (-0.274087, 0.000043, 0.961705), }, - Vertex { position: (1.918641, -2.083654, -1.001275), - normal: (0.830793, -0.244757, -0.499878), }, - Vertex { position: (1.941767, -1.759457, -0.997454), - normal: (0.159615, 0.129847, -0.978602), }, - Vertex { position: (2.021591, -1.755289, -0.912093), - normal: (-0.274087, 0.000043, 0.961705), }, - Vertex { position: (1.918641, -2.083654, -1.001275), - normal: (0.830793, -0.244757, -0.499878), }, - Vertex { position: (2.021591, -1.755289, -0.912093), - normal: (-0.274087, 0.000043, 0.961705), }, - Vertex { position: (2.013095, -2.051912, -0.911043), - normal: (0.957938, -0.285979, -0.023877), }, - Vertex { position: (1.90637, -2.282284, -0.964887), - normal: (0.846555, -0.103661, -0.52211), }, - Vertex { position: (1.98533, -2.221319, -0.893145), - normal: (0.996811, -0.048518, 0.063355), }, - Vertex { position: (1.930747, -2.463535, -0.894743), - normal: (0.985192, -0.12583, 0.116459), }, - Vertex { position: (1.90637, -2.282284, -0.964887), - normal: (0.846555, -0.103661, -0.52211), }, - Vertex { position: (1.930747, -2.463535, -0.894743), - normal: (0.985192, -0.12583, 0.116459), }, - Vertex { position: (1.864064, -2.469953, -0.935601), - normal: (0.843062, -0.10517, -0.527433), }, - Vertex { position: (1.90637, -2.282284, -0.964887), - normal: (0.846555, -0.103661, -0.52211), }, - Vertex { position: (1.918641, -2.083654, -1.001275), - normal: (0.830793, -0.244757, -0.499878), }, - Vertex { position: (2.013095, -2.051912, -0.911043), - normal: (0.957938, -0.285979, -0.023877), }, - Vertex { position: (1.90637, -2.282284, -0.964887), - normal: (0.846555, -0.103661, -0.52211), }, - Vertex { position: (2.013095, -2.051912, -0.911043), - normal: (0.957938, -0.285979, -0.023877), }, - Vertex { position: (1.98533, -2.221319, -0.893145), - normal: (0.996811, -0.048518, 0.063355), }, - Vertex { position: (1.771416, -2.769024, -0.9461), - normal: (-0.069043, -0.157333, -0.985129), }, - Vertex { position: (1.737623, -2.485017, -0.918334), - normal: (-0.051713, -0.100832, -0.993559), }, - Vertex { position: (1.801127, -2.48469, -0.938593), - normal: (0.407719, -0.190267, -0.893064), }, - Vertex { position: (1.771416, -2.769024, -0.9461), - normal: (-0.069043, -0.157333, -0.985129), }, - Vertex { position: (1.801127, -2.48469, -0.938593), - normal: (0.407719, -0.190267, -0.893064), }, - Vertex { position: (1.830669, -2.736121, -0.903313), - normal: (-0.845931, -0.255219, 0.468256), }, - Vertex { position: (1.801127, -2.48469, -0.938593), - normal: (0.407719, -0.190267, -0.893064), }, - Vertex { position: (1.864064, -2.469953, -0.935601), - normal: (0.843062, -0.10517, -0.527433), }, - Vertex { position: (1.880971, -2.733242, -0.8902), - normal: (0.820312, -0.193024, -0.538358), }, - Vertex { position: (1.801127, -2.48469, -0.938593), - normal: (0.407719, -0.190267, -0.893064), }, - Vertex { position: (1.880971, -2.733242, -0.8902), - normal: (0.820312, -0.193024, -0.538358), }, - Vertex { position: (1.830669, -2.736121, -0.903313), - normal: (-0.845931, -0.255219, 0.468256), }, - Vertex { position: (1.717145, -1.80953, -1.004092), - normal: (-0.09542, 0.162222, -0.98213), }, - Vertex { position: (1.650318, -1.645881, -1.053347), - normal: (-0.211092, -0.082708, -0.973961), }, - Vertex { position: (1.804927, -1.581954, -1.089198), - normal: (0.051664, -0.122235, -0.991156), }, - Vertex { position: (1.717145, -1.80953, -1.004092), - normal: (-0.09542, 0.162222, -0.98213), }, - Vertex { position: (1.804927, -1.581954, -1.089198), - normal: (0.051664, -0.122235, -0.991156), }, - Vertex { position: (1.818846, -1.756976, -1.023593), - normal: (0.473622, -0.284001, -0.833682), }, - Vertex { position: (1.720031, -2.105568, -0.971354), - normal: (0.109483, -0.310605, -0.944213), }, - Vertex { position: (1.717145, -1.80953, -1.004092), - normal: (-0.09542, 0.162222, -0.98213), }, - Vertex { position: (1.818846, -1.756976, -1.023593), - normal: (0.473622, -0.284001, -0.833682), }, - Vertex { position: (1.720031, -2.105568, -0.971354), - normal: (0.109483, -0.310605, -0.944213), }, - Vertex { position: (1.818846, -1.756976, -1.023593), - normal: (0.473622, -0.284001, -0.833682), }, - Vertex { position: (1.839224, -2.109267, -0.998351), - normal: (0.459595, -0.144347, -0.87632), }, - Vertex { position: (1.710406, -2.272223, -0.954296), - normal: (0.039, -0.185675, -0.981837), }, - Vertex { position: (1.720031, -2.105568, -0.971354), - normal: (0.109483, -0.310605, -0.944213), }, - Vertex { position: (1.839224, -2.109267, -0.998351), - normal: (0.459595, -0.144347, -0.87632), }, - Vertex { position: (1.710406, -2.272223, -0.954296), - normal: (0.039, -0.185675, -0.981837), }, - Vertex { position: (1.839224, -2.109267, -0.998351), - normal: (0.459595, -0.144347, -0.87632), }, - Vertex { position: (1.818266, -2.313852, -0.968652), - normal: (0.431429, -0.109339, -0.895497), }, - Vertex { position: (1.737623, -2.485017, -0.918334), - normal: (-0.051713, -0.100832, -0.993559), }, - Vertex { position: (1.710406, -2.272223, -0.954296), - normal: (0.039, -0.185675, -0.981837), }, - Vertex { position: (1.818266, -2.313852, -0.968652), - normal: (0.431429, -0.109339, -0.895497), }, - Vertex { position: (1.737623, -2.485017, -0.918334), - normal: (-0.051713, -0.100832, -0.993559), }, - Vertex { position: (1.818266, -2.313852, -0.968652), - normal: (0.431429, -0.109339, -0.895497), }, - Vertex { position: (1.801127, -2.48469, -0.938593), - normal: (0.407719, -0.190267, -0.893064), }, - Vertex { position: (1.818846, -1.756976, -1.023593), - normal: (0.473622, -0.284001, -0.833682), }, - Vertex { position: (1.804927, -1.581954, -1.089198), - normal: (0.051664, -0.122235, -0.991156), }, - Vertex { position: (1.937009, -1.625419, -1.026843), - normal: (0.290478, -0.146424, -0.945612), }, - Vertex { position: (1.818846, -1.756976, -1.023593), - normal: (0.473622, -0.284001, -0.833682), }, - Vertex { position: (1.937009, -1.625419, -1.026843), - normal: (0.290478, -0.146424, -0.945612), }, - Vertex { position: (1.941767, -1.759457, -0.997454), - normal: (0.159615, 0.129847, -0.978602), }, - Vertex { position: (1.839224, -2.109267, -0.998351), - normal: (0.459595, -0.144347, -0.87632), }, - Vertex { position: (1.818846, -1.756976, -1.023593), - normal: (0.473622, -0.284001, -0.833682), }, - Vertex { position: (1.941767, -1.759457, -0.997454), - normal: (0.159615, 0.129847, -0.978602), }, - Vertex { position: (1.839224, -2.109267, -0.998351), - normal: (0.459595, -0.144347, -0.87632), }, - Vertex { position: (1.941767, -1.759457, -0.997454), - normal: (0.159615, 0.129847, -0.978602), }, - Vertex { position: (1.918641, -2.083654, -1.001275), - normal: (0.830793, -0.244757, -0.499878), }, - Vertex { position: (1.818266, -2.313852, -0.968652), - normal: (0.431429, -0.109339, -0.895497), }, - Vertex { position: (1.839224, -2.109267, -0.998351), - normal: (0.459595, -0.144347, -0.87632), }, - Vertex { position: (1.918641, -2.083654, -1.001275), - normal: (0.830793, -0.244757, -0.499878), }, - Vertex { position: (1.818266, -2.313852, -0.968652), - normal: (0.431429, -0.109339, -0.895497), }, - Vertex { position: (1.918641, -2.083654, -1.001275), - normal: (0.830793, -0.244757, -0.499878), }, - Vertex { position: (1.90637, -2.282284, -0.964887), - normal: (0.846555, -0.103661, -0.52211), }, - Vertex { position: (1.801127, -2.48469, -0.938593), - normal: (0.407719, -0.190267, -0.893064), }, - Vertex { position: (1.818266, -2.313852, -0.968652), - normal: (0.431429, -0.109339, -0.895497), }, - Vertex { position: (1.90637, -2.282284, -0.964887), - normal: (0.846555, -0.103661, -0.52211), }, - Vertex { position: (1.801127, -2.48469, -0.938593), - normal: (0.407719, -0.190267, -0.893064), }, - Vertex { position: (1.90637, -2.282284, -0.964887), - normal: (0.846555, -0.103661, -0.52211), }, - Vertex { position: (1.864064, -2.469953, -0.935601), - normal: (0.843062, -0.10517, -0.527433), }, - Vertex { position: (1.841282, -2.716008, -0.708009), - normal: (0.975634, -0.187232, 0.114377), }, - Vertex { position: (1.756349, -2.446399, -0.705428), - normal: (-0.887036, -0.210048, 0.411154), }, - Vertex { position: (1.663494, -2.485963, -0.790773), - normal: (-0.912869, -0.285577, -0.291747), }, - Vertex { position: (1.841282, -2.716008, -0.708009), - normal: (0.975634, -0.187232, 0.114377), }, - Vertex { position: (1.663494, -2.485963, -0.790773), - normal: (-0.912869, -0.285577, -0.291747), }, - Vertex { position: (1.736425, -2.743683, -0.736866), - normal: (0.056398, -0.684481, 0.726846), }, - Vertex { position: (1.740323, -1.67983, -0.664098), - normal: (-0.382074, -0.25681, 0.887732), }, - Vertex { position: (1.721211, -1.590185, -0.601932), - normal: (-0.217942, -0.897186, 0.384134), }, - Vertex { position: (1.599889, -1.595526, -0.623185), - normal: (-0.493424, -0.165611, 0.853877), }, - Vertex { position: (1.740323, -1.67983, -0.664098), - normal: (-0.382074, -0.25681, 0.887732), }, - Vertex { position: (1.599889, -1.595526, -0.623185), - normal: (-0.493424, -0.165611, 0.853877), }, - Vertex { position: (1.596751, -1.722028, -0.684655), - normal: (0.193853, 0.161608, -0.967628), }, - Vertex { position: (1.747671, -2.067518, -0.638841), - normal: (-0.53197, -0.108751, 0.839751), }, - Vertex { position: (1.740323, -1.67983, -0.664098), - normal: (-0.382074, -0.25681, 0.887732), }, - Vertex { position: (1.596751, -1.722028, -0.684655), - normal: (0.193853, 0.161608, -0.967628), }, - Vertex { position: (1.747671, -2.067518, -0.638841), - normal: (-0.53197, -0.108751, 0.839751), }, - Vertex { position: (1.596751, -1.722028, -0.684655), - normal: (0.193853, 0.161608, -0.967628), }, - Vertex { position: (1.643403, -2.076583, -0.689565), - normal: (-0.819257, -0.566976, -0.085772), }, - Vertex { position: (1.772999, -2.230292, -0.64494), - normal: (-0.570406, -0.192005, 0.798606), }, - Vertex { position: (1.747671, -2.067518, -0.638841), - normal: (-0.53197, -0.108751, 0.839751), }, - Vertex { position: (1.643403, -2.076583, -0.689565), - normal: (-0.819257, -0.566976, -0.085772), }, - Vertex { position: (1.772999, -2.230292, -0.64494), - normal: (-0.570406, -0.192005, 0.798606), }, - Vertex { position: (1.643403, -2.076583, -0.689565), - normal: (-0.819257, -0.566976, -0.085772), }, - Vertex { position: (1.677597, -2.237953, -0.696318), - normal: (-0.898389, -0.217201, 0.381735), }, - Vertex { position: (1.663494, -2.485963, -0.790773), - normal: (-0.912869, -0.285577, -0.291747), }, - Vertex { position: (1.655948, -2.520927, -0.844269), - normal: (-0.483189, -0.207332, -0.850613), }, - Vertex { position: (1.700797, -2.794792, -0.82425), - normal: (0.21689, -0.976039, 0.017487), }, - Vertex { position: (1.663494, -2.485963, -0.790773), - normal: (-0.912869, -0.285577, -0.291747), }, - Vertex { position: (1.700797, -2.794792, -0.82425), - normal: (0.21689, -0.976039, 0.017487), }, - Vertex { position: (1.736425, -2.743683, -0.736866), - normal: (0.056398, -0.684481, 0.726846), }, - Vertex { position: (2.057496, -2.887282, -0.844225), - normal: (-0.671694, -0.023528, -0.740455), }, - Vertex { position: (1.994078, -2.713047, -0.824553), - normal: (-0.247433, -0.24804, -0.936618), }, - Vertex { position: (1.972647, -2.728848, -0.772496), - normal: (-0.062994, -0.00854, 0.997977), }, - Vertex { position: (2.057496, -2.887282, -0.844225), - normal: (-0.671694, -0.023528, -0.740455), }, - Vertex { position: (1.972647, -2.728848, -0.772496), - normal: (-0.062994, -0.00854, 0.997977), }, - Vertex { position: (2.001343, -2.847715, -0.762517), - normal: (-0.990285, -0.10079, 0.095796), }, - Vertex { position: (1.828658, -2.477348, -0.67347), - normal: (0.601229, -0.111152, 0.791308), }, - Vertex { position: (1.884318, -2.724404, -0.701999), - normal: (0.751149, 0.43192, 0.49922), }, - Vertex { position: (1.972647, -2.728848, -0.772496), - normal: (-0.062994, -0.00854, 0.997977), }, - Vertex { position: (1.828658, -2.477348, -0.67347), - normal: (0.601229, -0.111152, 0.791308), }, - Vertex { position: (1.972647, -2.728848, -0.772496), - normal: (-0.062994, -0.00854, 0.997977), }, - Vertex { position: (1.947264, -2.443232, -0.732587), - normal: (-0.943599, -0.160394, 0.289646), }, - Vertex { position: (1.772999, -2.230292, -0.64494), - normal: (-0.570406, -0.192005, 0.798606), }, - Vertex { position: (1.828658, -2.477348, -0.67347), - normal: (0.601229, -0.111152, 0.791308), }, - Vertex { position: (1.947264, -2.443232, -0.732587), - normal: (-0.943599, -0.160394, 0.289646), }, - Vertex { position: (1.772999, -2.230292, -0.64494), - normal: (-0.570406, -0.192005, 0.798606), }, - Vertex { position: (1.947264, -2.443232, -0.732587), - normal: (-0.943599, -0.160394, 0.289646), }, - Vertex { position: (1.921881, -2.157616, -0.692678), - normal: (-0.363523, -0.150625, 0.919327), }, - Vertex { position: (1.828658, -2.477348, -0.67347), - normal: (0.601229, -0.111152, 0.791308), }, - Vertex { position: (1.756349, -2.446399, -0.705428), - normal: (-0.887036, -0.210048, 0.411154), }, - Vertex { position: (1.841282, -2.716008, -0.708009), - normal: (0.975634, -0.187232, 0.114377), }, - Vertex { position: (1.828658, -2.477348, -0.67347), - normal: (0.601229, -0.111152, 0.791308), }, - Vertex { position: (1.841282, -2.716008, -0.708009), - normal: (0.975634, -0.187232, 0.114377), }, - Vertex { position: (1.884318, -2.724404, -0.701999), - normal: (0.751149, 0.43192, 0.49922), }, - Vertex { position: (1.828658, -2.477348, -0.67347), - normal: (0.601229, -0.111152, 0.791308), }, - Vertex { position: (1.772999, -2.230292, -0.64494), - normal: (-0.570406, -0.192005, 0.798606), }, - Vertex { position: (1.677597, -2.237953, -0.696318), - normal: (-0.898389, -0.217201, 0.381735), }, - Vertex { position: (1.828658, -2.477348, -0.67347), - normal: (0.601229, -0.111152, 0.791308), }, - Vertex { position: (1.677597, -2.237953, -0.696318), - normal: (-0.898389, -0.217201, 0.381735), }, - Vertex { position: (1.756349, -2.446399, -0.705428), - normal: (-0.887036, -0.210048, 0.411154), }, - Vertex { position: (1.953911, -2.462233, -0.830594), - normal: (-0.587844, -0.244917, -0.771009), }, - Vertex { position: (1.947264, -2.443232, -0.732587), - normal: (-0.943599, -0.160394, 0.289646), }, - Vertex { position: (1.972647, -2.728848, -0.772496), - normal: (-0.062994, -0.00854, 0.997977), }, - Vertex { position: (1.953911, -2.462233, -0.830594), - normal: (-0.587844, -0.244917, -0.771009), }, - Vertex { position: (1.972647, -2.728848, -0.772496), - normal: (-0.062994, -0.00854, 0.997977), }, - Vertex { position: (1.994078, -2.713047, -0.824553), - normal: (-0.247433, -0.24804, -0.936618), }, - Vertex { position: (1.991892, -1.7484, -0.65277), - normal: (-0.924461, -0.213386, 0.315973), }, - Vertex { position: (1.963153, -1.588839, -0.612861), - normal: (-0.084936, -0.226589, 0.97028), }, - Vertex { position: (1.721211, -1.590185, -0.601932), - normal: (-0.217942, -0.897186, 0.384134), }, - Vertex { position: (1.991892, -1.7484, -0.65277), - normal: (-0.924461, -0.213386, 0.315973), }, - Vertex { position: (1.721211, -1.590185, -0.601932), - normal: (-0.217942, -0.897186, 0.384134), }, - Vertex { position: (1.740323, -1.67983, -0.664098), - normal: (-0.382074, -0.25681, 0.887732), }, - Vertex { position: (1.945206, -2.015769, -0.672724), - normal: (-0.914496, -0.253608, 0.315247), }, - Vertex { position: (1.991892, -1.7484, -0.65277), - normal: (-0.924461, -0.213386, 0.315973), }, - Vertex { position: (1.740323, -1.67983, -0.664098), - normal: (-0.382074, -0.25681, 0.887732), }, - Vertex { position: (1.945206, -2.015769, -0.672724), - normal: (-0.914496, -0.253608, 0.315247), }, - Vertex { position: (1.740323, -1.67983, -0.664098), - normal: (-0.382074, -0.25681, 0.887732), }, - Vertex { position: (1.747671, -2.067518, -0.638841), - normal: (-0.53197, -0.108751, 0.839751), }, - Vertex { position: (2.053108, -1.738285, -0.824853), - normal: (0.972392, 0.232654, -0.018037), }, - Vertex { position: (2.059844, -1.561331, -0.858957), - normal: (0.999491, -0.02584, -0.01873), }, - Vertex { position: (1.963153, -1.588839, -0.612861), - normal: (-0.084936, -0.226589, 0.97028), }, - Vertex { position: (2.053108, -1.738285, -0.824853), - normal: (0.972392, 0.232654, -0.018037), }, - Vertex { position: (1.963153, -1.588839, -0.612861), - normal: (-0.084936, -0.226589, 0.97028), }, - Vertex { position: (1.991892, -1.7484, -0.65277), - normal: (-0.924461, -0.213386, 0.315973), }, - Vertex { position: (2.047696, -2.050138, -0.814712), - normal: (-0.732521, -0.474279, -0.488336), }, - Vertex { position: (2.053108, -1.738285, -0.824853), - normal: (0.972392, 0.232654, -0.018037), }, - Vertex { position: (1.991892, -1.7484, -0.65277), - normal: (-0.924461, -0.213386, 0.315973), }, - Vertex { position: (2.047696, -2.050138, -0.814712), - normal: (-0.732521, -0.474279, -0.488336), }, - Vertex { position: (1.991892, -1.7484, -0.65277), - normal: (-0.924461, -0.213386, 0.315973), }, - Vertex { position: (1.945206, -2.015769, -0.672724), - normal: (-0.914496, -0.253608, 0.315247), }, - Vertex { position: (2.02453, -2.195334, -0.811284), - normal: (-0.845196, -0.27877, -0.455994), }, - Vertex { position: (2.047696, -2.050138, -0.814712), - normal: (-0.732521, -0.474279, -0.488336), }, - Vertex { position: (1.945206, -2.015769, -0.672724), - normal: (-0.914496, -0.253608, 0.315247), }, - Vertex { position: (2.02453, -2.195334, -0.811284), - normal: (-0.845196, -0.27877, -0.455994), }, - Vertex { position: (1.945206, -2.015769, -0.672724), - normal: (-0.914496, -0.253608, 0.315247), }, - Vertex { position: (1.921881, -2.157616, -0.692678), - normal: (-0.363523, -0.150625, 0.919327), }, - Vertex { position: (1.953911, -2.462233, -0.830594), - normal: (-0.587844, -0.244917, -0.771009), }, - Vertex { position: (2.02453, -2.195334, -0.811284), - normal: (-0.845196, -0.27877, -0.455994), }, - Vertex { position: (1.921881, -2.157616, -0.692678), - normal: (-0.363523, -0.150625, 0.919327), }, - Vertex { position: (1.953911, -2.462233, -0.830594), - normal: (-0.587844, -0.244917, -0.771009), }, - Vertex { position: (1.921881, -2.157616, -0.692678), - normal: (-0.363523, -0.150625, 0.919327), }, - Vertex { position: (1.947264, -2.443232, -0.732587), - normal: (-0.943599, -0.160394, 0.289646), }, - Vertex { position: (2.111557, -1.376942, -0.89657), - normal: (-0.239734, -0.173966, -0.955125), }, - Vertex { position: (2.141273, -1.234642, -0.941254), - normal: (-0.157802, -0.148625, -0.976222), }, - Vertex { position: (2.158051, -1.209613, -0.783941), - normal: (0.608407, -0.244593, -0.754993), }, - Vertex { position: (2.111557, -1.376942, -0.89657), - normal: (-0.239734, -0.173966, -0.955125), }, - Vertex { position: (2.158051, -1.209613, -0.783941), - normal: (0.608407, -0.244593, -0.754993), }, - Vertex { position: (2.126237, -1.330172, -0.721011), - normal: (0.727678, -0.414895, -0.546211), }, - Vertex { position: (2.071448, -1.410118, -1.006192), - normal: (-0.498756, -0.2241, -0.83727), }, - Vertex { position: (2.099566, -1.259996, -1.055763), - normal: (-0.329905, -0.225598, -0.916661), }, - Vertex { position: (2.141273, -1.234642, -0.941254), - normal: (-0.157802, -0.148625, -0.976222), }, - Vertex { position: (2.071448, -1.410118, -1.006192), - normal: (-0.498756, -0.2241, -0.83727), }, - Vertex { position: (2.141273, -1.234642, -0.941254), - normal: (-0.157802, -0.148625, -0.976222), }, - Vertex { position: (2.111557, -1.376942, -0.89657), - normal: (-0.239734, -0.173966, -0.955125), }, - Vertex { position: (1.974215, -1.469208, -1.068951), - normal: (-0.759627, -0.28527, -0.584455), }, - Vertex { position: (1.966698, -1.22816, -1.153716), - normal: (-0.661097, -0.258238, -0.70446), }, - Vertex { position: (2.099566, -1.259996, -1.055763), - normal: (-0.329905, -0.225598, -0.916661), }, - Vertex { position: (1.974215, -1.469208, -1.068951), - normal: (-0.759627, -0.28527, -0.584455), }, - Vertex { position: (2.099566, -1.259996, -1.055763), - normal: (-0.329905, -0.225598, -0.916661), }, - Vertex { position: (2.071448, -1.410118, -1.006192), - normal: (-0.498756, -0.2241, -0.83727), }, - Vertex { position: (1.801794, -1.465464, -1.129277), - normal: (-0.672688, -0.442616, -0.592944), }, - Vertex { position: (1.805207, -1.268427, -1.165317), - normal: (-0.632119, -0.359381, -0.686491), }, - Vertex { position: (1.966698, -1.22816, -1.153716), - normal: (-0.661097, -0.258238, -0.70446), }, - Vertex { position: (1.801794, -1.465464, -1.129277), - normal: (-0.672688, -0.442616, -0.592944), }, - Vertex { position: (1.966698, -1.22816, -1.153716), - normal: (-0.661097, -0.258238, -0.70446), }, - Vertex { position: (1.974215, -1.469208, -1.068951), - normal: (-0.759627, -0.28527, -0.584455), }, - Vertex { position: (1.612396, -1.485728, -1.099731), - normal: (0.954473, -0.270031, -0.126745), }, - Vertex { position: (1.601721, -1.262359, -1.14142), - normal: (0.942118, -0.292663, -0.163592), }, - Vertex { position: (1.805207, -1.268427, -1.165317), - normal: (-0.632119, -0.359381, -0.686491), }, - Vertex { position: (1.612396, -1.485728, -1.099731), - normal: (0.954473, -0.270031, -0.126745), }, - Vertex { position: (1.805207, -1.268427, -1.165317), - normal: (-0.632119, -0.359381, -0.686491), }, - Vertex { position: (1.801794, -1.465464, -1.129277), - normal: (-0.672688, -0.442616, -0.592944), }, - Vertex { position: (1.5167, -1.45305, -1.068516), - normal: (0.80128, -0.303744, -0.515451), }, - Vertex { position: (1.49748, -1.283201, -1.088258), - normal: (0.772916, -0.305378, -0.556189), }, - Vertex { position: (1.601721, -1.262359, -1.14142), - normal: (0.942118, -0.292663, -0.163592), }, - Vertex { position: (1.5167, -1.45305, -1.068516), - normal: (0.80128, -0.303744, -0.515451), }, - Vertex { position: (1.601721, -1.262359, -1.14142), - normal: (0.942118, -0.292663, -0.163592), }, - Vertex { position: (1.612396, -1.485728, -1.099731), - normal: (0.954473, -0.270031, -0.126745), }, - Vertex { position: (1.454817, -1.430228, -0.976569), - normal: (0.441315, -0.29978, -0.845797), }, - Vertex { position: (1.430817, -1.301205, -1.024924), - normal: (0.38578, -0.259547, -0.88533), }, - Vertex { position: (1.49748, -1.283201, -1.088258), - normal: (0.772916, -0.305378, -0.556189), }, - Vertex { position: (1.454817, -1.430228, -0.976569), - normal: (0.441315, -0.29978, -0.845797), }, - Vertex { position: (1.49748, -1.283201, -1.088258), - normal: (0.772916, -0.305378, -0.556189), }, - Vertex { position: (1.5167, -1.45305, -1.068516), - normal: (0.80128, -0.303744, -0.515451), }, - Vertex { position: (1.328862, -1.352627, -0.758733), - normal: (0.080262, -0.270606, -0.959339), }, - Vertex { position: (1.348219, -1.282064, -0.845204), - normal: (0.02992, -0.202031, -0.978922), }, - Vertex { position: (1.430817, -1.301205, -1.024924), - normal: (0.38578, -0.259547, -0.88533), }, - Vertex { position: (1.328862, -1.352627, -0.758733), - normal: (0.080262, -0.270606, -0.959339), }, - Vertex { position: (1.430817, -1.301205, -1.024924), - normal: (0.38578, -0.259547, -0.88533), }, - Vertex { position: (1.454817, -1.430228, -0.976569), - normal: (0.441315, -0.29978, -0.845797), }, - Vertex { position: (2.141273, -1.234642, -0.941254), - normal: (-0.157802, -0.148625, -0.976222), }, - Vertex { position: (2.17745, -1.127765, -0.974416), - normal: (-0.019419, -0.11596, -0.993064), }, - Vertex { position: (2.180012, -1.130557, -0.821812), - normal: (0.70745, -0.193334, -0.679806), }, - Vertex { position: (2.141273, -1.234642, -0.941254), - normal: (-0.157802, -0.148625, -0.976222), }, - Vertex { position: (2.180012, -1.130557, -0.821812), - normal: (0.70745, -0.193334, -0.679806), }, - Vertex { position: (2.158051, -1.209613, -0.783941), - normal: (0.608407, -0.244593, -0.754993), }, - Vertex { position: (2.099566, -1.259996, -1.055763), - normal: (-0.329905, -0.225598, -0.916661), }, - Vertex { position: (2.148553, -1.103067, -1.06541), - normal: (-0.182029, -0.190207, -0.964721), }, - Vertex { position: (2.17745, -1.127765, -0.974416), - normal: (-0.019419, -0.11596, -0.993064), }, - Vertex { position: (2.099566, -1.259996, -1.055763), - normal: (-0.329905, -0.225598, -0.916661), }, - Vertex { position: (2.17745, -1.127765, -0.974416), - normal: (-0.019419, -0.11596, -0.993064), }, - Vertex { position: (2.141273, -1.234642, -0.941254), - normal: (-0.157802, -0.148625, -0.976222), }, - Vertex { position: (1.966698, -1.22816, -1.153716), - normal: (-0.661097, -0.258238, -0.70446), }, - Vertex { position: (2.024692, -1.074646, -1.172465), - normal: (-0.571338, -0.120921, -0.811758), }, - Vertex { position: (2.148553, -1.103067, -1.06541), - normal: (-0.182029, -0.190207, -0.964721), }, - Vertex { position: (1.966698, -1.22816, -1.153716), - normal: (-0.661097, -0.258238, -0.70446), }, - Vertex { position: (2.148553, -1.103067, -1.06541), - normal: (-0.182029, -0.190207, -0.964721), }, - Vertex { position: (2.099566, -1.259996, -1.055763), - normal: (-0.329905, -0.225598, -0.916661), }, - Vertex { position: (1.805207, -1.268427, -1.165317), - normal: (-0.632119, -0.359381, -0.686491), }, - Vertex { position: (1.838895, -1.087204, -1.201408), - normal: (-0.587909, -0.233166, -0.774594), }, - Vertex { position: (2.024692, -1.074646, -1.172465), - normal: (-0.571338, -0.120921, -0.811758), }, - Vertex { position: (1.805207, -1.268427, -1.165317), - normal: (-0.632119, -0.359381, -0.686491), }, - Vertex { position: (2.024692, -1.074646, -1.172465), - normal: (-0.571338, -0.120921, -0.811758), }, - Vertex { position: (1.966698, -1.22816, -1.153716), - normal: (-0.661097, -0.258238, -0.70446), }, - Vertex { position: (1.601721, -1.262359, -1.14142), - normal: (0.942118, -0.292663, -0.163592), }, - Vertex { position: (1.645819, -1.087442, -1.173773), - normal: (0.924702, -0.311562, -0.218757), }, - Vertex { position: (1.838895, -1.087204, -1.201408), - normal: (-0.587909, -0.233166, -0.774594), }, - Vertex { position: (1.601721, -1.262359, -1.14142), - normal: (0.942118, -0.292663, -0.163592), }, - Vertex { position: (1.838895, -1.087204, -1.201408), - normal: (-0.587909, -0.233166, -0.774594), }, - Vertex { position: (1.805207, -1.268427, -1.165317), - normal: (-0.632119, -0.359381, -0.686491), }, - Vertex { position: (1.49748, -1.283201, -1.088258), - normal: (0.772916, -0.305378, -0.556189), }, - Vertex { position: (1.524407, -1.125312, -1.142248), - normal: (0.73827, -0.277136, -0.614942), }, - Vertex { position: (1.645819, -1.087442, -1.173773), - normal: (0.924702, -0.311562, -0.218757), }, - Vertex { position: (1.49748, -1.283201, -1.088258), - normal: (0.772916, -0.305378, -0.556189), }, - Vertex { position: (1.645819, -1.087442, -1.173773), - normal: (0.924702, -0.311562, -0.218757), }, - Vertex { position: (1.601721, -1.262359, -1.14142), - normal: (0.942118, -0.292663, -0.163592), }, - Vertex { position: (1.430817, -1.301205, -1.024924), - normal: (0.38578, -0.259547, -0.88533), }, - Vertex { position: (1.438439, -1.148029, -1.098069), - normal: (0.366416, -0.175098, -0.913827), }, - Vertex { position: (1.524407, -1.125312, -1.142248), - normal: (0.73827, -0.277136, -0.614942), }, - Vertex { position: (1.430817, -1.301205, -1.024924), - normal: (0.38578, -0.259547, -0.88533), }, - Vertex { position: (1.524407, -1.125312, -1.142248), - normal: (0.73827, -0.277136, -0.614942), }, - Vertex { position: (1.49748, -1.283201, -1.088258), - normal: (0.772916, -0.305378, -0.556189), }, - Vertex { position: (1.348219, -1.282064, -0.845204), - normal: (0.02992, -0.202031, -0.978922), }, - Vertex { position: (1.310865, -1.136322, -0.914838), - normal: (0.023392, -0.110333, -0.993619), }, - Vertex { position: (1.438439, -1.148029, -1.098069), - normal: (0.366416, -0.175098, -0.913827), }, - Vertex { position: (1.348219, -1.282064, -0.845204), - normal: (0.02992, -0.202031, -0.978922), }, - Vertex { position: (1.438439, -1.148029, -1.098069), - normal: (0.366416, -0.175098, -0.913827), }, - Vertex { position: (1.430817, -1.301205, -1.024924), - normal: (0.38578, -0.259547, -0.88533), }, - Vertex { position: (2.059844, -1.561331, -0.858957), - normal: (0.999491, -0.02584, -0.01873), }, - Vertex { position: (2.0796, -1.473377, -0.654997), - normal: (0.437631, -0.408484, -0.801012), }, - Vertex { position: (2.0482, -1.581983, -0.555832), - normal: (0.552828, -0.750794, -0.36151), }, - Vertex { position: (2.059844, -1.561331, -0.858957), - normal: (0.999491, -0.02584, -0.01873), }, - Vertex { position: (2.0482, -1.581983, -0.555832), - normal: (0.552828, -0.750794, -0.36151), }, - Vertex { position: (1.963153, -1.588839, -0.612861), - normal: (-0.084936, -0.226589, 0.97028), }, - Vertex { position: (1.804927, -1.581954, -1.089198), - normal: (0.051664, -0.122235, -0.991156), }, - Vertex { position: (1.650318, -1.645881, -1.053347), - normal: (-0.211092, -0.082708, -0.973961), }, - Vertex { position: (1.612396, -1.485728, -1.099731), - normal: (0.954473, -0.270031, -0.126745), }, - Vertex { position: (1.804927, -1.581954, -1.089198), - normal: (0.051664, -0.122235, -0.991156), }, - Vertex { position: (1.612396, -1.485728, -1.099731), - normal: (0.954473, -0.270031, -0.126745), }, - Vertex { position: (1.801794, -1.465464, -1.129277), - normal: (-0.672688, -0.442616, -0.592944), }, - Vertex { position: (1.937009, -1.625419, -1.026843), - normal: (0.290478, -0.146424, -0.945612), }, - Vertex { position: (1.804927, -1.581954, -1.089198), - normal: (0.051664, -0.122235, -0.991156), }, - Vertex { position: (1.801794, -1.465464, -1.129277), - normal: (-0.672688, -0.442616, -0.592944), }, - Vertex { position: (1.937009, -1.625419, -1.026843), - normal: (0.290478, -0.146424, -0.945612), }, - Vertex { position: (1.801794, -1.465464, -1.129277), - normal: (-0.672688, -0.442616, -0.592944), }, - Vertex { position: (1.974215, -1.469208, -1.068951), - normal: (-0.759627, -0.28527, -0.584455), }, - Vertex { position: (2.036036, -1.57908, -0.967151), - normal: (0.74023, -0.090866, -0.666185), }, - Vertex { position: (1.937009, -1.625419, -1.026843), - normal: (0.290478, -0.146424, -0.945612), }, - Vertex { position: (1.974215, -1.469208, -1.068951), - normal: (-0.759627, -0.28527, -0.584455), }, - Vertex { position: (2.036036, -1.57908, -0.967151), - normal: (0.74023, -0.090866, -0.666185), }, - Vertex { position: (1.974215, -1.469208, -1.068951), - normal: (-0.759627, -0.28527, -0.584455), }, - Vertex { position: (2.071448, -1.410118, -1.006192), - normal: (-0.498756, -0.2241, -0.83727), }, - Vertex { position: (2.059844, -1.561331, -0.858957), - normal: (0.999491, -0.02584, -0.01873), }, - Vertex { position: (2.036036, -1.57908, -0.967151), - normal: (0.74023, -0.090866, -0.666185), }, - Vertex { position: (2.071448, -1.410118, -1.006192), - normal: (-0.498756, -0.2241, -0.83727), }, - Vertex { position: (2.059844, -1.561331, -0.858957), - normal: (0.999491, -0.02584, -0.01873), }, - Vertex { position: (2.071448, -1.410118, -1.006192), - normal: (-0.498756, -0.2241, -0.83727), }, - Vertex { position: (2.111557, -1.376942, -0.89657), - normal: (-0.239734, -0.173966, -0.955125), }, - Vertex { position: (2.059844, -1.561331, -0.858957), - normal: (0.999491, -0.02584, -0.01873), }, - Vertex { position: (2.111557, -1.376942, -0.89657), - normal: (-0.239734, -0.173966, -0.955125), }, - Vertex { position: (2.126237, -1.330172, -0.721011), - normal: (0.727678, -0.414895, -0.546211), }, - Vertex { position: (2.059844, -1.561331, -0.858957), - normal: (0.999491, -0.02584, -0.01873), }, - Vertex { position: (2.126237, -1.330172, -0.721011), - normal: (0.727678, -0.414895, -0.546211), }, - Vertex { position: (2.0796, -1.473377, -0.654997), - normal: (0.437631, -0.408484, -0.801012), }, - Vertex { position: (2.180012, -1.130557, -0.821812), - normal: (0.70745, -0.193334, -0.679806), }, - Vertex { position: (2.17745, -1.127765, -0.974416), - normal: (-0.019419, -0.11596, -0.993064), }, - Vertex { position: (2.222082, -0.957342, -1.014137), - normal: (-0.742985, 0.015712, -0.669123), }, - Vertex { position: (2.180012, -1.130557, -0.821812), - normal: (0.70745, -0.193334, -0.679806), }, - Vertex { position: (2.222082, -0.957342, -1.014137), - normal: (-0.742985, 0.015712, -0.669123), }, - Vertex { position: (2.229345, -0.992723, -0.862826), - normal: (-0.012663, 0.029084, -0.999497), }, - Vertex { position: (1.838895, -1.087204, -1.201408), - normal: (-0.587909, -0.233166, -0.774594), }, - Vertex { position: (1.645819, -1.087442, -1.173773), - normal: (0.924702, -0.311562, -0.218757), }, - Vertex { position: (1.635139, -0.965221, -1.184968), - normal: (0.859237, -0.17312, -0.481395), }, - Vertex { position: (1.838895, -1.087204, -1.201408), - normal: (-0.587909, -0.233166, -0.774594), }, - Vertex { position: (1.635139, -0.965221, -1.184968), - normal: (0.859237, -0.17312, -0.481395), }, - Vertex { position: (1.867657, -0.920633, -1.206933), - normal: (-0.942755, -0.29871, 0.148273), }, - Vertex { position: (2.024692, -1.074646, -1.172465), - normal: (-0.571338, -0.120921, -0.811758), }, - Vertex { position: (1.838895, -1.087204, -1.201408), - normal: (-0.587909, -0.233166, -0.774594), }, - Vertex { position: (1.867657, -0.920633, -1.206933), - normal: (-0.942755, -0.29871, 0.148273), }, - Vertex { position: (2.024692, -1.074646, -1.172465), - normal: (-0.571338, -0.120921, -0.811758), }, - Vertex { position: (1.867657, -0.920633, -1.206933), - normal: (-0.942755, -0.29871, 0.148273), }, - Vertex { position: (2.058189, -0.931238, -1.163518), - normal: (-0.965506, -0.176768, 0.191185), }, - Vertex { position: (2.148553, -1.103067, -1.06541), - normal: (-0.182029, -0.190207, -0.964721), }, - Vertex { position: (2.024692, -1.074646, -1.172465), - normal: (-0.571338, -0.120921, -0.811758), }, - Vertex { position: (2.058189, -0.931238, -1.163518), - normal: (-0.965506, -0.176768, 0.191185), }, - Vertex { position: (2.148553, -1.103067, -1.06541), - normal: (-0.182029, -0.190207, -0.964721), }, - Vertex { position: (2.058189, -0.931238, -1.163518), - normal: (-0.965506, -0.176768, 0.191185), }, - Vertex { position: (2.158585, -0.955809, -1.113647), - normal: (-0.809154, 0.004832, -0.587577), }, - Vertex { position: (2.17745, -1.127765, -0.974416), - normal: (-0.019419, -0.11596, -0.993064), }, - Vertex { position: (2.148553, -1.103067, -1.06541), - normal: (-0.182029, -0.190207, -0.964721), }, - Vertex { position: (2.158585, -0.955809, -1.113647), - normal: (-0.809154, 0.004832, -0.587577), }, - Vertex { position: (2.17745, -1.127765, -0.974416), - normal: (-0.019419, -0.11596, -0.993064), }, - Vertex { position: (2.158585, -0.955809, -1.113647), - normal: (-0.809154, 0.004832, -0.587577), }, - Vertex { position: (2.222082, -0.957342, -1.014137), - normal: (-0.742985, 0.015712, -0.669123), }, - Vertex { position: (1.328862, -1.352627, -0.758733), - normal: (0.080262, -0.270606, -0.959339), }, - Vertex { position: (1.454817, -1.430228, -0.976569), - normal: (0.441315, -0.29978, -0.845797), }, - Vertex { position: (1.480629, -1.640132, -0.953447), - normal: (-0.970971, -0.219011, -0.096178), }, - Vertex { position: (1.328862, -1.352627, -0.758733), - normal: (0.080262, -0.270606, -0.959339), }, - Vertex { position: (1.480629, -1.640132, -0.953447), - normal: (-0.970971, -0.219011, -0.096178), }, - Vertex { position: (1.451825, -1.576856, -0.702758), - normal: (-0.794709, -0.185222, 0.578041), }, - Vertex { position: (1.337875, -0.945716, -1.021299), - normal: (0.045651, -0.004499, -0.998947), }, - Vertex { position: (1.428883, -0.98669, -1.133905), - normal: (0.419396, -0.035927, -0.907092), }, - Vertex { position: (1.438439, -1.148029, -1.098069), - normal: (0.366416, -0.175098, -0.913827), }, - Vertex { position: (1.337875, -0.945716, -1.021299), - normal: (0.045651, -0.004499, -0.998947), }, - Vertex { position: (1.438439, -1.148029, -1.098069), - normal: (0.366416, -0.175098, -0.913827), }, - Vertex { position: (1.310865, -1.136322, -0.914838), - normal: (0.023392, -0.110333, -0.993619), }, - Vertex { position: (1.5167, -1.45305, -1.068516), - normal: (0.80128, -0.303744, -0.515451), }, - Vertex { position: (1.612396, -1.485728, -1.099731), - normal: (0.954473, -0.270031, -0.126745), }, - Vertex { position: (1.650318, -1.645881, -1.053347), - normal: (-0.211092, -0.082708, -0.973961), }, - Vertex { position: (1.5167, -1.45305, -1.068516), - normal: (0.80128, -0.303744, -0.515451), }, - Vertex { position: (1.650318, -1.645881, -1.053347), - normal: (-0.211092, -0.082708, -0.973961), }, - Vertex { position: (1.54175, -1.643613, -1.01419), - normal: (-0.652584, -0.147678, -0.743186), }, - Vertex { position: (1.454817, -1.430228, -0.976569), - normal: (0.441315, -0.29978, -0.845797), }, - Vertex { position: (1.5167, -1.45305, -1.068516), - normal: (0.80128, -0.303744, -0.515451), }, - Vertex { position: (1.54175, -1.643613, -1.01419), - normal: (-0.652584, -0.147678, -0.743186), }, - Vertex { position: (1.454817, -1.430228, -0.976569), - normal: (0.441315, -0.29978, -0.845797), }, - Vertex { position: (1.54175, -1.643613, -1.01419), - normal: (-0.652584, -0.147678, -0.743186), }, - Vertex { position: (1.480629, -1.640132, -0.953447), - normal: (-0.970971, -0.219011, -0.096178), }, - Vertex { position: (1.536037, -0.985876, -1.185597), - normal: (0.714393, -0.109998, -0.691045), }, - Vertex { position: (1.635139, -0.965221, -1.184968), - normal: (0.859237, -0.17312, -0.481395), }, - Vertex { position: (1.645819, -1.087442, -1.173773), - normal: (0.924702, -0.311562, -0.218757), }, - Vertex { position: (1.536037, -0.985876, -1.185597), - normal: (0.714393, -0.109998, -0.691045), }, - Vertex { position: (1.645819, -1.087442, -1.173773), - normal: (0.924702, -0.311562, -0.218757), }, - Vertex { position: (1.524407, -1.125312, -1.142248), - normal: (0.73827, -0.277136, -0.614942), }, - Vertex { position: (1.428883, -0.98669, -1.133905), - normal: (0.419396, -0.035927, -0.907092), }, - Vertex { position: (1.536037, -0.985876, -1.185597), - normal: (0.714393, -0.109998, -0.691045), }, - Vertex { position: (1.524407, -1.125312, -1.142248), - normal: (0.73827, -0.277136, -0.614942), }, - Vertex { position: (1.428883, -0.98669, -1.133905), - normal: (0.419396, -0.035927, -0.907092), }, - Vertex { position: (1.524407, -1.125312, -1.142248), - normal: (0.73827, -0.277136, -0.614942), }, - Vertex { position: (1.438439, -1.148029, -1.098069), - normal: (0.366416, -0.175098, -0.913827), }, - Vertex { position: (3.233975, 2.059193, -0.072431), - normal: (0.261393, -0.399072, -0.878872), }, - Vertex { position: (3.009101, 1.971604, -0.03422), - normal: (0.441787, -0.375177, -0.814903), }, - Vertex { position: (2.985371, 1.982663, 0.0), - normal: (0.889638, -0.392482, 0.233458), }, - Vertex { position: (3.233975, 2.059193, -0.072431), - normal: (0.261393, -0.399072, -0.878872), }, - Vertex { position: (2.985371, 1.982663, 0.0), - normal: (0.889638, -0.392482, 0.233458), }, - Vertex { position: (3.247406, 2.073333, 0.0), - normal: (-0.861251, 0.383698, -0.333202), }, - Vertex { position: (3.252224, 2.026347, -0.148215), - normal: (0.428291, -0.499911, -0.752765), }, - Vertex { position: (3.036361, 1.913989, -0.169838), - normal: (0.483908, -0.405185, -0.775667), }, - Vertex { position: (3.009101, 1.971604, -0.03422), - normal: (0.441787, -0.375177, -0.814903), }, - Vertex { position: (3.252224, 2.026347, -0.148215), - normal: (0.428291, -0.499911, -0.752765), }, - Vertex { position: (3.009101, 1.971604, -0.03422), - normal: (0.441787, -0.375177, -0.814903), }, - Vertex { position: (3.233975, 2.059193, -0.072431), - normal: (0.261393, -0.399072, -0.878872), }, - Vertex { position: (3.276333, 1.863773, -0.294266), - normal: (0.454048, -0.464454, -0.760344), }, - Vertex { position: (3.058366, 1.773346, -0.297337), - normal: (0.482381, -0.398126, -0.780259), }, - Vertex { position: (3.036361, 1.913989, -0.169838), - normal: (0.483908, -0.405185, -0.775667), }, - Vertex { position: (3.276333, 1.863773, -0.294266), - normal: (0.454048, -0.464454, -0.760344), }, - Vertex { position: (3.036361, 1.913989, -0.169838), - normal: (0.483908, -0.405185, -0.775667), }, - Vertex { position: (3.252224, 2.026347, -0.148215), - normal: (0.428291, -0.499911, -0.752765), }, - Vertex { position: (3.337545, 1.748927, -0.34021), - normal: (0.673211, -0.58089, -0.457551), }, - Vertex { position: (3.086666, 1.632991, -0.338863), - normal: (0.702554, -0.570096, -0.42592), }, - Vertex { position: (3.058366, 1.773346, -0.297337), - normal: (0.482381, -0.398126, -0.780259), }, - Vertex { position: (3.337545, 1.748927, -0.34021), - normal: (0.673211, -0.58089, -0.457551), }, - Vertex { position: (3.058366, 1.773346, -0.297337), - normal: (0.482381, -0.398126, -0.780259), }, - Vertex { position: (3.276333, 1.863773, -0.294266), - normal: (0.454048, -0.464454, -0.760344), }, - Vertex { position: (3.377233, 1.5878, -0.400781), - normal: (-0.384424, 0.863444, -0.326623), }, - Vertex { position: (3.115383, 1.49239, -0.380228), - normal: (-0.317114, 0.866865, -0.384686), }, - Vertex { position: (3.086666, 1.632991, -0.338863), - normal: (0.702554, -0.570096, -0.42592), }, - Vertex { position: (3.377233, 1.5878, -0.400781), - normal: (-0.384424, 0.863444, -0.326623), }, - Vertex { position: (3.086666, 1.632991, -0.338863), - normal: (0.702554, -0.570096, -0.42592), }, - Vertex { position: (3.337545, 1.748927, -0.34021), - normal: (0.673211, -0.58089, -0.457551), }, - Vertex { position: (3.47341, 1.366149, -0.454658), - normal: (-0.354832, 0.724971, -0.590348), }, - Vertex { position: (3.163181, 1.209972, -0.462438), - normal: (-0.273708, 0.760234, -0.589175), }, - Vertex { position: (3.115383, 1.49239, -0.380228), - normal: (-0.317114, 0.866865, -0.384686), }, - Vertex { position: (3.47341, 1.366149, -0.454658), - normal: (-0.354832, 0.724971, -0.590348), }, - Vertex { position: (3.115383, 1.49239, -0.380228), - normal: (-0.317114, 0.866865, -0.384686), }, - Vertex { position: (3.377233, 1.5878, -0.400781), - normal: (-0.384424, 0.863444, -0.326623), }, - Vertex { position: (3.528445, 1.060127, -0.489443), - normal: (-0.270788, 0.46353, -0.84369), }, - Vertex { position: (3.189664, 0.907503, -0.500122), - normal: (-0.158888, 0.47696, -0.864444), }, - Vertex { position: (3.163181, 1.209972, -0.462438), - normal: (-0.273708, 0.760234, -0.589175), }, - Vertex { position: (3.528445, 1.060127, -0.489443), - normal: (-0.270788, 0.46353, -0.84369), }, - Vertex { position: (3.163181, 1.209972, -0.462438), - normal: (-0.273708, 0.760234, -0.589175), }, - Vertex { position: (3.47341, 1.366149, -0.454658), - normal: (-0.354832, 0.724971, -0.590348), }, - Vertex { position: (3.559394, 0.706516, -0.452535), - normal: (-0.203969, 0.261593, -0.94338), }, - Vertex { position: (3.280681, 0.510802, -0.499434), - normal: (-0.095989, 0.297871, -0.949768), }, - Vertex { position: (3.189664, 0.907503, -0.500122), - normal: (-0.158888, 0.47696, -0.864444), }, - Vertex { position: (3.559394, 0.706516, -0.452535), - normal: (-0.203969, 0.261593, -0.94338), }, - Vertex { position: (3.189664, 0.907503, -0.500122), - normal: (-0.158888, 0.47696, -0.864444), }, - Vertex { position: (3.528445, 1.060127, -0.489443), - normal: (-0.270788, 0.46353, -0.84369), }, - Vertex { position: (3.61965, 0.472046, -0.391742), - normal: (-0.175197, 0.22468, -0.958553), }, - Vertex { position: (3.321825, 0.26669, -0.46575), - normal: (-0.078774, 0.27578, -0.957987), }, - Vertex { position: (3.280681, 0.510802, -0.499434), - normal: (-0.095989, 0.297871, -0.949768), }, - Vertex { position: (3.61965, 0.472046, -0.391742), - normal: (-0.175197, 0.22468, -0.958553), }, - Vertex { position: (3.280681, 0.510802, -0.499434), - normal: (-0.095989, 0.297871, -0.949768), }, - Vertex { position: (3.559394, 0.706516, -0.452535), - normal: (-0.203969, 0.261593, -0.94338), }, - Vertex { position: (3.641195, 0.407454, -0.362198), - normal: (-0.128537, 0.152973, -0.979835), }, - Vertex { position: (3.36004, 0.165487, -0.412685), - normal: (-0.027323, 0.180938, -0.983115), }, - Vertex { position: (3.321825, 0.26669, -0.46575), - normal: (-0.078774, 0.27578, -0.957987), }, - Vertex { position: (3.641195, 0.407454, -0.362198), - normal: (-0.128537, 0.152973, -0.979835), }, - Vertex { position: (3.321825, 0.26669, -0.46575), - normal: (-0.078774, 0.27578, -0.957987), }, - Vertex { position: (3.61965, 0.472046, -0.391742), - normal: (-0.175197, 0.22468, -0.958553), }, - Vertex { position: (3.67471, 0.338839, -0.30784), - normal: (-0.023695, 0.006701, -0.999697), }, - Vertex { position: (3.378799, 0.073736, -0.355362), - normal: (0.065337, 0.07376, -0.995133), }, - Vertex { position: (3.36004, 0.165487, -0.412685), - normal: (-0.027323, 0.180938, -0.983115), }, - Vertex { position: (3.67471, 0.338839, -0.30784), - normal: (-0.023695, 0.006701, -0.999697), }, - Vertex { position: (3.36004, 0.165487, -0.412685), - normal: (-0.027323, 0.180938, -0.983115), }, - Vertex { position: (3.641195, 0.407454, -0.362198), - normal: (-0.128537, 0.152973, -0.979835), }, - Vertex { position: (3.700363, 0.265794, -0.240762), - normal: (0.144017, -0.141696, -0.979378), }, - Vertex { position: (3.43895, -0.08258, -0.257015), - normal: (0.226651, -0.023678, -0.973688), }, - Vertex { position: (3.378799, 0.073736, -0.355362), - normal: (0.065337, 0.07376, -0.995133), }, - Vertex { position: (3.700363, 0.265794, -0.240762), - normal: (0.144017, -0.141696, -0.979378), }, - Vertex { position: (3.378799, 0.073736, -0.355362), - normal: (0.065337, 0.07376, -0.995133), }, - Vertex { position: (3.67471, 0.338839, -0.30784), - normal: (-0.023695, 0.006701, -0.999697), }, - Vertex { position: (3.737014, 0.181837, -0.176819), - normal: (0.325831, -0.277459, -0.903798), }, - Vertex { position: (3.514981, -0.121886, -0.187589), - normal: (0.383941, -0.196382, -0.902232), }, - Vertex { position: (3.43895, -0.08258, -0.257015), - normal: (0.226651, -0.023678, -0.973688), }, - Vertex { position: (3.737014, 0.181837, -0.176819), - normal: (0.325831, -0.277459, -0.903798), }, - Vertex { position: (3.43895, -0.08258, -0.257015), - normal: (0.226651, -0.023678, -0.973688), }, - Vertex { position: (3.700363, 0.265794, -0.240762), - normal: (0.144017, -0.141696, -0.979378), }, - Vertex { position: (3.731689, 0.186391, 0.0), - normal: (-0.910859, -0.100368, -0.400327), }, - Vertex { position: (3.486028, -0.141683, 0.0), - normal: (0.431966, -0.771434, 0.46722), }, - Vertex { position: (3.514981, -0.121886, -0.187589), - normal: (0.383941, -0.196382, -0.902232), }, - Vertex { position: (3.731689, 0.186391, 0.0), - normal: (-0.910859, -0.100368, -0.400327), }, - Vertex { position: (3.514981, -0.121886, -0.187589), - normal: (0.383941, -0.196382, -0.902232), }, - Vertex { position: (3.737014, 0.181837, -0.176819), - normal: (0.325831, -0.277459, -0.903798), }, - Vertex { position: (3.71636, 2.343387, 0.0), - normal: (0.431966, -0.771434, -0.46722), }, - Vertex { position: (3.727093, 2.308406, -0.150049), - normal: (-0.451389, 0.892327, -0.00019), }, - Vertex { position: (3.4583, 2.151656, -0.102662), - normal: (0.020519, -0.282941, -0.958918), }, - Vertex { position: (3.71636, 2.343387, 0.0), - normal: (0.431966, -0.771434, -0.46722), }, - Vertex { position: (3.4583, 2.151656, -0.102662), - normal: (0.020519, -0.282941, -0.958918), }, - Vertex { position: (3.454971, 2.169877, 0.0), - normal: (0.694153, -0.467999, 0.546926), }, - Vertex { position: (4.120842, 0.627141, -0.185461), - normal: (-0.086812, -0.050981, -0.994919), }, - Vertex { position: (4.126565, 0.642027, 0.0), - normal: (-0.926486, -0.356041, -0.121897), }, - Vertex { position: (3.929251, 0.411689, 0.0), - normal: (0.338485, -0.103202, -0.935295), }, - Vertex { position: (4.120842, 0.627141, -0.185461), - normal: (-0.086812, -0.050981, -0.994919), }, - Vertex { position: (3.929251, 0.411689, 0.0), - normal: (0.338485, -0.103202, -0.935295), }, - Vertex { position: (3.955635, 0.432417, -0.197586), - normal: (0.07924, -0.231862, -0.969516), }, - Vertex { position: (4.120842, 0.627141, -0.185461), - normal: (-0.086812, -0.050981, -0.994919), }, - Vertex { position: (3.955635, 0.432417, -0.197586), - normal: (0.07924, -0.231862, -0.969516), }, - Vertex { position: (3.889626, 0.475277, -0.247365), - normal: (-0.081635, -0.03459, -0.996062), }, - Vertex { position: (4.105198, 0.672581, -0.300001), - normal: (-0.172151, 0.101796, -0.979797), }, - Vertex { position: (4.120842, 0.627141, -0.185461), - normal: (-0.086812, -0.050981, -0.994919), }, - Vertex { position: (3.889626, 0.475277, -0.247365), - normal: (-0.081635, -0.03459, -0.996062), }, - Vertex { position: (4.105198, 0.672581, -0.300001), - normal: (-0.172151, 0.101796, -0.979797), }, - Vertex { position: (3.889626, 0.475277, -0.247365), - normal: (-0.081635, -0.03459, -0.996062), }, - Vertex { position: (3.861841, 0.560638, -0.311961), - normal: (-0.178707, 0.132414, -0.974951), }, - Vertex { position: (4.068249, 0.798926, -0.400813), - normal: (-0.195132, 0.128745, -0.97229), }, - Vertex { position: (4.105198, 0.672581, -0.300001), - normal: (-0.172151, 0.101796, -0.979797), }, - Vertex { position: (3.861841, 0.560638, -0.311961), - normal: (-0.178707, 0.132414, -0.974951), }, - Vertex { position: (4.068249, 0.798926, -0.400813), - normal: (-0.195132, 0.128745, -0.97229), }, - Vertex { position: (3.861841, 0.560638, -0.311961), - normal: (-0.178707, 0.132414, -0.974951), }, - Vertex { position: (3.849352, 0.664451, -0.387198), - normal: (-0.21777, 0.161093, -0.962614), }, - Vertex { position: (4.041657, 1.039756, -0.496922), - normal: (-0.434016, 0.136262, -0.890541), }, - Vertex { position: (4.068249, 0.798926, -0.400813), - normal: (-0.195132, 0.128745, -0.97229), }, - Vertex { position: (3.849352, 0.664451, -0.387198), - normal: (-0.21777, 0.161093, -0.962614), }, - Vertex { position: (4.041657, 1.039756, -0.496922), - normal: (-0.434016, 0.136262, -0.890541), }, - Vertex { position: (3.849352, 0.664451, -0.387198), - normal: (-0.21777, 0.161093, -0.962614), }, - Vertex { position: (3.823137, 0.853054, -0.461519), - normal: (-0.273816, 0.228927, -0.93414), }, - Vertex { position: (3.98851, 1.297806, -0.539537), - normal: (-0.601466, 0.441167, -0.666041), }, - Vertex { position: (4.041657, 1.039756, -0.496922), - normal: (-0.434016, 0.136262, -0.890541), }, - Vertex { position: (3.823137, 0.853054, -0.461519), - normal: (-0.273816, 0.228927, -0.93414), }, - Vertex { position: (3.98851, 1.297806, -0.539537), - normal: (-0.601466, 0.441167, -0.666041), }, - Vertex { position: (3.823137, 0.853054, -0.461519), - normal: (-0.273816, 0.228927, -0.93414), }, - Vertex { position: (3.747724, 1.184933, -0.518662), - normal: (-0.385487, 0.478576, -0.788901), }, - Vertex { position: (3.886058, 1.550141, -0.50483), - normal: (-0.571598, 0.654164, -0.495323), }, - Vertex { position: (3.98851, 1.297806, -0.539537), - normal: (-0.601466, 0.441167, -0.666041), }, - Vertex { position: (3.747724, 1.184933, -0.518662), - normal: (-0.385487, 0.478576, -0.788901), }, - Vertex { position: (3.886058, 1.550141, -0.50483), - normal: (-0.571598, 0.654164, -0.495323), }, - Vertex { position: (3.747724, 1.184933, -0.518662), - normal: (-0.385487, 0.478576, -0.788901), }, - Vertex { position: (3.650974, 1.46374, -0.478617), - normal: (-0.447812, 0.698934, -0.557634), }, - Vertex { position: (3.881998, 1.764428, -0.476337), - normal: (-0.564871, 0.754993, -0.333026), }, - Vertex { position: (3.886058, 1.550141, -0.50483), - normal: (-0.571598, 0.654164, -0.495323), }, - Vertex { position: (3.650974, 1.46374, -0.478617), - normal: (-0.447812, 0.698934, -0.557634), }, - Vertex { position: (3.881998, 1.764428, -0.476337), - normal: (-0.564871, 0.754993, -0.333026), }, - Vertex { position: (3.650974, 1.46374, -0.478617), - normal: (-0.447812, 0.698934, -0.557634), }, - Vertex { position: (3.590526, 1.70109, -0.411994), - normal: (-0.463441, 0.825581, -0.321928), }, - Vertex { position: (3.814876, 1.968416, -0.443), - normal: (-0.512639, 0.858604, -0.000762), }, - Vertex { position: (3.881998, 1.764428, -0.476337), - normal: (-0.564871, 0.754993, -0.333026), }, - Vertex { position: (3.590526, 1.70109, -0.411994), - normal: (-0.463441, 0.825581, -0.321928), }, - Vertex { position: (3.814876, 1.968416, -0.443), - normal: (-0.512639, 0.858604, -0.000762), }, - Vertex { position: (3.590526, 1.70109, -0.411994), - normal: (-0.463441, 0.825581, -0.321928), }, - Vertex { position: (3.541188, 1.849183, -0.386366), - normal: (0.492397, -0.77993, -0.386336), }, - Vertex { position: (3.758215, 2.206683, -0.323051), - normal: (-0.698288, 0.715816, -0.000608), }, - Vertex { position: (3.814876, 1.968416, -0.443), - normal: (-0.512639, 0.858604, -0.000762), }, - Vertex { position: (3.541188, 1.849183, -0.386366), - normal: (0.492397, -0.77993, -0.386336), }, - Vertex { position: (3.758215, 2.206683, -0.323051), - normal: (-0.698288, 0.715816, -0.000608), }, - Vertex { position: (3.541188, 1.849183, -0.386366), - normal: (0.492397, -0.77993, -0.386336), }, - Vertex { position: (3.479418, 1.97825, -0.317478), - normal: (0.313443, -0.691245, -0.651102), }, - Vertex { position: (3.745669, 2.266001, -0.24193), - normal: (-0.777939, 0.62834, -0.000226), }, - Vertex { position: (3.758215, 2.206683, -0.323051), - normal: (-0.698288, 0.715816, -0.000608), }, - Vertex { position: (3.479418, 1.97825, -0.317478), - normal: (0.313443, -0.691245, -0.651102), }, - Vertex { position: (3.745669, 2.266001, -0.24193), - normal: (-0.777939, 0.62834, -0.000226), }, - Vertex { position: (3.479418, 1.97825, -0.317478), - normal: (0.313443, -0.691245, -0.651102), }, - Vertex { position: (3.460196, 2.103494, -0.180368), - normal: (0.161194, -0.480657, -0.861966), }, - Vertex { position: (3.727093, 2.308406, -0.150049), - normal: (-0.451389, 0.892327, -0.00019), }, - Vertex { position: (3.745669, 2.266001, -0.24193), - normal: (-0.777939, 0.62834, -0.000226), }, - Vertex { position: (3.460196, 2.103494, -0.180368), - normal: (0.161194, -0.480657, -0.861966), }, - Vertex { position: (3.727093, 2.308406, -0.150049), - normal: (-0.451389, 0.892327, -0.00019), }, - Vertex { position: (3.460196, 2.103494, -0.180368), - normal: (0.161194, -0.480657, -0.861966), }, - Vertex { position: (3.4583, 2.151656, -0.102662), - normal: (0.020519, -0.282941, -0.958918), }, - Vertex { position: (3.118124, -0.703925, 0.0), - normal: (-0.476715, 0.879058, 0.0), }, - Vertex { position: (3.107533, -0.691019, -0.264602), - normal: (0.533629, -0.162705, -0.82992), }, - Vertex { position: (3.342159, -0.384674, -0.201349), - normal: (0.445439, -0.182623, -0.876489), }, - Vertex { position: (3.118124, -0.703925, 0.0), - normal: (-0.476715, 0.879058, 0.0), }, - Vertex { position: (3.342159, -0.384674, -0.201349), - normal: (0.445439, -0.182623, -0.876489), }, - Vertex { position: (3.33521, -0.375755, 0.0), - normal: (-0.560204, 0.828355, -0.00034), }, - Vertex { position: (2.361089, 1.76666, -0.202595), - normal: (0.474213, -0.311965, -0.823286), }, - Vertex { position: (2.339597, 1.807702, 0.0), - normal: (0.536218, -0.84408, 0.000006), }, - Vertex { position: (2.723503, 1.898839, 0.0), - normal: (-0.926486, -0.356041, 0.121897), }, - Vertex { position: (2.361089, 1.76666, -0.202595), - normal: (0.474213, -0.311965, -0.823286), }, - Vertex { position: (2.723503, 1.898839, 0.0), - normal: (-0.926486, -0.356041, 0.121897), }, - Vertex { position: (2.715712, 1.828219, -0.167709), - normal: (0.45552, -0.330524, -0.826593), }, - Vertex { position: (2.406969, 1.645328, -0.341479), - normal: (0.488174, -0.280956, -0.826287), }, - Vertex { position: (2.361089, 1.76666, -0.202595), - normal: (0.474213, -0.311965, -0.823286), }, - Vertex { position: (2.715712, 1.828219, -0.167709), - normal: (0.45552, -0.330524, -0.826593), }, - Vertex { position: (2.406969, 1.645328, -0.341479), - normal: (0.488174, -0.280956, -0.826287), }, - Vertex { position: (2.715712, 1.828219, -0.167709), - normal: (0.45552, -0.330524, -0.826593), }, - Vertex { position: (2.738132, 1.687333, -0.295046), - normal: (0.489736, -0.346185, -0.800197), }, - Vertex { position: (2.519027, 1.485931, -0.422962), - normal: (0.531574, -0.288506, -0.796362), }, - Vertex { position: (2.406969, 1.645328, -0.341479), - normal: (0.488174, -0.280956, -0.826287), }, - Vertex { position: (2.738132, 1.687333, -0.295046), - normal: (0.489736, -0.346185, -0.800197), }, - Vertex { position: (2.519027, 1.485931, -0.422962), - normal: (0.531574, -0.288506, -0.796362), }, - Vertex { position: (2.738132, 1.687333, -0.295046), - normal: (0.489736, -0.346185, -0.800197), }, - Vertex { position: (2.77568, 1.53871, -0.352829), - normal: (0.5205, -0.336657, -0.784692), }, - Vertex { position: (2.553871, 1.284278, -0.512335), - normal: (0.769657, -0.480833, -0.420033), }, - Vertex { position: (2.519027, 1.485931, -0.422962), - normal: (0.531574, -0.288506, -0.796362), }, - Vertex { position: (2.77568, 1.53871, -0.352829), - normal: (0.5205, -0.336657, -0.784692), }, - Vertex { position: (2.553871, 1.284278, -0.512335), - normal: (0.769657, -0.480833, -0.420033), }, - Vertex { position: (2.77568, 1.53871, -0.352829), - normal: (0.5205, -0.336657, -0.784692), }, - Vertex { position: (2.815366, 1.377583, -0.413399), - normal: (0.760747, -0.509474, -0.40212), }, - Vertex { position: (2.637461, 1.01726, -0.581611), - normal: (-0.080985, 0.883253, -0.461851), }, - Vertex { position: (2.553871, 1.284278, -0.512335), - normal: (0.769657, -0.480833, -0.420033), }, - Vertex { position: (2.815366, 1.377583, -0.413399), - normal: (0.760747, -0.509474, -0.40212), }, - Vertex { position: (2.637461, 1.01726, -0.581611), - normal: (-0.080985, 0.883253, -0.461851), }, - Vertex { position: (2.815366, 1.377583, -0.413399), - normal: (0.760747, -0.509474, -0.40212), }, - Vertex { position: (2.854291, 1.093951, -0.49465), - normal: (-0.16423, 0.819635, -0.548842), }, - Vertex { position: (2.747937, 0.712253, -0.615674), - normal: (0.040193, 0.650965, -0.758043), }, - Vertex { position: (2.637461, 1.01726, -0.581611), - normal: (-0.080985, 0.883253, -0.461851), }, - Vertex { position: (2.854291, 1.093951, -0.49465), - normal: (-0.16423, 0.819635, -0.548842), }, - Vertex { position: (2.747937, 0.712253, -0.615674), - normal: (0.040193, 0.650965, -0.758043), }, - Vertex { position: (2.854291, 1.093951, -0.49465), - normal: (-0.16423, 0.819635, -0.548842), }, - Vertex { position: (2.948387, 0.783357, -0.515058), - normal: (-0.043323, 0.541029, -0.839887), }, - Vertex { position: (2.811504, 0.469098, -0.657443), - normal: (0.177367, 0.480226, -0.859025), }, - Vertex { position: (2.747937, 0.712253, -0.615674), - normal: (0.040193, 0.650965, -0.758043), }, - Vertex { position: (2.948387, 0.783357, -0.515058), - normal: (-0.043323, 0.541029, -0.839887), }, - Vertex { position: (2.811504, 0.469098, -0.657443), - normal: (0.177367, 0.480226, -0.859025), }, - Vertex { position: (2.948387, 0.783357, -0.515058), - normal: (-0.043323, 0.541029, -0.839887), }, - Vertex { position: (3.06109, 0.397226, -0.574193), - normal: (0.04432, 0.372862, -0.926828), }, - Vertex { position: (2.898733, 0.271916, -0.651298), - normal: (0.288711, 0.386915, -0.875753), }, - Vertex { position: (2.811504, 0.469098, -0.657443), - normal: (0.177367, 0.480226, -0.859025), }, - Vertex { position: (3.06109, 0.397226, -0.574193), - normal: (0.04432, 0.372862, -0.926828), }, - Vertex { position: (2.91987, 0.084875, -0.64246), - normal: (0.41428, 0.318289, -0.852681), }, - Vertex { position: (2.898733, 0.271916, -0.651298), - normal: (0.288711, 0.386915, -0.875753), }, - Vertex { position: (3.06109, 0.397226, -0.574193), - normal: (0.04432, 0.372862, -0.926828), }, - Vertex { position: (2.91987, 0.084875, -0.64246), - normal: (0.41428, 0.318289, -0.852681), }, - Vertex { position: (3.06109, 0.397226, -0.574193), - normal: (0.04432, 0.372862, -0.926828), }, - Vertex { position: (3.136321, 0.171237, -0.539896), - normal: (0.098376, 0.32868, -0.939304), }, - Vertex { position: (2.953029, -0.12769, -0.520499), - normal: (0.519338, 0.264458, -0.812619), }, - Vertex { position: (2.91987, 0.084875, -0.64246), - normal: (0.41428, 0.318289, -0.852681), }, - Vertex { position: (3.136321, 0.171237, -0.539896), - normal: (0.098376, 0.32868, -0.939304), }, - Vertex { position: (2.953029, -0.12769, -0.520499), - normal: (0.519338, 0.264458, -0.812619), }, - Vertex { position: (3.136321, 0.171237, -0.539896), - normal: (0.098376, 0.32868, -0.939304), }, - Vertex { position: (3.16616, 0.02131, -0.457261), - normal: (0.159882, 0.223439, -0.961516), }, - Vertex { position: (2.986408, -0.413503, -0.428964), - normal: (0.486425, 0.192908, -0.852161), }, - Vertex { position: (2.953029, -0.12769, -0.520499), - normal: (0.519338, 0.264458, -0.812619), }, - Vertex { position: (3.16616, 0.02131, -0.457261), - normal: (0.159882, 0.223439, -0.961516), }, - Vertex { position: (2.986408, -0.413503, -0.428964), - normal: (0.486425, 0.192908, -0.852161), }, - Vertex { position: (3.16616, 0.02131, -0.457261), - normal: (0.159882, 0.223439, -0.961516), }, - Vertex { position: (3.199571, -0.153739, -0.38015), - normal: (0.224429, 0.165293, -0.96037), }, - Vertex { position: (3.053144, -0.609681, -0.326931), - normal: (0.449624, 0.075438, -0.890027), }, - Vertex { position: (2.986408, -0.413503, -0.428964), - normal: (0.486425, 0.192908, -0.852161), }, - Vertex { position: (3.199571, -0.153739, -0.38015), - normal: (0.224429, 0.165293, -0.96037), }, - Vertex { position: (3.053144, -0.609681, -0.326931), - normal: (0.449624, 0.075438, -0.890027), }, - Vertex { position: (3.199571, -0.153739, -0.38015), - normal: (0.224429, 0.165293, -0.96037), }, - Vertex { position: (3.286426, -0.300744, -0.276331), - normal: (0.331391, 0.08899, -0.939287), }, - Vertex { position: (3.107533, -0.691019, -0.264602), - normal: (0.533629, -0.162705, -0.82992), }, - Vertex { position: (3.053144, -0.609681, -0.326931), - normal: (0.449624, 0.075438, -0.890027), }, - Vertex { position: (3.286426, -0.300744, -0.276331), - normal: (0.331391, 0.08899, -0.939287), }, - Vertex { position: (3.107533, -0.691019, -0.264602), - normal: (0.533629, -0.162705, -0.82992), }, - Vertex { position: (3.286426, -0.300744, -0.276331), - normal: (0.331391, 0.08899, -0.939287), }, - Vertex { position: (3.342159, -0.384674, -0.201349), - normal: (0.445439, -0.182623, -0.876489), }, - Vertex { position: (3.454971, 2.169877, 0.0), - normal: (0.694153, -0.467999, 0.546926), }, - Vertex { position: (3.4583, 2.151656, -0.102662), - normal: (0.020519, -0.282941, -0.958918), }, - Vertex { position: (3.233975, 2.059193, -0.072431), - normal: (0.261393, -0.399072, -0.878872), }, - Vertex { position: (3.454971, 2.169877, 0.0), - normal: (0.694153, -0.467999, 0.546926), }, - Vertex { position: (3.233975, 2.059193, -0.072431), - normal: (0.261393, -0.399072, -0.878872), }, - Vertex { position: (3.247406, 2.073333, 0.0), - normal: (-0.861251, 0.383698, -0.333202), }, - Vertex { position: (3.33521, -0.375755, 0.0), - normal: (-0.560204, 0.828355, -0.00034), }, - Vertex { position: (3.342159, -0.384674, -0.201349), - normal: (0.445439, -0.182623, -0.876489), }, - Vertex { position: (3.514981, -0.121886, -0.187589), - normal: (0.383941, -0.196382, -0.902232), }, - Vertex { position: (3.33521, -0.375755, 0.0), - normal: (-0.560204, 0.828355, -0.00034), }, - Vertex { position: (3.514981, -0.121886, -0.187589), - normal: (0.383941, -0.196382, -0.902232), }, - Vertex { position: (3.486028, -0.141683, 0.0), - normal: (0.431966, -0.771434, 0.46722), }, - Vertex { position: (2.723503, 1.898839, 0.0), - normal: (-0.926486, -0.356041, 0.121897), }, - Vertex { position: (2.985371, 1.982663, 0.0), - normal: (0.889638, -0.392482, 0.233458), }, - Vertex { position: (3.009101, 1.971604, -0.03422), - normal: (0.441787, -0.375177, -0.814903), }, - Vertex { position: (2.715712, 1.828219, -0.167709), - normal: (0.45552, -0.330524, -0.826593), }, - Vertex { position: (2.723503, 1.898839, 0.0), - normal: (-0.926486, -0.356041, 0.121897), }, - Vertex { position: (3.009101, 1.971604, -0.03422), - normal: (0.441787, -0.375177, -0.814903), }, - Vertex { position: (2.715712, 1.828219, -0.167709), - normal: (0.45552, -0.330524, -0.826593), }, - Vertex { position: (3.009101, 1.971604, -0.03422), - normal: (0.441787, -0.375177, -0.814903), }, - Vertex { position: (3.036361, 1.913989, -0.169838), - normal: (0.483908, -0.405185, -0.775667), }, - Vertex { position: (2.738132, 1.687333, -0.295046), - normal: (0.489736, -0.346185, -0.800197), }, - Vertex { position: (2.715712, 1.828219, -0.167709), - normal: (0.45552, -0.330524, -0.826593), }, - Vertex { position: (3.036361, 1.913989, -0.169838), - normal: (0.483908, -0.405185, -0.775667), }, - Vertex { position: (2.738132, 1.687333, -0.295046), - normal: (0.489736, -0.346185, -0.800197), }, - Vertex { position: (3.036361, 1.913989, -0.169838), - normal: (0.483908, -0.405185, -0.775667), }, - Vertex { position: (3.058366, 1.773346, -0.297337), - normal: (0.482381, -0.398126, -0.780259), }, - Vertex { position: (2.77568, 1.53871, -0.352829), - normal: (0.5205, -0.336657, -0.784692), }, - Vertex { position: (2.738132, 1.687333, -0.295046), - normal: (0.489736, -0.346185, -0.800197), }, - Vertex { position: (3.058366, 1.773346, -0.297337), - normal: (0.482381, -0.398126, -0.780259), }, - Vertex { position: (2.77568, 1.53871, -0.352829), - normal: (0.5205, -0.336657, -0.784692), }, - Vertex { position: (3.058366, 1.773346, -0.297337), - normal: (0.482381, -0.398126, -0.780259), }, - Vertex { position: (3.086666, 1.632991, -0.338863), - normal: (0.702554, -0.570096, -0.42592), }, - Vertex { position: (2.815366, 1.377583, -0.413399), - normal: (0.760747, -0.509474, -0.40212), }, - Vertex { position: (2.77568, 1.53871, -0.352829), - normal: (0.5205, -0.336657, -0.784692), }, - Vertex { position: (3.086666, 1.632991, -0.338863), - normal: (0.702554, -0.570096, -0.42592), }, - Vertex { position: (2.815366, 1.377583, -0.413399), - normal: (0.760747, -0.509474, -0.40212), }, - Vertex { position: (3.086666, 1.632991, -0.338863), - normal: (0.702554, -0.570096, -0.42592), }, - Vertex { position: (3.115383, 1.49239, -0.380228), - normal: (-0.317114, 0.866865, -0.384686), }, - Vertex { position: (2.854291, 1.093951, -0.49465), - normal: (-0.16423, 0.819635, -0.548842), }, - Vertex { position: (2.815366, 1.377583, -0.413399), - normal: (0.760747, -0.509474, -0.40212), }, - Vertex { position: (3.115383, 1.49239, -0.380228), - normal: (-0.317114, 0.866865, -0.384686), }, - Vertex { position: (2.854291, 1.093951, -0.49465), - normal: (-0.16423, 0.819635, -0.548842), }, - Vertex { position: (3.115383, 1.49239, -0.380228), - normal: (-0.317114, 0.866865, -0.384686), }, - Vertex { position: (3.163181, 1.209972, -0.462438), - normal: (-0.273708, 0.760234, -0.589175), }, - Vertex { position: (2.948387, 0.783357, -0.515058), - normal: (-0.043323, 0.541029, -0.839887), }, - Vertex { position: (2.854291, 1.093951, -0.49465), - normal: (-0.16423, 0.819635, -0.548842), }, - Vertex { position: (3.163181, 1.209972, -0.462438), - normal: (-0.273708, 0.760234, -0.589175), }, - Vertex { position: (2.948387, 0.783357, -0.515058), - normal: (-0.043323, 0.541029, -0.839887), }, - Vertex { position: (3.163181, 1.209972, -0.462438), - normal: (-0.273708, 0.760234, -0.589175), }, - Vertex { position: (3.189664, 0.907503, -0.500122), - normal: (-0.158888, 0.47696, -0.864444), }, - Vertex { position: (3.06109, 0.397226, -0.574193), - normal: (0.04432, 0.372862, -0.926828), }, - Vertex { position: (2.948387, 0.783357, -0.515058), - normal: (-0.043323, 0.541029, -0.839887), }, - Vertex { position: (3.189664, 0.907503, -0.500122), - normal: (-0.158888, 0.47696, -0.864444), }, - Vertex { position: (3.06109, 0.397226, -0.574193), - normal: (0.04432, 0.372862, -0.926828), }, - Vertex { position: (3.189664, 0.907503, -0.500122), - normal: (-0.158888, 0.47696, -0.864444), }, - Vertex { position: (3.280681, 0.510802, -0.499434), - normal: (-0.095989, 0.297871, -0.949768), }, - Vertex { position: (3.136321, 0.171237, -0.539896), - normal: (0.098376, 0.32868, -0.939304), }, - Vertex { position: (3.06109, 0.397226, -0.574193), - normal: (0.04432, 0.372862, -0.926828), }, - Vertex { position: (3.280681, 0.510802, -0.499434), - normal: (-0.095989, 0.297871, -0.949768), }, - Vertex { position: (3.136321, 0.171237, -0.539896), - normal: (0.098376, 0.32868, -0.939304), }, - Vertex { position: (3.280681, 0.510802, -0.499434), - normal: (-0.095989, 0.297871, -0.949768), }, - Vertex { position: (3.321825, 0.26669, -0.46575), - normal: (-0.078774, 0.27578, -0.957987), }, - Vertex { position: (3.16616, 0.02131, -0.457261), - normal: (0.159882, 0.223439, -0.961516), }, - Vertex { position: (3.136321, 0.171237, -0.539896), - normal: (0.098376, 0.32868, -0.939304), }, - Vertex { position: (3.321825, 0.26669, -0.46575), - normal: (-0.078774, 0.27578, -0.957987), }, - Vertex { position: (3.16616, 0.02131, -0.457261), - normal: (0.159882, 0.223439, -0.961516), }, - Vertex { position: (3.321825, 0.26669, -0.46575), - normal: (-0.078774, 0.27578, -0.957987), }, - Vertex { position: (3.36004, 0.165487, -0.412685), - normal: (-0.027323, 0.180938, -0.983115), }, - Vertex { position: (3.199571, -0.153739, -0.38015), - normal: (0.224429, 0.165293, -0.96037), }, - Vertex { position: (3.16616, 0.02131, -0.457261), - normal: (0.159882, 0.223439, -0.961516), }, - Vertex { position: (3.36004, 0.165487, -0.412685), - normal: (-0.027323, 0.180938, -0.983115), }, - Vertex { position: (3.199571, -0.153739, -0.38015), - normal: (0.224429, 0.165293, -0.96037), }, - Vertex { position: (3.36004, 0.165487, -0.412685), - normal: (-0.027323, 0.180938, -0.983115), }, - Vertex { position: (3.378799, 0.073736, -0.355362), - normal: (0.065337, 0.07376, -0.995133), }, - Vertex { position: (3.286426, -0.300744, -0.276331), - normal: (0.331391, 0.08899, -0.939287), }, - Vertex { position: (3.199571, -0.153739, -0.38015), - normal: (0.224429, 0.165293, -0.96037), }, - Vertex { position: (3.378799, 0.073736, -0.355362), - normal: (0.065337, 0.07376, -0.995133), }, - Vertex { position: (3.286426, -0.300744, -0.276331), - normal: (0.331391, 0.08899, -0.939287), }, - Vertex { position: (3.378799, 0.073736, -0.355362), - normal: (0.065337, 0.07376, -0.995133), }, - Vertex { position: (3.43895, -0.08258, -0.257015), - normal: (0.226651, -0.023678, -0.973688), }, - Vertex { position: (3.342159, -0.384674, -0.201349), - normal: (0.445439, -0.182623, -0.876489), }, - Vertex { position: (3.286426, -0.300744, -0.276331), - normal: (0.331391, 0.08899, -0.939287), }, - Vertex { position: (3.43895, -0.08258, -0.257015), - normal: (0.226651, -0.023678, -0.973688), }, - Vertex { position: (3.342159, -0.384674, -0.201349), - normal: (0.445439, -0.182623, -0.876489), }, - Vertex { position: (3.43895, -0.08258, -0.257015), - normal: (0.226651, -0.023678, -0.973688), }, - Vertex { position: (3.514981, -0.121886, -0.187589), - normal: (0.383941, -0.196382, -0.902232), }, - Vertex { position: (3.955635, 0.432417, -0.197586), - normal: (0.07924, -0.231862, -0.969516), }, - Vertex { position: (3.929251, 0.411689, 0.0), - normal: (0.338485, -0.103202, -0.935295), }, - Vertex { position: (3.731689, 0.186391, 0.0), - normal: (-0.910859, -0.100368, -0.400327), }, - Vertex { position: (3.955635, 0.432417, -0.197586), - normal: (0.07924, -0.231862, -0.969516), }, - Vertex { position: (3.731689, 0.186391, 0.0), - normal: (-0.910859, -0.100368, -0.400327), }, - Vertex { position: (3.737014, 0.181837, -0.176819), - normal: (0.325831, -0.277459, -0.903798), }, - Vertex { position: (3.889626, 0.475277, -0.247365), - normal: (-0.081635, -0.03459, -0.996062), }, - Vertex { position: (3.955635, 0.432417, -0.197586), - normal: (0.07924, -0.231862, -0.969516), }, - Vertex { position: (3.737014, 0.181837, -0.176819), - normal: (0.325831, -0.277459, -0.903798), }, - Vertex { position: (3.889626, 0.475277, -0.247365), - normal: (-0.081635, -0.03459, -0.996062), }, - Vertex { position: (3.737014, 0.181837, -0.176819), - normal: (0.325831, -0.277459, -0.903798), }, - Vertex { position: (3.700363, 0.265794, -0.240762), - normal: (0.144017, -0.141696, -0.979378), }, - Vertex { position: (3.861841, 0.560638, -0.311961), - normal: (-0.178707, 0.132414, -0.974951), }, - Vertex { position: (3.889626, 0.475277, -0.247365), - normal: (-0.081635, -0.03459, -0.996062), }, - Vertex { position: (3.700363, 0.265794, -0.240762), - normal: (0.144017, -0.141696, -0.979378), }, - Vertex { position: (3.861841, 0.560638, -0.311961), - normal: (-0.178707, 0.132414, -0.974951), }, - Vertex { position: (3.700363, 0.265794, -0.240762), - normal: (0.144017, -0.141696, -0.979378), }, - Vertex { position: (3.67471, 0.338839, -0.30784), - normal: (-0.023695, 0.006701, -0.999697), }, - Vertex { position: (3.861841, 0.560638, -0.311961), - normal: (-0.178707, 0.132414, -0.974951), }, - Vertex { position: (3.67471, 0.338839, -0.30784), - normal: (-0.023695, 0.006701, -0.999697), }, - Vertex { position: (3.641195, 0.407454, -0.362198), - normal: (-0.128537, 0.152973, -0.979835), }, - Vertex { position: (3.849352, 0.664451, -0.387198), - normal: (-0.21777, 0.161093, -0.962614), }, - Vertex { position: (3.861841, 0.560638, -0.311961), - normal: (-0.178707, 0.132414, -0.974951), }, - Vertex { position: (3.641195, 0.407454, -0.362198), - normal: (-0.128537, 0.152973, -0.979835), }, - Vertex { position: (3.849352, 0.664451, -0.387198), - normal: (-0.21777, 0.161093, -0.962614), }, - Vertex { position: (3.641195, 0.407454, -0.362198), - normal: (-0.128537, 0.152973, -0.979835), }, - Vertex { position: (3.61965, 0.472046, -0.391742), - normal: (-0.175197, 0.22468, -0.958553), }, - Vertex { position: (3.823137, 0.853054, -0.461519), - normal: (-0.273816, 0.228927, -0.93414), }, - Vertex { position: (3.849352, 0.664451, -0.387198), - normal: (-0.21777, 0.161093, -0.962614), }, - Vertex { position: (3.61965, 0.472046, -0.391742), - normal: (-0.175197, 0.22468, -0.958553), }, - Vertex { position: (3.823137, 0.853054, -0.461519), - normal: (-0.273816, 0.228927, -0.93414), }, - Vertex { position: (3.61965, 0.472046, -0.391742), - normal: (-0.175197, 0.22468, -0.958553), }, - Vertex { position: (3.559394, 0.706516, -0.452535), - normal: (-0.203969, 0.261593, -0.94338), }, - Vertex { position: (3.747724, 1.184933, -0.518662), - normal: (-0.385487, 0.478576, -0.788901), }, - Vertex { position: (3.823137, 0.853054, -0.461519), - normal: (-0.273816, 0.228927, -0.93414), }, - Vertex { position: (3.559394, 0.706516, -0.452535), - normal: (-0.203969, 0.261593, -0.94338), }, - Vertex { position: (3.747724, 1.184933, -0.518662), - normal: (-0.385487, 0.478576, -0.788901), }, - Vertex { position: (3.559394, 0.706516, -0.452535), - normal: (-0.203969, 0.261593, -0.94338), }, - Vertex { position: (3.528445, 1.060127, -0.489443), - normal: (-0.270788, 0.46353, -0.84369), }, - Vertex { position: (3.650974, 1.46374, -0.478617), - normal: (-0.447812, 0.698934, -0.557634), }, - Vertex { position: (3.747724, 1.184933, -0.518662), - normal: (-0.385487, 0.478576, -0.788901), }, - Vertex { position: (3.528445, 1.060127, -0.489443), - normal: (-0.270788, 0.46353, -0.84369), }, - Vertex { position: (3.650974, 1.46374, -0.478617), - normal: (-0.447812, 0.698934, -0.557634), }, - Vertex { position: (3.528445, 1.060127, -0.489443), - normal: (-0.270788, 0.46353, -0.84369), }, - Vertex { position: (3.47341, 1.366149, -0.454658), - normal: (-0.354832, 0.724971, -0.590348), }, - Vertex { position: (3.590526, 1.70109, -0.411994), - normal: (-0.463441, 0.825581, -0.321928), }, - Vertex { position: (3.650974, 1.46374, -0.478617), - normal: (-0.447812, 0.698934, -0.557634), }, - Vertex { position: (3.47341, 1.366149, -0.454658), - normal: (-0.354832, 0.724971, -0.590348), }, - Vertex { position: (3.590526, 1.70109, -0.411994), - normal: (-0.463441, 0.825581, -0.321928), }, - Vertex { position: (3.47341, 1.366149, -0.454658), - normal: (-0.354832, 0.724971, -0.590348), }, - Vertex { position: (3.377233, 1.5878, -0.400781), - normal: (-0.384424, 0.863444, -0.326623), }, - Vertex { position: (3.541188, 1.849183, -0.386366), - normal: (0.492397, -0.77993, -0.386336), }, - Vertex { position: (3.590526, 1.70109, -0.411994), - normal: (-0.463441, 0.825581, -0.321928), }, - Vertex { position: (3.377233, 1.5878, -0.400781), - normal: (-0.384424, 0.863444, -0.326623), }, - Vertex { position: (3.541188, 1.849183, -0.386366), - normal: (0.492397, -0.77993, -0.386336), }, - Vertex { position: (3.377233, 1.5878, -0.400781), - normal: (-0.384424, 0.863444, -0.326623), }, - Vertex { position: (3.337545, 1.748927, -0.34021), - normal: (0.673211, -0.58089, -0.457551), }, - Vertex { position: (3.479418, 1.97825, -0.317478), - normal: (0.313443, -0.691245, -0.651102), }, - Vertex { position: (3.541188, 1.849183, -0.386366), - normal: (0.492397, -0.77993, -0.386336), }, - Vertex { position: (3.337545, 1.748927, -0.34021), - normal: (0.673211, -0.58089, -0.457551), }, - Vertex { position: (3.479418, 1.97825, -0.317478), - normal: (0.313443, -0.691245, -0.651102), }, - Vertex { position: (3.337545, 1.748927, -0.34021), - normal: (0.673211, -0.58089, -0.457551), }, - Vertex { position: (3.276333, 1.863773, -0.294266), - normal: (0.454048, -0.464454, -0.760344), }, - Vertex { position: (3.460196, 2.103494, -0.180368), - normal: (0.161194, -0.480657, -0.861966), }, - Vertex { position: (3.479418, 1.97825, -0.317478), - normal: (0.313443, -0.691245, -0.651102), }, - Vertex { position: (3.276333, 1.863773, -0.294266), - normal: (0.454048, -0.464454, -0.760344), }, - Vertex { position: (3.460196, 2.103494, -0.180368), - normal: (0.161194, -0.480657, -0.861966), }, - Vertex { position: (3.276333, 1.863773, -0.294266), - normal: (0.454048, -0.464454, -0.760344), }, - Vertex { position: (3.252224, 2.026347, -0.148215), - normal: (0.428291, -0.499911, -0.752765), }, - Vertex { position: (3.4583, 2.151656, -0.102662), - normal: (0.020519, -0.282941, -0.958918), }, - Vertex { position: (3.460196, 2.103494, -0.180368), - normal: (0.161194, -0.480657, -0.861966), }, - Vertex { position: (3.252224, 2.026347, -0.148215), - normal: (0.428291, -0.499911, -0.752765), }, - Vertex { position: (3.4583, 2.151656, -0.102662), - normal: (0.020519, -0.282941, -0.958918), }, - Vertex { position: (3.252224, 2.026347, -0.148215), - normal: (0.428291, -0.499911, -0.752765), }, - Vertex { position: (3.233975, 2.059193, -0.072431), - normal: (0.261393, -0.399072, -0.878872), }, - Vertex { position: (2.986408, -0.413503, -0.428964), - normal: (0.486425, 0.192908, -0.852161), }, - Vertex { position: (2.835437, -0.231101, -0.57789), - normal: (0.016767, -0.927537, -0.373356), }, - Vertex { position: (2.953029, -0.12769, -0.520499), - normal: (0.519338, 0.264458, -0.812619), }, - Vertex { position: (2.753156, 0.400829, -0.713141), - normal: (0.241303, 0.584583, -0.77462), }, - Vertex { position: (2.679445, 0.687427, -0.720573), - normal: (0.072694, 0.752739, -0.654294), }, - Vertex { position: (2.747937, 0.712253, -0.615674), - normal: (0.040193, 0.650965, -0.758043), }, - Vertex { position: (2.753156, 0.400829, -0.713141), - normal: (0.241303, 0.584583, -0.77462), }, - Vertex { position: (2.747937, 0.712253, -0.615674), - normal: (0.040193, 0.650965, -0.758043), }, - Vertex { position: (2.811504, 0.469098, -0.657443), - normal: (0.177367, 0.480226, -0.859025), }, - Vertex { position: (2.790681, 0.219187, -0.718263), - normal: (0.462789, 0.48004, -0.745243), }, - Vertex { position: (2.753156, 0.400829, -0.713141), - normal: (0.241303, 0.584583, -0.77462), }, - Vertex { position: (2.811504, 0.469098, -0.657443), - normal: (0.177367, 0.480226, -0.859025), }, - Vertex { position: (2.790681, 0.219187, -0.718263), - normal: (0.462789, 0.48004, -0.745243), }, - Vertex { position: (2.811504, 0.469098, -0.657443), - normal: (0.177367, 0.480226, -0.859025), }, - Vertex { position: (2.898733, 0.271916, -0.651298), - normal: (0.288711, 0.386915, -0.875753), }, - Vertex { position: (2.790657, 0.044324, -0.717488), - normal: (0.539114, 0.412574, -0.734261), }, - Vertex { position: (2.790681, 0.219187, -0.718263), - normal: (0.462789, 0.48004, -0.745243), }, - Vertex { position: (2.898733, 0.271916, -0.651298), - normal: (0.288711, 0.386915, -0.875753), }, - Vertex { position: (2.790657, 0.044324, -0.717488), - normal: (0.539114, 0.412574, -0.734261), }, - Vertex { position: (2.898733, 0.271916, -0.651298), - normal: (0.288711, 0.386915, -0.875753), }, - Vertex { position: (2.91987, 0.084875, -0.64246), - normal: (0.41428, 0.318289, -0.852681), }, - Vertex { position: (2.835437, -0.231101, -0.57789), - normal: (0.016767, -0.927537, -0.373356), }, - Vertex { position: (2.736198, -0.346225, -0.659345), - normal: (0.763734, 0.228435, -0.603761), }, - Vertex { position: (2.743995, -0.129852, -0.718277), - normal: (0.696162, 0.333274, -0.635835), }, - Vertex { position: (2.743995, -0.129852, -0.718277), - normal: (0.696162, 0.333274, -0.635835), }, - Vertex { position: (2.91987, 0.084875, -0.64246), - normal: (0.41428, 0.318289, -0.852681), }, - Vertex { position: (2.953029, -0.12769, -0.520499), - normal: (0.519338, 0.264458, -0.812619), }, - Vertex { position: (2.743995, -0.129852, -0.718277), - normal: (0.696162, 0.333274, -0.635835), }, - Vertex { position: (2.953029, -0.12769, -0.520499), - normal: (0.519338, 0.264458, -0.812619), }, - Vertex { position: (2.835437, -0.231101, -0.57789), - normal: (0.016767, -0.927537, -0.373356), }, - Vertex { position: (2.743995, -0.129852, -0.718277), - normal: (0.696162, 0.333274, -0.635835), }, - Vertex { position: (2.790657, 0.044324, -0.717488), - normal: (0.539114, 0.412574, -0.734261), }, - Vertex { position: (2.91987, 0.084875, -0.64246), - normal: (0.41428, 0.318289, -0.852681), }, - Vertex { position: (2.514162, 0.988713, -0.674527), - normal: (0.788801, -0.19938, -0.581412), }, - Vertex { position: (2.482917, 0.997637, -0.702425), - normal: (0.906617, -0.14387, -0.39667), }, - Vertex { position: (2.396355, 1.242239, -0.597722), - normal: (0.752227, -0.484776, -0.446258), }, - Vertex { position: (2.618307, -0.549092, -0.805491), - normal: (0.907314, 0.09913, -0.4086), }, - Vertex { position: (2.5392, -0.727778, -0.750475), - normal: (0.908163, -0.140074, -0.394486), }, - Vertex { position: (2.410367, -0.777999, -0.841105), - normal: (0.795625, -0.129968, -0.591684), }, - Vertex { position: (2.618307, -0.549092, -0.805491), - normal: (0.907314, 0.09913, -0.4086), }, - Vertex { position: (2.410367, -0.777999, -0.841105), - normal: (0.795625, -0.129968, -0.591684), }, - Vertex { position: (2.543372, -0.548031, -0.937182), - normal: (0.748939, 0.152982, -0.644738), }, - Vertex { position: (2.690576, -0.368057, -0.819343), - normal: (0.85208, 0.278905, -0.442914), }, - Vertex { position: (2.618307, -0.549092, -0.805491), - normal: (0.907314, 0.09913, -0.4086), }, - Vertex { position: (2.543372, -0.548031, -0.937182), - normal: (0.748939, 0.152982, -0.644738), }, - Vertex { position: (2.690576, -0.368057, -0.819343), - normal: (0.85208, 0.278905, -0.442914), }, - Vertex { position: (2.543372, -0.548031, -0.937182), - normal: (0.748939, 0.152982, -0.644738), }, - Vertex { position: (2.594499, -0.422948, -0.981263), - normal: (0.69338, 0.351142, -0.629224), }, - Vertex { position: (2.702577, -0.197406, -0.795611), - normal: (0.759315, 0.386803, -0.523282), }, - Vertex { position: (2.690576, -0.368057, -0.819343), - normal: (0.85208, 0.278905, -0.442914), }, - Vertex { position: (2.594499, -0.422948, -0.981263), - normal: (0.69338, 0.351142, -0.629224), }, - Vertex { position: (2.702577, -0.197406, -0.795611), - normal: (0.759315, 0.386803, -0.523282), }, - Vertex { position: (2.594499, -0.422948, -0.981263), - normal: (0.69338, 0.351142, -0.629224), }, - Vertex { position: (2.60743, -0.208248, -0.974218), - normal: (0.662294, 0.443714, -0.603725), }, - Vertex { position: (2.734183, 0.038769, -0.86581), - normal: (0.636794, 0.461927, -0.617346), }, - Vertex { position: (2.702577, -0.197406, -0.795611), - normal: (0.759315, 0.386803, -0.523282), }, - Vertex { position: (2.60743, -0.208248, -0.974218), - normal: (0.662294, 0.443714, -0.603725), }, - Vertex { position: (2.734183, 0.038769, -0.86581), - normal: (0.636794, 0.461927, -0.617346), }, - Vertex { position: (2.60743, -0.208248, -0.974218), - normal: (0.662294, 0.443714, -0.603725), }, - Vertex { position: (2.649413, 0.031535, -1.024796), - normal: (0.614456, 0.489786, -0.618509), }, - Vertex { position: (2.731512, 0.219003, -0.891585), - normal: (0.722145, -0.312679, -0.617041), }, - Vertex { position: (2.734183, 0.038769, -0.86581), - normal: (0.636794, 0.461927, -0.617346), }, - Vertex { position: (2.649413, 0.031535, -1.024796), - normal: (0.614456, 0.489786, -0.618509), }, - Vertex { position: (2.731512, 0.219003, -0.891585), - normal: (0.722145, -0.312679, -0.617041), }, - Vertex { position: (2.649413, 0.031535, -1.024796), - normal: (0.614456, 0.489786, -0.618509), }, - Vertex { position: (2.668936, 0.206182, -1.014371), - normal: (0.718673, -0.290446, -0.631784), }, - Vertex { position: (2.70696, 0.393597, -0.849582), - normal: (0.742962, -0.255405, -0.618688), }, - Vertex { position: (2.731512, 0.219003, -0.891585), - normal: (0.722145, -0.312679, -0.617041), }, - Vertex { position: (2.668936, 0.206182, -1.014371), - normal: (0.718673, -0.290446, -0.631784), }, - Vertex { position: (2.70696, 0.393597, -0.849582), - normal: (0.742962, -0.255405, -0.618688), }, - Vertex { position: (2.668936, 0.206182, -1.014371), - normal: (0.718673, -0.290446, -0.631784), }, - Vertex { position: (2.616001, 0.447717, -0.960748), - normal: (0.815771, -0.424495, -0.392838), }, - Vertex { position: (2.604217, 0.728827, -0.769671), - normal: (0.804239, -0.153549, -0.574128), }, - Vertex { position: (2.70696, 0.393597, -0.849582), - normal: (0.742962, -0.255405, -0.618688), }, - Vertex { position: (2.616001, 0.447717, -0.960748), - normal: (0.815771, -0.424495, -0.392838), }, - Vertex { position: (2.604217, 0.728827, -0.769671), - normal: (0.804239, -0.153549, -0.574128), }, - Vertex { position: (2.616001, 0.447717, -0.960748), - normal: (0.815771, -0.424495, -0.392838), }, - Vertex { position: (2.5704, 0.738683, -0.830405), - normal: (0.900366, -0.205985, -0.38329), }, - Vertex { position: (2.514162, 0.988713, -0.674527), - normal: (0.788801, -0.19938, -0.581412), }, - Vertex { position: (2.604217, 0.728827, -0.769671), - normal: (0.804239, -0.153549, -0.574128), }, - Vertex { position: (2.5704, 0.738683, -0.830405), - normal: (0.900366, -0.205985, -0.38329), }, - Vertex { position: (2.514162, 0.988713, -0.674527), - normal: (0.788801, -0.19938, -0.581412), }, - Vertex { position: (2.5704, 0.738683, -0.830405), - normal: (0.900366, -0.205985, -0.38329), }, - Vertex { position: (2.482917, 0.997637, -0.702425), - normal: (0.906617, -0.14387, -0.39667), }, - Vertex { position: (2.618307, -0.549092, -0.805491), - normal: (0.907314, 0.09913, -0.4086), }, - Vertex { position: (2.690576, -0.368057, -0.819343), - normal: (0.85208, 0.278905, -0.442914), }, - Vertex { position: (2.736198, -0.346225, -0.659345), - normal: (0.763734, 0.228435, -0.603761), }, - Vertex { position: (2.618307, -0.549092, -0.805491), - normal: (0.907314, 0.09913, -0.4086), }, - Vertex { position: (2.736198, -0.346225, -0.659345), - normal: (0.763734, 0.228435, -0.603761), }, - Vertex { position: (2.688131, -0.517509, -0.672975), - normal: (0.769758, 0.095155, -0.631204), }, - Vertex { position: (2.514162, 0.988713, -0.674527), - normal: (0.788801, -0.19938, -0.581412), }, - Vertex { position: (2.396355, 1.242239, -0.597722), - normal: (0.752227, -0.484776, -0.446258), }, - Vertex { position: (2.542439, 0.999928, -0.648592), - normal: (-0.071584, 0.92252, -0.379253), }, - Vertex { position: (2.604217, 0.728827, -0.769671), - normal: (0.804239, -0.153549, -0.574128), }, - Vertex { position: (2.514162, 0.988713, -0.674527), - normal: (0.788801, -0.19938, -0.581412), }, - Vertex { position: (2.542439, 0.999928, -0.648592), - normal: (-0.071584, 0.92252, -0.379253), }, - Vertex { position: (2.604217, 0.728827, -0.769671), - normal: (0.804239, -0.153549, -0.574128), }, - Vertex { position: (2.542439, 0.999928, -0.648592), - normal: (-0.071584, 0.92252, -0.379253), }, - Vertex { position: (2.679445, 0.687427, -0.720573), - normal: (0.072694, 0.752739, -0.654294), }, - Vertex { position: (2.70696, 0.393597, -0.849582), - normal: (0.742962, -0.255405, -0.618688), }, - Vertex { position: (2.604217, 0.728827, -0.769671), - normal: (0.804239, -0.153549, -0.574128), }, - Vertex { position: (2.679445, 0.687427, -0.720573), - normal: (0.072694, 0.752739, -0.654294), }, - Vertex { position: (2.70696, 0.393597, -0.849582), - normal: (0.742962, -0.255405, -0.618688), }, - Vertex { position: (2.679445, 0.687427, -0.720573), - normal: (0.072694, 0.752739, -0.654294), }, - Vertex { position: (2.753156, 0.400829, -0.713141), - normal: (0.241303, 0.584583, -0.77462), }, - Vertex { position: (2.731512, 0.219003, -0.891585), - normal: (0.722145, -0.312679, -0.617041), }, - Vertex { position: (2.70696, 0.393597, -0.849582), - normal: (0.742962, -0.255405, -0.618688), }, - Vertex { position: (2.753156, 0.400829, -0.713141), - normal: (0.241303, 0.584583, -0.77462), }, - Vertex { position: (2.731512, 0.219003, -0.891585), - normal: (0.722145, -0.312679, -0.617041), }, - Vertex { position: (2.753156, 0.400829, -0.713141), - normal: (0.241303, 0.584583, -0.77462), }, - Vertex { position: (2.790681, 0.219187, -0.718263), - normal: (0.462789, 0.48004, -0.745243), }, - Vertex { position: (2.734183, 0.038769, -0.86581), - normal: (0.636794, 0.461927, -0.617346), }, - Vertex { position: (2.731512, 0.219003, -0.891585), - normal: (0.722145, -0.312679, -0.617041), }, - Vertex { position: (2.790681, 0.219187, -0.718263), - normal: (0.462789, 0.48004, -0.745243), }, - Vertex { position: (2.734183, 0.038769, -0.86581), - normal: (0.636794, 0.461927, -0.617346), }, - Vertex { position: (2.790681, 0.219187, -0.718263), - normal: (0.462789, 0.48004, -0.745243), }, - Vertex { position: (2.790657, 0.044324, -0.717488), - normal: (0.539114, 0.412574, -0.734261), }, - Vertex { position: (2.702577, -0.197406, -0.795611), - normal: (0.759315, 0.386803, -0.523282), }, - Vertex { position: (2.734183, 0.038769, -0.86581), - normal: (0.636794, 0.461927, -0.617346), }, - Vertex { position: (2.790657, 0.044324, -0.717488), - normal: (0.539114, 0.412574, -0.734261), }, - Vertex { position: (2.702577, -0.197406, -0.795611), - normal: (0.759315, 0.386803, -0.523282), }, - Vertex { position: (2.790657, 0.044324, -0.717488), - normal: (0.539114, 0.412574, -0.734261), }, - Vertex { position: (2.743995, -0.129852, -0.718277), - normal: (0.696162, 0.333274, -0.635835), }, - Vertex { position: (2.690576, -0.368057, -0.819343), - normal: (0.85208, 0.278905, -0.442914), }, - Vertex { position: (2.702577, -0.197406, -0.795611), - normal: (0.759315, 0.386803, -0.523282), }, - Vertex { position: (2.743995, -0.129852, -0.718277), - normal: (0.696162, 0.333274, -0.635835), }, - Vertex { position: (2.690576, -0.368057, -0.819343), - normal: (0.85208, 0.278905, -0.442914), }, - Vertex { position: (2.743995, -0.129852, -0.718277), - normal: (0.696162, 0.333274, -0.635835), }, - Vertex { position: (2.736198, -0.346225, -0.659345), - normal: (0.763734, 0.228435, -0.603761), }, - Vertex { position: (2.679445, 0.687427, -0.720573), - normal: (0.072694, 0.752739, -0.654294), }, - Vertex { position: (2.542439, 0.999928, -0.648592), - normal: (-0.071584, 0.92252, -0.379253), }, - Vertex { position: (2.637461, 1.01726, -0.581611), - normal: (-0.080985, 0.883253, -0.461851), }, - Vertex { position: (2.679445, 0.687427, -0.720573), - normal: (0.072694, 0.752739, -0.654294), }, - Vertex { position: (2.637461, 1.01726, -0.581611), - normal: (-0.080985, 0.883253, -0.461851), }, - Vertex { position: (2.747937, 0.712253, -0.615674), - normal: (0.040193, 0.650965, -0.758043), }, - Vertex { position: (2.13239, 1.755821, -0.180271), - normal: (0.547549, -0.279581, -0.788686), }, - Vertex { position: (2.128139, 1.788397, 0.0), - normal: (0.756976, -0.653442, 0.0), }, - Vertex { position: (2.339597, 1.807702, 0.0), - normal: (0.536218, -0.84408, 0.000006), }, - Vertex { position: (2.13239, 1.755821, -0.180271), - normal: (0.547549, -0.279581, -0.788686), }, - Vertex { position: (2.339597, 1.807702, 0.0), - normal: (0.536218, -0.84408, 0.000006), }, - Vertex { position: (2.361089, 1.76666, -0.202595), - normal: (0.474213, -0.311965, -0.823286), }, - Vertex { position: (2.183003, 1.65407, -0.341767), - normal: (0.598679, -0.200355, -0.775527), }, - Vertex { position: (2.13239, 1.755821, -0.180271), - normal: (0.547549, -0.279581, -0.788686), }, - Vertex { position: (2.361089, 1.76666, -0.202595), - normal: (0.474213, -0.311965, -0.823286), }, - Vertex { position: (2.183003, 1.65407, -0.341767), - normal: (0.598679, -0.200355, -0.775527), }, - Vertex { position: (2.361089, 1.76666, -0.202595), - normal: (0.474213, -0.311965, -0.823286), }, - Vertex { position: (2.406969, 1.645328, -0.341479), - normal: (0.488174, -0.280956, -0.826287), }, - Vertex { position: (2.301359, 1.397721, -0.546015), - normal: (0.561098, -0.272385, -0.781649), }, - Vertex { position: (2.183003, 1.65407, -0.341767), - normal: (0.598679, -0.200355, -0.775527), }, - Vertex { position: (2.406969, 1.645328, -0.341479), - normal: (0.488174, -0.280956, -0.826287), }, - Vertex { position: (2.301359, 1.397721, -0.546015), - normal: (0.561098, -0.272385, -0.781649), }, - Vertex { position: (2.406969, 1.645328, -0.341479), - normal: (0.488174, -0.280956, -0.826287), }, - Vertex { position: (2.519027, 1.485931, -0.422962), - normal: (0.531574, -0.288506, -0.796362), }, - Vertex { position: (2.396355, 1.242239, -0.597722), - normal: (0.752227, -0.484776, -0.446258), }, - Vertex { position: (2.301359, 1.397721, -0.546015), - normal: (0.561098, -0.272385, -0.781649), }, - Vertex { position: (2.519027, 1.485931, -0.422962), - normal: (0.531574, -0.288506, -0.796362), }, - Vertex { position: (2.396355, 1.242239, -0.597722), - normal: (0.752227, -0.484776, -0.446258), }, - Vertex { position: (2.519027, 1.485931, -0.422962), - normal: (0.531574, -0.288506, -0.796362), }, - Vertex { position: (2.553871, 1.284278, -0.512335), - normal: (0.769657, -0.480833, -0.420033), }, - Vertex { position: (2.542439, 0.999928, -0.648592), - normal: (-0.071584, 0.92252, -0.379253), }, - Vertex { position: (2.396355, 1.242239, -0.597722), - normal: (0.752227, -0.484776, -0.446258), }, - Vertex { position: (2.553871, 1.284278, -0.512335), - normal: (0.769657, -0.480833, -0.420033), }, - Vertex { position: (2.542439, 0.999928, -0.648592), - normal: (-0.071584, 0.92252, -0.379253), }, - Vertex { position: (2.553871, 1.284278, -0.512335), - normal: (0.769657, -0.480833, -0.420033), }, - Vertex { position: (2.637461, 1.01726, -0.581611), - normal: (-0.080985, 0.883253, -0.461851), }, - Vertex { position: (2.292449, -0.871852, -0.8824), - normal: (-0.096144, -0.182414, -0.97851), }, - Vertex { position: (2.245624, -0.864372, -0.995778), - normal: (0.561574, -0.148323, -0.814024), }, - Vertex { position: (2.346081, -0.74535, -1.013296), - normal: (0.525142, -0.062799, -0.848694), }, - Vertex { position: (2.292449, -0.871852, -0.8824), - normal: (-0.096144, -0.182414, -0.97851), }, - Vertex { position: (2.346081, -0.74535, -1.013296), - normal: (0.525142, -0.062799, -0.848694), }, - Vertex { position: (2.410367, -0.777999, -0.841105), - normal: (0.795625, -0.129968, -0.591684), }, - Vertex { position: (2.096552, 1.678482, -0.32681), - normal: (0.805898, -0.146097, -0.573745), }, - Vertex { position: (2.069379, 1.727818, -0.212746), - normal: (0.546571, -0.125171, 0.828005), }, - Vertex { position: (2.13239, 1.755821, -0.180271), - normal: (0.547549, -0.279581, -0.788686), }, - Vertex { position: (2.096552, 1.678482, -0.32681), - normal: (0.805898, -0.146097, -0.573745), }, - Vertex { position: (2.13239, 1.755821, -0.180271), - normal: (0.547549, -0.279581, -0.788686), }, - Vertex { position: (2.183003, 1.65407, -0.341767), - normal: (0.598679, -0.200355, -0.775527), }, - Vertex { position: (2.189848, 1.468992, -0.517501), - normal: (0.772313, -0.244122, -0.586461), }, - Vertex { position: (2.096552, 1.678482, -0.32681), - normal: (0.805898, -0.146097, -0.573745), }, - Vertex { position: (2.183003, 1.65407, -0.341767), - normal: (0.598679, -0.200355, -0.775527), }, - Vertex { position: (2.189848, 1.468992, -0.517501), - normal: (0.772313, -0.244122, -0.586461), }, - Vertex { position: (2.183003, 1.65407, -0.341767), - normal: (0.598679, -0.200355, -0.775527), }, - Vertex { position: (2.301359, 1.397721, -0.546015), - normal: (0.561098, -0.272385, -0.781649), }, - Vertex { position: (2.266003, 1.273253, -0.663332), - normal: (0.697438, -0.478568, -0.533435), }, - Vertex { position: (2.189848, 1.468992, -0.517501), - normal: (0.772313, -0.244122, -0.586461), }, - Vertex { position: (2.301359, 1.397721, -0.546015), - normal: (0.561098, -0.272385, -0.781649), }, - Vertex { position: (2.266003, 1.273253, -0.663332), - normal: (0.697438, -0.478568, -0.533435), }, - Vertex { position: (2.301359, 1.397721, -0.546015), - normal: (0.561098, -0.272385, -0.781649), }, - Vertex { position: (2.396355, 1.242239, -0.597722), - normal: (0.752227, -0.484776, -0.446258), }, - Vertex { position: (2.347317, 1.066114, -0.758763), - normal: (0.628361, -0.426126, -0.65083), }, - Vertex { position: (2.266003, 1.273253, -0.663332), - normal: (0.697438, -0.478568, -0.533435), }, - Vertex { position: (2.396355, 1.242239, -0.597722), - normal: (0.752227, -0.484776, -0.446258), }, - Vertex { position: (2.347317, 1.066114, -0.758763), - normal: (0.628361, -0.426126, -0.65083), }, - Vertex { position: (2.396355, 1.242239, -0.597722), - normal: (0.752227, -0.484776, -0.446258), }, - Vertex { position: (2.482917, 0.997637, -0.702425), - normal: (0.906617, -0.14387, -0.39667), }, - Vertex { position: (2.399389, 0.782091, -0.915279), - normal: (0.065855, 0.814333, -0.576649), }, - Vertex { position: (2.347317, 1.066114, -0.758763), - normal: (0.628361, -0.426126, -0.65083), }, - Vertex { position: (2.482917, 0.997637, -0.702425), - normal: (0.906617, -0.14387, -0.39667), }, - Vertex { position: (2.399389, 0.782091, -0.915279), - normal: (0.065855, 0.814333, -0.576649), }, - Vertex { position: (2.482917, 0.997637, -0.702425), - normal: (0.906617, -0.14387, -0.39667), }, - Vertex { position: (2.5704, 0.738683, -0.830405), - normal: (0.900366, -0.205985, -0.38329), }, - Vertex { position: (2.448969, 0.529858, -1.037335), - normal: (0.187431, 0.691784, -0.697355), }, - Vertex { position: (2.399389, 0.782091, -0.915279), - normal: (0.065855, 0.814333, -0.576649), }, - Vertex { position: (2.5704, 0.738683, -0.830405), - normal: (0.900366, -0.205985, -0.38329), }, - Vertex { position: (2.448969, 0.529858, -1.037335), - normal: (0.187431, 0.691784, -0.697355), }, - Vertex { position: (2.5704, 0.738683, -0.830405), - normal: (0.900366, -0.205985, -0.38329), }, - Vertex { position: (2.616001, 0.447717, -0.960748), - normal: (0.815771, -0.424495, -0.392838), }, - Vertex { position: (2.495354, 0.250522, -1.132081), - normal: (0.328244, 0.603536, -0.726637), }, - Vertex { position: (2.448969, 0.529858, -1.037335), - normal: (0.187431, 0.691784, -0.697355), }, - Vertex { position: (2.616001, 0.447717, -0.960748), - normal: (0.815771, -0.424495, -0.392838), }, - Vertex { position: (2.495354, 0.250522, -1.132081), - normal: (0.328244, 0.603536, -0.726637), }, - Vertex { position: (2.616001, 0.447717, -0.960748), - normal: (0.815771, -0.424495, -0.392838), }, - Vertex { position: (2.668936, 0.206182, -1.014371), - normal: (0.718673, -0.290446, -0.631784), }, - Vertex { position: (2.50049, -0.035029, -1.170179), - normal: (0.387394, 0.516219, -0.763835), }, - Vertex { position: (2.495354, 0.250522, -1.132081), - normal: (0.328244, 0.603536, -0.726637), }, - Vertex { position: (2.668936, 0.206182, -1.014371), - normal: (0.718673, -0.290446, -0.631784), }, - Vertex { position: (2.50049, -0.035029, -1.170179), - normal: (0.387394, 0.516219, -0.763835), }, - Vertex { position: (2.668936, 0.206182, -1.014371), - normal: (0.718673, -0.290446, -0.631784), }, - Vertex { position: (2.649413, 0.031535, -1.024796), - normal: (0.614456, 0.489786, -0.618509), }, - Vertex { position: (2.452588, -0.244072, -1.138797), - normal: (0.387987, 0.466054, -0.795148), }, - Vertex { position: (2.50049, -0.035029, -1.170179), - normal: (0.387394, 0.516219, -0.763835), }, - Vertex { position: (2.649413, 0.031535, -1.024796), - normal: (0.614456, 0.489786, -0.618509), }, - Vertex { position: (2.452588, -0.244072, -1.138797), - normal: (0.387987, 0.466054, -0.795148), }, - Vertex { position: (2.649413, 0.031535, -1.024796), - normal: (0.614456, 0.489786, -0.618509), }, - Vertex { position: (2.60743, -0.208248, -0.974218), - normal: (0.662294, 0.443714, -0.603725), }, - Vertex { position: (2.439827, -0.395385, -1.131324), - normal: (0.397823, 0.403779, -0.823832), }, - Vertex { position: (2.452588, -0.244072, -1.138797), - normal: (0.387987, 0.466054, -0.795148), }, - Vertex { position: (2.60743, -0.208248, -0.974218), - normal: (0.662294, 0.443714, -0.603725), }, - Vertex { position: (2.439827, -0.395385, -1.131324), - normal: (0.397823, 0.403779, -0.823832), }, - Vertex { position: (2.60743, -0.208248, -0.974218), - normal: (0.662294, 0.443714, -0.603725), }, - Vertex { position: (2.594499, -0.422948, -0.981263), - normal: (0.69338, 0.351142, -0.629224), }, - Vertex { position: (2.384638, -0.591919, -1.043058), - normal: (0.449887, 0.239006, -0.860511), }, - Vertex { position: (2.439827, -0.395385, -1.131324), - normal: (0.397823, 0.403779, -0.823832), }, - Vertex { position: (2.594499, -0.422948, -0.981263), - normal: (0.69338, 0.351142, -0.629224), }, - Vertex { position: (2.384638, -0.591919, -1.043058), - normal: (0.449887, 0.239006, -0.860511), }, - Vertex { position: (2.594499, -0.422948, -0.981263), - normal: (0.69338, 0.351142, -0.629224), }, - Vertex { position: (2.543372, -0.548031, -0.937182), - normal: (0.748939, 0.152982, -0.644738), }, - Vertex { position: (2.346081, -0.74535, -1.013296), - normal: (0.525142, -0.062799, -0.848694), }, - Vertex { position: (2.384638, -0.591919, -1.043058), - normal: (0.449887, 0.239006, -0.860511), }, - Vertex { position: (2.543372, -0.548031, -0.937182), - normal: (0.748939, 0.152982, -0.644738), }, - Vertex { position: (2.346081, -0.74535, -1.013296), - normal: (0.525142, -0.062799, -0.848694), }, - Vertex { position: (2.543372, -0.548031, -0.937182), - normal: (0.748939, 0.152982, -0.644738), }, - Vertex { position: (2.410367, -0.777999, -0.841105), - normal: (0.795625, -0.129968, -0.591684), }, - Vertex { position: (2.292449, -0.871852, -0.8824), - normal: (-0.096144, -0.182414, -0.97851), }, - Vertex { position: (2.229345, -0.992723, -0.862826), - normal: (-0.012663, 0.029084, -0.999497), }, - Vertex { position: (2.222082, -0.957342, -1.014137), - normal: (-0.742985, 0.015712, -0.669123), }, - Vertex { position: (2.292449, -0.871852, -0.8824), - normal: (-0.096144, -0.182414, -0.97851), }, - Vertex { position: (2.222082, -0.957342, -1.014137), - normal: (-0.742985, 0.015712, -0.669123), }, - Vertex { position: (2.245624, -0.864372, -0.995778), - normal: (0.561574, -0.148323, -0.814024), }, - Vertex { position: (2.346081, -0.74535, -1.013296), - normal: (0.525142, -0.062799, -0.848694), }, - Vertex { position: (2.245624, -0.864372, -0.995778), - normal: (0.561574, -0.148323, -0.814024), }, - Vertex { position: (2.013534, -0.662303, -1.191491), - normal: (0.097864, 0.250653, -0.963118), }, - Vertex { position: (2.384638, -0.591919, -1.043058), - normal: (0.449887, 0.239006, -0.860511), }, - Vertex { position: (2.346081, -0.74535, -1.013296), - normal: (0.525142, -0.062799, -0.848694), }, - Vertex { position: (2.013534, -0.662303, -1.191491), - normal: (0.097864, 0.250653, -0.963118), }, - Vertex { position: (2.384638, -0.591919, -1.043058), - normal: (0.449887, 0.239006, -0.860511), }, - Vertex { position: (2.013534, -0.662303, -1.191491), - normal: (0.097864, 0.250653, -0.963118), }, - Vertex { position: (2.108912, -0.357128, -1.259691), - normal: (0.10998, 0.376752, -0.919762), }, - Vertex { position: (2.042206, 1.777154, 0.0), - normal: (-0.385788, 0.922588, 0.0), }, - Vertex { position: (2.069379, 1.727818, -0.212746), - normal: (0.546571, -0.125171, 0.828005), }, - Vertex { position: (1.807583, 1.756546, -0.177627), - normal: (0.513731, -0.239493, -0.823847), }, - Vertex { position: (2.042206, 1.777154, 0.0), - normal: (-0.385788, 0.922588, 0.0), }, - Vertex { position: (1.807583, 1.756546, -0.177627), - normal: (0.513731, -0.239493, -0.823847), }, - Vertex { position: (1.794465, 1.787719, 0.0), - normal: (-0.720176, -0.693792, 0.0), }, - Vertex { position: (2.439827, -0.395385, -1.131324), - normal: (0.397823, 0.403779, -0.823832), }, - Vertex { position: (2.384638, -0.591919, -1.043058), - normal: (0.449887, 0.239006, -0.860511), }, - Vertex { position: (2.108912, -0.357128, -1.259691), - normal: (0.10998, 0.376752, -0.919762), }, - Vertex { position: (2.439827, -0.395385, -1.131324), - normal: (0.397823, 0.403779, -0.823832), }, - Vertex { position: (2.108912, -0.357128, -1.259691), - normal: (0.10998, 0.376752, -0.919762), }, - Vertex { position: (2.136269, -0.187666, -1.278057), - normal: (0.12555, 0.440005, -0.889176), }, - Vertex { position: (2.452588, -0.244072, -1.138797), - normal: (0.387987, 0.466054, -0.795148), }, - Vertex { position: (2.439827, -0.395385, -1.131324), - normal: (0.397823, 0.403779, -0.823832), }, - Vertex { position: (2.136269, -0.187666, -1.278057), - normal: (0.12555, 0.440005, -0.889176), }, - Vertex { position: (2.50049, -0.035029, -1.170179), - normal: (0.387394, 0.516219, -0.763835), }, - Vertex { position: (2.452588, -0.244072, -1.138797), - normal: (0.387987, 0.466054, -0.795148), }, - Vertex { position: (2.136269, -0.187666, -1.278057), - normal: (0.12555, 0.440005, -0.889176), }, - Vertex { position: (2.50049, -0.035029, -1.170179), - normal: (0.387394, 0.516219, -0.763835), }, - Vertex { position: (2.136269, -0.187666, -1.278057), - normal: (0.12555, 0.440005, -0.889176), }, - Vertex { position: (2.14179, -0.055306, -1.295565), - normal: (0.146937, 0.551946, -0.820832), }, - Vertex { position: (2.495354, 0.250522, -1.132081), - normal: (0.328244, 0.603536, -0.726637), }, - Vertex { position: (2.50049, -0.035029, -1.170179), - normal: (0.387394, 0.516219, -0.763835), }, - Vertex { position: (2.14179, -0.055306, -1.295565), - normal: (0.146937, 0.551946, -0.820832), }, - Vertex { position: (2.495354, 0.250522, -1.132081), - normal: (0.328244, 0.603536, -0.726637), }, - Vertex { position: (2.14179, -0.055306, -1.295565), - normal: (0.146937, 0.551946, -0.820832), }, - Vertex { position: (2.0817, 0.283249, -1.259461), - normal: (0.115383, 0.694944, -0.709746), }, - Vertex { position: (2.448969, 0.529858, -1.037335), - normal: (0.187431, 0.691784, -0.697355), }, - Vertex { position: (2.495354, 0.250522, -1.132081), - normal: (0.328244, 0.603536, -0.726637), }, - Vertex { position: (2.0817, 0.283249, -1.259461), - normal: (0.115383, 0.694944, -0.709746), }, - Vertex { position: (2.448969, 0.529858, -1.037335), - normal: (0.187431, 0.691784, -0.697355), }, - Vertex { position: (2.0817, 0.283249, -1.259461), - normal: (0.115383, 0.694944, -0.709746), }, - Vertex { position: (2.023441, 0.529338, -1.144399), - normal: (0.052979, 0.780732, -0.622616), }, - Vertex { position: (2.399389, 0.782091, -0.915279), - normal: (0.065855, 0.814333, -0.576649), }, - Vertex { position: (2.448969, 0.529858, -1.037335), - normal: (0.187431, 0.691784, -0.697355), }, - Vertex { position: (2.023441, 0.529338, -1.144399), - normal: (0.052979, 0.780732, -0.622616), }, - Vertex { position: (2.399389, 0.782091, -0.915279), - normal: (0.065855, 0.814333, -0.576649), }, - Vertex { position: (2.023441, 0.529338, -1.144399), - normal: (0.052979, 0.780732, -0.622616), }, - Vertex { position: (1.975941, 0.827957, -1.018423), - normal: (0.019336, 0.837694, -0.545798), }, - Vertex { position: (2.347317, 1.066114, -0.758763), - normal: (0.628361, -0.426126, -0.65083), }, - Vertex { position: (2.399389, 0.782091, -0.915279), - normal: (0.065855, 0.814333, -0.576649), }, - Vertex { position: (1.975941, 0.827957, -1.018423), - normal: (0.019336, 0.837694, -0.545798), }, - Vertex { position: (2.347317, 1.066114, -0.758763), - normal: (0.628361, -0.426126, -0.65083), }, - Vertex { position: (1.975941, 0.827957, -1.018423), - normal: (0.019336, 0.837694, -0.545798), }, - Vertex { position: (1.958254, 1.130271, -0.861813), - normal: (0.026499, 0.942993, -0.331757), }, - Vertex { position: (2.266003, 1.273253, -0.663332), - normal: (0.697438, -0.478568, -0.533435), }, - Vertex { position: (2.347317, 1.066114, -0.758763), - normal: (0.628361, -0.426126, -0.65083), }, - Vertex { position: (1.958254, 1.130271, -0.861813), - normal: (0.026499, 0.942993, -0.331757), }, - Vertex { position: (2.266003, 1.273253, -0.663332), - normal: (0.697438, -0.478568, -0.533435), }, - Vertex { position: (1.958254, 1.130271, -0.861813), - normal: (0.026499, 0.942993, -0.331757), }, - Vertex { position: (1.859443, 1.450393, -0.632222), - normal: (0.696414, -0.392791, -0.600602), }, - Vertex { position: (2.189848, 1.468992, -0.517501), - normal: (0.772313, -0.244122, -0.586461), }, - Vertex { position: (2.266003, 1.273253, -0.663332), - normal: (0.697438, -0.478568, -0.533435), }, - Vertex { position: (1.859443, 1.450393, -0.632222), - normal: (0.696414, -0.392791, -0.600602), }, - Vertex { position: (2.189848, 1.468992, -0.517501), - normal: (0.772313, -0.244122, -0.586461), }, - Vertex { position: (1.859443, 1.450393, -0.632222), - normal: (0.696414, -0.392791, -0.600602), }, - Vertex { position: (1.821946, 1.618209, -0.403751), - normal: (0.552632, -0.484765, -0.677938), }, - Vertex { position: (2.096552, 1.678482, -0.32681), - normal: (0.805898, -0.146097, -0.573745), }, - Vertex { position: (2.189848, 1.468992, -0.517501), - normal: (0.772313, -0.244122, -0.586461), }, - Vertex { position: (1.821946, 1.618209, -0.403751), - normal: (0.552632, -0.484765, -0.677938), }, - Vertex { position: (2.096552, 1.678482, -0.32681), - normal: (0.805898, -0.146097, -0.573745), }, - Vertex { position: (1.821946, 1.618209, -0.403751), - normal: (0.552632, -0.484765, -0.677938), }, - Vertex { position: (1.798719, 1.714447, -0.259352), - normal: (0.506924, -0.406124, -0.760323), }, - Vertex { position: (2.069379, 1.727818, -0.212746), - normal: (0.546571, -0.125171, 0.828005), }, - Vertex { position: (2.096552, 1.678482, -0.32681), - normal: (0.805898, -0.146097, -0.573745), }, - Vertex { position: (1.798719, 1.714447, -0.259352), - normal: (0.506924, -0.406124, -0.760323), }, - Vertex { position: (2.069379, 1.727818, -0.212746), - normal: (0.546571, -0.125171, 0.828005), }, - Vertex { position: (1.798719, 1.714447, -0.259352), - normal: (0.506924, -0.406124, -0.760323), }, - Vertex { position: (1.807583, 1.756546, -0.177627), - normal: (0.513731, -0.239493, -0.823847), }, - Vertex { position: (0.737904, 1.604213, -0.281713), - normal: (0.659349, -0.248914, -0.709437), }, - Vertex { position: (0.223642, 1.684075, -0.160743), - normal: (-0.208715, -0.624734, -0.752427), }, - Vertex { position: (0.234527, 1.730117, 0.0), - normal: (0.566114, -0.824327, 0.0), }, - Vertex { position: (0.737904, 1.604213, -0.281713), - normal: (0.659349, -0.248914, -0.709437), }, - Vertex { position: (0.234527, 1.730117, 0.0), - normal: (0.566114, -0.824327, 0.0), }, - Vertex { position: (0.733818, 1.740873, 0.0), - normal: (0.981421, -0.191868, 0.0), }, - Vertex { position: (0.725959, 1.478055, -0.461804), - normal: (0.631747, -0.24686, -0.734817), }, - Vertex { position: (0.23733, 1.595746, -0.288672), - normal: (-0.251063, -0.683027, -0.685888), }, - Vertex { position: (0.223642, 1.684075, -0.160743), - normal: (-0.208715, -0.624734, -0.752427), }, - Vertex { position: (0.725959, 1.478055, -0.461804), - normal: (0.631747, -0.24686, -0.734817), }, - Vertex { position: (0.223642, 1.684075, -0.160743), - normal: (-0.208715, -0.624734, -0.752427), }, - Vertex { position: (0.737904, 1.604213, -0.281713), - normal: (0.659349, -0.248914, -0.709437), }, - Vertex { position: (0.760722, 1.205036, -0.700545), - normal: (0.623235, -0.257987, -0.738255), }, - Vertex { position: (0.289039, 1.496446, -0.430055), - normal: (-0.252973, -0.819125, -0.51482), }, - Vertex { position: (0.23733, 1.595746, -0.288672), - normal: (-0.251063, -0.683027, -0.685888), }, - Vertex { position: (0.760722, 1.205036, -0.700545), - normal: (0.623235, -0.257987, -0.738255), }, - Vertex { position: (0.23733, 1.595746, -0.288672), - normal: (-0.251063, -0.683027, -0.685888), }, - Vertex { position: (0.725959, 1.478055, -0.461804), - normal: (0.631747, -0.24686, -0.734817), }, - Vertex { position: (0.857323, 0.985001, -0.874029), - normal: (0.791391, -0.43807, -0.426373), }, - Vertex { position: (0.305671, 1.298417, -0.629719), - normal: (-0.13716, -0.98063, -0.139827), }, - Vertex { position: (0.289039, 1.496446, -0.430055), - normal: (-0.252973, -0.819125, -0.51482), }, - Vertex { position: (0.857323, 0.985001, -0.874029), - normal: (0.791391, -0.43807, -0.426373), }, - Vertex { position: (0.289039, 1.496446, -0.430055), - normal: (-0.252973, -0.819125, -0.51482), }, - Vertex { position: (0.760722, 1.205036, -0.700545), - normal: (0.623235, -0.257987, -0.738255), }, - Vertex { position: (0.921312, 0.755659, -0.99933), - normal: (-0.06371, 0.842533, -0.534864), }, - Vertex { position: (0.243473, 1.134082, -0.819993), - normal: (0.007127, 0.896038, -0.44392), }, - Vertex { position: (0.305671, 1.298417, -0.629719), - normal: (-0.13716, -0.98063, -0.139827), }, - Vertex { position: (0.921312, 0.755659, -0.99933), - normal: (-0.06371, 0.842533, -0.534864), }, - Vertex { position: (0.305671, 1.298417, -0.629719), - normal: (-0.13716, -0.98063, -0.139827), }, - Vertex { position: (0.857323, 0.985001, -0.874029), - normal: (0.791391, -0.43807, -0.426373), }, - Vertex { position: (0.939271, 0.379986, -1.185872), - normal: (-0.069142, 0.724976, -0.685295), }, - Vertex { position: (0.316341, 0.785311, -1.08626), - normal: (0.009434, 0.815301, -0.578961), }, - Vertex { position: (0.243473, 1.134082, -0.819993), - normal: (0.007127, 0.896038, -0.44392), }, - Vertex { position: (0.939271, 0.379986, -1.185872), - normal: (-0.069142, 0.724976, -0.685295), }, - Vertex { position: (0.243473, 1.134082, -0.819993), - normal: (0.007127, 0.896038, -0.44392), }, - Vertex { position: (0.921312, 0.755659, -0.99933), - normal: (-0.06371, 0.842533, -0.534864), }, - Vertex { position: (0.927775, 0.195225, -1.233043), - normal: (-0.057955, 0.638634, -0.767325), }, - Vertex { position: (0.539252, 0.353984, -1.254493), - normal: (0.040473, 0.760778, -0.647749), }, - Vertex { position: (0.316341, 0.785311, -1.08626), - normal: (0.009434, 0.815301, -0.578961), }, - Vertex { position: (0.927775, 0.195225, -1.233043), - normal: (-0.057955, 0.638634, -0.767325), }, - Vertex { position: (0.316341, 0.785311, -1.08626), - normal: (0.009434, 0.815301, -0.578961), }, - Vertex { position: (0.939271, 0.379986, -1.185872), - normal: (-0.069142, 0.724976, -0.685295), }, - Vertex { position: (0.950215, 0.042751, -1.256188), - normal: (-0.024013, 0.58573, -0.810151), }, - Vertex { position: (0.53915, 0.148262, -1.321014), - normal: (0.080812, 0.697931, -0.711591), }, - Vertex { position: (0.539252, 0.353984, -1.254493), - normal: (0.040473, 0.760778, -0.647749), }, - Vertex { position: (0.950215, 0.042751, -1.256188), - normal: (-0.024013, 0.58573, -0.810151), }, - Vertex { position: (0.539252, 0.353984, -1.254493), - normal: (0.040473, 0.760778, -0.647749), }, - Vertex { position: (0.927775, 0.195225, -1.233043), - normal: (-0.057955, 0.638634, -0.767325), }, - Vertex { position: (0.943855, -0.101127, -1.274771), - normal: (0.016737, 0.497476, -0.867316), }, - Vertex { position: (0.516872, -0.020713, -1.356627), - normal: (0.09853, 0.626571, -0.773111), }, - Vertex { position: (0.53915, 0.148262, -1.321014), - normal: (0.080812, 0.697931, -0.711591), }, - Vertex { position: (0.943855, -0.101127, -1.274771), - normal: (0.016737, 0.497476, -0.867316), }, - Vertex { position: (0.53915, 0.148262, -1.321014), - normal: (0.080812, 0.697931, -0.711591), }, - Vertex { position: (0.950215, 0.042751, -1.256188), - normal: (-0.024013, 0.58573, -0.810151), }, - Vertex { position: (0.960321, -0.308052, -1.243133), - normal: (0.060533, 0.377837, -0.923891), }, - Vertex { position: (0.542386, -0.188227, -1.370375), - normal: (0.111825, 0.518485, -0.847743), }, - Vertex { position: (0.516872, -0.020713, -1.356627), - normal: (0.09853, 0.626571, -0.773111), }, - Vertex { position: (0.960321, -0.308052, -1.243133), - normal: (0.060533, 0.377837, -0.923891), }, - Vertex { position: (0.516872, -0.020713, -1.356627), - normal: (0.09853, 0.626571, -0.773111), }, - Vertex { position: (0.943855, -0.101127, -1.274771), - normal: (0.016737, 0.497476, -0.867316), }, - Vertex { position: (0.97453, -0.525273, -1.140353), - normal: (0.088722, 0.251367, -0.963817), }, - Vertex { position: (0.546875, -0.39094, -1.363244), - normal: (0.163727, 0.387435, -0.907242), }, - Vertex { position: (0.542386, -0.188227, -1.370375), - normal: (0.111825, 0.518485, -0.847743), }, - Vertex { position: (0.97453, -0.525273, -1.140353), - normal: (0.088722, 0.251367, -0.963817), }, - Vertex { position: (0.542386, -0.188227, -1.370375), - normal: (0.111825, 0.518485, -0.847743), }, - Vertex { position: (0.960321, -0.308052, -1.243133), - normal: (0.060533, 0.377837, -0.923891), }, - Vertex { position: (0.948819, -0.638568, -1.102958), - normal: (0.107989, 0.168108, -0.979836), }, - Vertex { position: (0.550658, -0.633015, -1.331311), - normal: (0.227108, 0.258715, -0.938876), }, - Vertex { position: (0.546875, -0.39094, -1.363244), - normal: (0.163727, 0.387435, -0.907242), }, - Vertex { position: (0.948819, -0.638568, -1.102958), - normal: (0.107989, 0.168108, -0.979836), }, - Vertex { position: (0.546875, -0.39094, -1.363244), - normal: (0.163727, 0.387435, -0.907242), }, - Vertex { position: (0.97453, -0.525273, -1.140353), - normal: (0.088722, 0.251367, -0.963817), }, - Vertex { position: (0.939974, -0.894739, -1.019809), - normal: (0.10833, 0.05569, -0.992554), }, - Vertex { position: (0.527724, -0.862854, -1.253811), - normal: (0.263434, 0.119819, -0.957207), }, - Vertex { position: (0.550658, -0.633015, -1.331311), - normal: (0.227108, 0.258715, -0.938876), }, - Vertex { position: (0.939974, -0.894739, -1.019809), - normal: (0.10833, 0.05569, -0.992554), }, - Vertex { position: (0.550658, -0.633015, -1.331311), - normal: (0.227108, 0.258715, -0.938876), }, - Vertex { position: (0.948819, -0.638568, -1.102958), - normal: (0.107989, 0.168108, -0.979836), }, - Vertex { position: (0.956456, -1.070504, -0.921063), - normal: (0.114032, -0.218132, -0.969234), }, - Vertex { position: (0.544825, -1.133123, -1.096902), - normal: (0.304293, -0.024391, -0.952266), }, - Vertex { position: (0.527724, -0.862854, -1.253811), - normal: (0.263434, 0.119819, -0.957207), }, - Vertex { position: (0.956456, -1.070504, -0.921063), - normal: (0.114032, -0.218132, -0.969234), }, - Vertex { position: (0.527724, -0.862854, -1.253811), - normal: (0.263434, 0.119819, -0.957207), }, - Vertex { position: (0.939974, -0.894739, -1.019809), - normal: (0.10833, 0.05569, -0.992554), }, - Vertex { position: (0.93066, -1.216516, -0.831196), - normal: (0.187438, -0.340915, -0.921219), }, - Vertex { position: (0.530629, -1.316423, -0.929842), - normal: (0.372063, -0.134052, -0.918477), }, - Vertex { position: (0.544825, -1.133123, -1.096902), - normal: (0.304293, -0.024391, -0.952266), }, - Vertex { position: (0.93066, -1.216516, -0.831196), - normal: (0.187438, -0.340915, -0.921219), }, - Vertex { position: (0.544825, -1.133123, -1.096902), - normal: (0.304293, -0.024391, -0.952266), }, - Vertex { position: (0.956456, -1.070504, -0.921063), - normal: (0.114032, -0.218132, -0.969234), }, - Vertex { position: (0.922703, -1.296032, -0.728307), - normal: (0.25339, -0.287519, -0.923648), }, - Vertex { position: (0.538756, -1.408602, -0.764911), - normal: (0.424286, -0.254348, -0.869073), }, - Vertex { position: (0.530629, -1.316423, -0.929842), - normal: (0.372063, -0.134052, -0.918477), }, - Vertex { position: (0.922703, -1.296032, -0.728307), - normal: (0.25339, -0.287519, -0.923648), }, - Vertex { position: (0.530629, -1.316423, -0.929842), - normal: (0.372063, -0.134052, -0.918477), }, - Vertex { position: (0.93066, -1.216516, -0.831196), - normal: (0.187438, -0.340915, -0.921219), }, - Vertex { position: (0.912699, -1.455066, -0.576185), - normal: (0.23972, -0.400363, -0.884445), }, - Vertex { position: (0.489819, -1.524947, -0.672392), - normal: (0.420794, -0.405156, -0.811653), }, - Vertex { position: (0.538756, -1.408602, -0.764911), - normal: (0.424286, -0.254348, -0.869073), }, - Vertex { position: (0.912699, -1.455066, -0.576185), - normal: (0.23972, -0.400363, -0.884445), }, - Vertex { position: (0.538756, -1.408602, -0.764911), - normal: (0.424286, -0.254348, -0.869073), }, - Vertex { position: (0.922703, -1.296032, -0.728307), - normal: (0.25339, -0.287519, -0.923648), }, - Vertex { position: (0.912989, -1.499314, -0.419547), - normal: (0.213167, -0.525559, -0.823619), }, - Vertex { position: (0.480235, -1.631521, -0.401961), - normal: (0.383978, -0.566345, -0.729256), }, - Vertex { position: (0.489819, -1.524947, -0.672392), - normal: (0.420794, -0.405156, -0.811653), }, - Vertex { position: (0.912989, -1.499314, -0.419547), - normal: (0.213167, -0.525559, -0.823619), }, - Vertex { position: (0.489819, -1.524947, -0.672392), - normal: (0.420794, -0.405156, -0.811653), }, - Vertex { position: (0.912699, -1.455066, -0.576185), - normal: (0.23972, -0.400363, -0.884445), }, - Vertex { position: (0.927497, -1.558489, 0.0), - normal: (0.92802, -0.37253, 0.0), }, - Vertex { position: (0.44655, -1.67295, 0.0), - normal: (0.226963, -0.973903, 0.0), }, - Vertex { position: (0.480235, -1.631521, -0.401961), - normal: (0.383978, -0.566345, -0.729256), }, - Vertex { position: (0.927497, -1.558489, 0.0), - normal: (0.92802, -0.37253, 0.0), }, - Vertex { position: (0.480235, -1.631521, -0.401961), - normal: (0.383978, -0.566345, -0.729256), }, - Vertex { position: (0.912989, -1.499314, -0.419547), - normal: (0.213167, -0.525559, -0.823619), }, - Vertex { position: (-0.221516, 1.686349, -0.151403), - normal: (0.335626, -0.735806, -0.588171), }, - Vertex { position: (-0.559706, 1.69418, -0.186107), - normal: (0.235033, -0.721825, -0.650944), }, - Vertex { position: (-0.547248, 1.742126, 0.0), - normal: (-0.009814, -0.999952, 0.0), }, - Vertex { position: (-0.221516, 1.686349, -0.151403), - normal: (0.335626, -0.735806, -0.588171), }, - Vertex { position: (-0.547248, 1.742126, 0.0), - normal: (-0.009814, -0.999952, 0.0), }, - Vertex { position: (-0.228904, 1.734267, 0.0), - normal: (-0.039092, -0.999236, 0.0), }, - Vertex { position: (-0.267035, 1.627058, -0.266577), - normal: (0.303379, -0.73119, -0.611002), }, - Vertex { position: (-0.557624, 1.641278, -0.271462), - normal: (0.244106, -0.79539, -0.554768), }, - Vertex { position: (-0.559706, 1.69418, -0.186107), - normal: (0.235033, -0.721825, -0.650944), }, - Vertex { position: (-0.267035, 1.627058, -0.266577), - normal: (0.303379, -0.73119, -0.611002), }, - Vertex { position: (-0.559706, 1.69418, -0.186107), - normal: (0.235033, -0.721825, -0.650944), }, - Vertex { position: (-0.221516, 1.686349, -0.151403), - normal: (0.335626, -0.735806, -0.588171), }, - Vertex { position: (-0.247999, 1.565146, -0.389142), - normal: (0.298349, -0.828641, -0.473647), }, - Vertex { position: (-0.626493, 1.585426, -0.443136), - normal: (0.213948, -0.943673, -0.252405), }, - Vertex { position: (-0.557624, 1.641278, -0.271462), - normal: (0.244106, -0.79539, -0.554768), }, - Vertex { position: (-0.247999, 1.565146, -0.389142), - normal: (0.298349, -0.828641, -0.473647), }, - Vertex { position: (-0.557624, 1.641278, -0.271462), - normal: (0.244106, -0.79539, -0.554768), }, - Vertex { position: (-0.267035, 1.627058, -0.266577), - normal: (0.303379, -0.73119, -0.611002), }, - Vertex { position: (-0.179548, 1.471301, -0.544513), - normal: (0.267279, -0.944479, -0.191107), }, - Vertex { position: (-0.597781, 1.48962, -0.641047), - normal: (0.190577, -0.970681, -0.146488), }, - Vertex { position: (-0.626493, 1.585426, -0.443136), - normal: (0.213948, -0.943673, -0.252405), }, - Vertex { position: (-0.179548, 1.471301, -0.544513), - normal: (0.267279, -0.944479, -0.191107), }, - Vertex { position: (-0.626493, 1.585426, -0.443136), - normal: (0.213948, -0.943673, -0.252405), }, - Vertex { position: (-0.247999, 1.565146, -0.389142), - normal: (0.298349, -0.828641, -0.473647), }, - Vertex { position: (-0.192546, 1.305535, -0.70008), - normal: (0.029207, 0.916877, -0.398099), }, - Vertex { position: (-0.674657, 1.333008, -0.761059), - normal: (0.048754, 0.934073, -0.353738), }, - Vertex { position: (-0.597781, 1.48962, -0.641047), - normal: (0.190577, -0.970681, -0.146488), }, - Vertex { position: (-0.192546, 1.305535, -0.70008), - normal: (0.029207, 0.916877, -0.398099), }, - Vertex { position: (-0.597781, 1.48962, -0.641047), - normal: (0.190577, -0.970681, -0.146488), }, - Vertex { position: (-0.179548, 1.471301, -0.544513), - normal: (0.267279, -0.944479, -0.191107), }, - Vertex { position: (-0.406155, 1.005088, -0.971088), - normal: (0.051939, 0.876473, -0.478641), }, - Vertex { position: (-0.910602, 1.204118, -0.83774), - normal: (0.081223, 0.915345, -0.394394), }, - Vertex { position: (-0.674657, 1.333008, -0.761059), - normal: (0.048754, 0.934073, -0.353738), }, - Vertex { position: (-0.406155, 1.005088, -0.971088), - normal: (0.051939, 0.876473, -0.478641), }, - Vertex { position: (-0.674657, 1.333008, -0.761059), - normal: (0.048754, 0.934073, -0.353738), }, - Vertex { position: (-0.192546, 1.305535, -0.70008), - normal: (0.029207, 0.916877, -0.398099), }, - Vertex { position: (-0.11519, 0.458427, -1.346197), - normal: (0.092427, 0.86666, -0.490263), }, - Vertex { position: (-0.969076, 0.901205, -1.146223), - normal: (0.120116, 0.912706, -0.390565), }, - Vertex { position: (-0.910602, 1.204118, -0.83774), - normal: (0.081223, 0.915345, -0.394394), }, - Vertex { position: (-0.11519, 0.458427, -1.346197), - normal: (0.092427, 0.86666, -0.490263), }, - Vertex { position: (-0.910602, 1.204118, -0.83774), - normal: (0.081223, 0.915345, -0.394394), }, - Vertex { position: (-0.406155, 1.005088, -0.971088), - normal: (0.051939, 0.876473, -0.478641), }, - Vertex { position: (0.005537, 0.163519, -1.472265), - normal: (0.129186, 0.757141, -0.64035), }, - Vertex { position: (-0.752416, 0.438132, -1.467349), - normal: (0.1717, 0.74071, -0.649514), }, - Vertex { position: (-0.969076, 0.901205, -1.146223), - normal: (0.120116, 0.912706, -0.390565), }, - Vertex { position: (0.005537, 0.163519, -1.472265), - normal: (0.129186, 0.757141, -0.64035), }, - Vertex { position: (-0.969076, 0.901205, -1.146223), - normal: (0.120116, 0.912706, -0.390565), }, - Vertex { position: (-0.11519, 0.458427, -1.346197), - normal: (0.092427, 0.86666, -0.490263), }, - Vertex { position: (0.018086, 0.002865, -1.523199), - normal: (0.101272, 0.634315, -0.766413), }, - Vertex { position: (-0.645496, 0.179261, -1.584316), - normal: (0.167704, 0.495674, -0.852164), }, - Vertex { position: (-0.752416, 0.438132, -1.467349), - normal: (0.1717, 0.74071, -0.649514), }, - Vertex { position: (0.018086, 0.002865, -1.523199), - normal: (0.101272, 0.634315, -0.766413), }, - Vertex { position: (-0.752416, 0.438132, -1.467349), - normal: (0.1717, 0.74071, -0.649514), }, - Vertex { position: (0.005537, 0.163519, -1.472265), - normal: (0.129186, 0.757141, -0.64035), }, - Vertex { position: (0.034087, -0.225059, -1.542949), - normal: (0.089104, 0.59547, -0.798421), }, - Vertex { position: (-0.536767, -0.144454, -1.682232), - normal: (0.140536, 0.558684, -0.817388), }, - Vertex { position: (-0.645496, 0.179261, -1.584316), - normal: (0.167704, 0.495674, -0.852164), }, - Vertex { position: (0.034087, -0.225059, -1.542949), - normal: (0.089104, 0.59547, -0.798421), }, - Vertex { position: (-0.645496, 0.179261, -1.584316), - normal: (0.167704, 0.495674, -0.852164), }, - Vertex { position: (0.018086, 0.002865, -1.523199), - normal: (0.101272, 0.634315, -0.766413), }, - Vertex { position: (0.010486, -0.502317, -1.576297), - normal: (0.147941, 0.53134, -0.834141), }, - Vertex { position: (-0.533528, -0.58228, -1.701405), - normal: (0.136523, 0.621747, -0.771228), }, - Vertex { position: (-0.536767, -0.144454, -1.682232), - normal: (0.140536, 0.558684, -0.817388), }, - Vertex { position: (0.010486, -0.502317, -1.576297), - normal: (0.147941, 0.53134, -0.834141), }, - Vertex { position: (-0.536767, -0.144454, -1.682232), - normal: (0.140536, 0.558684, -0.817388), }, - Vertex { position: (0.034087, -0.225059, -1.542949), - normal: (0.089104, 0.59547, -0.798421), }, - Vertex { position: (0.021051, -0.831931, -1.511548), - normal: (0.206788, 0.399922, -0.892917), }, - Vertex { position: (-0.505045, -0.913827, -1.645612), - normal: (0.100131, 0.509748, -0.854477), }, - Vertex { position: (-0.533528, -0.58228, -1.701405), - normal: (0.136523, 0.621747, -0.771228), }, - Vertex { position: (0.021051, -0.831931, -1.511548), - normal: (0.206788, 0.399922, -0.892917), }, - Vertex { position: (-0.533528, -0.58228, -1.701405), - normal: (0.136523, 0.621747, -0.771228), }, - Vertex { position: (0.010486, -0.502317, -1.576297), - normal: (0.147941, 0.53134, -0.834141), }, - Vertex { position: (-0.04157, -1.143825, -1.395176), - normal: (0.246802, 0.252523, -0.935586), }, - Vertex { position: (-0.487217, -1.193519, -1.504026), - normal: (0.063174, 0.351351, -0.93411), }, - Vertex { position: (-0.505045, -0.913827, -1.645612), - normal: (0.100131, 0.509748, -0.854477), }, - Vertex { position: (-0.04157, -1.143825, -1.395176), - normal: (0.246802, 0.252523, -0.935586), }, - Vertex { position: (-0.505045, -0.913827, -1.645612), - normal: (0.100131, 0.509748, -0.854477), }, - Vertex { position: (0.021051, -0.831931, -1.511548), - normal: (0.206788, 0.399922, -0.892917), }, - Vertex { position: (-0.071941, -1.346991, -1.237379), - normal: (0.274567, 0.116527, -0.954481), }, - Vertex { position: (-0.524231, -1.399266, -1.313019), - normal: (0.078896, 0.195617, -0.977502), }, - Vertex { position: (-0.487217, -1.193519, -1.504026), - normal: (0.063174, 0.351351, -0.93411), }, - Vertex { position: (-0.071941, -1.346991, -1.237379), - normal: (0.274567, 0.116527, -0.954481), }, - Vertex { position: (-0.487217, -1.193519, -1.504026), - normal: (0.063174, 0.351351, -0.93411), }, - Vertex { position: (-0.04157, -1.143825, -1.395176), - normal: (0.246802, 0.252523, -0.935586), }, - Vertex { position: (-0.0723, -1.450245, -1.087397), - normal: (0.303729, -0.050718, -0.951408), }, - Vertex { position: (-0.526127, -1.495, -1.167736), - normal: (0.097816, -0.016117, -0.995074), }, - Vertex { position: (-0.524231, -1.399266, -1.313019), - normal: (0.078896, 0.195617, -0.977502), }, - Vertex { position: (-0.0723, -1.450245, -1.087397), - normal: (0.303729, -0.050718, -0.951408), }, - Vertex { position: (-0.524231, -1.399266, -1.313019), - normal: (0.078896, 0.195617, -0.977502), }, - Vertex { position: (-0.071941, -1.346991, -1.237379), - normal: (0.274567, 0.116527, -0.954481), }, - Vertex { position: (-0.063012, -1.583021, -0.865082), - normal: (0.33122, -0.270106, -0.904067), }, - Vertex { position: (-0.535144, -1.615983, -0.920556), - normal: (0.10737, -0.293005, -0.950063), }, - Vertex { position: (-0.526127, -1.495, -1.167736), - normal: (0.097816, -0.016117, -0.995074), }, - Vertex { position: (-0.063012, -1.583021, -0.865082), - normal: (0.33122, -0.270106, -0.904067), }, - Vertex { position: (-0.526127, -1.495, -1.167736), - normal: (0.097816, -0.016117, -0.995074), }, - Vertex { position: (-0.0723, -1.450245, -1.087397), - normal: (0.303729, -0.050718, -0.951408), }, - Vertex { position: (-0.894132, 1.712652, -0.151911), - normal: (0.004725, -0.680391, -0.732834), }, - Vertex { position: (-1.215563, 1.757097, -0.133494), - normal: (-0.267766, -0.862787, -0.428835), }, - Vertex { position: (-1.179474, 1.786649, 0.0), - normal: (-0.065586, -0.997847, 0.0), }, - Vertex { position: (-0.894132, 1.712652, -0.151911), - normal: (0.004725, -0.680391, -0.732834), }, - Vertex { position: (-1.179474, 1.786649, 0.0), - normal: (-0.065586, -0.997847, 0.0), }, - Vertex { position: (-0.866132, 1.75467, 0.0), - normal: (-0.098179, 0.995169, 0.0), }, - Vertex { position: (-0.954897, 1.677544, -0.293034), - normal: (0.034172, -0.858604, -0.511498), }, - Vertex { position: (-1.227613, 1.709095, -0.276029), - normal: (-0.263452, -0.648591, -0.714089), }, - Vertex { position: (-1.215563, 1.757097, -0.133494), - normal: (-0.267766, -0.862787, -0.428835), }, - Vertex { position: (-0.954897, 1.677544, -0.293034), - normal: (0.034172, -0.858604, -0.511498), }, - Vertex { position: (-1.215563, 1.757097, -0.133494), - normal: (-0.267766, -0.862787, -0.428835), }, - Vertex { position: (-0.894132, 1.712652, -0.151911), - normal: (0.004725, -0.680391, -0.732834), }, - Vertex { position: (-1.017767, 1.607824, -0.541965), - normal: (0.037423, -0.986705, -0.158154), }, - Vertex { position: (-1.292756, 1.656509, -0.51403), - normal: (-0.301558, -0.77828, -0.550766), }, - Vertex { position: (-1.227613, 1.709095, -0.276029), - normal: (-0.263452, -0.648591, -0.714089), }, - Vertex { position: (-1.017767, 1.607824, -0.541965), - normal: (0.037423, -0.986705, -0.158154), }, - Vertex { position: (-1.227613, 1.709095, -0.276029), - normal: (-0.263452, -0.648591, -0.714089), }, - Vertex { position: (-0.954897, 1.677544, -0.293034), - normal: (0.034172, -0.858604, -0.511498), }, - Vertex { position: (-1.04607, 1.509097, -0.76106), - normal: (0.013768, -0.992402, -0.122267), }, - Vertex { position: (-1.338488, 1.613735, -0.725441), - normal: (-0.154129, -0.981148, -0.116585), }, - Vertex { position: (-1.292756, 1.656509, -0.51403), - normal: (-0.301558, -0.77828, -0.550766), }, - Vertex { position: (-1.04607, 1.509097, -0.76106), - normal: (0.013768, -0.992402, -0.122267), }, - Vertex { position: (-1.292756, 1.656509, -0.51403), - normal: (-0.301558, -0.77828, -0.550766), }, - Vertex { position: (-1.017767, 1.607824, -0.541965), - normal: (0.037423, -0.986705, -0.158154), }, - Vertex { position: (-1.115594, 1.39238, -0.819623), - normal: (0.076524, 0.950336, -0.301672), }, - Vertex { position: (-1.403848, 1.533059, -0.902827), - normal: (0.095331, 0.952335, -0.289775), }, - Vertex { position: (-1.338488, 1.613735, -0.725441), - normal: (-0.154129, -0.981148, -0.116585), }, - Vertex { position: (-1.115594, 1.39238, -0.819623), - normal: (0.076524, 0.950336, -0.301672), }, - Vertex { position: (-1.338488, 1.613735, -0.725441), - normal: (-0.154129, -0.981148, -0.116585), }, - Vertex { position: (-1.04607, 1.509097, -0.76106), - normal: (0.013768, -0.992402, -0.122267), }, - Vertex { position: (-1.278903, 1.192051, -0.946843), - normal: (0.100598, 0.942931, -0.317428), }, - Vertex { position: (-1.551526, 1.400025, -1.050193), - normal: (0.10291, 0.954344, -0.280422), }, - Vertex { position: (-1.403848, 1.533059, -0.902827), - normal: (0.095331, 0.952335, -0.289775), }, - Vertex { position: (-1.278903, 1.192051, -0.946843), - normal: (0.100598, 0.942931, -0.317428), }, - Vertex { position: (-1.403848, 1.533059, -0.902827), - normal: (0.095331, 0.952335, -0.289775), }, - Vertex { position: (-1.115594, 1.39238, -0.819623), - normal: (0.076524, 0.950336, -0.301672), }, - Vertex { position: (-1.200768, 0.978822, -1.103391), - normal: (0.150328, 0.92948, -0.336851), }, - Vertex { position: (-1.552899, 1.128654, -1.15104), - normal: (0.172251, 0.950689, -0.257916), }, - Vertex { position: (-1.551526, 1.400025, -1.050193), - normal: (0.10291, 0.954344, -0.280422), }, - Vertex { position: (-1.200768, 0.978822, -1.103391), - normal: (0.150328, 0.92948, -0.336851), }, - Vertex { position: (-1.551526, 1.400025, -1.050193), - normal: (0.10291, 0.954344, -0.280422), }, - Vertex { position: (-1.278903, 1.192051, -0.946843), - normal: (0.100598, 0.942931, -0.317428), }, - Vertex { position: (-1.147922, 0.807955, -1.254191), - normal: (0.235667, 0.756618, -0.60991), }, - Vertex { position: (-1.454529, 0.875045, -1.238858), - normal: (0.28101, 0.853935, -0.437982), }, - Vertex { position: (-1.552899, 1.128654, -1.15104), - normal: (0.172251, 0.950689, -0.257916), }, - Vertex { position: (-1.147922, 0.807955, -1.254191), - normal: (0.235667, 0.756618, -0.60991), }, - Vertex { position: (-1.552899, 1.128654, -1.15104), - normal: (0.172251, 0.950689, -0.257916), }, - Vertex { position: (-1.200768, 0.978822, -1.103391), - normal: (0.150328, 0.92948, -0.336851), }, - Vertex { position: (-1.120716, 0.424016, -1.45699), - normal: (0.305452, 0.425365, -0.851918), }, - Vertex { position: (-1.405685, 0.573835, -1.352181), - normal: (0.381239, 0.555717, -0.738807), }, - Vertex { position: (-1.454529, 0.875045, -1.238858), - normal: (0.28101, 0.853935, -0.437982), }, - Vertex { position: (-1.120716, 0.424016, -1.45699), - normal: (0.305452, 0.425365, -0.851918), }, - Vertex { position: (-1.454529, 0.875045, -1.238858), - normal: (0.28101, 0.853935, -0.437982), }, - Vertex { position: (-1.147922, 0.807955, -1.254191), - normal: (0.235667, 0.756618, -0.60991), }, - Vertex { position: (-1.077307, 0.165008, -1.553393), - normal: (0.325482, 0.443544, -0.835063), }, - Vertex { position: (-1.479588, 0.295746, -1.440042), - normal: (0.376012, 0.360026, -0.853813), }, - Vertex { position: (-1.405685, 0.573835, -1.352181), - normal: (0.381239, 0.555717, -0.738807), }, - Vertex { position: (-1.077307, 0.165008, -1.553393), - normal: (0.325482, 0.443544, -0.835063), }, - Vertex { position: (-1.405685, 0.573835, -1.352181), - normal: (0.381239, 0.555717, -0.738807), }, - Vertex { position: (-1.120716, 0.424016, -1.45699), - normal: (0.305452, 0.425365, -0.851918), }, - Vertex { position: (-1.053434, -0.342553, -1.690245), - normal: (0.242426, 0.58207, -0.77616), }, - Vertex { position: (-1.489699, -0.024215, -1.510987), - normal: (0.207079, 0.373404, -0.904261), }, - Vertex { position: (-1.479588, 0.295746, -1.440042), - normal: (0.376012, 0.360026, -0.853813), }, - Vertex { position: (-1.053434, -0.342553, -1.690245), - normal: (0.242426, 0.58207, -0.77616), }, - Vertex { position: (-1.479588, 0.295746, -1.440042), - normal: (0.376012, 0.360026, -0.853813), }, - Vertex { position: (-1.077307, 0.165008, -1.553393), - normal: (0.325482, 0.443544, -0.835063), }, - Vertex { position: (-1.077209, -0.869649, -1.633144), - normal: (0.070189, 0.510248, -0.857158), }, - Vertex { position: (-1.395501, -0.698702, -1.553257), - normal: (-0.045242, 0.348413, -0.936249), }, - Vertex { position: (-1.489699, -0.024215, -1.510987), - normal: (0.207079, 0.373404, -0.904261), }, - Vertex { position: (-1.077209, -0.869649, -1.633144), - normal: (0.070189, 0.510248, -0.857158), }, - Vertex { position: (-1.489699, -0.024215, -1.510987), - normal: (0.207079, 0.373404, -0.904261), }, - Vertex { position: (-1.053434, -0.342553, -1.690245), - normal: (0.242426, 0.58207, -0.77616), }, - Vertex { position: (-1.061272, -1.141877, -1.49623), - normal: (-0.078623, 0.370994, -0.925301), }, - Vertex { position: (-1.376176, -0.948757, -1.451608), - normal: (-0.212948, 0.334057, -0.918182), }, - Vertex { position: (-1.395501, -0.698702, -1.553257), - normal: (-0.045242, 0.348413, -0.936249), }, - Vertex { position: (-1.061272, -1.141877, -1.49623), - normal: (-0.078623, 0.370994, -0.925301), }, - Vertex { position: (-1.395501, -0.698702, -1.553257), - normal: (-0.045242, 0.348413, -0.936249), }, - Vertex { position: (-1.077209, -0.869649, -1.633144), - normal: (0.070189, 0.510248, -0.857158), }, - Vertex { position: (-1.001366, -1.335897, -1.353338), - normal: (-0.123389, 0.256577, -0.958615), }, - Vertex { position: (-1.402349, -1.127845, -1.309055), - normal: (-0.282152, 0.285245, -0.915983), }, - Vertex { position: (-1.376176, -0.948757, -1.451608), - normal: (-0.212948, 0.334057, -0.918182), }, - Vertex { position: (-1.001366, -1.335897, -1.353338), - normal: (-0.123389, 0.256577, -0.958615), }, - Vertex { position: (-1.376176, -0.948757, -1.451608), - normal: (-0.212948, 0.334057, -0.918182), }, - Vertex { position: (-1.061272, -1.141877, -1.49623), - normal: (-0.078623, 0.370994, -0.925301), }, - Vertex { position: (-0.952525, -1.440582, -1.16865), - normal: (-0.165685, 0.059692, -0.98437), }, - Vertex { position: (-1.407658, -1.236026, -1.11293), - normal: (-0.326048, 0.118611, -0.937883), }, - Vertex { position: (-1.402349, -1.127845, -1.309055), - normal: (-0.282152, 0.285245, -0.915983), }, - Vertex { position: (-0.952525, -1.440582, -1.16865), - normal: (-0.165685, 0.059692, -0.98437), }, - Vertex { position: (-1.402349, -1.127845, -1.309055), - normal: (-0.282152, 0.285245, -0.915983), }, - Vertex { position: (-1.001366, -1.335897, -1.353338), - normal: (-0.123389, 0.256577, -0.958615), }, - Vertex { position: (1.644178, -0.857872, -1.208494), - normal: (-0.031021, 0.098798, -0.994624), }, - Vertex { position: (1.640095, -0.674556, -1.246804), - normal: (-0.039079, 0.203923, -0.978207), }, - Vertex { position: (2.013534, -0.662303, -1.191491), - normal: (0.097864, 0.250653, -0.963118), }, - Vertex { position: (1.462507, 1.745481, -0.222394), - normal: (0.12742, 0.021045, -0.991626), }, - Vertex { position: (1.456656, 1.785879, 0.0), - normal: (0.779025, -0.626993, 0.0), }, - Vertex { position: (1.794465, 1.787719, 0.0), - normal: (-0.720176, -0.693792, 0.0), }, - Vertex { position: (1.462507, 1.745481, -0.222394), - normal: (0.12742, 0.021045, -0.991626), }, - Vertex { position: (1.794465, 1.787719, 0.0), - normal: (-0.720176, -0.693792, 0.0), }, - Vertex { position: (1.807583, 1.756546, -0.177627), - normal: (0.513731, -0.239493, -0.823847), }, - Vertex { position: (1.483832, 1.697594, -0.288781), - normal: (0.206882, -0.117024, -0.971342), }, - Vertex { position: (1.462507, 1.745481, -0.222394), - normal: (0.12742, 0.021045, -0.991626), }, - Vertex { position: (1.807583, 1.756546, -0.177627), - normal: (0.513731, -0.239493, -0.823847), }, - Vertex { position: (1.483832, 1.697594, -0.288781), - normal: (0.206882, -0.117024, -0.971342), }, - Vertex { position: (1.807583, 1.756546, -0.177627), - normal: (0.513731, -0.239493, -0.823847), }, - Vertex { position: (1.798719, 1.714447, -0.259352), - normal: (0.506924, -0.406124, -0.760323), }, - Vertex { position: (1.497138, 1.618935, -0.401108), - normal: (0.218538, -0.213954, -0.952084), }, - Vertex { position: (1.483832, 1.697594, -0.288781), - normal: (0.206882, -0.117024, -0.971342), }, - Vertex { position: (1.798719, 1.714447, -0.259352), - normal: (0.506924, -0.406124, -0.760323), }, - Vertex { position: (1.497138, 1.618935, -0.401108), - normal: (0.218538, -0.213954, -0.952084), }, - Vertex { position: (1.798719, 1.714447, -0.259352), - normal: (0.506924, -0.406124, -0.760323), }, - Vertex { position: (1.821946, 1.618209, -0.403751), - normal: (0.552632, -0.484765, -0.677938), }, - Vertex { position: (1.504951, 1.483493, -0.585976), - normal: (0.304965, -0.136677, -0.942505), }, - Vertex { position: (1.497138, 1.618935, -0.401108), - normal: (0.218538, -0.213954, -0.952084), }, - Vertex { position: (1.821946, 1.618209, -0.403751), - normal: (0.552632, -0.484765, -0.677938), }, - Vertex { position: (1.504951, 1.483493, -0.585976), - normal: (0.304965, -0.136677, -0.942505), }, - Vertex { position: (1.821946, 1.618209, -0.403751), - normal: (0.552632, -0.484765, -0.677938), }, - Vertex { position: (1.859443, 1.450393, -0.632222), - normal: (0.696414, -0.392791, -0.600602), }, - Vertex { position: (1.517126, 1.334367, -0.741076), - normal: (-0.061264, 0.921927, -0.382487), }, - Vertex { position: (1.504951, 1.483493, -0.585976), - normal: (0.304965, -0.136677, -0.942505), }, - Vertex { position: (1.859443, 1.450393, -0.632222), - normal: (0.696414, -0.392791, -0.600602), }, - Vertex { position: (1.517126, 1.334367, -0.741076), - normal: (-0.061264, 0.921927, -0.382487), }, - Vertex { position: (1.859443, 1.450393, -0.632222), - normal: (0.696414, -0.392791, -0.600602), }, - Vertex { position: (1.958254, 1.130271, -0.861813), - normal: (0.026499, 0.942993, -0.331757), }, - Vertex { position: (1.570685, 0.938327, -0.989108), - normal: (-0.070642, 0.834207, -0.546908), }, - Vertex { position: (1.517126, 1.334367, -0.741076), - normal: (-0.061264, 0.921927, -0.382487), }, - Vertex { position: (1.958254, 1.130271, -0.861813), - normal: (0.026499, 0.942993, -0.331757), }, - Vertex { position: (1.570685, 0.938327, -0.989108), - normal: (-0.070642, 0.834207, -0.546908), }, - Vertex { position: (1.958254, 1.130271, -0.861813), - normal: (0.026499, 0.942993, -0.331757), }, - Vertex { position: (1.975941, 0.827957, -1.018423), - normal: (0.019336, 0.837694, -0.545798), }, - Vertex { position: (1.582203, 0.771083, -1.06818), - normal: (-0.055544, 0.828008, -0.557959), }, - Vertex { position: (1.570685, 0.938327, -0.989108), - normal: (-0.070642, 0.834207, -0.546908), }, - Vertex { position: (1.975941, 0.827957, -1.018423), - normal: (0.019336, 0.837694, -0.545798), }, - Vertex { position: (1.63008, 0.420236, -1.172369), - normal: (-0.047373, 0.758242, -0.65025), }, - Vertex { position: (1.582203, 0.771083, -1.06818), - normal: (-0.055544, 0.828008, -0.557959), }, - Vertex { position: (1.975941, 0.827957, -1.018423), - normal: (0.019336, 0.837694, -0.545798), }, - Vertex { position: (1.63008, 0.420236, -1.172369), - normal: (-0.047373, 0.758242, -0.65025), }, - Vertex { position: (1.975941, 0.827957, -1.018423), - normal: (0.019336, 0.837694, -0.545798), }, - Vertex { position: (2.023441, 0.529338, -1.144399), - normal: (0.052979, 0.780732, -0.622616), }, - Vertex { position: (1.649027, 0.224458, -1.211969), - normal: (-0.046579, 0.627301, -0.777383), }, - Vertex { position: (1.63008, 0.420236, -1.172369), - normal: (-0.047373, 0.758242, -0.65025), }, - Vertex { position: (2.023441, 0.529338, -1.144399), - normal: (0.052979, 0.780732, -0.622616), }, - Vertex { position: (1.649027, 0.224458, -1.211969), - normal: (-0.046579, 0.627301, -0.777383), }, - Vertex { position: (2.023441, 0.529338, -1.144399), - normal: (0.052979, 0.780732, -0.622616), }, - Vertex { position: (2.0817, 0.283249, -1.259461), - normal: (0.115383, 0.694944, -0.709746), }, - Vertex { position: (1.660355, 0.019397, -1.246002), - normal: (-0.05128, 0.509983, -0.858655), }, - Vertex { position: (1.649027, 0.224458, -1.211969), - normal: (-0.046579, 0.627301, -0.777383), }, - Vertex { position: (2.0817, 0.283249, -1.259461), - normal: (0.115383, 0.694944, -0.709746), }, - Vertex { position: (1.660355, 0.019397, -1.246002), - normal: (-0.05128, 0.509983, -0.858655), }, - Vertex { position: (2.0817, 0.283249, -1.259461), - normal: (0.115383, 0.694944, -0.709746), }, - Vertex { position: (2.14179, -0.055306, -1.295565), - normal: (0.146937, 0.551946, -0.820832), }, - Vertex { position: (1.664159, -0.189659, -1.266729), - normal: (-0.02226, 0.394285, -0.918719), }, - Vertex { position: (1.660355, 0.019397, -1.246002), - normal: (-0.05128, 0.509983, -0.858655), }, - Vertex { position: (2.14179, -0.055306, -1.295565), - normal: (0.146937, 0.551946, -0.820832), }, - Vertex { position: (1.664159, -0.189659, -1.266729), - normal: (-0.02226, 0.394285, -0.918719), }, - Vertex { position: (2.14179, -0.055306, -1.295565), - normal: (0.146937, 0.551946, -0.820832), }, - Vertex { position: (2.136269, -0.187666, -1.278057), - normal: (0.12555, 0.440005, -0.889176), }, - Vertex { position: (1.678622, -0.410061, -1.291177), - normal: (-0.026262, 0.311275, -0.949957), }, - Vertex { position: (1.664159, -0.189659, -1.266729), - normal: (-0.02226, 0.394285, -0.918719), }, - Vertex { position: (2.136269, -0.187666, -1.278057), - normal: (0.12555, 0.440005, -0.889176), }, - Vertex { position: (1.678622, -0.410061, -1.291177), - normal: (-0.026262, 0.311275, -0.949957), }, - Vertex { position: (2.136269, -0.187666, -1.278057), - normal: (0.12555, 0.440005, -0.889176), }, - Vertex { position: (2.108912, -0.357128, -1.259691), - normal: (0.10998, 0.376752, -0.919762), }, - Vertex { position: (1.640095, -0.674556, -1.246804), - normal: (-0.039079, 0.203923, -0.978207), }, - Vertex { position: (1.678622, -0.410061, -1.291177), - normal: (-0.026262, 0.311275, -0.949957), }, - Vertex { position: (2.108912, -0.357128, -1.259691), - normal: (0.10998, 0.376752, -0.919762), }, - Vertex { position: (1.640095, -0.674556, -1.246804), - normal: (-0.039079, 0.203923, -0.978207), }, - Vertex { position: (2.108912, -0.357128, -1.259691), - normal: (0.10998, 0.376752, -0.919762), }, - Vertex { position: (2.013534, -0.662303, -1.191491), - normal: (0.097864, 0.250653, -0.963118), }, - Vertex { position: (2.222082, -0.957342, -1.014137), - normal: (-0.742985, 0.015712, -0.669123), }, - Vertex { position: (2.158585, -0.955809, -1.113647), - normal: (-0.809154, 0.004832, -0.587577), }, - Vertex { position: (2.058189, -0.931238, -1.163518), - normal: (-0.965506, -0.176768, 0.191185), }, - Vertex { position: (2.222082, -0.957342, -1.014137), - normal: (-0.742985, 0.015712, -0.669123), }, - Vertex { position: (2.058189, -0.931238, -1.163518), - normal: (-0.965506, -0.176768, 0.191185), }, - Vertex { position: (2.013534, -0.662303, -1.191491), - normal: (0.097864, 0.250653, -0.963118), }, - Vertex { position: (2.245624, -0.864372, -0.995778), - normal: (0.561574, -0.148323, -0.814024), }, - Vertex { position: (2.222082, -0.957342, -1.014137), - normal: (-0.742985, 0.015712, -0.669123), }, - Vertex { position: (2.013534, -0.662303, -1.191491), - normal: (0.097864, 0.250653, -0.963118), }, - Vertex { position: (1.635139, -0.965221, -1.184968), - normal: (0.859237, -0.17312, -0.481395), }, - Vertex { position: (1.644178, -0.857872, -1.208494), - normal: (-0.031021, 0.098798, -0.994624), }, - Vertex { position: (2.013534, -0.662303, -1.191491), - normal: (0.097864, 0.250653, -0.963118), }, - Vertex { position: (1.867657, -0.920633, -1.206933), - normal: (-0.942755, -0.29871, 0.148273), }, - Vertex { position: (1.635139, -0.965221, -1.184968), - normal: (0.859237, -0.17312, -0.481395), }, - Vertex { position: (2.013534, -0.662303, -1.191491), - normal: (0.097864, 0.250653, -0.963118), }, - Vertex { position: (2.058189, -0.931238, -1.163518), - normal: (-0.965506, -0.176768, 0.191185), }, - Vertex { position: (1.867657, -0.920633, -1.206933), - normal: (-0.942755, -0.29871, 0.148273), }, - Vertex { position: (2.013534, -0.662303, -1.191491), - normal: (0.097864, 0.250653, -0.963118), }, - Vertex { position: (1.604939, -1.556997, 0.0), - normal: (-0.560667, -0.828041, 0.0), }, - Vertex { position: (1.721211, -1.590185, -0.601932), - normal: (-0.217942, -0.897186, 0.384134), }, - Vertex { position: (1.963153, -1.588839, -0.612861), - normal: (-0.084936, -0.226589, 0.97028), }, - Vertex { position: (1.604939, -1.556997, 0.0), - normal: (-0.560667, -0.828041, 0.0), }, - Vertex { position: (1.963153, -1.588839, -0.612861), - normal: (-0.084936, -0.226589, 0.97028), }, - Vertex { position: (1.920432, -1.567396, 0.0), - normal: (-0.034649, 0.9994, 0.0), }, - Vertex { position: (1.210555, -1.460061, -0.576841), - normal: (-0.148631, -0.373855, -0.915501), }, - Vertex { position: (1.19204, -1.330605, -0.678707), - normal: (-0.305786, -0.232288, -0.923329), }, - Vertex { position: (1.328862, -1.352627, -0.758733), - normal: (0.080262, -0.270606, -0.959339), }, - Vertex { position: (1.210555, -1.460061, -0.576841), - normal: (-0.148631, -0.373855, -0.915501), }, - Vertex { position: (1.328862, -1.352627, -0.758733), - normal: (0.080262, -0.270606, -0.959339), }, - Vertex { position: (1.451825, -1.576856, -0.702758), - normal: (-0.794709, -0.185222, 0.578041), }, - Vertex { position: (1.223415, -1.532658, -0.434522), - normal: (-0.185127, -0.491394, -0.851035), }, - Vertex { position: (1.210555, -1.460061, -0.576841), - normal: (-0.148631, -0.373855, -0.915501), }, - Vertex { position: (1.451825, -1.576856, -0.702758), - normal: (-0.794709, -0.185222, 0.578041), }, - Vertex { position: (1.223415, -1.532658, -0.434522), - normal: (-0.185127, -0.491394, -0.851035), }, - Vertex { position: (1.451825, -1.576856, -0.702758), - normal: (-0.794709, -0.185222, 0.578041), }, - Vertex { position: (1.599889, -1.595526, -0.623185), - normal: (-0.493424, -0.165611, 0.853877), }, - Vertex { position: (1.963153, -1.588839, -0.612861), - normal: (-0.084936, -0.226589, 0.97028), }, - Vertex { position: (2.0482, -1.581983, -0.555832), - normal: (0.552828, -0.750794, -0.36151), }, - Vertex { position: (1.920432, -1.567396, 0.0), - normal: (-0.034649, 0.9994, 0.0), }, - Vertex { position: (1.604939, -1.556997, 0.0), - normal: (-0.560667, -0.828041, 0.0), }, - Vertex { position: (1.289448, -1.546597, 0.0), - normal: (0.770209, -0.637792, 0.0), }, - Vertex { position: (1.223415, -1.532658, -0.434522), - normal: (-0.185127, -0.491394, -0.851035), }, - Vertex { position: (1.604939, -1.556997, 0.0), - normal: (-0.560667, -0.828041, 0.0), }, - Vertex { position: (1.223415, -1.532658, -0.434522), - normal: (-0.185127, -0.491394, -0.851035), }, - Vertex { position: (1.599889, -1.595526, -0.623185), - normal: (-0.493424, -0.165611, 0.853877), }, - Vertex { position: (1.604939, -1.556997, 0.0), - normal: (-0.560667, -0.828041, 0.0), }, - Vertex { position: (1.599889, -1.595526, -0.623185), - normal: (-0.493424, -0.165611, 0.853877), }, - Vertex { position: (1.721211, -1.590185, -0.601932), - normal: (-0.217942, -0.897186, 0.384134), }, - Vertex { position: (1.19204, -1.330605, -0.678707), - normal: (-0.305786, -0.232288, -0.923329), }, - Vertex { position: (1.219163, -1.218342, -0.823029), - normal: (0.102263, -0.969566, -0.222452), }, - Vertex { position: (1.348219, -1.282064, -0.845204), - normal: (0.02992, -0.202031, -0.978922), }, - Vertex { position: (1.19204, -1.330605, -0.678707), - normal: (-0.305786, -0.232288, -0.923329), }, - Vertex { position: (1.348219, -1.282064, -0.845204), - normal: (0.02992, -0.202031, -0.978922), }, - Vertex { position: (1.328862, -1.352627, -0.758733), - normal: (0.080262, -0.270606, -0.959339), }, - Vertex { position: (1.252961, -0.928825, -1.001643), - normal: (0.152876, -0.742504, -0.652163), }, - Vertex { position: (1.373216, -0.56462, -1.106245), - normal: (0.184661, -0.694307, -0.695585), }, - Vertex { position: (1.337875, -0.945716, -1.021299), - normal: (0.045651, -0.004499, -0.998947), }, - Vertex { position: (1.230116, -1.085439, -0.894543), - normal: (0.120054, -0.825719, -0.551157), }, - Vertex { position: (1.252961, -0.928825, -1.001643), - normal: (0.152876, -0.742504, -0.652163), }, - Vertex { position: (1.337875, -0.945716, -1.021299), - normal: (0.045651, -0.004499, -0.998947), }, - Vertex { position: (1.230116, -1.085439, -0.894543), - normal: (0.120054, -0.825719, -0.551157), }, - Vertex { position: (1.337875, -0.945716, -1.021299), - normal: (0.045651, -0.004499, -0.998947), }, - Vertex { position: (1.310865, -1.136322, -0.914838), - normal: (0.023392, -0.110333, -0.993619), }, - Vertex { position: (1.219163, -1.218342, -0.823029), - normal: (0.102263, -0.969566, -0.222452), }, - Vertex { position: (1.230116, -1.085439, -0.894543), - normal: (0.120054, -0.825719, -0.551157), }, - Vertex { position: (1.310865, -1.136322, -0.914838), - normal: (0.023392, -0.110333, -0.993619), }, - Vertex { position: (1.219163, -1.218342, -0.823029), - normal: (0.102263, -0.969566, -0.222452), }, - Vertex { position: (1.310865, -1.136322, -0.914838), - normal: (0.023392, -0.110333, -0.993619), }, - Vertex { position: (1.348219, -1.282064, -0.845204), - normal: (0.02992, -0.202031, -0.978922), }, - Vertex { position: (1.644178, -0.857872, -1.208494), - normal: (-0.031021, 0.098798, -0.994624), }, - Vertex { position: (1.635139, -0.965221, -1.184968), - normal: (0.859237, -0.17312, -0.481395), }, - Vertex { position: (1.536037, -0.985876, -1.185597), - normal: (0.714393, -0.109998, -0.691045), }, - Vertex { position: (1.640095, -0.674556, -1.246804), - normal: (-0.039079, 0.203923, -0.978207), }, - Vertex { position: (1.644178, -0.857872, -1.208494), - normal: (-0.031021, 0.098798, -0.994624), }, - Vertex { position: (1.536037, -0.985876, -1.185597), - normal: (0.714393, -0.109998, -0.691045), }, - Vertex { position: (1.640095, -0.674556, -1.246804), - normal: (-0.039079, 0.203923, -0.978207), }, - Vertex { position: (1.536037, -0.985876, -1.185597), - normal: (0.714393, -0.109998, -0.691045), }, - Vertex { position: (1.428883, -0.98669, -1.133905), - normal: (0.419396, -0.035927, -0.907092), }, - Vertex { position: (1.373216, -0.56462, -1.106245), - normal: (0.184661, -0.694307, -0.695585), }, - Vertex { position: (1.678622, -0.410061, -1.291177), - normal: (-0.026262, 0.311275, -0.949957), }, - Vertex { position: (1.640095, -0.674556, -1.246804), - normal: (-0.039079, 0.203923, -0.978207), }, - Vertex { position: (1.373216, -0.56462, -1.106245), - normal: (0.184661, -0.694307, -0.695585), }, - Vertex { position: (1.640095, -0.674556, -1.246804), - normal: (-0.039079, 0.203923, -0.978207), }, - Vertex { position: (1.428883, -0.98669, -1.133905), - normal: (0.419396, -0.035927, -0.907092), }, - Vertex { position: (1.456656, 1.785879, 0.0), - normal: (0.779025, -0.626993, 0.0), }, - Vertex { position: (1.462507, 1.745481, -0.222394), - normal: (0.12742, 0.021045, -0.991626), }, - Vertex { position: (0.733818, 1.740873, 0.0), - normal: (0.981421, -0.191868, 0.0), }, - Vertex { position: (1.223415, -1.532658, -0.434522), - normal: (-0.185127, -0.491394, -0.851035), }, - Vertex { position: (1.289448, -1.546597, 0.0), - normal: (0.770209, -0.637792, 0.0), }, - Vertex { position: (0.927497, -1.558489, 0.0), - normal: (0.92802, -0.37253, 0.0), }, - Vertex { position: (1.223415, -1.532658, -0.434522), - normal: (-0.185127, -0.491394, -0.851035), }, - Vertex { position: (0.927497, -1.558489, 0.0), - normal: (0.92802, -0.37253, 0.0), }, - Vertex { position: (0.912989, -1.499314, -0.419547), - normal: (0.213167, -0.525559, -0.823619), }, - Vertex { position: (1.210555, -1.460061, -0.576841), - normal: (-0.148631, -0.373855, -0.915501), }, - Vertex { position: (1.223415, -1.532658, -0.434522), - normal: (-0.185127, -0.491394, -0.851035), }, - Vertex { position: (0.912989, -1.499314, -0.419547), - normal: (0.213167, -0.525559, -0.823619), }, - Vertex { position: (1.210555, -1.460061, -0.576841), - normal: (-0.148631, -0.373855, -0.915501), }, - Vertex { position: (0.912989, -1.499314, -0.419547), - normal: (0.213167, -0.525559, -0.823619), }, - Vertex { position: (0.912699, -1.455066, -0.576185), - normal: (0.23972, -0.400363, -0.884445), }, - Vertex { position: (1.19204, -1.330605, -0.678707), - normal: (-0.305786, -0.232288, -0.923329), }, - Vertex { position: (1.210555, -1.460061, -0.576841), - normal: (-0.148631, -0.373855, -0.915501), }, - Vertex { position: (0.912699, -1.455066, -0.576185), - normal: (0.23972, -0.400363, -0.884445), }, - Vertex { position: (1.19204, -1.330605, -0.678707), - normal: (-0.305786, -0.232288, -0.923329), }, - Vertex { position: (0.912699, -1.455066, -0.576185), - normal: (0.23972, -0.400363, -0.884445), }, - Vertex { position: (0.922703, -1.296032, -0.728307), - normal: (0.25339, -0.287519, -0.923648), }, - Vertex { position: (1.219163, -1.218342, -0.823029), - normal: (0.102263, -0.969566, -0.222452), }, - Vertex { position: (1.19204, -1.330605, -0.678707), - normal: (-0.305786, -0.232288, -0.923329), }, - Vertex { position: (0.922703, -1.296032, -0.728307), - normal: (0.25339, -0.287519, -0.923648), }, - Vertex { position: (1.219163, -1.218342, -0.823029), - normal: (0.102263, -0.969566, -0.222452), }, - Vertex { position: (0.922703, -1.296032, -0.728307), - normal: (0.25339, -0.287519, -0.923648), }, - Vertex { position: (0.93066, -1.216516, -0.831196), - normal: (0.187438, -0.340915, -0.921219), }, - Vertex { position: (1.230116, -1.085439, -0.894543), - normal: (0.120054, -0.825719, -0.551157), }, - Vertex { position: (1.219163, -1.218342, -0.823029), - normal: (0.102263, -0.969566, -0.222452), }, - Vertex { position: (0.93066, -1.216516, -0.831196), - normal: (0.187438, -0.340915, -0.921219), }, - Vertex { position: (1.230116, -1.085439, -0.894543), - normal: (0.120054, -0.825719, -0.551157), }, - Vertex { position: (0.93066, -1.216516, -0.831196), - normal: (0.187438, -0.340915, -0.921219), }, - Vertex { position: (0.956456, -1.070504, -0.921063), - normal: (0.114032, -0.218132, -0.969234), }, - Vertex { position: (1.252961, -0.928825, -1.001643), - normal: (0.152876, -0.742504, -0.652163), }, - Vertex { position: (1.230116, -1.085439, -0.894543), - normal: (0.120054, -0.825719, -0.551157), }, - Vertex { position: (0.956456, -1.070504, -0.921063), - normal: (0.114032, -0.218132, -0.969234), }, - Vertex { position: (1.252961, -0.928825, -1.001643), - normal: (0.152876, -0.742504, -0.652163), }, - Vertex { position: (0.956456, -1.070504, -0.921063), - normal: (0.114032, -0.218132, -0.969234), }, - Vertex { position: (0.939974, -0.894739, -1.019809), - normal: (0.10833, 0.05569, -0.992554), }, - Vertex { position: (1.373216, -0.56462, -1.106245), - normal: (0.184661, -0.694307, -0.695585), }, - Vertex { position: (1.252961, -0.928825, -1.001643), - normal: (0.152876, -0.742504, -0.652163), }, - Vertex { position: (0.939974, -0.894739, -1.019809), - normal: (0.10833, 0.05569, -0.992554), }, - Vertex { position: (1.373216, -0.56462, -1.106245), - normal: (0.184661, -0.694307, -0.695585), }, - Vertex { position: (0.939974, -0.894739, -1.019809), - normal: (0.10833, 0.05569, -0.992554), }, - Vertex { position: (0.948819, -0.638568, -1.102958), - normal: (0.107989, 0.168108, -0.979836), }, - Vertex { position: (1.373216, -0.56462, -1.106245), - normal: (0.184661, -0.694307, -0.695585), }, - Vertex { position: (0.948819, -0.638568, -1.102958), - normal: (0.107989, 0.168108, -0.979836), }, - Vertex { position: (0.97453, -0.525273, -1.140353), - normal: (0.088722, 0.251367, -0.963817), }, - Vertex { position: (1.678622, -0.410061, -1.291177), - normal: (-0.026262, 0.311275, -0.949957), }, - Vertex { position: (1.373216, -0.56462, -1.106245), - normal: (0.184661, -0.694307, -0.695585), }, - Vertex { position: (0.97453, -0.525273, -1.140353), - normal: (0.088722, 0.251367, -0.963817), }, - Vertex { position: (1.678622, -0.410061, -1.291177), - normal: (-0.026262, 0.311275, -0.949957), }, - Vertex { position: (0.97453, -0.525273, -1.140353), - normal: (0.088722, 0.251367, -0.963817), }, - Vertex { position: (0.960321, -0.308052, -1.243133), - normal: (0.060533, 0.377837, -0.923891), }, - Vertex { position: (1.664159, -0.189659, -1.266729), - normal: (-0.02226, 0.394285, -0.918719), }, - Vertex { position: (1.678622, -0.410061, -1.291177), - normal: (-0.026262, 0.311275, -0.949957), }, - Vertex { position: (0.960321, -0.308052, -1.243133), - normal: (0.060533, 0.377837, -0.923891), }, - Vertex { position: (1.664159, -0.189659, -1.266729), - normal: (-0.02226, 0.394285, -0.918719), }, - Vertex { position: (0.960321, -0.308052, -1.243133), - normal: (0.060533, 0.377837, -0.923891), }, - Vertex { position: (0.943855, -0.101127, -1.274771), - normal: (0.016737, 0.497476, -0.867316), }, - Vertex { position: (1.660355, 0.019397, -1.246002), - normal: (-0.05128, 0.509983, -0.858655), }, - Vertex { position: (1.664159, -0.189659, -1.266729), - normal: (-0.02226, 0.394285, -0.918719), }, - Vertex { position: (0.943855, -0.101127, -1.274771), - normal: (0.016737, 0.497476, -0.867316), }, - Vertex { position: (1.660355, 0.019397, -1.246002), - normal: (-0.05128, 0.509983, -0.858655), }, - Vertex { position: (0.943855, -0.101127, -1.274771), - normal: (0.016737, 0.497476, -0.867316), }, - Vertex { position: (0.950215, 0.042751, -1.256188), - normal: (-0.024013, 0.58573, -0.810151), }, - Vertex { position: (1.649027, 0.224458, -1.211969), - normal: (-0.046579, 0.627301, -0.777383), }, - Vertex { position: (1.660355, 0.019397, -1.246002), - normal: (-0.05128, 0.509983, -0.858655), }, - Vertex { position: (0.950215, 0.042751, -1.256188), - normal: (-0.024013, 0.58573, -0.810151), }, - Vertex { position: (1.649027, 0.224458, -1.211969), - normal: (-0.046579, 0.627301, -0.777383), }, - Vertex { position: (0.950215, 0.042751, -1.256188), - normal: (-0.024013, 0.58573, -0.810151), }, - Vertex { position: (0.927775, 0.195225, -1.233043), - normal: (-0.057955, 0.638634, -0.767325), }, - Vertex { position: (1.63008, 0.420236, -1.172369), - normal: (-0.047373, 0.758242, -0.65025), }, - Vertex { position: (1.649027, 0.224458, -1.211969), - normal: (-0.046579, 0.627301, -0.777383), }, - Vertex { position: (0.927775, 0.195225, -1.233043), - normal: (-0.057955, 0.638634, -0.767325), }, - Vertex { position: (1.63008, 0.420236, -1.172369), - normal: (-0.047373, 0.758242, -0.65025), }, - Vertex { position: (0.927775, 0.195225, -1.233043), - normal: (-0.057955, 0.638634, -0.767325), }, - Vertex { position: (0.939271, 0.379986, -1.185872), - normal: (-0.069142, 0.724976, -0.685295), }, - Vertex { position: (1.582203, 0.771083, -1.06818), - normal: (-0.055544, 0.828008, -0.557959), }, - Vertex { position: (1.63008, 0.420236, -1.172369), - normal: (-0.047373, 0.758242, -0.65025), }, - Vertex { position: (0.939271, 0.379986, -1.185872), - normal: (-0.069142, 0.724976, -0.685295), }, - Vertex { position: (1.582203, 0.771083, -1.06818), - normal: (-0.055544, 0.828008, -0.557959), }, - Vertex { position: (0.939271, 0.379986, -1.185872), - normal: (-0.069142, 0.724976, -0.685295), }, - Vertex { position: (0.921312, 0.755659, -0.99933), - normal: (-0.06371, 0.842533, -0.534864), }, - Vertex { position: (1.570685, 0.938327, -0.989108), - normal: (-0.070642, 0.834207, -0.546908), }, - Vertex { position: (1.582203, 0.771083, -1.06818), - normal: (-0.055544, 0.828008, -0.557959), }, - Vertex { position: (0.921312, 0.755659, -0.99933), - normal: (-0.06371, 0.842533, -0.534864), }, - Vertex { position: (1.570685, 0.938327, -0.989108), - normal: (-0.070642, 0.834207, -0.546908), }, - Vertex { position: (0.921312, 0.755659, -0.99933), - normal: (-0.06371, 0.842533, -0.534864), }, - Vertex { position: (0.857323, 0.985001, -0.874029), - normal: (0.791391, -0.43807, -0.426373), }, - Vertex { position: (1.570685, 0.938327, -0.989108), - normal: (-0.070642, 0.834207, -0.546908), }, - Vertex { position: (0.857323, 0.985001, -0.874029), - normal: (0.791391, -0.43807, -0.426373), }, - Vertex { position: (0.760722, 1.205036, -0.700545), - normal: (0.623235, -0.257987, -0.738255), }, - Vertex { position: (1.517126, 1.334367, -0.741076), - normal: (-0.061264, 0.921927, -0.382487), }, - Vertex { position: (1.570685, 0.938327, -0.989108), - normal: (-0.070642, 0.834207, -0.546908), }, - Vertex { position: (0.760722, 1.205036, -0.700545), - normal: (0.623235, -0.257987, -0.738255), }, - Vertex { position: (1.517126, 1.334367, -0.741076), - normal: (-0.061264, 0.921927, -0.382487), }, - Vertex { position: (0.760722, 1.205036, -0.700545), - normal: (0.623235, -0.257987, -0.738255), }, - Vertex { position: (0.725959, 1.478055, -0.461804), - normal: (0.631747, -0.24686, -0.734817), }, - Vertex { position: (1.504951, 1.483493, -0.585976), - normal: (0.304965, -0.136677, -0.942505), }, - Vertex { position: (1.517126, 1.334367, -0.741076), - normal: (-0.061264, 0.921927, -0.382487), }, - Vertex { position: (0.725959, 1.478055, -0.461804), - normal: (0.631747, -0.24686, -0.734817), }, - Vertex { position: (1.504951, 1.483493, -0.585976), - normal: (0.304965, -0.136677, -0.942505), }, - Vertex { position: (0.725959, 1.478055, -0.461804), - normal: (0.631747, -0.24686, -0.734817), }, - Vertex { position: (0.737904, 1.604213, -0.281713), - normal: (0.659349, -0.248914, -0.709437), }, - Vertex { position: (1.497138, 1.618935, -0.401108), - normal: (0.218538, -0.213954, -0.952084), }, - Vertex { position: (1.504951, 1.483493, -0.585976), - normal: (0.304965, -0.136677, -0.942505), }, - Vertex { position: (0.737904, 1.604213, -0.281713), - normal: (0.659349, -0.248914, -0.709437), }, - Vertex { position: (1.483832, 1.697594, -0.288781), - normal: (0.206882, -0.117024, -0.971342), }, - Vertex { position: (1.497138, 1.618935, -0.401108), - normal: (0.218538, -0.213954, -0.952084), }, - Vertex { position: (0.737904, 1.604213, -0.281713), - normal: (0.659349, -0.248914, -0.709437), }, - Vertex { position: (1.483832, 1.697594, -0.288781), - normal: (0.206882, -0.117024, -0.971342), }, - Vertex { position: (0.737904, 1.604213, -0.281713), - normal: (0.659349, -0.248914, -0.709437), }, - Vertex { position: (0.733818, 1.740873, 0.0), - normal: (0.981421, -0.191868, 0.0), }, - Vertex { position: (1.462507, 1.745481, -0.222394), - normal: (0.12742, 0.021045, -0.991626), }, - Vertex { position: (1.483832, 1.697594, -0.288781), - normal: (0.206882, -0.117024, -0.971342), }, - Vertex { position: (0.733818, 1.740873, 0.0), - normal: (0.981421, -0.191868, 0.0), }, - Vertex { position: (0.223642, 1.684075, -0.160743), - normal: (-0.208715, -0.624734, -0.752427), }, - Vertex { position: (-0.221516, 1.686349, -0.151403), - normal: (0.335626, -0.735806, -0.588171), }, - Vertex { position: (-0.228904, 1.734267, 0.0), - normal: (-0.039092, -0.999236, 0.0), }, - Vertex { position: (0.223642, 1.684075, -0.160743), - normal: (-0.208715, -0.624734, -0.752427), }, - Vertex { position: (-0.228904, 1.734267, 0.0), - normal: (-0.039092, -0.999236, 0.0), }, - Vertex { position: (0.234527, 1.730117, 0.0), - normal: (0.566114, -0.824327, 0.0), }, - Vertex { position: (0.23733, 1.595746, -0.288672), - normal: (-0.251063, -0.683027, -0.685888), }, - Vertex { position: (-0.267035, 1.627058, -0.266577), - normal: (0.303379, -0.73119, -0.611002), }, - Vertex { position: (-0.221516, 1.686349, -0.151403), - normal: (0.335626, -0.735806, -0.588171), }, - Vertex { position: (0.23733, 1.595746, -0.288672), - normal: (-0.251063, -0.683027, -0.685888), }, - Vertex { position: (-0.221516, 1.686349, -0.151403), - normal: (0.335626, -0.735806, -0.588171), }, - Vertex { position: (0.223642, 1.684075, -0.160743), - normal: (-0.208715, -0.624734, -0.752427), }, - Vertex { position: (0.289039, 1.496446, -0.430055), - normal: (-0.252973, -0.819125, -0.51482), }, - Vertex { position: (-0.247999, 1.565146, -0.389142), - normal: (0.298349, -0.828641, -0.473647), }, - Vertex { position: (-0.267035, 1.627058, -0.266577), - normal: (0.303379, -0.73119, -0.611002), }, - Vertex { position: (0.289039, 1.496446, -0.430055), - normal: (-0.252973, -0.819125, -0.51482), }, - Vertex { position: (-0.267035, 1.627058, -0.266577), - normal: (0.303379, -0.73119, -0.611002), }, - Vertex { position: (0.23733, 1.595746, -0.288672), - normal: (-0.251063, -0.683027, -0.685888), }, - Vertex { position: (0.305671, 1.298417, -0.629719), - normal: (-0.13716, -0.98063, -0.139827), }, - Vertex { position: (-0.179548, 1.471301, -0.544513), - normal: (0.267279, -0.944479, -0.191107), }, - Vertex { position: (-0.247999, 1.565146, -0.389142), - normal: (0.298349, -0.828641, -0.473647), }, - Vertex { position: (0.305671, 1.298417, -0.629719), - normal: (-0.13716, -0.98063, -0.139827), }, - Vertex { position: (-0.247999, 1.565146, -0.389142), - normal: (0.298349, -0.828641, -0.473647), }, - Vertex { position: (0.289039, 1.496446, -0.430055), - normal: (-0.252973, -0.819125, -0.51482), }, - Vertex { position: (0.243473, 1.134082, -0.819993), - normal: (0.007127, 0.896038, -0.44392), }, - Vertex { position: (-0.192546, 1.305535, -0.70008), - normal: (0.029207, 0.916877, -0.398099), }, - Vertex { position: (-0.179548, 1.471301, -0.544513), - normal: (0.267279, -0.944479, -0.191107), }, - Vertex { position: (0.243473, 1.134082, -0.819993), - normal: (0.007127, 0.896038, -0.44392), }, - Vertex { position: (-0.179548, 1.471301, -0.544513), - normal: (0.267279, -0.944479, -0.191107), }, - Vertex { position: (0.305671, 1.298417, -0.629719), - normal: (-0.13716, -0.98063, -0.139827), }, - Vertex { position: (0.316341, 0.785311, -1.08626), - normal: (0.009434, 0.815301, -0.578961), }, - Vertex { position: (-0.406155, 1.005088, -0.971088), - normal: (0.051939, 0.876473, -0.478641), }, - Vertex { position: (-0.192546, 1.305535, -0.70008), - normal: (0.029207, 0.916877, -0.398099), }, - Vertex { position: (0.316341, 0.785311, -1.08626), - normal: (0.009434, 0.815301, -0.578961), }, - Vertex { position: (-0.192546, 1.305535, -0.70008), - normal: (0.029207, 0.916877, -0.398099), }, - Vertex { position: (0.243473, 1.134082, -0.819993), - normal: (0.007127, 0.896038, -0.44392), }, - Vertex { position: (0.539252, 0.353984, -1.254493), - normal: (0.040473, 0.760778, -0.647749), }, - Vertex { position: (-0.11519, 0.458427, -1.346197), - normal: (0.092427, 0.86666, -0.490263), }, - Vertex { position: (-0.406155, 1.005088, -0.971088), - normal: (0.051939, 0.876473, -0.478641), }, - Vertex { position: (0.539252, 0.353984, -1.254493), - normal: (0.040473, 0.760778, -0.647749), }, - Vertex { position: (-0.406155, 1.005088, -0.971088), - normal: (0.051939, 0.876473, -0.478641), }, - Vertex { position: (0.316341, 0.785311, -1.08626), - normal: (0.009434, 0.815301, -0.578961), }, - Vertex { position: (0.53915, 0.148262, -1.321014), - normal: (0.080812, 0.697931, -0.711591), }, - Vertex { position: (0.005537, 0.163519, -1.472265), - normal: (0.129186, 0.757141, -0.64035), }, - Vertex { position: (-0.11519, 0.458427, -1.346197), - normal: (0.092427, 0.86666, -0.490263), }, - Vertex { position: (0.53915, 0.148262, -1.321014), - normal: (0.080812, 0.697931, -0.711591), }, - Vertex { position: (-0.11519, 0.458427, -1.346197), - normal: (0.092427, 0.86666, -0.490263), }, - Vertex { position: (0.539252, 0.353984, -1.254493), - normal: (0.040473, 0.760778, -0.647749), }, - Vertex { position: (0.516872, -0.020713, -1.356627), - normal: (0.09853, 0.626571, -0.773111), }, - Vertex { position: (0.018086, 0.002865, -1.523199), - normal: (0.101272, 0.634315, -0.766413), }, - Vertex { position: (0.005537, 0.163519, -1.472265), - normal: (0.129186, 0.757141, -0.64035), }, - Vertex { position: (0.516872, -0.020713, -1.356627), - normal: (0.09853, 0.626571, -0.773111), }, - Vertex { position: (0.005537, 0.163519, -1.472265), - normal: (0.129186, 0.757141, -0.64035), }, - Vertex { position: (0.53915, 0.148262, -1.321014), - normal: (0.080812, 0.697931, -0.711591), }, - Vertex { position: (0.542386, -0.188227, -1.370375), - normal: (0.111825, 0.518485, -0.847743), }, - Vertex { position: (0.034087, -0.225059, -1.542949), - normal: (0.089104, 0.59547, -0.798421), }, - Vertex { position: (0.018086, 0.002865, -1.523199), - normal: (0.101272, 0.634315, -0.766413), }, - Vertex { position: (0.542386, -0.188227, -1.370375), - normal: (0.111825, 0.518485, -0.847743), }, - Vertex { position: (0.018086, 0.002865, -1.523199), - normal: (0.101272, 0.634315, -0.766413), }, - Vertex { position: (0.516872, -0.020713, -1.356627), - normal: (0.09853, 0.626571, -0.773111), }, - Vertex { position: (0.546875, -0.39094, -1.363244), - normal: (0.163727, 0.387435, -0.907242), }, - Vertex { position: (0.010486, -0.502317, -1.576297), - normal: (0.147941, 0.53134, -0.834141), }, - Vertex { position: (0.034087, -0.225059, -1.542949), - normal: (0.089104, 0.59547, -0.798421), }, - Vertex { position: (0.546875, -0.39094, -1.363244), - normal: (0.163727, 0.387435, -0.907242), }, - Vertex { position: (0.034087, -0.225059, -1.542949), - normal: (0.089104, 0.59547, -0.798421), }, - Vertex { position: (0.542386, -0.188227, -1.370375), - normal: (0.111825, 0.518485, -0.847743), }, - Vertex { position: (0.550658, -0.633015, -1.331311), - normal: (0.227108, 0.258715, -0.938876), }, - Vertex { position: (0.021051, -0.831931, -1.511548), - normal: (0.206788, 0.399922, -0.892917), }, - Vertex { position: (0.010486, -0.502317, -1.576297), - normal: (0.147941, 0.53134, -0.834141), }, - Vertex { position: (0.550658, -0.633015, -1.331311), - normal: (0.227108, 0.258715, -0.938876), }, - Vertex { position: (0.010486, -0.502317, -1.576297), - normal: (0.147941, 0.53134, -0.834141), }, - Vertex { position: (0.546875, -0.39094, -1.363244), - normal: (0.163727, 0.387435, -0.907242), }, - Vertex { position: (0.527724, -0.862854, -1.253811), - normal: (0.263434, 0.119819, -0.957207), }, - Vertex { position: (-0.04157, -1.143825, -1.395176), - normal: (0.246802, 0.252523, -0.935586), }, - Vertex { position: (0.021051, -0.831931, -1.511548), - normal: (0.206788, 0.399922, -0.892917), }, - Vertex { position: (0.527724, -0.862854, -1.253811), - normal: (0.263434, 0.119819, -0.957207), }, - Vertex { position: (0.021051, -0.831931, -1.511548), - normal: (0.206788, 0.399922, -0.892917), }, - Vertex { position: (0.550658, -0.633015, -1.331311), - normal: (0.227108, 0.258715, -0.938876), }, - Vertex { position: (0.544825, -1.133123, -1.096902), - normal: (0.304293, -0.024391, -0.952266), }, - Vertex { position: (-0.071941, -1.346991, -1.237379), - normal: (0.274567, 0.116527, -0.954481), }, - Vertex { position: (-0.04157, -1.143825, -1.395176), - normal: (0.246802, 0.252523, -0.935586), }, - Vertex { position: (0.544825, -1.133123, -1.096902), - normal: (0.304293, -0.024391, -0.952266), }, - Vertex { position: (-0.04157, -1.143825, -1.395176), - normal: (0.246802, 0.252523, -0.935586), }, - Vertex { position: (0.527724, -0.862854, -1.253811), - normal: (0.263434, 0.119819, -0.957207), }, - Vertex { position: (0.530629, -1.316423, -0.929842), - normal: (0.372063, -0.134052, -0.918477), }, - Vertex { position: (-0.0723, -1.450245, -1.087397), - normal: (0.303729, -0.050718, -0.951408), }, - Vertex { position: (-0.071941, -1.346991, -1.237379), - normal: (0.274567, 0.116527, -0.954481), }, - Vertex { position: (0.530629, -1.316423, -0.929842), - normal: (0.372063, -0.134052, -0.918477), }, - Vertex { position: (-0.071941, -1.346991, -1.237379), - normal: (0.274567, 0.116527, -0.954481), }, - Vertex { position: (0.544825, -1.133123, -1.096902), - normal: (0.304293, -0.024391, -0.952266), }, - Vertex { position: (0.538756, -1.408602, -0.764911), - normal: (0.424286, -0.254348, -0.869073), }, - Vertex { position: (-0.063012, -1.583021, -0.865082), - normal: (0.33122, -0.270106, -0.904067), }, - Vertex { position: (-0.0723, -1.450245, -1.087397), - normal: (0.303729, -0.050718, -0.951408), }, - Vertex { position: (0.538756, -1.408602, -0.764911), - normal: (0.424286, -0.254348, -0.869073), }, - Vertex { position: (-0.0723, -1.450245, -1.087397), - normal: (0.303729, -0.050718, -0.951408), }, - Vertex { position: (0.530629, -1.316423, -0.929842), - normal: (0.372063, -0.134052, -0.918477), }, - Vertex { position: (0.489819, -1.524947, -0.672392), - normal: (0.420794, -0.405156, -0.811653), }, - Vertex { position: (-0.07847, -1.688266, -0.80023), - normal: (0.327725, -0.489439, -0.808112), }, - Vertex { position: (-0.063012, -1.583021, -0.865082), - normal: (0.33122, -0.270106, -0.904067), }, - Vertex { position: (0.489819, -1.524947, -0.672392), - normal: (0.420794, -0.405156, -0.811653), }, - Vertex { position: (-0.063012, -1.583021, -0.865082), - normal: (0.33122, -0.270106, -0.904067), }, - Vertex { position: (0.538756, -1.408602, -0.764911), - normal: (0.424286, -0.254348, -0.869073), }, - Vertex { position: (0.489819, -1.524947, -0.672392), - normal: (0.420794, -0.405156, -0.811653), }, - Vertex { position: (-0.094135, -1.769086, -0.556924), - normal: (0.291858, -0.681117, -0.67149), }, - Vertex { position: (-0.07847, -1.688266, -0.80023), - normal: (0.327725, -0.489439, -0.808112), }, - Vertex { position: (-0.559706, 1.69418, -0.186107), - normal: (0.235033, -0.721825, -0.650944), }, - Vertex { position: (-0.894132, 1.712652, -0.151911), - normal: (0.004725, -0.680391, -0.732834), }, - Vertex { position: (-0.866132, 1.75467, 0.0), - normal: (-0.098179, 0.995169, 0.0), }, - Vertex { position: (-0.559706, 1.69418, -0.186107), - normal: (0.235033, -0.721825, -0.650944), }, - Vertex { position: (-0.866132, 1.75467, 0.0), - normal: (-0.098179, 0.995169, 0.0), }, - Vertex { position: (-0.547248, 1.742126, 0.0), - normal: (-0.009814, -0.999952, 0.0), }, - Vertex { position: (-0.557624, 1.641278, -0.271462), - normal: (0.244106, -0.79539, -0.554768), }, - Vertex { position: (-0.954897, 1.677544, -0.293034), - normal: (0.034172, -0.858604, -0.511498), }, - Vertex { position: (-0.894132, 1.712652, -0.151911), - normal: (0.004725, -0.680391, -0.732834), }, - Vertex { position: (-0.557624, 1.641278, -0.271462), - normal: (0.244106, -0.79539, -0.554768), }, - Vertex { position: (-0.894132, 1.712652, -0.151911), - normal: (0.004725, -0.680391, -0.732834), }, - Vertex { position: (-0.559706, 1.69418, -0.186107), - normal: (0.235033, -0.721825, -0.650944), }, - Vertex { position: (-0.626493, 1.585426, -0.443136), - normal: (0.213948, -0.943673, -0.252405), }, - Vertex { position: (-1.017767, 1.607824, -0.541965), - normal: (0.037423, -0.986705, -0.158154), }, - Vertex { position: (-0.954897, 1.677544, -0.293034), - normal: (0.034172, -0.858604, -0.511498), }, - Vertex { position: (-0.626493, 1.585426, -0.443136), - normal: (0.213948, -0.943673, -0.252405), }, - Vertex { position: (-0.954897, 1.677544, -0.293034), - normal: (0.034172, -0.858604, -0.511498), }, - Vertex { position: (-0.557624, 1.641278, -0.271462), - normal: (0.244106, -0.79539, -0.554768), }, - Vertex { position: (-0.597781, 1.48962, -0.641047), - normal: (0.190577, -0.970681, -0.146488), }, - Vertex { position: (-1.04607, 1.509097, -0.76106), - normal: (0.013768, -0.992402, -0.122267), }, - Vertex { position: (-1.017767, 1.607824, -0.541965), - normal: (0.037423, -0.986705, -0.158154), }, - Vertex { position: (-0.597781, 1.48962, -0.641047), - normal: (0.190577, -0.970681, -0.146488), }, - Vertex { position: (-1.017767, 1.607824, -0.541965), - normal: (0.037423, -0.986705, -0.158154), }, - Vertex { position: (-0.626493, 1.585426, -0.443136), - normal: (0.213948, -0.943673, -0.252405), }, - Vertex { position: (-0.674657, 1.333008, -0.761059), - normal: (0.048754, 0.934073, -0.353738), }, - Vertex { position: (-1.115594, 1.39238, -0.819623), - normal: (0.076524, 0.950336, -0.301672), }, - Vertex { position: (-1.04607, 1.509097, -0.76106), - normal: (0.013768, -0.992402, -0.122267), }, - Vertex { position: (-0.674657, 1.333008, -0.761059), - normal: (0.048754, 0.934073, -0.353738), }, - Vertex { position: (-1.04607, 1.509097, -0.76106), - normal: (0.013768, -0.992402, -0.122267), }, - Vertex { position: (-0.597781, 1.48962, -0.641047), - normal: (0.190577, -0.970681, -0.146488), }, - Vertex { position: (-0.910602, 1.204118, -0.83774), - normal: (0.081223, 0.915345, -0.394394), }, - Vertex { position: (-1.278903, 1.192051, -0.946843), - normal: (0.100598, 0.942931, -0.317428), }, - Vertex { position: (-1.115594, 1.39238, -0.819623), - normal: (0.076524, 0.950336, -0.301672), }, - Vertex { position: (-0.910602, 1.204118, -0.83774), - normal: (0.081223, 0.915345, -0.394394), }, - Vertex { position: (-1.115594, 1.39238, -0.819623), - normal: (0.076524, 0.950336, -0.301672), }, - Vertex { position: (-0.674657, 1.333008, -0.761059), - normal: (0.048754, 0.934073, -0.353738), }, - Vertex { position: (-0.969076, 0.901205, -1.146223), - normal: (0.120116, 0.912706, -0.390565), }, - Vertex { position: (-1.200768, 0.978822, -1.103391), - normal: (0.150328, 0.92948, -0.336851), }, - Vertex { position: (-1.278903, 1.192051, -0.946843), - normal: (0.100598, 0.942931, -0.317428), }, - Vertex { position: (-0.969076, 0.901205, -1.146223), - normal: (0.120116, 0.912706, -0.390565), }, - Vertex { position: (-1.278903, 1.192051, -0.946843), - normal: (0.100598, 0.942931, -0.317428), }, - Vertex { position: (-0.910602, 1.204118, -0.83774), - normal: (0.081223, 0.915345, -0.394394), }, - Vertex { position: (-0.752416, 0.438132, -1.467349), - normal: (0.1717, 0.74071, -0.649514), }, - Vertex { position: (-1.147922, 0.807955, -1.254191), - normal: (0.235667, 0.756618, -0.60991), }, - Vertex { position: (-1.200768, 0.978822, -1.103391), - normal: (0.150328, 0.92948, -0.336851), }, - Vertex { position: (-0.752416, 0.438132, -1.467349), - normal: (0.1717, 0.74071, -0.649514), }, - Vertex { position: (-1.200768, 0.978822, -1.103391), - normal: (0.150328, 0.92948, -0.336851), }, - Vertex { position: (-0.969076, 0.901205, -1.146223), - normal: (0.120116, 0.912706, -0.390565), }, - Vertex { position: (-0.645496, 0.179261, -1.584316), - normal: (0.167704, 0.495674, -0.852164), }, - Vertex { position: (-1.120716, 0.424016, -1.45699), - normal: (0.305452, 0.425365, -0.851918), }, - Vertex { position: (-1.147922, 0.807955, -1.254191), - normal: (0.235667, 0.756618, -0.60991), }, - Vertex { position: (-0.645496, 0.179261, -1.584316), - normal: (0.167704, 0.495674, -0.852164), }, - Vertex { position: (-1.147922, 0.807955, -1.254191), - normal: (0.235667, 0.756618, -0.60991), }, - Vertex { position: (-0.752416, 0.438132, -1.467349), - normal: (0.1717, 0.74071, -0.649514), }, - Vertex { position: (-0.536767, -0.144454, -1.682232), - normal: (0.140536, 0.558684, -0.817388), }, - Vertex { position: (-1.077307, 0.165008, -1.553393), - normal: (0.325482, 0.443544, -0.835063), }, - Vertex { position: (-1.120716, 0.424016, -1.45699), - normal: (0.305452, 0.425365, -0.851918), }, - Vertex { position: (-0.536767, -0.144454, -1.682232), - normal: (0.140536, 0.558684, -0.817388), }, - Vertex { position: (-1.120716, 0.424016, -1.45699), - normal: (0.305452, 0.425365, -0.851918), }, - Vertex { position: (-0.645496, 0.179261, -1.584316), - normal: (0.167704, 0.495674, -0.852164), }, - Vertex { position: (-0.533528, -0.58228, -1.701405), - normal: (0.136523, 0.621747, -0.771228), }, - Vertex { position: (-1.053434, -0.342553, -1.690245), - normal: (0.242426, 0.58207, -0.77616), }, - Vertex { position: (-1.077307, 0.165008, -1.553393), - normal: (0.325482, 0.443544, -0.835063), }, - Vertex { position: (-0.533528, -0.58228, -1.701405), - normal: (0.136523, 0.621747, -0.771228), }, - Vertex { position: (-1.077307, 0.165008, -1.553393), - normal: (0.325482, 0.443544, -0.835063), }, - Vertex { position: (-0.536767, -0.144454, -1.682232), - normal: (0.140536, 0.558684, -0.817388), }, - Vertex { position: (-0.505045, -0.913827, -1.645612), - normal: (0.100131, 0.509748, -0.854477), }, - Vertex { position: (-1.077209, -0.869649, -1.633144), - normal: (0.070189, 0.510248, -0.857158), }, - Vertex { position: (-1.053434, -0.342553, -1.690245), - normal: (0.242426, 0.58207, -0.77616), }, - Vertex { position: (-0.505045, -0.913827, -1.645612), - normal: (0.100131, 0.509748, -0.854477), }, - Vertex { position: (-1.053434, -0.342553, -1.690245), - normal: (0.242426, 0.58207, -0.77616), }, - Vertex { position: (-0.533528, -0.58228, -1.701405), - normal: (0.136523, 0.621747, -0.771228), }, - Vertex { position: (-0.487217, -1.193519, -1.504026), - normal: (0.063174, 0.351351, -0.93411), }, - Vertex { position: (-1.061272, -1.141877, -1.49623), - normal: (-0.078623, 0.370994, -0.925301), }, - Vertex { position: (-1.077209, -0.869649, -1.633144), - normal: (0.070189, 0.510248, -0.857158), }, - Vertex { position: (-0.487217, -1.193519, -1.504026), - normal: (0.063174, 0.351351, -0.93411), }, - Vertex { position: (-1.077209, -0.869649, -1.633144), - normal: (0.070189, 0.510248, -0.857158), }, - Vertex { position: (-0.505045, -0.913827, -1.645612), - normal: (0.100131, 0.509748, -0.854477), }, - Vertex { position: (-0.524231, -1.399266, -1.313019), - normal: (0.078896, 0.195617, -0.977502), }, - Vertex { position: (-1.001366, -1.335897, -1.353338), - normal: (-0.123389, 0.256577, -0.958615), }, - Vertex { position: (-1.061272, -1.141877, -1.49623), - normal: (-0.078623, 0.370994, -0.925301), }, - Vertex { position: (-0.524231, -1.399266, -1.313019), - normal: (0.078896, 0.195617, -0.977502), }, - Vertex { position: (-1.061272, -1.141877, -1.49623), - normal: (-0.078623, 0.370994, -0.925301), }, - Vertex { position: (-0.487217, -1.193519, -1.504026), - normal: (0.063174, 0.351351, -0.93411), }, - Vertex { position: (-0.526127, -1.495, -1.167736), - normal: (0.097816, -0.016117, -0.995074), }, - Vertex { position: (-0.952525, -1.440582, -1.16865), - normal: (-0.165685, 0.059692, -0.98437), }, - Vertex { position: (-1.001366, -1.335897, -1.353338), - normal: (-0.123389, 0.256577, -0.958615), }, - Vertex { position: (-0.526127, -1.495, -1.167736), - normal: (0.097816, -0.016117, -0.995074), }, - Vertex { position: (-1.001366, -1.335897, -1.353338), - normal: (-0.123389, 0.256577, -0.958615), }, - Vertex { position: (-0.524231, -1.399266, -1.313019), - normal: (0.078896, 0.195617, -0.977502), }, - Vertex { position: (-0.535144, -1.615983, -0.920556), - normal: (0.10737, -0.293005, -0.950063), }, - Vertex { position: (-0.953236, -1.545941, -0.89918), - normal: (-0.218261, -0.26262, -0.93989), }, - Vertex { position: (-0.952525, -1.440582, -1.16865), - normal: (-0.165685, 0.059692, -0.98437), }, - Vertex { position: (-0.535144, -1.615983, -0.920556), - normal: (0.10737, -0.293005, -0.950063), }, - Vertex { position: (-0.952525, -1.440582, -1.16865), - normal: (-0.165685, 0.059692, -0.98437), }, - Vertex { position: (-0.526127, -1.495, -1.167736), - normal: (0.097816, -0.016117, -0.995074), }, - Vertex { position: (2.688131, -0.517509, -0.672975), - normal: (0.769758, 0.095155, -0.631204), }, - Vertex { position: (2.736198, -0.346225, -0.659345), - normal: (0.763734, 0.228435, -0.603761), }, - Vertex { position: (2.881063, -0.493146, -0.521968), - normal: (0.226413, -0.89822, -0.376747), }, - Vertex { position: (2.663024, -1.440487, -0.478149), - normal: (0.594643, -0.107364, -0.796789), }, - Vertex { position: (2.740886, -1.339225, -0.463604), - normal: (0.655995, -0.105886, -0.747301), }, - Vertex { position: (2.824356, -1.407256, -0.355013), - normal: (0.690473, -0.61586, -0.379425), }, - Vertex { position: (1.373216, -0.56462, -1.106245), - normal: (0.184661, -0.694307, -0.695585), }, - Vertex { position: (1.428883, -0.98669, -1.133905), - normal: (0.419396, -0.035927, -0.907092), }, - Vertex { position: (1.337875, -0.945716, -1.021299), - normal: (0.045651, -0.004499, -0.998947), }, - Vertex { position: (-1.215563, 1.757097, -0.133494), - normal: (-0.267766, -0.862787, -0.428835), }, - Vertex { position: (-1.365948, 1.769608, -0.133901), - normal: (-0.507894, -0.767261, -0.391606), }, - Vertex { position: (-1.35095, 1.807009, 0.0), - normal: (0.262234, -0.965004, 0.0), }, - Vertex { position: (-1.215563, 1.757097, -0.133494), - normal: (-0.267766, -0.862787, -0.428835), }, - Vertex { position: (-1.35095, 1.807009, 0.0), - normal: (0.262234, -0.965004, 0.0), }, - Vertex { position: (-1.179474, 1.786649, 0.0), - normal: (-0.065586, -0.997847, 0.0), }, - Vertex { position: (-1.227613, 1.709095, -0.276029), - normal: (-0.263452, -0.648591, -0.714089), }, - Vertex { position: (-1.396332, 1.723782, -0.267642), - normal: (-0.375453, -0.69207, -0.616502), }, - Vertex { position: (-1.365948, 1.769608, -0.133901), - normal: (-0.507894, -0.767261, -0.391606), }, - Vertex { position: (-1.227613, 1.709095, -0.276029), - normal: (-0.263452, -0.648591, -0.714089), }, - Vertex { position: (-1.365948, 1.769608, -0.133901), - normal: (-0.507894, -0.767261, -0.391606), }, - Vertex { position: (-1.215563, 1.757097, -0.133494), - normal: (-0.267766, -0.862787, -0.428835), }, - Vertex { position: (-1.292756, 1.656509, -0.51403), - normal: (-0.301558, -0.77828, -0.550766), }, - Vertex { position: (-1.417595, 1.67618, -0.529265), - normal: (-0.1427, -0.847733, -0.510868), }, - Vertex { position: (-1.396332, 1.723782, -0.267642), - normal: (-0.375453, -0.69207, -0.616502), }, - Vertex { position: (-1.292756, 1.656509, -0.51403), - normal: (-0.301558, -0.77828, -0.550766), }, - Vertex { position: (-1.396332, 1.723782, -0.267642), - normal: (-0.375453, -0.69207, -0.616502), }, - Vertex { position: (-1.227613, 1.709095, -0.276029), - normal: (-0.263452, -0.648591, -0.714089), }, - Vertex { position: (-1.338488, 1.613735, -0.725441), - normal: (-0.154129, -0.981148, -0.116585), }, - Vertex { position: (-1.465432, 1.655336, -0.722125), - normal: (-0.178511, -0.973481, -0.143068), }, - Vertex { position: (-1.417595, 1.67618, -0.529265), - normal: (-0.1427, -0.847733, -0.510868), }, - Vertex { position: (-1.338488, 1.613735, -0.725441), - normal: (-0.154129, -0.981148, -0.116585), }, - Vertex { position: (-1.417595, 1.67618, -0.529265), - normal: (-0.1427, -0.847733, -0.510868), }, - Vertex { position: (-1.292756, 1.656509, -0.51403), - normal: (-0.301558, -0.77828, -0.550766), }, - Vertex { position: (-1.403848, 1.533059, -0.902827), - normal: (0.095331, 0.952335, -0.289775), }, - Vertex { position: (-1.582187, 1.567542, -0.982349), - normal: (0.067879, 0.951186, -0.30106), }, - Vertex { position: (-1.465432, 1.655336, -0.722125), - normal: (-0.178511, -0.973481, -0.143068), }, - Vertex { position: (-1.403848, 1.533059, -0.902827), - normal: (0.095331, 0.952335, -0.289775), }, - Vertex { position: (-1.465432, 1.655336, -0.722125), - normal: (-0.178511, -0.973481, -0.143068), }, - Vertex { position: (-1.338488, 1.613735, -0.725441), - normal: (-0.154129, -0.981148, -0.116585), }, - Vertex { position: (-1.551526, 1.400025, -1.050193), - normal: (0.10291, 0.954344, -0.280422), }, - Vertex { position: (-1.721806, 1.391264, -1.113307), - normal: (0.085022, 0.963119, -0.255291), }, - Vertex { position: (-1.582187, 1.567542, -0.982349), - normal: (0.067879, 0.951186, -0.30106), }, - Vertex { position: (-1.551526, 1.400025, -1.050193), - normal: (0.10291, 0.954344, -0.280422), }, - Vertex { position: (-1.582187, 1.567542, -0.982349), - normal: (0.067879, 0.951186, -0.30106), }, - Vertex { position: (-1.403848, 1.533059, -0.902827), - normal: (0.095331, 0.952335, -0.289775), }, - Vertex { position: (-1.552899, 1.128654, -1.15104), - normal: (0.172251, 0.950689, -0.257916), }, - Vertex { position: (-1.733703, 1.083864, -1.181489), - normal: (0.120743, 0.971588, -0.203561), }, - Vertex { position: (-1.721806, 1.391264, -1.113307), - normal: (0.085022, 0.963119, -0.255291), }, - Vertex { position: (-1.552899, 1.128654, -1.15104), - normal: (0.172251, 0.950689, -0.257916), }, - Vertex { position: (-1.721806, 1.391264, -1.113307), - normal: (0.085022, 0.963119, -0.255291), }, - Vertex { position: (-1.551526, 1.400025, -1.050193), - normal: (0.10291, 0.954344, -0.280422), }, - Vertex { position: (-1.454529, 0.875045, -1.238858), - normal: (0.28101, 0.853935, -0.437982), }, - Vertex { position: (-1.807421, 0.657142, -1.209422), - normal: (0.117963, 0.926753, -0.356669), }, - Vertex { position: (-1.733703, 1.083864, -1.181489), - normal: (0.120743, 0.971588, -0.203561), }, - Vertex { position: (-1.454529, 0.875045, -1.238858), - normal: (0.28101, 0.853935, -0.437982), }, - Vertex { position: (-1.733703, 1.083864, -1.181489), - normal: (0.120743, 0.971588, -0.203561), }, - Vertex { position: (-1.552899, 1.128654, -1.15104), - normal: (0.172251, 0.950689, -0.257916), }, - Vertex { position: (-1.405685, 0.573835, -1.352181), - normal: (0.381239, 0.555717, -0.738807), }, - Vertex { position: (-1.796156, 0.452382, -1.243643), - normal: (0.109947, 0.693426, -0.712089), }, - Vertex { position: (-1.807421, 0.657142, -1.209422), - normal: (0.117963, 0.926753, -0.356669), }, - Vertex { position: (-1.405685, 0.573835, -1.352181), - normal: (0.381239, 0.555717, -0.738807), }, - Vertex { position: (-1.807421, 0.657142, -1.209422), - normal: (0.117963, 0.926753, -0.356669), }, - Vertex { position: (-1.454529, 0.875045, -1.238858), - normal: (0.28101, 0.853935, -0.437982), }, - Vertex { position: (-1.479588, 0.295746, -1.440042), - normal: (0.376012, 0.360026, -0.853813), }, - Vertex { position: (-1.81092, 0.287592, -1.292257), - normal: (0.076565, 0.333251, -0.939724), }, - Vertex { position: (-1.796156, 0.452382, -1.243643), - normal: (0.109947, 0.693426, -0.712089), }, - Vertex { position: (-1.479588, 0.295746, -1.440042), - normal: (0.376012, 0.360026, -0.853813), }, - Vertex { position: (-1.796156, 0.452382, -1.243643), - normal: (0.109947, 0.693426, -0.712089), }, - Vertex { position: (-1.405685, 0.573835, -1.352181), - normal: (0.381239, 0.555717, -0.738807), }, - Vertex { position: (-1.489699, -0.024215, -1.510987), - normal: (0.207079, 0.373404, -0.904261), }, - Vertex { position: (-1.79513, 0.033439, -1.37116), - normal: (-0.039599, 0.171847, -0.984327), }, - Vertex { position: (-1.81092, 0.287592, -1.292257), - normal: (0.076565, 0.333251, -0.939724), }, - Vertex { position: (-1.489699, -0.024215, -1.510987), - normal: (0.207079, 0.373404, -0.904261), }, - Vertex { position: (-1.81092, 0.287592, -1.292257), - normal: (0.076565, 0.333251, -0.939724), }, - Vertex { position: (-1.479588, 0.295746, -1.440042), - normal: (0.376012, 0.360026, -0.853813), }, - Vertex { position: (-1.395501, -0.698702, -1.553257), - normal: (-0.045242, 0.348413, -0.936249), }, - Vertex { position: (-1.802864, -0.282523, -1.401315), - normal: (-0.164972, 0.181757, -0.969406), }, - Vertex { position: (-1.79513, 0.033439, -1.37116), - normal: (-0.039599, 0.171847, -0.984327), }, - Vertex { position: (-1.395501, -0.698702, -1.553257), - normal: (-0.045242, 0.348413, -0.936249), }, - Vertex { position: (-1.79513, 0.033439, -1.37116), - normal: (-0.039599, 0.171847, -0.984327), }, - Vertex { position: (-1.489699, -0.024215, -1.510987), - normal: (0.207079, 0.373404, -0.904261), }, - Vertex { position: (-1.376176, -0.948757, -1.451608), - normal: (-0.212948, 0.334057, -0.918182), }, - Vertex { position: (-1.837859, -0.540871, -1.295851), - normal: (-0.216817, 0.278777, -0.935561), }, - Vertex { position: (-1.802864, -0.282523, -1.401315), - normal: (-0.164972, 0.181757, -0.969406), }, - Vertex { position: (-1.376176, -0.948757, -1.451608), - normal: (-0.212948, 0.334057, -0.918182), }, - Vertex { position: (-1.802864, -0.282523, -1.401315), - normal: (-0.164972, 0.181757, -0.969406), }, - Vertex { position: (-1.395501, -0.698702, -1.553257), - normal: (-0.045242, 0.348413, -0.936249), }, - Vertex { position: (-1.402349, -1.127845, -1.309055), - normal: (-0.282152, 0.285245, -0.915983), }, - Vertex { position: (-1.782928, -0.770786, -1.173619), - normal: (-0.219724, 0.297861, -0.928978), }, - Vertex { position: (-1.837859, -0.540871, -1.295851), - normal: (-0.216817, 0.278777, -0.935561), }, - Vertex { position: (-1.402349, -1.127845, -1.309055), - normal: (-0.282152, 0.285245, -0.915983), }, - Vertex { position: (-1.837859, -0.540871, -1.295851), - normal: (-0.216817, 0.278777, -0.935561), }, - Vertex { position: (-1.376176, -0.948757, -1.451608), - normal: (-0.212948, 0.334057, -0.918182), }, - Vertex { position: (-1.407658, -1.236026, -1.11293), - normal: (-0.326048, 0.118611, -0.937883), }, - Vertex { position: (-1.757573, -0.945337, -1.075832), - normal: (-0.227368, 0.161984, -0.960242), }, - Vertex { position: (-1.782928, -0.770786, -1.173619), - normal: (-0.219724, 0.297861, -0.928978), }, - Vertex { position: (-1.407658, -1.236026, -1.11293), - normal: (-0.326048, 0.118611, -0.937883), }, - Vertex { position: (-1.782928, -0.770786, -1.173619), - normal: (-0.219724, 0.297861, -0.928978), }, - Vertex { position: (-1.402349, -1.127845, -1.309055), - normal: (-0.282152, 0.285245, -0.915983), }, - Vertex { position: (-1.365948, 1.769608, -0.133901), - normal: (-0.507894, -0.767261, -0.391606), }, - Vertex { position: (-1.683863, 1.789041, -0.121501), - normal: (-0.387895, -0.42081, -0.820034), }, - Vertex { position: (-1.67651, 1.826886, 0.0), - normal: (0.021487, 0.999769, 0.0), }, - Vertex { position: (-1.365948, 1.769608, -0.133901), - normal: (-0.507894, -0.767261, -0.391606), }, - Vertex { position: (-1.67651, 1.826886, 0.0), - normal: (0.021487, 0.999769, 0.0), }, - Vertex { position: (-1.35095, 1.807009, 0.0), - normal: (0.262234, -0.965004, 0.0), }, - Vertex { position: (-1.396332, 1.723782, -0.267642), - normal: (-0.375453, -0.69207, -0.616502), }, - Vertex { position: (-1.714432, 1.747956, -0.247594), - normal: (-0.433119, -0.541143, -0.720814), }, - Vertex { position: (-1.683863, 1.789041, -0.121501), - normal: (-0.387895, -0.42081, -0.820034), }, - Vertex { position: (-1.396332, 1.723782, -0.267642), - normal: (-0.375453, -0.69207, -0.616502), }, - Vertex { position: (-1.683863, 1.789041, -0.121501), - normal: (-0.387895, -0.42081, -0.820034), }, - Vertex { position: (-1.365948, 1.769608, -0.133901), - normal: (-0.507894, -0.767261, -0.391606), }, - Vertex { position: (-1.417595, 1.67618, -0.529265), - normal: (-0.1427, -0.847733, -0.510868), }, - Vertex { position: (-1.744732, 1.734849, -0.433807), - normal: (-0.455057, -0.684123, -0.569999), }, - Vertex { position: (-1.714432, 1.747956, -0.247594), - normal: (-0.433119, -0.541143, -0.720814), }, - Vertex { position: (-1.417595, 1.67618, -0.529265), - normal: (-0.1427, -0.847733, -0.510868), }, - Vertex { position: (-1.714432, 1.747956, -0.247594), - normal: (-0.433119, -0.541143, -0.720814), }, - Vertex { position: (-1.396332, 1.723782, -0.267642), - normal: (-0.375453, -0.69207, -0.616502), }, - Vertex { position: (-1.465432, 1.655336, -0.722125), - normal: (-0.178511, -0.973481, -0.143068), }, - Vertex { position: (-1.929731, 1.617188, -0.80639), - normal: (-0.084259, -0.367691, -0.926123), }, - Vertex { position: (-1.744732, 1.734849, -0.433807), - normal: (-0.455057, -0.684123, -0.569999), }, - Vertex { position: (-1.465432, 1.655336, -0.722125), - normal: (-0.178511, -0.973481, -0.143068), }, - Vertex { position: (-1.744732, 1.734849, -0.433807), - normal: (-0.455057, -0.684123, -0.569999), }, - Vertex { position: (-1.417595, 1.67618, -0.529265), - normal: (-0.1427, -0.847733, -0.510868), }, - Vertex { position: (-1.582187, 1.567542, -0.982349), - normal: (0.067879, 0.951186, -0.30106), }, - Vertex { position: (-1.996117, 1.387891, -1.064104), - normal: (0.061261, 0.954316, -0.292452), }, - Vertex { position: (-1.929731, 1.617188, -0.80639), - normal: (-0.084259, -0.367691, -0.926123), }, - Vertex { position: (-1.582187, 1.567542, -0.982349), - normal: (0.067879, 0.951186, -0.30106), }, - Vertex { position: (-1.929731, 1.617188, -0.80639), - normal: (-0.084259, -0.367691, -0.926123), }, - Vertex { position: (-1.465432, 1.655336, -0.722125), - normal: (-0.178511, -0.973481, -0.143068), }, - Vertex { position: (-1.721806, 1.391264, -1.113307), - normal: (0.085022, 0.963119, -0.255291), }, - Vertex { position: (-1.980388, 1.134038, -1.143196), - normal: (0.076969, 0.969253, -0.233719), }, - Vertex { position: (-1.996117, 1.387891, -1.064104), - normal: (0.061261, 0.954316, -0.292452), }, - Vertex { position: (-1.721806, 1.391264, -1.113307), - normal: (0.085022, 0.963119, -0.255291), }, - Vertex { position: (-1.996117, 1.387891, -1.064104), - normal: (0.061261, 0.954316, -0.292452), }, - Vertex { position: (-1.582187, 1.567542, -0.982349), - normal: (0.067879, 0.951186, -0.30106), }, - Vertex { position: (-1.733703, 1.083864, -1.181489), - normal: (0.120743, 0.971588, -0.203561), }, - Vertex { position: (-2.013663, 0.810726, -1.158827), - normal: (0.057779, 0.975002, -0.214553), }, - Vertex { position: (-1.980388, 1.134038, -1.143196), - normal: (0.076969, 0.969253, -0.233719), }, - Vertex { position: (-1.733703, 1.083864, -1.181489), - normal: (0.120743, 0.971588, -0.203561), }, - Vertex { position: (-1.980388, 1.134038, -1.143196), - normal: (0.076969, 0.969253, -0.233719), }, - Vertex { position: (-1.721806, 1.391264, -1.113307), - normal: (0.085022, 0.963119, -0.255291), }, - Vertex { position: (-1.807421, 0.657142, -1.209422), - normal: (0.117963, 0.926753, -0.356669), }, - Vertex { position: (-2.030191, 0.547622, -1.189762), - normal: (-0.021294, 0.896295, -0.442946), }, - Vertex { position: (-2.013663, 0.810726, -1.158827), - normal: (0.057779, 0.975002, -0.214553), }, - Vertex { position: (-1.807421, 0.657142, -1.209422), - normal: (0.117963, 0.926753, -0.356669), }, - Vertex { position: (-2.013663, 0.810726, -1.158827), - normal: (0.057779, 0.975002, -0.214553), }, - Vertex { position: (-1.733703, 1.083864, -1.181489), - normal: (0.120743, 0.971588, -0.203561), }, - Vertex { position: (-1.796156, 0.452382, -1.243643), - normal: (0.109947, 0.693426, -0.712089), }, - Vertex { position: (-2.021159, 0.411979, -1.234679), - normal: (-0.072244, 0.618144, -0.782738), }, - Vertex { position: (-2.030191, 0.547622, -1.189762), - normal: (-0.021294, 0.896295, -0.442946), }, - Vertex { position: (-1.796156, 0.452382, -1.243643), - normal: (0.109947, 0.693426, -0.712089), }, - Vertex { position: (-2.030191, 0.547622, -1.189762), - normal: (-0.021294, 0.896295, -0.442946), }, - Vertex { position: (-1.807421, 0.657142, -1.209422), - normal: (0.117963, 0.926753, -0.356669), }, - Vertex { position: (-1.81092, 0.287592, -1.292257), - normal: (0.076565, 0.333251, -0.939724), }, - Vertex { position: (-1.932916, 0.232972, -1.304589), - normal: (-0.038944, 0.247819, -0.968023), }, - Vertex { position: (-2.021159, 0.411979, -1.234679), - normal: (-0.072244, 0.618144, -0.782738), }, - Vertex { position: (-1.81092, 0.287592, -1.292257), - normal: (0.076565, 0.333251, -0.939724), }, - Vertex { position: (-2.021159, 0.411979, -1.234679), - normal: (-0.072244, 0.618144, -0.782738), }, - Vertex { position: (-1.796156, 0.452382, -1.243643), - normal: (0.109947, 0.693426, -0.712089), }, - Vertex { position: (-1.79513, 0.033439, -1.37116), - normal: (-0.039599, 0.171847, -0.984327), }, - Vertex { position: (-1.897394, 0.037852, -1.365798), - normal: (-0.00315, 0.115338, -0.993321), }, - Vertex { position: (-1.932916, 0.232972, -1.304589), - normal: (-0.038944, 0.247819, -0.968023), }, - Vertex { position: (-1.79513, 0.033439, -1.37116), - normal: (-0.039599, 0.171847, -0.984327), }, - Vertex { position: (-1.932916, 0.232972, -1.304589), - normal: (-0.038944, 0.247819, -0.968023), }, - Vertex { position: (-1.81092, 0.287592, -1.292257), - normal: (0.076565, 0.333251, -0.939724), }, - Vertex { position: (-1.802864, -0.282523, -1.401315), - normal: (-0.164972, 0.181757, -0.969406), }, - Vertex { position: (-1.950547, -0.275573, -1.377028), - normal: (0.016683, 0.197618, -0.980137), }, - Vertex { position: (-1.897394, 0.037852, -1.365798), - normal: (-0.00315, 0.115338, -0.993321), }, - Vertex { position: (-1.802864, -0.282523, -1.401315), - normal: (-0.164972, 0.181757, -0.969406), }, - Vertex { position: (-1.897394, 0.037852, -1.365798), - normal: (-0.00315, 0.115338, -0.993321), }, - Vertex { position: (-1.79513, 0.033439, -1.37116), - normal: (-0.039599, 0.171847, -0.984327), }, - Vertex { position: (-1.837859, -0.540871, -1.295851), - normal: (-0.216817, 0.278777, -0.935561), }, - Vertex { position: (-2.033655, -0.526012, -1.277639), - normal: (0.032424, 0.316591, -0.948008), }, - Vertex { position: (-1.950547, -0.275573, -1.377028), - normal: (0.016683, 0.197618, -0.980137), }, - Vertex { position: (-1.837859, -0.540871, -1.295851), - normal: (-0.216817, 0.278777, -0.935561), }, - Vertex { position: (-1.950547, -0.275573, -1.377028), - normal: (0.016683, 0.197618, -0.980137), }, - Vertex { position: (-1.802864, -0.282523, -1.401315), - normal: (-0.164972, 0.181757, -0.969406), }, - Vertex { position: (-1.782928, -0.770786, -1.173619), - normal: (-0.219724, 0.297861, -0.928978), }, - Vertex { position: (-2.050292, -0.755566, -1.114167), - normal: (0.053195, 0.343167, -0.937767), }, - Vertex { position: (-2.033655, -0.526012, -1.277639), - normal: (0.032424, 0.316591, -0.948008), }, - Vertex { position: (-1.782928, -0.770786, -1.173619), - normal: (-0.219724, 0.297861, -0.928978), }, - Vertex { position: (-2.033655, -0.526012, -1.277639), - normal: (0.032424, 0.316591, -0.948008), }, - Vertex { position: (-1.837859, -0.540871, -1.295851), - normal: (-0.216817, 0.278777, -0.935561), }, - Vertex { position: (-1.757573, -0.945337, -1.075832), - normal: (-0.227368, 0.161984, -0.960242), }, - Vertex { position: (-2.043593, -0.875823, -1.028879), - normal: (0.057735, 0.173734, -0.983099), }, - Vertex { position: (-2.050292, -0.755566, -1.114167), - normal: (0.053195, 0.343167, -0.937767), }, - Vertex { position: (-1.757573, -0.945337, -1.075832), - normal: (-0.227368, 0.161984, -0.960242), }, - Vertex { position: (-2.050292, -0.755566, -1.114167), - normal: (0.053195, 0.343167, -0.937767), }, - Vertex { position: (-1.782928, -0.770786, -1.173619), - normal: (-0.219724, 0.297861, -0.928978), }, - Vertex { position: (-1.782298, -1.020581, -0.943381), - normal: (-0.30296, -0.137183, -0.943078), }, - Vertex { position: (-2.033406, -0.91003, -0.96422), - normal: (0.058723, -0.195869, -0.97887), }, - Vertex { position: (-2.043593, -0.875823, -1.028879), - normal: (0.057735, 0.173734, -0.983099), }, - Vertex { position: (-1.782298, -1.020581, -0.943381), - normal: (-0.30296, -0.137183, -0.943078), }, - Vertex { position: (-2.043593, -0.875823, -1.028879), - normal: (0.057735, 0.173734, -0.983099), }, - Vertex { position: (-1.757573, -0.945337, -1.075832), - normal: (-0.227368, 0.161984, -0.960242), }, - Vertex { position: (-1.198513, -1.456102, -0.885435), - normal: (0.121987, -0.426326, -0.896306), }, - Vertex { position: (-1.407658, -1.236026, -1.11293), - normal: (-0.326048, 0.118611, -0.937883), }, - Vertex { position: (-0.952525, -1.440582, -1.16865), - normal: (-0.165685, 0.059692, -0.98437), }, - Vertex { position: (-1.198513, -1.456102, -0.885435), - normal: (0.121987, -0.426326, -0.896306), }, - Vertex { position: (-0.952525, -1.440582, -1.16865), - normal: (-0.165685, 0.059692, -0.98437), }, - Vertex { position: (-0.953236, -1.545941, -0.89918), - normal: (-0.218261, -0.26262, -0.93989), }, - Vertex { position: (-1.456655, -1.295527, -0.89424), - normal: (0.095733, -0.224552, -0.969748), }, - Vertex { position: (-1.782298, -1.020581, -0.943381), - normal: (-0.30296, -0.137183, -0.943078), }, - Vertex { position: (-1.757573, -0.945337, -1.075832), - normal: (-0.227368, 0.161984, -0.960242), }, - Vertex { position: (-1.456655, -1.295527, -0.89424), - normal: (0.095733, -0.224552, -0.969748), }, - Vertex { position: (-1.757573, -0.945337, -1.075832), - normal: (-0.227368, 0.161984, -0.960242), }, - Vertex { position: (-1.407658, -1.236026, -1.11293), - normal: (-0.326048, 0.118611, -0.937883), }, - Vertex { position: (-1.366873, -1.340211, -0.907567), - normal: (-0.422758, -0.178302, -0.888529), }, - Vertex { position: (-1.456655, -1.295527, -0.89424), - normal: (0.095733, -0.224552, -0.969748), }, - Vertex { position: (-1.407658, -1.236026, -1.11293), - normal: (-0.326048, 0.118611, -0.937883), }, - Vertex { position: (-1.198513, -1.456102, -0.885435), - normal: (0.121987, -0.426326, -0.896306), }, - Vertex { position: (-1.366873, -1.340211, -0.907567), - normal: (-0.422758, -0.178302, -0.888529), }, - Vertex { position: (-1.407658, -1.236026, -1.11293), - normal: (-0.326048, 0.118611, -0.937883), }, - Vertex { position: (-1.683863, 1.789041, -0.121501), - normal: (-0.387895, -0.42081, -0.820034), }, - Vertex { position: (-2.079597, 1.817785, -0.138375), - normal: (0.088769, -0.475351, -0.875307), }, - Vertex { position: (-2.057387, 1.841308, 0.0), - normal: (0.181762, -0.983343, 0.0), }, - Vertex { position: (-1.683863, 1.789041, -0.121501), - normal: (-0.387895, -0.42081, -0.820034), }, - Vertex { position: (-2.057387, 1.841308, 0.0), - normal: (0.181762, -0.983343, 0.0), }, - Vertex { position: (-1.67651, 1.826886, 0.0), - normal: (0.021487, 0.999769, 0.0), }, - Vertex { position: (-1.714432, 1.747956, -0.247594), - normal: (-0.433119, -0.541143, -0.720814), }, - Vertex { position: (-2.10017, 1.78998, -0.229245), - normal: (0.099302, -0.563694, -0.819993), }, - Vertex { position: (-2.079597, 1.817785, -0.138375), - normal: (0.088769, -0.475351, -0.875307), }, - Vertex { position: (-1.714432, 1.747956, -0.247594), - normal: (-0.433119, -0.541143, -0.720814), }, - Vertex { position: (-2.079597, 1.817785, -0.138375), - normal: (0.088769, -0.475351, -0.875307), }, - Vertex { position: (-1.683863, 1.789041, -0.121501), - normal: (-0.387895, -0.42081, -0.820034), }, - Vertex { position: (-1.744732, 1.734849, -0.433807), - normal: (-0.455057, -0.684123, -0.569999), }, - Vertex { position: (-2.137524, 1.753182, -0.433142), - normal: (0.093801, -0.705497, -0.702478), }, - Vertex { position: (-2.10017, 1.78998, -0.229245), - normal: (0.099302, -0.563694, -0.819993), }, - Vertex { position: (-1.744732, 1.734849, -0.433807), - normal: (-0.455057, -0.684123, -0.569999), }, - Vertex { position: (-2.10017, 1.78998, -0.229245), - normal: (0.099302, -0.563694, -0.819993), }, - Vertex { position: (-1.714432, 1.747956, -0.247594), - normal: (-0.433119, -0.541143, -0.720814), }, - Vertex { position: (-1.929731, 1.617188, -0.80639), - normal: (-0.084259, -0.367691, -0.926123), }, - Vertex { position: (-2.172139, 1.62301, -0.805318), - normal: (0.058028, -0.329667, -0.942312), }, - Vertex { position: (-2.137524, 1.753182, -0.433142), - normal: (0.093801, -0.705497, -0.702478), }, - Vertex { position: (-1.929731, 1.617188, -0.80639), - normal: (-0.084259, -0.367691, -0.926123), }, - Vertex { position: (-2.137524, 1.753182, -0.433142), - normal: (0.093801, -0.705497, -0.702478), }, - Vertex { position: (-1.744732, 1.734849, -0.433807), - normal: (-0.455057, -0.684123, -0.569999), }, - Vertex { position: (-1.996117, 1.387891, -1.064104), - normal: (0.061261, 0.954316, -0.292452), }, - Vertex { position: (-2.205791, 1.356023, -1.081662), - normal: (0.096347, 0.961203, -0.258467), }, - Vertex { position: (-2.172139, 1.62301, -0.805318), - normal: (0.058028, -0.329667, -0.942312), }, - Vertex { position: (-1.996117, 1.387891, -1.064104), - normal: (0.061261, 0.954316, -0.292452), }, - Vertex { position: (-2.172139, 1.62301, -0.805318), - normal: (0.058028, -0.329667, -0.942312), }, - Vertex { position: (-1.929731, 1.617188, -0.80639), - normal: (-0.084259, -0.367691, -0.926123), }, - Vertex { position: (-1.980388, 1.134038, -1.143196), - normal: (0.076969, 0.969253, -0.233719), }, - Vertex { position: (-2.296056, 1.06281, -1.171139), - normal: (0.098712, 0.966371, -0.23745), }, - Vertex { position: (-2.205791, 1.356023, -1.081662), - normal: (0.096347, 0.961203, -0.258467), }, - Vertex { position: (-1.980388, 1.134038, -1.143196), - normal: (0.076969, 0.969253, -0.233719), }, - Vertex { position: (-2.205791, 1.356023, -1.081662), - normal: (0.096347, 0.961203, -0.258467), }, - Vertex { position: (-1.996117, 1.387891, -1.064104), - normal: (0.061261, 0.954316, -0.292452), }, - Vertex { position: (-2.013663, 0.810726, -1.158827), - normal: (0.057779, 0.975002, -0.214553), }, - Vertex { position: (-2.298249, 0.768333, -1.203884), - normal: (0.079848, 0.962653, -0.258695), }, - Vertex { position: (-2.296056, 1.06281, -1.171139), - normal: (0.098712, 0.966371, -0.23745), }, - Vertex { position: (-2.013663, 0.810726, -1.158827), - normal: (0.057779, 0.975002, -0.214553), }, - Vertex { position: (-2.296056, 1.06281, -1.171139), - normal: (0.098712, 0.966371, -0.23745), }, - Vertex { position: (-1.980388, 1.134038, -1.143196), - normal: (0.076969, 0.969253, -0.233719), }, - Vertex { position: (-2.030191, 0.547622, -1.189762), - normal: (-0.021294, 0.896295, -0.442946), }, - Vertex { position: (-2.256285, 0.547326, -1.238301), - normal: (0.031476, 0.864418, -0.501788), }, - Vertex { position: (-2.298249, 0.768333, -1.203884), - normal: (0.079848, 0.962653, -0.258695), }, - Vertex { position: (-2.030191, 0.547622, -1.189762), - normal: (-0.021294, 0.896295, -0.442946), }, - Vertex { position: (-2.298249, 0.768333, -1.203884), - normal: (0.079848, 0.962653, -0.258695), }, - Vertex { position: (-2.013663, 0.810726, -1.158827), - normal: (0.057779, 0.975002, -0.214553), }, - Vertex { position: (-2.021159, 0.411979, -1.234679), - normal: (-0.072244, 0.618144, -0.782738), }, - Vertex { position: (-2.1584, 0.381542, -1.272962), - normal: (-0.004377, 0.58747, -0.809234), }, - Vertex { position: (-2.256285, 0.547326, -1.238301), - normal: (0.031476, 0.864418, -0.501788), }, - Vertex { position: (-2.021159, 0.411979, -1.234679), - normal: (-0.072244, 0.618144, -0.782738), }, - Vertex { position: (-2.256285, 0.547326, -1.238301), - normal: (0.031476, 0.864418, -0.501788), }, - Vertex { position: (-2.030191, 0.547622, -1.189762), - normal: (-0.021294, 0.896295, -0.442946), }, - Vertex { position: (-1.932916, 0.232972, -1.304589), - normal: (-0.038944, 0.247819, -0.968023), }, - Vertex { position: (-2.070413, 0.207766, -1.335106), - normal: (0.044022, 0.273891, -0.960753), }, - Vertex { position: (-2.1584, 0.381542, -1.272962), - normal: (-0.004377, 0.58747, -0.809234), }, - Vertex { position: (-1.932916, 0.232972, -1.304589), - normal: (-0.038944, 0.247819, -0.968023), }, - Vertex { position: (-2.1584, 0.381542, -1.272962), - normal: (-0.004377, 0.58747, -0.809234), }, - Vertex { position: (-2.021159, 0.411979, -1.234679), - normal: (-0.072244, 0.618144, -0.782738), }, - Vertex { position: (-1.897394, 0.037852, -1.365798), - normal: (-0.00315, 0.115338, -0.993321), }, - Vertex { position: (-2.064786, 0.018789, -1.411866), - normal: (0.136965, 0.155729, -0.978258), }, - Vertex { position: (-2.070413, 0.207766, -1.335106), - normal: (0.044022, 0.273891, -0.960753), }, - Vertex { position: (-1.897394, 0.037852, -1.365798), - normal: (-0.00315, 0.115338, -0.993321), }, - Vertex { position: (-2.070413, 0.207766, -1.335106), - normal: (0.044022, 0.273891, -0.960753), }, - Vertex { position: (-1.932916, 0.232972, -1.304589), - normal: (-0.038944, 0.247819, -0.968023), }, - Vertex { position: (-1.950547, -0.275573, -1.377028), - normal: (0.016683, 0.197618, -0.980137), }, - Vertex { position: (-2.187634, -0.375454, -1.406902), - normal: (0.173447, 0.205435, -0.963178), }, - Vertex { position: (-2.064786, 0.018789, -1.411866), - normal: (0.136965, 0.155729, -0.978258), }, - Vertex { position: (-1.950547, -0.275573, -1.377028), - normal: (0.016683, 0.197618, -0.980137), }, - Vertex { position: (-2.064786, 0.018789, -1.411866), - normal: (0.136965, 0.155729, -0.978258), }, - Vertex { position: (-1.897394, 0.037852, -1.365798), - normal: (-0.00315, 0.115338, -0.993321), }, - Vertex { position: (-2.033655, -0.526012, -1.277639), - normal: (0.032424, 0.316591, -0.948008), }, - Vertex { position: (-2.276341, -0.689823, -1.268026), - normal: (0.136801, 0.29658, -0.945159), }, - Vertex { position: (-2.187634, -0.375454, -1.406902), - normal: (0.173447, 0.205435, -0.963178), }, - Vertex { position: (-2.033655, -0.526012, -1.277639), - normal: (0.032424, 0.316591, -0.948008), }, - Vertex { position: (-2.187634, -0.375454, -1.406902), - normal: (0.173447, 0.205435, -0.963178), }, - Vertex { position: (-1.950547, -0.275573, -1.377028), - normal: (0.016683, 0.197618, -0.980137), }, - Vertex { position: (-2.050292, -0.755566, -1.114167), - normal: (0.053195, 0.343167, -0.937767), }, - Vertex { position: (-2.292049, -0.933921, -1.128136), - normal: (0.095019, 0.330845, -0.938889), }, - Vertex { position: (-2.276341, -0.689823, -1.268026), - normal: (0.136801, 0.29658, -0.945159), }, - Vertex { position: (-2.050292, -0.755566, -1.114167), - normal: (0.053195, 0.343167, -0.937767), }, - Vertex { position: (-2.276341, -0.689823, -1.268026), - normal: (0.136801, 0.29658, -0.945159), }, - Vertex { position: (-2.033655, -0.526012, -1.277639), - normal: (0.032424, 0.316591, -0.948008), }, - Vertex { position: (-2.043593, -0.875823, -1.028879), - normal: (0.057735, 0.173734, -0.983099), }, - Vertex { position: (-2.299356, -1.025449, -1.044687), - normal: (0.53288, -0.088285, 0.841573), }, - Vertex { position: (-2.292049, -0.933921, -1.128136), - normal: (0.095019, 0.330845, -0.938889), }, - Vertex { position: (-2.043593, -0.875823, -1.028879), - normal: (0.057735, 0.173734, -0.983099), }, - Vertex { position: (-2.292049, -0.933921, -1.128136), - normal: (0.095019, 0.330845, -0.938889), }, - Vertex { position: (-2.050292, -0.755566, -1.114167), - normal: (0.053195, 0.343167, -0.937767), }, - Vertex { position: (-2.033406, -0.91003, -0.96422), - normal: (0.058723, -0.195869, -0.97887), }, - Vertex { position: (-2.306662, -1.116976, -0.961238), - normal: (0.07657, 0.16758, -0.982881), }, - Vertex { position: (-2.299356, -1.025449, -1.044687), - normal: (0.53288, -0.088285, 0.841573), }, - Vertex { position: (-2.033406, -0.91003, -0.96422), - normal: (0.058723, -0.195869, -0.97887), }, - Vertex { position: (-2.299356, -1.025449, -1.044687), - normal: (0.53288, -0.088285, 0.841573), }, - Vertex { position: (-2.043593, -0.875823, -1.028879), - normal: (0.057735, 0.173734, -0.983099), }, - Vertex { position: (-2.079597, 1.817785, -0.138375), - normal: (0.088769, -0.475351, -0.875307), }, - Vertex { position: (-2.672899, 1.90511, -0.067168), - normal: (0.079214, -0.175111, -0.981357), }, - Vertex { position: (-2.629466, 1.918204, 0.0), - normal: (0.03611, 0.999348, 0.0), }, - Vertex { position: (-2.079597, 1.817785, -0.138375), - normal: (0.088769, -0.475351, -0.875307), }, - Vertex { position: (-2.629466, 1.918204, 0.0), - normal: (0.03611, 0.999348, 0.0), }, - Vertex { position: (-2.057387, 1.841308, 0.0), - normal: (0.181762, -0.983343, 0.0), }, - Vertex { position: (-2.10017, 1.78998, -0.229245), - normal: (0.099302, -0.563694, -0.819993), }, - Vertex { position: (-2.697367, 1.871291, -0.218796), - normal: (0.204115, -0.405276, -0.891116), }, - Vertex { position: (-2.672899, 1.90511, -0.067168), - normal: (0.079214, -0.175111, -0.981357), }, - Vertex { position: (-2.10017, 1.78998, -0.229245), - normal: (0.099302, -0.563694, -0.819993), }, - Vertex { position: (-2.672899, 1.90511, -0.067168), - normal: (0.079214, -0.175111, -0.981357), }, - Vertex { position: (-2.079597, 1.817785, -0.138375), - normal: (0.088769, -0.475351, -0.875307), }, - Vertex { position: (-2.137524, 1.753182, -0.433142), - normal: (0.093801, -0.705497, -0.702478), }, - Vertex { position: (-2.703112, 1.825435, -0.395127), - normal: (0.396045, -0.47666, -0.784821), }, - Vertex { position: (-2.697367, 1.871291, -0.218796), - normal: (0.204115, -0.405276, -0.891116), }, - Vertex { position: (-2.137524, 1.753182, -0.433142), - normal: (0.093801, -0.705497, -0.702478), }, - Vertex { position: (-2.697367, 1.871291, -0.218796), - normal: (0.204115, -0.405276, -0.891116), }, - Vertex { position: (-2.10017, 1.78998, -0.229245), - normal: (0.099302, -0.563694, -0.819993), }, - Vertex { position: (-2.172139, 1.62301, -0.805318), - normal: (0.058028, -0.329667, -0.942312), }, - Vertex { position: (-2.715246, 1.746763, -0.604653), - normal: (0.238702, -0.258568, -0.936037), }, - Vertex { position: (-2.703112, 1.825435, -0.395127), - normal: (0.396045, -0.47666, -0.784821), }, - Vertex { position: (-2.172139, 1.62301, -0.805318), - normal: (0.058028, -0.329667, -0.942312), }, - Vertex { position: (-2.703112, 1.825435, -0.395127), - normal: (0.396045, -0.47666, -0.784821), }, - Vertex { position: (-2.137524, 1.753182, -0.433142), - normal: (0.093801, -0.705497, -0.702478), }, - Vertex { position: (-2.205791, 1.356023, -1.081662), - normal: (0.096347, 0.961203, -0.258467), }, - Vertex { position: (-2.71748, 1.576797, -0.875971), - normal: (0.11717, 0.938619, -0.324447), }, - Vertex { position: (-2.715246, 1.746763, -0.604653), - normal: (0.238702, -0.258568, -0.936037), }, - Vertex { position: (-2.205791, 1.356023, -1.081662), - normal: (0.096347, 0.961203, -0.258467), }, - Vertex { position: (-2.715246, 1.746763, -0.604653), - normal: (0.238702, -0.258568, -0.936037), }, - Vertex { position: (-2.172139, 1.62301, -0.805318), - normal: (0.058028, -0.329667, -0.942312), }, - Vertex { position: (-2.296056, 1.06281, -1.171139), - normal: (0.098712, 0.966371, -0.23745), }, - Vertex { position: (-2.68493, 1.262021, -1.11049), - normal: (0.080398, 0.9582, -0.274571), }, - Vertex { position: (-2.71748, 1.576797, -0.875971), - normal: (0.11717, 0.938619, -0.324447), }, - Vertex { position: (-2.296056, 1.06281, -1.171139), - normal: (0.098712, 0.966371, -0.23745), }, - Vertex { position: (-2.71748, 1.576797, -0.875971), - normal: (0.11717, 0.938619, -0.324447), }, - Vertex { position: (-2.205791, 1.356023, -1.081662), - normal: (0.096347, 0.961203, -0.258467), }, - Vertex { position: (-2.298249, 0.768333, -1.203884), - normal: (0.079848, 0.962653, -0.258695), }, - Vertex { position: (-2.572286, 0.835495, -1.252192), - normal: (0.069061, 0.958871, -0.275312), }, - Vertex { position: (-2.68493, 1.262021, -1.11049), - normal: (0.080398, 0.9582, -0.274571), }, - Vertex { position: (-2.298249, 0.768333, -1.203884), - normal: (0.079848, 0.962653, -0.258695), }, - Vertex { position: (-2.68493, 1.262021, -1.11049), - normal: (0.080398, 0.9582, -0.274571), }, - Vertex { position: (-2.296056, 1.06281, -1.171139), - normal: (0.098712, 0.966371, -0.23745), }, - Vertex { position: (-2.256285, 0.547326, -1.238301), - normal: (0.031476, 0.864418, -0.501788), }, - Vertex { position: (-2.536112, 0.656633, -1.269661), - normal: (0.051291, 0.888276, -0.456438), }, - Vertex { position: (-2.572286, 0.835495, -1.252192), - normal: (0.069061, 0.958871, -0.275312), }, - Vertex { position: (-2.256285, 0.547326, -1.238301), - normal: (0.031476, 0.864418, -0.501788), }, - Vertex { position: (-2.572286, 0.835495, -1.252192), - normal: (0.069061, 0.958871, -0.275312), }, - Vertex { position: (-2.298249, 0.768333, -1.203884), - normal: (0.079848, 0.962653, -0.258695), }, - Vertex { position: (-2.1584, 0.381542, -1.272962), - normal: (-0.004377, 0.58747, -0.809234), }, - Vertex { position: (-2.520947, 0.559036, -1.273617), - normal: (-0.008282, 0.691944, -0.721904), }, - Vertex { position: (-2.536112, 0.656633, -1.269661), - normal: (0.051291, 0.888276, -0.456438), }, - Vertex { position: (-2.1584, 0.381542, -1.272962), - normal: (-0.004377, 0.58747, -0.809234), }, - Vertex { position: (-2.536112, 0.656633, -1.269661), - normal: (0.051291, 0.888276, -0.456438), }, - Vertex { position: (-2.256285, 0.547326, -1.238301), - normal: (0.031476, 0.864418, -0.501788), }, - Vertex { position: (-2.070413, 0.207766, -1.335106), - normal: (0.044022, 0.273891, -0.960753), }, - Vertex { position: (-2.47375, 0.300945, -1.316695), - normal: (-0.0448, 0.42163, -0.905661), }, - Vertex { position: (-2.520947, 0.559036, -1.273617), - normal: (-0.008282, 0.691944, -0.721904), }, - Vertex { position: (-2.070413, 0.207766, -1.335106), - normal: (0.044022, 0.273891, -0.960753), }, - Vertex { position: (-2.520947, 0.559036, -1.273617), - normal: (-0.008282, 0.691944, -0.721904), }, - Vertex { position: (-2.1584, 0.381542, -1.272962), - normal: (-0.004377, 0.58747, -0.809234), }, - Vertex { position: (-2.064786, 0.018789, -1.411866), - normal: (0.136965, 0.155729, -0.978258), }, - Vertex { position: (-2.433366, 0.078222, -1.371269), - normal: (-0.02449, 0.224062, -0.974267), }, - Vertex { position: (-2.47375, 0.300945, -1.316695), - normal: (-0.0448, 0.42163, -0.905661), }, - Vertex { position: (-2.064786, 0.018789, -1.411866), - normal: (0.136965, 0.155729, -0.978258), }, - Vertex { position: (-2.47375, 0.300945, -1.316695), - normal: (-0.0448, 0.42163, -0.905661), }, - Vertex { position: (-2.070413, 0.207766, -1.335106), - normal: (0.044022, 0.273891, -0.960753), }, - Vertex { position: (-2.187634, -0.375454, -1.406902), - normal: (0.173447, 0.205435, -0.963178), }, - Vertex { position: (-2.41473, -0.108377, -1.395384), - normal: (-0.017579, 0.132168, -0.991072), }, - Vertex { position: (-2.433366, 0.078222, -1.371269), - normal: (-0.02449, 0.224062, -0.974267), }, - Vertex { position: (-2.187634, -0.375454, -1.406902), - normal: (0.173447, 0.205435, -0.963178), }, - Vertex { position: (-2.433366, 0.078222, -1.371269), - normal: (-0.02449, 0.224062, -0.974267), }, - Vertex { position: (-2.064786, 0.018789, -1.411866), - normal: (0.136965, 0.155729, -0.978258), }, - Vertex { position: (-2.276341, -0.689823, -1.268026), - normal: (0.136801, 0.29658, -0.945159), }, - Vertex { position: (-2.38292, -0.41745, -1.375045), - normal: (-0.055858, 0.145868, -0.987726), }, - Vertex { position: (-2.41473, -0.108377, -1.395384), - normal: (-0.017579, 0.132168, -0.991072), }, - Vertex { position: (-2.276341, -0.689823, -1.268026), - normal: (0.136801, 0.29658, -0.945159), }, - Vertex { position: (-2.41473, -0.108377, -1.395384), - normal: (-0.017579, 0.132168, -0.991072), }, - Vertex { position: (-2.187634, -0.375454, -1.406902), - normal: (0.173447, 0.205435, -0.963178), }, - Vertex { position: (-2.292049, -0.933921, -1.128136), - normal: (0.095019, 0.330845, -0.938889), }, - Vertex { position: (-2.430508, -0.822313, -1.254486), - normal: (-0.115746, 0.20405, -0.972094), }, - Vertex { position: (-2.38292, -0.41745, -1.375045), - normal: (-0.055858, 0.145868, -0.987726), }, - Vertex { position: (-2.292049, -0.933921, -1.128136), - normal: (0.095019, 0.330845, -0.938889), }, - Vertex { position: (-2.38292, -0.41745, -1.375045), - normal: (-0.055858, 0.145868, -0.987726), }, - Vertex { position: (-2.276341, -0.689823, -1.268026), - normal: (0.136801, 0.29658, -0.945159), }, - Vertex { position: (-2.299356, -1.025449, -1.044687), - normal: (0.53288, -0.088285, 0.841573), }, - Vertex { position: (-2.566746, -1.211312, -1.167101), - normal: (-0.164191, 0.153328, -0.974439), }, - Vertex { position: (-2.430508, -0.822313, -1.254486), - normal: (-0.115746, 0.20405, -0.972094), }, - Vertex { position: (-2.299356, -1.025449, -1.044687), - normal: (0.53288, -0.088285, 0.841573), }, - Vertex { position: (-2.430508, -0.822313, -1.254486), - normal: (-0.115746, 0.20405, -0.972094), }, - Vertex { position: (-2.292049, -0.933921, -1.128136), - normal: (0.095019, 0.330845, -0.938889), }, - Vertex { position: (-2.672899, 1.90511, -0.067168), - normal: (0.079214, -0.175111, -0.981357), }, - Vertex { position: (-3.053102, 1.96881, -0.051104), - normal: (0.005821, -0.234321, -0.972142), }, - Vertex { position: (-3.037562, 2.001526, 0.0), - normal: (0.012502, -0.999922, 0.0), }, - Vertex { position: (-2.672899, 1.90511, -0.067168), - normal: (0.079214, -0.175111, -0.981357), }, - Vertex { position: (-3.037562, 2.001526, 0.0), - normal: (0.012502, -0.999922, 0.0), }, - Vertex { position: (-2.629466, 1.918204, 0.0), - normal: (0.03611, 0.999348, 0.0), }, - Vertex { position: (-2.697367, 1.871291, -0.218796), - normal: (0.204115, -0.405276, -0.891116), }, - Vertex { position: (-3.077669, 1.871112, -0.217368), - normal: (0.243464, -0.335965, -0.909864), }, - Vertex { position: (-3.053102, 1.96881, -0.051104), - normal: (0.005821, -0.234321, -0.972142), }, - Vertex { position: (-2.697367, 1.871291, -0.218796), - normal: (0.204115, -0.405276, -0.891116), }, - Vertex { position: (-3.053102, 1.96881, -0.051104), - normal: (0.005821, -0.234321, -0.972142), }, - Vertex { position: (-2.672899, 1.90511, -0.067168), - normal: (0.079214, -0.175111, -0.981357), }, - Vertex { position: (-2.703112, 1.825435, -0.395127), - normal: (0.396045, -0.47666, -0.784821), }, - Vertex { position: (-3.07531, 1.846, -0.363149), - normal: (0.49938, -0.45475, -0.737443), }, - Vertex { position: (-3.077669, 1.871112, -0.217368), - normal: (0.243464, -0.335965, -0.909864), }, - Vertex { position: (-2.703112, 1.825435, -0.395127), - normal: (0.396045, -0.47666, -0.784821), }, - Vertex { position: (-3.077669, 1.871112, -0.217368), - normal: (0.243464, -0.335965, -0.909864), }, - Vertex { position: (-2.697367, 1.871291, -0.218796), - normal: (0.204115, -0.405276, -0.891116), }, - Vertex { position: (-2.715246, 1.746763, -0.604653), - normal: (0.238702, -0.258568, -0.936037), }, - Vertex { position: (-3.109047, 1.789477, -0.565323), - normal: (0.573426, -0.441087, -0.69038), }, - Vertex { position: (-3.07531, 1.846, -0.363149), - normal: (0.49938, -0.45475, -0.737443), }, - Vertex { position: (-2.715246, 1.746763, -0.604653), - normal: (0.238702, -0.258568, -0.936037), }, - Vertex { position: (-3.07531, 1.846, -0.363149), - normal: (0.49938, -0.45475, -0.737443), }, - Vertex { position: (-2.703112, 1.825435, -0.395127), - normal: (0.396045, -0.47666, -0.784821), }, - Vertex { position: (-2.71748, 1.576797, -0.875971), - normal: (0.11717, 0.938619, -0.324447), }, - Vertex { position: (-3.08565, 1.65734, -0.784479), - normal: (0.1643, 0.873906, -0.457487), }, - Vertex { position: (-3.109047, 1.789477, -0.565323), - normal: (0.573426, -0.441087, -0.69038), }, - Vertex { position: (-2.71748, 1.576797, -0.875971), - normal: (0.11717, 0.938619, -0.324447), }, - Vertex { position: (-3.109047, 1.789477, -0.565323), - normal: (0.573426, -0.441087, -0.69038), }, - Vertex { position: (-2.715246, 1.746763, -0.604653), - normal: (0.238702, -0.258568, -0.936037), }, - Vertex { position: (-2.68493, 1.262021, -1.11049), - normal: (0.080398, 0.9582, -0.274571), }, - Vertex { position: (-3.028932, 1.461517, -0.941324), - normal: (-0.012448, 0.906487, -0.422051), }, - Vertex { position: (-3.08565, 1.65734, -0.784479), - normal: (0.1643, 0.873906, -0.457487), }, - Vertex { position: (-2.68493, 1.262021, -1.11049), - normal: (0.080398, 0.9582, -0.274571), }, - Vertex { position: (-3.08565, 1.65734, -0.784479), - normal: (0.1643, 0.873906, -0.457487), }, - Vertex { position: (-2.71748, 1.576797, -0.875971), - normal: (0.11717, 0.938619, -0.324447), }, - Vertex { position: (-2.572286, 0.835495, -1.252192), - normal: (0.069061, 0.958871, -0.275312), }, - Vertex { position: (-2.930312, 1.10358, -1.125876), - normal: (-0.051905, 0.965082, -0.256753), }, - Vertex { position: (-3.028932, 1.461517, -0.941324), - normal: (-0.012448, 0.906487, -0.422051), }, - Vertex { position: (-2.572286, 0.835495, -1.252192), - normal: (0.069061, 0.958871, -0.275312), }, - Vertex { position: (-3.028932, 1.461517, -0.941324), - normal: (-0.012448, 0.906487, -0.422051), }, - Vertex { position: (-2.68493, 1.262021, -1.11049), - normal: (0.080398, 0.9582, -0.274571), }, - Vertex { position: (-2.536112, 0.656633, -1.269661), - normal: (0.051291, 0.888276, -0.456438), }, - Vertex { position: (-2.825835, 0.755899, -1.209042), - normal: (-0.088843, 0.888, -0.45118), }, - Vertex { position: (-2.930312, 1.10358, -1.125876), - normal: (-0.051905, 0.965082, -0.256753), }, - Vertex { position: (-2.536112, 0.656633, -1.269661), - normal: (0.051291, 0.888276, -0.456438), }, - Vertex { position: (-2.930312, 1.10358, -1.125876), - normal: (-0.051905, 0.965082, -0.256753), }, - Vertex { position: (-2.572286, 0.835495, -1.252192), - normal: (0.069061, 0.958871, -0.275312), }, - Vertex { position: (-2.520947, 0.559036, -1.273617), - normal: (-0.008282, 0.691944, -0.721904), }, - Vertex { position: (-2.79063, 0.46881, -1.224273), - normal: (-0.169971, 0.704712, -0.688833), }, - Vertex { position: (-2.825835, 0.755899, -1.209042), - normal: (-0.088843, 0.888, -0.45118), }, - Vertex { position: (-2.520947, 0.559036, -1.273617), - normal: (-0.008282, 0.691944, -0.721904), }, - Vertex { position: (-2.825835, 0.755899, -1.209042), - normal: (-0.088843, 0.888, -0.45118), }, - Vertex { position: (-2.536112, 0.656633, -1.269661), - normal: (0.051291, 0.888276, -0.456438), }, - Vertex { position: (-2.47375, 0.300945, -1.316695), - normal: (-0.0448, 0.42163, -0.905661), }, - Vertex { position: (-2.787011, 0.264495, -1.237352), - normal: (-0.261543, 0.44691, -0.855492), }, - Vertex { position: (-2.79063, 0.46881, -1.224273), - normal: (-0.169971, 0.704712, -0.688833), }, - Vertex { position: (-2.47375, 0.300945, -1.316695), - normal: (-0.0448, 0.42163, -0.905661), }, - Vertex { position: (-2.79063, 0.46881, -1.224273), - normal: (-0.169971, 0.704712, -0.688833), }, - Vertex { position: (-2.520947, 0.559036, -1.273617), - normal: (-0.008282, 0.691944, -0.721904), }, - Vertex { position: (-2.433366, 0.078222, -1.371269), - normal: (-0.02449, 0.224062, -0.974267), }, - Vertex { position: (-2.687022, 0.076781, -1.290565), - normal: (-0.33898, 0.203127, -0.918603), }, - Vertex { position: (-2.787011, 0.264495, -1.237352), - normal: (-0.261543, 0.44691, -0.855492), }, - Vertex { position: (-2.433366, 0.078222, -1.371269), - normal: (-0.02449, 0.224062, -0.974267), }, - Vertex { position: (-2.787011, 0.264495, -1.237352), - normal: (-0.261543, 0.44691, -0.855492), }, - Vertex { position: (-2.47375, 0.300945, -1.316695), - normal: (-0.0448, 0.42163, -0.905661), }, - Vertex { position: (-2.41473, -0.108377, -1.395384), - normal: (-0.017579, 0.132168, -0.991072), }, - Vertex { position: (-2.649338, -0.241719, -1.339644), - normal: (-0.351241, 0.075821, -0.93321), }, - Vertex { position: (-2.687022, 0.076781, -1.290565), - normal: (-0.33898, 0.203127, -0.918603), }, - Vertex { position: (-2.41473, -0.108377, -1.395384), - normal: (-0.017579, 0.132168, -0.991072), }, - Vertex { position: (-2.687022, 0.076781, -1.290565), - normal: (-0.33898, 0.203127, -0.918603), }, - Vertex { position: (-2.433366, 0.078222, -1.371269), - normal: (-0.02449, 0.224062, -0.974267), }, - Vertex { position: (-2.38292, -0.41745, -1.375045), - normal: (-0.055858, 0.145868, -0.987726), }, - Vertex { position: (-2.616467, -0.511373, -1.344133), - normal: (-0.311485, 0.082882, -0.94663), }, - Vertex { position: (-2.649338, -0.241719, -1.339644), - normal: (-0.351241, 0.075821, -0.93321), }, - Vertex { position: (-2.38292, -0.41745, -1.375045), - normal: (-0.055858, 0.145868, -0.987726), }, - Vertex { position: (-2.649338, -0.241719, -1.339644), - normal: (-0.351241, 0.075821, -0.93321), }, - Vertex { position: (-2.41473, -0.108377, -1.395384), - normal: (-0.017579, 0.132168, -0.991072), }, - Vertex { position: (-2.430508, -0.822313, -1.254486), - normal: (-0.115746, 0.20405, -0.972094), }, - Vertex { position: (-2.624856, -0.8882, -1.261176), - normal: (-0.285709, 0.130064, -0.949449), }, - Vertex { position: (-2.616467, -0.511373, -1.344133), - normal: (-0.311485, 0.082882, -0.94663), }, - Vertex { position: (-2.430508, -0.822313, -1.254486), - normal: (-0.115746, 0.20405, -0.972094), }, - Vertex { position: (-2.616467, -0.511373, -1.344133), - normal: (-0.311485, 0.082882, -0.94663), }, - Vertex { position: (-2.38292, -0.41745, -1.375045), - normal: (-0.055858, 0.145868, -0.987726), }, - Vertex { position: (-2.566746, -1.211312, -1.167101), - normal: (-0.164191, 0.153328, -0.974439), }, - Vertex { position: (-2.725776, -1.214862, -1.190384), - normal: (-0.279485, 0.127803, -0.951606), }, - Vertex { position: (-2.624856, -0.8882, -1.261176), - normal: (-0.285709, 0.130064, -0.949449), }, - Vertex { position: (-2.566746, -1.211312, -1.167101), - normal: (-0.164191, 0.153328, -0.974439), }, - Vertex { position: (-2.624856, -0.8882, -1.261176), - normal: (-0.285709, 0.130064, -0.949449), }, - Vertex { position: (-2.430508, -0.822313, -1.254486), - normal: (-0.115746, 0.20405, -0.972094), }, - Vertex { position: (-2.765069, -1.561164, -1.084313), - normal: (-0.15812, -0.033626, -0.986847), }, - Vertex { position: (-2.862576, -1.546894, -1.117139), - normal: (-0.234266, 0.044111, -0.971171), }, - Vertex { position: (-2.725776, -1.214862, -1.190384), - normal: (-0.279485, 0.127803, -0.951606), }, - Vertex { position: (-2.765069, -1.561164, -1.084313), - normal: (-0.15812, -0.033626, -0.986847), }, - Vertex { position: (-2.725776, -1.214862, -1.190384), - normal: (-0.279485, 0.127803, -0.951606), }, - Vertex { position: (-2.566746, -1.211312, -1.167101), - normal: (-0.164191, 0.153328, -0.974439), }, - Vertex { position: (-3.35851, 1.810253, -0.380095), - normal: (-0.108631, -0.122719, -0.986478), }, - Vertex { position: (-3.519716, 1.685231, -0.31713), - normal: (-0.379807, -0.084066, -0.921238), }, - Vertex { position: (-3.507689, 1.700214, 0.0), - normal: (-0.153783, -0.988105, 0.0), }, - Vertex { position: (-3.35851, 1.810253, -0.380095), - normal: (-0.108631, -0.122719, -0.986478), }, - Vertex { position: (-3.507689, 1.700214, 0.0), - normal: (-0.153783, -0.988105, 0.0), }, - Vertex { position: (-3.392806, 1.769365, 0.0), - normal: (0.072535, 0.997366, 0.0), }, - Vertex { position: (-3.395381, 1.726325, -0.55477), - normal: (-0.006683, -0.232823, -0.972496), }, - Vertex { position: (-3.527168, 1.583508, -0.512679), - normal: (-0.373751, -0.169261, -0.911954), }, - Vertex { position: (-3.519716, 1.685231, -0.31713), - normal: (-0.379807, -0.084066, -0.921238), }, - Vertex { position: (-3.395381, 1.726325, -0.55477), - normal: (-0.006683, -0.232823, -0.972496), }, - Vertex { position: (-3.519716, 1.685231, -0.31713), - normal: (-0.379807, -0.084066, -0.921238), }, - Vertex { position: (-3.35851, 1.810253, -0.380095), - normal: (-0.108631, -0.122719, -0.986478), }, - Vertex { position: (-3.338742, 1.598933, -0.689636), - normal: (-0.004872, -0.216103, -0.976358), }, - Vertex { position: (-3.512997, 1.44805, -0.611386), - normal: (-0.426971, -0.09322, -0.899447), }, - Vertex { position: (-3.527168, 1.583508, -0.512679), - normal: (-0.373751, -0.169261, -0.911954), }, - Vertex { position: (-3.338742, 1.598933, -0.689636), - normal: (-0.004872, -0.216103, -0.976358), }, - Vertex { position: (-3.527168, 1.583508, -0.512679), - normal: (-0.373751, -0.169261, -0.911954), }, - Vertex { position: (-3.395381, 1.726325, -0.55477), - normal: (-0.006683, -0.232823, -0.972496), }, - Vertex { position: (-3.27808, 1.432418, -0.853958), - normal: (0.193955, -0.251788, -0.948148), }, - Vertex { position: (-3.476235, 1.287798, -0.704766), - normal: (-0.457657, 0.090776, -0.884483), }, - Vertex { position: (-3.512997, 1.44805, -0.611386), - normal: (-0.426971, -0.09322, -0.899447), }, - Vertex { position: (-3.27808, 1.432418, -0.853958), - normal: (0.193955, -0.251788, -0.948148), }, - Vertex { position: (-3.512997, 1.44805, -0.611386), - normal: (-0.426971, -0.09322, -0.899447), }, - Vertex { position: (-3.338742, 1.598933, -0.689636), - normal: (-0.004872, -0.216103, -0.976358), }, - Vertex { position: (-3.244771, 1.19554, -0.910945), - normal: (-0.337275, 0.918092, -0.208215), }, - Vertex { position: (-3.442151, 1.105486, -0.762934), - normal: (-0.575033, 0.794917, -0.193504), }, - Vertex { position: (-3.476235, 1.287798, -0.704766), - normal: (-0.457657, 0.090776, -0.884483), }, - Vertex { position: (-3.244771, 1.19554, -0.910945), - normal: (-0.337275, 0.918092, -0.208215), }, - Vertex { position: (-3.476235, 1.287798, -0.704766), - normal: (-0.457657, 0.090776, -0.884483), }, - Vertex { position: (-3.27808, 1.432418, -0.853958), - normal: (0.193955, -0.251788, -0.948148), }, - Vertex { position: (-3.19641, 0.797564, -0.985913), - normal: (-0.47652, 0.732046, -0.486866), }, - Vertex { position: (-3.379131, 0.767915, -0.885996), - normal: (-0.636638, 0.552106, -0.538397), }, - Vertex { position: (-3.442151, 1.105486, -0.762934), - normal: (-0.575033, 0.794917, -0.193504), }, - Vertex { position: (-3.19641, 0.797564, -0.985913), - normal: (-0.47652, 0.732046, -0.486866), }, - Vertex { position: (-3.442151, 1.105486, -0.762934), - normal: (-0.575033, 0.794917, -0.193504), }, - Vertex { position: (-3.244771, 1.19554, -0.910945), - normal: (-0.337275, 0.918092, -0.208215), }, - Vertex { position: (-3.112555, 0.457376, -1.084816), - normal: (-0.505556, 0.519614, -0.688778), }, - Vertex { position: (-3.306875, 0.379713, -0.98762), - normal: (-0.643784, 0.341688, -0.684684), }, - Vertex { position: (-3.379131, 0.767915, -0.885996), - normal: (-0.636638, 0.552106, -0.538397), }, - Vertex { position: (-3.112555, 0.457376, -1.084816), - normal: (-0.505556, 0.519614, -0.688778), }, - Vertex { position: (-3.379131, 0.767915, -0.885996), - normal: (-0.636638, 0.552106, -0.538397), }, - Vertex { position: (-3.19641, 0.797564, -0.985913), - normal: (-0.47652, 0.732046, -0.486866), }, - Vertex { position: (-3.044646, 0.224321, -1.164934), - normal: (-0.539732, 0.31653, -0.780063), }, - Vertex { position: (-3.251181, 0.175063, -1.053445), - normal: (-0.646492, 0.202786, -0.735477), }, - Vertex { position: (-3.306875, 0.379713, -0.98762), - normal: (-0.643784, 0.341688, -0.684684), }, - Vertex { position: (-3.044646, 0.224321, -1.164934), - normal: (-0.539732, 0.31653, -0.780063), }, - Vertex { position: (-3.306875, 0.379713, -0.98762), - normal: (-0.643784, 0.341688, -0.684684), }, - Vertex { position: (-3.112555, 0.457376, -1.084816), - normal: (-0.505556, 0.519614, -0.688778), }, - Vertex { position: (-2.971546, 0.032038, -1.215971), - normal: (-0.545639, 0.142044, -0.825894), }, - Vertex { position: (-3.160225, -0.018852, -1.113626), - normal: (-0.624566, 0.121329, -0.77149), }, - Vertex { position: (-3.251181, 0.175063, -1.053445), - normal: (-0.646492, 0.202786, -0.735477), }, - Vertex { position: (-2.971546, 0.032038, -1.215971), - normal: (-0.545639, 0.142044, -0.825894), }, - Vertex { position: (-3.251181, 0.175063, -1.053445), - normal: (-0.646492, 0.202786, -0.735477), }, - Vertex { position: (-3.044646, 0.224321, -1.164934), - normal: (-0.539732, 0.31653, -0.780063), }, - Vertex { position: (-2.90708, -0.345582, -1.281557), - normal: (-0.512472, 0.102596, -0.852553), }, - Vertex { position: (-3.101125, -0.35476, -1.162409), - normal: (-0.588581, 0.130279, -0.797872), }, - Vertex { position: (-3.160225, -0.018852, -1.113626), - normal: (-0.624566, 0.121329, -0.77149), }, - Vertex { position: (-2.90708, -0.345582, -1.281557), - normal: (-0.512472, 0.102596, -0.852553), }, - Vertex { position: (-3.160225, -0.018852, -1.113626), - normal: (-0.624566, 0.121329, -0.77149), }, - Vertex { position: (-2.971546, 0.032038, -1.215971), - normal: (-0.545639, 0.142044, -0.825894), }, - Vertex { position: (-2.901159, -0.619504, -1.284058), - normal: (-0.449233, 0.123555, -0.88483), }, - Vertex { position: (-3.096267, -0.6681, -1.140081), - normal: (-0.553145, 0.12021, -0.824367), }, - Vertex { position: (-3.101125, -0.35476, -1.162409), - normal: (-0.588581, 0.130279, -0.797872), }, - Vertex { position: (-2.901159, -0.619504, -1.284058), - normal: (-0.449233, 0.123555, -0.88483), }, - Vertex { position: (-3.101125, -0.35476, -1.162409), - normal: (-0.588581, 0.130279, -0.797872), }, - Vertex { position: (-2.90708, -0.345582, -1.281557), - normal: (-0.512472, 0.102596, -0.852553), }, - Vertex { position: (-2.937658, -1.002749, -1.219413), - normal: (-0.404056, 0.117264, -0.907187), }, - Vertex { position: (-3.122061, -0.998702, -1.065015), - normal: (-0.547788, 0.055501, -0.834774), }, - Vertex { position: (-3.096267, -0.6681, -1.140081), - normal: (-0.553145, 0.12021, -0.824367), }, - Vertex { position: (-2.937658, -1.002749, -1.219413), - normal: (-0.404056, 0.117264, -0.907187), }, - Vertex { position: (-3.096267, -0.6681, -1.140081), - normal: (-0.553145, 0.12021, -0.824367), }, - Vertex { position: (-2.901159, -0.619504, -1.284058), - normal: (-0.449233, 0.123555, -0.88483), }, - Vertex { position: (-2.982676, -1.264649, -1.133596), - normal: (-0.387051, 0.087837, -0.917865), }, - Vertex { position: (-3.15021, -1.259588, -1.001021), - normal: (-0.563128, 0.005618, -0.826351), }, - Vertex { position: (-3.122061, -0.998702, -1.065015), - normal: (-0.547788, 0.055501, -0.834774), }, - Vertex { position: (-2.982676, -1.264649, -1.133596), - normal: (-0.387051, 0.087837, -0.917865), }, - Vertex { position: (-3.122061, -0.998702, -1.065015), - normal: (-0.547788, 0.055501, -0.834774), }, - Vertex { position: (-2.937658, -1.002749, -1.219413), - normal: (-0.404056, 0.117264, -0.907187), }, - Vertex { position: (-3.063133, -1.440555, -1.090926), - normal: (-0.390861, 0.032481, -0.919876), }, - Vertex { position: (-3.188954, -1.408279, -0.963611), - normal: (-0.596319, -0.021767, -0.802452), }, - Vertex { position: (-3.15021, -1.259588, -1.001021), - normal: (-0.563128, 0.005618, -0.826351), }, - Vertex { position: (-3.063133, -1.440555, -1.090926), - normal: (-0.390861, 0.032481, -0.919876), }, - Vertex { position: (-3.15021, -1.259588, -1.001021), - normal: (-0.563128, 0.005618, -0.826351), }, - Vertex { position: (-2.982676, -1.264649, -1.133596), - normal: (-0.387051, 0.087837, -0.917865), }, - Vertex { position: (-3.519716, 1.685231, -0.31713), - normal: (-0.379807, -0.084066, -0.921238), }, - Vertex { position: (-3.734989, 1.589433, -0.295202), - normal: (-0.6343, -0.110875, -0.765095), }, - Vertex { position: (-3.690685, 1.60208, 0.0), - normal: (-0.626255, -0.080061, -0.775497), }, - Vertex { position: (-3.519716, 1.685231, -0.31713), - normal: (-0.379807, -0.084066, -0.921238), }, - Vertex { position: (-3.690685, 1.60208, 0.0), - normal: (-0.626255, -0.080061, -0.775497), }, - Vertex { position: (-3.507689, 1.700214, 0.0), - normal: (-0.153783, -0.988105, 0.0), }, - Vertex { position: (-3.527168, 1.583508, -0.512679), - normal: (-0.373751, -0.169261, -0.911954), }, - Vertex { position: (-3.697974, 1.466697, -0.433432), - normal: (-0.619245, -0.050391, -0.783579), }, - Vertex { position: (-3.734989, 1.589433, -0.295202), - normal: (-0.6343, -0.110875, -0.765095), }, - Vertex { position: (-3.527168, 1.583508, -0.512679), - normal: (-0.373751, -0.169261, -0.911954), }, - Vertex { position: (-3.734989, 1.589433, -0.295202), - normal: (-0.6343, -0.110875, -0.765095), }, - Vertex { position: (-3.519716, 1.685231, -0.31713), - normal: (-0.379807, -0.084066, -0.921238), }, - Vertex { position: (-3.512997, 1.44805, -0.611386), - normal: (-0.426971, -0.09322, -0.899447), }, - Vertex { position: (-3.684619, 1.35069, -0.501428), - normal: (-0.549206, 0.149158, -0.822268), }, - Vertex { position: (-3.697974, 1.466697, -0.433432), - normal: (-0.619245, -0.050391, -0.783579), }, - Vertex { position: (-3.512997, 1.44805, -0.611386), - normal: (-0.426971, -0.09322, -0.899447), }, - Vertex { position: (-3.697974, 1.466697, -0.433432), - normal: (-0.619245, -0.050391, -0.783579), }, - Vertex { position: (-3.527168, 1.583508, -0.512679), - normal: (-0.373751, -0.169261, -0.911954), }, - Vertex { position: (-3.476235, 1.287798, -0.704766), - normal: (-0.457657, 0.090776, -0.884483), }, - Vertex { position: (-3.655148, 1.190938, -0.573692), - normal: (-0.846545, 0.532317, 0.0), }, - Vertex { position: (-3.684619, 1.35069, -0.501428), - normal: (-0.549206, 0.149158, -0.822268), }, - Vertex { position: (-3.476235, 1.287798, -0.704766), - normal: (-0.457657, 0.090776, -0.884483), }, - Vertex { position: (-3.684619, 1.35069, -0.501428), - normal: (-0.549206, 0.149158, -0.822268), }, - Vertex { position: (-3.512997, 1.44805, -0.611386), - normal: (-0.426971, -0.09322, -0.899447), }, - Vertex { position: (-3.442151, 1.105486, -0.762934), - normal: (-0.575033, 0.794917, -0.193504), }, - Vertex { position: (-3.639878, 1.015186, -0.615203), - normal: (-0.881408, 0.44424, -0.16053), }, - Vertex { position: (-3.655148, 1.190938, -0.573692), - normal: (-0.846545, 0.532317, 0.0), }, - Vertex { position: (-3.442151, 1.105486, -0.762934), - normal: (-0.575033, 0.794917, -0.193504), }, - Vertex { position: (-3.655148, 1.190938, -0.573692), - normal: (-0.846545, 0.532317, 0.0), }, - Vertex { position: (-3.476235, 1.287798, -0.704766), - normal: (-0.457657, 0.090776, -0.884483), }, - Vertex { position: (-3.379131, 0.767915, -0.885996), - normal: (-0.636638, 0.552106, -0.538397), }, - Vertex { position: (-3.582867, 0.734419, -0.697787), - normal: (-0.881352, 0.261345, -0.393596), }, - Vertex { position: (-3.639878, 1.015186, -0.615203), - normal: (-0.881408, 0.44424, -0.16053), }, - Vertex { position: (-3.379131, 0.767915, -0.885996), - normal: (-0.636638, 0.552106, -0.538397), }, - Vertex { position: (-3.639878, 1.015186, -0.615203), - normal: (-0.881408, 0.44424, -0.16053), }, - Vertex { position: (-3.442151, 1.105486, -0.762934), - normal: (-0.575033, 0.794917, -0.193504), }, - Vertex { position: (-3.306875, 0.379713, -0.98762), - normal: (-0.643784, 0.341688, -0.684684), }, - Vertex { position: (-3.504525, 0.405574, -0.847066), - normal: (-0.880731, 0.130089, -0.4554), }, - Vertex { position: (-3.582867, 0.734419, -0.697787), - normal: (-0.881352, 0.261345, -0.393596), }, - Vertex { position: (-3.306875, 0.379713, -0.98762), - normal: (-0.643784, 0.341688, -0.684684), }, - Vertex { position: (-3.582867, 0.734419, -0.697787), - normal: (-0.881352, 0.261345, -0.393596), }, - Vertex { position: (-3.379131, 0.767915, -0.885996), - normal: (-0.636638, 0.552106, -0.538397), }, - Vertex { position: (-3.251181, 0.175063, -1.053445), - normal: (-0.646492, 0.202786, -0.735477), }, - Vertex { position: (-3.424258, 0.158638, -0.918279), - normal: (-0.874101, 0.053175, -0.482825), }, - Vertex { position: (-3.504525, 0.405574, -0.847066), - normal: (-0.880731, 0.130089, -0.4554), }, - Vertex { position: (-3.251181, 0.175063, -1.053445), - normal: (-0.646492, 0.202786, -0.735477), }, - Vertex { position: (-3.504525, 0.405574, -0.847066), - normal: (-0.880731, 0.130089, -0.4554), }, - Vertex { position: (-3.306875, 0.379713, -0.98762), - normal: (-0.643784, 0.341688, -0.684684), }, - Vertex { position: (-3.160225, -0.018852, -1.113626), - normal: (-0.624566, 0.121329, -0.77149), }, - Vertex { position: (-3.365413, -0.113447, -0.9524), - normal: (-0.875552, 0.01506, -0.482889), }, - Vertex { position: (-3.424258, 0.158638, -0.918279), - normal: (-0.874101, 0.053175, -0.482825), }, - Vertex { position: (-3.160225, -0.018852, -1.113626), - normal: (-0.624566, 0.121329, -0.77149), }, - Vertex { position: (-3.424258, 0.158638, -0.918279), - normal: (-0.874101, 0.053175, -0.482825), }, - Vertex { position: (-3.251181, 0.175063, -1.053445), - normal: (-0.646492, 0.202786, -0.735477), }, - Vertex { position: (-3.101125, -0.35476, -1.162409), - normal: (-0.588581, 0.130279, -0.797872), }, - Vertex { position: (-3.290393, -0.424259, -0.984153), - normal: (-0.86587, -0.001845, -0.500266), }, - Vertex { position: (-3.365413, -0.113447, -0.9524), - normal: (-0.875552, 0.01506, -0.482889), }, - Vertex { position: (-3.101125, -0.35476, -1.162409), - normal: (-0.588581, 0.130279, -0.797872), }, - Vertex { position: (-3.365413, -0.113447, -0.9524), - normal: (-0.875552, 0.01506, -0.482889), }, - Vertex { position: (-3.160225, -0.018852, -1.113626), - normal: (-0.624566, 0.121329, -0.77149), }, - Vertex { position: (-3.096267, -0.6681, -1.140081), - normal: (-0.553145, 0.12021, -0.824367), }, - Vertex { position: (-3.233333, -0.683782, -1.015512), - normal: (-0.84112, -0.026303, -0.540209), }, - Vertex { position: (-3.290393, -0.424259, -0.984153), - normal: (-0.86587, -0.001845, -0.500266), }, - Vertex { position: (-3.096267, -0.6681, -1.140081), - normal: (-0.553145, 0.12021, -0.824367), }, - Vertex { position: (-3.290393, -0.424259, -0.984153), - normal: (-0.86587, -0.001845, -0.500266), }, - Vertex { position: (-3.101125, -0.35476, -1.162409), - normal: (-0.588581, 0.130279, -0.797872), }, - Vertex { position: (-3.122061, -0.998702, -1.065015), - normal: (-0.547788, 0.055501, -0.834774), }, - Vertex { position: (-3.238094, -0.979377, -0.961631), - normal: (-0.813168, -0.06637, -0.578232), }, - Vertex { position: (-3.233333, -0.683782, -1.015512), - normal: (-0.84112, -0.026303, -0.540209), }, - Vertex { position: (-3.122061, -0.998702, -1.065015), - normal: (-0.547788, 0.055501, -0.834774), }, - Vertex { position: (-3.233333, -0.683782, -1.015512), - normal: (-0.84112, -0.026303, -0.540209), }, - Vertex { position: (-3.096267, -0.6681, -1.140081), - normal: (-0.553145, 0.12021, -0.824367), }, - Vertex { position: (-3.15021, -1.259588, -1.001021), - normal: (-0.563128, 0.005618, -0.826351), }, - Vertex { position: (-3.27751, -1.177346, -0.9153), - normal: (-0.799953, -0.096213, -0.592299), }, - Vertex { position: (-3.238094, -0.979377, -0.961631), - normal: (-0.813168, -0.06637, -0.578232), }, - Vertex { position: (-3.15021, -1.259588, -1.001021), - normal: (-0.563128, 0.005618, -0.826351), }, - Vertex { position: (-3.238094, -0.979377, -0.961631), - normal: (-0.813168, -0.06637, -0.578232), }, - Vertex { position: (-3.122061, -0.998702, -1.065015), - normal: (-0.547788, 0.055501, -0.834774), }, - Vertex { position: (-3.188954, -1.408279, -0.963611), - normal: (-0.596319, -0.021767, -0.802452), }, - Vertex { position: (-3.319817, -1.365015, -0.886015), - normal: (-0.811102, -0.12903, -0.570495), }, - Vertex { position: (-3.27751, -1.177346, -0.9153), - normal: (-0.799953, -0.096213, -0.592299), }, - Vertex { position: (-3.188954, -1.408279, -0.963611), - normal: (-0.596319, -0.021767, -0.802452), }, - Vertex { position: (-3.27751, -1.177346, -0.9153), - normal: (-0.799953, -0.096213, -0.592299), }, - Vertex { position: (-3.15021, -1.259588, -1.001021), - normal: (-0.563128, 0.005618, -0.826351), }, - Vertex { position: (-3.734989, 1.589433, -0.295202), - normal: (-0.6343, -0.110875, -0.765095), }, - Vertex { position: (-3.709741, 1.351194, -0.211745), - normal: (-0.880002, -0.033987, -0.473752), }, - Vertex { position: (-3.709827, 1.417763, 0.0), - normal: (-0.848349, -0.120539, -0.515533), }, - Vertex { position: (-3.734989, 1.589433, -0.295202), - normal: (-0.6343, -0.110875, -0.765095), }, - Vertex { position: (-3.709827, 1.417763, 0.0), - normal: (-0.848349, -0.120539, -0.515533), }, - Vertex { position: (-3.690685, 1.60208, 0.0), - normal: (-0.626255, -0.080061, -0.775497), }, - Vertex { position: (-3.697974, 1.466697, -0.433432), - normal: (-0.619245, -0.050391, -0.783579), }, - Vertex { position: (-3.701634, 1.27265, -0.270469), - normal: (-0.870331, 0.069096, -0.487595), }, - Vertex { position: (-3.709741, 1.351194, -0.211745), - normal: (-0.880002, -0.033987, -0.473752), }, - Vertex { position: (-3.697974, 1.466697, -0.433432), - normal: (-0.619245, -0.050391, -0.783579), }, - Vertex { position: (-3.709741, 1.351194, -0.211745), - normal: (-0.880002, -0.033987, -0.473752), }, - Vertex { position: (-3.734989, 1.589433, -0.295202), - normal: (-0.6343, -0.110875, -0.765095), }, - Vertex { position: (-3.684619, 1.35069, -0.501428), - normal: (-0.549206, 0.149158, -0.822268), }, - Vertex { position: (-3.695872, 1.156978, -0.316829), - normal: (-0.822733, 0.223687, -0.522565), }, - Vertex { position: (-3.701634, 1.27265, -0.270469), - normal: (-0.870331, 0.069096, -0.487595), }, - Vertex { position: (-3.684619, 1.35069, -0.501428), - normal: (-0.549206, 0.149158, -0.822268), }, - Vertex { position: (-3.701634, 1.27265, -0.270469), - normal: (-0.870331, 0.069096, -0.487595), }, - Vertex { position: (-3.697974, 1.466697, -0.433432), - normal: (-0.619245, -0.050391, -0.783579), }, - Vertex { position: (-3.655148, 1.190938, -0.573692), - normal: (-0.846545, 0.532317, 0.0), }, - Vertex { position: (-3.672431, 1.044224, -0.364991), - normal: (-0.938447, -0.345423, 0.0), }, - Vertex { position: (-3.695872, 1.156978, -0.316829), - normal: (-0.822733, 0.223687, -0.522565), }, - Vertex { position: (-3.655148, 1.190938, -0.573692), - normal: (-0.846545, 0.532317, 0.0), }, - Vertex { position: (-3.695872, 1.156978, -0.316829), - normal: (-0.822733, 0.223687, -0.522565), }, - Vertex { position: (-3.684619, 1.35069, -0.501428), - normal: (-0.549206, 0.149158, -0.822268), }, - Vertex { position: (-3.639878, 1.015186, -0.615203), - normal: (-0.881408, 0.44424, -0.16053), }, - Vertex { position: (-3.664355, 0.932851, -0.370749), - normal: (-0.946902, -0.290276, 0.138264), }, - Vertex { position: (-3.672431, 1.044224, -0.364991), - normal: (-0.938447, -0.345423, 0.0), }, - Vertex { position: (-3.639878, 1.015186, -0.615203), - normal: (-0.881408, 0.44424, -0.16053), }, - Vertex { position: (-3.672431, 1.044224, -0.364991), - normal: (-0.938447, -0.345423, 0.0), }, - Vertex { position: (-3.655148, 1.190938, -0.573692), - normal: (-0.846545, 0.532317, 0.0), }, - Vertex { position: (-3.582867, 0.734419, -0.697787), - normal: (-0.881352, 0.261345, -0.393596), }, - Vertex { position: (-3.631292, 0.701013, -0.420276), - normal: (-0.982633, -0.143429, 0.11773), }, - Vertex { position: (-3.664355, 0.932851, -0.370749), - normal: (-0.946902, -0.290276, 0.138264), }, - Vertex { position: (-3.582867, 0.734419, -0.697787), - normal: (-0.881352, 0.261345, -0.393596), }, - Vertex { position: (-3.664355, 0.932851, -0.370749), - normal: (-0.946902, -0.290276, 0.138264), }, - Vertex { position: (-3.639878, 1.015186, -0.615203), - normal: (-0.881408, 0.44424, -0.16053), }, - Vertex { position: (-3.504525, 0.405574, -0.847066), - normal: (-0.880731, 0.130089, -0.4554), }, - Vertex { position: (-3.570384, 0.385564, -0.52448), - normal: (-0.995584, -0.070631, 0.061842), }, - Vertex { position: (-3.631292, 0.701013, -0.420276), - normal: (-0.982633, -0.143429, 0.11773), }, - Vertex { position: (-3.504525, 0.405574, -0.847066), - normal: (-0.880731, 0.130089, -0.4554), }, - Vertex { position: (-3.631292, 0.701013, -0.420276), - normal: (-0.982633, -0.143429, 0.11773), }, - Vertex { position: (-3.582867, 0.734419, -0.697787), - normal: (-0.881352, 0.261345, -0.393596), }, - Vertex { position: (-3.424258, 0.158638, -0.918279), - normal: (-0.874101, 0.053175, -0.482825), }, - Vertex { position: (-3.520188, 0.140164, -0.618561), - normal: (-0.997475, -0.070819, 0.005318), }, - Vertex { position: (-3.570384, 0.385564, -0.52448), - normal: (-0.995584, -0.070631, 0.061842), }, - Vertex { position: (-3.424258, 0.158638, -0.918279), - normal: (-0.874101, 0.053175, -0.482825), }, - Vertex { position: (-3.570384, 0.385564, -0.52448), - normal: (-0.995584, -0.070631, 0.061842), }, - Vertex { position: (-3.504525, 0.405574, -0.847066), - normal: (-0.880731, 0.130089, -0.4554), }, - Vertex { position: (-3.365413, -0.113447, -0.9524), - normal: (-0.875552, 0.01506, -0.482889), }, - Vertex { position: (-3.458251, -0.12595, -0.731712), - normal: (-0.980175, -0.184883, 0.071243), }, - Vertex { position: (-3.520188, 0.140164, -0.618561), - normal: (-0.997475, -0.070819, 0.005318), }, - Vertex { position: (-3.365413, -0.113447, -0.9524), - normal: (-0.875552, 0.01506, -0.482889), }, - Vertex { position: (-3.520188, 0.140164, -0.618561), - normal: (-0.997475, -0.070819, 0.005318), }, - Vertex { position: (-3.424258, 0.158638, -0.918279), - normal: (-0.874101, 0.053175, -0.482825), }, - Vertex { position: (-3.290393, -0.424259, -0.984153), - normal: (-0.86587, -0.001845, -0.500266), }, - Vertex { position: (-3.406618, -0.343461, -0.746456), - normal: (-0.976177, -0.17359, 0.130171), }, - Vertex { position: (-3.458251, -0.12595, -0.731712), - normal: (-0.980175, -0.184883, 0.071243), }, - Vertex { position: (-3.290393, -0.424259, -0.984153), - normal: (-0.86587, -0.001845, -0.500266), }, - Vertex { position: (-3.458251, -0.12595, -0.731712), - normal: (-0.980175, -0.184883, 0.071243), }, - Vertex { position: (-3.365413, -0.113447, -0.9524), - normal: (-0.875552, 0.01506, -0.482889), }, - Vertex { position: (-3.233333, -0.683782, -1.015512), - normal: (-0.84112, -0.026303, -0.540209), }, - Vertex { position: (-3.283698, -0.730967, -0.793898), - normal: (-0.984416, -0.175855, -0.000915), }, - Vertex { position: (-3.406618, -0.343461, -0.746456), - normal: (-0.976177, -0.17359, 0.130171), }, - Vertex { position: (-3.233333, -0.683782, -1.015512), - normal: (-0.84112, -0.026303, -0.540209), }, - Vertex { position: (-3.406618, -0.343461, -0.746456), - normal: (-0.976177, -0.17359, 0.130171), }, - Vertex { position: (-3.290393, -0.424259, -0.984153), - normal: (-0.86587, -0.001845, -0.500266), }, - Vertex { position: (-2.624856, -0.8882, -1.261176), - normal: (-0.285709, 0.130064, -0.949449), }, - Vertex { position: (-2.725776, -1.214862, -1.190384), - normal: (-0.279485, 0.127803, -0.951606), }, - Vertex { position: (-2.982676, -1.264649, -1.133596), - normal: (-0.387051, 0.087837, -0.917865), }, - Vertex { position: (-2.624856, -0.8882, -1.261176), - normal: (-0.285709, 0.130064, -0.949449), }, - Vertex { position: (-2.982676, -1.264649, -1.133596), - normal: (-0.387051, 0.087837, -0.917865), }, - Vertex { position: (-2.937658, -1.002749, -1.219413), - normal: (-0.404056, 0.117264, -0.907187), }, - Vertex { position: (-2.616467, -0.511373, -1.344133), - normal: (-0.311485, 0.082882, -0.94663), }, - Vertex { position: (-2.624856, -0.8882, -1.261176), - normal: (-0.285709, 0.130064, -0.949449), }, - Vertex { position: (-2.937658, -1.002749, -1.219413), - normal: (-0.404056, 0.117264, -0.907187), }, - Vertex { position: (-2.616467, -0.511373, -1.344133), - normal: (-0.311485, 0.082882, -0.94663), }, - Vertex { position: (-2.937658, -1.002749, -1.219413), - normal: (-0.404056, 0.117264, -0.907187), }, - Vertex { position: (-2.901159, -0.619504, -1.284058), - normal: (-0.449233, 0.123555, -0.88483), }, - Vertex { position: (-2.649338, -0.241719, -1.339644), - normal: (-0.351241, 0.075821, -0.93321), }, - Vertex { position: (-2.616467, -0.511373, -1.344133), - normal: (-0.311485, 0.082882, -0.94663), }, - Vertex { position: (-2.901159, -0.619504, -1.284058), - normal: (-0.449233, 0.123555, -0.88483), }, - Vertex { position: (-2.649338, -0.241719, -1.339644), - normal: (-0.351241, 0.075821, -0.93321), }, - Vertex { position: (-2.901159, -0.619504, -1.284058), - normal: (-0.449233, 0.123555, -0.88483), }, - Vertex { position: (-2.90708, -0.345582, -1.281557), - normal: (-0.512472, 0.102596, -0.852553), }, - Vertex { position: (-2.687022, 0.076781, -1.290565), - normal: (-0.33898, 0.203127, -0.918603), }, - Vertex { position: (-2.649338, -0.241719, -1.339644), - normal: (-0.351241, 0.075821, -0.93321), }, - Vertex { position: (-2.90708, -0.345582, -1.281557), - normal: (-0.512472, 0.102596, -0.852553), }, - Vertex { position: (-2.687022, 0.076781, -1.290565), - normal: (-0.33898, 0.203127, -0.918603), }, - Vertex { position: (-2.90708, -0.345582, -1.281557), - normal: (-0.512472, 0.102596, -0.852553), }, - Vertex { position: (-2.971546, 0.032038, -1.215971), - normal: (-0.545639, 0.142044, -0.825894), }, - Vertex { position: (-2.787011, 0.264495, -1.237352), - normal: (-0.261543, 0.44691, -0.855492), }, - Vertex { position: (-2.687022, 0.076781, -1.290565), - normal: (-0.33898, 0.203127, -0.918603), }, - Vertex { position: (-2.971546, 0.032038, -1.215971), - normal: (-0.545639, 0.142044, -0.825894), }, - Vertex { position: (-2.787011, 0.264495, -1.237352), - normal: (-0.261543, 0.44691, -0.855492), }, - Vertex { position: (-2.971546, 0.032038, -1.215971), - normal: (-0.545639, 0.142044, -0.825894), }, - Vertex { position: (-3.044646, 0.224321, -1.164934), - normal: (-0.539732, 0.31653, -0.780063), }, - Vertex { position: (-2.79063, 0.46881, -1.224273), - normal: (-0.169971, 0.704712, -0.688833), }, - Vertex { position: (-2.787011, 0.264495, -1.237352), - normal: (-0.261543, 0.44691, -0.855492), }, - Vertex { position: (-3.044646, 0.224321, -1.164934), - normal: (-0.539732, 0.31653, -0.780063), }, - Vertex { position: (-2.79063, 0.46881, -1.224273), - normal: (-0.169971, 0.704712, -0.688833), }, - Vertex { position: (-3.044646, 0.224321, -1.164934), - normal: (-0.539732, 0.31653, -0.780063), }, - Vertex { position: (-3.112555, 0.457376, -1.084816), - normal: (-0.505556, 0.519614, -0.688778), }, - Vertex { position: (-2.825835, 0.755899, -1.209042), - normal: (-0.088843, 0.888, -0.45118), }, - Vertex { position: (-2.79063, 0.46881, -1.224273), - normal: (-0.169971, 0.704712, -0.688833), }, - Vertex { position: (-3.112555, 0.457376, -1.084816), - normal: (-0.505556, 0.519614, -0.688778), }, - Vertex { position: (-2.825835, 0.755899, -1.209042), - normal: (-0.088843, 0.888, -0.45118), }, - Vertex { position: (-3.112555, 0.457376, -1.084816), - normal: (-0.505556, 0.519614, -0.688778), }, - Vertex { position: (-3.19641, 0.797564, -0.985913), - normal: (-0.47652, 0.732046, -0.486866), }, - Vertex { position: (-2.930312, 1.10358, -1.125876), - normal: (-0.051905, 0.965082, -0.256753), }, - Vertex { position: (-2.825835, 0.755899, -1.209042), - normal: (-0.088843, 0.888, -0.45118), }, - Vertex { position: (-3.19641, 0.797564, -0.985913), - normal: (-0.47652, 0.732046, -0.486866), }, - Vertex { position: (-2.930312, 1.10358, -1.125876), - normal: (-0.051905, 0.965082, -0.256753), }, - Vertex { position: (-3.19641, 0.797564, -0.985913), - normal: (-0.47652, 0.732046, -0.486866), }, - Vertex { position: (-3.244771, 1.19554, -0.910945), - normal: (-0.337275, 0.918092, -0.208215), }, - Vertex { position: (-3.028932, 1.461517, -0.941324), - normal: (-0.012448, 0.906487, -0.422051), }, - Vertex { position: (-2.930312, 1.10358, -1.125876), - normal: (-0.051905, 0.965082, -0.256753), }, - Vertex { position: (-3.244771, 1.19554, -0.910945), - normal: (-0.337275, 0.918092, -0.208215), }, - Vertex { position: (-3.028932, 1.461517, -0.941324), - normal: (-0.012448, 0.906487, -0.422051), }, - Vertex { position: (-3.244771, 1.19554, -0.910945), - normal: (-0.337275, 0.918092, -0.208215), }, - Vertex { position: (-3.27808, 1.432418, -0.853958), - normal: (0.193955, -0.251788, -0.948148), }, - Vertex { position: (-3.08565, 1.65734, -0.784479), - normal: (0.1643, 0.873906, -0.457487), }, - Vertex { position: (-3.028932, 1.461517, -0.941324), - normal: (-0.012448, 0.906487, -0.422051), }, - Vertex { position: (-3.27808, 1.432418, -0.853958), - normal: (0.193955, -0.251788, -0.948148), }, - Vertex { position: (-3.08565, 1.65734, -0.784479), - normal: (0.1643, 0.873906, -0.457487), }, - Vertex { position: (-3.27808, 1.432418, -0.853958), - normal: (0.193955, -0.251788, -0.948148), }, - Vertex { position: (-3.338742, 1.598933, -0.689636), - normal: (-0.004872, -0.216103, -0.976358), }, - Vertex { position: (-3.109047, 1.789477, -0.565323), - normal: (0.573426, -0.441087, -0.69038), }, - Vertex { position: (-3.08565, 1.65734, -0.784479), - normal: (0.1643, 0.873906, -0.457487), }, - Vertex { position: (-3.338742, 1.598933, -0.689636), - normal: (-0.004872, -0.216103, -0.976358), }, - Vertex { position: (-3.109047, 1.789477, -0.565323), - normal: (0.573426, -0.441087, -0.69038), }, - Vertex { position: (-3.338742, 1.598933, -0.689636), - normal: (-0.004872, -0.216103, -0.976358), }, - Vertex { position: (-3.395381, 1.726325, -0.55477), - normal: (-0.006683, -0.232823, -0.972496), }, - Vertex { position: (-3.07531, 1.846, -0.363149), - normal: (0.49938, -0.45475, -0.737443), }, - Vertex { position: (-3.109047, 1.789477, -0.565323), - normal: (0.573426, -0.441087, -0.69038), }, - Vertex { position: (-3.395381, 1.726325, -0.55477), - normal: (-0.006683, -0.232823, -0.972496), }, - Vertex { position: (-3.07531, 1.846, -0.363149), - normal: (0.49938, -0.45475, -0.737443), }, - Vertex { position: (-3.395381, 1.726325, -0.55477), - normal: (-0.006683, -0.232823, -0.972496), }, - Vertex { position: (-3.35851, 1.810253, -0.380095), - normal: (-0.108631, -0.122719, -0.986478), }, - Vertex { position: (-2.765069, -1.561164, -1.084313), - normal: (-0.15812, -0.033626, -0.986847), }, - Vertex { position: (-2.566746, -1.211312, -1.167101), - normal: (-0.164191, 0.153328, -0.974439), }, - Vertex { position: (-2.687162, -1.539807, -0.988048), - normal: (0.79444, 0.150524, 0.588394), }, - Vertex { position: (-2.566746, -1.211312, -1.167101), - normal: (-0.164191, 0.153328, -0.974439), }, - Vertex { position: (-2.299356, -1.025449, -1.044687), - normal: (0.53288, -0.088285, 0.841573), }, - Vertex { position: (-2.306662, -1.116976, -0.961238), - normal: (0.07657, 0.16758, -0.982881), }, - Vertex { position: (-2.566746, -1.211312, -1.167101), - normal: (-0.164191, 0.153328, -0.974439), }, - Vertex { position: (-2.306662, -1.116976, -0.961238), - normal: (0.07657, 0.16758, -0.982881), }, - Vertex { position: (-2.462835, -1.3055, -0.966395), - normal: (-0.955382, -0.23808, -0.174826), }, - Vertex { position: (-2.566746, -1.211312, -1.167101), - normal: (-0.164191, 0.153328, -0.974439), }, - Vertex { position: (-2.462835, -1.3055, -0.966395), - normal: (-0.955382, -0.23808, -0.174826), }, - Vertex { position: (-2.591357, -1.510845, -0.88547), - normal: (0.137764, -0.289893, -0.947092), }, - Vertex { position: (-2.566746, -1.211312, -1.167101), - normal: (-0.164191, 0.153328, -0.974439), }, - Vertex { position: (-2.591357, -1.510845, -0.88547), - normal: (0.137764, -0.289893, -0.947092), }, - Vertex { position: (-2.687162, -1.539807, -0.988048), - normal: (0.79444, 0.150524, 0.588394), }, - Vertex { position: (1.921881, -2.157616, -0.692678), - normal: (-0.363523, -0.150625, 0.919327), }, - Vertex { position: (1.945206, -2.015769, -0.672724), - normal: (-0.914496, -0.253608, 0.315247), }, - Vertex { position: (1.747671, -2.067518, -0.638841), - normal: (-0.53197, -0.108751, 0.839751), }, - Vertex { position: (1.921881, -2.157616, -0.692678), - normal: (-0.363523, -0.150625, 0.919327), }, - Vertex { position: (1.747671, -2.067518, -0.638841), - normal: (-0.53197, -0.108751, 0.839751), }, - Vertex { position: (1.772999, -2.230292, -0.64494), - normal: (-0.570406, -0.192005, 0.798606), }, - Vertex { position: (2.069379, 1.727818, -0.212746), - normal: (0.546571, -0.125171, 0.828005), }, - Vertex { position: (2.042206, 1.777154, 0.0), - normal: (-0.385788, 0.922588, 0.0), }, - Vertex { position: (2.128139, 1.788397, 0.0), - normal: (0.756976, -0.653442, 0.0), }, - Vertex { position: (2.069379, 1.727818, -0.212746), - normal: (0.546571, -0.125171, 0.828005), }, - Vertex { position: (2.128139, 1.788397, 0.0), - normal: (0.756976, -0.653442, 0.0), }, - Vertex { position: (2.13239, 1.755821, -0.180271), - normal: (0.547549, -0.279581, -0.788686), }, - Vertex { position: (-2.955052, -1.49684, -1.128812), - normal: (0.726897, -0.546446, -0.415953), }, - Vertex { position: (-2.725776, -1.214862, -1.190384), - normal: (-0.279485, 0.127803, -0.951606), }, - Vertex { position: (-2.862576, -1.546894, -1.117139), - normal: (-0.234266, 0.044111, -0.971171), }, - Vertex { position: (-3.23261, -1.834299, -1.087832), - normal: (0.776291, -0.374868, -0.5068), }, - Vertex { position: (-3.357996, -1.811803, -0.975625), - normal: (0.356923, -0.210291, -0.910156), }, - Vertex { position: (-3.188954, -1.408279, -0.963611), - normal: (-0.596319, -0.021767, -0.802452), }, - Vertex { position: (-3.23261, -1.834299, -1.087832), - normal: (0.776291, -0.374868, -0.5068), }, - Vertex { position: (-3.188954, -1.408279, -0.963611), - normal: (-0.596319, -0.021767, -0.802452), }, - Vertex { position: (-3.063133, -1.440555, -1.090926), - normal: (-0.390861, 0.032481, -0.919876), }, - Vertex { position: (-2.955052, -1.49684, -1.128812), - normal: (0.726897, -0.546446, -0.415953), }, - Vertex { position: (-3.063133, -1.440555, -1.090926), - normal: (-0.390861, 0.032481, -0.919876), }, - Vertex { position: (-2.982676, -1.264649, -1.133596), - normal: (-0.387051, 0.087837, -0.917865), }, - Vertex { position: (-2.955052, -1.49684, -1.128812), - normal: (0.726897, -0.546446, -0.415953), }, - Vertex { position: (-2.982676, -1.264649, -1.133596), - normal: (-0.387051, 0.087837, -0.917865), }, - Vertex { position: (-2.725776, -1.214862, -1.190384), - normal: (-0.279485, 0.127803, -0.951606), }, - Vertex { position: (-3.342096, -1.533989, -0.921628), - normal: (-0.032036, -0.072305, -0.996868), }, - Vertex { position: (-3.36599, -1.48517, -0.888076), - normal: (-0.086361, -0.084973, -0.992634), }, - Vertex { position: (-3.319817, -1.365015, -0.886015), - normal: (-0.811102, -0.12903, -0.570495), }, - Vertex { position: (-3.342096, -1.533989, -0.921628), - normal: (-0.032036, -0.072305, -0.996868), }, - Vertex { position: (-3.319817, -1.365015, -0.886015), - normal: (-0.811102, -0.12903, -0.570495), }, - Vertex { position: (-3.188954, -1.408279, -0.963611), - normal: (-0.596319, -0.021767, -0.802452), }, - Vertex { position: (-3.357996, -1.811803, -0.975625), - normal: (0.356923, -0.210291, -0.910156), }, - Vertex { position: (-3.342096, -1.533989, -0.921628), - normal: (-0.032036, -0.072305, -0.996868), }, - Vertex { position: (-3.188954, -1.408279, -0.963611), - normal: (-0.596319, -0.021767, -0.802452), }, - Vertex { position: (-2.892438, -1.95081, -0.87812), - normal: (-0.807765, -0.096776, -0.581507), }, - Vertex { position: (-2.734184, -1.717948, -0.749581), - normal: (0.048753, -0.975535, -0.21437), }, - Vertex { position: (-2.811581, -1.79821, -0.712737), - normal: (0.43907, -0.579988, -0.686171), }, - Vertex { position: (-2.892438, -1.95081, -0.87812), - normal: (-0.807765, -0.096776, -0.581507), }, - Vertex { position: (-2.811581, -1.79821, -0.712737), - normal: (0.43907, -0.579988, -0.686171), }, - Vertex { position: (-2.964215, -1.978727, -0.776572), - normal: (0.982106, -0.010346, -0.188044), }, - Vertex { position: (-2.892438, -1.95081, -0.87812), - normal: (-0.807765, -0.096776, -0.581507), }, - Vertex { position: (-2.837147, -1.791733, -0.921563), - normal: (0.26198, 0.048424, 0.963858), }, - Vertex { position: (-2.734184, -1.717948, -0.749581), - normal: (0.048753, -0.975535, -0.21437), }, - Vertex { position: (-3.030605, -2.311222, -0.88433), - normal: (0.866897, -0.268351, -0.420091), }, - Vertex { position: (-3.144012, -2.333635, -0.829994), - normal: (0.773659, -0.235087, 0.588375), }, - Vertex { position: (-3.132772, -2.528669, -0.848639), - normal: (-0.065687, -0.249194, 0.966223), }, - Vertex { position: (-3.030605, -2.311222, -0.88433), - normal: (0.866897, -0.268351, -0.420091), }, - Vertex { position: (-3.132772, -2.528669, -0.848639), - normal: (-0.065687, -0.249194, 0.966223), }, - Vertex { position: (-3.04661, -2.510881, -0.900772), - normal: (0.886562, -0.46255, -0.007485), }, - Vertex { position: (-3.302419, -3.017921, -1.128514), - normal: (0.517272, -0.552302, -0.653753), }, - Vertex { position: (-3.32033, -2.827513, -1.063914), - normal: (-0.020456, 0.943466, -0.330837), }, - Vertex { position: (-3.26181, -2.821069, -1.088218), - normal: (0.030762, -0.124297, 0.991768), }, - Vertex { position: (-3.302419, -3.017921, -1.128514), - normal: (0.517272, -0.552302, -0.653753), }, - Vertex { position: (-3.26181, -2.821069, -1.088218), - normal: (0.030762, -0.124297, 0.991768), }, - Vertex { position: (-3.223286, -3.00178, -1.126176), - normal: (0.753698, -0.027204, 0.656657), }, - Vertex { position: (-3.107105, -2.947818, -1.092235), - normal: (-0.661663, -0.02548, -0.749368), }, - Vertex { position: (-3.141072, -2.785287, -1.032318), - normal: (-0.753891, 0.130682, -0.643872), }, - Vertex { position: (-3.053267, -2.764905, -1.043008), - normal: (-0.156071, 0.243426, -0.95728), }, - Vertex { position: (-3.107105, -2.947818, -1.092235), - normal: (-0.661663, -0.02548, -0.749368), }, - Vertex { position: (-3.053267, -2.764905, -1.043008), - normal: (-0.156071, 0.243426, -0.95728), }, - Vertex { position: (-2.986345, -2.93377, -1.087679), - normal: (-0.080858, 0.024731, -0.996419), }, - Vertex { position: (-2.986345, -2.93377, -1.087679), - normal: (-0.080858, 0.024731, -0.996419), }, - Vertex { position: (-3.053267, -2.764905, -1.043008), - normal: (-0.156071, 0.243426, -0.95728), }, - Vertex { position: (-3.016419, -2.765091, -0.966671), - normal: (0.484364, 0.195734, -0.85269), }, - Vertex { position: (-2.986345, -2.93377, -1.087679), - normal: (-0.080858, 0.024731, -0.996419), }, - Vertex { position: (-3.016419, -2.765091, -0.966671), - normal: (0.484364, 0.195734, -0.85269), }, - Vertex { position: (-2.946527, -2.939327, -0.986343), - normal: (0.507452, 0.36284, -0.781563), }, - Vertex { position: (-3.302419, -3.017921, -1.128514), - normal: (0.517272, -0.552302, -0.653753), }, - Vertex { position: (-3.223286, -3.00178, -1.126176), - normal: (0.753698, -0.027204, 0.656657), }, - Vertex { position: (-3.301857, -3.074776, -1.114869), - normal: (0.121953, 0.140869, -0.982488), }, - Vertex { position: (-3.301857, -3.074776, -1.114869), - normal: (0.121953, 0.140869, -0.982488), }, - Vertex { position: (-3.227676, -3.14166, -1.103969), - normal: (0.913315, 0.39776, 0.087427), }, - Vertex { position: (-3.316551, -3.168932, -1.121229), - normal: (0.170703, 0.25395, -0.952035), }, - Vertex { position: (-3.316551, -3.168932, -1.121229), - normal: (0.170703, 0.25395, -0.952035), }, - Vertex { position: (-3.227676, -3.14166, -1.103969), - normal: (0.913315, 0.39776, 0.087427), }, - Vertex { position: (-3.217306, -3.187686, -1.075214), - normal: (0.977763, 0.208696, -0.020643), }, - Vertex { position: (-2.986345, -2.93377, -1.087679), - normal: (-0.080858, 0.024731, -0.996419), }, - Vertex { position: (-2.946527, -2.939327, -0.986343), - normal: (0.507452, 0.36284, -0.781563), }, - Vertex { position: (-2.884711, -3.063896, -0.993766), - normal: (0.737412, 0.542596, -0.402261), }, - Vertex { position: (-2.986345, -2.93377, -1.087679), - normal: (-0.080858, 0.024731, -0.996419), }, - Vertex { position: (-2.884711, -3.063896, -0.993766), - normal: (0.737412, 0.542596, -0.402261), }, - Vertex { position: (-2.90901, -3.084482, -1.089147), - normal: (0.637284, 0.689194, -0.344791), }, - Vertex { position: (-3.107105, -2.947818, -1.092235), - normal: (-0.661663, -0.02548, -0.749368), }, - Vertex { position: (-3.177108, -2.979305, -1.139084), - normal: (-0.833016, 0.038682, -0.551896), }, - Vertex { position: (-3.196508, -2.788166, -1.045431), - normal: (-0.637764, 0.107242, -0.76273), }, - Vertex { position: (-3.107105, -2.947818, -1.092235), - normal: (-0.661663, -0.02548, -0.749368), }, - Vertex { position: (-3.196508, -2.788166, -1.045431), - normal: (-0.637764, 0.107242, -0.76273), }, - Vertex { position: (-3.141072, -2.785287, -1.032318), - normal: (-0.753891, 0.130682, -0.643872), }, - Vertex { position: (-3.223286, -3.00178, -1.126176), - normal: (0.753698, -0.027204, 0.656657), }, - Vertex { position: (-3.26181, -2.821069, -1.088218), - normal: (0.030762, -0.124297, 0.991768), }, - Vertex { position: (-3.196508, -2.788166, -1.045431), - normal: (-0.637764, 0.107242, -0.76273), }, - Vertex { position: (-3.223286, -3.00178, -1.126176), - normal: (0.753698, -0.027204, 0.656657), }, - Vertex { position: (-3.196508, -2.788166, -1.045431), - normal: (-0.637764, 0.107242, -0.76273), }, - Vertex { position: (-3.177108, -2.979305, -1.139084), - normal: (-0.833016, 0.038682, -0.551896), }, - Vertex { position: (-3.333954, -3.058673, -0.974748), - normal: (0.197648, 0.486888, -0.850809), }, - Vertex { position: (-3.301857, -3.074776, -1.114869), - normal: (0.121953, 0.140869, -0.982488), }, - Vertex { position: (-3.316551, -3.168932, -1.121229), - normal: (0.170703, 0.25395, -0.952035), }, - Vertex { position: (-3.333954, -3.058673, -0.974748), - normal: (0.197648, 0.486888, -0.850809), }, - Vertex { position: (-3.316551, -3.168932, -1.121229), - normal: (0.170703, 0.25395, -0.952035), }, - Vertex { position: (-3.330406, -3.18519, -0.950058), - normal: (-0.67011, -0.018974, -0.742019), }, - Vertex { position: (-3.330406, -3.18519, -0.950058), - normal: (-0.67011, -0.018974, -0.742019), }, - Vertex { position: (-3.316551, -3.168932, -1.121229), - normal: (0.170703, 0.25395, -0.952035), }, - Vertex { position: (-3.217306, -3.187686, -1.075214), - normal: (0.977763, 0.208696, -0.020643), }, - Vertex { position: (-3.330406, -3.18519, -0.950058), - normal: (-0.67011, -0.018974, -0.742019), }, - Vertex { position: (-3.217306, -3.187686, -1.075214), - normal: (0.977763, 0.208696, -0.020643), }, - Vertex { position: (-3.223246, -3.225388, -0.976573), - normal: (0.163153, 0.19945, -0.96623), }, - Vertex { position: (-3.294389, -3.166225, -0.842823), - normal: (-0.178214, -0.110838, 0.977729), }, - Vertex { position: (-3.330406, -3.18519, -0.950058), - normal: (-0.67011, -0.018974, -0.742019), }, - Vertex { position: (-3.223246, -3.225388, -0.976573), - normal: (0.163153, 0.19945, -0.96623), }, - Vertex { position: (-3.294389, -3.166225, -0.842823), - normal: (-0.178214, -0.110838, 0.977729), }, - Vertex { position: (-3.223246, -3.225388, -0.976573), - normal: (0.163153, 0.19945, -0.96623), }, - Vertex { position: (-3.11957, -3.183977, -0.870739), - normal: (-0.948594, -0.185732, 0.256269), }, - Vertex { position: (-3.333954, -3.058673, -0.974748), - normal: (0.197648, 0.486888, -0.850809), }, - Vertex { position: (-3.330406, -3.18519, -0.950058), - normal: (-0.67011, -0.018974, -0.742019), }, - Vertex { position: (-3.294389, -3.166225, -0.842823), - normal: (-0.178214, -0.110838, 0.977729), }, - Vertex { position: (-3.333954, -3.058673, -0.974748), - normal: (0.197648, 0.486888, -0.850809), }, - Vertex { position: (-3.294389, -3.166225, -0.842823), - normal: (-0.178214, -0.110838, 0.977729), }, - Vertex { position: (-3.256731, -3.032131, -0.849693), - normal: (-0.674431, 0.094186, 0.732306), }, - Vertex { position: (-3.256731, -3.032131, -0.849693), - normal: (-0.674431, 0.094186, 0.732306), }, - Vertex { position: (-3.300372, -2.795728, -0.878984), - normal: (-0.556404, -0.045521, 0.829664), }, - Vertex { position: (-3.339637, -2.846837, -0.966368), - normal: (-0.978077, -0.070308, 0.196017), }, - Vertex { position: (-3.256731, -3.032131, -0.849693), - normal: (-0.674431, 0.094186, 0.732306), }, - Vertex { position: (-3.339637, -2.846837, -0.966368), - normal: (-0.978077, -0.070308, 0.196017), }, - Vertex { position: (-3.333954, -3.058673, -0.974748), - normal: (0.197648, 0.486888, -0.850809), }, - Vertex { position: (-2.986345, -2.93377, -1.087679), - normal: (-0.080858, 0.024731, -0.996419), }, - Vertex { position: (-2.90901, -3.084482, -1.089147), - normal: (0.637284, 0.689194, -0.344791), }, - Vertex { position: (-3.03125, -3.09594, -1.106355), - normal: (0.503689, 0.453945, -0.735004), }, - Vertex { position: (-2.986345, -2.93377, -1.087679), - normal: (-0.080858, 0.024731, -0.996419), }, - Vertex { position: (-3.03125, -3.09594, -1.106355), - normal: (0.503689, 0.453945, -0.735004), }, - Vertex { position: (-3.107105, -2.947818, -1.092235), - normal: (-0.661663, -0.02548, -0.749368), }, - Vertex { position: (-3.03125, -3.09594, -1.106355), - normal: (0.503689, 0.453945, -0.735004), }, - Vertex { position: (-3.121673, -3.120319, -1.136456), - normal: (-0.039603, 0.339955, -0.939607), }, - Vertex { position: (-3.177108, -2.979305, -1.139084), - normal: (-0.833016, 0.038682, -0.551896), }, - Vertex { position: (-3.03125, -3.09594, -1.106355), - normal: (0.503689, 0.453945, -0.735004), }, - Vertex { position: (-3.177108, -2.979305, -1.139084), - normal: (-0.833016, 0.038682, -0.551896), }, - Vertex { position: (-3.107105, -2.947818, -1.092235), - normal: (-0.661663, -0.02548, -0.749368), }, - Vertex { position: (-3.177108, -2.979305, -1.139084), - normal: (-0.833016, 0.038682, -0.551896), }, - Vertex { position: (-3.121673, -3.120319, -1.136456), - normal: (-0.039603, 0.339955, -0.939607), }, - Vertex { position: (-3.169546, -3.135273, -1.128247), - normal: (-0.377491, -0.043727, -0.92498), }, - Vertex { position: (-3.177108, -2.979305, -1.139084), - normal: (-0.833016, 0.038682, -0.551896), }, - Vertex { position: (-3.169546, -3.135273, -1.128247), - normal: (-0.377491, -0.043727, -0.92498), }, - Vertex { position: (-3.223286, -3.00178, -1.126176), - normal: (0.753698, -0.027204, 0.656657), }, - Vertex { position: (-3.227676, -3.14166, -1.103969), - normal: (0.913315, 0.39776, 0.087427), }, - Vertex { position: (-3.169546, -3.135273, -1.128247), - normal: (-0.377491, -0.043727, -0.92498), }, - Vertex { position: (-3.217306, -3.187686, -1.075214), - normal: (0.977763, 0.208696, -0.020643), }, - Vertex { position: (-3.301857, -3.074776, -1.114869), - normal: (0.121953, 0.140869, -0.982488), }, - Vertex { position: (-3.223286, -3.00178, -1.126176), - normal: (0.753698, -0.027204, 0.656657), }, - Vertex { position: (-3.169546, -3.135273, -1.128247), - normal: (-0.377491, -0.043727, -0.92498), }, - Vertex { position: (-3.301857, -3.074776, -1.114869), - normal: (0.121953, 0.140869, -0.982488), }, - Vertex { position: (-3.169546, -3.135273, -1.128247), - normal: (-0.377491, -0.043727, -0.92498), }, - Vertex { position: (-3.227676, -3.14166, -1.103969), - normal: (0.913315, 0.39776, 0.087427), }, - Vertex { position: (-3.301857, -3.074776, -1.114869), - normal: (0.121953, 0.140869, -0.982488), }, - Vertex { position: (-3.333954, -3.058673, -0.974748), - normal: (0.197648, 0.486888, -0.850809), }, - Vertex { position: (-3.302419, -3.017921, -1.128514), - normal: (0.517272, -0.552302, -0.653753), }, - Vertex { position: (-3.339637, -2.846837, -0.966368), - normal: (-0.978077, -0.070308, 0.196017), }, - Vertex { position: (-3.32033, -2.827513, -1.063914), - normal: (-0.020456, 0.943466, -0.330837), }, - Vertex { position: (-3.302419, -3.017921, -1.128514), - normal: (0.517272, -0.552302, -0.653753), }, - Vertex { position: (-3.339637, -2.846837, -0.966368), - normal: (-0.978077, -0.070308, 0.196017), }, - Vertex { position: (-3.302419, -3.017921, -1.128514), - normal: (0.517272, -0.552302, -0.653753), }, - Vertex { position: (-3.333954, -3.058673, -0.974748), - normal: (0.197648, 0.486888, -0.850809), }, - Vertex { position: (-2.884711, -3.063896, -0.993766), - normal: (0.737412, 0.542596, -0.402261), }, - Vertex { position: (-2.946527, -2.939327, -0.986343), - normal: (0.507452, 0.36284, -0.781563), }, - Vertex { position: (-3.008412, -2.89976, -0.904635), - normal: (0.72114, 0.258272, 0.642848), }, - Vertex { position: (-2.884711, -3.063896, -0.993766), - normal: (0.737412, 0.542596, -0.402261), }, - Vertex { position: (-3.008412, -2.89976, -0.904635), - normal: (0.72114, 0.258272, 0.642848), }, - Vertex { position: (-2.928681, -3.072892, -0.924772), - normal: (0.684558, 0.361154, 0.633205), }, - Vertex { position: (-3.294389, -3.166225, -0.842823), - normal: (-0.178214, -0.110838, 0.977729), }, - Vertex { position: (-3.11957, -3.183977, -0.870739), - normal: (-0.948594, -0.185732, 0.256269), }, - Vertex { position: (-3.166971, -3.002766, -0.812106), - normal: (-0.058899, -0.007802, 0.998233), }, - Vertex { position: (-3.294389, -3.166225, -0.842823), - normal: (-0.178214, -0.110838, 0.977729), }, - Vertex { position: (-3.166971, -3.002766, -0.812106), - normal: (-0.058899, -0.007802, 0.998233), }, - Vertex { position: (-3.256731, -3.032131, -0.849693), - normal: (-0.674431, 0.094186, 0.732306), }, - Vertex { position: (-3.11957, -3.183977, -0.870739), - normal: (-0.948594, -0.185732, 0.256269), }, - Vertex { position: (-3.011987, -3.092, -0.860973), - normal: (0.308087, 0.149605, 0.939521), }, - Vertex { position: (-3.06981, -2.928755, -0.845236), - normal: (0.403627, 0.101273, 0.909301), }, - Vertex { position: (-3.11957, -3.183977, -0.870739), - normal: (-0.948594, -0.185732, 0.256269), }, - Vertex { position: (-3.06981, -2.928755, -0.845236), - normal: (0.403627, 0.101273, 0.909301), }, - Vertex { position: (-3.166971, -3.002766, -0.812106), - normal: (-0.058899, -0.007802, 0.998233), }, - Vertex { position: (-3.011987, -3.092, -0.860973), - normal: (0.308087, 0.149605, 0.939521), }, - Vertex { position: (-2.928681, -3.072892, -0.924772), - normal: (0.684558, 0.361154, 0.633205), }, - Vertex { position: (-3.008412, -2.89976, -0.904635), - normal: (0.72114, 0.258272, 0.642848), }, - Vertex { position: (-3.011987, -3.092, -0.860973), - normal: (0.308087, 0.149605, 0.939521), }, - Vertex { position: (-3.008412, -2.89976, -0.904635), - normal: (0.72114, 0.258272, 0.642848), }, - Vertex { position: (-3.06981, -2.928755, -0.845236), - normal: (0.403627, 0.101273, 0.909301), }, - Vertex { position: (-3.166971, -3.002766, -0.812106), - normal: (-0.058899, -0.007802, 0.998233), }, - Vertex { position: (-3.06981, -2.928755, -0.845236), - normal: (0.403627, 0.101273, 0.909301), }, - Vertex { position: (-3.137383, -2.776449, -0.844117), - normal: (0.313529, 0.096126, 0.944701), }, - Vertex { position: (-3.166971, -3.002766, -0.812106), - normal: (-0.058899, -0.007802, 0.998233), }, - Vertex { position: (-3.137383, -2.776449, -0.844117), - normal: (0.313529, 0.096126, 0.944701), }, - Vertex { position: (-3.184812, -2.768053, -0.850127), - normal: (-0.121543, 0.046, 0.99152), }, - Vertex { position: (-3.137383, -2.776449, -0.844117), - normal: (0.313529, 0.096126, 0.944701), }, - Vertex { position: (-3.06981, -2.928755, -0.845236), - normal: (0.403627, 0.101273, 0.909301), }, - Vertex { position: (-3.008412, -2.89976, -0.904635), - normal: (0.72114, 0.258272, 0.642848), }, - Vertex { position: (-3.137383, -2.776449, -0.844117), - normal: (0.313529, 0.096126, 0.944701), }, - Vertex { position: (-3.008412, -2.89976, -0.904635), - normal: (0.72114, 0.258272, 0.642848), }, - Vertex { position: (-3.040038, -2.780893, -0.914614), - normal: (0.761939, 0.13671, 0.633055), }, - Vertex { position: (-3.256731, -3.032131, -0.849693), - normal: (-0.674431, 0.094186, 0.732306), }, - Vertex { position: (-3.166971, -3.002766, -0.812106), - normal: (-0.058899, -0.007802, 0.998233), }, - Vertex { position: (-3.184812, -2.768053, -0.850127), - normal: (-0.121543, 0.046, 0.99152), }, - Vertex { position: (-3.256731, -3.032131, -0.849693), - normal: (-0.674431, 0.094186, 0.732306), }, - Vertex { position: (-3.184812, -2.768053, -0.850127), - normal: (-0.121543, 0.046, 0.99152), }, - Vertex { position: (-3.300372, -2.795728, -0.878984), - normal: (-0.556404, -0.045521, 0.829664), }, - Vertex { position: (-2.946527, -2.939327, -0.986343), - normal: (0.507452, 0.36284, -0.781563), }, - Vertex { position: (-3.016419, -2.765091, -0.966671), - normal: (0.484364, 0.195734, -0.85269), }, - Vertex { position: (-3.040038, -2.780893, -0.914614), - normal: (0.761939, 0.13671, 0.633055), }, - Vertex { position: (-2.946527, -2.939327, -0.986343), - normal: (0.507452, 0.36284, -0.781563), }, - Vertex { position: (-3.040038, -2.780893, -0.914614), - normal: (0.761939, 0.13671, 0.633055), }, - Vertex { position: (-3.008412, -2.89976, -0.904635), - normal: (0.72114, 0.258272, 0.642848), }, - Vertex { position: (-3.053267, -2.764905, -1.043008), - normal: (-0.156071, 0.243426, -0.95728), }, - Vertex { position: (-3.141072, -2.785287, -1.032318), - normal: (-0.753891, 0.130682, -0.643872), }, - Vertex { position: (-3.162498, -2.556375, -1.058409), - normal: (-0.440199, 0.219838, -0.870572), }, - Vertex { position: (-3.053267, -2.764905, -1.043008), - normal: (-0.156071, 0.243426, -0.95728), }, - Vertex { position: (-3.162498, -2.556375, -1.058409), - normal: (-0.440199, 0.219838, -0.870572), }, - Vertex { position: (-3.078699, -2.553982, -1.046834), - normal: (-0.775358, 0.344514, -0.529274), }, - Vertex { position: (-3.32033, -2.827513, -1.063914), - normal: (-0.020456, 0.943466, -0.330837), }, - Vertex { position: (-3.339637, -2.846837, -0.966368), - normal: (-0.978077, -0.070308, 0.196017), }, - Vertex { position: (-3.372066, -2.569159, -0.904785), - normal: (-0.326843, -0.236652, 0.91497), }, - Vertex { position: (-3.32033, -2.827513, -1.063914), - normal: (-0.020456, 0.943466, -0.330837), }, - Vertex { position: (-3.372066, -2.569159, -0.904785), - normal: (-0.326843, -0.236652, 0.91497), }, - Vertex { position: (-3.347304, -2.573628, -0.955211), - normal: (-0.354049, -0.10839, -0.928925), }, - Vertex { position: (-3.26181, -2.821069, -1.088218), - normal: (0.030762, -0.124297, 0.991768), }, - Vertex { position: (-3.32033, -2.827513, -1.063914), - normal: (-0.020456, 0.943466, -0.330837), }, - Vertex { position: (-3.347304, -2.573628, -0.955211), - normal: (-0.354049, -0.10839, -0.928925), }, - Vertex { position: (-3.26181, -2.821069, -1.088218), - normal: (0.030762, -0.124297, 0.991768), }, - Vertex { position: (-3.347304, -2.573628, -0.955211), - normal: (-0.354049, -0.10839, -0.928925), }, - Vertex { position: (-3.251541, -2.56405, -1.023627), - normal: (0.433219, -0.09361, -0.896414), }, - Vertex { position: (-3.196508, -2.788166, -1.045431), - normal: (-0.637764, 0.107242, -0.76273), }, - Vertex { position: (-3.26181, -2.821069, -1.088218), - normal: (0.030762, -0.124297, 0.991768), }, - Vertex { position: (-3.251541, -2.56405, -1.023627), - normal: (0.433219, -0.09361, -0.896414), }, - Vertex { position: (-3.196508, -2.788166, -1.045431), - normal: (-0.637764, 0.107242, -0.76273), }, - Vertex { position: (-3.251541, -2.56405, -1.023627), - normal: (0.433219, -0.09361, -0.896414), }, - Vertex { position: (-3.162498, -2.556375, -1.058409), - normal: (-0.440199, 0.219838, -0.870572), }, - Vertex { position: (-3.141072, -2.785287, -1.032318), - normal: (-0.753891, 0.130682, -0.643872), }, - Vertex { position: (-3.196508, -2.788166, -1.045431), - normal: (-0.637764, 0.107242, -0.76273), }, - Vertex { position: (-3.162498, -2.556375, -1.058409), - normal: (-0.440199, 0.219838, -0.870572), }, - Vertex { position: (-3.078699, -2.553982, -1.046834), - normal: (-0.775358, 0.344514, -0.529274), }, - Vertex { position: (-3.022819, -2.52224, -0.979148), - normal: (-0.501053, -0.05946, -0.863371), }, - Vertex { position: (-3.016419, -2.765091, -0.966671), - normal: (0.484364, 0.195734, -0.85269), }, - Vertex { position: (-3.078699, -2.553982, -1.046834), - normal: (-0.775358, 0.344514, -0.529274), }, - Vertex { position: (-3.016419, -2.765091, -0.966671), - normal: (0.484364, 0.195734, -0.85269), }, - Vertex { position: (-3.053267, -2.764905, -1.043008), - normal: (-0.156071, 0.243426, -0.95728), }, - Vertex { position: (-3.297886, -2.54902, -0.861657), - normal: (0.255431, -0.055528, 0.965231), }, - Vertex { position: (-3.372066, -2.569159, -0.904785), - normal: (-0.326843, -0.236652, 0.91497), }, - Vertex { position: (-3.339637, -2.846837, -0.966368), - normal: (-0.978077, -0.070308, 0.196017), }, - Vertex { position: (-3.297886, -2.54902, -0.861657), - normal: (0.255431, -0.055528, 0.965231), }, - Vertex { position: (-3.339637, -2.846837, -0.966368), - normal: (-0.978077, -0.070308, 0.196017), }, - Vertex { position: (-3.300372, -2.795728, -0.878984), - normal: (-0.556404, -0.045521, 0.829664), }, - Vertex { position: (-3.240554, -2.555467, -0.856262), - normal: (-0.215783, -0.895808, 0.388544), }, - Vertex { position: (-3.297886, -2.54902, -0.861657), - normal: (0.255431, -0.055528, 0.965231), }, - Vertex { position: (-3.300372, -2.795728, -0.878984), - normal: (-0.556404, -0.045521, 0.829664), }, - Vertex { position: (-3.240554, -2.555467, -0.856262), - normal: (-0.215783, -0.895808, 0.388544), }, - Vertex { position: (-3.300372, -2.795728, -0.878984), - normal: (-0.556404, -0.045521, 0.829664), }, - Vertex { position: (-3.184812, -2.768053, -0.850127), - normal: (-0.121543, 0.046, 0.99152), }, - Vertex { position: (-3.132772, -2.528669, -0.848639), - normal: (-0.065687, -0.249194, 0.966223), }, - Vertex { position: (-3.240554, -2.555467, -0.856262), - normal: (-0.215783, -0.895808, 0.388544), }, - Vertex { position: (-3.184812, -2.768053, -0.850127), - normal: (-0.121543, 0.046, 0.99152), }, - Vertex { position: (-3.132772, -2.528669, -0.848639), - normal: (-0.065687, -0.249194, 0.966223), }, - Vertex { position: (-3.184812, -2.768053, -0.850127), - normal: (-0.121543, 0.046, 0.99152), }, - Vertex { position: (-3.137383, -2.776449, -0.844117), - normal: (0.313529, 0.096126, 0.944701), }, - Vertex { position: (-3.04661, -2.510881, -0.900772), - normal: (0.886562, -0.46255, -0.007485), }, - Vertex { position: (-3.132772, -2.528669, -0.848639), - normal: (-0.065687, -0.249194, 0.966223), }, - Vertex { position: (-3.137383, -2.776449, -0.844117), - normal: (0.313529, 0.096126, 0.944701), }, - Vertex { position: (-3.04661, -2.510881, -0.900772), - normal: (0.886562, -0.46255, -0.007485), }, - Vertex { position: (-3.137383, -2.776449, -0.844117), - normal: (0.313529, 0.096126, 0.944701), }, - Vertex { position: (-3.040038, -2.780893, -0.914614), - normal: (0.761939, 0.13671, 0.633055), }, - Vertex { position: (-3.022819, -2.52224, -0.979148), - normal: (-0.501053, -0.05946, -0.863371), }, - Vertex { position: (-3.04661, -2.510881, -0.900772), - normal: (0.886562, -0.46255, -0.007485), }, - Vertex { position: (-3.040038, -2.780893, -0.914614), - normal: (0.761939, 0.13671, 0.633055), }, - Vertex { position: (-3.022819, -2.52224, -0.979148), - normal: (-0.501053, -0.05946, -0.863371), }, - Vertex { position: (-3.040038, -2.780893, -0.914614), - normal: (0.761939, 0.13671, 0.633055), }, - Vertex { position: (-3.016419, -2.765091, -0.966671), - normal: (0.484364, 0.195734, -0.85269), }, - Vertex { position: (-3.27979, -1.162072, -0.784602), - normal: (-0.823768, 0.005745, -0.566899), }, - Vertex { position: (-3.27751, -1.177346, -0.9153), - normal: (-0.799953, -0.096213, -0.592299), }, - Vertex { position: (-3.319817, -1.365015, -0.886015), - normal: (-0.811102, -0.12903, -0.570495), }, - Vertex { position: (-3.27979, -1.162072, -0.784602), - normal: (-0.823768, 0.005745, -0.566899), }, - Vertex { position: (-3.319817, -1.365015, -0.886015), - normal: (-0.811102, -0.12903, -0.570495), }, - Vertex { position: (-3.335942, -1.365685, -0.72459), - normal: (-0.782249, 0.198377, -0.590536), }, - Vertex { position: (-3.25121, -0.948205, -0.819868), - normal: (-0.838192, 0.000365, -0.545375), }, - Vertex { position: (-3.283698, -0.730967, -0.793898), - normal: (-0.984416, -0.175855, -0.000915), }, - Vertex { position: (-3.233333, -0.683782, -1.015512), - normal: (-0.84112, -0.026303, -0.540209), }, - Vertex { position: (-3.25121, -0.948205, -0.819868), - normal: (-0.838192, 0.000365, -0.545375), }, - Vertex { position: (-3.233333, -0.683782, -1.015512), - normal: (-0.84112, -0.026303, -0.540209), }, - Vertex { position: (-3.238094, -0.979377, -0.961631), - normal: (-0.813168, -0.06637, -0.578232), }, - Vertex { position: (-3.27979, -1.162072, -0.784602), - normal: (-0.823768, 0.005745, -0.566899), }, - Vertex { position: (-3.25121, -0.948205, -0.819868), - normal: (-0.838192, 0.000365, -0.545375), }, - Vertex { position: (-3.238094, -0.979377, -0.961631), - normal: (-0.813168, -0.06637, -0.578232), }, - Vertex { position: (-3.27979, -1.162072, -0.784602), - normal: (-0.823768, 0.005745, -0.566899), }, - Vertex { position: (-3.238094, -0.979377, -0.961631), - normal: (-0.813168, -0.06637, -0.578232), }, - Vertex { position: (-3.27751, -1.177346, -0.9153), - normal: (-0.799953, -0.096213, -0.592299), }, - Vertex { position: (-3.415655, -0.308965, -0.671045), - normal: (-0.743901, 0.102645, -0.66036), }, - Vertex { position: (-3.406618, -0.343461, -0.746456), - normal: (-0.976177, -0.17359, 0.130171), }, - Vertex { position: (-3.283698, -0.730967, -0.793898), - normal: (-0.984416, -0.175855, -0.000915), }, - Vertex { position: (-3.556552, 0.704883, -0.28063), - normal: (-0.472479, 0.093412, -0.876377), }, - Vertex { position: (-3.57817, 0.837714, -0.288502), - normal: (-0.43302, -0.02622, -0.901003), }, - Vertex { position: (-3.664355, 0.932851, -0.370749), - normal: (-0.946902, -0.290276, 0.138264), }, - Vertex { position: (-3.556552, 0.704883, -0.28063), - normal: (-0.472479, 0.093412, -0.876377), }, - Vertex { position: (-3.664355, 0.932851, -0.370749), - normal: (-0.946902, -0.290276, 0.138264), }, - Vertex { position: (-3.631292, 0.701013, -0.420276), - normal: (-0.982633, -0.143429, 0.11773), }, - Vertex { position: (-3.536654, 0.442277, -0.322), - normal: (-0.971344, 0.144305, -0.188856), }, - Vertex { position: (-3.556552, 0.704883, -0.28063), - normal: (-0.472479, 0.093412, -0.876377), }, - Vertex { position: (-3.631292, 0.701013, -0.420276), - normal: (-0.982633, -0.143429, 0.11773), }, - Vertex { position: (-3.536654, 0.442277, -0.322), - normal: (-0.971344, 0.144305, -0.188856), }, - Vertex { position: (-3.631292, 0.701013, -0.420276), - normal: (-0.982633, -0.143429, 0.11773), }, - Vertex { position: (-3.570384, 0.385564, -0.52448), - normal: (-0.995584, -0.070631, 0.061842), }, - Vertex { position: (-3.51684, 0.149002, -0.430359), - normal: (-0.923845, 0.18432, -0.335466), }, - Vertex { position: (-3.536654, 0.442277, -0.322), - normal: (-0.971344, 0.144305, -0.188856), }, - Vertex { position: (-3.570384, 0.385564, -0.52448), - normal: (-0.995584, -0.070631, 0.061842), }, - Vertex { position: (-3.51684, 0.149002, -0.430359), - normal: (-0.923845, 0.18432, -0.335466), }, - Vertex { position: (-3.570384, 0.385564, -0.52448), - normal: (-0.995584, -0.070631, 0.061842), }, - Vertex { position: (-3.520188, 0.140164, -0.618561), - normal: (-0.997475, -0.070819, 0.005318), }, - Vertex { position: (-3.470778, -0.078218, -0.546398), - normal: (-0.908258, 0.139498, -0.394471), }, - Vertex { position: (-3.51684, 0.149002, -0.430359), - normal: (-0.923845, 0.18432, -0.335466), }, - Vertex { position: (-3.520188, 0.140164, -0.618561), - normal: (-0.997475, -0.070819, 0.005318), }, - Vertex { position: (-3.470778, -0.078218, -0.546398), - normal: (-0.908258, 0.139498, -0.394471), }, - Vertex { position: (-3.520188, 0.140164, -0.618561), - normal: (-0.997475, -0.070819, 0.005318), }, - Vertex { position: (-3.458251, -0.12595, -0.731712), - normal: (-0.980175, -0.184883, 0.071243), }, - Vertex { position: (-3.415655, -0.308965, -0.671045), - normal: (-0.743901, 0.102645, -0.66036), }, - Vertex { position: (-3.470778, -0.078218, -0.546398), - normal: (-0.908258, 0.139498, -0.394471), }, - Vertex { position: (-3.458251, -0.12595, -0.731712), - normal: (-0.980175, -0.184883, 0.071243), }, - Vertex { position: (-3.415655, -0.308965, -0.671045), - normal: (-0.743901, 0.102645, -0.66036), }, - Vertex { position: (-3.458251, -0.12595, -0.731712), - normal: (-0.980175, -0.184883, 0.071243), }, - Vertex { position: (-3.406618, -0.343461, -0.746456), - normal: (-0.976177, -0.17359, 0.130171), }, - Vertex { position: (-3.623861, 0.911561, 0.0), - normal: (-0.996668, 0.081567, 0.0), }, - Vertex { position: (-3.664355, 0.932851, -0.370749), - normal: (-0.946902, -0.290276, 0.138264), }, - Vertex { position: (-3.57817, 0.837714, -0.288502), - normal: (-0.43302, -0.02622, -0.901003), }, - Vertex { position: (-3.623861, 0.911561, 0.0), - normal: (-0.996668, 0.081567, 0.0), }, - Vertex { position: (-3.57817, 0.837714, -0.288502), - normal: (-0.43302, -0.02622, -0.901003), }, - Vertex { position: (-3.599077, 0.796217, 0.0), - normal: (-0.989171, 0.146765, 0.0), }, - Vertex { position: (-3.601668, 1.293049, 0.0), - normal: (-0.844095, -0.536194, 0.0), }, - Vertex { position: (-3.709827, 1.417763, 0.0), - normal: (-0.848349, -0.120539, -0.515533), }, - Vertex { position: (-3.709741, 1.351194, -0.211745), - normal: (-0.880002, -0.033987, -0.473752), }, - Vertex { position: (-3.601668, 1.293049, 0.0), - normal: (-0.844095, -0.536194, 0.0), }, - Vertex { position: (-3.709741, 1.351194, -0.211745), - normal: (-0.880002, -0.033987, -0.473752), }, - Vertex { position: (-3.701634, 1.27265, -0.270469), - normal: (-0.870331, 0.069096, -0.487595), }, - Vertex { position: (-3.608593, 1.163581, 0.0), - normal: (-0.946116, -0.323827, 0.0), }, - Vertex { position: (-3.601668, 1.293049, 0.0), - normal: (-0.844095, -0.536194, 0.0), }, - Vertex { position: (-3.701634, 1.27265, -0.270469), - normal: (-0.870331, 0.069096, -0.487595), }, - Vertex { position: (-3.608593, 1.163581, 0.0), - normal: (-0.946116, -0.323827, 0.0), }, - Vertex { position: (-3.701634, 1.27265, -0.270469), - normal: (-0.870331, 0.069096, -0.487595), }, - Vertex { position: (-3.695872, 1.156978, -0.316829), - normal: (-0.822733, 0.223687, -0.522565), }, - Vertex { position: (-3.622326, 1.005378, 0.0), - normal: (-0.997181, -0.075036, 0.0), }, - Vertex { position: (-3.608593, 1.163581, 0.0), - normal: (-0.946116, -0.323827, 0.0), }, - Vertex { position: (-3.695872, 1.156978, -0.316829), - normal: (-0.822733, 0.223687, -0.522565), }, - Vertex { position: (-3.622326, 1.005378, 0.0), - normal: (-0.997181, -0.075036, 0.0), }, - Vertex { position: (-3.695872, 1.156978, -0.316829), - normal: (-0.822733, 0.223687, -0.522565), }, - Vertex { position: (-3.672431, 1.044224, -0.364991), - normal: (-0.938447, -0.345423, 0.0), }, - Vertex { position: (-3.623861, 0.911561, 0.0), - normal: (-0.996668, 0.081567, 0.0), }, - Vertex { position: (-3.622326, 1.005378, 0.0), - normal: (-0.997181, -0.075036, 0.0), }, - Vertex { position: (-3.672431, 1.044224, -0.364991), - normal: (-0.938447, -0.345423, 0.0), }, - Vertex { position: (-3.623861, 0.911561, 0.0), - normal: (-0.996668, 0.081567, 0.0), }, - Vertex { position: (-3.672431, 1.044224, -0.364991), - normal: (-0.938447, -0.345423, 0.0), }, - Vertex { position: (-3.664355, 0.932851, -0.370749), - normal: (-0.946902, -0.290276, 0.138264), }, - Vertex { position: (-3.900566, 1.002504, 0.0), - normal: (-0.999862, -0.016634, 0.0), }, - Vertex { position: (-3.88734, 1.003866, -0.057635), - normal: (-0.891992, -0.016938, -0.451734), }, - Vertex { position: (-3.84447, 0.498176, -0.053132), - normal: (-0.888551, -0.077176, -0.452239), }, - Vertex { position: (-3.900566, 1.002504, 0.0), - normal: (-0.999862, -0.016634, 0.0), }, - Vertex { position: (-3.84447, 0.498176, -0.053132), - normal: (-0.888551, -0.077176, -0.452239), }, - Vertex { position: (-3.856649, 0.496801, 0.0), - normal: (-0.996511, -0.083465, -0.000062), }, - Vertex { position: (-3.87514, 1.480358, 0.0), - normal: (-0.964752, 0.26316, 0.0), }, - Vertex { position: (-3.86082, 1.479723, -0.062137), - normal: (-0.860797, 0.234294, -0.451812), }, - Vertex { position: (-3.88734, 1.003866, -0.057635), - normal: (-0.891992, -0.016938, -0.451734), }, - Vertex { position: (-3.87514, 1.480358, 0.0), - normal: (-0.964752, 0.26316, 0.0), }, - Vertex { position: (-3.88734, 1.003866, -0.057635), - normal: (-0.891992, -0.016938, -0.451734), }, - Vertex { position: (-3.900566, 1.002504, 0.0), - normal: (-0.999862, -0.016634, 0.0), }, - Vertex { position: (-3.712832, 1.794492, 0.0), - normal: (-0.766357, 0.642415, 0.0), }, - Vertex { position: (-3.698925, 1.787941, -0.06664), - normal: (-0.686439, 0.576002, -0.443872), }, - Vertex { position: (-3.86082, 1.479723, -0.062137), - normal: (-0.860797, 0.234294, -0.451812), }, - Vertex { position: (-3.712832, 1.794492, 0.0), - normal: (-0.766357, 0.642415, 0.0), }, - Vertex { position: (-3.86082, 1.479723, -0.062137), - normal: (-0.860797, 0.234294, -0.451812), }, - Vertex { position: (-3.87514, 1.480358, 0.0), - normal: (-0.964752, 0.26316, 0.0), }, - Vertex { position: (-3.47843, 1.975409, 0.0), - normal: (-0.410619, 0.911807, 0.0), }, - Vertex { position: (-3.469715, 1.961504, -0.071141), - normal: (-0.369855, 0.817227, -0.441981), }, - Vertex { position: (-3.698925, 1.787941, -0.06664), - normal: (-0.686439, 0.576002, -0.443872), }, - Vertex { position: (-3.47843, 1.975409, 0.0), - normal: (-0.410619, 0.911807, 0.0), }, - Vertex { position: (-3.698925, 1.787941, -0.06664), - normal: (-0.686439, 0.576002, -0.443872), }, - Vertex { position: (-3.712832, 1.794492, 0.0), - normal: (-0.766357, 0.642415, 0.0), }, - Vertex { position: (-3.242148, 2.021387, 0.0), - normal: (-0.433128, -0.901332, 0.0), }, - Vertex { position: (-3.238225, 2.005405, -0.075645), - normal: (0.011581, 0.887039, -0.461548), }, - Vertex { position: (-3.469715, 1.961504, -0.071141), - normal: (-0.369855, 0.817227, -0.441981), }, - Vertex { position: (-3.242148, 2.021387, 0.0), - normal: (-0.433128, -0.901332, 0.0), }, - Vertex { position: (-3.469715, 1.961504, -0.071141), - normal: (-0.369855, 0.817227, -0.441981), }, - Vertex { position: (-3.47843, 1.975409, 0.0), - normal: (-0.410619, 0.911807, 0.0), }, - Vertex { position: (-3.88734, 1.003866, -0.057635), - normal: (-0.891992, -0.016938, -0.451734), }, - Vertex { position: (-3.851206, 1.007586, -0.099831), - normal: (-0.548359, -0.017804, -0.836053), }, - Vertex { position: (-3.811194, 0.501935, -0.092033), - normal: (-0.545298, -0.056465, -0.836338), }, - Vertex { position: (-3.88734, 1.003866, -0.057635), - normal: (-0.891992, -0.016938, -0.451734), }, - Vertex { position: (-3.811194, 0.501935, -0.092033), - normal: (-0.545298, -0.056465, -0.836338), }, - Vertex { position: (-3.84447, 0.498176, -0.053132), - normal: (-0.888551, -0.077176, -0.452239), }, - Vertex { position: (-3.86082, 1.479723, -0.062137), - normal: (-0.860797, 0.234294, -0.451812), }, - Vertex { position: (-3.821694, 1.477989, -0.107631), - normal: (-0.530021, 0.13773, -0.836725), }, - Vertex { position: (-3.851206, 1.007586, -0.099831), - normal: (-0.548359, -0.017804, -0.836053), }, - Vertex { position: (-3.86082, 1.479723, -0.062137), - normal: (-0.860797, 0.234294, -0.451812), }, - Vertex { position: (-3.851206, 1.007586, -0.099831), - normal: (-0.548359, -0.017804, -0.836053), }, - Vertex { position: (-3.88734, 1.003866, -0.057635), - normal: (-0.891992, -0.016938, -0.451734), }, - Vertex { position: (-3.698925, 1.787941, -0.06664), - normal: (-0.686439, 0.576002, -0.443872), }, - Vertex { position: (-3.660928, 1.770041, -0.115431), - normal: (-0.429713, 0.351913, -0.831568), }, - Vertex { position: (-3.821694, 1.477989, -0.107631), - normal: (-0.530021, 0.13773, -0.836725), }, - Vertex { position: (-3.698925, 1.787941, -0.06664), - normal: (-0.686439, 0.576002, -0.443872), }, - Vertex { position: (-3.821694, 1.477989, -0.107631), - normal: (-0.530021, 0.13773, -0.836725), }, - Vertex { position: (-3.86082, 1.479723, -0.062137), - normal: (-0.860797, 0.234294, -0.451812), }, - Vertex { position: (-3.469715, 1.961504, -0.071141), - normal: (-0.369855, 0.817227, -0.441981), }, - Vertex { position: (-3.445903, 1.923509, -0.123229), - normal: (-0.240211, 0.502412, -0.830591), }, - Vertex { position: (-3.660928, 1.770041, -0.115431), - normal: (-0.429713, 0.351913, -0.831568), }, - Vertex { position: (-3.469715, 1.961504, -0.071141), - normal: (-0.369855, 0.817227, -0.441981), }, - Vertex { position: (-3.660928, 1.770041, -0.115431), - normal: (-0.429713, 0.351913, -0.831568), }, - Vertex { position: (-3.698925, 1.787941, -0.06664), - normal: (-0.686439, 0.576002, -0.443872), }, - Vertex { position: (-3.238225, 2.005405, -0.075645), - normal: (0.011581, 0.887039, -0.461548), }, - Vertex { position: (-3.227504, 1.961738, -0.131029), - normal: (0.000909, 0.669011, -0.743252), }, - Vertex { position: (-3.445903, 1.923509, -0.123229), - normal: (-0.240211, 0.502412, -0.830591), }, - Vertex { position: (-3.238225, 2.005405, -0.075645), - normal: (0.011581, 0.887039, -0.461548), }, - Vertex { position: (-3.445903, 1.923509, -0.123229), - normal: (-0.240211, 0.502412, -0.830591), }, - Vertex { position: (-3.469715, 1.961504, -0.071141), - normal: (-0.369855, 0.817227, -0.441981), }, - Vertex { position: (-3.851206, 1.007586, -0.099831), - normal: (-0.548359, -0.017804, -0.836053), }, - Vertex { position: (-3.80184, 1.012668, -0.115288), - normal: (0.000763, -0.01871, -0.999825), }, - Vertex { position: (-3.765736, 0.50707, -0.106281), - normal: (0.002291, -0.021629, -0.999763), }, - Vertex { position: (-3.851206, 1.007586, -0.099831), - normal: (-0.548359, -0.017804, -0.836053), }, - Vertex { position: (-3.765736, 0.50707, -0.106281), - normal: (0.002291, -0.021629, -0.999763), }, - Vertex { position: (-3.811194, 0.501935, -0.092033), - normal: (-0.545298, -0.056465, -0.836338), }, - Vertex { position: (-3.821694, 1.477989, -0.107631), - normal: (-0.530021, 0.13773, -0.836725), }, - Vertex { position: (-3.768245, 1.475619, -0.124295), - normal: (-0.004656, -0.025693, -0.999659), }, - Vertex { position: (-3.80184, 1.012668, -0.115288), - normal: (0.000763, -0.01871, -0.999825), }, - Vertex { position: (-3.821694, 1.477989, -0.107631), - normal: (-0.530021, 0.13773, -0.836725), }, - Vertex { position: (-3.80184, 1.012668, -0.115288), - normal: (0.000763, -0.01871, -0.999825), }, - Vertex { position: (-3.851206, 1.007586, -0.099831), - normal: (-0.548359, -0.017804, -0.836053), }, - Vertex { position: (-3.660928, 1.770041, -0.115431), - normal: (-0.429713, 0.351913, -0.831568), }, - Vertex { position: (-3.609021, 1.745588, -0.133304), - normal: (-0.020872, -0.032587, -0.999251), }, - Vertex { position: (-3.768245, 1.475619, -0.124295), - normal: (-0.004656, -0.025693, -0.999659), }, - Vertex { position: (-3.660928, 1.770041, -0.115431), - normal: (-0.429713, 0.351913, -0.831568), }, - Vertex { position: (-3.768245, 1.475619, -0.124295), - normal: (-0.004656, -0.025693, -0.999659), }, - Vertex { position: (-3.821694, 1.477989, -0.107631), - normal: (-0.530021, 0.13773, -0.836725), }, - Vertex { position: (-3.445903, 1.923509, -0.123229), - normal: (-0.240211, 0.502412, -0.830591), }, - Vertex { position: (-3.413372, 1.871604, -0.142309), - normal: (-0.091034, 0.391629, -0.915609), }, - Vertex { position: (-3.609021, 1.745588, -0.133304), - normal: (-0.020872, -0.032587, -0.999251), }, - Vertex { position: (-3.445903, 1.923509, -0.123229), - normal: (-0.240211, 0.502412, -0.830591), }, - Vertex { position: (-3.609021, 1.745588, -0.133304), - normal: (-0.020872, -0.032587, -0.999251), }, - Vertex { position: (-3.660928, 1.770041, -0.115431), - normal: (-0.429713, 0.351913, -0.831568), }, - Vertex { position: (-3.227504, 1.961738, -0.131029), - normal: (0.000909, 0.669011, -0.743252), }, - Vertex { position: (-3.413372, 1.871604, -0.142309), - normal: (-0.091034, 0.391629, -0.915609), }, - Vertex { position: (-3.445903, 1.923509, -0.123229), - normal: (-0.240211, 0.502412, -0.830591), }, - Vertex { position: (-3.80184, 1.012668, -0.115288), - normal: (0.000763, -0.01871, -0.999825), }, - Vertex { position: (-3.752468, 1.017751, -0.099865), - normal: (0.549332, -0.018885, -0.835391), }, - Vertex { position: (-3.720269, 0.512205, -0.092064), - normal: (0.549192, 0.015162, -0.835559), }, - Vertex { position: (-3.80184, 1.012668, -0.115288), - normal: (0.000763, -0.01871, -0.999825), }, - Vertex { position: (-3.720269, 0.512205, -0.092064), - normal: (0.549192, 0.015162, -0.835559), }, - Vertex { position: (-3.765736, 0.50707, -0.106281), - normal: (0.002291, -0.021629, -0.999763), }, - Vertex { position: (-3.768245, 1.475619, -0.124295), - normal: (-0.004656, -0.025693, -0.999659), }, - Vertex { position: (-3.714787, 1.473248, -0.107668), - normal: (0.516335, -0.196022, -0.833651), }, - Vertex { position: (-3.752468, 1.017751, -0.099865), - normal: (0.549332, -0.018885, -0.835391), }, - Vertex { position: (-3.768245, 1.475619, -0.124295), - normal: (-0.004656, -0.025693, -0.999659), }, - Vertex { position: (-3.752468, 1.017751, -0.099865), - normal: (0.549332, -0.018885, -0.835391), }, - Vertex { position: (-3.80184, 1.012668, -0.115288), - normal: (0.000763, -0.01871, -0.999825), }, - Vertex { position: (-3.609021, 1.745588, -0.133304), - normal: (-0.020872, -0.032587, -0.999251), }, - Vertex { position: (-3.557104, 1.72113, -0.11547), - normal: (0.368421, -0.433142, -0.82259), }, - Vertex { position: (-3.714787, 1.473248, -0.107668), - normal: (0.516335, -0.196022, -0.833651), }, - Vertex { position: (-3.609021, 1.745588, -0.133304), - normal: (-0.020872, -0.032587, -0.999251), }, - Vertex { position: (-3.714787, 1.473248, -0.107668), - normal: (0.516335, -0.196022, -0.833651), }, - Vertex { position: (-3.768245, 1.475619, -0.124295), - normal: (-0.004656, -0.025693, -0.999659), }, - Vertex { position: (-3.413372, 1.871604, -0.142309), - normal: (-0.091034, 0.391629, -0.915609), }, - Vertex { position: (-3.380836, 1.819691, -0.123273), - normal: (0.255239, -0.528231, -0.80983), }, - Vertex { position: (-3.557104, 1.72113, -0.11547), - normal: (0.368421, -0.433142, -0.82259), }, - Vertex { position: (-3.413372, 1.871604, -0.142309), - normal: (-0.091034, 0.391629, -0.915609), }, - Vertex { position: (-3.557104, 1.72113, -0.11547), - normal: (0.368421, -0.433142, -0.82259), }, - Vertex { position: (-3.609021, 1.745588, -0.133304), - normal: (-0.020872, -0.032587, -0.999251), }, - Vertex { position: (-3.752468, 1.017751, -0.099865), - normal: (0.549332, -0.018885, -0.835391), }, - Vertex { position: (-3.716312, 1.021474, -0.057693), - normal: (0.892142, -0.018571, -0.451373), }, - Vertex { position: (-3.686972, 0.515966, -0.053185), - normal: (0.891325, 0.039302, -0.451658), }, - Vertex { position: (-3.752468, 1.017751, -0.099865), - normal: (0.549332, -0.018885, -0.835391), }, - Vertex { position: (-3.686972, 0.515966, -0.053185), - normal: (0.891325, 0.039302, -0.451658), }, - Vertex { position: (-3.720269, 0.512205, -0.092064), - normal: (0.549192, 0.015162, -0.835559), }, - Vertex { position: (-3.714787, 1.473248, -0.107668), - normal: (0.516335, -0.196022, -0.833651), }, - Vertex { position: (-3.675638, 1.471512, -0.062201), - normal: (0.843387, -0.305323, -0.442128), }, - Vertex { position: (-3.716312, 1.021474, -0.057693), - normal: (0.892142, -0.018571, -0.451373), }, - Vertex { position: (-3.714787, 1.473248, -0.107668), - normal: (0.516335, -0.196022, -0.833651), }, - Vertex { position: (-3.716312, 1.021474, -0.057693), - normal: (0.892142, -0.018571, -0.451373), }, - Vertex { position: (-3.752468, 1.017751, -0.099865), - normal: (0.549332, -0.018885, -0.835391), }, - Vertex { position: (-3.557104, 1.72113, -0.11547), - normal: (0.368421, -0.433142, -0.82259), }, - Vertex { position: (-3.519086, 1.70322, -0.066709), - normal: (0.589192, -0.69056, -0.4195), }, - Vertex { position: (-3.675638, 1.471512, -0.062201), - normal: (0.843387, -0.305323, -0.442128), }, - Vertex { position: (-3.557104, 1.72113, -0.11547), - normal: (0.368421, -0.433142, -0.82259), }, - Vertex { position: (-3.675638, 1.471512, -0.062201), - normal: (0.843387, -0.305323, -0.442128), }, - Vertex { position: (-3.714787, 1.473248, -0.107668), - normal: (0.516335, -0.196022, -0.833651), }, - Vertex { position: (-3.380836, 1.819691, -0.123273), - normal: (0.255239, -0.528231, -0.80983), }, - Vertex { position: (-3.357009, 1.781675, -0.071216), - normal: (0.389161, -0.829175, -0.401277), }, - Vertex { position: (-3.519086, 1.70322, -0.066709), - normal: (0.589192, -0.69056, -0.4195), }, - Vertex { position: (-3.380836, 1.819691, -0.123273), - normal: (0.255239, -0.528231, -0.80983), }, - Vertex { position: (-3.519086, 1.70322, -0.066709), - normal: (0.589192, -0.69056, -0.4195), }, - Vertex { position: (-3.557104, 1.72113, -0.11547), - normal: (0.368421, -0.433142, -0.82259), }, - Vertex { position: (-3.716312, 1.021474, -0.057693), - normal: (0.892142, -0.018571, -0.451373), }, - Vertex { position: (-3.703058, 1.022838, -0.000069), - normal: (0.999831, -0.018401, -0.000261), }, - Vertex { position: (-3.674766, 0.517345, -0.000063), - normal: (0.998889, 0.047122, -0.000074), }, - Vertex { position: (-3.716312, 1.021474, -0.057693), - normal: (0.892142, -0.018571, -0.451373), }, - Vertex { position: (-3.674766, 0.517345, -0.000063), - normal: (0.998889, 0.047122, -0.000074), }, - Vertex { position: (-3.686972, 0.515966, -0.053185), - normal: (0.891325, 0.039302, -0.451658), }, - Vertex { position: (-3.675638, 1.471512, -0.062201), - normal: (0.843387, -0.305323, -0.442128), }, - Vertex { position: (-3.661286, 1.470876, -0.000074), - normal: (0.941293, -0.337592, -0.000186), }, - Vertex { position: (-3.703058, 1.022838, -0.000069), - normal: (0.999831, -0.018401, -0.000261), }, - Vertex { position: (-3.675638, 1.471512, -0.062201), - normal: (0.843387, -0.305323, -0.442128), }, - Vertex { position: (-3.703058, 1.022838, -0.000069), - normal: (0.999831, -0.018401, -0.000261), }, - Vertex { position: (-3.716312, 1.021474, -0.057693), - normal: (0.892142, -0.018571, -0.451373), }, - Vertex { position: (-3.519086, 1.70322, -0.066709), - normal: (0.589192, -0.69056, -0.4195), }, - Vertex { position: (-3.507689, 1.700214, 0.0), - normal: (-0.153783, -0.988105, 0.0), }, - Vertex { position: (-3.661286, 1.470876, -0.000074), - normal: (0.941293, -0.337592, -0.000186), }, - Vertex { position: (-3.519086, 1.70322, -0.066709), - normal: (0.589192, -0.69056, -0.4195), }, - Vertex { position: (-3.661286, 1.470876, -0.000074), - normal: (0.941293, -0.337592, -0.000186), }, - Vertex { position: (-3.675638, 1.471512, -0.062201), - normal: (0.843387, -0.305323, -0.442128), }, - Vertex { position: (-3.357009, 1.781675, -0.071216), - normal: (0.389161, -0.829175, -0.401277), }, - Vertex { position: (-3.348274, 1.767738, -0.000085), - normal: (0.411442, -0.911436, -0.000099), }, - Vertex { position: (-3.507689, 1.700214, 0.0), - normal: (-0.153783, -0.988105, 0.0), }, - Vertex { position: (-3.357009, 1.781675, -0.071216), - normal: (0.389161, -0.829175, -0.401277), }, - Vertex { position: (-3.507689, 1.700214, 0.0), - normal: (-0.153783, -0.988105, 0.0), }, - Vertex { position: (-3.519086, 1.70322, -0.066709), - normal: (0.589192, -0.69056, -0.4195), }, - Vertex { position: (-3.227504, 1.961738, -0.131029), - normal: (0.000909, 0.669011, -0.743252), }, - Vertex { position: (-3.077669, 1.871112, -0.217368), - normal: (0.243464, -0.335965, -0.909864), }, - Vertex { position: (-3.413372, 1.871604, -0.142309), - normal: (-0.091034, 0.391629, -0.915609), }, - Vertex { position: (-3.238225, 2.005405, -0.075645), - normal: (0.011581, 0.887039, -0.461548), }, - Vertex { position: (-3.242148, 2.021387, 0.0), - normal: (-0.433128, -0.901332, 0.0), }, - Vertex { position: (-3.037562, 2.001526, 0.0), - normal: (0.012502, -0.999922, 0.0), }, - Vertex { position: (-3.238225, 2.005405, -0.075645), - normal: (0.011581, 0.887039, -0.461548), }, - Vertex { position: (-3.037562, 2.001526, 0.0), - normal: (0.012502, -0.999922, 0.0), }, - Vertex { position: (-3.053102, 1.96881, -0.051104), - normal: (0.005821, -0.234321, -0.972142), }, - Vertex { position: (-3.227504, 1.961738, -0.131029), - normal: (0.000909, 0.669011, -0.743252), }, - Vertex { position: (-3.238225, 2.005405, -0.075645), - normal: (0.011581, 0.887039, -0.461548), }, - Vertex { position: (-3.053102, 1.96881, -0.051104), - normal: (0.005821, -0.234321, -0.972142), }, - Vertex { position: (-3.227504, 1.961738, -0.131029), - normal: (0.000909, 0.669011, -0.743252), }, - Vertex { position: (-3.053102, 1.96881, -0.051104), - normal: (0.005821, -0.234321, -0.972142), }, - Vertex { position: (-3.077669, 1.871112, -0.217368), - normal: (0.243464, -0.335965, -0.909864), }, - Vertex { position: (-3.077669, 1.871112, -0.217368), - normal: (0.243464, -0.335965, -0.909864), }, - Vertex { position: (-3.35851, 1.810253, -0.380095), - normal: (-0.108631, -0.122719, -0.986478), }, - Vertex { position: (-3.413372, 1.871604, -0.142309), - normal: (-0.091034, 0.391629, -0.915609), }, - Vertex { position: (-3.077669, 1.871112, -0.217368), - normal: (0.243464, -0.335965, -0.909864), }, - Vertex { position: (-3.07531, 1.846, -0.363149), - normal: (0.49938, -0.45475, -0.737443), }, - Vertex { position: (-3.35851, 1.810253, -0.380095), - normal: (-0.108631, -0.122719, -0.986478), }, - Vertex { position: (4.760921, 1.881357, -0.61312), - normal: (0.269343, 0.329305, -0.904993), }, - Vertex { position: (4.824747, 1.946835, -0.626358), - normal: (0.544735, 0.449335, -0.708069), }, - Vertex { position: (4.852578, 1.889721, -0.605031), - normal: (0.897742, -0.15037, -0.414063), }, - Vertex { position: (4.760921, 1.881357, -0.61312), - normal: (0.269343, 0.329305, -0.904993), }, - Vertex { position: (4.852578, 1.889721, -0.605031), - normal: (0.897742, -0.15037, -0.414063), }, - Vertex { position: (4.861618, 1.854067, -0.618095), - normal: (0.397989, 0.4494, -0.799778), }, - Vertex { position: (4.861611, 2.001639, -0.621913), - normal: (0.721999, 0.398917, -0.565316), }, - Vertex { position: (4.842883, 2.021333, -0.638025), - normal: (0.264979, 0.116702, -0.957166), }, - Vertex { position: (4.93588, 2.051665, -0.572853), - normal: (0.312982, -0.015529, -0.949632), }, - Vertex { position: (4.861611, 2.001639, -0.621913), - normal: (0.721999, 0.398917, -0.565316), }, - Vertex { position: (4.93588, 2.051665, -0.572853), - normal: (0.312982, -0.015529, -0.949632), }, - Vertex { position: (4.935561, 2.016016, -0.5857), - normal: (0.711192, 0.127662, -0.69131), }, - Vertex { position: (4.991746, 2.009819, -0.523206), - normal: (0.470021, 0.182979, -0.863481), }, - Vertex { position: (5.001903, 1.914398, -0.486724), - normal: (0.412833, -0.156453, -0.897269), }, - Vertex { position: (4.973133, 1.992779, -0.533466), - normal: (0.872792, -0.115436, -0.474246), }, - Vertex { position: (4.926194, 1.859813, -0.582137), - normal: (0.746476, -0.187741, -0.638379), }, - Vertex { position: (4.944706, 1.840663, -0.575374), - normal: (0.560378, 0.257626, -0.78715), }, - Vertex { position: (4.861618, 1.854067, -0.618095), - normal: (0.397989, 0.4494, -0.799778), }, - Vertex { position: (4.926194, 1.859813, -0.582137), - normal: (0.746476, -0.187741, -0.638379), }, - Vertex { position: (4.861618, 1.854067, -0.618095), - normal: (0.397989, 0.4494, -0.799778), }, - Vertex { position: (4.852578, 1.889721, -0.605031), - normal: (0.897742, -0.15037, -0.414063), }, - Vertex { position: (4.926194, 1.859813, -0.582137), - normal: (0.746476, -0.187741, -0.638379), }, - Vertex { position: (4.982364, 1.8733, -0.53619), - normal: (0.108828, -0.182644, -0.977137), }, - Vertex { position: (4.991709, 1.844295, -0.520761), - normal: (0.661825, 0.260115, -0.703085), }, - Vertex { position: (4.926194, 1.859813, -0.582137), - normal: (0.746476, -0.187741, -0.638379), }, - Vertex { position: (4.991709, 1.844295, -0.520761), - normal: (0.661825, 0.260115, -0.703085), }, - Vertex { position: (4.944706, 1.840663, -0.575374), - normal: (0.560378, 0.257626, -0.78715), }, - Vertex { position: (4.861618, 1.854067, -0.618095), - normal: (0.397989, 0.4494, -0.799778), }, - Vertex { position: (4.944706, 1.840663, -0.575374), - normal: (0.560378, 0.257626, -0.78715), }, - Vertex { position: (4.908019, 1.796041, -0.587882), - normal: (0.675892, 0.137563, -0.724049), }, - Vertex { position: (4.861618, 1.854067, -0.618095), - normal: (0.397989, 0.4494, -0.799778), }, - Vertex { position: (4.908019, 1.796041, -0.587882), - normal: (0.675892, 0.137563, -0.724049), }, - Vertex { position: (4.852582, 1.816115, -0.603105), - normal: (0.708269, -0.122724, -0.695193), }, - Vertex { position: (4.944706, 1.840663, -0.575374), - normal: (0.560378, 0.257626, -0.78715), }, - Vertex { position: (4.991709, 1.844295, -0.520761), - normal: (0.661825, 0.260115, -0.703085), }, - Vertex { position: (4.963546, 1.783161, -0.553515), - normal: (0.683237, -0.051725, -0.728363), }, - Vertex { position: (4.944706, 1.840663, -0.575374), - normal: (0.560378, 0.257626, -0.78715), }, - Vertex { position: (4.963546, 1.783161, -0.553515), - normal: (0.683237, -0.051725, -0.728363), }, - Vertex { position: (4.908019, 1.796041, -0.587882), - normal: (0.675892, 0.137563, -0.724049), }, - Vertex { position: (4.991709, 1.844295, -0.520761), - normal: (0.661825, 0.260115, -0.703085), }, - Vertex { position: (4.983034, 1.806343, -0.505779), - normal: (0.762434, -0.012904, -0.646937), }, - Vertex { position: (4.963546, 1.783161, -0.553515), - normal: (0.683237, -0.051725, -0.728363), }, - Vertex { position: (4.991709, 1.844295, -0.520761), - normal: (0.661825, 0.260115, -0.703085), }, - Vertex { position: (5.01143, 1.875569, -0.463205), - normal: (0.431713, 0.22912, -0.872427), }, - Vertex { position: (4.983034, 1.806343, -0.505779), - normal: (0.762434, -0.012904, -0.646937), }, - Vertex { position: (4.918466, 2.084725, -0.532713), - normal: (0.588787, -0.248293, -0.769207), }, - Vertex { position: (4.964945, 2.053575, -0.499903), - normal: (0.274422, -0.24433, -0.930051), }, - Vertex { position: (4.991746, 2.009819, -0.523206), - normal: (0.470021, 0.182979, -0.863481), }, - Vertex { position: (4.918466, 2.084725, -0.532713), - normal: (0.588787, -0.248293, -0.769207), }, - Vertex { position: (4.991746, 2.009819, -0.523206), - normal: (0.470021, 0.182979, -0.863481), }, - Vertex { position: (4.93588, 2.051665, -0.572853), - normal: (0.312982, -0.015529, -0.949632), }, - Vertex { position: (4.964945, 2.053575, -0.499903), - normal: (0.274422, -0.24433, -0.930051), }, - Vertex { position: (5.020077, 1.97817, -0.480978), - normal: (0.017555, -0.142899, -0.989582), }, - Vertex { position: (4.991746, 2.009819, -0.523206), - normal: (0.470021, 0.182979, -0.863481), }, - Vertex { position: (4.991746, 2.009819, -0.523206), - normal: (0.470021, 0.182979, -0.863481), }, - Vertex { position: (5.020077, 1.97817, -0.480978), - normal: (0.017555, -0.142899, -0.989582), }, - Vertex { position: (5.01143, 1.875569, -0.463205), - normal: (0.431713, 0.22912, -0.872427), }, - Vertex { position: (4.842883, 2.021333, -0.638025), - normal: (0.264979, 0.116702, -0.957166), }, - Vertex { position: (4.825996, 2.089176, -0.576083), - normal: (0.961046, 0.110911, -0.253159), }, - Vertex { position: (4.881574, 2.094571, -0.539949), - normal: (0.910294, -0.144636, -0.387873), }, - Vertex { position: (4.842883, 2.021333, -0.638025), - normal: (0.264979, 0.116702, -0.957166), }, - Vertex { position: (4.881574, 2.094571, -0.539949), - normal: (0.910294, -0.144636, -0.387873), }, - Vertex { position: (4.93588, 2.051665, -0.572853), - normal: (0.312982, -0.015529, -0.949632), }, - Vertex { position: (4.825996, 2.089176, -0.576083), - normal: (0.961046, 0.110911, -0.253159), }, - Vertex { position: (4.842883, 2.021333, -0.638025), - normal: (0.264979, 0.116702, -0.957166), }, - Vertex { position: (4.760921, 1.881357, -0.61312), - normal: (0.269343, 0.329305, -0.904993), }, - Vertex { position: (4.825996, 2.089176, -0.576083), - normal: (0.961046, 0.110911, -0.253159), }, - Vertex { position: (4.760921, 1.881357, -0.61312), - normal: (0.269343, 0.329305, -0.904993), }, - Vertex { position: (4.788476, 2.028047, -0.608619), - normal: (0.813293, 0.022433, -0.581422), }, - Vertex { position: (4.751519, 2.039658, -0.634134), - normal: (0.699393, 0.056752, -0.71248), }, - Vertex { position: (4.798297, 2.118191, -0.591085), - normal: (0.490646, -0.178293, -0.852923), }, - Vertex { position: (4.825996, 2.089176, -0.576083), - normal: (0.961046, 0.110911, -0.253159), }, - Vertex { position: (4.751519, 2.039658, -0.634134), - normal: (0.699393, 0.056752, -0.71248), }, - Vertex { position: (4.825996, 2.089176, -0.576083), - normal: (0.961046, 0.110911, -0.253159), }, - Vertex { position: (4.788476, 2.028047, -0.608619), - normal: (0.813293, 0.022433, -0.581422), }, - Vertex { position: (4.798297, 2.118191, -0.591085), - normal: (0.490646, -0.178293, -0.852923), }, - Vertex { position: (4.872539, 2.159259, -0.542891), - normal: (0.267717, -0.172975, -0.947844), }, - Vertex { position: (4.881574, 2.094571, -0.539949), - normal: (0.910294, -0.144636, -0.387873), }, - Vertex { position: (4.798297, 2.118191, -0.591085), - normal: (0.490646, -0.178293, -0.852923), }, - Vertex { position: (4.881574, 2.094571, -0.539949), - normal: (0.910294, -0.144636, -0.387873), }, - Vertex { position: (4.825996, 2.089176, -0.576083), - normal: (0.961046, 0.110911, -0.253159), }, - Vertex { position: (4.872539, 2.159259, -0.542891), - normal: (0.267717, -0.172975, -0.947844), }, - Vertex { position: (4.927885, 2.15656, -0.516579), - normal: (-0.028502, -0.108631, -0.993673), }, - Vertex { position: (4.918466, 2.084725, -0.532713), - normal: (0.588787, -0.248293, -0.769207), }, - Vertex { position: (4.872539, 2.159259, -0.542891), - normal: (0.267717, -0.172975, -0.947844), }, - Vertex { position: (4.918466, 2.084725, -0.532713), - normal: (0.588787, -0.248293, -0.769207), }, - Vertex { position: (4.881574, 2.094571, -0.539949), - normal: (0.910294, -0.144636, -0.387873), }, - Vertex { position: (4.927885, 2.15656, -0.516579), - normal: (-0.028502, -0.108631, -0.993673), }, - Vertex { position: (5.00244, 2.105746, -0.468233), - normal: (-0.064166, -0.189382, -0.979805), }, - Vertex { position: (4.964945, 2.053575, -0.499903), - normal: (0.274422, -0.24433, -0.930051), }, - Vertex { position: (4.927885, 2.15656, -0.516579), - normal: (-0.028502, -0.108631, -0.993673), }, - Vertex { position: (4.964945, 2.053575, -0.499903), - normal: (0.274422, -0.24433, -0.930051), }, - Vertex { position: (4.918466, 2.084725, -0.532713), - normal: (0.588787, -0.248293, -0.769207), }, - Vertex { position: (5.00244, 2.105746, -0.468233), - normal: (-0.064166, -0.189382, -0.979805), }, - Vertex { position: (5.057495, 2.002751, -0.451974), - normal: (0.781868, 0.537364, -0.316105), }, - Vertex { position: (5.020077, 1.97817, -0.480978), - normal: (0.017555, -0.142899, -0.989582), }, - Vertex { position: (5.00244, 2.105746, -0.468233), - normal: (-0.064166, -0.189382, -0.979805), }, - Vertex { position: (5.020077, 1.97817, -0.480978), - normal: (0.017555, -0.142899, -0.989582), }, - Vertex { position: (4.964945, 2.053575, -0.499903), - normal: (0.274422, -0.24433, -0.930051), }, - Vertex { position: (5.057495, 2.002751, -0.451974), - normal: (0.781868, 0.537364, -0.316105), }, - Vertex { position: (5.075994, 1.900999, -0.443793), - normal: (0.89264, 0.34991, -0.284178), }, - Vertex { position: (5.01143, 1.875569, -0.463205), - normal: (0.431713, 0.22912, -0.872427), }, - Vertex { position: (5.057495, 2.002751, -0.451974), - normal: (0.781868, 0.537364, -0.316105), }, - Vertex { position: (5.01143, 1.875569, -0.463205), - normal: (0.431713, 0.22912, -0.872427), }, - Vertex { position: (5.020077, 1.97817, -0.480978), - normal: (0.017555, -0.142899, -0.989582), }, - Vertex { position: (5.075994, 1.900999, -0.443793), - normal: (0.89264, 0.34991, -0.284178), }, - Vertex { position: (5.030289, 1.827419, -0.440803), - normal: (0.618085, 0.650911, -0.440779), }, - Vertex { position: (5.01143, 1.875569, -0.463205), - normal: (0.431713, 0.22912, -0.872427), }, - Vertex { position: (5.01143, 1.875569, -0.463205), - normal: (0.431713, 0.22912, -0.872427), }, - Vertex { position: (5.030289, 1.827419, -0.440803), - normal: (0.618085, 0.650911, -0.440779), }, - Vertex { position: (4.991904, 1.760829, -0.510386), - normal: (0.352601, 0.621479, -0.699597), }, - Vertex { position: (5.01143, 1.875569, -0.463205), - normal: (0.431713, 0.22912, -0.872427), }, - Vertex { position: (4.991904, 1.760829, -0.510386), - normal: (0.352601, 0.621479, -0.699597), }, - Vertex { position: (4.983034, 1.806343, -0.505779), - normal: (0.762434, -0.012904, -0.646937), }, - Vertex { position: (4.983034, 1.806343, -0.505779), - normal: (0.762434, -0.012904, -0.646937), }, - Vertex { position: (4.991904, 1.760829, -0.510386), - normal: (0.352601, 0.621479, -0.699597), }, - Vertex { position: (4.936066, 1.737668, -0.557276), - normal: (0.171039, 0.554898, -0.814146), }, - Vertex { position: (4.983034, 1.806343, -0.505779), - normal: (0.762434, -0.012904, -0.646937), }, - Vertex { position: (4.936066, 1.737668, -0.557276), - normal: (0.171039, 0.554898, -0.814146), }, - Vertex { position: (4.963546, 1.783161, -0.553515), - normal: (0.683237, -0.051725, -0.728363), }, - Vertex { position: (4.908019, 1.796041, -0.587882), - normal: (0.675892, 0.137563, -0.724049), }, - Vertex { position: (4.963546, 1.783161, -0.553515), - normal: (0.683237, -0.051725, -0.728363), }, - Vertex { position: (4.936066, 1.737668, -0.557276), - normal: (0.171039, 0.554898, -0.814146), }, - Vertex { position: (4.908019, 1.796041, -0.587882), - normal: (0.675892, 0.137563, -0.724049), }, - Vertex { position: (4.936066, 1.737668, -0.557276), - normal: (0.171039, 0.554898, -0.814146), }, - Vertex { position: (4.871155, 1.741238, -0.592326), - normal: (-0.281999, -0.030938, -0.958916), }, - Vertex { position: (4.852582, 1.816115, -0.603105), - normal: (0.708269, -0.122724, -0.695193), }, - Vertex { position: (4.908019, 1.796041, -0.587882), - normal: (0.675892, 0.137563, -0.724049), }, - Vertex { position: (4.871155, 1.741238, -0.592326), - normal: (-0.281999, -0.030938, -0.958916), }, - Vertex { position: (4.852582, 1.816115, -0.603105), - normal: (0.708269, -0.122724, -0.695193), }, - Vertex { position: (4.871155, 1.741238, -0.592326), - normal: (-0.281999, -0.030938, -0.958916), }, - Vertex { position: (4.816181, 1.79786, -0.604026), - normal: (-0.120429, -0.209965, -0.970264), }, - Vertex { position: (4.760921, 1.881357, -0.61312), - normal: (0.269343, 0.329305, -0.904993), }, - Vertex { position: (4.852582, 1.816115, -0.603105), - normal: (0.708269, -0.122724, -0.695193), }, - Vertex { position: (4.816181, 1.79786, -0.604026), - normal: (-0.120429, -0.209965, -0.970264), }, - Vertex { position: (5.075994, 1.900999, -0.443793), - normal: (0.89264, 0.34991, -0.284178), }, - Vertex { position: (5.095375, 1.961238, -0.401516), - normal: (0.077536, 0.770695, -0.632469), }, - Vertex { position: (5.085813, 1.888503, -0.408327), - normal: (-0.222902, 0.035918, -0.974179), }, - Vertex { position: (5.075994, 1.900999, -0.443793), - normal: (0.89264, 0.34991, -0.284178), }, - Vertex { position: (5.085813, 1.888503, -0.408327), - normal: (-0.222902, 0.035918, -0.974179), }, - Vertex { position: (5.058179, 1.788186, -0.417387), - normal: (0.269003, 0.864361, -0.424874), }, - Vertex { position: (5.075994, 1.900999, -0.443793), - normal: (0.89264, 0.34991, -0.284178), }, - Vertex { position: (5.058179, 1.788186, -0.417387), - normal: (0.269003, 0.864361, -0.424874), }, - Vertex { position: (5.030289, 1.827419, -0.440803), - normal: (0.618085, 0.650911, -0.440779), }, - Vertex { position: (5.030289, 1.827419, -0.440803), - normal: (0.618085, 0.650911, -0.440779), }, - Vertex { position: (5.058179, 1.788186, -0.417387), - normal: (0.269003, 0.864361, -0.424874), }, - Vertex { position: (5.019836, 1.739907, -0.485562), - normal: (0.532717, 0.840798, -0.09629), }, - Vertex { position: (5.030289, 1.827419, -0.440803), - normal: (0.618085, 0.650911, -0.440779), }, - Vertex { position: (5.019836, 1.739907, -0.485562), - normal: (0.532717, 0.840798, -0.09629), }, - Vertex { position: (4.991904, 1.760829, -0.510386), - normal: (0.352601, 0.621479, -0.699597), }, - Vertex { position: (4.991904, 1.760829, -0.510386), - normal: (0.352601, 0.621479, -0.699597), }, - Vertex { position: (5.019836, 1.739907, -0.485562), - normal: (0.532717, 0.840798, -0.09629), }, - Vertex { position: (4.917973, 1.68148, -0.544201), - normal: (0.722741, 0.690989, 0.01339), }, - Vertex { position: (4.991904, 1.760829, -0.510386), - normal: (0.352601, 0.621479, -0.699597), }, - Vertex { position: (4.917973, 1.68148, -0.544201), - normal: (0.722741, 0.690989, 0.01339), }, - Vertex { position: (4.936066, 1.737668, -0.557276), - normal: (0.171039, 0.554898, -0.814146), }, - Vertex { position: (4.871155, 1.741238, -0.592326), - normal: (-0.281999, -0.030938, -0.958916), }, - Vertex { position: (4.936066, 1.737668, -0.557276), - normal: (0.171039, 0.554898, -0.814146), }, - Vertex { position: (4.917973, 1.68148, -0.544201), - normal: (0.722741, 0.690989, 0.01339), }, - Vertex { position: (4.871155, 1.741238, -0.592326), - normal: (-0.281999, -0.030938, -0.958916), }, - Vertex { position: (4.917973, 1.68148, -0.544201), - normal: (0.722741, 0.690989, 0.01339), }, - Vertex { position: (4.862636, 1.684144, -0.570155), - normal: (0.870384, 0.492055, -0.017698), }, - Vertex { position: (4.816181, 1.79786, -0.604026), - normal: (-0.120429, -0.209965, -0.970264), }, - Vertex { position: (4.871155, 1.741238, -0.592326), - normal: (-0.281999, -0.030938, -0.958916), }, - Vertex { position: (4.862636, 1.684144, -0.570155), - normal: (0.870384, 0.492055, -0.017698), }, - Vertex { position: (4.816181, 1.79786, -0.604026), - normal: (-0.120429, -0.209965, -0.970264), }, - Vertex { position: (4.862636, 1.684144, -0.570155), - normal: (0.870384, 0.492055, -0.017698), }, - Vertex { position: (4.752337, 1.723388, -0.591296), - normal: (0.947044, 0.280641, -0.156039), }, - Vertex { position: (4.760921, 1.881357, -0.61312), - normal: (0.269343, 0.329305, -0.904993), }, - Vertex { position: (4.816181, 1.79786, -0.604026), - normal: (-0.120429, -0.209965, -0.970264), }, - Vertex { position: (4.752337, 1.723388, -0.591296), - normal: (0.947044, 0.280641, -0.156039), }, - Vertex { position: (4.760921, 1.881357, -0.61312), - normal: (0.269343, 0.329305, -0.904993), }, - Vertex { position: (4.752337, 1.723388, -0.591296), - normal: (0.947044, 0.280641, -0.156039), }, - Vertex { position: (4.697607, 1.768061, -0.576663), - normal: (0.925586, 0.05083, -0.375109), }, - Vertex { position: (5.00244, 2.105746, -0.468233), - normal: (-0.064166, -0.189382, -0.979805), }, - Vertex { position: (5.030641, 2.102197, -0.432329), - normal: (-0.212651, -0.104685, -0.971504), }, - Vertex { position: (5.067202, 2.027704, -0.422291), - normal: (0.332526, 0.910491, -0.245832), }, - Vertex { position: (5.00244, 2.105746, -0.468233), - normal: (-0.064166, -0.189382, -0.979805), }, - Vertex { position: (5.067202, 2.027704, -0.422291), - normal: (0.332526, 0.910491, -0.245832), }, - Vertex { position: (5.057495, 2.002751, -0.451974), - normal: (0.781868, 0.537364, -0.316105), }, - Vertex { position: (4.93795, 2.181155, -0.486939), - normal: (0.530808, 0.847432, 0.010124), }, - Vertex { position: (5.030641, 2.102197, -0.432329), - normal: (-0.212651, -0.104685, -0.971504), }, - Vertex { position: (5.00244, 2.105746, -0.468233), - normal: (-0.064166, -0.189382, -0.979805), }, - Vertex { position: (4.93795, 2.181155, -0.486939), - normal: (0.530808, 0.847432, 0.010124), }, - Vertex { position: (5.00244, 2.105746, -0.468233), - normal: (-0.064166, -0.189382, -0.979805), }, - Vertex { position: (4.927885, 2.15656, -0.516579), - normal: (-0.028502, -0.108631, -0.993673), }, - Vertex { position: (4.881855, 2.194544, -0.530288), - normal: (0.668087, 0.738269, 0.092842), }, - Vertex { position: (4.93795, 2.181155, -0.486939), - normal: (0.530808, 0.847432, 0.010124), }, - Vertex { position: (4.927885, 2.15656, -0.516579), - normal: (-0.028502, -0.108631, -0.993673), }, - Vertex { position: (4.881855, 2.194544, -0.530288), - normal: (0.668087, 0.738269, 0.092842), }, - Vertex { position: (4.927885, 2.15656, -0.516579), - normal: (-0.028502, -0.108631, -0.993673), }, - Vertex { position: (4.872539, 2.159259, -0.542891), - normal: (0.267717, -0.172975, -0.947844), }, - Vertex { position: (4.881855, 2.194544, -0.530288), - normal: (0.668087, 0.738269, 0.092842), }, - Vertex { position: (4.872539, 2.159259, -0.542891), - normal: (0.267717, -0.172975, -0.947844), }, - Vertex { position: (4.798297, 2.118191, -0.591085), - normal: (0.490646, -0.178293, -0.852923), }, - Vertex { position: (4.881855, 2.194544, -0.530288), - normal: (0.668087, 0.738269, 0.092842), }, - Vertex { position: (4.798297, 2.118191, -0.591085), - normal: (0.490646, -0.178293, -0.852923), }, - Vertex { position: (4.807794, 2.143653, -0.570393), - normal: (0.787133, 0.61647, 0.019654), }, - Vertex { position: (4.807794, 2.143653, -0.570393), - normal: (0.787133, 0.61647, 0.019654), }, - Vertex { position: (4.798297, 2.118191, -0.591085), - normal: (0.490646, -0.178293, -0.852923), }, - Vertex { position: (4.751519, 2.039658, -0.634134), - normal: (0.699393, 0.056752, -0.71248), }, - Vertex { position: (4.807794, 2.143653, -0.570393), - normal: (0.787133, 0.61647, 0.019654), }, - Vertex { position: (4.751519, 2.039658, -0.634134), - normal: (0.699393, 0.056752, -0.71248), }, - Vertex { position: (4.728963, 2.036146, -0.614307), - normal: (0.856604, 0.474873, -0.201803), }, - Vertex { position: (4.742358, 1.882232, -0.62165), - normal: (0.827569, 0.284292, -0.484054), }, - Vertex { position: (4.728963, 2.036146, -0.614307), - normal: (0.856604, 0.474873, -0.201803), }, - Vertex { position: (4.751519, 2.039658, -0.634134), - normal: (0.699393, 0.056752, -0.71248), }, - Vertex { position: (4.742358, 1.882232, -0.62165), - normal: (0.827569, 0.284292, -0.484054), }, - Vertex { position: (4.751519, 2.039658, -0.634134), - normal: (0.699393, 0.056752, -0.71248), }, - Vertex { position: (4.760921, 1.881357, -0.61312), - normal: (0.269343, 0.329305, -0.904993), }, - Vertex { position: (4.742358, 1.882232, -0.62165), - normal: (0.827569, 0.284292, -0.484054), }, - Vertex { position: (4.760921, 1.881357, -0.61312), - normal: (0.269343, 0.329305, -0.904993), }, - Vertex { position: (4.697607, 1.768061, -0.576663), - normal: (0.925586, 0.05083, -0.375109), }, - Vertex { position: (4.74405, 2.179337, -0.556057), - normal: (0.766773, 0.253147, -0.589894), }, - Vertex { position: (4.807794, 2.143653, -0.570393), - normal: (0.787133, 0.61647, 0.019654), }, - Vertex { position: (4.728963, 2.036146, -0.614307), - normal: (0.856604, 0.474873, -0.201803), }, - Vertex { position: (4.74405, 2.179337, -0.556057), - normal: (0.766773, 0.253147, -0.589894), }, - Vertex { position: (4.728963, 2.036146, -0.614307), - normal: (0.856604, 0.474873, -0.201803), }, - Vertex { position: (4.688114, 2.046378, -0.604518), - normal: (0.667258, 0.181112, -0.722471), }, - Vertex { position: (4.74405, 2.179337, -0.556057), - normal: (0.766773, 0.253147, -0.589894), }, - Vertex { position: (4.837331, 2.235678, -0.479332), - normal: (0.45571, -0.00339, -0.890122), }, - Vertex { position: (4.881855, 2.194544, -0.530288), - normal: (0.668087, 0.738269, 0.092842), }, - Vertex { position: (4.74405, 2.179337, -0.556057), - normal: (0.766773, 0.253147, -0.589894), }, - Vertex { position: (4.881855, 2.194544, -0.530288), - normal: (0.668087, 0.738269, 0.092842), }, - Vertex { position: (4.807794, 2.143653, -0.570393), - normal: (0.787133, 0.61647, 0.019654), }, - Vertex { position: (4.837331, 2.235678, -0.479332), - normal: (0.45571, -0.00339, -0.890122), }, - Vertex { position: (4.89385, 2.220523, -0.417713), - normal: (0.373808, -0.059429, -0.9256), }, - Vertex { position: (4.93795, 2.181155, -0.486939), - normal: (0.530808, 0.847432, 0.010124), }, - Vertex { position: (4.837331, 2.235678, -0.479332), - normal: (0.45571, -0.00339, -0.890122), }, - Vertex { position: (4.93795, 2.181155, -0.486939), - normal: (0.530808, 0.847432, 0.010124), }, - Vertex { position: (4.881855, 2.194544, -0.530288), - normal: (0.668087, 0.738269, 0.092842), }, - Vertex { position: (4.89385, 2.220523, -0.417713), - normal: (0.373808, -0.059429, -0.9256), }, - Vertex { position: (4.995978, 2.148785, -0.344534), - normal: (0.276212, -0.065585, -0.958856), }, - Vertex { position: (5.030641, 2.102197, -0.432329), - normal: (-0.212651, -0.104685, -0.971504), }, - Vertex { position: (4.89385, 2.220523, -0.417713), - normal: (0.373808, -0.059429, -0.9256), }, - Vertex { position: (5.030641, 2.102197, -0.432329), - normal: (-0.212651, -0.104685, -0.971504), }, - Vertex { position: (4.93795, 2.181155, -0.486939), - normal: (0.530808, 0.847432, 0.010124), }, - Vertex { position: (4.995978, 2.148785, -0.344534), - normal: (0.276212, -0.065585, -0.958856), }, - Vertex { position: (5.06084, 2.053335, -0.309324), - normal: (0.122987, -0.006582, -0.992386), }, - Vertex { position: (5.067202, 2.027704, -0.422291), - normal: (0.332526, 0.910491, -0.245832), }, - Vertex { position: (4.995978, 2.148785, -0.344534), - normal: (0.276212, -0.065585, -0.958856), }, - Vertex { position: (5.067202, 2.027704, -0.422291), - normal: (0.332526, 0.910491, -0.245832), }, - Vertex { position: (5.030641, 2.102197, -0.432329), - normal: (-0.212651, -0.104685, -0.971504), }, - Vertex { position: (5.06084, 2.053335, -0.309324), - normal: (0.122987, -0.006582, -0.992386), }, - Vertex { position: (5.097062, 1.954206, -0.328795), - normal: (0.041586, 0.068165, -0.996807), }, - Vertex { position: (5.095375, 1.961238, -0.401516), - normal: (0.077536, 0.770695, -0.632469), }, - Vertex { position: (5.06084, 2.053335, -0.309324), - normal: (0.122987, -0.006582, -0.992386), }, - Vertex { position: (5.095375, 1.961238, -0.401516), - normal: (0.077536, 0.770695, -0.632469), }, - Vertex { position: (5.067202, 2.027704, -0.422291), - normal: (0.332526, 0.910491, -0.245832), }, - Vertex { position: (5.095375, 1.961238, -0.401516), - normal: (0.077536, 0.770695, -0.632469), }, - Vertex { position: (5.097062, 1.954206, -0.328795), - normal: (0.041586, 0.068165, -0.996807), }, - Vertex { position: (5.105589, 1.864086, -0.347113), - normal: (0.035084, 0.005692, -0.999368), }, - Vertex { position: (5.095375, 1.961238, -0.401516), - normal: (0.077536, 0.770695, -0.632469), }, - Vertex { position: (5.105589, 1.864086, -0.347113), - normal: (0.035084, 0.005692, -0.999368), }, - Vertex { position: (5.085813, 1.888503, -0.408327), - normal: (-0.222902, 0.035918, -0.974179), }, - Vertex { position: (5.085813, 1.888503, -0.408327), - normal: (-0.222902, 0.035918, -0.974179), }, - Vertex { position: (5.105589, 1.864086, -0.347113), - normal: (0.035084, 0.005692, -0.999368), }, - Vertex { position: (5.058179, 1.788186, -0.417387), - normal: (0.269003, 0.864361, -0.424874), }, - Vertex { position: (4.697024, 1.862575, -0.604048), - normal: (-0.013461, -0.014478, -0.999805), }, - Vertex { position: (4.742358, 1.882232, -0.62165), - normal: (0.827569, 0.284292, -0.484054), }, - Vertex { position: (4.697607, 1.768061, -0.576663), - normal: (0.925586, 0.05083, -0.375109), }, - Vertex { position: (4.837331, 2.235678, -0.479332), - normal: (0.45571, -0.00339, -0.890122), }, - Vertex { position: (4.739441, 2.299169, -0.369987), - normal: (-0.114527, 0.103064, -0.988059), }, - Vertex { position: (4.83289, 2.262727, -0.283787), - normal: (0.2189, 0.87846, -0.424724), }, - Vertex { position: (4.837331, 2.235678, -0.479332), - normal: (0.45571, -0.00339, -0.890122), }, - Vertex { position: (4.83289, 2.262727, -0.283787), - normal: (0.2189, 0.87846, -0.424724), }, - Vertex { position: (4.89385, 2.220523, -0.417713), - normal: (0.373808, -0.059429, -0.9256), }, - Vertex { position: (4.83289, 2.262727, -0.283787), - normal: (0.2189, 0.87846, -0.424724), }, - Vertex { position: (4.971394, 2.146686, -0.224781), - normal: (-0.194126, 0.280848, -0.939914), }, - Vertex { position: (4.995978, 2.148785, -0.344534), - normal: (0.276212, -0.065585, -0.958856), }, - Vertex { position: (4.83289, 2.262727, -0.283787), - normal: (0.2189, 0.87846, -0.424724), }, - Vertex { position: (4.995978, 2.148785, -0.344534), - normal: (0.276212, -0.065585, -0.958856), }, - Vertex { position: (4.89385, 2.220523, -0.417713), - normal: (0.373808, -0.059429, -0.9256), }, - Vertex { position: (4.971394, 2.146686, -0.224781), - normal: (-0.194126, 0.280848, -0.939914), }, - Vertex { position: (5.072165, 2.04363, -0.209228), - normal: (0.742633, 0.65679, -0.130853), }, - Vertex { position: (5.06084, 2.053335, -0.309324), - normal: (0.122987, -0.006582, -0.992386), }, - Vertex { position: (4.971394, 2.146686, -0.224781), - normal: (-0.194126, 0.280848, -0.939914), }, - Vertex { position: (5.06084, 2.053335, -0.309324), - normal: (0.122987, -0.006582, -0.992386), }, - Vertex { position: (4.995978, 2.148785, -0.344534), - normal: (0.276212, -0.065585, -0.958856), }, - Vertex { position: (5.072165, 2.04363, -0.209228), - normal: (0.742633, 0.65679, -0.130853), }, - Vertex { position: (5.127157, 1.942759, -0.211214), - normal: (0.681964, 0.386262, -0.621069), }, - Vertex { position: (5.097062, 1.954206, -0.328795), - normal: (0.041586, 0.068165, -0.996807), }, - Vertex { position: (5.072165, 2.04363, -0.209228), - normal: (0.742633, 0.65679, -0.130853), }, - Vertex { position: (5.097062, 1.954206, -0.328795), - normal: (0.041586, 0.068165, -0.996807), }, - Vertex { position: (5.06084, 2.053335, -0.309324), - normal: (0.122987, -0.006582, -0.992386), }, - Vertex { position: (5.127157, 1.942759, -0.211214), - normal: (0.681964, 0.386262, -0.621069), }, - Vertex { position: (5.152698, 1.830661, -0.287042), - normal: (0.584509, 0.341142, -0.736187), }, - Vertex { position: (5.105589, 1.864086, -0.347113), - normal: (0.035084, 0.005692, -0.999368), }, - Vertex { position: (5.127157, 1.942759, -0.211214), - normal: (0.681964, 0.386262, -0.621069), }, - Vertex { position: (5.105589, 1.864086, -0.347113), - normal: (0.035084, 0.005692, -0.999368), }, - Vertex { position: (5.097062, 1.954206, -0.328795), - normal: (0.041586, 0.068165, -0.996807), }, - Vertex { position: (5.105589, 1.864086, -0.347113), - normal: (0.035084, 0.005692, -0.999368), }, - Vertex { position: (5.152698, 1.830661, -0.287042), - normal: (0.584509, 0.341142, -0.736187), }, - Vertex { position: (5.133171, 1.715563, -0.334258), - normal: (0.577823, 0.271654, -0.769626), }, - Vertex { position: (5.105589, 1.864086, -0.347113), - normal: (0.035084, 0.005692, -0.999368), }, - Vertex { position: (5.133171, 1.715563, -0.334258), - normal: (0.577823, 0.271654, -0.769626), }, - Vertex { position: (5.058179, 1.788186, -0.417387), - normal: (0.269003, 0.864361, -0.424874), }, - Vertex { position: (5.058179, 1.788186, -0.417387), - normal: (0.269003, 0.864361, -0.424874), }, - Vertex { position: (5.133171, 1.715563, -0.334258), - normal: (0.577823, 0.271654, -0.769626), }, - Vertex { position: (5.103427, 1.624404, -0.434275), - normal: (0.237937, 0.08172, -0.967837), }, - Vertex { position: (5.058179, 1.788186, -0.417387), - normal: (0.269003, 0.864361, -0.424874), }, - Vertex { position: (5.103427, 1.624404, -0.434275), - normal: (0.237937, 0.08172, -0.967837), }, - Vertex { position: (5.019836, 1.739907, -0.485562), - normal: (0.532717, 0.840798, -0.09629), }, - Vertex { position: (5.019836, 1.739907, -0.485562), - normal: (0.532717, 0.840798, -0.09629), }, - Vertex { position: (5.103427, 1.624404, -0.434275), - normal: (0.237937, 0.08172, -0.967837), }, - Vertex { position: (4.982822, 1.503071, -0.507606), - normal: (0.198142, 0.152918, -0.968171), }, - Vertex { position: (5.019836, 1.739907, -0.485562), - normal: (0.532717, 0.840798, -0.09629), }, - Vertex { position: (4.982822, 1.503071, -0.507606), - normal: (0.198142, 0.152918, -0.968171), }, - Vertex { position: (4.917973, 1.68148, -0.544201), - normal: (0.722741, 0.690989, 0.01339), }, - Vertex { position: (4.862636, 1.684144, -0.570155), - normal: (0.870384, 0.492055, -0.017698), }, - Vertex { position: (4.917973, 1.68148, -0.544201), - normal: (0.722741, 0.690989, 0.01339), }, - Vertex { position: (4.982822, 1.503071, -0.507606), - normal: (0.198142, 0.152918, -0.968171), }, - Vertex { position: (4.862636, 1.684144, -0.570155), - normal: (0.870384, 0.492055, -0.017698), }, - Vertex { position: (4.982822, 1.503071, -0.507606), - normal: (0.198142, 0.152918, -0.968171), }, - Vertex { position: (4.927282, 1.486953, -0.526327), - normal: (0.198441, 0.172024, -0.964898), }, - Vertex { position: (4.862636, 1.684144, -0.570155), - normal: (0.870384, 0.492055, -0.017698), }, - Vertex { position: (4.927282, 1.486953, -0.526327), - normal: (0.198441, 0.172024, -0.964898), }, - Vertex { position: (4.79841, 1.473149, -0.570618), - normal: (0.204819, 0.130792, -0.970022), }, - Vertex { position: (4.752337, 1.723388, -0.591296), - normal: (0.947044, 0.280641, -0.156039), }, - Vertex { position: (4.862636, 1.684144, -0.570155), - normal: (0.870384, 0.492055, -0.017698), }, - Vertex { position: (4.79841, 1.473149, -0.570618), - normal: (0.204819, 0.130792, -0.970022), }, - Vertex { position: (4.752337, 1.723388, -0.591296), - normal: (0.947044, 0.280641, -0.156039), }, - Vertex { position: (4.79841, 1.473149, -0.570618), - normal: (0.204819, 0.130792, -0.970022), }, - Vertex { position: (4.715646, 1.502195, -0.584339), - normal: (0.154028, 0.078449, -0.984947), }, - Vertex { position: (4.697607, 1.768061, -0.576663), - normal: (0.925586, 0.05083, -0.375109), }, - Vertex { position: (4.752337, 1.723388, -0.591296), - normal: (0.947044, 0.280641, -0.156039), }, - Vertex { position: (4.715646, 1.502195, -0.584339), - normal: (0.154028, 0.078449, -0.984947), }, - Vertex { position: (4.697607, 1.768061, -0.576663), - normal: (0.925586, 0.05083, -0.375109), }, - Vertex { position: (4.715646, 1.502195, -0.584339), - normal: (0.154028, 0.078449, -0.984947), }, - Vertex { position: (4.615408, 1.639641, -0.577768), - normal: (0.032152, 0.123743, -0.991793), }, - Vertex { position: (4.697024, 1.862575, -0.604048), - normal: (-0.013461, -0.014478, -0.999805), }, - Vertex { position: (4.697607, 1.768061, -0.576663), - normal: (0.925586, 0.05083, -0.375109), }, - Vertex { position: (4.615408, 1.639641, -0.577768), - normal: (0.032152, 0.123743, -0.991793), }, - Vertex { position: (4.697024, 1.862575, -0.604048), - normal: (-0.013461, -0.014478, -0.999805), }, - Vertex { position: (4.615408, 1.639641, -0.577768), - normal: (0.032152, 0.123743, -0.991793), }, - Vertex { position: (4.560751, 1.785154, -0.562428), - normal: (-0.077208, 0.343417, -0.936004), }, - Vertex { position: (4.551484, 1.841749, -0.575191), - normal: (0.510305, 0.850999, -0.124054), }, - Vertex { position: (4.688114, 2.046378, -0.604518), - normal: (0.667258, 0.181112, -0.722471), }, - Vertex { position: (4.697024, 1.862575, -0.604048), - normal: (-0.013461, -0.014478, -0.999805), }, - Vertex { position: (4.551484, 1.841749, -0.575191), - normal: (0.510305, 0.850999, -0.124054), }, - Vertex { position: (4.697024, 1.862575, -0.604048), - normal: (-0.013461, -0.014478, -0.999805), }, - Vertex { position: (4.560751, 1.785154, -0.562428), - normal: (-0.077208, 0.343417, -0.936004), }, - Vertex { position: (4.533113, 1.989009, -0.578975), - normal: (0.561002, 0.750769, -0.348745), }, - Vertex { position: (4.688114, 2.046378, -0.604518), - normal: (0.667258, 0.181112, -0.722471), }, - Vertex { position: (4.551484, 1.841749, -0.575191), - normal: (0.510305, 0.850999, -0.124054), }, - Vertex { position: (4.636582, 2.263383, -0.471997), - normal: (0.719268, 0.159441, -0.676189), }, - Vertex { position: (4.74405, 2.179337, -0.556057), - normal: (0.766773, 0.253147, -0.589894), }, - Vertex { position: (4.688114, 2.046378, -0.604518), - normal: (0.667258, 0.181112, -0.722471), }, - Vertex { position: (4.636582, 2.263383, -0.471997), - normal: (0.719268, 0.159441, -0.676189), }, - Vertex { position: (4.688114, 2.046378, -0.604518), - normal: (0.667258, 0.181112, -0.722471), }, - Vertex { position: (4.561299, 2.133066, -0.547248), - normal: (0.328548, 0.219459, -0.918637), }, - Vertex { position: (4.561299, 2.133066, -0.547248), - normal: (0.328548, 0.219459, -0.918637), }, - Vertex { position: (4.688114, 2.046378, -0.604518), - normal: (0.667258, 0.181112, -0.722471), }, - Vertex { position: (4.533113, 1.989009, -0.578975), - normal: (0.561002, 0.750769, -0.348745), }, - Vertex { position: (4.912303, 2.162645, -0.00009), - normal: (-0.989689, -0.143234, 0.0), }, - Vertex { position: (5.04969, 2.032731, 0.000071), - normal: (-0.941169, -0.337937, 0.0), }, - Vertex { position: (5.072165, 2.04363, -0.209228), - normal: (0.742633, 0.65679, -0.130853), }, - Vertex { position: (4.912303, 2.162645, -0.00009), - normal: (-0.989689, -0.143234, 0.0), }, - Vertex { position: (5.072165, 2.04363, -0.209228), - normal: (0.742633, 0.65679, -0.130853), }, - Vertex { position: (4.971394, 2.146686, -0.224781), - normal: (-0.194126, 0.280848, -0.939914), }, - Vertex { position: (5.04969, 2.032731, 0.000071), - normal: (-0.941169, -0.337937, 0.0), }, - Vertex { position: (5.156645, 1.942902, -0.119993), - normal: (0.444094, 0.036128, -0.895251), }, - Vertex { position: (5.127157, 1.942759, -0.211214), - normal: (0.681964, 0.386262, -0.621069), }, - Vertex { position: (5.04969, 2.032731, 0.000071), - normal: (-0.941169, -0.337937, 0.0), }, - Vertex { position: (5.127157, 1.942759, -0.211214), - normal: (0.681964, 0.386262, -0.621069), }, - Vertex { position: (5.072165, 2.04363, -0.209228), - normal: (0.742633, 0.65679, -0.130853), }, - Vertex { position: (5.156645, 1.942902, -0.119993), - normal: (0.444094, 0.036128, -0.895251), }, - Vertex { position: (5.218821, 1.803552, -0.199306), - normal: (0.458202, 0.052175, -0.887316), }, - Vertex { position: (5.152698, 1.830661, -0.287042), - normal: (0.584509, 0.341142, -0.736187), }, - Vertex { position: (5.156645, 1.942902, -0.119993), - normal: (0.444094, 0.036128, -0.895251), }, - Vertex { position: (5.152698, 1.830661, -0.287042), - normal: (0.584509, 0.341142, -0.736187), }, - Vertex { position: (5.127157, 1.942759, -0.211214), - normal: (0.681964, 0.386262, -0.621069), }, - Vertex { position: (5.218821, 1.803552, -0.199306), - normal: (0.458202, 0.052175, -0.887316), }, - Vertex { position: (5.216855, 1.636645, -0.279797), - normal: (0.347878, 0.028988, -0.937092), }, - Vertex { position: (5.133171, 1.715563, -0.334258), - normal: (0.577823, 0.271654, -0.769626), }, - Vertex { position: (5.218821, 1.803552, -0.199306), - normal: (0.458202, 0.052175, -0.887316), }, - Vertex { position: (5.133171, 1.715563, -0.334258), - normal: (0.577823, 0.271654, -0.769626), }, - Vertex { position: (5.152698, 1.830661, -0.287042), - normal: (0.584509, 0.341142, -0.736187), }, - Vertex { position: (5.133171, 1.715563, -0.334258), - normal: (0.577823, 0.271654, -0.769626), }, - Vertex { position: (5.216855, 1.636645, -0.279797), - normal: (0.347878, 0.028988, -0.937092), }, - Vertex { position: (5.233176, 1.442459, -0.362988), - normal: (0.282492, 0.026082, -0.958915), }, - Vertex { position: (5.133171, 1.715563, -0.334258), - normal: (0.577823, 0.271654, -0.769626), }, - Vertex { position: (5.233176, 1.442459, -0.362988), - normal: (0.282492, 0.026082, -0.958915), }, - Vertex { position: (5.103427, 1.624404, -0.434275), - normal: (0.237937, 0.08172, -0.967837), }, - Vertex { position: (4.615408, 1.639641, -0.577768), - normal: (0.032152, 0.123743, -0.991793), }, - Vertex { position: (4.715646, 1.502195, -0.584339), - normal: (0.154028, 0.078449, -0.984947), }, - Vertex { position: (4.679116, 1.438434, -0.589658), - normal: (0.380651, 0.443224, -0.811577), }, - Vertex { position: (4.615408, 1.639641, -0.577768), - normal: (0.032152, 0.123743, -0.991793), }, - Vertex { position: (4.679116, 1.438434, -0.589658), - normal: (0.380651, 0.443224, -0.811577), }, - Vertex { position: (4.596478, 1.512987, -0.598982), - normal: (0.362705, 0.428702, -0.827442), }, - Vertex { position: (4.615408, 1.639641, -0.577768), - normal: (0.032152, 0.123743, -0.991793), }, - Vertex { position: (4.596478, 1.512987, -0.598982), - normal: (0.362705, 0.428702, -0.827442), }, - Vertex { position: (4.560024, 1.604023, -0.589333), - normal: (0.332757, 0.286207, -0.898531), }, - Vertex { position: (4.560751, 1.785154, -0.562428), - normal: (-0.077208, 0.343417, -0.936004), }, - Vertex { position: (4.615408, 1.639641, -0.577768), - normal: (0.032152, 0.123743, -0.991793), }, - Vertex { position: (4.560024, 1.604023, -0.589333), - normal: (0.332757, 0.286207, -0.898531), }, - Vertex { position: (4.560751, 1.785154, -0.562428), - normal: (-0.077208, 0.343417, -0.936004), }, - Vertex { position: (4.560024, 1.604023, -0.589333), - normal: (0.332757, 0.286207, -0.898531), }, - Vertex { position: (4.477781, 1.687858, -0.597407), - normal: (0.302715, 0.058971, -0.951255), }, - Vertex { position: (4.551484, 1.841749, -0.575191), - normal: (0.510305, 0.850999, -0.124054), }, - Vertex { position: (4.560751, 1.785154, -0.562428), - normal: (-0.077208, 0.343417, -0.936004), }, - Vertex { position: (4.477781, 1.687858, -0.597407), - normal: (0.302715, 0.058971, -0.951255), }, - Vertex { position: (4.551484, 1.841749, -0.575191), - normal: (0.510305, 0.850999, -0.124054), }, - Vertex { position: (4.477781, 1.687858, -0.597407), - normal: (0.302715, 0.058971, -0.951255), }, - Vertex { position: (4.459682, 1.778884, -0.588185), - normal: (0.347794, 0.132396, -0.928176), }, - Vertex { position: (4.43261, 1.878873, -0.577888), - normal: (0.36359, 0.089346, -0.927264), }, - Vertex { position: (4.533113, 1.989009, -0.578975), - normal: (0.561002, 0.750769, -0.348745), }, - Vertex { position: (4.551484, 1.841749, -0.575191), - normal: (0.510305, 0.850999, -0.124054), }, - Vertex { position: (4.43261, 1.878873, -0.577888), - normal: (0.36359, 0.089346, -0.927264), }, - Vertex { position: (4.551484, 1.841749, -0.575191), - normal: (0.510305, 0.850999, -0.124054), }, - Vertex { position: (4.459682, 1.778884, -0.588185), - normal: (0.347794, 0.132396, -0.928176), }, - Vertex { position: (4.43302, 2.024714, -0.563794), - normal: (0.361081, -0.056526, -0.93082), }, - Vertex { position: (4.561299, 2.133066, -0.547248), - normal: (0.328548, 0.219459, -0.918637), }, - Vertex { position: (4.533113, 1.989009, -0.578975), - normal: (0.561002, 0.750769, -0.348745), }, - Vertex { position: (4.43302, 2.024714, -0.563794), - normal: (0.361081, -0.056526, -0.93082), }, - Vertex { position: (4.533113, 1.989009, -0.578975), - normal: (0.561002, 0.750769, -0.348745), }, - Vertex { position: (4.43261, 1.878873, -0.577888), - normal: (0.36359, 0.089346, -0.927264), }, - Vertex { position: (4.634996, 2.369115, -0.140117), - normal: (0.337014, -0.030018, -0.941021), }, - Vertex { position: (4.747988, 2.300163, -0.000276), - normal: (-0.965284, -0.261201, 0.0), }, - Vertex { position: (4.83289, 2.262727, -0.283787), - normal: (0.2189, 0.87846, -0.424724), }, - Vertex { position: (4.634996, 2.369115, -0.140117), - normal: (0.337014, -0.030018, -0.941021), }, - Vertex { position: (4.83289, 2.262727, -0.283787), - normal: (0.2189, 0.87846, -0.424724), }, - Vertex { position: (4.739441, 2.299169, -0.369987), - normal: (-0.114527, 0.103064, -0.988059), }, - Vertex { position: (4.577573, 2.389535, -0.256196), - normal: (0.272203, 0.043076, -0.961275), }, - Vertex { position: (4.634996, 2.369115, -0.140117), - normal: (0.337014, -0.030018, -0.941021), }, - Vertex { position: (4.739441, 2.299169, -0.369987), - normal: (-0.114527, 0.103064, -0.988059), }, - Vertex { position: (4.577573, 2.389535, -0.256196), - normal: (0.272203, 0.043076, -0.961275), }, - Vertex { position: (4.739441, 2.299169, -0.369987), - normal: (-0.114527, 0.103064, -0.988059), }, - Vertex { position: (4.636582, 2.263383, -0.471997), - normal: (0.719268, 0.159441, -0.676189), }, - Vertex { position: (4.472349, 2.325133, -0.443764), - normal: (0.195545, 0.103956, -0.975169), }, - Vertex { position: (4.577573, 2.389535, -0.256196), - normal: (0.272203, 0.043076, -0.961275), }, - Vertex { position: (4.636582, 2.263383, -0.471997), - normal: (0.719268, 0.159441, -0.676189), }, - Vertex { position: (4.472349, 2.325133, -0.443764), - normal: (0.195545, 0.103956, -0.975169), }, - Vertex { position: (4.636582, 2.263383, -0.471997), - normal: (0.719268, 0.159441, -0.676189), }, - Vertex { position: (4.561299, 2.133066, -0.547248), - normal: (0.328548, 0.219459, -0.918637), }, - Vertex { position: (4.472349, 2.325133, -0.443764), - normal: (0.195545, 0.103956, -0.975169), }, - Vertex { position: (4.561299, 2.133066, -0.547248), - normal: (0.328548, 0.219459, -0.918637), }, - Vertex { position: (4.389484, 2.190421, -0.47332), - normal: (0.196849, 0.14562, -0.969559), }, - Vertex { position: (4.389484, 2.190421, -0.47332), - normal: (0.196849, 0.14562, -0.969559), }, - Vertex { position: (4.561299, 2.133066, -0.547248), - normal: (0.328548, 0.219459, -0.918637), }, - Vertex { position: (4.43302, 2.024714, -0.563794), - normal: (0.361081, -0.056526, -0.93082), }, - Vertex { position: (5.103427, 1.624404, -0.434275), - normal: (0.237937, 0.08172, -0.967837), }, - Vertex { position: (5.233176, 1.442459, -0.362988), - normal: (0.282492, 0.026082, -0.958915), }, - Vertex { position: (5.223191, 1.371491, -0.388069), - normal: (0.210495, 0.185422, -0.959849), }, - Vertex { position: (5.103427, 1.624404, -0.434275), - normal: (0.237937, 0.08172, -0.967837), }, - Vertex { position: (5.223191, 1.371491, -0.388069), - normal: (0.210495, 0.185422, -0.959849), }, - Vertex { position: (4.982822, 1.503071, -0.507606), - normal: (0.198142, 0.152918, -0.968171), }, - Vertex { position: (4.982822, 1.503071, -0.507606), - normal: (0.198142, 0.152918, -0.968171), }, - Vertex { position: (5.223191, 1.371491, -0.388069), - normal: (0.210495, 0.185422, -0.959849), }, - Vertex { position: (5.158322, 1.23677, -0.418043), - normal: (0.154687, 0.171026, -0.973048), }, - Vertex { position: (4.982822, 1.503071, -0.507606), - normal: (0.198142, 0.152918, -0.968171), }, - Vertex { position: (5.158322, 1.23677, -0.418043), - normal: (0.154687, 0.171026, -0.973048), }, - Vertex { position: (4.927282, 1.486953, -0.526327), - normal: (0.198441, 0.172024, -0.964898), }, - Vertex { position: (4.927282, 1.486953, -0.526327), - normal: (0.198441, 0.172024, -0.964898), }, - Vertex { position: (5.158322, 1.23677, -0.418043), - normal: (0.154687, 0.171026, -0.973048), }, - Vertex { position: (4.95536, 1.236724, -0.50523), - normal: (-0.03359, 0.173471, -0.984266), }, - Vertex { position: (4.927282, 1.486953, -0.526327), - normal: (0.198441, 0.172024, -0.964898), }, - Vertex { position: (4.95536, 1.236724, -0.50523), - normal: (-0.03359, 0.173471, -0.984266), }, - Vertex { position: (4.79841, 1.473149, -0.570618), - normal: (0.204819, 0.130792, -0.970022), }, - Vertex { position: (4.79841, 1.473149, -0.570618), - normal: (0.204819, 0.130792, -0.970022), }, - Vertex { position: (4.95536, 1.236724, -0.50523), - normal: (-0.03359, 0.173471, -0.984266), }, - Vertex { position: (4.761601, 1.363013, -0.57137), - normal: (0.289202, 0.572304, -0.767353), }, - Vertex { position: (4.79841, 1.473149, -0.570618), - normal: (0.204819, 0.130792, -0.970022), }, - Vertex { position: (4.761601, 1.363013, -0.57137), - normal: (0.289202, 0.572304, -0.767353), }, - Vertex { position: (4.715646, 1.502195, -0.584339), - normal: (0.154028, 0.078449, -0.984947), }, - Vertex { position: (4.715646, 1.502195, -0.584339), - normal: (0.154028, 0.078449, -0.984947), }, - Vertex { position: (4.761601, 1.363013, -0.57137), - normal: (0.289202, 0.572304, -0.767353), }, - Vertex { position: (4.679116, 1.438434, -0.589658), - normal: (0.380651, 0.443224, -0.811577), }, - Vertex { position: (5.177545, 1.932323, 0.000214), - normal: (-0.998597, -0.052951, 0.0), }, - Vertex { position: (5.321136, 1.795562, -0.119606), - normal: (0.243507, 0.533327, -0.810103), }, - Vertex { position: (5.218821, 1.803552, -0.199306), - normal: (0.458202, 0.052175, -0.887316), }, - Vertex { position: (5.177545, 1.932323, 0.000214), - normal: (-0.998597, -0.052951, 0.0), }, - Vertex { position: (5.218821, 1.803552, -0.199306), - normal: (0.458202, 0.052175, -0.887316), }, - Vertex { position: (5.156645, 1.942902, -0.119993), - normal: (0.444094, 0.036128, -0.895251), }, - Vertex { position: (5.177545, 1.932323, 0.000214), - normal: (-0.998597, -0.052951, 0.0), }, - Vertex { position: (5.378289, 1.768448, 0.000441), - normal: (-0.99798, -0.063521, 0.0), }, - Vertex { position: (5.321136, 1.795562, -0.119606), - normal: (0.243507, 0.533327, -0.810103), }, - Vertex { position: (5.378289, 1.768448, 0.000441), - normal: (-0.99798, -0.063521, 0.0), }, - Vertex { position: (5.424281, 1.721152, 0.000496), - normal: (-0.925873, -0.377836, 0.0), }, - Vertex { position: (5.421809, 1.685349, -0.123555), - normal: (0.168187, 0.30029, -0.938903), }, - Vertex { position: (5.378289, 1.768448, 0.000441), - normal: (-0.99798, -0.063521, 0.0), }, - Vertex { position: (5.421809, 1.685349, -0.123555), - normal: (0.168187, 0.30029, -0.938903), }, - Vertex { position: (5.321136, 1.795562, -0.119606), - normal: (0.243507, 0.533327, -0.810103), }, - Vertex { position: (5.218821, 1.803552, -0.199306), - normal: (0.458202, 0.052175, -0.887316), }, - Vertex { position: (5.321136, 1.795562, -0.119606), - normal: (0.243507, 0.533327, -0.810103), }, - Vertex { position: (5.421809, 1.685349, -0.123555), - normal: (0.168187, 0.30029, -0.938903), }, - Vertex { position: (5.218821, 1.803552, -0.199306), - normal: (0.458202, 0.052175, -0.887316), }, - Vertex { position: (5.421809, 1.685349, -0.123555), - normal: (0.168187, 0.30029, -0.938903), }, - Vertex { position: (5.383208, 1.619661, -0.202452), - normal: (0.112152, 0.130705, -0.985057), }, - Vertex { position: (5.218821, 1.803552, -0.199306), - normal: (0.458202, 0.052175, -0.887316), }, - Vertex { position: (5.383208, 1.619661, -0.202452), - normal: (0.112152, 0.130705, -0.985057), }, - Vertex { position: (5.373133, 1.541142, -0.246712), - normal: (0.069483, 0.206284, -0.976022), }, - Vertex { position: (5.218821, 1.803552, -0.199306), - normal: (0.458202, 0.052175, -0.887316), }, - Vertex { position: (5.373133, 1.541142, -0.246712), - normal: (0.069483, 0.206284, -0.976022), }, - Vertex { position: (5.216855, 1.636645, -0.279797), - normal: (0.347878, 0.028988, -0.937092), }, - Vertex { position: (5.216855, 1.636645, -0.279797), - normal: (0.347878, 0.028988, -0.937092), }, - Vertex { position: (5.373133, 1.541142, -0.246712), - normal: (0.069483, 0.206284, -0.976022), }, - Vertex { position: (5.334328, 1.402713, -0.332639), - normal: (0.054287, 0.055115, -0.997003), }, - Vertex { position: (5.216855, 1.636645, -0.279797), - normal: (0.347878, 0.028988, -0.937092), }, - Vertex { position: (5.334328, 1.402713, -0.332639), - normal: (0.054287, 0.055115, -0.997003), }, - Vertex { position: (5.233176, 1.442459, -0.362988), - normal: (0.282492, 0.026082, -0.958915), }, - Vertex { position: (5.233176, 1.442459, -0.362988), - normal: (0.282492, 0.026082, -0.958915), }, - Vertex { position: (5.334328, 1.402713, -0.332639), - normal: (0.054287, 0.055115, -0.997003), }, - Vertex { position: (5.296963, 1.322443, -0.357984), - normal: (0.235746, 0.648569, -0.723728), }, - Vertex { position: (5.233176, 1.442459, -0.362988), - normal: (0.282492, 0.026082, -0.958915), }, - Vertex { position: (5.296963, 1.322443, -0.357984), - normal: (0.235746, 0.648569, -0.723728), }, - Vertex { position: (5.223191, 1.371491, -0.388069), - normal: (0.210495, 0.185422, -0.959849), }, - Vertex { position: (5.223191, 1.371491, -0.388069), - normal: (0.210495, 0.185422, -0.959849), }, - Vertex { position: (5.296963, 1.322443, -0.357984), - normal: (0.235746, 0.648569, -0.723728), }, - Vertex { position: (5.260653, 1.184173, -0.352062), - normal: (0.101496, 0.616609, -0.780699), }, - Vertex { position: (5.223191, 1.371491, -0.388069), - normal: (0.210495, 0.185422, -0.959849), }, - Vertex { position: (5.260653, 1.184173, -0.352062), - normal: (0.101496, 0.616609, -0.780699), }, - Vertex { position: (5.158322, 1.23677, -0.418043), - normal: (0.154687, 0.171026, -0.973048), }, - Vertex { position: (5.158322, 1.23677, -0.418043), - normal: (0.154687, 0.171026, -0.973048), }, - Vertex { position: (5.260653, 1.184173, -0.352062), - normal: (0.101496, 0.616609, -0.780699), }, - Vertex { position: (5.250485, 1.123029, -0.385234), - normal: (0.043397, 0.435461, -0.899161), }, - Vertex { position: (5.158322, 1.23677, -0.418043), - normal: (0.154687, 0.171026, -0.973048), }, - Vertex { position: (5.250485, 1.123029, -0.385234), - normal: (0.043397, 0.435461, -0.899161), }, - Vertex { position: (4.991713, 1.163096, -0.504149), - normal: (0.012421, 0.392537, -0.919653), }, - Vertex { position: (5.158322, 1.23677, -0.418043), - normal: (0.154687, 0.171026, -0.973048), }, - Vertex { position: (4.991713, 1.163096, -0.504149), - normal: (0.012421, 0.392537, -0.919653), }, - Vertex { position: (4.95536, 1.236724, -0.50523), - normal: (-0.03359, 0.173471, -0.984266), }, - Vertex { position: (4.761601, 1.363013, -0.57137), - normal: (0.289202, 0.572304, -0.767353), }, - Vertex { position: (4.95536, 1.236724, -0.50523), - normal: (-0.03359, 0.173471, -0.984266), }, - Vertex { position: (4.991713, 1.163096, -0.504149), - normal: (0.012421, 0.392537, -0.919653), }, - Vertex { position: (4.761601, 1.363013, -0.57137), - normal: (0.289202, 0.572304, -0.767353), }, - Vertex { position: (4.991713, 1.163096, -0.504149), - normal: (0.012421, 0.392537, -0.919653), }, - Vertex { position: (4.733657, 1.227371, -0.592883), - normal: (0.067357, 0.280762, -0.957411), }, - Vertex { position: (4.679116, 1.438434, -0.589658), - normal: (0.380651, 0.443224, -0.811577), }, - Vertex { position: (4.761601, 1.363013, -0.57137), - normal: (0.289202, 0.572304, -0.767353), }, - Vertex { position: (4.733657, 1.227371, -0.592883), - normal: (0.067357, 0.280762, -0.957411), }, - Vertex { position: (4.679116, 1.438434, -0.589658), - normal: (0.380651, 0.443224, -0.811577), }, - Vertex { position: (4.733657, 1.227371, -0.592883), - normal: (0.067357, 0.280762, -0.957411), }, - Vertex { position: (4.641547, 1.285422, -0.622034), - normal: (-0.026366, 0.234118, -0.971851), }, - Vertex { position: (4.596478, 1.512987, -0.598982), - normal: (0.362705, 0.428702, -0.827442), }, - Vertex { position: (4.679116, 1.438434, -0.589658), - normal: (0.380651, 0.443224, -0.811577), }, - Vertex { position: (4.641547, 1.285422, -0.622034), - normal: (-0.026366, 0.234118, -0.971851), }, - Vertex { position: (4.596478, 1.512987, -0.598982), - normal: (0.362705, 0.428702, -0.827442), }, - Vertex { position: (4.641547, 1.285422, -0.622034), - normal: (-0.026366, 0.234118, -0.971851), }, - Vertex { position: (4.522247, 1.398278, -0.644892), - normal: (0.184871, 0.227139, -0.956154), }, - Vertex { position: (4.560024, 1.604023, -0.589333), - normal: (0.332757, 0.286207, -0.898531), }, - Vertex { position: (4.596478, 1.512987, -0.598982), - normal: (0.362705, 0.428702, -0.827442), }, - Vertex { position: (4.522247, 1.398278, -0.644892), - normal: (0.184871, 0.227139, -0.956154), }, - Vertex { position: (4.560024, 1.604023, -0.589333), - normal: (0.332757, 0.286207, -0.898531), }, - Vertex { position: (4.522247, 1.398278, -0.644892), - normal: (0.184871, 0.227139, -0.956154), }, - Vertex { position: (4.430999, 1.535753, -0.638888), - normal: (-0.034875, 0.308036, -0.950735), }, - Vertex { position: (4.477781, 1.687858, -0.597407), - normal: (0.302715, 0.058971, -0.951255), }, - Vertex { position: (4.560024, 1.604023, -0.589333), - normal: (0.332757, 0.286207, -0.898531), }, - Vertex { position: (4.430999, 1.535753, -0.638888), - normal: (-0.034875, 0.308036, -0.950735), }, - Vertex { position: (4.477781, 1.687858, -0.597407), - normal: (0.302715, 0.058971, -0.951255), }, - Vertex { position: (4.430999, 1.535753, -0.638888), - normal: (-0.034875, 0.308036, -0.950735), }, - Vertex { position: (4.404221, 1.662433, -0.61661), - normal: (-0.148853, 0.101172, -0.98367), }, - Vertex { position: (4.38638, 1.770868, -0.596666), - normal: (0.504832, 0.844097, -0.180678), }, - Vertex { position: (4.459682, 1.778884, -0.588185), - normal: (0.347794, 0.132396, -0.928176), }, - Vertex { position: (4.477781, 1.687858, -0.597407), - normal: (0.302715, 0.058971, -0.951255), }, - Vertex { position: (4.38638, 1.770868, -0.596666), - normal: (0.504832, 0.844097, -0.180678), }, - Vertex { position: (4.477781, 1.687858, -0.597407), - normal: (0.302715, 0.058971, -0.951255), }, - Vertex { position: (4.404221, 1.662433, -0.61661), - normal: (-0.148853, 0.101172, -0.98367), }, - Vertex { position: (4.377095, 1.871713, -0.595743), - normal: (0.615047, 0.769185, -0.17341), }, - Vertex { position: (4.43261, 1.878873, -0.577888), - normal: (0.36359, 0.089346, -0.927264), }, - Vertex { position: (4.459682, 1.778884, -0.588185), - normal: (0.347794, 0.132396, -0.928176), }, - Vertex { position: (4.377095, 1.871713, -0.595743), - normal: (0.615047, 0.769185, -0.17341), }, - Vertex { position: (4.459682, 1.778884, -0.588185), - normal: (0.347794, 0.132396, -0.928176), }, - Vertex { position: (4.38638, 1.770868, -0.596666), - normal: (0.504832, 0.844097, -0.180678), }, - Vertex { position: (5.424281, 1.721152, 0.000496), - normal: (-0.925873, -0.377836, 0.0), }, - Vertex { position: (5.588763, 1.573846, 0.000686), - normal: (0.027992, 0.999608, 0.0), }, - Vertex { position: (5.604888, 1.546091, -0.113773), - normal: (0.550962, 0.627632, -0.550018), }, - Vertex { position: (5.424281, 1.721152, 0.000496), - normal: (-0.925873, -0.377836, 0.0), }, - Vertex { position: (5.604888, 1.546091, -0.113773), - normal: (0.550962, 0.627632, -0.550018), }, - Vertex { position: (5.421809, 1.685349, -0.123555), - normal: (0.168187, 0.30029, -0.938903), }, - Vertex { position: (5.421809, 1.685349, -0.123555), - normal: (0.168187, 0.30029, -0.938903), }, - Vertex { position: (5.604888, 1.546091, -0.113773), - normal: (0.550962, 0.627632, -0.550018), }, - Vertex { position: (5.566339, 1.498677, -0.190905), - normal: (0.477288, 0.71618, -0.509197), }, - Vertex { position: (5.421809, 1.685349, -0.123555), - normal: (0.168187, 0.30029, -0.938903), }, - Vertex { position: (5.566339, 1.498677, -0.190905), - normal: (0.477288, 0.71618, -0.509197), }, - Vertex { position: (5.383208, 1.619661, -0.202452), - normal: (0.112152, 0.130705, -0.985057), }, - Vertex { position: (5.383208, 1.619661, -0.202452), - normal: (0.112152, 0.130705, -0.985057), }, - Vertex { position: (5.566339, 1.498677, -0.190905), - normal: (0.477288, 0.71618, -0.509197), }, - Vertex { position: (5.528186, 1.44018, -0.250666), - normal: (0.887994, 0.419811, -0.187682), }, - Vertex { position: (5.383208, 1.619661, -0.202452), - normal: (0.112152, 0.130705, -0.985057), }, - Vertex { position: (5.528186, 1.44018, -0.250666), - normal: (0.887994, 0.419811, -0.187682), }, - Vertex { position: (5.373133, 1.541142, -0.246712), - normal: (0.069483, 0.206284, -0.976022), }, - Vertex { position: (5.373133, 1.541142, -0.246712), - normal: (0.069483, 0.206284, -0.976022), }, - Vertex { position: (5.528186, 1.44018, -0.250666), - normal: (0.887994, 0.419811, -0.187682), }, - Vertex { position: (5.471928, 1.345179, -0.313899), - normal: (0.749779, 0.312647, -0.583167), }, - Vertex { position: (5.373133, 1.541142, -0.246712), - normal: (0.069483, 0.206284, -0.976022), }, - Vertex { position: (5.471928, 1.345179, -0.313899), - normal: (0.749779, 0.312647, -0.583167), }, - Vertex { position: (5.334328, 1.402713, -0.332639), - normal: (0.054287, 0.055115, -0.997003), }, - Vertex { position: (5.334328, 1.402713, -0.332639), - normal: (0.054287, 0.055115, -0.997003), }, - Vertex { position: (5.471928, 1.345179, -0.313899), - normal: (0.749779, 0.312647, -0.583167), }, - Vertex { position: (5.425783, 1.264372, -0.329687), - normal: (0.358075, 0.480709, -0.800438), }, - Vertex { position: (5.334328, 1.402713, -0.332639), - normal: (0.054287, 0.055115, -0.997003), }, - Vertex { position: (5.425783, 1.264372, -0.329687), - normal: (0.358075, 0.480709, -0.800438), }, - Vertex { position: (5.296963, 1.322443, -0.357984), - normal: (0.235746, 0.648569, -0.723728), }, - Vertex { position: (5.296963, 1.322443, -0.357984), - normal: (0.235746, 0.648569, -0.723728), }, - Vertex { position: (5.425783, 1.264372, -0.329687), - normal: (0.358075, 0.480709, -0.800438), }, - Vertex { position: (5.397967, 1.174238, -0.346802), - normal: (0.524848, 0.480957, -0.702293), }, - Vertex { position: (5.296963, 1.322443, -0.357984), - normal: (0.235746, 0.648569, -0.723728), }, - Vertex { position: (5.397967, 1.174238, -0.346802), - normal: (0.524848, 0.480957, -0.702293), }, - Vertex { position: (5.260653, 1.184173, -0.352062), - normal: (0.101496, 0.616609, -0.780699), }, - Vertex { position: (5.260653, 1.184173, -0.352062), - normal: (0.101496, 0.616609, -0.780699), }, - Vertex { position: (5.397967, 1.174238, -0.346802), - normal: (0.524848, 0.480957, -0.702293), }, - Vertex { position: (5.388455, 1.119419, -0.351883), - normal: (0.72603, 0.248277, -0.641279), }, - Vertex { position: (5.260653, 1.184173, -0.352062), - normal: (0.101496, 0.616609, -0.780699), }, - Vertex { position: (5.388455, 1.119419, -0.351883), - normal: (0.72603, 0.248277, -0.641279), }, - Vertex { position: (5.250485, 1.123029, -0.385234), - normal: (0.043397, 0.435461, -0.899161), }, - Vertex { position: (5.687035, 1.499636, -0.110765), - normal: (0.987857, -0.047506, -0.147925), }, - Vertex { position: (5.741781, 1.463956, -0.124891), - normal: (0.936734, -0.314344, 0.154001), }, - Vertex { position: (5.730427, 1.435668, -0.209848), - normal: (0.831976, -0.511655, 0.214534), }, - Vertex { position: (5.687035, 1.499636, -0.110765), - normal: (0.987857, -0.047506, -0.147925), }, - Vertex { position: (5.730427, 1.435668, -0.209848), - normal: (0.831976, -0.511655, 0.214534), }, - Vertex { position: (5.685194, 1.452202, -0.188749), - normal: (0.798302, -0.559383, 0.22317), }, - Vertex { position: (5.710154, 1.360653, -0.290072), - normal: (0.744254, -0.654161, -0.134758), }, - Vertex { position: (5.608974, 1.317869, -0.319719), - normal: (0.884602, -0.366981, -0.287755), }, - Vertex { position: (5.647186, 1.394606, -0.257833), - normal: (0.707709, -0.687035, -0.164711), }, - Vertex { position: (5.608974, 1.317869, -0.319719), - normal: (0.884602, -0.366981, -0.287755), }, - Vertex { position: (5.710154, 1.360653, -0.290072), - normal: (0.744254, -0.654161, -0.134758), }, - Vertex { position: (5.681726, 1.282503, -0.333871), - normal: (0.364327, 0.145753, -0.919795), }, - Vertex { position: (5.608974, 1.317869, -0.319719), - normal: (0.884602, -0.366981, -0.287755), }, - Vertex { position: (5.681726, 1.282503, -0.333871), - normal: (0.364327, 0.145753, -0.919795), }, - Vertex { position: (5.563253, 1.235295, -0.317238), - normal: (0.777215, -0.378098, -0.50297), }, - Vertex { position: (5.563253, 1.235295, -0.317238), - normal: (0.777215, -0.378098, -0.50297), }, - Vertex { position: (5.681726, 1.282503, -0.333871), - normal: (0.364327, 0.145753, -0.919795), }, - Vertex { position: (5.672187, 1.164767, -0.35408), - normal: (0.612046, -0.714077, -0.339844), }, - Vertex { position: (5.563253, 1.235295, -0.317238), - normal: (0.777215, -0.378098, -0.50297), }, - Vertex { position: (5.672187, 1.164767, -0.35408), - normal: (0.612046, -0.714077, -0.339844), }, - Vertex { position: (5.580797, 1.174135, -0.351054), - normal: (0.348619, -0.077188, -0.934081), }, - Vertex { position: (5.680007, 1.510009, 0.000786), - normal: (-0.026558, -0.999647, 0.0), }, - Vertex { position: (5.687035, 1.499636, -0.110765), - normal: (0.987857, -0.047506, -0.147925), }, - Vertex { position: (5.604888, 1.546091, -0.113773), - normal: (0.550962, 0.627632, -0.550018), }, - Vertex { position: (5.680007, 1.510009, 0.000786), - normal: (-0.026558, -0.999647, 0.0), }, - Vertex { position: (5.604888, 1.546091, -0.113773), - normal: (0.550962, 0.627632, -0.550018), }, - Vertex { position: (5.588763, 1.573846, 0.000686), - normal: (0.027992, 0.999608, 0.0), }, - Vertex { position: (5.604888, 1.546091, -0.113773), - normal: (0.550962, 0.627632, -0.550018), }, - Vertex { position: (5.687035, 1.499636, -0.110765), - normal: (0.987857, -0.047506, -0.147925), }, - Vertex { position: (5.685194, 1.452202, -0.188749), - normal: (0.798302, -0.559383, 0.22317), }, - Vertex { position: (5.604888, 1.546091, -0.113773), - normal: (0.550962, 0.627632, -0.550018), }, - Vertex { position: (5.685194, 1.452202, -0.188749), - normal: (0.798302, -0.559383, 0.22317), }, - Vertex { position: (5.566339, 1.498677, -0.190905), - normal: (0.477288, 0.71618, -0.509197), }, - Vertex { position: (5.685194, 1.452202, -0.188749), - normal: (0.798302, -0.559383, 0.22317), }, - Vertex { position: (5.647186, 1.394606, -0.257833), - normal: (0.707709, -0.687035, -0.164711), }, - Vertex { position: (5.528186, 1.44018, -0.250666), - normal: (0.887994, 0.419811, -0.187682), }, - Vertex { position: (5.685194, 1.452202, -0.188749), - normal: (0.798302, -0.559383, 0.22317), }, - Vertex { position: (5.528186, 1.44018, -0.250666), - normal: (0.887994, 0.419811, -0.187682), }, - Vertex { position: (5.566339, 1.498677, -0.190905), - normal: (0.477288, 0.71618, -0.509197), }, - Vertex { position: (5.528186, 1.44018, -0.250666), - normal: (0.887994, 0.419811, -0.187682), }, - Vertex { position: (5.647186, 1.394606, -0.257833), - normal: (0.707709, -0.687035, -0.164711), }, - Vertex { position: (5.608974, 1.317869, -0.319719), - normal: (0.884602, -0.366981, -0.287755), }, - Vertex { position: (5.528186, 1.44018, -0.250666), - normal: (0.887994, 0.419811, -0.187682), }, - Vertex { position: (5.608974, 1.317869, -0.319719), - normal: (0.884602, -0.366981, -0.287755), }, - Vertex { position: (5.471928, 1.345179, -0.313899), - normal: (0.749779, 0.312647, -0.583167), }, - Vertex { position: (5.471928, 1.345179, -0.313899), - normal: (0.749779, 0.312647, -0.583167), }, - Vertex { position: (5.608974, 1.317869, -0.319719), - normal: (0.884602, -0.366981, -0.287755), }, - Vertex { position: (5.563253, 1.235295, -0.317238), - normal: (0.777215, -0.378098, -0.50297), }, - Vertex { position: (5.471928, 1.345179, -0.313899), - normal: (0.749779, 0.312647, -0.583167), }, - Vertex { position: (5.563253, 1.235295, -0.317238), - normal: (0.777215, -0.378098, -0.50297), }, - Vertex { position: (5.425783, 1.264372, -0.329687), - normal: (0.358075, 0.480709, -0.800438), }, - Vertex { position: (5.425783, 1.264372, -0.329687), - normal: (0.358075, 0.480709, -0.800438), }, - Vertex { position: (5.563253, 1.235295, -0.317238), - normal: (0.777215, -0.378098, -0.50297), }, - Vertex { position: (5.580797, 1.174135, -0.351054), - normal: (0.348619, -0.077188, -0.934081), }, - Vertex { position: (5.425783, 1.264372, -0.329687), - normal: (0.358075, 0.480709, -0.800438), }, - Vertex { position: (5.580797, 1.174135, -0.351054), - normal: (0.348619, -0.077188, -0.934081), }, - Vertex { position: (5.397967, 1.174238, -0.346802), - normal: (0.524848, 0.480957, -0.702293), }, - Vertex { position: (5.397967, 1.174238, -0.346802), - normal: (0.524848, 0.480957, -0.702293), }, - Vertex { position: (5.580797, 1.174135, -0.351054), - normal: (0.348619, -0.077188, -0.934081), }, - Vertex { position: (5.47963, 1.11131, -0.364188), - normal: (0.802898, -0.287005, -0.522477), }, - Vertex { position: (5.397967, 1.174238, -0.346802), - normal: (0.524848, 0.480957, -0.702293), }, - Vertex { position: (5.47963, 1.11131, -0.364188), - normal: (0.802898, -0.287005, -0.522477), }, - Vertex { position: (5.388455, 1.119419, -0.351883), - normal: (0.72603, 0.248277, -0.641279), }, - Vertex { position: (5.842092, 1.427708, -0.130724), - normal: (0.901575, -0.270544, -0.337593), }, - Vertex { position: (5.915025, 1.382159, -0.13682), - normal: (0.461068, -0.584089, -0.668024), }, - Vertex { position: (5.886832, 1.385674, -0.172365), - normal: (0.194103, -0.204609, -0.959406), }, - Vertex { position: (5.842092, 1.427708, -0.130724), - normal: (0.901575, -0.270544, -0.337593), }, - Vertex { position: (5.886832, 1.385674, -0.172365), - normal: (0.194103, -0.204609, -0.959406), }, - Vertex { position: (5.813217, 1.415581, -0.195261), - normal: (0.286794, 0.030057, -0.957521), }, - Vertex { position: (5.908842, 1.388968, 0.001026), - normal: (-0.016213, 0.999869, 0.0), }, - Vertex { position: (5.963117, 1.307775, 0.001098), - normal: (0.663563, 0.74812, 0.000025), }, - Vertex { position: (5.979357, 1.325532, -0.125337), - normal: (0.259896, 0.111139, -0.95922), }, - Vertex { position: (5.908842, 1.388968, 0.001026), - normal: (-0.016213, 0.999869, 0.0), }, - Vertex { position: (5.979357, 1.325532, -0.125337), - normal: (0.259896, 0.111139, -0.95922), }, - Vertex { position: (5.915025, 1.382159, -0.13682), - normal: (0.461068, -0.584089, -0.668024), }, - Vertex { position: (5.915025, 1.382159, -0.13682), - normal: (0.461068, -0.584089, -0.668024), }, - Vertex { position: (5.979357, 1.325532, -0.125337), - normal: (0.259896, 0.111139, -0.95922), }, - Vertex { position: (5.941384, 1.330818, -0.178936), - normal: (0.230527, 0.277297, -0.932718), }, - Vertex { position: (5.915025, 1.382159, -0.13682), - normal: (0.461068, -0.584089, -0.668024), }, - Vertex { position: (5.941384, 1.330818, -0.178936), - normal: (0.230527, 0.277297, -0.932718), }, - Vertex { position: (5.886832, 1.385674, -0.172365), - normal: (0.194103, -0.204609, -0.959406), }, - Vertex { position: (5.743997, 1.482739, 0.000851), - normal: (0.694651, 0.719347, 0.000019), }, - Vertex { position: (5.835498, 1.43628, 0.000946), - normal: (0.569495, 0.821995, -0.000075), }, - Vertex { position: (5.842092, 1.427708, -0.130724), - normal: (0.901575, -0.270544, -0.337593), }, - Vertex { position: (5.743997, 1.482739, 0.000851), - normal: (0.694651, 0.719347, 0.000019), }, - Vertex { position: (5.842092, 1.427708, -0.130724), - normal: (0.901575, -0.270544, -0.337593), }, - Vertex { position: (5.741781, 1.463956, -0.124891), - normal: (0.936734, -0.314344, 0.154001), }, - Vertex { position: (5.741781, 1.463956, -0.124891), - normal: (0.936734, -0.314344, 0.154001), }, - Vertex { position: (5.842092, 1.427708, -0.130724), - normal: (0.901575, -0.270544, -0.337593), }, - Vertex { position: (5.813217, 1.415581, -0.195261), - normal: (0.286794, 0.030057, -0.957521), }, - Vertex { position: (5.741781, 1.463956, -0.124891), - normal: (0.936734, -0.314344, 0.154001), }, - Vertex { position: (5.813217, 1.415581, -0.195261), - normal: (0.286794, 0.030057, -0.957521), }, - Vertex { position: (5.730427, 1.435668, -0.209848), - normal: (0.831976, -0.511655, 0.214534), }, - Vertex { position: (5.730427, 1.435668, -0.209848), - normal: (0.831976, -0.511655, 0.214534), }, - Vertex { position: (5.813217, 1.415581, -0.195261), - normal: (0.286794, 0.030057, -0.957521), }, - Vertex { position: (5.783731, 1.341471, -0.28459), - normal: (0.188634, -0.17518, -0.966297), }, - Vertex { position: (5.730427, 1.435668, -0.209848), - normal: (0.831976, -0.511655, 0.214534), }, - Vertex { position: (5.783731, 1.341471, -0.28459), - normal: (0.188634, -0.17518, -0.966297), }, - Vertex { position: (5.710154, 1.360653, -0.290072), - normal: (0.744254, -0.654161, -0.134758), }, - Vertex { position: (5.813217, 1.415581, -0.195261), - normal: (0.286794, 0.030057, -0.957521), }, - Vertex { position: (5.886832, 1.385674, -0.172365), - normal: (0.194103, -0.204609, -0.959406), }, - Vertex { position: (5.847989, 1.311569, -0.261476), - normal: (0.244568, -0.04472, -0.9686), }, - Vertex { position: (5.813217, 1.415581, -0.195261), - normal: (0.286794, 0.030057, -0.957521), }, - Vertex { position: (5.847989, 1.311569, -0.261476), - normal: (0.244568, -0.04472, -0.9686), }, - Vertex { position: (5.783731, 1.341471, -0.28459), - normal: (0.188634, -0.17518, -0.966297), }, - Vertex { position: (5.886832, 1.385674, -0.172365), - normal: (0.194103, -0.204609, -0.959406), }, - Vertex { position: (5.941384, 1.330818, -0.178936), - normal: (0.230527, 0.277297, -0.932718), }, - Vertex { position: (5.931474, 1.233483, -0.215613), - normal: (0.193495, -0.385604, -0.902147), }, - Vertex { position: (5.886832, 1.385674, -0.172365), - normal: (0.194103, -0.204609, -0.959406), }, - Vertex { position: (5.931474, 1.233483, -0.215613), - normal: (0.193495, -0.385604, -0.902147), }, - Vertex { position: (5.847989, 1.311569, -0.261476), - normal: (0.244568, -0.04472, -0.9686), }, - Vertex { position: (5.979357, 1.325532, -0.125337), - normal: (0.259896, 0.111139, -0.95922), }, - Vertex { position: (5.998088, 1.231874, -0.107334), - normal: (-0.026148, 0.006311, -0.999638), }, - Vertex { position: (5.941384, 1.330818, -0.178936), - normal: (0.230527, 0.277297, -0.932718), }, - Vertex { position: (5.963117, 1.307775, 0.001098), - normal: (0.663563, 0.74812, 0.000025), }, - Vertex { position: (5.963527, 1.232407, 0.001121), - normal: (0.617634, 0.786466, 0.000062), }, - Vertex { position: (5.998088, 1.231874, -0.107334), - normal: (-0.026148, 0.006311, -0.999638), }, - Vertex { position: (5.963117, 1.307775, 0.001098), - normal: (0.663563, 0.74812, 0.000025), }, - Vertex { position: (5.998088, 1.231874, -0.107334), - normal: (-0.026148, 0.006311, -0.999638), }, - Vertex { position: (5.979357, 1.325532, -0.125337), - normal: (0.259896, 0.111139, -0.95922), }, - Vertex { position: (5.941384, 1.330818, -0.178936), - normal: (0.230527, 0.277297, -0.932718), }, - Vertex { position: (5.998088, 1.231874, -0.107334), - normal: (-0.026148, 0.006311, -0.999638), }, - Vertex { position: (5.931474, 1.233483, -0.215613), - normal: (0.193495, -0.385604, -0.902147), }, - Vertex { position: (5.998088, 1.231874, -0.107334), - normal: (-0.026148, 0.006311, -0.999638), }, - Vertex { position: (5.963527, 1.232407, 0.001121), - normal: (0.617634, 0.786466, 0.000062), }, - Vertex { position: (5.92711, 1.131195, 0.001118), - normal: (0.651313, 0.75881, -0.000286), }, - Vertex { position: (5.998088, 1.231874, -0.107334), - normal: (-0.026148, 0.006311, -0.999638), }, - Vertex { position: (5.92711, 1.131195, 0.001118), - normal: (0.651313, 0.75881, -0.000286), }, - Vertex { position: (5.961686, 1.110978, -0.090324), - normal: (-0.2127, -0.171223, -0.961999), }, - Vertex { position: (5.92711, 1.131195, 0.001118), - normal: (0.651313, 0.75881, -0.000286), }, - Vertex { position: (5.908782, 1.066916, 0.001121), - normal: (0.909103, 0.416568, -0.001454), }, - Vertex { position: (5.934596, 1.054796, -0.077039), - normal: (0.054456, -0.320459, -0.945696), }, - Vertex { position: (5.92711, 1.131195, 0.001118), - normal: (0.651313, 0.75881, -0.000286), }, - Vertex { position: (5.934596, 1.054796, -0.077039), - normal: (0.054456, -0.320459, -0.945696), }, - Vertex { position: (5.961686, 1.110978, -0.090324), - normal: (-0.2127, -0.171223, -0.961999), }, - Vertex { position: (5.961686, 1.110978, -0.090324), - normal: (-0.2127, -0.171223, -0.961999), }, - Vertex { position: (5.934596, 1.054796, -0.077039), - normal: (0.054456, -0.320459, -0.945696), }, - Vertex { position: (5.923808, 1.025283, -0.153084), - normal: (0.169576, -0.140705, -0.975421), }, - Vertex { position: (5.961686, 1.110978, -0.090324), - normal: (-0.2127, -0.171223, -0.961999), }, - Vertex { position: (5.923808, 1.025283, -0.153084), - normal: (0.169576, -0.140705, -0.975421), }, - Vertex { position: (5.950684, 1.082725, -0.175648), - normal: (0.111896, -0.605741, -0.787755), }, - Vertex { position: (5.800778, 1.078596, -0.31945), - normal: (0.063422, -0.817077, -0.573029), }, - Vertex { position: (5.884856, 1.062202, -0.249545), - normal: (0.16399, -0.527952, -0.833291), }, - Vertex { position: (5.85775, 0.997026, -0.236768), - normal: (0.120494, -0.516376, -0.847843), }, - Vertex { position: (5.800778, 1.078596, -0.31945), - normal: (0.063422, -0.817077, -0.573029), }, - Vertex { position: (5.85775, 0.997026, -0.236768), - normal: (0.120494, -0.516376, -0.847843), }, - Vertex { position: (5.755282, 1.004149, -0.307505), - normal: (0.396941, -0.593504, -0.700137), }, - Vertex { position: (5.800778, 1.078596, -0.31945), - normal: (0.063422, -0.817077, -0.573029), }, - Vertex { position: (5.755282, 1.004149, -0.307505), - normal: (0.396941, -0.593504, -0.700137), }, - Vertex { position: (5.763952, 1.062109, -0.338641), - normal: (0.010578, -0.902776, -0.429981), }, - Vertex { position: (5.912147, 1.117911, -0.254197), - normal: (0.051115, -0.906355, -0.419414), }, - Vertex { position: (5.959462, 1.157227, -0.187097), - normal: (0.223936, -0.919046, -0.324355), }, - Vertex { position: (5.950684, 1.082725, -0.175648), - normal: (0.111896, -0.605741, -0.787755), }, - Vertex { position: (5.912147, 1.117911, -0.254197), - normal: (0.051115, -0.906355, -0.419414), }, - Vertex { position: (5.950684, 1.082725, -0.175648), - normal: (0.111896, -0.605741, -0.787755), }, - Vertex { position: (5.884856, 1.062202, -0.249545), - normal: (0.16399, -0.527952, -0.833291), }, - Vertex { position: (5.884856, 1.062202, -0.249545), - normal: (0.16399, -0.527952, -0.833291), }, - Vertex { position: (5.950684, 1.082725, -0.175648), - normal: (0.111896, -0.605741, -0.787755), }, - Vertex { position: (5.923808, 1.025283, -0.153084), - normal: (0.169576, -0.140705, -0.975421), }, - Vertex { position: (5.884856, 1.062202, -0.249545), - normal: (0.16399, -0.527952, -0.833291), }, - Vertex { position: (5.923808, 1.025283, -0.153084), - normal: (0.169576, -0.140705, -0.975421), }, - Vertex { position: (5.85775, 0.997026, -0.236768), - normal: (0.120494, -0.516376, -0.847843), }, - Vertex { position: (5.800778, 1.078596, -0.31945), - normal: (0.063422, -0.817077, -0.573029), }, - Vertex { position: (5.837875, 1.141493, -0.305184), - normal: (0.161367, -0.802085, -0.574996), }, - Vertex { position: (5.912147, 1.117911, -0.254197), - normal: (0.051115, -0.906355, -0.419414), }, - Vertex { position: (5.800778, 1.078596, -0.31945), - normal: (0.063422, -0.817077, -0.573029), }, - Vertex { position: (5.912147, 1.117911, -0.254197), - normal: (0.051115, -0.906355, -0.419414), }, - Vertex { position: (5.884856, 1.062202, -0.249545), - normal: (0.16399, -0.527952, -0.833291), }, - Vertex { position: (5.672187, 1.164767, -0.35408), - normal: (0.612046, -0.714077, -0.339844), }, - Vertex { position: (5.77341, 1.225861, -0.323025), - normal: (0.218068, -0.756332, -0.616772), }, - Vertex { position: (5.837875, 1.141493, -0.305184), - normal: (0.161367, -0.802085, -0.574996), }, - Vertex { position: (5.672187, 1.164767, -0.35408), - normal: (0.612046, -0.714077, -0.339844), }, - Vertex { position: (5.837875, 1.141493, -0.305184), - normal: (0.161367, -0.802085, -0.574996), }, - Vertex { position: (5.800778, 1.078596, -0.31945), - normal: (0.063422, -0.817077, -0.573029), }, - Vertex { position: (5.681726, 1.282503, -0.333871), - normal: (0.364327, 0.145753, -0.919795), }, - Vertex { position: (5.764774, 1.279824, -0.308562), - normal: (0.725751, -0.657941, -0.200998), }, - Vertex { position: (5.77341, 1.225861, -0.323025), - normal: (0.218068, -0.756332, -0.616772), }, - Vertex { position: (5.681726, 1.282503, -0.333871), - normal: (0.364327, 0.145753, -0.919795), }, - Vertex { position: (5.77341, 1.225861, -0.323025), - normal: (0.218068, -0.756332, -0.616772), }, - Vertex { position: (5.672187, 1.164767, -0.35408), - normal: (0.612046, -0.714077, -0.339844), }, - Vertex { position: (5.710154, 1.360653, -0.290072), - normal: (0.744254, -0.654161, -0.134758), }, - Vertex { position: (5.783731, 1.341471, -0.28459), - normal: (0.188634, -0.17518, -0.966297), }, - Vertex { position: (5.764774, 1.279824, -0.308562), - normal: (0.725751, -0.657941, -0.200998), }, - Vertex { position: (5.710154, 1.360653, -0.290072), - normal: (0.744254, -0.654161, -0.134758), }, - Vertex { position: (5.764774, 1.279824, -0.308562), - normal: (0.725751, -0.657941, -0.200998), }, - Vertex { position: (5.681726, 1.282503, -0.333871), - normal: (0.364327, 0.145753, -0.919795), }, - Vertex { position: (5.690122, 1.092917, -0.37085), - normal: (0.17011, -0.985049, 0.027217), }, - Vertex { position: (5.763952, 1.062109, -0.338641), - normal: (0.010578, -0.902776, -0.429981), }, - Vertex { position: (5.681086, 1.054964, -0.35586), - normal: (0.231006, -0.859096, -0.456717), }, - Vertex { position: (5.672187, 1.164767, -0.35408), - normal: (0.612046, -0.714077, -0.339844), }, - Vertex { position: (5.800778, 1.078596, -0.31945), - normal: (0.063422, -0.817077, -0.573029), }, - Vertex { position: (5.763952, 1.062109, -0.338641), - normal: (0.010578, -0.902776, -0.429981), }, - Vertex { position: (5.672187, 1.164767, -0.35408), - normal: (0.612046, -0.714077, -0.339844), }, - Vertex { position: (5.763952, 1.062109, -0.338641), - normal: (0.010578, -0.902776, -0.429981), }, - Vertex { position: (5.690122, 1.092917, -0.37085), - normal: (0.17011, -0.985049, 0.027217), }, - Vertex { position: (5.580797, 1.174135, -0.351054), - normal: (0.348619, -0.077188, -0.934081), }, - Vertex { position: (5.672187, 1.164767, -0.35408), - normal: (0.612046, -0.714077, -0.339844), }, - Vertex { position: (5.690122, 1.092917, -0.37085), - normal: (0.17011, -0.985049, 0.027217), }, - Vertex { position: (5.580797, 1.174135, -0.351054), - normal: (0.348619, -0.077188, -0.934081), }, - Vertex { position: (5.690122, 1.092917, -0.37085), - normal: (0.17011, -0.985049, 0.027217), }, - Vertex { position: (5.598282, 1.094735, -0.386994), - normal: (0.108306, -0.808441, -0.578527), }, - Vertex { position: (5.580797, 1.174135, -0.351054), - normal: (0.348619, -0.077188, -0.934081), }, - Vertex { position: (5.598282, 1.094735, -0.386994), - normal: (0.108306, -0.808441, -0.578527), }, - Vertex { position: (5.47963, 1.11131, -0.364188), - normal: (0.802898, -0.287005, -0.522477), }, - Vertex { position: (5.47963, 1.11131, -0.364188), - normal: (0.802898, -0.287005, -0.522477), }, - Vertex { position: (5.598282, 1.094735, -0.386994), - normal: (0.108306, -0.808441, -0.578527), }, - Vertex { position: (5.470775, 1.009574, -0.355371), - normal: (0.155351, -0.987262, -0.034337), }, - Vertex { position: (5.598282, 1.094735, -0.386994), - normal: (0.108306, -0.808441, -0.578527), }, - Vertex { position: (5.690122, 1.092917, -0.37085), - normal: (0.17011, -0.985049, 0.027217), }, - Vertex { position: (5.681086, 1.054964, -0.35586), - normal: (0.231006, -0.859096, -0.456717), }, - Vertex { position: (5.598282, 1.094735, -0.386994), - normal: (0.108306, -0.808441, -0.578527), }, - Vertex { position: (5.681086, 1.054964, -0.35586), - normal: (0.231006, -0.859096, -0.456717), }, - Vertex { position: (5.580223, 1.04747, -0.372696), - normal: (0.228199, -0.705361, -0.671112), }, - Vertex { position: (5.580223, 1.04747, -0.372696), - normal: (0.228199, -0.705361, -0.671112), }, - Vertex { position: (5.681086, 1.054964, -0.35586), - normal: (0.231006, -0.859096, -0.456717), }, - Vertex { position: (5.672385, 1.007694, -0.341778), - normal: (0.173726, -0.983856, 0.042973), }, - Vertex { position: (5.580223, 1.04747, -0.372696), - normal: (0.228199, -0.705361, -0.671112), }, - Vertex { position: (5.672385, 1.007694, -0.341778), - normal: (0.173726, -0.983856, 0.042973), }, - Vertex { position: (5.580727, 0.99933, -0.349867), - normal: (0.148862, -0.934725, -0.322692), }, - Vertex { position: (5.580223, 1.04747, -0.372696), - normal: (0.228199, -0.705361, -0.671112), }, - Vertex { position: (5.470775, 1.009574, -0.355371), - normal: (0.155351, -0.987262, -0.034337), }, - Vertex { position: (5.598282, 1.094735, -0.386994), - normal: (0.108306, -0.808441, -0.578527), }, - Vertex { position: (5.580223, 1.04747, -0.372696), - normal: (0.228199, -0.705361, -0.671112), }, - Vertex { position: (5.580727, 0.99933, -0.349867), - normal: (0.148862, -0.934725, -0.322692), }, - Vertex { position: (5.535184, 0.98018, -0.341257), - normal: (0.241652, -0.897637, -0.368581), }, - Vertex { position: (5.580223, 1.04747, -0.372696), - normal: (0.228199, -0.705361, -0.671112), }, - Vertex { position: (5.535184, 0.98018, -0.341257), - normal: (0.241652, -0.897637, -0.368581), }, - Vertex { position: (5.470775, 1.009574, -0.355371), - normal: (0.155351, -0.987262, -0.034337), }, - Vertex { position: (5.388455, 1.119419, -0.351883), - normal: (0.72603, 0.248277, -0.641279), }, - Vertex { position: (5.47963, 1.11131, -0.364188), - normal: (0.802898, -0.287005, -0.522477), }, - Vertex { position: (5.470775, 1.009574, -0.355371), - normal: (0.155351, -0.987262, -0.034337), }, - Vertex { position: (5.388455, 1.119419, -0.351883), - normal: (0.72603, 0.248277, -0.641279), }, - Vertex { position: (5.470775, 1.009574, -0.355371), - normal: (0.155351, -0.987262, -0.034337), }, - Vertex { position: (5.425352, 1.035967, -0.34272), - normal: (0.114701, -0.691524, -0.713188), }, - Vertex { position: (5.425352, 1.035967, -0.34272), - normal: (0.114701, -0.691524, -0.713188), }, - Vertex { position: (5.470775, 1.009574, -0.355371), - normal: (0.155351, -0.987262, -0.034337), }, - Vertex { position: (5.434594, 0.970412, -0.330823), - normal: (0.298912, -0.321997, -0.898315), }, - Vertex { position: (5.470775, 1.009574, -0.355371), - normal: (0.155351, -0.987262, -0.034337), }, - Vertex { position: (5.535184, 0.98018, -0.341257), - normal: (0.241652, -0.897637, -0.368581), }, - Vertex { position: (5.434594, 0.970412, -0.330823), - normal: (0.298912, -0.321997, -0.898315), }, - Vertex { position: (5.535184, 0.98018, -0.341257), - normal: (0.241652, -0.897637, -0.368581), }, - Vertex { position: (5.480649, 0.941387, -0.316248), - normal: (0.241049, -0.626018, -0.741618), }, - Vertex { position: (5.434594, 0.970412, -0.330823), - normal: (0.298912, -0.321997, -0.898315), }, - Vertex { position: (5.388455, 1.119419, -0.351883), - normal: (0.72603, 0.248277, -0.641279), }, - Vertex { position: (5.425352, 1.035967, -0.34272), - normal: (0.114701, -0.691524, -0.713188), }, - Vertex { position: (5.379461, 1.045817, -0.349748), - normal: (0.272751, -0.332382, -0.902845), }, - Vertex { position: (5.379461, 1.045817, -0.349748), - normal: (0.272751, -0.332382, -0.902845), }, - Vertex { position: (5.425352, 1.035967, -0.34272), - normal: (0.114701, -0.691524, -0.713188), }, - Vertex { position: (5.434594, 0.970412, -0.330823), - normal: (0.298912, -0.321997, -0.898315), }, - Vertex { position: (5.379461, 1.045817, -0.349748), - normal: (0.272751, -0.332382, -0.902845), }, - Vertex { position: (5.434594, 0.970412, -0.330823), - normal: (0.298912, -0.321997, -0.898315), }, - Vertex { position: (5.370709, 0.980272, -0.337432), - normal: (0.161397, -0.648357, -0.744032), }, - Vertex { position: (5.434594, 0.970412, -0.330823), - normal: (0.298912, -0.321997, -0.898315), }, - Vertex { position: (5.480649, 0.941387, -0.316248), - normal: (0.241049, -0.626018, -0.741618), }, - Vertex { position: (5.373646, 0.885375, -0.20884), - normal: (0.142784, -0.229696, -0.962732), }, - Vertex { position: (5.370709, 0.980272, -0.337432), - normal: (0.161397, -0.648357, -0.744032), }, - Vertex { position: (5.434594, 0.970412, -0.330823), - normal: (0.298912, -0.321997, -0.898315), }, - Vertex { position: (5.373646, 0.885375, -0.20884), - normal: (0.142784, -0.229696, -0.962732), }, - Vertex { position: (5.480649, 0.941387, -0.316248), - normal: (0.241049, -0.626018, -0.741618), }, - Vertex { position: (5.546347, 0.916044, -0.246782), - normal: (-0.016623, -0.697515, -0.716378), }, - Vertex { position: (5.511556, 0.863525, -0.177613), - normal: (0.009824, -0.644035, -0.764933), }, - Vertex { position: (5.480649, 0.941387, -0.316248), - normal: (0.241049, -0.626018, -0.741618), }, - Vertex { position: (5.511556, 0.863525, -0.177613), - normal: (0.009824, -0.644035, -0.764933), }, - Vertex { position: (5.373646, 0.885375, -0.20884), - normal: (0.142784, -0.229696, -0.962732), }, - Vertex { position: (5.546347, 0.916044, -0.246782), - normal: (-0.016623, -0.697515, -0.716378), }, - Vertex { position: (5.638369, 0.904402, -0.222548), - normal: (-0.045194, -0.595739, -0.801906), }, - Vertex { position: (5.60337, 0.852748, -0.162335), - normal: (-0.023775, -0.598435, -0.800819), }, - Vertex { position: (5.546347, 0.916044, -0.246782), - normal: (-0.016623, -0.697515, -0.716378), }, - Vertex { position: (5.60337, 0.852748, -0.162335), - normal: (-0.023775, -0.598435, -0.800819), }, - Vertex { position: (5.511556, 0.863525, -0.177613), - normal: (0.009824, -0.644035, -0.764933), }, - Vertex { position: (5.638369, 0.904402, -0.222548), - normal: (-0.045194, -0.595739, -0.801906), }, - Vertex { position: (5.748613, 0.92049, -0.205099), - normal: (-0.105003, -0.636187, -0.764356), }, - Vertex { position: (5.70463, 0.849158, -0.12813), - normal: (0.200817, -0.971977, -0.122205), }, - Vertex { position: (5.638369, 0.904402, -0.222548), - normal: (-0.045194, -0.595739, -0.801906), }, - Vertex { position: (5.70463, 0.849158, -0.12813), - normal: (0.200817, -0.971977, -0.122205), }, - Vertex { position: (5.60337, 0.852748, -0.162335), - normal: (-0.023775, -0.598435, -0.800819), }, - Vertex { position: (5.250485, 1.123029, -0.385234), - normal: (0.043397, 0.435461, -0.899161), }, - Vertex { position: (5.388455, 1.119419, -0.351883), - normal: (0.72603, 0.248277, -0.641279), }, - Vertex { position: (5.379461, 1.045817, -0.349748), - normal: (0.272751, -0.332382, -0.902845), }, - Vertex { position: (5.250485, 1.123029, -0.385234), - normal: (0.043397, 0.435461, -0.899161), }, - Vertex { position: (5.379461, 1.045817, -0.349748), - normal: (0.272751, -0.332382, -0.902845), }, - Vertex { position: (5.241466, 1.040469, -0.383965), - normal: (0.123418, -0.784469, -0.607763), }, - Vertex { position: (5.241466, 1.040469, -0.383965), - normal: (0.123418, -0.784469, -0.607763), }, - Vertex { position: (5.379461, 1.045817, -0.349748), - normal: (0.272751, -0.332382, -0.902845), }, - Vertex { position: (5.370709, 0.980272, -0.337432), - normal: (0.161397, -0.648357, -0.744032), }, - Vertex { position: (5.241466, 1.040469, -0.383965), - normal: (0.123418, -0.784469, -0.607763), }, - Vertex { position: (5.370709, 0.980272, -0.337432), - normal: (0.161397, -0.648357, -0.744032), }, - Vertex { position: (5.223571, 0.974029, -0.362117), - normal: (0.050019, -0.552867, -0.831767), }, - Vertex { position: (5.370709, 0.980272, -0.337432), - normal: (0.161397, -0.648357, -0.744032), }, - Vertex { position: (5.373646, 0.885375, -0.20884), - normal: (0.142784, -0.229696, -0.962732), }, - Vertex { position: (5.299005, 0.908991, -0.260177), - normal: (0.037801, -0.082839, -0.995846), }, - Vertex { position: (5.223571, 0.974029, -0.362117), - normal: (0.050019, -0.552867, -0.831767), }, - Vertex { position: (5.370709, 0.980272, -0.337432), - normal: (0.161397, -0.648357, -0.744032), }, - Vertex { position: (5.299005, 0.908991, -0.260177), - normal: (0.037801, -0.082839, -0.995846), }, - Vertex { position: (5.223571, 0.974029, -0.362117), - normal: (0.050019, -0.552867, -0.831767), }, - Vertex { position: (5.299005, 0.908991, -0.260177), - normal: (0.037801, -0.082839, -0.995846), }, - Vertex { position: (5.197562, 0.922406, -0.302473), - normal: (-0.196146, -0.333078, -0.922272), }, - Vertex { position: (5.836005, 0.945722, 0.001092), - normal: (0.997356, -0.072614, -0.002907), }, - Vertex { position: (5.78079, 0.891286, 0.001059), - normal: (0.953994, -0.299798, -0.004126), }, - Vertex { position: (5.797411, 0.880032, -0.072306), - normal: (-0.277696, -0.435918, -0.856073), }, - Vertex { position: (5.836005, 0.945722, 0.001092), - normal: (0.997356, -0.072614, -0.002907), }, - Vertex { position: (5.797411, 0.880032, -0.072306), - normal: (-0.277696, -0.435918, -0.856073), }, - Vertex { position: (5.851404, 0.929008, -0.105362), - normal: (-0.106359, -0.394397, -0.912764), }, - Vertex { position: (5.851404, 0.929008, -0.105362), - normal: (-0.106359, -0.394397, -0.912764), }, - Vertex { position: (5.797411, 0.880032, -0.072306), - normal: (-0.277696, -0.435918, -0.856073), }, - Vertex { position: (5.70463, 0.849158, -0.12813), - normal: (0.200817, -0.971977, -0.122205), }, - Vertex { position: (5.851404, 0.929008, -0.105362), - normal: (-0.106359, -0.394397, -0.912764), }, - Vertex { position: (5.70463, 0.849158, -0.12813), - normal: (0.200817, -0.971977, -0.122205), }, - Vertex { position: (5.748613, 0.92049, -0.205099), - normal: (-0.105003, -0.636187, -0.764356), }, - Vertex { position: (5.797411, 0.880032, -0.072306), - normal: (-0.277696, -0.435918, -0.856073), }, - Vertex { position: (5.78079, 0.891286, 0.001059), - normal: (0.953994, -0.299798, -0.004126), }, - Vertex { position: (5.679621, 0.8395, 0.000985), - normal: (0.874313, -0.485341, -0.004579), }, - Vertex { position: (5.797411, 0.880032, -0.072306), - normal: (-0.277696, -0.435918, -0.856073), }, - Vertex { position: (5.679621, 0.8395, 0.000985), - normal: (0.874313, -0.485341, -0.004579), }, - Vertex { position: (5.568745, 0.834653, -0.07139), - normal: (-0.301162, -0.110218, -0.947182), }, - Vertex { position: (5.797411, 0.880032, -0.072306), - normal: (-0.277696, -0.435918, -0.856073), }, - Vertex { position: (5.568745, 0.834653, -0.07139), - normal: (-0.301162, -0.110218, -0.947182), }, - Vertex { position: (5.70463, 0.849158, -0.12813), - normal: (0.200817, -0.971977, -0.122205), }, - Vertex { position: (5.679621, 0.8395, 0.000985), - normal: (0.874313, -0.485341, -0.004579), }, - Vertex { position: (5.579253, 0.837796, 0.000896), - normal: (0.84332, -0.537393, -0.004381), }, - Vertex { position: (5.568745, 0.834653, -0.07139), - normal: (-0.301162, -0.110218, -0.947182), }, - Vertex { position: (5.70463, 0.849158, -0.12813), - normal: (0.200817, -0.971977, -0.122205), }, - Vertex { position: (5.568745, 0.834653, -0.07139), - normal: (-0.301162, -0.110218, -0.947182), }, - Vertex { position: (5.449164, 0.847535, -0.103909), - normal: (-0.430969, -0.132769, -0.892546), }, - Vertex { position: (5.70463, 0.849158, -0.12813), - normal: (0.200817, -0.971977, -0.122205), }, - Vertex { position: (5.449164, 0.847535, -0.103909), - normal: (-0.430969, -0.132769, -0.892546), }, - Vertex { position: (5.60337, 0.852748, -0.162335), - normal: (-0.023775, -0.598435, -0.800819), }, - Vertex { position: (5.247762, 0.848549, -0.108546), - normal: (-0.293162, -0.051827, -0.954657), }, - Vertex { position: (5.213434, 0.856784, 0.000565), - normal: (0.832605, -0.553861, -0.002629), }, - Vertex { position: (5.112563, 0.840686, 0.00048), - normal: (0.598791, -0.8009, -0.003109), }, - Vertex { position: (5.247762, 0.848549, -0.108546), - normal: (-0.293162, -0.051827, -0.954657), }, - Vertex { position: (5.112563, 0.840686, 0.00048), - normal: (0.598791, -0.8009, -0.003109), }, - Vertex { position: (5.137075, 0.824518, -0.144842), - normal: (-0.034138, 0.050771, -0.998127), }, - Vertex { position: (5.60337, 0.852748, -0.162335), - normal: (-0.023775, -0.598435, -0.800819), }, - Vertex { position: (5.449164, 0.847535, -0.103909), - normal: (-0.430969, -0.132769, -0.892546), }, - Vertex { position: (5.3569, 0.85112, -0.138324), - normal: (-0.101883, 0.176778, -0.978963), }, - Vertex { position: (5.60337, 0.852748, -0.162335), - normal: (-0.023775, -0.598435, -0.800819), }, - Vertex { position: (5.3569, 0.85112, -0.138324), - normal: (-0.101883, 0.176778, -0.978963), }, - Vertex { position: (5.511556, 0.863525, -0.177613), - normal: (0.009824, -0.644035, -0.764933), }, - Vertex { position: (5.511556, 0.863525, -0.177613), - normal: (0.009824, -0.644035, -0.764933), }, - Vertex { position: (5.3569, 0.85112, -0.138324), - normal: (-0.101883, 0.176778, -0.978963), }, - Vertex { position: (5.26443, 0.855571, -0.181694), - normal: (-0.172671, 0.234525, -0.956652), }, - Vertex { position: (5.511556, 0.863525, -0.177613), - normal: (0.009824, -0.644035, -0.764933), }, - Vertex { position: (5.26443, 0.855571, -0.181694), - normal: (-0.172671, 0.234525, -0.956652), }, - Vertex { position: (5.373646, 0.885375, -0.20884), - normal: (0.142784, -0.229696, -0.962732), }, - Vertex { position: (5.323232, 0.866039, 0.00066), - normal: (0.224122, -0.97456, -0.001209), }, - Vertex { position: (5.213434, 0.856784, 0.000565), - normal: (0.832605, -0.553861, -0.002629), }, - Vertex { position: (5.247762, 0.848549, -0.108546), - normal: (-0.293162, -0.051827, -0.954657), }, - Vertex { position: (5.568745, 0.834653, -0.07139), - normal: (-0.301162, -0.110218, -0.947182), }, - Vertex { position: (5.579253, 0.837796, 0.000896), - normal: (0.84332, -0.537393, -0.004381), }, - Vertex { position: (5.469641, 0.838722, 0.000798), - normal: (-0.020035, -0.999799, -0.000148), }, - Vertex { position: (5.568745, 0.834653, -0.07139), - normal: (-0.301162, -0.110218, -0.947182), }, - Vertex { position: (5.469641, 0.838722, 0.000798), - normal: (-0.020035, -0.999799, -0.000148), }, - Vertex { position: (5.449164, 0.847535, -0.103909), - normal: (-0.430969, -0.132769, -0.892546), }, - Vertex { position: (5.449164, 0.847535, -0.103909), - normal: (-0.430969, -0.132769, -0.892546), }, - Vertex { position: (5.469641, 0.838722, 0.000798), - normal: (-0.020035, -0.999799, -0.000148), }, - Vertex { position: (5.323232, 0.866039, 0.00066), - normal: (0.224122, -0.97456, -0.001209), }, - Vertex { position: (5.449164, 0.847535, -0.103909), - normal: (-0.430969, -0.132769, -0.892546), }, - Vertex { position: (5.323232, 0.866039, 0.00066), - normal: (0.224122, -0.97456, -0.001209), }, - Vertex { position: (5.247762, 0.848549, -0.108546), - normal: (-0.293162, -0.051827, -0.954657), }, - Vertex { position: (5.3569, 0.85112, -0.138324), - normal: (-0.101883, 0.176778, -0.978963), }, - Vertex { position: (5.449164, 0.847535, -0.103909), - normal: (-0.430969, -0.132769, -0.892546), }, - Vertex { position: (5.247762, 0.848549, -0.108546), - normal: (-0.293162, -0.051827, -0.954657), }, - Vertex { position: (5.3569, 0.85112, -0.138324), - normal: (-0.101883, 0.176778, -0.978963), }, - Vertex { position: (5.247762, 0.848549, -0.108546), - normal: (-0.293162, -0.051827, -0.954657), }, - Vertex { position: (5.26443, 0.855571, -0.181694), - normal: (-0.172671, 0.234525, -0.956652), }, - Vertex { position: (5.299005, 0.908991, -0.260177), - normal: (0.037801, -0.082839, -0.995846), }, - Vertex { position: (5.373646, 0.885375, -0.20884), - normal: (0.142784, -0.229696, -0.962732), }, - Vertex { position: (5.26443, 0.855571, -0.181694), - normal: (-0.172671, 0.234525, -0.956652), }, - Vertex { position: (5.197562, 0.922406, -0.302473), - normal: (-0.196146, -0.333078, -0.922272), }, - Vertex { position: (5.299005, 0.908991, -0.260177), - normal: (0.037801, -0.082839, -0.995846), }, - Vertex { position: (5.26443, 0.855571, -0.181694), - normal: (-0.172671, 0.234525, -0.956652), }, - Vertex { position: (5.197562, 0.922406, -0.302473), - normal: (-0.196146, -0.333078, -0.922272), }, - Vertex { position: (5.26443, 0.855571, -0.181694), - normal: (-0.172671, 0.234525, -0.956652), }, - Vertex { position: (5.153735, 0.831575, -0.218348), - normal: (-0.317809, 0.237299, -0.91798), }, - Vertex { position: (5.26443, 0.855571, -0.181694), - normal: (-0.172671, 0.234525, -0.956652), }, - Vertex { position: (5.247762, 0.848549, -0.108546), - normal: (-0.293162, -0.051827, -0.954657), }, - Vertex { position: (5.137075, 0.824518, -0.144842), - normal: (-0.034138, 0.050771, -0.998127), }, - Vertex { position: (5.26443, 0.855571, -0.181694), - normal: (-0.172671, 0.234525, -0.956652), }, - Vertex { position: (5.137075, 0.824518, -0.144842), - normal: (-0.034138, 0.050771, -0.998127), }, - Vertex { position: (5.153735, 0.831575, -0.218348), - normal: (-0.317809, 0.237299, -0.91798), }, - Vertex { position: (5.137075, 0.824518, -0.144842), - normal: (-0.034138, 0.050771, -0.998127), }, - Vertex { position: (5.112563, 0.840686, 0.00048), - normal: (0.598791, -0.8009, -0.003109), }, - Vertex { position: (4.920855, 0.812339, 0.000318), - normal: (0.124158, -0.992262, -0.000543), }, - Vertex { position: (5.137075, 0.824518, -0.144842), - normal: (-0.034138, 0.050771, -0.998127), }, - Vertex { position: (4.920855, 0.812339, 0.000318), - normal: (0.124158, -0.992262, -0.000543), }, - Vertex { position: (4.963526, 0.797382, -0.14344), - normal: (-0.241534, 0.200654, -0.949421), }, - Vertex { position: (5.153735, 0.831575, -0.218348), - normal: (-0.317809, 0.237299, -0.91798), }, - Vertex { position: (5.137075, 0.824518, -0.144842), - normal: (-0.034138, 0.050771, -0.998127), }, - Vertex { position: (4.963526, 0.797382, -0.14344), - normal: (-0.241534, 0.200654, -0.949421), }, - Vertex { position: (5.153735, 0.831575, -0.218348), - normal: (-0.317809, 0.237299, -0.91798), }, - Vertex { position: (4.963526, 0.797382, -0.14344), - normal: (-0.241534, 0.200654, -0.949421), }, - Vertex { position: (4.99671, 0.81056, -0.280771), - normal: (-0.31398, 0.125785, -0.94106), }, - Vertex { position: (4.712067, 0.770512, -0.333393), - normal: (-0.434729, 0.079706, -0.897027), }, - Vertex { position: (4.99671, 0.81056, -0.280771), - normal: (-0.31398, 0.125785, -0.94106), }, - Vertex { position: (4.963526, 0.797382, -0.14344), - normal: (-0.241534, 0.200654, -0.949421), }, - Vertex { position: (4.712067, 0.770512, -0.333393), - normal: (-0.434729, 0.079706, -0.897027), }, - Vertex { position: (4.963526, 0.797382, -0.14344), - normal: (-0.241534, 0.200654, -0.949421), }, - Vertex { position: (4.66969, 0.738163, -0.188296), - normal: (-0.419631, 0.061765, -0.905591), }, - Vertex { position: (4.963526, 0.797382, -0.14344), - normal: (-0.241534, 0.200654, -0.949421), }, - Vertex { position: (4.920855, 0.812339, 0.000318), - normal: (0.124158, -0.992262, -0.000543), }, - Vertex { position: (4.655453, 0.758022, 0.000098), - normal: (0.157494, -0.98752, -0.000465), }, - Vertex { position: (4.963526, 0.797382, -0.14344), - normal: (-0.241534, 0.200654, -0.949421), }, - Vertex { position: (4.655453, 0.758022, 0.000098), - normal: (0.157494, -0.98752, -0.000465), }, - Vertex { position: (4.66969, 0.738163, -0.188296), - normal: (-0.419631, 0.061765, -0.905591), }, - Vertex { position: (5.004627, 0.908637, -0.345273), - normal: (-0.400711, 0.089185, -0.911853), }, - Vertex { position: (5.197562, 0.922406, -0.302473), - normal: (-0.196146, -0.333078, -0.922272), }, - Vertex { position: (5.153735, 0.831575, -0.218348), - normal: (-0.317809, 0.237299, -0.91798), }, - Vertex { position: (5.004627, 0.908637, -0.345273), - normal: (-0.400711, 0.089185, -0.911853), }, - Vertex { position: (5.153735, 0.831575, -0.218348), - normal: (-0.317809, 0.237299, -0.91798), }, - Vertex { position: (4.99671, 0.81056, -0.280771), - normal: (-0.31398, 0.125785, -0.94106), }, - Vertex { position: (4.728809, 0.878731, -0.405801), - normal: (-0.497134, 0.140473, -0.856227), }, - Vertex { position: (5.004627, 0.908637, -0.345273), - normal: (-0.400711, 0.089185, -0.911853), }, - Vertex { position: (4.99671, 0.81056, -0.280771), - normal: (-0.31398, 0.125785, -0.94106), }, - Vertex { position: (4.728809, 0.878731, -0.405801), - normal: (-0.497134, 0.140473, -0.856227), }, - Vertex { position: (4.99671, 0.81056, -0.280771), - normal: (-0.31398, 0.125785, -0.94106), }, - Vertex { position: (4.712067, 0.770512, -0.333393), - normal: (-0.434729, 0.079706, -0.897027), }, - Vertex { position: (5.011084, 1.06677, -0.458562), - normal: (0.274481, 0.961015, -0.033322), }, - Vertex { position: (5.241466, 1.040469, -0.383965), - normal: (0.123418, -0.784469, -0.607763), }, - Vertex { position: (5.223571, 0.974029, -0.362117), - normal: (0.050019, -0.552867, -0.831767), }, - Vertex { position: (5.011084, 1.06677, -0.458562), - normal: (0.274481, 0.961015, -0.033322), }, - Vertex { position: (5.223571, 0.974029, -0.362117), - normal: (0.050019, -0.552867, -0.831767), }, - Vertex { position: (5.021254, 0.951308, -0.405567), - normal: (0.563602, 0.822451, -0.076991), }, - Vertex { position: (5.223571, 0.974029, -0.362117), - normal: (0.050019, -0.552867, -0.831767), }, - Vertex { position: (5.197562, 0.922406, -0.302473), - normal: (-0.196146, -0.333078, -0.922272), }, - Vertex { position: (5.004627, 0.908637, -0.345273), - normal: (-0.400711, 0.089185, -0.911853), }, - Vertex { position: (5.223571, 0.974029, -0.362117), - normal: (0.050019, -0.552867, -0.831767), }, - Vertex { position: (5.004627, 0.908637, -0.345273), - normal: (-0.400711, 0.089185, -0.911853), }, - Vertex { position: (5.021254, 0.951308, -0.405567), - normal: (0.563602, 0.822451, -0.076991), }, - Vertex { position: (4.733657, 1.227371, -0.592883), - normal: (0.067357, 0.280762, -0.957411), }, - Vertex { position: (4.991713, 1.163096, -0.504149), - normal: (0.012421, 0.392537, -0.919653), }, - Vertex { position: (5.011084, 1.06677, -0.458562), - normal: (0.274481, 0.961015, -0.033322), }, - Vertex { position: (4.733657, 1.227371, -0.592883), - normal: (0.067357, 0.280762, -0.957411), }, - Vertex { position: (5.011084, 1.06677, -0.458562), - normal: (0.274481, 0.961015, -0.033322), }, - Vertex { position: (4.74325, 1.05921, -0.563421), - normal: (0.311768, 0.950117, 0.008871), }, - Vertex { position: (4.74325, 1.05921, -0.563421), - normal: (0.311768, 0.950117, 0.008871), }, - Vertex { position: (5.011084, 1.06677, -0.458562), - normal: (0.274481, 0.961015, -0.033322), }, - Vertex { position: (5.021254, 0.951308, -0.405567), - normal: (0.563602, 0.822451, -0.076991), }, - Vertex { position: (4.74325, 1.05921, -0.563421), - normal: (0.311768, 0.950117, 0.008871), }, - Vertex { position: (5.021254, 0.951308, -0.405567), - normal: (0.563602, 0.822451, -0.076991), }, - Vertex { position: (4.744871, 0.950945, -0.491082), - normal: (0.609817, 0.770093, -0.187297), }, - Vertex { position: (4.744871, 0.950945, -0.491082), - normal: (0.609817, 0.770093, -0.187297), }, - Vertex { position: (5.021254, 0.951308, -0.405567), - normal: (0.563602, 0.822451, -0.076991), }, - Vertex { position: (5.004627, 0.908637, -0.345273), - normal: (-0.400711, 0.089185, -0.911853), }, - Vertex { position: (4.744871, 0.950945, -0.491082), - normal: (0.609817, 0.770093, -0.187297), }, - Vertex { position: (5.004627, 0.908637, -0.345273), - normal: (-0.400711, 0.089185, -0.911853), }, - Vertex { position: (4.728809, 0.878731, -0.405801), - normal: (-0.497134, 0.140473, -0.856227), }, - Vertex { position: (4.641547, 1.285422, -0.622034), - normal: (-0.026366, 0.234118, -0.971851), }, - Vertex { position: (4.733657, 1.227371, -0.592883), - normal: (0.067357, 0.280762, -0.957411), }, - Vertex { position: (4.74325, 1.05921, -0.563421), - normal: (0.311768, 0.950117, 0.008871), }, - Vertex { position: (4.641547, 1.285422, -0.622034), - normal: (-0.026366, 0.234118, -0.971851), }, - Vertex { position: (4.74325, 1.05921, -0.563421), - normal: (0.311768, 0.950117, 0.008871), }, - Vertex { position: (4.567896, 1.149805, -0.642484), - normal: (0.381066, 0.919021, -0.100938), }, - Vertex { position: (4.567896, 1.149805, -0.642484), - normal: (0.381066, 0.919021, -0.100938), }, - Vertex { position: (4.74325, 1.05921, -0.563421), - normal: (0.311768, 0.950117, 0.008871), }, - Vertex { position: (4.744871, 0.950945, -0.491082), - normal: (0.609817, 0.770093, -0.187297), }, - Vertex { position: (4.567896, 1.149805, -0.642484), - normal: (0.381066, 0.919021, -0.100938), }, - Vertex { position: (4.744871, 0.950945, -0.491082), - normal: (0.609817, 0.770093, -0.187297), }, - Vertex { position: (4.496191, 1.024566, -0.579491), - normal: (0.651262, 0.697944, -0.29788), }, - Vertex { position: (4.496191, 1.024566, -0.579491), - normal: (0.651262, 0.697944, -0.29788), }, - Vertex { position: (4.744871, 0.950945, -0.491082), - normal: (0.609817, 0.770093, -0.187297), }, - Vertex { position: (4.728809, 0.878731, -0.405801), - normal: (-0.497134, 0.140473, -0.856227), }, - Vertex { position: (4.496191, 1.024566, -0.579491), - normal: (0.651262, 0.697944, -0.29788), }, - Vertex { position: (4.728809, 0.878731, -0.405801), - normal: (-0.497134, 0.140473, -0.856227), }, - Vertex { position: (4.416475, 0.921264, -0.458839), - normal: (-0.062739, 0.996071, -0.062495), }, - Vertex { position: (4.333503, 0.951176, -0.481517), - normal: (-0.11884, 0.991349, 0.055713), }, - Vertex { position: (4.416475, 0.921264, -0.458839), - normal: (-0.062739, 0.996071, -0.062495), }, - Vertex { position: (4.399629, 0.850459, -0.391855), - normal: (-0.134248, 0.990294, 0.035989), }, - Vertex { position: (4.333503, 0.951176, -0.481517), - normal: (-0.11884, 0.991349, 0.055713), }, - Vertex { position: (4.399629, 0.850459, -0.391855), - normal: (-0.134248, 0.990294, 0.035989), }, - Vertex { position: (4.297891, 0.911506, -0.447987), - normal: (-0.081906, 0.996619, 0.006487), }, - Vertex { position: (4.66969, 0.738163, -0.188296), - normal: (-0.419631, 0.061765, -0.905591), }, - Vertex { position: (4.655453, 0.758022, 0.000098), - normal: (0.157494, -0.98752, -0.000465), }, - Vertex { position: (4.380854, 0.704574, -0.00013), - normal: (0.000801, -1.0, -0.000539), }, - Vertex { position: (4.66969, 0.738163, -0.188296), - normal: (-0.419631, 0.061765, -0.905591), }, - Vertex { position: (4.380854, 0.704574, -0.00013), - normal: (0.000801, -1.0, -0.000539), }, - Vertex { position: (4.359048, 0.700414, -0.166651), - normal: (0.448666, 0.893201, -0.029856), }, - Vertex { position: (4.712067, 0.770512, -0.333393), - normal: (-0.434729, 0.079706, -0.897027), }, - Vertex { position: (4.66969, 0.738163, -0.188296), - normal: (-0.419631, 0.061765, -0.905591), }, - Vertex { position: (4.359048, 0.700414, -0.166651), - normal: (0.448666, 0.893201, -0.029856), }, - Vertex { position: (4.712067, 0.770512, -0.333393), - normal: (-0.434729, 0.079706, -0.897027), }, - Vertex { position: (4.359048, 0.700414, -0.166651), - normal: (0.448666, 0.893201, -0.029856), }, - Vertex { position: (4.319799, 0.731007, -0.291212), - normal: (0.731768, 0.675964, -0.087106), }, - Vertex { position: (4.399629, 0.850459, -0.391855), - normal: (-0.134248, 0.990294, 0.035989), }, - Vertex { position: (4.712067, 0.770512, -0.333393), - normal: (-0.434729, 0.079706, -0.897027), }, - Vertex { position: (4.319799, 0.731007, -0.291212), - normal: (0.731768, 0.675964, -0.087106), }, - Vertex { position: (4.399629, 0.850459, -0.391855), - normal: (-0.134248, 0.990294, 0.035989), }, - Vertex { position: (4.319799, 0.731007, -0.291212), - normal: (0.731768, 0.675964, -0.087106), }, - Vertex { position: (4.216374, 0.852328, -0.405873), - normal: (-0.051101, 0.977083, 0.206633), }, - Vertex { position: (4.399629, 0.850459, -0.391855), - normal: (-0.134248, 0.990294, 0.035989), }, - Vertex { position: (4.216374, 0.852328, -0.405873), - normal: (-0.051101, 0.977083, 0.206633), }, - Vertex { position: (4.297891, 0.911506, -0.447987), - normal: (-0.081906, 0.996619, 0.006487), }, - Vertex { position: (4.399629, 0.850459, -0.391855), - normal: (-0.134248, 0.990294, 0.035989), }, - Vertex { position: (4.416475, 0.921264, -0.458839), - normal: (-0.062739, 0.996071, -0.062495), }, - Vertex { position: (4.728809, 0.878731, -0.405801), - normal: (-0.497134, 0.140473, -0.856227), }, - Vertex { position: (4.399629, 0.850459, -0.391855), - normal: (-0.134248, 0.990294, 0.035989), }, - Vertex { position: (4.728809, 0.878731, -0.405801), - normal: (-0.497134, 0.140473, -0.856227), }, - Vertex { position: (4.712067, 0.770512, -0.333393), - normal: (-0.434729, 0.079706, -0.897027), }, - Vertex { position: (4.449011, 1.260929, -0.647431), - normal: (0.481644, 0.842268, 0.242081), }, - Vertex { position: (4.567896, 1.149805, -0.642484), - normal: (0.381066, 0.919021, -0.100938), }, - Vertex { position: (4.496191, 1.024566, -0.579491), - normal: (0.651262, 0.697944, -0.29788), }, - Vertex { position: (4.449011, 1.260929, -0.647431), - normal: (0.481644, 0.842268, 0.242081), }, - Vertex { position: (4.496191, 1.024566, -0.579491), - normal: (0.651262, 0.697944, -0.29788), }, - Vertex { position: (4.366867, 1.131136, -0.630581), - normal: (0.794567, 0.588129, 0.15089), }, - Vertex { position: (4.141189, 1.008775, -0.499342), - normal: (0.04154, 0.947538, 0.316932), }, - Vertex { position: (4.297891, 0.911506, -0.447987), - normal: (-0.081906, 0.996619, 0.006487), }, - Vertex { position: (4.216374, 0.852328, -0.405873), - normal: (-0.051101, 0.977083, 0.206633), }, - Vertex { position: (4.141189, 1.008775, -0.499342), - normal: (0.04154, 0.947538, 0.316932), }, - Vertex { position: (4.277227, 1.077746, -0.550819), - normal: (0.461485, 0.788927, 0.405742), }, - Vertex { position: (4.333503, 0.951176, -0.481517), - normal: (-0.11884, 0.991349, 0.055713), }, - Vertex { position: (4.141189, 1.008775, -0.499342), - normal: (0.04154, 0.947538, 0.316932), }, - Vertex { position: (4.333503, 0.951176, -0.481517), - normal: (-0.11884, 0.991349, 0.055713), }, - Vertex { position: (4.297891, 0.911506, -0.447987), - normal: (-0.081906, 0.996619, 0.006487), }, - Vertex { position: (4.085564, 1.288885, -0.544406), - normal: (0.800967, 0.453078, 0.391371), }, - Vertex { position: (4.175444, 1.350332, -0.613988), - normal: (0.054059, 0.926072, 0.373454), }, - Vertex { position: (4.277227, 1.077746, -0.550819), - normal: (0.461485, 0.788927, 0.405742), }, - Vertex { position: (4.085564, 1.288885, -0.544406), - normal: (0.800967, 0.453078, 0.391371), }, - Vertex { position: (4.277227, 1.077746, -0.550819), - normal: (0.461485, 0.788927, 0.405742), }, - Vertex { position: (4.141189, 1.008775, -0.499342), - normal: (0.04154, 0.947538, 0.316932), }, - Vertex { position: (4.333503, 0.951176, -0.481517), - normal: (-0.11884, 0.991349, 0.055713), }, - Vertex { position: (4.496191, 1.024566, -0.579491), - normal: (0.651262, 0.697944, -0.29788), }, - Vertex { position: (4.416475, 0.921264, -0.458839), - normal: (-0.062739, 0.996071, -0.062495), }, - Vertex { position: (4.277227, 1.077746, -0.550819), - normal: (0.461485, 0.788927, 0.405742), }, - Vertex { position: (4.366867, 1.131136, -0.630581), - normal: (0.794567, 0.588129, 0.15089), }, - Vertex { position: (4.496191, 1.024566, -0.579491), - normal: (0.651262, 0.697944, -0.29788), }, - Vertex { position: (4.277227, 1.077746, -0.550819), - normal: (0.461485, 0.788927, 0.405742), }, - Vertex { position: (4.496191, 1.024566, -0.579491), - normal: (0.651262, 0.697944, -0.29788), }, - Vertex { position: (4.333503, 0.951176, -0.481517), - normal: (-0.11884, 0.991349, 0.055713), }, - Vertex { position: (4.175444, 1.350332, -0.613988), - normal: (0.054059, 0.926072, 0.373454), }, - Vertex { position: (4.247733, 1.381058, -0.649596), - normal: (0.329366, 0.742755, 0.582952), }, - Vertex { position: (4.366867, 1.131136, -0.630581), - normal: (0.794567, 0.588129, 0.15089), }, - Vertex { position: (4.175444, 1.350332, -0.613988), - normal: (0.054059, 0.926072, 0.373454), }, - Vertex { position: (4.366867, 1.131136, -0.630581), - normal: (0.794567, 0.588129, 0.15089), }, - Vertex { position: (4.277227, 1.077746, -0.550819), - normal: (0.461485, 0.788927, 0.405742), }, - Vertex { position: (4.247733, 1.381058, -0.649596), - normal: (0.329366, 0.742755, 0.582952), }, - Vertex { position: (4.329607, 1.464801, -0.661485), - normal: (0.693689, 0.317886, 0.646331), }, - Vertex { position: (4.449011, 1.260929, -0.647431), - normal: (0.481644, 0.842268, 0.242081), }, - Vertex { position: (4.247733, 1.381058, -0.649596), - normal: (0.329366, 0.742755, 0.582952), }, - Vertex { position: (4.449011, 1.260929, -0.647431), - normal: (0.481644, 0.842268, 0.242081), }, - Vertex { position: (4.366867, 1.131136, -0.630581), - normal: (0.794567, 0.588129, 0.15089), }, - Vertex { position: (4.329607, 1.464801, -0.661485), - normal: (0.693689, 0.317886, 0.646331), }, - Vertex { position: (4.430999, 1.535753, -0.638888), - normal: (-0.034875, 0.308036, -0.950735), }, - Vertex { position: (4.522247, 1.398278, -0.644892), - normal: (0.184871, 0.227139, -0.956154), }, - Vertex { position: (4.329607, 1.464801, -0.661485), - normal: (0.693689, 0.317886, 0.646331), }, - Vertex { position: (4.522247, 1.398278, -0.644892), - normal: (0.184871, 0.227139, -0.956154), }, - Vertex { position: (4.449011, 1.260929, -0.647431), - normal: (0.481644, 0.842268, 0.242081), }, - Vertex { position: (4.312225, 1.683392, -0.639944), - normal: (0.000755, 0.939587, 0.34231), }, - Vertex { position: (4.404221, 1.662433, -0.61661), - normal: (-0.148853, 0.101172, -0.98367), }, - Vertex { position: (4.430999, 1.535753, -0.638888), - normal: (-0.034875, 0.308036, -0.950735), }, - Vertex { position: (4.312225, 1.683392, -0.639944), - normal: (0.000755, 0.939587, 0.34231), }, - Vertex { position: (4.430999, 1.535753, -0.638888), - normal: (-0.034875, 0.308036, -0.950735), }, - Vertex { position: (4.329607, 1.464801, -0.661485), - normal: (0.693689, 0.317886, 0.646331), }, - Vertex { position: (4.303615, 1.799914, -0.610388), - normal: (0.204286, 0.745568, 0.634347), }, - Vertex { position: (4.38638, 1.770868, -0.596666), - normal: (0.504832, 0.844097, -0.180678), }, - Vertex { position: (4.404221, 1.662433, -0.61661), - normal: (-0.148853, 0.101172, -0.98367), }, - Vertex { position: (4.303615, 1.799914, -0.610388), - normal: (0.204286, 0.745568, 0.634347), }, - Vertex { position: (4.404221, 1.662433, -0.61661), - normal: (-0.148853, 0.101172, -0.98367), }, - Vertex { position: (4.312225, 1.683392, -0.639944), - normal: (0.000755, 0.939587, 0.34231), }, - Vertex { position: (4.304562, 1.906537, -0.572242), - normal: (0.525316, 0.261331, 0.809784), }, - Vertex { position: (4.377095, 1.871713, -0.595743), - normal: (0.615047, 0.769185, -0.17341), }, - Vertex { position: (4.38638, 1.770868, -0.596666), - normal: (0.504832, 0.844097, -0.180678), }, - Vertex { position: (4.304562, 1.906537, -0.572242), - normal: (0.525316, 0.261331, 0.809784), }, - Vertex { position: (4.38638, 1.770868, -0.596666), - normal: (0.504832, 0.844097, -0.180678), }, - Vertex { position: (4.303615, 1.799914, -0.610388), - normal: (0.204286, 0.745568, 0.634347), }, - Vertex { position: (4.240116, 1.770049, -0.583946), - normal: (-0.051423, 0.948155, 0.313619), }, - Vertex { position: (4.303615, 1.799914, -0.610388), - normal: (0.204286, 0.745568, 0.634347), }, - Vertex { position: (4.312225, 1.683392, -0.639944), - normal: (0.000755, 0.939587, 0.34231), }, - Vertex { position: (4.240116, 1.770049, -0.583946), - normal: (-0.051423, 0.948155, 0.313619), }, - Vertex { position: (4.312225, 1.683392, -0.639944), - normal: (0.000755, 0.939587, 0.34231), }, - Vertex { position: (4.221814, 1.660769, -0.59409), - normal: (0.104327, 0.725166, 0.680624), }, - Vertex { position: (4.221814, 1.660769, -0.59409), - normal: (0.104327, 0.725166, 0.680624), }, - Vertex { position: (4.312225, 1.683392, -0.639944), - normal: (0.000755, 0.939587, 0.34231), }, - Vertex { position: (4.329607, 1.464801, -0.661485), - normal: (0.693689, 0.317886, 0.646331), }, - Vertex { position: (4.221814, 1.660769, -0.59409), - normal: (0.104327, 0.725166, 0.680624), }, - Vertex { position: (4.329607, 1.464801, -0.661485), - normal: (0.693689, 0.317886, 0.646331), }, - Vertex { position: (4.247733, 1.381058, -0.649596), - normal: (0.329366, 0.742755, 0.582952), }, - Vertex { position: (4.121121, 1.614451, -0.587188), - normal: (0.288171, 0.239224, 0.927216), }, - Vertex { position: (4.221814, 1.660769, -0.59409), - normal: (0.104327, 0.725166, 0.680624), }, - Vertex { position: (4.247733, 1.381058, -0.649596), - normal: (0.329366, 0.742755, 0.582952), }, - Vertex { position: (4.121121, 1.614451, -0.587188), - normal: (0.288171, 0.239224, 0.927216), }, - Vertex { position: (4.247733, 1.381058, -0.649596), - normal: (0.329366, 0.742755, 0.582952), }, - Vertex { position: (4.175444, 1.350332, -0.613988), - normal: (0.054059, 0.926072, 0.373454), }, - Vertex { position: (4.067576, 1.572668, -0.534997), - normal: (0.811896, 0.498733, -0.303464), }, - Vertex { position: (4.121121, 1.614451, -0.587188), - normal: (0.288171, 0.239224, 0.927216), }, - Vertex { position: (4.175444, 1.350332, -0.613988), - normal: (0.054059, 0.926072, 0.373454), }, - Vertex { position: (4.067576, 1.572668, -0.534997), - normal: (0.811896, 0.498733, -0.303464), }, - Vertex { position: (4.175444, 1.350332, -0.613988), - normal: (0.054059, 0.926072, 0.373454), }, - Vertex { position: (4.085564, 1.288885, -0.544406), - normal: (0.800967, 0.453078, 0.391371), }, - Vertex { position: (4.148883, 1.759918, -0.573765), - normal: (0.969409, 0.243853, -0.027951), }, - Vertex { position: (4.240116, 1.770049, -0.583946), - normal: (-0.051423, 0.948155, 0.313619), }, - Vertex { position: (4.221814, 1.660769, -0.59409), - normal: (0.104327, 0.725166, 0.680624), }, - Vertex { position: (4.148883, 1.759918, -0.573765), - normal: (0.969409, 0.243853, -0.027951), }, - Vertex { position: (4.221814, 1.660769, -0.59409), - normal: (0.104327, 0.725166, 0.680624), }, - Vertex { position: (4.121121, 1.614451, -0.587188), - normal: (0.288171, 0.239224, 0.927216), }, - Vertex { position: (4.076852, 1.746601, -0.527436), - normal: (0.971427, 0.04566, 0.232906), }, - Vertex { position: (4.148883, 1.759918, -0.573765), - normal: (0.969409, 0.243853, -0.027951), }, - Vertex { position: (4.121121, 1.614451, -0.587188), - normal: (0.288171, 0.239224, 0.927216), }, - Vertex { position: (4.076852, 1.746601, -0.527436), - normal: (0.971427, 0.04566, 0.232906), }, - Vertex { position: (4.121121, 1.614451, -0.587188), - normal: (0.288171, 0.239224, 0.927216), }, - Vertex { position: (4.067576, 1.572668, -0.534997), - normal: (0.811896, 0.498733, -0.303464), }, - Vertex { position: (4.747988, 2.300163, -0.000276), - normal: (-0.965284, -0.261201, 0.0), }, - Vertex { position: (4.912303, 2.162645, -0.00009), - normal: (-0.989689, -0.143234, 0.0), }, - Vertex { position: (4.971394, 2.146686, -0.224781), - normal: (-0.194126, 0.280848, -0.939914), }, - Vertex { position: (4.747988, 2.300163, -0.000276), - normal: (-0.965284, -0.261201, 0.0), }, - Vertex { position: (4.971394, 2.146686, -0.224781), - normal: (-0.194126, 0.280848, -0.939914), }, - Vertex { position: (4.83289, 2.262727, -0.283787), - normal: (0.2189, 0.87846, -0.424724), }, - Vertex { position: (5.04969, 2.032731, 0.000071), - normal: (-0.941169, -0.337937, 0.0), }, - Vertex { position: (5.177545, 1.932323, 0.000214), - normal: (-0.998597, -0.052951, 0.0), }, - Vertex { position: (5.156645, 1.942902, -0.119993), - normal: (0.444094, 0.036128, -0.895251), }, - Vertex { position: (5.680007, 1.510009, 0.000786), - normal: (-0.026558, -0.999647, 0.0), }, - Vertex { position: (5.743997, 1.482739, 0.000851), - normal: (0.694651, 0.719347, 0.000019), }, - Vertex { position: (5.741781, 1.463956, -0.124891), - normal: (0.936734, -0.314344, 0.154001), }, - Vertex { position: (5.680007, 1.510009, 0.000786), - normal: (-0.026558, -0.999647, 0.0), }, - Vertex { position: (5.741781, 1.463956, -0.124891), - normal: (0.936734, -0.314344, 0.154001), }, - Vertex { position: (5.687035, 1.499636, -0.110765), - normal: (0.987857, -0.047506, -0.147925), }, - Vertex { position: (5.835498, 1.43628, 0.000946), - normal: (0.569495, 0.821995, -0.000075), }, - Vertex { position: (5.908842, 1.388968, 0.001026), - normal: (-0.016213, 0.999869, 0.0), }, - Vertex { position: (5.915025, 1.382159, -0.13682), - normal: (0.461068, -0.584089, -0.668024), }, - Vertex { position: (5.835498, 1.43628, 0.000946), - normal: (0.569495, 0.821995, -0.000075), }, - Vertex { position: (5.915025, 1.382159, -0.13682), - normal: (0.461068, -0.584089, -0.668024), }, - Vertex { position: (5.842092, 1.427708, -0.130724), - normal: (0.901575, -0.270544, -0.337593), }, - Vertex { position: (4.342351, 2.581176, -0.140317), - normal: (0.850248, -0.122855, 0.511845), }, - Vertex { position: (4.317602, 2.588926, -0.000745), - normal: (-0.069594, -0.997575, -0.000151), }, - Vertex { position: (4.454962, 2.523303, -0.000603), - normal: (0.169654, -0.985504, -0.000285), }, - Vertex { position: (4.342351, 2.581176, -0.140317), - normal: (0.850248, -0.122855, 0.511845), }, - Vertex { position: (4.454962, 2.523303, -0.000603), - normal: (0.169654, -0.985504, -0.000285), }, - Vertex { position: (4.452383, 2.524558, -0.130255), - normal: (0.603381, -0.138834, 0.785275), }, - Vertex { position: (4.332083, 2.586481, -0.194917), - normal: (0.335985, -0.093511, 0.937214), }, - Vertex { position: (4.342351, 2.581176, -0.140317), - normal: (0.850248, -0.122855, 0.511845), }, - Vertex { position: (4.452383, 2.524558, -0.130255), - normal: (0.603381, -0.138834, 0.785275), }, - Vertex { position: (4.332083, 2.586481, -0.194917), - normal: (0.335985, -0.093511, 0.937214), }, - Vertex { position: (4.452383, 2.524558, -0.130255), - normal: (0.603381, -0.138834, 0.785275), }, - Vertex { position: (4.440143, 2.510529, -0.269164), - normal: (0.104604, 0.23696, 0.965872), }, - Vertex { position: (4.339601, 2.592642, -0.258891), - normal: (0.169215, -0.167065, 0.971316), }, - Vertex { position: (4.332083, 2.586481, -0.194917), - normal: (0.335985, -0.093511, 0.937214), }, - Vertex { position: (4.440143, 2.510529, -0.269164), - normal: (0.104604, 0.23696, 0.965872), }, - Vertex { position: (4.339601, 2.592642, -0.258891), - normal: (0.169215, -0.167065, 0.971316), }, - Vertex { position: (4.440143, 2.510529, -0.269164), - normal: (0.104604, 0.23696, 0.965872), }, - Vertex { position: (4.429895, 2.495758, -0.306894), - normal: (0.054838, 0.685321, 0.726174), }, - Vertex { position: (4.187258, 2.590221, -0.135844), - normal: (-0.026478, 0.945923, 0.32331), }, - Vertex { position: (4.189883, 2.606916, -0.000863), - normal: (0.172357, -0.985035, -0.000083), }, - Vertex { position: (4.317602, 2.588926, -0.000745), - normal: (-0.069594, -0.997575, -0.000151), }, - Vertex { position: (4.187258, 2.590221, -0.135844), - normal: (-0.026478, 0.945923, 0.32331), }, - Vertex { position: (4.317602, 2.588926, -0.000745), - normal: (-0.069594, -0.997575, -0.000151), }, - Vertex { position: (4.342351, 2.581176, -0.140317), - normal: (0.850248, -0.122855, 0.511845), }, - Vertex { position: (4.203325, 2.589186, -0.219164), - normal: (-0.071389, 0.260054, 0.962951), }, - Vertex { position: (4.187258, 2.590221, -0.135844), - normal: (-0.026478, 0.945923, 0.32331), }, - Vertex { position: (4.342351, 2.581176, -0.140317), - normal: (0.850248, -0.122855, 0.511845), }, - Vertex { position: (4.203325, 2.589186, -0.219164), - normal: (-0.071389, 0.260054, 0.962951), }, - Vertex { position: (4.342351, 2.581176, -0.140317), - normal: (0.850248, -0.122855, 0.511845), }, - Vertex { position: (4.332083, 2.586481, -0.194917), - normal: (0.335985, -0.093511, 0.937214), }, - Vertex { position: (4.211652, 2.602538, -0.264011), - normal: (-0.01127, -0.268802, 0.96313), }, - Vertex { position: (4.203325, 2.589186, -0.219164), - normal: (-0.071389, 0.260054, 0.962951), }, - Vertex { position: (4.332083, 2.586481, -0.194917), - normal: (0.335985, -0.093511, 0.937214), }, - Vertex { position: (4.211652, 2.602538, -0.264011), - normal: (-0.01127, -0.268802, 0.96313), }, - Vertex { position: (4.332083, 2.586481, -0.194917), - normal: (0.335985, -0.093511, 0.937214), }, - Vertex { position: (4.339601, 2.592642, -0.258891), - normal: (0.169215, -0.167065, 0.971316), }, - Vertex { position: (4.209941, 2.600612, -0.337597), - normal: (-0.03479, 0.69667, 0.716547), }, - Vertex { position: (4.211652, 2.602538, -0.264011), - normal: (-0.01127, -0.268802, 0.96313), }, - Vertex { position: (4.339601, 2.592642, -0.258891), - normal: (0.169215, -0.167065, 0.971316), }, - Vertex { position: (4.209941, 2.600612, -0.337597), - normal: (-0.03479, 0.69667, 0.716547), }, - Vertex { position: (4.339601, 2.592642, -0.258891), - normal: (0.169215, -0.167065, 0.971316), }, - Vertex { position: (4.328606, 2.563996, -0.343892), - normal: (-0.01139, 0.953897, 0.299916), }, - Vertex { position: (4.328606, 2.563996, -0.343892), - normal: (-0.01139, 0.953897, 0.299916), }, - Vertex { position: (4.339601, 2.592642, -0.258891), - normal: (0.169215, -0.167065, 0.971316), }, - Vertex { position: (4.429895, 2.495758, -0.306894), - normal: (0.054838, 0.685321, 0.726174), }, - Vertex { position: (4.328606, 2.563996, -0.343892), - normal: (-0.01139, 0.953897, 0.299916), }, - Vertex { position: (4.429895, 2.495758, -0.306894), - normal: (0.054838, 0.685321, 0.726174), }, - Vertex { position: (4.410844, 2.500167, -0.351972), - normal: (-0.151742, 0.274295, 0.949598), }, - Vertex { position: (4.528082, 2.467537, -0.000521), - normal: (0.210866, -0.977515, 0.000009), }, - Vertex { position: (4.747988, 2.300163, -0.000276), - normal: (-0.965284, -0.261201, 0.0), }, - Vertex { position: (4.634996, 2.369115, -0.140117), - normal: (0.337014, -0.030018, -0.941021), }, - Vertex { position: (4.452383, 2.524558, -0.130255), - normal: (0.603381, -0.138834, 0.785275), }, - Vertex { position: (4.454962, 2.523303, -0.000603), - normal: (0.169654, -0.985504, -0.000285), }, - Vertex { position: (4.528082, 2.467537, -0.000521), - normal: (0.210866, -0.977515, 0.000009), }, - Vertex { position: (4.452383, 2.524558, -0.130255), - normal: (0.603381, -0.138834, 0.785275), }, - Vertex { position: (4.528082, 2.467537, -0.000521), - normal: (0.210866, -0.977515, 0.000009), }, - Vertex { position: (4.634996, 2.369115, -0.140117), - normal: (0.337014, -0.030018, -0.941021), }, - Vertex { position: (4.452383, 2.524558, -0.130255), - normal: (0.603381, -0.138834, 0.785275), }, - Vertex { position: (4.634996, 2.369115, -0.140117), - normal: (0.337014, -0.030018, -0.941021), }, - Vertex { position: (4.577573, 2.389535, -0.256196), - normal: (0.272203, 0.043076, -0.961275), }, - Vertex { position: (4.440143, 2.510529, -0.269164), - normal: (0.104604, 0.23696, 0.965872), }, - Vertex { position: (4.452383, 2.524558, -0.130255), - normal: (0.603381, -0.138834, 0.785275), }, - Vertex { position: (4.577573, 2.389535, -0.256196), - normal: (0.272203, 0.043076, -0.961275), }, - Vertex { position: (4.429895, 2.495758, -0.306894), - normal: (0.054838, 0.685321, 0.726174), }, - Vertex { position: (4.440143, 2.510529, -0.269164), - normal: (0.104604, 0.23696, 0.965872), }, - Vertex { position: (4.577573, 2.389535, -0.256196), - normal: (0.272203, 0.043076, -0.961275), }, - Vertex { position: (4.474318, 2.418432, -0.361347), - normal: (0.288841, -0.745301, 0.600914), }, - Vertex { position: (4.410844, 2.500167, -0.351972), - normal: (-0.151742, 0.274295, 0.949598), }, - Vertex { position: (4.429895, 2.495758, -0.306894), - normal: (0.054838, 0.685321, 0.726174), }, - Vertex { position: (4.474318, 2.418432, -0.361347), - normal: (0.288841, -0.745301, 0.600914), }, - Vertex { position: (4.429895, 2.495758, -0.306894), - normal: (0.054838, 0.685321, 0.726174), }, - Vertex { position: (4.577573, 2.389535, -0.256196), - normal: (0.272203, 0.043076, -0.961275), }, - Vertex { position: (4.474318, 2.418432, -0.361347), - normal: (0.288841, -0.745301, 0.600914), }, - Vertex { position: (4.577573, 2.389535, -0.256196), - normal: (0.272203, 0.043076, -0.961275), }, - Vertex { position: (4.472349, 2.325133, -0.443764), - normal: (0.195545, 0.103956, -0.975169), }, - Vertex { position: (4.063205, 2.509679, -0.342987), - normal: (-0.130291, 0.991051, -0.029017), }, - Vertex { position: (4.088356, 2.510913, -0.453793), - normal: (-0.904972, -0.026554, -0.424642), }, - Vertex { position: (4.07851, 2.41181, -0.472193), - normal: (-0.330515, 0.821242, -0.465103), }, - Vertex { position: (4.063205, 2.509679, -0.342987), - normal: (-0.130291, 0.991051, -0.029017), }, - Vertex { position: (4.07851, 2.41181, -0.472193), - normal: (-0.330515, 0.821242, -0.465103), }, - Vertex { position: (4.043796, 2.386524, -0.400392), - normal: (-0.501952, 0.842503, -0.195533), }, - Vertex { position: (4.055262, 2.505284, -0.297282), - normal: (-0.778384, 0.466328, -0.420305), }, - Vertex { position: (4.063205, 2.509679, -0.342987), - normal: (-0.130291, 0.991051, -0.029017), }, - Vertex { position: (4.043796, 2.386524, -0.400392), - normal: (-0.501952, 0.842503, -0.195533), }, - Vertex { position: (4.055262, 2.505284, -0.297282), - normal: (-0.778384, 0.466328, -0.420305), }, - Vertex { position: (4.043796, 2.386524, -0.400392), - normal: (-0.501952, 0.842503, -0.195533), }, - Vertex { position: (4.035753, 2.399538, -0.343957), - normal: (-0.877603, -0.025307, -0.47872), }, - Vertex { position: (4.187258, 2.590221, -0.135844), - normal: (-0.026478, 0.945923, 0.32331), }, - Vertex { position: (4.084506, 2.570978, -0.218168), - normal: (0.223577, 0.97296, 0.057987), }, - Vertex { position: (4.079812, 2.571649, -0.000951), - normal: (0.272993, 0.962016, -0.000199), }, - Vertex { position: (4.187258, 2.590221, -0.135844), - normal: (-0.026478, 0.945923, 0.32331), }, - Vertex { position: (4.079812, 2.571649, -0.000951), - normal: (0.272993, 0.962016, -0.000199), }, - Vertex { position: (4.189883, 2.606916, -0.000863), - normal: (0.172357, -0.985035, -0.000083), }, - Vertex { position: (4.203325, 2.589186, -0.219164), - normal: (-0.071389, 0.260054, 0.962951), }, - Vertex { position: (4.101754, 2.557092, -0.265856), - normal: (-0.247355, 0.948391, 0.198417), }, - Vertex { position: (4.084506, 2.570978, -0.218168), - normal: (0.223577, 0.97296, 0.057987), }, - Vertex { position: (4.203325, 2.589186, -0.219164), - normal: (-0.071389, 0.260054, 0.962951), }, - Vertex { position: (4.084506, 2.570978, -0.218168), - normal: (0.223577, 0.97296, 0.057987), }, - Vertex { position: (4.187258, 2.590221, -0.135844), - normal: (-0.026478, 0.945923, 0.32331), }, - Vertex { position: (4.211652, 2.602538, -0.264011), - normal: (-0.01127, -0.268802, 0.96313), }, - Vertex { position: (4.100907, 2.560626, -0.302396), - normal: (-0.671787, 0.737297, -0.07138), }, - Vertex { position: (4.101754, 2.557092, -0.265856), - normal: (-0.247355, 0.948391, 0.198417), }, - Vertex { position: (4.211652, 2.602538, -0.264011), - normal: (-0.01127, -0.268802, 0.96313), }, - Vertex { position: (4.101754, 2.557092, -0.265856), - normal: (-0.247355, 0.948391, 0.198417), }, - Vertex { position: (4.203325, 2.589186, -0.219164), - normal: (-0.071389, 0.260054, 0.962951), }, - Vertex { position: (4.209941, 2.600612, -0.337597), - normal: (-0.03479, 0.69667, 0.716547), }, - Vertex { position: (4.117367, 2.568514, -0.3845), - normal: (-0.860594, 0.405545, -0.308076), }, - Vertex { position: (4.100907, 2.560626, -0.302396), - normal: (-0.671787, 0.737297, -0.07138), }, - Vertex { position: (4.209941, 2.600612, -0.337597), - normal: (-0.03479, 0.69667, 0.716547), }, - Vertex { position: (4.100907, 2.560626, -0.302396), - normal: (-0.671787, 0.737297, -0.07138), }, - Vertex { position: (4.211652, 2.602538, -0.264011), - normal: (-0.01127, -0.268802, 0.96313), }, - Vertex { position: (4.035753, 2.399538, -0.343957), - normal: (-0.877603, -0.025307, -0.47872), }, - Vertex { position: (4.00011, 2.424158, -0.313254), - normal: (-0.683788, 0.700764, 0.203383), }, - Vertex { position: (4.029016, 2.519175, -0.249385), - normal: (-0.849668, 0.488772, 0.197904), }, - Vertex { position: (4.035753, 2.399538, -0.343957), - normal: (-0.877603, -0.025307, -0.47872), }, - Vertex { position: (4.029016, 2.519175, -0.249385), - normal: (-0.849668, 0.488772, 0.197904), }, - Vertex { position: (4.055262, 2.505284, -0.297282), - normal: (-0.778384, 0.466328, -0.420305), }, - Vertex { position: (4.024214, 2.527933, -0.000987), - normal: (0.544067, 0.839042, -0.000076), }, - Vertex { position: (4.029016, 2.519175, -0.249385), - normal: (-0.849668, 0.488772, 0.197904), }, - Vertex { position: (4.00011, 2.424158, -0.313254), - normal: (-0.683788, 0.700764, 0.203383), }, - Vertex { position: (4.024214, 2.527933, -0.000987), - normal: (0.544067, 0.839042, -0.000076), }, - Vertex { position: (4.00011, 2.424158, -0.313254), - normal: (-0.683788, 0.700764, 0.203383), }, - Vertex { position: (3.988172, 2.489642, -0.001008), - normal: (-0.069267, 0.997598, -0.000362), }, - Vertex { position: (4.024214, 2.527933, -0.000987), - normal: (0.544067, 0.839042, -0.000076), }, - Vertex { position: (4.079812, 2.571649, -0.000951), - normal: (0.272993, 0.962016, -0.000199), }, - Vertex { position: (4.084506, 2.570978, -0.218168), - normal: (0.223577, 0.97296, 0.057987), }, - Vertex { position: (4.024214, 2.527933, -0.000987), - normal: (0.544067, 0.839042, -0.000076), }, - Vertex { position: (4.084506, 2.570978, -0.218168), - normal: (0.223577, 0.97296, 0.057987), }, - Vertex { position: (4.029016, 2.519175, -0.249385), - normal: (-0.849668, 0.488772, 0.197904), }, - Vertex { position: (4.029016, 2.519175, -0.249385), - normal: (-0.849668, 0.488772, 0.197904), }, - Vertex { position: (4.084506, 2.570978, -0.218168), - normal: (0.223577, 0.97296, 0.057987), }, - Vertex { position: (4.101754, 2.557092, -0.265856), - normal: (-0.247355, 0.948391, 0.198417), }, - Vertex { position: (4.029016, 2.519175, -0.249385), - normal: (-0.849668, 0.488772, 0.197904), }, - Vertex { position: (4.101754, 2.557092, -0.265856), - normal: (-0.247355, 0.948391, 0.198417), }, - Vertex { position: (4.055262, 2.505284, -0.297282), - normal: (-0.778384, 0.466328, -0.420305), }, - Vertex { position: (4.055262, 2.505284, -0.297282), - normal: (-0.778384, 0.466328, -0.420305), }, - Vertex { position: (4.101754, 2.557092, -0.265856), - normal: (-0.247355, 0.948391, 0.198417), }, - Vertex { position: (4.100907, 2.560626, -0.302396), - normal: (-0.671787, 0.737297, -0.07138), }, - Vertex { position: (4.055262, 2.505284, -0.297282), - normal: (-0.778384, 0.466328, -0.420305), }, - Vertex { position: (4.100907, 2.560626, -0.302396), - normal: (-0.671787, 0.737297, -0.07138), }, - Vertex { position: (4.063205, 2.509679, -0.342987), - normal: (-0.130291, 0.991051, -0.029017), }, - Vertex { position: (4.063205, 2.509679, -0.342987), - normal: (-0.130291, 0.991051, -0.029017), }, - Vertex { position: (4.100907, 2.560626, -0.302396), - normal: (-0.671787, 0.737297, -0.07138), }, - Vertex { position: (4.117367, 2.568514, -0.3845), - normal: (-0.860594, 0.405545, -0.308076), }, - Vertex { position: (4.063205, 2.509679, -0.342987), - normal: (-0.130291, 0.991051, -0.029017), }, - Vertex { position: (4.117367, 2.568514, -0.3845), - normal: (-0.860594, 0.405545, -0.308076), }, - Vertex { position: (4.088356, 2.510913, -0.453793), - normal: (-0.904972, -0.026554, -0.424642), }, - Vertex { position: (3.787342, 2.396113, -0.001159), - normal: (0.622247, 0.782821, -0.000247), }, - Vertex { position: (3.988172, 2.489642, -0.001008), - normal: (-0.069267, 0.997598, -0.000362), }, - Vertex { position: (4.00011, 2.424158, -0.313254), - normal: (-0.683788, 0.700764, 0.203383), }, - Vertex { position: (3.787342, 2.396113, -0.001159), - normal: (0.622247, 0.782821, -0.000247), }, - Vertex { position: (4.00011, 2.424158, -0.313254), - normal: (-0.683788, 0.700764, 0.203383), }, - Vertex { position: (3.828001, 2.35254, -0.233341), - normal: (-0.210883, 0.942026, 0.260987), }, - Vertex { position: (4.00011, 2.424158, -0.313254), - normal: (-0.683788, 0.700764, 0.203383), }, - Vertex { position: (3.961908, 2.347745, -0.374747), - normal: (-0.892748, 0.392127, 0.221893), }, - Vertex { position: (3.870548, 2.292106, -0.368964), - normal: (-0.502349, 0.838172, 0.212398), }, - Vertex { position: (4.00011, 2.424158, -0.313254), - normal: (-0.683788, 0.700764, 0.203383), }, - Vertex { position: (3.870548, 2.292106, -0.368964), - normal: (-0.502349, 0.838172, 0.212398), }, - Vertex { position: (3.828001, 2.35254, -0.233341), - normal: (-0.210883, 0.942026, 0.260987), }, - Vertex { position: (4.00011, 2.424158, -0.313254), - normal: (-0.683788, 0.700764, 0.203383), }, - Vertex { position: (4.035753, 2.399538, -0.343957), - normal: (-0.877603, -0.025307, -0.47872), }, - Vertex { position: (4.043796, 2.386524, -0.400392), - normal: (-0.501952, 0.842503, -0.195533), }, - Vertex { position: (4.00011, 2.424158, -0.313254), - normal: (-0.683788, 0.700764, 0.203383), }, - Vertex { position: (4.043796, 2.386524, -0.400392), - normal: (-0.501952, 0.842503, -0.195533), }, - Vertex { position: (4.025364, 2.3593, -0.402597), - normal: (-0.981668, 0.173926, 0.077954), }, - Vertex { position: (4.00011, 2.424158, -0.313254), - normal: (-0.683788, 0.700764, 0.203383), }, - Vertex { position: (4.025364, 2.3593, -0.402597), - normal: (-0.981668, 0.173926, 0.077954), }, - Vertex { position: (3.961908, 2.347745, -0.374747), - normal: (-0.892748, 0.392127, 0.221893), }, - Vertex { position: (3.961908, 2.347745, -0.374747), - normal: (-0.892748, 0.392127, 0.221893), }, - Vertex { position: (4.025364, 2.3593, -0.402597), - normal: (-0.981668, 0.173926, 0.077954), }, - Vertex { position: (4.077563, 2.305187, -0.510338), - normal: (-0.990661, 0.056144, 0.124249), }, - Vertex { position: (3.961908, 2.347745, -0.374747), - normal: (-0.892748, 0.392127, 0.221893), }, - Vertex { position: (4.077563, 2.305187, -0.510338), - normal: (-0.990661, 0.056144, 0.124249), }, - Vertex { position: (3.967085, 2.280648, -0.537643), - normal: (-0.894795, 0.444359, 0.043442), }, - Vertex { position: (3.870548, 2.292106, -0.368964), - normal: (-0.502349, 0.838172, 0.212398), }, - Vertex { position: (3.961908, 2.347745, -0.374747), - normal: (-0.892748, 0.392127, 0.221893), }, - Vertex { position: (3.967085, 2.280648, -0.537643), - normal: (-0.894795, 0.444359, 0.043442), }, - Vertex { position: (3.870548, 2.292106, -0.368964), - normal: (-0.502349, 0.838172, 0.212398), }, - Vertex { position: (3.967085, 2.280648, -0.537643), - normal: (-0.894795, 0.444359, 0.043442), }, - Vertex { position: (3.903911, 2.241501, -0.512468), - normal: (-0.941564, 0.056552, -0.332054), }, - Vertex { position: (3.870548, 2.292106, -0.368964), - normal: (-0.502349, 0.838172, 0.212398), }, - Vertex { position: (3.903911, 2.241501, -0.512468), - normal: (-0.941564, 0.056552, -0.332054), }, - Vertex { position: (3.857922, 2.141554, -0.521067), - normal: (-0.984655, 0.15519, -0.07981), }, - Vertex { position: (3.870548, 2.292106, -0.368964), - normal: (-0.502349, 0.838172, 0.212398), }, - Vertex { position: (3.857922, 2.141554, -0.521067), - normal: (-0.984655, 0.15519, -0.07981), }, - Vertex { position: (3.823349, 2.141733, -0.428356), - normal: (-0.768362, 0.592232, 0.242656), }, - Vertex { position: (4.043796, 2.386524, -0.400392), - normal: (-0.501952, 0.842503, -0.195533), }, - Vertex { position: (4.07851, 2.41181, -0.472193), - normal: (-0.330515, 0.821242, -0.465103), }, - Vertex { position: (4.113935, 2.334131, -0.526471), - normal: (-0.536307, 0.710867, -0.45502), }, - Vertex { position: (4.043796, 2.386524, -0.400392), - normal: (-0.501952, 0.842503, -0.195533), }, - Vertex { position: (4.113935, 2.334131, -0.526471), - normal: (-0.536307, 0.710867, -0.45502), }, - Vertex { position: (4.077563, 2.305187, -0.510338), - normal: (-0.990661, 0.056144, 0.124249), }, - Vertex { position: (4.043796, 2.386524, -0.400392), - normal: (-0.501952, 0.842503, -0.195533), }, - Vertex { position: (4.077563, 2.305187, -0.510338), - normal: (-0.990661, 0.056144, 0.124249), }, - Vertex { position: (4.025364, 2.3593, -0.402597), - normal: (-0.981668, 0.173926, 0.077954), }, - Vertex { position: (4.077563, 2.305187, -0.510338), - normal: (-0.990661, 0.056144, 0.124249), }, - Vertex { position: (4.112302, 2.285832, -0.5955), - normal: (-0.978317, 0.206989, 0.00716), }, - Vertex { position: (4.010847, 2.270246, -0.622149), - normal: (-0.463096, -0.149334, -0.873637), }, - Vertex { position: (4.077563, 2.305187, -0.510338), - normal: (-0.990661, 0.056144, 0.124249), }, - Vertex { position: (4.010847, 2.270246, -0.622149), - normal: (-0.463096, -0.149334, -0.873637), }, - Vertex { position: (3.967085, 2.280648, -0.537643), - normal: (-0.894795, 0.444359, 0.043442), }, - Vertex { position: (3.967085, 2.280648, -0.537643), - normal: (-0.894795, 0.444359, 0.043442), }, - Vertex { position: (4.010847, 2.270246, -0.622149), - normal: (-0.463096, -0.149334, -0.873637), }, - Vertex { position: (3.928869, 2.223919, -0.615683), - normal: (-0.641549, -0.578509, -0.503727), }, - Vertex { position: (3.967085, 2.280648, -0.537643), - normal: (-0.894795, 0.444359, 0.043442), }, - Vertex { position: (3.928869, 2.223919, -0.615683), - normal: (-0.641549, -0.578509, -0.503727), }, - Vertex { position: (3.903911, 2.241501, -0.512468), - normal: (-0.941564, 0.056552, -0.332054), }, - Vertex { position: (3.903911, 2.241501, -0.512468), - normal: (-0.941564, 0.056552, -0.332054), }, - Vertex { position: (3.928869, 2.223919, -0.615683), - normal: (-0.641549, -0.578509, -0.503727), }, - Vertex { position: (3.892378, 2.149432, -0.603589), - normal: (-0.791764, -0.610494, 0.020171), }, - Vertex { position: (3.903911, 2.241501, -0.512468), - normal: (-0.941564, 0.056552, -0.332054), }, - Vertex { position: (3.892378, 2.149432, -0.603589), - normal: (-0.791764, -0.610494, 0.020171), }, - Vertex { position: (3.857922, 2.141554, -0.521067), - normal: (-0.984655, 0.15519, -0.07981), }, - Vertex { position: (4.112302, 2.285832, -0.5955), - normal: (-0.978317, 0.206989, 0.00716), }, - Vertex { position: (4.146067, 2.278102, -0.707372), - normal: (-0.832539, -0.5495, -0.070196), }, - Vertex { position: (4.04473, 2.254459, -0.744209), - normal: (-0.862876, -0.450622, -0.228877), }, - Vertex { position: (4.112302, 2.285832, -0.5955), - normal: (-0.978317, 0.206989, 0.00716), }, - Vertex { position: (4.04473, 2.254459, -0.744209), - normal: (-0.862876, -0.450622, -0.228877), }, - Vertex { position: (4.010847, 2.270246, -0.622149), - normal: (-0.463096, -0.149334, -0.873637), }, - Vertex { position: (3.928869, 2.223919, -0.615683), - normal: (-0.641549, -0.578509, -0.503727), }, - Vertex { position: (4.010847, 2.270246, -0.622149), - normal: (-0.463096, -0.149334, -0.873637), }, - Vertex { position: (4.04473, 2.254459, -0.744209), - normal: (-0.862876, -0.450622, -0.228877), }, - Vertex { position: (3.928869, 2.223919, -0.615683), - normal: (-0.641549, -0.578509, -0.503727), }, - Vertex { position: (4.04473, 2.254459, -0.744209), - normal: (-0.862876, -0.450622, -0.228877), }, - Vertex { position: (3.990744, 2.205448, -0.710795), - normal: (-0.916648, -0.2944, -0.270344), }, - Vertex { position: (3.928869, 2.223919, -0.615683), - normal: (-0.641549, -0.578509, -0.503727), }, - Vertex { position: (3.990744, 2.205448, -0.710795), - normal: (-0.916648, -0.2944, -0.270344), }, - Vertex { position: (3.945464, 2.1301, -0.689536), - normal: (-0.975013, -0.179567, -0.130791), }, - Vertex { position: (3.928869, 2.223919, -0.615683), - normal: (-0.641549, -0.578509, -0.503727), }, - Vertex { position: (3.945464, 2.1301, -0.689536), - normal: (-0.975013, -0.179567, -0.130791), }, - Vertex { position: (3.892378, 2.149432, -0.603589), - normal: (-0.791764, -0.610494, 0.020171), }, - Vertex { position: (4.113935, 2.334131, -0.526471), - normal: (-0.536307, 0.710867, -0.45502), }, - Vertex { position: (4.296769, 2.260422, -0.528796), - normal: (-0.091679, 0.768658, -0.633056), }, - Vertex { position: (4.212974, 2.303184, -0.587113), - normal: (-0.963659, -0.230665, -0.134738), }, - Vertex { position: (4.077563, 2.305187, -0.510338), - normal: (-0.990661, 0.056144, 0.124249), }, - Vertex { position: (4.113935, 2.334131, -0.526471), - normal: (-0.536307, 0.710867, -0.45502), }, - Vertex { position: (4.212974, 2.303184, -0.587113), - normal: (-0.963659, -0.230665, -0.134738), }, - Vertex { position: (4.077563, 2.305187, -0.510338), - normal: (-0.990661, 0.056144, 0.124249), }, - Vertex { position: (4.212974, 2.303184, -0.587113), - normal: (-0.963659, -0.230665, -0.134738), }, - Vertex { position: (4.112302, 2.285832, -0.5955), - normal: (-0.978317, 0.206989, 0.00716), }, - Vertex { position: (4.212974, 2.303184, -0.587113), - normal: (-0.963659, -0.230665, -0.134738), }, - Vertex { position: (4.212058, 2.27945, -0.625927), - normal: (-0.990956, -0.062739, -0.118613), }, - Vertex { position: (4.146067, 2.278102, -0.707372), - normal: (-0.832539, -0.5495, -0.070196), }, - Vertex { position: (4.212974, 2.303184, -0.587113), - normal: (-0.963659, -0.230665, -0.134738), }, - Vertex { position: (4.146067, 2.278102, -0.707372), - normal: (-0.832539, -0.5495, -0.070196), }, - Vertex { position: (4.112302, 2.285832, -0.5955), - normal: (-0.978317, 0.206989, 0.00716), }, - Vertex { position: (4.212058, 2.27945, -0.625927), - normal: (-0.990956, -0.062739, -0.118613), }, - Vertex { position: (4.229332, 2.274522, -0.672749), - normal: (-0.938303, -0.3372, -0.076703), }, - Vertex { position: (4.172143, 2.303394, -0.778972), - normal: (-0.473779, -0.24744, -0.845167), }, - Vertex { position: (4.212058, 2.27945, -0.625927), - normal: (-0.990956, -0.062739, -0.118613), }, - Vertex { position: (4.172143, 2.303394, -0.778972), - normal: (-0.473779, -0.24744, -0.845167), }, - Vertex { position: (4.146067, 2.278102, -0.707372), - normal: (-0.832539, -0.5495, -0.070196), }, - Vertex { position: (4.146067, 2.278102, -0.707372), - normal: (-0.832539, -0.5495, -0.070196), }, - Vertex { position: (4.172143, 2.303394, -0.778972), - normal: (-0.473779, -0.24744, -0.845167), }, - Vertex { position: (4.079122, 2.264104, -0.84501), - normal: (-0.713872, -0.610821, -0.342469), }, - Vertex { position: (4.146067, 2.278102, -0.707372), - normal: (-0.832539, -0.5495, -0.070196), }, - Vertex { position: (4.079122, 2.264104, -0.84501), - normal: (-0.713872, -0.610821, -0.342469), }, - Vertex { position: (4.04473, 2.254459, -0.744209), - normal: (-0.862876, -0.450622, -0.228877), }, - Vertex { position: (4.04473, 2.254459, -0.744209), - normal: (-0.862876, -0.450622, -0.228877), }, - Vertex { position: (4.079122, 2.264104, -0.84501), - normal: (-0.713872, -0.610821, -0.342469), }, - Vertex { position: (4.0247, 2.187859, -0.814219), - normal: (-0.719395, -0.61545, -0.322011), }, - Vertex { position: (4.04473, 2.254459, -0.744209), - normal: (-0.862876, -0.450622, -0.228877), }, - Vertex { position: (4.0247, 2.187859, -0.814219), - normal: (-0.719395, -0.61545, -0.322011), }, - Vertex { position: (3.990744, 2.205448, -0.710795), - normal: (-0.916648, -0.2944, -0.270344), }, - Vertex { position: (4.229332, 2.274522, -0.672749), - normal: (-0.938303, -0.3372, -0.076703), }, - Vertex { position: (4.273005, 2.310529, -0.762172), - normal: (-0.841909, -0.49598, -0.212588), }, - Vertex { position: (4.215419, 2.350484, -0.885764), - normal: (0.760119, -0.003927, -0.649772), }, - Vertex { position: (4.229332, 2.274522, -0.672749), - normal: (-0.938303, -0.3372, -0.076703), }, - Vertex { position: (4.215419, 2.350484, -0.885764), - normal: (0.760119, -0.003927, -0.649772), }, - Vertex { position: (4.172143, 2.303394, -0.778972), - normal: (-0.473779, -0.24744, -0.845167), }, - Vertex { position: (4.172143, 2.303394, -0.778972), - normal: (-0.473779, -0.24744, -0.845167), }, - Vertex { position: (4.215419, 2.350484, -0.885764), - normal: (0.760119, -0.003927, -0.649772), }, - Vertex { position: (4.104864, 2.298353, -0.915735), - normal: (0.911709, -0.064352, -0.405765), }, - Vertex { position: (4.172143, 2.303394, -0.778972), - normal: (-0.473779, -0.24744, -0.845167), }, - Vertex { position: (4.104864, 2.298353, -0.915735), - normal: (0.911709, -0.064352, -0.405765), }, - Vertex { position: (4.079122, 2.264104, -0.84501), - normal: (-0.713872, -0.610821, -0.342469), }, - Vertex { position: (4.079122, 2.264104, -0.84501), - normal: (-0.713872, -0.610821, -0.342469), }, - Vertex { position: (4.104864, 2.298353, -0.915735), - normal: (0.911709, -0.064352, -0.405765), }, - Vertex { position: (4.059714, 2.194906, -0.888152), - normal: (0.3335, 0.232683, -0.913584), }, - Vertex { position: (4.079122, 2.264104, -0.84501), - normal: (-0.713872, -0.610821, -0.342469), }, - Vertex { position: (4.059714, 2.194906, -0.888152), - normal: (0.3335, 0.232683, -0.913584), }, - Vertex { position: (4.0247, 2.187859, -0.814219), - normal: (-0.719395, -0.61545, -0.322011), }, - Vertex { position: (4.061989, 2.231988, -1.178382), - normal: (0.245858, 0.150988, -0.957474), }, - Vertex { position: (4.102304, 2.29996, -1.025862), - normal: (0.89585, 0.32639, -0.301532), }, - Vertex { position: (4.155551, 2.388662, -1.09196), - normal: (-0.396467, 0.225967, -0.889805), }, - Vertex { position: (4.061989, 2.231988, -1.178382), - normal: (0.245858, 0.150988, -0.957474), }, - Vertex { position: (4.155551, 2.388662, -1.09196), - normal: (-0.396467, 0.225967, -0.889805), }, - Vertex { position: (4.097362, 2.3666, -1.239986), - normal: (-0.279333, 0.256919, -0.925184), }, - Vertex { position: (4.104864, 2.298353, -0.915735), - normal: (0.911709, -0.064352, -0.405765), }, - Vertex { position: (4.215419, 2.350484, -0.885764), - normal: (0.760119, -0.003927, -0.649772), }, - Vertex { position: (4.194233, 2.408334, -1.008471), - normal: (-0.564249, 0.755597, 0.33271), }, - Vertex { position: (4.104864, 2.298353, -0.915735), - normal: (0.911709, -0.064352, -0.405765), }, - Vertex { position: (4.194233, 2.408334, -1.008471), - normal: (-0.564249, 0.755597, 0.33271), }, - Vertex { position: (4.102304, 2.29996, -1.025862), - normal: (0.89585, 0.32639, -0.301532), }, - Vertex { position: (4.102304, 2.29996, -1.025862), - normal: (0.89585, 0.32639, -0.301532), }, - Vertex { position: (4.194233, 2.408334, -1.008471), - normal: (-0.564249, 0.755597, 0.33271), }, - Vertex { position: (4.155551, 2.388662, -1.09196), - normal: (-0.396467, 0.225967, -0.889805), }, - Vertex { position: (4.215419, 2.350484, -0.885764), - normal: (0.760119, -0.003927, -0.649772), }, - Vertex { position: (4.273005, 2.310529, -0.762172), - normal: (-0.841909, -0.49598, -0.212588), }, - Vertex { position: (4.307092, 2.367482, -0.877202), - normal: (-0.571598, 0.654164, 0.495323), }, - Vertex { position: (4.215419, 2.350484, -0.885764), - normal: (0.760119, -0.003927, -0.649772), }, - Vertex { position: (4.307092, 2.367482, -0.877202), - normal: (-0.571598, 0.654164, 0.495323), }, - Vertex { position: (4.266263, 2.421651, -1.054799), - normal: (-0.601466, 0.441167, 0.666041), }, - Vertex { position: (4.215419, 2.350484, -0.885764), - normal: (0.760119, -0.003927, -0.649772), }, - Vertex { position: (4.266263, 2.421651, -1.054799), - normal: (-0.601466, 0.441167, 0.666041), }, - Vertex { position: (4.194233, 2.408334, -1.008471), - normal: (-0.564249, 0.755597, 0.33271), }, - Vertex { position: (4.194233, 2.408334, -1.008471), - normal: (-0.564249, 0.755597, 0.33271), }, - Vertex { position: (4.266263, 2.421651, -1.054799), - normal: (-0.601466, 0.441167, 0.666041), }, - Vertex { position: (4.228523, 2.435029, -1.098575), - normal: (-0.434016, 0.136262, 0.890541), }, - Vertex { position: (4.194233, 2.408334, -1.008471), - normal: (-0.564249, 0.755597, 0.33271), }, - Vertex { position: (4.228523, 2.435029, -1.098575), - normal: (-0.434016, 0.136262, 0.890541), }, - Vertex { position: (4.155551, 2.388662, -1.09196), - normal: (-0.396467, 0.225967, -0.889805), }, - Vertex { position: (4.155551, 2.388662, -1.09196), - normal: (-0.396467, 0.225967, -0.889805), }, - Vertex { position: (4.228523, 2.435029, -1.098575), - normal: (-0.434016, 0.136262, 0.890541), }, - Vertex { position: (4.17047, 2.458441, -1.241846), - normal: (-0.195132, 0.128745, 0.97229), }, - Vertex { position: (4.155551, 2.388662, -1.09196), - normal: (-0.396467, 0.225967, -0.889805), }, - Vertex { position: (4.17047, 2.458441, -1.241846), - normal: (-0.195132, 0.128745, 0.97229), }, - Vertex { position: (4.097362, 2.3666, -1.239986), - normal: (-0.279333, 0.256919, -0.925184), }, - Vertex { position: (4.097362, 2.3666, -1.239986), - normal: (-0.279333, 0.256919, -0.925184), }, - Vertex { position: (4.17047, 2.458441, -1.241846), - normal: (-0.195132, 0.128745, 0.97229), }, - Vertex { position: (4.094116, 2.426172, -1.381032), - normal: (-0.172151, 0.101796, 0.979797), }, - Vertex { position: (4.097362, 2.3666, -1.239986), - normal: (-0.279333, 0.256919, -0.925184), }, - Vertex { position: (4.094116, 2.426172, -1.381032), - normal: (-0.172151, 0.101796, 0.979797), }, - Vertex { position: (4.058311, 2.293363, -1.338054), - normal: (-0.086812, -0.050981, 0.994919), }, - Vertex { position: (4.058311, 2.293363, -1.338054), - normal: (-0.086812, -0.050981, 0.994919), }, - Vertex { position: (4.094116, 2.426172, -1.381032), - normal: (-0.172151, 0.101796, 0.979797), }, - Vertex { position: (4.046673, 2.341349, -1.45253), - normal: (0.020519, -0.282941, 0.958918), }, - Vertex { position: (4.059714, 2.194906, -0.888152), - normal: (0.3335, 0.232683, -0.913584), }, - Vertex { position: (4.104864, 2.298353, -0.915735), - normal: (0.911709, -0.064352, -0.405765), }, - Vertex { position: (4.102304, 2.29996, -1.025862), - normal: (0.89585, 0.32639, -0.301532), }, - Vertex { position: (4.059714, 2.194906, -0.888152), - normal: (0.3335, 0.232683, -0.913584), }, - Vertex { position: (4.102304, 2.29996, -1.025862), - normal: (0.89585, 0.32639, -0.301532), }, - Vertex { position: (4.047406, 2.207209, -1.015108), - normal: (0.161194, -0.480657, 0.861966), }, - Vertex { position: (4.047406, 2.207209, -1.015108), - normal: (0.161194, -0.480657, 0.861966), }, - Vertex { position: (4.102304, 2.29996, -1.025862), - normal: (0.89585, 0.32639, -0.301532), }, - Vertex { position: (4.061989, 2.231988, -1.178382), - normal: (0.245858, 0.150988, -0.957474), }, - Vertex { position: (3.945464, 2.1301, -0.689536), - normal: (-0.975013, -0.179567, -0.130791), }, - Vertex { position: (3.990744, 2.205448, -0.710795), - normal: (-0.916648, -0.2944, -0.270344), }, - Vertex { position: (4.0247, 2.187859, -0.814219), - normal: (-0.719395, -0.61545, -0.322011), }, - Vertex { position: (3.945464, 2.1301, -0.689536), - normal: (-0.975013, -0.179567, -0.130791), }, - Vertex { position: (4.0247, 2.187859, -0.814219), - normal: (-0.719395, -0.61545, -0.322011), }, - Vertex { position: (3.989434, 2.118832, -0.765086), - normal: (0.313443, -0.691245, 0.651102), }, - Vertex { position: (3.989434, 2.118832, -0.765086), - normal: (0.313443, -0.691245, 0.651102), }, - Vertex { position: (4.0247, 2.187859, -0.814219), - normal: (-0.719395, -0.61545, -0.322011), }, - Vertex { position: (4.059714, 2.194906, -0.888152), - normal: (0.3335, 0.232683, -0.913584), }, - Vertex { position: (3.989434, 2.118832, -0.765086), - normal: (0.313443, -0.691245, 0.651102), }, - Vertex { position: (4.059714, 2.194906, -0.888152), - normal: (0.3335, 0.232683, -0.913584), }, - Vertex { position: (4.022592, 2.123052, -0.903284), - normal: (0.492393, -0.77993, 0.38634), }, - Vertex { position: (4.022592, 2.123052, -0.903284), - normal: (0.492393, -0.77993, 0.38634), }, - Vertex { position: (4.059714, 2.194906, -0.888152), - normal: (0.3335, 0.232683, -0.913584), }, - Vertex { position: (4.047406, 2.207209, -1.015108), - normal: (0.161194, -0.480657, 0.861966), }, - Vertex { position: (4.022592, 2.123052, -0.903284), - normal: (0.492393, -0.77993, 0.38634), }, - Vertex { position: (4.047406, 2.207209, -1.015108), - normal: (0.161194, -0.480657, 0.861966), }, - Vertex { position: (4.020299, 2.141675, -1.002365), - normal: (-0.463441, 0.825581, 0.321928), }, - Vertex { position: (4.020299, 2.141675, -1.002365), - normal: (-0.463441, 0.825581, 0.321928), }, - Vertex { position: (4.047406, 2.207209, -1.015108), - normal: (0.161194, -0.480657, 0.861966), }, - Vertex { position: (4.061989, 2.231988, -1.178382), - normal: (0.245858, 0.150988, -0.957474), }, - Vertex { position: (4.061989, 2.231988, -1.178382), - normal: (0.245858, 0.150988, -0.957474), }, - Vertex { position: (4.097362, 2.3666, -1.239986), - normal: (-0.279333, 0.256919, -0.925184), }, - Vertex { position: (4.058311, 2.293363, -1.338054), - normal: (-0.086812, -0.050981, 0.994919), }, - Vertex { position: (4.036947, 1.992167, -1.072561), - normal: (0.261393, -0.399072, 0.878872), }, - Vertex { position: (4.020299, 2.141675, -1.002365), - normal: (-0.463441, 0.825581, 0.321928), }, - Vertex { position: (4.061989, 2.231988, -1.178382), - normal: (0.245858, 0.150988, -0.957474), }, - Vertex { position: (4.036947, 1.992167, -1.072561), - normal: (0.261393, -0.399072, 0.878872), }, - Vertex { position: (4.061989, 2.231988, -1.178382), - normal: (0.245858, 0.150988, -0.957474), }, - Vertex { position: (4.024858, 2.106568, -1.208099), - normal: (0.428291, -0.499911, 0.752765), }, - Vertex { position: (4.024858, 2.106568, -1.208099), - normal: (0.428291, -0.499911, 0.752765), }, - Vertex { position: (4.061989, 2.231988, -1.178382), - normal: (0.245858, 0.150988, -0.957474), }, - Vertex { position: (4.058311, 2.293363, -1.338054), - normal: (-0.086812, -0.050981, 0.994919), }, - Vertex { position: (4.058311, 2.293363, -1.338054), - normal: (-0.086812, -0.050981, 0.994919), }, - Vertex { position: (4.046673, 2.341349, -1.45253), - normal: (0.020519, -0.282941, 0.958918), }, - Vertex { position: (4.082988, 2.175805, -1.45093), - normal: (0.07924, -0.231863, 0.969516), }, - Vertex { position: (4.103303, 2.038565, -1.363737), - normal: (-0.081635, -0.03459, 0.996062), }, - Vertex { position: (4.024858, 2.106568, -1.208099), - normal: (0.428291, -0.499911, 0.752765), }, - Vertex { position: (4.058311, 2.293363, -1.338054), - normal: (-0.086812, -0.050981, 0.994919), }, - Vertex { position: (4.103303, 2.038565, -1.363737), - normal: (-0.081635, -0.03459, 0.996062), }, - Vertex { position: (4.058311, 2.293363, -1.338054), - normal: (-0.086812, -0.050981, 0.994919), }, - Vertex { position: (4.082988, 2.175805, -1.45093), - normal: (0.07924, -0.231863, 0.969516), }, - Vertex { position: (4.024858, 2.106568, -1.208099), - normal: (0.428291, -0.499911, 0.752765), }, - Vertex { position: (4.103303, 2.038565, -1.363737), - normal: (-0.081635, -0.03459, 0.996062), }, - Vertex { position: (4.152166, 1.868775, -1.225002), - normal: (-0.178707, 0.132414, 0.974951), }, - Vertex { position: (4.024858, 2.106568, -1.208099), - normal: (0.428291, -0.499911, 0.752765), }, - Vertex { position: (4.152166, 1.868775, -1.225002), - normal: (-0.178707, 0.132414, 0.974951), }, - Vertex { position: (4.036947, 1.992167, -1.072561), - normal: (0.261393, -0.399072, 0.878872), }, - Vertex { position: (4.031515, 1.968248, -0.91846), - normal: (0.454048, -0.464454, 0.760344), }, - Vertex { position: (4.036947, 1.992167, -1.072561), - normal: (0.261393, -0.399072, 0.878872), }, - Vertex { position: (4.152166, 1.868775, -1.225002), - normal: (-0.178707, 0.132414, 0.974951), }, - Vertex { position: (4.031515, 1.968248, -0.91846), - normal: (0.454048, -0.464454, 0.760344), }, - Vertex { position: (4.152166, 1.868775, -1.225002), - normal: (-0.178707, 0.132414, 0.974951), }, - Vertex { position: (4.127903, 1.828359, -1.090512), - normal: (-0.21777, 0.161093, 0.962614), }, - Vertex { position: (4.031515, 1.968248, -0.91846), - normal: (0.454048, -0.464454, 0.760344), }, - Vertex { position: (4.022592, 2.123052, -0.903284), - normal: (0.492393, -0.77993, 0.38634), }, - Vertex { position: (4.020299, 2.141675, -1.002365), - normal: (-0.463441, 0.825581, 0.321928), }, - Vertex { position: (4.031515, 1.968248, -0.91846), - normal: (0.454048, -0.464454, 0.760344), }, - Vertex { position: (4.020299, 2.141675, -1.002365), - normal: (-0.463441, 0.825581, 0.321928), }, - Vertex { position: (4.036947, 1.992167, -1.072561), - normal: (0.261393, -0.399072, 0.878872), }, - Vertex { position: (3.922437, 1.972461, -0.483563), - normal: (0.673211, -0.580891, 0.457551), }, - Vertex { position: (3.823349, 2.141733, -0.428356), - normal: (-0.768362, 0.592232, 0.242656), }, - Vertex { position: (3.857922, 2.141554, -0.521067), - normal: (-0.984655, 0.15519, -0.07981), }, - Vertex { position: (3.922437, 1.972461, -0.483563), - normal: (0.673211, -0.580891, 0.457551), }, - Vertex { position: (3.857922, 2.141554, -0.521067), - normal: (-0.984655, 0.15519, -0.07981), }, - Vertex { position: (3.966639, 1.969285, -0.549291), - normal: (-0.384424, 0.863444, 0.326623), }, - Vertex { position: (3.966639, 1.969285, -0.549291), - normal: (-0.384424, 0.863444, 0.326623), }, - Vertex { position: (3.857922, 2.141554, -0.521067), - normal: (-0.984655, 0.15519, -0.07981), }, - Vertex { position: (3.892378, 2.149432, -0.603589), - normal: (-0.791764, -0.610494, 0.020171), }, - Vertex { position: (3.966639, 1.969285, -0.549291), - normal: (-0.384424, 0.863444, 0.326623), }, - Vertex { position: (3.892378, 2.149432, -0.603589), - normal: (-0.791764, -0.610494, 0.020171), }, - Vertex { position: (3.98291, 1.987391, -0.639809), - normal: (-0.354832, 0.724971, 0.590348), }, - Vertex { position: (3.922437, 1.972461, -0.483563), - normal: (0.673211, -0.580891, 0.457551), }, - Vertex { position: (3.966639, 1.969285, -0.549291), - normal: (-0.384424, 0.863444, 0.326623), }, - Vertex { position: (4.094112, 1.889281, -0.578435), - normal: (-0.385487, 0.478576, 0.788901), }, - Vertex { position: (3.922437, 1.972461, -0.483563), - normal: (0.673211, -0.580891, 0.457551), }, - Vertex { position: (4.094112, 1.889281, -0.578435), - normal: (-0.385487, 0.478576, 0.788901), }, - Vertex { position: (4.059885, 1.86046, -0.470087), - normal: (-0.447812, 0.698934, 0.557634), }, - Vertex { position: (3.966639, 1.969285, -0.549291), - normal: (-0.384424, 0.863444, 0.326623), }, - Vertex { position: (3.98291, 1.987391, -0.639809), - normal: (-0.354832, 0.724971, 0.590348), }, - Vertex { position: (4.094112, 1.889281, -0.578435), - normal: (-0.385487, 0.478576, 0.788901), }, - Vertex { position: (3.989434, 2.118832, -0.765086), - normal: (0.313443, -0.691245, 0.651102), }, - Vertex { position: (4.022592, 2.123052, -0.903284), - normal: (0.492393, -0.77993, 0.38634), }, - Vertex { position: (4.031515, 1.968248, -0.91846), - normal: (0.454048, -0.464454, 0.760344), }, - Vertex { position: (3.989434, 2.118832, -0.765086), - normal: (0.313443, -0.691245, 0.651102), }, - Vertex { position: (4.031515, 1.968248, -0.91846), - normal: (0.454048, -0.464454, 0.760344), }, - Vertex { position: (4.017509, 1.996169, -0.731654), - normal: (-0.270788, 0.46353, 0.843691), }, - Vertex { position: (4.017509, 1.996169, -0.731654), - normal: (-0.270788, 0.46353, 0.843691), }, - Vertex { position: (3.945464, 2.1301, -0.689536), - normal: (-0.975013, -0.179567, -0.130791), }, - Vertex { position: (3.989434, 2.118832, -0.765086), - normal: (0.313443, -0.691245, 0.651102), }, - Vertex { position: (3.98291, 1.987391, -0.639809), - normal: (-0.354832, 0.724971, 0.590348), }, - Vertex { position: (3.892378, 2.149432, -0.603589), - normal: (-0.791764, -0.610494, 0.020171), }, - Vertex { position: (3.945464, 2.1301, -0.689536), - normal: (-0.975013, -0.179567, -0.130791), }, - Vertex { position: (3.98291, 1.987391, -0.639809), - normal: (-0.354832, 0.724971, 0.590348), }, - Vertex { position: (3.945464, 2.1301, -0.689536), - normal: (-0.975013, -0.179567, -0.130791), }, - Vertex { position: (4.017509, 1.996169, -0.731654), - normal: (-0.270788, 0.46353, 0.843691), }, - Vertex { position: (3.98291, 1.987391, -0.639809), - normal: (-0.354832, 0.724971, 0.590348), }, - Vertex { position: (4.017509, 1.996169, -0.731654), - normal: (-0.270788, 0.46353, 0.843691), }, - Vertex { position: (4.094112, 1.889281, -0.578435), - normal: (-0.385487, 0.478576, 0.788901), }, - Vertex { position: (4.017509, 1.996169, -0.731654), - normal: (-0.270788, 0.46353, 0.843691), }, - Vertex { position: (4.150297, 1.820575, -0.917046), - normal: (-0.273816, 0.228927, 0.93414), }, - Vertex { position: (4.094112, 1.889281, -0.578435), - normal: (-0.385487, 0.478576, 0.788901), }, - Vertex { position: (4.017509, 1.996169, -0.731654), - normal: (-0.270788, 0.46353, 0.843691), }, - Vertex { position: (4.031515, 1.968248, -0.91846), - normal: (0.454048, -0.464454, 0.760344), }, - Vertex { position: (4.127903, 1.828359, -1.090512), - normal: (-0.21777, 0.161093, 0.962614), }, - Vertex { position: (4.017509, 1.996169, -0.731654), - normal: (-0.270788, 0.46353, 0.843691), }, - Vertex { position: (4.127903, 1.828359, -1.090512), - normal: (-0.21777, 0.161093, 0.962614), }, - Vertex { position: (4.150297, 1.820575, -0.917046), - normal: (-0.273816, 0.228927, 0.93414), }, - Vertex { position: (4.296769, 2.260422, -0.528796), - normal: (-0.091679, 0.768658, -0.633056), }, - Vertex { position: (4.472349, 2.325133, -0.443764), - normal: (0.195545, 0.103956, -0.975169), }, - Vertex { position: (4.389484, 2.190421, -0.47332), - normal: (0.196849, 0.14562, -0.969559), }, - Vertex { position: (4.314791, 2.142163, -0.54065), - normal: (-0.203969, 0.261593, 0.94338), }, - Vertex { position: (4.389484, 2.190421, -0.47332), - normal: (0.196849, 0.14562, -0.969559), }, - Vertex { position: (4.3427, 2.112281, -0.516692), - normal: (0.159882, 0.223439, 0.961516), }, - Vertex { position: (4.314791, 2.142163, -0.54065), - normal: (-0.203969, 0.261593, 0.94338), }, - Vertex { position: (4.3427, 2.112281, -0.516692), - normal: (0.159882, 0.223439, 0.961516), }, - Vertex { position: (4.305411, 2.059245, -0.539407), - normal: (0.224429, 0.165293, 0.96037), }, - Vertex { position: (4.314791, 2.142163, -0.54065), - normal: (-0.203969, 0.261593, 0.94338), }, - Vertex { position: (4.296769, 2.260422, -0.528796), - normal: (-0.091679, 0.768658, -0.633056), }, - Vertex { position: (4.389484, 2.190421, -0.47332), - normal: (0.196849, 0.14562, -0.969559), }, - Vertex { position: (4.3427, 2.112281, -0.516692), - normal: (0.159882, 0.223439, 0.961516), }, - Vertex { position: (4.389484, 2.190421, -0.47332), - normal: (0.196849, 0.14562, -0.969559), }, - Vertex { position: (4.43302, 2.024714, -0.563794), - normal: (0.361081, -0.056526, -0.93082), }, - Vertex { position: (4.305411, 2.059245, -0.539407), - normal: (0.224429, 0.165293, 0.96037), }, - Vertex { position: (4.3427, 2.112281, -0.516692), - normal: (0.159882, 0.223439, 0.961516), }, - Vertex { position: (4.43302, 2.024714, -0.563794), - normal: (0.361081, -0.056526, -0.93082), }, - Vertex { position: (4.046673, 2.341349, -1.45253), - normal: (0.020519, -0.282941, 0.958918), }, - Vertex { position: (4.094116, 2.426172, -1.381032), - normal: (-0.172151, 0.101796, 0.979797), }, - Vertex { position: (4.148927, 2.388726, -1.376879), - normal: (0.482381, -0.398126, 0.780259), }, - Vertex { position: (4.046673, 2.341349, -1.45253), - normal: (0.020519, -0.282941, 0.958918), }, - Vertex { position: (4.148927, 2.388726, -1.376879), - normal: (0.482381, -0.398126, 0.780259), }, - Vertex { position: (4.101726, 2.312318, -1.438163), - normal: (0.702554, -0.570096, 0.42592), }, - Vertex { position: (4.149438, 2.34055, -1.353693), - normal: (0.45552, -0.330523, 0.826593), }, - Vertex { position: (4.169404, 2.306276, -1.284031), - normal: (0.331391, 0.08899, 0.939287), }, - Vertex { position: (4.140097, 2.295949, -1.367196), - normal: (0.445439, -0.182623, 0.876489), }, - Vertex { position: (4.149438, 2.34055, -1.353693), - normal: (0.45552, -0.330523, 0.826593), }, - Vertex { position: (4.140097, 2.295949, -1.367196), - normal: (0.445439, -0.182623, 0.876489), }, - Vertex { position: (4.129926, 2.30877, -1.402259), - normal: (0.489736, -0.346185, 0.800197), }, - Vertex { position: (4.169404, 2.306276, -1.284031), - normal: (0.331391, 0.08899, 0.939287), }, - Vertex { position: (4.141759, 2.279958, -1.29534), - normal: (0.474213, -0.311965, 0.823286), }, - Vertex { position: (4.140097, 2.295949, -1.367196), - normal: (0.445439, -0.182623, 0.876489), }, - Vertex { position: (4.094116, 2.426172, -1.381032), - normal: (-0.172151, 0.101796, 0.979797), }, - Vertex { position: (4.17047, 2.458441, -1.241846), - normal: (-0.195132, 0.128745, 0.97229), }, - Vertex { position: (4.197644, 2.394643, -1.248646), - normal: (0.483908, -0.405185, 0.775667), }, - Vertex { position: (4.094116, 2.426172, -1.381032), - normal: (-0.172151, 0.101796, 0.979797), }, - Vertex { position: (4.197644, 2.394643, -1.248646), - normal: (0.483908, -0.405185, 0.775667), }, - Vertex { position: (4.148927, 2.388726, -1.376879), - normal: (0.482381, -0.398126, 0.780259), }, - Vertex { position: (4.148927, 2.388726, -1.376879), - normal: (0.482381, -0.398126, 0.780259), }, - Vertex { position: (4.197644, 2.394643, -1.248646), - normal: (0.483908, -0.405185, 0.775667), }, - Vertex { position: (4.197516, 2.349135, -1.253043), - normal: (0.383941, -0.196382, 0.902232), }, - Vertex { position: (4.148927, 2.388726, -1.376879), - normal: (0.482381, -0.398126, 0.780259), }, - Vertex { position: (4.197516, 2.349135, -1.253043), - normal: (0.383941, -0.196382, 0.902232), }, - Vertex { position: (4.149438, 2.34055, -1.353693), - normal: (0.45552, -0.330523, 0.826593), }, - Vertex { position: (4.197516, 2.349135, -1.253043), - normal: (0.383941, -0.196382, 0.902232), }, - Vertex { position: (4.199317, 2.304652, -1.17454), - normal: (0.488174, -0.280956, 0.826287), }, - Vertex { position: (4.169404, 2.306276, -1.284031), - normal: (0.331391, 0.08899, 0.939287), }, - Vertex { position: (4.197516, 2.349135, -1.253043), - normal: (0.383941, -0.196382, 0.902232), }, - Vertex { position: (4.169404, 2.306276, -1.284031), - normal: (0.331391, 0.08899, 0.939287), }, - Vertex { position: (4.149438, 2.34055, -1.353693), - normal: (0.45552, -0.330523, 0.826593), }, - Vertex { position: (4.274886, 2.22003, -0.679075), - normal: (0.531574, -0.288506, 0.796362), }, - Vertex { position: (4.296769, 2.260422, -0.528796), - normal: (-0.091679, 0.768658, -0.633056), }, - Vertex { position: (4.314791, 2.142163, -0.54065), - normal: (-0.203969, 0.261593, 0.94338), }, - Vertex { position: (4.274886, 2.22003, -0.679075), - normal: (0.531574, -0.288506, 0.796362), }, - Vertex { position: (4.314791, 2.142163, -0.54065), - normal: (-0.203969, 0.261593, 0.94338), }, - Vertex { position: (4.26732, 2.121987, -0.61494), - normal: (-0.175197, 0.22468, 0.958553), }, - Vertex { position: (4.38099, 2.207701, -0.839016), - normal: (-0.023695, 0.006701, 0.999697), }, - Vertex { position: (4.274886, 2.22003, -0.679075), - normal: (0.531574, -0.288506, 0.796362), }, - Vertex { position: (4.26732, 2.121987, -0.61494), - normal: (-0.175197, 0.22468, 0.958553), }, - Vertex { position: (4.38099, 2.207701, -0.839016), - normal: (-0.023695, 0.006701, 0.999697), }, - Vertex { position: (4.26732, 2.121987, -0.61494), - normal: (-0.175197, 0.22468, 0.958553), }, - Vertex { position: (4.354411, 2.102985, -0.80258), - normal: (-0.128537, 0.152973, 0.979835), }, - Vertex { position: (4.212974, 2.303184, -0.587113), - normal: (-0.963659, -0.230665, -0.134738), }, - Vertex { position: (4.296769, 2.260422, -0.528796), - normal: (-0.091679, 0.768658, -0.633056), }, - Vertex { position: (4.212058, 2.27945, -0.625927), - normal: (-0.990956, -0.062739, -0.118613), }, - Vertex { position: (4.212058, 2.27945, -0.625927), - normal: (-0.990956, -0.062739, -0.118613), }, - Vertex { position: (4.296769, 2.260422, -0.528796), - normal: (-0.091679, 0.768658, -0.633056), }, - Vertex { position: (4.229332, 2.274522, -0.672749), - normal: (-0.938303, -0.3372, -0.076703), }, - Vertex { position: (4.229332, 2.274522, -0.672749), - normal: (-0.938303, -0.3372, -0.076703), }, - Vertex { position: (4.296769, 2.260422, -0.528796), - normal: (-0.091679, 0.768658, -0.633056), }, - Vertex { position: (4.274886, 2.22003, -0.679075), - normal: (0.531574, -0.288506, 0.796362), }, - Vertex { position: (4.273005, 2.310529, -0.762172), - normal: (-0.841909, -0.49598, -0.212588), }, - Vertex { position: (4.229332, 2.274522, -0.672749), - normal: (-0.938303, -0.3372, -0.076703), }, - Vertex { position: (4.274886, 2.22003, -0.679075), - normal: (0.531574, -0.288506, 0.796362), }, - Vertex { position: (4.273005, 2.310529, -0.762172), - normal: (-0.841909, -0.49598, -0.212588), }, - Vertex { position: (4.274886, 2.22003, -0.679075), - normal: (0.531574, -0.288506, 0.796362), }, - Vertex { position: (4.307092, 2.367482, -0.877202), - normal: (-0.571598, 0.654164, 0.495323), }, - Vertex { position: (4.26732, 2.121987, -0.61494), - normal: (-0.175197, 0.22468, 0.958553), }, - Vertex { position: (4.314791, 2.142163, -0.54065), - normal: (-0.203969, 0.261593, 0.94338), }, - Vertex { position: (4.305411, 2.059245, -0.539407), - normal: (0.224429, 0.165293, 0.96037), }, - Vertex { position: (4.307092, 2.367482, -0.877202), - normal: (-0.571598, 0.654164, 0.495323), }, - Vertex { position: (4.274886, 2.22003, -0.679075), - normal: (0.531574, -0.288506, 0.796362), }, - Vertex { position: (4.38099, 2.207701, -0.839016), - normal: (-0.023695, 0.006701, 0.999697), }, - Vertex { position: (4.307092, 2.367482, -0.877202), - normal: (-0.571598, 0.654164, 0.495323), }, - Vertex { position: (4.38099, 2.207701, -0.839016), - normal: (-0.023695, 0.006701, 0.999697), }, - Vertex { position: (4.369751, 2.298204, -0.921894), - normal: (0.144017, -0.141696, 0.979378), }, - Vertex { position: (4.303193, 2.347123, -1.044413), - normal: (0.325831, -0.277459, 0.903798), }, - Vertex { position: (4.266263, 2.421651, -1.054799), - normal: (-0.601466, 0.441167, 0.666041), }, - Vertex { position: (4.307092, 2.367482, -0.877202), - normal: (-0.571598, 0.654164, 0.495323), }, - Vertex { position: (4.303193, 2.347123, -1.044413), - normal: (0.325831, -0.277459, 0.903798), }, - Vertex { position: (4.307092, 2.367482, -0.877202), - normal: (-0.571598, 0.654164, 0.495323), }, - Vertex { position: (4.369751, 2.298204, -0.921894), - normal: (0.144017, -0.141696, 0.979378), }, - Vertex { position: (4.245861, 2.375093, -1.141312), - normal: (0.441787, -0.375177, 0.814903), }, - Vertex { position: (4.228523, 2.435029, -1.098575), - normal: (-0.434016, 0.136262, 0.890541), }, - Vertex { position: (4.266263, 2.421651, -1.054799), - normal: (-0.601466, 0.441167, 0.666041), }, - Vertex { position: (4.245861, 2.375093, -1.141312), - normal: (0.441787, -0.375177, 0.814903), }, - Vertex { position: (4.266263, 2.421651, -1.054799), - normal: (-0.601466, 0.441167, 0.666041), }, - Vertex { position: (4.303193, 2.347123, -1.044413), - normal: (0.325831, -0.277459, 0.903798), }, - Vertex { position: (4.245861, 2.375093, -1.141312), - normal: (0.441787, -0.375177, 0.814903), }, - Vertex { position: (4.197644, 2.394643, -1.248646), - normal: (0.483908, -0.405185, 0.775667), }, - Vertex { position: (4.17047, 2.458441, -1.241846), - normal: (-0.195132, 0.128745, 0.97229), }, - Vertex { position: (4.245861, 2.375093, -1.141312), - normal: (0.441787, -0.375177, 0.814903), }, - Vertex { position: (4.17047, 2.458441, -1.241846), - normal: (-0.195132, 0.128745, 0.97229), }, - Vertex { position: (4.228523, 2.435029, -1.098575), - normal: (-0.434016, 0.136262, 0.890541), }, - Vertex { position: (4.197516, 2.349135, -1.253043), - normal: (0.383941, -0.196382, 0.902232), }, - Vertex { position: (4.197644, 2.394643, -1.248646), - normal: (0.483908, -0.405185, 0.775667), }, - Vertex { position: (4.245861, 2.375093, -1.141312), - normal: (0.441787, -0.375177, 0.814903), }, - Vertex { position: (4.197516, 2.349135, -1.253043), - normal: (0.383941, -0.196382, 0.902232), }, - Vertex { position: (4.245861, 2.375093, -1.141312), - normal: (0.441787, -0.375177, 0.814903), }, - Vertex { position: (4.218457, 2.356834, -1.142444), - normal: (0.226651, -0.023678, 0.973688), }, - Vertex { position: (4.218457, 2.356834, -1.142444), - normal: (0.226651, -0.023678, 0.973688), }, - Vertex { position: (4.245861, 2.375093, -1.141312), - normal: (0.441787, -0.375177, 0.814903), }, - Vertex { position: (4.303193, 2.347123, -1.044413), - normal: (0.325831, -0.277459, 0.903798), }, - Vertex { position: (4.218457, 2.356834, -1.142444), - normal: (0.226651, -0.023678, 0.973688), }, - Vertex { position: (4.303193, 2.347123, -1.044413), - normal: (0.325831, -0.277459, 0.903798), }, - Vertex { position: (4.275405, 2.319905, -1.0464), - normal: (0.065337, 0.07376, 0.995133), }, - Vertex { position: (4.303193, 2.347123, -1.044413), - normal: (0.325831, -0.277459, 0.903798), }, - Vertex { position: (4.369751, 2.298204, -0.921894), - normal: (0.144017, -0.141696, 0.979378), }, - Vertex { position: (4.296538, 2.243779, -0.925459), - normal: (-0.027323, 0.180938, 0.983115), }, - Vertex { position: (4.303193, 2.347123, -1.044413), - normal: (0.325831, -0.277459, 0.903798), }, - Vertex { position: (4.296538, 2.243779, -0.925459), - normal: (-0.027323, 0.180938, 0.983115), }, - Vertex { position: (4.275405, 2.319905, -1.0464), - normal: (0.065337, 0.07376, 0.995133), }, - Vertex { position: (4.369751, 2.298204, -0.921894), - normal: (0.144017, -0.141696, 0.979378), }, - Vertex { position: (4.38099, 2.207701, -0.839016), - normal: (-0.023695, 0.006701, 0.999697), }, - Vertex { position: (4.289048, 2.172969, -0.858693), - normal: (-0.078774, 0.27578, 0.957987), }, - Vertex { position: (4.369751, 2.298204, -0.921894), - normal: (0.144017, -0.141696, 0.979378), }, - Vertex { position: (4.289048, 2.172969, -0.858693), - normal: (-0.078774, 0.27578, 0.957987), }, - Vertex { position: (4.296538, 2.243779, -0.925459), - normal: (-0.027323, 0.180938, 0.983115), }, - Vertex { position: (4.199317, 2.304652, -1.17454), - normal: (0.488174, -0.280956, 0.826287), }, - Vertex { position: (4.197516, 2.349135, -1.253043), - normal: (0.383941, -0.196382, 0.902232), }, - Vertex { position: (4.218457, 2.356834, -1.142444), - normal: (0.226651, -0.023678, 0.973688), }, - Vertex { position: (4.199317, 2.304652, -1.17454), - normal: (0.488174, -0.280956, 0.826287), }, - Vertex { position: (4.218457, 2.356834, -1.142444), - normal: (0.226651, -0.023678, 0.973688), }, - Vertex { position: (4.275405, 2.319905, -1.0464), - normal: (0.065337, 0.07376, 0.995133), }, - Vertex { position: (4.199317, 2.304652, -1.17454), - normal: (0.488174, -0.280956, 0.826287), }, - Vertex { position: (4.275405, 2.319905, -1.0464), - normal: (0.065337, 0.07376, 0.995133), }, - Vertex { position: (4.211815, 2.28249, -1.039137), - normal: (0.769657, -0.480833, 0.420033), }, - Vertex { position: (4.354411, 2.102985, -0.80258), - normal: (-0.128537, 0.152973, 0.979835), }, - Vertex { position: (4.26732, 2.121987, -0.61494), - normal: (-0.175197, 0.22468, 0.958553), }, - Vertex { position: (4.305411, 2.059245, -0.539407), - normal: (0.224429, 0.165293, 0.96037), }, - Vertex { position: (4.354411, 2.102985, -0.80258), - normal: (-0.128537, 0.152973, 0.979835), }, - Vertex { position: (4.305411, 2.059245, -0.539407), - normal: (0.224429, 0.165293, 0.96037), }, - Vertex { position: (4.278045, 1.97666, -0.537351), - normal: (-0.080985, 0.883253, 0.461851), }, - Vertex { position: (4.289048, 2.172969, -0.858693), - normal: (-0.078774, 0.27578, 0.957987), }, - Vertex { position: (4.38099, 2.207701, -0.839016), - normal: (-0.023695, 0.006701, 0.999697), }, - Vertex { position: (4.354411, 2.102985, -0.80258), - normal: (-0.128537, 0.152973, 0.979835), }, - Vertex { position: (4.289048, 2.172969, -0.858693), - normal: (-0.078774, 0.27578, 0.957987), }, - Vertex { position: (4.354411, 2.102985, -0.80258), - normal: (-0.128537, 0.152973, 0.979835), }, - Vertex { position: (4.290375, 2.112337, -0.80019), - normal: (-0.095989, 0.297871, 0.949768), }, - Vertex { position: (4.211815, 2.28249, -1.039137), - normal: (0.769657, -0.480833, 0.420033), }, - Vertex { position: (4.275405, 2.319905, -1.0464), - normal: (0.065337, 0.07376, 0.995133), }, - Vertex { position: (4.296538, 2.243779, -0.925459), - normal: (-0.027323, 0.180938, 0.983115), }, - Vertex { position: (4.211815, 2.28249, -1.039137), - normal: (0.769657, -0.480833, 0.420033), }, - Vertex { position: (4.296538, 2.243779, -0.925459), - normal: (-0.027323, 0.180938, 0.983115), }, - Vertex { position: (4.222795, 2.228178, -0.952752), - normal: (0.040193, 0.650965, 0.758043), }, - Vertex { position: (4.222795, 2.228178, -0.952752), - normal: (0.040193, 0.650965, 0.758043), }, - Vertex { position: (4.296538, 2.243779, -0.925459), - normal: (-0.027323, 0.180938, 0.983115), }, - Vertex { position: (4.289048, 2.172969, -0.858693), - normal: (-0.078774, 0.27578, 0.957987), }, - Vertex { position: (4.222795, 2.228178, -0.952752), - normal: (0.040193, 0.650965, 0.758043), }, - Vertex { position: (4.289048, 2.172969, -0.858693), - normal: (-0.078774, 0.27578, 0.957987), }, - Vertex { position: (4.197609, 2.164063, -0.857433), - normal: (0.177367, 0.480226, 0.859025), }, - Vertex { position: (4.197609, 2.164063, -0.857433), - normal: (0.177367, 0.480226, 0.859025), }, - Vertex { position: (4.289048, 2.172969, -0.858693), - normal: (-0.078774, 0.27578, 0.957987), }, - Vertex { position: (4.290375, 2.112337, -0.80019), - normal: (-0.095989, 0.297871, 0.949768), }, - Vertex { position: (4.197609, 2.164063, -0.857433), - normal: (0.177367, 0.480226, 0.859025), }, - Vertex { position: (4.290375, 2.112337, -0.80019), - normal: (-0.095989, 0.297871, 0.949768), }, - Vertex { position: (4.153175, 2.084823, -0.799668), - normal: (0.288711, 0.386915, 0.875753), }, - Vertex { position: (4.15109, 2.102939, -0.889759), - normal: (0.41428, 0.318289, 0.85268), }, - Vertex { position: (4.197609, 2.164063, -0.857433), - normal: (0.177367, 0.480226, 0.859025), }, - Vertex { position: (4.153175, 2.084823, -0.799668), - normal: (0.288711, 0.386915, 0.875753), }, - Vertex { position: (4.148865, 2.148829, -0.986567), - normal: (0.519338, 0.264458, 0.812619), }, - Vertex { position: (4.222795, 2.228178, -0.952752), - normal: (0.040193, 0.650965, 0.758043), }, - Vertex { position: (4.197609, 2.164063, -0.857433), - normal: (0.177367, 0.480226, 0.859025), }, - Vertex { position: (4.148865, 2.148829, -0.986567), - normal: (0.519338, 0.264458, 0.812619), }, - Vertex { position: (4.197609, 2.164063, -0.857433), - normal: (0.177367, 0.480226, 0.859025), }, - Vertex { position: (4.15109, 2.102939, -0.889759), - normal: (0.41428, 0.318289, 0.85268), }, - Vertex { position: (4.154566, 2.19048, -1.129552), - normal: (0.486425, 0.192908, 0.852161), }, - Vertex { position: (4.211815, 2.28249, -1.039137), - normal: (0.769657, -0.480833, 0.420033), }, - Vertex { position: (4.222795, 2.228178, -0.952752), - normal: (0.040193, 0.650965, 0.758043), }, - Vertex { position: (4.154566, 2.19048, -1.129552), - normal: (0.486425, 0.192908, 0.852161), }, - Vertex { position: (4.222795, 2.228178, -0.952752), - normal: (0.040193, 0.650965, 0.758043), }, - Vertex { position: (4.148865, 2.148829, -0.986567), - normal: (0.519338, 0.264458, 0.812619), }, - Vertex { position: (4.152557, 2.235471, -1.217046), - normal: (0.449624, 0.075438, 0.890027), }, - Vertex { position: (4.199317, 2.304652, -1.17454), - normal: (0.488174, -0.280956, 0.826287), }, - Vertex { position: (4.211815, 2.28249, -1.039137), - normal: (0.769657, -0.480833, 0.420033), }, - Vertex { position: (4.152557, 2.235471, -1.217046), - normal: (0.449624, 0.075438, 0.890027), }, - Vertex { position: (4.211815, 2.28249, -1.039137), - normal: (0.769657, -0.480833, 0.420033), }, - Vertex { position: (4.154566, 2.19048, -1.129552), - normal: (0.486425, 0.192908, 0.852161), }, - Vertex { position: (4.141759, 2.279958, -1.29534), - normal: (0.474213, -0.311965, 0.823286), }, - Vertex { position: (4.169404, 2.306276, -1.284031), - normal: (0.331391, 0.08899, 0.939287), }, - Vertex { position: (4.199317, 2.304652, -1.17454), - normal: (0.488174, -0.280956, 0.826287), }, - Vertex { position: (4.141759, 2.279958, -1.29534), - normal: (0.474213, -0.311965, 0.823286), }, - Vertex { position: (4.199317, 2.304652, -1.17454), - normal: (0.488174, -0.280956, 0.826287), }, - Vertex { position: (4.152557, 2.235471, -1.217046), - normal: (0.449624, 0.075438, 0.890027), }, - Vertex { position: (4.131949, 2.050757, -0.921856), - normal: (0.533629, -0.162705, 0.82992), }, - Vertex { position: (4.15109, 2.102939, -0.889759), - normal: (0.41428, 0.318289, 0.85268), }, - Vertex { position: (4.153175, 2.084823, -0.799668), - normal: (0.288711, 0.386915, 0.875753), }, - Vertex { position: (4.119993, 2.063095, -1.049178), - normal: (0.547549, -0.279581, 0.788686), }, - Vertex { position: (4.148865, 2.148829, -0.986567), - normal: (0.519338, 0.264458, 0.812619), }, - Vertex { position: (4.15109, 2.102939, -0.889759), - normal: (0.41428, 0.318289, 0.85268), }, - Vertex { position: (4.119993, 2.063095, -1.049178), - normal: (0.547549, -0.279581, 0.788686), }, - Vertex { position: (4.15109, 2.102939, -0.889759), - normal: (0.41428, 0.318289, 0.85268), }, - Vertex { position: (4.131949, 2.050757, -0.921856), - normal: (0.533629, -0.162705, 0.82992), }, - Vertex { position: (4.12616, 2.12093, -1.17252), - normal: (0.598679, -0.200355, 0.775527), }, - Vertex { position: (4.154566, 2.19048, -1.129552), - normal: (0.486425, 0.192908, 0.852161), }, - Vertex { position: (4.148865, 2.148829, -0.986567), - normal: (0.519338, 0.264458, 0.812619), }, - Vertex { position: (4.12616, 2.12093, -1.17252), - normal: (0.598679, -0.200355, 0.775527), }, - Vertex { position: (4.148865, 2.148829, -0.986567), - normal: (0.519338, 0.264458, 0.812619), }, - Vertex { position: (4.119993, 2.063095, -1.049178), - normal: (0.547549, -0.279581, 0.788686), }, - Vertex { position: (4.133175, 2.175231, -1.259323), - normal: (0.561098, -0.272385, 0.78165), }, - Vertex { position: (4.152557, 2.235471, -1.217046), - normal: (0.449624, 0.075438, 0.890027), }, - Vertex { position: (4.154566, 2.19048, -1.129552), - normal: (0.486425, 0.192908, 0.852161), }, - Vertex { position: (4.133175, 2.175231, -1.259323), - normal: (0.561098, -0.272385, 0.78165), }, - Vertex { position: (4.154566, 2.19048, -1.129552), - normal: (0.486425, 0.192908, 0.852161), }, - Vertex { position: (4.12616, 2.12093, -1.17252), - normal: (0.598679, -0.200355, 0.775527), }, - Vertex { position: (4.133175, 2.175231, -1.259323), - normal: (0.561098, -0.272385, 0.78165), }, - Vertex { position: (4.141759, 2.279958, -1.29534), - normal: (0.474213, -0.311965, 0.823286), }, - Vertex { position: (4.152557, 2.235471, -1.217046), - normal: (0.449624, 0.075438, 0.890027), }, - Vertex { position: (4.137657, 1.944837, -1.061024), - normal: (0.760747, -0.509474, 0.40212), }, - Vertex { position: (4.119993, 2.063095, -1.049178), - normal: (0.547549, -0.279581, 0.788686), }, - Vertex { position: (4.131949, 2.050757, -0.921856), - normal: (0.533629, -0.162705, 0.82992), }, - Vertex { position: (4.137657, 1.944837, -1.061024), - normal: (0.760747, -0.509474, 0.40212), }, - Vertex { position: (4.131949, 2.050757, -0.921856), - normal: (0.533629, -0.162705, 0.82992), }, - Vertex { position: (4.159229, 1.949902, -0.923197), - normal: (0.5205, -0.336657, 0.784692), }, - Vertex { position: (4.143794, 2.01372, -1.201386), - normal: (-0.16423, 0.819635, 0.548842), }, - Vertex { position: (4.12616, 2.12093, -1.17252), - normal: (0.598679, -0.200355, 0.775527), }, - Vertex { position: (4.119993, 2.063095, -1.049178), - normal: (0.547549, -0.279581, 0.788686), }, - Vertex { position: (4.143794, 2.01372, -1.201386), - normal: (-0.16423, 0.819635, 0.548842), }, - Vertex { position: (4.119993, 2.063095, -1.049178), - normal: (0.547549, -0.279581, 0.788686), }, - Vertex { position: (4.137657, 1.944837, -1.061024), - normal: (0.760747, -0.509474, 0.40212), }, - Vertex { position: (4.12329, 2.086854, -1.295135), - normal: (-0.043323, 0.541029, 0.839887), }, - Vertex { position: (4.133175, 2.175231, -1.259323), - normal: (0.561098, -0.272385, 0.78165), }, - Vertex { position: (4.12616, 2.12093, -1.17252), - normal: (0.598679, -0.200355, 0.775527), }, - Vertex { position: (4.12329, 2.086854, -1.295135), - normal: (-0.043323, 0.541029, 0.839887), }, - Vertex { position: (4.12616, 2.12093, -1.17252), - normal: (0.598679, -0.200355, 0.775527), }, - Vertex { position: (4.143794, 2.01372, -1.201386), - normal: (-0.16423, 0.819635, 0.548842), }, - Vertex { position: (4.11268, 2.195089, -1.366908), - normal: (0.04432, 0.372862, 0.926827), }, - Vertex { position: (4.141759, 2.279958, -1.29534), - normal: (0.474213, -0.311965, 0.823286), }, - Vertex { position: (4.133175, 2.175231, -1.259323), - normal: (0.561098, -0.272385, 0.78165), }, - Vertex { position: (4.11268, 2.195089, -1.366908), - normal: (0.04432, 0.372862, 0.926827), }, - Vertex { position: (4.133175, 2.175231, -1.259323), - normal: (0.561098, -0.272385, 0.78165), }, - Vertex { position: (4.12329, 2.086854, -1.295135), - normal: (-0.043323, 0.541029, 0.839887), }, - Vertex { position: (4.111934, 2.234814, -1.399949), - normal: (0.098376, 0.32868, 0.939304), }, - Vertex { position: (4.140097, 2.295949, -1.367196), - normal: (0.445439, -0.182623, 0.876489), }, - Vertex { position: (4.141759, 2.279958, -1.29534), - normal: (0.474213, -0.311965, 0.823286), }, - Vertex { position: (4.111934, 2.234814, -1.399949), - normal: (0.098376, 0.32868, 0.939304), }, - Vertex { position: (4.141759, 2.279958, -1.29534), - normal: (0.474213, -0.311965, 0.823286), }, - Vertex { position: (4.11268, 2.195089, -1.366908), - normal: (0.04432, 0.372862, 0.926827), }, - Vertex { position: (4.111934, 2.234814, -1.399949), - normal: (0.098376, 0.32868, 0.939304), }, - Vertex { position: (4.129926, 2.30877, -1.402259), - normal: (0.489736, -0.346185, 0.800197), }, - Vertex { position: (4.140097, 2.295949, -1.367196), - normal: (0.445439, -0.182623, 0.876489), }, - Vertex { position: (4.278045, 1.97666, -0.537351), - normal: (-0.080985, 0.883253, 0.461851), }, - Vertex { position: (4.304562, 1.906537, -0.572242), - normal: (0.525316, 0.261331, 0.809784), }, - Vertex { position: (4.232341, 1.903079, -0.534362), - normal: (0.752227, -0.484776, 0.446258), }, - Vertex { position: (4.240116, 1.770049, -0.583946), - normal: (-0.051423, 0.948155, 0.313619), }, - Vertex { position: (4.232341, 1.903079, -0.534362), - normal: (0.752227, -0.484776, 0.446258), }, - Vertex { position: (4.304562, 1.906537, -0.572242), - normal: (0.525316, 0.261331, 0.809784), }, - Vertex { position: (4.240116, 1.770049, -0.583946), - normal: (-0.051423, 0.948155, 0.313619), }, - Vertex { position: (4.304562, 1.906537, -0.572242), - normal: (0.525316, 0.261331, 0.809784), }, - Vertex { position: (4.303615, 1.799914, -0.610388), - normal: (0.204286, 0.745568, 0.634347), }, - Vertex { position: (4.304562, 1.906537, -0.572242), - normal: (0.525316, 0.261331, 0.809784), }, - Vertex { position: (4.278045, 1.97666, -0.537351), - normal: (-0.080985, 0.883253, 0.461851), }, - Vertex { position: (4.305411, 2.059245, -0.539407), - normal: (0.224429, 0.165293, 0.96037), }, - Vertex { position: (4.304562, 1.906537, -0.572242), - normal: (0.525316, 0.261331, 0.809784), }, - Vertex { position: (4.305411, 2.059245, -0.539407), - normal: (0.224429, 0.165293, 0.96037), }, - Vertex { position: (4.377095, 1.871713, -0.595743), - normal: (0.615047, 0.769185, -0.17341), }, - Vertex { position: (4.377095, 1.871713, -0.595743), - normal: (0.615047, 0.769185, -0.17341), }, - Vertex { position: (4.305411, 2.059245, -0.539407), - normal: (0.224429, 0.165293, 0.96037), }, - Vertex { position: (4.43302, 2.024714, -0.563794), - normal: (0.361081, -0.056526, -0.93082), }, - Vertex { position: (4.377095, 1.871713, -0.595743), - normal: (0.615047, 0.769185, -0.17341), }, - Vertex { position: (4.43302, 2.024714, -0.563794), - normal: (0.361081, -0.056526, -0.93082), }, - Vertex { position: (4.43261, 1.878873, -0.577888), - normal: (0.36359, 0.089346, -0.927264), }, - Vertex { position: (4.148883, 1.759918, -0.573765), - normal: (0.969409, 0.243853, -0.027951), }, - Vertex { position: (4.094112, 1.889281, -0.578435), - normal: (-0.385487, 0.478576, 0.788901), }, - Vertex { position: (4.232341, 1.903079, -0.534362), - normal: (0.752227, -0.484776, 0.446258), }, - Vertex { position: (4.148883, 1.759918, -0.573765), - normal: (0.969409, 0.243853, -0.027951), }, - Vertex { position: (4.232341, 1.903079, -0.534362), - normal: (0.752227, -0.484776, 0.446258), }, - Vertex { position: (4.240116, 1.770049, -0.583946), - normal: (-0.051423, 0.948155, 0.313619), }, - Vertex { position: (4.290375, 2.112337, -0.80019), - normal: (-0.095989, 0.297871, 0.949768), }, - Vertex { position: (4.354411, 2.102985, -0.80258), - normal: (-0.128537, 0.152973, 0.979835), }, - Vertex { position: (4.281287, 2.055751, -0.787), - normal: (-0.158888, 0.47696, 0.864444), }, - Vertex { position: (4.354411, 2.102985, -0.80258), - normal: (-0.128537, 0.152973, 0.979835), }, - Vertex { position: (4.354941, 2.064161, -0.778851), - normal: (-0.317114, 0.866865, 0.384686), }, - Vertex { position: (4.281287, 2.055751, -0.787), - normal: (-0.158888, 0.47696, 0.864444), }, - Vertex { position: (4.281287, 2.055751, -0.787), - normal: (-0.158888, 0.47696, 0.864444), }, - Vertex { position: (4.354941, 2.064161, -0.778851), - normal: (-0.317114, 0.866865, 0.384686), }, - Vertex { position: (4.245225, 2.008532, -0.772641), - normal: (-0.273708, 0.760234, 0.589175), }, - Vertex { position: (4.153175, 2.084823, -0.799668), - normal: (0.288711, 0.386915, 0.875753), }, - Vertex { position: (4.290375, 2.112337, -0.80019), - normal: (-0.095989, 0.297871, 0.949768), }, - Vertex { position: (4.281287, 2.055751, -0.787), - normal: (-0.158888, 0.47696, 0.864444), }, - Vertex { position: (4.131949, 2.050757, -0.921856), - normal: (0.533629, -0.162705, 0.82992), }, - Vertex { position: (4.153175, 2.084823, -0.799668), - normal: (0.288711, 0.386915, 0.875753), }, - Vertex { position: (4.281287, 2.055751, -0.787), - normal: (-0.158888, 0.47696, 0.864444), }, - Vertex { position: (4.131949, 2.050757, -0.921856), - normal: (0.533629, -0.162705, 0.82992), }, - Vertex { position: (4.281287, 2.055751, -0.787), - normal: (-0.158888, 0.47696, 0.864444), }, - Vertex { position: (4.159229, 1.949902, -0.923197), - normal: (0.5205, -0.336657, 0.784692), }, - Vertex { position: (4.354941, 2.064161, -0.778851), - normal: (-0.317114, 0.866865, 0.384686), }, - Vertex { position: (4.354411, 2.102985, -0.80258), - normal: (-0.128537, 0.152973, 0.979835), }, - Vertex { position: (4.278045, 1.97666, -0.537351), - normal: (-0.080985, 0.883253, 0.461851), }, - Vertex { position: (4.354941, 2.064161, -0.778851), - normal: (-0.317114, 0.866865, 0.384686), }, - Vertex { position: (4.278045, 1.97666, -0.537351), - normal: (-0.080985, 0.883253, 0.461851), }, - Vertex { position: (4.232341, 1.903079, -0.534362), - normal: (0.752227, -0.484776, 0.446258), }, - Vertex { position: (4.354941, 2.064161, -0.778851), - normal: (-0.317114, 0.866865, 0.384686), }, - Vertex { position: (4.232341, 1.903079, -0.534362), - normal: (0.752227, -0.484776, 0.446258), }, - Vertex { position: (4.245225, 2.008532, -0.772641), - normal: (-0.273708, 0.760234, 0.589175), }, - Vertex { position: (4.159229, 1.949902, -0.923197), - normal: (0.5205, -0.336657, 0.784692), }, - Vertex { position: (4.281287, 2.055751, -0.787), - normal: (-0.158888, 0.47696, 0.864444), }, - Vertex { position: (4.245225, 2.008532, -0.772641), - normal: (-0.273708, 0.760234, 0.589175), }, - Vertex { position: (5.998088, 1.231874, -0.107334), - normal: (-0.026148, 0.006311, -0.999638), }, - Vertex { position: (5.961686, 1.110978, -0.090324), - normal: (-0.2127, -0.171223, -0.961999), }, - Vertex { position: (5.950684, 1.082725, -0.175648), - normal: (0.111896, -0.605741, -0.787755), }, - Vertex { position: (5.998088, 1.231874, -0.107334), - normal: (-0.026148, 0.006311, -0.999638), }, - Vertex { position: (5.950684, 1.082725, -0.175648), - normal: (0.111896, -0.605741, -0.787755), }, - Vertex { position: (5.959462, 1.157227, -0.187097), - normal: (0.223936, -0.919046, -0.324355), }, - Vertex { position: (5.672385, 1.007694, -0.341778), - normal: (0.173726, -0.983856, 0.042973), }, - Vertex { position: (5.681086, 1.054964, -0.35586), - normal: (0.231006, -0.859096, -0.456717), }, - Vertex { position: (5.763952, 1.062109, -0.338641), - normal: (0.010578, -0.902776, -0.429981), }, - Vertex { position: (5.672385, 1.007694, -0.341778), - normal: (0.173726, -0.983856, 0.042973), }, - Vertex { position: (5.763952, 1.062109, -0.338641), - normal: (0.010578, -0.902776, -0.429981), }, - Vertex { position: (5.755282, 1.004149, -0.307505), - normal: (0.396941, -0.593504, -0.700137), }, - Vertex { position: (5.647186, 1.394606, -0.257833), - normal: (0.707709, -0.687035, -0.164711), }, - Vertex { position: (5.685194, 1.452202, -0.188749), - normal: (0.798302, -0.559383, 0.22317), }, - Vertex { position: (5.730427, 1.435668, -0.209848), - normal: (0.831976, -0.511655, 0.214534), }, - Vertex { position: (5.647186, 1.394606, -0.257833), - normal: (0.707709, -0.687035, -0.164711), }, - Vertex { position: (5.730427, 1.435668, -0.209848), - normal: (0.831976, -0.511655, 0.214534), }, - Vertex { position: (5.710154, 1.360653, -0.290072), - normal: (0.744254, -0.654161, -0.134758), }, - Vertex { position: (5.250485, 1.123029, -0.385234), - normal: (0.043397, 0.435461, -0.899161), }, - Vertex { position: (5.241466, 1.040469, -0.383965), - normal: (0.123418, -0.784469, -0.607763), }, - Vertex { position: (5.011084, 1.06677, -0.458562), - normal: (0.274481, 0.961015, -0.033322), }, - Vertex { position: (5.250485, 1.123029, -0.385234), - normal: (0.043397, 0.435461, -0.899161), }, - Vertex { position: (5.011084, 1.06677, -0.458562), - normal: (0.274481, 0.961015, -0.033322), }, - Vertex { position: (4.991713, 1.163096, -0.504149), - normal: (0.012421, 0.392537, -0.919653), }, - Vertex { position: (4.567896, 1.149805, -0.642484), - normal: (0.381066, 0.919021, -0.100938), }, - Vertex { position: (4.449011, 1.260929, -0.647431), - normal: (0.481644, 0.842268, 0.242081), }, - Vertex { position: (4.522247, 1.398278, -0.644892), - normal: (0.184871, 0.227139, -0.956154), }, - Vertex { position: (4.567896, 1.149805, -0.642484), - normal: (0.381066, 0.919021, -0.100938), }, - Vertex { position: (4.522247, 1.398278, -0.644892), - normal: (0.184871, 0.227139, -0.956154), }, - Vertex { position: (4.641547, 1.285422, -0.622034), - normal: (-0.026366, 0.234118, -0.971851), }, - Vertex { position: (4.697024, 1.862575, -0.604048), - normal: (-0.013461, -0.014478, -0.999805), }, - Vertex { position: (4.688114, 2.046378, -0.604518), - normal: (0.667258, 0.181112, -0.722471), }, - Vertex { position: (4.728963, 2.036146, -0.614307), - normal: (0.856604, 0.474873, -0.201803), }, - Vertex { position: (4.697024, 1.862575, -0.604048), - normal: (-0.013461, -0.014478, -0.999805), }, - Vertex { position: (4.728963, 2.036146, -0.614307), - normal: (0.856604, 0.474873, -0.201803), }, - Vertex { position: (4.742358, 1.882232, -0.62165), - normal: (0.827569, 0.284292, -0.484054), }, - Vertex { position: (4.842883, 2.021333, -0.638025), - normal: (0.264979, 0.116702, -0.957166), }, - Vertex { position: (4.861611, 2.001639, -0.621913), - normal: (0.721999, 0.398917, -0.565316), }, - Vertex { position: (4.824747, 1.946835, -0.626358), - normal: (0.544735, 0.449335, -0.708069), }, - Vertex { position: (4.842883, 2.021333, -0.638025), - normal: (0.264979, 0.116702, -0.957166), }, - Vertex { position: (4.824747, 1.946835, -0.626358), - normal: (0.544735, 0.449335, -0.708069), }, - Vertex { position: (4.760921, 1.881357, -0.61312), - normal: (0.269343, 0.329305, -0.904993), }, - Vertex { position: (4.760921, 1.881357, -0.61312), - normal: (0.269343, 0.329305, -0.904993), }, - Vertex { position: (4.861618, 1.854067, -0.618095), - normal: (0.397989, 0.4494, -0.799778), }, - Vertex { position: (4.852582, 1.816115, -0.603105), - normal: (0.708269, -0.122724, -0.695193), }, - Vertex { position: (4.935561, 2.016016, -0.5857), - normal: (0.711192, 0.127662, -0.69131), }, - Vertex { position: (4.93588, 2.051665, -0.572853), - normal: (0.312982, -0.015529, -0.949632), }, - Vertex { position: (4.991746, 2.009819, -0.523206), - normal: (0.470021, 0.182979, -0.863481), }, - Vertex { position: (4.935561, 2.016016, -0.5857), - normal: (0.711192, 0.127662, -0.69131), }, - Vertex { position: (4.991746, 2.009819, -0.523206), - normal: (0.470021, 0.182979, -0.863481), }, - Vertex { position: (4.973133, 1.992779, -0.533466), - normal: (0.872792, -0.115436, -0.474246), }, - Vertex { position: (4.751519, 2.039658, -0.634134), - normal: (0.699393, 0.056752, -0.71248), }, - Vertex { position: (4.788476, 2.028047, -0.608619), - normal: (0.813293, 0.022433, -0.581422), }, - Vertex { position: (4.760921, 1.881357, -0.61312), - normal: (0.269343, 0.329305, -0.904993), }, - Vertex { position: (4.982364, 1.8733, -0.53619), - normal: (0.108828, -0.182644, -0.977137), }, - Vertex { position: (5.001903, 1.914398, -0.486724), - normal: (0.412833, -0.156453, -0.897269), }, - Vertex { position: (5.01143, 1.875569, -0.463205), - normal: (0.431713, 0.22912, -0.872427), }, - Vertex { position: (4.982364, 1.8733, -0.53619), - normal: (0.108828, -0.182644, -0.977137), }, - Vertex { position: (5.01143, 1.875569, -0.463205), - normal: (0.431713, 0.22912, -0.872427), }, - Vertex { position: (4.991709, 1.844295, -0.520761), - normal: (0.661825, 0.260115, -0.703085), }, - Vertex { position: (4.991746, 2.009819, -0.523206), - normal: (0.470021, 0.182979, -0.863481), }, - Vertex { position: (5.01143, 1.875569, -0.463205), - normal: (0.431713, 0.22912, -0.872427), }, - Vertex { position: (5.001903, 1.914398, -0.486724), - normal: (0.412833, -0.156453, -0.897269), }, - Vertex { position: (4.881574, 2.094571, -0.539949), - normal: (0.910294, -0.144636, -0.387873), }, - Vertex { position: (4.918466, 2.084725, -0.532713), - normal: (0.588787, -0.248293, -0.769207), }, - Vertex { position: (4.93588, 2.051665, -0.572853), - normal: (0.312982, -0.015529, -0.949632), }, - Vertex { position: (4.636582, 2.263383, -0.471997), - normal: (0.719268, 0.159441, -0.676189), }, - Vertex { position: (4.739441, 2.299169, -0.369987), - normal: (-0.114527, 0.103064, -0.988059), }, - Vertex { position: (4.837331, 2.235678, -0.479332), - normal: (0.45571, -0.00339, -0.890122), }, - Vertex { position: (4.636582, 2.263383, -0.471997), - normal: (0.719268, 0.159441, -0.676189), }, - Vertex { position: (4.837331, 2.235678, -0.479332), - normal: (0.45571, -0.00339, -0.890122), }, - Vertex { position: (4.74405, 2.179337, -0.556057), - normal: (0.766773, 0.253147, -0.589894), }, - Vertex { position: (5.057495, 2.002751, -0.451974), - normal: (0.781868, 0.537364, -0.316105), }, - Vertex { position: (5.067202, 2.027704, -0.422291), - normal: (0.332526, 0.910491, -0.245832), }, - Vertex { position: (5.095375, 1.961238, -0.401516), - normal: (0.077536, 0.770695, -0.632469), }, - Vertex { position: (5.057495, 2.002751, -0.451974), - normal: (0.781868, 0.537364, -0.316105), }, - Vertex { position: (5.095375, 1.961238, -0.401516), - normal: (0.077536, 0.770695, -0.632469), }, - Vertex { position: (5.075994, 1.900999, -0.443793), - normal: (0.89264, 0.34991, -0.284178), }, - Vertex { position: (4.082988, 2.175805, -1.45093), - normal: (0.07924, -0.231863, 0.969516), }, - Vertex { position: (4.046673, 2.341349, -1.45253), - normal: (0.020519, -0.282941, 0.958918), }, - Vertex { position: (4.101726, 2.312318, -1.438163), - normal: (0.702554, -0.570096, 0.42592), }, - Vertex { position: (4.082988, 2.175805, -1.45093), - normal: (0.07924, -0.231863, 0.969516), }, - Vertex { position: (4.101726, 2.312318, -1.438163), - normal: (0.702554, -0.570096, 0.42592), }, - Vertex { position: (4.129926, 2.30877, -1.402259), - normal: (0.489736, -0.346185, 0.800197), }, - Vertex { position: (4.082988, 2.175805, -1.45093), - normal: (0.07924, -0.231863, 0.969516), }, - Vertex { position: (4.129926, 2.30877, -1.402259), - normal: (0.489736, -0.346185, 0.800197), }, - Vertex { position: (4.111934, 2.234814, -1.399949), - normal: (0.098376, 0.32868, 0.939304), }, - Vertex { position: (4.159229, 1.949902, -0.923197), - normal: (0.5205, -0.336657, 0.784692), }, - Vertex { position: (4.245225, 2.008532, -0.772641), - normal: (-0.273708, 0.760234, 0.589175), }, - Vertex { position: (4.094112, 1.889281, -0.578435), - normal: (-0.385487, 0.478576, 0.788901), }, - Vertex { position: (4.159229, 1.949902, -0.923197), - normal: (0.5205, -0.336657, 0.784692), }, - Vertex { position: (4.094112, 1.889281, -0.578435), - normal: (-0.385487, 0.478576, 0.788901), }, - Vertex { position: (4.150297, 1.820575, -0.917046), - normal: (-0.273816, 0.228927, 0.93414), }, - Vertex { position: (4.137657, 1.944837, -1.061024), - normal: (0.760747, -0.509474, 0.40212), }, - Vertex { position: (4.159229, 1.949902, -0.923197), - normal: (0.5205, -0.336657, 0.784692), }, - Vertex { position: (4.150297, 1.820575, -0.917046), - normal: (-0.273816, 0.228927, 0.93414), }, - Vertex { position: (4.137657, 1.944837, -1.061024), - normal: (0.760747, -0.509474, 0.40212), }, - Vertex { position: (4.150297, 1.820575, -0.917046), - normal: (-0.273816, 0.228927, 0.93414), }, - Vertex { position: (4.127903, 1.828359, -1.090512), - normal: (-0.21777, 0.161093, 0.962614), }, - Vertex { position: (4.143794, 2.01372, -1.201386), - normal: (-0.16423, 0.819635, 0.548842), }, - Vertex { position: (4.137657, 1.944837, -1.061024), - normal: (0.760747, -0.509474, 0.40212), }, - Vertex { position: (4.127903, 1.828359, -1.090512), - normal: (-0.21777, 0.161093, 0.962614), }, - Vertex { position: (4.143794, 2.01372, -1.201386), - normal: (-0.16423, 0.819635, 0.548842), }, - Vertex { position: (4.127903, 1.828359, -1.090512), - normal: (-0.21777, 0.161093, 0.962614), }, - Vertex { position: (4.152166, 1.868775, -1.225002), - normal: (-0.178707, 0.132414, 0.974951), }, - Vertex { position: (4.12329, 2.086854, -1.295135), - normal: (-0.043323, 0.541029, 0.839887), }, - Vertex { position: (4.143794, 2.01372, -1.201386), - normal: (-0.16423, 0.819635, 0.548842), }, - Vertex { position: (4.152166, 1.868775, -1.225002), - normal: (-0.178707, 0.132414, 0.974951), }, - Vertex { position: (4.12329, 2.086854, -1.295135), - normal: (-0.043323, 0.541029, 0.839887), }, - Vertex { position: (4.152166, 1.868775, -1.225002), - normal: (-0.178707, 0.132414, 0.974951), }, - Vertex { position: (4.103303, 2.038565, -1.363737), - normal: (-0.081635, -0.03459, 0.996062), }, - Vertex { position: (4.11268, 2.195089, -1.366908), - normal: (0.04432, 0.372862, 0.926827), }, - Vertex { position: (4.12329, 2.086854, -1.295135), - normal: (-0.043323, 0.541029, 0.839887), }, - Vertex { position: (4.103303, 2.038565, -1.363737), - normal: (-0.081635, -0.03459, 0.996062), }, - Vertex { position: (4.11268, 2.195089, -1.366908), - normal: (0.04432, 0.372862, 0.926827), }, - Vertex { position: (4.103303, 2.038565, -1.363737), - normal: (-0.081635, -0.03459, 0.996062), }, - Vertex { position: (4.082988, 2.175805, -1.45093), - normal: (0.07924, -0.231863, 0.969516), }, - Vertex { position: (4.111934, 2.234814, -1.399949), - normal: (0.098376, 0.32868, 0.939304), }, - Vertex { position: (4.11268, 2.195089, -1.366908), - normal: (0.04432, 0.372862, 0.926827), }, - Vertex { position: (4.082988, 2.175805, -1.45093), - normal: (0.07924, -0.231863, 0.969516), }, - Vertex { position: (4.059885, 1.86046, -0.470087), - normal: (-0.447812, 0.698934, 0.557634), }, - Vertex { position: (4.094112, 1.889281, -0.578435), - normal: (-0.385487, 0.478576, 0.788901), }, - Vertex { position: (4.148883, 1.759918, -0.573765), - normal: (0.969409, 0.243853, -0.027951), }, - Vertex { position: (4.059885, 1.86046, -0.470087), - normal: (-0.447812, 0.698934, 0.557634), }, - Vertex { position: (4.148883, 1.759918, -0.573765), - normal: (0.969409, 0.243853, -0.027951), }, - Vertex { position: (4.076852, 1.746601, -0.527436), - normal: (0.971427, 0.04566, 0.232906), }, - Vertex { position: (4.126565, 0.642027, 0.0), - normal: (-0.926486, -0.356041, -0.121897), }, - Vertex { position: (4.120842, 0.627141, -0.185461), - normal: (-0.086812, -0.050981, -0.994919), }, - Vertex { position: (4.359048, 0.700414, -0.166651), - normal: (0.448666, 0.893201, -0.029856), }, - Vertex { position: (4.126565, 0.642027, 0.0), - normal: (-0.926486, -0.356041, -0.121897), }, - Vertex { position: (4.359048, 0.700414, -0.166651), - normal: (0.448666, 0.893201, -0.029856), }, - Vertex { position: (4.380854, 0.704574, -0.00013), - normal: (0.000801, -1.0, -0.000539), }, - Vertex { position: (3.881998, 1.764428, -0.476337), - normal: (-0.564871, 0.754993, -0.333026), }, - Vertex { position: (4.059885, 1.86046, -0.470087), - normal: (-0.447812, 0.698934, 0.557634), }, - Vertex { position: (4.076852, 1.746601, -0.527436), - normal: (0.971427, 0.04566, 0.232906), }, - Vertex { position: (3.886058, 1.550141, -0.50483), - normal: (-0.571598, 0.654164, -0.495323), }, - Vertex { position: (3.881998, 1.764428, -0.476337), - normal: (-0.564871, 0.754993, -0.333026), }, - Vertex { position: (4.076852, 1.746601, -0.527436), - normal: (0.971427, 0.04566, 0.232906), }, - Vertex { position: (3.886058, 1.550141, -0.50483), - normal: (-0.571598, 0.654164, -0.495323), }, - Vertex { position: (4.076852, 1.746601, -0.527436), - normal: (0.971427, 0.04566, 0.232906), }, - Vertex { position: (4.067576, 1.572668, -0.534997), - normal: (0.811896, 0.498733, -0.303464), }, - Vertex { position: (3.98851, 1.297806, -0.539537), - normal: (-0.601466, 0.441167, -0.666041), }, - Vertex { position: (3.886058, 1.550141, -0.50483), - normal: (-0.571598, 0.654164, -0.495323), }, - Vertex { position: (4.067576, 1.572668, -0.534997), - normal: (0.811896, 0.498733, -0.303464), }, - Vertex { position: (3.98851, 1.297806, -0.539537), - normal: (-0.601466, 0.441167, -0.666041), }, - Vertex { position: (4.067576, 1.572668, -0.534997), - normal: (0.811896, 0.498733, -0.303464), }, - Vertex { position: (4.085564, 1.288885, -0.544406), - normal: (0.800967, 0.453078, 0.391371), }, - Vertex { position: (4.041657, 1.039756, -0.496922), - normal: (-0.434016, 0.136262, -0.890541), }, - Vertex { position: (3.98851, 1.297806, -0.539537), - normal: (-0.601466, 0.441167, -0.666041), }, - Vertex { position: (4.085564, 1.288885, -0.544406), - normal: (0.800967, 0.453078, 0.391371), }, - Vertex { position: (4.041657, 1.039756, -0.496922), - normal: (-0.434016, 0.136262, -0.890541), }, - Vertex { position: (4.085564, 1.288885, -0.544406), - normal: (0.800967, 0.453078, 0.391371), }, - Vertex { position: (4.141189, 1.008775, -0.499342), - normal: (0.04154, 0.947538, 0.316932), }, - Vertex { position: (4.068249, 0.798926, -0.400813), - normal: (-0.195132, 0.128745, -0.97229), }, - Vertex { position: (4.041657, 1.039756, -0.496922), - normal: (-0.434016, 0.136262, -0.890541), }, - Vertex { position: (4.141189, 1.008775, -0.499342), - normal: (0.04154, 0.947538, 0.316932), }, - Vertex { position: (4.068249, 0.798926, -0.400813), - normal: (-0.195132, 0.128745, -0.97229), }, - Vertex { position: (4.141189, 1.008775, -0.499342), - normal: (0.04154, 0.947538, 0.316932), }, - Vertex { position: (4.216374, 0.852328, -0.405873), - normal: (-0.051101, 0.977083, 0.206633), }, - Vertex { position: (4.105198, 0.672581, -0.300001), - normal: (-0.172151, 0.101796, -0.979797), }, - Vertex { position: (4.068249, 0.798926, -0.400813), - normal: (-0.195132, 0.128745, -0.97229), }, - Vertex { position: (4.216374, 0.852328, -0.405873), - normal: (-0.051101, 0.977083, 0.206633), }, - Vertex { position: (4.105198, 0.672581, -0.300001), - normal: (-0.172151, 0.101796, -0.979797), }, - Vertex { position: (4.216374, 0.852328, -0.405873), - normal: (-0.051101, 0.977083, 0.206633), }, - Vertex { position: (4.319799, 0.731007, -0.291212), - normal: (0.731768, 0.675964, -0.087106), }, - Vertex { position: (4.120842, 0.627141, -0.185461), - normal: (-0.086812, -0.050981, -0.994919), }, - Vertex { position: (4.105198, 0.672581, -0.300001), - normal: (-0.172151, 0.101796, -0.979797), }, - Vertex { position: (4.319799, 0.731007, -0.291212), - normal: (0.731768, 0.675964, -0.087106), }, - Vertex { position: (4.120842, 0.627141, -0.185461), - normal: (-0.086812, -0.050981, -0.994919), }, - Vertex { position: (4.319799, 0.731007, -0.291212), - normal: (0.731768, 0.675964, -0.087106), }, - Vertex { position: (4.359048, 0.700414, -0.166651), - normal: (0.448666, 0.893201, -0.029856), }, - Vertex { position: (3.745669, 2.266001, -0.24193), - normal: (-0.777939, 0.62834, -0.000226), }, - Vertex { position: (3.828001, 2.35254, -0.233341), - normal: (-0.210883, 0.942026, 0.260987), }, - Vertex { position: (3.870548, 2.292106, -0.368964), - normal: (-0.502349, 0.838172, 0.212398), }, - Vertex { position: (3.745669, 2.266001, -0.24193), - normal: (-0.777939, 0.62834, -0.000226), }, - Vertex { position: (3.870548, 2.292106, -0.368964), - normal: (-0.502349, 0.838172, 0.212398), }, - Vertex { position: (3.758215, 2.206683, -0.323051), - normal: (-0.698288, 0.715816, -0.000608), }, - Vertex { position: (3.727093, 2.308406, -0.150049), - normal: (-0.451389, 0.892327, -0.00019), }, - Vertex { position: (3.71636, 2.343387, 0.0), - normal: (0.431966, -0.771434, -0.46722), }, - Vertex { position: (3.787342, 2.396113, -0.001159), - normal: (0.622247, 0.782821, -0.000247), }, - Vertex { position: (3.727093, 2.308406, -0.150049), - normal: (-0.451389, 0.892327, -0.00019), }, - Vertex { position: (3.787342, 2.396113, -0.001159), - normal: (0.622247, 0.782821, -0.000247), }, - Vertex { position: (3.828001, 2.35254, -0.233341), - normal: (-0.210883, 0.942026, 0.260987), }, - Vertex { position: (3.745669, 2.266001, -0.24193), - normal: (-0.777939, 0.62834, -0.000226), }, - Vertex { position: (3.727093, 2.308406, -0.150049), - normal: (-0.451389, 0.892327, -0.00019), }, - Vertex { position: (3.828001, 2.35254, -0.233341), - normal: (-0.210883, 0.942026, 0.260987), }, - Vertex { position: (3.922437, 1.972461, -0.483563), - normal: (0.673211, -0.580891, 0.457551), }, - Vertex { position: (4.059885, 1.86046, -0.470087), - normal: (-0.447812, 0.698934, 0.557634), }, - Vertex { position: (3.881998, 1.764428, -0.476337), - normal: (-0.564871, 0.754993, -0.333026), }, - Vertex { position: (3.922437, 1.972461, -0.483563), - normal: (0.673211, -0.580891, 0.457551), }, - Vertex { position: (3.881998, 1.764428, -0.476337), - normal: (-0.564871, 0.754993, -0.333026), }, - Vertex { position: (3.814876, 1.968416, -0.443), - normal: (-0.512639, 0.858604, -0.000762), }, - Vertex { position: (3.823349, 2.141733, -0.428356), - normal: (-0.768362, 0.592232, 0.242656), }, - Vertex { position: (3.922437, 1.972461, -0.483563), - normal: (0.673211, -0.580891, 0.457551), }, - Vertex { position: (3.814876, 1.968416, -0.443), - normal: (-0.512639, 0.858604, -0.000762), }, - Vertex { position: (3.823349, 2.141733, -0.428356), - normal: (-0.768362, 0.592232, 0.242656), }, - Vertex { position: (3.814876, 1.968416, -0.443), - normal: (-0.512639, 0.858604, -0.000762), }, - Vertex { position: (3.758215, 2.206683, -0.323051), - normal: (-0.698288, 0.715816, -0.000608), }, - Vertex { position: (3.870548, 2.292106, -0.368964), - normal: (-0.502349, 0.838172, 0.212398), }, - Vertex { position: (3.823349, 2.141733, -0.428356), - normal: (-0.768362, 0.592232, 0.242656), }, - Vertex { position: (3.758215, 2.206683, -0.323051), - normal: (-0.698288, 0.715816, -0.000608), }, - Vertex { position: (4.245225, 2.008532, -0.772641), - normal: (-0.273708, 0.760234, 0.589175), }, - Vertex { position: (4.232341, 1.903079, -0.534362), - normal: (0.752227, -0.484776, 0.446258), }, - Vertex { position: (4.094112, 1.889281, -0.578435), - normal: (-0.385487, 0.478576, 0.788901), }, - Vertex { position: (1.655948, -2.520927, -0.844269), - normal: (-0.483189, -0.207332, -0.850613), }, - Vertex { position: (1.678986, -2.513137, -0.891745), - normal: (-0.176356, -0.113876, -0.977717), }, - Vertex { position: (1.718315, -2.775468, -0.921796), - normal: (-0.246054, -0.154918, -0.956796), }, - Vertex { position: (1.655948, -2.520927, -0.844269), - normal: (-0.483189, -0.207332, -0.850613), }, - Vertex { position: (1.718315, -2.775468, -0.921796), - normal: (-0.246054, -0.154918, -0.956796), }, - Vertex { position: (1.700797, -2.794792, -0.82425), - normal: (0.21689, -0.976039, 0.017487), }, - Vertex { position: (1.718315, -2.775468, -0.921796), - normal: (-0.246054, -0.154918, -0.956796), }, - Vertex { position: (1.734568, -2.965876, -0.986396), - normal: (-0.024032, -0.835976, 0.54824), }, - Vertex { position: (1.705953, -3.006628, -0.83263), - normal: (-0.90358, 0.003167, -0.428408), }, - Vertex { position: (1.718315, -2.775468, -0.921796), - normal: (-0.246054, -0.154918, -0.956796), }, - Vertex { position: (1.705953, -3.006628, -0.83263), - normal: (-0.90358, 0.003167, -0.428408), }, - Vertex { position: (1.700797, -2.794792, -0.82425), - normal: (0.21689, -0.976039, 0.017487), }, - Vertex { position: (-1.305099, -1.70846, -0.48423), - normal: (-0.079302, -0.84299, -0.532051), }, - Vertex { position: (-1.108758, -1.770749, -0.473033), - normal: (-0.176655, -0.950799, -0.254508), }, - Vertex { position: (-0.977375, -1.793126, -0.498747), - normal: (-0.253979, -0.745808, -0.615845), }, - Vertex { position: (-1.305099, -1.70846, -0.48423), - normal: (-0.079302, -0.84299, -0.532051), }, - Vertex { position: (-0.977375, -1.793126, -0.498747), - normal: (-0.253979, -0.745808, -0.615845), }, - Vertex { position: (-0.972514, -1.822778, -0.372649), - normal: (-0.040019, -0.929968, -0.365457), }, - Vertex { position: (-1.406693, -1.697325, -0.450399), - normal: (-0.171647, -0.971664, -0.162499), }, - Vertex { position: (-1.397474, -1.693815, -0.570541), - normal: (-0.094238, -0.851252, -0.516225), }, - Vertex { position: (-1.266738, -1.691944, -0.557922), - normal: (-0.149005, -0.65467, -0.741084), }, - Vertex { position: (-1.406693, -1.697325, -0.450399), - normal: (-0.171647, -0.971664, -0.162499), }, - Vertex { position: (-1.266738, -1.691944, -0.557922), - normal: (-0.149005, -0.65467, -0.741084), }, - Vertex { position: (-1.305099, -1.70846, -0.48423), - normal: (-0.079302, -0.84299, -0.532051), }, - Vertex { position: (-3.392806, 1.769365, 0.0), - normal: (0.072535, 0.997366, 0.0), }, - Vertex { position: (-3.413372, 1.871604, -0.142309), - normal: (-0.091034, 0.391629, -0.915609), }, - Vertex { position: (-3.35851, 1.810253, -0.380095), - normal: (-0.108631, -0.122719, -0.986478), }, - Vertex { position: (-3.348274, 1.767738, -0.000085), - normal: (0.411442, -0.911436, -0.000099), }, - Vertex { position: (-3.380836, 1.819691, -0.123273), - normal: (0.255239, -0.528231, -0.80983), }, - Vertex { position: (-3.413372, 1.871604, -0.142309), - normal: (-0.091034, 0.391629, -0.915609), }, - Vertex { position: (-3.348274, 1.767738, -0.000085), - normal: (0.411442, -0.911436, -0.000099), }, - Vertex { position: (-3.413372, 1.871604, -0.142309), - normal: (-0.091034, 0.391629, -0.915609), }, - Vertex { position: (-3.392806, 1.769365, 0.0), - normal: (0.072535, 0.997366, 0.0), }, - Vertex { position: (4.149438, 2.34055, -1.353693), - normal: (0.45552, -0.330523, 0.826593), }, - Vertex { position: (4.129926, 2.30877, -1.402259), - normal: (0.489736, -0.346185, 0.800197), }, - Vertex { position: (4.101726, 2.312318, -1.438163), - normal: (0.702554, -0.570096, 0.42592), }, - Vertex { position: (4.149438, 2.34055, -1.353693), - normal: (0.45552, -0.330523, 0.826593), }, - Vertex { position: (4.101726, 2.312318, -1.438163), - normal: (0.702554, -0.570096, 0.42592), }, - Vertex { position: (4.148927, 2.388726, -1.376879), - normal: (0.482381, -0.398126, 0.780259), }, - Vertex { position: (-2.811581, -1.79821, -0.712737), - normal: (0.43907, -0.579988, -0.686171), }, - Vertex { position: (-3.008323, -1.759271, -0.655672), - normal: (0.579344, -0.339433, 0.741044), }, - Vertex { position: (-3.066022, -1.953125, -0.719516), - normal: (0.789099, -0.039289, 0.613008), }, - Vertex { position: (-2.811581, -1.79821, -0.712737), - normal: (0.43907, -0.579988, -0.686171), }, - Vertex { position: (-3.066022, -1.953125, -0.719516), - normal: (0.789099, -0.039289, 0.613008), }, - Vertex { position: (-2.964215, -1.978727, -0.776572), - normal: (0.982106, -0.010346, -0.188044), }, - Vertex { position: (-3.008323, -1.759271, -0.655672), - normal: (0.579344, -0.339433, 0.741044), }, - Vertex { position: (-3.139394, -1.687482, -0.638546), - normal: (-0.012978, -0.998326, 0.056357), }, - Vertex { position: (-3.211005, -1.850398, -0.700723), - normal: (0.230893, -0.309688, 0.922378), }, - Vertex { position: (-3.008323, -1.759271, -0.655672), - normal: (0.579344, -0.339433, 0.741044), }, - Vertex { position: (-3.211005, -1.850398, -0.700723), - normal: (0.230893, -0.309688, 0.922378), }, - Vertex { position: (-3.066022, -1.953125, -0.719516), - normal: (0.789099, -0.039289, 0.613008), }, - Vertex { position: (2.407309, -0.97498, 0.805091), - normal: (0.111825, 0.518485, 0.847743), }, - Vertex { position: (2.410367, -0.777999, 0.841105), - normal: (0.728904, -0.519577, 0.445802), }, - Vertex { position: (2.292449, -0.871852, 0.8824), - normal: (0.09853, 0.626571, 0.773111), }, - Vertex { position: (2.407309, -0.97498, 0.805091), - normal: (0.111825, 0.518485, 0.847743), }, - Vertex { position: (2.292449, -0.871852, 0.8824), - normal: (0.09853, 0.626571, 0.773111), }, - Vertex { position: (2.229345, -0.992723, 0.862826), - normal: (0.080812, 0.697931, 0.711591), }, - Vertex { position: (2.520417, -0.954785, 0.739445), - normal: (0.163727, 0.387435, 0.907242), }, - Vertex { position: (2.5392, -0.727778, 0.750475), - normal: (0.518786, -0.204527, 0.830078), }, - Vertex { position: (2.410367, -0.777999, 0.841105), - normal: (0.728904, -0.519577, 0.445802), }, - Vertex { position: (2.520417, -0.954785, 0.739445), - normal: (0.163727, 0.387435, 0.907242), }, - Vertex { position: (2.410367, -0.777999, 0.841105), - normal: (0.728904, -0.519577, 0.445802), }, - Vertex { position: (2.407309, -0.97498, 0.805091), - normal: (0.111825, 0.518485, 0.847743), }, - Vertex { position: (2.637655, -0.768176, 0.637039), - normal: (0.227108, 0.258715, 0.938876), }, - Vertex { position: (2.5392, -0.727778, 0.750475), - normal: (0.518786, -0.204527, 0.830078), }, - Vertex { position: (2.520417, -0.954785, 0.739445), - normal: (0.163727, 0.387435, 0.907242), }, - Vertex { position: (2.520417, -0.954785, 0.739445), - normal: (0.163727, 0.387435, 0.907242), }, - Vertex { position: (2.514167, -1.077721, 0.706614), - normal: (0.304293, -0.024391, 0.952266), }, - Vertex { position: (2.669281, -0.930664, 0.557166), - normal: (0.263434, 0.119819, 0.957207), }, - Vertex { position: (2.520417, -0.954785, 0.739445), - normal: (0.163727, 0.387435, 0.907242), }, - Vertex { position: (2.669281, -0.930664, 0.557166), - normal: (0.263434, 0.119819, 0.957207), }, - Vertex { position: (2.637655, -0.768176, 0.637039), - normal: (0.227108, 0.258715, 0.938876), }, - Vertex { position: (2.407309, -0.97498, 0.805091), - normal: (0.111825, 0.518485, 0.847743), }, - Vertex { position: (2.386465, -1.116066, 0.761367), - normal: (0.372063, -0.134052, 0.918477), }, - Vertex { position: (2.514167, -1.077721, 0.706614), - normal: (0.304293, -0.024391, 0.952266), }, - Vertex { position: (2.407309, -0.97498, 0.805091), - normal: (0.111825, 0.518485, 0.847743), }, - Vertex { position: (2.514167, -1.077721, 0.706614), - normal: (0.304293, -0.024391, 0.952266), }, - Vertex { position: (2.520417, -0.954785, 0.739445), - normal: (0.163727, 0.387435, 0.907242), }, - Vertex { position: (2.229345, -0.992723, 0.862826), - normal: (0.080812, 0.697931, 0.711591), }, - Vertex { position: (2.180012, -1.130557, 0.821812), - normal: (0.424286, -0.254348, 0.869073), }, - Vertex { position: (2.386465, -1.116066, 0.761367), - normal: (0.372063, -0.134052, 0.918477), }, - Vertex { position: (2.229345, -0.992723, 0.862826), - normal: (0.080812, 0.697931, 0.711591), }, - Vertex { position: (2.386465, -1.116066, 0.761367), - normal: (0.372063, -0.134052, 0.918477), }, - Vertex { position: (2.407309, -0.97498, 0.805091), - normal: (0.111825, 0.518485, 0.847743), }, - Vertex { position: (2.158051, -1.209613, 0.783941), - normal: (0.383978, -0.566345, 0.729256), }, - Vertex { position: (2.354287, -1.193746, 0.735189), - normal: (0.420794, -0.405156, 0.811653), }, - Vertex { position: (2.386465, -1.116066, 0.761367), - normal: (0.372063, -0.134052, 0.918477), }, - Vertex { position: (2.158051, -1.209613, 0.783941), - normal: (0.383978, -0.566345, 0.729256), }, - Vertex { position: (2.386465, -1.116066, 0.761367), - normal: (0.372063, -0.134052, 0.918477), }, - Vertex { position: (2.180012, -1.130557, 0.821812), - normal: (0.424286, -0.254348, 0.869073), }, - Vertex { position: (2.126237, -1.330172, 0.721011), - normal: (0.303379, -0.73119, 0.611002), }, - Vertex { position: (2.318787, -1.29409, 0.673863), - normal: (0.335626, -0.735806, 0.588171), }, - Vertex { position: (2.354287, -1.193746, 0.735189), - normal: (0.420794, -0.405156, 0.811653), }, - Vertex { position: (2.126237, -1.330172, 0.721011), - normal: (0.303379, -0.73119, 0.611002), }, - Vertex { position: (2.354287, -1.193746, 0.735189), - normal: (0.420794, -0.405156, 0.811653), }, - Vertex { position: (2.158051, -1.209613, 0.783941), - normal: (0.383978, -0.566345, 0.729256), }, - Vertex { position: (2.274533, -1.433487, 0.567366), - normal: (0.298349, -0.828641, 0.473647), }, - Vertex { position: (2.318787, -1.29409, 0.673863), - normal: (0.335626, -0.735806, 0.588171), }, - Vertex { position: (2.126237, -1.330172, 0.721011), - normal: (0.303379, -0.73119, 0.611002), }, - Vertex { position: (2.45706, -1.400958, 0.539866), - normal: (0.029207, 0.916877, 0.398099), }, - Vertex { position: (2.486533, -1.274971, 0.627822), - normal: (0.267279, -0.944479, 0.191107), }, - Vertex { position: (2.318787, -1.29409, 0.673863), - normal: (0.335626, -0.735806, 0.588171), }, - Vertex { position: (2.45706, -1.400958, 0.539866), - normal: (0.029207, 0.916877, 0.398099), }, - Vertex { position: (2.318787, -1.29409, 0.673863), - normal: (0.335626, -0.735806, 0.588171), }, - Vertex { position: (2.274533, -1.433487, 0.567366), - normal: (0.298349, -0.828641, 0.473647), }, - Vertex { position: (2.549322, -1.335209, 0.535156), - normal: (0.051939, 0.876473, 0.478641), }, - Vertex { position: (2.486533, -1.274971, 0.627822), - normal: (0.267279, -0.944479, 0.191107), }, - Vertex { position: (2.45706, -1.400958, 0.539866), - normal: (0.029207, 0.916877, 0.398099), }, - Vertex { position: (2.61797, -1.235597, 0.520238), - normal: (0.092427, 0.86666, 0.490262), }, - Vertex { position: (2.486533, -1.274971, 0.627822), - normal: (0.267279, -0.944479, 0.191107), }, - Vertex { position: (2.549322, -1.335209, 0.535156), - normal: (0.051939, 0.876473, 0.478641), }, - Vertex { position: (2.670253, -1.108365, 0.544018), - normal: (0.101272, 0.634315, 0.766413), }, - Vertex { position: (2.510841, -1.158786, 0.678057), - normal: (0.129186, 0.757141, 0.64035), }, - Vertex { position: (2.486533, -1.274971, 0.627822), - normal: (0.267279, -0.944479, 0.191107), }, - Vertex { position: (2.670253, -1.108365, 0.544018), - normal: (0.101272, 0.634315, 0.766413), }, - Vertex { position: (2.486533, -1.274971, 0.627822), - normal: (0.267279, -0.944479, 0.191107), }, - Vertex { position: (2.61797, -1.235597, 0.520238), - normal: (0.092427, 0.86666, 0.490262), }, - Vertex { position: (2.354287, -1.193746, 0.735189), - normal: (0.420794, -0.405156, 0.811653), }, - Vertex { position: (2.318787, -1.29409, 0.673863), - normal: (0.335626, -0.735806, 0.588171), }, - Vertex { position: (2.486533, -1.274971, 0.627822), - normal: (0.267279, -0.944479, 0.191107), }, - Vertex { position: (2.354287, -1.193746, 0.735189), - normal: (0.420794, -0.405156, 0.811653), }, - Vertex { position: (2.486533, -1.274971, 0.627822), - normal: (0.267279, -0.944479, 0.191107), }, - Vertex { position: (2.510841, -1.158786, 0.678057), - normal: (0.129186, 0.757141, 0.64035), }, - Vertex { position: (2.510841, -1.158786, 0.678057), - normal: (0.129186, 0.757141, 0.64035), }, - Vertex { position: (2.514167, -1.077721, 0.706614), - normal: (0.304293, -0.024391, 0.952266), }, - Vertex { position: (2.386465, -1.116066, 0.761367), - normal: (0.372063, -0.134052, 0.918477), }, - Vertex { position: (2.510841, -1.158786, 0.678057), - normal: (0.129186, 0.757141, 0.64035), }, - Vertex { position: (2.386465, -1.116066, 0.761367), - normal: (0.372063, -0.134052, 0.918477), }, - Vertex { position: (2.354287, -1.193746, 0.735189), - normal: (0.420794, -0.405156, 0.811653), }, - Vertex { position: (2.670253, -1.108365, 0.544018), - normal: (0.101272, 0.634315, 0.766413), }, - Vertex { position: (2.669281, -0.930664, 0.557166), - normal: (0.263434, 0.119819, 0.957207), }, - Vertex { position: (2.514167, -1.077721, 0.706614), - normal: (0.304293, -0.024391, 0.952266), }, - Vertex { position: (2.670253, -1.108365, 0.544018), - normal: (0.101272, 0.634315, 0.766413), }, - Vertex { position: (2.514167, -1.077721, 0.706614), - normal: (0.304293, -0.024391, 0.952266), }, - Vertex { position: (2.510841, -1.158786, 0.678057), - normal: (0.129186, 0.757141, 0.64035), }, - Vertex { position: (2.710721, -0.830091, 0.532493), - normal: (0.089104, 0.59547, 0.798421), }, - Vertex { position: (2.637655, -0.768176, 0.637039), - normal: (0.227108, 0.258715, 0.938876), }, - Vertex { position: (2.669281, -0.930664, 0.557166), - normal: (0.263434, 0.119819, 0.957207), }, - Vertex { position: (2.757946, -1.099958, 0.471684), - normal: (0.206788, 0.399922, 0.892917), }, - Vertex { position: (2.857666, -0.930625, 0.391195), - normal: (0.147941, 0.53134, 0.834141), }, - Vertex { position: (2.670253, -1.108365, 0.544018), - normal: (0.101272, 0.634315, 0.766413), }, - Vertex { position: (2.670253, -1.108365, 0.544018), - normal: (0.101272, 0.634315, 0.766413), }, - Vertex { position: (2.61797, -1.235597, 0.520238), - normal: (0.092427, 0.86666, 0.490262), }, - Vertex { position: (2.757946, -1.099958, 0.471684), - normal: (0.206788, 0.399922, 0.892917), }, - Vertex { position: (2.61797, -1.235597, 0.520238), - normal: (0.092427, 0.86666, 0.490262), }, - Vertex { position: (2.803736, -1.255869, 0.438328), - normal: (0.274567, 0.116527, 0.954481), }, - Vertex { position: (2.847364, -1.103812, 0.402301), - normal: (0.246802, 0.252523, 0.935586), }, - Vertex { position: (2.61797, -1.235597, 0.520238), - normal: (0.092427, 0.86666, 0.490262), }, - Vertex { position: (2.847364, -1.103812, 0.402301), - normal: (0.246802, 0.252523, 0.935586), }, - Vertex { position: (2.757946, -1.099958, 0.471684), - normal: (0.206788, 0.399922, 0.892917), }, - Vertex { position: (2.857666, -0.930625, 0.391195), - normal: (0.147941, 0.53134, 0.834141), }, - Vertex { position: (2.757946, -1.099958, 0.471684), - normal: (0.206788, 0.399922, 0.892917), }, - Vertex { position: (2.847364, -1.103812, 0.402301), - normal: (0.246802, 0.252523, 0.935586), }, - Vertex { position: (2.740886, -1.339225, 0.463604), - normal: (0.303729, -0.050718, 0.951408), }, - Vertex { position: (2.803736, -1.255869, 0.438328), - normal: (0.274567, 0.116527, 0.954481), }, - Vertex { position: (2.61797, -1.235597, 0.520238), - normal: (0.092427, 0.86666, 0.490262), }, - Vertex { position: (2.549322, -1.335209, 0.535156), - normal: (0.051939, 0.876473, 0.478641), }, - Vertex { position: (2.663024, -1.440487, 0.478149), - normal: (0.33122, -0.270106, 0.904067), }, - Vertex { position: (2.740886, -1.339225, 0.463604), - normal: (0.303729, -0.050718, 0.951408), }, - Vertex { position: (2.549322, -1.335209, 0.535156), - normal: (0.051939, 0.876473, 0.478641), }, - Vertex { position: (2.740886, -1.339225, 0.463604), - normal: (0.303729, -0.050718, 0.951408), }, - Vertex { position: (2.61797, -1.235597, 0.520238), - normal: (0.092427, 0.86666, 0.490262), }, - Vertex { position: (2.45706, -1.400958, 0.539866), - normal: (0.029207, 0.916877, 0.398099), }, - Vertex { position: (2.515314, -1.507063, 0.483275), - normal: (0.327725, -0.489439, 0.808112), }, - Vertex { position: (2.663024, -1.440487, 0.478149), - normal: (0.33122, -0.270106, 0.904067), }, - Vertex { position: (2.45706, -1.400958, 0.539866), - normal: (0.029207, 0.916877, 0.398099), }, - Vertex { position: (2.663024, -1.440487, 0.478149), - normal: (0.33122, -0.270106, 0.904067), }, - Vertex { position: (2.549322, -1.335209, 0.535156), - normal: (0.051939, 0.876473, 0.478641), }, - Vertex { position: (2.422296, -1.510915, 0.494169), - normal: (0.291858, -0.681117, 0.67149), }, - Vertex { position: (2.515314, -1.507063, 0.483275), - normal: (0.327725, -0.489439, 0.808112), }, - Vertex { position: (2.45706, -1.400958, 0.539866), - normal: (0.029207, 0.916877, 0.398099), }, - Vertex { position: (2.274533, -1.433487, 0.567366), - normal: (0.298349, -0.828641, 0.473647), }, - Vertex { position: (2.249663, -1.492705, 0.53127), - normal: (0.248915, -0.807091, 0.535392), }, - Vertex { position: (2.422296, -1.510915, 0.494169), - normal: (0.291858, -0.681117, 0.67149), }, - Vertex { position: (2.274533, -1.433487, 0.567366), - normal: (0.298349, -0.828641, 0.473647), }, - Vertex { position: (2.422296, -1.510915, 0.494169), - normal: (0.291858, -0.681117, 0.67149), }, - Vertex { position: (2.45706, -1.400958, 0.539866), - normal: (0.029207, 0.916877, 0.398099), }, - Vertex { position: (2.126237, -1.330172, 0.721011), - normal: (0.303379, -0.73119, 0.611002), }, - Vertex { position: (2.0796, -1.473377, 0.654997), - normal: (0.235033, -0.721825, 0.650944), }, - Vertex { position: (2.249663, -1.492705, 0.53127), - normal: (0.248915, -0.807091, 0.535392), }, - Vertex { position: (2.126237, -1.330172, 0.721011), - normal: (0.303379, -0.73119, 0.611002), }, - Vertex { position: (2.249663, -1.492705, 0.53127), - normal: (0.248915, -0.807091, 0.535392), }, - Vertex { position: (2.274533, -1.433487, 0.567366), - normal: (0.298349, -0.828641, 0.473647), }, - Vertex { position: (2.847364, -1.103812, 0.402301), - normal: (0.246802, 0.252523, 0.935586), }, - Vertex { position: (2.928787, -1.107467, 0.312054), - normal: (0.213948, -0.943673, 0.252405), }, - Vertex { position: (2.960118, -0.941827, 0.284743), - normal: (0.244106, -0.79539, 0.554768), }, - Vertex { position: (2.847364, -1.103812, 0.402301), - normal: (0.246802, 0.252523, 0.935586), }, - Vertex { position: (2.960118, -0.941827, 0.284743), - normal: (0.244106, -0.79539, 0.554768), }, - Vertex { position: (2.857666, -0.930625, 0.391195), - normal: (0.147941, 0.53134, 0.834141), }, - Vertex { position: (2.803736, -1.255869, 0.438328), - normal: (0.274567, 0.116527, 0.954481), }, - Vertex { position: (2.893096, -1.302168, 0.332049), - normal: (0.190577, -0.970681, 0.146488), }, - Vertex { position: (2.928787, -1.107467, 0.312054), - normal: (0.213948, -0.943673, 0.252405), }, - Vertex { position: (2.803736, -1.255869, 0.438328), - normal: (0.274567, 0.116527, 0.954481), }, - Vertex { position: (2.928787, -1.107467, 0.312054), - normal: (0.213948, -0.943673, 0.252405), }, - Vertex { position: (2.847364, -1.103812, 0.402301), - normal: (0.246802, 0.252523, 0.935586), }, - Vertex { position: (2.740886, -1.339225, 0.463604), - normal: (0.303729, -0.050718, 0.951408), }, - Vertex { position: (2.824356, -1.407256, 0.355013), - normal: (0.048754, 0.934073, 0.353738), }, - Vertex { position: (2.893096, -1.302168, 0.332049), - normal: (0.190577, -0.970681, 0.146488), }, - Vertex { position: (2.740886, -1.339225, 0.463604), - normal: (0.303729, -0.050718, 0.951408), }, - Vertex { position: (2.893096, -1.302168, 0.332049), - normal: (0.190577, -0.970681, 0.146488), }, - Vertex { position: (2.803736, -1.255869, 0.438328), - normal: (0.274567, 0.116527, 0.954481), }, - Vertex { position: (2.663024, -1.440487, 0.478149), - normal: (0.33122, -0.270106, 0.904067), }, - Vertex { position: (2.721135, -1.520418, 0.362378), - normal: (0.081223, 0.915345, 0.394394), }, - Vertex { position: (2.824356, -1.407256, 0.355013), - normal: (0.048754, 0.934073, 0.353738), }, - Vertex { position: (2.515314, -1.507063, 0.483275), - normal: (0.327725, -0.489439, 0.808112), }, - Vertex { position: (2.545261, -1.5933, 0.38631), - normal: (0.120116, 0.912706, 0.390565), }, - Vertex { position: (2.721135, -1.520418, 0.362378), - normal: (0.081223, 0.915345, 0.394394), }, - Vertex { position: (2.515314, -1.507063, 0.483275), - normal: (0.327725, -0.489439, 0.808112), }, - Vertex { position: (2.721135, -1.520418, 0.362378), - normal: (0.081223, 0.915345, 0.394394), }, - Vertex { position: (2.663024, -1.440487, 0.478149), - normal: (0.33122, -0.270106, 0.904067), }, - Vertex { position: (2.422296, -1.510915, 0.494169), - normal: (0.291858, -0.681117, 0.67149), }, - Vertex { position: (2.396607, -1.593239, 0.389972), - normal: (0.1717, 0.74071, 0.649514), }, - Vertex { position: (2.545261, -1.5933, 0.38631), - normal: (0.120116, 0.912706, 0.390565), }, - Vertex { position: (2.422296, -1.510915, 0.494169), - normal: (0.291858, -0.681117, 0.67149), }, - Vertex { position: (2.545261, -1.5933, 0.38631), - normal: (0.120116, 0.912706, 0.390565), }, - Vertex { position: (2.515314, -1.507063, 0.483275), - normal: (0.327725, -0.489439, 0.808112), }, - Vertex { position: (2.249663, -1.492705, 0.53127), - normal: (0.248915, -0.807091, 0.535392), }, - Vertex { position: (2.243492, -1.584783, 0.431143), - normal: (0.167704, 0.495674, 0.852164), }, - Vertex { position: (2.396607, -1.593239, 0.389972), - normal: (0.1717, 0.74071, 0.649514), }, - Vertex { position: (2.249663, -1.492705, 0.53127), - normal: (0.248915, -0.807091, 0.535392), }, - Vertex { position: (2.396607, -1.593239, 0.389972), - normal: (0.1717, 0.74071, 0.649514), }, - Vertex { position: (2.422296, -1.510915, 0.494169), - normal: (0.291858, -0.681117, 0.67149), }, - Vertex { position: (2.0796, -1.473377, 0.654997), - normal: (0.235033, -0.721825, 0.650944), }, - Vertex { position: (2.0482, -1.581983, 0.555832), - normal: (0.140536, 0.558684, 0.817388), }, - Vertex { position: (2.243492, -1.584783, 0.431143), - normal: (0.167704, 0.495674, 0.852164), }, - Vertex { position: (2.0796, -1.473377, 0.654997), - normal: (0.235033, -0.721825, 0.650944), }, - Vertex { position: (2.243492, -1.584783, 0.431143), - normal: (0.167704, 0.495674, 0.852164), }, - Vertex { position: (2.249663, -1.492705, 0.53127), - normal: (0.248915, -0.807091, 0.535392), }, - Vertex { position: (2.928787, -1.107467, 0.312054), - normal: (0.213948, -0.943673, 0.252405), }, - Vertex { position: (2.931756, -1.129655, 0.0), - normal: (0.820584, -0.571526, 0.0), }, - Vertex { position: (2.970902, -0.959664, 0.0), - normal: (-0.334515, 0.94239, 0.0), }, - Vertex { position: (2.928787, -1.107467, 0.312054), - normal: (0.213948, -0.943673, 0.252405), }, - Vertex { position: (2.970902, -0.959664, 0.0), - normal: (-0.334515, 0.94239, 0.0), }, - Vertex { position: (2.960118, -0.941827, 0.284743), - normal: (0.244106, -0.79539, 0.554768), }, - Vertex { position: (2.893096, -1.302168, 0.332049), - normal: (0.190577, -0.970681, 0.146488), }, - Vertex { position: (2.896234, -1.31956, 0.0), - normal: (-0.255632, 0.966774, 0.0), }, - Vertex { position: (2.931756, -1.129655, 0.0), - normal: (0.820584, -0.571526, 0.0), }, - Vertex { position: (2.893096, -1.302168, 0.332049), - normal: (0.190577, -0.970681, 0.146488), }, - Vertex { position: (2.931756, -1.129655, 0.0), - normal: (0.820584, -0.571526, 0.0), }, - Vertex { position: (2.928787, -1.107467, 0.312054), - normal: (0.213948, -0.943673, 0.252405), }, - Vertex { position: (2.824356, -1.407256, 0.355013), - normal: (0.048754, 0.934073, 0.353738), }, - Vertex { position: (2.821376, -1.431534, 0.0), - normal: (0.826305, -0.563222, 0.0), }, - Vertex { position: (2.896234, -1.31956, 0.0), - normal: (-0.255632, 0.966774, 0.0), }, - Vertex { position: (2.824356, -1.407256, 0.355013), - normal: (0.048754, 0.934073, 0.353738), }, - Vertex { position: (2.896234, -1.31956, 0.0), - normal: (-0.255632, 0.966774, 0.0), }, - Vertex { position: (2.893096, -1.302168, 0.332049), - normal: (0.190577, -0.970681, 0.146488), }, - Vertex { position: (2.721135, -1.520418, 0.362378), - normal: (0.081223, 0.915345, 0.394394), }, - Vertex { position: (2.706963, -1.528854, 0.0), - normal: (-0.133012, 0.991114, 0.0), }, - Vertex { position: (2.821376, -1.431534, 0.0), - normal: (0.826305, -0.563222, 0.0), }, - Vertex { position: (2.721135, -1.520418, 0.362378), - normal: (0.081223, 0.915345, 0.394394), }, - Vertex { position: (2.821376, -1.431534, 0.0), - normal: (0.826305, -0.563222, 0.0), }, - Vertex { position: (2.824356, -1.407256, 0.355013), - normal: (0.048754, 0.934073, 0.353738), }, - Vertex { position: (2.545261, -1.5933, 0.38631), - normal: (0.120116, 0.912706, 0.390565), }, - Vertex { position: (2.534227, -1.617078, 0.0), - normal: (0.815341, -0.578981, 0.0), }, - Vertex { position: (2.706963, -1.528854, 0.0), - normal: (-0.133012, 0.991114, 0.0), }, - Vertex { position: (2.545261, -1.5933, 0.38631), - normal: (0.120116, 0.912706, 0.390565), }, - Vertex { position: (2.706963, -1.528854, 0.0), - normal: (-0.133012, 0.991114, 0.0), }, - Vertex { position: (2.721135, -1.520418, 0.362378), - normal: (0.081223, 0.915345, 0.394394), }, - Vertex { position: (2.396607, -1.593239, 0.389972), - normal: (0.1717, 0.74071, 0.649514), }, - Vertex { position: (2.348182, -1.624595, 0.0), - normal: (-0.144073, 0.989567, 0.0), }, - Vertex { position: (2.534227, -1.617078, 0.0), - normal: (0.815341, -0.578981, 0.0), }, - Vertex { position: (2.396607, -1.593239, 0.389972), - normal: (0.1717, 0.74071, 0.649514), }, - Vertex { position: (2.534227, -1.617078, 0.0), - normal: (0.815341, -0.578981, 0.0), }, - Vertex { position: (2.545261, -1.5933, 0.38631), - normal: (0.120116, 0.912706, 0.390565), }, - Vertex { position: (2.243492, -1.584783, 0.431143), - normal: (0.167704, 0.495674, 0.852164), }, - Vertex { position: (2.167167, -1.596326, 0.0), - normal: (-0.073566, 0.99729, 0.0), }, - Vertex { position: (2.348182, -1.624595, 0.0), - normal: (-0.144073, 0.989567, 0.0), }, - Vertex { position: (2.243492, -1.584783, 0.431143), - normal: (0.167704, 0.495674, 0.852164), }, - Vertex { position: (2.348182, -1.624595, 0.0), - normal: (-0.144073, 0.989567, 0.0), }, - Vertex { position: (2.396607, -1.593239, 0.389972), - normal: (0.1717, 0.74071, 0.649514), }, - Vertex { position: (2.0482, -1.581983, 0.555832), - normal: (0.140536, 0.558684, 0.817388), }, - Vertex { position: (1.920432, -1.567396, 0.0), - normal: (-0.034649, 0.9994, 0.0), }, - Vertex { position: (2.167167, -1.596326, 0.0), - normal: (-0.073566, 0.99729, 0.0), }, - Vertex { position: (2.0482, -1.581983, 0.555832), - normal: (0.140536, 0.558684, 0.817388), }, - Vertex { position: (2.167167, -1.596326, 0.0), - normal: (-0.073566, 0.99729, 0.0), }, - Vertex { position: (2.243492, -1.584783, 0.431143), - normal: (0.167704, 0.495674, 0.852164), }, - Vertex { position: (2.835437, -0.231101, 0.57789), - normal: (0.100131, 0.509748, 0.854477), }, - Vertex { position: (2.736198, -0.346225, 0.659345), - normal: (0.478274, -0.500384, 0.721713), }, - Vertex { position: (2.881063, -0.493146, 0.521968), - normal: (0.136523, 0.621747, 0.771228), }, - Vertex { position: (2.881063, -0.493146, 0.521968), - normal: (0.136523, 0.621747, 0.771228), }, - Vertex { position: (2.986408, -0.413503, 0.428964), - normal: (0.709718, -0.453837, 0.538824), }, - Vertex { position: (2.835437, -0.231101, 0.57789), - normal: (0.100131, 0.509748, 0.854477), }, - Vertex { position: (2.910769, -0.638444, 0.431191), - normal: (0.063174, 0.351351, 0.93411), }, - Vertex { position: (2.986408, -0.413503, 0.428964), - normal: (0.709718, -0.453837, 0.538824), }, - Vertex { position: (2.881063, -0.493146, 0.521968), - normal: (0.136523, 0.621747, 0.771228), }, - Vertex { position: (2.881063, -0.493146, 0.521968), - normal: (0.136523, 0.621747, 0.771228), }, - Vertex { position: (2.82554, -0.567578, 0.552597), - normal: (0.078896, 0.195617, 0.977502), }, - Vertex { position: (2.910769, -0.638444, 0.431191), - normal: (0.063174, 0.351351, 0.93411), }, - Vertex { position: (2.688131, -0.517509, 0.672975), - normal: (0.245892, -0.489895, 0.836385), }, - Vertex { position: (2.82554, -0.567578, 0.552597), - normal: (0.078896, 0.195617, 0.977502), }, - Vertex { position: (2.881063, -0.493146, 0.521968), - normal: (0.136523, 0.621747, 0.771228), }, - Vertex { position: (2.647368, -0.61155, 0.669485), - normal: (0.430574, -0.353967, 0.830249), }, - Vertex { position: (2.5392, -0.727778, 0.750475), - normal: (0.518786, -0.204527, 0.830078), }, - Vertex { position: (2.637655, -0.768176, 0.637039), - normal: (0.227108, 0.258715, 0.938876), }, - Vertex { position: (2.618307, -0.549092, 0.805491), - normal: (0.58512, -0.108234, 0.803692), }, - Vertex { position: (2.5392, -0.727778, 0.750475), - normal: (0.518786, -0.204527, 0.830078), }, - Vertex { position: (2.647368, -0.61155, 0.669485), - normal: (0.430574, -0.353967, 0.830249), }, - Vertex { position: (2.647368, -0.61155, 0.669485), - normal: (0.430574, -0.353967, 0.830249), }, - Vertex { position: (2.688131, -0.517509, 0.672975), - normal: (0.245892, -0.489895, 0.836385), }, - Vertex { position: (2.618307, -0.549092, 0.805491), - normal: (0.58512, -0.108234, 0.803692), }, - Vertex { position: (2.710721, -0.830091, 0.532493), - normal: (0.089104, 0.59547, 0.798421), }, - Vertex { position: (2.910769, -0.638444, 0.431191), - normal: (0.063174, 0.351351, 0.93411), }, - Vertex { position: (2.82554, -0.567578, 0.552597), - normal: (0.078896, 0.195617, 0.977502), }, - Vertex { position: (2.710721, -0.830091, 0.532493), - normal: (0.089104, 0.59547, 0.798421), }, - Vertex { position: (2.82554, -0.567578, 0.552597), - normal: (0.078896, 0.195617, 0.977502), }, - Vertex { position: (2.637655, -0.768176, 0.637039), - normal: (0.227108, 0.258715, 0.938876), }, - Vertex { position: (2.857666, -0.930625, 0.391195), - normal: (0.147941, 0.53134, 0.834141), }, - Vertex { position: (2.910769, -0.638444, 0.431191), - normal: (0.063174, 0.351351, 0.93411), }, - Vertex { position: (2.710721, -0.830091, 0.532493), - normal: (0.089104, 0.59547, 0.798421), }, - Vertex { position: (2.993075, -0.708434, 0.342596), - normal: (0.097816, -0.016117, 0.995074), }, - Vertex { position: (2.910769, -0.638444, 0.431191), - normal: (0.063174, 0.351351, 0.93411), }, - Vertex { position: (2.857666, -0.930625, 0.391195), - normal: (0.147941, 0.53134, 0.834141), }, - Vertex { position: (2.857666, -0.930625, 0.391195), - normal: (0.147941, 0.53134, 0.834141), }, - Vertex { position: (2.960118, -0.941827, 0.284743), - normal: (0.244106, -0.79539, 0.554768), }, - Vertex { position: (3.045715, -0.767786, 0.261741), - normal: (0.10737, -0.293005, 0.950063), }, - Vertex { position: (2.857666, -0.930625, 0.391195), - normal: (0.147941, 0.53134, 0.834141), }, - Vertex { position: (3.045715, -0.767786, 0.261741), - normal: (0.10737, -0.293005, 0.950063), }, - Vertex { position: (2.993075, -0.708434, 0.342596), - normal: (0.097816, -0.016117, 0.995074), }, - Vertex { position: (2.970902, -0.959664, 0.0), - normal: (-0.334515, 0.94239, 0.0), }, - Vertex { position: (3.065544, -0.788768, 0.0), - normal: (0.942695, -0.333657, 0.0), }, - Vertex { position: (3.045715, -0.767786, 0.261741), - normal: (0.10737, -0.293005, 0.950063), }, - Vertex { position: (2.970902, -0.959664, 0.0), - normal: (-0.334515, 0.94239, 0.0), }, - Vertex { position: (3.045715, -0.767786, 0.261741), - normal: (0.10737, -0.293005, 0.950063), }, - Vertex { position: (2.960118, -0.941827, 0.284743), - normal: (0.244106, -0.79539, 0.554768), }, - Vertex { position: (3.118124, -0.703925, 0.0), - normal: (-0.476715, 0.879058, 0.0), }, - Vertex { position: (3.107533, -0.691019, 0.264602), - normal: (0.6483, -0.171023, 0.741928), }, - Vertex { position: (3.045715, -0.767786, 0.261741), - normal: (0.10737, -0.293005, 0.950063), }, - Vertex { position: (3.118124, -0.703925, 0.0), - normal: (-0.476715, 0.879058, 0.0), }, - Vertex { position: (3.045715, -0.767786, 0.261741), - normal: (0.10737, -0.293005, 0.950063), }, - Vertex { position: (3.065544, -0.788768, 0.0), - normal: (0.942695, -0.333657, 0.0), }, - Vertex { position: (2.669281, -0.930664, 0.557166), - normal: (0.263434, 0.119819, 0.957207), }, - Vertex { position: (2.670253, -1.108365, 0.544018), - normal: (0.101272, 0.634315, 0.766413), }, - Vertex { position: (2.857666, -0.930625, 0.391195), - normal: (0.147941, 0.53134, 0.834141), }, - Vertex { position: (2.669281, -0.930664, 0.557166), - normal: (0.263434, 0.119819, 0.957207), }, - Vertex { position: (2.857666, -0.930625, 0.391195), - normal: (0.147941, 0.53134, 0.834141), }, - Vertex { position: (2.710721, -0.830091, 0.532493), - normal: (0.089104, 0.59547, 0.798421), }, - Vertex { position: (2.82554, -0.567578, 0.552597), - normal: (0.078896, 0.195617, 0.977502), }, - Vertex { position: (2.688131, -0.517509, 0.672975), - normal: (0.245892, -0.489895, 0.836385), }, - Vertex { position: (2.647368, -0.61155, 0.669485), - normal: (0.430574, -0.353967, 0.830249), }, - Vertex { position: (2.82554, -0.567578, 0.552597), - normal: (0.078896, 0.195617, 0.977502), }, - Vertex { position: (2.647368, -0.61155, 0.669485), - normal: (0.430574, -0.353967, 0.830249), }, - Vertex { position: (2.637655, -0.768176, 0.637039), - normal: (0.227108, 0.258715, 0.938876), }, - Vertex { position: (2.910769, -0.638444, 0.431191), - normal: (0.063174, 0.351351, 0.93411), }, - Vertex { position: (2.993075, -0.708434, 0.342596), - normal: (0.097816, -0.016117, 0.995074), }, - Vertex { position: (3.053144, -0.609681, 0.326931), - normal: (0.4379, -0.250054, 0.863549), }, - Vertex { position: (2.910769, -0.638444, 0.431191), - normal: (0.063174, 0.351351, 0.93411), }, - Vertex { position: (3.053144, -0.609681, 0.326931), - normal: (0.4379, -0.250054, 0.863549), }, - Vertex { position: (2.986408, -0.413503, 0.428964), - normal: (0.709718, -0.453837, 0.538824), }, - Vertex { position: (3.045715, -0.767786, 0.261741), - normal: (0.10737, -0.293005, 0.950063), }, - Vertex { position: (3.107533, -0.691019, 0.264602), - normal: (0.6483, -0.171023, 0.741928), }, - Vertex { position: (3.053144, -0.609681, 0.326931), - normal: (0.4379, -0.250054, 0.863549), }, - Vertex { position: (3.045715, -0.767786, 0.261741), - normal: (0.10737, -0.293005, 0.950063), }, - Vertex { position: (3.053144, -0.609681, 0.326931), - normal: (0.4379, -0.250054, 0.863549), }, - Vertex { position: (2.993075, -0.708434, 0.342596), - normal: (0.097816, -0.016117, 0.995074), }, - Vertex { position: (-1.200688, -1.577575, 0.799188), - normal: (-0.809154, 0.004832, 0.587577), }, - Vertex { position: (-1.226563, -1.655159, 0.687343), - normal: (-0.942755, -0.29871, -0.148273), }, - Vertex { position: (-1.091175, -1.70712, 0.727242), - normal: (-0.965506, -0.176768, -0.191185), }, - Vertex { position: (-1.200688, -1.577575, 0.799188), - normal: (-0.809154, 0.004832, 0.587577), }, - Vertex { position: (-1.091175, -1.70712, 0.727242), - normal: (-0.965506, -0.176768, -0.191185), }, - Vertex { position: (-0.953236, -1.545941, 0.89918), - normal: (-0.02449, 0.224062, 0.974267), }, - Vertex { position: (-1.376186, -1.661988, 0.718954), - normal: (-0.285709, 0.130064, 0.949449), }, - Vertex { position: (-1.226563, -1.655159, 0.687343), - normal: (-0.942755, -0.29871, -0.148273), }, - Vertex { position: (-1.200688, -1.577575, 0.799188), - normal: (-0.809154, 0.004832, 0.587577), }, - Vertex { position: (-1.266738, -1.691944, 0.557922), - normal: (0.714393, -0.109998, 0.691045), }, - Vertex { position: (-1.089642, -1.757196, 0.685154), - normal: (0.859237, -0.17312, 0.481395), }, - Vertex { position: (-1.091175, -1.70712, 0.727242), - normal: (-0.965506, -0.176768, -0.191185), }, - Vertex { position: (-1.266738, -1.691944, 0.557922), - normal: (0.714393, -0.109998, 0.691045), }, - Vertex { position: (-1.091175, -1.70712, 0.727242), - normal: (-0.965506, -0.176768, -0.191185), }, - Vertex { position: (-1.226563, -1.655159, 0.687343), - normal: (-0.942755, -0.29871, -0.148273), }, - Vertex { position: (-0.972089, -1.774507, 0.76857), - normal: (-0.017579, 0.132168, 0.991072), }, - Vertex { position: (-0.953236, -1.545941, 0.89918), - normal: (-0.02449, 0.224062, 0.974267), }, - Vertex { position: (-1.091175, -1.70712, 0.727242), - normal: (-0.965506, -0.176768, -0.191185), }, - Vertex { position: (-0.812845, -1.785424, 0.768511), - normal: (0.419396, -0.035927, 0.907092), }, - Vertex { position: (-0.953236, -1.545941, 0.89918), - normal: (-0.02449, 0.224062, 0.974267), }, - Vertex { position: (-0.972089, -1.774507, 0.76857), - normal: (-0.017579, 0.132168, 0.991072), }, - Vertex { position: (-0.680046, -1.768325, 0.81908), - normal: (0.045651, -0.004499, 0.998947), }, - Vertex { position: (-0.535144, -1.615983, 0.920556), - normal: (0.079848, 0.962653, 0.258695), }, - Vertex { position: (-0.953236, -1.545941, 0.89918), - normal: (-0.02449, 0.224062, 0.974267), }, - Vertex { position: (-0.680046, -1.768325, 0.81908), - normal: (0.045651, -0.004499, 0.998947), }, - Vertex { position: (-0.953236, -1.545941, 0.89918), - normal: (-0.02449, 0.224062, 0.974267), }, - Vertex { position: (-0.812845, -1.785424, 0.768511), - normal: (0.419396, -0.035927, 0.907092), }, - Vertex { position: (-0.564074, -1.789401, 0.803191), - normal: (0.031476, 0.864418, 0.501787), }, - Vertex { position: (-0.535144, -1.615983, 0.920556), - normal: (0.079848, 0.962653, 0.258695), }, - Vertex { position: (-0.680046, -1.768325, 0.81908), - normal: (0.045651, -0.004499, 0.998947), }, - Vertex { position: (-0.422877, -1.7512, 0.823423), - normal: (-0.019419, -0.11596, 0.993064), }, - Vertex { position: (-0.535144, -1.615983, 0.920556), - normal: (0.079848, 0.962653, 0.258695), }, - Vertex { position: (-0.564074, -1.789401, 0.803191), - normal: (0.031476, 0.864418, 0.501787), }, - Vertex { position: (-0.07847, -1.688266, 0.80023), - normal: (0.061261, 0.954316, 0.292452), }, - Vertex { position: (-0.063012, -1.583021, 0.865082), - normal: (-0.084259, -0.367691, 0.926123), }, - Vertex { position: (-0.535144, -1.615983, 0.920556), - normal: (0.079848, 0.962653, 0.258695), }, - Vertex { position: (-0.07847, -1.688266, 0.80023), - normal: (0.061261, 0.954316, 0.292452), }, - Vertex { position: (-0.535144, -1.615983, 0.920556), - normal: (0.079848, 0.962653, 0.258695), }, - Vertex { position: (-0.422877, -1.7512, 0.823423), - normal: (-0.019419, -0.11596, 0.993064), }, - Vertex { position: (-0.543078, -1.810473, 0.563825), - normal: (-0.004377, 0.58747, 0.809234), }, - Vertex { position: (-0.094135, -1.769086, 0.556924), - normal: (0.076968, 0.969253, 0.233719), }, - Vertex { position: (-0.07847, -1.688266, 0.80023), - normal: (0.061261, 0.954316, 0.292452), }, - Vertex { position: (-0.543078, -1.810473, 0.563825), - normal: (-0.004377, 0.58747, 0.809234), }, - Vertex { position: (-0.07847, -1.688266, 0.80023), - normal: (0.061261, 0.954316, 0.292452), }, - Vertex { position: (-0.422877, -1.7512, 0.823423), - normal: (-0.019419, -0.11596, 0.993064), }, - Vertex { position: (-0.422877, -1.7512, 0.823423), - normal: (-0.019419, -0.11596, 0.993064), }, - Vertex { position: (-0.564074, -1.789401, 0.803191), - normal: (0.031476, 0.864418, 0.501787), }, - Vertex { position: (-0.543078, -1.810473, 0.563825), - normal: (-0.004377, 0.58747, 0.809234), }, - Vertex { position: (-0.680046, -1.768325, 0.81908), - normal: (0.045651, -0.004499, 0.998947), }, - Vertex { position: (-0.543078, -1.810473, 0.563825), - normal: (-0.004377, 0.58747, 0.809234), }, - Vertex { position: (-0.564074, -1.789401, 0.803191), - normal: (0.031476, 0.864418, 0.501787), }, - Vertex { position: (-0.812845, -1.785424, 0.768511), - normal: (0.419396, -0.035927, 0.907092), }, - Vertex { position: (-0.977375, -1.793126, 0.498747), - normal: (-0.055857, 0.145868, 0.987726), }, - Vertex { position: (-0.543078, -1.810473, 0.563825), - normal: (-0.004377, 0.58747, 0.809234), }, - Vertex { position: (-0.812845, -1.785424, 0.768511), - normal: (0.419396, -0.035927, 0.907092), }, - Vertex { position: (-0.543078, -1.810473, 0.563825), - normal: (-0.004377, 0.58747, 0.809234), }, - Vertex { position: (-0.680046, -1.768325, 0.81908), - normal: (0.045651, -0.004499, 0.998947), }, - Vertex { position: (-0.972089, -1.774507, 0.76857), - normal: (-0.017579, 0.132168, 0.991072), }, - Vertex { position: (-1.091175, -1.70712, 0.727242), - normal: (-0.965506, -0.176768, -0.191185), }, - Vertex { position: (-1.089642, -1.757196, 0.685154), - normal: (0.859237, -0.17312, 0.481395), }, - Vertex { position: (-1.108758, -1.770749, 0.473033), - normal: (-0.182029, -0.190207, 0.964721), }, - Vertex { position: (-0.977375, -1.793126, 0.498747), - normal: (-0.055857, 0.145868, 0.987726), }, - Vertex { position: (-1.089642, -1.757196, 0.685154), - normal: (0.859237, -0.17312, 0.481395), }, - Vertex { position: (-1.108758, -1.770749, 0.473033), - normal: (-0.182029, -0.190207, 0.964721), }, - Vertex { position: (-1.089642, -1.757196, 0.685154), - normal: (0.859237, -0.17312, 0.481395), }, - Vertex { position: (-1.266738, -1.691944, 0.557922), - normal: (0.714393, -0.109998, 0.691045), }, - Vertex { position: (-1.266738, -1.691944, 0.557922), - normal: (0.714393, -0.109998, 0.691045), }, - Vertex { position: (-1.305099, -1.70846, 0.48423), - normal: (-0.571338, -0.120921, 0.811758), }, - Vertex { position: (-1.108758, -1.770749, 0.473033), - normal: (-0.182029, -0.190207, 0.964721), }, - Vertex { position: (-1.226563, -1.655159, 0.687343), - normal: (-0.942755, -0.29871, -0.148273), }, - Vertex { position: (-1.376186, -1.661988, 0.718954), - normal: (-0.285709, 0.130064, 0.949449), }, - Vertex { position: (-1.266738, -1.691944, 0.557922), - normal: (0.714393, -0.109998, 0.691045), }, - Vertex { position: (-1.397474, -1.693815, 0.570541), - normal: (-0.587909, -0.233166, 0.774594), }, - Vertex { position: (-1.266738, -1.691944, 0.557922), - normal: (0.714393, -0.109998, 0.691045), }, - Vertex { position: (-1.376186, -1.661988, 0.718954), - normal: (-0.285709, 0.130064, 0.949449), }, - Vertex { position: (-1.305099, -1.70846, 0.48423), - normal: (-0.571338, -0.120921, 0.811758), }, - Vertex { position: (-1.406693, -1.697325, 0.450399), - normal: (0.023392, -0.110333, 0.993619), }, - Vertex { position: (-1.386502, -1.718441, 0.350823), - normal: (-0.279485, 0.127803, 0.951606), }, - Vertex { position: (-0.972514, -1.822778, 0.372649), - normal: (-0.329905, -0.225598, 0.916661), }, - Vertex { position: (-1.305099, -1.70846, 0.48423), - normal: (-0.571338, -0.120921, 0.811758), }, - Vertex { position: (-1.386502, -1.718441, 0.350823), - normal: (-0.279485, 0.127803, 0.951606), }, - Vertex { position: (-0.523838, -1.850065, 0.388007), - normal: (0.044022, 0.273891, 0.960753), }, - Vertex { position: (-0.543078, -1.810473, 0.563825), - normal: (-0.004377, 0.58747, 0.809234), }, - Vertex { position: (-0.977375, -1.793126, 0.498747), - normal: (-0.055857, 0.145868, 0.987726), }, - Vertex { position: (-0.523838, -1.850065, 0.388007), - normal: (0.044022, 0.273891, 0.960753), }, - Vertex { position: (-0.977375, -1.793126, 0.498747), - normal: (-0.055857, 0.145868, 0.987726), }, - Vertex { position: (-0.972514, -1.822778, 0.372649), - normal: (-0.329905, -0.225598, 0.916661), }, - Vertex { position: (-0.112666, -1.806584, 0.383324), - normal: (0.057779, 0.975002, 0.214553), }, - Vertex { position: (-0.094135, -1.769086, 0.556924), - normal: (0.076968, 0.969253, 0.233719), }, - Vertex { position: (-0.543078, -1.810473, 0.563825), - normal: (-0.004377, 0.58747, 0.809234), }, - Vertex { position: (-0.112666, -1.806584, 0.383324), - normal: (0.057779, 0.975002, 0.214553), }, - Vertex { position: (-0.543078, -1.810473, 0.563825), - normal: (-0.004377, 0.58747, 0.809234), }, - Vertex { position: (-0.523838, -1.850065, 0.388007), - normal: (0.044022, 0.273891, 0.960753), }, - Vertex { position: (0.480235, -1.631521, 0.401961), - normal: (-0.178511, -0.973481, 0.143068), }, - Vertex { position: (0.489819, -1.524947, 0.672392), - normal: (-0.1427, -0.847733, 0.510868), }, - Vertex { position: (-0.094135, -1.769086, 0.556924), - normal: (0.076968, 0.969253, 0.233719), }, - Vertex { position: (0.480235, -1.631521, 0.401961), - normal: (-0.178511, -0.973481, 0.143068), }, - Vertex { position: (-0.094135, -1.769086, 0.556924), - normal: (0.076968, 0.969253, 0.233719), }, - Vertex { position: (-0.112666, -1.806584, 0.383324), - normal: (0.057779, 0.975002, 0.214553), }, - Vertex { position: (-0.112666, -1.806584, 0.383324), - normal: (0.057779, 0.975002, 0.214553), }, - Vertex { position: (-0.155114, -1.828285, 0.0), - normal: (-0.084764, -0.996401, 0.0), }, - Vertex { position: (0.44655, -1.67295, 0.0), - normal: (0.226963, -0.973903, 0.0), }, - Vertex { position: (-0.112666, -1.806584, 0.383324), - normal: (0.057779, 0.975002, 0.214553), }, - Vertex { position: (0.44655, -1.67295, 0.0), - normal: (0.226963, -0.973903, 0.0), }, - Vertex { position: (0.480235, -1.631521, 0.401961), - normal: (-0.178511, -0.973481, 0.143068), }, - Vertex { position: (-0.523838, -1.850065, 0.388007), - normal: (0.044022, 0.273891, 0.960753), }, - Vertex { position: (-0.530369, -1.860806, 0.0), - normal: (0.854132, -0.520056, 0.0), }, - Vertex { position: (-0.155114, -1.828285, 0.0), - normal: (-0.084764, -0.996401, 0.0), }, - Vertex { position: (-0.523838, -1.850065, 0.388007), - normal: (0.044022, 0.273891, 0.960753), }, - Vertex { position: (-0.155114, -1.828285, 0.0), - normal: (-0.084764, -0.996401, 0.0), }, - Vertex { position: (-0.112666, -1.806584, 0.383324), - normal: (0.057779, 0.975002, 0.214553), }, - Vertex { position: (-0.972514, -1.822778, 0.372649), - normal: (-0.329905, -0.225598, 0.916661), }, - Vertex { position: (-0.956007, -1.825728, 0.0), - normal: (0.113474, -0.993541, 0.0), }, - Vertex { position: (-0.530369, -1.860806, 0.0), - normal: (0.854132, -0.520056, 0.0), }, - Vertex { position: (-0.972514, -1.822778, 0.372649), - normal: (-0.329905, -0.225598, 0.916661), }, - Vertex { position: (-0.530369, -1.860806, 0.0), - normal: (0.854132, -0.520056, 0.0), }, - Vertex { position: (-0.523838, -1.850065, 0.388007), - normal: (0.044022, 0.273891, 0.960753), }, - Vertex { position: (-1.386502, -1.718441, 0.350823), - normal: (-0.279485, 0.127803, 0.951606), }, - Vertex { position: (-1.395728, -1.723811, 0.0), - normal: (0.011286, 0.999936, 0.0), }, - Vertex { position: (-0.956007, -1.825728, 0.0), - normal: (0.113474, -0.993541, 0.0), }, - Vertex { position: (-1.386502, -1.718441, 0.350823), - normal: (-0.279485, 0.127803, 0.951606), }, - Vertex { position: (-0.956007, -1.825728, 0.0), - normal: (0.113474, -0.993541, 0.0), }, - Vertex { position: (-0.972514, -1.822778, 0.372649), - normal: (-0.329905, -0.225598, 0.916661), }, - Vertex { position: (-0.977375, -1.793126, 0.498747), - normal: (-0.055857, 0.145868, 0.987726), }, - Vertex { position: (-0.972089, -1.774507, 0.76857), - normal: (-0.017579, 0.132168, 0.991072), }, - Vertex { position: (-1.089642, -1.757196, 0.685154), - normal: (0.859237, -0.17312, 0.481395), }, - Vertex { position: (-0.972089, -1.774507, 0.76857), - normal: (-0.017579, 0.132168, 0.991072), }, - Vertex { position: (-0.977375, -1.793126, 0.498747), - normal: (-0.055857, 0.145868, 0.987726), }, - Vertex { position: (-0.812845, -1.785424, 0.768511), - normal: (0.419396, -0.035927, 0.907092), }, - Vertex { position: (1.806371, -2.949735, 0.984058), - normal: (-0.51975, 0.138222, 0.843063), }, - Vertex { position: (1.771416, -2.769024, 0.9461), - normal: (-0.4909, 0.016111, -0.871067), }, - Vertex { position: (1.718315, -2.775468, 0.921796), - normal: (0.21689, -0.976039, -0.017487), }, - Vertex { position: (1.806371, -2.949735, 0.984058), - normal: (-0.51975, 0.138222, 0.843063), }, - Vertex { position: (1.718315, -2.775468, 0.921796), - normal: (0.21689, -0.976039, -0.017487), }, - Vertex { position: (1.734568, -2.965876, 0.986396), - normal: (-0.424393, 0.057227, 0.903668), }, - Vertex { position: (2.021366, -2.881725, 0.945561), - normal: (-0.775358, 0.344514, 0.529274), }, - Vertex { position: (1.960643, -2.71286, 0.90089), - normal: (-0.440199, 0.219838, 0.870572), }, - Vertex { position: (1.880971, -2.733242, 0.8902), - normal: (-0.90358, 0.003168, 0.428409), }, - Vertex { position: (2.021366, -2.881725, 0.945561), - normal: (-0.775358, 0.344514, 0.529274), }, - Vertex { position: (1.880971, -2.733242, 0.8902), - normal: (-0.90358, 0.003168, 0.428409), }, - Vertex { position: (1.911792, -2.895773, 0.950117), - normal: (-0.032037, -0.072305, 0.996868), }, - Vertex { position: (2.057496, -2.887282, 0.844225), - normal: (-0.820357, 0.160676, 0.548815), }, - Vertex { position: (1.994078, -2.713047, 0.824553), - normal: (0.636282, 0.100894, 0.76483), }, - Vertex { position: (1.960643, -2.71286, 0.90089), - normal: (-0.440199, 0.219838, 0.870572), }, - Vertex { position: (2.057496, -2.887282, 0.844225), - normal: (-0.820357, 0.160676, 0.548815), }, - Vertex { position: (1.960643, -2.71286, 0.90089), - normal: (-0.440199, 0.219838, 0.870572), }, - Vertex { position: (2.021366, -2.881725, 0.945561), - normal: (-0.775358, 0.344514, 0.529274), }, - Vertex { position: (1.735077, -3.022732, 0.972751), - normal: (-0.906134, 0.012265, -0.422813), }, - Vertex { position: (1.806371, -2.949735, 0.984058), - normal: (-0.51975, 0.138222, 0.843063), }, - Vertex { position: (1.734568, -2.965876, 0.986396), - normal: (-0.424393, 0.057227, 0.903668), }, - Vertex { position: (1.721745, -3.116887, 0.979111), - normal: (0.461464, -0.003303, 0.887153), }, - Vertex { position: (1.802387, -3.089615, 0.961851), - normal: (0.000666, 0.002295, 0.999997), }, - Vertex { position: (1.735077, -3.022732, 0.972751), - normal: (-0.906134, 0.012265, -0.422813), }, - Vertex { position: (1.811797, -3.135641, 0.933096), - normal: (-0.156447, -0.088128, 0.983747), }, - Vertex { position: (1.802387, -3.089615, 0.961851), - normal: (0.000666, 0.002295, 0.999997), }, - Vertex { position: (1.721745, -3.116887, 0.979111), - normal: (0.461464, -0.003303, 0.887153), }, - Vertex { position: (2.091539, -3.032437, 0.947029), - normal: (0.773659, -0.235087, -0.588375), }, - Vertex { position: (2.113587, -3.011851, 0.851648), - normal: (0.789099, -0.039289, -0.613008), }, - Vertex { position: (2.057496, -2.887282, 0.844225), - normal: (-0.820357, 0.160676, 0.548815), }, - Vertex { position: (2.091539, -3.032437, 0.947029), - normal: (0.773659, -0.235087, -0.588375), }, - Vertex { position: (2.057496, -2.887282, 0.844225), - normal: (-0.820357, 0.160676, 0.548815), }, - Vertex { position: (2.021366, -2.881725, 0.945561), - normal: (-0.775358, 0.344514, 0.529274), }, - Vertex { position: (1.880971, -2.733242, 0.8902), - normal: (-0.90358, 0.003168, 0.428409), }, - Vertex { position: (1.830669, -2.736121, 0.903313), - normal: (-0.062994, -0.00854, -0.997977), }, - Vertex { position: (1.848272, -2.92726, 0.996966), - normal: (0.433219, -0.09361, 0.896414), }, - Vertex { position: (1.880971, -2.733242, 0.8902), - normal: (-0.90358, 0.003168, 0.428409), }, - Vertex { position: (1.848272, -2.92726, 0.996966), - normal: (0.433219, -0.09361, 0.896414), }, - Vertex { position: (1.911792, -2.895773, 0.950117), - normal: (-0.032037, -0.072305, 0.996868), }, - Vertex { position: (1.848272, -2.92726, 0.996966), - normal: (0.433219, -0.09361, 0.896414), }, - Vertex { position: (1.830669, -2.736121, 0.903313), - normal: (-0.062994, -0.00854, -0.997977), }, - Vertex { position: (1.771416, -2.769024, 0.9461), - normal: (-0.4909, 0.016111, -0.871067), }, - Vertex { position: (1.848272, -2.92726, 0.996966), - normal: (0.433219, -0.09361, 0.896414), }, - Vertex { position: (1.771416, -2.769024, 0.9461), - normal: (-0.4909, 0.016111, -0.871067), }, - Vertex { position: (1.806371, -2.949735, 0.984058), - normal: (-0.51975, 0.138222, 0.843063), }, - Vertex { position: (1.709173, -3.133145, 0.80794), - normal: (-0.050511, -0.258376, -0.964723), }, - Vertex { position: (1.721745, -3.116887, 0.979111), - normal: (0.461464, -0.003303, 0.887153), }, - Vertex { position: (1.735077, -3.022732, 0.972751), - normal: (-0.906134, 0.012265, -0.422813), }, - Vertex { position: (1.709173, -3.133145, 0.80794), - normal: (-0.050511, -0.258376, -0.964723), }, - Vertex { position: (1.735077, -3.022732, 0.972751), - normal: (-0.906134, 0.012265, -0.422813), }, - Vertex { position: (1.705953, -3.006628, 0.83263), - normal: (-0.065687, -0.249194, -0.966223), }, - Vertex { position: (1.806407, -3.173343, 0.834455), - normal: (-0.042094, -0.220101, -0.974568), }, - Vertex { position: (1.811797, -3.135641, 0.933096), - normal: (-0.156447, -0.088128, 0.983747), }, - Vertex { position: (1.721745, -3.116887, 0.979111), - normal: (0.461464, -0.003303, 0.887153), }, - Vertex { position: (1.806407, -3.173343, 0.834455), - normal: (-0.042094, -0.220101, -0.974568), }, - Vertex { position: (1.721745, -3.116887, 0.979111), - normal: (0.461464, -0.003303, 0.887153), }, - Vertex { position: (1.709173, -3.133145, 0.80794), - normal: (-0.050511, -0.258376, -0.964723), }, - Vertex { position: (1.900481, -3.131932, 0.728621), - normal: (-0.363523, -0.150625, -0.919327), }, - Vertex { position: (1.806407, -3.173343, 0.834455), - normal: (-0.042094, -0.220101, -0.974568), }, - Vertex { position: (1.709173, -3.133145, 0.80794), - normal: (-0.050511, -0.258376, -0.964723), }, - Vertex { position: (1.900481, -3.131932, 0.728621), - normal: (-0.363523, -0.150625, -0.919327), }, - Vertex { position: (1.709173, -3.133145, 0.80794), - normal: (-0.050511, -0.258376, -0.964723), }, - Vertex { position: (1.741854, -3.114181, 0.700705), - normal: (-0.326843, -0.236651, -0.91497), }, - Vertex { position: (1.776024, -2.980086, 0.707575), - normal: (0.753698, -0.027204, -0.656657), }, - Vertex { position: (1.741854, -3.114181, 0.700705), - normal: (-0.326843, -0.236651, -0.91497), }, - Vertex { position: (1.709173, -3.133145, 0.80794), - normal: (-0.050511, -0.258376, -0.964723), }, - Vertex { position: (1.776024, -2.980086, 0.707575), - normal: (0.753698, -0.027204, -0.656657), }, - Vertex { position: (1.709173, -3.133145, 0.80794), - normal: (-0.050511, -0.258376, -0.964723), }, - Vertex { position: (1.705953, -3.006628, 0.83263), - normal: (-0.065687, -0.249194, -0.966223), }, - Vertex { position: (1.705953, -3.006628, 0.83263), - normal: (-0.065687, -0.249194, -0.966223), }, - Vertex { position: (1.700797, -2.794792, 0.82425), - normal: (-0.020456, 0.943466, 0.330837), }, - Vertex { position: (1.736425, -2.743683, 0.736866), - normal: (0.030762, -0.124297, -0.991768), }, - Vertex { position: (1.705953, -3.006628, 0.83263), - normal: (-0.065687, -0.249194, -0.966223), }, - Vertex { position: (1.736425, -2.743683, 0.736866), - normal: (0.030762, -0.124297, -0.991768), }, - Vertex { position: (1.776024, -2.980086, 0.707575), - normal: (0.753698, -0.027204, -0.656657), }, - Vertex { position: (1.911792, -2.895773, 0.950117), - normal: (-0.032037, -0.072305, 0.996868), }, - Vertex { position: (1.980621, -3.043895, 0.964237), - normal: (-0.215783, -0.895808, -0.388544), }, - Vertex { position: (2.091539, -3.032437, 0.947029), - normal: (0.773659, -0.235087, -0.588375), }, - Vertex { position: (1.911792, -2.895773, 0.950117), - normal: (-0.032037, -0.072305, 0.996868), }, - Vertex { position: (2.091539, -3.032437, 0.947029), - normal: (0.773659, -0.235087, -0.588375), }, - Vertex { position: (2.021366, -2.881725, 0.945561), - normal: (-0.775358, 0.344514, 0.529274), }, - Vertex { position: (1.911792, -2.895773, 0.950117), - normal: (-0.032037, -0.072305, 0.996868), }, - Vertex { position: (1.848272, -2.92726, 0.996966), - normal: (0.433219, -0.09361, 0.896414), }, - Vertex { position: (1.898573, -3.068274, 0.994338), - normal: (0.356923, -0.210291, 0.910156), }, - Vertex { position: (1.911792, -2.895773, 0.950117), - normal: (-0.032037, -0.072305, 0.996868), }, - Vertex { position: (1.898573, -3.068274, 0.994338), - normal: (0.356923, -0.210291, 0.910156), }, - Vertex { position: (1.980621, -3.043895, 0.964237), - normal: (-0.215783, -0.895808, -0.388544), }, - Vertex { position: (1.806371, -2.949735, 0.984058), - normal: (-0.51975, 0.138222, 0.843063), }, - Vertex { position: (1.855134, -3.083228, 0.986129), - normal: (0.517272, -0.552302, 0.653753), }, - Vertex { position: (1.898573, -3.068274, 0.994338), - normal: (0.356923, -0.210291, 0.910156), }, - Vertex { position: (1.806371, -2.949735, 0.984058), - normal: (-0.51975, 0.138222, 0.843063), }, - Vertex { position: (1.898573, -3.068274, 0.994338), - normal: (0.356923, -0.210291, 0.910156), }, - Vertex { position: (1.848272, -2.92726, 0.996966), - normal: (0.433219, -0.09361, 0.896414), }, - Vertex { position: (1.811797, -3.135641, 0.933096), - normal: (-0.156447, -0.088128, 0.983747), }, - Vertex { position: (1.855134, -3.083228, 0.986129), - normal: (0.517272, -0.552302, 0.653753), }, - Vertex { position: (1.802387, -3.089615, 0.961851), - normal: (0.000666, 0.002295, 0.999997), }, - Vertex { position: (1.802387, -3.089615, 0.961851), - normal: (0.000666, 0.002295, 0.999997), }, - Vertex { position: (1.855134, -3.083228, 0.986129), - normal: (0.517272, -0.552302, 0.653753), }, - Vertex { position: (1.806371, -2.949735, 0.984058), - normal: (-0.51975, 0.138222, 0.843063), }, - Vertex { position: (1.802387, -3.089615, 0.961851), - normal: (0.000666, 0.002295, 0.999997), }, - Vertex { position: (1.806371, -2.949735, 0.984058), - normal: (-0.51975, 0.138222, 0.843063), }, - Vertex { position: (1.735077, -3.022732, 0.972751), - normal: (-0.906134, 0.012265, -0.422813), }, - Vertex { position: (1.734568, -2.965876, 0.986396), - normal: (-0.424393, 0.057227, 0.903668), }, - Vertex { position: (1.705953, -3.006628, 0.83263), - normal: (-0.065687, -0.249194, -0.966223), }, - Vertex { position: (1.735077, -3.022732, 0.972751), - normal: (-0.906134, 0.012265, -0.422813), }, - Vertex { position: (2.07369, -3.020848, 0.782654), - normal: (-0.080858, 0.024731, 0.996419), }, - Vertex { position: (2.001343, -2.847715, 0.762517), - normal: (-0.753891, 0.130682, 0.643872), }, - Vertex { position: (2.057496, -2.887282, 0.844225), - normal: (-0.820357, 0.160676, 0.548815), }, - Vertex { position: (2.07369, -3.020848, 0.782654), - normal: (-0.080858, 0.024731, 0.996419), }, - Vertex { position: (2.057496, -2.887282, 0.844225), - normal: (-0.820357, 0.160676, 0.548815), }, - Vertex { position: (2.113587, -3.011851, 0.851648), - normal: (0.789099, -0.039289, -0.613008), }, - Vertex { position: (1.857471, -2.950722, 0.669988), - normal: (-0.492859, -0.096404, 0.864752), }, - Vertex { position: (1.900481, -3.131932, 0.728621), - normal: (-0.363523, -0.150625, -0.919327), }, - Vertex { position: (1.741854, -3.114181, 0.700705), - normal: (-0.326843, -0.236651, -0.91497), }, - Vertex { position: (1.776024, -2.980086, 0.707575), - normal: (0.753698, -0.027204, -0.656657), }, - Vertex { position: (1.857471, -2.950722, 0.669988), - normal: (-0.492859, -0.096404, 0.864752), }, - Vertex { position: (1.741854, -3.114181, 0.700705), - normal: (-0.326843, -0.236651, -0.91497), }, - Vertex { position: (1.857471, -2.950722, 0.669988), - normal: (-0.492859, -0.096404, 0.864752), }, - Vertex { position: (1.945632, -2.87671, 0.703118), - normal: (0.012244, -0.298111, 0.954453), }, - Vertex { position: (1.998099, -3.039955, 0.718855), - normal: (-0.245482, -0.183394, 0.951896), }, - Vertex { position: (1.857471, -2.950722, 0.669988), - normal: (-0.492859, -0.096404, 0.864752), }, - Vertex { position: (1.998099, -3.039955, 0.718855), - normal: (-0.245482, -0.183394, 0.951896), }, - Vertex { position: (1.900481, -3.131932, 0.728621), - normal: (-0.363523, -0.150625, -0.919327), }, - Vertex { position: (1.945632, -2.87671, 0.703118), - normal: (0.012244, -0.298111, 0.954453), }, - Vertex { position: (2.001343, -2.847715, 0.762517), - normal: (-0.753891, 0.130682, 0.643872), }, - Vertex { position: (2.07369, -3.020848, 0.782654), - normal: (-0.080858, 0.024731, 0.996419), }, - Vertex { position: (1.945632, -2.87671, 0.703118), - normal: (0.012244, -0.298111, 0.954453), }, - Vertex { position: (2.07369, -3.020848, 0.782654), - normal: (-0.080858, 0.024731, 0.996419), }, - Vertex { position: (1.998099, -3.039955, 0.718855), - normal: (-0.245482, -0.183394, 0.951896), }, - Vertex { position: (1.841282, -2.716008, 0.708009), - normal: (0.672894, 0.661099, 0.331907), }, - Vertex { position: (1.884318, -2.724404, 0.701999), - normal: (-0.545598, -0.330416, 0.770161), }, - Vertex { position: (1.945632, -2.87671, 0.703118), - normal: (0.012244, -0.298111, 0.954453), }, - Vertex { position: (1.841282, -2.716008, 0.708009), - normal: (0.672894, 0.661099, 0.331907), }, - Vertex { position: (1.945632, -2.87671, 0.703118), - normal: (0.012244, -0.298111, 0.954453), }, - Vertex { position: (1.857471, -2.950722, 0.669988), - normal: (-0.492859, -0.096404, 0.864752), }, - Vertex { position: (1.972647, -2.728848, 0.772496), - normal: (-0.074103, 0.409269, 0.909399), }, - Vertex { position: (2.001343, -2.847715, 0.762517), - normal: (-0.753891, 0.130682, 0.643872), }, - Vertex { position: (1.945632, -2.87671, 0.703118), - normal: (0.012244, -0.298111, 0.954453), }, - Vertex { position: (1.972647, -2.728848, 0.772496), - normal: (-0.074103, 0.409269, 0.909399), }, - Vertex { position: (1.945632, -2.87671, 0.703118), - normal: (0.012244, -0.298111, 0.954453), }, - Vertex { position: (1.884318, -2.724404, 0.701999), - normal: (-0.545598, -0.330416, 0.770161), }, - Vertex { position: (1.736425, -2.743683, 0.736866), - normal: (0.030762, -0.124297, -0.991768), }, - Vertex { position: (1.841282, -2.716008, 0.708009), - normal: (0.672894, 0.661099, 0.331907), }, - Vertex { position: (1.857471, -2.950722, 0.669988), - normal: (-0.492859, -0.096404, 0.864752), }, - Vertex { position: (1.736425, -2.743683, 0.736866), - normal: (0.030762, -0.124297, -0.991768), }, - Vertex { position: (1.857471, -2.950722, 0.669988), - normal: (-0.492859, -0.096404, 0.864752), }, - Vertex { position: (1.776024, -2.980086, 0.707575), - normal: (0.753698, -0.027204, -0.656657), }, - Vertex { position: (-2.687162, -1.539807, 0.988048), - normal: (0.009712, 0.399549, 0.91666), }, - Vertex { position: (-2.837147, -1.791733, 0.921563), - normal: (-0.13251, 0.440061, 0.888137), }, - Vertex { position: (-2.734184, -1.717948, 0.749581), - normal: (0.942117, -0.292664, 0.163592), }, - Vertex { position: (-2.687162, -1.539807, 0.988048), - normal: (0.009712, 0.399549, 0.91666), }, - Vertex { position: (-2.734184, -1.717948, 0.749581), - normal: (0.942117, -0.292664, 0.163592), }, - Vertex { position: (-2.591357, -1.510845, 0.88547), - normal: (-0.995081, -0.092251, -0.036114), }, - Vertex { position: (-2.765069, -1.561164, 1.084313), - normal: (0.095733, -0.224552, 0.969748), }, - Vertex { position: (-2.918293, -1.904184, 1.004659), - normal: (0.413011, 0.629609, 0.658038), }, - Vertex { position: (-2.837147, -1.791733, 0.921563), - normal: (-0.13251, 0.440061, 0.888137), }, - Vertex { position: (-2.765069, -1.561164, 1.084313), - normal: (0.095733, -0.224552, 0.969748), }, - Vertex { position: (-2.837147, -1.791733, 0.921563), - normal: (-0.13251, 0.440061, 0.888137), }, - Vertex { position: (-2.687162, -1.539807, 0.988048), - normal: (0.009712, 0.399549, 0.91666), }, - Vertex { position: (-2.862576, -1.546894, 1.117139), - normal: (-0.149005, -0.65467, 0.741084), }, - Vertex { position: (-3.010917, -1.884498, 1.08351), - normal: (0.070969, 0.266956, 0.961092), }, - Vertex { position: (-2.918293, -1.904184, 1.004659), - normal: (0.413011, 0.629609, 0.658038), }, - Vertex { position: (-2.862576, -1.546894, 1.117139), - normal: (-0.149005, -0.65467, 0.741084), }, - Vertex { position: (-2.918293, -1.904184, 1.004659), - normal: (0.413011, 0.629609, 0.658038), }, - Vertex { position: (-2.765069, -1.561164, 1.084313), - normal: (0.095733, -0.224552, 0.969748), }, - Vertex { position: (-2.955052, -1.49684, 1.128812), - normal: (-0.461794, 0.113692, 0.879671), }, - Vertex { position: (-3.117476, -1.866892, 1.108034), - normal: (0.405633, 0.578229, 0.707893), }, - Vertex { position: (-3.010917, -1.884498, 1.08351), - normal: (0.070969, 0.266956, 0.961092), }, - Vertex { position: (-2.955052, -1.49684, 1.128812), - normal: (-0.461794, 0.113692, 0.879671), }, - Vertex { position: (-3.010917, -1.884498, 1.08351), - normal: (0.070969, 0.266956, 0.961092), }, - Vertex { position: (-2.862576, -1.546894, 1.117139), - normal: (-0.149005, -0.65467, 0.741084), }, - Vertex { position: (-3.063133, -1.440555, 1.090926), - normal: (-0.18119, -0.970212, 0.160805), }, - Vertex { position: (-3.23261, -1.834299, 1.087832), - normal: (-0.431118, -0.034268, 0.901645), }, - Vertex { position: (-3.117476, -1.866892, 1.108034), - normal: (0.405633, 0.578229, 0.707893), }, - Vertex { position: (-3.063133, -1.440555, 1.090926), - normal: (-0.18119, -0.970212, 0.160805), }, - Vertex { position: (-3.117476, -1.866892, 1.108034), - normal: (0.405633, 0.578229, 0.707893), }, - Vertex { position: (-2.955052, -1.49684, 1.128812), - normal: (-0.461794, 0.113692, 0.879671), }, - Vertex { position: (-3.387254, -1.486027, 0.672861), - normal: (0.290478, -0.146424, 0.945612), }, - Vertex { position: (-3.498521, -1.762078, 0.762472), - normal: (0.596352, 0.583149, 0.551635), }, - Vertex { position: (-3.49052, -1.760417, 0.903104), - normal: (0.637284, 0.689194, 0.344791), }, - Vertex { position: (-3.387254, -1.486027, 0.672861), - normal: (0.290478, -0.146424, 0.945612), }, - Vertex { position: (-3.49052, -1.760417, 0.903104), - normal: (0.637284, 0.689194, 0.344791), }, - Vertex { position: (-3.36599, -1.48517, 0.888076), - normal: (0.737412, 0.542596, 0.402261), }, - Vertex { position: (-3.36599, -1.48517, 0.888076), - normal: (0.737412, 0.542596, 0.402261), }, - Vertex { position: (-3.319817, -1.365015, 0.886015), - normal: (0.515412, -0.714946, -0.472444), }, - Vertex { position: (-3.335942, -1.365685, 0.72459), - normal: (-0.521685, -0.261319, 0.812131), }, - Vertex { position: (-3.36599, -1.48517, 0.888076), - normal: (0.737412, 0.542596, 0.402261), }, - Vertex { position: (-3.335942, -1.365685, 0.72459), - normal: (-0.521685, -0.261319, 0.812131), }, - Vertex { position: (-3.387254, -1.486027, 0.672861), - normal: (0.290478, -0.146424, 0.945612), }, - Vertex { position: (-3.068444, -2.260195, 1.03507), - normal: (-0.637763, 0.107242, 0.76273), }, - Vertex { position: (-3.177824, -2.279173, 1.04758), - normal: (0.503689, 0.453945, 0.735004), }, - Vertex { position: (-3.162498, -2.556375, 1.058409), - normal: (0.851754, 0.52393, -0.003494), }, - Vertex { position: (-3.068444, -2.260195, 1.03507), - normal: (-0.637763, 0.107242, 0.76273), }, - Vertex { position: (-3.162498, -2.556375, 1.058409), - normal: (0.851754, 0.52393, -0.003494), }, - Vertex { position: (-3.078699, -2.553982, 1.046834), - normal: (0.840313, 0.535537, -0.084107), }, - Vertex { position: (-3.047974, -2.109628, 1.063497), - normal: (-0.67011, -0.018974, 0.742019), }, - Vertex { position: (-3.169489, -2.110039, 1.076796), - normal: (-0.833016, 0.038682, 0.551896), }, - Vertex { position: (-3.177824, -2.279173, 1.04758), - normal: (0.503689, 0.453945, 0.735004), }, - Vertex { position: (-3.047974, -2.109628, 1.063497), - normal: (-0.67011, -0.018974, 0.742019), }, - Vertex { position: (-3.177824, -2.279173, 1.04758), - normal: (0.503689, 0.453945, 0.735004), }, - Vertex { position: (-3.068444, -2.260195, 1.03507), - normal: (-0.637763, 0.107242, 0.76273), }, - Vertex { position: (-3.010917, -1.884498, 1.08351), - normal: (0.070969, 0.266956, 0.961092), }, - Vertex { position: (-3.117476, -1.866892, 1.108034), - normal: (0.405633, 0.578229, 0.707893), }, - Vertex { position: (-3.169489, -2.110039, 1.076796), - normal: (-0.833016, 0.038682, 0.551896), }, - Vertex { position: (-3.010917, -1.884498, 1.08351), - normal: (0.070969, 0.266956, 0.961092), }, - Vertex { position: (-3.169489, -2.110039, 1.076796), - normal: (-0.833016, 0.038682, 0.551896), }, - Vertex { position: (-3.047974, -2.109628, 1.063497), - normal: (-0.67011, -0.018974, 0.742019), }, - Vertex { position: (-3.169489, -2.110039, 1.076796), - normal: (-0.833016, 0.038682, 0.551896), }, - Vertex { position: (-3.207447, -2.103206, 1.071366), - normal: (0.197648, 0.486888, 0.850809), }, - Vertex { position: (-3.177824, -2.279173, 1.04758), - normal: (0.503689, 0.453945, 0.735004), }, - Vertex { position: (-3.117476, -1.866892, 1.108034), - normal: (0.405633, 0.578229, 0.707893), }, - Vertex { position: (-3.23261, -1.834299, 1.087832), - normal: (-0.431118, -0.034268, 0.901645), }, - Vertex { position: (-3.207447, -2.103206, 1.071366), - normal: (0.197648, 0.486888, 0.850809), }, - Vertex { position: (-3.117476, -1.866892, 1.108034), - normal: (0.405633, 0.578229, 0.707893), }, - Vertex { position: (-3.207447, -2.103206, 1.071366), - normal: (0.197648, 0.486888, 0.850809), }, - Vertex { position: (-3.169489, -2.110039, 1.076796), - normal: (-0.833016, 0.038682, 0.551896), }, - Vertex { position: (-3.177824, -2.279173, 1.04758), - normal: (0.503689, 0.453945, 0.735004), }, - Vertex { position: (-3.281816, -2.305055, 1.001878), - normal: (0.144389, 0.231536, 0.962051), }, - Vertex { position: (-3.251541, -2.56405, 1.023627), - normal: (0.163153, 0.19945, 0.96623), }, - Vertex { position: (-3.177824, -2.279173, 1.04758), - normal: (0.503689, 0.453945, 0.735004), }, - Vertex { position: (-3.251541, -2.56405, 1.023627), - normal: (0.163153, 0.19945, 0.96623), }, - Vertex { position: (-3.162498, -2.556375, 1.058409), - normal: (0.851754, 0.52393, -0.003494), }, - Vertex { position: (-3.207447, -2.103206, 1.071366), - normal: (0.197648, 0.486888, 0.850809), }, - Vertex { position: (-3.327526, -2.075729, 1.005328), - normal: (-0.985013, 0.106757, -0.135469), }, - Vertex { position: (-3.281816, -2.305055, 1.001878), - normal: (0.144389, 0.231536, 0.962051), }, - Vertex { position: (-3.207447, -2.103206, 1.071366), - normal: (0.197648, 0.486888, 0.850809), }, - Vertex { position: (-3.281816, -2.305055, 1.001878), - normal: (0.144389, 0.231536, 0.962051), }, - Vertex { position: (-3.177824, -2.279173, 1.04758), - normal: (0.503689, 0.453945, 0.735004), }, - Vertex { position: (-3.23261, -1.834299, 1.087832), - normal: (-0.431118, -0.034268, 0.901645), }, - Vertex { position: (-3.357996, -1.811803, 0.975625), - normal: (-0.46316, 0.228643, 0.856274), }, - Vertex { position: (-3.327526, -2.075729, 1.005328), - normal: (-0.985013, 0.106757, -0.135469), }, - Vertex { position: (-3.23261, -1.834299, 1.087832), - normal: (-0.431118, -0.034268, 0.901645), }, - Vertex { position: (-3.327526, -2.075729, 1.005328), - normal: (-0.985013, 0.106757, -0.135469), }, - Vertex { position: (-3.207447, -2.103206, 1.071366), - normal: (0.197648, 0.486888, 0.850809), }, - Vertex { position: (-3.281816, -2.305055, 1.001878), - normal: (0.144389, 0.231536, 0.962051), }, - Vertex { position: (-3.389388, -2.305625, 0.950348), - normal: (-0.948593, -0.185732, -0.25627), }, - Vertex { position: (-3.347304, -2.573628, 0.955211), - normal: (-0.99734, 0.010762, -0.072093), }, - Vertex { position: (-3.281816, -2.305055, 1.001878), - normal: (0.144389, 0.231536, 0.962051), }, - Vertex { position: (-3.347304, -2.573628, 0.955211), - normal: (-0.99734, 0.010762, -0.072093), }, - Vertex { position: (-3.251541, -2.56405, 1.023627), - normal: (0.163153, 0.19945, 0.96623), }, - Vertex { position: (-3.327526, -2.075729, 1.005328), - normal: (-0.985013, 0.106757, -0.135469), }, - Vertex { position: (-3.451965, -2.077314, 0.931974), - normal: (-0.948593, -0.185732, -0.25627), }, - Vertex { position: (-3.389388, -2.305625, 0.950348), - normal: (-0.948593, -0.185732, -0.25627), }, - Vertex { position: (-3.327526, -2.075729, 1.005328), - normal: (-0.985013, 0.106757, -0.135469), }, - Vertex { position: (-3.389388, -2.305625, 0.950348), - normal: (-0.948593, -0.185732, -0.25627), }, - Vertex { position: (-3.281816, -2.305055, 1.001878), - normal: (0.144389, 0.231536, 0.962051), }, - Vertex { position: (-3.357996, -1.811803, 0.975625), - normal: (-0.46316, 0.228643, 0.856274), }, - Vertex { position: (-3.49052, -1.760417, 0.903104), - normal: (0.637284, 0.689194, 0.344791), }, - Vertex { position: (-3.451965, -2.077314, 0.931974), - normal: (-0.948593, -0.185732, -0.25627), }, - Vertex { position: (-3.357996, -1.811803, 0.975625), - normal: (-0.46316, 0.228643, 0.856274), }, - Vertex { position: (-3.451965, -2.077314, 0.931974), - normal: (-0.948593, -0.185732, -0.25627), }, - Vertex { position: (-3.327526, -2.075729, 1.005328), - normal: (-0.985013, 0.106757, -0.135469), }, - Vertex { position: (-3.007483, -2.270712, 0.984279), - normal: (-0.471141, 0.022027, -0.881783), }, - Vertex { position: (-3.068444, -2.260195, 1.03507), - normal: (-0.637763, 0.107242, 0.76273), }, - Vertex { position: (-3.078699, -2.553982, 1.046834), - normal: (0.840313, 0.535537, -0.084107), }, - Vertex { position: (-3.007483, -2.270712, 0.984279), - normal: (-0.471141, 0.022027, -0.881783), }, - Vertex { position: (-3.078699, -2.553982, 1.046834), - normal: (0.840313, 0.535537, -0.084107), }, - Vertex { position: (-3.022819, -2.52224, 0.979148), - normal: (-0.178214, -0.110838, -0.977729), }, - Vertex { position: (-2.969687, -2.097941, 0.982836), - normal: (-0.385346, -0.01874, -0.922582), }, - Vertex { position: (-3.047974, -2.109628, 1.063497), - normal: (-0.67011, -0.018974, 0.742019), }, - Vertex { position: (-3.068444, -2.260195, 1.03507), - normal: (-0.637763, 0.107242, 0.76273), }, - Vertex { position: (-2.969687, -2.097941, 0.982836), - normal: (-0.385346, -0.01874, -0.922582), }, - Vertex { position: (-3.068444, -2.260195, 1.03507), - normal: (-0.637763, 0.107242, 0.76273), }, - Vertex { position: (-3.007483, -2.270712, 0.984279), - normal: (-0.471141, 0.022027, -0.881783), }, - Vertex { position: (-2.918293, -1.904184, 1.004659), - normal: (0.413011, 0.629609, 0.658038), }, - Vertex { position: (-3.010917, -1.884498, 1.08351), - normal: (0.070969, 0.266956, 0.961092), }, - Vertex { position: (-3.047974, -2.109628, 1.063497), - normal: (-0.67011, -0.018974, 0.742019), }, - Vertex { position: (-2.918293, -1.904184, 1.004659), - normal: (0.413011, 0.629609, 0.658038), }, - Vertex { position: (-3.047974, -2.109628, 1.063497), - normal: (-0.67011, -0.018974, 0.742019), }, - Vertex { position: (-2.969687, -2.097941, 0.982836), - normal: (-0.385346, -0.01874, -0.922582), }, - Vertex { position: (-2.837147, -1.791733, 0.921563), - normal: (-0.13251, 0.440061, 0.888137), }, - Vertex { position: (-2.918293, -1.904184, 1.004659), - normal: (0.413011, 0.629609, 0.658038), }, - Vertex { position: (-2.892438, -1.95081, 0.87812), - normal: (-0.11646, -0.017993, -0.993032), }, - Vertex { position: (-2.969687, -2.097941, 0.982836), - normal: (-0.385346, -0.01874, -0.922582), }, - Vertex { position: (-2.981187, -2.142718, 0.858353), - normal: (0.156207, -0.109405, -0.981647), }, - Vertex { position: (-2.892438, -1.95081, 0.87812), - normal: (-0.11646, -0.017993, -0.993032), }, - Vertex { position: (-2.969687, -2.097941, 0.982836), - normal: (-0.385346, -0.01874, -0.922582), }, - Vertex { position: (-2.892438, -1.95081, 0.87812), - normal: (-0.11646, -0.017993, -0.993032), }, - Vertex { position: (-2.918293, -1.904184, 1.004659), - normal: (0.413011, 0.629609, 0.658038), }, - Vertex { position: (-3.007483, -2.270712, 0.984279), - normal: (-0.471141, 0.022027, -0.881783), }, - Vertex { position: (-3.030605, -2.311222, 0.88433), - normal: (0.339875, 0.026681, -0.940092), }, - Vertex { position: (-2.981187, -2.142718, 0.858353), - normal: (0.156207, -0.109405, -0.981647), }, - Vertex { position: (-3.007483, -2.270712, 0.984279), - normal: (-0.471141, 0.022027, -0.881783), }, - Vertex { position: (-2.981187, -2.142718, 0.858353), - normal: (0.156207, -0.109405, -0.981647), }, - Vertex { position: (-2.969687, -2.097941, 0.982836), - normal: (-0.385346, -0.01874, -0.922582), }, - Vertex { position: (-3.022819, -2.52224, 0.979148), - normal: (-0.178214, -0.110838, -0.977729), }, - Vertex { position: (-3.04661, -2.510881, 0.900772), - normal: (-0.674431, 0.094186, -0.732306), }, - Vertex { position: (-3.030605, -2.311222, 0.88433), - normal: (0.339875, 0.026681, -0.940092), }, - Vertex { position: (-3.022819, -2.52224, 0.979148), - normal: (-0.178214, -0.110838, -0.977729), }, - Vertex { position: (-3.030605, -2.311222, 0.88433), - normal: (0.339875, 0.026681, -0.940092), }, - Vertex { position: (-3.007483, -2.270712, 0.984279), - normal: (-0.471141, 0.022027, -0.881783), }, - Vertex { position: (-2.981187, -2.142718, 0.858353), - normal: (0.156207, -0.109405, -0.981647), }, - Vertex { position: (-3.040398, -2.156239, 0.808208), - normal: (-0.978077, -0.070308, -0.196017), }, - Vertex { position: (-2.964215, -1.978727, 0.776572), - normal: (-0.037581, -0.042039, -0.998409), }, - Vertex { position: (-2.981187, -2.142718, 0.858353), - normal: (0.156207, -0.109405, -0.981647), }, - Vertex { position: (-2.964215, -1.978727, 0.776572), - normal: (-0.037581, -0.042039, -0.998409), }, - Vertex { position: (-2.892438, -1.95081, 0.87812), - normal: (-0.11646, -0.017993, -0.993032), }, - Vertex { position: (-3.030605, -2.311222, 0.88433), - normal: (0.339875, 0.026681, -0.940092), }, - Vertex { position: (-3.040398, -2.156239, 0.808208), - normal: (-0.978077, -0.070308, -0.196017), }, - Vertex { position: (-2.981187, -2.142718, 0.858353), - normal: (0.156207, -0.109405, -0.981647), }, - Vertex { position: (-3.144012, -2.333635, 0.829994), - normal: (-0.039603, 0.339955, 0.939607), }, - Vertex { position: (-3.120761, -2.15777, 0.766432), - normal: (-0.556404, -0.045521, -0.829664), }, - Vertex { position: (-3.040398, -2.156239, 0.808208), - normal: (-0.978077, -0.070308, -0.196017), }, - Vertex { position: (-3.144012, -2.333635, 0.829994), - normal: (-0.039603, 0.339955, 0.939607), }, - Vertex { position: (-3.040398, -2.156239, 0.808208), - normal: (-0.978077, -0.070308, -0.196017), }, - Vertex { position: (-3.030605, -2.311222, 0.88433), - normal: (0.339875, 0.026681, -0.940092), }, - Vertex { position: (-3.040398, -2.156239, 0.808208), - normal: (-0.978077, -0.070308, -0.196017), }, - Vertex { position: (-3.120761, -2.15777, 0.766432), - normal: (-0.556404, -0.045521, -0.829664), }, - Vertex { position: (-3.066022, -1.953125, 0.719516), - normal: (-0.377491, -0.043727, 0.92498), }, - Vertex { position: (-3.040398, -2.156239, 0.808208), - normal: (-0.978077, -0.070308, -0.196017), }, - Vertex { position: (-3.066022, -1.953125, 0.719516), - normal: (-0.377491, -0.043727, 0.92498), }, - Vertex { position: (-2.964215, -1.978727, 0.776572), - normal: (-0.037581, -0.042039, -0.998409), }, - Vertex { position: (-3.120761, -2.15777, 0.766432), - normal: (-0.556404, -0.045521, -0.829664), }, - Vertex { position: (-3.253309, -2.137354, 0.760713), - normal: (0.72114, 0.258271, -0.642848), }, - Vertex { position: (-3.211005, -1.850398, 0.700723), - normal: (0.684558, 0.361153, -0.633205), }, - Vertex { position: (-3.120761, -2.15777, 0.766432), - normal: (-0.556404, -0.045521, -0.829664), }, - Vertex { position: (-3.211005, -1.850398, 0.700723), - normal: (0.684558, 0.361153, -0.633205), }, - Vertex { position: (-3.066022, -1.953125, 0.719516), - normal: (-0.377491, -0.043727, 0.92498), }, - Vertex { position: (-3.144012, -2.333635, 0.829994), - normal: (-0.039603, 0.339955, 0.939607), }, - Vertex { position: (-3.235873, -2.335338, 0.820588), - normal: (0.845209, 0.529005, 0.075999), }, - Vertex { position: (-3.253309, -2.137354, 0.760713), - normal: (0.72114, 0.258271, -0.642848), }, - Vertex { position: (-3.144012, -2.333635, 0.829994), - normal: (-0.039603, 0.339955, 0.939607), }, - Vertex { position: (-3.253309, -2.137354, 0.760713), - normal: (0.72114, 0.258271, -0.642848), }, - Vertex { position: (-3.120761, -2.15777, 0.766432), - normal: (-0.556404, -0.045521, -0.829664), }, - Vertex { position: (-3.132772, -2.528669, 0.848639), - normal: (0.780958, 0.624512, 0.00945), }, - Vertex { position: (-3.240554, -2.555467, 0.856262), - normal: (0.61389, 0.702597, 0.359856), }, - Vertex { position: (-3.235873, -2.335338, 0.820588), - normal: (0.845209, 0.529005, 0.075999), }, - Vertex { position: (-3.132772, -2.528669, 0.848639), - normal: (0.780958, 0.624512, 0.00945), }, - Vertex { position: (-3.235873, -2.335338, 0.820588), - normal: (0.845209, 0.529005, 0.075999), }, - Vertex { position: (-3.144012, -2.333635, 0.829994), - normal: (-0.039603, 0.339955, 0.939607), }, - Vertex { position: (-3.381262, -1.828189, 0.697034), - normal: (0.77125, 0.634502, 0.050796), }, - Vertex { position: (-3.498521, -1.762078, 0.762472), - normal: (0.596352, 0.583149, 0.551635), }, - Vertex { position: (-3.387254, -1.486027, 0.672861), - normal: (0.290478, -0.146424, 0.945612), }, - Vertex { position: (-3.381262, -1.828189, 0.697034), - normal: (0.77125, 0.634502, 0.050796), }, - Vertex { position: (-3.387254, -1.486027, 0.672861), - normal: (0.290478, -0.146424, 0.945612), }, - Vertex { position: (-3.304804, -1.582192, 0.643445), - normal: (0.830793, -0.244757, 0.499877), }, - Vertex { position: (-3.304804, -1.582192, 0.643445), - normal: (0.830793, -0.244757, 0.499877), }, - Vertex { position: (-3.139394, -1.687482, 0.638546), - normal: (0.843062, -0.10517, 0.527433), }, - Vertex { position: (-3.211005, -1.850398, 0.700723), - normal: (0.684558, 0.361153, -0.633205), }, - Vertex { position: (-3.304804, -1.582192, 0.643445), - normal: (0.830793, -0.244757, 0.499877), }, - Vertex { position: (-3.211005, -1.850398, 0.700723), - normal: (0.684558, 0.361153, -0.633205), }, - Vertex { position: (-3.381262, -1.828189, 0.697034), - normal: (0.77125, 0.634502, 0.050796), }, - Vertex { position: (-3.253309, -2.137354, 0.760713), - normal: (0.72114, 0.258271, -0.642848), }, - Vertex { position: (-3.422698, -2.070796, 0.773898), - normal: (0.712283, 0.385668, -0.586441), }, - Vertex { position: (-3.381262, -1.828189, 0.697034), - normal: (0.77125, 0.634502, 0.050796), }, - Vertex { position: (-3.253309, -2.137354, 0.760713), - normal: (0.72114, 0.258271, -0.642848), }, - Vertex { position: (-3.381262, -1.828189, 0.697034), - normal: (0.77125, 0.634502, 0.050796), }, - Vertex { position: (-3.211005, -1.850398, 0.700723), - normal: (0.684558, 0.361153, -0.633205), }, - Vertex { position: (-3.235873, -2.335338, 0.820588), - normal: (0.845209, 0.529005, 0.075999), }, - Vertex { position: (-3.339489, -2.328145, 0.827572), - normal: (0.684834, 0.490952, -0.538488), }, - Vertex { position: (-3.422698, -2.070796, 0.773898), - normal: (0.712283, 0.385668, -0.586441), }, - Vertex { position: (-3.235873, -2.335338, 0.820588), - normal: (0.845209, 0.529005, 0.075999), }, - Vertex { position: (-3.422698, -2.070796, 0.773898), - normal: (0.712283, 0.385668, -0.586441), }, - Vertex { position: (-3.253309, -2.137354, 0.760713), - normal: (0.72114, 0.258271, -0.642848), }, - Vertex { position: (-3.240554, -2.555467, 0.856262), - normal: (0.61389, 0.702597, 0.359856), }, - Vertex { position: (-3.297886, -2.54902, 0.861657), - normal: (0.722847, 0.455753, -0.519404), }, - Vertex { position: (-3.339489, -2.328145, 0.827572), - normal: (0.684834, 0.490952, -0.538488), }, - Vertex { position: (-3.240554, -2.555467, 0.856262), - normal: (0.61389, 0.702597, 0.359856), }, - Vertex { position: (-3.339489, -2.328145, 0.827572), - normal: (0.684834, 0.490952, -0.538488), }, - Vertex { position: (-3.235873, -2.335338, 0.820588), - normal: (0.845209, 0.529005, 0.075999), }, - Vertex { position: (-3.422698, -2.070796, 0.773898), - normal: (0.712283, 0.385668, -0.586441), }, - Vertex { position: (-3.463753, -2.079892, 0.844667), - normal: (-0.058899, -0.007802, -0.998233), }, - Vertex { position: (-3.498521, -1.762078, 0.762472), - normal: (0.596352, 0.583149, 0.551635), }, - Vertex { position: (-3.422698, -2.070796, 0.773898), - normal: (0.712283, 0.385668, -0.586441), }, - Vertex { position: (-3.498521, -1.762078, 0.762472), - normal: (0.596352, 0.583149, 0.551635), }, - Vertex { position: (-3.381262, -1.828189, 0.697034), - normal: (0.77125, 0.634502, 0.050796), }, - Vertex { position: (-3.339489, -2.328145, 0.827572), - normal: (0.684834, 0.490952, -0.538488), }, - Vertex { position: (-3.412068, -2.356105, 0.865813), - normal: (0.403627, 0.101273, -0.909302), }, - Vertex { position: (-3.463753, -2.079892, 0.844667), - normal: (-0.058899, -0.007802, -0.998233), }, - Vertex { position: (-3.339489, -2.328145, 0.827572), - normal: (0.684834, 0.490952, -0.538488), }, - Vertex { position: (-3.463753, -2.079892, 0.844667), - normal: (-0.058899, -0.007802, -0.998233), }, - Vertex { position: (-3.422698, -2.070796, 0.773898), - normal: (0.712283, 0.385668, -0.586441), }, - Vertex { position: (-3.297886, -2.54902, 0.861657), - normal: (0.722847, 0.455753, -0.519404), }, - Vertex { position: (-3.372066, -2.569159, 0.904785), - normal: (0.308087, 0.149605, -0.939522), }, - Vertex { position: (-3.412068, -2.356105, 0.865813), - normal: (0.403627, 0.101273, -0.909302), }, - Vertex { position: (-3.297886, -2.54902, 0.861657), - normal: (0.722847, 0.455753, -0.519404), }, - Vertex { position: (-3.412068, -2.356105, 0.865813), - normal: (0.403627, 0.101273, -0.909302), }, - Vertex { position: (-3.339489, -2.328145, 0.827572), - normal: (0.684834, 0.490952, -0.538488), }, - Vertex { position: (-3.412068, -2.356105, 0.865813), - normal: (0.403627, 0.101273, -0.909302), }, - Vertex { position: (-3.389388, -2.305625, 0.950348), - normal: (-0.948593, -0.185732, -0.25627), }, - Vertex { position: (-3.451965, -2.077314, 0.931974), - normal: (-0.948593, -0.185732, -0.25627), }, - Vertex { position: (-3.412068, -2.356105, 0.865813), - normal: (0.403627, 0.101273, -0.909302), }, - Vertex { position: (-3.451965, -2.077314, 0.931974), - normal: (-0.948593, -0.185732, -0.25627), }, - Vertex { position: (-3.463753, -2.079892, 0.844667), - normal: (-0.058899, -0.007802, -0.998233), }, - Vertex { position: (-3.372066, -2.569159, 0.904785), - normal: (0.308087, 0.149605, -0.939522), }, - Vertex { position: (-3.347304, -2.573628, 0.955211), - normal: (-0.99734, 0.010762, -0.072093), }, - Vertex { position: (-3.389388, -2.305625, 0.950348), - normal: (-0.948593, -0.185732, -0.25627), }, - Vertex { position: (-3.372066, -2.569159, 0.904785), - normal: (0.308087, 0.149605, -0.939522), }, - Vertex { position: (-3.389388, -2.305625, 0.950348), - normal: (-0.948593, -0.185732, -0.25627), }, - Vertex { position: (-3.412068, -2.356105, 0.865813), - normal: (0.403627, 0.101273, -0.909302), }, - Vertex { position: (-3.463753, -2.079892, 0.844667), - normal: (-0.058899, -0.007802, -0.998233), }, - Vertex { position: (-3.451965, -2.077314, 0.931974), - normal: (-0.948593, -0.185732, -0.25627), }, - Vertex { position: (-3.49052, -1.760417, 0.903104), - normal: (0.637284, 0.689194, 0.344791), }, - Vertex { position: (-3.463753, -2.079892, 0.844667), - normal: (-0.058899, -0.007802, -0.998233), }, - Vertex { position: (-3.49052, -1.760417, 0.903104), - normal: (0.637284, 0.689194, 0.344791), }, - Vertex { position: (-3.498521, -1.762078, 0.762472), - normal: (0.596352, 0.583149, 0.551635), }, - Vertex { position: (-3.342096, -1.533989, 0.921628), - normal: (-0.508357, 0.250892, 0.823787), }, - Vertex { position: (-3.36599, -1.48517, 0.888076), - normal: (0.737412, 0.542596, 0.402261), }, - Vertex { position: (-3.49052, -1.760417, 0.903104), - normal: (0.637284, 0.689194, 0.344791), }, - Vertex { position: (-3.342096, -1.533989, 0.921628), - normal: (-0.508357, 0.250892, 0.823787), }, - Vertex { position: (-3.49052, -1.760417, 0.903104), - normal: (0.637284, 0.689194, 0.344791), }, - Vertex { position: (-3.357996, -1.811803, 0.975625), - normal: (-0.46316, 0.228643, 0.856274), }, - Vertex { position: (2.02453, -2.195334, 0.811284), - normal: (-0.430524, -0.648446, 0.627828), }, - Vertex { position: (1.98533, -2.221319, 0.893145), - normal: (0.626232, 0.565165, 0.53705), }, - Vertex { position: (1.930747, -2.463535, 0.894743), - normal: (0.768073, 0.514956, 0.380637), }, - Vertex { position: (2.02453, -2.195334, 0.811284), - normal: (-0.430524, -0.648446, 0.627828), }, - Vertex { position: (1.930747, -2.463535, 0.894743), - normal: (0.768073, 0.514956, 0.380637), }, - Vertex { position: (1.953911, -2.462233, 0.830594), - normal: (0.213417, -0.547722, 0.808983), }, - Vertex { position: (2.047696, -2.050138, 0.814712), - normal: (-0.492627, 0.113675, 0.862784), }, - Vertex { position: (2.013095, -2.051912, 0.911043), - normal: (0.52783, 0.437826, 0.727807), }, - Vertex { position: (1.98533, -2.221319, 0.893145), - normal: (0.626232, 0.565165, 0.53705), }, - Vertex { position: (2.047696, -2.050138, 0.814712), - normal: (-0.492627, 0.113675, 0.862784), }, - Vertex { position: (1.98533, -2.221319, 0.893145), - normal: (0.626232, 0.565165, 0.53705), }, - Vertex { position: (2.02453, -2.195334, 0.811284), - normal: (-0.430524, -0.648446, 0.627828), }, - Vertex { position: (2.053108, -1.738285, 0.824853), - normal: (-0.495591, 0.225654, 0.838731), }, - Vertex { position: (2.021591, -1.755289, 0.912093), - normal: (0.862528, 0.499882, -0.078511), }, - Vertex { position: (2.013095, -2.051912, 0.911043), - normal: (0.52783, 0.437826, 0.727807), }, - Vertex { position: (2.053108, -1.738285, 0.824853), - normal: (-0.495591, 0.225654, 0.838731), }, - Vertex { position: (2.013095, -2.051912, 0.911043), - normal: (0.52783, 0.437826, 0.727807), }, - Vertex { position: (2.047696, -2.050138, 0.814712), - normal: (-0.492627, 0.113675, 0.862784), }, - Vertex { position: (2.059844, -1.561331, 0.858957), - normal: (-0.541077, 0.245809, 0.804247), }, - Vertex { position: (2.036036, -1.57908, 0.967151), - normal: (0.872426, 0.488735, -0.003223), }, - Vertex { position: (2.021591, -1.755289, 0.912093), - normal: (0.862528, 0.499882, -0.078511), }, - Vertex { position: (2.059844, -1.561331, 0.858957), - normal: (-0.541077, 0.245809, 0.804247), }, - Vertex { position: (2.021591, -1.755289, 0.912093), - normal: (0.862528, 0.499882, -0.078511), }, - Vertex { position: (2.053108, -1.738285, 0.824853), - normal: (-0.495591, 0.225654, 0.838731), }, - Vertex { position: (1.718315, -2.775468, 0.921796), - normal: (0.21689, -0.976039, -0.017487), }, - Vertex { position: (1.771416, -2.769024, 0.9461), - normal: (-0.4909, 0.016111, -0.871067), }, - Vertex { position: (1.737623, -2.485017, 0.918334), - normal: (-0.184432, -0.109597, -0.976716), }, - Vertex { position: (1.718315, -2.775468, 0.921796), - normal: (0.21689, -0.976039, -0.017487), }, - Vertex { position: (1.737623, -2.485017, 0.918334), - normal: (-0.184432, -0.109597, -0.976716), }, - Vertex { position: (1.678986, -2.513137, 0.891745), - normal: (0.383337, -0.601981, -0.700479), }, - Vertex { position: (1.678986, -2.513137, 0.891745), - normal: (0.383337, -0.601981, -0.700479), }, - Vertex { position: (1.737623, -2.485017, 0.918334), - normal: (-0.184432, -0.109597, -0.976716), }, - Vertex { position: (1.710406, -2.272223, 0.954296), - normal: (-0.554502, -0.046423, -0.830886), }, - Vertex { position: (1.678986, -2.513137, 0.891745), - normal: (0.383337, -0.601981, -0.700479), }, - Vertex { position: (1.710406, -2.272223, 0.954296), - normal: (-0.554502, -0.046423, -0.830886), }, - Vertex { position: (1.648793, -2.280014, 0.929365), - normal: (-0.701253, 0.091018, -0.707079), }, - Vertex { position: (1.648793, -2.280014, 0.929365), - normal: (-0.701253, 0.091018, -0.707079), }, - Vertex { position: (1.710406, -2.272223, 0.954296), - normal: (-0.554502, -0.046423, -0.830886), }, - Vertex { position: (1.720031, -2.105568, 0.971354), - normal: (-0.554151, -0.205896, -0.80655), }, - Vertex { position: (1.648793, -2.280014, 0.929365), - normal: (-0.701253, 0.091018, -0.707079), }, - Vertex { position: (1.720031, -2.105568, 0.971354), - normal: (-0.554151, -0.205896, -0.80655), }, - Vertex { position: (1.6249, -2.087301, 0.963391), - normal: (-0.706628, -0.050081, -0.705811), }, - Vertex { position: (1.6249, -2.087301, 0.963391), - normal: (-0.706628, -0.050081, -0.705811), }, - Vertex { position: (1.720031, -2.105568, 0.971354), - normal: (-0.554151, -0.205896, -0.80655), }, - Vertex { position: (1.717145, -1.80953, 1.004092), - normal: (-0.343436, -0.507052, -0.790537), }, - Vertex { position: (1.6249, -2.087301, 0.963391), - normal: (-0.706628, -0.050081, -0.705811), }, - Vertex { position: (1.717145, -1.80953, 1.004092), - normal: (-0.343436, -0.507052, -0.790537), }, - Vertex { position: (1.572979, -1.827591, 0.985823), - normal: (-0.990285, -0.10079, -0.095796), }, - Vertex { position: (1.572979, -1.827591, 0.985823), - normal: (-0.990285, -0.10079, -0.095796), }, - Vertex { position: (1.717145, -1.80953, 1.004092), - normal: (-0.343436, -0.507052, -0.790537), }, - Vertex { position: (1.650318, -1.645881, 1.053347), - normal: (0.056398, -0.684481, -0.726846), }, - Vertex { position: (1.572979, -1.827591, 0.985823), - normal: (-0.990285, -0.10079, -0.095796), }, - Vertex { position: (1.650318, -1.645881, 1.053347), - normal: (0.056398, -0.684481, -0.726846), }, - Vertex { position: (1.54175, -1.643613, 1.01419), - normal: (-0.404532, -0.045989, 0.913367), }, - Vertex { position: (1.655948, -2.520927, 0.844269), - normal: (0.717573, 0.343682, -0.605782), }, - Vertex { position: (1.678986, -2.513137, 0.891745), - normal: (0.383337, -0.601981, -0.700479), }, - Vertex { position: (1.648793, -2.280014, 0.929365), - normal: (-0.701253, 0.091018, -0.707079), }, - Vertex { position: (1.655948, -2.520927, 0.844269), - normal: (0.717573, 0.343682, -0.605782), }, - Vertex { position: (1.648793, -2.280014, 0.929365), - normal: (-0.701253, 0.091018, -0.707079), }, - Vertex { position: (1.586321, -2.273752, 0.880969), - normal: (0.743894, 0.373896, -0.553916), }, - Vertex { position: (1.586321, -2.273752, 0.880969), - normal: (0.743894, 0.373896, -0.553916), }, - Vertex { position: (1.648793, -2.280014, 0.929365), - normal: (-0.701253, 0.091018, -0.707079), }, - Vertex { position: (1.6249, -2.087301, 0.963391), - normal: (-0.706628, -0.050081, -0.705811), }, - Vertex { position: (1.586321, -2.273752, 0.880969), - normal: (0.743894, 0.373896, -0.553916), }, - Vertex { position: (1.6249, -2.087301, 0.963391), - normal: (-0.706628, -0.050081, -0.705811), }, - Vertex { position: (1.529305, -2.092083, 0.887353), - normal: (0.752232, 0.244351, -0.611914), }, - Vertex { position: (1.529305, -2.092083, 0.887353), - normal: (0.752232, 0.244351, -0.611914), }, - Vertex { position: (1.6249, -2.087301, 0.963391), - normal: (-0.706628, -0.050081, -0.705811), }, - Vertex { position: (1.572979, -1.827591, 0.985823), - normal: (-0.990285, -0.10079, -0.095796), }, - Vertex { position: (1.529305, -2.092083, 0.887353), - normal: (0.752232, 0.244351, -0.611914), }, - Vertex { position: (1.572979, -1.827591, 0.985823), - normal: (-0.990285, -0.10079, -0.095796), }, - Vertex { position: (1.508714, -1.808578, 0.934359), - normal: (0.866543, 0.493887, 0.071972), }, - Vertex { position: (1.508714, -1.808578, 0.934359), - normal: (0.866543, 0.493887, 0.071972), }, - Vertex { position: (1.572979, -1.827591, 0.985823), - normal: (-0.990285, -0.10079, -0.095796), }, - Vertex { position: (1.54175, -1.643613, 1.01419), - normal: (-0.404532, -0.045989, 0.913367), }, - Vertex { position: (1.508714, -1.808578, 0.934359), - normal: (0.866543, 0.493887, 0.071972), }, - Vertex { position: (1.54175, -1.643613, 1.01419), - normal: (-0.404532, -0.045989, 0.913367), }, - Vertex { position: (1.480629, -1.640132, 0.953447), - normal: (0.874983, 0.217677, 0.432459), }, - Vertex { position: (1.663494, -2.485963, 0.790773), - normal: (0.79991, 0.598082, 0.049409), }, - Vertex { position: (1.655948, -2.520927, 0.844269), - normal: (0.717573, 0.343682, -0.605782), }, - Vertex { position: (1.586321, -2.273752, 0.880969), - normal: (0.743894, 0.373896, -0.553916), }, - Vertex { position: (1.663494, -2.485963, 0.790773), - normal: (0.79991, 0.598082, 0.049409), }, - Vertex { position: (1.586321, -2.273752, 0.880969), - normal: (0.743894, 0.373896, -0.553916), }, - Vertex { position: (1.60129, -2.267132, 0.787696), - normal: (0.963394, -0.268066, 0.003702), }, - Vertex { position: (1.60129, -2.267132, 0.787696), - normal: (0.963394, -0.268066, 0.003702), }, - Vertex { position: (1.586321, -2.273752, 0.880969), - normal: (0.743894, 0.373896, -0.553916), }, - Vertex { position: (1.529305, -2.092083, 0.887353), - normal: (0.752232, 0.244351, -0.611914), }, - Vertex { position: (1.60129, -2.267132, 0.787696), - normal: (0.963394, -0.268066, 0.003702), }, - Vertex { position: (1.529305, -2.092083, 0.887353), - normal: (0.752232, 0.244351, -0.611914), }, - Vertex { position: (1.544087, -2.080722, 0.786432), - normal: (0.714275, 0.465374, -0.522723), }, - Vertex { position: (1.544087, -2.080722, 0.786432), - normal: (0.714275, 0.465374, -0.522723), }, - Vertex { position: (1.529305, -2.092083, 0.887353), - normal: (0.752232, 0.244351, -0.611914), }, - Vertex { position: (1.508714, -1.808578, 0.934359), - normal: (0.866543, 0.493887, 0.071972), }, - Vertex { position: (1.544087, -2.080722, 0.786432), - normal: (0.714275, 0.465374, -0.522723), }, - Vertex { position: (1.508714, -1.808578, 0.934359), - normal: (0.866543, 0.493887, 0.071972), }, - Vertex { position: (1.473886, -1.818947, 0.799576), - normal: (0.81992, -0.126246, -0.558385), }, - Vertex { position: (1.473886, -1.818947, 0.799576), - normal: (0.81992, -0.126246, -0.558385), }, - Vertex { position: (1.508714, -1.808578, 0.934359), - normal: (0.866543, 0.493887, 0.071972), }, - Vertex { position: (1.480629, -1.640132, 0.953447), - normal: (0.874983, 0.217677, 0.432459), }, - Vertex { position: (1.473886, -1.818947, 0.799576), - normal: (0.81992, -0.126246, -0.558385), }, - Vertex { position: (1.480629, -1.640132, 0.953447), - normal: (0.874983, 0.217677, 0.432459), }, - Vertex { position: (1.451825, -1.576856, 0.702758), - normal: (0.751148, 0.43192, -0.49922), }, - Vertex { position: (1.756349, -2.446399, 0.705428), - normal: (0.331576, 0.146631, -0.931964), }, - Vertex { position: (1.663494, -2.485963, 0.790773), - normal: (0.79991, 0.598082, 0.049409), }, - Vertex { position: (1.60129, -2.267132, 0.787696), - normal: (0.963394, -0.268066, 0.003702), }, - Vertex { position: (1.756349, -2.446399, 0.705428), - normal: (0.331576, 0.146631, -0.931964), }, - Vertex { position: (1.60129, -2.267132, 0.787696), - normal: (0.963394, -0.268066, 0.003702), }, - Vertex { position: (1.677597, -2.237953, 0.696318), - normal: (0.43336, 0.0979, -0.895888), }, - Vertex { position: (1.677597, -2.237953, 0.696318), - normal: (0.43336, 0.0979, -0.895888), }, - Vertex { position: (1.60129, -2.267132, 0.787696), - normal: (0.963394, -0.268066, 0.003702), }, - Vertex { position: (1.544087, -2.080722, 0.786432), - normal: (0.714275, 0.465374, -0.522723), }, - Vertex { position: (1.677597, -2.237953, 0.696318), - normal: (0.43336, 0.0979, -0.895888), }, - Vertex { position: (1.544087, -2.080722, 0.786432), - normal: (0.714275, 0.465374, -0.522723), }, - Vertex { position: (1.643403, -2.076583, 0.689565), - normal: (0.261981, 0.048424, -0.963857), }, - Vertex { position: (1.643403, -2.076583, 0.689565), - normal: (0.261981, 0.048424, -0.963857), }, - Vertex { position: (1.544087, -2.080722, 0.786432), - normal: (0.714275, 0.465374, -0.522723), }, - Vertex { position: (1.473886, -1.818947, 0.799576), - normal: (0.81992, -0.126246, -0.558385), }, - Vertex { position: (1.643403, -2.076583, 0.689565), - normal: (0.261981, 0.048424, -0.963857), }, - Vertex { position: (1.473886, -1.818947, 0.799576), - normal: (0.81992, -0.126246, -0.558385), }, - Vertex { position: (1.596751, -1.722028, 0.684655), - normal: (0.79444, 0.150525, -0.588393), }, - Vertex { position: (1.596751, -1.722028, 0.684655), - normal: (0.79444, 0.150525, -0.588393), }, - Vertex { position: (1.473886, -1.818947, 0.799576), - normal: (0.81992, -0.126246, -0.558385), }, - Vertex { position: (1.451825, -1.576856, 0.702758), - normal: (0.751148, 0.43192, -0.49922), }, - Vertex { position: (1.596751, -1.722028, 0.684655), - normal: (0.79444, 0.150525, -0.588393), }, - Vertex { position: (1.451825, -1.576856, 0.702758), - normal: (0.751148, 0.43192, -0.49922), }, - Vertex { position: (1.599889, -1.595526, 0.623185), - normal: (0.24139, 0.178826, -0.953809), }, - Vertex { position: (1.960643, -2.71286, 0.90089), - normal: (-0.440199, 0.219838, 0.870572), }, - Vertex { position: (1.994078, -2.713047, 0.824553), - normal: (0.636282, 0.100894, 0.76483), }, - Vertex { position: (1.953911, -2.462233, 0.830594), - normal: (0.213417, -0.547722, 0.808983), }, - Vertex { position: (1.960643, -2.71286, 0.90089), - normal: (-0.440199, 0.219838, 0.870572), }, - Vertex { position: (1.953911, -2.462233, 0.830594), - normal: (0.213417, -0.547722, 0.808983), }, - Vertex { position: (1.930747, -2.463535, 0.894743), - normal: (0.768073, 0.514956, 0.380637), }, - Vertex { position: (1.880971, -2.733242, 0.8902), - normal: (-0.90358, 0.003168, 0.428409), }, - Vertex { position: (1.960643, -2.71286, 0.90089), - normal: (-0.440199, 0.219838, 0.870572), }, - Vertex { position: (1.930747, -2.463535, 0.894743), - normal: (0.768073, 0.514956, 0.380637), }, - Vertex { position: (1.880971, -2.733242, 0.8902), - normal: (-0.90358, 0.003168, 0.428409), }, - Vertex { position: (1.930747, -2.463535, 0.894743), - normal: (0.768073, 0.514956, 0.380637), }, - Vertex { position: (1.864064, -2.469953, 0.935601), - normal: (-0.874488, -0.088621, 0.476882), }, - Vertex { position: (2.021591, -1.755289, 0.912093), - normal: (0.862528, 0.499882, -0.078511), }, - Vertex { position: (2.036036, -1.57908, 0.967151), - normal: (0.872426, 0.488735, -0.003223), }, - Vertex { position: (1.937009, -1.625419, 1.026843), - normal: (-0.987313, 0.097591, -0.125253), }, - Vertex { position: (2.021591, -1.755289, 0.912093), - normal: (0.862528, 0.499882, -0.078511), }, - Vertex { position: (1.937009, -1.625419, 1.026843), - normal: (-0.987313, 0.097591, -0.125253), }, - Vertex { position: (1.941767, -1.759457, 0.997454), - normal: (-0.997638, 0.009858, -0.067986), }, - Vertex { position: (2.013095, -2.051912, 0.911043), - normal: (0.52783, 0.437826, 0.727807), }, - Vertex { position: (2.021591, -1.755289, 0.912093), - normal: (0.862528, 0.499882, -0.078511), }, - Vertex { position: (1.941767, -1.759457, 0.997454), - normal: (-0.997638, 0.009858, -0.067986), }, - Vertex { position: (2.013095, -2.051912, 0.911043), - normal: (0.52783, 0.437826, 0.727807), }, - Vertex { position: (1.941767, -1.759457, 0.997454), - normal: (-0.997638, 0.009858, -0.067986), }, - Vertex { position: (1.918641, -2.083654, 1.001275), - normal: (0.21581, 0.484483, 0.847763), }, - Vertex { position: (1.864064, -2.469953, 0.935601), - normal: (-0.874488, -0.088621, 0.476882), }, - Vertex { position: (1.930747, -2.463535, 0.894743), - normal: (0.768073, 0.514956, 0.380637), }, - Vertex { position: (1.98533, -2.221319, 0.893145), - normal: (0.626232, 0.565165, 0.53705), }, - Vertex { position: (1.864064, -2.469953, 0.935601), - normal: (-0.874488, -0.088621, 0.476882), }, - Vertex { position: (1.98533, -2.221319, 0.893145), - normal: (0.626232, 0.565165, 0.53705), }, - Vertex { position: (1.90637, -2.282284, 0.964887), - normal: (-0.783521, -0.393963, 0.480508), }, - Vertex { position: (1.98533, -2.221319, 0.893145), - normal: (0.626232, 0.565165, 0.53705), }, - Vertex { position: (2.013095, -2.051912, 0.911043), - normal: (0.52783, 0.437826, 0.727807), }, - Vertex { position: (1.918641, -2.083654, 1.001275), - normal: (0.21581, 0.484483, 0.847763), }, - Vertex { position: (1.98533, -2.221319, 0.893145), - normal: (0.626232, 0.565165, 0.53705), }, - Vertex { position: (1.918641, -2.083654, 1.001275), - normal: (0.21581, 0.484483, 0.847763), }, - Vertex { position: (1.90637, -2.282284, 0.964887), - normal: (-0.783521, -0.393963, 0.480508), }, - Vertex { position: (1.830669, -2.736121, 0.903313), - normal: (-0.062994, -0.00854, -0.997977), }, - Vertex { position: (1.801127, -2.48469, 0.938593), - normal: (-0.955753, -0.169718, -0.240275), }, - Vertex { position: (1.737623, -2.485017, 0.918334), - normal: (-0.184432, -0.109597, -0.976716), }, - Vertex { position: (1.830669, -2.736121, 0.903313), - normal: (-0.062994, -0.00854, -0.997977), }, - Vertex { position: (1.737623, -2.485017, 0.918334), - normal: (-0.184432, -0.109597, -0.976716), }, - Vertex { position: (1.771416, -2.769024, 0.9461), - normal: (-0.4909, 0.016111, -0.871067), }, - Vertex { position: (1.830669, -2.736121, 0.903313), - normal: (-0.062994, -0.00854, -0.997977), }, - Vertex { position: (1.880971, -2.733242, 0.8902), - normal: (-0.90358, 0.003168, 0.428409), }, - Vertex { position: (1.864064, -2.469953, 0.935601), - normal: (-0.874488, -0.088621, 0.476882), }, - Vertex { position: (1.830669, -2.736121, 0.903313), - normal: (-0.062994, -0.00854, -0.997977), }, - Vertex { position: (1.864064, -2.469953, 0.935601), - normal: (-0.874488, -0.088621, 0.476882), }, - Vertex { position: (1.801127, -2.48469, 0.938593), - normal: (-0.955753, -0.169718, -0.240275), }, - Vertex { position: (1.818846, -1.756976, 1.023593), - normal: (-0.150944, -0.987886, -0.036012), }, - Vertex { position: (1.804927, -1.581954, 1.089198), - normal: (-0.937976, -0.320543, -0.132115), }, - Vertex { position: (1.650318, -1.645881, 1.053347), - normal: (0.056398, -0.684481, -0.726846), }, - Vertex { position: (1.818846, -1.756976, 1.023593), - normal: (-0.150944, -0.987886, -0.036012), }, - Vertex { position: (1.650318, -1.645881, 1.053347), - normal: (0.056398, -0.684481, -0.726846), }, - Vertex { position: (1.717145, -1.80953, 1.004092), - normal: (-0.343436, -0.507052, -0.790537), }, - Vertex { position: (1.839224, -2.109267, 0.998351), - normal: (-0.630099, -0.773677, -0.066329), }, - Vertex { position: (1.818846, -1.756976, 1.023593), - normal: (-0.150944, -0.987886, -0.036012), }, - Vertex { position: (1.717145, -1.80953, 1.004092), - normal: (-0.343436, -0.507052, -0.790537), }, - Vertex { position: (1.839224, -2.109267, 0.998351), - normal: (-0.630099, -0.773677, -0.066329), }, - Vertex { position: (1.717145, -1.80953, 1.004092), - normal: (-0.343436, -0.507052, -0.790537), }, - Vertex { position: (1.720031, -2.105568, 0.971354), - normal: (-0.554151, -0.205896, -0.80655), }, - Vertex { position: (1.818266, -2.313852, 0.968652), - normal: (-0.967491, -0.143323, -0.208372), }, - Vertex { position: (1.839224, -2.109267, 0.998351), - normal: (-0.630099, -0.773677, -0.066329), }, - Vertex { position: (1.720031, -2.105568, 0.971354), - normal: (-0.554151, -0.205896, -0.80655), }, - Vertex { position: (1.818266, -2.313852, 0.968652), - normal: (-0.967491, -0.143323, -0.208372), }, - Vertex { position: (1.720031, -2.105568, 0.971354), - normal: (-0.554151, -0.205896, -0.80655), }, - Vertex { position: (1.710406, -2.272223, 0.954296), - normal: (-0.554502, -0.046423, -0.830886), }, - Vertex { position: (1.801127, -2.48469, 0.938593), - normal: (-0.955753, -0.169718, -0.240275), }, - Vertex { position: (1.818266, -2.313852, 0.968652), - normal: (-0.967491, -0.143323, -0.208372), }, - Vertex { position: (1.710406, -2.272223, 0.954296), - normal: (-0.554502, -0.046423, -0.830886), }, - Vertex { position: (1.801127, -2.48469, 0.938593), - normal: (-0.955753, -0.169718, -0.240275), }, - Vertex { position: (1.710406, -2.272223, 0.954296), - normal: (-0.554502, -0.046423, -0.830886), }, - Vertex { position: (1.737623, -2.485017, 0.918334), - normal: (-0.184432, -0.109597, -0.976716), }, - Vertex { position: (1.941767, -1.759457, 0.997454), - normal: (-0.997638, 0.009858, -0.067986), }, - Vertex { position: (1.937009, -1.625419, 1.026843), - normal: (-0.987313, 0.097591, -0.125253), }, - Vertex { position: (1.804927, -1.581954, 1.089198), - normal: (-0.937976, -0.320543, -0.132115), }, - Vertex { position: (1.941767, -1.759457, 0.997454), - normal: (-0.997638, 0.009858, -0.067986), }, - Vertex { position: (1.804927, -1.581954, 1.089198), - normal: (-0.937976, -0.320543, -0.132115), }, - Vertex { position: (1.818846, -1.756976, 1.023593), - normal: (-0.150944, -0.987886, -0.036012), }, - Vertex { position: (1.918641, -2.083654, 1.001275), - normal: (0.21581, 0.484483, 0.847763), }, - Vertex { position: (1.941767, -1.759457, 0.997454), - normal: (-0.997638, 0.009858, -0.067986), }, - Vertex { position: (1.818846, -1.756976, 1.023593), - normal: (-0.150944, -0.987886, -0.036012), }, - Vertex { position: (1.918641, -2.083654, 1.001275), - normal: (0.21581, 0.484483, 0.847763), }, - Vertex { position: (1.818846, -1.756976, 1.023593), - normal: (-0.150944, -0.987886, -0.036012), }, - Vertex { position: (1.839224, -2.109267, 0.998351), - normal: (-0.630099, -0.773677, -0.066329), }, - Vertex { position: (1.90637, -2.282284, 0.964887), - normal: (-0.783521, -0.393963, 0.480508), }, - Vertex { position: (1.918641, -2.083654, 1.001275), - normal: (0.21581, 0.484483, 0.847763), }, - Vertex { position: (1.839224, -2.109267, 0.998351), - normal: (-0.630099, -0.773677, -0.066329), }, - Vertex { position: (1.90637, -2.282284, 0.964887), - normal: (-0.783521, -0.393963, 0.480508), }, - Vertex { position: (1.839224, -2.109267, 0.998351), - normal: (-0.630099, -0.773677, -0.066329), }, - Vertex { position: (1.818266, -2.313852, 0.968652), - normal: (-0.967491, -0.143323, -0.208372), }, - Vertex { position: (1.864064, -2.469953, 0.935601), - normal: (-0.874488, -0.088621, 0.476882), }, - Vertex { position: (1.90637, -2.282284, 0.964887), - normal: (-0.783521, -0.393963, 0.480508), }, - Vertex { position: (1.818266, -2.313852, 0.968652), - normal: (-0.967491, -0.143323, -0.208372), }, - Vertex { position: (1.864064, -2.469953, 0.935601), - normal: (-0.874488, -0.088621, 0.476882), }, - Vertex { position: (1.818266, -2.313852, 0.968652), - normal: (-0.967491, -0.143323, -0.208372), }, - Vertex { position: (1.801127, -2.48469, 0.938593), - normal: (-0.955753, -0.169718, -0.240275), }, - Vertex { position: (1.736425, -2.743683, 0.736866), - normal: (0.030762, -0.124297, -0.991768), }, - Vertex { position: (1.663494, -2.485963, 0.790773), - normal: (0.79991, 0.598082, 0.049409), }, - Vertex { position: (1.756349, -2.446399, 0.705428), - normal: (0.331576, 0.146631, -0.931964), }, - Vertex { position: (1.736425, -2.743683, 0.736866), - normal: (0.030762, -0.124297, -0.991768), }, - Vertex { position: (1.756349, -2.446399, 0.705428), - normal: (0.331576, 0.146631, -0.931964), }, - Vertex { position: (1.841282, -2.716008, 0.708009), - normal: (0.672894, 0.661099, 0.331907), }, - Vertex { position: (1.596751, -1.722028, 0.684655), - normal: (0.79444, 0.150525, -0.588393), }, - Vertex { position: (1.599889, -1.595526, 0.623185), - normal: (0.24139, 0.178826, -0.953809), }, - Vertex { position: (1.721211, -1.590185, 0.601932), - normal: (0.776291, -0.374867, 0.5068), }, - Vertex { position: (1.596751, -1.722028, 0.684655), - normal: (0.79444, 0.150525, -0.588393), }, - Vertex { position: (1.721211, -1.590185, 0.601932), - normal: (0.776291, -0.374867, 0.5068), }, - Vertex { position: (1.740323, -1.67983, 0.664098), - normal: (0.726897, -0.546447, 0.415952), }, - Vertex { position: (1.643403, -2.076583, 0.689565), - normal: (0.261981, 0.048424, -0.963857), }, - Vertex { position: (1.596751, -1.722028, 0.684655), - normal: (0.79444, 0.150525, -0.588393), }, - Vertex { position: (1.740323, -1.67983, 0.664098), - normal: (0.726897, -0.546447, 0.415952), }, - Vertex { position: (1.643403, -2.076583, 0.689565), - normal: (0.261981, 0.048424, -0.963857), }, - Vertex { position: (1.740323, -1.67983, 0.664098), - normal: (0.726897, -0.546447, 0.415952), }, - Vertex { position: (1.747671, -2.067518, 0.638841), - normal: (0.81802, -0.47123, 0.329827), }, - Vertex { position: (1.677597, -2.237953, 0.696318), - normal: (0.43336, 0.0979, -0.895888), }, - Vertex { position: (1.643403, -2.076583, 0.689565), - normal: (0.261981, 0.048424, -0.963857), }, - Vertex { position: (1.747671, -2.067518, 0.638841), - normal: (0.81802, -0.47123, 0.329827), }, - Vertex { position: (1.677597, -2.237953, 0.696318), - normal: (0.43336, 0.0979, -0.895888), }, - Vertex { position: (1.747671, -2.067518, 0.638841), - normal: (0.81802, -0.47123, 0.329827), }, - Vertex { position: (1.772999, -2.230292, 0.64494), - normal: (0.247956, 0.087485, -0.964813), }, - Vertex { position: (1.736425, -2.743683, 0.736866), - normal: (0.030762, -0.124297, -0.991768), }, - Vertex { position: (1.700797, -2.794792, 0.82425), - normal: (-0.020456, 0.943466, 0.330837), }, - Vertex { position: (1.655948, -2.520927, 0.844269), - normal: (0.717573, 0.343682, -0.605782), }, - Vertex { position: (1.736425, -2.743683, 0.736866), - normal: (0.030762, -0.124297, -0.991768), }, - Vertex { position: (1.655948, -2.520927, 0.844269), - normal: (0.717573, 0.343682, -0.605782), }, - Vertex { position: (1.663494, -2.485963, 0.790773), - normal: (0.79991, 0.598082, 0.049409), }, - Vertex { position: (2.001343, -2.847715, 0.762517), - normal: (-0.753891, 0.130682, 0.643872), }, - Vertex { position: (1.972647, -2.728848, 0.772496), - normal: (-0.074103, 0.409269, 0.909399), }, - Vertex { position: (1.994078, -2.713047, 0.824553), - normal: (0.636282, 0.100894, 0.76483), }, - Vertex { position: (2.001343, -2.847715, 0.762517), - normal: (-0.753891, 0.130682, 0.643872), }, - Vertex { position: (1.994078, -2.713047, 0.824553), - normal: (0.636282, 0.100894, 0.76483), }, - Vertex { position: (2.057496, -2.887282, 0.844225), - normal: (-0.820357, 0.160676, 0.548815), }, - Vertex { position: (1.947264, -2.443232, 0.732587), - normal: (0.225987, 0.181604, -0.957053), }, - Vertex { position: (1.972647, -2.728848, 0.772496), - normal: (-0.074103, 0.409269, 0.909399), }, - Vertex { position: (1.884318, -2.724404, 0.701999), - normal: (-0.545598, -0.330416, 0.770161), }, - Vertex { position: (1.947264, -2.443232, 0.732587), - normal: (0.225987, 0.181604, -0.957053), }, - Vertex { position: (1.884318, -2.724404, 0.701999), - normal: (-0.545598, -0.330416, 0.770161), }, - Vertex { position: (1.828658, -2.477348, 0.67347), - normal: (0.229413, 0.089674, -0.96919), }, - Vertex { position: (1.921881, -2.157616, 0.692678), - normal: (-0.121543, 0.046, -0.99152), }, - Vertex { position: (1.947264, -2.443232, 0.732587), - normal: (0.225987, 0.181604, -0.957053), }, - Vertex { position: (1.828658, -2.477348, 0.67347), - normal: (0.229413, 0.089674, -0.96919), }, - Vertex { position: (1.921881, -2.157616, 0.692678), - normal: (-0.121543, 0.046, -0.99152), }, - Vertex { position: (1.828658, -2.477348, 0.67347), - normal: (0.229413, 0.089674, -0.96919), }, - Vertex { position: (1.772999, -2.230292, 0.64494), - normal: (0.247956, 0.087485, -0.964813), }, - Vertex { position: (1.884318, -2.724404, 0.701999), - normal: (-0.545598, -0.330416, 0.770161), }, - Vertex { position: (1.841282, -2.716008, 0.708009), - normal: (0.672894, 0.661099, 0.331907), }, - Vertex { position: (1.756349, -2.446399, 0.705428), - normal: (0.331576, 0.146631, -0.931964), }, - Vertex { position: (1.884318, -2.724404, 0.701999), - normal: (-0.545598, -0.330416, 0.770161), }, - Vertex { position: (1.756349, -2.446399, 0.705428), - normal: (0.331576, 0.146631, -0.931964), }, - Vertex { position: (1.828658, -2.477348, 0.67347), - normal: (0.229413, 0.089674, -0.96919), }, - Vertex { position: (1.756349, -2.446399, 0.705428), - normal: (0.331576, 0.146631, -0.931964), }, - Vertex { position: (1.677597, -2.237953, 0.696318), - normal: (0.43336, 0.0979, -0.895888), }, - Vertex { position: (1.772999, -2.230292, 0.64494), - normal: (0.247956, 0.087485, -0.964813), }, - Vertex { position: (1.756349, -2.446399, 0.705428), - normal: (0.331576, 0.146631, -0.931964), }, - Vertex { position: (1.772999, -2.230292, 0.64494), - normal: (0.247956, 0.087485, -0.964813), }, - Vertex { position: (1.828658, -2.477348, 0.67347), - normal: (0.229413, 0.089674, -0.96919), }, - Vertex { position: (1.994078, -2.713047, 0.824553), - normal: (0.636282, 0.100894, 0.76483), }, - Vertex { position: (1.972647, -2.728848, 0.772496), - normal: (-0.074103, 0.409269, 0.909399), }, - Vertex { position: (1.947264, -2.443232, 0.732587), - normal: (0.225987, 0.181604, -0.957053), }, - Vertex { position: (1.994078, -2.713047, 0.824553), - normal: (0.636282, 0.100894, 0.76483), }, - Vertex { position: (1.947264, -2.443232, 0.732587), - normal: (0.225987, 0.181604, -0.957053), }, - Vertex { position: (1.953911, -2.462233, 0.830594), - normal: (0.213417, -0.547722, 0.808983), }, - Vertex { position: (1.740323, -1.67983, 0.664098), - normal: (0.726897, -0.546447, 0.415952), }, - Vertex { position: (1.721211, -1.590185, 0.601932), - normal: (0.776291, -0.374867, 0.5068), }, - Vertex { position: (1.963153, -1.588839, 0.612861), - normal: (-0.086361, -0.084973, 0.992634), }, - Vertex { position: (1.740323, -1.67983, 0.664098), - normal: (0.726897, -0.546447, 0.415952), }, - Vertex { position: (1.963153, -1.588839, 0.612861), - normal: (-0.086361, -0.084973, 0.992634), }, - Vertex { position: (1.991892, -1.7484, 0.65277), - normal: (0.313529, 0.096126, -0.944701), }, - Vertex { position: (1.747671, -2.067518, 0.638841), - normal: (0.81802, -0.47123, 0.329827), }, - Vertex { position: (1.740323, -1.67983, 0.664098), - normal: (0.726897, -0.546447, 0.415952), }, - Vertex { position: (1.991892, -1.7484, 0.65277), - normal: (0.313529, 0.096126, -0.944701), }, - Vertex { position: (1.747671, -2.067518, 0.638841), - normal: (0.81802, -0.47123, 0.329827), }, - Vertex { position: (1.991892, -1.7484, 0.65277), - normal: (0.313529, 0.096126, -0.944701), }, - Vertex { position: (1.945206, -2.015769, 0.672724), - normal: (0.761939, 0.13671, -0.633055), }, - Vertex { position: (1.991892, -1.7484, 0.65277), - normal: (0.313529, 0.096126, -0.944701), }, - Vertex { position: (1.963153, -1.588839, 0.612861), - normal: (-0.086361, -0.084973, 0.992634), }, - Vertex { position: (2.059844, -1.561331, 0.858957), - normal: (-0.541077, 0.245809, 0.804247), }, - Vertex { position: (1.991892, -1.7484, 0.65277), - normal: (0.313529, 0.096126, -0.944701), }, - Vertex { position: (2.059844, -1.561331, 0.858957), - normal: (-0.541077, 0.245809, 0.804247), }, - Vertex { position: (2.053108, -1.738285, 0.824853), - normal: (-0.495591, 0.225654, 0.838731), }, - Vertex { position: (1.945206, -2.015769, 0.672724), - normal: (0.761939, 0.13671, -0.633055), }, - Vertex { position: (1.991892, -1.7484, 0.65277), - normal: (0.313529, 0.096126, -0.944701), }, - Vertex { position: (2.053108, -1.738285, 0.824853), - normal: (-0.495591, 0.225654, 0.838731), }, - Vertex { position: (1.945206, -2.015769, 0.672724), - normal: (0.761939, 0.13671, -0.633055), }, - Vertex { position: (2.053108, -1.738285, 0.824853), - normal: (-0.495591, 0.225654, 0.838731), }, - Vertex { position: (2.047696, -2.050138, 0.814712), - normal: (-0.492627, 0.113675, 0.862784), }, - Vertex { position: (1.921881, -2.157616, 0.692678), - normal: (-0.121543, 0.046, -0.99152), }, - Vertex { position: (1.945206, -2.015769, 0.672724), - normal: (0.761939, 0.13671, -0.633055), }, - Vertex { position: (2.047696, -2.050138, 0.814712), - normal: (-0.492627, 0.113675, 0.862784), }, - Vertex { position: (1.921881, -2.157616, 0.692678), - normal: (-0.121543, 0.046, -0.99152), }, - Vertex { position: (2.047696, -2.050138, 0.814712), - normal: (-0.492627, 0.113675, 0.862784), }, - Vertex { position: (2.02453, -2.195334, 0.811284), - normal: (-0.430524, -0.648446, 0.627828), }, - Vertex { position: (1.947264, -2.443232, 0.732587), - normal: (0.225987, 0.181604, -0.957053), }, - Vertex { position: (1.921881, -2.157616, 0.692678), - normal: (-0.121543, 0.046, -0.99152), }, - Vertex { position: (2.02453, -2.195334, 0.811284), - normal: (-0.430524, -0.648446, 0.627828), }, - Vertex { position: (1.947264, -2.443232, 0.732587), - normal: (0.225987, 0.181604, -0.957053), }, - Vertex { position: (2.02453, -2.195334, 0.811284), - normal: (-0.430524, -0.648446, 0.627828), }, - Vertex { position: (1.953911, -2.462233, 0.830594), - normal: (0.213417, -0.547722, 0.808983), }, - Vertex { position: (2.126237, -1.330172, 0.721011), - normal: (0.303379, -0.73119, 0.611002), }, - Vertex { position: (2.158051, -1.209613, 0.783941), - normal: (0.383978, -0.566345, 0.729256), }, - Vertex { position: (2.141273, -1.234642, 0.941254), - normal: (-0.671694, -0.023528, 0.740455), }, - Vertex { position: (2.126237, -1.330172, 0.721011), - normal: (0.303379, -0.73119, 0.611002), }, - Vertex { position: (2.141273, -1.234642, 0.941254), - normal: (-0.671694, -0.023528, 0.740455), }, - Vertex { position: (2.111557, -1.376942, 0.89657), - normal: (-0.562282, -0.328887, 0.758731), }, - Vertex { position: (2.111557, -1.376942, 0.89657), - normal: (-0.562282, -0.328887, 0.758731), }, - Vertex { position: (2.141273, -1.234642, 0.941254), - normal: (-0.671694, -0.023528, 0.740455), }, - Vertex { position: (2.099566, -1.259996, 1.055763), - normal: (-0.088841, 0.02472, 0.995739), }, - Vertex { position: (2.111557, -1.376942, 0.89657), - normal: (-0.562282, -0.328887, 0.758731), }, - Vertex { position: (2.099566, -1.259996, 1.055763), - normal: (-0.088841, 0.02472, 0.995739), }, - Vertex { position: (2.071448, -1.410118, 1.006192), - normal: (0.157806, 0.230905, 0.960094), }, - Vertex { position: (2.071448, -1.410118, 1.006192), - normal: (0.157806, 0.230905, 0.960094), }, - Vertex { position: (2.099566, -1.259996, 1.055763), - normal: (-0.088841, 0.02472, 0.995739), }, - Vertex { position: (1.966698, -1.22816, 1.153716), - normal: (0.57446, 0.218241, 0.788902), }, - Vertex { position: (2.071448, -1.410118, 1.006192), - normal: (0.157806, 0.230905, 0.960094), }, - Vertex { position: (1.966698, -1.22816, 1.153716), - normal: (0.57446, 0.218241, 0.788902), }, - Vertex { position: (1.974215, -1.469208, 1.068951), - normal: (-0.144755, 0.439659, 0.886423), }, - Vertex { position: (1.974215, -1.469208, 1.068951), - normal: (-0.144755, 0.439659, 0.886423), }, - Vertex { position: (1.966698, -1.22816, 1.153716), - normal: (0.57446, 0.218241, 0.788902), }, - Vertex { position: (1.805207, -1.268427, 1.165317), - normal: (0.526213, 0.349004, 0.775433), }, - Vertex { position: (1.974215, -1.469208, 1.068951), - normal: (-0.144755, 0.439659, 0.886423), }, - Vertex { position: (1.805207, -1.268427, 1.165317), - normal: (0.526213, 0.349004, 0.775433), }, - Vertex { position: (1.801794, -1.465464, 1.129277), - normal: (0.339699, 0.626415, 0.701576), }, - Vertex { position: (1.801794, -1.465464, 1.129277), - normal: (0.339699, 0.626415, 0.701576), }, - Vertex { position: (1.805207, -1.268427, 1.165317), - normal: (0.526213, 0.349004, 0.775433), }, - Vertex { position: (1.601721, -1.262359, 1.14142), - normal: (0.926951, 0.366239, -0.081429), }, - Vertex { position: (1.801794, -1.465464, 1.129277), - normal: (0.339699, 0.626415, 0.701576), }, - Vertex { position: (1.601721, -1.262359, 1.14142), - normal: (0.926951, 0.366239, -0.081429), }, - Vertex { position: (1.612396, -1.485728, 1.099731), - normal: (0.457853, 0.537523, 0.708124), }, - Vertex { position: (1.612396, -1.485728, 1.099731), - normal: (0.457853, 0.537523, 0.708124), }, - Vertex { position: (1.601721, -1.262359, 1.14142), - normal: (0.926951, 0.366239, -0.081429), }, - Vertex { position: (1.49748, -1.283201, 1.088258), - normal: (-0.496829, -0.096649, 0.86245), }, - Vertex { position: (1.612396, -1.485728, 1.099731), - normal: (0.457853, 0.537523, 0.708124), }, - Vertex { position: (1.49748, -1.283201, 1.088258), - normal: (-0.496829, -0.096649, 0.86245), }, - Vertex { position: (1.5167, -1.45305, 1.068516), - normal: (-0.081045, 0.40912, 0.908874), }, - Vertex { position: (1.5167, -1.45305, 1.068516), - normal: (-0.081045, 0.40912, 0.908874), }, - Vertex { position: (1.49748, -1.283201, 1.088258), - normal: (-0.496829, -0.096649, 0.86245), }, - Vertex { position: (1.430817, -1.301205, 1.024924), - normal: (0.013288, -0.297478, 0.954636), }, - Vertex { position: (1.5167, -1.45305, 1.068516), - normal: (-0.081045, 0.40912, 0.908874), }, - Vertex { position: (1.430817, -1.301205, 1.024924), - normal: (0.013288, -0.297478, 0.954636), }, - Vertex { position: (1.454817, -1.430228, 0.976569), - normal: (0.444124, 0.617476, 0.649214), }, - Vertex { position: (1.454817, -1.430228, 0.976569), - normal: (0.444124, 0.617476, 0.649214), }, - Vertex { position: (1.430817, -1.301205, 1.024924), - normal: (0.013288, -0.297478, 0.954636), }, - Vertex { position: (1.348219, -1.282064, 0.845204), - normal: (-0.228294, -0.186048, 0.955651), }, - Vertex { position: (1.454817, -1.430228, 0.976569), - normal: (0.444124, 0.617476, 0.649214), }, - Vertex { position: (1.348219, -1.282064, 0.845204), - normal: (-0.228294, -0.186048, 0.955651), }, - Vertex { position: (1.328862, -1.352627, 0.758733), - normal: (0.010538, 0.399391, 0.91672), }, - Vertex { position: (2.158051, -1.209613, 0.783941), - normal: (0.383978, -0.566345, 0.729256), }, - Vertex { position: (2.180012, -1.130557, 0.821812), - normal: (0.424286, -0.254348, 0.869073), }, - Vertex { position: (2.17745, -1.127765, 0.974416), - normal: (-0.217942, -0.897186, -0.384133), }, - Vertex { position: (2.158051, -1.209613, 0.783941), - normal: (0.383978, -0.566345, 0.729256), }, - Vertex { position: (2.17745, -1.127765, 0.974416), - normal: (-0.217942, -0.897186, -0.384133), }, - Vertex { position: (2.141273, -1.234642, 0.941254), - normal: (-0.671694, -0.023528, 0.740455), }, - Vertex { position: (2.141273, -1.234642, 0.941254), - normal: (-0.671694, -0.023528, 0.740455), }, - Vertex { position: (2.17745, -1.127765, 0.974416), - normal: (-0.217942, -0.897186, -0.384133), }, - Vertex { position: (2.148553, -1.103067, 1.06541), - normal: (-0.069765, -0.126006, -0.989573), }, - Vertex { position: (2.141273, -1.234642, 0.941254), - normal: (-0.671694, -0.023528, 0.740455), }, - Vertex { position: (2.148553, -1.103067, 1.06541), - normal: (-0.069765, -0.126006, -0.989573), }, - Vertex { position: (2.099566, -1.259996, 1.055763), - normal: (-0.088841, 0.02472, 0.995739), }, - Vertex { position: (2.099566, -1.259996, 1.055763), - normal: (-0.088841, 0.02472, 0.995739), }, - Vertex { position: (2.148553, -1.103067, 1.06541), - normal: (-0.069765, -0.126006, -0.989573), }, - Vertex { position: (2.024692, -1.074646, 1.172465), - normal: (-0.1083, -0.048546, -0.992932), }, - Vertex { position: (2.099566, -1.259996, 1.055763), - normal: (-0.088841, 0.02472, 0.995739), }, - Vertex { position: (2.024692, -1.074646, 1.172465), - normal: (-0.1083, -0.048546, -0.992932), }, - Vertex { position: (1.966698, -1.22816, 1.153716), - normal: (0.57446, 0.218241, 0.788902), }, - Vertex { position: (1.966698, -1.22816, 1.153716), - normal: (0.57446, 0.218241, 0.788902), }, - Vertex { position: (2.024692, -1.074646, 1.172465), - normal: (-0.1083, -0.048546, -0.992932), }, - Vertex { position: (1.838895, -1.087204, 1.201408), - normal: (-0.084936, -0.226589, -0.97028), }, - Vertex { position: (1.966698, -1.22816, 1.153716), - normal: (0.57446, 0.218241, 0.788902), }, - Vertex { position: (1.838895, -1.087204, 1.201408), - normal: (-0.084936, -0.226589, -0.97028), }, - Vertex { position: (1.805207, -1.268427, 1.165317), - normal: (0.526213, 0.349004, 0.775433), }, - Vertex { position: (1.805207, -1.268427, 1.165317), - normal: (0.526213, 0.349004, 0.775433), }, - Vertex { position: (1.838895, -1.087204, 1.201408), - normal: (-0.084936, -0.226589, -0.97028), }, - Vertex { position: (1.645819, -1.087442, 1.173773), - normal: (-0.024032, -0.835976, -0.54824), }, - Vertex { position: (1.805207, -1.268427, 1.165317), - normal: (0.526213, 0.349004, 0.775433), }, - Vertex { position: (1.645819, -1.087442, 1.173773), - normal: (-0.024032, -0.835976, -0.54824), }, - Vertex { position: (1.601721, -1.262359, 1.14142), - normal: (0.926951, 0.366239, -0.081429), }, - Vertex { position: (1.601721, -1.262359, 1.14142), - normal: (0.926951, 0.366239, -0.081429), }, - Vertex { position: (1.645819, -1.087442, 1.173773), - normal: (-0.024032, -0.835976, -0.54824), }, - Vertex { position: (1.524407, -1.125312, 1.142248), - normal: (-0.044013, 0.340434, 0.939238), }, - Vertex { position: (1.601721, -1.262359, 1.14142), - normal: (0.926951, 0.366239, -0.081429), }, - Vertex { position: (1.524407, -1.125312, 1.142248), - normal: (-0.044013, 0.340434, 0.939238), }, - Vertex { position: (1.49748, -1.283201, 1.088258), - normal: (-0.496829, -0.096649, 0.86245), }, - Vertex { position: (1.49748, -1.283201, 1.088258), - normal: (-0.496829, -0.096649, 0.86245), }, - Vertex { position: (1.524407, -1.125312, 1.142248), - normal: (-0.044013, 0.340434, 0.939238), }, - Vertex { position: (1.438439, -1.148029, 1.098069), - normal: (0.186476, 0.252953, 0.949337), }, - Vertex { position: (1.49748, -1.283201, 1.088258), - normal: (-0.496829, -0.096649, 0.86245), }, - Vertex { position: (1.438439, -1.148029, 1.098069), - normal: (0.186476, 0.252953, 0.949337), }, - Vertex { position: (1.430817, -1.301205, 1.024924), - normal: (0.013288, -0.297478, 0.954636), }, - Vertex { position: (1.430817, -1.301205, 1.024924), - normal: (0.013288, -0.297478, 0.954636), }, - Vertex { position: (1.438439, -1.148029, 1.098069), - normal: (0.186476, 0.252953, 0.949337), }, - Vertex { position: (1.310865, -1.136322, 0.914838), - normal: (0.43768, -0.823149, -0.361748), }, - Vertex { position: (1.430817, -1.301205, 1.024924), - normal: (0.013288, -0.297478, 0.954636), }, - Vertex { position: (1.310865, -1.136322, 0.914838), - normal: (0.43768, -0.823149, -0.361748), }, - Vertex { position: (1.348219, -1.282064, 0.845204), - normal: (-0.228294, -0.186048, 0.955651), }, - Vertex { position: (1.963153, -1.588839, 0.612861), - normal: (-0.086361, -0.084973, 0.992634), }, - Vertex { position: (2.0482, -1.581983, 0.555832), - normal: (0.140536, 0.558684, 0.817388), }, - Vertex { position: (2.0796, -1.473377, 0.654997), - normal: (0.235033, -0.721825, 0.650944), }, - Vertex { position: (1.963153, -1.588839, 0.612861), - normal: (-0.086361, -0.084973, 0.992634), }, - Vertex { position: (2.0796, -1.473377, 0.654997), - normal: (0.235033, -0.721825, 0.650944), }, - Vertex { position: (2.059844, -1.561331, 0.858957), - normal: (-0.541077, 0.245809, 0.804247), }, - Vertex { position: (1.801794, -1.465464, 1.129277), - normal: (0.339699, 0.626415, 0.701576), }, - Vertex { position: (1.612396, -1.485728, 1.099731), - normal: (0.457853, 0.537523, 0.708124), }, - Vertex { position: (1.650318, -1.645881, 1.053347), - normal: (0.056398, -0.684481, -0.726846), }, - Vertex { position: (1.801794, -1.465464, 1.129277), - normal: (0.339699, 0.626415, 0.701576), }, - Vertex { position: (1.650318, -1.645881, 1.053347), - normal: (0.056398, -0.684481, -0.726846), }, - Vertex { position: (1.804927, -1.581954, 1.089198), - normal: (-0.937976, -0.320543, -0.132115), }, - Vertex { position: (1.974215, -1.469208, 1.068951), - normal: (-0.144755, 0.439659, 0.886423), }, - Vertex { position: (1.801794, -1.465464, 1.129277), - normal: (0.339699, 0.626415, 0.701576), }, - Vertex { position: (1.804927, -1.581954, 1.089198), - normal: (-0.937976, -0.320543, -0.132115), }, - Vertex { position: (1.974215, -1.469208, 1.068951), - normal: (-0.144755, 0.439659, 0.886423), }, - Vertex { position: (1.804927, -1.581954, 1.089198), - normal: (-0.937976, -0.320543, -0.132115), }, - Vertex { position: (1.937009, -1.625419, 1.026843), - normal: (-0.987313, 0.097591, -0.125253), }, - Vertex { position: (2.071448, -1.410118, 1.006192), - normal: (0.157806, 0.230905, 0.960094), }, - Vertex { position: (1.974215, -1.469208, 1.068951), - normal: (-0.144755, 0.439659, 0.886423), }, - Vertex { position: (1.937009, -1.625419, 1.026843), - normal: (-0.987313, 0.097591, -0.125253), }, - Vertex { position: (2.071448, -1.410118, 1.006192), - normal: (0.157806, 0.230905, 0.960094), }, - Vertex { position: (1.937009, -1.625419, 1.026843), - normal: (-0.987313, 0.097591, -0.125253), }, - Vertex { position: (2.036036, -1.57908, 0.967151), - normal: (0.872426, 0.488735, -0.003223), }, - Vertex { position: (2.111557, -1.376942, 0.89657), - normal: (-0.562282, -0.328887, 0.758731), }, - Vertex { position: (2.071448, -1.410118, 1.006192), - normal: (0.157806, 0.230905, 0.960094), }, - Vertex { position: (2.036036, -1.57908, 0.967151), - normal: (0.872426, 0.488735, -0.003223), }, - Vertex { position: (2.111557, -1.376942, 0.89657), - normal: (-0.562282, -0.328887, 0.758731), }, - Vertex { position: (2.036036, -1.57908, 0.967151), - normal: (0.872426, 0.488735, -0.003223), }, - Vertex { position: (2.059844, -1.561331, 0.858957), - normal: (-0.541077, 0.245809, 0.804247), }, - Vertex { position: (2.0796, -1.473377, 0.654997), - normal: (0.235033, -0.721825, 0.650944), }, - Vertex { position: (2.126237, -1.330172, 0.721011), - normal: (0.303379, -0.73119, 0.611002), }, - Vertex { position: (2.111557, -1.376942, 0.89657), - normal: (-0.562282, -0.328887, 0.758731), }, - Vertex { position: (2.0796, -1.473377, 0.654997), - normal: (0.235033, -0.721825, 0.650944), }, - Vertex { position: (2.111557, -1.376942, 0.89657), - normal: (-0.562282, -0.328887, 0.758731), }, - Vertex { position: (2.059844, -1.561331, 0.858957), - normal: (-0.541077, 0.245809, 0.804247), }, - Vertex { position: (2.229345, -0.992723, 0.862826), - normal: (0.080812, 0.697931, 0.711591), }, - Vertex { position: (2.222082, -0.957342, 1.014137), - normal: (-0.887036, -0.210048, -0.411154), }, - Vertex { position: (2.17745, -1.127765, 0.974416), - normal: (-0.217942, -0.897186, -0.384133), }, - Vertex { position: (2.229345, -0.992723, 0.862826), - normal: (0.080812, 0.697931, 0.711591), }, - Vertex { position: (2.17745, -1.127765, 0.974416), - normal: (-0.217942, -0.897186, -0.384133), }, - Vertex { position: (2.180012, -1.130557, 0.821812), - normal: (0.424286, -0.254348, 0.869073), }, - Vertex { position: (1.867657, -0.920633, 1.206933), - normal: (0.193853, 0.161608, 0.967628), }, - Vertex { position: (1.635139, -0.965221, 1.184968), - normal: (-0.493424, -0.16561, -0.853877), }, - Vertex { position: (1.645819, -1.087442, 1.173773), - normal: (-0.024032, -0.835976, -0.54824), }, - Vertex { position: (1.867657, -0.920633, 1.206933), - normal: (0.193853, 0.161608, 0.967628), }, - Vertex { position: (1.645819, -1.087442, 1.173773), - normal: (-0.024032, -0.835976, -0.54824), }, - Vertex { position: (1.838895, -1.087204, 1.201408), - normal: (-0.084936, -0.226589, -0.97028), }, - Vertex { position: (2.058189, -0.931238, 1.163518), - normal: (-0.819256, -0.566976, 0.085772), }, - Vertex { position: (1.867657, -0.920633, 1.206933), - normal: (0.193853, 0.161608, 0.967628), }, - Vertex { position: (1.838895, -1.087204, 1.201408), - normal: (-0.084936, -0.226589, -0.97028), }, - Vertex { position: (2.058189, -0.931238, 1.163518), - normal: (-0.819256, -0.566976, 0.085772), }, - Vertex { position: (1.838895, -1.087204, 1.201408), - normal: (-0.084936, -0.226589, -0.97028), }, - Vertex { position: (2.024692, -1.074646, 1.172465), - normal: (-0.1083, -0.048546, -0.992932), }, - Vertex { position: (2.158585, -0.955809, 1.113647), - normal: (-0.898389, -0.217201, -0.381735), }, - Vertex { position: (2.058189, -0.931238, 1.163518), - normal: (-0.819256, -0.566976, 0.085772), }, - Vertex { position: (2.024692, -1.074646, 1.172465), - normal: (-0.1083, -0.048546, -0.992932), }, - Vertex { position: (2.158585, -0.955809, 1.113647), - normal: (-0.898389, -0.217201, -0.381735), }, - Vertex { position: (2.024692, -1.074646, 1.172465), - normal: (-0.1083, -0.048546, -0.992932), }, - Vertex { position: (2.148553, -1.103067, 1.06541), - normal: (-0.069765, -0.126006, -0.989573), }, - Vertex { position: (2.222082, -0.957342, 1.014137), - normal: (-0.887036, -0.210048, -0.411154), }, - Vertex { position: (2.158585, -0.955809, 1.113647), - normal: (-0.898389, -0.217201, -0.381735), }, - Vertex { position: (2.148553, -1.103067, 1.06541), - normal: (-0.069765, -0.126006, -0.989573), }, - Vertex { position: (2.222082, -0.957342, 1.014137), - normal: (-0.887036, -0.210048, -0.411154), }, - Vertex { position: (2.148553, -1.103067, 1.06541), - normal: (-0.069765, -0.126006, -0.989573), }, - Vertex { position: (2.17745, -1.127765, 0.974416), - normal: (-0.217942, -0.897186, -0.384133), }, - Vertex { position: (1.451825, -1.576856, 0.702758), - normal: (0.751148, 0.43192, -0.49922), }, - Vertex { position: (1.480629, -1.640132, 0.953447), - normal: (0.874983, 0.217677, 0.432459), }, - Vertex { position: (1.454817, -1.430228, 0.976569), - normal: (0.444124, 0.617476, 0.649214), }, - Vertex { position: (1.451825, -1.576856, 0.702758), - normal: (0.751148, 0.43192, -0.49922), }, - Vertex { position: (1.454817, -1.430228, 0.976569), - normal: (0.444124, 0.617476, 0.649214), }, - Vertex { position: (1.328862, -1.352627, 0.758733), - normal: (0.010538, 0.399391, 0.91672), }, - Vertex { position: (1.310865, -1.136322, 0.914838), - normal: (0.43768, -0.823149, -0.361748), }, - Vertex { position: (1.438439, -1.148029, 1.098069), - normal: (0.186476, 0.252953, 0.949337), }, - Vertex { position: (1.428883, -0.98669, 1.133905), - normal: (-0.53197, -0.108751, -0.839751), }, - Vertex { position: (1.310865, -1.136322, 0.914838), - normal: (0.43768, -0.823149, -0.361748), }, - Vertex { position: (1.428883, -0.98669, 1.133905), - normal: (-0.53197, -0.108751, -0.839751), }, - Vertex { position: (1.337875, -0.945716, 1.021299), - normal: (-0.382074, -0.25681, -0.887732), }, - Vertex { position: (1.54175, -1.643613, 1.01419), - normal: (-0.404532, -0.045989, 0.913367), }, - Vertex { position: (1.650318, -1.645881, 1.053347), - normal: (0.056398, -0.684481, -0.726846), }, - Vertex { position: (1.612396, -1.485728, 1.099731), - normal: (0.457853, 0.537523, 0.708124), }, - Vertex { position: (1.54175, -1.643613, 1.01419), - normal: (-0.404532, -0.045989, 0.913367), }, - Vertex { position: (1.612396, -1.485728, 1.099731), - normal: (0.457853, 0.537523, 0.708124), }, - Vertex { position: (1.5167, -1.45305, 1.068516), - normal: (-0.081045, 0.40912, 0.908874), }, - Vertex { position: (1.480629, -1.640132, 0.953447), - normal: (0.874983, 0.217677, 0.432459), }, - Vertex { position: (1.54175, -1.643613, 1.01419), - normal: (-0.404532, -0.045989, 0.913367), }, - Vertex { position: (1.5167, -1.45305, 1.068516), - normal: (-0.081045, 0.40912, 0.908874), }, - Vertex { position: (1.480629, -1.640132, 0.953447), - normal: (0.874983, 0.217677, 0.432459), }, - Vertex { position: (1.5167, -1.45305, 1.068516), - normal: (-0.081045, 0.40912, 0.908874), }, - Vertex { position: (1.454817, -1.430228, 0.976569), - normal: (0.444124, 0.617476, 0.649214), }, - Vertex { position: (1.524407, -1.125312, 1.142248), - normal: (-0.044013, 0.340434, 0.939238), }, - Vertex { position: (1.645819, -1.087442, 1.173773), - normal: (-0.024032, -0.835976, -0.54824), }, - Vertex { position: (1.635139, -0.965221, 1.184968), - normal: (-0.493424, -0.16561, -0.853877), }, - Vertex { position: (1.524407, -1.125312, 1.142248), - normal: (-0.044013, 0.340434, 0.939238), }, - Vertex { position: (1.635139, -0.965221, 1.184968), - normal: (-0.493424, -0.16561, -0.853877), }, - Vertex { position: (1.536037, -0.985876, 1.185597), - normal: (-0.570406, -0.192005, -0.798606), }, - Vertex { position: (1.438439, -1.148029, 1.098069), - normal: (0.186476, 0.252953, 0.949337), }, - Vertex { position: (1.524407, -1.125312, 1.142248), - normal: (-0.044013, 0.340434, 0.939238), }, - Vertex { position: (1.536037, -0.985876, 1.185597), - normal: (-0.570406, -0.192005, -0.798606), }, - Vertex { position: (1.438439, -1.148029, 1.098069), - normal: (0.186476, 0.252953, 0.949337), }, - Vertex { position: (1.536037, -0.985876, 1.185597), - normal: (-0.570406, -0.192005, -0.798606), }, - Vertex { position: (1.428883, -0.98669, 1.133905), - normal: (-0.53197, -0.108751, -0.839751), }, - Vertex { position: (3.247406, 2.073333, 0.0), - normal: (-0.861251, 0.383698, -0.333202), }, - Vertex { position: (2.985371, 1.982663, 0.0), - normal: (0.889638, -0.392482, 0.233458), }, - Vertex { position: (3.009101, 1.971604, 0.03422), - normal: (0.397823, 0.403779, 0.823832), }, - Vertex { position: (3.247406, 2.073333, 0.0), - normal: (-0.861251, 0.383698, -0.333202), }, - Vertex { position: (3.009101, 1.971604, 0.03422), - normal: (0.397823, 0.403779, 0.823832), }, - Vertex { position: (3.233975, 2.059193, 0.072431), - normal: (0.662294, 0.443714, 0.603726), }, - Vertex { position: (3.233975, 2.059193, 0.072431), - normal: (0.662294, 0.443714, 0.603726), }, - Vertex { position: (3.009101, 1.971604, 0.03422), - normal: (0.397823, 0.403779, 0.823832), }, - Vertex { position: (3.036361, 1.913989, 0.169838), - normal: (0.449887, 0.239005, 0.860511), }, - Vertex { position: (3.233975, 2.059193, 0.072431), - normal: (0.662294, 0.443714, 0.603726), }, - Vertex { position: (3.036361, 1.913989, 0.169838), - normal: (0.449887, 0.239005, 0.860511), }, - Vertex { position: (3.252224, 2.026347, 0.148215), - normal: (0.693381, 0.351142, 0.629224), }, - Vertex { position: (3.252224, 2.026347, 0.148215), - normal: (0.693381, 0.351142, 0.629224), }, - Vertex { position: (3.036361, 1.913989, 0.169838), - normal: (0.449887, 0.239005, 0.860511), }, - Vertex { position: (3.058366, 1.773346, 0.297337), - normal: (0.525142, -0.062799, 0.848695), }, - Vertex { position: (3.252224, 2.026347, 0.148215), - normal: (0.693381, 0.351142, 0.629224), }, - Vertex { position: (3.058366, 1.773346, 0.297337), - normal: (0.525142, -0.062799, 0.848695), }, - Vertex { position: (3.276333, 1.863773, 0.294266), - normal: (0.748939, 0.152982, 0.644738), }, - Vertex { position: (3.276333, 1.863773, 0.294266), - normal: (0.748939, 0.152982, 0.644738), }, - Vertex { position: (3.058366, 1.773346, 0.297337), - normal: (0.525142, -0.062799, 0.848695), }, - Vertex { position: (3.086666, 1.632991, 0.338863), - normal: (0.561573, -0.148323, 0.814024), }, - Vertex { position: (3.276333, 1.863773, 0.294266), - normal: (0.748939, 0.152982, 0.644738), }, - Vertex { position: (3.086666, 1.632991, 0.338863), - normal: (0.561573, -0.148323, 0.814024), }, - Vertex { position: (3.337545, 1.748927, 0.34021), - normal: (0.795625, -0.129968, 0.591684), }, - Vertex { position: (3.337545, 1.748927, 0.34021), - normal: (0.795625, -0.129968, 0.591684), }, - Vertex { position: (3.086666, 1.632991, 0.338863), - normal: (0.561573, -0.148323, 0.814024), }, - Vertex { position: (3.115383, 1.49239, 0.380228), - normal: (0.513731, -0.239493, 0.823847), }, - Vertex { position: (3.337545, 1.748927, 0.34021), - normal: (0.795625, -0.129968, 0.591684), }, - Vertex { position: (3.115383, 1.49239, 0.380228), - normal: (0.513731, -0.239493, 0.823847), }, - Vertex { position: (3.377233, 1.5878, 0.400781), - normal: (0.805898, -0.146097, 0.573745), }, - Vertex { position: (3.377233, 1.5878, 0.400781), - normal: (0.805898, -0.146097, 0.573745), }, - Vertex { position: (3.115383, 1.49239, 0.380228), - normal: (0.513731, -0.239493, 0.823847), }, - Vertex { position: (3.163181, 1.209972, 0.462438), - normal: (0.506924, -0.406124, 0.760323), }, - Vertex { position: (3.377233, 1.5878, 0.400781), - normal: (0.805898, -0.146097, 0.573745), }, - Vertex { position: (3.163181, 1.209972, 0.462438), - normal: (0.506924, -0.406124, 0.760323), }, - Vertex { position: (3.47341, 1.366149, 0.454658), - normal: (0.772313, -0.244122, 0.586461), }, - Vertex { position: (3.47341, 1.366149, 0.454658), - normal: (0.772313, -0.244122, 0.586461), }, - Vertex { position: (3.163181, 1.209972, 0.462438), - normal: (0.506924, -0.406124, 0.760323), }, - Vertex { position: (3.189664, 0.907503, 0.500122), - normal: (0.552633, -0.484765, 0.677938), }, - Vertex { position: (3.47341, 1.366149, 0.454658), - normal: (0.772313, -0.244122, 0.586461), }, - Vertex { position: (3.189664, 0.907503, 0.500122), - normal: (0.552633, -0.484765, 0.677938), }, - Vertex { position: (3.528445, 1.060127, 0.489443), - normal: (0.697438, -0.478568, 0.533435), }, - Vertex { position: (3.528445, 1.060127, 0.489443), - normal: (0.697438, -0.478568, 0.533435), }, - Vertex { position: (3.189664, 0.907503, 0.500122), - normal: (0.552633, -0.484765, 0.677938), }, - Vertex { position: (3.280681, 0.510802, 0.499434), - normal: (0.696414, -0.392791, 0.600602), }, - Vertex { position: (3.528445, 1.060127, 0.489443), - normal: (0.697438, -0.478568, 0.533435), }, - Vertex { position: (3.280681, 0.510802, 0.499434), - normal: (0.696414, -0.392791, 0.600602), }, - Vertex { position: (3.559394, 0.706516, 0.452535), - normal: (0.628361, -0.426126, 0.65083), }, - Vertex { position: (3.559394, 0.706516, 0.452535), - normal: (0.628361, -0.426126, 0.65083), }, - Vertex { position: (3.280681, 0.510802, 0.499434), - normal: (0.696414, -0.392791, 0.600602), }, - Vertex { position: (3.321825, 0.26669, 0.46575), - normal: (0.026499, 0.942993, 0.331757), }, - Vertex { position: (3.559394, 0.706516, 0.452535), - normal: (0.628361, -0.426126, 0.65083), }, - Vertex { position: (3.321825, 0.26669, 0.46575), - normal: (0.026499, 0.942993, 0.331757), }, - Vertex { position: (3.61965, 0.472046, 0.391742), - normal: (0.065855, 0.814333, 0.576649), }, - Vertex { position: (3.61965, 0.472046, 0.391742), - normal: (0.065855, 0.814333, 0.576649), }, - Vertex { position: (3.321825, 0.26669, 0.46575), - normal: (0.026499, 0.942993, 0.331757), }, - Vertex { position: (3.36004, 0.165487, 0.412685), - normal: (0.019336, 0.837694, 0.545798), }, - Vertex { position: (3.61965, 0.472046, 0.391742), - normal: (0.065855, 0.814333, 0.576649), }, - Vertex { position: (3.36004, 0.165487, 0.412685), - normal: (0.019336, 0.837694, 0.545798), }, - Vertex { position: (3.641195, 0.407454, 0.362198), - normal: (0.187432, 0.691784, 0.697355), }, - Vertex { position: (3.641195, 0.407454, 0.362198), - normal: (0.187432, 0.691784, 0.697355), }, - Vertex { position: (3.36004, 0.165487, 0.412685), - normal: (0.019336, 0.837694, 0.545798), }, - Vertex { position: (3.378799, 0.073736, 0.355362), - normal: (0.05298, 0.780732, 0.622615), }, - Vertex { position: (3.641195, 0.407454, 0.362198), - normal: (0.187432, 0.691784, 0.697355), }, - Vertex { position: (3.378799, 0.073736, 0.355362), - normal: (0.05298, 0.780732, 0.622615), }, - Vertex { position: (3.67471, 0.338839, 0.30784), - normal: (0.328244, 0.603535, 0.726637), }, - Vertex { position: (3.67471, 0.338839, 0.30784), - normal: (0.328244, 0.603535, 0.726637), }, - Vertex { position: (3.378799, 0.073736, 0.355362), - normal: (0.05298, 0.780732, 0.622615), }, - Vertex { position: (3.43895, -0.08258, 0.257015), - normal: (0.115383, 0.694945, 0.709746), }, - Vertex { position: (3.67471, 0.338839, 0.30784), - normal: (0.328244, 0.603535, 0.726637), }, - Vertex { position: (3.43895, -0.08258, 0.257015), - normal: (0.115383, 0.694945, 0.709746), }, - Vertex { position: (3.700363, 0.265794, 0.240762), - normal: (0.387394, 0.516219, 0.763835), }, - Vertex { position: (3.700363, 0.265794, 0.240762), - normal: (0.387394, 0.516219, 0.763835), }, - Vertex { position: (3.43895, -0.08258, 0.257015), - normal: (0.115383, 0.694945, 0.709746), }, - Vertex { position: (3.514981, -0.121886, 0.187589), - normal: (0.146937, 0.551946, 0.820832), }, - Vertex { position: (3.700363, 0.265794, 0.240762), - normal: (0.387394, 0.516219, 0.763835), }, - Vertex { position: (3.514981, -0.121886, 0.187589), - normal: (0.146937, 0.551946, 0.820832), }, - Vertex { position: (3.737014, 0.181837, 0.176819), - normal: (0.387987, 0.466053, 0.795148), }, - Vertex { position: (3.737014, 0.181837, 0.176819), - normal: (0.387987, 0.466053, 0.795148), }, - Vertex { position: (3.514981, -0.121886, 0.187589), - normal: (0.146937, 0.551946, 0.820832), }, - Vertex { position: (3.486028, -0.141683, 0.0), - normal: (0.431966, -0.771434, 0.46722), }, - Vertex { position: (3.737014, 0.181837, 0.176819), - normal: (0.387987, 0.466053, 0.795148), }, - Vertex { position: (3.486028, -0.141683, 0.0), - normal: (0.431966, -0.771434, 0.46722), }, - Vertex { position: (3.731689, 0.186391, 0.0), - normal: (-0.910859, -0.100368, -0.400327), }, - Vertex { position: (3.454971, 2.169877, 0.0), - normal: (0.694153, -0.467999, 0.546926), }, - Vertex { position: (3.4583, 2.151656, 0.102662), - normal: (0.742962, -0.255405, 0.618688), }, - Vertex { position: (3.727093, 2.308406, 0.150049), - normal: (-0.071584, 0.92252, 0.379253), }, - Vertex { position: (3.454971, 2.169877, 0.0), - normal: (0.694153, -0.467999, 0.546926), }, - Vertex { position: (3.727093, 2.308406, 0.150049), - normal: (-0.071584, 0.92252, 0.379253), }, - Vertex { position: (3.71636, 2.343387, 0.0), - normal: (0.431966, -0.771434, -0.46722), }, - Vertex { position: (3.955635, 0.432417, 0.197586), - normal: (0.614456, 0.489786, 0.618509), }, - Vertex { position: (3.929251, 0.411689, 0.0), - normal: (0.338485, -0.103202, -0.935295), }, - Vertex { position: (4.126565, 0.642027, 0.0), - normal: (-0.926486, -0.356041, -0.121897), }, - Vertex { position: (3.955635, 0.432417, 0.197586), - normal: (0.614456, 0.489786, 0.618509), }, - Vertex { position: (4.126565, 0.642027, 0.0), - normal: (-0.926486, -0.356041, -0.121897), }, - Vertex { position: (4.120842, 0.627141, 0.185461), - normal: (0.804239, -0.153549, 0.574128), }, - Vertex { position: (3.889626, 0.475277, 0.247365), - normal: (0.718673, -0.290446, 0.631784), }, - Vertex { position: (3.955635, 0.432417, 0.197586), - normal: (0.614456, 0.489786, 0.618509), }, - Vertex { position: (4.120842, 0.627141, 0.185461), - normal: (0.804239, -0.153549, 0.574128), }, - Vertex { position: (3.861841, 0.560638, 0.311961), - normal: (0.815771, -0.424495, 0.392838), }, - Vertex { position: (3.889626, 0.475277, 0.247365), - normal: (0.718673, -0.290446, 0.631784), }, - Vertex { position: (4.120842, 0.627141, 0.185461), - normal: (0.804239, -0.153549, 0.574128), }, - Vertex { position: (3.861841, 0.560638, 0.311961), - normal: (0.815771, -0.424495, 0.392838), }, - Vertex { position: (4.120842, 0.627141, 0.185461), - normal: (0.804239, -0.153549, 0.574128), }, - Vertex { position: (4.105198, 0.672581, 0.300001), - normal: (0.788801, -0.199379, 0.581412), }, - Vertex { position: (3.849352, 0.664451, 0.387198), - normal: (0.900366, -0.205985, 0.38329), }, - Vertex { position: (3.861841, 0.560638, 0.311961), - normal: (0.815771, -0.424495, 0.392838), }, - Vertex { position: (4.105198, 0.672581, 0.300001), - normal: (0.788801, -0.199379, 0.581412), }, - Vertex { position: (3.849352, 0.664451, 0.387198), - normal: (0.900366, -0.205985, 0.38329), }, - Vertex { position: (4.105198, 0.672581, 0.300001), - normal: (0.788801, -0.199379, 0.581412), }, - Vertex { position: (4.068249, 0.798926, 0.400813), - normal: (0.771881, -0.100912, 0.627707), }, - Vertex { position: (3.823137, 0.853054, 0.461519), - normal: (0.906617, -0.14387, 0.39667), }, - Vertex { position: (3.849352, 0.664451, 0.387198), - normal: (0.900366, -0.205985, 0.38329), }, - Vertex { position: (4.068249, 0.798926, 0.400813), - normal: (0.771881, -0.100912, 0.627707), }, - Vertex { position: (3.823137, 0.853054, 0.461519), - normal: (0.906617, -0.14387, 0.39667), }, - Vertex { position: (4.068249, 0.798926, 0.400813), - normal: (0.771881, -0.100912, 0.627707), }, - Vertex { position: (4.041657, 1.039756, 0.496922), - normal: (0.769758, 0.095155, 0.631204), }, - Vertex { position: (3.747724, 1.184933, 0.518662), - normal: (0.908163, -0.140074, 0.394486), }, - Vertex { position: (3.823137, 0.853054, 0.461519), - normal: (0.906617, -0.14387, 0.39667), }, - Vertex { position: (4.041657, 1.039756, 0.496922), - normal: (0.769758, 0.095155, 0.631204), }, - Vertex { position: (3.747724, 1.184933, 0.518662), - normal: (0.908163, -0.140074, 0.394486), }, - Vertex { position: (4.041657, 1.039756, 0.496922), - normal: (0.769758, 0.095155, 0.631204), }, - Vertex { position: (3.98851, 1.297806, 0.539537), - normal: (0.763734, 0.228435, 0.603761), }, - Vertex { position: (3.650974, 1.46374, 0.478617), - normal: (0.907314, 0.09913, 0.4086), }, - Vertex { position: (3.747724, 1.184933, 0.518662), - normal: (0.908163, -0.140074, 0.394486), }, - Vertex { position: (3.98851, 1.297806, 0.539537), - normal: (0.763734, 0.228435, 0.603761), }, - Vertex { position: (3.650974, 1.46374, 0.478617), - normal: (0.907314, 0.09913, 0.4086), }, - Vertex { position: (3.98851, 1.297806, 0.539537), - normal: (0.763734, 0.228435, 0.603761), }, - Vertex { position: (3.886058, 1.550141, 0.50483), - normal: (0.696162, 0.333274, 0.635835), }, - Vertex { position: (3.590526, 1.70109, 0.411994), - normal: (0.85208, 0.278905, 0.442914), }, - Vertex { position: (3.650974, 1.46374, 0.478617), - normal: (0.907314, 0.09913, 0.4086), }, - Vertex { position: (3.886058, 1.550141, 0.50483), - normal: (0.696162, 0.333274, 0.635835), }, - Vertex { position: (3.590526, 1.70109, 0.411994), - normal: (0.85208, 0.278905, 0.442914), }, - Vertex { position: (3.886058, 1.550141, 0.50483), - normal: (0.696162, 0.333274, 0.635835), }, - Vertex { position: (3.881998, 1.764428, 0.476337), - normal: (0.539114, 0.412574, 0.734261), }, - Vertex { position: (3.541188, 1.849183, 0.386366), - normal: (0.759315, 0.386803, 0.523282), }, - Vertex { position: (3.590526, 1.70109, 0.411994), - normal: (0.85208, 0.278905, 0.442914), }, - Vertex { position: (3.881998, 1.764428, 0.476337), - normal: (0.539114, 0.412574, 0.734261), }, - Vertex { position: (3.541188, 1.849183, 0.386366), - normal: (0.759315, 0.386803, 0.523282), }, - Vertex { position: (3.881998, 1.764428, 0.476337), - normal: (0.539114, 0.412574, 0.734261), }, - Vertex { position: (3.814876, 1.968416, 0.443), - normal: (0.462789, 0.48004, 0.745243), }, - Vertex { position: (3.479418, 1.97825, 0.317478), - normal: (0.636794, 0.461927, 0.617346), }, - Vertex { position: (3.541188, 1.849183, 0.386366), - normal: (0.759315, 0.386803, 0.523282), }, - Vertex { position: (3.814876, 1.968416, 0.443), - normal: (0.462789, 0.48004, 0.745243), }, - Vertex { position: (3.479418, 1.97825, 0.317478), - normal: (0.636794, 0.461927, 0.617346), }, - Vertex { position: (3.814876, 1.968416, 0.443), - normal: (0.462789, 0.48004, 0.745243), }, - Vertex { position: (3.758215, 2.206683, 0.323051), - normal: (0.241303, 0.584582, 0.77462), }, - Vertex { position: (3.460196, 2.103494, 0.180368), - normal: (0.722145, -0.312679, 0.617041), }, - Vertex { position: (3.479418, 1.97825, 0.317478), - normal: (0.636794, 0.461927, 0.617346), }, - Vertex { position: (3.758215, 2.206683, 0.323051), - normal: (0.241303, 0.584582, 0.77462), }, - Vertex { position: (3.460196, 2.103494, 0.180368), - normal: (0.722145, -0.312679, 0.617041), }, - Vertex { position: (3.758215, 2.206683, 0.323051), - normal: (0.241303, 0.584582, 0.77462), }, - Vertex { position: (3.745669, 2.266001, 0.24193), - normal: (0.072694, 0.752739, 0.654294), }, - Vertex { position: (3.4583, 2.151656, 0.102662), - normal: (0.742962, -0.255405, 0.618688), }, - Vertex { position: (3.460196, 2.103494, 0.180368), - normal: (0.722145, -0.312679, 0.617041), }, - Vertex { position: (3.745669, 2.266001, 0.24193), - normal: (0.072694, 0.752739, 0.654294), }, - Vertex { position: (3.4583, 2.151656, 0.102662), - normal: (0.742962, -0.255405, 0.618688), }, - Vertex { position: (3.745669, 2.266001, 0.24193), - normal: (0.072694, 0.752739, 0.654294), }, - Vertex { position: (3.727093, 2.308406, 0.150049), - normal: (-0.071584, 0.92252, 0.379253), }, - Vertex { position: (3.33521, -0.375755, 0.0), - normal: (-0.560204, 0.828355, -0.00034), }, - Vertex { position: (3.342159, -0.384674, 0.201349), - normal: (-0.046579, 0.627301, 0.777383), }, - Vertex { position: (3.107533, -0.691019, 0.264602), - normal: (0.6483, -0.171023, 0.741928), }, - Vertex { position: (3.33521, -0.375755, 0.0), - normal: (-0.560204, 0.828355, -0.00034), }, - Vertex { position: (3.107533, -0.691019, 0.264602), - normal: (0.6483, -0.171023, 0.741928), }, - Vertex { position: (3.118124, -0.703925, 0.0), - normal: (-0.476715, 0.879058, 0.0), }, - Vertex { position: (2.715712, 1.828219, 0.167709), - normal: (0.12555, 0.440005, 0.889176), }, - Vertex { position: (2.723503, 1.898839, 0.0), - normal: (-0.926486, -0.356041, 0.121897), }, - Vertex { position: (2.339597, 1.807702, 0.0), - normal: (0.536218, -0.84408, 0.000006), }, - Vertex { position: (2.715712, 1.828219, 0.167709), - normal: (0.12555, 0.440005, 0.889176), }, - Vertex { position: (2.339597, 1.807702, 0.0), - normal: (0.536218, -0.84408, 0.000006), }, - Vertex { position: (2.361089, 1.76666, 0.202595), - normal: (-0.05128, 0.509983, 0.858655), }, - Vertex { position: (2.738132, 1.687333, 0.295046), - normal: (0.10998, 0.376752, 0.919762), }, - Vertex { position: (2.715712, 1.828219, 0.167709), - normal: (0.12555, 0.440005, 0.889176), }, - Vertex { position: (2.361089, 1.76666, 0.202595), - normal: (-0.05128, 0.509983, 0.858655), }, - Vertex { position: (2.738132, 1.687333, 0.295046), - normal: (0.10998, 0.376752, 0.919762), }, - Vertex { position: (2.361089, 1.76666, 0.202595), - normal: (-0.05128, 0.509983, 0.858655), }, - Vertex { position: (2.406969, 1.645328, 0.341479), - normal: (-0.02226, 0.394285, 0.918719), }, - Vertex { position: (2.77568, 1.53871, 0.352829), - normal: (0.097864, 0.250653, 0.963118), }, - Vertex { position: (2.738132, 1.687333, 0.295046), - normal: (0.10998, 0.376752, 0.919762), }, - Vertex { position: (2.406969, 1.645328, 0.341479), - normal: (-0.02226, 0.394285, 0.918719), }, - Vertex { position: (2.77568, 1.53871, 0.352829), - normal: (0.097864, 0.250653, 0.963118), }, - Vertex { position: (2.406969, 1.645328, 0.341479), - normal: (-0.02226, 0.394285, 0.918719), }, - Vertex { position: (2.519027, 1.485931, 0.422962), - normal: (-0.026262, 0.311275, 0.949957), }, - Vertex { position: (2.815366, 1.377583, 0.413399), - normal: (0.12742, 0.021045, 0.991626), }, - Vertex { position: (2.77568, 1.53871, 0.352829), - normal: (0.097864, 0.250653, 0.963118), }, - Vertex { position: (2.519027, 1.485931, 0.422962), - normal: (-0.026262, 0.311275, 0.949957), }, - Vertex { position: (2.815366, 1.377583, 0.413399), - normal: (0.12742, 0.021045, 0.991626), }, - Vertex { position: (2.519027, 1.485931, 0.422962), - normal: (-0.026262, 0.311275, 0.949957), }, - Vertex { position: (2.553871, 1.284278, 0.512335), - normal: (-0.039079, 0.203923, 0.978207), }, - Vertex { position: (2.854291, 1.093951, 0.49465), - normal: (0.206882, -0.117024, 0.971342), }, - Vertex { position: (2.815366, 1.377583, 0.413399), - normal: (0.12742, 0.021045, 0.991626), }, - Vertex { position: (2.553871, 1.284278, 0.512335), - normal: (-0.039079, 0.203923, 0.978207), }, - Vertex { position: (2.854291, 1.093951, 0.49465), - normal: (0.206882, -0.117024, 0.971342), }, - Vertex { position: (2.553871, 1.284278, 0.512335), - normal: (-0.039079, 0.203923, 0.978207), }, - Vertex { position: (2.637461, 1.01726, 0.581611), - normal: (-0.031021, 0.098798, 0.994624), }, - Vertex { position: (2.948387, 0.783357, 0.515058), - normal: (0.218538, -0.213954, 0.952084), }, - Vertex { position: (2.854291, 1.093951, 0.49465), - normal: (0.206882, -0.117024, 0.971342), }, - Vertex { position: (2.637461, 1.01726, 0.581611), - normal: (-0.031021, 0.098798, 0.994624), }, - Vertex { position: (2.948387, 0.783357, 0.515058), - normal: (0.218538, -0.213954, 0.952084), }, - Vertex { position: (2.637461, 1.01726, 0.581611), - normal: (-0.031021, 0.098798, 0.994624), }, - Vertex { position: (2.747937, 0.712253, 0.615674), - normal: (-0.012663, 0.029084, 0.999497), }, - Vertex { position: (3.06109, 0.397226, 0.574193), - normal: (0.304965, -0.136677, 0.942505), }, - Vertex { position: (2.948387, 0.783357, 0.515058), - normal: (0.218538, -0.213954, 0.952084), }, - Vertex { position: (2.747937, 0.712253, 0.615674), - normal: (-0.012663, 0.029084, 0.999497), }, - Vertex { position: (3.06109, 0.397226, 0.574193), - normal: (0.304965, -0.136677, 0.942505), }, - Vertex { position: (2.747937, 0.712253, 0.615674), - normal: (-0.012663, 0.029084, 0.999497), }, - Vertex { position: (2.811504, 0.469098, 0.657443), - normal: (-0.096144, -0.182414, 0.97851), }, - Vertex { position: (3.06109, 0.397226, 0.574193), - normal: (0.304965, -0.136677, 0.942505), }, - Vertex { position: (2.811504, 0.469098, 0.657443), - normal: (-0.096144, -0.182414, 0.97851), }, - Vertex { position: (2.898733, 0.271916, 0.651298), - normal: (-0.200187, -0.124247, 0.971848), }, - Vertex { position: (3.136321, 0.171237, 0.539896), - normal: (-0.061264, 0.921927, 0.382487), }, - Vertex { position: (3.06109, 0.397226, 0.574193), - normal: (0.304965, -0.136677, 0.942505), }, - Vertex { position: (2.898733, 0.271916, 0.651298), - normal: (-0.200187, -0.124247, 0.971848), }, - Vertex { position: (3.136321, 0.171237, 0.539896), - normal: (-0.061264, 0.921927, 0.382487), }, - Vertex { position: (2.898733, 0.271916, 0.651298), - normal: (-0.200187, -0.124247, 0.971848), }, - Vertex { position: (2.91987, 0.084875, 0.64246), - normal: (0.023112, -0.187685, 0.981957), }, - Vertex { position: (3.16616, 0.02131, 0.457261), - normal: (-0.070642, 0.834207, 0.546908), }, - Vertex { position: (3.136321, 0.171237, 0.539896), - normal: (-0.061264, 0.921927, 0.382487), }, - Vertex { position: (2.91987, 0.084875, 0.64246), - normal: (0.023112, -0.187685, 0.981957), }, - Vertex { position: (3.16616, 0.02131, 0.457261), - normal: (-0.070642, 0.834207, 0.546908), }, - Vertex { position: (2.91987, 0.084875, 0.64246), - normal: (0.023112, -0.187685, 0.981957), }, - Vertex { position: (2.953029, -0.12769, 0.520499), - normal: (0.720876, -0.356662, 0.594247), }, - Vertex { position: (3.199571, -0.153739, 0.38015), - normal: (-0.055544, 0.828008, 0.557959), }, - Vertex { position: (3.16616, 0.02131, 0.457261), - normal: (-0.070642, 0.834207, 0.546908), }, - Vertex { position: (2.953029, -0.12769, 0.520499), - normal: (0.720876, -0.356662, 0.594247), }, - Vertex { position: (3.199571, -0.153739, 0.38015), - normal: (-0.055544, 0.828008, 0.557959), }, - Vertex { position: (2.953029, -0.12769, 0.520499), - normal: (0.720876, -0.356662, 0.594247), }, - Vertex { position: (2.986408, -0.413503, 0.428964), - normal: (0.709718, -0.453837, 0.538824), }, - Vertex { position: (3.286426, -0.300744, 0.276331), - normal: (-0.047374, 0.758242, 0.65025), }, - Vertex { position: (3.199571, -0.153739, 0.38015), - normal: (-0.055544, 0.828008, 0.557959), }, - Vertex { position: (2.986408, -0.413503, 0.428964), - normal: (0.709718, -0.453837, 0.538824), }, - Vertex { position: (3.286426, -0.300744, 0.276331), - normal: (-0.047374, 0.758242, 0.65025), }, - Vertex { position: (2.986408, -0.413503, 0.428964), - normal: (0.709718, -0.453837, 0.538824), }, - Vertex { position: (3.053144, -0.609681, 0.326931), - normal: (0.4379, -0.250054, 0.863549), }, - Vertex { position: (3.342159, -0.384674, 0.201349), - normal: (-0.046579, 0.627301, 0.777383), }, - Vertex { position: (3.286426, -0.300744, 0.276331), - normal: (-0.047374, 0.758242, 0.65025), }, - Vertex { position: (3.053144, -0.609681, 0.326931), - normal: (0.4379, -0.250054, 0.863549), }, - Vertex { position: (3.342159, -0.384674, 0.201349), - normal: (-0.046579, 0.627301, 0.777383), }, - Vertex { position: (3.053144, -0.609681, 0.326931), - normal: (0.4379, -0.250054, 0.863549), }, - Vertex { position: (3.107533, -0.691019, 0.264602), - normal: (0.6483, -0.171023, 0.741928), }, - Vertex { position: (3.247406, 2.073333, 0.0), - normal: (-0.861251, 0.383698, -0.333202), }, - Vertex { position: (3.233975, 2.059193, 0.072431), - normal: (0.662294, 0.443714, 0.603726), }, - Vertex { position: (3.4583, 2.151656, 0.102662), - normal: (0.742962, -0.255405, 0.618688), }, - Vertex { position: (3.247406, 2.073333, 0.0), - normal: (-0.861251, 0.383698, -0.333202), }, - Vertex { position: (3.4583, 2.151656, 0.102662), - normal: (0.742962, -0.255405, 0.618688), }, - Vertex { position: (3.454971, 2.169877, 0.0), - normal: (0.694153, -0.467999, 0.546926), }, - Vertex { position: (3.486028, -0.141683, 0.0), - normal: (0.431966, -0.771434, 0.46722), }, - Vertex { position: (3.514981, -0.121886, 0.187589), - normal: (0.146937, 0.551946, 0.820832), }, - Vertex { position: (3.342159, -0.384674, 0.201349), - normal: (-0.046579, 0.627301, 0.777383), }, - Vertex { position: (3.486028, -0.141683, 0.0), - normal: (0.431966, -0.771434, 0.46722), }, - Vertex { position: (3.342159, -0.384674, 0.201349), - normal: (-0.046579, 0.627301, 0.777383), }, - Vertex { position: (3.33521, -0.375755, 0.0), - normal: (-0.560204, 0.828355, -0.00034), }, - Vertex { position: (3.009101, 1.971604, 0.03422), - normal: (0.397823, 0.403779, 0.823832), }, - Vertex { position: (2.985371, 1.982663, 0.0), - normal: (0.889638, -0.392482, 0.233458), }, - Vertex { position: (2.723503, 1.898839, 0.0), - normal: (-0.926486, -0.356041, 0.121897), }, - Vertex { position: (3.036361, 1.913989, 0.169838), - normal: (0.449887, 0.239005, 0.860511), }, - Vertex { position: (3.009101, 1.971604, 0.03422), - normal: (0.397823, 0.403779, 0.823832), }, - Vertex { position: (2.723503, 1.898839, 0.0), - normal: (-0.926486, -0.356041, 0.121897), }, - Vertex { position: (3.036361, 1.913989, 0.169838), - normal: (0.449887, 0.239005, 0.860511), }, - Vertex { position: (2.723503, 1.898839, 0.0), - normal: (-0.926486, -0.356041, 0.121897), }, - Vertex { position: (2.715712, 1.828219, 0.167709), - normal: (0.12555, 0.440005, 0.889176), }, - Vertex { position: (3.058366, 1.773346, 0.297337), - normal: (0.525142, -0.062799, 0.848695), }, - Vertex { position: (3.036361, 1.913989, 0.169838), - normal: (0.449887, 0.239005, 0.860511), }, - Vertex { position: (2.715712, 1.828219, 0.167709), - normal: (0.12555, 0.440005, 0.889176), }, - Vertex { position: (3.058366, 1.773346, 0.297337), - normal: (0.525142, -0.062799, 0.848695), }, - Vertex { position: (2.715712, 1.828219, 0.167709), - normal: (0.12555, 0.440005, 0.889176), }, - Vertex { position: (2.738132, 1.687333, 0.295046), - normal: (0.10998, 0.376752, 0.919762), }, - Vertex { position: (3.086666, 1.632991, 0.338863), - normal: (0.561573, -0.148323, 0.814024), }, - Vertex { position: (3.058366, 1.773346, 0.297337), - normal: (0.525142, -0.062799, 0.848695), }, - Vertex { position: (2.738132, 1.687333, 0.295046), - normal: (0.10998, 0.376752, 0.919762), }, - Vertex { position: (3.086666, 1.632991, 0.338863), - normal: (0.561573, -0.148323, 0.814024), }, - Vertex { position: (2.738132, 1.687333, 0.295046), - normal: (0.10998, 0.376752, 0.919762), }, - Vertex { position: (2.77568, 1.53871, 0.352829), - normal: (0.097864, 0.250653, 0.963118), }, - Vertex { position: (3.115383, 1.49239, 0.380228), - normal: (0.513731, -0.239493, 0.823847), }, - Vertex { position: (3.086666, 1.632991, 0.338863), - normal: (0.561573, -0.148323, 0.814024), }, - Vertex { position: (2.77568, 1.53871, 0.352829), - normal: (0.097864, 0.250653, 0.963118), }, - Vertex { position: (3.115383, 1.49239, 0.380228), - normal: (0.513731, -0.239493, 0.823847), }, - Vertex { position: (2.77568, 1.53871, 0.352829), - normal: (0.097864, 0.250653, 0.963118), }, - Vertex { position: (2.815366, 1.377583, 0.413399), - normal: (0.12742, 0.021045, 0.991626), }, - Vertex { position: (3.163181, 1.209972, 0.462438), - normal: (0.506924, -0.406124, 0.760323), }, - Vertex { position: (3.115383, 1.49239, 0.380228), - normal: (0.513731, -0.239493, 0.823847), }, - Vertex { position: (2.815366, 1.377583, 0.413399), - normal: (0.12742, 0.021045, 0.991626), }, - Vertex { position: (3.163181, 1.209972, 0.462438), - normal: (0.506924, -0.406124, 0.760323), }, - Vertex { position: (2.815366, 1.377583, 0.413399), - normal: (0.12742, 0.021045, 0.991626), }, - Vertex { position: (2.854291, 1.093951, 0.49465), - normal: (0.206882, -0.117024, 0.971342), }, - Vertex { position: (3.189664, 0.907503, 0.500122), - normal: (0.552633, -0.484765, 0.677938), }, - Vertex { position: (3.163181, 1.209972, 0.462438), - normal: (0.506924, -0.406124, 0.760323), }, - Vertex { position: (2.854291, 1.093951, 0.49465), - normal: (0.206882, -0.117024, 0.971342), }, - Vertex { position: (3.189664, 0.907503, 0.500122), - normal: (0.552633, -0.484765, 0.677938), }, - Vertex { position: (2.854291, 1.093951, 0.49465), - normal: (0.206882, -0.117024, 0.971342), }, - Vertex { position: (2.948387, 0.783357, 0.515058), - normal: (0.218538, -0.213954, 0.952084), }, - Vertex { position: (3.280681, 0.510802, 0.499434), - normal: (0.696414, -0.392791, 0.600602), }, - Vertex { position: (3.189664, 0.907503, 0.500122), - normal: (0.552633, -0.484765, 0.677938), }, - Vertex { position: (2.948387, 0.783357, 0.515058), - normal: (0.218538, -0.213954, 0.952084), }, - Vertex { position: (3.280681, 0.510802, 0.499434), - normal: (0.696414, -0.392791, 0.600602), }, - Vertex { position: (2.948387, 0.783357, 0.515058), - normal: (0.218538, -0.213954, 0.952084), }, - Vertex { position: (3.06109, 0.397226, 0.574193), - normal: (0.304965, -0.136677, 0.942505), }, - Vertex { position: (3.321825, 0.26669, 0.46575), - normal: (0.026499, 0.942993, 0.331757), }, - Vertex { position: (3.280681, 0.510802, 0.499434), - normal: (0.696414, -0.392791, 0.600602), }, - Vertex { position: (3.06109, 0.397226, 0.574193), - normal: (0.304965, -0.136677, 0.942505), }, - Vertex { position: (3.321825, 0.26669, 0.46575), - normal: (0.026499, 0.942993, 0.331757), }, - Vertex { position: (3.06109, 0.397226, 0.574193), - normal: (0.304965, -0.136677, 0.942505), }, - Vertex { position: (3.136321, 0.171237, 0.539896), - normal: (-0.061264, 0.921927, 0.382487), }, - Vertex { position: (3.36004, 0.165487, 0.412685), - normal: (0.019336, 0.837694, 0.545798), }, - Vertex { position: (3.321825, 0.26669, 0.46575), - normal: (0.026499, 0.942993, 0.331757), }, - Vertex { position: (3.136321, 0.171237, 0.539896), - normal: (-0.061264, 0.921927, 0.382487), }, - Vertex { position: (3.36004, 0.165487, 0.412685), - normal: (0.019336, 0.837694, 0.545798), }, - Vertex { position: (3.136321, 0.171237, 0.539896), - normal: (-0.061264, 0.921927, 0.382487), }, - Vertex { position: (3.16616, 0.02131, 0.457261), - normal: (-0.070642, 0.834207, 0.546908), }, - Vertex { position: (3.378799, 0.073736, 0.355362), - normal: (0.05298, 0.780732, 0.622615), }, - Vertex { position: (3.36004, 0.165487, 0.412685), - normal: (0.019336, 0.837694, 0.545798), }, - Vertex { position: (3.16616, 0.02131, 0.457261), - normal: (-0.070642, 0.834207, 0.546908), }, - Vertex { position: (3.378799, 0.073736, 0.355362), - normal: (0.05298, 0.780732, 0.622615), }, - Vertex { position: (3.16616, 0.02131, 0.457261), - normal: (-0.070642, 0.834207, 0.546908), }, - Vertex { position: (3.199571, -0.153739, 0.38015), - normal: (-0.055544, 0.828008, 0.557959), }, - Vertex { position: (3.43895, -0.08258, 0.257015), - normal: (0.115383, 0.694945, 0.709746), }, - Vertex { position: (3.378799, 0.073736, 0.355362), - normal: (0.05298, 0.780732, 0.622615), }, - Vertex { position: (3.199571, -0.153739, 0.38015), - normal: (-0.055544, 0.828008, 0.557959), }, - Vertex { position: (3.43895, -0.08258, 0.257015), - normal: (0.115383, 0.694945, 0.709746), }, - Vertex { position: (3.199571, -0.153739, 0.38015), - normal: (-0.055544, 0.828008, 0.557959), }, - Vertex { position: (3.286426, -0.300744, 0.276331), - normal: (-0.047374, 0.758242, 0.65025), }, - Vertex { position: (3.514981, -0.121886, 0.187589), - normal: (0.146937, 0.551946, 0.820832), }, - Vertex { position: (3.43895, -0.08258, 0.257015), - normal: (0.115383, 0.694945, 0.709746), }, - Vertex { position: (3.286426, -0.300744, 0.276331), - normal: (-0.047374, 0.758242, 0.65025), }, - Vertex { position: (3.514981, -0.121886, 0.187589), - normal: (0.146937, 0.551946, 0.820832), }, - Vertex { position: (3.286426, -0.300744, 0.276331), - normal: (-0.047374, 0.758242, 0.65025), }, - Vertex { position: (3.342159, -0.384674, 0.201349), - normal: (-0.046579, 0.627301, 0.777383), }, - Vertex { position: (3.737014, 0.181837, 0.176819), - normal: (0.387987, 0.466053, 0.795148), }, - Vertex { position: (3.731689, 0.186391, 0.0), - normal: (-0.910859, -0.100368, -0.400327), }, - Vertex { position: (3.929251, 0.411689, 0.0), - normal: (0.338485, -0.103202, -0.935295), }, - Vertex { position: (3.737014, 0.181837, 0.176819), - normal: (0.387987, 0.466053, 0.795148), }, - Vertex { position: (3.929251, 0.411689, 0.0), - normal: (0.338485, -0.103202, -0.935295), }, - Vertex { position: (3.955635, 0.432417, 0.197586), - normal: (0.614456, 0.489786, 0.618509), }, - Vertex { position: (3.700363, 0.265794, 0.240762), - normal: (0.387394, 0.516219, 0.763835), }, - Vertex { position: (3.737014, 0.181837, 0.176819), - normal: (0.387987, 0.466053, 0.795148), }, - Vertex { position: (3.955635, 0.432417, 0.197586), - normal: (0.614456, 0.489786, 0.618509), }, - Vertex { position: (3.700363, 0.265794, 0.240762), - normal: (0.387394, 0.516219, 0.763835), }, - Vertex { position: (3.955635, 0.432417, 0.197586), - normal: (0.614456, 0.489786, 0.618509), }, - Vertex { position: (3.889626, 0.475277, 0.247365), - normal: (0.718673, -0.290446, 0.631784), }, - Vertex { position: (3.67471, 0.338839, 0.30784), - normal: (0.328244, 0.603535, 0.726637), }, - Vertex { position: (3.700363, 0.265794, 0.240762), - normal: (0.387394, 0.516219, 0.763835), }, - Vertex { position: (3.889626, 0.475277, 0.247365), - normal: (0.718673, -0.290446, 0.631784), }, - Vertex { position: (3.67471, 0.338839, 0.30784), - normal: (0.328244, 0.603535, 0.726637), }, - Vertex { position: (3.889626, 0.475277, 0.247365), - normal: (0.718673, -0.290446, 0.631784), }, - Vertex { position: (3.861841, 0.560638, 0.311961), - normal: (0.815771, -0.424495, 0.392838), }, - Vertex { position: (3.641195, 0.407454, 0.362198), - normal: (0.187432, 0.691784, 0.697355), }, - Vertex { position: (3.67471, 0.338839, 0.30784), - normal: (0.328244, 0.603535, 0.726637), }, - Vertex { position: (3.861841, 0.560638, 0.311961), - normal: (0.815771, -0.424495, 0.392838), }, - Vertex { position: (3.61965, 0.472046, 0.391742), - normal: (0.065855, 0.814333, 0.576649), }, - Vertex { position: (3.641195, 0.407454, 0.362198), - normal: (0.187432, 0.691784, 0.697355), }, - Vertex { position: (3.861841, 0.560638, 0.311961), - normal: (0.815771, -0.424495, 0.392838), }, - Vertex { position: (3.61965, 0.472046, 0.391742), - normal: (0.065855, 0.814333, 0.576649), }, - Vertex { position: (3.861841, 0.560638, 0.311961), - normal: (0.815771, -0.424495, 0.392838), }, - Vertex { position: (3.849352, 0.664451, 0.387198), - normal: (0.900366, -0.205985, 0.38329), }, - Vertex { position: (3.559394, 0.706516, 0.452535), - normal: (0.628361, -0.426126, 0.65083), }, - Vertex { position: (3.61965, 0.472046, 0.391742), - normal: (0.065855, 0.814333, 0.576649), }, - Vertex { position: (3.849352, 0.664451, 0.387198), - normal: (0.900366, -0.205985, 0.38329), }, - Vertex { position: (3.559394, 0.706516, 0.452535), - normal: (0.628361, -0.426126, 0.65083), }, - Vertex { position: (3.849352, 0.664451, 0.387198), - normal: (0.900366, -0.205985, 0.38329), }, - Vertex { position: (3.823137, 0.853054, 0.461519), - normal: (0.906617, -0.14387, 0.39667), }, - Vertex { position: (3.528445, 1.060127, 0.489443), - normal: (0.697438, -0.478568, 0.533435), }, - Vertex { position: (3.559394, 0.706516, 0.452535), - normal: (0.628361, -0.426126, 0.65083), }, - Vertex { position: (3.823137, 0.853054, 0.461519), - normal: (0.906617, -0.14387, 0.39667), }, - Vertex { position: (3.528445, 1.060127, 0.489443), - normal: (0.697438, -0.478568, 0.533435), }, - Vertex { position: (3.823137, 0.853054, 0.461519), - normal: (0.906617, -0.14387, 0.39667), }, - Vertex { position: (3.747724, 1.184933, 0.518662), - normal: (0.908163, -0.140074, 0.394486), }, - Vertex { position: (3.47341, 1.366149, 0.454658), - normal: (0.772313, -0.244122, 0.586461), }, - Vertex { position: (3.528445, 1.060127, 0.489443), - normal: (0.697438, -0.478568, 0.533435), }, - Vertex { position: (3.747724, 1.184933, 0.518662), - normal: (0.908163, -0.140074, 0.394486), }, - Vertex { position: (3.47341, 1.366149, 0.454658), - normal: (0.772313, -0.244122, 0.586461), }, - Vertex { position: (3.747724, 1.184933, 0.518662), - normal: (0.908163, -0.140074, 0.394486), }, - Vertex { position: (3.650974, 1.46374, 0.478617), - normal: (0.907314, 0.09913, 0.4086), }, - Vertex { position: (3.377233, 1.5878, 0.400781), - normal: (0.805898, -0.146097, 0.573745), }, - Vertex { position: (3.47341, 1.366149, 0.454658), - normal: (0.772313, -0.244122, 0.586461), }, - Vertex { position: (3.650974, 1.46374, 0.478617), - normal: (0.907314, 0.09913, 0.4086), }, - Vertex { position: (3.377233, 1.5878, 0.400781), - normal: (0.805898, -0.146097, 0.573745), }, - Vertex { position: (3.650974, 1.46374, 0.478617), - normal: (0.907314, 0.09913, 0.4086), }, - Vertex { position: (3.590526, 1.70109, 0.411994), - normal: (0.85208, 0.278905, 0.442914), }, - Vertex { position: (3.337545, 1.748927, 0.34021), - normal: (0.795625, -0.129968, 0.591684), }, - Vertex { position: (3.377233, 1.5878, 0.400781), - normal: (0.805898, -0.146097, 0.573745), }, - Vertex { position: (3.590526, 1.70109, 0.411994), - normal: (0.85208, 0.278905, 0.442914), }, - Vertex { position: (3.337545, 1.748927, 0.34021), - normal: (0.795625, -0.129968, 0.591684), }, - Vertex { position: (3.590526, 1.70109, 0.411994), - normal: (0.85208, 0.278905, 0.442914), }, - Vertex { position: (3.541188, 1.849183, 0.386366), - normal: (0.759315, 0.386803, 0.523282), }, - Vertex { position: (3.276333, 1.863773, 0.294266), - normal: (0.748939, 0.152982, 0.644738), }, - Vertex { position: (3.337545, 1.748927, 0.34021), - normal: (0.795625, -0.129968, 0.591684), }, - Vertex { position: (3.541188, 1.849183, 0.386366), - normal: (0.759315, 0.386803, 0.523282), }, - Vertex { position: (3.276333, 1.863773, 0.294266), - normal: (0.748939, 0.152982, 0.644738), }, - Vertex { position: (3.541188, 1.849183, 0.386366), - normal: (0.759315, 0.386803, 0.523282), }, - Vertex { position: (3.479418, 1.97825, 0.317478), - normal: (0.636794, 0.461927, 0.617346), }, - Vertex { position: (3.252224, 2.026347, 0.148215), - normal: (0.693381, 0.351142, 0.629224), }, - Vertex { position: (3.276333, 1.863773, 0.294266), - normal: (0.748939, 0.152982, 0.644738), }, - Vertex { position: (3.479418, 1.97825, 0.317478), - normal: (0.636794, 0.461927, 0.617346), }, - Vertex { position: (3.252224, 2.026347, 0.148215), - normal: (0.693381, 0.351142, 0.629224), }, - Vertex { position: (3.479418, 1.97825, 0.317478), - normal: (0.636794, 0.461927, 0.617346), }, - Vertex { position: (3.460196, 2.103494, 0.180368), - normal: (0.722145, -0.312679, 0.617041), }, - Vertex { position: (3.233975, 2.059193, 0.072431), - normal: (0.662294, 0.443714, 0.603726), }, - Vertex { position: (3.252224, 2.026347, 0.148215), - normal: (0.693381, 0.351142, 0.629224), }, - Vertex { position: (3.460196, 2.103494, 0.180368), - normal: (0.722145, -0.312679, 0.617041), }, - Vertex { position: (3.233975, 2.059193, 0.072431), - normal: (0.662294, 0.443714, 0.603726), }, - Vertex { position: (3.460196, 2.103494, 0.180368), - normal: (0.722145, -0.312679, 0.617041), }, - Vertex { position: (3.4583, 2.151656, 0.102662), - normal: (0.742962, -0.255405, 0.618688), }, - Vertex { position: (2.953029, -0.12769, 0.520499), - normal: (0.720876, -0.356662, 0.594247), }, - Vertex { position: (2.835437, -0.231101, 0.57789), - normal: (0.100131, 0.509748, 0.854477), }, - Vertex { position: (2.986408, -0.413503, 0.428964), - normal: (0.709718, -0.453837, 0.538824), }, - Vertex { position: (2.811504, 0.469098, 0.657443), - normal: (-0.096144, -0.182414, 0.97851), }, - Vertex { position: (2.747937, 0.712253, 0.615674), - normal: (-0.012663, 0.029084, 0.999497), }, - Vertex { position: (2.679445, 0.687427, 0.720573), - normal: (0.324748, -0.466051, 0.823004), }, - Vertex { position: (2.811504, 0.469098, 0.657443), - normal: (-0.096144, -0.182414, 0.97851), }, - Vertex { position: (2.679445, 0.687427, 0.720573), - normal: (0.324748, -0.466051, 0.823004), }, - Vertex { position: (2.753156, 0.400829, 0.713141), - normal: (0.727708, -0.453484, 0.514581), }, - Vertex { position: (2.898733, 0.271916, 0.651298), - normal: (-0.200187, -0.124247, 0.971848), }, - Vertex { position: (2.811504, 0.469098, 0.657443), - normal: (-0.096144, -0.182414, 0.97851), }, - Vertex { position: (2.753156, 0.400829, 0.713141), - normal: (0.727708, -0.453484, 0.514581), }, - Vertex { position: (2.898733, 0.271916, 0.651298), - normal: (-0.200187, -0.124247, 0.971848), }, - Vertex { position: (2.753156, 0.400829, 0.713141), - normal: (0.727708, -0.453484, 0.514581), }, - Vertex { position: (2.790681, 0.219187, 0.718263), - normal: (0.287759, -0.574148, 0.766517), }, - Vertex { position: (2.91987, 0.084875, 0.64246), - normal: (0.023112, -0.187685, 0.981957), }, - Vertex { position: (2.898733, 0.271916, 0.651298), - normal: (-0.200187, -0.124247, 0.971848), }, - Vertex { position: (2.790681, 0.219187, 0.718263), - normal: (0.287759, -0.574148, 0.766517), }, - Vertex { position: (2.91987, 0.084875, 0.64246), - normal: (0.023112, -0.187685, 0.981957), }, - Vertex { position: (2.790681, 0.219187, 0.718263), - normal: (0.287759, -0.574148, 0.766517), }, - Vertex { position: (2.790657, 0.044324, 0.717488), - normal: (0.677632, -0.514013, 0.525933), }, - Vertex { position: (2.743995, -0.129852, 0.718277), - normal: (0.290845, -0.568581, 0.769497), }, - Vertex { position: (2.736198, -0.346225, 0.659345), - normal: (0.478274, -0.500384, 0.721713), }, - Vertex { position: (2.835437, -0.231101, 0.57789), - normal: (0.100131, 0.509748, 0.854477), }, - Vertex { position: (2.835437, -0.231101, 0.57789), - normal: (0.100131, 0.509748, 0.854477), }, - Vertex { position: (2.953029, -0.12769, 0.520499), - normal: (0.720876, -0.356662, 0.594247), }, - Vertex { position: (2.91987, 0.084875, 0.64246), - normal: (0.023112, -0.187685, 0.981957), }, - Vertex { position: (2.835437, -0.231101, 0.57789), - normal: (0.100131, 0.509748, 0.854477), }, - Vertex { position: (2.91987, 0.084875, 0.64246), - normal: (0.023112, -0.187685, 0.981957), }, - Vertex { position: (2.743995, -0.129852, 0.718277), - normal: (0.290845, -0.568581, 0.769497), }, - Vertex { position: (2.91987, 0.084875, 0.64246), - normal: (0.023112, -0.187685, 0.981957), }, - Vertex { position: (2.790657, 0.044324, 0.717488), - normal: (0.677632, -0.514013, 0.525933), }, - Vertex { position: (2.743995, -0.129852, 0.718277), - normal: (0.290845, -0.568581, 0.769497), }, - Vertex { position: (2.396355, 1.242239, 0.597722), - normal: (0.370396, -0.36596, 0.853745), }, - Vertex { position: (2.482917, 0.997637, 0.702425), - normal: (0.437631, -0.408484, 0.801012), }, - Vertex { position: (2.514162, 0.988713, 0.674527), - normal: (0.539192, -0.226204, 0.811236), }, - Vertex { position: (2.543372, -0.548031, 0.937182), - normal: (0.876436, -0.293555, 0.381688), }, - Vertex { position: (2.410367, -0.777999, 0.841105), - normal: (0.728904, -0.519577, 0.445802), }, - Vertex { position: (2.5392, -0.727778, 0.750475), - normal: (0.518786, -0.204527, 0.830078), }, - Vertex { position: (2.543372, -0.548031, 0.937182), - normal: (0.876436, -0.293555, 0.381688), }, - Vertex { position: (2.5392, -0.727778, 0.750475), - normal: (0.518786, -0.204527, 0.830078), }, - Vertex { position: (2.618307, -0.549092, 0.805491), - normal: (0.58512, -0.108234, 0.803692), }, - Vertex { position: (2.594499, -0.422948, 0.981263), - normal: (0.918784, -0.122699, 0.375208), }, - Vertex { position: (2.543372, -0.548031, 0.937182), - normal: (0.876436, -0.293555, 0.381688), }, - Vertex { position: (2.618307, -0.549092, 0.805491), - normal: (0.58512, -0.108234, 0.803692), }, - Vertex { position: (2.594499, -0.422948, 0.981263), - normal: (0.918784, -0.122699, 0.375208), }, - Vertex { position: (2.618307, -0.549092, 0.805491), - normal: (0.58512, -0.108234, 0.803692), }, - Vertex { position: (2.690576, -0.368057, 0.819343), - normal: (0.648132, -0.027411, 0.761034), }, - Vertex { position: (2.60743, -0.208248, 0.974218), - normal: (0.883063, -0.251635, 0.396079), }, - Vertex { position: (2.594499, -0.422948, 0.981263), - normal: (0.918784, -0.122699, 0.375208), }, - Vertex { position: (2.690576, -0.368057, 0.819343), - normal: (0.648132, -0.027411, 0.761034), }, - Vertex { position: (2.60743, -0.208248, 0.974218), - normal: (0.883063, -0.251635, 0.396079), }, - Vertex { position: (2.690576, -0.368057, 0.819343), - normal: (0.648132, -0.027411, 0.761034), }, - Vertex { position: (2.702577, -0.197406, 0.795611), - normal: (0.594643, -0.107364, 0.796789), }, - Vertex { position: (2.649413, 0.031535, 1.024796), - normal: (0.690473, -0.61586, 0.379425), }, - Vertex { position: (2.60743, -0.208248, 0.974218), - normal: (0.883063, -0.251635, 0.396079), }, - Vertex { position: (2.702577, -0.197406, 0.795611), - normal: (0.594643, -0.107364, 0.796789), }, - Vertex { position: (2.649413, 0.031535, 1.024796), - normal: (0.690473, -0.61586, 0.379425), }, - Vertex { position: (2.702577, -0.197406, 0.795611), - normal: (0.594643, -0.107364, 0.796789), }, - Vertex { position: (2.734183, 0.038769, 0.86581), - normal: (0.655995, -0.105886, 0.747301), }, - Vertex { position: (2.668936, 0.206182, 1.014371), - normal: (0.276661, -0.626708, 0.728489), }, - Vertex { position: (2.649413, 0.031535, 1.024796), - normal: (0.690473, -0.61586, 0.379425), }, - Vertex { position: (2.734183, 0.038769, 0.86581), - normal: (0.655995, -0.105886, 0.747301), }, - Vertex { position: (2.668936, 0.206182, 1.014371), - normal: (0.276661, -0.626708, 0.728489), }, - Vertex { position: (2.734183, 0.038769, 0.86581), - normal: (0.655995, -0.105886, 0.747301), }, - Vertex { position: (2.731512, 0.219003, 0.891585), - normal: (0.675576, -0.202498, 0.708937), }, - Vertex { position: (2.616001, 0.447717, 0.960748), - normal: (0.112446, -0.618661, 0.77757), }, - Vertex { position: (2.668936, 0.206182, 1.014371), - normal: (0.276661, -0.626708, 0.728489), }, - Vertex { position: (2.731512, 0.219003, 0.891585), - normal: (0.675576, -0.202498, 0.708937), }, - Vertex { position: (2.616001, 0.447717, 0.960748), - normal: (0.112446, -0.618661, 0.77757), }, - Vertex { position: (2.731512, 0.219003, 0.891585), - normal: (0.675576, -0.202498, 0.708937), }, - Vertex { position: (2.70696, 0.393597, 0.849582), - normal: (0.663699, -0.195183, 0.722085), }, - Vertex { position: (2.5704, 0.738683, 0.830405), - normal: (0.189478, -0.558571, 0.807525), }, - Vertex { position: (2.616001, 0.447717, 0.960748), - normal: (0.112446, -0.618661, 0.77757), }, - Vertex { position: (2.70696, 0.393597, 0.849582), - normal: (0.663699, -0.195183, 0.722085), }, - Vertex { position: (2.5704, 0.738683, 0.830405), - normal: (0.189478, -0.558571, 0.807525), }, - Vertex { position: (2.70696, 0.393597, 0.849582), - normal: (0.663699, -0.195183, 0.722085), }, - Vertex { position: (2.604217, 0.728827, 0.769671), - normal: (0.543412, -0.359347, 0.758665), }, - Vertex { position: (2.482917, 0.997637, 0.702425), - normal: (0.437631, -0.408484, 0.801012), }, - Vertex { position: (2.5704, 0.738683, 0.830405), - normal: (0.189478, -0.558571, 0.807525), }, - Vertex { position: (2.604217, 0.728827, 0.769671), - normal: (0.543412, -0.359347, 0.758665), }, - Vertex { position: (2.482917, 0.997637, 0.702425), - normal: (0.437631, -0.408484, 0.801012), }, - Vertex { position: (2.604217, 0.728827, 0.769671), - normal: (0.543412, -0.359347, 0.758665), }, - Vertex { position: (2.514162, 0.988713, 0.674527), - normal: (0.539192, -0.226204, 0.811236), }, - Vertex { position: (2.688131, -0.517509, 0.672975), - normal: (0.245892, -0.489895, 0.836385), }, - Vertex { position: (2.736198, -0.346225, 0.659345), - normal: (0.478274, -0.500384, 0.721713), }, - Vertex { position: (2.690576, -0.368057, 0.819343), - normal: (0.648132, -0.027411, 0.761034), }, - Vertex { position: (2.688131, -0.517509, 0.672975), - normal: (0.245892, -0.489895, 0.836385), }, - Vertex { position: (2.690576, -0.368057, 0.819343), - normal: (0.648132, -0.027411, 0.761034), }, - Vertex { position: (2.618307, -0.549092, 0.805491), - normal: (0.58512, -0.108234, 0.803692), }, - Vertex { position: (2.542439, 0.999928, 0.648592), - normal: (0.727678, -0.414895, 0.546211), }, - Vertex { position: (2.396355, 1.242239, 0.597722), - normal: (0.370396, -0.36596, 0.853745), }, - Vertex { position: (2.514162, 0.988713, 0.674527), - normal: (0.539192, -0.226204, 0.811236), }, - Vertex { position: (2.679445, 0.687427, 0.720573), - normal: (0.324748, -0.466051, 0.823004), }, - Vertex { position: (2.542439, 0.999928, 0.648592), - normal: (0.727678, -0.414895, 0.546211), }, - Vertex { position: (2.514162, 0.988713, 0.674527), - normal: (0.539192, -0.226204, 0.811236), }, - Vertex { position: (2.679445, 0.687427, 0.720573), - normal: (0.324748, -0.466051, 0.823004), }, - Vertex { position: (2.514162, 0.988713, 0.674527), - normal: (0.539192, -0.226204, 0.811236), }, - Vertex { position: (2.604217, 0.728827, 0.769671), - normal: (0.543412, -0.359347, 0.758665), }, - Vertex { position: (2.753156, 0.400829, 0.713141), - normal: (0.727708, -0.453484, 0.514581), }, - Vertex { position: (2.679445, 0.687427, 0.720573), - normal: (0.324748, -0.466051, 0.823004), }, - Vertex { position: (2.604217, 0.728827, 0.769671), - normal: (0.543412, -0.359347, 0.758665), }, - Vertex { position: (2.753156, 0.400829, 0.713141), - normal: (0.727708, -0.453484, 0.514581), }, - Vertex { position: (2.604217, 0.728827, 0.769671), - normal: (0.543412, -0.359347, 0.758665), }, - Vertex { position: (2.70696, 0.393597, 0.849582), - normal: (0.663699, -0.195183, 0.722085), }, - Vertex { position: (2.790681, 0.219187, 0.718263), - normal: (0.287759, -0.574148, 0.766517), }, - Vertex { position: (2.753156, 0.400829, 0.713141), - normal: (0.727708, -0.453484, 0.514581), }, - Vertex { position: (2.70696, 0.393597, 0.849582), - normal: (0.663699, -0.195183, 0.722085), }, - Vertex { position: (2.790681, 0.219187, 0.718263), - normal: (0.287759, -0.574148, 0.766517), }, - Vertex { position: (2.70696, 0.393597, 0.849582), - normal: (0.663699, -0.195183, 0.722085), }, - Vertex { position: (2.731512, 0.219003, 0.891585), - normal: (0.675576, -0.202498, 0.708937), }, - Vertex { position: (2.790657, 0.044324, 0.717488), - normal: (0.677632, -0.514013, 0.525933), }, - Vertex { position: (2.790681, 0.219187, 0.718263), - normal: (0.287759, -0.574148, 0.766517), }, - Vertex { position: (2.731512, 0.219003, 0.891585), - normal: (0.675576, -0.202498, 0.708937), }, - Vertex { position: (2.790657, 0.044324, 0.717488), - normal: (0.677632, -0.514013, 0.525933), }, - Vertex { position: (2.731512, 0.219003, 0.891585), - normal: (0.675576, -0.202498, 0.708937), }, - Vertex { position: (2.734183, 0.038769, 0.86581), - normal: (0.655995, -0.105886, 0.747301), }, - Vertex { position: (2.743995, -0.129852, 0.718277), - normal: (0.290845, -0.568581, 0.769497), }, - Vertex { position: (2.790657, 0.044324, 0.717488), - normal: (0.677632, -0.514013, 0.525933), }, - Vertex { position: (2.734183, 0.038769, 0.86581), - normal: (0.655995, -0.105886, 0.747301), }, - Vertex { position: (2.743995, -0.129852, 0.718277), - normal: (0.290845, -0.568581, 0.769497), }, - Vertex { position: (2.734183, 0.038769, 0.86581), - normal: (0.655995, -0.105886, 0.747301), }, - Vertex { position: (2.702577, -0.197406, 0.795611), - normal: (0.594643, -0.107364, 0.796789), }, - Vertex { position: (2.736198, -0.346225, 0.659345), - normal: (0.478274, -0.500384, 0.721713), }, - Vertex { position: (2.743995, -0.129852, 0.718277), - normal: (0.290845, -0.568581, 0.769497), }, - Vertex { position: (2.702577, -0.197406, 0.795611), - normal: (0.594643, -0.107364, 0.796789), }, - Vertex { position: (2.736198, -0.346225, 0.659345), - normal: (0.478274, -0.500384, 0.721713), }, - Vertex { position: (2.702577, -0.197406, 0.795611), - normal: (0.594643, -0.107364, 0.796789), }, - Vertex { position: (2.690576, -0.368057, 0.819343), - normal: (0.648132, -0.027411, 0.761034), }, - Vertex { position: (2.747937, 0.712253, 0.615674), - normal: (-0.012663, 0.029084, 0.999497), }, - Vertex { position: (2.637461, 1.01726, 0.581611), - normal: (-0.031021, 0.098798, 0.994624), }, - Vertex { position: (2.542439, 0.999928, 0.648592), - normal: (0.727678, -0.414895, 0.546211), }, - Vertex { position: (2.747937, 0.712253, 0.615674), - normal: (-0.012663, 0.029084, 0.999497), }, - Vertex { position: (2.542439, 0.999928, 0.648592), - normal: (0.727678, -0.414895, 0.546211), }, - Vertex { position: (2.679445, 0.687427, 0.720573), - normal: (0.324748, -0.466051, 0.823004), }, - Vertex { position: (2.361089, 1.76666, 0.202595), - normal: (-0.05128, 0.509983, 0.858655), }, - Vertex { position: (2.339597, 1.807702, 0.0), - normal: (0.536218, -0.84408, 0.000006), }, - Vertex { position: (2.128139, 1.788397, 0.0), - normal: (0.756976, -0.653442, 0.0), }, - Vertex { position: (2.361089, 1.76666, 0.202595), - normal: (-0.05128, 0.509983, 0.858655), }, - Vertex { position: (2.128139, 1.788397, 0.0), - normal: (0.756976, -0.653442, 0.0), }, - Vertex { position: (2.13239, 1.755821, 0.180271), - normal: (0.70745, -0.193334, 0.679806), }, - Vertex { position: (2.406969, 1.645328, 0.341479), - normal: (-0.02226, 0.394285, 0.918719), }, - Vertex { position: (2.361089, 1.76666, 0.202595), - normal: (-0.05128, 0.509983, 0.858655), }, - Vertex { position: (2.13239, 1.755821, 0.180271), - normal: (0.70745, -0.193334, 0.679806), }, - Vertex { position: (2.406969, 1.645328, 0.341479), - normal: (-0.02226, 0.394285, 0.918719), }, - Vertex { position: (2.13239, 1.755821, 0.180271), - normal: (0.70745, -0.193334, 0.679806), }, - Vertex { position: (2.183003, 1.65407, 0.341767), - normal: (0.71475, -0.118625, 0.689247), }, - Vertex { position: (2.519027, 1.485931, 0.422962), - normal: (-0.026262, 0.311275, 0.949957), }, - Vertex { position: (2.406969, 1.645328, 0.341479), - normal: (-0.02226, 0.394285, 0.918719), }, - Vertex { position: (2.183003, 1.65407, 0.341767), - normal: (0.71475, -0.118625, 0.689247), }, - Vertex { position: (2.519027, 1.485931, 0.422962), - normal: (-0.026262, 0.311275, 0.949957), }, - Vertex { position: (2.183003, 1.65407, 0.341767), - normal: (0.71475, -0.118625, 0.689247), }, - Vertex { position: (2.301359, 1.397721, 0.546015), - normal: (0.608407, -0.244593, 0.754993), }, - Vertex { position: (2.553871, 1.284278, 0.512335), - normal: (-0.039079, 0.203923, 0.978207), }, - Vertex { position: (2.519027, 1.485931, 0.422962), - normal: (-0.026262, 0.311275, 0.949957), }, - Vertex { position: (2.301359, 1.397721, 0.546015), - normal: (0.608407, -0.244593, 0.754993), }, - Vertex { position: (2.553871, 1.284278, 0.512335), - normal: (-0.039079, 0.203923, 0.978207), }, - Vertex { position: (2.301359, 1.397721, 0.546015), - normal: (0.608407, -0.244593, 0.754993), }, - Vertex { position: (2.396355, 1.242239, 0.597722), - normal: (0.370396, -0.36596, 0.853745), }, - Vertex { position: (2.637461, 1.01726, 0.581611), - normal: (-0.031021, 0.098798, 0.994624), }, - Vertex { position: (2.553871, 1.284278, 0.512335), - normal: (-0.039079, 0.203923, 0.978207), }, - Vertex { position: (2.396355, 1.242239, 0.597722), - normal: (0.370396, -0.36596, 0.853745), }, - Vertex { position: (2.637461, 1.01726, 0.581611), - normal: (-0.031021, 0.098798, 0.994624), }, - Vertex { position: (2.396355, 1.242239, 0.597722), - normal: (0.370396, -0.36596, 0.853745), }, - Vertex { position: (2.542439, 0.999928, 0.648592), - normal: (0.727678, -0.414895, 0.546211), }, - Vertex { position: (2.410367, -0.777999, 0.841105), - normal: (0.728904, -0.519577, 0.445802), }, - Vertex { position: (2.346081, -0.74535, 1.013296), - normal: (-0.06371, 0.842533, 0.534864), }, - Vertex { position: (2.245624, -0.864372, 0.995778), - normal: (-0.069142, 0.724976, 0.685295), }, - Vertex { position: (2.410367, -0.777999, 0.841105), - normal: (0.728904, -0.519577, 0.445802), }, - Vertex { position: (2.245624, -0.864372, 0.995778), - normal: (-0.069142, 0.724976, 0.685295), }, - Vertex { position: (2.292449, -0.871852, 0.8824), - normal: (0.09853, 0.626571, 0.773111), }, - Vertex { position: (2.183003, 1.65407, 0.341767), - normal: (0.71475, -0.118625, 0.689247), }, - Vertex { position: (2.13239, 1.755821, 0.180271), - normal: (0.70745, -0.193334, 0.679806), }, - Vertex { position: (2.069379, 1.727818, 0.212746), - normal: (0.411872, 0.04507, 0.910127), }, - Vertex { position: (2.183003, 1.65407, 0.341767), - normal: (0.71475, -0.118625, 0.689247), }, - Vertex { position: (2.069379, 1.727818, 0.212746), - normal: (0.411872, 0.04507, 0.910127), }, - Vertex { position: (2.096552, 1.678482, 0.32681), - normal: (0.552828, -0.750794, 0.36151), }, - Vertex { position: (2.301359, 1.397721, 0.546015), - normal: (0.608407, -0.244593, 0.754993), }, - Vertex { position: (2.183003, 1.65407, 0.341767), - normal: (0.71475, -0.118625, 0.689247), }, - Vertex { position: (2.096552, 1.678482, 0.32681), - normal: (0.552828, -0.750794, 0.36151), }, - Vertex { position: (2.301359, 1.397721, 0.546015), - normal: (0.608407, -0.244593, 0.754993), }, - Vertex { position: (2.096552, 1.678482, 0.32681), - normal: (0.552828, -0.750794, 0.36151), }, - Vertex { position: (2.189848, 1.468992, 0.517501), - normal: (0.226413, -0.89822, 0.376747), }, - Vertex { position: (2.396355, 1.242239, 0.597722), - normal: (0.370396, -0.36596, 0.853745), }, - Vertex { position: (2.301359, 1.397721, 0.546015), - normal: (0.608407, -0.244593, 0.754993), }, - Vertex { position: (2.189848, 1.468992, 0.517501), - normal: (0.226413, -0.89822, 0.376747), }, - Vertex { position: (2.396355, 1.242239, 0.597722), - normal: (0.370396, -0.36596, 0.853745), }, - Vertex { position: (2.189848, 1.468992, 0.517501), - normal: (0.226413, -0.89822, 0.376747), }, - Vertex { position: (2.266003, 1.273253, 0.663332), - normal: (0.016767, -0.927537, 0.373356), }, - Vertex { position: (2.482917, 0.997637, 0.702425), - normal: (0.437631, -0.408484, 0.801012), }, - Vertex { position: (2.396355, 1.242239, 0.597722), - normal: (0.370396, -0.36596, 0.853745), }, - Vertex { position: (2.266003, 1.273253, 0.663332), - normal: (0.016767, -0.927537, 0.373356), }, - Vertex { position: (2.482917, 0.997637, 0.702425), - normal: (0.437631, -0.408484, 0.801012), }, - Vertex { position: (2.266003, 1.273253, 0.663332), - normal: (0.016767, -0.927537, 0.373356), }, - Vertex { position: (2.347317, 1.066114, 0.758763), - normal: (0.08136, -0.929085, 0.360806), }, - Vertex { position: (2.5704, 0.738683, 0.830405), - normal: (0.189478, -0.558571, 0.807525), }, - Vertex { position: (2.482917, 0.997637, 0.702425), - normal: (0.437631, -0.408484, 0.801012), }, - Vertex { position: (2.347317, 1.066114, 0.758763), - normal: (0.08136, -0.929085, 0.360806), }, - Vertex { position: (2.5704, 0.738683, 0.830405), - normal: (0.189478, -0.558571, 0.807525), }, - Vertex { position: (2.347317, 1.066114, 0.758763), - normal: (0.08136, -0.929085, 0.360806), }, - Vertex { position: (2.399389, 0.782091, 0.915279), - normal: (0.295093, -0.940225, 0.16999), }, - Vertex { position: (2.616001, 0.447717, 0.960748), - normal: (0.112446, -0.618661, 0.77757), }, - Vertex { position: (2.5704, 0.738683, 0.830405), - normal: (0.189478, -0.558571, 0.807525), }, - Vertex { position: (2.399389, 0.782091, 0.915279), - normal: (0.295093, -0.940225, 0.16999), }, - Vertex { position: (2.616001, 0.447717, 0.960748), - normal: (0.112446, -0.618661, 0.77757), }, - Vertex { position: (2.399389, 0.782091, 0.915279), - normal: (0.295093, -0.940225, 0.16999), }, - Vertex { position: (2.448969, 0.529858, 1.037335), - normal: (0.676544, -0.141883, 0.722604), }, - Vertex { position: (2.668936, 0.206182, 1.014371), - normal: (0.276661, -0.626708, 0.728489), }, - Vertex { position: (2.616001, 0.447717, 0.960748), - normal: (0.112446, -0.618661, 0.77757), }, - Vertex { position: (2.448969, 0.529858, 1.037335), - normal: (0.676544, -0.141883, 0.722604), }, - Vertex { position: (2.668936, 0.206182, 1.014371), - normal: (0.276661, -0.626708, 0.728489), }, - Vertex { position: (2.448969, 0.529858, 1.037335), - normal: (0.676544, -0.141883, 0.722604), }, - Vertex { position: (2.495354, 0.250522, 1.132081), - normal: (0.667276, -0.159228, 0.727591), }, - Vertex { position: (2.649413, 0.031535, 1.024796), - normal: (0.690473, -0.61586, 0.379425), }, - Vertex { position: (2.668936, 0.206182, 1.014371), - normal: (0.276661, -0.626708, 0.728489), }, - Vertex { position: (2.495354, 0.250522, 1.132081), - normal: (0.667276, -0.159228, 0.727591), }, - Vertex { position: (2.649413, 0.031535, 1.024796), - normal: (0.690473, -0.61586, 0.379425), }, - Vertex { position: (2.495354, 0.250522, 1.132081), - normal: (0.667276, -0.159228, 0.727591), }, - Vertex { position: (2.50049, -0.035029, 1.170179), - normal: (0.659349, -0.248914, 0.709437), }, - Vertex { position: (2.60743, -0.208248, 0.974218), - normal: (0.883063, -0.251635, 0.396079), }, - Vertex { position: (2.649413, 0.031535, 1.024796), - normal: (0.690473, -0.61586, 0.379425), }, - Vertex { position: (2.50049, -0.035029, 1.170179), - normal: (0.659349, -0.248914, 0.709437), }, - Vertex { position: (2.60743, -0.208248, 0.974218), - normal: (0.883063, -0.251635, 0.396079), }, - Vertex { position: (2.50049, -0.035029, 1.170179), - normal: (0.659349, -0.248914, 0.709437), }, - Vertex { position: (2.452588, -0.244072, 1.138797), - normal: (0.631747, -0.24686, 0.734817), }, - Vertex { position: (2.594499, -0.422948, 0.981263), - normal: (0.918784, -0.122699, 0.375208), }, - Vertex { position: (2.60743, -0.208248, 0.974218), - normal: (0.883063, -0.251635, 0.396079), }, - Vertex { position: (2.452588, -0.244072, 1.138797), - normal: (0.631747, -0.24686, 0.734817), }, - Vertex { position: (2.594499, -0.422948, 0.981263), - normal: (0.918784, -0.122699, 0.375208), }, - Vertex { position: (2.452588, -0.244072, 1.138797), - normal: (0.631747, -0.24686, 0.734817), }, - Vertex { position: (2.439827, -0.395385, 1.131324), - normal: (0.623235, -0.257987, 0.738255), }, - Vertex { position: (2.543372, -0.548031, 0.937182), - normal: (0.876436, -0.293555, 0.381688), }, - Vertex { position: (2.594499, -0.422948, 0.981263), - normal: (0.918784, -0.122699, 0.375208), }, - Vertex { position: (2.439827, -0.395385, 1.131324), - normal: (0.623235, -0.257987, 0.738255), }, - Vertex { position: (2.543372, -0.548031, 0.937182), - normal: (0.876436, -0.293555, 0.381688), }, - Vertex { position: (2.439827, -0.395385, 1.131324), - normal: (0.623235, -0.257987, 0.738255), }, - Vertex { position: (2.384638, -0.591919, 1.043058), - normal: (0.791391, -0.43807, 0.426373), }, - Vertex { position: (2.410367, -0.777999, 0.841105), - normal: (0.728904, -0.519577, 0.445802), }, - Vertex { position: (2.543372, -0.548031, 0.937182), - normal: (0.876436, -0.293555, 0.381688), }, - Vertex { position: (2.384638, -0.591919, 1.043058), - normal: (0.791391, -0.43807, 0.426373), }, - Vertex { position: (2.410367, -0.777999, 0.841105), - normal: (0.728904, -0.519577, 0.445802), }, - Vertex { position: (2.384638, -0.591919, 1.043058), - normal: (0.791391, -0.43807, 0.426373), }, - Vertex { position: (2.346081, -0.74535, 1.013296), - normal: (-0.06371, 0.842533, 0.534864), }, - Vertex { position: (2.245624, -0.864372, 0.995778), - normal: (-0.069142, 0.724976, 0.685295), }, - Vertex { position: (2.222082, -0.957342, 1.014137), - normal: (-0.887036, -0.210048, -0.411154), }, - Vertex { position: (2.229345, -0.992723, 0.862826), - normal: (0.080812, 0.697931, 0.711591), }, - Vertex { position: (2.245624, -0.864372, 0.995778), - normal: (-0.069142, 0.724976, 0.685295), }, - Vertex { position: (2.229345, -0.992723, 0.862826), - normal: (0.080812, 0.697931, 0.711591), }, - Vertex { position: (2.292449, -0.871852, 0.8824), - normal: (0.09853, 0.626571, 0.773111), }, - Vertex { position: (2.013534, -0.662303, 1.191491), - normal: (0.213167, -0.525559, 0.823619), }, - Vertex { position: (2.245624, -0.864372, 0.995778), - normal: (-0.069142, 0.724976, 0.685295), }, - Vertex { position: (2.346081, -0.74535, 1.013296), - normal: (-0.06371, 0.842533, 0.534864), }, - Vertex { position: (2.108912, -0.357128, 1.259691), - normal: (0.23972, -0.400363, 0.884445), }, - Vertex { position: (2.013534, -0.662303, 1.191491), - normal: (0.213167, -0.525559, 0.823619), }, - Vertex { position: (2.346081, -0.74535, 1.013296), - normal: (-0.06371, 0.842533, 0.534864), }, - Vertex { position: (2.108912, -0.357128, 1.259691), - normal: (0.23972, -0.400363, 0.884445), }, - Vertex { position: (2.346081, -0.74535, 1.013296), - normal: (-0.06371, 0.842533, 0.534864), }, - Vertex { position: (2.384638, -0.591919, 1.043058), - normal: (0.791391, -0.43807, 0.426373), }, - Vertex { position: (1.794465, 1.787719, 0.0), - normal: (-0.720176, -0.693792, 0.0), }, - Vertex { position: (1.807583, 1.756546, 0.177627), - normal: (-0.057955, 0.638634, 0.767325), }, - Vertex { position: (2.069379, 1.727818, 0.212746), - normal: (0.411872, 0.04507, 0.910127), }, - Vertex { position: (1.794465, 1.787719, 0.0), - normal: (-0.720176, -0.693792, 0.0), }, - Vertex { position: (2.069379, 1.727818, 0.212746), - normal: (0.411872, 0.04507, 0.910127), }, - Vertex { position: (2.042206, 1.777154, 0.0), - normal: (-0.385788, 0.922588, 0.0), }, - Vertex { position: (2.136269, -0.187666, 1.278057), - normal: (0.25339, -0.287519, 0.923648), }, - Vertex { position: (2.108912, -0.357128, 1.259691), - normal: (0.23972, -0.400363, 0.884445), }, - Vertex { position: (2.384638, -0.591919, 1.043058), - normal: (0.791391, -0.43807, 0.426373), }, - Vertex { position: (2.136269, -0.187666, 1.278057), - normal: (0.25339, -0.287519, 0.923648), }, - Vertex { position: (2.384638, -0.591919, 1.043058), - normal: (0.791391, -0.43807, 0.426373), }, - Vertex { position: (2.439827, -0.395385, 1.131324), - normal: (0.623235, -0.257987, 0.738255), }, - Vertex { position: (2.136269, -0.187666, 1.278057), - normal: (0.25339, -0.287519, 0.923648), }, - Vertex { position: (2.439827, -0.395385, 1.131324), - normal: (0.623235, -0.257987, 0.738255), }, - Vertex { position: (2.452588, -0.244072, 1.138797), - normal: (0.631747, -0.24686, 0.734817), }, - Vertex { position: (2.14179, -0.055306, 1.295565), - normal: (0.187438, -0.340915, 0.921219), }, - Vertex { position: (2.136269, -0.187666, 1.278057), - normal: (0.25339, -0.287519, 0.923648), }, - Vertex { position: (2.452588, -0.244072, 1.138797), - normal: (0.631747, -0.24686, 0.734817), }, - Vertex { position: (2.14179, -0.055306, 1.295565), - normal: (0.187438, -0.340915, 0.921219), }, - Vertex { position: (2.452588, -0.244072, 1.138797), - normal: (0.631747, -0.24686, 0.734817), }, - Vertex { position: (2.50049, -0.035029, 1.170179), - normal: (0.659349, -0.248914, 0.709437), }, - Vertex { position: (2.0817, 0.283249, 1.259461), - normal: (0.114032, -0.218132, 0.969234), }, - Vertex { position: (2.14179, -0.055306, 1.295565), - normal: (0.187438, -0.340915, 0.921219), }, - Vertex { position: (2.50049, -0.035029, 1.170179), - normal: (0.659349, -0.248914, 0.709437), }, - Vertex { position: (2.0817, 0.283249, 1.259461), - normal: (0.114032, -0.218132, 0.969234), }, - Vertex { position: (2.50049, -0.035029, 1.170179), - normal: (0.659349, -0.248914, 0.709437), }, - Vertex { position: (2.495354, 0.250522, 1.132081), - normal: (0.667276, -0.159228, 0.727591), }, - Vertex { position: (2.023441, 0.529338, 1.144399), - normal: (0.10833, 0.05569, 0.992554), }, - Vertex { position: (2.0817, 0.283249, 1.259461), - normal: (0.114032, -0.218132, 0.969234), }, - Vertex { position: (2.495354, 0.250522, 1.132081), - normal: (0.667276, -0.159228, 0.727591), }, - Vertex { position: (2.023441, 0.529338, 1.144399), - normal: (0.10833, 0.05569, 0.992554), }, - Vertex { position: (2.495354, 0.250522, 1.132081), - normal: (0.667276, -0.159228, 0.727591), }, - Vertex { position: (2.448969, 0.529858, 1.037335), - normal: (0.676544, -0.141883, 0.722604), }, - Vertex { position: (1.975941, 0.827957, 1.018423), - normal: (0.107989, 0.168108, 0.979836), }, - Vertex { position: (2.023441, 0.529338, 1.144399), - normal: (0.10833, 0.05569, 0.992554), }, - Vertex { position: (2.448969, 0.529858, 1.037335), - normal: (0.676544, -0.141883, 0.722604), }, - Vertex { position: (1.975941, 0.827957, 1.018423), - normal: (0.107989, 0.168108, 0.979836), }, - Vertex { position: (2.448969, 0.529858, 1.037335), - normal: (0.676544, -0.141883, 0.722604), }, - Vertex { position: (2.399389, 0.782091, 0.915279), - normal: (0.295093, -0.940225, 0.16999), }, - Vertex { position: (1.958254, 1.130271, 0.861813), - normal: (0.088722, 0.251367, 0.963817), }, - Vertex { position: (1.975941, 0.827957, 1.018423), - normal: (0.107989, 0.168108, 0.979836), }, - Vertex { position: (2.399389, 0.782091, 0.915279), - normal: (0.295093, -0.940225, 0.16999), }, - Vertex { position: (1.958254, 1.130271, 0.861813), - normal: (0.088722, 0.251367, 0.963817), }, - Vertex { position: (2.399389, 0.782091, 0.915279), - normal: (0.295093, -0.940225, 0.16999), }, - Vertex { position: (2.347317, 1.066114, 0.758763), - normal: (0.08136, -0.929085, 0.360806), }, - Vertex { position: (1.859443, 1.450393, 0.632222), - normal: (0.060533, 0.377837, 0.923891), }, - Vertex { position: (1.958254, 1.130271, 0.861813), - normal: (0.088722, 0.251367, 0.963817), }, - Vertex { position: (2.347317, 1.066114, 0.758763), - normal: (0.08136, -0.929085, 0.360806), }, - Vertex { position: (1.859443, 1.450393, 0.632222), - normal: (0.060533, 0.377837, 0.923891), }, - Vertex { position: (2.347317, 1.066114, 0.758763), - normal: (0.08136, -0.929085, 0.360806), }, - Vertex { position: (2.266003, 1.273253, 0.663332), - normal: (0.016767, -0.927537, 0.373356), }, - Vertex { position: (1.821946, 1.618209, 0.403751), - normal: (0.016737, 0.497476, 0.867316), }, - Vertex { position: (1.859443, 1.450393, 0.632222), - normal: (0.060533, 0.377837, 0.923891), }, - Vertex { position: (2.266003, 1.273253, 0.663332), - normal: (0.016767, -0.927537, 0.373356), }, - Vertex { position: (1.821946, 1.618209, 0.403751), - normal: (0.016737, 0.497476, 0.867316), }, - Vertex { position: (2.266003, 1.273253, 0.663332), - normal: (0.016767, -0.927537, 0.373356), }, - Vertex { position: (2.189848, 1.468992, 0.517501), - normal: (0.226413, -0.89822, 0.376747), }, - Vertex { position: (1.798719, 1.714447, 0.259352), - normal: (-0.024013, 0.58573, 0.810151), }, - Vertex { position: (1.821946, 1.618209, 0.403751), - normal: (0.016737, 0.497476, 0.867316), }, - Vertex { position: (2.189848, 1.468992, 0.517501), - normal: (0.226413, -0.89822, 0.376747), }, - Vertex { position: (1.798719, 1.714447, 0.259352), - normal: (-0.024013, 0.58573, 0.810151), }, - Vertex { position: (2.189848, 1.468992, 0.517501), - normal: (0.226413, -0.89822, 0.376747), }, - Vertex { position: (2.096552, 1.678482, 0.32681), - normal: (0.552828, -0.750794, 0.36151), }, - Vertex { position: (1.807583, 1.756546, 0.177627), - normal: (-0.057955, 0.638634, 0.767325), }, - Vertex { position: (1.798719, 1.714447, 0.259352), - normal: (-0.024013, 0.58573, 0.810151), }, - Vertex { position: (2.096552, 1.678482, 0.32681), - normal: (0.552828, -0.750794, 0.36151), }, - Vertex { position: (1.807583, 1.756546, 0.177627), - normal: (-0.057955, 0.638634, 0.767325), }, - Vertex { position: (2.096552, 1.678482, 0.32681), - normal: (0.552828, -0.750794, 0.36151), }, - Vertex { position: (2.069379, 1.727818, 0.212746), - normal: (0.411872, 0.04507, 0.910127), }, - Vertex { position: (0.733818, 1.740873, 0.0), - normal: (0.981421, -0.191868, 0.0), }, - Vertex { position: (0.234527, 1.730117, 0.0), - normal: (0.566114, -0.824327, 0.0), }, - Vertex { position: (0.223642, 1.684075, 0.160743), - normal: (0.095331, 0.952335, 0.289775), }, - Vertex { position: (0.733818, 1.740873, 0.0), - normal: (0.981421, -0.191868, 0.0), }, - Vertex { position: (0.223642, 1.684075, 0.160743), - normal: (0.095331, 0.952335, 0.289775), }, - Vertex { position: (0.737904, 1.604213, 0.281713), - normal: (0.100949, -0.548551, 0.830001), }, - Vertex { position: (0.737904, 1.604213, 0.281713), - normal: (0.100949, -0.548551, 0.830001), }, - Vertex { position: (0.223642, 1.684075, 0.160743), - normal: (0.095331, 0.952335, 0.289775), }, - Vertex { position: (0.23733, 1.595746, 0.288672), - normal: (0.10291, 0.954344, 0.280422), }, - Vertex { position: (0.737904, 1.604213, 0.281713), - normal: (0.100949, -0.548551, 0.830001), }, - Vertex { position: (0.23733, 1.595746, 0.288672), - normal: (0.10291, 0.954344, 0.280422), }, - Vertex { position: (0.725959, 1.478055, 0.461804), - normal: (0.068777, -0.757383, 0.649339), }, - Vertex { position: (0.725959, 1.478055, 0.461804), - normal: (0.068777, -0.757383, 0.649339), }, - Vertex { position: (0.23733, 1.595746, 0.288672), - normal: (0.10291, 0.954344, 0.280422), }, - Vertex { position: (0.289039, 1.496446, 0.430055), - normal: (0.172251, 0.950689, 0.257916), }, - Vertex { position: (0.725959, 1.478055, 0.461804), - normal: (0.068777, -0.757383, 0.649339), }, - Vertex { position: (0.289039, 1.496446, 0.430055), - normal: (0.172251, 0.950689, 0.257916), }, - Vertex { position: (0.760722, 1.205036, 0.700545), - normal: (0.023352, -0.872807, 0.487506), }, - Vertex { position: (0.760722, 1.205036, 0.700545), - normal: (0.023352, -0.872807, 0.487506), }, - Vertex { position: (0.289039, 1.496446, 0.430055), - normal: (0.172251, 0.950689, 0.257916), }, - Vertex { position: (0.305671, 1.298417, 0.629719), - normal: (0.28101, 0.853935, 0.437982), }, - Vertex { position: (0.760722, 1.205036, 0.700545), - normal: (0.023352, -0.872807, 0.487506), }, - Vertex { position: (0.305671, 1.298417, 0.629719), - normal: (0.28101, 0.853935, 0.437982), }, - Vertex { position: (0.857323, 0.985001, 0.874029), - normal: (0.004725, -0.680391, 0.732834), }, - Vertex { position: (0.857323, 0.985001, 0.874029), - normal: (0.004725, -0.680391, 0.732834), }, - Vertex { position: (0.305671, 1.298417, 0.629719), - normal: (0.28101, 0.853935, 0.437982), }, - Vertex { position: (0.243473, 1.134082, 0.819993), - normal: (0.381239, 0.555717, 0.738807), }, - Vertex { position: (0.857323, 0.985001, 0.874029), - normal: (0.004725, -0.680391, 0.732834), }, - Vertex { position: (0.243473, 1.134082, 0.819993), - normal: (0.381239, 0.555717, 0.738807), }, - Vertex { position: (0.921312, 0.755659, 0.99933), - normal: (0.034172, -0.858604, 0.511498), }, - Vertex { position: (0.921312, 0.755659, 0.99933), - normal: (0.034172, -0.858604, 0.511498), }, - Vertex { position: (0.243473, 1.134082, 0.819993), - normal: (0.381239, 0.555717, 0.738807), }, - Vertex { position: (0.316341, 0.785311, 1.08626), - normal: (0.376012, 0.360026, 0.853813), }, - Vertex { position: (0.921312, 0.755659, 0.99933), - normal: (0.034172, -0.858604, 0.511498), }, - Vertex { position: (0.316341, 0.785311, 1.08626), - normal: (0.376012, 0.360026, 0.853813), }, - Vertex { position: (0.939271, 0.379986, 1.185872), - normal: (0.037423, -0.986705, 0.158154), }, - Vertex { position: (0.939271, 0.379986, 1.185872), - normal: (0.037423, -0.986705, 0.158154), }, - Vertex { position: (0.316341, 0.785311, 1.08626), - normal: (0.376012, 0.360026, 0.853813), }, - Vertex { position: (0.539252, 0.353984, 1.254493), - normal: (0.207079, 0.373404, 0.904261), }, - Vertex { position: (0.939271, 0.379986, 1.185872), - normal: (0.037423, -0.986705, 0.158154), }, - Vertex { position: (0.539252, 0.353984, 1.254493), - normal: (0.207079, 0.373404, 0.904261), }, - Vertex { position: (0.927775, 0.195225, 1.233043), - normal: (0.013768, -0.992402, 0.122267), }, - Vertex { position: (0.927775, 0.195225, 1.233043), - normal: (0.013768, -0.992402, 0.122267), }, - Vertex { position: (0.539252, 0.353984, 1.254493), - normal: (0.207079, 0.373404, 0.904261), }, - Vertex { position: (0.53915, 0.148262, 1.321014), - normal: (-0.045242, 0.348413, 0.936249), }, - Vertex { position: (0.927775, 0.195225, 1.233043), - normal: (0.013768, -0.992402, 0.122267), }, - Vertex { position: (0.53915, 0.148262, 1.321014), - normal: (-0.045242, 0.348413, 0.936249), }, - Vertex { position: (0.950215, 0.042751, 1.256188), - normal: (0.076524, 0.950336, 0.301672), }, - Vertex { position: (0.950215, 0.042751, 1.256188), - normal: (0.076524, 0.950336, 0.301672), }, - Vertex { position: (0.53915, 0.148262, 1.321014), - normal: (-0.045242, 0.348413, 0.936249), }, - Vertex { position: (0.516872, -0.020713, 1.356627), - normal: (-0.212948, 0.334057, 0.918182), }, - Vertex { position: (0.950215, 0.042751, 1.256188), - normal: (0.076524, 0.950336, 0.301672), }, - Vertex { position: (0.516872, -0.020713, 1.356627), - normal: (-0.212948, 0.334057, 0.918182), }, - Vertex { position: (0.943855, -0.101127, 1.274771), - normal: (0.100598, 0.942931, 0.317428), }, - Vertex { position: (0.943855, -0.101127, 1.274771), - normal: (0.100598, 0.942931, 0.317428), }, - Vertex { position: (0.516872, -0.020713, 1.356627), - normal: (-0.212948, 0.334057, 0.918182), }, - Vertex { position: (0.542386, -0.188227, 1.370375), - normal: (-0.282152, 0.285245, 0.915983), }, - Vertex { position: (0.943855, -0.101127, 1.274771), - normal: (0.100598, 0.942931, 0.317428), }, - Vertex { position: (0.542386, -0.188227, 1.370375), - normal: (-0.282152, 0.285245, 0.915983), }, - Vertex { position: (0.960321, -0.308052, 1.243133), - normal: (0.150328, 0.92948, 0.336851), }, - Vertex { position: (0.960321, -0.308052, 1.243133), - normal: (0.150328, 0.92948, 0.336851), }, - Vertex { position: (0.542386, -0.188227, 1.370375), - normal: (-0.282152, 0.285245, 0.915983), }, - Vertex { position: (0.546875, -0.39094, 1.363244), - normal: (-0.326048, 0.118611, 0.937883), }, - Vertex { position: (0.960321, -0.308052, 1.243133), - normal: (0.150328, 0.92948, 0.336851), }, - Vertex { position: (0.546875, -0.39094, 1.363244), - normal: (-0.326048, 0.118611, 0.937883), }, - Vertex { position: (0.97453, -0.525273, 1.140353), - normal: (0.235667, 0.756618, 0.60991), }, - Vertex { position: (0.97453, -0.525273, 1.140353), - normal: (0.235667, 0.756618, 0.60991), }, - Vertex { position: (0.546875, -0.39094, 1.363244), - normal: (-0.326048, 0.118611, 0.937883), }, - Vertex { position: (0.550658, -0.633015, 1.331311), - normal: (-0.422758, -0.178302, 0.888529), }, - Vertex { position: (0.97453, -0.525273, 1.140353), - normal: (0.235667, 0.756618, 0.60991), }, - Vertex { position: (0.550658, -0.633015, 1.331311), - normal: (-0.422758, -0.178302, 0.888529), }, - Vertex { position: (0.948819, -0.638568, 1.102958), - normal: (0.305452, 0.425365, 0.851918), }, - Vertex { position: (0.948819, -0.638568, 1.102958), - normal: (0.305452, 0.425365, 0.851918), }, - Vertex { position: (0.550658, -0.633015, 1.331311), - normal: (-0.422758, -0.178302, 0.888529), }, - Vertex { position: (0.527724, -0.862854, 1.253811), - normal: (-0.504483, -0.438591, 0.743731), }, - Vertex { position: (0.948819, -0.638568, 1.102958), - normal: (0.305452, 0.425365, 0.851918), }, - Vertex { position: (0.527724, -0.862854, 1.253811), - normal: (-0.504483, -0.438591, 0.743731), }, - Vertex { position: (0.939974, -0.894739, 1.019809), - normal: (0.325482, 0.443544, 0.835063), }, - Vertex { position: (0.939974, -0.894739, 1.019809), - normal: (0.325482, 0.443544, 0.835063), }, - Vertex { position: (0.527724, -0.862854, 1.253811), - normal: (-0.504483, -0.438591, 0.743731), }, - Vertex { position: (0.544825, -1.133123, 1.096902), - normal: (-0.53858, -0.616298, 0.57455), }, - Vertex { position: (0.939974, -0.894739, 1.019809), - normal: (0.325482, 0.443544, 0.835063), }, - Vertex { position: (0.544825, -1.133123, 1.096902), - normal: (-0.53858, -0.616298, 0.57455), }, - Vertex { position: (0.956456, -1.070504, 0.921063), - normal: (0.242426, 0.58207, 0.77616), }, - Vertex { position: (0.956456, -1.070504, 0.921063), - normal: (0.242426, 0.58207, 0.77616), }, - Vertex { position: (0.544825, -1.133123, 1.096902), - normal: (-0.53858, -0.616298, 0.57455), }, - Vertex { position: (0.530629, -1.316423, 0.929842), - normal: (-0.507894, -0.767261, 0.391606), }, - Vertex { position: (0.956456, -1.070504, 0.921063), - normal: (0.242426, 0.58207, 0.77616), }, - Vertex { position: (0.530629, -1.316423, 0.929842), - normal: (-0.507894, -0.767261, 0.391606), }, - Vertex { position: (0.93066, -1.216516, 0.831196), - normal: (0.070189, 0.510248, 0.857158), }, - Vertex { position: (0.93066, -1.216516, 0.831196), - normal: (0.070189, 0.510248, 0.857158), }, - Vertex { position: (0.530629, -1.316423, 0.929842), - normal: (-0.507894, -0.767261, 0.391606), }, - Vertex { position: (0.538756, -1.408602, 0.764911), - normal: (-0.375453, -0.69207, 0.616502), }, - Vertex { position: (0.93066, -1.216516, 0.831196), - normal: (0.070189, 0.510248, 0.857158), }, - Vertex { position: (0.538756, -1.408602, 0.764911), - normal: (-0.375453, -0.69207, 0.616502), }, - Vertex { position: (0.922703, -1.296032, 0.728307), - normal: (-0.078623, 0.370994, 0.925301), }, - Vertex { position: (0.922703, -1.296032, 0.728307), - normal: (-0.078623, 0.370994, 0.925301), }, - Vertex { position: (0.538756, -1.408602, 0.764911), - normal: (-0.375453, -0.69207, 0.616502), }, - Vertex { position: (0.489819, -1.524947, 0.672392), - normal: (-0.1427, -0.847733, 0.510868), }, - Vertex { position: (0.922703, -1.296032, 0.728307), - normal: (-0.078623, 0.370994, 0.925301), }, - Vertex { position: (0.489819, -1.524947, 0.672392), - normal: (-0.1427, -0.847733, 0.510868), }, - Vertex { position: (0.912699, -1.455066, 0.576185), - normal: (-0.123389, 0.256577, 0.958615), }, - Vertex { position: (0.912699, -1.455066, 0.576185), - normal: (-0.123389, 0.256577, 0.958615), }, - Vertex { position: (0.489819, -1.524947, 0.672392), - normal: (-0.1427, -0.847733, 0.510868), }, - Vertex { position: (0.480235, -1.631521, 0.401961), - normal: (-0.178511, -0.973481, 0.143068), }, - Vertex { position: (0.912699, -1.455066, 0.576185), - normal: (-0.123389, 0.256577, 0.958615), }, - Vertex { position: (0.480235, -1.631521, 0.401961), - normal: (-0.178511, -0.973481, 0.143068), }, - Vertex { position: (0.912989, -1.499314, 0.419547), - normal: (-0.165685, 0.059692, 0.98437), }, - Vertex { position: (0.912989, -1.499314, 0.419547), - normal: (-0.165685, 0.059692, 0.98437), }, - Vertex { position: (0.480235, -1.631521, 0.401961), - normal: (-0.178511, -0.973481, 0.143068), }, - Vertex { position: (0.44655, -1.67295, 0.0), - normal: (0.226963, -0.973903, 0.0), }, - Vertex { position: (0.912989, -1.499314, 0.419547), - normal: (-0.165685, 0.059692, 0.98437), }, - Vertex { position: (0.44655, -1.67295, 0.0), - normal: (0.226963, -0.973903, 0.0), }, - Vertex { position: (0.927497, -1.558489, 0.0), - normal: (0.92802, -0.37253, 0.0), }, - Vertex { position: (-0.228904, 1.734267, 0.0), - normal: (-0.039092, -0.999236, 0.0), }, - Vertex { position: (-0.547248, 1.742126, 0.0), - normal: (-0.009814, -0.999952, 0.0), }, - Vertex { position: (-0.559706, 1.69418, 0.186107), - normal: (-0.021294, 0.896295, 0.442946), }, - Vertex { position: (-0.228904, 1.734267, 0.0), - normal: (-0.039092, -0.999236, 0.0), }, - Vertex { position: (-0.559706, 1.69418, 0.186107), - normal: (-0.021294, 0.896295, 0.442946), }, - Vertex { position: (-0.221516, 1.686349, 0.151403), - normal: (0.067879, 0.951186, 0.30106), }, - Vertex { position: (-0.221516, 1.686349, 0.151403), - normal: (0.067879, 0.951186, 0.30106), }, - Vertex { position: (-0.559706, 1.69418, 0.186107), - normal: (-0.021294, 0.896295, 0.442946), }, - Vertex { position: (-0.557624, 1.641278, 0.271462), - normal: (-0.072244, 0.618144, 0.782738), }, - Vertex { position: (-0.221516, 1.686349, 0.151403), - normal: (0.067879, 0.951186, 0.30106), }, - Vertex { position: (-0.557624, 1.641278, 0.271462), - normal: (-0.072244, 0.618144, 0.782738), }, - Vertex { position: (-0.267035, 1.627058, 0.266577), - normal: (0.085022, 0.963119, 0.255291), }, - Vertex { position: (-0.267035, 1.627058, 0.266577), - normal: (0.085022, 0.963119, 0.255291), }, - Vertex { position: (-0.557624, 1.641278, 0.271462), - normal: (-0.072244, 0.618144, 0.782738), }, - Vertex { position: (-0.626493, 1.585426, 0.443136), - normal: (-0.038944, 0.247819, 0.968023), }, - Vertex { position: (-0.267035, 1.627058, 0.266577), - normal: (0.085022, 0.963119, 0.255291), }, - Vertex { position: (-0.626493, 1.585426, 0.443136), - normal: (-0.038944, 0.247819, 0.968023), }, - Vertex { position: (-0.247999, 1.565146, 0.389142), - normal: (0.120743, 0.971588, 0.203561), }, - Vertex { position: (-0.247999, 1.565146, 0.389142), - normal: (0.120743, 0.971588, 0.203561), }, - Vertex { position: (-0.626493, 1.585426, 0.443136), - normal: (-0.038944, 0.247819, 0.968023), }, - Vertex { position: (-0.597781, 1.48962, 0.641047), - normal: (-0.00315, 0.115338, 0.993321), }, - Vertex { position: (-0.247999, 1.565146, 0.389142), - normal: (0.120743, 0.971588, 0.203561), }, - Vertex { position: (-0.597781, 1.48962, 0.641047), - normal: (-0.00315, 0.115338, 0.993321), }, - Vertex { position: (-0.179548, 1.471301, 0.544513), - normal: (0.117963, 0.926753, 0.356669), }, - Vertex { position: (-0.179548, 1.471301, 0.544513), - normal: (0.117963, 0.926753, 0.356669), }, - Vertex { position: (-0.597781, 1.48962, 0.641047), - normal: (-0.00315, 0.115338, 0.993321), }, - Vertex { position: (-0.674657, 1.333008, 0.761059), - normal: (0.016683, 0.197618, 0.980137), }, - Vertex { position: (-0.179548, 1.471301, 0.544513), - normal: (0.117963, 0.926753, 0.356669), }, - Vertex { position: (-0.674657, 1.333008, 0.761059), - normal: (0.016683, 0.197618, 0.980137), }, - Vertex { position: (-0.192546, 1.305535, 0.70008), - normal: (0.109947, 0.693426, 0.71209), }, - Vertex { position: (-0.192546, 1.305535, 0.70008), - normal: (0.109947, 0.693426, 0.71209), }, - Vertex { position: (-0.674657, 1.333008, 0.761059), - normal: (0.016683, 0.197618, 0.980137), }, - Vertex { position: (-0.910602, 1.204118, 0.83774), - normal: (0.032424, 0.316591, 0.948008), }, - Vertex { position: (-0.192546, 1.305535, 0.70008), - normal: (0.109947, 0.693426, 0.71209), }, - Vertex { position: (-0.910602, 1.204118, 0.83774), - normal: (0.032424, 0.316591, 0.948008), }, - Vertex { position: (-0.406155, 1.005088, 0.971088), - normal: (0.076565, 0.333251, 0.939724), }, - Vertex { position: (-0.406155, 1.005088, 0.971088), - normal: (0.076565, 0.333251, 0.939724), }, - Vertex { position: (-0.910602, 1.204118, 0.83774), - normal: (0.032424, 0.316591, 0.948008), }, - Vertex { position: (-0.969076, 0.901205, 1.146223), - normal: (0.053195, 0.343167, 0.937767), }, - Vertex { position: (-0.406155, 1.005088, 0.971088), - normal: (0.076565, 0.333251, 0.939724), }, - Vertex { position: (-0.969076, 0.901205, 1.146223), - normal: (0.053195, 0.343167, 0.937767), }, - Vertex { position: (-0.11519, 0.458427, 1.346197), - normal: (-0.039599, 0.171847, 0.984327), }, - Vertex { position: (-0.11519, 0.458427, 1.346197), - normal: (-0.039599, 0.171847, 0.984327), }, - Vertex { position: (-0.969076, 0.901205, 1.146223), - normal: (0.053195, 0.343167, 0.937767), }, - Vertex { position: (-0.752416, 0.438132, 1.467349), - normal: (0.057735, 0.173734, 0.983099), }, - Vertex { position: (-0.11519, 0.458427, 1.346197), - normal: (-0.039599, 0.171847, 0.984327), }, - Vertex { position: (-0.752416, 0.438132, 1.467349), - normal: (0.057735, 0.173734, 0.983099), }, - Vertex { position: (0.005537, 0.163519, 1.472265), - normal: (-0.164971, 0.181757, 0.969406), }, - Vertex { position: (0.005537, 0.163519, 1.472265), - normal: (-0.164971, 0.181757, 0.969406), }, - Vertex { position: (-0.752416, 0.438132, 1.467349), - normal: (0.057735, 0.173734, 0.983099), }, - Vertex { position: (-0.645496, 0.179261, 1.584316), - normal: (0.058723, -0.195869, 0.97887), }, - Vertex { position: (0.005537, 0.163519, 1.472265), - normal: (-0.164971, 0.181757, 0.969406), }, - Vertex { position: (-0.645496, 0.179261, 1.584316), - normal: (0.058723, -0.195869, 0.97887), }, - Vertex { position: (0.018086, 0.002865, 1.523199), - normal: (-0.216817, 0.278777, 0.935561), }, - Vertex { position: (0.018086, 0.002865, 1.523199), - normal: (-0.216817, 0.278777, 0.935561), }, - Vertex { position: (-0.645496, 0.179261, 1.584316), - normal: (0.058723, -0.195869, 0.97887), }, - Vertex { position: (-0.536767, -0.144454, 1.682232), - normal: (0.088769, -0.475351, 0.875307), }, - Vertex { position: (0.018086, 0.002865, 1.523199), - normal: (-0.216817, 0.278777, 0.935561), }, - Vertex { position: (-0.536767, -0.144454, 1.682232), - normal: (0.088769, -0.475351, 0.875307), }, - Vertex { position: (0.034087, -0.225059, 1.542949), - normal: (-0.219724, 0.297861, 0.928978), }, - Vertex { position: (0.034087, -0.225059, 1.542949), - normal: (-0.219724, 0.297861, 0.928978), }, - Vertex { position: (-0.536767, -0.144454, 1.682232), - normal: (0.088769, -0.475351, 0.875307), }, - Vertex { position: (-0.533528, -0.58228, 1.701405), - normal: (0.099302, -0.563694, 0.819993), }, - Vertex { position: (0.034087, -0.225059, 1.542949), - normal: (-0.219724, 0.297861, 0.928978), }, - Vertex { position: (-0.533528, -0.58228, 1.701405), - normal: (0.099302, -0.563694, 0.819993), }, - Vertex { position: (0.010486, -0.502317, 1.576297), - normal: (-0.227369, 0.161984, 0.960242), }, - Vertex { position: (0.010486, -0.502317, 1.576297), - normal: (-0.227369, 0.161984, 0.960242), }, - Vertex { position: (-0.533528, -0.58228, 1.701405), - normal: (0.099302, -0.563694, 0.819993), }, - Vertex { position: (-0.505045, -0.913827, 1.645612), - normal: (0.093802, -0.705497, 0.702478), }, - Vertex { position: (0.010486, -0.502317, 1.576297), - normal: (-0.227369, 0.161984, 0.960242), }, - Vertex { position: (-0.505045, -0.913827, 1.645612), - normal: (0.093802, -0.705497, 0.702478), }, - Vertex { position: (0.021051, -0.831931, 1.511548), - normal: (-0.30296, -0.137183, 0.943078), }, - Vertex { position: (0.021051, -0.831931, 1.511548), - normal: (-0.30296, -0.137183, 0.943078), }, - Vertex { position: (-0.505045, -0.913827, 1.645612), - normal: (0.093802, -0.705497, 0.702478), }, - Vertex { position: (-0.487217, -1.193519, 1.504026), - normal: (0.058028, -0.329667, 0.942312), }, - Vertex { position: (0.021051, -0.831931, 1.511548), - normal: (-0.30296, -0.137183, 0.943078), }, - Vertex { position: (-0.487217, -1.193519, 1.504026), - normal: (0.058028, -0.329667, 0.942312), }, - Vertex { position: (-0.04157, -1.143825, 1.395176), - normal: (-0.387895, -0.42081, 0.820034), }, - Vertex { position: (-0.04157, -1.143825, 1.395176), - normal: (-0.387895, -0.42081, 0.820034), }, - Vertex { position: (-0.487217, -1.193519, 1.504026), - normal: (0.058028, -0.329667, 0.942312), }, - Vertex { position: (-0.524231, -1.399266, 1.313019), - normal: (0.096347, 0.961203, 0.258467), }, - Vertex { position: (-0.04157, -1.143825, 1.395176), - normal: (-0.387895, -0.42081, 0.820034), }, - Vertex { position: (-0.524231, -1.399266, 1.313019), - normal: (0.096347, 0.961203, 0.258467), }, - Vertex { position: (-0.071941, -1.346991, 1.237379), - normal: (-0.433119, -0.541142, 0.720814), }, - Vertex { position: (-0.071941, -1.346991, 1.237379), - normal: (-0.433119, -0.541142, 0.720814), }, - Vertex { position: (-0.524231, -1.399266, 1.313019), - normal: (0.096347, 0.961203, 0.258467), }, - Vertex { position: (-0.526127, -1.495, 1.167736), - normal: (0.098712, 0.966371, 0.23745), }, - Vertex { position: (-0.071941, -1.346991, 1.237379), - normal: (-0.433119, -0.541142, 0.720814), }, - Vertex { position: (-0.526127, -1.495, 1.167736), - normal: (0.098712, 0.966371, 0.23745), }, - Vertex { position: (-0.0723, -1.450245, 1.087397), - normal: (-0.455057, -0.684123, 0.569999), }, - Vertex { position: (-0.0723, -1.450245, 1.087397), - normal: (-0.455057, -0.684123, 0.569999), }, - Vertex { position: (-0.526127, -1.495, 1.167736), - normal: (0.098712, 0.966371, 0.23745), }, - Vertex { position: (-0.535144, -1.615983, 0.920556), - normal: (0.079848, 0.962653, 0.258695), }, - Vertex { position: (-0.0723, -1.450245, 1.087397), - normal: (-0.455057, -0.684123, 0.569999), }, - Vertex { position: (-0.535144, -1.615983, 0.920556), - normal: (0.079848, 0.962653, 0.258695), }, - Vertex { position: (-0.063012, -1.583021, 0.865082), - normal: (-0.084259, -0.367691, 0.926123), }, - Vertex { position: (-0.866132, 1.75467, 0.0), - normal: (-0.098179, 0.995169, 0.0), }, - Vertex { position: (-1.179474, 1.786649, 0.0), - normal: (-0.065586, -0.997847, 0.0), }, - Vertex { position: (-1.215563, 1.757097, 0.133494), - normal: (-0.115746, 0.20405, 0.972094), }, - Vertex { position: (-0.866132, 1.75467, 0.0), - normal: (-0.098179, 0.995169, 0.0), }, - Vertex { position: (-1.215563, 1.757097, 0.133494), - normal: (-0.115746, 0.20405, 0.972094), }, - Vertex { position: (-0.894132, 1.712652, 0.151911), - normal: (0.136965, 0.155729, 0.978258), }, - Vertex { position: (-0.894132, 1.712652, 0.151911), - normal: (0.136965, 0.155729, 0.978258), }, - Vertex { position: (-1.215563, 1.757097, 0.133494), - normal: (-0.115746, 0.20405, 0.972094), }, - Vertex { position: (-1.227613, 1.709095, 0.276029), - normal: (-0.164191, 0.153328, 0.974439), }, - Vertex { position: (-0.894132, 1.712652, 0.151911), - normal: (0.136965, 0.155729, 0.978258), }, - Vertex { position: (-1.227613, 1.709095, 0.276029), - normal: (-0.164191, 0.153328, 0.974439), }, - Vertex { position: (-0.954897, 1.677544, 0.293034), - normal: (0.173447, 0.205435, 0.963178), }, - Vertex { position: (-0.954897, 1.677544, 0.293034), - normal: (0.173447, 0.205435, 0.963178), }, - Vertex { position: (-1.227613, 1.709095, 0.276029), - normal: (-0.164191, 0.153328, 0.974439), }, - Vertex { position: (-1.292756, 1.656509, 0.51403), - normal: (-0.15812, -0.033626, 0.986847), }, - Vertex { position: (-0.954897, 1.677544, 0.293034), - normal: (0.173447, 0.205435, 0.963178), }, - Vertex { position: (-1.292756, 1.656509, 0.51403), - normal: (-0.15812, -0.033626, 0.986847), }, - Vertex { position: (-1.017767, 1.607824, 0.541965), - normal: (0.136801, 0.29658, 0.945159), }, - Vertex { position: (-1.017767, 1.607824, 0.541965), - normal: (0.136801, 0.29658, 0.945159), }, - Vertex { position: (-1.292756, 1.656509, 0.51403), - normal: (-0.15812, -0.033626, 0.986847), }, - Vertex { position: (-1.338488, 1.613735, 0.725441), - normal: (0.005821, -0.234321, 0.972142), }, - Vertex { position: (-1.017767, 1.607824, 0.541965), - normal: (0.136801, 0.29658, 0.945159), }, - Vertex { position: (-1.338488, 1.613735, 0.725441), - normal: (0.005821, -0.234321, 0.972142), }, - Vertex { position: (-1.04607, 1.509097, 0.76106), - normal: (0.095019, 0.330845, 0.938889), }, - Vertex { position: (-1.04607, 1.509097, 0.76106), - normal: (0.095019, 0.330845, 0.938889), }, - Vertex { position: (-1.338488, 1.613735, 0.725441), - normal: (0.005821, -0.234321, 0.972142), }, - Vertex { position: (-1.403848, 1.533059, 0.902827), - normal: (0.243464, -0.335965, 0.909864), }, - Vertex { position: (-1.04607, 1.509097, 0.76106), - normal: (0.095019, 0.330845, 0.938889), }, - Vertex { position: (-1.403848, 1.533059, 0.902827), - normal: (0.243464, -0.335965, 0.909864), }, - Vertex { position: (-1.115594, 1.39238, 0.819623), - normal: (0.07657, 0.16758, 0.982881), }, - Vertex { position: (-1.115594, 1.39238, 0.819623), - normal: (0.07657, 0.16758, 0.982881), }, - Vertex { position: (-1.403848, 1.533059, 0.902827), - normal: (0.243464, -0.335965, 0.909864), }, - Vertex { position: (-1.551526, 1.400025, 1.050193), - normal: (0.49938, -0.45475, 0.737443), }, - Vertex { position: (-1.115594, 1.39238, 0.819623), - normal: (0.07657, 0.16758, 0.982881), }, - Vertex { position: (-1.551526, 1.400025, 1.050193), - normal: (0.49938, -0.45475, 0.737443), }, - Vertex { position: (-1.278903, 1.192051, 0.946843), - normal: (0.079214, -0.175111, 0.981357), }, - Vertex { position: (-1.278903, 1.192051, 0.946843), - normal: (0.079214, -0.175111, 0.981357), }, - Vertex { position: (-1.551526, 1.400025, 1.050193), - normal: (0.49938, -0.45475, 0.737443), }, - Vertex { position: (-1.552899, 1.128654, 1.15104), - normal: (0.573426, -0.441087, 0.69038), }, - Vertex { position: (-1.278903, 1.192051, 0.946843), - normal: (0.079214, -0.175111, 0.981357), }, - Vertex { position: (-1.552899, 1.128654, 1.15104), - normal: (0.573426, -0.441087, 0.69038), }, - Vertex { position: (-1.200768, 0.978822, 1.103391), - normal: (0.204115, -0.405276, 0.891116), }, - Vertex { position: (-1.200768, 0.978822, 1.103391), - normal: (0.204115, -0.405276, 0.891116), }, - Vertex { position: (-1.552899, 1.128654, 1.15104), - normal: (0.573426, -0.441087, 0.69038), }, - Vertex { position: (-1.454529, 0.875045, 1.238858), - normal: (0.1643, 0.873906, 0.457487), }, - Vertex { position: (-1.200768, 0.978822, 1.103391), - normal: (0.204115, -0.405276, 0.891116), }, - Vertex { position: (-1.454529, 0.875045, 1.238858), - normal: (0.1643, 0.873906, 0.457487), }, - Vertex { position: (-1.147922, 0.807955, 1.254191), - normal: (0.396045, -0.47666, 0.784821), }, - Vertex { position: (-1.147922, 0.807955, 1.254191), - normal: (0.396045, -0.47666, 0.784821), }, - Vertex { position: (-1.454529, 0.875045, 1.238858), - normal: (0.1643, 0.873906, 0.457487), }, - Vertex { position: (-1.405685, 0.573835, 1.352181), - normal: (-0.012448, 0.906487, 0.422051), }, - Vertex { position: (-1.147922, 0.807955, 1.254191), - normal: (0.396045, -0.47666, 0.784821), }, - Vertex { position: (-1.405685, 0.573835, 1.352181), - normal: (-0.012448, 0.906487, 0.422051), }, - Vertex { position: (-1.120716, 0.424016, 1.45699), - normal: (0.238702, -0.258568, 0.936036), }, - Vertex { position: (-1.120716, 0.424016, 1.45699), - normal: (0.238702, -0.258568, 0.936036), }, - Vertex { position: (-1.405685, 0.573835, 1.352181), - normal: (-0.012448, 0.906487, 0.422051), }, - Vertex { position: (-1.479588, 0.295746, 1.440042), - normal: (-0.051905, 0.965082, 0.256753), }, - Vertex { position: (-1.120716, 0.424016, 1.45699), - normal: (0.238702, -0.258568, 0.936036), }, - Vertex { position: (-1.479588, 0.295746, 1.440042), - normal: (-0.051905, 0.965082, 0.256753), }, - Vertex { position: (-1.077307, 0.165008, 1.553393), - normal: (0.11717, 0.938619, 0.324447), }, - Vertex { position: (-1.077307, 0.165008, 1.553393), - normal: (0.11717, 0.938619, 0.324447), }, - Vertex { position: (-1.479588, 0.295746, 1.440042), - normal: (-0.051905, 0.965082, 0.256753), }, - Vertex { position: (-1.489699, -0.024215, 1.510987), - normal: (-0.088843, 0.888, 0.45118), }, - Vertex { position: (-1.077307, 0.165008, 1.553393), - normal: (0.11717, 0.938619, 0.324447), }, - Vertex { position: (-1.489699, -0.024215, 1.510987), - normal: (-0.088843, 0.888, 0.45118), }, - Vertex { position: (-1.053434, -0.342553, 1.690245), - normal: (0.080398, 0.9582, 0.274571), }, - Vertex { position: (-1.053434, -0.342553, 1.690245), - normal: (0.080398, 0.9582, 0.274571), }, - Vertex { position: (-1.489699, -0.024215, 1.510987), - normal: (-0.088843, 0.888, 0.45118), }, - Vertex { position: (-1.395501, -0.698702, 1.553257), - normal: (-0.169971, 0.704712, 0.688832), }, - Vertex { position: (-1.053434, -0.342553, 1.690245), - normal: (0.080398, 0.9582, 0.274571), }, - Vertex { position: (-1.395501, -0.698702, 1.553257), - normal: (-0.169971, 0.704712, 0.688832), }, - Vertex { position: (-1.077209, -0.869649, 1.633144), - normal: (0.069061, 0.958871, 0.275312), }, - Vertex { position: (-1.077209, -0.869649, 1.633144), - normal: (0.069061, 0.958871, 0.275312), }, - Vertex { position: (-1.395501, -0.698702, 1.553257), - normal: (-0.169971, 0.704712, 0.688832), }, - Vertex { position: (-1.376176, -0.948757, 1.451608), - normal: (-0.261543, 0.44691, 0.855492), }, - Vertex { position: (-1.077209, -0.869649, 1.633144), - normal: (0.069061, 0.958871, 0.275312), }, - Vertex { position: (-1.376176, -0.948757, 1.451608), - normal: (-0.261543, 0.44691, 0.855492), }, - Vertex { position: (-1.061272, -1.141877, 1.49623), - normal: (0.051291, 0.888276, 0.456438), }, - Vertex { position: (-1.061272, -1.141877, 1.49623), - normal: (0.051291, 0.888276, 0.456438), }, - Vertex { position: (-1.376176, -0.948757, 1.451608), - normal: (-0.261543, 0.44691, 0.855492), }, - Vertex { position: (-1.402349, -1.127845, 1.309055), - normal: (-0.33898, 0.203127, 0.918603), }, - Vertex { position: (-1.061272, -1.141877, 1.49623), - normal: (0.051291, 0.888276, 0.456438), }, - Vertex { position: (-1.402349, -1.127845, 1.309055), - normal: (-0.33898, 0.203127, 0.918603), }, - Vertex { position: (-1.001366, -1.335897, 1.353338), - normal: (-0.008282, 0.691944, 0.721904), }, - Vertex { position: (-1.001366, -1.335897, 1.353338), - normal: (-0.008282, 0.691944, 0.721904), }, - Vertex { position: (-1.402349, -1.127845, 1.309055), - normal: (-0.33898, 0.203127, 0.918603), }, - Vertex { position: (-1.407658, -1.236026, 1.11293), - normal: (-0.351241, 0.07582, 0.93321), }, - Vertex { position: (-1.001366, -1.335897, 1.353338), - normal: (-0.008282, 0.691944, 0.721904), }, - Vertex { position: (-1.407658, -1.236026, 1.11293), - normal: (-0.351241, 0.07582, 0.93321), }, - Vertex { position: (-0.952525, -1.440582, 1.16865), - normal: (-0.0448, 0.42163, 0.905661), }, - Vertex { position: (2.013534, -0.662303, 1.191491), - normal: (0.213167, -0.525559, 0.823619), }, - Vertex { position: (1.640095, -0.674556, 1.246804), - normal: (0.009434, 0.815301, 0.578961), }, - Vertex { position: (1.644178, -0.857872, 1.208494), - normal: (0.040473, 0.760778, 0.647749), }, - Vertex { position: (1.807583, 1.756546, 0.177627), - normal: (-0.057955, 0.638634, 0.767325), }, - Vertex { position: (1.794465, 1.787719, 0.0), - normal: (-0.720176, -0.693792, 0.0), }, - Vertex { position: (1.456656, 1.785879, 0.0), - normal: (0.779025, -0.626993, 0.0), }, - Vertex { position: (1.807583, 1.756546, 0.177627), - normal: (-0.057955, 0.638634, 0.767325), }, - Vertex { position: (1.456656, 1.785879, 0.0), - normal: (0.779025, -0.626993, 0.0), }, - Vertex { position: (1.462507, 1.745481, 0.222394), - normal: (0.184661, -0.694307, 0.695585), }, - Vertex { position: (1.798719, 1.714447, 0.259352), - normal: (-0.024013, 0.58573, 0.810151), }, - Vertex { position: (1.807583, 1.756546, 0.177627), - normal: (-0.057955, 0.638634, 0.767325), }, - Vertex { position: (1.462507, 1.745481, 0.222394), - normal: (0.184661, -0.694307, 0.695585), }, - Vertex { position: (1.798719, 1.714447, 0.259352), - normal: (-0.024013, 0.58573, 0.810151), }, - Vertex { position: (1.462507, 1.745481, 0.222394), - normal: (0.184661, -0.694307, 0.695585), }, - Vertex { position: (1.483832, 1.697594, 0.288781), - normal: (0.152876, -0.742504, 0.652163), }, - Vertex { position: (1.821946, 1.618209, 0.403751), - normal: (0.016737, 0.497476, 0.867316), }, - Vertex { position: (1.798719, 1.714447, 0.259352), - normal: (-0.024013, 0.58573, 0.810151), }, - Vertex { position: (1.483832, 1.697594, 0.288781), - normal: (0.152876, -0.742504, 0.652163), }, - Vertex { position: (1.821946, 1.618209, 0.403751), - normal: (0.016737, 0.497476, 0.867316), }, - Vertex { position: (1.483832, 1.697594, 0.288781), - normal: (0.152876, -0.742504, 0.652163), }, - Vertex { position: (1.497138, 1.618935, 0.401108), - normal: (0.120054, -0.825719, 0.551157), }, - Vertex { position: (1.859443, 1.450393, 0.632222), - normal: (0.060533, 0.377837, 0.923891), }, - Vertex { position: (1.821946, 1.618209, 0.403751), - normal: (0.016737, 0.497476, 0.867316), }, - Vertex { position: (1.497138, 1.618935, 0.401108), - normal: (0.120054, -0.825719, 0.551157), }, - Vertex { position: (1.859443, 1.450393, 0.632222), - normal: (0.060533, 0.377837, 0.923891), }, - Vertex { position: (1.497138, 1.618935, 0.401108), - normal: (0.120054, -0.825719, 0.551157), }, - Vertex { position: (1.504951, 1.483493, 0.585976), - normal: (0.102263, -0.969566, 0.222452), }, - Vertex { position: (1.958254, 1.130271, 0.861813), - normal: (0.088722, 0.251367, 0.963817), }, - Vertex { position: (1.859443, 1.450393, 0.632222), - normal: (0.060533, 0.377837, 0.923891), }, - Vertex { position: (1.504951, 1.483493, 0.585976), - normal: (0.102263, -0.969566, 0.222452), }, - Vertex { position: (1.958254, 1.130271, 0.861813), - normal: (0.088722, 0.251367, 0.963817), }, - Vertex { position: (1.504951, 1.483493, 0.585976), - normal: (0.102263, -0.969566, 0.222452), }, - Vertex { position: (1.517126, 1.334367, 0.741076), - normal: (-0.305786, -0.232288, 0.923329), }, - Vertex { position: (1.975941, 0.827957, 1.018423), - normal: (0.107989, 0.168108, 0.979836), }, - Vertex { position: (1.958254, 1.130271, 0.861813), - normal: (0.088722, 0.251367, 0.963817), }, - Vertex { position: (1.517126, 1.334367, 0.741076), - normal: (-0.305786, -0.232288, 0.923329), }, - Vertex { position: (1.975941, 0.827957, 1.018423), - normal: (0.107989, 0.168108, 0.979836), }, - Vertex { position: (1.517126, 1.334367, 0.741076), - normal: (-0.305786, -0.232288, 0.923329), }, - Vertex { position: (1.570685, 0.938327, 0.989108), - normal: (-0.148631, -0.373855, 0.915501), }, - Vertex { position: (1.975941, 0.827957, 1.018423), - normal: (0.107989, 0.168108, 0.979836), }, - Vertex { position: (1.570685, 0.938327, 0.989108), - normal: (-0.148631, -0.373855, 0.915501), }, - Vertex { position: (1.582203, 0.771083, 1.06818), - normal: (-0.185127, -0.491394, 0.851035), }, - Vertex { position: (2.023441, 0.529338, 1.144399), - normal: (0.10833, 0.05569, 0.992554), }, - Vertex { position: (1.975941, 0.827957, 1.018423), - normal: (0.107989, 0.168108, 0.979836), }, - Vertex { position: (1.582203, 0.771083, 1.06818), - normal: (-0.185127, -0.491394, 0.851035), }, - Vertex { position: (2.023441, 0.529338, 1.144399), - normal: (0.10833, 0.05569, 0.992554), }, - Vertex { position: (1.582203, 0.771083, 1.06818), - normal: (-0.185127, -0.491394, 0.851035), }, - Vertex { position: (1.63008, 0.420236, 1.172369), - normal: (-0.208715, -0.624734, 0.752427), }, - Vertex { position: (2.0817, 0.283249, 1.259461), - normal: (0.114032, -0.218132, 0.969234), }, - Vertex { position: (2.023441, 0.529338, 1.144399), - normal: (0.10833, 0.05569, 0.992554), }, - Vertex { position: (1.63008, 0.420236, 1.172369), - normal: (-0.208715, -0.624734, 0.752427), }, - Vertex { position: (2.0817, 0.283249, 1.259461), - normal: (0.114032, -0.218132, 0.969234), }, - Vertex { position: (1.63008, 0.420236, 1.172369), - normal: (-0.208715, -0.624734, 0.752427), }, - Vertex { position: (1.649027, 0.224458, 1.211969), - normal: (-0.251063, -0.683027, 0.685888), }, - Vertex { position: (2.14179, -0.055306, 1.295565), - normal: (0.187438, -0.340915, 0.921219), }, - Vertex { position: (2.0817, 0.283249, 1.259461), - normal: (0.114032, -0.218132, 0.969234), }, - Vertex { position: (1.649027, 0.224458, 1.211969), - normal: (-0.251063, -0.683027, 0.685888), }, - Vertex { position: (2.14179, -0.055306, 1.295565), - normal: (0.187438, -0.340915, 0.921219), }, - Vertex { position: (1.649027, 0.224458, 1.211969), - normal: (-0.251063, -0.683027, 0.685888), }, - Vertex { position: (1.660355, 0.019397, 1.246002), - normal: (-0.252973, -0.819125, 0.51482), }, - Vertex { position: (2.136269, -0.187666, 1.278057), - normal: (0.25339, -0.287519, 0.923648), }, - Vertex { position: (2.14179, -0.055306, 1.295565), - normal: (0.187438, -0.340915, 0.921219), }, - Vertex { position: (1.660355, 0.019397, 1.246002), - normal: (-0.252973, -0.819125, 0.51482), }, - Vertex { position: (2.136269, -0.187666, 1.278057), - normal: (0.25339, -0.287519, 0.923648), }, - Vertex { position: (1.660355, 0.019397, 1.246002), - normal: (-0.252973, -0.819125, 0.51482), }, - Vertex { position: (1.664159, -0.189659, 1.266729), - normal: (-0.137161, -0.98063, 0.139827), }, - Vertex { position: (2.108912, -0.357128, 1.259691), - normal: (0.23972, -0.400363, 0.884445), }, - Vertex { position: (2.136269, -0.187666, 1.278057), - normal: (0.25339, -0.287519, 0.923648), }, - Vertex { position: (1.664159, -0.189659, 1.266729), - normal: (-0.137161, -0.98063, 0.139827), }, - Vertex { position: (2.108912, -0.357128, 1.259691), - normal: (0.23972, -0.400363, 0.884445), }, - Vertex { position: (1.664159, -0.189659, 1.266729), - normal: (-0.137161, -0.98063, 0.139827), }, - Vertex { position: (1.678622, -0.410061, 1.291177), - normal: (0.007127, 0.896038, 0.44392), }, - Vertex { position: (2.013534, -0.662303, 1.191491), - normal: (0.213167, -0.525559, 0.823619), }, - Vertex { position: (2.108912, -0.357128, 1.259691), - normal: (0.23972, -0.400363, 0.884445), }, - Vertex { position: (1.678622, -0.410061, 1.291177), - normal: (0.007127, 0.896038, 0.44392), }, - Vertex { position: (2.013534, -0.662303, 1.191491), - normal: (0.213167, -0.525559, 0.823619), }, - Vertex { position: (1.678622, -0.410061, 1.291177), - normal: (0.007127, 0.896038, 0.44392), }, - Vertex { position: (1.640095, -0.674556, 1.246804), - normal: (0.009434, 0.815301, 0.578961), }, - Vertex { position: (2.013534, -0.662303, 1.191491), - normal: (0.213167, -0.525559, 0.823619), }, - Vertex { position: (2.058189, -0.931238, 1.163518), - normal: (-0.819256, -0.566976, 0.085772), }, - Vertex { position: (2.158585, -0.955809, 1.113647), - normal: (-0.898389, -0.217201, -0.381735), }, - Vertex { position: (2.013534, -0.662303, 1.191491), - normal: (0.213167, -0.525559, 0.823619), }, - Vertex { position: (2.158585, -0.955809, 1.113647), - normal: (-0.898389, -0.217201, -0.381735), }, - Vertex { position: (2.222082, -0.957342, 1.014137), - normal: (-0.887036, -0.210048, -0.411154), }, - Vertex { position: (2.013534, -0.662303, 1.191491), - normal: (0.213167, -0.525559, 0.823619), }, - Vertex { position: (2.222082, -0.957342, 1.014137), - normal: (-0.887036, -0.210048, -0.411154), }, - Vertex { position: (2.245624, -0.864372, 0.995778), - normal: (-0.069142, 0.724976, 0.685295), }, - Vertex { position: (2.013534, -0.662303, 1.191491), - normal: (0.213167, -0.525559, 0.823619), }, - Vertex { position: (1.644178, -0.857872, 1.208494), - normal: (0.040473, 0.760778, 0.647749), }, - Vertex { position: (1.635139, -0.965221, 1.184968), - normal: (-0.493424, -0.16561, -0.853877), }, - Vertex { position: (2.013534, -0.662303, 1.191491), - normal: (0.213167, -0.525559, 0.823619), }, - Vertex { position: (1.635139, -0.965221, 1.184968), - normal: (-0.493424, -0.16561, -0.853877), }, - Vertex { position: (1.867657, -0.920633, 1.206933), - normal: (0.193853, 0.161608, 0.967628), }, - Vertex { position: (2.013534, -0.662303, 1.191491), - normal: (0.213167, -0.525559, 0.823619), }, - Vertex { position: (1.867657, -0.920633, 1.206933), - normal: (0.193853, 0.161608, 0.967628), }, - Vertex { position: (2.058189, -0.931238, 1.163518), - normal: (-0.819256, -0.566976, 0.085772), }, - Vertex { position: (1.920432, -1.567396, 0.0), - normal: (-0.034649, 0.9994, 0.0), }, - Vertex { position: (1.963153, -1.588839, 0.612861), - normal: (-0.086361, -0.084973, 0.992634), }, - Vertex { position: (1.721211, -1.590185, 0.601932), - normal: (0.776291, -0.374867, 0.5068), }, - Vertex { position: (1.920432, -1.567396, 0.0), - normal: (-0.034649, 0.9994, 0.0), }, - Vertex { position: (1.721211, -1.590185, 0.601932), - normal: (0.776291, -0.374867, 0.5068), }, - Vertex { position: (1.604939, -1.556997, 0.0), - normal: (-0.560667, -0.828041, 0.0), }, - Vertex { position: (1.451825, -1.576856, 0.702758), - normal: (0.751148, 0.43192, -0.49922), }, - Vertex { position: (1.328862, -1.352627, 0.758733), - normal: (0.010538, 0.399391, 0.91672), }, - Vertex { position: (1.19204, -1.330605, 0.678707), - normal: (-0.263451, -0.648591, 0.714089), }, - Vertex { position: (1.451825, -1.576856, 0.702758), - normal: (0.751148, 0.43192, -0.49922), }, - Vertex { position: (1.19204, -1.330605, 0.678707), - normal: (-0.263451, -0.648591, 0.714089), }, - Vertex { position: (1.210555, -1.460061, 0.576841), - normal: (-0.301558, -0.77828, 0.550766), }, - Vertex { position: (1.599889, -1.595526, 0.623185), - normal: (0.24139, 0.178826, -0.953809), }, - Vertex { position: (1.451825, -1.576856, 0.702758), - normal: (0.751148, 0.43192, -0.49922), }, - Vertex { position: (1.210555, -1.460061, 0.576841), - normal: (-0.301558, -0.77828, 0.550766), }, - Vertex { position: (1.599889, -1.595526, 0.623185), - normal: (0.24139, 0.178826, -0.953809), }, - Vertex { position: (1.210555, -1.460061, 0.576841), - normal: (-0.301558, -0.77828, 0.550766), }, - Vertex { position: (1.223415, -1.532658, 0.434522), - normal: (-0.154129, -0.981148, 0.116585), }, - Vertex { position: (1.920432, -1.567396, 0.0), - normal: (-0.034649, 0.9994, 0.0), }, - Vertex { position: (2.0482, -1.581983, 0.555832), - normal: (0.140536, 0.558684, 0.817388), }, - Vertex { position: (1.963153, -1.588839, 0.612861), - normal: (-0.086361, -0.084973, 0.992634), }, - Vertex { position: (1.599889, -1.595526, 0.623185), - normal: (0.24139, 0.178826, -0.953809), }, - Vertex { position: (1.223415, -1.532658, 0.434522), - normal: (-0.154129, -0.981148, 0.116585), }, - Vertex { position: (1.289448, -1.546597, 0.0), - normal: (0.770209, -0.637792, 0.0), }, - Vertex { position: (1.599889, -1.595526, 0.623185), - normal: (0.24139, 0.178826, -0.953809), }, - Vertex { position: (1.289448, -1.546597, 0.0), - normal: (0.770209, -0.637792, 0.0), }, - Vertex { position: (1.604939, -1.556997, 0.0), - normal: (-0.560667, -0.828041, 0.0), }, - Vertex { position: (1.721211, -1.590185, 0.601932), - normal: (0.776291, -0.374867, 0.5068), }, - Vertex { position: (1.599889, -1.595526, 0.623185), - normal: (0.24139, 0.178826, -0.953809), }, - Vertex { position: (1.604939, -1.556997, 0.0), - normal: (-0.560667, -0.828041, 0.0), }, - Vertex { position: (1.328862, -1.352627, 0.758733), - normal: (0.010538, 0.399391, 0.91672), }, - Vertex { position: (1.348219, -1.282064, 0.845204), - normal: (-0.228294, -0.186048, 0.955651), }, - Vertex { position: (1.219163, -1.218342, 0.823029), - normal: (-0.267766, -0.862787, 0.428835), }, - Vertex { position: (1.328862, -1.352627, 0.758733), - normal: (0.010538, 0.399391, 0.91672), }, - Vertex { position: (1.219163, -1.218342, 0.823029), - normal: (-0.267766, -0.862787, 0.428835), }, - Vertex { position: (1.19204, -1.330605, 0.678707), - normal: (-0.263451, -0.648591, 0.714089), }, - Vertex { position: (1.337875, -0.945716, 1.021299), - normal: (-0.382074, -0.25681, -0.887732), }, - Vertex { position: (1.373216, -0.56462, 1.106245), - normal: (-0.218261, -0.26262, 0.93989), }, - Vertex { position: (1.252961, -0.928825, 1.001643), - normal: (-0.231653, -0.530839, 0.815198), }, - Vertex { position: (1.310865, -1.136322, 0.914838), - normal: (0.43768, -0.823149, -0.361748), }, - Vertex { position: (1.337875, -0.945716, 1.021299), - normal: (-0.382074, -0.25681, -0.887732), }, - Vertex { position: (1.252961, -0.928825, 1.001643), - normal: (-0.231653, -0.530839, 0.815198), }, - Vertex { position: (1.310865, -1.136322, 0.914838), - normal: (0.43768, -0.823149, -0.361748), }, - Vertex { position: (1.252961, -0.928825, 1.001643), - normal: (-0.231653, -0.530839, 0.815198), }, - Vertex { position: (1.230116, -1.085439, 0.894543), - normal: (-0.253979, -0.745808, 0.615845), }, - Vertex { position: (1.348219, -1.282064, 0.845204), - normal: (-0.228294, -0.186048, 0.955651), }, - Vertex { position: (1.310865, -1.136322, 0.914838), - normal: (0.43768, -0.823149, -0.361748), }, - Vertex { position: (1.230116, -1.085439, 0.894543), - normal: (-0.253979, -0.745808, 0.615845), }, - Vertex { position: (1.348219, -1.282064, 0.845204), - normal: (-0.228294, -0.186048, 0.955651), }, - Vertex { position: (1.230116, -1.085439, 0.894543), - normal: (-0.253979, -0.745808, 0.615845), }, - Vertex { position: (1.219163, -1.218342, 0.823029), - normal: (-0.267766, -0.862787, 0.428835), }, - Vertex { position: (1.536037, -0.985876, 1.185597), - normal: (-0.570406, -0.192005, -0.798606), }, - Vertex { position: (1.635139, -0.965221, 1.184968), - normal: (-0.493424, -0.16561, -0.853877), }, - Vertex { position: (1.644178, -0.857872, 1.208494), - normal: (0.040473, 0.760778, 0.647749), }, - Vertex { position: (1.428883, -0.98669, 1.133905), - normal: (-0.53197, -0.108751, -0.839751), }, - Vertex { position: (1.536037, -0.985876, 1.185597), - normal: (-0.570406, -0.192005, -0.798606), }, - Vertex { position: (1.644178, -0.857872, 1.208494), - normal: (0.040473, 0.760778, 0.647749), }, - Vertex { position: (1.428883, -0.98669, 1.133905), - normal: (-0.53197, -0.108751, -0.839751), }, - Vertex { position: (1.644178, -0.857872, 1.208494), - normal: (0.040473, 0.760778, 0.647749), }, - Vertex { position: (1.640095, -0.674556, 1.246804), - normal: (0.009434, 0.815301, 0.578961), }, - Vertex { position: (1.640095, -0.674556, 1.246804), - normal: (0.009434, 0.815301, 0.578961), }, - Vertex { position: (1.678622, -0.410061, 1.291177), - normal: (0.007127, 0.896038, 0.44392), }, - Vertex { position: (1.373216, -0.56462, 1.106245), - normal: (-0.218261, -0.26262, 0.93989), }, - Vertex { position: (1.428883, -0.98669, 1.133905), - normal: (-0.53197, -0.108751, -0.839751), }, - Vertex { position: (1.640095, -0.674556, 1.246804), - normal: (0.009434, 0.815301, 0.578961), }, - Vertex { position: (1.373216, -0.56462, 1.106245), - normal: (-0.218261, -0.26262, 0.93989), }, - Vertex { position: (0.733818, 1.740873, 0.0), - normal: (0.981421, -0.191868, 0.0), }, - Vertex { position: (1.462507, 1.745481, 0.222394), - normal: (0.184661, -0.694307, 0.695585), }, - Vertex { position: (1.456656, 1.785879, 0.0), - normal: (0.779025, -0.626993, 0.0), }, - Vertex { position: (0.912989, -1.499314, 0.419547), - normal: (-0.165685, 0.059692, 0.98437), }, - Vertex { position: (0.927497, -1.558489, 0.0), - normal: (0.92802, -0.37253, 0.0), }, - Vertex { position: (1.289448, -1.546597, 0.0), - normal: (0.770209, -0.637792, 0.0), }, - Vertex { position: (0.912989, -1.499314, 0.419547), - normal: (-0.165685, 0.059692, 0.98437), }, - Vertex { position: (1.289448, -1.546597, 0.0), - normal: (0.770209, -0.637792, 0.0), }, - Vertex { position: (1.223415, -1.532658, 0.434522), - normal: (-0.154129, -0.981148, 0.116585), }, - Vertex { position: (0.912699, -1.455066, 0.576185), - normal: (-0.123389, 0.256577, 0.958615), }, - Vertex { position: (0.912989, -1.499314, 0.419547), - normal: (-0.165685, 0.059692, 0.98437), }, - Vertex { position: (1.223415, -1.532658, 0.434522), - normal: (-0.154129, -0.981148, 0.116585), }, - Vertex { position: (0.912699, -1.455066, 0.576185), - normal: (-0.123389, 0.256577, 0.958615), }, - Vertex { position: (1.223415, -1.532658, 0.434522), - normal: (-0.154129, -0.981148, 0.116585), }, - Vertex { position: (1.210555, -1.460061, 0.576841), - normal: (-0.301558, -0.77828, 0.550766), }, - Vertex { position: (0.922703, -1.296032, 0.728307), - normal: (-0.078623, 0.370994, 0.925301), }, - Vertex { position: (0.912699, -1.455066, 0.576185), - normal: (-0.123389, 0.256577, 0.958615), }, - Vertex { position: (1.210555, -1.460061, 0.576841), - normal: (-0.301558, -0.77828, 0.550766), }, - Vertex { position: (0.922703, -1.296032, 0.728307), - normal: (-0.078623, 0.370994, 0.925301), }, - Vertex { position: (1.210555, -1.460061, 0.576841), - normal: (-0.301558, -0.77828, 0.550766), }, - Vertex { position: (1.19204, -1.330605, 0.678707), - normal: (-0.263451, -0.648591, 0.714089), }, - Vertex { position: (0.93066, -1.216516, 0.831196), - normal: (0.070189, 0.510248, 0.857158), }, - Vertex { position: (0.922703, -1.296032, 0.728307), - normal: (-0.078623, 0.370994, 0.925301), }, - Vertex { position: (1.19204, -1.330605, 0.678707), - normal: (-0.263451, -0.648591, 0.714089), }, - Vertex { position: (0.93066, -1.216516, 0.831196), - normal: (0.070189, 0.510248, 0.857158), }, - Vertex { position: (1.19204, -1.330605, 0.678707), - normal: (-0.263451, -0.648591, 0.714089), }, - Vertex { position: (1.219163, -1.218342, 0.823029), - normal: (-0.267766, -0.862787, 0.428835), }, - Vertex { position: (0.956456, -1.070504, 0.921063), - normal: (0.242426, 0.58207, 0.77616), }, - Vertex { position: (0.93066, -1.216516, 0.831196), - normal: (0.070189, 0.510248, 0.857158), }, - Vertex { position: (1.219163, -1.218342, 0.823029), - normal: (-0.267766, -0.862787, 0.428835), }, - Vertex { position: (0.956456, -1.070504, 0.921063), - normal: (0.242426, 0.58207, 0.77616), }, - Vertex { position: (1.219163, -1.218342, 0.823029), - normal: (-0.267766, -0.862787, 0.428835), }, - Vertex { position: (1.230116, -1.085439, 0.894543), - normal: (-0.253979, -0.745808, 0.615845), }, - Vertex { position: (0.939974, -0.894739, 1.019809), - normal: (0.325482, 0.443544, 0.835063), }, - Vertex { position: (0.956456, -1.070504, 0.921063), - normal: (0.242426, 0.58207, 0.77616), }, - Vertex { position: (1.230116, -1.085439, 0.894543), - normal: (-0.253979, -0.745808, 0.615845), }, - Vertex { position: (0.939974, -0.894739, 1.019809), - normal: (0.325482, 0.443544, 0.835063), }, - Vertex { position: (1.230116, -1.085439, 0.894543), - normal: (-0.253979, -0.745808, 0.615845), }, - Vertex { position: (1.252961, -0.928825, 1.001643), - normal: (-0.231653, -0.530839, 0.815198), }, - Vertex { position: (0.948819, -0.638568, 1.102958), - normal: (0.305452, 0.425365, 0.851918), }, - Vertex { position: (0.939974, -0.894739, 1.019809), - normal: (0.325482, 0.443544, 0.835063), }, - Vertex { position: (1.252961, -0.928825, 1.001643), - normal: (-0.231653, -0.530839, 0.815198), }, - Vertex { position: (0.948819, -0.638568, 1.102958), - normal: (0.305452, 0.425365, 0.851918), }, - Vertex { position: (1.252961, -0.928825, 1.001643), - normal: (-0.231653, -0.530839, 0.815198), }, - Vertex { position: (1.373216, -0.56462, 1.106245), - normal: (-0.218261, -0.26262, 0.93989), }, - Vertex { position: (0.97453, -0.525273, 1.140353), - normal: (0.235667, 0.756618, 0.60991), }, - Vertex { position: (0.948819, -0.638568, 1.102958), - normal: (0.305452, 0.425365, 0.851918), }, - Vertex { position: (1.373216, -0.56462, 1.106245), - normal: (-0.218261, -0.26262, 0.93989), }, - Vertex { position: (0.960321, -0.308052, 1.243133), - normal: (0.150328, 0.92948, 0.336851), }, - Vertex { position: (0.97453, -0.525273, 1.140353), - normal: (0.235667, 0.756618, 0.60991), }, - Vertex { position: (1.373216, -0.56462, 1.106245), - normal: (-0.218261, -0.26262, 0.93989), }, - Vertex { position: (0.960321, -0.308052, 1.243133), - normal: (0.150328, 0.92948, 0.336851), }, - Vertex { position: (1.373216, -0.56462, 1.106245), - normal: (-0.218261, -0.26262, 0.93989), }, - Vertex { position: (1.678622, -0.410061, 1.291177), - normal: (0.007127, 0.896038, 0.44392), }, - Vertex { position: (0.943855, -0.101127, 1.274771), - normal: (0.100598, 0.942931, 0.317428), }, - Vertex { position: (0.960321, -0.308052, 1.243133), - normal: (0.150328, 0.92948, 0.336851), }, - Vertex { position: (1.678622, -0.410061, 1.291177), - normal: (0.007127, 0.896038, 0.44392), }, - Vertex { position: (0.943855, -0.101127, 1.274771), - normal: (0.100598, 0.942931, 0.317428), }, - Vertex { position: (1.678622, -0.410061, 1.291177), - normal: (0.007127, 0.896038, 0.44392), }, - Vertex { position: (1.664159, -0.189659, 1.266729), - normal: (-0.137161, -0.98063, 0.139827), }, - Vertex { position: (0.950215, 0.042751, 1.256188), - normal: (0.076524, 0.950336, 0.301672), }, - Vertex { position: (0.943855, -0.101127, 1.274771), - normal: (0.100598, 0.942931, 0.317428), }, - Vertex { position: (1.664159, -0.189659, 1.266729), - normal: (-0.137161, -0.98063, 0.139827), }, - Vertex { position: (0.950215, 0.042751, 1.256188), - normal: (0.076524, 0.950336, 0.301672), }, - Vertex { position: (1.664159, -0.189659, 1.266729), - normal: (-0.137161, -0.98063, 0.139827), }, - Vertex { position: (1.660355, 0.019397, 1.246002), - normal: (-0.252973, -0.819125, 0.51482), }, - Vertex { position: (0.927775, 0.195225, 1.233043), - normal: (0.013768, -0.992402, 0.122267), }, - Vertex { position: (0.950215, 0.042751, 1.256188), - normal: (0.076524, 0.950336, 0.301672), }, - Vertex { position: (1.660355, 0.019397, 1.246002), - normal: (-0.252973, -0.819125, 0.51482), }, - Vertex { position: (0.927775, 0.195225, 1.233043), - normal: (0.013768, -0.992402, 0.122267), }, - Vertex { position: (1.660355, 0.019397, 1.246002), - normal: (-0.252973, -0.819125, 0.51482), }, - Vertex { position: (1.649027, 0.224458, 1.211969), - normal: (-0.251063, -0.683027, 0.685888), }, - Vertex { position: (0.939271, 0.379986, 1.185872), - normal: (0.037423, -0.986705, 0.158154), }, - Vertex { position: (0.927775, 0.195225, 1.233043), - normal: (0.013768, -0.992402, 0.122267), }, - Vertex { position: (1.649027, 0.224458, 1.211969), - normal: (-0.251063, -0.683027, 0.685888), }, - Vertex { position: (0.939271, 0.379986, 1.185872), - normal: (0.037423, -0.986705, 0.158154), }, - Vertex { position: (1.649027, 0.224458, 1.211969), - normal: (-0.251063, -0.683027, 0.685888), }, - Vertex { position: (1.63008, 0.420236, 1.172369), - normal: (-0.208715, -0.624734, 0.752427), }, - Vertex { position: (0.921312, 0.755659, 0.99933), - normal: (0.034172, -0.858604, 0.511498), }, - Vertex { position: (0.939271, 0.379986, 1.185872), - normal: (0.037423, -0.986705, 0.158154), }, - Vertex { position: (1.63008, 0.420236, 1.172369), - normal: (-0.208715, -0.624734, 0.752427), }, - Vertex { position: (0.921312, 0.755659, 0.99933), - normal: (0.034172, -0.858604, 0.511498), }, - Vertex { position: (1.63008, 0.420236, 1.172369), - normal: (-0.208715, -0.624734, 0.752427), }, - Vertex { position: (1.582203, 0.771083, 1.06818), - normal: (-0.185127, -0.491394, 0.851035), }, - Vertex { position: (0.857323, 0.985001, 0.874029), - normal: (0.004725, -0.680391, 0.732834), }, - Vertex { position: (0.921312, 0.755659, 0.99933), - normal: (0.034172, -0.858604, 0.511498), }, - Vertex { position: (1.582203, 0.771083, 1.06818), - normal: (-0.185127, -0.491394, 0.851035), }, - Vertex { position: (0.857323, 0.985001, 0.874029), - normal: (0.004725, -0.680391, 0.732834), }, - Vertex { position: (1.582203, 0.771083, 1.06818), - normal: (-0.185127, -0.491394, 0.851035), }, - Vertex { position: (1.570685, 0.938327, 0.989108), - normal: (-0.148631, -0.373855, 0.915501), }, - Vertex { position: (0.760722, 1.205036, 0.700545), - normal: (0.023352, -0.872807, 0.487506), }, - Vertex { position: (0.857323, 0.985001, 0.874029), - normal: (0.004725, -0.680391, 0.732834), }, - Vertex { position: (1.570685, 0.938327, 0.989108), - normal: (-0.148631, -0.373855, 0.915501), }, - Vertex { position: (0.725959, 1.478055, 0.461804), - normal: (0.068777, -0.757383, 0.649339), }, - Vertex { position: (0.760722, 1.205036, 0.700545), - normal: (0.023352, -0.872807, 0.487506), }, - Vertex { position: (1.570685, 0.938327, 0.989108), - normal: (-0.148631, -0.373855, 0.915501), }, - Vertex { position: (0.725959, 1.478055, 0.461804), - normal: (0.068777, -0.757383, 0.649339), }, - Vertex { position: (1.570685, 0.938327, 0.989108), - normal: (-0.148631, -0.373855, 0.915501), }, - Vertex { position: (1.517126, 1.334367, 0.741076), - normal: (-0.305786, -0.232288, 0.923329), }, - Vertex { position: (0.737904, 1.604213, 0.281713), - normal: (0.100949, -0.548551, 0.830001), }, - Vertex { position: (0.725959, 1.478055, 0.461804), - normal: (0.068777, -0.757383, 0.649339), }, - Vertex { position: (1.517126, 1.334367, 0.741076), - normal: (-0.305786, -0.232288, 0.923329), }, - Vertex { position: (0.737904, 1.604213, 0.281713), - normal: (0.100949, -0.548551, 0.830001), }, - Vertex { position: (1.517126, 1.334367, 0.741076), - normal: (-0.305786, -0.232288, 0.923329), }, - Vertex { position: (1.504951, 1.483493, 0.585976), - normal: (0.102263, -0.969566, 0.222452), }, - Vertex { position: (0.737904, 1.604213, 0.281713), - normal: (0.100949, -0.548551, 0.830001), }, - Vertex { position: (1.504951, 1.483493, 0.585976), - normal: (0.102263, -0.969566, 0.222452), }, - Vertex { position: (1.497138, 1.618935, 0.401108), - normal: (0.120054, -0.825719, 0.551157), }, - Vertex { position: (0.733818, 1.740873, 0.0), - normal: (0.981421, -0.191868, 0.0), }, - Vertex { position: (0.737904, 1.604213, 0.281713), - normal: (0.100949, -0.548551, 0.830001), }, - Vertex { position: (1.497138, 1.618935, 0.401108), - normal: (0.120054, -0.825719, 0.551157), }, - Vertex { position: (0.733818, 1.740873, 0.0), - normal: (0.981421, -0.191868, 0.0), }, - Vertex { position: (1.497138, 1.618935, 0.401108), - normal: (0.120054, -0.825719, 0.551157), }, - Vertex { position: (1.483832, 1.697594, 0.288781), - normal: (0.152876, -0.742504, 0.652163), }, - Vertex { position: (0.733818, 1.740873, 0.0), - normal: (0.981421, -0.191868, 0.0), }, - Vertex { position: (1.483832, 1.697594, 0.288781), - normal: (0.152876, -0.742504, 0.652163), }, - Vertex { position: (1.462507, 1.745481, 0.222394), - normal: (0.184661, -0.694307, 0.695585), }, - Vertex { position: (0.234527, 1.730117, 0.0), - normal: (0.566114, -0.824327, 0.0), }, - Vertex { position: (-0.228904, 1.734267, 0.0), - normal: (-0.039092, -0.999236, 0.0), }, - Vertex { position: (-0.221516, 1.686349, 0.151403), - normal: (0.067879, 0.951186, 0.30106), }, - Vertex { position: (0.234527, 1.730117, 0.0), - normal: (0.566114, -0.824327, 0.0), }, - Vertex { position: (-0.221516, 1.686349, 0.151403), - normal: (0.067879, 0.951186, 0.30106), }, - Vertex { position: (0.223642, 1.684075, 0.160743), - normal: (0.095331, 0.952335, 0.289775), }, - Vertex { position: (0.223642, 1.684075, 0.160743), - normal: (0.095331, 0.952335, 0.289775), }, - Vertex { position: (-0.221516, 1.686349, 0.151403), - normal: (0.067879, 0.951186, 0.30106), }, - Vertex { position: (-0.267035, 1.627058, 0.266577), - normal: (0.085022, 0.963119, 0.255291), }, - Vertex { position: (0.223642, 1.684075, 0.160743), - normal: (0.095331, 0.952335, 0.289775), }, - Vertex { position: (-0.267035, 1.627058, 0.266577), - normal: (0.085022, 0.963119, 0.255291), }, - Vertex { position: (0.23733, 1.595746, 0.288672), - normal: (0.10291, 0.954344, 0.280422), }, - Vertex { position: (0.23733, 1.595746, 0.288672), - normal: (0.10291, 0.954344, 0.280422), }, - Vertex { position: (-0.267035, 1.627058, 0.266577), - normal: (0.085022, 0.963119, 0.255291), }, - Vertex { position: (-0.247999, 1.565146, 0.389142), - normal: (0.120743, 0.971588, 0.203561), }, - Vertex { position: (0.23733, 1.595746, 0.288672), - normal: (0.10291, 0.954344, 0.280422), }, - Vertex { position: (-0.247999, 1.565146, 0.389142), - normal: (0.120743, 0.971588, 0.203561), }, - Vertex { position: (0.289039, 1.496446, 0.430055), - normal: (0.172251, 0.950689, 0.257916), }, - Vertex { position: (0.289039, 1.496446, 0.430055), - normal: (0.172251, 0.950689, 0.257916), }, - Vertex { position: (-0.247999, 1.565146, 0.389142), - normal: (0.120743, 0.971588, 0.203561), }, - Vertex { position: (-0.179548, 1.471301, 0.544513), - normal: (0.117963, 0.926753, 0.356669), }, - Vertex { position: (0.289039, 1.496446, 0.430055), - normal: (0.172251, 0.950689, 0.257916), }, - Vertex { position: (-0.179548, 1.471301, 0.544513), - normal: (0.117963, 0.926753, 0.356669), }, - Vertex { position: (0.305671, 1.298417, 0.629719), - normal: (0.28101, 0.853935, 0.437982), }, - Vertex { position: (0.305671, 1.298417, 0.629719), - normal: (0.28101, 0.853935, 0.437982), }, - Vertex { position: (-0.179548, 1.471301, 0.544513), - normal: (0.117963, 0.926753, 0.356669), }, - Vertex { position: (-0.192546, 1.305535, 0.70008), - normal: (0.109947, 0.693426, 0.71209), }, - Vertex { position: (0.305671, 1.298417, 0.629719), - normal: (0.28101, 0.853935, 0.437982), }, - Vertex { position: (-0.192546, 1.305535, 0.70008), - normal: (0.109947, 0.693426, 0.71209), }, - Vertex { position: (0.243473, 1.134082, 0.819993), - normal: (0.381239, 0.555717, 0.738807), }, - Vertex { position: (0.243473, 1.134082, 0.819993), - normal: (0.381239, 0.555717, 0.738807), }, - Vertex { position: (-0.192546, 1.305535, 0.70008), - normal: (0.109947, 0.693426, 0.71209), }, - Vertex { position: (-0.406155, 1.005088, 0.971088), - normal: (0.076565, 0.333251, 0.939724), }, - Vertex { position: (0.243473, 1.134082, 0.819993), - normal: (0.381239, 0.555717, 0.738807), }, - Vertex { position: (-0.406155, 1.005088, 0.971088), - normal: (0.076565, 0.333251, 0.939724), }, - Vertex { position: (0.316341, 0.785311, 1.08626), - normal: (0.376012, 0.360026, 0.853813), }, - Vertex { position: (0.316341, 0.785311, 1.08626), - normal: (0.376012, 0.360026, 0.853813), }, - Vertex { position: (-0.406155, 1.005088, 0.971088), - normal: (0.076565, 0.333251, 0.939724), }, - Vertex { position: (-0.11519, 0.458427, 1.346197), - normal: (-0.039599, 0.171847, 0.984327), }, - Vertex { position: (0.316341, 0.785311, 1.08626), - normal: (0.376012, 0.360026, 0.853813), }, - Vertex { position: (-0.11519, 0.458427, 1.346197), - normal: (-0.039599, 0.171847, 0.984327), }, - Vertex { position: (0.539252, 0.353984, 1.254493), - normal: (0.207079, 0.373404, 0.904261), }, - Vertex { position: (0.539252, 0.353984, 1.254493), - normal: (0.207079, 0.373404, 0.904261), }, - Vertex { position: (-0.11519, 0.458427, 1.346197), - normal: (-0.039599, 0.171847, 0.984327), }, - Vertex { position: (0.005537, 0.163519, 1.472265), - normal: (-0.164971, 0.181757, 0.969406), }, - Vertex { position: (0.539252, 0.353984, 1.254493), - normal: (0.207079, 0.373404, 0.904261), }, - Vertex { position: (0.005537, 0.163519, 1.472265), - normal: (-0.164971, 0.181757, 0.969406), }, - Vertex { position: (0.53915, 0.148262, 1.321014), - normal: (-0.045242, 0.348413, 0.936249), }, - Vertex { position: (0.53915, 0.148262, 1.321014), - normal: (-0.045242, 0.348413, 0.936249), }, - Vertex { position: (0.005537, 0.163519, 1.472265), - normal: (-0.164971, 0.181757, 0.969406), }, - Vertex { position: (0.018086, 0.002865, 1.523199), - normal: (-0.216817, 0.278777, 0.935561), }, - Vertex { position: (0.53915, 0.148262, 1.321014), - normal: (-0.045242, 0.348413, 0.936249), }, - Vertex { position: (0.018086, 0.002865, 1.523199), - normal: (-0.216817, 0.278777, 0.935561), }, - Vertex { position: (0.516872, -0.020713, 1.356627), - normal: (-0.212948, 0.334057, 0.918182), }, - Vertex { position: (0.516872, -0.020713, 1.356627), - normal: (-0.212948, 0.334057, 0.918182), }, - Vertex { position: (0.018086, 0.002865, 1.523199), - normal: (-0.216817, 0.278777, 0.935561), }, - Vertex { position: (0.034087, -0.225059, 1.542949), - normal: (-0.219724, 0.297861, 0.928978), }, - Vertex { position: (0.516872, -0.020713, 1.356627), - normal: (-0.212948, 0.334057, 0.918182), }, - Vertex { position: (0.034087, -0.225059, 1.542949), - normal: (-0.219724, 0.297861, 0.928978), }, - Vertex { position: (0.542386, -0.188227, 1.370375), - normal: (-0.282152, 0.285245, 0.915983), }, - Vertex { position: (0.542386, -0.188227, 1.370375), - normal: (-0.282152, 0.285245, 0.915983), }, - Vertex { position: (0.034087, -0.225059, 1.542949), - normal: (-0.219724, 0.297861, 0.928978), }, - Vertex { position: (0.010486, -0.502317, 1.576297), - normal: (-0.227369, 0.161984, 0.960242), }, - Vertex { position: (0.542386, -0.188227, 1.370375), - normal: (-0.282152, 0.285245, 0.915983), }, - Vertex { position: (0.010486, -0.502317, 1.576297), - normal: (-0.227369, 0.161984, 0.960242), }, - Vertex { position: (0.546875, -0.39094, 1.363244), - normal: (-0.326048, 0.118611, 0.937883), }, - Vertex { position: (0.546875, -0.39094, 1.363244), - normal: (-0.326048, 0.118611, 0.937883), }, - Vertex { position: (0.010486, -0.502317, 1.576297), - normal: (-0.227369, 0.161984, 0.960242), }, - Vertex { position: (0.021051, -0.831931, 1.511548), - normal: (-0.30296, -0.137183, 0.943078), }, - Vertex { position: (0.546875, -0.39094, 1.363244), - normal: (-0.326048, 0.118611, 0.937883), }, - Vertex { position: (0.021051, -0.831931, 1.511548), - normal: (-0.30296, -0.137183, 0.943078), }, - Vertex { position: (0.550658, -0.633015, 1.331311), - normal: (-0.422758, -0.178302, 0.888529), }, - Vertex { position: (0.550658, -0.633015, 1.331311), - normal: (-0.422758, -0.178302, 0.888529), }, - Vertex { position: (0.021051, -0.831931, 1.511548), - normal: (-0.30296, -0.137183, 0.943078), }, - Vertex { position: (-0.04157, -1.143825, 1.395176), - normal: (-0.387895, -0.42081, 0.820034), }, - Vertex { position: (0.550658, -0.633015, 1.331311), - normal: (-0.422758, -0.178302, 0.888529), }, - Vertex { position: (-0.04157, -1.143825, 1.395176), - normal: (-0.387895, -0.42081, 0.820034), }, - Vertex { position: (0.527724, -0.862854, 1.253811), - normal: (-0.504483, -0.438591, 0.743731), }, - Vertex { position: (0.527724, -0.862854, 1.253811), - normal: (-0.504483, -0.438591, 0.743731), }, - Vertex { position: (-0.04157, -1.143825, 1.395176), - normal: (-0.387895, -0.42081, 0.820034), }, - Vertex { position: (-0.071941, -1.346991, 1.237379), - normal: (-0.433119, -0.541142, 0.720814), }, - Vertex { position: (0.527724, -0.862854, 1.253811), - normal: (-0.504483, -0.438591, 0.743731), }, - Vertex { position: (-0.071941, -1.346991, 1.237379), - normal: (-0.433119, -0.541142, 0.720814), }, - Vertex { position: (0.544825, -1.133123, 1.096902), - normal: (-0.53858, -0.616298, 0.57455), }, - Vertex { position: (0.544825, -1.133123, 1.096902), - normal: (-0.53858, -0.616298, 0.57455), }, - Vertex { position: (-0.071941, -1.346991, 1.237379), - normal: (-0.433119, -0.541142, 0.720814), }, - Vertex { position: (-0.0723, -1.450245, 1.087397), - normal: (-0.455057, -0.684123, 0.569999), }, - Vertex { position: (0.544825, -1.133123, 1.096902), - normal: (-0.53858, -0.616298, 0.57455), }, - Vertex { position: (-0.0723, -1.450245, 1.087397), - normal: (-0.455057, -0.684123, 0.569999), }, - Vertex { position: (0.530629, -1.316423, 0.929842), - normal: (-0.507894, -0.767261, 0.391606), }, - Vertex { position: (0.530629, -1.316423, 0.929842), - normal: (-0.507894, -0.767261, 0.391606), }, - Vertex { position: (-0.0723, -1.450245, 1.087397), - normal: (-0.455057, -0.684123, 0.569999), }, - Vertex { position: (-0.063012, -1.583021, 0.865082), - normal: (-0.084259, -0.367691, 0.926123), }, - Vertex { position: (0.530629, -1.316423, 0.929842), - normal: (-0.507894, -0.767261, 0.391606), }, - Vertex { position: (-0.063012, -1.583021, 0.865082), - normal: (-0.084259, -0.367691, 0.926123), }, - Vertex { position: (0.538756, -1.408602, 0.764911), - normal: (-0.375453, -0.69207, 0.616502), }, - Vertex { position: (0.538756, -1.408602, 0.764911), - normal: (-0.375453, -0.69207, 0.616502), }, - Vertex { position: (-0.063012, -1.583021, 0.865082), - normal: (-0.084259, -0.367691, 0.926123), }, - Vertex { position: (-0.07847, -1.688266, 0.80023), - normal: (0.061261, 0.954316, 0.292452), }, - Vertex { position: (0.538756, -1.408602, 0.764911), - normal: (-0.375453, -0.69207, 0.616502), }, - Vertex { position: (-0.07847, -1.688266, 0.80023), - normal: (0.061261, 0.954316, 0.292452), }, - Vertex { position: (0.489819, -1.524947, 0.672392), - normal: (-0.1427, -0.847733, 0.510868), }, - Vertex { position: (-0.07847, -1.688266, 0.80023), - normal: (0.061261, 0.954316, 0.292452), }, - Vertex { position: (-0.094135, -1.769086, 0.556924), - normal: (0.076968, 0.969253, 0.233719), }, - Vertex { position: (0.489819, -1.524947, 0.672392), - normal: (-0.1427, -0.847733, 0.510868), }, - Vertex { position: (-0.547248, 1.742126, 0.0), - normal: (-0.009814, -0.999952, 0.0), }, - Vertex { position: (-0.866132, 1.75467, 0.0), - normal: (-0.098179, 0.995169, 0.0), }, - Vertex { position: (-0.894132, 1.712652, 0.151911), - normal: (0.136965, 0.155729, 0.978258), }, - Vertex { position: (-0.547248, 1.742126, 0.0), - normal: (-0.009814, -0.999952, 0.0), }, - Vertex { position: (-0.894132, 1.712652, 0.151911), - normal: (0.136965, 0.155729, 0.978258), }, - Vertex { position: (-0.559706, 1.69418, 0.186107), - normal: (-0.021294, 0.896295, 0.442946), }, - Vertex { position: (-0.559706, 1.69418, 0.186107), - normal: (-0.021294, 0.896295, 0.442946), }, - Vertex { position: (-0.894132, 1.712652, 0.151911), - normal: (0.136965, 0.155729, 0.978258), }, - Vertex { position: (-0.954897, 1.677544, 0.293034), - normal: (0.173447, 0.205435, 0.963178), }, - Vertex { position: (-0.559706, 1.69418, 0.186107), - normal: (-0.021294, 0.896295, 0.442946), }, - Vertex { position: (-0.954897, 1.677544, 0.293034), - normal: (0.173447, 0.205435, 0.963178), }, - Vertex { position: (-0.557624, 1.641278, 0.271462), - normal: (-0.072244, 0.618144, 0.782738), }, - Vertex { position: (-0.557624, 1.641278, 0.271462), - normal: (-0.072244, 0.618144, 0.782738), }, - Vertex { position: (-0.954897, 1.677544, 0.293034), - normal: (0.173447, 0.205435, 0.963178), }, - Vertex { position: (-1.017767, 1.607824, 0.541965), - normal: (0.136801, 0.29658, 0.945159), }, - Vertex { position: (-0.557624, 1.641278, 0.271462), - normal: (-0.072244, 0.618144, 0.782738), }, - Vertex { position: (-1.017767, 1.607824, 0.541965), - normal: (0.136801, 0.29658, 0.945159), }, - Vertex { position: (-0.626493, 1.585426, 0.443136), - normal: (-0.038944, 0.247819, 0.968023), }, - Vertex { position: (-0.626493, 1.585426, 0.443136), - normal: (-0.038944, 0.247819, 0.968023), }, - Vertex { position: (-1.017767, 1.607824, 0.541965), - normal: (0.136801, 0.29658, 0.945159), }, - Vertex { position: (-1.04607, 1.509097, 0.76106), - normal: (0.095019, 0.330845, 0.938889), }, - Vertex { position: (-0.626493, 1.585426, 0.443136), - normal: (-0.038944, 0.247819, 0.968023), }, - Vertex { position: (-1.04607, 1.509097, 0.76106), - normal: (0.095019, 0.330845, 0.938889), }, - Vertex { position: (-0.597781, 1.48962, 0.641047), - normal: (-0.00315, 0.115338, 0.993321), }, - Vertex { position: (-0.597781, 1.48962, 0.641047), - normal: (-0.00315, 0.115338, 0.993321), }, - Vertex { position: (-1.04607, 1.509097, 0.76106), - normal: (0.095019, 0.330845, 0.938889), }, - Vertex { position: (-1.115594, 1.39238, 0.819623), - normal: (0.07657, 0.16758, 0.982881), }, - Vertex { position: (-0.597781, 1.48962, 0.641047), - normal: (-0.00315, 0.115338, 0.993321), }, - Vertex { position: (-1.115594, 1.39238, 0.819623), - normal: (0.07657, 0.16758, 0.982881), }, - Vertex { position: (-0.674657, 1.333008, 0.761059), - normal: (0.016683, 0.197618, 0.980137), }, - Vertex { position: (-0.674657, 1.333008, 0.761059), - normal: (0.016683, 0.197618, 0.980137), }, - Vertex { position: (-1.115594, 1.39238, 0.819623), - normal: (0.07657, 0.16758, 0.982881), }, - Vertex { position: (-1.278903, 1.192051, 0.946843), - normal: (0.079214, -0.175111, 0.981357), }, - Vertex { position: (-0.674657, 1.333008, 0.761059), - normal: (0.016683, 0.197618, 0.980137), }, - Vertex { position: (-1.278903, 1.192051, 0.946843), - normal: (0.079214, -0.175111, 0.981357), }, - Vertex { position: (-0.910602, 1.204118, 0.83774), - normal: (0.032424, 0.316591, 0.948008), }, - Vertex { position: (-0.910602, 1.204118, 0.83774), - normal: (0.032424, 0.316591, 0.948008), }, - Vertex { position: (-1.278903, 1.192051, 0.946843), - normal: (0.079214, -0.175111, 0.981357), }, - Vertex { position: (-1.200768, 0.978822, 1.103391), - normal: (0.204115, -0.405276, 0.891116), }, - Vertex { position: (-0.910602, 1.204118, 0.83774), - normal: (0.032424, 0.316591, 0.948008), }, - Vertex { position: (-1.200768, 0.978822, 1.103391), - normal: (0.204115, -0.405276, 0.891116), }, - Vertex { position: (-0.969076, 0.901205, 1.146223), - normal: (0.053195, 0.343167, 0.937767), }, - Vertex { position: (-0.969076, 0.901205, 1.146223), - normal: (0.053195, 0.343167, 0.937767), }, - Vertex { position: (-1.200768, 0.978822, 1.103391), - normal: (0.204115, -0.405276, 0.891116), }, - Vertex { position: (-1.147922, 0.807955, 1.254191), - normal: (0.396045, -0.47666, 0.784821), }, - Vertex { position: (-0.969076, 0.901205, 1.146223), - normal: (0.053195, 0.343167, 0.937767), }, - Vertex { position: (-1.147922, 0.807955, 1.254191), - normal: (0.396045, -0.47666, 0.784821), }, - Vertex { position: (-0.752416, 0.438132, 1.467349), - normal: (0.057735, 0.173734, 0.983099), }, - Vertex { position: (-0.752416, 0.438132, 1.467349), - normal: (0.057735, 0.173734, 0.983099), }, - Vertex { position: (-1.147922, 0.807955, 1.254191), - normal: (0.396045, -0.47666, 0.784821), }, - Vertex { position: (-1.120716, 0.424016, 1.45699), - normal: (0.238702, -0.258568, 0.936036), }, - Vertex { position: (-0.752416, 0.438132, 1.467349), - normal: (0.057735, 0.173734, 0.983099), }, - Vertex { position: (-1.120716, 0.424016, 1.45699), - normal: (0.238702, -0.258568, 0.936036), }, - Vertex { position: (-0.645496, 0.179261, 1.584316), - normal: (0.058723, -0.195869, 0.97887), }, - Vertex { position: (-0.645496, 0.179261, 1.584316), - normal: (0.058723, -0.195869, 0.97887), }, - Vertex { position: (-1.120716, 0.424016, 1.45699), - normal: (0.238702, -0.258568, 0.936036), }, - Vertex { position: (-1.077307, 0.165008, 1.553393), - normal: (0.11717, 0.938619, 0.324447), }, - Vertex { position: (-0.645496, 0.179261, 1.584316), - normal: (0.058723, -0.195869, 0.97887), }, - Vertex { position: (-1.077307, 0.165008, 1.553393), - normal: (0.11717, 0.938619, 0.324447), }, - Vertex { position: (-0.536767, -0.144454, 1.682232), - normal: (0.088769, -0.475351, 0.875307), }, - Vertex { position: (-0.536767, -0.144454, 1.682232), - normal: (0.088769, -0.475351, 0.875307), }, - Vertex { position: (-1.077307, 0.165008, 1.553393), - normal: (0.11717, 0.938619, 0.324447), }, - Vertex { position: (-1.053434, -0.342553, 1.690245), - normal: (0.080398, 0.9582, 0.274571), }, - Vertex { position: (-0.536767, -0.144454, 1.682232), - normal: (0.088769, -0.475351, 0.875307), }, - Vertex { position: (-1.053434, -0.342553, 1.690245), - normal: (0.080398, 0.9582, 0.274571), }, - Vertex { position: (-0.533528, -0.58228, 1.701405), - normal: (0.099302, -0.563694, 0.819993), }, - Vertex { position: (-0.533528, -0.58228, 1.701405), - normal: (0.099302, -0.563694, 0.819993), }, - Vertex { position: (-1.053434, -0.342553, 1.690245), - normal: (0.080398, 0.9582, 0.274571), }, - Vertex { position: (-1.077209, -0.869649, 1.633144), - normal: (0.069061, 0.958871, 0.275312), }, - Vertex { position: (-0.533528, -0.58228, 1.701405), - normal: (0.099302, -0.563694, 0.819993), }, - Vertex { position: (-1.077209, -0.869649, 1.633144), - normal: (0.069061, 0.958871, 0.275312), }, - Vertex { position: (-0.505045, -0.913827, 1.645612), - normal: (0.093802, -0.705497, 0.702478), }, - Vertex { position: (-0.505045, -0.913827, 1.645612), - normal: (0.093802, -0.705497, 0.702478), }, - Vertex { position: (-1.077209, -0.869649, 1.633144), - normal: (0.069061, 0.958871, 0.275312), }, - Vertex { position: (-1.061272, -1.141877, 1.49623), - normal: (0.051291, 0.888276, 0.456438), }, - Vertex { position: (-0.505045, -0.913827, 1.645612), - normal: (0.093802, -0.705497, 0.702478), }, - Vertex { position: (-1.061272, -1.141877, 1.49623), - normal: (0.051291, 0.888276, 0.456438), }, - Vertex { position: (-0.487217, -1.193519, 1.504026), - normal: (0.058028, -0.329667, 0.942312), }, - Vertex { position: (-0.487217, -1.193519, 1.504026), - normal: (0.058028, -0.329667, 0.942312), }, - Vertex { position: (-1.061272, -1.141877, 1.49623), - normal: (0.051291, 0.888276, 0.456438), }, - Vertex { position: (-1.001366, -1.335897, 1.353338), - normal: (-0.008282, 0.691944, 0.721904), }, - Vertex { position: (-0.487217, -1.193519, 1.504026), - normal: (0.058028, -0.329667, 0.942312), }, - Vertex { position: (-1.001366, -1.335897, 1.353338), - normal: (-0.008282, 0.691944, 0.721904), }, - Vertex { position: (-0.524231, -1.399266, 1.313019), - normal: (0.096347, 0.961203, 0.258467), }, - Vertex { position: (-0.524231, -1.399266, 1.313019), - normal: (0.096347, 0.961203, 0.258467), }, - Vertex { position: (-1.001366, -1.335897, 1.353338), - normal: (-0.008282, 0.691944, 0.721904), }, - Vertex { position: (-0.952525, -1.440582, 1.16865), - normal: (-0.0448, 0.42163, 0.905661), }, - Vertex { position: (-0.524231, -1.399266, 1.313019), - normal: (0.096347, 0.961203, 0.258467), }, - Vertex { position: (-0.952525, -1.440582, 1.16865), - normal: (-0.0448, 0.42163, 0.905661), }, - Vertex { position: (-0.526127, -1.495, 1.167736), - normal: (0.098712, 0.966371, 0.23745), }, - Vertex { position: (-0.526127, -1.495, 1.167736), - normal: (0.098712, 0.966371, 0.23745), }, - Vertex { position: (-0.952525, -1.440582, 1.16865), - normal: (-0.0448, 0.42163, 0.905661), }, - Vertex { position: (-0.953236, -1.545941, 0.89918), - normal: (-0.02449, 0.224062, 0.974267), }, - Vertex { position: (-0.526127, -1.495, 1.167736), - normal: (0.098712, 0.966371, 0.23745), }, - Vertex { position: (-0.953236, -1.545941, 0.89918), - normal: (-0.02449, 0.224062, 0.974267), }, - Vertex { position: (-0.535144, -1.615983, 0.920556), - normal: (0.079848, 0.962653, 0.258695), }, - Vertex { position: (2.881063, -0.493146, 0.521968), - normal: (0.136523, 0.621747, 0.771228), }, - Vertex { position: (2.736198, -0.346225, 0.659345), - normal: (0.478274, -0.500384, 0.721713), }, - Vertex { position: (2.688131, -0.517509, 0.672975), - normal: (0.245892, -0.489895, 0.836385), }, - Vertex { position: (2.824356, -1.407256, 0.355013), - normal: (0.048754, 0.934073, 0.353738), }, - Vertex { position: (2.740886, -1.339225, 0.463604), - normal: (0.303729, -0.050718, 0.951408), }, - Vertex { position: (2.663024, -1.440487, 0.478149), - normal: (0.33122, -0.270106, 0.904067), }, - Vertex { position: (1.337875, -0.945716, 1.021299), - normal: (-0.382074, -0.25681, -0.887732), }, - Vertex { position: (1.428883, -0.98669, 1.133905), - normal: (-0.53197, -0.108751, -0.839751), }, - Vertex { position: (1.373216, -0.56462, 1.106245), - normal: (-0.218261, -0.26262, 0.93989), }, - Vertex { position: (-1.179474, 1.786649, 0.0), - normal: (-0.065586, -0.997847, 0.0), }, - Vertex { position: (-1.35095, 1.807009, 0.0), - normal: (0.262234, -0.965004, 0.0), }, - Vertex { position: (-1.365948, 1.769608, 0.133901), - normal: (-0.234266, 0.044111, 0.971171), }, - Vertex { position: (-1.179474, 1.786649, 0.0), - normal: (-0.065586, -0.997847, 0.0), }, - Vertex { position: (-1.365948, 1.769608, 0.133901), - normal: (-0.234266, 0.044111, 0.971171), }, - Vertex { position: (-1.215563, 1.757097, 0.133494), - normal: (-0.115746, 0.20405, 0.972094), }, - Vertex { position: (-1.215563, 1.757097, 0.133494), - normal: (-0.115746, 0.20405, 0.972094), }, - Vertex { position: (-1.365948, 1.769608, 0.133901), - normal: (-0.234266, 0.044111, 0.971171), }, - Vertex { position: (-1.396332, 1.723782, 0.267642), - normal: (-0.108631, -0.122719, 0.986478), }, - Vertex { position: (-1.215563, 1.757097, 0.133494), - normal: (-0.115746, 0.20405, 0.972094), }, - Vertex { position: (-1.396332, 1.723782, 0.267642), - normal: (-0.108631, -0.122719, 0.986478), }, - Vertex { position: (-1.227613, 1.709095, 0.276029), - normal: (-0.164191, 0.153328, 0.974439), }, - Vertex { position: (-1.227613, 1.709095, 0.276029), - normal: (-0.164191, 0.153328, 0.974439), }, - Vertex { position: (-1.396332, 1.723782, 0.267642), - normal: (-0.108631, -0.122719, 0.986478), }, - Vertex { position: (-1.417595, 1.67618, 0.529265), - normal: (-0.006683, -0.232823, 0.972496), }, - Vertex { position: (-1.227613, 1.709095, 0.276029), - normal: (-0.164191, 0.153328, 0.974439), }, - Vertex { position: (-1.417595, 1.67618, 0.529265), - normal: (-0.006683, -0.232823, 0.972496), }, - Vertex { position: (-1.292756, 1.656509, 0.51403), - normal: (-0.15812, -0.033626, 0.986847), }, - Vertex { position: (-1.292756, 1.656509, 0.51403), - normal: (-0.15812, -0.033626, 0.986847), }, - Vertex { position: (-1.417595, 1.67618, 0.529265), - normal: (-0.006683, -0.232823, 0.972496), }, - Vertex { position: (-1.465432, 1.655336, 0.722125), - normal: (-0.004872, -0.216103, 0.976358), }, - Vertex { position: (-1.292756, 1.656509, 0.51403), - normal: (-0.15812, -0.033626, 0.986847), }, - Vertex { position: (-1.465432, 1.655336, 0.722125), - normal: (-0.004872, -0.216103, 0.976358), }, - Vertex { position: (-1.338488, 1.613735, 0.725441), - normal: (0.005821, -0.234321, 0.972142), }, - Vertex { position: (-1.338488, 1.613735, 0.725441), - normal: (0.005821, -0.234321, 0.972142), }, - Vertex { position: (-1.465432, 1.655336, 0.722125), - normal: (-0.004872, -0.216103, 0.976358), }, - Vertex { position: (-1.582187, 1.567542, 0.982349), - normal: (0.193955, -0.251788, 0.948148), }, - Vertex { position: (-1.338488, 1.613735, 0.725441), - normal: (0.005821, -0.234321, 0.972142), }, - Vertex { position: (-1.582187, 1.567542, 0.982349), - normal: (0.193955, -0.251788, 0.948148), }, - Vertex { position: (-1.403848, 1.533059, 0.902827), - normal: (0.243464, -0.335965, 0.909864), }, - Vertex { position: (-1.403848, 1.533059, 0.902827), - normal: (0.243464, -0.335965, 0.909864), }, - Vertex { position: (-1.582187, 1.567542, 0.982349), - normal: (0.193955, -0.251788, 0.948148), }, - Vertex { position: (-1.721806, 1.391264, 1.113307), - normal: (-0.337275, 0.918092, 0.208215), }, - Vertex { position: (-1.403848, 1.533059, 0.902827), - normal: (0.243464, -0.335965, 0.909864), }, - Vertex { position: (-1.721806, 1.391264, 1.113307), - normal: (-0.337275, 0.918092, 0.208215), }, - Vertex { position: (-1.551526, 1.400025, 1.050193), - normal: (0.49938, -0.45475, 0.737443), }, - Vertex { position: (-1.551526, 1.400025, 1.050193), - normal: (0.49938, -0.45475, 0.737443), }, - Vertex { position: (-1.721806, 1.391264, 1.113307), - normal: (-0.337275, 0.918092, 0.208215), }, - Vertex { position: (-1.733703, 1.083864, 1.181489), - normal: (-0.47652, 0.732046, 0.486866), }, - Vertex { position: (-1.551526, 1.400025, 1.050193), - normal: (0.49938, -0.45475, 0.737443), }, - Vertex { position: (-1.733703, 1.083864, 1.181489), - normal: (-0.47652, 0.732046, 0.486866), }, - Vertex { position: (-1.552899, 1.128654, 1.15104), - normal: (0.573426, -0.441087, 0.69038), }, - Vertex { position: (-1.552899, 1.128654, 1.15104), - normal: (0.573426, -0.441087, 0.69038), }, - Vertex { position: (-1.733703, 1.083864, 1.181489), - normal: (-0.47652, 0.732046, 0.486866), }, - Vertex { position: (-1.807421, 0.657142, 1.209422), - normal: (-0.505556, 0.519614, 0.688777), }, - Vertex { position: (-1.552899, 1.128654, 1.15104), - normal: (0.573426, -0.441087, 0.69038), }, - Vertex { position: (-1.807421, 0.657142, 1.209422), - normal: (-0.505556, 0.519614, 0.688777), }, - Vertex { position: (-1.454529, 0.875045, 1.238858), - normal: (0.1643, 0.873906, 0.457487), }, - Vertex { position: (-1.454529, 0.875045, 1.238858), - normal: (0.1643, 0.873906, 0.457487), }, - Vertex { position: (-1.807421, 0.657142, 1.209422), - normal: (-0.505556, 0.519614, 0.688777), }, - Vertex { position: (-1.796156, 0.452382, 1.243643), - normal: (-0.539732, 0.31653, 0.780063), }, - Vertex { position: (-1.454529, 0.875045, 1.238858), - normal: (0.1643, 0.873906, 0.457487), }, - Vertex { position: (-1.796156, 0.452382, 1.243643), - normal: (-0.539732, 0.31653, 0.780063), }, - Vertex { position: (-1.405685, 0.573835, 1.352181), - normal: (-0.012448, 0.906487, 0.422051), }, - Vertex { position: (-1.405685, 0.573835, 1.352181), - normal: (-0.012448, 0.906487, 0.422051), }, - Vertex { position: (-1.796156, 0.452382, 1.243643), - normal: (-0.539732, 0.31653, 0.780063), }, - Vertex { position: (-1.81092, 0.287592, 1.292257), - normal: (-0.545639, 0.142044, 0.825894), }, - Vertex { position: (-1.405685, 0.573835, 1.352181), - normal: (-0.012448, 0.906487, 0.422051), }, - Vertex { position: (-1.81092, 0.287592, 1.292257), - normal: (-0.545639, 0.142044, 0.825894), }, - Vertex { position: (-1.479588, 0.295746, 1.440042), - normal: (-0.051905, 0.965082, 0.256753), }, - Vertex { position: (-1.479588, 0.295746, 1.440042), - normal: (-0.051905, 0.965082, 0.256753), }, - Vertex { position: (-1.81092, 0.287592, 1.292257), - normal: (-0.545639, 0.142044, 0.825894), }, - Vertex { position: (-1.79513, 0.033439, 1.37116), - normal: (-0.512472, 0.102596, 0.852553), }, - Vertex { position: (-1.479588, 0.295746, 1.440042), - normal: (-0.051905, 0.965082, 0.256753), }, - Vertex { position: (-1.79513, 0.033439, 1.37116), - normal: (-0.512472, 0.102596, 0.852553), }, - Vertex { position: (-1.489699, -0.024215, 1.510987), - normal: (-0.088843, 0.888, 0.45118), }, - Vertex { position: (-1.489699, -0.024215, 1.510987), - normal: (-0.088843, 0.888, 0.45118), }, - Vertex { position: (-1.79513, 0.033439, 1.37116), - normal: (-0.512472, 0.102596, 0.852553), }, - Vertex { position: (-1.802864, -0.282523, 1.401315), - normal: (-0.449233, 0.123555, 0.88483), }, - Vertex { position: (-1.489699, -0.024215, 1.510987), - normal: (-0.088843, 0.888, 0.45118), }, - Vertex { position: (-1.802864, -0.282523, 1.401315), - normal: (-0.449233, 0.123555, 0.88483), }, - Vertex { position: (-1.395501, -0.698702, 1.553257), - normal: (-0.169971, 0.704712, 0.688832), }, - Vertex { position: (-1.395501, -0.698702, 1.553257), - normal: (-0.169971, 0.704712, 0.688832), }, - Vertex { position: (-1.802864, -0.282523, 1.401315), - normal: (-0.449233, 0.123555, 0.88483), }, - Vertex { position: (-1.837859, -0.540871, 1.295851), - normal: (-0.404056, 0.117264, 0.907187), }, - Vertex { position: (-1.395501, -0.698702, 1.553257), - normal: (-0.169971, 0.704712, 0.688832), }, - Vertex { position: (-1.837859, -0.540871, 1.295851), - normal: (-0.404056, 0.117264, 0.907187), }, - Vertex { position: (-1.376176, -0.948757, 1.451608), - normal: (-0.261543, 0.44691, 0.855492), }, - Vertex { position: (-1.376176, -0.948757, 1.451608), - normal: (-0.261543, 0.44691, 0.855492), }, - Vertex { position: (-1.837859, -0.540871, 1.295851), - normal: (-0.404056, 0.117264, 0.907187), }, - Vertex { position: (-1.782928, -0.770786, 1.173619), - normal: (-0.387051, 0.087836, 0.917865), }, - Vertex { position: (-1.376176, -0.948757, 1.451608), - normal: (-0.261543, 0.44691, 0.855492), }, - Vertex { position: (-1.782928, -0.770786, 1.173619), - normal: (-0.387051, 0.087836, 0.917865), }, - Vertex { position: (-1.402349, -1.127845, 1.309055), - normal: (-0.33898, 0.203127, 0.918603), }, - Vertex { position: (-1.402349, -1.127845, 1.309055), - normal: (-0.33898, 0.203127, 0.918603), }, - Vertex { position: (-1.782928, -0.770786, 1.173619), - normal: (-0.387051, 0.087836, 0.917865), }, - Vertex { position: (-1.757573, -0.945337, 1.075832), - normal: (-0.390861, 0.032481, 0.919876), }, - Vertex { position: (-1.402349, -1.127845, 1.309055), - normal: (-0.33898, 0.203127, 0.918603), }, - Vertex { position: (-1.757573, -0.945337, 1.075832), - normal: (-0.390861, 0.032481, 0.919876), }, - Vertex { position: (-1.407658, -1.236026, 1.11293), - normal: (-0.351241, 0.07582, 0.93321), }, - Vertex { position: (-1.35095, 1.807009, 0.0), - normal: (0.262234, -0.965004, 0.0), }, - Vertex { position: (-1.67651, 1.826886, 0.0), - normal: (0.021487, 0.999769, 0.0), }, - Vertex { position: (-1.683863, 1.789041, 0.121501), - normal: (-0.373751, -0.169261, 0.911954), }, - Vertex { position: (-1.35095, 1.807009, 0.0), - normal: (0.262234, -0.965004, 0.0), }, - Vertex { position: (-1.683863, 1.789041, 0.121501), - normal: (-0.373751, -0.169261, 0.911954), }, - Vertex { position: (-1.365948, 1.769608, 0.133901), - normal: (-0.234266, 0.044111, 0.971171), }, - Vertex { position: (-1.365948, 1.769608, 0.133901), - normal: (-0.234266, 0.044111, 0.971171), }, - Vertex { position: (-1.683863, 1.789041, 0.121501), - normal: (-0.373751, -0.169261, 0.911954), }, - Vertex { position: (-1.714432, 1.747956, 0.247594), - normal: (-0.426971, -0.09322, 0.899447), }, - Vertex { position: (-1.365948, 1.769608, 0.133901), - normal: (-0.234266, 0.044111, 0.971171), }, - Vertex { position: (-1.714432, 1.747956, 0.247594), - normal: (-0.426971, -0.09322, 0.899447), }, - Vertex { position: (-1.396332, 1.723782, 0.267642), - normal: (-0.108631, -0.122719, 0.986478), }, - Vertex { position: (-1.396332, 1.723782, 0.267642), - normal: (-0.108631, -0.122719, 0.986478), }, - Vertex { position: (-1.714432, 1.747956, 0.247594), - normal: (-0.426971, -0.09322, 0.899447), }, - Vertex { position: (-1.744732, 1.734849, 0.433807), - normal: (-0.457657, 0.090776, 0.884483), }, - Vertex { position: (-1.396332, 1.723782, 0.267642), - normal: (-0.108631, -0.122719, 0.986478), }, - Vertex { position: (-1.744732, 1.734849, 0.433807), - normal: (-0.457657, 0.090776, 0.884483), }, - Vertex { position: (-1.417595, 1.67618, 0.529265), - normal: (-0.006683, -0.232823, 0.972496), }, - Vertex { position: (-1.417595, 1.67618, 0.529265), - normal: (-0.006683, -0.232823, 0.972496), }, - Vertex { position: (-1.744732, 1.734849, 0.433807), - normal: (-0.457657, 0.090776, 0.884483), }, - Vertex { position: (-1.929731, 1.617188, 0.80639), - normal: (-0.575033, 0.794917, 0.193504), }, - Vertex { position: (-1.417595, 1.67618, 0.529265), - normal: (-0.006683, -0.232823, 0.972496), }, - Vertex { position: (-1.929731, 1.617188, 0.80639), - normal: (-0.575033, 0.794917, 0.193504), }, - Vertex { position: (-1.465432, 1.655336, 0.722125), - normal: (-0.004872, -0.216103, 0.976358), }, - Vertex { position: (-1.465432, 1.655336, 0.722125), - normal: (-0.004872, -0.216103, 0.976358), }, - Vertex { position: (-1.929731, 1.617188, 0.80639), - normal: (-0.575033, 0.794917, 0.193504), }, - Vertex { position: (-1.996117, 1.387891, 1.064104), - normal: (-0.636638, 0.552106, 0.538397), }, - Vertex { position: (-1.465432, 1.655336, 0.722125), - normal: (-0.004872, -0.216103, 0.976358), }, - Vertex { position: (-1.996117, 1.387891, 1.064104), - normal: (-0.636638, 0.552106, 0.538397), }, - Vertex { position: (-1.582187, 1.567542, 0.982349), - normal: (0.193955, -0.251788, 0.948148), }, - Vertex { position: (-1.582187, 1.567542, 0.982349), - normal: (0.193955, -0.251788, 0.948148), }, - Vertex { position: (-1.996117, 1.387891, 1.064104), - normal: (-0.636638, 0.552106, 0.538397), }, - Vertex { position: (-1.980388, 1.134038, 1.143196), - normal: (-0.643784, 0.341688, 0.684684), }, - Vertex { position: (-1.582187, 1.567542, 0.982349), - normal: (0.193955, -0.251788, 0.948148), }, - Vertex { position: (-1.980388, 1.134038, 1.143196), - normal: (-0.643784, 0.341688, 0.684684), }, - Vertex { position: (-1.721806, 1.391264, 1.113307), - normal: (-0.337275, 0.918092, 0.208215), }, - Vertex { position: (-1.721806, 1.391264, 1.113307), - normal: (-0.337275, 0.918092, 0.208215), }, - Vertex { position: (-1.980388, 1.134038, 1.143196), - normal: (-0.643784, 0.341688, 0.684684), }, - Vertex { position: (-2.013663, 0.810726, 1.158827), - normal: (-0.646492, 0.202786, 0.735477), }, - Vertex { position: (-1.721806, 1.391264, 1.113307), - normal: (-0.337275, 0.918092, 0.208215), }, - Vertex { position: (-2.013663, 0.810726, 1.158827), - normal: (-0.646492, 0.202786, 0.735477), }, - Vertex { position: (-1.733703, 1.083864, 1.181489), - normal: (-0.47652, 0.732046, 0.486866), }, - Vertex { position: (-1.733703, 1.083864, 1.181489), - normal: (-0.47652, 0.732046, 0.486866), }, - Vertex { position: (-2.013663, 0.810726, 1.158827), - normal: (-0.646492, 0.202786, 0.735477), }, - Vertex { position: (-2.030191, 0.547622, 1.189762), - normal: (-0.624566, 0.121329, 0.77149), }, - Vertex { position: (-1.733703, 1.083864, 1.181489), - normal: (-0.47652, 0.732046, 0.486866), }, - Vertex { position: (-2.030191, 0.547622, 1.189762), - normal: (-0.624566, 0.121329, 0.77149), }, - Vertex { position: (-1.807421, 0.657142, 1.209422), - normal: (-0.505556, 0.519614, 0.688777), }, - Vertex { position: (-1.807421, 0.657142, 1.209422), - normal: (-0.505556, 0.519614, 0.688777), }, - Vertex { position: (-2.030191, 0.547622, 1.189762), - normal: (-0.624566, 0.121329, 0.77149), }, - Vertex { position: (-2.021159, 0.411979, 1.234679), - normal: (-0.588582, 0.130278, 0.797872), }, - Vertex { position: (-1.807421, 0.657142, 1.209422), - normal: (-0.505556, 0.519614, 0.688777), }, - Vertex { position: (-2.021159, 0.411979, 1.234679), - normal: (-0.588582, 0.130278, 0.797872), }, - Vertex { position: (-1.796156, 0.452382, 1.243643), - normal: (-0.539732, 0.31653, 0.780063), }, - Vertex { position: (-1.796156, 0.452382, 1.243643), - normal: (-0.539732, 0.31653, 0.780063), }, - Vertex { position: (-2.021159, 0.411979, 1.234679), - normal: (-0.588582, 0.130278, 0.797872), }, - Vertex { position: (-1.932916, 0.232972, 1.304589), - normal: (-0.553145, 0.120209, 0.824367), }, - Vertex { position: (-1.796156, 0.452382, 1.243643), - normal: (-0.539732, 0.31653, 0.780063), }, - Vertex { position: (-1.932916, 0.232972, 1.304589), - normal: (-0.553145, 0.120209, 0.824367), }, - Vertex { position: (-1.81092, 0.287592, 1.292257), - normal: (-0.545639, 0.142044, 0.825894), }, - Vertex { position: (-1.81092, 0.287592, 1.292257), - normal: (-0.545639, 0.142044, 0.825894), }, - Vertex { position: (-1.932916, 0.232972, 1.304589), - normal: (-0.553145, 0.120209, 0.824367), }, - Vertex { position: (-1.897394, 0.037852, 1.365798), - normal: (-0.547788, 0.055501, 0.834774), }, - Vertex { position: (-1.81092, 0.287592, 1.292257), - normal: (-0.545639, 0.142044, 0.825894), }, - Vertex { position: (-1.897394, 0.037852, 1.365798), - normal: (-0.547788, 0.055501, 0.834774), }, - Vertex { position: (-1.79513, 0.033439, 1.37116), - normal: (-0.512472, 0.102596, 0.852553), }, - Vertex { position: (-1.79513, 0.033439, 1.37116), - normal: (-0.512472, 0.102596, 0.852553), }, - Vertex { position: (-1.897394, 0.037852, 1.365798), - normal: (-0.547788, 0.055501, 0.834774), }, - Vertex { position: (-1.950547, -0.275573, 1.377028), - normal: (-0.563128, 0.005618, 0.826351), }, - Vertex { position: (-1.79513, 0.033439, 1.37116), - normal: (-0.512472, 0.102596, 0.852553), }, - Vertex { position: (-1.950547, -0.275573, 1.377028), - normal: (-0.563128, 0.005618, 0.826351), }, - Vertex { position: (-1.802864, -0.282523, 1.401315), - normal: (-0.449233, 0.123555, 0.88483), }, - Vertex { position: (-1.802864, -0.282523, 1.401315), - normal: (-0.449233, 0.123555, 0.88483), }, - Vertex { position: (-1.950547, -0.275573, 1.377028), - normal: (-0.563128, 0.005618, 0.826351), }, - Vertex { position: (-2.033655, -0.526012, 1.277639), - normal: (-0.596319, -0.021767, 0.802452), }, - Vertex { position: (-1.802864, -0.282523, 1.401315), - normal: (-0.449233, 0.123555, 0.88483), }, - Vertex { position: (-2.033655, -0.526012, 1.277639), - normal: (-0.596319, -0.021767, 0.802452), }, - Vertex { position: (-1.837859, -0.540871, 1.295851), - normal: (-0.404056, 0.117264, 0.907187), }, - Vertex { position: (-1.837859, -0.540871, 1.295851), - normal: (-0.404056, 0.117264, 0.907187), }, - Vertex { position: (-2.033655, -0.526012, 1.277639), - normal: (-0.596319, -0.021767, 0.802452), }, - Vertex { position: (-2.050292, -0.755566, 1.114167), - normal: (-0.626255, -0.080061, 0.775497), }, - Vertex { position: (-1.837859, -0.540871, 1.295851), - normal: (-0.404056, 0.117264, 0.907187), }, - Vertex { position: (-2.050292, -0.755566, 1.114167), - normal: (-0.626255, -0.080061, 0.775497), }, - Vertex { position: (-1.782928, -0.770786, 1.173619), - normal: (-0.387051, 0.087836, 0.917865), }, - Vertex { position: (-1.782928, -0.770786, 1.173619), - normal: (-0.387051, 0.087836, 0.917865), }, - Vertex { position: (-2.050292, -0.755566, 1.114167), - normal: (-0.626255, -0.080061, 0.775497), }, - Vertex { position: (-2.043593, -0.875823, 1.028879), - normal: (-0.6343, -0.110875, 0.765095), }, - Vertex { position: (-1.782928, -0.770786, 1.173619), - normal: (-0.387051, 0.087836, 0.917865), }, - Vertex { position: (-2.043593, -0.875823, 1.028879), - normal: (-0.6343, -0.110875, 0.765095), }, - Vertex { position: (-1.757573, -0.945337, 1.075832), - normal: (-0.390861, 0.032481, 0.919876), }, - Vertex { position: (-1.757573, -0.945337, 1.075832), - normal: (-0.390861, 0.032481, 0.919876), }, - Vertex { position: (-2.043593, -0.875823, 1.028879), - normal: (-0.6343, -0.110875, 0.765095), }, - Vertex { position: (-2.033406, -0.91003, 0.96422), - normal: (-0.619245, -0.050391, 0.783579), }, - Vertex { position: (-1.757573, -0.945337, 1.075832), - normal: (-0.390861, 0.032481, 0.919876), }, - Vertex { position: (-2.033406, -0.91003, 0.96422), - normal: (-0.619245, -0.050391, 0.783579), }, - Vertex { position: (-1.782298, -1.020581, 0.943381), - normal: (-0.379807, -0.084066, 0.921238), }, - Vertex { position: (-0.953236, -1.545941, 0.89918), - normal: (-0.02449, 0.224062, 0.974267), }, - Vertex { position: (-0.952525, -1.440582, 1.16865), - normal: (-0.0448, 0.42163, 0.905661), }, - Vertex { position: (-1.407658, -1.236026, 1.11293), - normal: (-0.351241, 0.07582, 0.93321), }, - Vertex { position: (-0.953236, -1.545941, 0.89918), - normal: (-0.02449, 0.224062, 0.974267), }, - Vertex { position: (-1.407658, -1.236026, 1.11293), - normal: (-0.351241, 0.07582, 0.93321), }, - Vertex { position: (-1.198513, -1.456102, 0.885435), - normal: (-0.742985, 0.015712, 0.669123), }, - Vertex { position: (-1.407658, -1.236026, 1.11293), - normal: (-0.351241, 0.07582, 0.93321), }, - Vertex { position: (-1.757573, -0.945337, 1.075832), - normal: (-0.390861, 0.032481, 0.919876), }, - Vertex { position: (-1.782298, -1.020581, 0.943381), - normal: (-0.379807, -0.084066, 0.921238), }, - Vertex { position: (-1.407658, -1.236026, 1.11293), - normal: (-0.351241, 0.07582, 0.93321), }, - Vertex { position: (-1.782298, -1.020581, 0.943381), - normal: (-0.379807, -0.084066, 0.921238), }, - Vertex { position: (-1.456655, -1.295527, 0.89424), - normal: (-0.982334, -0.04331, 0.182057), }, - Vertex { position: (-1.407658, -1.236026, 1.11293), - normal: (-0.351241, 0.07582, 0.93321), }, - Vertex { position: (-1.456655, -1.295527, 0.89424), - normal: (-0.982334, -0.04331, 0.182057), }, - Vertex { position: (-1.366873, -1.340211, 0.907567), - normal: (-0.311485, 0.082882, 0.94663), }, - Vertex { position: (-1.407658, -1.236026, 1.11293), - normal: (-0.351241, 0.07582, 0.93321), }, - Vertex { position: (-1.366873, -1.340211, 0.907567), - normal: (-0.311485, 0.082882, 0.94663), }, - Vertex { position: (-1.198513, -1.456102, 0.885435), - normal: (-0.742985, 0.015712, 0.669123), }, - Vertex { position: (-1.67651, 1.826886, 0.0), - normal: (0.021487, 0.999769, 0.0), }, - Vertex { position: (-2.057387, 1.841308, 0.0), - normal: (0.181762, -0.983343, 0.0), }, - Vertex { position: (-2.079597, 1.817785, 0.138375), - normal: (-0.549206, 0.149158, 0.822268), }, - Vertex { position: (-1.67651, 1.826886, 0.0), - normal: (0.021487, 0.999769, 0.0), }, - Vertex { position: (-2.079597, 1.817785, 0.138375), - normal: (-0.549206, 0.149158, 0.822268), }, - Vertex { position: (-1.683863, 1.789041, 0.121501), - normal: (-0.373751, -0.169261, 0.911954), }, - Vertex { position: (-1.683863, 1.789041, 0.121501), - normal: (-0.373751, -0.169261, 0.911954), }, - Vertex { position: (-2.079597, 1.817785, 0.138375), - normal: (-0.549206, 0.149158, 0.822268), }, - Vertex { position: (-2.10017, 1.78998, 0.229245), - normal: (-0.881408, 0.44424, 0.16053), }, - Vertex { position: (-1.683863, 1.789041, 0.121501), - normal: (-0.373751, -0.169261, 0.911954), }, - Vertex { position: (-2.10017, 1.78998, 0.229245), - normal: (-0.881408, 0.44424, 0.16053), }, - Vertex { position: (-1.714432, 1.747956, 0.247594), - normal: (-0.426971, -0.09322, 0.899447), }, - Vertex { position: (-1.714432, 1.747956, 0.247594), - normal: (-0.426971, -0.09322, 0.899447), }, - Vertex { position: (-2.10017, 1.78998, 0.229245), - normal: (-0.881408, 0.44424, 0.16053), }, - Vertex { position: (-2.137524, 1.753182, 0.433142), - normal: (-0.881352, 0.261345, 0.393596), }, - Vertex { position: (-1.714432, 1.747956, 0.247594), - normal: (-0.426971, -0.09322, 0.899447), }, - Vertex { position: (-2.137524, 1.753182, 0.433142), - normal: (-0.881352, 0.261345, 0.393596), }, - Vertex { position: (-1.744732, 1.734849, 0.433807), - normal: (-0.457657, 0.090776, 0.884483), }, - Vertex { position: (-1.744732, 1.734849, 0.433807), - normal: (-0.457657, 0.090776, 0.884483), }, - Vertex { position: (-2.137524, 1.753182, 0.433142), - normal: (-0.881352, 0.261345, 0.393596), }, - Vertex { position: (-2.172139, 1.62301, 0.805318), - normal: (-0.880731, 0.130088, 0.4554), }, - Vertex { position: (-1.744732, 1.734849, 0.433807), - normal: (-0.457657, 0.090776, 0.884483), }, - Vertex { position: (-2.172139, 1.62301, 0.805318), - normal: (-0.880731, 0.130088, 0.4554), }, - Vertex { position: (-1.929731, 1.617188, 0.80639), - normal: (-0.575033, 0.794917, 0.193504), }, - Vertex { position: (-1.929731, 1.617188, 0.80639), - normal: (-0.575033, 0.794917, 0.193504), }, - Vertex { position: (-2.172139, 1.62301, 0.805318), - normal: (-0.880731, 0.130088, 0.4554), }, - Vertex { position: (-2.205791, 1.356023, 1.081662), - normal: (-0.874101, 0.053175, 0.482825), }, - Vertex { position: (-1.929731, 1.617188, 0.80639), - normal: (-0.575033, 0.794917, 0.193504), }, - Vertex { position: (-2.205791, 1.356023, 1.081662), - normal: (-0.874101, 0.053175, 0.482825), }, - Vertex { position: (-1.996117, 1.387891, 1.064104), - normal: (-0.636638, 0.552106, 0.538397), }, - Vertex { position: (-1.996117, 1.387891, 1.064104), - normal: (-0.636638, 0.552106, 0.538397), }, - Vertex { position: (-2.205791, 1.356023, 1.081662), - normal: (-0.874101, 0.053175, 0.482825), }, - Vertex { position: (-2.296056, 1.06281, 1.171139), - normal: (-0.875552, 0.01506, 0.482889), }, - Vertex { position: (-1.996117, 1.387891, 1.064104), - normal: (-0.636638, 0.552106, 0.538397), }, - Vertex { position: (-2.296056, 1.06281, 1.171139), - normal: (-0.875552, 0.01506, 0.482889), }, - Vertex { position: (-1.980388, 1.134038, 1.143196), - normal: (-0.643784, 0.341688, 0.684684), }, - Vertex { position: (-1.980388, 1.134038, 1.143196), - normal: (-0.643784, 0.341688, 0.684684), }, - Vertex { position: (-2.296056, 1.06281, 1.171139), - normal: (-0.875552, 0.01506, 0.482889), }, - Vertex { position: (-2.298249, 0.768333, 1.203884), - normal: (-0.86587, -0.001845, 0.500266), }, - Vertex { position: (-1.980388, 1.134038, 1.143196), - normal: (-0.643784, 0.341688, 0.684684), }, - Vertex { position: (-2.298249, 0.768333, 1.203884), - normal: (-0.86587, -0.001845, 0.500266), }, - Vertex { position: (-2.013663, 0.810726, 1.158827), - normal: (-0.646492, 0.202786, 0.735477), }, - Vertex { position: (-2.013663, 0.810726, 1.158827), - normal: (-0.646492, 0.202786, 0.735477), }, - Vertex { position: (-2.298249, 0.768333, 1.203884), - normal: (-0.86587, -0.001845, 0.500266), }, - Vertex { position: (-2.256285, 0.547326, 1.238301), - normal: (-0.84112, -0.026303, 0.540209), }, - Vertex { position: (-2.013663, 0.810726, 1.158827), - normal: (-0.646492, 0.202786, 0.735477), }, - Vertex { position: (-2.256285, 0.547326, 1.238301), - normal: (-0.84112, -0.026303, 0.540209), }, - Vertex { position: (-2.030191, 0.547622, 1.189762), - normal: (-0.624566, 0.121329, 0.77149), }, - Vertex { position: (-2.030191, 0.547622, 1.189762), - normal: (-0.624566, 0.121329, 0.77149), }, - Vertex { position: (-2.256285, 0.547326, 1.238301), - normal: (-0.84112, -0.026303, 0.540209), }, - Vertex { position: (-2.1584, 0.381542, 1.272962), - normal: (-0.813168, -0.06637, 0.578232), }, - Vertex { position: (-2.030191, 0.547622, 1.189762), - normal: (-0.624566, 0.121329, 0.77149), }, - Vertex { position: (-2.1584, 0.381542, 1.272962), - normal: (-0.813168, -0.06637, 0.578232), }, - Vertex { position: (-2.021159, 0.411979, 1.234679), - normal: (-0.588582, 0.130278, 0.797872), }, - Vertex { position: (-2.021159, 0.411979, 1.234679), - normal: (-0.588582, 0.130278, 0.797872), }, - Vertex { position: (-2.1584, 0.381542, 1.272962), - normal: (-0.813168, -0.06637, 0.578232), }, - Vertex { position: (-2.070413, 0.207766, 1.335106), - normal: (-0.799953, -0.096213, 0.592299), }, - Vertex { position: (-2.021159, 0.411979, 1.234679), - normal: (-0.588582, 0.130278, 0.797872), }, - Vertex { position: (-2.070413, 0.207766, 1.335106), - normal: (-0.799953, -0.096213, 0.592299), }, - Vertex { position: (-1.932916, 0.232972, 1.304589), - normal: (-0.553145, 0.120209, 0.824367), }, - Vertex { position: (-1.932916, 0.232972, 1.304589), - normal: (-0.553145, 0.120209, 0.824367), }, - Vertex { position: (-2.070413, 0.207766, 1.335106), - normal: (-0.799953, -0.096213, 0.592299), }, - Vertex { position: (-2.064786, 0.018789, 1.411866), - normal: (-0.811102, -0.12903, 0.570495), }, - Vertex { position: (-1.932916, 0.232972, 1.304589), - normal: (-0.553145, 0.120209, 0.824367), }, - Vertex { position: (-2.064786, 0.018789, 1.411866), - normal: (-0.811102, -0.12903, 0.570495), }, - Vertex { position: (-1.897394, 0.037852, 1.365798), - normal: (-0.547788, 0.055501, 0.834774), }, - Vertex { position: (-1.897394, 0.037852, 1.365798), - normal: (-0.547788, 0.055501, 0.834774), }, - Vertex { position: (-2.064786, 0.018789, 1.411866), - normal: (-0.811102, -0.12903, 0.570495), }, - Vertex { position: (-2.187634, -0.375454, 1.406902), - normal: (-0.848349, -0.120539, 0.515533), }, - Vertex { position: (-1.897394, 0.037852, 1.365798), - normal: (-0.547788, 0.055501, 0.834774), }, - Vertex { position: (-2.187634, -0.375454, 1.406902), - normal: (-0.848349, -0.120539, 0.515533), }, - Vertex { position: (-1.950547, -0.275573, 1.377028), - normal: (-0.563128, 0.005618, 0.826351), }, - Vertex { position: (-1.950547, -0.275573, 1.377028), - normal: (-0.563128, 0.005618, 0.826351), }, - Vertex { position: (-2.187634, -0.375454, 1.406902), - normal: (-0.848349, -0.120539, 0.515533), }, - Vertex { position: (-2.276341, -0.689823, 1.268026), - normal: (-0.880002, -0.033987, 0.473752), }, - Vertex { position: (-1.950547, -0.275573, 1.377028), - normal: (-0.563128, 0.005618, 0.826351), }, - Vertex { position: (-2.276341, -0.689823, 1.268026), - normal: (-0.880002, -0.033987, 0.473752), }, - Vertex { position: (-2.033655, -0.526012, 1.277639), - normal: (-0.596319, -0.021767, 0.802452), }, - Vertex { position: (-2.033655, -0.526012, 1.277639), - normal: (-0.596319, -0.021767, 0.802452), }, - Vertex { position: (-2.276341, -0.689823, 1.268026), - normal: (-0.880002, -0.033987, 0.473752), }, - Vertex { position: (-2.292049, -0.933921, 1.128136), - normal: (-0.870332, 0.069095, 0.487595), }, - Vertex { position: (-2.033655, -0.526012, 1.277639), - normal: (-0.596319, -0.021767, 0.802452), }, - Vertex { position: (-2.292049, -0.933921, 1.128136), - normal: (-0.870332, 0.069095, 0.487595), }, - Vertex { position: (-2.050292, -0.755566, 1.114167), - normal: (-0.626255, -0.080061, 0.775497), }, - Vertex { position: (-2.050292, -0.755566, 1.114167), - normal: (-0.626255, -0.080061, 0.775497), }, - Vertex { position: (-2.292049, -0.933921, 1.128136), - normal: (-0.870332, 0.069095, 0.487595), }, - Vertex { position: (-2.299356, -1.025449, 1.044687), - normal: (0.074896, 0.047734, 0.996048), }, - Vertex { position: (-2.050292, -0.755566, 1.114167), - normal: (-0.626255, -0.080061, 0.775497), }, - Vertex { position: (-2.299356, -1.025449, 1.044687), - normal: (0.074896, 0.047734, 0.996048), }, - Vertex { position: (-2.043593, -0.875823, 1.028879), - normal: (-0.6343, -0.110875, 0.765095), }, - Vertex { position: (-2.043593, -0.875823, 1.028879), - normal: (-0.6343, -0.110875, 0.765095), }, - Vertex { position: (-2.299356, -1.025449, 1.044687), - normal: (0.074896, 0.047734, 0.996048), }, - Vertex { position: (-2.306662, -1.116976, 0.961238), - normal: (-0.822733, 0.223687, 0.522565), }, - Vertex { position: (-2.043593, -0.875823, 1.028879), - normal: (-0.6343, -0.110875, 0.765095), }, - Vertex { position: (-2.306662, -1.116976, 0.961238), - normal: (-0.822733, 0.223687, 0.522565), }, - Vertex { position: (-2.033406, -0.91003, 0.96422), - normal: (-0.619245, -0.050391, 0.783579), }, - Vertex { position: (-2.057387, 1.841308, 0.0), - normal: (0.181762, -0.983343, 0.0), }, - Vertex { position: (-2.629466, 1.918204, 0.0), - normal: (0.03611, 0.999348, 0.0), }, - Vertex { position: (-2.672899, 1.90511, 0.067168), - normal: (-0.946902, -0.290276, -0.138264), }, - Vertex { position: (-2.057387, 1.841308, 0.0), - normal: (0.181762, -0.983343, 0.0), }, - Vertex { position: (-2.672899, 1.90511, 0.067168), - normal: (-0.946902, -0.290276, -0.138264), }, - Vertex { position: (-2.079597, 1.817785, 0.138375), - normal: (-0.549206, 0.149158, 0.822268), }, - Vertex { position: (-2.079597, 1.817785, 0.138375), - normal: (-0.549206, 0.149158, 0.822268), }, - Vertex { position: (-2.672899, 1.90511, 0.067168), - normal: (-0.946902, -0.290276, -0.138264), }, - Vertex { position: (-2.697367, 1.871291, 0.218796), - normal: (-0.982633, -0.14343, -0.11773), }, - Vertex { position: (-2.079597, 1.817785, 0.138375), - normal: (-0.549206, 0.149158, 0.822268), }, - Vertex { position: (-2.697367, 1.871291, 0.218796), - normal: (-0.982633, -0.14343, -0.11773), }, - Vertex { position: (-2.10017, 1.78998, 0.229245), - normal: (-0.881408, 0.44424, 0.16053), }, - Vertex { position: (-2.10017, 1.78998, 0.229245), - normal: (-0.881408, 0.44424, 0.16053), }, - Vertex { position: (-2.697367, 1.871291, 0.218796), - normal: (-0.982633, -0.14343, -0.11773), }, - Vertex { position: (-2.703112, 1.825435, 0.395127), - normal: (-0.995584, -0.070631, -0.061842), }, - Vertex { position: (-2.10017, 1.78998, 0.229245), - normal: (-0.881408, 0.44424, 0.16053), }, - Vertex { position: (-2.703112, 1.825435, 0.395127), - normal: (-0.995584, -0.070631, -0.061842), }, - Vertex { position: (-2.137524, 1.753182, 0.433142), - normal: (-0.881352, 0.261345, 0.393596), }, - Vertex { position: (-2.137524, 1.753182, 0.433142), - normal: (-0.881352, 0.261345, 0.393596), }, - Vertex { position: (-2.703112, 1.825435, 0.395127), - normal: (-0.995584, -0.070631, -0.061842), }, - Vertex { position: (-2.715246, 1.746763, 0.604653), - normal: (-0.997475, -0.070819, -0.005318), }, - Vertex { position: (-2.137524, 1.753182, 0.433142), - normal: (-0.881352, 0.261345, 0.393596), }, - Vertex { position: (-2.715246, 1.746763, 0.604653), - normal: (-0.997475, -0.070819, -0.005318), }, - Vertex { position: (-2.172139, 1.62301, 0.805318), - normal: (-0.880731, 0.130088, 0.4554), }, - Vertex { position: (-2.172139, 1.62301, 0.805318), - normal: (-0.880731, 0.130088, 0.4554), }, - Vertex { position: (-2.715246, 1.746763, 0.604653), - normal: (-0.997475, -0.070819, -0.005318), }, - Vertex { position: (-2.71748, 1.576797, 0.875971), - normal: (-0.980175, -0.184883, -0.071243), }, - Vertex { position: (-2.172139, 1.62301, 0.805318), - normal: (-0.880731, 0.130088, 0.4554), }, - Vertex { position: (-2.71748, 1.576797, 0.875971), - normal: (-0.980175, -0.184883, -0.071243), }, - Vertex { position: (-2.205791, 1.356023, 1.081662), - normal: (-0.874101, 0.053175, 0.482825), }, - Vertex { position: (-2.205791, 1.356023, 1.081662), - normal: (-0.874101, 0.053175, 0.482825), }, - Vertex { position: (-2.71748, 1.576797, 0.875971), - normal: (-0.980175, -0.184883, -0.071243), }, - Vertex { position: (-2.68493, 1.262021, 1.11049), - normal: (-0.976177, -0.17359, -0.130171), }, - Vertex { position: (-2.205791, 1.356023, 1.081662), - normal: (-0.874101, 0.053175, 0.482825), }, - Vertex { position: (-2.68493, 1.262021, 1.11049), - normal: (-0.976177, -0.17359, -0.130171), }, - Vertex { position: (-2.296056, 1.06281, 1.171139), - normal: (-0.875552, 0.01506, 0.482889), }, - Vertex { position: (-2.296056, 1.06281, 1.171139), - normal: (-0.875552, 0.01506, 0.482889), }, - Vertex { position: (-2.68493, 1.262021, 1.11049), - normal: (-0.976177, -0.17359, -0.130171), }, - Vertex { position: (-2.572286, 0.835495, 1.252192), - normal: (-0.984416, -0.175855, 0.000915), }, - Vertex { position: (-2.296056, 1.06281, 1.171139), - normal: (-0.875552, 0.01506, 0.482889), }, - Vertex { position: (-2.572286, 0.835495, 1.252192), - normal: (-0.984416, -0.175855, 0.000915), }, - Vertex { position: (-2.298249, 0.768333, 1.203884), - normal: (-0.86587, -0.001845, 0.500266), }, - Vertex { position: (-2.298249, 0.768333, 1.203884), - normal: (-0.86587, -0.001845, 0.500266), }, - Vertex { position: (-2.572286, 0.835495, 1.252192), - normal: (-0.984416, -0.175855, 0.000915), }, - Vertex { position: (-2.536112, 0.656633, 1.269661), - normal: (-0.977902, -0.171035, 0.12023), }, - Vertex { position: (-2.298249, 0.768333, 1.203884), - normal: (-0.86587, -0.001845, 0.500266), }, - Vertex { position: (-2.536112, 0.656633, 1.269661), - normal: (-0.977902, -0.171035, 0.12023), }, - Vertex { position: (-2.256285, 0.547326, 1.238301), - normal: (-0.84112, -0.026303, 0.540209), }, - Vertex { position: (-2.256285, 0.547326, 1.238301), - normal: (-0.84112, -0.026303, 0.540209), }, - Vertex { position: (-2.536112, 0.656633, 1.269661), - normal: (-0.977902, -0.171035, 0.12023), }, - Vertex { position: (-2.520947, 0.559036, 1.273617), - normal: (-0.964119, -0.189683, 0.18573), }, - Vertex { position: (-2.256285, 0.547326, 1.238301), - normal: (-0.84112, -0.026303, 0.540209), }, - Vertex { position: (-2.520947, 0.559036, 1.273617), - normal: (-0.964119, -0.189683, 0.18573), }, - Vertex { position: (-2.1584, 0.381542, 1.272962), - normal: (-0.813168, -0.06637, 0.578232), }, - Vertex { position: (-2.1584, 0.381542, 1.272962), - normal: (-0.813168, -0.06637, 0.578232), }, - Vertex { position: (-2.520947, 0.559036, 1.273617), - normal: (-0.964119, -0.189683, 0.18573), }, - Vertex { position: (-2.47375, 0.300945, 1.316695), - normal: (-0.955381, -0.23808, 0.174826), }, - Vertex { position: (-2.1584, 0.381542, 1.272962), - normal: (-0.813168, -0.06637, 0.578232), }, - Vertex { position: (-2.47375, 0.300945, 1.316695), - normal: (-0.955381, -0.23808, 0.174826), }, - Vertex { position: (-2.070413, 0.207766, 1.335106), - normal: (-0.799953, -0.096213, 0.592299), }, - Vertex { position: (-2.070413, 0.207766, 1.335106), - normal: (-0.799953, -0.096213, 0.592299), }, - Vertex { position: (-2.47375, 0.300945, 1.316695), - normal: (-0.955381, -0.23808, 0.174826), }, - Vertex { position: (-2.433366, 0.078222, 1.371269), - normal: (-0.843742, -0.096325, 0.528036), }, - Vertex { position: (-2.070413, 0.207766, 1.335106), - normal: (-0.799953, -0.096213, 0.592299), }, - Vertex { position: (-2.433366, 0.078222, 1.371269), - normal: (-0.843742, -0.096325, 0.528036), }, - Vertex { position: (-2.064786, 0.018789, 1.411866), - normal: (-0.811102, -0.12903, 0.570495), }, - Vertex { position: (-2.064786, 0.018789, 1.411866), - normal: (-0.811102, -0.12903, 0.570495), }, - Vertex { position: (-2.433366, 0.078222, 1.371269), - normal: (-0.843742, -0.096325, 0.528036), }, - Vertex { position: (-2.41473, -0.108377, 1.395384), - normal: (0.028952, -0.016247, 0.999449), }, - Vertex { position: (-2.064786, 0.018789, 1.411866), - normal: (-0.811102, -0.12903, 0.570495), }, - Vertex { position: (-2.41473, -0.108377, 1.395384), - normal: (0.028952, -0.016247, 0.999449), }, - Vertex { position: (-2.187634, -0.375454, 1.406902), - normal: (-0.848349, -0.120539, 0.515533), }, - Vertex { position: (-2.187634, -0.375454, 1.406902), - normal: (-0.848349, -0.120539, 0.515533), }, - Vertex { position: (-2.41473, -0.108377, 1.395384), - normal: (0.028952, -0.016247, 0.999449), }, - Vertex { position: (-2.38292, -0.41745, 1.375045), - normal: (0.093953, -0.049433, 0.994349), }, - Vertex { position: (-2.187634, -0.375454, 1.406902), - normal: (-0.848349, -0.120539, 0.515533), }, - Vertex { position: (-2.38292, -0.41745, 1.375045), - normal: (0.093953, -0.049433, 0.994349), }, - Vertex { position: (-2.276341, -0.689823, 1.268026), - normal: (-0.880002, -0.033987, 0.473752), }, - Vertex { position: (-2.276341, -0.689823, 1.268026), - normal: (-0.880002, -0.033987, 0.473752), }, - Vertex { position: (-2.38292, -0.41745, 1.375045), - normal: (0.093953, -0.049433, 0.994349), }, - Vertex { position: (-2.430508, -0.822313, 1.254486), - normal: (0.335613, -0.388493, 0.858159), }, - Vertex { position: (-2.276341, -0.689823, 1.268026), - normal: (-0.880002, -0.033987, 0.473752), }, - Vertex { position: (-2.430508, -0.822313, 1.254486), - normal: (0.335613, -0.388493, 0.858159), }, - Vertex { position: (-2.292049, -0.933921, 1.128136), - normal: (-0.870332, 0.069095, 0.487595), }, - Vertex { position: (-2.292049, -0.933921, 1.128136), - normal: (-0.870332, 0.069095, 0.487595), }, - Vertex { position: (-2.430508, -0.822313, 1.254486), - normal: (0.335613, -0.388493, 0.858159), }, - Vertex { position: (-2.566746, -1.211312, 1.167101), - normal: (-0.004413, -0.170526, 0.985343), }, - Vertex { position: (-2.292049, -0.933921, 1.128136), - normal: (-0.870332, 0.069095, 0.487595), }, - Vertex { position: (-2.566746, -1.211312, 1.167101), - normal: (-0.004413, -0.170526, 0.985343), }, - Vertex { position: (-2.299356, -1.025449, 1.044687), - normal: (0.074896, 0.047734, 0.996048), }, - Vertex { position: (-2.629466, 1.918204, 0.0), - normal: (0.03611, 0.999348, 0.0), }, - Vertex { position: (-3.037562, 2.001526, 0.0), - normal: (0.012502, -0.999922, 0.0), }, - Vertex { position: (-3.053102, 1.96881, 0.051104), - normal: (0.137764, -0.289893, 0.947092), }, - Vertex { position: (-2.629466, 1.918204, 0.0), - normal: (0.03611, 0.999348, 0.0), }, - Vertex { position: (-3.053102, 1.96881, 0.051104), - normal: (0.137764, -0.289893, 0.947092), }, - Vertex { position: (-2.672899, 1.90511, 0.067168), - normal: (-0.946902, -0.290276, -0.138264), }, - Vertex { position: (-2.672899, 1.90511, 0.067168), - normal: (-0.946902, -0.290276, -0.138264), }, - Vertex { position: (-3.053102, 1.96881, 0.051104), - normal: (0.137764, -0.289893, 0.947092), }, - Vertex { position: (-3.077669, 1.871112, 0.217368), - normal: (0.137206, -0.207537, 0.968557), }, - Vertex { position: (-2.672899, 1.90511, 0.067168), - normal: (-0.946902, -0.290276, -0.138264), }, - Vertex { position: (-3.077669, 1.871112, 0.217368), - normal: (0.137206, -0.207537, 0.968557), }, - Vertex { position: (-2.697367, 1.871291, 0.218796), - normal: (-0.982633, -0.14343, -0.11773), }, - Vertex { position: (-2.697367, 1.871291, 0.218796), - normal: (-0.982633, -0.14343, -0.11773), }, - Vertex { position: (-3.077669, 1.871112, 0.217368), - normal: (0.137206, -0.207537, 0.968557), }, - Vertex { position: (-3.07531, 1.846, 0.363149), - normal: (0.094371, -0.230057, 0.968591), }, - Vertex { position: (-2.697367, 1.871291, 0.218796), - normal: (-0.982633, -0.14343, -0.11773), }, - Vertex { position: (-3.07531, 1.846, 0.363149), - normal: (0.094371, -0.230057, 0.968591), }, - Vertex { position: (-2.703112, 1.825435, 0.395127), - normal: (-0.995584, -0.070631, -0.061842), }, - Vertex { position: (-2.703112, 1.825435, 0.395127), - normal: (-0.995584, -0.070631, -0.061842), }, - Vertex { position: (-3.07531, 1.846, 0.363149), - normal: (0.094371, -0.230057, 0.968591), }, - Vertex { position: (-3.109047, 1.789477, 0.565323), - normal: (-0.201818, -0.568242, 0.797728), }, - Vertex { position: (-2.703112, 1.825435, 0.395127), - normal: (-0.995584, -0.070631, -0.061842), }, - Vertex { position: (-3.109047, 1.789477, 0.565323), - normal: (-0.201818, -0.568242, 0.797728), }, - Vertex { position: (-2.715246, 1.746763, 0.604653), - normal: (-0.997475, -0.070819, -0.005318), }, - Vertex { position: (-2.715246, 1.746763, 0.604653), - normal: (-0.997475, -0.070819, -0.005318), }, - Vertex { position: (-3.109047, 1.789477, 0.565323), - normal: (-0.201818, -0.568242, 0.797728), }, - Vertex { position: (-3.08565, 1.65734, 0.784479), - normal: (0.357021, -0.590654, 0.723646), }, - Vertex { position: (-2.715246, 1.746763, 0.604653), - normal: (-0.997475, -0.070819, -0.005318), }, - Vertex { position: (-3.08565, 1.65734, 0.784479), - normal: (0.357021, -0.590654, 0.723646), }, - Vertex { position: (-2.71748, 1.576797, 0.875971), - normal: (-0.980175, -0.184883, -0.071243), }, - Vertex { position: (-2.71748, 1.576797, 0.875971), - normal: (-0.980175, -0.184883, -0.071243), }, - Vertex { position: (-3.08565, 1.65734, 0.784479), - normal: (0.357021, -0.590654, 0.723646), }, - Vertex { position: (-3.028932, 1.461517, 0.941324), - normal: (0.008663, -0.516082, 0.856495), }, - Vertex { position: (-2.71748, 1.576797, 0.875971), - normal: (-0.980175, -0.184883, -0.071243), }, - Vertex { position: (-3.028932, 1.461517, 0.941324), - normal: (0.008663, -0.516082, 0.856495), }, - Vertex { position: (-2.68493, 1.262021, 1.11049), - normal: (-0.976177, -0.17359, -0.130171), }, - Vertex { position: (-2.68493, 1.262021, 1.11049), - normal: (-0.976177, -0.17359, -0.130171), }, - Vertex { position: (-3.028932, 1.461517, 0.941324), - normal: (0.008663, -0.516082, 0.856495), }, - Vertex { position: (-2.930312, 1.10358, 1.125876), - normal: (0.106237, -0.558927, 0.822383), }, - Vertex { position: (-2.68493, 1.262021, 1.11049), - normal: (-0.976177, -0.17359, -0.130171), }, - Vertex { position: (-2.930312, 1.10358, 1.125876), - normal: (0.106237, -0.558927, 0.822383), }, - Vertex { position: (-2.572286, 0.835495, 1.252192), - normal: (-0.984416, -0.175855, 0.000915), }, - Vertex { position: (-2.572286, 0.835495, 1.252192), - normal: (-0.984416, -0.175855, 0.000915), }, - Vertex { position: (-2.930312, 1.10358, 1.125876), - normal: (0.106237, -0.558927, 0.822383), }, - Vertex { position: (-2.825835, 0.755899, 1.209042), - normal: (0.155794, -0.590112, 0.792146), }, - Vertex { position: (-2.572286, 0.835495, 1.252192), - normal: (-0.984416, -0.175855, 0.000915), }, - Vertex { position: (-2.825835, 0.755899, 1.209042), - normal: (0.155794, -0.590112, 0.792146), }, - Vertex { position: (-2.536112, 0.656633, 1.269661), - normal: (-0.977902, -0.171035, 0.12023), }, - Vertex { position: (-2.536112, 0.656633, 1.269661), - normal: (-0.977902, -0.171035, 0.12023), }, - Vertex { position: (-2.825835, 0.755899, 1.209042), - normal: (0.155794, -0.590112, 0.792146), }, - Vertex { position: (-2.79063, 0.46881, 1.224273), - normal: (0.08565, -0.422547, 0.902285), }, - Vertex { position: (-2.536112, 0.656633, 1.269661), - normal: (-0.977902, -0.171035, 0.12023), }, - Vertex { position: (-2.79063, 0.46881, 1.224273), - normal: (0.08565, -0.422547, 0.902285), }, - Vertex { position: (-2.520947, 0.559036, 1.273617), - normal: (-0.964119, -0.189683, 0.18573), }, - Vertex { position: (-2.520947, 0.559036, 1.273617), - normal: (-0.964119, -0.189683, 0.18573), }, - Vertex { position: (-2.79063, 0.46881, 1.224273), - normal: (0.08565, -0.422547, 0.902285), }, - Vertex { position: (-2.787011, 0.264495, 1.237352), - normal: (0.161064, -0.731195, 0.662882), }, - Vertex { position: (-2.520947, 0.559036, 1.273617), - normal: (-0.964119, -0.189683, 0.18573), }, - Vertex { position: (-2.787011, 0.264495, 1.237352), - normal: (0.161064, -0.731195, 0.662882), }, - Vertex { position: (-2.47375, 0.300945, 1.316695), - normal: (-0.955381, -0.23808, 0.174826), }, - Vertex { position: (-2.47375, 0.300945, 1.316695), - normal: (-0.955381, -0.23808, 0.174826), }, - Vertex { position: (-2.787011, 0.264495, 1.237352), - normal: (0.161064, -0.731195, 0.662882), }, - Vertex { position: (-2.687022, 0.076781, 1.290565), - normal: (0.121987, -0.426327, 0.896306), }, - Vertex { position: (-2.47375, 0.300945, 1.316695), - normal: (-0.955381, -0.23808, 0.174826), }, - Vertex { position: (-2.687022, 0.076781, 1.290565), - normal: (0.121987, -0.426327, 0.896306), }, - Vertex { position: (-2.433366, 0.078222, 1.371269), - normal: (-0.843742, -0.096325, 0.528036), }, - Vertex { position: (-2.433366, 0.078222, 1.371269), - normal: (-0.843742, -0.096325, 0.528036), }, - Vertex { position: (-2.687022, 0.076781, 1.290565), - normal: (0.121987, -0.426327, 0.896306), }, - Vertex { position: (-2.649338, -0.241719, 1.339644), - normal: (0.215155, -0.464575, 0.858999), }, - Vertex { position: (-2.433366, 0.078222, 1.371269), - normal: (-0.843742, -0.096325, 0.528036), }, - Vertex { position: (-2.649338, -0.241719, 1.339644), - normal: (0.215155, -0.464575, 0.858999), }, - Vertex { position: (-2.41473, -0.108377, 1.395384), - normal: (0.028952, -0.016247, 0.999449), }, - Vertex { position: (-2.41473, -0.108377, 1.395384), - normal: (0.028952, -0.016247, 0.999449), }, - Vertex { position: (-2.649338, -0.241719, 1.339644), - normal: (0.215155, -0.464575, 0.858999), }, - Vertex { position: (-2.616467, -0.511373, 1.344133), - normal: (-0.11636, -0.749063, 0.652201), }, - Vertex { position: (-2.41473, -0.108377, 1.395384), - normal: (0.028952, -0.016247, 0.999449), }, - Vertex { position: (-2.616467, -0.511373, 1.344133), - normal: (-0.11636, -0.749063, 0.652201), }, - Vertex { position: (-2.38292, -0.41745, 1.375045), - normal: (0.093953, -0.049433, 0.994349), }, - Vertex { position: (-2.38292, -0.41745, 1.375045), - normal: (0.093953, -0.049433, 0.994349), }, - Vertex { position: (-2.616467, -0.511373, 1.344133), - normal: (-0.11636, -0.749063, 0.652201), }, - Vertex { position: (-2.624856, -0.8882, 1.261176), - normal: (0.162276, -0.745105, 0.646905), }, - Vertex { position: (-2.38292, -0.41745, 1.375045), - normal: (0.093953, -0.049433, 0.994349), }, - Vertex { position: (-2.624856, -0.8882, 1.261176), - normal: (0.162276, -0.745105, 0.646905), }, - Vertex { position: (-2.430508, -0.822313, 1.254486), - normal: (0.335613, -0.388493, 0.858159), }, - Vertex { position: (-2.430508, -0.822313, 1.254486), - normal: (0.335613, -0.388493, 0.858159), }, - Vertex { position: (-2.624856, -0.8882, 1.261176), - normal: (0.162276, -0.745105, 0.646905), }, - Vertex { position: (-2.725776, -1.214862, 1.190384), - normal: (-0.351476, -0.711504, 0.608463), }, - Vertex { position: (-2.430508, -0.822313, 1.254486), - normal: (0.335613, -0.388493, 0.858159), }, - Vertex { position: (-2.725776, -1.214862, 1.190384), - normal: (-0.351476, -0.711504, 0.608463), }, - Vertex { position: (-2.566746, -1.211312, 1.167101), - normal: (-0.004413, -0.170526, 0.985343), }, - Vertex { position: (-2.566746, -1.211312, 1.167101), - normal: (-0.004413, -0.170526, 0.985343), }, - Vertex { position: (-2.725776, -1.214862, 1.190384), - normal: (-0.351476, -0.711504, 0.608463), }, - Vertex { position: (-2.862576, -1.546894, 1.117139), - normal: (-0.149005, -0.65467, 0.741084), }, - Vertex { position: (-2.566746, -1.211312, 1.167101), - normal: (-0.004413, -0.170526, 0.985343), }, - Vertex { position: (-2.862576, -1.546894, 1.117139), - normal: (-0.149005, -0.65467, 0.741084), }, - Vertex { position: (-2.765069, -1.561164, 1.084313), - normal: (0.095733, -0.224552, 0.969748), }, - Vertex { position: (-3.392806, 1.769365, 0.0), - normal: (0.072535, 0.997366, 0.0), }, - Vertex { position: (-3.507689, 1.700214, 0.0), - normal: (-0.153783, -0.988105, 0.0), }, - Vertex { position: (-3.519716, 1.685231, 0.31713), - normal: (0.048753, -0.975535, 0.21437), }, - Vertex { position: (-3.392806, 1.769365, 0.0), - normal: (0.072535, 0.997366, 0.0), }, - Vertex { position: (-3.519716, 1.685231, 0.31713), - normal: (0.048753, -0.975535, 0.21437), }, - Vertex { position: (-3.35851, 1.810253, 0.380095), - normal: (-0.468954, -0.586277, 0.660577), }, - Vertex { position: (-3.35851, 1.810253, 0.380095), - normal: (-0.468954, -0.586277, 0.660577), }, - Vertex { position: (-3.519716, 1.685231, 0.31713), - normal: (0.048753, -0.975535, 0.21437), }, - Vertex { position: (-3.527168, 1.583508, 0.512679), - normal: (-0.177142, -0.976279, 0.124502), }, - Vertex { position: (-3.35851, 1.810253, 0.380095), - normal: (-0.468954, -0.586277, 0.660577), }, - Vertex { position: (-3.527168, 1.583508, 0.512679), - normal: (-0.177142, -0.976279, 0.124502), }, - Vertex { position: (-3.395381, 1.726325, 0.55477), - normal: (-0.150892, -0.83775, 0.524792), }, - Vertex { position: (-3.395381, 1.726325, 0.55477), - normal: (-0.150892, -0.83775, 0.524792), }, - Vertex { position: (-3.527168, 1.583508, 0.512679), - normal: (-0.177142, -0.976279, 0.124502), }, - Vertex { position: (-3.512997, 1.44805, 0.611386), - normal: (0.430742, -0.887318, 0.164705), }, - Vertex { position: (-3.395381, 1.726325, 0.55477), - normal: (-0.150892, -0.83775, 0.524792), }, - Vertex { position: (-3.512997, 1.44805, 0.611386), - normal: (0.430742, -0.887318, 0.164705), }, - Vertex { position: (-3.338742, 1.598933, 0.689636), - normal: (-0.4144, -0.844957, 0.338113), }, - Vertex { position: (-3.338742, 1.598933, 0.689636), - normal: (-0.4144, -0.844957, 0.338113), }, - Vertex { position: (-3.512997, 1.44805, 0.611386), - normal: (0.430742, -0.887318, 0.164705), }, - Vertex { position: (-3.476235, 1.287798, 0.704766), - normal: (0.35682, -0.781398, 0.511954), }, - Vertex { position: (-3.338742, 1.598933, 0.689636), - normal: (-0.4144, -0.844957, 0.338113), }, - Vertex { position: (-3.476235, 1.287798, 0.704766), - normal: (0.35682, -0.781398, 0.511954), }, - Vertex { position: (-3.27808, 1.432418, 0.853958), - normal: (-0.176655, -0.950799, 0.254508), }, - Vertex { position: (-3.27808, 1.432418, 0.853958), - normal: (-0.176655, -0.950799, 0.254508), }, - Vertex { position: (-3.476235, 1.287798, 0.704766), - normal: (0.35682, -0.781398, 0.511954), }, - Vertex { position: (-3.442151, 1.105486, 0.762934), - normal: (0.493535, -0.729115, 0.474147), }, - Vertex { position: (-3.27808, 1.432418, 0.853958), - normal: (-0.176655, -0.950799, 0.254508), }, - Vertex { position: (-3.442151, 1.105486, 0.762934), - normal: (0.493535, -0.729115, 0.474147), }, - Vertex { position: (-3.244771, 1.19554, 0.910945), - normal: (-0.079302, -0.84299, 0.532051), }, - Vertex { position: (-3.244771, 1.19554, 0.910945), - normal: (-0.079302, -0.84299, 0.532051), }, - Vertex { position: (-3.442151, 1.105486, 0.762934), - normal: (0.493535, -0.729115, 0.474147), }, - Vertex { position: (-3.379131, 0.767915, 0.885996), - normal: (0.04422, -0.704109, 0.708714), }, - Vertex { position: (-3.244771, 1.19554, 0.910945), - normal: (-0.079302, -0.84299, 0.532051), }, - Vertex { position: (-3.379131, 0.767915, 0.885996), - normal: (0.04422, -0.704109, 0.708714), }, - Vertex { position: (-3.19641, 0.797564, 0.985913), - normal: (-0.094238, -0.851252, 0.516225), }, - Vertex { position: (-3.19641, 0.797564, 0.985913), - normal: (-0.094238, -0.851252, 0.516225), }, - Vertex { position: (-3.379131, 0.767915, 0.885996), - normal: (0.04422, -0.704109, 0.708714), }, - Vertex { position: (-3.306875, 0.379713, 0.98762), - normal: (0.083262, -0.787311, 0.610908), }, - Vertex { position: (-3.19641, 0.797564, 0.985913), - normal: (-0.094238, -0.851252, 0.516225), }, - Vertex { position: (-3.306875, 0.379713, 0.98762), - normal: (0.083262, -0.787311, 0.610908), }, - Vertex { position: (-3.112555, 0.457376, 1.084816), - normal: (0.152347, -0.821467, 0.549529), }, - Vertex { position: (-3.112555, 0.457376, 1.084816), - normal: (0.152347, -0.821467, 0.549529), }, - Vertex { position: (-3.306875, 0.379713, 0.98762), - normal: (0.083262, -0.787311, 0.610908), }, - Vertex { position: (-3.251181, 0.175063, 1.053445), - normal: (0.170756, -0.748007, 0.641349), }, - Vertex { position: (-3.112555, 0.457376, 1.084816), - normal: (0.152347, -0.821467, 0.549529), }, - Vertex { position: (-3.251181, 0.175063, 1.053445), - normal: (0.170756, -0.748007, 0.641349), }, - Vertex { position: (-3.044646, 0.224321, 1.164934), - normal: (-0.279342, -0.940234, 0.19475), }, - Vertex { position: (-3.044646, 0.224321, 1.164934), - normal: (-0.279342, -0.940234, 0.19475), }, - Vertex { position: (-3.251181, 0.175063, 1.053445), - normal: (0.170756, -0.748007, 0.641349), }, - Vertex { position: (-3.160225, -0.018852, 1.113626), - normal: (0.64791, -0.754869, -0.101908), }, - Vertex { position: (-3.044646, 0.224321, 1.164934), - normal: (-0.279342, -0.940234, 0.19475), }, - Vertex { position: (-3.160225, -0.018852, 1.113626), - normal: (0.64791, -0.754869, -0.101908), }, - Vertex { position: (-2.971546, 0.032038, 1.215971), - normal: (-0.198045, -0.959194, 0.201804), }, - Vertex { position: (-2.971546, 0.032038, 1.215971), - normal: (-0.198045, -0.959194, 0.201804), }, - Vertex { position: (-3.160225, -0.018852, 1.113626), - normal: (0.64791, -0.754869, -0.101908), }, - Vertex { position: (-3.101125, -0.35476, 1.162409), - normal: (0.381337, -0.795981, 0.470103), }, - Vertex { position: (-2.971546, 0.032038, 1.215971), - normal: (-0.198045, -0.959194, 0.201804), }, - Vertex { position: (-3.101125, -0.35476, 1.162409), - normal: (0.381337, -0.795981, 0.470103), }, - Vertex { position: (-2.90708, -0.345582, 1.281557), - normal: (-0.171647, -0.971664, 0.162499), }, - Vertex { position: (-2.90708, -0.345582, 1.281557), - normal: (-0.171647, -0.971664, 0.162499), }, - Vertex { position: (-3.101125, -0.35476, 1.162409), - normal: (0.381337, -0.795981, 0.470103), }, - Vertex { position: (-3.096267, -0.6681, 1.140081), - normal: (0.183908, -0.773381, 0.606679), }, - Vertex { position: (-2.90708, -0.345582, 1.281557), - normal: (-0.171647, -0.971664, 0.162499), }, - Vertex { position: (-3.096267, -0.6681, 1.140081), - normal: (0.183908, -0.773381, 0.606679), }, - Vertex { position: (-2.901159, -0.619504, 1.284058), - normal: (-0.403877, -0.879274, 0.252509), }, - Vertex { position: (-2.901159, -0.619504, 1.284058), - normal: (-0.403877, -0.879274, 0.252509), }, - Vertex { position: (-3.096267, -0.6681, 1.140081), - normal: (0.183908, -0.773381, 0.606679), }, - Vertex { position: (-3.122061, -0.998702, 1.065015), - normal: (0.018755, -0.837462, 0.546174), }, - Vertex { position: (-2.901159, -0.619504, 1.284058), - normal: (-0.403877, -0.879274, 0.252509), }, - Vertex { position: (-3.122061, -0.998702, 1.065015), - normal: (0.018755, -0.837462, 0.546174), }, - Vertex { position: (-2.937658, -1.002749, 1.219413), - normal: (-0.040019, -0.929968, 0.365457), }, - Vertex { position: (-2.937658, -1.002749, 1.219413), - normal: (-0.040019, -0.929968, 0.365457), }, - Vertex { position: (-3.122061, -0.998702, 1.065015), - normal: (0.018755, -0.837462, 0.546174), }, - Vertex { position: (-3.15021, -1.259588, 1.001021), - normal: (-0.094688, -0.959937, 0.263734), }, - Vertex { position: (-2.937658, -1.002749, 1.219413), - normal: (-0.040019, -0.929968, 0.365457), }, - Vertex { position: (-3.15021, -1.259588, 1.001021), - normal: (-0.094688, -0.959937, 0.263734), }, - Vertex { position: (-2.982676, -1.264649, 1.133596), - normal: (-0.299215, -0.929389, 0.216115), }, - Vertex { position: (-2.982676, -1.264649, 1.133596), - normal: (-0.299215, -0.929389, 0.216115), }, - Vertex { position: (-3.15021, -1.259588, 1.001021), - normal: (-0.094688, -0.959937, 0.263734), }, - Vertex { position: (-3.188954, -1.408279, 0.963611), - normal: (0.059023, -0.965365, 0.25414), }, - Vertex { position: (-2.982676, -1.264649, 1.133596), - normal: (-0.299215, -0.929389, 0.216115), }, - Vertex { position: (-3.188954, -1.408279, 0.963611), - normal: (0.059023, -0.965365, 0.25414), }, - Vertex { position: (-3.063133, -1.440555, 1.090926), - normal: (-0.18119, -0.970212, 0.160805), }, - Vertex { position: (-3.507689, 1.700214, 0.0), - normal: (-0.153783, -0.988105, 0.0), }, - Vertex { position: (-3.690685, 1.60208, 0.0), - normal: (-0.626255, -0.080061, -0.775497), }, - Vertex { position: (-3.734989, 1.589433, 0.295202), - normal: (0.49176, -0.810764, 0.317543), }, - Vertex { position: (-3.507689, 1.700214, 0.0), - normal: (-0.153783, -0.988105, 0.0), }, - Vertex { position: (-3.734989, 1.589433, 0.295202), - normal: (0.49176, -0.810764, 0.317543), }, - Vertex { position: (-3.519716, 1.685231, 0.31713), - normal: (0.048753, -0.975535, 0.21437), }, - Vertex { position: (-3.519716, 1.685231, 0.31713), - normal: (0.048753, -0.975535, 0.21437), }, - Vertex { position: (-3.734989, 1.589433, 0.295202), - normal: (0.49176, -0.810764, 0.317543), }, - Vertex { position: (-3.697974, 1.466697, 0.433432), - normal: (0.43907, -0.579988, 0.686172), }, - Vertex { position: (-3.519716, 1.685231, 0.31713), - normal: (0.048753, -0.975535, 0.21437), }, - Vertex { position: (-3.697974, 1.466697, 0.433432), - normal: (0.43907, -0.579988, 0.686172), }, - Vertex { position: (-3.527168, 1.583508, 0.512679), - normal: (-0.177142, -0.976279, 0.124502), }, - Vertex { position: (-3.527168, 1.583508, 0.512679), - normal: (-0.177142, -0.976279, 0.124502), }, - Vertex { position: (-3.697974, 1.466697, 0.433432), - normal: (0.43907, -0.579988, 0.686172), }, - Vertex { position: (-3.684619, 1.35069, 0.501428), - normal: (0.099157, -0.476834, 0.873383), }, - Vertex { position: (-3.527168, 1.583508, 0.512679), - normal: (-0.177142, -0.976279, 0.124502), }, - Vertex { position: (-3.684619, 1.35069, 0.501428), - normal: (0.099157, -0.476834, 0.873383), }, - Vertex { position: (-3.512997, 1.44805, 0.611386), - normal: (0.430742, -0.887318, 0.164705), }, - Vertex { position: (-3.512997, 1.44805, 0.611386), - normal: (0.430742, -0.887318, 0.164705), }, - Vertex { position: (-3.684619, 1.35069, 0.501428), - normal: (0.099157, -0.476834, 0.873383), }, - Vertex { position: (-3.655148, 1.190938, 0.573692), - normal: (-0.073547, -0.481419, 0.8734), }, - Vertex { position: (-3.512997, 1.44805, 0.611386), - normal: (0.430742, -0.887318, 0.164705), }, - Vertex { position: (-3.655148, 1.190938, 0.573692), - normal: (-0.073547, -0.481419, 0.8734), }, - Vertex { position: (-3.476235, 1.287798, 0.704766), - normal: (0.35682, -0.781398, 0.511954), }, - Vertex { position: (-3.476235, 1.287798, 0.704766), - normal: (0.35682, -0.781398, 0.511954), }, - Vertex { position: (-3.655148, 1.190938, 0.573692), - normal: (-0.073547, -0.481419, 0.8734), }, - Vertex { position: (-3.639878, 1.015186, 0.615203), - normal: (-0.147229, -0.706225, 0.69251), }, - Vertex { position: (-3.476235, 1.287798, 0.704766), - normal: (0.35682, -0.781398, 0.511954), }, - Vertex { position: (-3.639878, 1.015186, 0.615203), - normal: (-0.147229, -0.706225, 0.69251), }, - Vertex { position: (-3.442151, 1.105486, 0.762934), - normal: (0.493535, -0.729115, 0.474147), }, - Vertex { position: (-3.442151, 1.105486, 0.762934), - normal: (0.493535, -0.729115, 0.474147), }, - Vertex { position: (-3.639878, 1.015186, 0.615203), - normal: (-0.147229, -0.706225, 0.69251), }, - Vertex { position: (-3.582867, 0.734419, 0.697787), - normal: (0.328487, -0.940917, -0.082286), }, - Vertex { position: (-3.442151, 1.105486, 0.762934), - normal: (0.493535, -0.729115, 0.474147), }, - Vertex { position: (-3.582867, 0.734419, 0.697787), - normal: (0.328487, -0.940917, -0.082286), }, - Vertex { position: (-3.379131, 0.767915, 0.885996), - normal: (0.04422, -0.704109, 0.708714), }, - Vertex { position: (-3.379131, 0.767915, 0.885996), - normal: (0.04422, -0.704109, 0.708714), }, - Vertex { position: (-3.582867, 0.734419, 0.697787), - normal: (0.328487, -0.940917, -0.082286), }, - Vertex { position: (-3.504525, 0.405574, 0.847066), - normal: (-0.319475, -0.944225, 0.079844), }, - Vertex { position: (-3.379131, 0.767915, 0.885996), - normal: (0.04422, -0.704109, 0.708714), }, - Vertex { position: (-3.504525, 0.405574, 0.847066), - normal: (-0.319475, -0.944225, 0.079844), }, - Vertex { position: (-3.306875, 0.379713, 0.98762), - normal: (0.083262, -0.787311, 0.610908), }, - Vertex { position: (-3.306875, 0.379713, 0.98762), - normal: (0.083262, -0.787311, 0.610908), }, - Vertex { position: (-3.504525, 0.405574, 0.847066), - normal: (-0.319475, -0.944225, 0.079844), }, - Vertex { position: (-3.424258, 0.158638, 0.918279), - normal: (-0.393694, -0.919049, -0.018795), }, - Vertex { position: (-3.306875, 0.379713, 0.98762), - normal: (0.083262, -0.787311, 0.610908), }, - Vertex { position: (-3.424258, 0.158638, 0.918279), - normal: (-0.393694, -0.919049, -0.018795), }, - Vertex { position: (-3.251181, 0.175063, 1.053445), - normal: (0.170756, -0.748007, 0.641349), }, - Vertex { position: (-3.251181, 0.175063, 1.053445), - normal: (0.170756, -0.748007, 0.641349), }, - Vertex { position: (-3.424258, 0.158638, 0.918279), - normal: (-0.393694, -0.919049, -0.018795), }, - Vertex { position: (-3.365413, -0.113447, 0.9524), - normal: (-0.327707, -0.94199, -0.072547), }, - Vertex { position: (-3.251181, 0.175063, 1.053445), - normal: (0.170756, -0.748007, 0.641349), }, - Vertex { position: (-3.365413, -0.113447, 0.9524), - normal: (-0.327707, -0.94199, -0.072547), }, - Vertex { position: (-3.160225, -0.018852, 1.113626), - normal: (0.64791, -0.754869, -0.101908), }, - Vertex { position: (-3.160225, -0.018852, 1.113626), - normal: (0.64791, -0.754869, -0.101908), }, - Vertex { position: (-3.365413, -0.113447, 0.9524), - normal: (-0.327707, -0.94199, -0.072547), }, - Vertex { position: (-3.290393, -0.424259, 0.984153), - normal: (-0.163041, -0.980692, -0.107986), }, - Vertex { position: (-3.160225, -0.018852, 1.113626), - normal: (0.64791, -0.754869, -0.101908), }, - Vertex { position: (-3.290393, -0.424259, 0.984153), - normal: (-0.163041, -0.980692, -0.107986), }, - Vertex { position: (-3.101125, -0.35476, 1.162409), - normal: (0.381337, -0.795981, 0.470103), }, - Vertex { position: (-3.101125, -0.35476, 1.162409), - normal: (0.381337, -0.795981, 0.470103), }, - Vertex { position: (-3.290393, -0.424259, 0.984153), - normal: (-0.163041, -0.980692, -0.107986), }, - Vertex { position: (-3.233333, -0.683782, 1.015512), - normal: (0.074429, -0.99521, -0.063385), }, - Vertex { position: (-3.101125, -0.35476, 1.162409), - normal: (0.381337, -0.795981, 0.470103), }, - Vertex { position: (-3.233333, -0.683782, 1.015512), - normal: (0.074429, -0.99521, -0.063385), }, - Vertex { position: (-3.096267, -0.6681, 1.140081), - normal: (0.183908, -0.773381, 0.606679), }, - Vertex { position: (-3.096267, -0.6681, 1.140081), - normal: (0.183908, -0.773381, 0.606679), }, - Vertex { position: (-3.233333, -0.683782, 1.015512), - normal: (0.074429, -0.99521, -0.063385), }, - Vertex { position: (-3.238094, -0.979377, 0.961631), - normal: (-0.012978, -0.998326, -0.056357), }, - Vertex { position: (-3.096267, -0.6681, 1.140081), - normal: (0.183908, -0.773381, 0.606679), }, - Vertex { position: (-3.238094, -0.979377, 0.961631), - normal: (-0.012978, -0.998326, -0.056357), }, - Vertex { position: (-3.122061, -0.998702, 1.065015), - normal: (0.018755, -0.837462, 0.546174), }, - Vertex { position: (-3.122061, -0.998702, 1.065015), - normal: (0.018755, -0.837462, 0.546174), }, - Vertex { position: (-3.238094, -0.979377, 0.961631), - normal: (-0.012978, -0.998326, -0.056357), }, - Vertex { position: (-3.27751, -1.177346, 0.9153), - normal: (0.249604, -0.855993, -0.452741), }, - Vertex { position: (-3.122061, -0.998702, 1.065015), - normal: (0.018755, -0.837462, 0.546174), }, - Vertex { position: (-3.27751, -1.177346, 0.9153), - normal: (0.249604, -0.855993, -0.452741), }, - Vertex { position: (-3.15021, -1.259588, 1.001021), - normal: (-0.094688, -0.959937, 0.263734), }, - Vertex { position: (-3.15021, -1.259588, 1.001021), - normal: (-0.094688, -0.959937, 0.263734), }, - Vertex { position: (-3.27751, -1.177346, 0.9153), - normal: (0.249604, -0.855993, -0.452741), }, - Vertex { position: (-3.319817, -1.365015, 0.886015), - normal: (0.515412, -0.714946, -0.472444), }, - Vertex { position: (-3.15021, -1.259588, 1.001021), - normal: (-0.094688, -0.959937, 0.263734), }, - Vertex { position: (-3.319817, -1.365015, 0.886015), - normal: (0.515412, -0.714946, -0.472444), }, - Vertex { position: (-3.188954, -1.408279, 0.963611), - normal: (0.059023, -0.965365, 0.25414), }, - Vertex { position: (-3.690685, 1.60208, 0.0), - normal: (-0.626255, -0.080061, -0.775497), }, - Vertex { position: (-3.709827, 1.417763, 0.0), - normal: (-0.848349, -0.120539, -0.515533), }, - Vertex { position: (-3.709741, 1.351194, 0.211745), - normal: (-0.454242, -0.890878, -0.000928), }, - Vertex { position: (-3.690685, 1.60208, 0.0), - normal: (-0.626255, -0.080061, -0.775497), }, - Vertex { position: (-3.709741, 1.351194, 0.211745), - normal: (-0.454242, -0.890878, -0.000928), }, - Vertex { position: (-3.734989, 1.589433, 0.295202), - normal: (0.49176, -0.810764, 0.317543), }, - Vertex { position: (-3.734989, 1.589433, 0.295202), - normal: (0.49176, -0.810764, 0.317543), }, - Vertex { position: (-3.709741, 1.351194, 0.211745), - normal: (-0.454242, -0.890878, -0.000928), }, - Vertex { position: (-3.701634, 1.27265, 0.270469), - normal: (-0.354058, -0.732075, -0.581987), }, - Vertex { position: (-3.734989, 1.589433, 0.295202), - normal: (0.49176, -0.810764, 0.317543), }, - Vertex { position: (-3.701634, 1.27265, 0.270469), - normal: (-0.354058, -0.732075, -0.581987), }, - Vertex { position: (-3.697974, 1.466697, 0.433432), - normal: (0.43907, -0.579988, 0.686172), }, - Vertex { position: (-3.697974, 1.466697, 0.433432), - normal: (0.43907, -0.579988, 0.686172), }, - Vertex { position: (-3.701634, 1.27265, 0.270469), - normal: (-0.354058, -0.732075, -0.581987), }, - Vertex { position: (-3.695872, 1.156978, 0.316829), - normal: (-0.587869, -0.808404, 0.029894), }, - Vertex { position: (-3.697974, 1.466697, 0.433432), - normal: (0.43907, -0.579988, 0.686172), }, - Vertex { position: (-3.695872, 1.156978, 0.316829), - normal: (-0.587869, -0.808404, 0.029894), }, - Vertex { position: (-3.684619, 1.35069, 0.501428), - normal: (0.099157, -0.476834, 0.873383), }, - Vertex { position: (-3.684619, 1.35069, 0.501428), - normal: (0.099157, -0.476834, 0.873383), }, - Vertex { position: (-3.695872, 1.156978, 0.316829), - normal: (-0.587869, -0.808404, 0.029894), }, - Vertex { position: (-3.672431, 1.044224, 0.364991), - normal: (-0.581301, -0.608503, -0.540197), }, - Vertex { position: (-3.684619, 1.35069, 0.501428), - normal: (0.099157, -0.476834, 0.873383), }, - Vertex { position: (-3.672431, 1.044224, 0.364991), - normal: (-0.581301, -0.608503, -0.540197), }, - Vertex { position: (-3.655148, 1.190938, 0.573692), - normal: (-0.073547, -0.481419, 0.8734), }, - Vertex { position: (-3.655148, 1.190938, 0.573692), - normal: (-0.073547, -0.481419, 0.8734), }, - Vertex { position: (-3.672431, 1.044224, 0.364991), - normal: (-0.581301, -0.608503, -0.540197), }, - Vertex { position: (-3.664355, 0.932851, 0.370749), - normal: (-0.736087, -0.675143, 0.048562), }, - Vertex { position: (-3.655148, 1.190938, 0.573692), - normal: (-0.073547, -0.481419, 0.8734), }, - Vertex { position: (-3.664355, 0.932851, 0.370749), - normal: (-0.736087, -0.675143, 0.048562), }, - Vertex { position: (-3.639878, 1.015186, 0.615203), - normal: (-0.147229, -0.706225, 0.69251), }, - Vertex { position: (-3.639878, 1.015186, 0.615203), - normal: (-0.147229, -0.706225, 0.69251), }, - Vertex { position: (-3.664355, 0.932851, 0.370749), - normal: (-0.736087, -0.675143, 0.048562), }, - Vertex { position: (-3.631292, 0.701013, 0.420276), - normal: (-0.98615, -0.150918, 0.068783), }, - Vertex { position: (-3.639878, 1.015186, 0.615203), - normal: (-0.147229, -0.706225, 0.69251), }, - Vertex { position: (-3.631292, 0.701013, 0.420276), - normal: (-0.98615, -0.150918, 0.068783), }, - Vertex { position: (-3.582867, 0.734419, 0.697787), - normal: (0.328487, -0.940917, -0.082286), }, - Vertex { position: (-3.582867, 0.734419, 0.697787), - normal: (0.328487, -0.940917, -0.082286), }, - Vertex { position: (-3.631292, 0.701013, 0.420276), - normal: (-0.98615, -0.150918, 0.068783), }, - Vertex { position: (-3.570384, 0.385564, 0.52448), - normal: (-0.84728, -0.52968, 0.039439), }, - Vertex { position: (-3.582867, 0.734419, 0.697787), - normal: (0.328487, -0.940917, -0.082286), }, - Vertex { position: (-3.570384, 0.385564, 0.52448), - normal: (-0.84728, -0.52968, 0.039439), }, - Vertex { position: (-3.504525, 0.405574, 0.847066), - normal: (-0.319475, -0.944225, 0.079844), }, - Vertex { position: (-3.504525, 0.405574, 0.847066), - normal: (-0.319475, -0.944225, 0.079844), }, - Vertex { position: (-3.570384, 0.385564, 0.52448), - normal: (-0.84728, -0.52968, 0.039439), }, - Vertex { position: (-3.520188, 0.140164, 0.618561), - normal: (-0.815087, -0.388054, 0.430171), }, - Vertex { position: (-3.504525, 0.405574, 0.847066), - normal: (-0.319475, -0.944225, 0.079844), }, - Vertex { position: (-3.520188, 0.140164, 0.618561), - normal: (-0.815087, -0.388054, 0.430171), }, - Vertex { position: (-3.424258, 0.158638, 0.918279), - normal: (-0.393694, -0.919049, -0.018795), }, - Vertex { position: (-3.424258, 0.158638, 0.918279), - normal: (-0.393694, -0.919049, -0.018795), }, - Vertex { position: (-3.520188, 0.140164, 0.618561), - normal: (-0.815087, -0.388054, 0.430171), }, - Vertex { position: (-3.458251, -0.12595, 0.731712), - normal: (-0.945906, -0.323169, 0.028687), }, - Vertex { position: (-3.424258, 0.158638, 0.918279), - normal: (-0.393694, -0.919049, -0.018795), }, - Vertex { position: (-3.458251, -0.12595, 0.731712), - normal: (-0.945906, -0.323169, 0.028687), }, - Vertex { position: (-3.365413, -0.113447, 0.9524), - normal: (-0.327707, -0.94199, -0.072547), }, - Vertex { position: (-3.365413, -0.113447, 0.9524), - normal: (-0.327707, -0.94199, -0.072547), }, - Vertex { position: (-3.458251, -0.12595, 0.731712), - normal: (-0.945906, -0.323169, 0.028687), }, - Vertex { position: (-3.406618, -0.343461, 0.746456), - normal: (-0.896964, -0.287307, 0.336022), }, - Vertex { position: (-3.365413, -0.113447, 0.9524), - normal: (-0.327707, -0.94199, -0.072547), }, - Vertex { position: (-3.406618, -0.343461, 0.746456), - normal: (-0.896964, -0.287307, 0.336022), }, - Vertex { position: (-3.290393, -0.424259, 0.984153), - normal: (-0.163041, -0.980692, -0.107986), }, - Vertex { position: (-3.290393, -0.424259, 0.984153), - normal: (-0.163041, -0.980692, -0.107986), }, - Vertex { position: (-3.406618, -0.343461, 0.746456), - normal: (-0.896964, -0.287307, 0.336022), }, - Vertex { position: (-3.283698, -0.730967, 0.793898), - normal: (-0.99574, -0.082547, 0.041071), }, - Vertex { position: (-3.290393, -0.424259, 0.984153), - normal: (-0.163041, -0.980692, -0.107986), }, - Vertex { position: (-3.283698, -0.730967, 0.793898), - normal: (-0.99574, -0.082547, 0.041071), }, - Vertex { position: (-3.233333, -0.683782, 1.015512), - normal: (0.074429, -0.99521, -0.063385), }, - Vertex { position: (-2.937658, -1.002749, 1.219413), - normal: (-0.040019, -0.929968, 0.365457), }, - Vertex { position: (-2.982676, -1.264649, 1.133596), - normal: (-0.299215, -0.929389, 0.216115), }, - Vertex { position: (-2.725776, -1.214862, 1.190384), - normal: (-0.351476, -0.711504, 0.608463), }, - Vertex { position: (-2.937658, -1.002749, 1.219413), - normal: (-0.040019, -0.929968, 0.365457), }, - Vertex { position: (-2.725776, -1.214862, 1.190384), - normal: (-0.351476, -0.711504, 0.608463), }, - Vertex { position: (-2.624856, -0.8882, 1.261176), - normal: (0.162276, -0.745105, 0.646905), }, - Vertex { position: (-2.901159, -0.619504, 1.284058), - normal: (-0.403877, -0.879274, 0.252509), }, - Vertex { position: (-2.937658, -1.002749, 1.219413), - normal: (-0.040019, -0.929968, 0.365457), }, - Vertex { position: (-2.624856, -0.8882, 1.261176), - normal: (0.162276, -0.745105, 0.646905), }, - Vertex { position: (-2.901159, -0.619504, 1.284058), - normal: (-0.403877, -0.879274, 0.252509), }, - Vertex { position: (-2.624856, -0.8882, 1.261176), - normal: (0.162276, -0.745105, 0.646905), }, - Vertex { position: (-2.616467, -0.511373, 1.344133), - normal: (-0.11636, -0.749063, 0.652201), }, - Vertex { position: (-2.90708, -0.345582, 1.281557), - normal: (-0.171647, -0.971664, 0.162499), }, - Vertex { position: (-2.901159, -0.619504, 1.284058), - normal: (-0.403877, -0.879274, 0.252509), }, - Vertex { position: (-2.616467, -0.511373, 1.344133), - normal: (-0.11636, -0.749063, 0.652201), }, - Vertex { position: (-2.90708, -0.345582, 1.281557), - normal: (-0.171647, -0.971664, 0.162499), }, - Vertex { position: (-2.616467, -0.511373, 1.344133), - normal: (-0.11636, -0.749063, 0.652201), }, - Vertex { position: (-2.649338, -0.241719, 1.339644), - normal: (0.215155, -0.464575, 0.858999), }, - Vertex { position: (-2.971546, 0.032038, 1.215971), - normal: (-0.198045, -0.959194, 0.201804), }, - Vertex { position: (-2.90708, -0.345582, 1.281557), - normal: (-0.171647, -0.971664, 0.162499), }, - Vertex { position: (-2.649338, -0.241719, 1.339644), - normal: (0.215155, -0.464575, 0.858999), }, - Vertex { position: (-2.971546, 0.032038, 1.215971), - normal: (-0.198045, -0.959194, 0.201804), }, - Vertex { position: (-2.649338, -0.241719, 1.339644), - normal: (0.215155, -0.464575, 0.858999), }, - Vertex { position: (-2.687022, 0.076781, 1.290565), - normal: (0.121987, -0.426327, 0.896306), }, - Vertex { position: (-3.044646, 0.224321, 1.164934), - normal: (-0.279342, -0.940234, 0.19475), }, - Vertex { position: (-2.971546, 0.032038, 1.215971), - normal: (-0.198045, -0.959194, 0.201804), }, - Vertex { position: (-2.687022, 0.076781, 1.290565), - normal: (0.121987, -0.426327, 0.896306), }, - Vertex { position: (-3.044646, 0.224321, 1.164934), - normal: (-0.279342, -0.940234, 0.19475), }, - Vertex { position: (-2.687022, 0.076781, 1.290565), - normal: (0.121987, -0.426327, 0.896306), }, - Vertex { position: (-2.787011, 0.264495, 1.237352), - normal: (0.161064, -0.731195, 0.662882), }, - Vertex { position: (-3.112555, 0.457376, 1.084816), - normal: (0.152347, -0.821467, 0.549529), }, - Vertex { position: (-3.044646, 0.224321, 1.164934), - normal: (-0.279342, -0.940234, 0.19475), }, - Vertex { position: (-2.787011, 0.264495, 1.237352), - normal: (0.161064, -0.731195, 0.662882), }, - Vertex { position: (-3.112555, 0.457376, 1.084816), - normal: (0.152347, -0.821467, 0.549529), }, - Vertex { position: (-2.787011, 0.264495, 1.237352), - normal: (0.161064, -0.731195, 0.662882), }, - Vertex { position: (-2.79063, 0.46881, 1.224273), - normal: (0.08565, -0.422547, 0.902285), }, - Vertex { position: (-3.19641, 0.797564, 0.985913), - normal: (-0.094238, -0.851252, 0.516225), }, - Vertex { position: (-3.112555, 0.457376, 1.084816), - normal: (0.152347, -0.821467, 0.549529), }, - Vertex { position: (-2.79063, 0.46881, 1.224273), - normal: (0.08565, -0.422547, 0.902285), }, - Vertex { position: (-3.19641, 0.797564, 0.985913), - normal: (-0.094238, -0.851252, 0.516225), }, - Vertex { position: (-2.79063, 0.46881, 1.224273), - normal: (0.08565, -0.422547, 0.902285), }, - Vertex { position: (-2.825835, 0.755899, 1.209042), - normal: (0.155794, -0.590112, 0.792146), }, - Vertex { position: (-3.244771, 1.19554, 0.910945), - normal: (-0.079302, -0.84299, 0.532051), }, - Vertex { position: (-3.19641, 0.797564, 0.985913), - normal: (-0.094238, -0.851252, 0.516225), }, - Vertex { position: (-2.825835, 0.755899, 1.209042), - normal: (0.155794, -0.590112, 0.792146), }, - Vertex { position: (-3.244771, 1.19554, 0.910945), - normal: (-0.079302, -0.84299, 0.532051), }, - Vertex { position: (-2.825835, 0.755899, 1.209042), - normal: (0.155794, -0.590112, 0.792146), }, - Vertex { position: (-2.930312, 1.10358, 1.125876), - normal: (0.106237, -0.558927, 0.822383), }, - Vertex { position: (-3.27808, 1.432418, 0.853958), - normal: (-0.176655, -0.950799, 0.254508), }, - Vertex { position: (-3.244771, 1.19554, 0.910945), - normal: (-0.079302, -0.84299, 0.532051), }, - Vertex { position: (-2.930312, 1.10358, 1.125876), - normal: (0.106237, -0.558927, 0.822383), }, - Vertex { position: (-3.27808, 1.432418, 0.853958), - normal: (-0.176655, -0.950799, 0.254508), }, - Vertex { position: (-2.930312, 1.10358, 1.125876), - normal: (0.106237, -0.558927, 0.822383), }, - Vertex { position: (-3.028932, 1.461517, 0.941324), - normal: (0.008663, -0.516082, 0.856495), }, - Vertex { position: (-3.338742, 1.598933, 0.689636), - normal: (-0.4144, -0.844957, 0.338113), }, - Vertex { position: (-3.27808, 1.432418, 0.853958), - normal: (-0.176655, -0.950799, 0.254508), }, - Vertex { position: (-3.028932, 1.461517, 0.941324), - normal: (0.008663, -0.516082, 0.856495), }, - Vertex { position: (-3.338742, 1.598933, 0.689636), - normal: (-0.4144, -0.844957, 0.338113), }, - Vertex { position: (-3.028932, 1.461517, 0.941324), - normal: (0.008663, -0.516082, 0.856495), }, - Vertex { position: (-3.08565, 1.65734, 0.784479), - normal: (0.357021, -0.590654, 0.723646), }, - Vertex { position: (-3.395381, 1.726325, 0.55477), - normal: (-0.150892, -0.83775, 0.524792), }, - Vertex { position: (-3.338742, 1.598933, 0.689636), - normal: (-0.4144, -0.844957, 0.338113), }, - Vertex { position: (-3.08565, 1.65734, 0.784479), - normal: (0.357021, -0.590654, 0.723646), }, - Vertex { position: (-3.395381, 1.726325, 0.55477), - normal: (-0.150892, -0.83775, 0.524792), }, - Vertex { position: (-3.08565, 1.65734, 0.784479), - normal: (0.357021, -0.590654, 0.723646), }, - Vertex { position: (-3.109047, 1.789477, 0.565323), - normal: (-0.201818, -0.568242, 0.797728), }, - Vertex { position: (-3.35851, 1.810253, 0.380095), - normal: (-0.468954, -0.586277, 0.660577), }, - Vertex { position: (-3.395381, 1.726325, 0.55477), - normal: (-0.150892, -0.83775, 0.524792), }, - Vertex { position: (-3.109047, 1.789477, 0.565323), - normal: (-0.201818, -0.568242, 0.797728), }, - Vertex { position: (-3.35851, 1.810253, 0.380095), - normal: (-0.468954, -0.586277, 0.660577), }, - Vertex { position: (-3.109047, 1.789477, 0.565323), - normal: (-0.201818, -0.568242, 0.797728), }, - Vertex { position: (-3.07531, 1.846, 0.363149), - normal: (0.094371, -0.230057, 0.968591), }, - Vertex { position: (-2.687162, -1.539807, 0.988048), - normal: (0.009712, 0.399549, 0.91666), }, - Vertex { position: (-2.566746, -1.211312, 1.167101), - normal: (-0.004413, -0.170526, 0.985343), }, - Vertex { position: (-2.765069, -1.561164, 1.084313), - normal: (0.095733, -0.224552, 0.969748), }, - Vertex { position: (-2.462835, -1.3055, 0.966395), - normal: (-0.951862, 0.098243, 0.290356), }, - Vertex { position: (-2.306662, -1.116976, 0.961238), - normal: (-0.822733, 0.223687, 0.522565), }, - Vertex { position: (-2.299356, -1.025449, 1.044687), - normal: (0.074896, 0.047734, 0.996048), }, - Vertex { position: (-2.462835, -1.3055, 0.966395), - normal: (-0.951862, 0.098243, 0.290356), }, - Vertex { position: (-2.299356, -1.025449, 1.044687), - normal: (0.074896, 0.047734, 0.996048), }, - Vertex { position: (-2.566746, -1.211312, 1.167101), - normal: (-0.004413, -0.170526, 0.985343), }, - Vertex { position: (-2.687162, -1.539807, 0.988048), - normal: (0.009712, 0.399549, 0.91666), }, - Vertex { position: (-2.591357, -1.510845, 0.88547), - normal: (-0.995081, -0.092251, -0.036114), }, - Vertex { position: (-2.462835, -1.3055, 0.966395), - normal: (-0.951862, 0.098243, 0.290356), }, - Vertex { position: (-2.687162, -1.539807, 0.988048), - normal: (0.009712, 0.399549, 0.91666), }, - Vertex { position: (-2.462835, -1.3055, 0.966395), - normal: (-0.951862, 0.098243, 0.290356), }, - Vertex { position: (-2.566746, -1.211312, 1.167101), - normal: (-0.004413, -0.170526, 0.985343), }, - Vertex { position: (1.772999, -2.230292, 0.64494), - normal: (0.247956, 0.087485, -0.964813), }, - Vertex { position: (1.747671, -2.067518, 0.638841), - normal: (0.81802, -0.47123, 0.329827), }, - Vertex { position: (1.945206, -2.015769, 0.672724), - normal: (0.761939, 0.13671, -0.633055), }, - Vertex { position: (1.772999, -2.230292, 0.64494), - normal: (0.247956, 0.087485, -0.964813), }, - Vertex { position: (1.945206, -2.015769, 0.672724), - normal: (0.761939, 0.13671, -0.633055), }, - Vertex { position: (1.921881, -2.157616, 0.692678), - normal: (-0.121543, 0.046, -0.99152), }, - Vertex { position: (2.13239, 1.755821, 0.180271), - normal: (0.70745, -0.193334, 0.679806), }, - Vertex { position: (2.128139, 1.788397, 0.0), - normal: (0.756976, -0.653442, 0.0), }, - Vertex { position: (2.042206, 1.777154, 0.0), - normal: (-0.385788, 0.922588, 0.0), }, - Vertex { position: (2.13239, 1.755821, 0.180271), - normal: (0.70745, -0.193334, 0.679806), }, - Vertex { position: (2.042206, 1.777154, 0.0), - normal: (-0.385788, 0.922588, 0.0), }, - Vertex { position: (2.069379, 1.727818, 0.212746), - normal: (0.411872, 0.04507, 0.910127), }, - Vertex { position: (-2.862576, -1.546894, 1.117139), - normal: (-0.149005, -0.65467, 0.741084), }, - Vertex { position: (-2.725776, -1.214862, 1.190384), - normal: (-0.351476, -0.711504, 0.608463), }, - Vertex { position: (-2.955052, -1.49684, 1.128812), - normal: (-0.461794, 0.113692, 0.879671), }, - Vertex { position: (-3.063133, -1.440555, 1.090926), - normal: (-0.18119, -0.970212, 0.160805), }, - Vertex { position: (-3.188954, -1.408279, 0.963611), - normal: (0.059023, -0.965365, 0.25414), }, - Vertex { position: (-3.357996, -1.811803, 0.975625), - normal: (-0.46316, 0.228643, 0.856274), }, - Vertex { position: (-3.063133, -1.440555, 1.090926), - normal: (-0.18119, -0.970212, 0.160805), }, - Vertex { position: (-3.357996, -1.811803, 0.975625), - normal: (-0.46316, 0.228643, 0.856274), }, - Vertex { position: (-3.23261, -1.834299, 1.087832), - normal: (-0.431118, -0.034268, 0.901645), }, - Vertex { position: (-2.725776, -1.214862, 1.190384), - normal: (-0.351476, -0.711504, 0.608463), }, - Vertex { position: (-2.982676, -1.264649, 1.133596), - normal: (-0.299215, -0.929389, 0.216115), }, - Vertex { position: (-3.063133, -1.440555, 1.090926), - normal: (-0.18119, -0.970212, 0.160805), }, - Vertex { position: (-2.725776, -1.214862, 1.190384), - normal: (-0.351476, -0.711504, 0.608463), }, - Vertex { position: (-3.063133, -1.440555, 1.090926), - normal: (-0.18119, -0.970212, 0.160805), }, - Vertex { position: (-2.955052, -1.49684, 1.128812), - normal: (-0.461794, 0.113692, 0.879671), }, - Vertex { position: (-3.188954, -1.408279, 0.963611), - normal: (0.059023, -0.965365, 0.25414), }, - Vertex { position: (-3.319817, -1.365015, 0.886015), - normal: (0.515412, -0.714946, -0.472444), }, - Vertex { position: (-3.36599, -1.48517, 0.888076), - normal: (0.737412, 0.542596, 0.402261), }, - Vertex { position: (-3.188954, -1.408279, 0.963611), - normal: (0.059023, -0.965365, 0.25414), }, - Vertex { position: (-3.36599, -1.48517, 0.888076), - normal: (0.737412, 0.542596, 0.402261), }, - Vertex { position: (-3.342096, -1.533989, 0.921628), - normal: (-0.508357, 0.250892, 0.823787), }, - Vertex { position: (-3.188954, -1.408279, 0.963611), - normal: (0.059023, -0.965365, 0.25414), }, - Vertex { position: (-3.342096, -1.533989, 0.921628), - normal: (-0.508357, 0.250892, 0.823787), }, - Vertex { position: (-3.357996, -1.811803, 0.975625), - normal: (-0.46316, 0.228643, 0.856274), }, - Vertex { position: (-2.964215, -1.978727, 0.776572), - normal: (-0.037581, -0.042039, -0.998409), }, - Vertex { position: (-2.811581, -1.79821, 0.712737), - normal: (-0.732521, -0.474279, 0.488336), }, - Vertex { position: (-2.734184, -1.717948, 0.749581), - normal: (0.942117, -0.292664, 0.163592), }, - Vertex { position: (-2.964215, -1.978727, 0.776572), - normal: (-0.037581, -0.042039, -0.998409), }, - Vertex { position: (-2.734184, -1.717948, 0.749581), - normal: (0.942117, -0.292664, 0.163592), }, - Vertex { position: (-2.892438, -1.95081, 0.87812), - normal: (-0.11646, -0.017993, -0.993032), }, - Vertex { position: (-2.734184, -1.717948, 0.749581), - normal: (0.942117, -0.292664, 0.163592), }, - Vertex { position: (-2.837147, -1.791733, 0.921563), - normal: (-0.13251, 0.440061, 0.888137), }, - Vertex { position: (-2.892438, -1.95081, 0.87812), - normal: (-0.11646, -0.017993, -0.993032), }, - Vertex { position: (-3.04661, -2.510881, 0.900772), - normal: (-0.674431, 0.094186, -0.732306), }, - Vertex { position: (-3.132772, -2.528669, 0.848639), - normal: (0.780958, 0.624512, 0.00945), }, - Vertex { position: (-3.144012, -2.333635, 0.829994), - normal: (-0.039603, 0.339955, 0.939607), }, - Vertex { position: (-3.04661, -2.510881, 0.900772), - normal: (-0.674431, 0.094186, -0.732306), }, - Vertex { position: (-3.144012, -2.333635, 0.829994), - normal: (-0.039603, 0.339955, 0.939607), }, - Vertex { position: (-3.030605, -2.311222, 0.88433), - normal: (0.339875, 0.026681, -0.940092), }, - Vertex { position: (-3.223286, -3.00178, 1.126176), - normal: (0.245984, 0.029506, 0.968825), }, - Vertex { position: (-3.26181, -2.821069, 1.088218), - normal: (0.567548, -0.015056, 0.823203), }, - Vertex { position: (-3.32033, -2.827513, 1.063914), - normal: (0.71789, -0.165877, 0.676106), }, - Vertex { position: (-3.223286, -3.00178, 1.126176), - normal: (0.245984, 0.029506, 0.968825), }, - Vertex { position: (-3.32033, -2.827513, 1.063914), - normal: (0.71789, -0.165877, 0.676106), }, - Vertex { position: (-3.302419, -3.017921, 1.128514), - normal: (0.788485, -0.288832, 0.543017), }, - Vertex { position: (-2.986345, -2.93377, 1.087679), - normal: (0.701058, -0.463233, 0.542155), }, - Vertex { position: (-3.053267, -2.764905, 1.043008), - normal: (0.705477, -0.524425, 0.47674), }, - Vertex { position: (-3.141072, -2.785287, 1.032318), - normal: (-0.119083, 0.074969, 0.99005), }, - Vertex { position: (-2.986345, -2.93377, 1.087679), - normal: (0.701058, -0.463233, 0.542155), }, - Vertex { position: (-3.141072, -2.785287, 1.032318), - normal: (-0.119083, 0.074969, 0.99005), }, - Vertex { position: (-3.107105, -2.947818, 1.092235), - normal: (0.021785, 0.053611, 0.998324), }, - Vertex { position: (-2.946527, -2.939327, 0.986343), - normal: (0.23503, 0.016105, 0.971855), }, - Vertex { position: (-3.016419, -2.765091, 0.966671), - normal: (0.441943, -0.143195, 0.88554), }, - Vertex { position: (-3.053267, -2.764905, 1.043008), - normal: (0.705477, -0.524425, 0.47674), }, - Vertex { position: (-2.946527, -2.939327, 0.986343), - normal: (0.23503, 0.016105, 0.971855), }, - Vertex { position: (-3.053267, -2.764905, 1.043008), - normal: (0.705477, -0.524425, 0.47674), }, - Vertex { position: (-2.986345, -2.93377, 1.087679), - normal: (0.701058, -0.463233, 0.542155), }, - Vertex { position: (-3.301857, -3.074776, 1.114869), - normal: (0.586456, -0.375618, 0.717621), }, - Vertex { position: (-3.223286, -3.00178, 1.126176), - normal: (0.245984, 0.029506, 0.968825), }, - Vertex { position: (-3.302419, -3.017921, 1.128514), - normal: (0.788485, -0.288832, 0.543017), }, - Vertex { position: (-3.316551, -3.168932, 1.121229), - normal: (0.585043, -0.503499, 0.635777), }, - Vertex { position: (-3.227676, -3.14166, 1.103969), - normal: (-0.140754, 0.08766, 0.986156), }, - Vertex { position: (-3.301857, -3.074776, 1.114869), - normal: (0.586456, -0.375618, 0.717621), }, - Vertex { position: (-3.217306, -3.187686, 1.075214), - normal: (0.085126, 0.114843, 0.98973), }, - Vertex { position: (-3.227676, -3.14166, 1.103969), - normal: (-0.140754, 0.08766, 0.986156), }, - Vertex { position: (-3.316551, -3.168932, 1.121229), - normal: (0.585043, -0.503499, 0.635777), }, - Vertex { position: (-2.90901, -3.084482, 1.089147), - normal: (0.07463, 0.029476, 0.996776), }, - Vertex { position: (-2.884711, -3.063896, 0.993766), - normal: (-0.161613, 0.16539, 0.972896), }, - Vertex { position: (-2.946527, -2.939327, 0.986343), - normal: (0.23503, 0.016105, 0.971855), }, - Vertex { position: (-2.90901, -3.084482, 1.089147), - normal: (0.07463, 0.029476, 0.996776), }, - Vertex { position: (-2.946527, -2.939327, 0.986343), - normal: (0.23503, 0.016105, 0.971855), }, - Vertex { position: (-2.986345, -2.93377, 1.087679), - normal: (0.701058, -0.463233, 0.542155), }, - Vertex { position: (-3.141072, -2.785287, 1.032318), - normal: (-0.119083, 0.074969, 0.99005), }, - Vertex { position: (-3.196508, -2.788166, 1.045431), - normal: (-0.347185, 0.293858, 0.890567), }, - Vertex { position: (-3.177108, -2.979305, 1.139084), - normal: (-0.225282, 0.274902, 0.934707), }, - Vertex { position: (-3.141072, -2.785287, 1.032318), - normal: (-0.119083, 0.074969, 0.99005), }, - Vertex { position: (-3.177108, -2.979305, 1.139084), - normal: (-0.225282, 0.274902, 0.934707), }, - Vertex { position: (-3.107105, -2.947818, 1.092235), - normal: (0.021785, 0.053611, 0.998324), }, - Vertex { position: (-3.177108, -2.979305, 1.139084), - normal: (-0.225282, 0.274902, 0.934707), }, - Vertex { position: (-3.196508, -2.788166, 1.045431), - normal: (-0.347185, 0.293858, 0.890567), }, - Vertex { position: (-3.26181, -2.821069, 1.088218), - normal: (0.567548, -0.015056, 0.823203), }, - Vertex { position: (-3.177108, -2.979305, 1.139084), - normal: (-0.225282, 0.274902, 0.934707), }, - Vertex { position: (-3.26181, -2.821069, 1.088218), - normal: (0.567548, -0.015056, 0.823203), }, - Vertex { position: (-3.223286, -3.00178, 1.126176), - normal: (0.245984, 0.029506, 0.968825), }, - Vertex { position: (-3.330406, -3.18519, 0.950058), - normal: (-0.921044, 0.324519, 0.215325), }, - Vertex { position: (-3.316551, -3.168932, 1.121229), - normal: (0.585043, -0.503499, 0.635777), }, - Vertex { position: (-3.301857, -3.074776, 1.114869), - normal: (0.586456, -0.375618, 0.717621), }, - Vertex { position: (-3.330406, -3.18519, 0.950058), - normal: (-0.921044, 0.324519, 0.215325), }, - Vertex { position: (-3.301857, -3.074776, 1.114869), - normal: (0.586456, -0.375618, 0.717621), }, - Vertex { position: (-3.333954, -3.058673, 0.974748), - normal: (-0.904362, 0.426369, -0.018424), }, - Vertex { position: (-3.223246, -3.225388, 0.976573), - normal: (-0.588311, 0.26373, 0.764419), }, - Vertex { position: (-3.217306, -3.187686, 1.075214), - normal: (0.085126, 0.114843, 0.98973), }, - Vertex { position: (-3.316551, -3.168932, 1.121229), - normal: (0.585043, -0.503499, 0.635777), }, - Vertex { position: (-3.223246, -3.225388, 0.976573), - normal: (-0.588311, 0.26373, 0.764419), }, - Vertex { position: (-3.316551, -3.168932, 1.121229), - normal: (0.585043, -0.503499, 0.635777), }, - Vertex { position: (-3.330406, -3.18519, 0.950058), - normal: (-0.921044, 0.324519, 0.215325), }, - Vertex { position: (-3.11957, -3.183977, 0.870739), - normal: (-0.64352, 0.086605, -0.760514), }, - Vertex { position: (-3.223246, -3.225388, 0.976573), - normal: (-0.588311, 0.26373, 0.764419), }, - Vertex { position: (-3.330406, -3.18519, 0.950058), - normal: (-0.921044, 0.324519, 0.215325), }, - Vertex { position: (-3.11957, -3.183977, 0.870739), - normal: (-0.64352, 0.086605, -0.760514), }, - Vertex { position: (-3.330406, -3.18519, 0.950058), - normal: (-0.921044, 0.324519, 0.215325), }, - Vertex { position: (-3.294389, -3.166225, 0.842823), - normal: (-0.190279, 0.223108, -0.956042), }, - Vertex { position: (-3.256731, -3.032131, 0.849693), - normal: (-0.121989, 0.019056, -0.992349), }, - Vertex { position: (-3.294389, -3.166225, 0.842823), - normal: (-0.190279, 0.223108, -0.956042), }, - Vertex { position: (-3.330406, -3.18519, 0.950058), - normal: (-0.921044, 0.324519, 0.215325), }, - Vertex { position: (-3.256731, -3.032131, 0.849693), - normal: (-0.121989, 0.019056, -0.992349), }, - Vertex { position: (-3.330406, -3.18519, 0.950058), - normal: (-0.921044, 0.324519, 0.215325), }, - Vertex { position: (-3.333954, -3.058673, 0.974748), - normal: (-0.904362, 0.426369, -0.018424), }, - Vertex { position: (-3.333954, -3.058673, 0.974748), - normal: (-0.904362, 0.426369, -0.018424), }, - Vertex { position: (-3.339637, -2.846837, 0.966368), - normal: (-0.149743, -0.291108, -0.944898), }, - Vertex { position: (-3.300372, -2.795728, 0.878984), - normal: (-0.146645, -0.575935, -0.804235), }, - Vertex { position: (-3.333954, -3.058673, 0.974748), - normal: (-0.904362, 0.426369, -0.018424), }, - Vertex { position: (-3.300372, -2.795728, 0.878984), - normal: (-0.146645, -0.575935, -0.804235), }, - Vertex { position: (-3.256731, -3.032131, 0.849693), - normal: (-0.121989, 0.019056, -0.992349), }, - Vertex { position: (-3.107105, -2.947818, 1.092235), - normal: (0.021785, 0.053611, 0.998324), }, - Vertex { position: (-3.03125, -3.09594, 1.106355), - normal: (-0.541406, 0.227835, 0.809302), }, - Vertex { position: (-2.90901, -3.084482, 1.089147), - normal: (0.07463, 0.029476, 0.996776), }, - Vertex { position: (-3.107105, -2.947818, 1.092235), - normal: (0.021785, 0.053611, 0.998324), }, - Vertex { position: (-2.90901, -3.084482, 1.089147), - normal: (0.07463, 0.029476, 0.996776), }, - Vertex { position: (-2.986345, -2.93377, 1.087679), - normal: (0.701058, -0.463233, 0.542155), }, - Vertex { position: (-3.107105, -2.947818, 1.092235), - normal: (0.021785, 0.053611, 0.998324), }, - Vertex { position: (-3.177108, -2.979305, 1.139084), - normal: (-0.225282, 0.274902, 0.934707), }, - Vertex { position: (-3.121673, -3.120319, 1.136456), - normal: (-0.125911, -0.68432, -0.718229), }, - Vertex { position: (-3.107105, -2.947818, 1.092235), - normal: (0.021785, 0.053611, 0.998324), }, - Vertex { position: (-3.121673, -3.120319, 1.136456), - normal: (-0.125911, -0.68432, -0.718229), }, - Vertex { position: (-3.03125, -3.09594, 1.106355), - normal: (-0.541406, 0.227835, 0.809302), }, - Vertex { position: (-3.223286, -3.00178, 1.126176), - normal: (0.245984, 0.029506, 0.968825), }, - Vertex { position: (-3.169546, -3.135273, 1.128247), - normal: (0.535863, 0.090315, -0.83946), }, - Vertex { position: (-3.121673, -3.120319, 1.136456), - normal: (-0.125911, -0.68432, -0.718229), }, - Vertex { position: (-3.223286, -3.00178, 1.126176), - normal: (0.245984, 0.029506, 0.968825), }, - Vertex { position: (-3.121673, -3.120319, 1.136456), - normal: (-0.125911, -0.68432, -0.718229), }, - Vertex { position: (-3.177108, -2.979305, 1.139084), - normal: (-0.225282, 0.274902, 0.934707), }, - Vertex { position: (-3.217306, -3.187686, 1.075214), - normal: (0.085126, 0.114843, 0.98973), }, - Vertex { position: (-3.169546, -3.135273, 1.128247), - normal: (0.535863, 0.090315, -0.83946), }, - Vertex { position: (-3.227676, -3.14166, 1.103969), - normal: (-0.140754, 0.08766, 0.986156), }, - Vertex { position: (-3.227676, -3.14166, 1.103969), - normal: (-0.140754, 0.08766, 0.986156), }, - Vertex { position: (-3.169546, -3.135273, 1.128247), - normal: (0.535863, 0.090315, -0.83946), }, - Vertex { position: (-3.223286, -3.00178, 1.126176), - normal: (0.245984, 0.029506, 0.968825), }, - Vertex { position: (-3.227676, -3.14166, 1.103969), - normal: (-0.140754, 0.08766, 0.986156), }, - Vertex { position: (-3.223286, -3.00178, 1.126176), - normal: (0.245984, 0.029506, 0.968825), }, - Vertex { position: (-3.301857, -3.074776, 1.114869), - normal: (0.586456, -0.375618, 0.717621), }, - Vertex { position: (-3.302419, -3.017921, 1.128514), - normal: (0.788485, -0.288832, 0.543017), }, - Vertex { position: (-3.333954, -3.058673, 0.974748), - normal: (-0.904362, 0.426369, -0.018424), }, - Vertex { position: (-3.301857, -3.074776, 1.114869), - normal: (0.586456, -0.375618, 0.717621), }, - Vertex { position: (-3.333954, -3.058673, 0.974748), - normal: (-0.904362, 0.426369, -0.018424), }, - Vertex { position: (-3.302419, -3.017921, 1.128514), - normal: (0.788485, -0.288832, 0.543017), }, - Vertex { position: (-3.32033, -2.827513, 1.063914), - normal: (0.71789, -0.165877, 0.676106), }, - Vertex { position: (-3.333954, -3.058673, 0.974748), - normal: (-0.904362, 0.426369, -0.018424), }, - Vertex { position: (-3.32033, -2.827513, 1.063914), - normal: (0.71789, -0.165877, 0.676106), }, - Vertex { position: (-3.339637, -2.846837, 0.966368), - normal: (-0.149743, -0.291108, -0.944898), }, - Vertex { position: (-2.928681, -3.072892, 0.924772), - normal: (0.236645, -0.06852, -0.969177), }, - Vertex { position: (-3.008412, -2.89976, 0.904635), - normal: (0.091886, -0.230243, -0.968785), }, - Vertex { position: (-2.946527, -2.939327, 0.986343), - normal: (0.23503, 0.016105, 0.971855), }, - Vertex { position: (-2.928681, -3.072892, 0.924772), - normal: (0.236645, -0.06852, -0.969177), }, - Vertex { position: (-2.946527, -2.939327, 0.986343), - normal: (0.23503, 0.016105, 0.971855), }, - Vertex { position: (-2.884711, -3.063896, 0.993766), - normal: (-0.161613, 0.16539, 0.972896), }, - Vertex { position: (-3.166971, -3.002766, 0.812106), - normal: (-0.888643, -0.077171, 0.45206), }, - Vertex { position: (-3.11957, -3.183977, 0.870739), - normal: (-0.64352, 0.086605, -0.760514), }, - Vertex { position: (-3.294389, -3.166225, 0.842823), - normal: (-0.190279, 0.223108, -0.956042), }, - Vertex { position: (-3.256731, -3.032131, 0.849693), - normal: (-0.121989, 0.019056, -0.992349), }, - Vertex { position: (-3.166971, -3.002766, 0.812106), - normal: (-0.888643, -0.077171, 0.45206), }, - Vertex { position: (-3.294389, -3.166225, 0.842823), - normal: (-0.190279, 0.223108, -0.956042), }, - Vertex { position: (-3.166971, -3.002766, 0.812106), - normal: (-0.888643, -0.077171, 0.45206), }, - Vertex { position: (-3.06981, -2.928755, 0.845236), - normal: (-0.891992, -0.016937, 0.451734), }, - Vertex { position: (-3.011987, -3.092, 0.860973), - normal: (-0.860798, 0.234294, 0.451812), }, - Vertex { position: (-3.166971, -3.002766, 0.812106), - normal: (-0.888643, -0.077171, 0.45206), }, - Vertex { position: (-3.011987, -3.092, 0.860973), - normal: (-0.860798, 0.234294, 0.451812), }, - Vertex { position: (-3.11957, -3.183977, 0.870739), - normal: (-0.64352, 0.086605, -0.760514), }, - Vertex { position: (-3.06981, -2.928755, 0.845236), - normal: (-0.891992, -0.016937, 0.451734), }, - Vertex { position: (-3.008412, -2.89976, 0.904635), - normal: (0.091886, -0.230243, -0.968785), }, - Vertex { position: (-2.928681, -3.072892, 0.924772), - normal: (0.236645, -0.06852, -0.969177), }, - Vertex { position: (-3.06981, -2.928755, 0.845236), - normal: (-0.891992, -0.016937, 0.451734), }, - Vertex { position: (-2.928681, -3.072892, 0.924772), - normal: (0.236645, -0.06852, -0.969177), }, - Vertex { position: (-3.011987, -3.092, 0.860973), - normal: (-0.860798, 0.234294, 0.451812), }, - Vertex { position: (-3.184812, -2.768053, 0.850127), - normal: (-0.686439, 0.576002, 0.443872), }, - Vertex { position: (-3.137383, -2.776449, 0.844117), - normal: (-0.369855, 0.817227, 0.441981), }, - Vertex { position: (-3.06981, -2.928755, 0.845236), - normal: (-0.891992, -0.016937, 0.451734), }, - Vertex { position: (-3.184812, -2.768053, 0.850127), - normal: (-0.686439, 0.576002, 0.443872), }, - Vertex { position: (-3.06981, -2.928755, 0.845236), - normal: (-0.891992, -0.016937, 0.451734), }, - Vertex { position: (-3.166971, -3.002766, 0.812106), - normal: (-0.888643, -0.077171, 0.45206), }, - Vertex { position: (-3.040038, -2.780893, 0.914614), - normal: (0.011581, 0.887039, 0.461548), }, - Vertex { position: (-3.008412, -2.89976, 0.904635), - normal: (0.091886, -0.230243, -0.968785), }, - Vertex { position: (-3.06981, -2.928755, 0.845236), - normal: (-0.891992, -0.016937, 0.451734), }, - Vertex { position: (-3.040038, -2.780893, 0.914614), - normal: (0.011581, 0.887039, 0.461548), }, - Vertex { position: (-3.06981, -2.928755, 0.845236), - normal: (-0.891992, -0.016937, 0.451734), }, - Vertex { position: (-3.137383, -2.776449, 0.844117), - normal: (-0.369855, 0.817227, 0.441981), }, - Vertex { position: (-3.300372, -2.795728, 0.878984), - normal: (-0.146645, -0.575935, -0.804235), }, - Vertex { position: (-3.184812, -2.768053, 0.850127), - normal: (-0.686439, 0.576002, 0.443872), }, - Vertex { position: (-3.166971, -3.002766, 0.812106), - normal: (-0.888643, -0.077171, 0.45206), }, - Vertex { position: (-3.300372, -2.795728, 0.878984), - normal: (-0.146645, -0.575935, -0.804235), }, - Vertex { position: (-3.166971, -3.002766, 0.812106), - normal: (-0.888643, -0.077171, 0.45206), }, - Vertex { position: (-3.256731, -3.032131, 0.849693), - normal: (-0.121989, 0.019056, -0.992349), }, - Vertex { position: (-3.008412, -2.89976, 0.904635), - normal: (0.091886, -0.230243, -0.968785), }, - Vertex { position: (-3.040038, -2.780893, 0.914614), - normal: (0.011581, 0.887039, 0.461548), }, - Vertex { position: (-3.016419, -2.765091, 0.966671), - normal: (0.441943, -0.143195, 0.88554), }, - Vertex { position: (-3.008412, -2.89976, 0.904635), - normal: (0.091886, -0.230243, -0.968785), }, - Vertex { position: (-3.016419, -2.765091, 0.966671), - normal: (0.441943, -0.143195, 0.88554), }, - Vertex { position: (-2.946527, -2.939327, 0.986343), - normal: (0.23503, 0.016105, 0.971855), }, - Vertex { position: (-3.078699, -2.553982, 1.046834), - normal: (0.840313, 0.535537, -0.084107), }, - Vertex { position: (-3.162498, -2.556375, 1.058409), - normal: (0.851754, 0.52393, -0.003494), }, - Vertex { position: (-3.141072, -2.785287, 1.032318), - normal: (-0.119083, 0.074969, 0.99005), }, - Vertex { position: (-3.078699, -2.553982, 1.046834), - normal: (0.840313, 0.535537, -0.084107), }, - Vertex { position: (-3.141072, -2.785287, 1.032318), - normal: (-0.119083, 0.074969, 0.99005), }, - Vertex { position: (-3.053267, -2.764905, 1.043008), - normal: (0.705477, -0.524425, 0.47674), }, - Vertex { position: (-3.347304, -2.573628, 0.955211), - normal: (-0.99734, 0.010762, -0.072093), }, - Vertex { position: (-3.372066, -2.569159, 0.904785), - normal: (0.308087, 0.149605, -0.939522), }, - Vertex { position: (-3.339637, -2.846837, 0.966368), - normal: (-0.149743, -0.291108, -0.944898), }, - Vertex { position: (-3.347304, -2.573628, 0.955211), - normal: (-0.99734, 0.010762, -0.072093), }, - Vertex { position: (-3.339637, -2.846837, 0.966368), - normal: (-0.149743, -0.291108, -0.944898), }, - Vertex { position: (-3.32033, -2.827513, 1.063914), - normal: (0.71789, -0.165877, 0.676106), }, - Vertex { position: (-3.251541, -2.56405, 1.023627), - normal: (0.163153, 0.19945, 0.96623), }, - Vertex { position: (-3.347304, -2.573628, 0.955211), - normal: (-0.99734, 0.010762, -0.072093), }, - Vertex { position: (-3.32033, -2.827513, 1.063914), - normal: (0.71789, -0.165877, 0.676106), }, - Vertex { position: (-3.251541, -2.56405, 1.023627), - normal: (0.163153, 0.19945, 0.96623), }, - Vertex { position: (-3.32033, -2.827513, 1.063914), - normal: (0.71789, -0.165877, 0.676106), }, - Vertex { position: (-3.26181, -2.821069, 1.088218), - normal: (0.567548, -0.015056, 0.823203), }, - Vertex { position: (-3.162498, -2.556375, 1.058409), - normal: (0.851754, 0.52393, -0.003494), }, - Vertex { position: (-3.251541, -2.56405, 1.023627), - normal: (0.163153, 0.19945, 0.96623), }, - Vertex { position: (-3.26181, -2.821069, 1.088218), - normal: (0.567548, -0.015056, 0.823203), }, - Vertex { position: (-3.162498, -2.556375, 1.058409), - normal: (0.851754, 0.52393, -0.003494), }, - Vertex { position: (-3.26181, -2.821069, 1.088218), - normal: (0.567548, -0.015056, 0.823203), }, - Vertex { position: (-3.196508, -2.788166, 1.045431), - normal: (-0.347185, 0.293858, 0.890567), }, - Vertex { position: (-3.162498, -2.556375, 1.058409), - normal: (0.851754, 0.52393, -0.003494), }, - Vertex { position: (-3.196508, -2.788166, 1.045431), - normal: (-0.347185, 0.293858, 0.890567), }, - Vertex { position: (-3.141072, -2.785287, 1.032318), - normal: (-0.119083, 0.074969, 0.99005), }, - Vertex { position: (-3.053267, -2.764905, 1.043008), - normal: (0.705477, -0.524425, 0.47674), }, - Vertex { position: (-3.016419, -2.765091, 0.966671), - normal: (0.441943, -0.143195, 0.88554), }, - Vertex { position: (-3.022819, -2.52224, 0.979148), - normal: (-0.178214, -0.110838, -0.977729), }, - Vertex { position: (-3.053267, -2.764905, 1.043008), - normal: (0.705477, -0.524425, 0.47674), }, - Vertex { position: (-3.022819, -2.52224, 0.979148), - normal: (-0.178214, -0.110838, -0.977729), }, - Vertex { position: (-3.078699, -2.553982, 1.046834), - normal: (0.840313, 0.535537, -0.084107), }, - Vertex { position: (-3.300372, -2.795728, 0.878984), - normal: (-0.146645, -0.575935, -0.804235), }, - Vertex { position: (-3.339637, -2.846837, 0.966368), - normal: (-0.149743, -0.291108, -0.944898), }, - Vertex { position: (-3.372066, -2.569159, 0.904785), - normal: (0.308087, 0.149605, -0.939522), }, - Vertex { position: (-3.300372, -2.795728, 0.878984), - normal: (-0.146645, -0.575935, -0.804235), }, - Vertex { position: (-3.372066, -2.569159, 0.904785), - normal: (0.308087, 0.149605, -0.939522), }, - Vertex { position: (-3.297886, -2.54902, 0.861657), - normal: (0.722847, 0.455753, -0.519404), }, - Vertex { position: (-3.184812, -2.768053, 0.850127), - normal: (-0.686439, 0.576002, 0.443872), }, - Vertex { position: (-3.300372, -2.795728, 0.878984), - normal: (-0.146645, -0.575935, -0.804235), }, - Vertex { position: (-3.297886, -2.54902, 0.861657), - normal: (0.722847, 0.455753, -0.519404), }, - Vertex { position: (-3.184812, -2.768053, 0.850127), - normal: (-0.686439, 0.576002, 0.443872), }, - Vertex { position: (-3.297886, -2.54902, 0.861657), - normal: (0.722847, 0.455753, -0.519404), }, - Vertex { position: (-3.240554, -2.555467, 0.856262), - normal: (0.61389, 0.702597, 0.359856), }, - Vertex { position: (-3.137383, -2.776449, 0.844117), - normal: (-0.369855, 0.817227, 0.441981), }, - Vertex { position: (-3.184812, -2.768053, 0.850127), - normal: (-0.686439, 0.576002, 0.443872), }, - Vertex { position: (-3.240554, -2.555467, 0.856262), - normal: (0.61389, 0.702597, 0.359856), }, - Vertex { position: (-3.137383, -2.776449, 0.844117), - normal: (-0.369855, 0.817227, 0.441981), }, - Vertex { position: (-3.240554, -2.555467, 0.856262), - normal: (0.61389, 0.702597, 0.359856), }, - Vertex { position: (-3.132772, -2.528669, 0.848639), - normal: (0.780958, 0.624512, 0.00945), }, - Vertex { position: (-3.040038, -2.780893, 0.914614), - normal: (0.011581, 0.887039, 0.461548), }, - Vertex { position: (-3.137383, -2.776449, 0.844117), - normal: (-0.369855, 0.817227, 0.441981), }, - Vertex { position: (-3.132772, -2.528669, 0.848639), - normal: (0.780958, 0.624512, 0.00945), }, - Vertex { position: (-3.040038, -2.780893, 0.914614), - normal: (0.011581, 0.887039, 0.461548), }, - Vertex { position: (-3.132772, -2.528669, 0.848639), - normal: (0.780958, 0.624512, 0.00945), }, - Vertex { position: (-3.04661, -2.510881, 0.900772), - normal: (-0.674431, 0.094186, -0.732306), }, - Vertex { position: (-3.016419, -2.765091, 0.966671), - normal: (0.441943, -0.143195, 0.88554), }, - Vertex { position: (-3.040038, -2.780893, 0.914614), - normal: (0.011581, 0.887039, 0.461548), }, - Vertex { position: (-3.04661, -2.510881, 0.900772), - normal: (-0.674431, 0.094186, -0.732306), }, - Vertex { position: (-3.016419, -2.765091, 0.966671), - normal: (0.441943, -0.143195, 0.88554), }, - Vertex { position: (-3.04661, -2.510881, 0.900772), - normal: (-0.674431, 0.094186, -0.732306), }, - Vertex { position: (-3.022819, -2.52224, 0.979148), - normal: (-0.178214, -0.110838, -0.977729), }, - Vertex { position: (-3.335942, -1.365685, 0.72459), - normal: (-0.521685, -0.261319, 0.812131), }, - Vertex { position: (-3.319817, -1.365015, 0.886015), - normal: (0.515412, -0.714946, -0.472444), }, - Vertex { position: (-3.27751, -1.177346, 0.9153), - normal: (0.249604, -0.855993, -0.452741), }, - Vertex { position: (-3.335942, -1.365685, 0.72459), - normal: (-0.521685, -0.261319, 0.812131), }, - Vertex { position: (-3.27751, -1.177346, 0.9153), - normal: (0.249604, -0.855993, -0.452741), }, - Vertex { position: (-3.27979, -1.162072, 0.784602), - normal: (-0.872722, -0.174901, 0.455813), }, - Vertex { position: (-3.238094, -0.979377, 0.961631), - normal: (-0.012978, -0.998326, -0.056357), }, - Vertex { position: (-3.233333, -0.683782, 1.015512), - normal: (0.074429, -0.99521, -0.063385), }, - Vertex { position: (-3.283698, -0.730967, 0.793898), - normal: (-0.99574, -0.082547, 0.041071), }, - Vertex { position: (-3.238094, -0.979377, 0.961631), - normal: (-0.012978, -0.998326, -0.056357), }, - Vertex { position: (-3.283698, -0.730967, 0.793898), - normal: (-0.99574, -0.082547, 0.041071), }, - Vertex { position: (-3.25121, -0.948205, 0.819868), - normal: (-0.874358, -0.225285, 0.429819), }, - Vertex { position: (-3.27751, -1.177346, 0.9153), - normal: (0.249604, -0.855993, -0.452741), }, - Vertex { position: (-3.238094, -0.979377, 0.961631), - normal: (-0.012978, -0.998326, -0.056357), }, - Vertex { position: (-3.25121, -0.948205, 0.819868), - normal: (-0.874358, -0.225285, 0.429819), }, - Vertex { position: (-3.27751, -1.177346, 0.9153), - normal: (0.249604, -0.855993, -0.452741), }, - Vertex { position: (-3.25121, -0.948205, 0.819868), - normal: (-0.874358, -0.225285, 0.429819), }, - Vertex { position: (-3.27979, -1.162072, 0.784602), - normal: (-0.872722, -0.174901, 0.455813), }, - Vertex { position: (-3.283698, -0.730967, 0.793898), - normal: (-0.99574, -0.082547, 0.041071), }, - Vertex { position: (-3.406618, -0.343461, 0.746456), - normal: (-0.896964, -0.287307, 0.336022), }, - Vertex { position: (-3.415655, -0.308965, 0.671045), - normal: (-0.970971, -0.219011, 0.096178), }, - Vertex { position: (-3.631292, 0.701013, 0.420276), - normal: (-0.98615, -0.150918, 0.068783), }, - Vertex { position: (-3.664355, 0.932851, 0.370749), - normal: (-0.736087, -0.675143, 0.048562), }, - Vertex { position: (-3.57817, 0.837714, 0.288502), - normal: (-0.845931, -0.255219, -0.468256), }, - Vertex { position: (-3.631292, 0.701013, 0.420276), - normal: (-0.98615, -0.150918, 0.068783), }, - Vertex { position: (-3.57817, 0.837714, 0.288502), - normal: (-0.845931, -0.255219, -0.468256), }, - Vertex { position: (-3.556552, 0.704883, 0.28063), - normal: (-0.794709, -0.185222, -0.57804), }, - Vertex { position: (-3.570384, 0.385564, 0.52448), - normal: (-0.84728, -0.52968, 0.039439), }, - Vertex { position: (-3.631292, 0.701013, 0.420276), - normal: (-0.98615, -0.150918, 0.068783), }, - Vertex { position: (-3.556552, 0.704883, 0.28063), - normal: (-0.794709, -0.185222, -0.57804), }, - Vertex { position: (-3.570384, 0.385564, 0.52448), - normal: (-0.84728, -0.52968, 0.039439), }, - Vertex { position: (-3.556552, 0.704883, 0.28063), - normal: (-0.794709, -0.185222, -0.57804), }, - Vertex { position: (-3.536654, 0.442277, 0.322), - normal: (-0.17902, -0.308668, 0.934171), }, - Vertex { position: (-3.520188, 0.140164, 0.618561), - normal: (-0.815087, -0.388054, 0.430171), }, - Vertex { position: (-3.570384, 0.385564, 0.52448), - normal: (-0.84728, -0.52968, 0.039439), }, - Vertex { position: (-3.536654, 0.442277, 0.322), - normal: (-0.17902, -0.308668, 0.934171), }, - Vertex { position: (-3.520188, 0.140164, 0.618561), - normal: (-0.815087, -0.388054, 0.430171), }, - Vertex { position: (-3.536654, 0.442277, 0.322), - normal: (-0.17902, -0.308668, 0.934171), }, - Vertex { position: (-3.51684, 0.149002, 0.430359), - normal: (-0.136917, -0.20176, 0.969818), }, - Vertex { position: (-3.458251, -0.12595, 0.731712), - normal: (-0.945906, -0.323169, 0.028687), }, - Vertex { position: (-3.520188, 0.140164, 0.618561), - normal: (-0.815087, -0.388054, 0.430171), }, - Vertex { position: (-3.51684, 0.149002, 0.430359), - normal: (-0.136917, -0.20176, 0.969818), }, - Vertex { position: (-3.458251, -0.12595, 0.731712), - normal: (-0.945906, -0.323169, 0.028687), }, - Vertex { position: (-3.51684, 0.149002, 0.430359), - normal: (-0.136917, -0.20176, 0.969818), }, - Vertex { position: (-3.470778, -0.078218, 0.546398), - normal: (-0.739347, 0.031953, 0.672566), }, - Vertex { position: (-3.406618, -0.343461, 0.746456), - normal: (-0.896964, -0.287307, 0.336022), }, - Vertex { position: (-3.458251, -0.12595, 0.731712), - normal: (-0.945906, -0.323169, 0.028687), }, - Vertex { position: (-3.470778, -0.078218, 0.546398), - normal: (-0.739347, 0.031953, 0.672566), }, - Vertex { position: (-3.406618, -0.343461, 0.746456), - normal: (-0.896964, -0.287307, 0.336022), }, - Vertex { position: (-3.470778, -0.078218, 0.546398), - normal: (-0.739347, 0.031953, 0.672566), }, - Vertex { position: (-3.415655, -0.308965, 0.671045), - normal: (-0.970971, -0.219011, 0.096178), }, - Vertex { position: (-3.599077, 0.796217, 0.0), - normal: (-0.989171, 0.146765, 0.0), }, - Vertex { position: (-3.57817, 0.837714, 0.288502), - normal: (-0.845931, -0.255219, -0.468256), }, - Vertex { position: (-3.664355, 0.932851, 0.370749), - normal: (-0.736087, -0.675143, 0.048562), }, - Vertex { position: (-3.599077, 0.796217, 0.0), - normal: (-0.989171, 0.146765, 0.0), }, - Vertex { position: (-3.664355, 0.932851, 0.370749), - normal: (-0.736087, -0.675143, 0.048562), }, - Vertex { position: (-3.623861, 0.911561, 0.0), - normal: (-0.996668, 0.081567, 0.0), }, - Vertex { position: (-3.709741, 1.351194, 0.211745), - normal: (-0.454242, -0.890878, -0.000928), }, - Vertex { position: (-3.709827, 1.417763, 0.0), - normal: (-0.848349, -0.120539, -0.515533), }, - Vertex { position: (-3.601668, 1.293049, 0.0), - normal: (-0.844095, -0.536194, 0.0), }, - Vertex { position: (-3.701634, 1.27265, 0.270469), - normal: (-0.354058, -0.732075, -0.581987), }, - Vertex { position: (-3.709741, 1.351194, 0.211745), - normal: (-0.454242, -0.890878, -0.000928), }, - Vertex { position: (-3.601668, 1.293049, 0.0), - normal: (-0.844095, -0.536194, 0.0), }, - Vertex { position: (-3.695872, 1.156978, 0.316829), - normal: (-0.587869, -0.808404, 0.029894), }, - Vertex { position: (-3.701634, 1.27265, 0.270469), - normal: (-0.354058, -0.732075, -0.581987), }, - Vertex { position: (-3.601668, 1.293049, 0.0), - normal: (-0.844095, -0.536194, 0.0), }, - Vertex { position: (-3.695872, 1.156978, 0.316829), - normal: (-0.587869, -0.808404, 0.029894), }, - Vertex { position: (-3.601668, 1.293049, 0.0), - normal: (-0.844095, -0.536194, 0.0), }, - Vertex { position: (-3.608593, 1.163581, 0.0), - normal: (-0.946116, -0.323827, 0.0), }, - Vertex { position: (-3.672431, 1.044224, 0.364991), - normal: (-0.581301, -0.608503, -0.540197), }, - Vertex { position: (-3.695872, 1.156978, 0.316829), - normal: (-0.587869, -0.808404, 0.029894), }, - Vertex { position: (-3.608593, 1.163581, 0.0), - normal: (-0.946116, -0.323827, 0.0), }, - Vertex { position: (-3.672431, 1.044224, 0.364991), - normal: (-0.581301, -0.608503, -0.540197), }, - Vertex { position: (-3.608593, 1.163581, 0.0), - normal: (-0.946116, -0.323827, 0.0), }, - Vertex { position: (-3.622326, 1.005378, 0.0), - normal: (-0.997181, -0.075036, 0.0), }, - Vertex { position: (-3.664355, 0.932851, 0.370749), - normal: (-0.736087, -0.675143, 0.048562), }, - Vertex { position: (-3.672431, 1.044224, 0.364991), - normal: (-0.581301, -0.608503, -0.540197), }, - Vertex { position: (-3.622326, 1.005378, 0.0), - normal: (-0.997181, -0.075036, 0.0), }, - Vertex { position: (-3.664355, 0.932851, 0.370749), - normal: (-0.736087, -0.675143, 0.048562), }, - Vertex { position: (-3.622326, 1.005378, 0.0), - normal: (-0.997181, -0.075036, 0.0), }, - Vertex { position: (-3.623861, 0.911561, 0.0), - normal: (-0.996668, 0.081567, 0.0), }, - Vertex { position: (-3.86074, -0.188349, -0.024962), - normal: (0.166377, -0.157108, 0.973466), }, - Vertex { position: (-3.84599, -0.18882, 0.019164), - normal: (0.238843, 0.101951, 0.965691), }, - Vertex { position: (-3.81743, 0.150343, 0.048629), - normal: (0.604306, 0.20436, 0.770098), }, - Vertex { position: (-3.86074, -0.188349, -0.024962), - normal: (0.166377, -0.157108, 0.973466), }, - Vertex { position: (-3.81743, 0.150343, 0.048629), - normal: (0.604306, 0.20436, 0.770098), }, - Vertex { position: (-3.828633, 0.149083, 0.0), - normal: (0.054863, -0.132814, 0.989621), }, - Vertex { position: (-3.828633, 0.149083, 0.0), - normal: (0.054863, -0.132814, 0.989621), }, - Vertex { position: (-3.81743, 0.150343, 0.048629), - normal: (0.604306, 0.20436, 0.770098), }, - Vertex { position: (-3.84447, 0.498176, 0.053132), - normal: (0.02054, -0.128179, 0.991538), }, - Vertex { position: (-3.828633, 0.149083, 0.0), - normal: (0.054863, -0.132814, 0.989621), }, - Vertex { position: (-3.84447, 0.498176, 0.053132), - normal: (0.02054, -0.128179, 0.991538), }, - Vertex { position: (-3.856649, 0.496801, 0.0), - normal: (-0.996511, -0.083465, -0.000062), }, - Vertex { position: (-3.856649, 0.496801, 0.0), - normal: (-0.996511, -0.083465, -0.000062), }, - Vertex { position: (-3.84447, 0.498176, 0.053132), - normal: (0.02054, -0.128179, 0.991538), }, - Vertex { position: (-3.88734, 1.003866, 0.057635), - normal: (0.193291, -0.0748, 0.978286), }, - Vertex { position: (-3.856649, 0.496801, 0.0), - normal: (-0.996511, -0.083465, -0.000062), }, - Vertex { position: (-3.88734, 1.003866, 0.057635), - normal: (0.193291, -0.0748, 0.978286), }, - Vertex { position: (-3.900566, 1.002504, 0.0), - normal: (-0.999862, -0.016634, 0.0), }, - Vertex { position: (-3.900566, 1.002504, 0.0), - normal: (-0.999862, -0.016634, 0.0), }, - Vertex { position: (-3.88734, 1.003866, 0.057635), - normal: (0.193291, -0.0748, 0.978286), }, - Vertex { position: (-3.86082, 1.479723, 0.062137), - normal: (0.133637, 0.26732, 0.954296), }, - Vertex { position: (-3.900566, 1.002504, 0.0), - normal: (-0.999862, -0.016634, 0.0), }, - Vertex { position: (-3.86082, 1.479723, 0.062137), - normal: (0.133637, 0.26732, 0.954296), }, - Vertex { position: (-3.87514, 1.480358, 0.0), - normal: (-0.964752, 0.26316, 0.0), }, - Vertex { position: (-3.87514, 1.480358, 0.0), - normal: (-0.964752, 0.26316, 0.0), }, - Vertex { position: (-3.86082, 1.479723, 0.062137), - normal: (0.133637, 0.26732, 0.954296), }, - Vertex { position: (-3.698925, 1.787941, 0.06664), - normal: (0.555353, 0.507651, 0.65869), }, - Vertex { position: (-3.87514, 1.480358, 0.0), - normal: (-0.964752, 0.26316, 0.0), }, - Vertex { position: (-3.698925, 1.787941, 0.06664), - normal: (0.555353, 0.507651, 0.65869), }, - Vertex { position: (-3.712832, 1.794492, 0.0), - normal: (-0.766357, 0.642415, 0.0), }, - Vertex { position: (-3.712832, 1.794492, 0.0), - normal: (-0.766357, 0.642415, 0.0), }, - Vertex { position: (-3.698925, 1.787941, 0.06664), - normal: (0.555353, 0.507651, 0.65869), }, - Vertex { position: (-3.469715, 1.961504, 0.071141), - normal: (0.823156, 0.134626, 0.551624), }, - Vertex { position: (-3.712832, 1.794492, 0.0), - normal: (-0.766357, 0.642415, 0.0), }, - Vertex { position: (-3.469715, 1.961504, 0.071141), - normal: (0.823156, 0.134626, 0.551624), }, - Vertex { position: (-3.47843, 1.975409, 0.0), - normal: (-0.410619, 0.911807, 0.0), }, - Vertex { position: (-3.47843, 1.975409, 0.0), - normal: (-0.410619, 0.911807, 0.0), }, - Vertex { position: (-3.469715, 1.961504, 0.071141), - normal: (0.823156, 0.134626, 0.551624), }, - Vertex { position: (-3.238225, 2.005405, 0.075645), - normal: (0.707626, -0.125604, 0.695334), }, - Vertex { position: (-3.47843, 1.975409, 0.0), - normal: (-0.410619, 0.911807, 0.0), }, - Vertex { position: (-3.238225, 2.005405, 0.075645), - normal: (0.707626, -0.125604, 0.695334), }, - Vertex { position: (-3.242148, 2.021387, 0.0), - normal: (-0.433128, -0.901332, 0.0), }, - Vertex { position: (-3.84599, -0.18882, 0.019164), - normal: (0.238843, 0.101951, 0.965691), }, - Vertex { position: (-3.805688, -0.190106, 0.051472), - normal: (0.546619, 0.025488, 0.836993), }, - Vertex { position: (-3.786822, 0.153783, 0.084233), - normal: (0.836108, -0.069219, 0.54418), }, - Vertex { position: (-3.84599, -0.18882, 0.019164), - normal: (0.238843, 0.101951, 0.965691), }, - Vertex { position: (-3.786822, 0.153783, 0.084233), - normal: (0.836108, -0.069219, 0.54418), }, - Vertex { position: (-3.81743, 0.150343, 0.048629), - normal: (0.604306, 0.20436, 0.770098), }, - Vertex { position: (-3.81743, 0.150343, 0.048629), - normal: (0.604306, 0.20436, 0.770098), }, - Vertex { position: (-3.786822, 0.153783, 0.084233), - normal: (0.836108, -0.069219, 0.54418), }, - Vertex { position: (-3.811194, 0.501935, 0.092033), - normal: (0.412833, -0.156454, 0.897269), }, - Vertex { position: (-3.81743, 0.150343, 0.048629), - normal: (0.604306, 0.20436, 0.770098), }, - Vertex { position: (-3.811194, 0.501935, 0.092033), - normal: (0.412833, -0.156454, 0.897269), }, - Vertex { position: (-3.84447, 0.498176, 0.053132), - normal: (0.02054, -0.128179, 0.991538), }, - Vertex { position: (-3.84447, 0.498176, 0.053132), - normal: (0.02054, -0.128179, 0.991538), }, - Vertex { position: (-3.811194, 0.501935, 0.092033), - normal: (0.412833, -0.156454, 0.897269), }, - Vertex { position: (-3.851206, 1.007586, 0.099831), - normal: (0.108828, -0.182644, 0.977137), }, - Vertex { position: (-3.84447, 0.498176, 0.053132), - normal: (0.02054, -0.128179, 0.991538), }, - Vertex { position: (-3.851206, 1.007586, 0.099831), - normal: (0.108828, -0.182644, 0.977137), }, - Vertex { position: (-3.88734, 1.003866, 0.057635), - normal: (0.193291, -0.0748, 0.978286), }, - Vertex { position: (-3.88734, 1.003866, 0.057635), - normal: (0.193291, -0.0748, 0.978286), }, - Vertex { position: (-3.851206, 1.007586, 0.099831), - normal: (0.108828, -0.182644, 0.977137), }, - Vertex { position: (-3.821694, 1.477989, 0.107631), - normal: (0.746476, -0.187741, 0.638379), }, - Vertex { position: (-3.88734, 1.003866, 0.057635), - normal: (0.193291, -0.0748, 0.978286), }, - Vertex { position: (-3.821694, 1.477989, 0.107631), - normal: (0.746476, -0.187741, 0.638379), }, - Vertex { position: (-3.86082, 1.479723, 0.062137), - normal: (0.133637, 0.26732, 0.954296), }, - Vertex { position: (-3.86082, 1.479723, 0.062137), - normal: (0.133637, 0.26732, 0.954296), }, - Vertex { position: (-3.821694, 1.477989, 0.107631), - normal: (0.746476, -0.187741, 0.638379), }, - Vertex { position: (-3.660928, 1.770041, 0.115431), - normal: (0.883859, -0.211187, 0.417364), }, - Vertex { position: (-3.86082, 1.479723, 0.062137), - normal: (0.133637, 0.26732, 0.954296), }, - Vertex { position: (-3.660928, 1.770041, 0.115431), - normal: (0.883859, -0.211187, 0.417364), }, - Vertex { position: (-3.698925, 1.787941, 0.06664), - normal: (0.555353, 0.507651, 0.65869), }, - Vertex { position: (-3.698925, 1.787941, 0.06664), - normal: (0.555353, 0.507651, 0.65869), }, - Vertex { position: (-3.660928, 1.770041, 0.115431), - normal: (0.883859, -0.211187, 0.417364), }, - Vertex { position: (-3.445903, 1.923509, 0.123229), - normal: (0.544736, 0.449333, 0.708069), }, - Vertex { position: (-3.698925, 1.787941, 0.06664), - normal: (0.555353, 0.507651, 0.65869), }, - Vertex { position: (-3.445903, 1.923509, 0.123229), - normal: (0.544736, 0.449333, 0.708069), }, - Vertex { position: (-3.469715, 1.961504, 0.071141), - normal: (0.823156, 0.134626, 0.551624), }, - Vertex { position: (-3.469715, 1.961504, 0.071141), - normal: (0.823156, 0.134626, 0.551624), }, - Vertex { position: (-3.445903, 1.923509, 0.123229), - normal: (0.544736, 0.449333, 0.708069), }, - Vertex { position: (-3.227504, 1.961738, 0.131029), - normal: (0.722, 0.398916, 0.565317), }, - Vertex { position: (-3.469715, 1.961504, 0.071141), - normal: (0.823156, 0.134626, 0.551624), }, - Vertex { position: (-3.227504, 1.961738, 0.131029), - normal: (0.722, 0.398916, 0.565317), }, - Vertex { position: (-3.238225, 2.005405, 0.075645), - normal: (0.707626, -0.125604, 0.695334), }, - Vertex { position: (-3.805688, -0.190106, 0.051472), - normal: (0.546619, 0.025488, 0.836993), }, - Vertex { position: (-3.75063, -0.191863, 0.063305), - normal: (0.711192, 0.127662, 0.69131), }, - Vertex { position: (-3.745007, 0.158482, 0.097274), - normal: (0.269343, 0.329305, 0.904993), }, - Vertex { position: (-3.805688, -0.190106, 0.051472), - normal: (0.546619, 0.025488, 0.836993), }, - Vertex { position: (-3.745007, 0.158482, 0.097274), - normal: (0.269343, 0.329305, 0.904993), }, - Vertex { position: (-3.786822, 0.153783, 0.084233), - normal: (0.836108, -0.069219, 0.54418), }, - Vertex { position: (-3.786822, 0.153783, 0.084233), - normal: (0.836108, -0.069219, 0.54418), }, - Vertex { position: (-3.745007, 0.158482, 0.097274), - normal: (0.269343, 0.329305, 0.904993), }, - Vertex { position: (-3.765736, 0.50707, 0.106281), - normal: (0.397989, 0.4494, 0.799778), }, - Vertex { position: (-3.786822, 0.153783, 0.084233), - normal: (0.836108, -0.069219, 0.54418), }, - Vertex { position: (-3.765736, 0.50707, 0.106281), - normal: (0.397989, 0.4494, 0.799778), }, - Vertex { position: (-3.811194, 0.501935, 0.092033), - normal: (0.412833, -0.156454, 0.897269), }, - Vertex { position: (-3.811194, 0.501935, 0.092033), - normal: (0.412833, -0.156454, 0.897269), }, - Vertex { position: (-3.765736, 0.50707, 0.106281), - normal: (0.397989, 0.4494, 0.799778), }, - Vertex { position: (-3.80184, 1.012668, 0.115288), - normal: (0.264978, 0.116702, 0.957166), }, - Vertex { position: (-3.811194, 0.501935, 0.092033), - normal: (0.412833, -0.156454, 0.897269), }, - Vertex { position: (-3.80184, 1.012668, 0.115288), - normal: (0.264978, 0.116702, 0.957166), }, - Vertex { position: (-3.851206, 1.007586, 0.099831), - normal: (0.108828, -0.182644, 0.977137), }, - Vertex { position: (-3.851206, 1.007586, 0.099831), - normal: (0.108828, -0.182644, 0.977137), }, - Vertex { position: (-3.80184, 1.012668, 0.115288), - normal: (0.264978, 0.116702, 0.957166), }, - Vertex { position: (-3.768245, 1.475619, 0.124295), - normal: (0.312982, -0.015529, 0.949632), }, - Vertex { position: (-3.851206, 1.007586, 0.099831), - normal: (0.108828, -0.182644, 0.977137), }, - Vertex { position: (-3.768245, 1.475619, 0.124295), - normal: (0.312982, -0.015529, 0.949632), }, - Vertex { position: (-3.821694, 1.477989, 0.107631), - normal: (0.746476, -0.187741, 0.638379), }, - Vertex { position: (-3.821694, 1.477989, 0.107631), - normal: (0.746476, -0.187741, 0.638379), }, - Vertex { position: (-3.768245, 1.475619, 0.124295), - normal: (0.312982, -0.015529, 0.949632), }, - Vertex { position: (-3.609021, 1.745588, 0.133304), - normal: (0.470021, 0.18298, 0.863481), }, - Vertex { position: (-3.821694, 1.477989, 0.107631), - normal: (0.746476, -0.187741, 0.638379), }, - Vertex { position: (-3.609021, 1.745588, 0.133304), - normal: (0.470021, 0.18298, 0.863481), }, - Vertex { position: (-3.660928, 1.770041, 0.115431), - normal: (0.883859, -0.211187, 0.417364), }, - Vertex { position: (-3.660928, 1.770041, 0.115431), - normal: (0.883859, -0.211187, 0.417364), }, - Vertex { position: (-3.609021, 1.745588, 0.133304), - normal: (0.470021, 0.18298, 0.863481), }, - Vertex { position: (-3.413372, 1.871604, 0.142309), - normal: (0.431712, 0.22912, 0.872427), }, - Vertex { position: (-3.660928, 1.770041, 0.115431), - normal: (0.883859, -0.211187, 0.417364), }, - Vertex { position: (-3.413372, 1.871604, 0.142309), - normal: (0.431712, 0.22912, 0.872427), }, - Vertex { position: (-3.445903, 1.923509, 0.123229), - normal: (0.544736, 0.449333, 0.708069), }, - Vertex { position: (-3.445903, 1.923509, 0.123229), - normal: (0.544736, 0.449333, 0.708069), }, - Vertex { position: (-3.413372, 1.871604, 0.142309), - normal: (0.431712, 0.22912, 0.872427), }, - Vertex { position: (-3.227504, 1.961738, 0.131029), - normal: (0.722, 0.398916, 0.565317), }, - Vertex { position: (-3.75063, -0.191863, 0.063305), - normal: (0.711192, 0.127662, 0.69131), }, - Vertex { position: (-3.695565, -0.19362, 0.051497), - normal: (0.560378, 0.257624, 0.787151), }, - Vertex { position: (-3.703185, 0.163182, 0.084262), - normal: (0.661824, 0.260114, 0.703086), }, - Vertex { position: (-3.75063, -0.191863, 0.063305), - normal: (0.711192, 0.127662, 0.69131), }, - Vertex { position: (-3.703185, 0.163182, 0.084262), - normal: (0.661824, 0.260114, 0.703086), }, - Vertex { position: (-3.745007, 0.158482, 0.097274), - normal: (0.269343, 0.329305, 0.904993), }, - Vertex { position: (-3.745007, 0.158482, 0.097274), - normal: (0.269343, 0.329305, 0.904993), }, - Vertex { position: (-3.703185, 0.163182, 0.084262), - normal: (0.661824, 0.260114, 0.703086), }, - Vertex { position: (-3.720269, 0.512205, 0.092064), - normal: (0.675892, 0.137563, 0.724049), }, - Vertex { position: (-3.745007, 0.158482, 0.097274), - normal: (0.269343, 0.329305, 0.904993), }, - Vertex { position: (-3.720269, 0.512205, 0.092064), - normal: (0.675892, 0.137563, 0.724049), }, - Vertex { position: (-3.765736, 0.50707, 0.106281), - normal: (0.397989, 0.4494, 0.799778), }, - Vertex { position: (-3.765736, 0.50707, 0.106281), - normal: (0.397989, 0.4494, 0.799778), }, - Vertex { position: (-3.720269, 0.512205, 0.092064), - normal: (0.675892, 0.137563, 0.724049), }, - Vertex { position: (-3.752468, 1.017751, 0.099865), - normal: (0.708269, -0.122725, 0.695193), }, - Vertex { position: (-3.765736, 0.50707, 0.106281), - normal: (0.397989, 0.4494, 0.799778), }, - Vertex { position: (-3.752468, 1.017751, 0.099865), - normal: (0.708269, -0.122725, 0.695193), }, - Vertex { position: (-3.80184, 1.012668, 0.115288), - normal: (0.264978, 0.116702, 0.957166), }, - Vertex { position: (-3.80184, 1.012668, 0.115288), - normal: (0.264978, 0.116702, 0.957166), }, - Vertex { position: (-3.752468, 1.017751, 0.099865), - normal: (0.708269, -0.122725, 0.695193), }, - Vertex { position: (-3.714787, 1.473248, 0.107668), - normal: (0.540204, -0.272055, 0.796345), }, - Vertex { position: (-3.80184, 1.012668, 0.115288), - normal: (0.264978, 0.116702, 0.957166), }, - Vertex { position: (-3.714787, 1.473248, 0.107668), - normal: (0.540204, -0.272055, 0.796345), }, - Vertex { position: (-3.768245, 1.475619, 0.124295), - normal: (0.312982, -0.015529, 0.949632), }, - Vertex { position: (-3.768245, 1.475619, 0.124295), - normal: (0.312982, -0.015529, 0.949632), }, - Vertex { position: (-3.714787, 1.473248, 0.107668), - normal: (0.540204, -0.272055, 0.796345), }, - Vertex { position: (-3.557104, 1.72113, 0.11547), - normal: (0.723289, -0.195474, 0.662302), }, - Vertex { position: (-3.768245, 1.475619, 0.124295), - normal: (0.312982, -0.015529, 0.949632), }, - Vertex { position: (-3.557104, 1.72113, 0.11547), - normal: (0.723289, -0.195474, 0.662302), }, - Vertex { position: (-3.609021, 1.745588, 0.133304), - normal: (0.470021, 0.18298, 0.863481), }, - Vertex { position: (-3.609021, 1.745588, 0.133304), - normal: (0.470021, 0.18298, 0.863481), }, - Vertex { position: (-3.557104, 1.72113, 0.11547), - normal: (0.723289, -0.195474, 0.662302), }, - Vertex { position: (-3.380836, 1.819691, 0.123273), - normal: (0.588787, -0.248294, 0.769207), }, - Vertex { position: (-3.609021, 1.745588, 0.133304), - normal: (0.470021, 0.18298, 0.863481), }, - Vertex { position: (-3.380836, 1.819691, 0.123273), - normal: (0.588787, -0.248294, 0.769207), }, - Vertex { position: (-3.413372, 1.871604, 0.142309), - normal: (0.431712, 0.22912, 0.872427), }, - Vertex { position: (-3.695565, -0.19362, 0.051497), - normal: (0.560378, 0.257624, 0.787151), }, - Vertex { position: (-3.65524, -0.194907, 0.019209), - normal: (0.274422, -0.24433, 0.930051), }, - Vertex { position: (-3.672559, 0.166625, 0.048678), - normal: (0.017555, -0.142899, 0.989582), }, - Vertex { position: (-3.695565, -0.19362, 0.051497), - normal: (0.560378, 0.257624, 0.787151), }, - Vertex { position: (-3.672559, 0.166625, 0.048678), - normal: (0.017555, -0.142899, 0.989582), }, - Vertex { position: (-3.703185, 0.163182, 0.084262), - normal: (0.661824, 0.260114, 0.703086), }, - Vertex { position: (-3.703185, 0.163182, 0.084262), - normal: (0.661824, 0.260114, 0.703086), }, - Vertex { position: (-3.672559, 0.166625, 0.048678), - normal: (0.017555, -0.142899, 0.989582), }, - Vertex { position: (-3.686972, 0.515966, 0.053185), - normal: (0.961046, 0.110911, 0.253159), }, - Vertex { position: (-3.703185, 0.163182, 0.084262), - normal: (0.661824, 0.260114, 0.703086), }, - Vertex { position: (-3.686972, 0.515966, 0.053185), - normal: (0.961046, 0.110911, 0.253159), }, - Vertex { position: (-3.720269, 0.512205, 0.092064), - normal: (0.675892, 0.137563, 0.724049), }, - Vertex { position: (-3.720269, 0.512205, 0.092064), - normal: (0.675892, 0.137563, 0.724049), }, - Vertex { position: (-3.686972, 0.515966, 0.053185), - normal: (0.961046, 0.110911, 0.253159), }, - Vertex { position: (-3.716312, 1.021474, 0.057693), - normal: (0.910294, -0.144636, 0.387873), }, - Vertex { position: (-3.720269, 0.512205, 0.092064), - normal: (0.675892, 0.137563, 0.724049), }, - Vertex { position: (-3.716312, 1.021474, 0.057693), - normal: (0.910294, -0.144636, 0.387873), }, - Vertex { position: (-3.752468, 1.017751, 0.099865), - normal: (0.708269, -0.122725, 0.695193), }, - Vertex { position: (-3.752468, 1.017751, 0.099865), - normal: (0.708269, -0.122725, 0.695193), }, - Vertex { position: (-3.716312, 1.021474, 0.057693), - normal: (0.910294, -0.144636, 0.387873), }, - Vertex { position: (-3.675638, 1.471512, 0.062201), - normal: (0.813709, -0.132052, 0.566074), }, - Vertex { position: (-3.752468, 1.017751, 0.099865), - normal: (0.708269, -0.122725, 0.695193), }, - Vertex { position: (-3.675638, 1.471512, 0.062201), - normal: (0.813709, -0.132052, 0.566074), }, - Vertex { position: (-3.714787, 1.473248, 0.107668), - normal: (0.540204, -0.272055, 0.796345), }, - Vertex { position: (-3.714787, 1.473248, 0.107668), - normal: (0.540204, -0.272055, 0.796345), }, - Vertex { position: (-3.675638, 1.471512, 0.062201), - normal: (0.813709, -0.132052, 0.566074), }, - Vertex { position: (-3.519086, 1.70322, 0.066709), - normal: (0.577502, -0.140087, 0.804281), }, - Vertex { position: (-3.714787, 1.473248, 0.107668), - normal: (0.540204, -0.272055, 0.796345), }, - Vertex { position: (-3.519086, 1.70322, 0.066709), - normal: (0.577502, -0.140087, 0.804281), }, - Vertex { position: (-3.557104, 1.72113, 0.11547), - normal: (0.723289, -0.195474, 0.662302), }, - Vertex { position: (-3.557104, 1.72113, 0.11547), - normal: (0.723289, -0.195474, 0.662302), }, - Vertex { position: (-3.519086, 1.70322, 0.066709), - normal: (0.577502, -0.140087, 0.804281), }, - Vertex { position: (-3.357009, 1.781675, 0.071216), - normal: (0.490646, -0.178294, 0.852923), }, - Vertex { position: (-3.557104, 1.72113, 0.11547), - normal: (0.723289, -0.195474, 0.662302), }, - Vertex { position: (-3.357009, 1.781675, 0.071216), - normal: (0.490646, -0.178294, 0.852923), }, - Vertex { position: (-3.380836, 1.819691, 0.123273), - normal: (0.588787, -0.248294, 0.769207), }, - Vertex { position: (-3.65524, -0.194907, 0.019209), - normal: (0.274422, -0.24433, 0.930051), }, - Vertex { position: (-3.640457, -0.195379, -0.024909), - normal: (0.267717, -0.172975, 0.947844), }, - Vertex { position: (-3.661331, 0.167886, 0.000058), - normal: (-0.028502, -0.108631, 0.993674), }, - Vertex { position: (-3.65524, -0.194907, 0.019209), - normal: (0.274422, -0.24433, 0.930051), }, - Vertex { position: (-3.661331, 0.167886, 0.000058), - normal: (-0.028502, -0.108631, 0.993674), }, - Vertex { position: (-3.672559, 0.166625, 0.048678), - normal: (0.017555, -0.142899, 0.989582), }, - Vertex { position: (-3.672559, 0.166625, 0.048678), - normal: (0.017555, -0.142899, 0.989582), }, - Vertex { position: (-3.661331, 0.167886, 0.000058), - normal: (-0.028502, -0.108631, 0.993674), }, - Vertex { position: (-3.674766, 0.517345, -0.000063), - normal: (0.998889, 0.047122, -0.000074), }, - Vertex { position: (-3.672559, 0.166625, 0.048678), - normal: (0.017555, -0.142899, 0.989582), }, - Vertex { position: (-3.674766, 0.517345, -0.000063), - normal: (0.998889, 0.047122, -0.000074), }, - Vertex { position: (-3.686972, 0.515966, 0.053185), - normal: (0.961046, 0.110911, 0.253159), }, - Vertex { position: (-3.686972, 0.515966, 0.053185), - normal: (0.961046, 0.110911, 0.253159), }, - Vertex { position: (-3.674766, 0.517345, -0.000063), - normal: (0.998889, 0.047122, -0.000074), }, - Vertex { position: (-3.703058, 1.022838, -0.000069), - normal: (0.999831, -0.018401, -0.000261), }, - Vertex { position: (-3.686972, 0.515966, 0.053185), - normal: (0.961046, 0.110911, 0.253159), }, - Vertex { position: (-3.703058, 1.022838, -0.000069), - normal: (0.999831, -0.018401, -0.000261), }, - Vertex { position: (-3.716312, 1.021474, 0.057693), - normal: (0.910294, -0.144636, 0.387873), }, - Vertex { position: (-3.716312, 1.021474, 0.057693), - normal: (0.910294, -0.144636, 0.387873), }, - Vertex { position: (-3.703058, 1.022838, -0.000069), - normal: (0.999831, -0.018401, -0.000261), }, - Vertex { position: (-3.661286, 1.470876, -0.000074), - normal: (0.941293, -0.337592, -0.000186), }, - Vertex { position: (-3.716312, 1.021474, 0.057693), - normal: (0.910294, -0.144636, 0.387873), }, - Vertex { position: (-3.661286, 1.470876, -0.000074), - normal: (0.941293, -0.337592, -0.000186), }, - Vertex { position: (-3.675638, 1.471512, 0.062201), - normal: (0.813709, -0.132052, 0.566074), }, - Vertex { position: (-3.675638, 1.471512, 0.062201), - normal: (0.813709, -0.132052, 0.566074), }, - Vertex { position: (-3.661286, 1.470876, -0.000074), - normal: (0.941293, -0.337592, -0.000186), }, - Vertex { position: (-3.507689, 1.700214, 0.0), - normal: (-0.153783, -0.988105, 0.0), }, - Vertex { position: (-3.675638, 1.471512, 0.062201), - normal: (0.813709, -0.132052, 0.566074), }, - Vertex { position: (-3.507689, 1.700214, 0.0), - normal: (-0.153783, -0.988105, 0.0), }, - Vertex { position: (-3.519086, 1.70322, 0.066709), - normal: (0.577502, -0.140087, 0.804281), }, - Vertex { position: (-3.519086, 1.70322, 0.066709), - normal: (0.577502, -0.140087, 0.804281), }, - Vertex { position: (-3.507689, 1.700214, 0.0), - normal: (-0.153783, -0.988105, 0.0), }, - Vertex { position: (-3.348274, 1.767738, -0.000085), - normal: (0.411442, -0.911436, -0.000099), }, - Vertex { position: (-3.519086, 1.70322, 0.066709), - normal: (0.577502, -0.140087, 0.804281), }, - Vertex { position: (-3.348274, 1.767738, -0.000085), - normal: (0.411442, -0.911436, -0.000099), }, - Vertex { position: (-3.357009, 1.781675, 0.071216), - normal: (0.490646, -0.178294, 0.852923), }, - Vertex { position: (-3.640457, -0.195379, -0.024909), - normal: (0.267717, -0.172975, 0.947844), }, - Vertex { position: (-3.655175, -0.194909, -0.069044), - normal: (-0.064166, -0.189382, 0.979805), }, - Vertex { position: (-3.67251, 0.16663, -0.048579), - normal: (0.781868, 0.537363, 0.316106), }, - Vertex { position: (-3.640457, -0.195379, -0.024909), - normal: (0.267717, -0.172975, 0.947844), }, - Vertex { position: (-3.67251, 0.16663, -0.048579), - normal: (0.781868, 0.537363, 0.316106), }, - Vertex { position: (-3.661331, 0.167886, 0.000058), - normal: (-0.028502, -0.108631, 0.993674), }, - Vertex { position: (-3.661331, 0.167886, 0.000058), - normal: (-0.028502, -0.108631, 0.993674), }, - Vertex { position: (-3.67251, 0.16663, -0.048579), - normal: (0.781868, 0.537363, 0.316106), }, - Vertex { position: (-3.686972, 0.515966, -0.053185), - normal: (0.891325, 0.039302, -0.451658), }, - Vertex { position: (-3.661331, 0.167886, 0.000058), - normal: (-0.028502, -0.108631, 0.993674), }, - Vertex { position: (-3.686972, 0.515966, -0.053185), - normal: (0.891325, 0.039302, -0.451658), }, - Vertex { position: (-3.674766, 0.517345, -0.000063), - normal: (0.998889, 0.047122, -0.000074), }, - Vertex { position: (-3.655175, -0.194909, -0.069044), - normal: (-0.064166, -0.189382, 0.979805), }, - Vertex { position: (-3.695452, -0.193624, -0.101369), - normal: (0.89264, 0.349909, 0.284178), }, - Vertex { position: (-3.703099, 0.163192, -0.084205), - normal: (0.618085, 0.65091, 0.440781), }, - Vertex { position: (-3.655175, -0.194909, -0.069044), - normal: (-0.064166, -0.189382, 0.979805), }, - Vertex { position: (-3.703099, 0.163192, -0.084205), - normal: (0.618085, 0.65091, 0.440781), }, - Vertex { position: (-3.67251, 0.16663, -0.048579), - normal: (0.781868, 0.537363, 0.316106), }, - Vertex { position: (-3.67251, 0.16663, -0.048579), - normal: (0.781868, 0.537363, 0.316106), }, - Vertex { position: (-3.703099, 0.163192, -0.084205), - normal: (0.618085, 0.65091, 0.440781), }, - Vertex { position: (-3.720269, 0.512205, -0.092064), - normal: (0.549192, 0.015162, -0.835559), }, - Vertex { position: (-3.67251, 0.16663, -0.048579), - normal: (0.781868, 0.537363, 0.316106), }, - Vertex { position: (-3.720269, 0.512205, -0.092064), - normal: (0.549192, 0.015162, -0.835559), }, - Vertex { position: (-3.686972, 0.515966, -0.053185), - normal: (0.891325, 0.039302, -0.451658), }, - Vertex { position: (-3.695452, -0.193624, -0.101369), - normal: (0.89264, 0.349909, 0.284178), }, - Vertex { position: (-3.7505, -0.191867, -0.11323), - normal: (0.3526, 0.621479, 0.699598), }, - Vertex { position: (-3.744907, 0.158493, -0.097274), - normal: (0.171039, 0.554898, 0.814146), }, - Vertex { position: (-3.695452, -0.193624, -0.101369), - normal: (0.89264, 0.349909, 0.284178), }, - Vertex { position: (-3.744907, 0.158493, -0.097274), - normal: (0.171039, 0.554898, 0.814146), }, - Vertex { position: (-3.703099, 0.163192, -0.084205), - normal: (0.618085, 0.65091, 0.440781), }, - Vertex { position: (-3.703099, 0.163192, -0.084205), - normal: (0.618085, 0.65091, 0.440781), }, - Vertex { position: (-3.744907, 0.158493, -0.097274), - normal: (0.171039, 0.554898, 0.814146), }, - Vertex { position: (-3.765736, 0.50707, -0.106281), - normal: (0.002291, -0.021629, -0.999763), }, - Vertex { position: (-3.703099, 0.163192, -0.084205), - normal: (0.618085, 0.65091, 0.440781), }, - Vertex { position: (-3.765736, 0.50707, -0.106281), - normal: (0.002291, -0.021629, -0.999763), }, - Vertex { position: (-3.720269, 0.512205, -0.092064), - normal: (0.549192, 0.015162, -0.835559), }, - Vertex { position: (-3.7505, -0.191867, -0.11323), - normal: (0.3526, 0.621479, 0.699598), }, - Vertex { position: (-3.805575, -0.190109, -0.101447), - normal: (-0.281998, -0.030938, 0.958916), }, - Vertex { position: (-3.786736, 0.153792, -0.084291), - normal: (-0.120429, -0.209965, 0.970264), }, - Vertex { position: (-3.7505, -0.191867, -0.11323), - normal: (0.3526, 0.621479, 0.699598), }, - Vertex { position: (-3.786736, 0.153792, -0.084291), - normal: (-0.120429, -0.209965, 0.970264), }, - Vertex { position: (-3.744907, 0.158493, -0.097274), - normal: (0.171039, 0.554898, 0.814146), }, - Vertex { position: (-3.744907, 0.158493, -0.097274), - normal: (0.171039, 0.554898, 0.814146), }, - Vertex { position: (-3.786736, 0.153792, -0.084291), - normal: (-0.120429, -0.209965, 0.970264), }, - Vertex { position: (-3.811194, 0.501935, -0.092033), - normal: (-0.545298, -0.056465, -0.836338), }, - Vertex { position: (-3.744907, 0.158493, -0.097274), - normal: (0.171039, 0.554898, 0.814146), }, - Vertex { position: (-3.811194, 0.501935, -0.092033), - normal: (-0.545298, -0.056465, -0.836338), }, - Vertex { position: (-3.765736, 0.50707, -0.106281), - normal: (0.002291, -0.021629, -0.999763), }, - Vertex { position: (-3.805575, -0.190109, -0.101447), - normal: (-0.281998, -0.030938, 0.958916), }, - Vertex { position: (-3.845923, -0.188822, -0.06918), - normal: (0.077536, 0.770695, 0.632469), }, - Vertex { position: (-3.817381, 0.150348, -0.048728), - normal: (-0.222902, 0.035918, 0.974179), }, - Vertex { position: (-3.805575, -0.190109, -0.101447), - normal: (-0.281998, -0.030938, 0.958916), }, - Vertex { position: (-3.817381, 0.150348, -0.048728), - normal: (-0.222902, 0.035918, 0.974179), }, - Vertex { position: (-3.786736, 0.153792, -0.084291), - normal: (-0.120429, -0.209965, 0.970264), }, - Vertex { position: (-3.786736, 0.153792, -0.084291), - normal: (-0.120429, -0.209965, 0.970264), }, - Vertex { position: (-3.817381, 0.150348, -0.048728), - normal: (-0.222902, 0.035918, 0.974179), }, - Vertex { position: (-3.84447, 0.498176, -0.053132), - normal: (-0.888551, -0.077176, -0.452239), }, - Vertex { position: (-3.786736, 0.153792, -0.084291), - normal: (-0.120429, -0.209965, 0.970264), }, - Vertex { position: (-3.84447, 0.498176, -0.053132), - normal: (-0.888551, -0.077176, -0.452239), }, - Vertex { position: (-3.811194, 0.501935, -0.092033), - normal: (-0.545298, -0.056465, -0.836338), }, - Vertex { position: (-3.845923, -0.188822, -0.06918), - normal: (0.077536, 0.770695, 0.632469), }, - Vertex { position: (-3.86074, -0.188349, -0.024962), - normal: (0.166377, -0.157108, 0.973466), }, - Vertex { position: (-3.828633, 0.149083, 0.0), - normal: (0.054863, -0.132814, 0.989621), }, - Vertex { position: (-3.845923, -0.188822, -0.06918), - normal: (0.077536, 0.770695, 0.632469), }, - Vertex { position: (-3.828633, 0.149083, 0.0), - normal: (0.054863, -0.132814, 0.989621), }, - Vertex { position: (-3.817381, 0.150348, -0.048728), - normal: (-0.222902, 0.035918, 0.974179), }, - Vertex { position: (-3.817381, 0.150348, -0.048728), - normal: (-0.222902, 0.035918, 0.974179), }, - Vertex { position: (-3.828633, 0.149083, 0.0), - normal: (0.054863, -0.132814, 0.989621), }, - Vertex { position: (-3.856649, 0.496801, 0.0), - normal: (-0.996511, -0.083465, -0.000062), }, - Vertex { position: (-3.817381, 0.150348, -0.048728), - normal: (-0.222902, 0.035918, 0.974179), }, - Vertex { position: (-3.856649, 0.496801, 0.0), - normal: (-0.996511, -0.083465, -0.000062), }, - Vertex { position: (-3.84447, 0.498176, -0.053132), - normal: (-0.888551, -0.077176, -0.452239), }, - Vertex { position: (-3.413372, 1.871604, 0.142309), - normal: (0.431712, 0.22912, 0.872427), }, - Vertex { position: (-3.077669, 1.871112, 0.217368), - normal: (0.137206, -0.207537, 0.968557), }, - Vertex { position: (-3.227504, 1.961738, 0.131029), - normal: (0.722, 0.398916, 0.565317), }, - Vertex { position: (-3.053102, 1.96881, 0.051104), - normal: (0.137764, -0.289893, 0.947092), }, - Vertex { position: (-3.037562, 2.001526, 0.0), - normal: (0.012502, -0.999922, 0.0), }, - Vertex { position: (-3.242148, 2.021387, 0.0), - normal: (-0.433128, -0.901332, 0.0), }, - Vertex { position: (-3.053102, 1.96881, 0.051104), - normal: (0.137764, -0.289893, 0.947092), }, - Vertex { position: (-3.242148, 2.021387, 0.0), - normal: (-0.433128, -0.901332, 0.0), }, - Vertex { position: (-3.238225, 2.005405, 0.075645), - normal: (0.707626, -0.125604, 0.695334), }, - Vertex { position: (-3.053102, 1.96881, 0.051104), - normal: (0.137764, -0.289893, 0.947092), }, - Vertex { position: (-3.238225, 2.005405, 0.075645), - normal: (0.707626, -0.125604, 0.695334), }, - Vertex { position: (-3.227504, 1.961738, 0.131029), - normal: (0.722, 0.398916, 0.565317), }, - Vertex { position: (-3.077669, 1.871112, 0.217368), - normal: (0.137206, -0.207537, 0.968557), }, - Vertex { position: (-3.053102, 1.96881, 0.051104), - normal: (0.137764, -0.289893, 0.947092), }, - Vertex { position: (-3.227504, 1.961738, 0.131029), - normal: (0.722, 0.398916, 0.565317), }, - Vertex { position: (-3.413372, 1.871604, 0.142309), - normal: (0.431712, 0.22912, 0.872427), }, - Vertex { position: (-3.35851, 1.810253, 0.380095), - normal: (-0.468954, -0.586277, 0.660577), }, - Vertex { position: (-3.077669, 1.871112, 0.217368), - normal: (0.137206, -0.207537, 0.968557), }, - Vertex { position: (-3.35851, 1.810253, 0.380095), - normal: (-0.468954, -0.586277, 0.660577), }, - Vertex { position: (-3.07531, 1.846, 0.363149), - normal: (0.094371, -0.230057, 0.968591), }, - Vertex { position: (-3.077669, 1.871112, 0.217368), - normal: (0.137206, -0.207537, 0.968557), }, - Vertex { position: (4.861618, 1.854067, 0.618095), - normal: (0.272203, 0.043076, 0.961275), }, - Vertex { position: (4.852578, 1.889721, 0.605031), - normal: (0.302716, 0.058971, 0.951255), }, - Vertex { position: (4.824747, 1.946835, 0.626358), - normal: (0.347794, 0.132396, 0.928176), }, - Vertex { position: (4.861618, 1.854067, 0.618095), - normal: (0.272203, 0.043076, 0.961275), }, - Vertex { position: (4.824747, 1.946835, 0.626358), - normal: (0.347794, 0.132396, 0.928176), }, - Vertex { position: (4.760921, 1.881357, 0.61312), - normal: (0.337014, -0.030018, 0.941021), }, - Vertex { position: (4.935561, 2.016016, 0.5857), - normal: (0.361081, -0.056526, 0.93082), }, - Vertex { position: (4.93588, 2.051665, 0.572853), - normal: (0.196849, 0.14562, 0.969559), }, - Vertex { position: (4.842883, 2.021333, 0.638025), - normal: (0.195545, 0.103956, 0.975169), }, - Vertex { position: (4.935561, 2.016016, 0.5857), - normal: (0.361081, -0.056526, 0.93082), }, - Vertex { position: (4.842883, 2.021333, 0.638025), - normal: (0.195545, 0.103956, 0.975169), }, - Vertex { position: (4.861611, 2.001639, 0.621913), - normal: (0.36359, 0.089346, 0.927264), }, - Vertex { position: (4.973133, 1.992779, 0.533466), - normal: (0.282492, 0.026081, 0.958915), }, - Vertex { position: (5.001903, 1.914398, 0.486724), - normal: (0.380651, 0.443224, 0.811577), }, - Vertex { position: (4.991746, 2.009819, 0.523206), - normal: (0.210495, 0.185422, 0.959849), }, - Vertex { position: (4.852578, 1.889721, 0.605031), - normal: (0.302716, 0.058971, 0.951255), }, - Vertex { position: (4.861618, 1.854067, 0.618095), - normal: (0.272203, 0.043076, 0.961275), }, - Vertex { position: (4.944706, 1.840663, 0.575374), - normal: (-0.03359, 0.173471, 0.984266), }, - Vertex { position: (4.852578, 1.889721, 0.605031), - normal: (0.302716, 0.058971, 0.951255), }, - Vertex { position: (4.944706, 1.840663, 0.575374), - normal: (-0.03359, 0.173471, 0.984266), }, - Vertex { position: (4.926194, 1.859813, 0.582137), - normal: (0.332757, 0.286207, 0.898531), }, - Vertex { position: (4.944706, 1.840663, 0.575374), - normal: (-0.03359, 0.173471, 0.984266), }, - Vertex { position: (4.991709, 1.844295, 0.520761), - normal: (0.289202, 0.572304, 0.767353), }, - Vertex { position: (4.982364, 1.8733, 0.53619), - normal: (0.362705, 0.428702, 0.827442), }, - Vertex { position: (4.944706, 1.840663, 0.575374), - normal: (-0.03359, 0.173471, 0.984266), }, - Vertex { position: (4.982364, 1.8733, 0.53619), - normal: (0.362705, 0.428702, 0.827442), }, - Vertex { position: (4.926194, 1.859813, 0.582137), - normal: (0.332757, 0.286207, 0.898531), }, - Vertex { position: (4.852582, 1.816115, 0.603105), - normal: (0.168187, 0.300291, 0.938903), }, - Vertex { position: (4.908019, 1.796041, 0.587882), - normal: (0.243508, 0.533327, 0.810103), }, - Vertex { position: (4.944706, 1.840663, 0.575374), - normal: (-0.03359, 0.173471, 0.984266), }, - Vertex { position: (4.852582, 1.816115, 0.603105), - normal: (0.168187, 0.300291, 0.938903), }, - Vertex { position: (4.944706, 1.840663, 0.575374), - normal: (-0.03359, 0.173471, 0.984266), }, - Vertex { position: (4.861618, 1.854067, 0.618095), - normal: (0.272203, 0.043076, 0.961275), }, - Vertex { position: (4.908019, 1.796041, 0.587882), - normal: (0.243508, 0.533327, 0.810103), }, - Vertex { position: (4.963546, 1.783161, 0.553515), - normal: (0.112152, 0.130705, 0.985057), }, - Vertex { position: (4.991709, 1.844295, 0.520761), - normal: (0.289202, 0.572304, 0.767353), }, - Vertex { position: (4.908019, 1.796041, 0.587882), - normal: (0.243508, 0.533327, 0.810103), }, - Vertex { position: (4.991709, 1.844295, 0.520761), - normal: (0.289202, 0.572304, 0.767353), }, - Vertex { position: (4.944706, 1.840663, 0.575374), - normal: (-0.03359, 0.173471, 0.984266), }, - Vertex { position: (4.963546, 1.783161, 0.553515), - normal: (0.112152, 0.130705, 0.985057), }, - Vertex { position: (4.983034, 1.806343, 0.505779), - normal: (0.069483, 0.206285, 0.976022), }, - Vertex { position: (4.991709, 1.844295, 0.520761), - normal: (0.289202, 0.572304, 0.767353), }, - Vertex { position: (4.983034, 1.806343, 0.505779), - normal: (0.069483, 0.206285, 0.976022), }, - Vertex { position: (5.01143, 1.875569, 0.463205), - normal: (0.154687, 0.171026, 0.973048), }, - Vertex { position: (4.991709, 1.844295, 0.520761), - normal: (0.289202, 0.572304, 0.767353), }, - Vertex { position: (4.93588, 2.051665, 0.572853), - normal: (0.196849, 0.14562, 0.969559), }, - Vertex { position: (4.991746, 2.009819, 0.523206), - normal: (0.210495, 0.185422, 0.959849), }, - Vertex { position: (4.964945, 2.053575, 0.499903), - normal: (0.235746, 0.648569, 0.723728), }, - Vertex { position: (4.93588, 2.051665, 0.572853), - normal: (0.196849, 0.14562, 0.969559), }, - Vertex { position: (4.964945, 2.053575, 0.499903), - normal: (0.235746, 0.648569, 0.723728), }, - Vertex { position: (4.918466, 2.084725, 0.532713), - normal: (0.054287, 0.055115, 0.997003), }, - Vertex { position: (4.991746, 2.009819, 0.523206), - normal: (0.210495, 0.185422, 0.959849), }, - Vertex { position: (5.020077, 1.97817, 0.480978), - normal: (0.101497, 0.61661, 0.780699), }, - Vertex { position: (4.964945, 2.053575, 0.499903), - normal: (0.235746, 0.648569, 0.723728), }, - Vertex { position: (5.01143, 1.875569, 0.463205), - normal: (0.154687, 0.171026, 0.973048), }, - Vertex { position: (5.020077, 1.97817, 0.480978), - normal: (0.101497, 0.61661, 0.780699), }, - Vertex { position: (4.991746, 2.009819, 0.523206), - normal: (0.210495, 0.185422, 0.959849), }, - Vertex { position: (4.93588, 2.051665, 0.572853), - normal: (0.196849, 0.14562, 0.969559), }, - Vertex { position: (4.881574, 2.094571, 0.539949), - normal: (0.012421, 0.392537, 0.919652), }, - Vertex { position: (4.825996, 2.089176, 0.576083), - normal: (0.043397, 0.435463, 0.89916), }, - Vertex { position: (4.93588, 2.051665, 0.572853), - normal: (0.196849, 0.14562, 0.969559), }, - Vertex { position: (4.825996, 2.089176, 0.576083), - normal: (0.043397, 0.435463, 0.89916), }, - Vertex { position: (4.842883, 2.021333, 0.638025), - normal: (0.195545, 0.103956, 0.975169), }, - Vertex { position: (4.788476, 2.028047, 0.608619), - normal: (0.067357, 0.280764, 0.95741), }, - Vertex { position: (4.760921, 1.881357, 0.61312), - normal: (0.337014, -0.030018, 0.941021), }, - Vertex { position: (4.842883, 2.021333, 0.638025), - normal: (0.195545, 0.103956, 0.975169), }, - Vertex { position: (4.788476, 2.028047, 0.608619), - normal: (0.067357, 0.280764, 0.95741), }, - Vertex { position: (4.842883, 2.021333, 0.638025), - normal: (0.195545, 0.103956, 0.975169), }, - Vertex { position: (4.825996, 2.089176, 0.576083), - normal: (0.043397, 0.435463, 0.89916), }, - Vertex { position: (4.788476, 2.028047, 0.608619), - normal: (0.067357, 0.280764, 0.95741), }, - Vertex { position: (4.825996, 2.089176, 0.576083), - normal: (0.043397, 0.435463, 0.89916), }, - Vertex { position: (4.798297, 2.118191, 0.591085), - normal: (0.184871, 0.227138, 0.956154), }, - Vertex { position: (4.788476, 2.028047, 0.608619), - normal: (0.067357, 0.280764, 0.95741), }, - Vertex { position: (4.798297, 2.118191, 0.591085), - normal: (0.184871, 0.227138, 0.956154), }, - Vertex { position: (4.751519, 2.039658, 0.634134), - normal: (-0.026366, 0.234118, 0.971851), }, - Vertex { position: (4.825996, 2.089176, 0.576083), - normal: (0.043397, 0.435463, 0.89916), }, - Vertex { position: (4.881574, 2.094571, 0.539949), - normal: (0.012421, 0.392537, 0.919652), }, - Vertex { position: (4.872539, 2.159259, 0.542891), - normal: (-0.034875, 0.308036, 0.950735), }, - Vertex { position: (4.825996, 2.089176, 0.576083), - normal: (0.043397, 0.435463, 0.89916), }, - Vertex { position: (4.872539, 2.159259, 0.542891), - normal: (-0.034875, 0.308036, 0.950735), }, - Vertex { position: (4.798297, 2.118191, 0.591085), - normal: (0.184871, 0.227138, 0.956154), }, - Vertex { position: (4.881574, 2.094571, 0.539949), - normal: (0.012421, 0.392537, 0.919652), }, - Vertex { position: (4.918466, 2.084725, 0.532713), - normal: (0.054287, 0.055115, 0.997003), }, - Vertex { position: (4.927885, 2.15656, 0.516579), - normal: (-0.148853, 0.101172, 0.98367), }, - Vertex { position: (4.881574, 2.094571, 0.539949), - normal: (0.012421, 0.392537, 0.919652), }, - Vertex { position: (4.927885, 2.15656, 0.516579), - normal: (-0.148853, 0.101172, 0.98367), }, - Vertex { position: (4.872539, 2.159259, 0.542891), - normal: (-0.034875, 0.308036, 0.950735), }, - Vertex { position: (4.918466, 2.084725, 0.532713), - normal: (0.054287, 0.055115, 0.997003), }, - Vertex { position: (4.964945, 2.053575, 0.499903), - normal: (0.235746, 0.648569, 0.723728), }, - Vertex { position: (5.00244, 2.105746, 0.468233), - normal: (0.504806, 0.844077, 0.180846), }, - Vertex { position: (4.918466, 2.084725, 0.532713), - normal: (0.054287, 0.055115, 0.997003), }, - Vertex { position: (5.00244, 2.105746, 0.468233), - normal: (0.504806, 0.844077, 0.180846), }, - Vertex { position: (4.927885, 2.15656, 0.516579), - normal: (-0.148853, 0.101172, 0.98367), }, - Vertex { position: (4.964945, 2.053575, 0.499903), - normal: (0.235746, 0.648569, 0.723728), }, - Vertex { position: (5.020077, 1.97817, 0.480978), - normal: (0.101497, 0.61661, 0.780699), }, - Vertex { position: (5.057495, 2.002751, 0.451974), - normal: (0.615065, 0.769234, 0.173133), }, - Vertex { position: (4.964945, 2.053575, 0.499903), - normal: (0.235746, 0.648569, 0.723728), }, - Vertex { position: (5.057495, 2.002751, 0.451974), - normal: (0.615065, 0.769234, 0.173133), }, - Vertex { position: (5.00244, 2.105746, 0.468233), - normal: (0.504806, 0.844077, 0.180846), }, - Vertex { position: (5.020077, 1.97817, 0.480978), - normal: (0.101497, 0.61661, 0.780699), }, - Vertex { position: (5.01143, 1.875569, 0.463205), - normal: (0.154687, 0.171026, 0.973048), }, - Vertex { position: (5.075994, 1.900999, 0.443793), - normal: (0.550963, 0.62763, 0.550018), }, - Vertex { position: (5.020077, 1.97817, 0.480978), - normal: (0.101497, 0.61661, 0.780699), }, - Vertex { position: (5.075994, 1.900999, 0.443793), - normal: (0.550963, 0.62763, 0.550018), }, - Vertex { position: (5.057495, 2.002751, 0.451974), - normal: (0.615065, 0.769234, 0.173133), }, - Vertex { position: (5.01143, 1.875569, 0.463205), - normal: (0.154687, 0.171026, 0.973048), }, - Vertex { position: (5.030289, 1.827419, 0.440803), - normal: (0.477291, 0.716177, 0.509199), }, - Vertex { position: (5.075994, 1.900999, 0.443793), - normal: (0.550963, 0.62763, 0.550018), }, - Vertex { position: (4.983034, 1.806343, 0.505779), - normal: (0.069483, 0.206285, 0.976022), }, - Vertex { position: (4.991904, 1.760829, 0.510386), - normal: (0.888167, 0.420088, 0.186241), }, - Vertex { position: (5.030289, 1.827419, 0.440803), - normal: (0.477291, 0.716177, 0.509199), }, - Vertex { position: (4.983034, 1.806343, 0.505779), - normal: (0.069483, 0.206285, 0.976022), }, - Vertex { position: (5.030289, 1.827419, 0.440803), - normal: (0.477291, 0.716177, 0.509199), }, - Vertex { position: (5.01143, 1.875569, 0.463205), - normal: (0.154687, 0.171026, 0.973048), }, - Vertex { position: (4.963546, 1.783161, 0.553515), - normal: (0.112152, 0.130705, 0.985057), }, - Vertex { position: (4.936066, 1.737668, 0.557276), - normal: (0.749779, 0.312648, 0.583167), }, - Vertex { position: (4.991904, 1.760829, 0.510386), - normal: (0.888167, 0.420088, 0.186241), }, - Vertex { position: (4.963546, 1.783161, 0.553515), - normal: (0.112152, 0.130705, 0.985057), }, - Vertex { position: (4.991904, 1.760829, 0.510386), - normal: (0.888167, 0.420088, 0.186241), }, - Vertex { position: (4.983034, 1.806343, 0.505779), - normal: (0.069483, 0.206285, 0.976022), }, - Vertex { position: (4.871155, 1.741238, 0.592326), - normal: (0.358075, 0.480709, 0.800438), }, - Vertex { position: (4.936066, 1.737668, 0.557276), - normal: (0.749779, 0.312648, 0.583167), }, - Vertex { position: (4.963546, 1.783161, 0.553515), - normal: (0.112152, 0.130705, 0.985057), }, - Vertex { position: (4.871155, 1.741238, 0.592326), - normal: (0.358075, 0.480709, 0.800438), }, - Vertex { position: (4.963546, 1.783161, 0.553515), - normal: (0.112152, 0.130705, 0.985057), }, - Vertex { position: (4.908019, 1.796041, 0.587882), - normal: (0.243508, 0.533327, 0.810103), }, - Vertex { position: (4.816181, 1.79786, 0.604026), - normal: (0.524848, 0.480955, 0.702294), }, - Vertex { position: (4.871155, 1.741238, 0.592326), - normal: (0.358075, 0.480709, 0.800438), }, - Vertex { position: (4.908019, 1.796041, 0.587882), - normal: (0.243508, 0.533327, 0.810103), }, - Vertex { position: (4.816181, 1.79786, 0.604026), - normal: (0.524848, 0.480955, 0.702294), }, - Vertex { position: (4.908019, 1.796041, 0.587882), - normal: (0.243508, 0.533327, 0.810103), }, - Vertex { position: (4.852582, 1.816115, 0.603105), - normal: (0.168187, 0.300291, 0.938903), }, - Vertex { position: (4.816181, 1.79786, 0.604026), - normal: (0.524848, 0.480955, 0.702294), }, - Vertex { position: (4.852582, 1.816115, 0.603105), - normal: (0.168187, 0.300291, 0.938903), }, - Vertex { position: (4.760921, 1.881357, 0.61312), - normal: (0.337014, -0.030018, 0.941021), }, - Vertex { position: (5.085813, 1.888503, 0.408327), - normal: (0.988203, -0.047217, 0.145687), }, - Vertex { position: (5.095375, 1.961238, 0.401516), - normal: (0.72603, 0.248277, 0.641279), }, - Vertex { position: (5.075994, 1.900999, 0.443793), - normal: (0.550963, 0.62763, 0.550018), }, - Vertex { position: (5.030289, 1.827419, 0.440803), - normal: (0.477291, 0.716177, 0.509199), }, - Vertex { position: (5.058179, 1.788186, 0.417387), - normal: (0.936242, -0.313777, -0.158096), }, - Vertex { position: (5.085813, 1.888503, 0.408327), - normal: (0.988203, -0.047217, 0.145687), }, - Vertex { position: (5.030289, 1.827419, 0.440803), - normal: (0.477291, 0.716177, 0.509199), }, - Vertex { position: (5.085813, 1.888503, 0.408327), - normal: (0.988203, -0.047217, 0.145687), }, - Vertex { position: (5.075994, 1.900999, 0.443793), - normal: (0.550963, 0.62763, 0.550018), }, - Vertex { position: (4.991904, 1.760829, 0.510386), - normal: (0.888167, 0.420088, 0.186241), }, - Vertex { position: (5.019836, 1.739907, 0.485562), - normal: (0.831186, -0.511045, -0.219005), }, - Vertex { position: (5.058179, 1.788186, 0.417387), - normal: (0.936242, -0.313777, -0.158096), }, - Vertex { position: (4.991904, 1.760829, 0.510386), - normal: (0.888167, 0.420088, 0.186241), }, - Vertex { position: (5.058179, 1.788186, 0.417387), - normal: (0.936242, -0.313777, -0.158096), }, - Vertex { position: (5.030289, 1.827419, 0.440803), - normal: (0.477291, 0.716177, 0.509199), }, - Vertex { position: (4.936066, 1.737668, 0.557276), - normal: (0.749779, 0.312648, 0.583167), }, - Vertex { position: (4.917973, 1.68148, 0.544201), - normal: (0.797293, -0.558933, -0.227857), }, - Vertex { position: (5.019836, 1.739907, 0.485562), - normal: (0.831186, -0.511045, -0.219005), }, - Vertex { position: (4.936066, 1.737668, 0.557276), - normal: (0.749779, 0.312648, 0.583167), }, - Vertex { position: (5.019836, 1.739907, 0.485562), - normal: (0.831186, -0.511045, -0.219005), }, - Vertex { position: (4.991904, 1.760829, 0.510386), - normal: (0.888167, 0.420088, 0.186241), }, - Vertex { position: (4.862636, 1.684144, 0.570155), - normal: (0.707669, -0.687185, 0.164261), }, - Vertex { position: (4.917973, 1.68148, 0.544201), - normal: (0.797293, -0.558933, -0.227857), }, - Vertex { position: (4.936066, 1.737668, 0.557276), - normal: (0.749779, 0.312648, 0.583167), }, - Vertex { position: (4.862636, 1.684144, 0.570155), - normal: (0.707669, -0.687185, 0.164261), }, - Vertex { position: (4.936066, 1.737668, 0.557276), - normal: (0.749779, 0.312648, 0.583167), }, - Vertex { position: (4.871155, 1.741238, 0.592326), - normal: (0.358075, 0.480709, 0.800438), }, - Vertex { position: (4.752337, 1.723388, 0.591296), - normal: (0.744254, -0.65416, 0.134758), }, - Vertex { position: (4.862636, 1.684144, 0.570155), - normal: (0.707669, -0.687185, 0.164261), }, - Vertex { position: (4.871155, 1.741238, 0.592326), - normal: (0.358075, 0.480709, 0.800438), }, - Vertex { position: (4.752337, 1.723388, 0.591296), - normal: (0.744254, -0.65416, 0.134758), }, - Vertex { position: (4.871155, 1.741238, 0.592326), - normal: (0.358075, 0.480709, 0.800438), }, - Vertex { position: (4.816181, 1.79786, 0.604026), - normal: (0.524848, 0.480955, 0.702294), }, - Vertex { position: (4.697607, 1.768061, 0.576663), - normal: (0.884603, -0.366979, 0.287755), }, - Vertex { position: (4.752337, 1.723388, 0.591296), - normal: (0.744254, -0.65416, 0.134758), }, - Vertex { position: (4.816181, 1.79786, 0.604026), - normal: (0.524848, 0.480955, 0.702294), }, - Vertex { position: (4.697607, 1.768061, 0.576663), - normal: (0.884603, -0.366979, 0.287755), }, - Vertex { position: (4.816181, 1.79786, 0.604026), - normal: (0.524848, 0.480955, 0.702294), }, - Vertex { position: (4.760921, 1.881357, 0.61312), - normal: (0.337014, -0.030018, 0.941021), }, - Vertex { position: (5.057495, 2.002751, 0.451974), - normal: (0.615065, 0.769234, 0.173133), }, - Vertex { position: (5.067202, 2.027704, 0.422291), - normal: (0.670109, -0.356989, 0.650778), }, - Vertex { position: (5.030641, 2.102197, 0.432329), - normal: (0.468872, -0.092982, 0.878359), }, - Vertex { position: (5.057495, 2.002751, 0.451974), - normal: (0.615065, 0.769234, 0.173133), }, - Vertex { position: (5.030641, 2.102197, 0.432329), - normal: (0.468872, -0.092982, 0.878359), }, - Vertex { position: (5.00244, 2.105746, 0.468233), - normal: (0.504806, 0.844077, 0.180846), }, - Vertex { position: (4.927885, 2.15656, 0.516579), - normal: (-0.148853, 0.101172, 0.98367), }, - Vertex { position: (5.00244, 2.105746, 0.468233), - normal: (0.504806, 0.844077, 0.180846), }, - Vertex { position: (5.030641, 2.102197, 0.432329), - normal: (0.468872, -0.092982, 0.878359), }, - Vertex { position: (4.927885, 2.15656, 0.516579), - normal: (-0.148853, 0.101172, 0.98367), }, - Vertex { position: (5.030641, 2.102197, 0.432329), - normal: (0.468872, -0.092982, 0.878359), }, - Vertex { position: (4.93795, 2.181155, 0.486939), - normal: (0.507131, -0.710633, 0.487667), }, - Vertex { position: (4.872539, 2.159259, 0.542891), - normal: (-0.034875, 0.308036, 0.950735), }, - Vertex { position: (4.927885, 2.15656, 0.516579), - normal: (-0.148853, 0.101172, 0.98367), }, - Vertex { position: (4.93795, 2.181155, 0.486939), - normal: (0.507131, -0.710633, 0.487667), }, - Vertex { position: (4.872539, 2.159259, 0.542891), - normal: (-0.034875, 0.308036, 0.950735), }, - Vertex { position: (4.93795, 2.181155, 0.486939), - normal: (0.507131, -0.710633, 0.487667), }, - Vertex { position: (4.881855, 2.194544, 0.530288), - normal: (0.292794, -0.691168, 0.660725), }, - Vertex { position: (4.807794, 2.143653, 0.570393), - normal: (0.384025, -0.256534, 0.88697), }, - Vertex { position: (4.798297, 2.118191, 0.591085), - normal: (0.184871, 0.227138, 0.956154), }, - Vertex { position: (4.872539, 2.159259, 0.542891), - normal: (-0.034875, 0.308036, 0.950735), }, - Vertex { position: (4.807794, 2.143653, 0.570393), - normal: (0.384025, -0.256534, 0.88697), }, - Vertex { position: (4.872539, 2.159259, 0.542891), - normal: (-0.034875, 0.308036, 0.950735), }, - Vertex { position: (4.881855, 2.194544, 0.530288), - normal: (0.292794, -0.691168, 0.660725), }, - Vertex { position: (4.728963, 2.036146, 0.614307), - normal: (0.689769, -0.265624, 0.673544), }, - Vertex { position: (4.751519, 2.039658, 0.634134), - normal: (-0.026366, 0.234118, 0.971851), }, - Vertex { position: (4.798297, 2.118191, 0.591085), - normal: (0.184871, 0.227138, 0.956154), }, - Vertex { position: (4.728963, 2.036146, 0.614307), - normal: (0.689769, -0.265624, 0.673544), }, - Vertex { position: (4.798297, 2.118191, 0.591085), - normal: (0.184871, 0.227138, 0.956154), }, - Vertex { position: (4.807794, 2.143653, 0.570393), - normal: (0.384025, -0.256534, 0.88697), }, - Vertex { position: (4.760921, 1.881357, 0.61312), - normal: (0.337014, -0.030018, 0.941021), }, - Vertex { position: (4.751519, 2.039658, 0.634134), - normal: (-0.026366, 0.234118, 0.971851), }, - Vertex { position: (4.728963, 2.036146, 0.614307), - normal: (0.689769, -0.265624, 0.673544), }, - Vertex { position: (4.760921, 1.881357, 0.61312), - normal: (0.337014, -0.030018, 0.941021), }, - Vertex { position: (4.728963, 2.036146, 0.614307), - normal: (0.689769, -0.265624, 0.673544), }, - Vertex { position: (4.742358, 1.882232, 0.62165), - normal: (0.901575, -0.270544, 0.337593), }, - Vertex { position: (4.697607, 1.768061, 0.576663), - normal: (0.884603, -0.366979, 0.287755), }, - Vertex { position: (4.760921, 1.881357, 0.61312), - normal: (0.337014, -0.030018, 0.941021), }, - Vertex { position: (4.742358, 1.882232, 0.62165), - normal: (0.901575, -0.270544, 0.337593), }, - Vertex { position: (4.688114, 2.046378, 0.604518), - normal: (0.190357, -0.604308, 0.773677), }, - Vertex { position: (4.728963, 2.036146, 0.614307), - normal: (0.689769, -0.265624, 0.673544), }, - Vertex { position: (4.807794, 2.143653, 0.570393), - normal: (0.384025, -0.256534, 0.88697), }, - Vertex { position: (4.688114, 2.046378, 0.604518), - normal: (0.190357, -0.604308, 0.773677), }, - Vertex { position: (4.807794, 2.143653, 0.570393), - normal: (0.384025, -0.256534, 0.88697), }, - Vertex { position: (4.74405, 2.179337, 0.556057), - normal: (0.399187, -0.679804, 0.615237), }, - Vertex { position: (4.807794, 2.143653, 0.570393), - normal: (0.384025, -0.256534, 0.88697), }, - Vertex { position: (4.881855, 2.194544, 0.530288), - normal: (0.292794, -0.691168, 0.660725), }, - Vertex { position: (4.837331, 2.235678, 0.479332), - normal: (0.428199, -0.104479, 0.897624), }, - Vertex { position: (4.807794, 2.143653, 0.570393), - normal: (0.384025, -0.256534, 0.88697), }, - Vertex { position: (4.837331, 2.235678, 0.479332), - normal: (0.428199, -0.104479, 0.897624), }, - Vertex { position: (4.74405, 2.179337, 0.556057), - normal: (0.399187, -0.679804, 0.615237), }, - Vertex { position: (4.881855, 2.194544, 0.530288), - normal: (0.292794, -0.691168, 0.660725), }, - Vertex { position: (4.93795, 2.181155, 0.486939), - normal: (0.507131, -0.710633, 0.487667), }, - Vertex { position: (4.89385, 2.220523, 0.417713), - normal: (0.259896, 0.111139, 0.95922), }, - Vertex { position: (4.881855, 2.194544, 0.530288), - normal: (0.292794, -0.691168, 0.660725), }, - Vertex { position: (4.89385, 2.220523, 0.417713), - normal: (0.259896, 0.111139, 0.95922), }, - Vertex { position: (4.837331, 2.235678, 0.479332), - normal: (0.428199, -0.104479, 0.897624), }, - Vertex { position: (4.93795, 2.181155, 0.486939), - normal: (0.507131, -0.710633, 0.487667), }, - Vertex { position: (5.030641, 2.102197, 0.432329), - normal: (0.468872, -0.092982, 0.878359), }, - Vertex { position: (4.995978, 2.148785, 0.344534), - normal: (0.230527, 0.277299, 0.932718), }, - Vertex { position: (4.93795, 2.181155, 0.486939), - normal: (0.507131, -0.710633, 0.487667), }, - Vertex { position: (4.995978, 2.148785, 0.344534), - normal: (0.230527, 0.277299, 0.932718), }, - Vertex { position: (4.89385, 2.220523, 0.417713), - normal: (0.259896, 0.111139, 0.95922), }, - Vertex { position: (5.030641, 2.102197, 0.432329), - normal: (0.468872, -0.092982, 0.878359), }, - Vertex { position: (5.067202, 2.027704, 0.422291), - normal: (0.670109, -0.356989, 0.650778), }, - Vertex { position: (5.06084, 2.053335, 0.309324), - normal: (0.171367, -0.69152, 0.701736), }, - Vertex { position: (5.030641, 2.102197, 0.432329), - normal: (0.468872, -0.092982, 0.878359), }, - Vertex { position: (5.06084, 2.053335, 0.309324), - normal: (0.171367, -0.69152, 0.701736), }, - Vertex { position: (4.995978, 2.148785, 0.344534), - normal: (0.230527, 0.277299, 0.932718), }, - Vertex { position: (5.067202, 2.027704, 0.422291), - normal: (0.670109, -0.356989, 0.650778), }, - Vertex { position: (5.095375, 1.961238, 0.401516), - normal: (0.72603, 0.248277, 0.641279), }, - Vertex { position: (5.097062, 1.954206, 0.328795), - normal: (0.258975, -0.768157, 0.585548), }, - Vertex { position: (5.067202, 2.027704, 0.422291), - normal: (0.670109, -0.356989, 0.650778), }, - Vertex { position: (5.097062, 1.954206, 0.328795), - normal: (0.258975, -0.768157, 0.585548), }, - Vertex { position: (5.06084, 2.053335, 0.309324), - normal: (0.171367, -0.69152, 0.701736), }, - Vertex { position: (5.085813, 1.888503, 0.408327), - normal: (0.988203, -0.047217, 0.145687), }, - Vertex { position: (5.105589, 1.864086, 0.347113), - normal: (0.154813, -0.698608, 0.698556), }, - Vertex { position: (5.097062, 1.954206, 0.328795), - normal: (0.258975, -0.768157, 0.585548), }, - Vertex { position: (5.085813, 1.888503, 0.408327), - normal: (0.988203, -0.047217, 0.145687), }, - Vertex { position: (5.097062, 1.954206, 0.328795), - normal: (0.258975, -0.768157, 0.585548), }, - Vertex { position: (5.095375, 1.961238, 0.401516), - normal: (0.72603, 0.248277, 0.641279), }, - Vertex { position: (5.058179, 1.788186, 0.417387), - normal: (0.936242, -0.313777, -0.158096), }, - Vertex { position: (5.105589, 1.864086, 0.347113), - normal: (0.154813, -0.698608, 0.698556), }, - Vertex { position: (5.085813, 1.888503, 0.408327), - normal: (0.988203, -0.047217, 0.145687), }, - Vertex { position: (4.697607, 1.768061, 0.576663), - normal: (0.884603, -0.366979, 0.287755), }, - Vertex { position: (4.742358, 1.882232, 0.62165), - normal: (0.901575, -0.270544, 0.337593), }, - Vertex { position: (4.697024, 1.862575, 0.604048), - normal: (0.152967, -0.640193, 0.752831), }, - Vertex { position: (4.89385, 2.220523, 0.417713), - normal: (0.259896, 0.111139, 0.95922), }, - Vertex { position: (4.83289, 2.262727, 0.283787), - normal: (0.203778, -0.389736, 0.898098), }, - Vertex { position: (4.739441, 2.299169, 0.369987), - normal: (0.244568, -0.044721, 0.9686), }, - Vertex { position: (4.89385, 2.220523, 0.417713), - normal: (0.259896, 0.111139, 0.95922), }, - Vertex { position: (4.739441, 2.299169, 0.369987), - normal: (0.244568, -0.044721, 0.9686), }, - Vertex { position: (4.837331, 2.235678, 0.479332), - normal: (0.428199, -0.104479, 0.897624), }, - Vertex { position: (4.89385, 2.220523, 0.417713), - normal: (0.259896, 0.111139, 0.95922), }, - Vertex { position: (4.995978, 2.148785, 0.344534), - normal: (0.230527, 0.277299, 0.932718), }, - Vertex { position: (4.971394, 2.146686, 0.224781), - normal: (-0.026148, 0.006311, 0.999638), }, - Vertex { position: (4.89385, 2.220523, 0.417713), - normal: (0.259896, 0.111139, 0.95922), }, - Vertex { position: (4.971394, 2.146686, 0.224781), - normal: (-0.026148, 0.006311, 0.999638), }, - Vertex { position: (4.83289, 2.262727, 0.283787), - normal: (0.203778, -0.389736, 0.898098), }, - Vertex { position: (4.995978, 2.148785, 0.344534), - normal: (0.230527, 0.277299, 0.932718), }, - Vertex { position: (5.06084, 2.053335, 0.309324), - normal: (0.171367, -0.69152, 0.701736), }, - Vertex { position: (5.072165, 2.04363, 0.209228), - normal: (-0.149467, -0.273889, 0.950076), }, - Vertex { position: (4.995978, 2.148785, 0.344534), - normal: (0.230527, 0.277299, 0.932718), }, - Vertex { position: (5.072165, 2.04363, 0.209228), - normal: (-0.149467, -0.273889, 0.950076), }, - Vertex { position: (4.971394, 2.146686, 0.224781), - normal: (-0.026148, 0.006311, 0.999638), }, - Vertex { position: (5.06084, 2.053335, 0.309324), - normal: (0.171367, -0.69152, 0.701736), }, - Vertex { position: (5.097062, 1.954206, 0.328795), - normal: (0.258975, -0.768157, 0.585548), }, - Vertex { position: (5.127157, 1.942759, 0.211214), - normal: (0.06611, -0.359829, 0.930673), }, - Vertex { position: (5.06084, 2.053335, 0.309324), - normal: (0.171367, -0.69152, 0.701736), }, - Vertex { position: (5.127157, 1.942759, 0.211214), - normal: (0.06611, -0.359829, 0.930673), }, - Vertex { position: (5.072165, 2.04363, 0.209228), - normal: (-0.149467, -0.273889, 0.950076), }, - Vertex { position: (5.097062, 1.954206, 0.328795), - normal: (0.258975, -0.768157, 0.585548), }, - Vertex { position: (5.105589, 1.864086, 0.347113), - normal: (0.154813, -0.698608, 0.698556), }, - Vertex { position: (5.152698, 1.830661, 0.287042), - normal: (-0.091049, -0.145989, 0.985087), }, - Vertex { position: (5.097062, 1.954206, 0.328795), - normal: (0.258975, -0.768157, 0.585548), }, - Vertex { position: (5.152698, 1.830661, 0.287042), - normal: (-0.091049, -0.145989, 0.985087), }, - Vertex { position: (5.127157, 1.942759, 0.211214), - normal: (0.06611, -0.359829, 0.930673), }, - Vertex { position: (5.058179, 1.788186, 0.417387), - normal: (0.936242, -0.313777, -0.158096), }, - Vertex { position: (5.133171, 1.715563, 0.334258), - normal: (-0.12102, -0.514608, 0.848842), }, - Vertex { position: (5.152698, 1.830661, 0.287042), - normal: (-0.091049, -0.145989, 0.985087), }, - Vertex { position: (5.058179, 1.788186, 0.417387), - normal: (0.936242, -0.313777, -0.158096), }, - Vertex { position: (5.152698, 1.830661, 0.287042), - normal: (-0.091049, -0.145989, 0.985087), }, - Vertex { position: (5.105589, 1.864086, 0.347113), - normal: (0.154813, -0.698608, 0.698556), }, - Vertex { position: (5.019836, 1.739907, 0.485562), - normal: (0.831186, -0.511045, -0.219005), }, - Vertex { position: (5.103427, 1.624404, 0.434275), - normal: (0.063508, -0.739371, 0.670296), }, - Vertex { position: (5.133171, 1.715563, 0.334258), - normal: (-0.12102, -0.514608, 0.848842), }, - Vertex { position: (5.019836, 1.739907, 0.485562), - normal: (0.831186, -0.511045, -0.219005), }, - Vertex { position: (5.133171, 1.715563, 0.334258), - normal: (-0.12102, -0.514608, 0.848842), }, - Vertex { position: (5.058179, 1.788186, 0.417387), - normal: (0.936242, -0.313777, -0.158096), }, - Vertex { position: (4.917973, 1.68148, 0.544201), - normal: (0.797293, -0.558933, -0.227857), }, - Vertex { position: (4.982822, 1.503071, 0.507606), - normal: (0.169576, -0.140705, 0.975421), }, - Vertex { position: (5.103427, 1.624404, 0.434275), - normal: (0.063508, -0.739371, 0.670296), }, - Vertex { position: (4.917973, 1.68148, 0.544201), - normal: (0.797293, -0.558933, -0.227857), }, - Vertex { position: (5.103427, 1.624404, 0.434275), - normal: (0.063508, -0.739371, 0.670296), }, - Vertex { position: (5.019836, 1.739907, 0.485562), - normal: (0.831186, -0.511045, -0.219005), }, - Vertex { position: (4.927282, 1.486953, 0.526327), - normal: (0.111896, -0.605741, 0.787755), }, - Vertex { position: (4.982822, 1.503071, 0.507606), - normal: (0.169576, -0.140705, 0.975421), }, - Vertex { position: (4.917973, 1.68148, 0.544201), - normal: (0.797293, -0.558933, -0.227857), }, - Vertex { position: (4.927282, 1.486953, 0.526327), - normal: (0.111896, -0.605741, 0.787755), }, - Vertex { position: (4.917973, 1.68148, 0.544201), - normal: (0.797293, -0.558933, -0.227857), }, - Vertex { position: (4.862636, 1.684144, 0.570155), - normal: (0.707669, -0.687185, 0.164261), }, - Vertex { position: (4.79841, 1.473149, 0.570618), - normal: (0.002178, -0.833415, 0.552643), }, - Vertex { position: (4.927282, 1.486953, 0.526327), - normal: (0.111896, -0.605741, 0.787755), }, - Vertex { position: (4.862636, 1.684144, 0.570155), - normal: (0.707669, -0.687185, 0.164261), }, - Vertex { position: (4.715646, 1.502195, 0.584339), - normal: (0.16399, -0.527953, 0.833291), }, - Vertex { position: (4.79841, 1.473149, 0.570618), - normal: (0.002178, -0.833415, 0.552643), }, - Vertex { position: (4.862636, 1.684144, 0.570155), - normal: (0.707669, -0.687185, 0.164261), }, - Vertex { position: (4.715646, 1.502195, 0.584339), - normal: (0.16399, -0.527953, 0.833291), }, - Vertex { position: (4.862636, 1.684144, 0.570155), - normal: (0.707669, -0.687185, 0.164261), }, - Vertex { position: (4.752337, 1.723388, 0.591296), - normal: (0.744254, -0.65416, 0.134758), }, - Vertex { position: (4.615408, 1.639641, 0.577768), - normal: (0.205809, -0.680492, 0.703259), }, - Vertex { position: (4.715646, 1.502195, 0.584339), - normal: (0.16399, -0.527953, 0.833291), }, - Vertex { position: (4.752337, 1.723388, 0.591296), - normal: (0.744254, -0.65416, 0.134758), }, - Vertex { position: (4.615408, 1.639641, 0.577768), - normal: (0.205809, -0.680492, 0.703259), }, - Vertex { position: (4.752337, 1.723388, 0.591296), - normal: (0.744254, -0.65416, 0.134758), }, - Vertex { position: (4.697607, 1.768061, 0.576663), - normal: (0.884603, -0.366979, 0.287755), }, - Vertex { position: (4.560751, 1.785154, 0.562428), - normal: (0.396941, -0.593503, 0.700137), }, - Vertex { position: (4.615408, 1.639641, 0.577768), - normal: (0.205809, -0.680492, 0.703259), }, - Vertex { position: (4.697607, 1.768061, 0.576663), - normal: (0.884603, -0.366979, 0.287755), }, - Vertex { position: (4.560751, 1.785154, 0.562428), - normal: (0.396941, -0.593503, 0.700137), }, - Vertex { position: (4.697607, 1.768061, 0.576663), - normal: (0.884603, -0.366979, 0.287755), }, - Vertex { position: (4.697024, 1.862575, 0.604048), - normal: (0.152967, -0.640193, 0.752831), }, - Vertex { position: (4.560751, 1.785154, 0.562428), - normal: (0.396941, -0.593503, 0.700137), }, - Vertex { position: (4.697024, 1.862575, 0.604048), - normal: (0.152967, -0.640193, 0.752831), }, - Vertex { position: (4.688114, 2.046378, 0.604518), - normal: (0.190357, -0.604308, 0.773677), }, - Vertex { position: (4.560751, 1.785154, 0.562428), - normal: (0.396941, -0.593503, 0.700137), }, - Vertex { position: (4.688114, 2.046378, 0.604518), - normal: (0.190357, -0.604308, 0.773677), }, - Vertex { position: (4.551484, 1.841749, 0.575191), - normal: (0.025716, -0.894111, 0.447106), }, - Vertex { position: (4.551484, 1.841749, 0.575191), - normal: (0.025716, -0.894111, 0.447106), }, - Vertex { position: (4.688114, 2.046378, 0.604518), - normal: (0.190357, -0.604308, 0.773677), }, - Vertex { position: (4.533113, 1.989009, 0.578975), - normal: (0.051115, -0.906355, 0.419413), }, - Vertex { position: (4.561299, 2.133066, 0.547248), - normal: (0.256335, -0.2349, 0.937611), }, - Vertex { position: (4.688114, 2.046378, 0.604518), - normal: (0.190357, -0.604308, 0.773677), }, - Vertex { position: (4.74405, 2.179337, 0.556057), - normal: (0.399187, -0.679804, 0.615237), }, - Vertex { position: (4.561299, 2.133066, 0.547248), - normal: (0.256335, -0.2349, 0.937611), }, - Vertex { position: (4.74405, 2.179337, 0.556057), - normal: (0.399187, -0.679804, 0.615237), }, - Vertex { position: (4.636582, 2.263383, 0.471997), - normal: (0.223925, -0.919003, 0.324486), }, - Vertex { position: (4.533113, 1.989009, 0.578975), - normal: (0.051115, -0.906355, 0.419413), }, - Vertex { position: (4.688114, 2.046378, 0.604518), - normal: (0.190357, -0.604308, 0.773677), }, - Vertex { position: (4.561299, 2.133066, 0.547248), - normal: (0.256335, -0.2349, 0.937611), }, - Vertex { position: (4.971394, 2.146686, 0.224781), - normal: (-0.026148, 0.006311, 0.999638), }, - Vertex { position: (5.072165, 2.04363, 0.209228), - normal: (-0.149467, -0.273889, 0.950076), }, - Vertex { position: (5.04969, 2.032731, 0.000071), - normal: (-0.941169, -0.337937, 0.0), }, - Vertex { position: (4.971394, 2.146686, 0.224781), - normal: (-0.026148, 0.006311, 0.999638), }, - Vertex { position: (5.04969, 2.032731, 0.000071), - normal: (-0.941169, -0.337937, 0.0), }, - Vertex { position: (4.912303, 2.162645, -0.00009), - normal: (-0.989689, -0.143234, 0.0), }, - Vertex { position: (5.072165, 2.04363, 0.209228), - normal: (-0.149467, -0.273889, 0.950076), }, - Vertex { position: (5.127157, 1.942759, 0.211214), - normal: (0.06611, -0.359829, 0.930673), }, - Vertex { position: (5.156645, 1.942902, 0.119993), - normal: (0.204472, -0.587725, 0.782797), }, - Vertex { position: (5.072165, 2.04363, 0.209228), - normal: (-0.149467, -0.273889, 0.950076), }, - Vertex { position: (5.156645, 1.942902, 0.119993), - normal: (0.204472, -0.587725, 0.782797), }, - Vertex { position: (5.04969, 2.032731, 0.000071), - normal: (-0.941169, -0.337937, 0.0), }, - Vertex { position: (5.127157, 1.942759, 0.211214), - normal: (0.06611, -0.359829, 0.930673), }, - Vertex { position: (5.152698, 1.830661, 0.287042), - normal: (-0.091049, -0.145989, 0.985087), }, - Vertex { position: (5.218821, 1.803552, 0.199306), - normal: (0.161367, -0.802085, 0.574996), }, - Vertex { position: (5.127157, 1.942759, 0.211214), - normal: (0.06611, -0.359829, 0.930673), }, - Vertex { position: (5.218821, 1.803552, 0.199306), - normal: (0.161367, -0.802085, 0.574996), }, - Vertex { position: (5.156645, 1.942902, 0.119993), - normal: (0.204472, -0.587725, 0.782797), }, - Vertex { position: (5.152698, 1.830661, 0.287042), - normal: (-0.091049, -0.145989, 0.985087), }, - Vertex { position: (5.133171, 1.715563, 0.334258), - normal: (-0.12102, -0.514608, 0.848842), }, - Vertex { position: (5.216855, 1.636645, 0.279797), - normal: (0.218068, -0.756333, 0.616772), }, - Vertex { position: (5.152698, 1.830661, 0.287042), - normal: (-0.091049, -0.145989, 0.985087), }, - Vertex { position: (5.216855, 1.636645, 0.279797), - normal: (0.218068, -0.756333, 0.616772), }, - Vertex { position: (5.218821, 1.803552, 0.199306), - normal: (0.161367, -0.802085, 0.574996), }, - Vertex { position: (5.233176, 1.442459, 0.362988), - normal: (0.726183, -0.658007, 0.199213), }, - Vertex { position: (5.216855, 1.636645, 0.279797), - normal: (0.218068, -0.756333, 0.616772), }, - Vertex { position: (5.133171, 1.715563, 0.334258), - normal: (-0.12102, -0.514608, 0.848842), }, - Vertex { position: (5.103427, 1.624404, 0.434275), - normal: (0.063508, -0.739371, 0.670296), }, - Vertex { position: (5.233176, 1.442459, 0.362988), - normal: (0.726183, -0.658007, 0.199213), }, - Vertex { position: (5.133171, 1.715563, 0.334258), - normal: (-0.12102, -0.514608, 0.848842), }, - Vertex { position: (4.596478, 1.512987, 0.598982), - normal: (0.035735, -0.99787, 0.054579), }, - Vertex { position: (4.679116, 1.438434, 0.589658), - normal: (0.485742, -0.874075, -0.006874), }, - Vertex { position: (4.715646, 1.502195, 0.584339), - normal: (0.16399, -0.527953, 0.833291), }, - Vertex { position: (4.596478, 1.512987, 0.598982), - normal: (0.035735, -0.99787, 0.054579), }, - Vertex { position: (4.715646, 1.502195, 0.584339), - normal: (0.16399, -0.527953, 0.833291), }, - Vertex { position: (4.615408, 1.639641, 0.577768), - normal: (0.205809, -0.680492, 0.703259), }, - Vertex { position: (4.560024, 1.604023, 0.589333), - normal: (-0.034202, -0.995024, 0.093584), }, - Vertex { position: (4.596478, 1.512987, 0.598982), - normal: (0.035735, -0.99787, 0.054579), }, - Vertex { position: (4.615408, 1.639641, 0.577768), - normal: (0.205809, -0.680492, 0.703259), }, - Vertex { position: (4.477781, 1.687858, 0.597407), - normal: (0.06465, -0.997821, -0.013157), }, - Vertex { position: (4.560024, 1.604023, 0.589333), - normal: (-0.034202, -0.995024, 0.093584), }, - Vertex { position: (4.615408, 1.639641, 0.577768), - normal: (0.205809, -0.680492, 0.703259), }, - Vertex { position: (4.477781, 1.687858, 0.597407), - normal: (0.06465, -0.997821, -0.013157), }, - Vertex { position: (4.615408, 1.639641, 0.577768), - normal: (0.205809, -0.680492, 0.703259), }, - Vertex { position: (4.560751, 1.785154, 0.562428), - normal: (0.396941, -0.593503, 0.700137), }, - Vertex { position: (4.459682, 1.778884, 0.588185), - normal: (0.173736, -0.983834, -0.043437), }, - Vertex { position: (4.477781, 1.687858, 0.597407), - normal: (0.06465, -0.997821, -0.013157), }, - Vertex { position: (4.560751, 1.785154, 0.562428), - normal: (0.396941, -0.593503, 0.700137), }, - Vertex { position: (4.459682, 1.778884, 0.588185), - normal: (0.173736, -0.983834, -0.043437), }, - Vertex { position: (4.560751, 1.785154, 0.562428), - normal: (0.396941, -0.593503, 0.700137), }, - Vertex { position: (4.551484, 1.841749, 0.575191), - normal: (0.025716, -0.894111, 0.447106), }, - Vertex { position: (4.459682, 1.778884, 0.588185), - normal: (0.173736, -0.983834, -0.043437), }, - Vertex { position: (4.551484, 1.841749, 0.575191), - normal: (0.025716, -0.894111, 0.447106), }, - Vertex { position: (4.533113, 1.989009, 0.578975), - normal: (0.051115, -0.906355, 0.419413), }, - Vertex { position: (4.459682, 1.778884, 0.588185), - normal: (0.173736, -0.983834, -0.043437), }, - Vertex { position: (4.533113, 1.989009, 0.578975), - normal: (0.051115, -0.906355, 0.419413), }, - Vertex { position: (4.43261, 1.878873, 0.577888), - normal: (0.003817, -0.976864, 0.213829), }, - Vertex { position: (4.43261, 1.878873, 0.577888), - normal: (0.003817, -0.976864, 0.213829), }, - Vertex { position: (4.533113, 1.989009, 0.578975), - normal: (0.051115, -0.906355, 0.419413), }, - Vertex { position: (4.561299, 2.133066, 0.547248), - normal: (0.256335, -0.2349, 0.937611), }, - Vertex { position: (4.43261, 1.878873, 0.577888), - normal: (0.003817, -0.976864, 0.213829), }, - Vertex { position: (4.561299, 2.133066, 0.547248), - normal: (0.256335, -0.2349, 0.937611), }, - Vertex { position: (4.43302, 2.024714, 0.563794), - normal: (0.125846, -0.929941, 0.345503), }, - Vertex { position: (4.739441, 2.299169, 0.369987), - normal: (0.244568, -0.044721, 0.9686), }, - Vertex { position: (4.83289, 2.262727, 0.283787), - normal: (0.203778, -0.389736, 0.898098), }, - Vertex { position: (4.747988, 2.300163, -0.000276), - normal: (-0.965284, -0.261201, 0.0), }, - Vertex { position: (4.739441, 2.299169, 0.369987), - normal: (0.244568, -0.044721, 0.9686), }, - Vertex { position: (4.747988, 2.300163, -0.000276), - normal: (-0.965284, -0.261201, 0.0), }, - Vertex { position: (4.634996, 2.369115, 0.140117), - normal: (0.241652, -0.897637, 0.368581), }, - Vertex { position: (4.636582, 2.263383, 0.471997), - normal: (0.223925, -0.919003, 0.324486), }, - Vertex { position: (4.739441, 2.299169, 0.369987), - normal: (0.244568, -0.044721, 0.9686), }, - Vertex { position: (4.634996, 2.369115, 0.140117), - normal: (0.241652, -0.897637, 0.368581), }, - Vertex { position: (4.636582, 2.263383, 0.471997), - normal: (0.223925, -0.919003, 0.324486), }, - Vertex { position: (4.634996, 2.369115, 0.140117), - normal: (0.241652, -0.897637, 0.368581), }, - Vertex { position: (4.577573, 2.389535, 0.256196), - normal: (0.170159, -0.985033, -0.027502), }, - Vertex { position: (4.636582, 2.263383, 0.471997), - normal: (0.223925, -0.919003, 0.324486), }, - Vertex { position: (4.577573, 2.389535, 0.256196), - normal: (0.170159, -0.985033, -0.027502), }, - Vertex { position: (4.472349, 2.325133, 0.443764), - normal: (0.231006, -0.859096, 0.456717), }, - Vertex { position: (4.389484, 2.190421, 0.47332), - normal: (0.108306, -0.808441, 0.578527), }, - Vertex { position: (4.561299, 2.133066, 0.547248), - normal: (0.256335, -0.2349, 0.937611), }, - Vertex { position: (4.636582, 2.263383, 0.471997), - normal: (0.223925, -0.919003, 0.324486), }, - Vertex { position: (4.389484, 2.190421, 0.47332), - normal: (0.108306, -0.808441, 0.578527), }, - Vertex { position: (4.636582, 2.263383, 0.471997), - normal: (0.223925, -0.919003, 0.324486), }, - Vertex { position: (4.472349, 2.325133, 0.443764), - normal: (0.231006, -0.859096, 0.456717), }, - Vertex { position: (4.43302, 2.024714, 0.563794), - normal: (0.125846, -0.929941, 0.345503), }, - Vertex { position: (4.561299, 2.133066, 0.547248), - normal: (0.256335, -0.2349, 0.937611), }, - Vertex { position: (4.389484, 2.190421, 0.47332), - normal: (0.108306, -0.808441, 0.578527), }, - Vertex { position: (4.982822, 1.503071, 0.507606), - normal: (0.169576, -0.140705, 0.975421), }, - Vertex { position: (5.223191, 1.371491, 0.388069), - normal: (0.155382, -0.98726, 0.034255), }, - Vertex { position: (5.233176, 1.442459, 0.362988), - normal: (0.726183, -0.658007, 0.199213), }, - Vertex { position: (4.982822, 1.503071, 0.507606), - normal: (0.169576, -0.140705, 0.975421), }, - Vertex { position: (5.233176, 1.442459, 0.362988), - normal: (0.726183, -0.658007, 0.199213), }, - Vertex { position: (5.103427, 1.624404, 0.434275), - normal: (0.063508, -0.739371, 0.670296), }, - Vertex { position: (4.927282, 1.486953, 0.526327), - normal: (0.111896, -0.605741, 0.787755), }, - Vertex { position: (5.158322, 1.23677, 0.418043), - normal: (0.228199, -0.705361, 0.671111), }, - Vertex { position: (5.223191, 1.371491, 0.388069), - normal: (0.155382, -0.98726, 0.034255), }, - Vertex { position: (4.927282, 1.486953, 0.526327), - normal: (0.111896, -0.605741, 0.787755), }, - Vertex { position: (5.223191, 1.371491, 0.388069), - normal: (0.155382, -0.98726, 0.034255), }, - Vertex { position: (4.982822, 1.503071, 0.507606), - normal: (0.169576, -0.140705, 0.975421), }, - Vertex { position: (4.79841, 1.473149, 0.570618), - normal: (0.002178, -0.833415, 0.552643), }, - Vertex { position: (4.95536, 1.236724, 0.50523), - normal: (0.114701, -0.691525, 0.713188), }, - Vertex { position: (5.158322, 1.23677, 0.418043), - normal: (0.228199, -0.705361, 0.671111), }, - Vertex { position: (4.79841, 1.473149, 0.570618), - normal: (0.002178, -0.833415, 0.552643), }, - Vertex { position: (5.158322, 1.23677, 0.418043), - normal: (0.228199, -0.705361, 0.671111), }, - Vertex { position: (4.927282, 1.486953, 0.526327), - normal: (0.111896, -0.605741, 0.787755), }, - Vertex { position: (4.715646, 1.502195, 0.584339), - normal: (0.16399, -0.527953, 0.833291), }, - Vertex { position: (4.761601, 1.363013, 0.57137), - normal: (0.298912, -0.321997, 0.898315), }, - Vertex { position: (4.95536, 1.236724, 0.50523), - normal: (0.114701, -0.691525, 0.713188), }, - Vertex { position: (4.715646, 1.502195, 0.584339), - normal: (0.16399, -0.527953, 0.833291), }, - Vertex { position: (4.95536, 1.236724, 0.50523), - normal: (0.114701, -0.691525, 0.713188), }, - Vertex { position: (4.79841, 1.473149, 0.570618), - normal: (0.002178, -0.833415, 0.552643), }, - Vertex { position: (4.679116, 1.438434, 0.589658), - normal: (0.485742, -0.874075, -0.006874), }, - Vertex { position: (4.761601, 1.363013, 0.57137), - normal: (0.298912, -0.321997, 0.898315), }, - Vertex { position: (4.715646, 1.502195, 0.584339), - normal: (0.16399, -0.527953, 0.833291), }, - Vertex { position: (5.156645, 1.942902, 0.119993), - normal: (0.204472, -0.587725, 0.782797), }, - Vertex { position: (5.218821, 1.803552, 0.199306), - normal: (0.161367, -0.802085, 0.574996), }, - Vertex { position: (5.321136, 1.795562, 0.119606), - normal: (0.241049, -0.626018, 0.741618), }, - Vertex { position: (5.156645, 1.942902, 0.119993), - normal: (0.204472, -0.587725, 0.782797), }, - Vertex { position: (5.321136, 1.795562, 0.119606), - normal: (0.241049, -0.626018, 0.741618), }, - Vertex { position: (5.177545, 1.932323, 0.000214), - normal: (-0.998597, -0.052951, 0.0), }, - Vertex { position: (5.321136, 1.795562, 0.119606), - normal: (0.241049, -0.626018, 0.741618), }, - Vertex { position: (5.378289, 1.768448, 0.000441), - normal: (-0.99798, -0.063521, 0.0), }, - Vertex { position: (5.177545, 1.932323, 0.000214), - normal: (-0.998597, -0.052951, 0.0), }, - Vertex { position: (5.321136, 1.795562, 0.119606), - normal: (0.241049, -0.626018, 0.741618), }, - Vertex { position: (5.421809, 1.685349, 0.123555), - normal: (0.272751, -0.332382, 0.902845), }, - Vertex { position: (5.424281, 1.721152, 0.000496), - normal: (-0.925873, -0.377836, 0.0), }, - Vertex { position: (5.321136, 1.795562, 0.119606), - normal: (0.241049, -0.626018, 0.741618), }, - Vertex { position: (5.424281, 1.721152, 0.000496), - normal: (-0.925873, -0.377836, 0.0), }, - Vertex { position: (5.378289, 1.768448, 0.000441), - normal: (-0.99798, -0.063521, 0.0), }, - Vertex { position: (5.383208, 1.619661, 0.202452), - normal: (0.161397, -0.648358, 0.744032), }, - Vertex { position: (5.421809, 1.685349, 0.123555), - normal: (0.272751, -0.332382, 0.902845), }, - Vertex { position: (5.321136, 1.795562, 0.119606), - normal: (0.241049, -0.626018, 0.741618), }, - Vertex { position: (5.383208, 1.619661, 0.202452), - normal: (0.161397, -0.648358, 0.744032), }, - Vertex { position: (5.321136, 1.795562, 0.119606), - normal: (0.241049, -0.626018, 0.741618), }, - Vertex { position: (5.218821, 1.803552, 0.199306), - normal: (0.161367, -0.802085, 0.574996), }, - Vertex { position: (5.216855, 1.636645, 0.279797), - normal: (0.218068, -0.756333, 0.616772), }, - Vertex { position: (5.373133, 1.541142, 0.246712), - normal: (0.142784, -0.229696, 0.962732), }, - Vertex { position: (5.383208, 1.619661, 0.202452), - normal: (0.161397, -0.648358, 0.744032), }, - Vertex { position: (5.216855, 1.636645, 0.279797), - normal: (0.218068, -0.756333, 0.616772), }, - Vertex { position: (5.383208, 1.619661, 0.202452), - normal: (0.161397, -0.648358, 0.744032), }, - Vertex { position: (5.218821, 1.803552, 0.199306), - normal: (0.161367, -0.802085, 0.574996), }, - Vertex { position: (5.233176, 1.442459, 0.362988), - normal: (0.726183, -0.658007, 0.199213), }, - Vertex { position: (5.334328, 1.402713, 0.332639), - normal: (-0.045194, -0.595739, 0.801906), }, - Vertex { position: (5.373133, 1.541142, 0.246712), - normal: (0.142784, -0.229696, 0.962732), }, - Vertex { position: (5.233176, 1.442459, 0.362988), - normal: (0.726183, -0.658007, 0.199213), }, - Vertex { position: (5.373133, 1.541142, 0.246712), - normal: (0.142784, -0.229696, 0.962732), }, - Vertex { position: (5.216855, 1.636645, 0.279797), - normal: (0.218068, -0.756333, 0.616772), }, - Vertex { position: (5.223191, 1.371491, 0.388069), - normal: (0.155382, -0.98726, 0.034255), }, - Vertex { position: (5.296963, 1.322443, 0.357984), - normal: (-0.016623, -0.697515, 0.716377), }, - Vertex { position: (5.334328, 1.402713, 0.332639), - normal: (-0.045194, -0.595739, 0.801906), }, - Vertex { position: (5.223191, 1.371491, 0.388069), - normal: (0.155382, -0.98726, 0.034255), }, - Vertex { position: (5.334328, 1.402713, 0.332639), - normal: (-0.045194, -0.595739, 0.801906), }, - Vertex { position: (5.233176, 1.442459, 0.362988), - normal: (0.726183, -0.658007, 0.199213), }, - Vertex { position: (5.158322, 1.23677, 0.418043), - normal: (0.228199, -0.705361, 0.671111), }, - Vertex { position: (5.260653, 1.184173, 0.352062), - normal: (-0.105003, -0.636187, 0.764356), }, - Vertex { position: (5.296963, 1.322443, 0.357984), - normal: (-0.016623, -0.697515, 0.716377), }, - Vertex { position: (5.158322, 1.23677, 0.418043), - normal: (0.228199, -0.705361, 0.671111), }, - Vertex { position: (5.296963, 1.322443, 0.357984), - normal: (-0.016623, -0.697515, 0.716377), }, - Vertex { position: (5.223191, 1.371491, 0.388069), - normal: (0.155382, -0.98726, 0.034255), }, - Vertex { position: (5.250485, 1.123029, 0.385234), - normal: (0.009824, -0.644035, 0.764933), }, - Vertex { position: (5.260653, 1.184173, 0.352062), - normal: (-0.105003, -0.636187, 0.764356), }, - Vertex { position: (5.158322, 1.23677, 0.418043), - normal: (0.228199, -0.705361, 0.671111), }, - Vertex { position: (4.95536, 1.236724, 0.50523), - normal: (0.114701, -0.691525, 0.713188), }, - Vertex { position: (4.991713, 1.163096, 0.504149), - normal: (-0.023775, -0.598435, 0.800818), }, - Vertex { position: (5.250485, 1.123029, 0.385234), - normal: (0.009824, -0.644035, 0.764933), }, - Vertex { position: (4.95536, 1.236724, 0.50523), - normal: (0.114701, -0.691525, 0.713188), }, - Vertex { position: (5.250485, 1.123029, 0.385234), - normal: (0.009824, -0.644035, 0.764933), }, - Vertex { position: (5.158322, 1.23677, 0.418043), - normal: (0.228199, -0.705361, 0.671111), }, - Vertex { position: (4.733657, 1.227371, 0.592883), - normal: (0.200825, -0.971974, 0.122213), }, - Vertex { position: (4.991713, 1.163096, 0.504149), - normal: (-0.023775, -0.598435, 0.800818), }, - Vertex { position: (4.95536, 1.236724, 0.50523), - normal: (0.114701, -0.691525, 0.713188), }, - Vertex { position: (4.733657, 1.227371, 0.592883), - normal: (0.200825, -0.971974, 0.122213), }, - Vertex { position: (4.95536, 1.236724, 0.50523), - normal: (0.114701, -0.691525, 0.713188), }, - Vertex { position: (4.761601, 1.363013, 0.57137), - normal: (0.298912, -0.321997, 0.898315), }, - Vertex { position: (4.641547, 1.285422, 0.622034), - normal: (0.123418, -0.784469, 0.607763), }, - Vertex { position: (4.733657, 1.227371, 0.592883), - normal: (0.200825, -0.971974, 0.122213), }, - Vertex { position: (4.761601, 1.363013, 0.57137), - normal: (0.298912, -0.321997, 0.898315), }, - Vertex { position: (4.641547, 1.285422, 0.622034), - normal: (0.123418, -0.784469, 0.607763), }, - Vertex { position: (4.761601, 1.363013, 0.57137), - normal: (0.298912, -0.321997, 0.898315), }, - Vertex { position: (4.679116, 1.438434, 0.589658), - normal: (0.485742, -0.874075, -0.006874), }, - Vertex { position: (4.522247, 1.398278, 0.644892), - normal: (0.050019, -0.552867, 0.831767), }, - Vertex { position: (4.641547, 1.285422, 0.622034), - normal: (0.123418, -0.784469, 0.607763), }, - Vertex { position: (4.679116, 1.438434, 0.589658), - normal: (0.485742, -0.874075, -0.006874), }, - Vertex { position: (4.522247, 1.398278, 0.644892), - normal: (0.050019, -0.552867, 0.831767), }, - Vertex { position: (4.679116, 1.438434, 0.589658), - normal: (0.485742, -0.874075, -0.006874), }, - Vertex { position: (4.596478, 1.512987, 0.598982), - normal: (0.035735, -0.99787, 0.054579), }, - Vertex { position: (4.430999, 1.535753, 0.638888), - normal: (0.037801, -0.082839, 0.995846), }, - Vertex { position: (4.522247, 1.398278, 0.644892), - normal: (0.050019, -0.552867, 0.831767), }, - Vertex { position: (4.596478, 1.512987, 0.598982), - normal: (0.035735, -0.99787, 0.054579), }, - Vertex { position: (4.430999, 1.535753, 0.638888), - normal: (0.037801, -0.082839, 0.995846), }, - Vertex { position: (4.596478, 1.512987, 0.598982), - normal: (0.035735, -0.99787, 0.054579), }, - Vertex { position: (4.560024, 1.604023, 0.589333), - normal: (-0.034202, -0.995024, 0.093584), }, - Vertex { position: (4.404221, 1.662433, 0.61661), - normal: (-0.196146, -0.333078, 0.922272), }, - Vertex { position: (4.430999, 1.535753, 0.638888), - normal: (0.037801, -0.082839, 0.995846), }, - Vertex { position: (4.560024, 1.604023, 0.589333), - normal: (-0.034202, -0.995024, 0.093584), }, - Vertex { position: (4.404221, 1.662433, 0.61661), - normal: (-0.196146, -0.333078, 0.922272), }, - Vertex { position: (4.560024, 1.604023, 0.589333), - normal: (-0.034202, -0.995024, 0.093584), }, - Vertex { position: (4.477781, 1.687858, 0.597407), - normal: (0.06465, -0.997821, -0.013157), }, - Vertex { position: (4.404221, 1.662433, 0.61661), - normal: (-0.196146, -0.333078, 0.922272), }, - Vertex { position: (4.477781, 1.687858, 0.597407), - normal: (0.06465, -0.997821, -0.013157), }, - Vertex { position: (4.459682, 1.778884, 0.588185), - normal: (0.173736, -0.983834, -0.043437), }, - Vertex { position: (4.404221, 1.662433, 0.61661), - normal: (-0.196146, -0.333078, 0.922272), }, - Vertex { position: (4.459682, 1.778884, 0.588185), - normal: (0.173736, -0.983834, -0.043437), }, - Vertex { position: (4.38638, 1.770868, 0.596666), - normal: (-0.106358, -0.394397, 0.912765), }, - Vertex { position: (4.38638, 1.770868, 0.596666), - normal: (-0.106358, -0.394397, 0.912765), }, - Vertex { position: (4.459682, 1.778884, 0.588185), - normal: (0.173736, -0.983834, -0.043437), }, - Vertex { position: (4.43261, 1.878873, 0.577888), - normal: (0.003817, -0.976864, 0.213829), }, - Vertex { position: (4.38638, 1.770868, 0.596666), - normal: (-0.106358, -0.394397, 0.912765), }, - Vertex { position: (4.43261, 1.878873, 0.577888), - normal: (0.003817, -0.976864, 0.213829), }, - Vertex { position: (4.377095, 1.871713, 0.595743), - normal: (-0.277696, -0.435918, 0.856073), }, - Vertex { position: (5.421809, 1.685349, 0.123555), - normal: (0.272751, -0.332382, 0.902845), }, - Vertex { position: (5.604888, 1.546091, 0.113773), - normal: (-0.301162, -0.110219, 0.947182), }, - Vertex { position: (5.588763, 1.573846, 0.000686), - normal: (0.027992, 0.999608, 0.0), }, - Vertex { position: (5.421809, 1.685349, 0.123555), - normal: (0.272751, -0.332382, 0.902845), }, - Vertex { position: (5.588763, 1.573846, 0.000686), - normal: (0.027992, 0.999608, 0.0), }, - Vertex { position: (5.424281, 1.721152, 0.000496), - normal: (-0.925873, -0.377836, 0.0), }, - Vertex { position: (5.383208, 1.619661, 0.202452), - normal: (0.161397, -0.648358, 0.744032), }, - Vertex { position: (5.566339, 1.498677, 0.190905), - normal: (-0.430969, -0.132769, 0.892546), }, - Vertex { position: (5.604888, 1.546091, 0.113773), - normal: (-0.301162, -0.110219, 0.947182), }, - Vertex { position: (5.383208, 1.619661, 0.202452), - normal: (0.161397, -0.648358, 0.744032), }, - Vertex { position: (5.604888, 1.546091, 0.113773), - normal: (-0.301162, -0.110219, 0.947182), }, - Vertex { position: (5.421809, 1.685349, 0.123555), - normal: (0.272751, -0.332382, 0.902845), }, - Vertex { position: (5.373133, 1.541142, 0.246712), - normal: (0.142784, -0.229696, 0.962732), }, - Vertex { position: (5.528186, 1.44018, 0.250666), - normal: (-0.293162, -0.051827, 0.954657), }, - Vertex { position: (5.566339, 1.498677, 0.190905), - normal: (-0.430969, -0.132769, 0.892546), }, - Vertex { position: (5.373133, 1.541142, 0.246712), - normal: (0.142784, -0.229696, 0.962732), }, - Vertex { position: (5.566339, 1.498677, 0.190905), - normal: (-0.430969, -0.132769, 0.892546), }, - Vertex { position: (5.383208, 1.619661, 0.202452), - normal: (0.161397, -0.648358, 0.744032), }, - Vertex { position: (5.334328, 1.402713, 0.332639), - normal: (-0.045194, -0.595739, 0.801906), }, - Vertex { position: (5.471928, 1.345179, 0.313899), - normal: (-0.034138, 0.050771, 0.998127), }, - Vertex { position: (5.528186, 1.44018, 0.250666), - normal: (-0.293162, -0.051827, 0.954657), }, - Vertex { position: (5.334328, 1.402713, 0.332639), - normal: (-0.045194, -0.595739, 0.801906), }, - Vertex { position: (5.528186, 1.44018, 0.250666), - normal: (-0.293162, -0.051827, 0.954657), }, - Vertex { position: (5.373133, 1.541142, 0.246712), - normal: (0.142784, -0.229696, 0.962732), }, - Vertex { position: (5.296963, 1.322443, 0.357984), - normal: (-0.016623, -0.697515, 0.716377), }, - Vertex { position: (5.425783, 1.264372, 0.329687), - normal: (-0.101883, 0.176778, 0.978963), }, - Vertex { position: (5.471928, 1.345179, 0.313899), - normal: (-0.034138, 0.050771, 0.998127), }, - Vertex { position: (5.296963, 1.322443, 0.357984), - normal: (-0.016623, -0.697515, 0.716377), }, - Vertex { position: (5.471928, 1.345179, 0.313899), - normal: (-0.034138, 0.050771, 0.998127), }, - Vertex { position: (5.334328, 1.402713, 0.332639), - normal: (-0.045194, -0.595739, 0.801906), }, - Vertex { position: (5.260653, 1.184173, 0.352062), - normal: (-0.105003, -0.636187, 0.764356), }, - Vertex { position: (5.397967, 1.174238, 0.346802), - normal: (-0.172671, 0.234525, 0.956652), }, - Vertex { position: (5.425783, 1.264372, 0.329687), - normal: (-0.101883, 0.176778, 0.978963), }, - Vertex { position: (5.260653, 1.184173, 0.352062), - normal: (-0.105003, -0.636187, 0.764356), }, - Vertex { position: (5.425783, 1.264372, 0.329687), - normal: (-0.101883, 0.176778, 0.978963), }, - Vertex { position: (5.296963, 1.322443, 0.357984), - normal: (-0.016623, -0.697515, 0.716377), }, - Vertex { position: (5.250485, 1.123029, 0.385234), - normal: (0.009824, -0.644035, 0.764933), }, - Vertex { position: (5.388455, 1.119419, 0.351883), - normal: (-0.317809, 0.237298, 0.91798), }, - Vertex { position: (5.397967, 1.174238, 0.346802), - normal: (-0.172671, 0.234525, 0.956652), }, - Vertex { position: (5.250485, 1.123029, 0.385234), - normal: (0.009824, -0.644035, 0.764933), }, - Vertex { position: (5.397967, 1.174238, 0.346802), - normal: (-0.172671, 0.234525, 0.956652), }, - Vertex { position: (5.260653, 1.184173, 0.352062), - normal: (-0.105003, -0.636187, 0.764356), }, - Vertex { position: (5.685194, 1.452202, 0.188749), - normal: (-0.419631, 0.061765, 0.905591), }, - Vertex { position: (5.730427, 1.435668, 0.209848), - normal: (-0.434729, 0.079706, 0.897027), }, - Vertex { position: (5.741781, 1.463956, 0.124891), - normal: (-0.31398, 0.125786, 0.94106), }, - Vertex { position: (5.685194, 1.452202, 0.188749), - normal: (-0.419631, 0.061765, 0.905591), }, - Vertex { position: (5.741781, 1.463956, 0.124891), - normal: (-0.31398, 0.125786, 0.94106), }, - Vertex { position: (5.687035, 1.499636, 0.110765), - normal: (-0.241533, 0.200654, 0.949421), }, - Vertex { position: (5.647186, 1.394606, 0.257833), - normal: (-0.400711, 0.089186, 0.911853), }, - Vertex { position: (5.608974, 1.317869, 0.319719), - normal: (0.274471, 0.961025, 0.033122), }, - Vertex { position: (5.710154, 1.360653, 0.290072), - normal: (-0.497134, 0.140474, 0.856227), }, - Vertex { position: (5.563253, 1.235295, 0.317238), - normal: (0.311768, 0.950117, -0.008871), }, - Vertex { position: (5.681726, 1.282503, 0.333871), - normal: (0.563605, 0.822456, 0.076915), }, - Vertex { position: (5.710154, 1.360653, 0.290072), - normal: (-0.497134, 0.140474, 0.856227), }, - Vertex { position: (5.563253, 1.235295, 0.317238), - normal: (0.311768, 0.950117, -0.008871), }, - Vertex { position: (5.710154, 1.360653, 0.290072), - normal: (-0.497134, 0.140474, 0.856227), }, - Vertex { position: (5.608974, 1.317869, 0.319719), - normal: (0.274471, 0.961025, 0.033122), }, - Vertex { position: (5.580797, 1.174135, 0.351054), - normal: (0.381066, 0.919021, 0.100938), }, - Vertex { position: (5.672187, 1.164767, 0.35408), - normal: (0.609817, 0.770093, 0.187296), }, - Vertex { position: (5.681726, 1.282503, 0.333871), - normal: (0.563605, 0.822456, 0.076915), }, - Vertex { position: (5.580797, 1.174135, 0.351054), - normal: (0.381066, 0.919021, 0.100938), }, - Vertex { position: (5.681726, 1.282503, 0.333871), - normal: (0.563605, 0.822456, 0.076915), }, - Vertex { position: (5.563253, 1.235295, 0.317238), - normal: (0.311768, 0.950117, -0.008871), }, - Vertex { position: (5.588763, 1.573846, 0.000686), - normal: (0.027992, 0.999608, 0.0), }, - Vertex { position: (5.604888, 1.546091, 0.113773), - normal: (-0.301162, -0.110219, 0.947182), }, - Vertex { position: (5.687035, 1.499636, 0.110765), - normal: (-0.241533, 0.200654, 0.949421), }, - Vertex { position: (5.588763, 1.573846, 0.000686), - normal: (0.027992, 0.999608, 0.0), }, - Vertex { position: (5.687035, 1.499636, 0.110765), - normal: (-0.241533, 0.200654, 0.949421), }, - Vertex { position: (5.680007, 1.510009, 0.000786), - normal: (-0.026558, -0.999647, 0.0), }, - Vertex { position: (5.566339, 1.498677, 0.190905), - normal: (-0.430969, -0.132769, 0.892546), }, - Vertex { position: (5.685194, 1.452202, 0.188749), - normal: (-0.419631, 0.061765, 0.905591), }, - Vertex { position: (5.687035, 1.499636, 0.110765), - normal: (-0.241533, 0.200654, 0.949421), }, - Vertex { position: (5.566339, 1.498677, 0.190905), - normal: (-0.430969, -0.132769, 0.892546), }, - Vertex { position: (5.687035, 1.499636, 0.110765), - normal: (-0.241533, 0.200654, 0.949421), }, - Vertex { position: (5.604888, 1.546091, 0.113773), - normal: (-0.301162, -0.110219, 0.947182), }, - Vertex { position: (5.566339, 1.498677, 0.190905), - normal: (-0.430969, -0.132769, 0.892546), }, - Vertex { position: (5.528186, 1.44018, 0.250666), - normal: (-0.293162, -0.051827, 0.954657), }, - Vertex { position: (5.647186, 1.394606, 0.257833), - normal: (-0.400711, 0.089186, 0.911853), }, - Vertex { position: (5.566339, 1.498677, 0.190905), - normal: (-0.430969, -0.132769, 0.892546), }, - Vertex { position: (5.647186, 1.394606, 0.257833), - normal: (-0.400711, 0.089186, 0.911853), }, - Vertex { position: (5.685194, 1.452202, 0.188749), - normal: (-0.419631, 0.061765, 0.905591), }, - Vertex { position: (5.471928, 1.345179, 0.313899), - normal: (-0.034138, 0.050771, 0.998127), }, - Vertex { position: (5.608974, 1.317869, 0.319719), - normal: (0.274471, 0.961025, 0.033122), }, - Vertex { position: (5.647186, 1.394606, 0.257833), - normal: (-0.400711, 0.089186, 0.911853), }, - Vertex { position: (5.471928, 1.345179, 0.313899), - normal: (-0.034138, 0.050771, 0.998127), }, - Vertex { position: (5.647186, 1.394606, 0.257833), - normal: (-0.400711, 0.089186, 0.911853), }, - Vertex { position: (5.528186, 1.44018, 0.250666), - normal: (-0.293162, -0.051827, 0.954657), }, - Vertex { position: (5.425783, 1.264372, 0.329687), - normal: (-0.101883, 0.176778, 0.978963), }, - Vertex { position: (5.563253, 1.235295, 0.317238), - normal: (0.311768, 0.950117, -0.008871), }, - Vertex { position: (5.608974, 1.317869, 0.319719), - normal: (0.274471, 0.961025, 0.033122), }, - Vertex { position: (5.425783, 1.264372, 0.329687), - normal: (-0.101883, 0.176778, 0.978963), }, - Vertex { position: (5.608974, 1.317869, 0.319719), - normal: (0.274471, 0.961025, 0.033122), }, - Vertex { position: (5.471928, 1.345179, 0.313899), - normal: (-0.034138, 0.050771, 0.998127), }, - Vertex { position: (5.397967, 1.174238, 0.346802), - normal: (-0.172671, 0.234525, 0.956652), }, - Vertex { position: (5.580797, 1.174135, 0.351054), - normal: (0.381066, 0.919021, 0.100938), }, - Vertex { position: (5.563253, 1.235295, 0.317238), - normal: (0.311768, 0.950117, -0.008871), }, - Vertex { position: (5.397967, 1.174238, 0.346802), - normal: (-0.172671, 0.234525, 0.956652), }, - Vertex { position: (5.563253, 1.235295, 0.317238), - normal: (0.311768, 0.950117, -0.008871), }, - Vertex { position: (5.425783, 1.264372, 0.329687), - normal: (-0.101883, 0.176778, 0.978963), }, - Vertex { position: (5.388455, 1.119419, 0.351883), - normal: (-0.317809, 0.237298, 0.91798), }, - Vertex { position: (5.47963, 1.11131, 0.364188), - normal: (0.651262, 0.697944, 0.297879), }, - Vertex { position: (5.580797, 1.174135, 0.351054), - normal: (0.381066, 0.919021, 0.100938), }, - Vertex { position: (5.388455, 1.119419, 0.351883), - normal: (-0.317809, 0.237298, 0.91798), }, - Vertex { position: (5.580797, 1.174135, 0.351054), - normal: (0.381066, 0.919021, 0.100938), }, - Vertex { position: (5.397967, 1.174238, 0.346802), - normal: (-0.172671, 0.234525, 0.956652), }, - Vertex { position: (5.813217, 1.415581, 0.195261), - normal: (-0.081905, 0.996619, -0.006486), }, - Vertex { position: (5.886832, 1.385674, 0.172365), - normal: (-0.134248, 0.990294, -0.035988), }, - Vertex { position: (5.915025, 1.382159, 0.13682), - normal: (-0.11884, 0.991349, -0.055713), }, - Vertex { position: (5.813217, 1.415581, 0.195261), - normal: (-0.081905, 0.996619, -0.006486), }, - Vertex { position: (5.915025, 1.382159, 0.13682), - normal: (-0.11884, 0.991349, -0.055713), }, - Vertex { position: (5.842092, 1.427708, 0.130724), - normal: (-0.062808, 0.99609, 0.062134), }, - Vertex { position: (5.915025, 1.382159, 0.13682), - normal: (-0.11884, 0.991349, -0.055713), }, - Vertex { position: (5.979357, 1.325532, 0.125337), - normal: (0.448666, 0.893201, 0.029856), }, - Vertex { position: (5.963117, 1.307775, 0.001098), - normal: (0.663563, 0.74812, 0.000025), }, - Vertex { position: (5.915025, 1.382159, 0.13682), - normal: (-0.11884, 0.991349, -0.055713), }, - Vertex { position: (5.963117, 1.307775, 0.001098), - normal: (0.663563, 0.74812, 0.000025), }, - Vertex { position: (5.908842, 1.388968, 0.001026), - normal: (-0.016213, 0.999869, 0.0), }, - Vertex { position: (5.886832, 1.385674, 0.172365), - normal: (-0.134248, 0.990294, -0.035988), }, - Vertex { position: (5.941384, 1.330818, 0.178936), - normal: (0.731768, 0.675964, 0.087106), }, - Vertex { position: (5.979357, 1.325532, 0.125337), - normal: (0.448666, 0.893201, 0.029856), }, - Vertex { position: (5.886832, 1.385674, 0.172365), - normal: (-0.134248, 0.990294, -0.035988), }, - Vertex { position: (5.979357, 1.325532, 0.125337), - normal: (0.448666, 0.893201, 0.029856), }, - Vertex { position: (5.915025, 1.382159, 0.13682), - normal: (-0.11884, 0.991349, -0.055713), }, - Vertex { position: (5.741781, 1.463956, 0.124891), - normal: (-0.31398, 0.125786, 0.94106), }, - Vertex { position: (5.842092, 1.427708, 0.130724), - normal: (-0.062808, 0.99609, 0.062134), }, - Vertex { position: (5.835498, 1.43628, 0.000946), - normal: (0.569495, 0.821995, -0.000075), }, - Vertex { position: (5.741781, 1.463956, 0.124891), - normal: (-0.31398, 0.125786, 0.94106), }, - Vertex { position: (5.835498, 1.43628, 0.000946), - normal: (0.569495, 0.821995, -0.000075), }, - Vertex { position: (5.743997, 1.482739, 0.000851), - normal: (0.694651, 0.719347, 0.000019), }, - Vertex { position: (5.730427, 1.435668, 0.209848), - normal: (-0.434729, 0.079706, 0.897027), }, - Vertex { position: (5.813217, 1.415581, 0.195261), - normal: (-0.081905, 0.996619, -0.006486), }, - Vertex { position: (5.842092, 1.427708, 0.130724), - normal: (-0.062808, 0.99609, 0.062134), }, - Vertex { position: (5.730427, 1.435668, 0.209848), - normal: (-0.434729, 0.079706, 0.897027), }, - Vertex { position: (5.842092, 1.427708, 0.130724), - normal: (-0.062808, 0.99609, 0.062134), }, - Vertex { position: (5.741781, 1.463956, 0.124891), - normal: (-0.31398, 0.125786, 0.94106), }, - Vertex { position: (5.710154, 1.360653, 0.290072), - normal: (-0.497134, 0.140474, 0.856227), }, - Vertex { position: (5.783731, 1.341471, 0.28459), - normal: (-0.0511, 0.977083, -0.206633), }, - Vertex { position: (5.813217, 1.415581, 0.195261), - normal: (-0.081905, 0.996619, -0.006486), }, - Vertex { position: (5.710154, 1.360653, 0.290072), - normal: (-0.497134, 0.140474, 0.856227), }, - Vertex { position: (5.813217, 1.415581, 0.195261), - normal: (-0.081905, 0.996619, -0.006486), }, - Vertex { position: (5.730427, 1.435668, 0.209848), - normal: (-0.434729, 0.079706, 0.897027), }, - Vertex { position: (5.783731, 1.341471, 0.28459), - normal: (-0.0511, 0.977083, -0.206633), }, - Vertex { position: (5.847989, 1.311569, 0.261476), - normal: (0.481644, 0.842268, -0.242082), }, - Vertex { position: (5.886832, 1.385674, 0.172365), - normal: (-0.134248, 0.990294, -0.035988), }, - Vertex { position: (5.783731, 1.341471, 0.28459), - normal: (-0.0511, 0.977083, -0.206633), }, - Vertex { position: (5.886832, 1.385674, 0.172365), - normal: (-0.134248, 0.990294, -0.035988), }, - Vertex { position: (5.813217, 1.415581, 0.195261), - normal: (-0.081905, 0.996619, -0.006486), }, - Vertex { position: (5.847989, 1.311569, 0.261476), - normal: (0.481644, 0.842268, -0.242082), }, - Vertex { position: (5.931474, 1.233483, 0.215613), - normal: (0.794567, 0.588129, -0.15089), }, - Vertex { position: (5.941384, 1.330818, 0.178936), - normal: (0.731768, 0.675964, 0.087106), }, - Vertex { position: (5.847989, 1.311569, 0.261476), - normal: (0.481644, 0.842268, -0.242082), }, - Vertex { position: (5.941384, 1.330818, 0.178936), - normal: (0.731768, 0.675964, 0.087106), }, - Vertex { position: (5.886832, 1.385674, 0.172365), - normal: (-0.134248, 0.990294, -0.035988), }, - Vertex { position: (5.941384, 1.330818, 0.178936), - normal: (0.731768, 0.675964, 0.087106), }, - Vertex { position: (5.998088, 1.231874, 0.107334), - normal: (0.04154, 0.947538, -0.316933), }, - Vertex { position: (5.979357, 1.325532, 0.125337), - normal: (0.448666, 0.893201, 0.029856), }, - Vertex { position: (5.979357, 1.325532, 0.125337), - normal: (0.448666, 0.893201, 0.029856), }, - Vertex { position: (5.998088, 1.231874, 0.107334), - normal: (0.04154, 0.947538, -0.316933), }, - Vertex { position: (5.963527, 1.232407, 0.001121), - normal: (0.617634, 0.786466, 0.000062), }, - Vertex { position: (5.979357, 1.325532, 0.125337), - normal: (0.448666, 0.893201, 0.029856), }, - Vertex { position: (5.963527, 1.232407, 0.001121), - normal: (0.617634, 0.786466, 0.000062), }, - Vertex { position: (5.963117, 1.307775, 0.001098), - normal: (0.663563, 0.74812, 0.000025), }, - Vertex { position: (5.931474, 1.233483, 0.215613), - normal: (0.794567, 0.588129, -0.15089), }, - Vertex { position: (5.998088, 1.231874, 0.107334), - normal: (0.04154, 0.947538, -0.316933), }, - Vertex { position: (5.941384, 1.330818, 0.178936), - normal: (0.731768, 0.675964, 0.087106), }, - Vertex { position: (5.961686, 1.110978, 0.090324), - normal: (0.461485, 0.788926, -0.405742), }, - Vertex { position: (5.92711, 1.131195, 0.001118), - normal: (0.651313, 0.75881, -0.000286), }, - Vertex { position: (5.963527, 1.232407, 0.001121), - normal: (0.617634, 0.786466, 0.000062), }, - Vertex { position: (5.961686, 1.110978, 0.090324), - normal: (0.461485, 0.788926, -0.405742), }, - Vertex { position: (5.963527, 1.232407, 0.001121), - normal: (0.617634, 0.786466, 0.000062), }, - Vertex { position: (5.998088, 1.231874, 0.107334), - normal: (0.04154, 0.947538, -0.316933), }, - Vertex { position: (5.961686, 1.110978, 0.090324), - normal: (0.461485, 0.788926, -0.405742), }, - Vertex { position: (5.934596, 1.054796, 0.077039), - normal: (0.800967, 0.453079, -0.391371), }, - Vertex { position: (5.908782, 1.066916, 0.001121), - normal: (0.909103, 0.416568, -0.001454), }, - Vertex { position: (5.961686, 1.110978, 0.090324), - normal: (0.461485, 0.788926, -0.405742), }, - Vertex { position: (5.908782, 1.066916, 0.001121), - normal: (0.909103, 0.416568, -0.001454), }, - Vertex { position: (5.92711, 1.131195, 0.001118), - normal: (0.651313, 0.75881, -0.000286), }, - Vertex { position: (5.950684, 1.082725, 0.175648), - normal: (0.000755, 0.939586, -0.342312), }, - Vertex { position: (5.923808, 1.025283, 0.153084), - normal: (0.693689, 0.317887, -0.646331), }, - Vertex { position: (5.934596, 1.054796, 0.077039), - normal: (0.800967, 0.453079, -0.391371), }, - Vertex { position: (5.950684, 1.082725, 0.175648), - normal: (0.000755, 0.939586, -0.342312), }, - Vertex { position: (5.934596, 1.054796, 0.077039), - normal: (0.800967, 0.453079, -0.391371), }, - Vertex { position: (5.961686, 1.110978, 0.090324), - normal: (0.461485, 0.788926, -0.405742), }, - Vertex { position: (5.763952, 1.062109, 0.338641), - normal: (0.288171, 0.239223, -0.927216), }, - Vertex { position: (5.755282, 1.004149, 0.307505), - normal: (0.104327, 0.725166, -0.680625), }, - Vertex { position: (5.85775, 0.997026, 0.236768), - normal: (-0.051423, 0.948155, -0.31362), }, - Vertex { position: (5.763952, 1.062109, 0.338641), - normal: (0.288171, 0.239223, -0.927216), }, - Vertex { position: (5.85775, 0.997026, 0.236768), - normal: (-0.051423, 0.948155, -0.31362), }, - Vertex { position: (5.884856, 1.062202, 0.249545), - normal: (0.525316, 0.261332, -0.809783), }, - Vertex { position: (5.763952, 1.062109, 0.338641), - normal: (0.288171, 0.239223, -0.927216), }, - Vertex { position: (5.884856, 1.062202, 0.249545), - normal: (0.525316, 0.261332, -0.809783), }, - Vertex { position: (5.800778, 1.078596, 0.31945), - normal: (0.204286, 0.745568, -0.634347), }, - Vertex { position: (5.884856, 1.062202, 0.249545), - normal: (0.525316, 0.261332, -0.809783), }, - Vertex { position: (5.950684, 1.082725, 0.175648), - normal: (0.000755, 0.939586, -0.342312), }, - Vertex { position: (5.959462, 1.157227, 0.187097), - normal: (0.969409, 0.243854, 0.027951), }, - Vertex { position: (5.884856, 1.062202, 0.249545), - normal: (0.525316, 0.261332, -0.809783), }, - Vertex { position: (5.959462, 1.157227, 0.187097), - normal: (0.969409, 0.243854, 0.027951), }, - Vertex { position: (5.912147, 1.117911, 0.254197), - normal: (0.811896, 0.498733, 0.303464), }, - Vertex { position: (5.85775, 0.997026, 0.236768), - normal: (-0.051423, 0.948155, -0.31362), }, - Vertex { position: (5.923808, 1.025283, 0.153084), - normal: (0.693689, 0.317887, -0.646331), }, - Vertex { position: (5.950684, 1.082725, 0.175648), - normal: (0.000755, 0.939586, -0.342312), }, - Vertex { position: (5.85775, 0.997026, 0.236768), - normal: (-0.051423, 0.948155, -0.31362), }, - Vertex { position: (5.950684, 1.082725, 0.175648), - normal: (0.000755, 0.939586, -0.342312), }, - Vertex { position: (5.884856, 1.062202, 0.249545), - normal: (0.525316, 0.261332, -0.809783), }, - Vertex { position: (5.884856, 1.062202, 0.249545), - normal: (0.525316, 0.261332, -0.809783), }, - Vertex { position: (5.912147, 1.117911, 0.254197), - normal: (0.811896, 0.498733, 0.303464), }, - Vertex { position: (5.837875, 1.141493, 0.305184), - normal: (0.603382, -0.138832, -0.785275), }, - Vertex { position: (5.884856, 1.062202, 0.249545), - normal: (0.525316, 0.261332, -0.809783), }, - Vertex { position: (5.837875, 1.141493, 0.305184), - normal: (0.603382, -0.138832, -0.785275), }, - Vertex { position: (5.800778, 1.078596, 0.31945), - normal: (0.204286, 0.745568, -0.634347), }, - Vertex { position: (5.800778, 1.078596, 0.31945), - normal: (0.204286, 0.745568, -0.634347), }, - Vertex { position: (5.837875, 1.141493, 0.305184), - normal: (0.603382, -0.138832, -0.785275), }, - Vertex { position: (5.77341, 1.225861, 0.323025), - normal: (0.335985, -0.093512, -0.937214), }, - Vertex { position: (5.800778, 1.078596, 0.31945), - normal: (0.204286, 0.745568, -0.634347), }, - Vertex { position: (5.77341, 1.225861, 0.323025), - normal: (0.335985, -0.093512, -0.937214), }, - Vertex { position: (5.672187, 1.164767, 0.35408), - normal: (0.609817, 0.770093, 0.187296), }, - Vertex { position: (5.672187, 1.164767, 0.35408), - normal: (0.609817, 0.770093, 0.187296), }, - Vertex { position: (5.77341, 1.225861, 0.323025), - normal: (0.335985, -0.093512, -0.937214), }, - Vertex { position: (5.764774, 1.279824, 0.308562), - normal: (0.104604, 0.236958, -0.965872), }, - Vertex { position: (5.672187, 1.164767, 0.35408), - normal: (0.609817, 0.770093, 0.187296), }, - Vertex { position: (5.764774, 1.279824, 0.308562), - normal: (0.104604, 0.236958, -0.965872), }, - Vertex { position: (5.681726, 1.282503, 0.333871), - normal: (0.563605, 0.822456, 0.076915), }, - Vertex { position: (5.681726, 1.282503, 0.333871), - normal: (0.563605, 0.822456, 0.076915), }, - Vertex { position: (5.764774, 1.279824, 0.308562), - normal: (0.104604, 0.236958, -0.965872), }, - Vertex { position: (5.783731, 1.341471, 0.28459), - normal: (-0.0511, 0.977083, -0.206633), }, - Vertex { position: (5.681726, 1.282503, 0.333871), - normal: (0.563605, 0.822456, 0.076915), }, - Vertex { position: (5.783731, 1.341471, 0.28459), - normal: (-0.0511, 0.977083, -0.206633), }, - Vertex { position: (5.710154, 1.360653, 0.290072), - normal: (-0.497134, 0.140474, 0.856227), }, - Vertex { position: (5.681086, 1.054964, 0.35586), - normal: (-0.163152, 0.699849, -0.695408), }, - Vertex { position: (5.763952, 1.062109, 0.338641), - normal: (0.288171, 0.239223, -0.927216), }, - Vertex { position: (5.690122, 1.092917, 0.37085), - normal: (-0.000715, -0.295728, -0.955272), }, - Vertex { position: (5.690122, 1.092917, 0.37085), - normal: (-0.000715, -0.295728, -0.955272), }, - Vertex { position: (5.763952, 1.062109, 0.338641), - normal: (0.288171, 0.239223, -0.927216), }, - Vertex { position: (5.800778, 1.078596, 0.31945), - normal: (0.204286, 0.745568, -0.634347), }, - Vertex { position: (5.690122, 1.092917, 0.37085), - normal: (-0.000715, -0.295728, -0.955272), }, - Vertex { position: (5.800778, 1.078596, 0.31945), - normal: (0.204286, 0.745568, -0.634347), }, - Vertex { position: (5.672187, 1.164767, 0.35408), - normal: (0.609817, 0.770093, 0.187296), }, - Vertex { position: (5.598282, 1.094735, 0.386994), - normal: (-0.090939, 0.953561, -0.287143), }, - Vertex { position: (5.690122, 1.092917, 0.37085), - normal: (-0.000715, -0.295728, -0.955272), }, - Vertex { position: (5.672187, 1.164767, 0.35408), - normal: (0.609817, 0.770093, 0.187296), }, - Vertex { position: (5.598282, 1.094735, 0.386994), - normal: (-0.090939, 0.953561, -0.287143), }, - Vertex { position: (5.672187, 1.164767, 0.35408), - normal: (0.609817, 0.770093, 0.187296), }, - Vertex { position: (5.580797, 1.174135, 0.351054), - normal: (0.381066, 0.919021, 0.100938), }, - Vertex { position: (5.47963, 1.11131, 0.364188), - normal: (0.651262, 0.697944, 0.297879), }, - Vertex { position: (5.598282, 1.094735, 0.386994), - normal: (-0.090939, 0.953561, -0.287143), }, - Vertex { position: (5.580797, 1.174135, 0.351054), - normal: (0.381066, 0.919021, 0.100938), }, - Vertex { position: (5.470775, 1.009574, 0.355371), - normal: (0.008972, 0.708004, -0.706152), }, - Vertex { position: (5.598282, 1.094735, 0.386994), - normal: (-0.090939, 0.953561, -0.287143), }, - Vertex { position: (5.47963, 1.11131, 0.364188), - normal: (0.651262, 0.697944, 0.297879), }, - Vertex { position: (5.580223, 1.04747, 0.372696), - normal: (0.809878, -0.450756, 0.375387), }, - Vertex { position: (5.681086, 1.054964, 0.35586), - normal: (-0.163152, 0.699849, -0.695408), }, - Vertex { position: (5.690122, 1.092917, 0.37085), - normal: (-0.000715, -0.295728, -0.955272), }, - Vertex { position: (5.580223, 1.04747, 0.372696), - normal: (0.809878, -0.450756, 0.375387), }, - Vertex { position: (5.690122, 1.092917, 0.37085), - normal: (-0.000715, -0.295728, -0.955272), }, - Vertex { position: (5.598282, 1.094735, 0.386994), - normal: (-0.090939, 0.953561, -0.287143), }, - Vertex { position: (5.580727, 0.99933, 0.349867), - normal: (-0.01139, 0.953897, -0.299918), }, - Vertex { position: (5.672385, 1.007694, 0.341778), - normal: (-0.011269, -0.268801, -0.96313), }, - Vertex { position: (5.681086, 1.054964, 0.35586), - normal: (-0.163152, 0.699849, -0.695408), }, - Vertex { position: (5.580727, 0.99933, 0.349867), - normal: (-0.01139, 0.953897, -0.299918), }, - Vertex { position: (5.681086, 1.054964, 0.35586), - normal: (-0.163152, 0.699849, -0.695408), }, - Vertex { position: (5.580223, 1.04747, 0.372696), - normal: (0.809878, -0.450756, 0.375387), }, - Vertex { position: (5.598282, 1.094735, 0.386994), - normal: (-0.090939, 0.953561, -0.287143), }, - Vertex { position: (5.470775, 1.009574, 0.355371), - normal: (0.008972, 0.708004, -0.706152), }, - Vertex { position: (5.580223, 1.04747, 0.372696), - normal: (0.809878, -0.450756, 0.375387), }, - Vertex { position: (5.470775, 1.009574, 0.355371), - normal: (0.008972, 0.708004, -0.706152), }, - Vertex { position: (5.535184, 0.98018, 0.341257), - normal: (-0.151742, 0.274295, -0.949598), }, - Vertex { position: (5.580727, 0.99933, 0.349867), - normal: (-0.01139, 0.953897, -0.299918), }, - Vertex { position: (5.470775, 1.009574, 0.355371), - normal: (0.008972, 0.708004, -0.706152), }, - Vertex { position: (5.580727, 0.99933, 0.349867), - normal: (-0.01139, 0.953897, -0.299918), }, - Vertex { position: (5.580223, 1.04747, 0.372696), - normal: (0.809878, -0.450756, 0.375387), }, - Vertex { position: (5.425352, 1.035967, 0.34272), - normal: (0.795507, -0.586003, 0.154171), }, - Vertex { position: (5.470775, 1.009574, 0.355371), - normal: (0.008972, 0.708004, -0.706152), }, - Vertex { position: (5.47963, 1.11131, 0.364188), - normal: (0.651262, 0.697944, 0.297879), }, - Vertex { position: (5.425352, 1.035967, 0.34272), - normal: (0.795507, -0.586003, 0.154171), }, - Vertex { position: (5.47963, 1.11131, 0.364188), - normal: (0.651262, 0.697944, 0.297879), }, - Vertex { position: (5.388455, 1.119419, 0.351883), - normal: (-0.317809, 0.237298, 0.91798), }, - Vertex { position: (5.434594, 0.970412, 0.330823), - normal: (0.743898, -0.655713, -0.129057), }, - Vertex { position: (5.470775, 1.009574, 0.355371), - normal: (0.008972, 0.708004, -0.706152), }, - Vertex { position: (5.425352, 1.035967, 0.34272), - normal: (0.795507, -0.586003, 0.154171), }, - Vertex { position: (5.434594, 0.970412, 0.330823), - normal: (0.743898, -0.655713, -0.129057), }, - Vertex { position: (5.535184, 0.98018, 0.341257), - normal: (-0.151742, 0.274295, -0.949598), }, - Vertex { position: (5.470775, 1.009574, 0.355371), - normal: (0.008972, 0.708004, -0.706152), }, - Vertex { position: (5.434594, 0.970412, 0.330823), - normal: (0.743898, -0.655713, -0.129057), }, - Vertex { position: (5.480649, 0.941387, 0.316248), - normal: (0.083641, -0.81989, 0.566378), }, - Vertex { position: (5.535184, 0.98018, 0.341257), - normal: (-0.151742, 0.274295, -0.949598), }, - Vertex { position: (5.379461, 1.045817, 0.349748), - normal: (0.042118, -0.881893, 0.469564), }, - Vertex { position: (5.425352, 1.035967, 0.34272), - normal: (0.795507, -0.586003, 0.154171), }, - Vertex { position: (5.388455, 1.119419, 0.351883), - normal: (-0.317809, 0.237298, 0.91798), }, - Vertex { position: (5.370709, 0.980272, 0.337432), - normal: (0.713982, 0.301535, 0.631907), }, - Vertex { position: (5.434594, 0.970412, 0.330823), - normal: (0.743898, -0.655713, -0.129057), }, - Vertex { position: (5.425352, 1.035967, 0.34272), - normal: (0.795507, -0.586003, 0.154171), }, - Vertex { position: (5.370709, 0.980272, 0.337432), - normal: (0.713982, 0.301535, 0.631907), }, - Vertex { position: (5.425352, 1.035967, 0.34272), - normal: (0.795507, -0.586003, 0.154171), }, - Vertex { position: (5.379461, 1.045817, 0.349748), - normal: (0.042118, -0.881893, 0.469564), }, - Vertex { position: (5.373646, 0.885375, 0.20884), - normal: (0.086688, -0.887002, 0.453556), }, - Vertex { position: (5.480649, 0.941387, 0.316248), - normal: (0.083641, -0.81989, 0.566378), }, - Vertex { position: (5.434594, 0.970412, 0.330823), - normal: (0.743898, -0.655713, -0.129057), }, - Vertex { position: (5.373646, 0.885375, 0.20884), - normal: (0.086688, -0.887002, 0.453556), }, - Vertex { position: (5.434594, 0.970412, 0.330823), - normal: (0.743898, -0.655713, -0.129057), }, - Vertex { position: (5.370709, 0.980272, 0.337432), - normal: (0.713982, 0.301535, 0.631907), }, - Vertex { position: (5.373646, 0.885375, 0.20884), - normal: (0.086688, -0.887002, 0.453556), }, - Vertex { position: (5.511556, 0.863525, 0.177613), - normal: (0.21141, -0.953268, 0.215838), }, - Vertex { position: (5.546347, 0.916044, 0.246782), - normal: (0.176955, -0.903058, 0.391373), }, - Vertex { position: (5.373646, 0.885375, 0.20884), - normal: (0.086688, -0.887002, 0.453556), }, - Vertex { position: (5.546347, 0.916044, 0.246782), - normal: (0.176955, -0.903058, 0.391373), }, - Vertex { position: (5.480649, 0.941387, 0.316248), - normal: (0.083641, -0.81989, 0.566378), }, - Vertex { position: (5.511556, 0.863525, 0.177613), - normal: (0.21141, -0.953268, 0.215838), }, - Vertex { position: (5.60337, 0.852748, 0.162335), - normal: (0.288841, -0.745301, -0.600914), }, - Vertex { position: (5.638369, 0.904402, 0.222548), - normal: (0.571342, -0.680689, -0.45851), }, - Vertex { position: (5.511556, 0.863525, 0.177613), - normal: (0.21141, -0.953268, 0.215838), }, - Vertex { position: (5.638369, 0.904402, 0.222548), - normal: (0.571342, -0.680689, -0.45851), }, - Vertex { position: (5.546347, 0.916044, 0.246782), - normal: (0.176955, -0.903058, 0.391373), }, - Vertex { position: (5.60337, 0.852748, 0.162335), - normal: (0.288841, -0.745301, -0.600914), }, - Vertex { position: (5.70463, 0.849158, 0.12813), - normal: (0.237421, -0.963021, 0.127366), }, - Vertex { position: (5.748613, 0.92049, 0.205099), - normal: (0.388502, -0.6643, -0.63857), }, - Vertex { position: (5.60337, 0.852748, 0.162335), - normal: (0.288841, -0.745301, -0.600914), }, - Vertex { position: (5.748613, 0.92049, 0.205099), - normal: (0.388502, -0.6643, -0.63857), }, - Vertex { position: (5.638369, 0.904402, 0.222548), - normal: (0.571342, -0.680689, -0.45851), }, - Vertex { position: (5.241466, 1.040469, 0.383965), - normal: (0.157921, -0.851177, -0.500559), }, - Vertex { position: (5.379461, 1.045817, 0.349748), - normal: (0.042118, -0.881893, 0.469564), }, - Vertex { position: (5.388455, 1.119419, 0.351883), - normal: (-0.317809, 0.237298, 0.91798), }, - Vertex { position: (5.241466, 1.040469, 0.383965), - normal: (0.157921, -0.851177, -0.500559), }, - Vertex { position: (5.388455, 1.119419, 0.351883), - normal: (-0.317809, 0.237298, 0.91798), }, - Vertex { position: (5.250485, 1.123029, 0.385234), - normal: (0.009824, -0.644035, 0.764933), }, - Vertex { position: (5.223571, 0.974029, 0.362117), - normal: (0.254106, -0.95176, 0.171999), }, - Vertex { position: (5.370709, 0.980272, 0.337432), - normal: (0.713982, 0.301535, 0.631907), }, - Vertex { position: (5.379461, 1.045817, 0.349748), - normal: (0.042118, -0.881893, 0.469564), }, - Vertex { position: (5.223571, 0.974029, 0.362117), - normal: (0.254106, -0.95176, 0.171999), }, - Vertex { position: (5.379461, 1.045817, 0.349748), - normal: (0.042118, -0.881893, 0.469564), }, - Vertex { position: (5.241466, 1.040469, 0.383965), - normal: (0.157921, -0.851177, -0.500559), }, - Vertex { position: (5.299005, 0.908991, 0.260177), - normal: (0.165259, -0.797056, -0.580854), }, - Vertex { position: (5.373646, 0.885375, 0.20884), - normal: (0.086688, -0.887002, 0.453556), }, - Vertex { position: (5.370709, 0.980272, 0.337432), - normal: (0.713982, 0.301535, 0.631907), }, - Vertex { position: (5.197562, 0.922406, 0.302473), - normal: (0.243744, -0.944481, 0.220328), }, - Vertex { position: (5.299005, 0.908991, 0.260177), - normal: (0.165259, -0.797056, -0.580854), }, - Vertex { position: (5.370709, 0.980272, 0.337432), - normal: (0.713982, 0.301535, 0.631907), }, - Vertex { position: (5.197562, 0.922406, 0.302473), - normal: (0.243744, -0.944481, 0.220328), }, - Vertex { position: (5.370709, 0.980272, 0.337432), - normal: (0.713982, 0.301535, 0.631907), }, - Vertex { position: (5.223571, 0.974029, 0.362117), - normal: (0.254106, -0.95176, 0.171999), }, - Vertex { position: (5.851404, 0.929008, 0.105362), - normal: (0.20994, -0.930128, 0.301309), }, - Vertex { position: (5.797411, 0.880032, 0.072306), - normal: (-0.05208, -0.715695, 0.696469), }, - Vertex { position: (5.78079, 0.891286, 0.001059), - normal: (0.953994, -0.299798, -0.004126), }, - Vertex { position: (5.851404, 0.929008, 0.105362), - normal: (0.20994, -0.930128, 0.301309), }, - Vertex { position: (5.78079, 0.891286, 0.001059), - normal: (0.953994, -0.299798, -0.004126), }, - Vertex { position: (5.836005, 0.945722, 0.001092), - normal: (0.997356, -0.072614, -0.002907), }, - Vertex { position: (5.748613, 0.92049, 0.205099), - normal: (0.388502, -0.6643, -0.63857), }, - Vertex { position: (5.70463, 0.849158, 0.12813), - normal: (0.237421, -0.963021, 0.127366), }, - Vertex { position: (5.797411, 0.880032, 0.072306), - normal: (-0.05208, -0.715695, 0.696469), }, - Vertex { position: (5.748613, 0.92049, 0.205099), - normal: (0.388502, -0.6643, -0.63857), }, - Vertex { position: (5.797411, 0.880032, 0.072306), - normal: (-0.05208, -0.715695, 0.696469), }, - Vertex { position: (5.851404, 0.929008, 0.105362), - normal: (0.20994, -0.930128, 0.301309), }, - Vertex { position: (5.679621, 0.8395, 0.000985), - normal: (0.874313, -0.485341, -0.004579), }, - Vertex { position: (5.78079, 0.891286, 0.001059), - normal: (0.953994, -0.299798, -0.004126), }, - Vertex { position: (5.797411, 0.880032, 0.072306), - normal: (-0.05208, -0.715695, 0.696469), }, - Vertex { position: (5.70463, 0.849158, 0.12813), - normal: (0.237421, -0.963021, 0.127366), }, - Vertex { position: (5.568745, 0.834653, 0.07139), - normal: (0.287073, -0.905921, 0.311283), }, - Vertex { position: (5.679621, 0.8395, 0.000985), - normal: (0.874313, -0.485341, -0.004579), }, - Vertex { position: (5.70463, 0.849158, 0.12813), - normal: (0.237421, -0.963021, 0.127366), }, - Vertex { position: (5.679621, 0.8395, 0.000985), - normal: (0.874313, -0.485341, -0.004579), }, - Vertex { position: (5.797411, 0.880032, 0.072306), - normal: (-0.05208, -0.715695, 0.696469), }, - Vertex { position: (5.568745, 0.834653, 0.07139), - normal: (0.287073, -0.905921, 0.311283), }, - Vertex { position: (5.579253, 0.837796, 0.000896), - normal: (0.84332, -0.537393, -0.004381), }, - Vertex { position: (5.679621, 0.8395, 0.000985), - normal: (0.874313, -0.485341, -0.004579), }, - Vertex { position: (5.60337, 0.852748, 0.162335), - normal: (0.288841, -0.745301, -0.600914), }, - Vertex { position: (5.449164, 0.847535, 0.103909), - normal: (0.267121, -0.895396, 0.356249), }, - Vertex { position: (5.568745, 0.834653, 0.07139), - normal: (0.287073, -0.905921, 0.311283), }, - Vertex { position: (5.60337, 0.852748, 0.162335), - normal: (0.288841, -0.745301, -0.600914), }, - Vertex { position: (5.568745, 0.834653, 0.07139), - normal: (0.287073, -0.905921, 0.311283), }, - Vertex { position: (5.70463, 0.849158, 0.12813), - normal: (0.237421, -0.963021, 0.127366), }, - Vertex { position: (5.137075, 0.824518, 0.144842), - normal: (-0.501598, -0.526154, 0.686704), }, - Vertex { position: (5.112563, 0.840686, 0.00048), - normal: (0.598791, -0.8009, -0.003109), }, - Vertex { position: (5.213434, 0.856784, 0.000565), - normal: (0.832605, -0.553861, -0.002629), }, - Vertex { position: (5.137075, 0.824518, 0.144842), - normal: (-0.501598, -0.526154, 0.686704), }, - Vertex { position: (5.213434, 0.856784, 0.000565), - normal: (0.832605, -0.553861, -0.002629), }, - Vertex { position: (5.247762, 0.848549, 0.108546), - normal: (-0.290459, -0.499809, 0.815981), }, - Vertex { position: (5.511556, 0.863525, 0.177613), - normal: (0.21141, -0.953268, 0.215838), }, - Vertex { position: (5.3569, 0.85112, 0.138324), - normal: (-0.538845, -0.659239, 0.524452), }, - Vertex { position: (5.449164, 0.847535, 0.103909), - normal: (0.267121, -0.895396, 0.356249), }, - Vertex { position: (5.511556, 0.863525, 0.177613), - normal: (0.21141, -0.953268, 0.215838), }, - Vertex { position: (5.449164, 0.847535, 0.103909), - normal: (0.267121, -0.895396, 0.356249), }, - Vertex { position: (5.60337, 0.852748, 0.162335), - normal: (0.288841, -0.745301, -0.600914), }, - Vertex { position: (5.373646, 0.885375, 0.20884), - normal: (0.086688, -0.887002, 0.453556), }, - Vertex { position: (5.26443, 0.855571, 0.181694), - normal: (-0.53682, -0.608254, 0.58468), }, - Vertex { position: (5.3569, 0.85112, 0.138324), - normal: (-0.538845, -0.659239, 0.524452), }, - Vertex { position: (5.373646, 0.885375, 0.20884), - normal: (0.086688, -0.887002, 0.453556), }, - Vertex { position: (5.3569, 0.85112, 0.138324), - normal: (-0.538845, -0.659239, 0.524452), }, - Vertex { position: (5.511556, 0.863525, 0.177613), - normal: (0.21141, -0.953268, 0.215838), }, - Vertex { position: (5.247762, 0.848549, 0.108546), - normal: (-0.290459, -0.499809, 0.815981), }, - Vertex { position: (5.213434, 0.856784, 0.000565), - normal: (0.832605, -0.553861, -0.002629), }, - Vertex { position: (5.323232, 0.866039, 0.00066), - normal: (0.224122, -0.97456, -0.001209), }, - Vertex { position: (5.449164, 0.847535, 0.103909), - normal: (0.267121, -0.895396, 0.356249), }, - Vertex { position: (5.469641, 0.838722, 0.000798), - normal: (-0.020035, -0.999799, -0.000148), }, - Vertex { position: (5.579253, 0.837796, 0.000896), - normal: (0.84332, -0.537393, -0.004381), }, - Vertex { position: (5.449164, 0.847535, 0.103909), - normal: (0.267121, -0.895396, 0.356249), }, - Vertex { position: (5.579253, 0.837796, 0.000896), - normal: (0.84332, -0.537393, -0.004381), }, - Vertex { position: (5.568745, 0.834653, 0.07139), - normal: (0.287073, -0.905921, 0.311283), }, - Vertex { position: (5.247762, 0.848549, 0.108546), - normal: (-0.290459, -0.499809, 0.815981), }, - Vertex { position: (5.323232, 0.866039, 0.00066), - normal: (0.224122, -0.97456, -0.001209), }, - Vertex { position: (5.469641, 0.838722, 0.000798), - normal: (-0.020035, -0.999799, -0.000148), }, - Vertex { position: (5.247762, 0.848549, 0.108546), - normal: (-0.290459, -0.499809, 0.815981), }, - Vertex { position: (5.469641, 0.838722, 0.000798), - normal: (-0.020035, -0.999799, -0.000148), }, - Vertex { position: (5.449164, 0.847535, 0.103909), - normal: (0.267121, -0.895396, 0.356249), }, - Vertex { position: (5.247762, 0.848549, 0.108546), - normal: (-0.290459, -0.499809, 0.815981), }, - Vertex { position: (5.449164, 0.847535, 0.103909), - normal: (0.267121, -0.895396, 0.356249), }, - Vertex { position: (5.3569, 0.85112, 0.138324), - normal: (-0.538845, -0.659239, 0.524452), }, - Vertex { position: (5.26443, 0.855571, 0.181694), - normal: (-0.53682, -0.608254, 0.58468), }, - Vertex { position: (5.247762, 0.848549, 0.108546), - normal: (-0.290459, -0.499809, 0.815981), }, - Vertex { position: (5.3569, 0.85112, 0.138324), - normal: (-0.538845, -0.659239, 0.524452), }, - Vertex { position: (5.26443, 0.855571, 0.181694), - normal: (-0.53682, -0.608254, 0.58468), }, - Vertex { position: (5.373646, 0.885375, 0.20884), - normal: (0.086688, -0.887002, 0.453556), }, - Vertex { position: (5.299005, 0.908991, 0.260177), - normal: (0.165259, -0.797056, -0.580854), }, - Vertex { position: (5.153735, 0.831575, 0.218348), - normal: (-0.635877, 0.324329, 0.700337), }, - Vertex { position: (5.26443, 0.855571, 0.181694), - normal: (-0.53682, -0.608254, 0.58468), }, - Vertex { position: (5.299005, 0.908991, 0.260177), - normal: (0.165259, -0.797056, -0.580854), }, - Vertex { position: (5.153735, 0.831575, 0.218348), - normal: (-0.635877, 0.324329, 0.700337), }, - Vertex { position: (5.299005, 0.908991, 0.260177), - normal: (0.165259, -0.797056, -0.580854), }, - Vertex { position: (5.197562, 0.922406, 0.302473), - normal: (0.243744, -0.944481, 0.220328), }, - Vertex { position: (5.153735, 0.831575, 0.218348), - normal: (-0.635877, 0.324329, 0.700337), }, - Vertex { position: (5.137075, 0.824518, 0.144842), - normal: (-0.501598, -0.526154, 0.686704), }, - Vertex { position: (5.247762, 0.848549, 0.108546), - normal: (-0.290459, -0.499809, 0.815981), }, - Vertex { position: (5.153735, 0.831575, 0.218348), - normal: (-0.635877, 0.324329, 0.700337), }, - Vertex { position: (5.247762, 0.848549, 0.108546), - normal: (-0.290459, -0.499809, 0.815981), }, - Vertex { position: (5.26443, 0.855571, 0.181694), - normal: (-0.53682, -0.608254, 0.58468), }, - Vertex { position: (4.963526, 0.797382, 0.14344), - normal: (-0.376273, -0.140159, 0.915846), }, - Vertex { position: (4.920855, 0.812339, 0.000318), - normal: (0.124158, -0.992262, -0.000543), }, - Vertex { position: (5.112563, 0.840686, 0.00048), - normal: (0.598791, -0.8009, -0.003109), }, - Vertex { position: (4.963526, 0.797382, 0.14344), - normal: (-0.376273, -0.140159, 0.915846), }, - Vertex { position: (5.112563, 0.840686, 0.00048), - normal: (0.598791, -0.8009, -0.003109), }, - Vertex { position: (5.137075, 0.824518, 0.144842), - normal: (-0.501598, -0.526154, 0.686704), }, - Vertex { position: (4.99671, 0.81056, 0.280771), - normal: (-0.508574, -0.111047, 0.853827), }, - Vertex { position: (4.963526, 0.797382, 0.14344), - normal: (-0.376273, -0.140159, 0.915846), }, - Vertex { position: (5.137075, 0.824518, 0.144842), - normal: (-0.501598, -0.526154, 0.686704), }, - Vertex { position: (4.99671, 0.81056, 0.280771), - normal: (-0.508574, -0.111047, 0.853827), }, - Vertex { position: (5.137075, 0.824518, 0.144842), - normal: (-0.501598, -0.526154, 0.686704), }, - Vertex { position: (5.153735, 0.831575, 0.218348), - normal: (-0.635877, 0.324329, 0.700337), }, - Vertex { position: (4.66969, 0.738163, 0.188296), - normal: (-0.86136, -0.239794, 0.447836), }, - Vertex { position: (4.963526, 0.797382, 0.14344), - normal: (-0.376273, -0.140159, 0.915846), }, - Vertex { position: (4.99671, 0.81056, 0.280771), - normal: (-0.508574, -0.111047, 0.853827), }, - Vertex { position: (4.66969, 0.738163, 0.188296), - normal: (-0.86136, -0.239794, 0.447836), }, - Vertex { position: (4.99671, 0.81056, 0.280771), - normal: (-0.508574, -0.111047, 0.853827), }, - Vertex { position: (4.712067, 0.770512, 0.333393), - normal: (-0.724544, -0.128977, 0.677054), }, - Vertex { position: (4.66969, 0.738163, 0.188296), - normal: (-0.86136, -0.239794, 0.447836), }, - Vertex { position: (4.655453, 0.758022, 0.000098), - normal: (0.157494, -0.98752, -0.000465), }, - Vertex { position: (4.920855, 0.812339, 0.000318), - normal: (0.124158, -0.992262, -0.000543), }, - Vertex { position: (4.66969, 0.738163, 0.188296), - normal: (-0.86136, -0.239794, 0.447836), }, - Vertex { position: (4.920855, 0.812339, 0.000318), - normal: (0.124158, -0.992262, -0.000543), }, - Vertex { position: (4.963526, 0.797382, 0.14344), - normal: (-0.376273, -0.140159, 0.915846), }, - Vertex { position: (4.99671, 0.81056, 0.280771), - normal: (-0.508574, -0.111047, 0.853827), }, - Vertex { position: (5.153735, 0.831575, 0.218348), - normal: (-0.635877, 0.324329, 0.700337), }, - Vertex { position: (5.197562, 0.922406, 0.302473), - normal: (0.243744, -0.944481, 0.220328), }, - Vertex { position: (4.99671, 0.81056, 0.280771), - normal: (-0.508574, -0.111047, 0.853827), }, - Vertex { position: (5.197562, 0.922406, 0.302473), - normal: (0.243744, -0.944481, 0.220328), }, - Vertex { position: (5.004627, 0.908637, 0.345273), - normal: (-0.903777, -0.182749, 0.387027), }, - Vertex { position: (4.712067, 0.770512, 0.333393), - normal: (-0.724544, -0.128977, 0.677054), }, - Vertex { position: (4.99671, 0.81056, 0.280771), - normal: (-0.508574, -0.111047, 0.853827), }, - Vertex { position: (5.004627, 0.908637, 0.345273), - normal: (-0.903777, -0.182749, 0.387027), }, - Vertex { position: (4.712067, 0.770512, 0.333393), - normal: (-0.724544, -0.128977, 0.677054), }, - Vertex { position: (5.004627, 0.908637, 0.345273), - normal: (-0.903777, -0.182749, 0.387027), }, - Vertex { position: (4.728809, 0.878731, 0.405801), - normal: (-0.911341, 0.002265, 0.411646), }, - Vertex { position: (5.021254, 0.951308, 0.405567), - normal: (-0.566117, 0.431683, 0.702254), }, - Vertex { position: (5.223571, 0.974029, 0.362117), - normal: (0.254106, -0.95176, 0.171999), }, - Vertex { position: (5.241466, 1.040469, 0.383965), - normal: (0.157921, -0.851177, -0.500559), }, - Vertex { position: (5.021254, 0.951308, 0.405567), - normal: (-0.566117, 0.431683, 0.702254), }, - Vertex { position: (5.241466, 1.040469, 0.383965), - normal: (0.157921, -0.851177, -0.500559), }, - Vertex { position: (5.011084, 1.06677, 0.458562), - normal: (-0.77316, 0.344902, 0.532228), }, - Vertex { position: (5.021254, 0.951308, 0.405567), - normal: (-0.566117, 0.431683, 0.702254), }, - Vertex { position: (5.004627, 0.908637, 0.345273), - normal: (-0.903777, -0.182749, 0.387027), }, - Vertex { position: (5.197562, 0.922406, 0.302473), - normal: (0.243744, -0.944481, 0.220328), }, - Vertex { position: (5.021254, 0.951308, 0.405567), - normal: (-0.566117, 0.431683, 0.702254), }, - Vertex { position: (5.197562, 0.922406, 0.302473), - normal: (0.243744, -0.944481, 0.220328), }, - Vertex { position: (5.223571, 0.974029, 0.362117), - normal: (0.254106, -0.95176, 0.171999), }, - Vertex { position: (4.74325, 1.05921, 0.563421), - normal: (-0.383862, 0.612068, 0.691392), }, - Vertex { position: (5.011084, 1.06677, 0.458562), - normal: (-0.77316, 0.344902, 0.532228), }, - Vertex { position: (4.991713, 1.163096, 0.504149), - normal: (-0.023775, -0.598435, 0.800818), }, - Vertex { position: (4.74325, 1.05921, 0.563421), - normal: (-0.383862, 0.612068, 0.691392), }, - Vertex { position: (4.991713, 1.163096, 0.504149), - normal: (-0.023775, -0.598435, 0.800818), }, - Vertex { position: (4.733657, 1.227371, 0.592883), - normal: (0.200825, -0.971974, 0.122213), }, - Vertex { position: (4.744871, 0.950945, 0.491082), - normal: (-0.091679, 0.768658, 0.633057), }, - Vertex { position: (5.021254, 0.951308, 0.405567), - normal: (-0.566117, 0.431683, 0.702254), }, - Vertex { position: (5.011084, 1.06677, 0.458562), - normal: (-0.77316, 0.344902, 0.532228), }, - Vertex { position: (4.744871, 0.950945, 0.491082), - normal: (-0.091679, 0.768658, 0.633057), }, - Vertex { position: (5.011084, 1.06677, 0.458562), - normal: (-0.77316, 0.344902, 0.532228), }, - Vertex { position: (4.74325, 1.05921, 0.563421), - normal: (-0.383862, 0.612068, 0.691392), }, - Vertex { position: (4.728809, 0.878731, 0.405801), - normal: (-0.911341, 0.002265, 0.411646), }, - Vertex { position: (5.004627, 0.908637, 0.345273), - normal: (-0.903777, -0.182749, 0.387027), }, - Vertex { position: (5.021254, 0.951308, 0.405567), - normal: (-0.566117, 0.431683, 0.702254), }, - Vertex { position: (4.728809, 0.878731, 0.405801), - normal: (-0.911341, 0.002265, 0.411646), }, - Vertex { position: (5.021254, 0.951308, 0.405567), - normal: (-0.566117, 0.431683, 0.702254), }, - Vertex { position: (4.744871, 0.950945, 0.491082), - normal: (-0.091679, 0.768658, 0.633057), }, - Vertex { position: (4.567896, 1.149805, 0.642484), - normal: (-0.911194, 0.285551, 0.296961), }, - Vertex { position: (4.74325, 1.05921, 0.563421), - normal: (-0.383862, 0.612068, 0.691392), }, - Vertex { position: (4.733657, 1.227371, 0.592883), - normal: (0.200825, -0.971974, 0.122213), }, - Vertex { position: (4.567896, 1.149805, 0.642484), - normal: (-0.911194, 0.285551, 0.296961), }, - Vertex { position: (4.733657, 1.227371, 0.592883), - normal: (0.200825, -0.971974, 0.122213), }, - Vertex { position: (4.641547, 1.285422, 0.622034), - normal: (0.123418, -0.784469, 0.607763), }, - Vertex { position: (4.496191, 1.024566, 0.579491), - normal: (-0.931592, 0.319003, 0.174278), }, - Vertex { position: (4.744871, 0.950945, 0.491082), - normal: (-0.091679, 0.768658, 0.633057), }, - Vertex { position: (4.74325, 1.05921, 0.563421), - normal: (-0.383862, 0.612068, 0.691392), }, - Vertex { position: (4.496191, 1.024566, 0.579491), - normal: (-0.931592, 0.319003, 0.174278), }, - Vertex { position: (4.74325, 1.05921, 0.563421), - normal: (-0.383862, 0.612068, 0.691392), }, - Vertex { position: (4.567896, 1.149805, 0.642484), - normal: (-0.911194, 0.285551, 0.296961), }, - Vertex { position: (4.416475, 0.921264, 0.458839), - normal: (-0.895156, 0.397807, 0.201112), }, - Vertex { position: (4.728809, 0.878731, 0.405801), - normal: (-0.911341, 0.002265, 0.411646), }, - Vertex { position: (4.744871, 0.950945, 0.491082), - normal: (-0.091679, 0.768658, 0.633057), }, - Vertex { position: (4.416475, 0.921264, 0.458839), - normal: (-0.895156, 0.397807, 0.201112), }, - Vertex { position: (4.744871, 0.950945, 0.491082), - normal: (-0.091679, 0.768658, 0.633057), }, - Vertex { position: (4.496191, 1.024566, 0.579491), - normal: (-0.931592, 0.319003, 0.174278), }, - Vertex { position: (4.297891, 0.911506, 0.447987), - normal: (-0.742898, 0.572423, 0.347036), }, - Vertex { position: (4.399629, 0.850459, 0.391855), - normal: (-0.821562, 0.369566, 0.434117), }, - Vertex { position: (4.416475, 0.921264, 0.458839), - normal: (-0.895156, 0.397807, 0.201112), }, - Vertex { position: (4.297891, 0.911506, 0.447987), - normal: (-0.742898, 0.572423, 0.347036), }, - Vertex { position: (4.416475, 0.921264, 0.458839), - normal: (-0.895156, 0.397807, 0.201112), }, - Vertex { position: (4.333503, 0.951176, 0.481517), - normal: (-0.885175, 0.439902, 0.1515), }, - Vertex { position: (4.359048, 0.700414, 0.166651), - normal: (-0.659696, 0.567802, 0.492343), }, - Vertex { position: (4.380854, 0.704574, -0.00013), - normal: (0.000801, -1.0, -0.000539), }, - Vertex { position: (4.655453, 0.758022, 0.000098), - normal: (0.157494, -0.98752, -0.000465), }, - Vertex { position: (4.359048, 0.700414, 0.166651), - normal: (-0.659696, 0.567802, 0.492343), }, - Vertex { position: (4.655453, 0.758022, 0.000098), - normal: (0.157494, -0.98752, -0.000465), }, - Vertex { position: (4.66969, 0.738163, 0.188296), - normal: (-0.86136, -0.239794, 0.447836), }, - Vertex { position: (4.319799, 0.731007, 0.291212), - normal: (0.11638, 0.680311, 0.723624), }, - Vertex { position: (4.359048, 0.700414, 0.166651), - normal: (-0.659696, 0.567802, 0.492343), }, - Vertex { position: (4.66969, 0.738163, 0.188296), - normal: (-0.86136, -0.239794, 0.447836), }, - Vertex { position: (4.319799, 0.731007, 0.291212), - normal: (0.11638, 0.680311, 0.723624), }, - Vertex { position: (4.66969, 0.738163, 0.188296), - normal: (-0.86136, -0.239794, 0.447836), }, - Vertex { position: (4.712067, 0.770512, 0.333393), - normal: (-0.724544, -0.128977, 0.677054), }, - Vertex { position: (4.319799, 0.731007, 0.291212), - normal: (0.11638, 0.680311, 0.723624), }, - Vertex { position: (4.712067, 0.770512, 0.333393), - normal: (-0.724544, -0.128977, 0.677054), }, - Vertex { position: (4.399629, 0.850459, 0.391855), - normal: (-0.821562, 0.369566, 0.434117), }, - Vertex { position: (4.297891, 0.911506, 0.447987), - normal: (-0.742898, 0.572423, 0.347036), }, - Vertex { position: (4.216374, 0.852328, 0.405873), - normal: (0.206279, 0.744917, 0.634467), }, - Vertex { position: (4.319799, 0.731007, 0.291212), - normal: (0.11638, 0.680311, 0.723624), }, - Vertex { position: (4.297891, 0.911506, 0.447987), - normal: (-0.742898, 0.572423, 0.347036), }, - Vertex { position: (4.319799, 0.731007, 0.291212), - normal: (0.11638, 0.680311, 0.723624), }, - Vertex { position: (4.399629, 0.850459, 0.391855), - normal: (-0.821562, 0.369566, 0.434117), }, - Vertex { position: (4.712067, 0.770512, 0.333393), - normal: (-0.724544, -0.128977, 0.677054), }, - Vertex { position: (4.728809, 0.878731, 0.405801), - normal: (-0.911341, 0.002265, 0.411646), }, - Vertex { position: (4.416475, 0.921264, 0.458839), - normal: (-0.895156, 0.397807, 0.201112), }, - Vertex { position: (4.712067, 0.770512, 0.333393), - normal: (-0.724544, -0.128977, 0.677054), }, - Vertex { position: (4.416475, 0.921264, 0.458839), - normal: (-0.895156, 0.397807, 0.201112), }, - Vertex { position: (4.399629, 0.850459, 0.391855), - normal: (-0.821562, 0.369566, 0.434117), }, - Vertex { position: (4.366867, 1.131136, 0.630581), - normal: (-0.476949, 0.871027, 0.117605), }, - Vertex { position: (4.496191, 1.024566, 0.579491), - normal: (-0.931592, 0.319003, 0.174278), }, - Vertex { position: (4.567896, 1.149805, 0.642484), - normal: (-0.911194, 0.285551, 0.296961), }, - Vertex { position: (4.366867, 1.131136, 0.630581), - normal: (-0.476949, 0.871027, 0.117605), }, - Vertex { position: (4.567896, 1.149805, 0.642484), - normal: (-0.911194, 0.285551, 0.296961), }, - Vertex { position: (4.449011, 1.260929, 0.647431), - normal: (-0.395804, 0.901672, 0.174144), }, - Vertex { position: (4.216374, 0.852328, 0.405873), - normal: (0.206279, 0.744917, 0.634467), }, - Vertex { position: (4.297891, 0.911506, 0.447987), - normal: (-0.742898, 0.572423, 0.347036), }, - Vertex { position: (4.141189, 1.008775, 0.499342), - normal: (-0.590367, 0.807126, -0.003753), }, - Vertex { position: (4.297891, 0.911506, 0.447987), - normal: (-0.742898, 0.572423, 0.347036), }, - Vertex { position: (4.333503, 0.951176, 0.481517), - normal: (-0.885175, 0.439902, 0.1515), }, - Vertex { position: (4.277227, 1.077746, 0.550819), - normal: (-0.594389, 0.803108, 0.041468), }, - Vertex { position: (4.297891, 0.911506, 0.447987), - normal: (-0.742898, 0.572423, 0.347036), }, - Vertex { position: (4.277227, 1.077746, 0.550819), - normal: (-0.594389, 0.803108, 0.041468), }, - Vertex { position: (4.141189, 1.008775, 0.499342), - normal: (-0.590367, 0.807126, -0.003753), }, - Vertex { position: (4.141189, 1.008775, 0.499342), - normal: (-0.590367, 0.807126, -0.003753), }, - Vertex { position: (4.277227, 1.077746, 0.550819), - normal: (-0.594389, 0.803108, 0.041468), }, - Vertex { position: (4.175444, 1.350332, 0.613988), - normal: (-0.091114, 0.94565, 0.312162), }, - Vertex { position: (4.141189, 1.008775, 0.499342), - normal: (-0.590367, 0.807126, -0.003753), }, - Vertex { position: (4.175444, 1.350332, 0.613988), - normal: (-0.091114, 0.94565, 0.312162), }, - Vertex { position: (4.085564, 1.288885, 0.544406), - normal: (-0.610894, 0.790229, -0.048447), }, - Vertex { position: (4.416475, 0.921264, 0.458839), - normal: (-0.895156, 0.397807, 0.201112), }, - Vertex { position: (4.496191, 1.024566, 0.579491), - normal: (-0.931592, 0.319003, 0.174278), }, - Vertex { position: (4.333503, 0.951176, 0.481517), - normal: (-0.885175, 0.439902, 0.1515), }, - Vertex { position: (4.333503, 0.951176, 0.481517), - normal: (-0.885175, 0.439902, 0.1515), }, - Vertex { position: (4.496191, 1.024566, 0.579491), - normal: (-0.931592, 0.319003, 0.174278), }, - Vertex { position: (4.366867, 1.131136, 0.630581), - normal: (-0.476949, 0.871027, 0.117605), }, - Vertex { position: (4.333503, 0.951176, 0.481517), - normal: (-0.885175, 0.439902, 0.1515), }, - Vertex { position: (4.366867, 1.131136, 0.630581), - normal: (-0.476949, 0.871027, 0.117605), }, - Vertex { position: (4.277227, 1.077746, 0.550819), - normal: (-0.594389, 0.803108, 0.041468), }, - Vertex { position: (4.277227, 1.077746, 0.550819), - normal: (-0.594389, 0.803108, 0.041468), }, - Vertex { position: (4.366867, 1.131136, 0.630581), - normal: (-0.476949, 0.871027, 0.117605), }, - Vertex { position: (4.247733, 1.381058, 0.649596), - normal: (-0.216454, 0.960138, 0.176868), }, - Vertex { position: (4.277227, 1.077746, 0.550819), - normal: (-0.594389, 0.803108, 0.041468), }, - Vertex { position: (4.247733, 1.381058, 0.649596), - normal: (-0.216454, 0.960138, 0.176868), }, - Vertex { position: (4.175444, 1.350332, 0.613988), - normal: (-0.091114, 0.94565, 0.312162), }, - Vertex { position: (4.366867, 1.131136, 0.630581), - normal: (-0.476949, 0.871027, 0.117605), }, - Vertex { position: (4.449011, 1.260929, 0.647431), - normal: (-0.395804, 0.901672, 0.174144), }, - Vertex { position: (4.329607, 1.464801, 0.661485), - normal: (-0.283495, 0.953867, 0.098839), }, - Vertex { position: (4.366867, 1.131136, 0.630581), - normal: (-0.476949, 0.871027, 0.117605), }, - Vertex { position: (4.329607, 1.464801, 0.661485), - normal: (-0.283495, 0.953867, 0.098839), }, - Vertex { position: (4.247733, 1.381058, 0.649596), - normal: (-0.216454, 0.960138, 0.176868), }, - Vertex { position: (4.449011, 1.260929, 0.647431), - normal: (-0.395804, 0.901672, 0.174144), }, - Vertex { position: (4.522247, 1.398278, 0.644892), - normal: (0.050019, -0.552867, 0.831767), }, - Vertex { position: (4.430999, 1.535753, 0.638888), - normal: (0.037801, -0.082839, 0.995846), }, - Vertex { position: (4.449011, 1.260929, 0.647431), - normal: (-0.395804, 0.901672, 0.174144), }, - Vertex { position: (4.430999, 1.535753, 0.638888), - normal: (0.037801, -0.082839, 0.995846), }, - Vertex { position: (4.329607, 1.464801, 0.661485), - normal: (-0.283495, 0.953867, 0.098839), }, - Vertex { position: (4.329607, 1.464801, 0.661485), - normal: (-0.283495, 0.953867, 0.098839), }, - Vertex { position: (4.430999, 1.535753, 0.638888), - normal: (0.037801, -0.082839, 0.995846), }, - Vertex { position: (4.404221, 1.662433, 0.61661), - normal: (-0.196146, -0.333078, 0.922272), }, - Vertex { position: (4.329607, 1.464801, 0.661485), - normal: (-0.283495, 0.953867, 0.098839), }, - Vertex { position: (4.404221, 1.662433, 0.61661), - normal: (-0.196146, -0.333078, 0.922272), }, - Vertex { position: (4.312225, 1.683392, 0.639944), - normal: (-0.421166, 0.906102, 0.039982), }, - Vertex { position: (4.312225, 1.683392, 0.639944), - normal: (-0.421166, 0.906102, 0.039982), }, - Vertex { position: (4.404221, 1.662433, 0.61661), - normal: (-0.196146, -0.333078, 0.922272), }, - Vertex { position: (4.38638, 1.770868, 0.596666), - normal: (-0.106358, -0.394397, 0.912765), }, - Vertex { position: (4.312225, 1.683392, 0.639944), - normal: (-0.421166, 0.906102, 0.039982), }, - Vertex { position: (4.38638, 1.770868, 0.596666), - normal: (-0.106358, -0.394397, 0.912765), }, - Vertex { position: (4.303615, 1.799914, 0.610388), - normal: (-0.557881, 0.828586, -0.047048), }, - Vertex { position: (4.303615, 1.799914, 0.610388), - normal: (-0.557881, 0.828586, -0.047048), }, - Vertex { position: (4.38638, 1.770868, 0.596666), - normal: (-0.106358, -0.394397, 0.912765), }, - Vertex { position: (4.377095, 1.871713, 0.595743), - normal: (-0.277696, -0.435918, 0.856073), }, - Vertex { position: (4.303615, 1.799914, 0.610388), - normal: (-0.557881, 0.828586, -0.047048), }, - Vertex { position: (4.377095, 1.871713, 0.595743), - normal: (-0.277696, -0.435918, 0.856073), }, - Vertex { position: (4.304562, 1.906537, 0.572242), - normal: (-0.536419, 0.710997, 0.454685), }, - Vertex { position: (4.221814, 1.660769, 0.59409), - normal: (0.055369, 0.916343, 0.396547), }, - Vertex { position: (4.312225, 1.683392, 0.639944), - normal: (-0.421166, 0.906102, 0.039982), }, - Vertex { position: (4.303615, 1.799914, 0.610388), - normal: (-0.557881, 0.828586, -0.047048), }, - Vertex { position: (4.221814, 1.660769, 0.59409), - normal: (0.055369, 0.916343, 0.396547), }, - Vertex { position: (4.303615, 1.799914, 0.610388), - normal: (-0.557881, 0.828586, -0.047048), }, - Vertex { position: (4.240116, 1.770049, 0.583946), - normal: (-0.678336, 0.658323, 0.326299), }, - Vertex { position: (4.247733, 1.381058, 0.649596), - normal: (-0.216454, 0.960138, 0.176868), }, - Vertex { position: (4.329607, 1.464801, 0.661485), - normal: (-0.283495, 0.953867, 0.098839), }, - Vertex { position: (4.312225, 1.683392, 0.639944), - normal: (-0.421166, 0.906102, 0.039982), }, - Vertex { position: (4.247733, 1.381058, 0.649596), - normal: (-0.216454, 0.960138, 0.176868), }, - Vertex { position: (4.312225, 1.683392, 0.639944), - normal: (-0.421166, 0.906102, 0.039982), }, - Vertex { position: (4.221814, 1.660769, 0.59409), - normal: (0.055369, 0.916343, 0.396547), }, - Vertex { position: (4.175444, 1.350332, 0.613988), - normal: (-0.091114, 0.94565, 0.312162), }, - Vertex { position: (4.247733, 1.381058, 0.649596), - normal: (-0.216454, 0.960138, 0.176868), }, - Vertex { position: (4.221814, 1.660769, 0.59409), - normal: (0.055369, 0.916343, 0.396547), }, - Vertex { position: (4.175444, 1.350332, 0.613988), - normal: (-0.091114, 0.94565, 0.312162), }, - Vertex { position: (4.221814, 1.660769, 0.59409), - normal: (0.055369, 0.916343, 0.396547), }, - Vertex { position: (4.121121, 1.614451, 0.587188), - normal: (0.090337, 0.942369, 0.32215), }, - Vertex { position: (4.085564, 1.288885, 0.544406), - normal: (-0.610894, 0.790229, -0.048447), }, - Vertex { position: (4.175444, 1.350332, 0.613988), - normal: (-0.091114, 0.94565, 0.312162), }, - Vertex { position: (4.121121, 1.614451, 0.587188), - normal: (0.090337, 0.942369, 0.32215), }, - Vertex { position: (4.085564, 1.288885, 0.544406), - normal: (-0.610894, 0.790229, -0.048447), }, - Vertex { position: (4.121121, 1.614451, 0.587188), - normal: (0.090337, 0.942369, 0.32215), }, - Vertex { position: (4.067576, 1.572668, 0.534997), - normal: (-0.560402, 0.735791, 0.380211), }, - Vertex { position: (4.121121, 1.614451, 0.587188), - normal: (0.090337, 0.942369, 0.32215), }, - Vertex { position: (4.221814, 1.660769, 0.59409), - normal: (0.055369, 0.916343, 0.396547), }, - Vertex { position: (4.240116, 1.770049, 0.583946), - normal: (-0.678336, 0.658323, 0.326299), }, - Vertex { position: (4.121121, 1.614451, 0.587188), - normal: (0.090337, 0.942369, 0.32215), }, - Vertex { position: (4.240116, 1.770049, 0.583946), - normal: (-0.678336, 0.658323, 0.326299), }, - Vertex { position: (4.148883, 1.759918, 0.573765), - normal: (-0.641133, 0.599375, 0.479267), }, - Vertex { position: (4.067576, 1.572668, 0.534997), - normal: (-0.560402, 0.735791, 0.380211), }, - Vertex { position: (4.121121, 1.614451, 0.587188), - normal: (0.090337, 0.942369, 0.32215), }, - Vertex { position: (4.148883, 1.759918, 0.573765), - normal: (-0.641133, 0.599375, 0.479267), }, - Vertex { position: (4.067576, 1.572668, 0.534997), - normal: (-0.560402, 0.735791, 0.380211), }, - Vertex { position: (4.148883, 1.759918, 0.573765), - normal: (-0.641133, 0.599375, 0.479267), }, - Vertex { position: (4.076852, 1.746601, 0.527436), - normal: (-0.760994, 0.140163, 0.633437), }, - Vertex { position: (4.83289, 2.262727, 0.283787), - normal: (0.203778, -0.389736, 0.898098), }, - Vertex { position: (4.971394, 2.146686, 0.224781), - normal: (-0.026148, 0.006311, 0.999638), }, - Vertex { position: (4.912303, 2.162645, -0.00009), - normal: (-0.989689, -0.143234, 0.0), }, - Vertex { position: (4.83289, 2.262727, 0.283787), - normal: (0.203778, -0.389736, 0.898098), }, - Vertex { position: (4.912303, 2.162645, -0.00009), - normal: (-0.989689, -0.143234, 0.0), }, - Vertex { position: (4.747988, 2.300163, -0.000276), - normal: (-0.965284, -0.261201, 0.0), }, - Vertex { position: (5.156645, 1.942902, 0.119993), - normal: (0.204472, -0.587725, 0.782797), }, - Vertex { position: (5.177545, 1.932323, 0.000214), - normal: (-0.998597, -0.052951, 0.0), }, - Vertex { position: (5.04969, 2.032731, 0.000071), - normal: (-0.941169, -0.337937, 0.0), }, - Vertex { position: (5.687035, 1.499636, 0.110765), - normal: (-0.241533, 0.200654, 0.949421), }, - Vertex { position: (5.741781, 1.463956, 0.124891), - normal: (-0.31398, 0.125786, 0.94106), }, - Vertex { position: (5.743997, 1.482739, 0.000851), - normal: (0.694651, 0.719347, 0.000019), }, - Vertex { position: (5.687035, 1.499636, 0.110765), - normal: (-0.241533, 0.200654, 0.949421), }, - Vertex { position: (5.743997, 1.482739, 0.000851), - normal: (0.694651, 0.719347, 0.000019), }, - Vertex { position: (5.680007, 1.510009, 0.000786), - normal: (-0.026558, -0.999647, 0.0), }, - Vertex { position: (5.842092, 1.427708, 0.130724), - normal: (-0.062808, 0.99609, 0.062134), }, - Vertex { position: (5.915025, 1.382159, 0.13682), - normal: (-0.11884, 0.991349, -0.055713), }, - Vertex { position: (5.908842, 1.388968, 0.001026), - normal: (-0.016213, 0.999869, 0.0), }, - Vertex { position: (5.842092, 1.427708, 0.130724), - normal: (-0.062808, 0.99609, 0.062134), }, - Vertex { position: (5.908842, 1.388968, 0.001026), - normal: (-0.016213, 0.999869, 0.0), }, - Vertex { position: (5.835498, 1.43628, 0.000946), - normal: (0.569495, 0.821995, -0.000075), }, - Vertex { position: (4.452383, 2.524558, 0.130255), - normal: (-0.395037, 0.740118, 0.544216), }, - Vertex { position: (4.454962, 2.523303, -0.000603), - normal: (0.169654, -0.985504, -0.000285), }, - Vertex { position: (4.317602, 2.588926, -0.000745), - normal: (-0.069594, -0.997575, -0.000151), }, - Vertex { position: (4.452383, 2.524558, 0.130255), - normal: (-0.395037, 0.740118, 0.544216), }, - Vertex { position: (4.317602, 2.588926, -0.000745), - normal: (-0.069594, -0.997575, -0.000151), }, - Vertex { position: (4.342351, 2.581176, 0.140317), - normal: (-0.411843, 0.771855, 0.484381), }, - Vertex { position: (4.440143, 2.510529, 0.269164), - normal: (-0.353793, 0.870619, 0.341838), }, - Vertex { position: (4.452383, 2.524558, 0.130255), - normal: (-0.395037, 0.740118, 0.544216), }, - Vertex { position: (4.342351, 2.581176, 0.140317), - normal: (-0.411843, 0.771855, 0.484381), }, - Vertex { position: (4.440143, 2.510529, 0.269164), - normal: (-0.353793, 0.870619, 0.341838), }, - Vertex { position: (4.342351, 2.581176, 0.140317), - normal: (-0.411843, 0.771855, 0.484381), }, - Vertex { position: (4.332083, 2.586481, 0.194917), - normal: (-0.330516, 0.821242, 0.465104), }, - Vertex { position: (4.429895, 2.495758, 0.306894), - normal: (-0.929249, -0.009268, 0.369337), }, - Vertex { position: (4.440143, 2.510529, 0.269164), - normal: (-0.353793, 0.870619, 0.341838), }, - Vertex { position: (4.332083, 2.586481, 0.194917), - normal: (-0.330516, 0.821242, 0.465104), }, - Vertex { position: (4.429895, 2.495758, 0.306894), - normal: (-0.929249, -0.009268, 0.369337), }, - Vertex { position: (4.332083, 2.586481, 0.194917), - normal: (-0.330516, 0.821242, 0.465104), }, - Vertex { position: (4.339601, 2.592642, 0.258891), - normal: (-0.718934, 0.608496, 0.335955), }, - Vertex { position: (4.342351, 2.581176, 0.140317), - normal: (-0.411843, 0.771855, 0.484381), }, - Vertex { position: (4.317602, 2.588926, -0.000745), - normal: (-0.069594, -0.997575, -0.000151), }, - Vertex { position: (4.189883, 2.606916, -0.000863), - normal: (0.172357, -0.985035, -0.000083), }, - Vertex { position: (4.342351, 2.581176, 0.140317), - normal: (-0.411843, 0.771855, 0.484381), }, - Vertex { position: (4.189883, 2.606916, -0.000863), - normal: (0.172357, -0.985035, -0.000083), }, - Vertex { position: (4.187258, 2.590221, 0.135844), - normal: (-0.144656, 0.947613, 0.284787), }, - Vertex { position: (4.332083, 2.586481, 0.194917), - normal: (-0.330516, 0.821242, 0.465104), }, - Vertex { position: (4.342351, 2.581176, 0.140317), - normal: (-0.411843, 0.771855, 0.484381), }, - Vertex { position: (4.187258, 2.590221, 0.135844), - normal: (-0.144656, 0.947613, 0.284787), }, - Vertex { position: (4.332083, 2.586481, 0.194917), - normal: (-0.330516, 0.821242, 0.465104), }, - Vertex { position: (4.187258, 2.590221, 0.135844), - normal: (-0.144656, 0.947613, 0.284787), }, - Vertex { position: (4.203325, 2.589186, 0.219164), - normal: (-0.364192, 0.890167, 0.273801), }, - Vertex { position: (4.339601, 2.592642, 0.258891), - normal: (-0.718934, 0.608496, 0.335955), }, - Vertex { position: (4.332083, 2.586481, 0.194917), - normal: (-0.330516, 0.821242, 0.465104), }, - Vertex { position: (4.203325, 2.589186, 0.219164), - normal: (-0.364192, 0.890167, 0.273801), }, - Vertex { position: (4.339601, 2.592642, 0.258891), - normal: (-0.718934, 0.608496, 0.335955), }, - Vertex { position: (4.203325, 2.589186, 0.219164), - normal: (-0.364192, 0.890167, 0.273801), }, - Vertex { position: (4.211652, 2.602538, 0.264011), - normal: (-0.719327, 0.568276, 0.399538), }, - Vertex { position: (4.328606, 2.563996, 0.343892), - normal: (-0.130291, 0.991051, 0.029017), }, - Vertex { position: (4.339601, 2.592642, 0.258891), - normal: (-0.718934, 0.608496, 0.335955), }, - Vertex { position: (4.211652, 2.602538, 0.264011), - normal: (-0.719327, 0.568276, 0.399538), }, - Vertex { position: (4.328606, 2.563996, 0.343892), - normal: (-0.130291, 0.991051, 0.029017), }, - Vertex { position: (4.211652, 2.602538, 0.264011), - normal: (-0.719327, 0.568276, 0.399538), }, - Vertex { position: (4.209941, 2.600612, 0.337597), - normal: (-0.904972, -0.026555, 0.424641), }, - Vertex { position: (4.410844, 2.500167, 0.351972), - normal: (-0.501953, 0.842502, 0.195534), }, - Vertex { position: (4.429895, 2.495758, 0.306894), - normal: (-0.929249, -0.009268, 0.369337), }, - Vertex { position: (4.339601, 2.592642, 0.258891), - normal: (-0.718934, 0.608496, 0.335955), }, - Vertex { position: (4.410844, 2.500167, 0.351972), - normal: (-0.501953, 0.842502, 0.195534), }, - Vertex { position: (4.339601, 2.592642, 0.258891), - normal: (-0.718934, 0.608496, 0.335955), }, - Vertex { position: (4.328606, 2.563996, 0.343892), - normal: (-0.130291, 0.991051, 0.029017), }, - Vertex { position: (4.634996, 2.369115, 0.140117), - normal: (0.241652, -0.897637, 0.368581), }, - Vertex { position: (4.747988, 2.300163, -0.000276), - normal: (-0.965284, -0.261201, 0.0), }, - Vertex { position: (4.528082, 2.467537, -0.000521), - normal: (0.210866, -0.977515, 0.000009), }, - Vertex { position: (4.577573, 2.389535, 0.256196), - normal: (0.170159, -0.985033, -0.027502), }, - Vertex { position: (4.634996, 2.369115, 0.140117), - normal: (0.241652, -0.897637, 0.368581), }, - Vertex { position: (4.528082, 2.467537, -0.000521), - normal: (0.210866, -0.977515, 0.000009), }, - Vertex { position: (4.577573, 2.389535, 0.256196), - normal: (0.170159, -0.985033, -0.027502), }, - Vertex { position: (4.528082, 2.467537, -0.000521), - normal: (0.210866, -0.977515, 0.000009), }, - Vertex { position: (4.454962, 2.523303, -0.000603), - normal: (0.169654, -0.985504, -0.000285), }, - Vertex { position: (4.577573, 2.389535, 0.256196), - normal: (0.170159, -0.985033, -0.027502), }, - Vertex { position: (4.454962, 2.523303, -0.000603), - normal: (0.169654, -0.985504, -0.000285), }, - Vertex { position: (4.452383, 2.524558, 0.130255), - normal: (-0.395037, 0.740118, 0.544216), }, - Vertex { position: (4.577573, 2.389535, 0.256196), - normal: (0.170159, -0.985033, -0.027502), }, - Vertex { position: (4.452383, 2.524558, 0.130255), - normal: (-0.395037, 0.740118, 0.544216), }, - Vertex { position: (4.440143, 2.510529, 0.269164), - normal: (-0.353793, 0.870619, 0.341838), }, - Vertex { position: (4.577573, 2.389535, 0.256196), - normal: (0.170159, -0.985033, -0.027502), }, - Vertex { position: (4.440143, 2.510529, 0.269164), - normal: (-0.353793, 0.870619, 0.341838), }, - Vertex { position: (4.429895, 2.495758, 0.306894), - normal: (-0.929249, -0.009268, 0.369337), }, - Vertex { position: (4.429895, 2.495758, 0.306894), - normal: (-0.929249, -0.009268, 0.369337), }, - Vertex { position: (4.410844, 2.500167, 0.351972), - normal: (-0.501953, 0.842502, 0.195534), }, - Vertex { position: (4.474318, 2.418432, 0.361347), - normal: (-0.849668, 0.488771, -0.197904), }, - Vertex { position: (4.577573, 2.389535, 0.256196), - normal: (0.170159, -0.985033, -0.027502), }, - Vertex { position: (4.429895, 2.495758, 0.306894), - normal: (-0.929249, -0.009268, 0.369337), }, - Vertex { position: (4.474318, 2.418432, 0.361347), - normal: (-0.849668, 0.488771, -0.197904), }, - Vertex { position: (4.472349, 2.325133, 0.443764), - normal: (0.231006, -0.859096, 0.456717), }, - Vertex { position: (4.577573, 2.389535, 0.256196), - normal: (0.170159, -0.985033, -0.027502), }, - Vertex { position: (4.474318, 2.418432, 0.361347), - normal: (-0.849668, 0.488771, -0.197904), }, - Vertex { position: (4.043796, 2.386524, 0.400392), - normal: (0.361848, -0.921221, -0.142892), }, - Vertex { position: (4.07851, 2.41181, 0.472193), - normal: (-0.138401, -0.989733, 0.035683), }, - Vertex { position: (4.088356, 2.510913, 0.453793), - normal: (0.207048, -0.965263, 0.159371), }, - Vertex { position: (4.043796, 2.386524, 0.400392), - normal: (0.361848, -0.921221, -0.142892), }, - Vertex { position: (4.088356, 2.510913, 0.453793), - normal: (0.207048, -0.965263, 0.159371), }, - Vertex { position: (4.063205, 2.509679, 0.342987), - normal: (0.198783, -0.979888, 0.017481), }, - Vertex { position: (4.035753, 2.399538, 0.343957), - normal: (0.3579, -0.920931, 0.154253), }, - Vertex { position: (4.043796, 2.386524, 0.400392), - normal: (0.361848, -0.921221, -0.142892), }, - Vertex { position: (4.063205, 2.509679, 0.342987), - normal: (0.198783, -0.979888, 0.017481), }, - Vertex { position: (4.035753, 2.399538, 0.343957), - normal: (0.3579, -0.920931, 0.154253), }, - Vertex { position: (4.063205, 2.509679, 0.342987), - normal: (0.198783, -0.979888, 0.017481), }, - Vertex { position: (4.055262, 2.505284, 0.297282), - normal: (0.363913, -0.931415, 0.005744), }, - Vertex { position: (4.189883, 2.606916, -0.000863), - normal: (0.172357, -0.985035, -0.000083), }, - Vertex { position: (4.079812, 2.571649, -0.000951), - normal: (0.272993, 0.962016, -0.000199), }, - Vertex { position: (4.084506, 2.570978, 0.218168), - normal: (0.579082, -0.064826, -0.812688), }, - Vertex { position: (4.189883, 2.606916, -0.000863), - normal: (0.172357, -0.985035, -0.000083), }, - Vertex { position: (4.084506, 2.570978, 0.218168), - normal: (0.579082, -0.064826, -0.812688), }, - Vertex { position: (4.187258, 2.590221, 0.135844), - normal: (-0.144656, 0.947613, 0.284787), }, - Vertex { position: (4.187258, 2.590221, 0.135844), - normal: (-0.144656, 0.947613, 0.284787), }, - Vertex { position: (4.084506, 2.570978, 0.218168), - normal: (0.579082, -0.064826, -0.812688), }, - Vertex { position: (4.101754, 2.557092, 0.265856), - normal: (0.849086, -0.12151, -0.51409), }, - Vertex { position: (4.187258, 2.590221, 0.135844), - normal: (-0.144656, 0.947613, 0.284787), }, - Vertex { position: (4.101754, 2.557092, 0.265856), - normal: (0.849086, -0.12151, -0.51409), }, - Vertex { position: (4.203325, 2.589186, 0.219164), - normal: (-0.364192, 0.890167, 0.273801), }, - Vertex { position: (4.203325, 2.589186, 0.219164), - normal: (-0.364192, 0.890167, 0.273801), }, - Vertex { position: (4.101754, 2.557092, 0.265856), - normal: (0.849086, -0.12151, -0.51409), }, - Vertex { position: (4.100907, 2.560626, 0.302396), - normal: (0.727891, -0.103877, -0.677779), }, - Vertex { position: (4.203325, 2.589186, 0.219164), - normal: (-0.364192, 0.890167, 0.273801), }, - Vertex { position: (4.100907, 2.560626, 0.302396), - normal: (0.727891, -0.103877, -0.677779), }, - Vertex { position: (4.211652, 2.602538, 0.264011), - normal: (-0.719327, 0.568276, 0.399538), }, - Vertex { position: (4.211652, 2.602538, 0.264011), - normal: (-0.719327, 0.568276, 0.399538), }, - Vertex { position: (4.100907, 2.560626, 0.302396), - normal: (0.727891, -0.103877, -0.677779), }, - Vertex { position: (4.117367, 2.568514, 0.3845), - normal: (0.576293, -0.081905, -0.813128), }, - Vertex { position: (4.211652, 2.602538, 0.264011), - normal: (-0.719327, 0.568276, 0.399538), }, - Vertex { position: (4.117367, 2.568514, 0.3845), - normal: (0.576293, -0.081905, -0.813128), }, - Vertex { position: (4.209941, 2.600612, 0.337597), - normal: (-0.904972, -0.026555, 0.424641), }, - Vertex { position: (4.055262, 2.505284, 0.297282), - normal: (0.363913, -0.931415, 0.005744), }, - Vertex { position: (4.029016, 2.519175, 0.249385), - normal: (0.740815, -0.598363, -0.305214), }, - Vertex { position: (4.00011, 2.424158, 0.313254), - normal: (0.640669, -0.433938, -0.633436), }, - Vertex { position: (4.055262, 2.505284, 0.297282), - normal: (0.363913, -0.931415, 0.005744), }, - Vertex { position: (4.00011, 2.424158, 0.313254), - normal: (0.640669, -0.433938, -0.633436), }, - Vertex { position: (4.035753, 2.399538, 0.343957), - normal: (0.3579, -0.920931, 0.154253), }, - Vertex { position: (3.988172, 2.489642, -0.001008), - normal: (-0.069267, 0.997598, -0.000362), }, - Vertex { position: (4.00011, 2.424158, 0.313254), - normal: (0.640669, -0.433938, -0.633436), }, - Vertex { position: (4.029016, 2.519175, 0.249385), - normal: (0.740815, -0.598363, -0.305214), }, - Vertex { position: (3.988172, 2.489642, -0.001008), - normal: (-0.069267, 0.997598, -0.000362), }, - Vertex { position: (4.029016, 2.519175, 0.249385), - normal: (0.740815, -0.598363, -0.305214), }, - Vertex { position: (4.024214, 2.527933, -0.000987), - normal: (0.544067, 0.839042, -0.000076), }, - Vertex { position: (4.029016, 2.519175, 0.249385), - normal: (0.740815, -0.598363, -0.305214), }, - Vertex { position: (4.084506, 2.570978, 0.218168), - normal: (0.579082, -0.064826, -0.812688), }, - Vertex { position: (4.079812, 2.571649, -0.000951), - normal: (0.272993, 0.962016, -0.000199), }, - Vertex { position: (4.029016, 2.519175, 0.249385), - normal: (0.740815, -0.598363, -0.305214), }, - Vertex { position: (4.079812, 2.571649, -0.000951), - normal: (0.272993, 0.962016, -0.000199), }, - Vertex { position: (4.024214, 2.527933, -0.000987), - normal: (0.544067, 0.839042, -0.000076), }, - Vertex { position: (4.055262, 2.505284, 0.297282), - normal: (0.363913, -0.931415, 0.005744), }, - Vertex { position: (4.101754, 2.557092, 0.265856), - normal: (0.849086, -0.12151, -0.51409), }, - Vertex { position: (4.084506, 2.570978, 0.218168), - normal: (0.579082, -0.064826, -0.812688), }, - Vertex { position: (4.055262, 2.505284, 0.297282), - normal: (0.363913, -0.931415, 0.005744), }, - Vertex { position: (4.084506, 2.570978, 0.218168), - normal: (0.579082, -0.064826, -0.812688), }, - Vertex { position: (4.029016, 2.519175, 0.249385), - normal: (0.740815, -0.598363, -0.305214), }, - Vertex { position: (4.063205, 2.509679, 0.342987), - normal: (0.198783, -0.979888, 0.017481), }, - Vertex { position: (4.100907, 2.560626, 0.302396), - normal: (0.727891, -0.103877, -0.677779), }, - Vertex { position: (4.101754, 2.557092, 0.265856), - normal: (0.849086, -0.12151, -0.51409), }, - Vertex { position: (4.063205, 2.509679, 0.342987), - normal: (0.198783, -0.979888, 0.017481), }, - Vertex { position: (4.101754, 2.557092, 0.265856), - normal: (0.849086, -0.12151, -0.51409), }, - Vertex { position: (4.055262, 2.505284, 0.297282), - normal: (0.363913, -0.931415, 0.005744), }, - Vertex { position: (4.088356, 2.510913, 0.453793), - normal: (0.207048, -0.965263, 0.159371), }, - Vertex { position: (4.117367, 2.568514, 0.3845), - normal: (0.576293, -0.081905, -0.813128), }, - Vertex { position: (4.100907, 2.560626, 0.302396), - normal: (0.727891, -0.103877, -0.677779), }, - Vertex { position: (4.088356, 2.510913, 0.453793), - normal: (0.207048, -0.965263, 0.159371), }, - Vertex { position: (4.100907, 2.560626, 0.302396), - normal: (0.727891, -0.103877, -0.677779), }, - Vertex { position: (4.063205, 2.509679, 0.342987), - normal: (0.198783, -0.979888, 0.017481), }, - Vertex { position: (3.828001, 2.35254, 0.233341), - normal: (-0.613241, -0.041068, -0.788827), }, - Vertex { position: (4.00011, 2.424158, 0.313254), - normal: (0.640669, -0.433938, -0.633436), }, - Vertex { position: (3.988172, 2.489642, -0.001008), - normal: (-0.069267, 0.997598, -0.000362), }, - Vertex { position: (3.828001, 2.35254, 0.233341), - normal: (-0.613241, -0.041068, -0.788827), }, - Vertex { position: (3.988172, 2.489642, -0.001008), - normal: (-0.069267, 0.997598, -0.000362), }, - Vertex { position: (3.787342, 2.396113, -0.001159), - normal: (0.622247, 0.782821, -0.000247), }, - Vertex { position: (3.828001, 2.35254, 0.233341), - normal: (-0.613241, -0.041068, -0.788827), }, - Vertex { position: (3.870548, 2.292106, 0.368964), - normal: (-0.745507, -0.065161, -0.663305), }, - Vertex { position: (3.961908, 2.347745, 0.374747), - normal: (-0.611332, -0.037351, -0.790492), }, - Vertex { position: (3.828001, 2.35254, 0.233341), - normal: (-0.613241, -0.041068, -0.788827), }, - Vertex { position: (3.961908, 2.347745, 0.374747), - normal: (-0.611332, -0.037351, -0.790492), }, - Vertex { position: (4.00011, 2.424158, 0.313254), - normal: (0.640669, -0.433938, -0.633436), }, - Vertex { position: (4.025364, 2.3593, 0.402597), - normal: (-0.747931, -0.041912, -0.662452), }, - Vertex { position: (4.043796, 2.386524, 0.400392), - normal: (0.361848, -0.921221, -0.142892), }, - Vertex { position: (4.035753, 2.399538, 0.343957), - normal: (0.3579, -0.920931, 0.154253), }, - Vertex { position: (4.025364, 2.3593, 0.402597), - normal: (-0.747931, -0.041912, -0.662452), }, - Vertex { position: (4.035753, 2.399538, 0.343957), - normal: (0.3579, -0.920931, 0.154253), }, - Vertex { position: (4.00011, 2.424158, 0.313254), - normal: (0.640669, -0.433938, -0.633436), }, - Vertex { position: (3.961908, 2.347745, 0.374747), - normal: (-0.611332, -0.037351, -0.790492), }, - Vertex { position: (4.025364, 2.3593, 0.402597), - normal: (-0.747931, -0.041912, -0.662452), }, - Vertex { position: (4.00011, 2.424158, 0.313254), - normal: (0.640669, -0.433938, -0.633436), }, - Vertex { position: (3.967085, 2.280648, 0.537643), - normal: (-0.609407, -0.033626, -0.792144), }, - Vertex { position: (4.077563, 2.305187, 0.510338), - normal: (-0.749946, -0.01864, -0.661236), }, - Vertex { position: (4.025364, 2.3593, 0.402597), - normal: (-0.747931, -0.041912, -0.662452), }, - Vertex { position: (3.967085, 2.280648, 0.537643), - normal: (-0.609407, -0.033626, -0.792144), }, - Vertex { position: (4.025364, 2.3593, 0.402597), - normal: (-0.747931, -0.041912, -0.662452), }, - Vertex { position: (3.961908, 2.347745, 0.374747), - normal: (-0.611332, -0.037351, -0.790492), }, - Vertex { position: (3.903911, 2.241501, 0.512468), - normal: (-0.446251, -0.047365, -0.893653), }, - Vertex { position: (3.967085, 2.280648, 0.537643), - normal: (-0.609407, -0.033626, -0.792144), }, - Vertex { position: (3.961908, 2.347745, 0.374747), - normal: (-0.611332, -0.037351, -0.790492), }, - Vertex { position: (3.903911, 2.241501, 0.512468), - normal: (-0.446251, -0.047365, -0.893653), }, - Vertex { position: (3.961908, 2.347745, 0.374747), - normal: (-0.611332, -0.037351, -0.790492), }, - Vertex { position: (3.870548, 2.292106, 0.368964), - normal: (-0.745507, -0.065161, -0.663305), }, - Vertex { position: (3.823349, 2.141733, 0.428356), - normal: (-0.453311, -0.031481, -0.890797), }, - Vertex { position: (3.857922, 2.141554, 0.521067), - normal: (-0.93621, -0.256398, 0.240355), }, - Vertex { position: (3.903911, 2.241501, 0.512468), - normal: (-0.446251, -0.047365, -0.893653), }, - Vertex { position: (3.823349, 2.141733, 0.428356), - normal: (-0.453311, -0.031481, -0.890797), }, - Vertex { position: (3.903911, 2.241501, 0.512468), - normal: (-0.446251, -0.047365, -0.893653), }, - Vertex { position: (3.870548, 2.292106, 0.368964), - normal: (-0.745507, -0.065161, -0.663305), }, - Vertex { position: (4.113935, 2.334131, 0.526471), - normal: (-0.124529, -0.930217, 0.345238), }, - Vertex { position: (4.07851, 2.41181, 0.472193), - normal: (-0.138401, -0.989733, 0.035683), }, - Vertex { position: (4.043796, 2.386524, 0.400392), - normal: (0.361848, -0.921221, -0.142892), }, - Vertex { position: (4.025364, 2.3593, 0.402597), - normal: (-0.747931, -0.041912, -0.662452), }, - Vertex { position: (4.077563, 2.305187, 0.510338), - normal: (-0.749946, -0.01864, -0.661236), }, - Vertex { position: (4.113935, 2.334131, 0.526471), - normal: (-0.124529, -0.930217, 0.345238), }, - Vertex { position: (4.025364, 2.3593, 0.402597), - normal: (-0.747931, -0.041912, -0.662452), }, - Vertex { position: (4.113935, 2.334131, 0.526471), - normal: (-0.124529, -0.930217, 0.345238), }, - Vertex { position: (4.043796, 2.386524, 0.400392), - normal: (0.361848, -0.921221, -0.142892), }, - Vertex { position: (3.967085, 2.280648, 0.537643), - normal: (-0.609407, -0.033626, -0.792144), }, - Vertex { position: (4.010847, 2.270246, 0.622149), - normal: (-0.450889, -0.363512, 0.815205), }, - Vertex { position: (4.112302, 2.285832, 0.5955), - normal: (-0.749779, -0.335085, 0.57057), }, - Vertex { position: (3.967085, 2.280648, 0.537643), - normal: (-0.609407, -0.033626, -0.792144), }, - Vertex { position: (4.112302, 2.285832, 0.5955), - normal: (-0.749779, -0.335085, 0.57057), }, - Vertex { position: (4.077563, 2.305187, 0.510338), - normal: (-0.749946, -0.01864, -0.661236), }, - Vertex { position: (3.903911, 2.241501, 0.512468), - normal: (-0.446251, -0.047365, -0.893653), }, - Vertex { position: (3.928869, 2.223919, 0.615683), - normal: (-0.948723, -0.104868, 0.298208), }, - Vertex { position: (4.010847, 2.270246, 0.622149), - normal: (-0.450889, -0.363512, 0.815205), }, - Vertex { position: (3.903911, 2.241501, 0.512468), - normal: (-0.446251, -0.047365, -0.893653), }, - Vertex { position: (4.010847, 2.270246, 0.622149), - normal: (-0.450889, -0.363512, 0.815205), }, - Vertex { position: (3.967085, 2.280648, 0.537643), - normal: (-0.609407, -0.033626, -0.792144), }, - Vertex { position: (3.857922, 2.141554, 0.521067), - normal: (-0.93621, -0.256398, 0.240355), }, - Vertex { position: (3.892378, 2.149432, 0.603589), - normal: (-0.782361, -0.139191, 0.607073), }, - Vertex { position: (3.928869, 2.223919, 0.615683), - normal: (-0.948723, -0.104868, 0.298208), }, - Vertex { position: (3.857922, 2.141554, 0.521067), - normal: (-0.93621, -0.256398, 0.240355), }, - Vertex { position: (3.928869, 2.223919, 0.615683), - normal: (-0.948723, -0.104868, 0.298208), }, - Vertex { position: (3.903911, 2.241501, 0.512468), - normal: (-0.446251, -0.047365, -0.893653), }, - Vertex { position: (4.010847, 2.270246, 0.622149), - normal: (-0.450889, -0.363512, 0.815205), }, - Vertex { position: (4.04473, 2.254459, 0.744209), - normal: (-0.555116, 0.058381, 0.829722), }, - Vertex { position: (4.146067, 2.278102, 0.707372), - normal: (-0.515329, -0.156304, 0.842618), }, - Vertex { position: (4.010847, 2.270246, 0.622149), - normal: (-0.450889, -0.363512, 0.815205), }, - Vertex { position: (4.146067, 2.278102, 0.707372), - normal: (-0.515329, -0.156304, 0.842618), }, - Vertex { position: (4.112302, 2.285832, 0.5955), - normal: (-0.749779, -0.335085, 0.57057), }, - Vertex { position: (3.990744, 2.205448, 0.710795), - normal: (-0.783471, 0.056646, 0.618841), }, - Vertex { position: (4.04473, 2.254459, 0.744209), - normal: (-0.555116, 0.058381, 0.829722), }, - Vertex { position: (4.010847, 2.270246, 0.622149), - normal: (-0.450889, -0.363512, 0.815205), }, - Vertex { position: (3.990744, 2.205448, 0.710795), - normal: (-0.783471, 0.056646, 0.618841), }, - Vertex { position: (4.010847, 2.270246, 0.622149), - normal: (-0.450889, -0.363512, 0.815205), }, - Vertex { position: (3.928869, 2.223919, 0.615683), - normal: (-0.948723, -0.104868, 0.298208), }, - Vertex { position: (3.892378, 2.149432, 0.603589), - normal: (-0.782361, -0.139191, 0.607073), }, - Vertex { position: (3.945464, 2.1301, 0.689536), - normal: (-0.936127, 0.049437, 0.348169), }, - Vertex { position: (3.990744, 2.205448, 0.710795), - normal: (-0.783471, 0.056646, 0.618841), }, - Vertex { position: (3.892378, 2.149432, 0.603589), - normal: (-0.782361, -0.139191, 0.607073), }, - Vertex { position: (3.990744, 2.205448, 0.710795), - normal: (-0.783471, 0.056646, 0.618841), }, - Vertex { position: (3.928869, 2.223919, 0.615683), - normal: (-0.948723, -0.104868, 0.298208), }, - Vertex { position: (4.212974, 2.303184, 0.587113), - normal: (0.73986, -0.312403, 0.595828), }, - Vertex { position: (4.296769, 2.260422, 0.528796), - normal: (-0.713872, -0.610821, 0.342469), }, - Vertex { position: (4.113935, 2.334131, 0.526471), - normal: (-0.124529, -0.930217, 0.345238), }, - Vertex { position: (4.112302, 2.285832, 0.5955), - normal: (-0.749779, -0.335085, 0.57057), }, - Vertex { position: (4.212974, 2.303184, 0.587113), - normal: (0.73986, -0.312403, 0.595828), }, - Vertex { position: (4.113935, 2.334131, 0.526471), - normal: (-0.124529, -0.930217, 0.345238), }, - Vertex { position: (4.112302, 2.285832, 0.5955), - normal: (-0.749779, -0.335085, 0.57057), }, - Vertex { position: (4.113935, 2.334131, 0.526471), - normal: (-0.124529, -0.930217, 0.345238), }, - Vertex { position: (4.077563, 2.305187, 0.510338), - normal: (-0.749946, -0.01864, -0.661236), }, - Vertex { position: (4.112302, 2.285832, 0.5955), - normal: (-0.749779, -0.335085, 0.57057), }, - Vertex { position: (4.146067, 2.278102, 0.707372), - normal: (-0.515329, -0.156304, 0.842618), }, - Vertex { position: (4.212058, 2.27945, 0.625927), - normal: (-0.965005, -0.14502, -0.218484), }, - Vertex { position: (4.112302, 2.285832, 0.5955), - normal: (-0.749779, -0.335085, 0.57057), }, - Vertex { position: (4.212058, 2.27945, 0.625927), - normal: (-0.965005, -0.14502, -0.218484), }, - Vertex { position: (4.212974, 2.303184, 0.587113), - normal: (0.73986, -0.312403, 0.595828), }, - Vertex { position: (4.146067, 2.278102, 0.707372), - normal: (-0.515329, -0.156304, 0.842618), }, - Vertex { position: (4.172143, 2.303394, 0.778972), - normal: (-0.766653, -0.188233, 0.61385), }, - Vertex { position: (4.229332, 2.274522, 0.672749), - normal: (-0.98488, -0.159984, 0.066451), }, - Vertex { position: (4.146067, 2.278102, 0.707372), - normal: (-0.515329, -0.156304, 0.842618), }, - Vertex { position: (4.229332, 2.274522, 0.672749), - normal: (-0.98488, -0.159984, 0.066451), }, - Vertex { position: (4.212058, 2.27945, 0.625927), - normal: (-0.965005, -0.14502, -0.218484), }, - Vertex { position: (4.04473, 2.254459, 0.744209), - normal: (-0.555116, 0.058381, 0.829722), }, - Vertex { position: (4.079122, 2.264104, 0.84501), - normal: (-0.172109, -0.240744, 0.955207), }, - Vertex { position: (4.172143, 2.303394, 0.778972), - normal: (-0.766653, -0.188233, 0.61385), }, - Vertex { position: (4.04473, 2.254459, 0.744209), - normal: (-0.555116, 0.058381, 0.829722), }, - Vertex { position: (4.172143, 2.303394, 0.778972), - normal: (-0.766653, -0.188233, 0.61385), }, - Vertex { position: (4.146067, 2.278102, 0.707372), - normal: (-0.515329, -0.156304, 0.842618), }, - Vertex { position: (3.990744, 2.205448, 0.710795), - normal: (-0.783471, 0.056646, 0.618841), }, - Vertex { position: (4.0247, 2.187859, 0.814219), - normal: (0.50391, -0.29577, 0.811538), }, - Vertex { position: (4.079122, 2.264104, 0.84501), - normal: (-0.172109, -0.240744, 0.955207), }, - Vertex { position: (3.990744, 2.205448, 0.710795), - normal: (-0.783471, 0.056646, 0.618841), }, - Vertex { position: (4.079122, 2.264104, 0.84501), - normal: (-0.172109, -0.240744, 0.955207), }, - Vertex { position: (4.04473, 2.254459, 0.744209), - normal: (-0.555116, 0.058381, 0.829722), }, - Vertex { position: (4.172143, 2.303394, 0.778972), - normal: (-0.766653, -0.188233, 0.61385), }, - Vertex { position: (4.215419, 2.350484, 0.885764), - normal: (-0.986028, -0.026302, -0.164487), }, - Vertex { position: (4.273005, 2.310529, 0.762172), - normal: (0.74814, -0.190428, 0.635629), }, - Vertex { position: (4.172143, 2.303394, 0.778972), - normal: (-0.766653, -0.188233, 0.61385), }, - Vertex { position: (4.273005, 2.310529, 0.762172), - normal: (0.74814, -0.190428, 0.635629), }, - Vertex { position: (4.229332, 2.274522, 0.672749), - normal: (-0.98488, -0.159984, 0.066451), }, - Vertex { position: (4.079122, 2.264104, 0.84501), - normal: (-0.172109, -0.240744, 0.955207), }, - Vertex { position: (4.104864, 2.298353, 0.915735), - normal: (-0.993835, -0.024167, 0.108201), }, - Vertex { position: (4.215419, 2.350484, 0.885764), - normal: (-0.986028, -0.026302, -0.164487), }, - Vertex { position: (4.079122, 2.264104, 0.84501), - normal: (-0.172109, -0.240744, 0.955207), }, - Vertex { position: (4.215419, 2.350484, 0.885764), - normal: (-0.986028, -0.026302, -0.164487), }, - Vertex { position: (4.172143, 2.303394, 0.778972), - normal: (-0.766653, -0.188233, 0.61385), }, - Vertex { position: (4.0247, 2.187859, 0.814219), - normal: (0.50391, -0.29577, 0.811538), }, - Vertex { position: (4.059714, 2.194906, 0.888152), - normal: (-0.76371, -0.034453, 0.644639), }, - Vertex { position: (4.104864, 2.298353, 0.915735), - normal: (-0.993835, -0.024167, 0.108201), }, - Vertex { position: (4.0247, 2.187859, 0.814219), - normal: (0.50391, -0.29577, 0.811538), }, - Vertex { position: (4.104864, 2.298353, 0.915735), - normal: (-0.993835, -0.024167, 0.108201), }, - Vertex { position: (4.079122, 2.264104, 0.84501), - normal: (-0.172109, -0.240744, 0.955207), }, - Vertex { position: (4.097362, 2.3666, 1.239986), - normal: (0.513205, -0.021212, 0.858004), }, - Vertex { position: (4.155551, 2.388662, 1.09196), - normal: (0.744052, -0.065305, 0.664923), }, - Vertex { position: (4.102304, 2.29996, 1.025862), - normal: (0.513577, -0.159689, 0.843053), }, - Vertex { position: (4.097362, 2.3666, 1.239986), - normal: (0.513205, -0.021212, 0.858004), }, - Vertex { position: (4.102304, 2.29996, 1.025862), - normal: (0.513577, -0.159689, 0.843053), }, - Vertex { position: (4.061989, 2.231988, 1.178382), - normal: (-0.158973, -0.085654, 0.98356), }, - Vertex { position: (4.102304, 2.29996, 1.025862), - normal: (0.513577, -0.159689, 0.843053), }, - Vertex { position: (4.194233, 2.408334, 1.008471), - normal: (-0.141926, 0.071007, 0.987327), }, - Vertex { position: (4.215419, 2.350484, 0.885764), - normal: (-0.986028, -0.026302, -0.164487), }, - Vertex { position: (4.102304, 2.29996, 1.025862), - normal: (0.513577, -0.159689, 0.843053), }, - Vertex { position: (4.215419, 2.350484, 0.885764), - normal: (-0.986028, -0.026302, -0.164487), }, - Vertex { position: (4.104864, 2.298353, 0.915735), - normal: (-0.993835, -0.024167, 0.108201), }, - Vertex { position: (4.155551, 2.388662, 1.09196), - normal: (0.744052, -0.065305, 0.664923), }, - Vertex { position: (4.194233, 2.408334, 1.008471), - normal: (-0.141926, 0.071007, 0.987327), }, - Vertex { position: (4.102304, 2.29996, 1.025862), - normal: (0.513577, -0.159689, 0.843053), }, - Vertex { position: (4.307092, 2.367482, 0.877202), - normal: (-0.741934, 0.120389, 0.659576), }, - Vertex { position: (4.273005, 2.310529, 0.762172), - normal: (0.74814, -0.190428, 0.635629), }, - Vertex { position: (4.215419, 2.350484, 0.885764), - normal: (-0.986028, -0.026302, -0.164487), }, - Vertex { position: (4.194233, 2.408334, 1.008471), - normal: (-0.141926, 0.071007, 0.987327), }, - Vertex { position: (4.266263, 2.421651, 1.054799), - normal: (-0.982826, 0.110983, 0.147432), }, - Vertex { position: (4.307092, 2.367482, 0.877202), - normal: (-0.741934, 0.120389, 0.659576), }, - Vertex { position: (4.194233, 2.408334, 1.008471), - normal: (-0.141926, 0.071007, 0.987327), }, - Vertex { position: (4.307092, 2.367482, 0.877202), - normal: (-0.741934, 0.120389, 0.659576), }, - Vertex { position: (4.215419, 2.350484, 0.885764), - normal: (-0.986028, -0.026302, -0.164487), }, - Vertex { position: (4.155551, 2.388662, 1.09196), - normal: (0.744052, -0.065305, 0.664923), }, - Vertex { position: (4.228523, 2.435029, 1.098575), - normal: (-0.989845, 0.092874, -0.10762), }, - Vertex { position: (4.266263, 2.421651, 1.054799), - normal: (-0.982826, 0.110983, 0.147432), }, - Vertex { position: (4.155551, 2.388662, 1.09196), - normal: (0.744052, -0.065305, 0.664923), }, - Vertex { position: (4.266263, 2.421651, 1.054799), - normal: (-0.982826, 0.110983, 0.147432), }, - Vertex { position: (4.194233, 2.408334, 1.008471), - normal: (-0.141926, 0.071007, 0.987327), }, - Vertex { position: (4.097362, 2.3666, 1.239986), - normal: (0.513205, -0.021212, 0.858004), }, - Vertex { position: (4.17047, 2.458441, 1.241846), - normal: (0.3936, 0.919282, 0.000642), }, - Vertex { position: (4.228523, 2.435029, 1.098575), - normal: (-0.989845, 0.092874, -0.10762), }, - Vertex { position: (4.097362, 2.3666, 1.239986), - normal: (0.513205, -0.021212, 0.858004), }, - Vertex { position: (4.228523, 2.435029, 1.098575), - normal: (-0.989845, 0.092874, -0.10762), }, - Vertex { position: (4.155551, 2.388662, 1.09196), - normal: (0.744052, -0.065305, 0.664923), }, - Vertex { position: (4.058311, 2.293363, 1.338054), - normal: (-0.570564, 0.630958, -0.525689), }, - Vertex { position: (4.094116, 2.426172, 1.381032), - normal: (0.3936, 0.919282, 0.000642), }, - Vertex { position: (4.17047, 2.458441, 1.241846), - normal: (0.3936, 0.919282, 0.000642), }, - Vertex { position: (4.058311, 2.293363, 1.338054), - normal: (-0.570564, 0.630958, -0.525689), }, - Vertex { position: (4.17047, 2.458441, 1.241846), - normal: (0.3936, 0.919282, 0.000642), }, - Vertex { position: (4.097362, 2.3666, 1.239986), - normal: (0.513205, -0.021212, 0.858004), }, - Vertex { position: (4.046673, 2.341349, 1.45253), - normal: (-0.570564, 0.630958, -0.525689), }, - Vertex { position: (4.094116, 2.426172, 1.381032), - normal: (0.3936, 0.919282, 0.000642), }, - Vertex { position: (4.058311, 2.293363, 1.338054), - normal: (-0.570564, 0.630958, -0.525689), }, - Vertex { position: (4.047406, 2.207209, 1.015108), - normal: (-0.329373, 0.540393, -0.774267), }, - Vertex { position: (4.102304, 2.29996, 1.025862), - normal: (0.513577, -0.159689, 0.843053), }, - Vertex { position: (4.104864, 2.298353, 0.915735), - normal: (-0.993835, -0.024167, 0.108201), }, - Vertex { position: (4.047406, 2.207209, 1.015108), - normal: (-0.329373, 0.540393, -0.774267), }, - Vertex { position: (4.104864, 2.298353, 0.915735), - normal: (-0.993835, -0.024167, 0.108201), }, - Vertex { position: (4.059714, 2.194906, 0.888152), - normal: (-0.76371, -0.034453, 0.644639), }, - Vertex { position: (4.061989, 2.231988, 1.178382), - normal: (-0.158973, -0.085654, 0.98356), }, - Vertex { position: (4.102304, 2.29996, 1.025862), - normal: (0.513577, -0.159689, 0.843053), }, - Vertex { position: (4.047406, 2.207209, 1.015108), - normal: (-0.329373, 0.540393, -0.774267), }, - Vertex { position: (3.989434, 2.118832, 0.765086), - normal: (-0.329373, 0.540393, -0.774267), }, - Vertex { position: (4.0247, 2.187859, 0.814219), - normal: (0.50391, -0.29577, 0.811538), }, - Vertex { position: (3.990744, 2.205448, 0.710795), - normal: (-0.783471, 0.056646, 0.618841), }, - Vertex { position: (3.989434, 2.118832, 0.765086), - normal: (-0.329373, 0.540393, -0.774267), }, - Vertex { position: (3.990744, 2.205448, 0.710795), - normal: (-0.783471, 0.056646, 0.618841), }, - Vertex { position: (3.945464, 2.1301, 0.689536), - normal: (-0.936127, 0.049437, 0.348169), }, - Vertex { position: (4.022592, 2.123052, 0.903284), - normal: (-0.105514, 0.43457, -0.894436), }, - Vertex { position: (4.059714, 2.194906, 0.888152), - normal: (-0.76371, -0.034453, 0.644639), }, - Vertex { position: (4.0247, 2.187859, 0.814219), - normal: (0.50391, -0.29577, 0.811538), }, - Vertex { position: (4.022592, 2.123052, 0.903284), - normal: (-0.105514, 0.43457, -0.894436), }, - Vertex { position: (4.0247, 2.187859, 0.814219), - normal: (0.50391, -0.29577, 0.811538), }, - Vertex { position: (3.989434, 2.118832, 0.765086), - normal: (-0.329373, 0.540393, -0.774267), }, - Vertex { position: (4.020299, 2.141675, 1.002365), - normal: (-0.105514, 0.43457, -0.894436), }, - Vertex { position: (4.047406, 2.207209, 1.015108), - normal: (-0.329373, 0.540393, -0.774267), }, - Vertex { position: (4.059714, 2.194906, 0.888152), - normal: (-0.76371, -0.034453, 0.644639), }, - Vertex { position: (4.020299, 2.141675, 1.002365), - normal: (-0.105514, 0.43457, -0.894436), }, - Vertex { position: (4.059714, 2.194906, 0.888152), - normal: (-0.76371, -0.034453, 0.644639), }, - Vertex { position: (4.022592, 2.123052, 0.903284), - normal: (-0.105514, 0.43457, -0.894436), }, - Vertex { position: (4.061989, 2.231988, 1.178382), - normal: (-0.158973, -0.085654, 0.98356), }, - Vertex { position: (4.047406, 2.207209, 1.015108), - normal: (-0.329373, 0.540393, -0.774267), }, - Vertex { position: (4.020299, 2.141675, 1.002365), - normal: (-0.105514, 0.43457, -0.894436), }, - Vertex { position: (4.058311, 2.293363, 1.338054), - normal: (-0.570564, 0.630958, -0.525689), }, - Vertex { position: (4.097362, 2.3666, 1.239986), - normal: (0.513205, -0.021212, 0.858004), }, - Vertex { position: (4.061989, 2.231988, 1.178382), - normal: (-0.158973, -0.085654, 0.98356), }, - Vertex { position: (4.024858, 2.106568, 1.208099), - normal: (0.908355, -0.087284, 0.408989), }, - Vertex { position: (4.061989, 2.231988, 1.178382), - normal: (-0.158973, -0.085654, 0.98356), }, - Vertex { position: (4.020299, 2.141675, 1.002365), - normal: (-0.105514, 0.43457, -0.894436), }, - Vertex { position: (4.024858, 2.106568, 1.208099), - normal: (0.908355, -0.087284, 0.408989), }, - Vertex { position: (4.020299, 2.141675, 1.002365), - normal: (-0.105514, 0.43457, -0.894436), }, - Vertex { position: (4.036947, 1.992167, 1.072561), - normal: (0.944023, -0.282834, 0.169783), }, - Vertex { position: (4.058311, 2.293363, 1.338054), - normal: (-0.570564, 0.630958, -0.525689), }, - Vertex { position: (4.061989, 2.231988, 1.178382), - normal: (-0.158973, -0.085654, 0.98356), }, - Vertex { position: (4.024858, 2.106568, 1.208099), - normal: (0.908355, -0.087284, 0.408989), }, - Vertex { position: (4.082988, 2.175805, 1.45093), - normal: (0.908355, -0.087284, 0.408989), }, - Vertex { position: (4.046673, 2.341349, 1.45253), - normal: (-0.570564, 0.630958, -0.525689), }, - Vertex { position: (4.058311, 2.293363, 1.338054), - normal: (-0.570564, 0.630958, -0.525689), }, - Vertex { position: (4.082988, 2.175805, 1.45093), - normal: (0.908355, -0.087284, 0.408989), }, - Vertex { position: (4.058311, 2.293363, 1.338054), - normal: (-0.570564, 0.630958, -0.525689), }, - Vertex { position: (4.024858, 2.106568, 1.208099), - normal: (0.908355, -0.087284, 0.408989), }, - Vertex { position: (4.082988, 2.175805, 1.45093), - normal: (0.908355, -0.087284, 0.408989), }, - Vertex { position: (4.024858, 2.106568, 1.208099), - normal: (0.908355, -0.087284, 0.408989), }, - Vertex { position: (4.103303, 2.038565, 1.363737), - normal: (0.392037, 0.915475, -0.09062), }, - Vertex { position: (4.036947, 1.992167, 1.072561), - normal: (0.944023, -0.282834, 0.169783), }, - Vertex { position: (4.152166, 1.868775, 1.225002), - normal: (0.392037, 0.915475, -0.09062), }, - Vertex { position: (4.103303, 2.038565, 1.363737), - normal: (0.392037, 0.915475, -0.09062), }, - Vertex { position: (4.036947, 1.992167, 1.072561), - normal: (0.944023, -0.282834, 0.169783), }, - Vertex { position: (4.103303, 2.038565, 1.363737), - normal: (0.392037, 0.915475, -0.09062), }, - Vertex { position: (4.024858, 2.106568, 1.208099), - normal: (0.908355, -0.087284, 0.408989), }, - Vertex { position: (4.127903, 1.828359, 1.090512), - normal: (-0.121207, 0.426739, -0.896216), }, - Vertex { position: (4.152166, 1.868775, 1.225002), - normal: (0.392037, 0.915475, -0.09062), }, - Vertex { position: (4.036947, 1.992167, 1.072561), - normal: (0.944023, -0.282834, 0.169783), }, - Vertex { position: (4.127903, 1.828359, 1.090512), - normal: (-0.121207, 0.426739, -0.896216), }, - Vertex { position: (4.036947, 1.992167, 1.072561), - normal: (0.944023, -0.282834, 0.169783), }, - Vertex { position: (4.031515, 1.968248, 0.91846), - normal: (-0.570559, 0.630963, 0.525688), }, - Vertex { position: (4.036947, 1.992167, 1.072561), - normal: (0.944023, -0.282834, 0.169783), }, - Vertex { position: (4.020299, 2.141675, 1.002365), - normal: (-0.105514, 0.43457, -0.894436), }, - Vertex { position: (4.022592, 2.123052, 0.903284), - normal: (-0.105514, 0.43457, -0.894436), }, - Vertex { position: (4.036947, 1.992167, 1.072561), - normal: (0.944023, -0.282834, 0.169783), }, - Vertex { position: (4.022592, 2.123052, 0.903284), - normal: (-0.105514, 0.43457, -0.894436), }, - Vertex { position: (4.031515, 1.968248, 0.91846), - normal: (-0.570559, 0.630963, 0.525688), }, - Vertex { position: (3.966639, 1.969285, 0.549291), - normal: (0.774828, 0.16858, 0.60928), }, - Vertex { position: (3.857922, 2.141554, 0.521067), - normal: (-0.93621, -0.256398, 0.240355), }, - Vertex { position: (3.823349, 2.141733, 0.428356), - normal: (-0.453311, -0.031481, -0.890797), }, - Vertex { position: (3.966639, 1.969285, 0.549291), - normal: (0.774828, 0.16858, 0.60928), }, - Vertex { position: (3.823349, 2.141733, 0.428356), - normal: (-0.453311, -0.031481, -0.890797), }, - Vertex { position: (3.922437, 1.972461, 0.483563), - normal: (-0.570559, 0.630963, 0.525688), }, - Vertex { position: (3.98291, 1.987391, 0.639809), - normal: (0.774828, 0.16858, 0.60928), }, - Vertex { position: (3.892378, 2.149432, 0.603589), - normal: (-0.782361, -0.139191, 0.607073), }, - Vertex { position: (3.857922, 2.141554, 0.521067), - normal: (-0.93621, -0.256398, 0.240355), }, - Vertex { position: (3.98291, 1.987391, 0.639809), - normal: (0.774828, 0.16858, 0.60928), }, - Vertex { position: (3.857922, 2.141554, 0.521067), - normal: (-0.93621, -0.256398, 0.240355), }, - Vertex { position: (3.966639, 1.969285, 0.549291), - normal: (0.774828, 0.16858, 0.60928), }, - Vertex { position: (4.059885, 1.86046, 0.470087), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (4.094112, 1.889281, 0.578435), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (3.966639, 1.969285, 0.549291), - normal: (0.774828, 0.16858, 0.60928), }, - Vertex { position: (4.059885, 1.86046, 0.470087), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (3.966639, 1.969285, 0.549291), - normal: (0.774828, 0.16858, 0.60928), }, - Vertex { position: (3.922437, 1.972461, 0.483563), - normal: (-0.570559, 0.630963, 0.525688), }, - Vertex { position: (4.094112, 1.889281, 0.578435), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (3.98291, 1.987391, 0.639809), - normal: (0.774828, 0.16858, 0.60928), }, - Vertex { position: (3.966639, 1.969285, 0.549291), - normal: (0.774828, 0.16858, 0.60928), }, - Vertex { position: (4.017509, 1.996169, 0.731654), - normal: (0.77718, 0.24762, 0.578512), }, - Vertex { position: (4.031515, 1.968248, 0.91846), - normal: (-0.570559, 0.630963, 0.525688), }, - Vertex { position: (4.022592, 2.123052, 0.903284), - normal: (-0.105514, 0.43457, -0.894436), }, - Vertex { position: (4.017509, 1.996169, 0.731654), - normal: (0.77718, 0.24762, 0.578512), }, - Vertex { position: (4.022592, 2.123052, 0.903284), - normal: (-0.105514, 0.43457, -0.894436), }, - Vertex { position: (3.989434, 2.118832, 0.765086), - normal: (-0.329373, 0.540393, -0.774267), }, - Vertex { position: (3.989434, 2.118832, 0.765086), - normal: (-0.329373, 0.540393, -0.774267), }, - Vertex { position: (3.945464, 2.1301, 0.689536), - normal: (-0.936127, 0.049437, 0.348169), }, - Vertex { position: (4.017509, 1.996169, 0.731654), - normal: (0.77718, 0.24762, 0.578512), }, - Vertex { position: (4.017509, 1.996169, 0.731654), - normal: (0.77718, 0.24762, 0.578512), }, - Vertex { position: (3.945464, 2.1301, 0.689536), - normal: (-0.936127, 0.049437, 0.348169), }, - Vertex { position: (3.892378, 2.149432, 0.603589), - normal: (-0.782361, -0.139191, 0.607073), }, - Vertex { position: (4.017509, 1.996169, 0.731654), - normal: (0.77718, 0.24762, 0.578512), }, - Vertex { position: (3.892378, 2.149432, 0.603589), - normal: (-0.782361, -0.139191, 0.607073), }, - Vertex { position: (3.98291, 1.987391, 0.639809), - normal: (0.774828, 0.16858, 0.60928), }, - Vertex { position: (4.094112, 1.889281, 0.578435), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (4.017509, 1.996169, 0.731654), - normal: (0.77718, 0.24762, 0.578512), }, - Vertex { position: (3.98291, 1.987391, 0.639809), - normal: (0.774828, 0.16858, 0.60928), }, - Vertex { position: (4.094112, 1.889281, 0.578435), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (4.150297, 1.820575, 0.917046), - normal: (-0.121207, 0.426739, -0.896216), }, - Vertex { position: (4.017509, 1.996169, 0.731654), - normal: (0.77718, 0.24762, 0.578512), }, - Vertex { position: (4.150297, 1.820575, 0.917046), - normal: (-0.121207, 0.426739, -0.896216), }, - Vertex { position: (4.127903, 1.828359, 1.090512), - normal: (-0.121207, 0.426739, -0.896216), }, - Vertex { position: (4.031515, 1.968248, 0.91846), - normal: (-0.570559, 0.630963, 0.525688), }, - Vertex { position: (4.150297, 1.820575, 0.917046), - normal: (-0.121207, 0.426739, -0.896216), }, - Vertex { position: (4.031515, 1.968248, 0.91846), - normal: (-0.570559, 0.630963, 0.525688), }, - Vertex { position: (4.017509, 1.996169, 0.731654), - normal: (0.77718, 0.24762, 0.578512), }, - Vertex { position: (4.389484, 2.190421, 0.47332), - normal: (0.108306, -0.808441, 0.578527), }, - Vertex { position: (4.472349, 2.325133, 0.443764), - normal: (0.231006, -0.859096, 0.456717), }, - Vertex { position: (4.296769, 2.260422, 0.528796), - normal: (-0.713872, -0.610821, 0.342469), }, - Vertex { position: (4.3427, 2.112281, 0.516692), - normal: (0.424214, 0.855079, -0.298131), }, - Vertex { position: (4.389484, 2.190421, 0.47332), - normal: (0.108306, -0.808441, 0.578527), }, - Vertex { position: (4.314791, 2.142163, 0.54065), - normal: (0.77718, 0.24762, 0.578512), }, - Vertex { position: (4.305411, 2.059245, 0.539407), - normal: (0.353564, 0.891052, -0.284638), }, - Vertex { position: (4.3427, 2.112281, 0.516692), - normal: (0.424214, 0.855079, -0.298131), }, - Vertex { position: (4.314791, 2.142163, 0.54065), - normal: (0.77718, 0.24762, 0.578512), }, - Vertex { position: (4.389484, 2.190421, 0.47332), - normal: (0.108306, -0.808441, 0.578527), }, - Vertex { position: (4.296769, 2.260422, 0.528796), - normal: (-0.713872, -0.610821, 0.342469), }, - Vertex { position: (4.314791, 2.142163, 0.54065), - normal: (0.77718, 0.24762, 0.578512), }, - Vertex { position: (4.43302, 2.024714, 0.563794), - normal: (0.125846, -0.929941, 0.345503), }, - Vertex { position: (4.389484, 2.190421, 0.47332), - normal: (0.108306, -0.808441, 0.578527), }, - Vertex { position: (4.3427, 2.112281, 0.516692), - normal: (0.424214, 0.855079, -0.298131), }, - Vertex { position: (4.43302, 2.024714, 0.563794), - normal: (0.125846, -0.929941, 0.345503), }, - Vertex { position: (4.3427, 2.112281, 0.516692), - normal: (0.424214, 0.855079, -0.298131), }, - Vertex { position: (4.305411, 2.059245, 0.539407), - normal: (0.353564, 0.891052, -0.284638), }, - Vertex { position: (4.101726, 2.312318, 1.438163), - normal: (0.771387, 0.339113, 0.538483), }, - Vertex { position: (4.148927, 2.388726, 1.376879), - normal: (-0.142868, 0.456449, 0.878205), }, - Vertex { position: (4.094116, 2.426172, 1.381032), - normal: (0.3936, 0.919282, 0.000642), }, - Vertex { position: (4.101726, 2.312318, 1.438163), - normal: (0.771387, 0.339113, 0.538483), }, - Vertex { position: (4.094116, 2.426172, 1.381032), - normal: (0.3936, 0.919282, 0.000642), }, - Vertex { position: (4.046673, 2.341349, 1.45253), - normal: (-0.570564, 0.630958, -0.525689), }, - Vertex { position: (4.129926, 2.30877, 1.402259), - normal: (0.63166, 0.704336, -0.323908), }, - Vertex { position: (4.140097, 2.295949, 1.367196), - normal: (0.229942, 0.797697, -0.5575), }, - Vertex { position: (4.169404, 2.306276, 1.284031), - normal: (0.22211, 0.815123, -0.535015), }, - Vertex { position: (4.129926, 2.30877, 1.402259), - normal: (0.63166, 0.704336, -0.323908), }, - Vertex { position: (4.169404, 2.306276, 1.284031), - normal: (0.22211, 0.815123, -0.535015), }, - Vertex { position: (4.149438, 2.34055, 1.353693), - normal: (0.459043, 0.888414, 0.000701), }, - Vertex { position: (4.140097, 2.295949, 1.367196), - normal: (0.229942, 0.797697, -0.5575), }, - Vertex { position: (4.141759, 2.279958, 1.29534), - normal: (0.017957, 0.744062, -0.667869), }, - Vertex { position: (4.169404, 2.306276, 1.284031), - normal: (0.22211, 0.815123, -0.535015), }, - Vertex { position: (4.148927, 2.388726, 1.376879), - normal: (-0.142868, 0.456449, 0.878205), }, - Vertex { position: (4.197644, 2.394643, 1.248646), - normal: (-0.142868, 0.456449, 0.878205), }, - Vertex { position: (4.17047, 2.458441, 1.241846), - normal: (0.3936, 0.919282, 0.000642), }, - Vertex { position: (4.148927, 2.388726, 1.376879), - normal: (-0.142868, 0.456449, 0.878205), }, - Vertex { position: (4.17047, 2.458441, 1.241846), - normal: (0.3936, 0.919282, 0.000642), }, - Vertex { position: (4.094116, 2.426172, 1.381032), - normal: (0.3936, 0.919282, 0.000642), }, - Vertex { position: (4.149438, 2.34055, 1.353693), - normal: (0.459043, 0.888414, 0.000701), }, - Vertex { position: (4.197516, 2.349135, 1.253043), - normal: (0.498956, 0.866627, 0.000639), }, - Vertex { position: (4.197644, 2.394643, 1.248646), - normal: (-0.142868, 0.456449, 0.878205), }, - Vertex { position: (4.149438, 2.34055, 1.353693), - normal: (0.459043, 0.888414, 0.000701), }, - Vertex { position: (4.197644, 2.394643, 1.248646), - normal: (-0.142868, 0.456449, 0.878205), }, - Vertex { position: (4.148927, 2.388726, 1.376879), - normal: (-0.142868, 0.456449, 0.878205), }, - Vertex { position: (4.149438, 2.34055, 1.353693), - normal: (0.459043, 0.888414, 0.000701), }, - Vertex { position: (4.169404, 2.306276, 1.284031), - normal: (0.22211, 0.815123, -0.535015), }, - Vertex { position: (4.199317, 2.304652, 1.17454), - normal: (0.13983, 0.720686, -0.679014), }, - Vertex { position: (4.149438, 2.34055, 1.353693), - normal: (0.459043, 0.888414, 0.000701), }, - Vertex { position: (4.199317, 2.304652, 1.17454), - normal: (0.13983, 0.720686, -0.679014), }, - Vertex { position: (4.197516, 2.349135, 1.253043), - normal: (0.498956, 0.866627, 0.000639), }, - Vertex { position: (4.26732, 2.121987, 0.61494), - normal: (-0.329371, 0.540395, 0.774266), }, - Vertex { position: (4.314791, 2.142163, 0.54065), - normal: (0.77718, 0.24762, 0.578512), }, - Vertex { position: (4.296769, 2.260422, 0.528796), - normal: (-0.713872, -0.610821, 0.342469), }, - Vertex { position: (4.26732, 2.121987, 0.61494), - normal: (-0.329371, 0.540395, 0.774266), }, - Vertex { position: (4.296769, 2.260422, 0.528796), - normal: (-0.713872, -0.610821, 0.342469), }, - Vertex { position: (4.274886, 2.22003, 0.679075), - normal: (0.292429, 0.900404, -0.322114), }, - Vertex { position: (4.354411, 2.102985, 0.80258), - normal: (-0.329371, 0.540395, 0.774266), }, - Vertex { position: (4.26732, 2.121987, 0.61494), - normal: (-0.329371, 0.540395, 0.774266), }, - Vertex { position: (4.274886, 2.22003, 0.679075), - normal: (0.292429, 0.900404, -0.322114), }, - Vertex { position: (4.354411, 2.102985, 0.80258), - normal: (-0.329371, 0.540395, 0.774266), }, - Vertex { position: (4.274886, 2.22003, 0.679075), - normal: (0.292429, 0.900404, -0.322114), }, - Vertex { position: (4.38099, 2.207701, 0.839016), - normal: (-0.105515, 0.43457, 0.894436), }, - Vertex { position: (4.212058, 2.27945, 0.625927), - normal: (-0.965005, -0.14502, -0.218484), }, - Vertex { position: (4.296769, 2.260422, 0.528796), - normal: (-0.713872, -0.610821, 0.342469), }, - Vertex { position: (4.212974, 2.303184, 0.587113), - normal: (0.73986, -0.312403, 0.595828), }, - Vertex { position: (4.229332, 2.274522, 0.672749), - normal: (-0.98488, -0.159984, 0.066451), }, - Vertex { position: (4.296769, 2.260422, 0.528796), - normal: (-0.713872, -0.610821, 0.342469), }, - Vertex { position: (4.212058, 2.27945, 0.625927), - normal: (-0.965005, -0.14502, -0.218484), }, - Vertex { position: (4.274886, 2.22003, 0.679075), - normal: (0.292429, 0.900404, -0.322114), }, - Vertex { position: (4.296769, 2.260422, 0.528796), - normal: (-0.713872, -0.610821, 0.342469), }, - Vertex { position: (4.229332, 2.274522, 0.672749), - normal: (-0.98488, -0.159984, 0.066451), }, - Vertex { position: (4.274886, 2.22003, 0.679075), - normal: (0.292429, 0.900404, -0.322114), }, - Vertex { position: (4.229332, 2.274522, 0.672749), - normal: (-0.98488, -0.159984, 0.066451), }, - Vertex { position: (4.273005, 2.310529, 0.762172), - normal: (0.74814, -0.190428, 0.635629), }, - Vertex { position: (4.307092, 2.367482, 0.877202), - normal: (-0.741934, 0.120389, 0.659576), }, - Vertex { position: (4.274886, 2.22003, 0.679075), - normal: (0.292429, 0.900404, -0.322114), }, - Vertex { position: (4.273005, 2.310529, 0.762172), - normal: (0.74814, -0.190428, 0.635629), }, - Vertex { position: (4.305411, 2.059245, 0.539407), - normal: (0.353564, 0.891052, -0.284638), }, - Vertex { position: (4.314791, 2.142163, 0.54065), - normal: (0.77718, 0.24762, 0.578512), }, - Vertex { position: (4.26732, 2.121987, 0.61494), - normal: (-0.329371, 0.540395, 0.774266), }, - Vertex { position: (4.369751, 2.298204, 0.921894), - normal: (-0.105515, 0.43457, 0.894436), }, - Vertex { position: (4.38099, 2.207701, 0.839016), - normal: (-0.105515, 0.43457, 0.894436), }, - Vertex { position: (4.274886, 2.22003, 0.679075), - normal: (0.292429, 0.900404, -0.322114), }, - Vertex { position: (4.369751, 2.298204, 0.921894), - normal: (-0.105515, 0.43457, 0.894436), }, - Vertex { position: (4.274886, 2.22003, 0.679075), - normal: (0.292429, 0.900404, -0.322114), }, - Vertex { position: (4.307092, 2.367482, 0.877202), - normal: (-0.741934, 0.120389, 0.659576), }, - Vertex { position: (4.369751, 2.298204, 0.921894), - normal: (-0.105515, 0.43457, 0.894436), }, - Vertex { position: (4.307092, 2.367482, 0.877202), - normal: (-0.741934, 0.120389, 0.659576), }, - Vertex { position: (4.266263, 2.421651, 1.054799), - normal: (-0.982826, 0.110983, 0.147432), }, - Vertex { position: (4.369751, 2.298204, 0.921894), - normal: (-0.105515, 0.43457, 0.894436), }, - Vertex { position: (4.266263, 2.421651, 1.054799), - normal: (-0.982826, 0.110983, 0.147432), }, - Vertex { position: (4.303193, 2.347123, 1.044413), - normal: (0.781263, 0.307132, 0.543414), }, - Vertex { position: (4.303193, 2.347123, 1.044413), - normal: (0.781263, 0.307132, 0.543414), }, - Vertex { position: (4.266263, 2.421651, 1.054799), - normal: (-0.982826, 0.110983, 0.147432), }, - Vertex { position: (4.228523, 2.435029, 1.098575), - normal: (-0.989845, 0.092874, -0.10762), }, - Vertex { position: (4.303193, 2.347123, 1.044413), - normal: (0.781263, 0.307132, 0.543414), }, - Vertex { position: (4.228523, 2.435029, 1.098575), - normal: (-0.989845, 0.092874, -0.10762), }, - Vertex { position: (4.245861, 2.375093, 1.141312), - normal: (0.781263, 0.307132, 0.543414), }, - Vertex { position: (4.228523, 2.435029, 1.098575), - normal: (-0.989845, 0.092874, -0.10762), }, - Vertex { position: (4.17047, 2.458441, 1.241846), - normal: (0.3936, 0.919282, 0.000642), }, - Vertex { position: (4.197644, 2.394643, 1.248646), - normal: (-0.142868, 0.456449, 0.878205), }, - Vertex { position: (4.228523, 2.435029, 1.098575), - normal: (-0.989845, 0.092874, -0.10762), }, - Vertex { position: (4.197644, 2.394643, 1.248646), - normal: (-0.142868, 0.456449, 0.878205), }, - Vertex { position: (4.245861, 2.375093, 1.141312), - normal: (0.781263, 0.307132, 0.543414), }, - Vertex { position: (4.218457, 2.356834, 1.142444), - normal: (0.589285, 0.807925, 0.000704), }, - Vertex { position: (4.245861, 2.375093, 1.141312), - normal: (0.781263, 0.307132, 0.543414), }, - Vertex { position: (4.197644, 2.394643, 1.248646), - normal: (-0.142868, 0.456449, 0.878205), }, - Vertex { position: (4.218457, 2.356834, 1.142444), - normal: (0.589285, 0.807925, 0.000704), }, - Vertex { position: (4.197644, 2.394643, 1.248646), - normal: (-0.142868, 0.456449, 0.878205), }, - Vertex { position: (4.197516, 2.349135, 1.253043), - normal: (0.498956, 0.866627, 0.000639), }, - Vertex { position: (4.275405, 2.319905, 1.0464), - normal: (0.685325, 0.728237, 0.000788), }, - Vertex { position: (4.303193, 2.347123, 1.044413), - normal: (0.781263, 0.307132, 0.543414), }, - Vertex { position: (4.245861, 2.375093, 1.141312), - normal: (0.781263, 0.307132, 0.543414), }, - Vertex { position: (4.275405, 2.319905, 1.0464), - normal: (0.685325, 0.728237, 0.000788), }, - Vertex { position: (4.245861, 2.375093, 1.141312), - normal: (0.781263, 0.307132, 0.543414), }, - Vertex { position: (4.218457, 2.356834, 1.142444), - normal: (0.589285, 0.807925, 0.000704), }, - Vertex { position: (4.275405, 2.319905, 1.0464), - normal: (0.685325, 0.728237, 0.000788), }, - Vertex { position: (4.296538, 2.243779, 0.925459), - normal: (0.682044, 0.731311, 0.000573), }, - Vertex { position: (4.369751, 2.298204, 0.921894), - normal: (-0.105515, 0.43457, 0.894436), }, - Vertex { position: (4.275405, 2.319905, 1.0464), - normal: (0.685325, 0.728237, 0.000788), }, - Vertex { position: (4.369751, 2.298204, 0.921894), - normal: (-0.105515, 0.43457, 0.894436), }, - Vertex { position: (4.303193, 2.347123, 1.044413), - normal: (0.781263, 0.307132, 0.543414), }, - Vertex { position: (4.296538, 2.243779, 0.925459), - normal: (0.682044, 0.731311, 0.000573), }, - Vertex { position: (4.289048, 2.172969, 0.858693), - normal: (0.649774, 0.760128, 0.000367), }, - Vertex { position: (4.38099, 2.207701, 0.839016), - normal: (-0.105515, 0.43457, 0.894436), }, - Vertex { position: (4.296538, 2.243779, 0.925459), - normal: (0.682044, 0.731311, 0.000573), }, - Vertex { position: (4.38099, 2.207701, 0.839016), - normal: (-0.105515, 0.43457, 0.894436), }, - Vertex { position: (4.369751, 2.298204, 0.921894), - normal: (-0.105515, 0.43457, 0.894436), }, - Vertex { position: (4.218457, 2.356834, 1.142444), - normal: (0.589285, 0.807925, 0.000704), }, - Vertex { position: (4.197516, 2.349135, 1.253043), - normal: (0.498956, 0.866627, 0.000639), }, - Vertex { position: (4.199317, 2.304652, 1.17454), - normal: (0.13983, 0.720686, -0.679014), }, - Vertex { position: (4.211815, 2.28249, 1.039137), - normal: (0.282216, 0.811186, -0.512182), }, - Vertex { position: (4.275405, 2.319905, 1.0464), - normal: (0.685325, 0.728237, 0.000788), }, - Vertex { position: (4.218457, 2.356834, 1.142444), - normal: (0.589285, 0.807925, 0.000704), }, - Vertex { position: (4.211815, 2.28249, 1.039137), - normal: (0.282216, 0.811186, -0.512182), }, - Vertex { position: (4.218457, 2.356834, 1.142444), - normal: (0.589285, 0.807925, 0.000704), }, - Vertex { position: (4.199317, 2.304652, 1.17454), - normal: (0.13983, 0.720686, -0.679014), }, - Vertex { position: (4.278045, 1.97666, 0.537351), - normal: (0.259533, 0.686122, -0.679617), }, - Vertex { position: (4.305411, 2.059245, 0.539407), - normal: (0.353564, 0.891052, -0.284638), }, - Vertex { position: (4.26732, 2.121987, 0.61494), - normal: (-0.329371, 0.540395, 0.774266), }, - Vertex { position: (4.278045, 1.97666, 0.537351), - normal: (0.259533, 0.686122, -0.679617), }, - Vertex { position: (4.26732, 2.121987, 0.61494), - normal: (-0.329371, 0.540395, 0.774266), }, - Vertex { position: (4.354411, 2.102985, 0.80258), - normal: (-0.329371, 0.540395, 0.774266), }, - Vertex { position: (4.290375, 2.112337, 0.80019), - normal: (0.391878, 0.915416, 0.091898), }, - Vertex { position: (4.354411, 2.102985, 0.80258), - normal: (-0.329371, 0.540395, 0.774266), }, - Vertex { position: (4.38099, 2.207701, 0.839016), - normal: (-0.105515, 0.43457, 0.894436), }, - Vertex { position: (4.290375, 2.112337, 0.80019), - normal: (0.391878, 0.915416, 0.091898), }, - Vertex { position: (4.38099, 2.207701, 0.839016), - normal: (-0.105515, 0.43457, 0.894436), }, - Vertex { position: (4.289048, 2.172969, 0.858693), - normal: (0.649774, 0.760128, 0.000367), }, - Vertex { position: (4.222795, 2.228178, 0.952752), - normal: (0.540427, -0.323841, -0.776573), }, - Vertex { position: (4.296538, 2.243779, 0.925459), - normal: (0.682044, 0.731311, 0.000573), }, - Vertex { position: (4.275405, 2.319905, 1.0464), - normal: (0.685325, 0.728237, 0.000788), }, - Vertex { position: (4.222795, 2.228178, 0.952752), - normal: (0.540427, -0.323841, -0.776573), }, - Vertex { position: (4.275405, 2.319905, 1.0464), - normal: (0.685325, 0.728237, 0.000788), }, - Vertex { position: (4.211815, 2.28249, 1.039137), - normal: (0.282216, 0.811186, -0.512182), }, - Vertex { position: (4.197609, 2.164063, 0.857433), - normal: (0.540427, -0.323841, -0.776573), }, - Vertex { position: (4.289048, 2.172969, 0.858693), - normal: (0.649774, 0.760128, 0.000367), }, - Vertex { position: (4.296538, 2.243779, 0.925459), - normal: (0.682044, 0.731311, 0.000573), }, - Vertex { position: (4.197609, 2.164063, 0.857433), - normal: (0.540427, -0.323841, -0.776573), }, - Vertex { position: (4.296538, 2.243779, 0.925459), - normal: (0.682044, 0.731311, 0.000573), }, - Vertex { position: (4.222795, 2.228178, 0.952752), - normal: (0.540427, -0.323841, -0.776573), }, - Vertex { position: (4.153175, 2.084823, 0.799668), - normal: (0.384749, -0.683591, -0.620219), }, - Vertex { position: (4.290375, 2.112337, 0.80019), - normal: (0.391878, 0.915416, 0.091898), }, - Vertex { position: (4.289048, 2.172969, 0.858693), - normal: (0.649774, 0.760128, 0.000367), }, - Vertex { position: (4.153175, 2.084823, 0.799668), - normal: (0.384749, -0.683591, -0.620219), }, - Vertex { position: (4.289048, 2.172969, 0.858693), - normal: (0.649774, 0.760128, 0.000367), }, - Vertex { position: (4.197609, 2.164063, 0.857433), - normal: (0.540427, -0.323841, -0.776573), }, - Vertex { position: (4.153175, 2.084823, 0.799668), - normal: (0.384749, -0.683591, -0.620219), }, - Vertex { position: (4.197609, 2.164063, 0.857433), - normal: (0.540427, -0.323841, -0.776573), }, - Vertex { position: (4.15109, 2.102939, 0.889759), - normal: (0.292794, -0.691168, -0.660725), }, - Vertex { position: (4.15109, 2.102939, 0.889759), - normal: (0.292794, -0.691168, -0.660725), }, - Vertex { position: (4.197609, 2.164063, 0.857433), - normal: (0.540427, -0.323841, -0.776573), }, - Vertex { position: (4.222795, 2.228178, 0.952752), - normal: (0.540427, -0.323841, -0.776573), }, - Vertex { position: (4.15109, 2.102939, 0.889759), - normal: (0.292794, -0.691168, -0.660725), }, - Vertex { position: (4.222795, 2.228178, 0.952752), - normal: (0.540427, -0.323841, -0.776573), }, - Vertex { position: (4.148865, 2.148829, 0.986567), - normal: (0.404933, -0.417851, -0.813283), }, - Vertex { position: (4.148865, 2.148829, 0.986567), - normal: (0.404933, -0.417851, -0.813283), }, - Vertex { position: (4.222795, 2.228178, 0.952752), - normal: (0.540427, -0.323841, -0.776573), }, - Vertex { position: (4.211815, 2.28249, 1.039137), - normal: (0.282216, 0.811186, -0.512182), }, - Vertex { position: (4.148865, 2.148829, 0.986567), - normal: (0.404933, -0.417851, -0.813283), }, - Vertex { position: (4.211815, 2.28249, 1.039137), - normal: (0.282216, 0.811186, -0.512182), }, - Vertex { position: (4.154566, 2.19048, 1.129552), - normal: (0.551755, -0.23466, -0.800313), }, - Vertex { position: (4.154566, 2.19048, 1.129552), - normal: (0.551755, -0.23466, -0.800313), }, - Vertex { position: (4.211815, 2.28249, 1.039137), - normal: (0.282216, 0.811186, -0.512182), }, - Vertex { position: (4.199317, 2.304652, 1.17454), - normal: (0.13983, 0.720686, -0.679014), }, - Vertex { position: (4.154566, 2.19048, 1.129552), - normal: (0.551755, -0.23466, -0.800313), }, - Vertex { position: (4.199317, 2.304652, 1.17454), - normal: (0.13983, 0.720686, -0.679014), }, - Vertex { position: (4.152557, 2.235471, 1.217046), - normal: (0.202713, -0.881703, -0.426036), }, - Vertex { position: (4.152557, 2.235471, 1.217046), - normal: (0.202713, -0.881703, -0.426036), }, - Vertex { position: (4.199317, 2.304652, 1.17454), - normal: (0.13983, 0.720686, -0.679014), }, - Vertex { position: (4.169404, 2.306276, 1.284031), - normal: (0.22211, 0.815123, -0.535015), }, - Vertex { position: (4.152557, 2.235471, 1.217046), - normal: (0.202713, -0.881703, -0.426036), }, - Vertex { position: (4.169404, 2.306276, 1.284031), - normal: (0.22211, 0.815123, -0.535015), }, - Vertex { position: (4.141759, 2.279958, 1.29534), - normal: (0.017957, 0.744062, -0.667869), }, - Vertex { position: (4.153175, 2.084823, 0.799668), - normal: (0.384749, -0.683591, -0.620219), }, - Vertex { position: (4.15109, 2.102939, 0.889759), - normal: (0.292794, -0.691168, -0.660725), }, - Vertex { position: (4.131949, 2.050757, 0.921856), - normal: (0.149569, -0.88683, -0.437221), }, - Vertex { position: (4.131949, 2.050757, 0.921856), - normal: (0.149569, -0.88683, -0.437221), }, - Vertex { position: (4.15109, 2.102939, 0.889759), - normal: (0.292794, -0.691168, -0.660725), }, - Vertex { position: (4.148865, 2.148829, 0.986567), - normal: (0.404933, -0.417851, -0.813283), }, - Vertex { position: (4.131949, 2.050757, 0.921856), - normal: (0.149569, -0.88683, -0.437221), }, - Vertex { position: (4.148865, 2.148829, 0.986567), - normal: (0.404933, -0.417851, -0.813283), }, - Vertex { position: (4.119993, 2.063095, 1.049178), - normal: (0.551755, -0.23466, -0.800313), }, - Vertex { position: (4.119993, 2.063095, 1.049178), - normal: (0.551755, -0.23466, -0.800313), }, - Vertex { position: (4.148865, 2.148829, 0.986567), - normal: (0.404933, -0.417851, -0.813283), }, - Vertex { position: (4.154566, 2.19048, 1.129552), - normal: (0.551755, -0.23466, -0.800313), }, - Vertex { position: (4.119993, 2.063095, 1.049178), - normal: (0.551755, -0.23466, -0.800313), }, - Vertex { position: (4.154566, 2.19048, 1.129552), - normal: (0.551755, -0.23466, -0.800313), }, - Vertex { position: (4.12616, 2.12093, 1.17252), - normal: (0.171366, -0.691521, -0.701735), }, - Vertex { position: (4.12616, 2.12093, 1.17252), - normal: (0.171366, -0.691521, -0.701735), }, - Vertex { position: (4.154566, 2.19048, 1.129552), - normal: (0.551755, -0.23466, -0.800313), }, - Vertex { position: (4.152557, 2.235471, 1.217046), - normal: (0.202713, -0.881703, -0.426036), }, - Vertex { position: (4.12616, 2.12093, 1.17252), - normal: (0.171366, -0.691521, -0.701735), }, - Vertex { position: (4.152557, 2.235471, 1.217046), - normal: (0.202713, -0.881703, -0.426036), }, - Vertex { position: (4.133175, 2.175231, 1.259323), - normal: (0.256636, -0.859143, -0.442732), }, - Vertex { position: (4.152557, 2.235471, 1.217046), - normal: (0.202713, -0.881703, -0.426036), }, - Vertex { position: (4.141759, 2.279958, 1.29534), - normal: (0.017957, 0.744062, -0.667869), }, - Vertex { position: (4.133175, 2.175231, 1.259323), - normal: (0.256636, -0.859143, -0.442732), }, - Vertex { position: (4.159229, 1.949902, 0.923197), - normal: (0.600629, 0.618513, -0.506642), }, - Vertex { position: (4.131949, 2.050757, 0.921856), - normal: (0.149569, -0.88683, -0.437221), }, - Vertex { position: (4.119993, 2.063095, 1.049178), - normal: (0.551755, -0.23466, -0.800313), }, - Vertex { position: (4.159229, 1.949902, 0.923197), - normal: (0.600629, 0.618513, -0.506642), }, - Vertex { position: (4.119993, 2.063095, 1.049178), - normal: (0.551755, -0.23466, -0.800313), }, - Vertex { position: (4.137657, 1.944837, 1.061024), - normal: (0.648166, 0.682063, -0.338631), }, - Vertex { position: (4.137657, 1.944837, 1.061024), - normal: (0.648166, 0.682063, -0.338631), }, - Vertex { position: (4.119993, 2.063095, 1.049178), - normal: (0.551755, -0.23466, -0.800313), }, - Vertex { position: (4.12616, 2.12093, 1.17252), - normal: (0.171366, -0.691521, -0.701735), }, - Vertex { position: (4.137657, 1.944837, 1.061024), - normal: (0.648166, 0.682063, -0.338631), }, - Vertex { position: (4.12616, 2.12093, 1.17252), - normal: (0.171366, -0.691521, -0.701735), }, - Vertex { position: (4.143794, 2.01372, 1.201386), - normal: (0.61118, 0.658001, -0.439878), }, - Vertex { position: (4.143794, 2.01372, 1.201386), - normal: (0.61118, 0.658001, -0.439878), }, - Vertex { position: (4.12616, 2.12093, 1.17252), - normal: (0.171366, -0.691521, -0.701735), }, - Vertex { position: (4.133175, 2.175231, 1.259323), - normal: (0.256636, -0.859143, -0.442732), }, - Vertex { position: (4.143794, 2.01372, 1.201386), - normal: (0.61118, 0.658001, -0.439878), }, - Vertex { position: (4.133175, 2.175231, 1.259323), - normal: (0.256636, -0.859143, -0.442732), }, - Vertex { position: (4.12329, 2.086854, 1.295135), - normal: (0.503641, 0.551737, -0.66478), }, - Vertex { position: (4.12329, 2.086854, 1.295135), - normal: (0.503641, 0.551737, -0.66478), }, - Vertex { position: (4.133175, 2.175231, 1.259323), - normal: (0.256636, -0.859143, -0.442732), }, - Vertex { position: (4.141759, 2.279958, 1.29534), - normal: (0.017957, 0.744062, -0.667869), }, - Vertex { position: (4.12329, 2.086854, 1.295135), - normal: (0.503641, 0.551737, -0.66478), }, - Vertex { position: (4.141759, 2.279958, 1.29534), - normal: (0.017957, 0.744062, -0.667869), }, - Vertex { position: (4.11268, 2.195089, 1.366908), - normal: (0.517427, 0.766113, -0.381235), }, - Vertex { position: (4.11268, 2.195089, 1.366908), - normal: (0.517427, 0.766113, -0.381235), }, - Vertex { position: (4.141759, 2.279958, 1.29534), - normal: (0.017957, 0.744062, -0.667869), }, - Vertex { position: (4.140097, 2.295949, 1.367196), - normal: (0.229942, 0.797697, -0.5575), }, - Vertex { position: (4.11268, 2.195089, 1.366908), - normal: (0.517427, 0.766113, -0.381235), }, - Vertex { position: (4.140097, 2.295949, 1.367196), - normal: (0.229942, 0.797697, -0.5575), }, - Vertex { position: (4.111934, 2.234814, 1.399949), - normal: (0.41344, 0.676483, -0.609457), }, - Vertex { position: (4.140097, 2.295949, 1.367196), - normal: (0.229942, 0.797697, -0.5575), }, - Vertex { position: (4.129926, 2.30877, 1.402259), - normal: (0.63166, 0.704336, -0.323908), }, - Vertex { position: (4.111934, 2.234814, 1.399949), - normal: (0.41344, 0.676483, -0.609457), }, - Vertex { position: (4.232341, 1.903079, 0.534362), - normal: (0.154813, -0.698608, -0.698555), }, - Vertex { position: (4.304562, 1.906537, 0.572242), - normal: (-0.536419, 0.710997, 0.454685), }, - Vertex { position: (4.278045, 1.97666, 0.537351), - normal: (0.259533, 0.686122, -0.679617), }, - Vertex { position: (4.303615, 1.799914, 0.610388), - normal: (-0.557881, 0.828586, -0.047048), }, - Vertex { position: (4.304562, 1.906537, 0.572242), - normal: (-0.536419, 0.710997, 0.454685), }, - Vertex { position: (4.232341, 1.903079, 0.534362), - normal: (0.154813, -0.698608, -0.698555), }, - Vertex { position: (4.303615, 1.799914, 0.610388), - normal: (-0.557881, 0.828586, -0.047048), }, - Vertex { position: (4.232341, 1.903079, 0.534362), - normal: (0.154813, -0.698608, -0.698555), }, - Vertex { position: (4.240116, 1.770049, 0.583946), - normal: (-0.678336, 0.658323, 0.326299), }, - Vertex { position: (4.377095, 1.871713, 0.595743), - normal: (-0.277696, -0.435918, 0.856073), }, - Vertex { position: (4.305411, 2.059245, 0.539407), - normal: (0.353564, 0.891052, -0.284638), }, - Vertex { position: (4.278045, 1.97666, 0.537351), - normal: (0.259533, 0.686122, -0.679617), }, - Vertex { position: (4.377095, 1.871713, 0.595743), - normal: (-0.277696, -0.435918, 0.856073), }, - Vertex { position: (4.278045, 1.97666, 0.537351), - normal: (0.259533, 0.686122, -0.679617), }, - Vertex { position: (4.304562, 1.906537, 0.572242), - normal: (-0.536419, 0.710997, 0.454685), }, - Vertex { position: (4.43261, 1.878873, 0.577888), - normal: (0.003817, -0.976864, 0.213829), }, - Vertex { position: (4.43302, 2.024714, 0.563794), - normal: (0.125846, -0.929941, 0.345503), }, - Vertex { position: (4.305411, 2.059245, 0.539407), - normal: (0.353564, 0.891052, -0.284638), }, - Vertex { position: (4.43261, 1.878873, 0.577888), - normal: (0.003817, -0.976864, 0.213829), }, - Vertex { position: (4.305411, 2.059245, 0.539407), - normal: (0.353564, 0.891052, -0.284638), }, - Vertex { position: (4.377095, 1.871713, 0.595743), - normal: (-0.277696, -0.435918, 0.856073), }, - Vertex { position: (4.240116, 1.770049, 0.583946), - normal: (-0.678336, 0.658323, 0.326299), }, - Vertex { position: (4.232341, 1.903079, 0.534362), - normal: (0.154813, -0.698608, -0.698555), }, - Vertex { position: (4.094112, 1.889281, 0.578435), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (4.240116, 1.770049, 0.583946), - normal: (-0.678336, 0.658323, 0.326299), }, - Vertex { position: (4.094112, 1.889281, 0.578435), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (4.148883, 1.759918, 0.573765), - normal: (-0.641133, 0.599375, 0.479267), }, - Vertex { position: (4.281287, 2.055751, 0.787), - normal: (0.391878, 0.915416, 0.091898), }, - Vertex { position: (4.354411, 2.102985, 0.80258), - normal: (-0.329371, 0.540395, 0.774266), }, - Vertex { position: (4.290375, 2.112337, 0.80019), - normal: (0.391878, 0.915416, 0.091898), }, - Vertex { position: (4.281287, 2.055751, 0.787), - normal: (0.391878, 0.915416, 0.091898), }, - Vertex { position: (4.354941, 2.064161, 0.778851), - normal: (-0.121207, 0.426739, 0.896216), }, - Vertex { position: (4.354411, 2.102985, 0.80258), - normal: (-0.329371, 0.540395, 0.774266), }, - Vertex { position: (4.245225, 2.008532, 0.772641), - normal: (-0.121207, 0.426739, 0.896216), }, - Vertex { position: (4.354941, 2.064161, 0.778851), - normal: (-0.121207, 0.426739, 0.896216), }, - Vertex { position: (4.281287, 2.055751, 0.787), - normal: (0.391878, 0.915416, 0.091898), }, - Vertex { position: (4.281287, 2.055751, 0.787), - normal: (0.391878, 0.915416, 0.091898), }, - Vertex { position: (4.290375, 2.112337, 0.80019), - normal: (0.391878, 0.915416, 0.091898), }, - Vertex { position: (4.153175, 2.084823, 0.799668), - normal: (0.384749, -0.683591, -0.620219), }, - Vertex { position: (4.159229, 1.949902, 0.923197), - normal: (0.600629, 0.618513, -0.506642), }, - Vertex { position: (4.281287, 2.055751, 0.787), - normal: (0.391878, 0.915416, 0.091898), }, - Vertex { position: (4.153175, 2.084823, 0.799668), - normal: (0.384749, -0.683591, -0.620219), }, - Vertex { position: (4.159229, 1.949902, 0.923197), - normal: (0.600629, 0.618513, -0.506642), }, - Vertex { position: (4.153175, 2.084823, 0.799668), - normal: (0.384749, -0.683591, -0.620219), }, - Vertex { position: (4.131949, 2.050757, 0.921856), - normal: (0.149569, -0.88683, -0.437221), }, - Vertex { position: (4.278045, 1.97666, 0.537351), - normal: (0.259533, 0.686122, -0.679617), }, - Vertex { position: (4.354411, 2.102985, 0.80258), - normal: (-0.329371, 0.540395, 0.774266), }, - Vertex { position: (4.354941, 2.064161, 0.778851), - normal: (-0.121207, 0.426739, 0.896216), }, - Vertex { position: (4.245225, 2.008532, 0.772641), - normal: (-0.121207, 0.426739, 0.896216), }, - Vertex { position: (4.232341, 1.903079, 0.534362), - normal: (0.154813, -0.698608, -0.698555), }, - Vertex { position: (4.278045, 1.97666, 0.537351), - normal: (0.259533, 0.686122, -0.679617), }, - Vertex { position: (4.245225, 2.008532, 0.772641), - normal: (-0.121207, 0.426739, 0.896216), }, - Vertex { position: (4.278045, 1.97666, 0.537351), - normal: (0.259533, 0.686122, -0.679617), }, - Vertex { position: (4.354941, 2.064161, 0.778851), - normal: (-0.121207, 0.426739, 0.896216), }, - Vertex { position: (4.245225, 2.008532, 0.772641), - normal: (-0.121207, 0.426739, 0.896216), }, - Vertex { position: (4.281287, 2.055751, 0.787), - normal: (0.391878, 0.915416, 0.091898), }, - Vertex { position: (4.159229, 1.949902, 0.923197), - normal: (0.600629, 0.618513, -0.506642), }, - Vertex { position: (5.959462, 1.157227, 0.187097), - normal: (0.969409, 0.243854, 0.027951), }, - Vertex { position: (5.950684, 1.082725, 0.175648), - normal: (0.000755, 0.939586, -0.342312), }, - Vertex { position: (5.961686, 1.110978, 0.090324), - normal: (0.461485, 0.788926, -0.405742), }, - Vertex { position: (5.959462, 1.157227, 0.187097), - normal: (0.969409, 0.243854, 0.027951), }, - Vertex { position: (5.961686, 1.110978, 0.090324), - normal: (0.461485, 0.788926, -0.405742), }, - Vertex { position: (5.998088, 1.231874, 0.107334), - normal: (0.04154, 0.947538, -0.316933), }, - Vertex { position: (5.755282, 1.004149, 0.307505), - normal: (0.104327, 0.725166, -0.680625), }, - Vertex { position: (5.763952, 1.062109, 0.338641), - normal: (0.288171, 0.239223, -0.927216), }, - Vertex { position: (5.681086, 1.054964, 0.35586), - normal: (-0.163152, 0.699849, -0.695408), }, - Vertex { position: (5.755282, 1.004149, 0.307505), - normal: (0.104327, 0.725166, -0.680625), }, - Vertex { position: (5.681086, 1.054964, 0.35586), - normal: (-0.163152, 0.699849, -0.695408), }, - Vertex { position: (5.672385, 1.007694, 0.341778), - normal: (-0.011269, -0.268801, -0.96313), }, - Vertex { position: (5.710154, 1.360653, 0.290072), - normal: (-0.497134, 0.140474, 0.856227), }, - Vertex { position: (5.730427, 1.435668, 0.209848), - normal: (-0.434729, 0.079706, 0.897027), }, - Vertex { position: (5.685194, 1.452202, 0.188749), - normal: (-0.419631, 0.061765, 0.905591), }, - Vertex { position: (5.710154, 1.360653, 0.290072), - normal: (-0.497134, 0.140474, 0.856227), }, - Vertex { position: (5.685194, 1.452202, 0.188749), - normal: (-0.419631, 0.061765, 0.905591), }, - Vertex { position: (5.647186, 1.394606, 0.257833), - normal: (-0.400711, 0.089186, 0.911853), }, - Vertex { position: (4.991713, 1.163096, 0.504149), - normal: (-0.023775, -0.598435, 0.800818), }, - Vertex { position: (5.011084, 1.06677, 0.458562), - normal: (-0.77316, 0.344902, 0.532228), }, - Vertex { position: (5.241466, 1.040469, 0.383965), - normal: (0.157921, -0.851177, -0.500559), }, - Vertex { position: (4.991713, 1.163096, 0.504149), - normal: (-0.023775, -0.598435, 0.800818), }, - Vertex { position: (5.241466, 1.040469, 0.383965), - normal: (0.157921, -0.851177, -0.500559), }, - Vertex { position: (5.250485, 1.123029, 0.385234), - normal: (0.009824, -0.644035, 0.764933), }, - Vertex { position: (4.641547, 1.285422, 0.622034), - normal: (0.123418, -0.784469, 0.607763), }, - Vertex { position: (4.522247, 1.398278, 0.644892), - normal: (0.050019, -0.552867, 0.831767), }, - Vertex { position: (4.449011, 1.260929, 0.647431), - normal: (-0.395804, 0.901672, 0.174144), }, - Vertex { position: (4.641547, 1.285422, 0.622034), - normal: (0.123418, -0.784469, 0.607763), }, - Vertex { position: (4.449011, 1.260929, 0.647431), - normal: (-0.395804, 0.901672, 0.174144), }, - Vertex { position: (4.567896, 1.149805, 0.642484), - normal: (-0.911194, 0.285551, 0.296961), }, - Vertex { position: (4.742358, 1.882232, 0.62165), - normal: (0.901575, -0.270544, 0.337593), }, - Vertex { position: (4.728963, 2.036146, 0.614307), - normal: (0.689769, -0.265624, 0.673544), }, - Vertex { position: (4.688114, 2.046378, 0.604518), - normal: (0.190357, -0.604308, 0.773677), }, - Vertex { position: (4.742358, 1.882232, 0.62165), - normal: (0.901575, -0.270544, 0.337593), }, - Vertex { position: (4.688114, 2.046378, 0.604518), - normal: (0.190357, -0.604308, 0.773677), }, - Vertex { position: (4.697024, 1.862575, 0.604048), - normal: (0.152967, -0.640193, 0.752831), }, - Vertex { position: (4.760921, 1.881357, 0.61312), - normal: (0.337014, -0.030018, 0.941021), }, - Vertex { position: (4.824747, 1.946835, 0.626358), - normal: (0.347794, 0.132396, 0.928176), }, - Vertex { position: (4.861611, 2.001639, 0.621913), - normal: (0.36359, 0.089346, 0.927264), }, - Vertex { position: (4.760921, 1.881357, 0.61312), - normal: (0.337014, -0.030018, 0.941021), }, - Vertex { position: (4.861611, 2.001639, 0.621913), - normal: (0.36359, 0.089346, 0.927264), }, - Vertex { position: (4.842883, 2.021333, 0.638025), - normal: (0.195545, 0.103956, 0.975169), }, - Vertex { position: (4.852582, 1.816115, 0.603105), - normal: (0.168187, 0.300291, 0.938903), }, - Vertex { position: (4.861618, 1.854067, 0.618095), - normal: (0.272203, 0.043076, 0.961275), }, - Vertex { position: (4.760921, 1.881357, 0.61312), - normal: (0.337014, -0.030018, 0.941021), }, - Vertex { position: (4.973133, 1.992779, 0.533466), - normal: (0.282492, 0.026081, 0.958915), }, - Vertex { position: (4.991746, 2.009819, 0.523206), - normal: (0.210495, 0.185422, 0.959849), }, - Vertex { position: (4.93588, 2.051665, 0.572853), - normal: (0.196849, 0.14562, 0.969559), }, - Vertex { position: (4.973133, 1.992779, 0.533466), - normal: (0.282492, 0.026081, 0.958915), }, - Vertex { position: (4.93588, 2.051665, 0.572853), - normal: (0.196849, 0.14562, 0.969559), }, - Vertex { position: (4.935561, 2.016016, 0.5857), - normal: (0.361081, -0.056526, 0.93082), }, - Vertex { position: (4.760921, 1.881357, 0.61312), - normal: (0.337014, -0.030018, 0.941021), }, - Vertex { position: (4.788476, 2.028047, 0.608619), - normal: (0.067357, 0.280764, 0.95741), }, - Vertex { position: (4.751519, 2.039658, 0.634134), - normal: (-0.026366, 0.234118, 0.971851), }, - Vertex { position: (4.991709, 1.844295, 0.520761), - normal: (0.289202, 0.572304, 0.767353), }, - Vertex { position: (5.01143, 1.875569, 0.463205), - normal: (0.154687, 0.171026, 0.973048), }, - Vertex { position: (5.001903, 1.914398, 0.486724), - normal: (0.380651, 0.443224, 0.811577), }, - Vertex { position: (4.991709, 1.844295, 0.520761), - normal: (0.289202, 0.572304, 0.767353), }, - Vertex { position: (5.001903, 1.914398, 0.486724), - normal: (0.380651, 0.443224, 0.811577), }, - Vertex { position: (4.982364, 1.8733, 0.53619), - normal: (0.362705, 0.428702, 0.827442), }, - Vertex { position: (5.001903, 1.914398, 0.486724), - normal: (0.380651, 0.443224, 0.811577), }, - Vertex { position: (5.01143, 1.875569, 0.463205), - normal: (0.154687, 0.171026, 0.973048), }, - Vertex { position: (4.991746, 2.009819, 0.523206), - normal: (0.210495, 0.185422, 0.959849), }, - Vertex { position: (4.93588, 2.051665, 0.572853), - normal: (0.196849, 0.14562, 0.969559), }, - Vertex { position: (4.918466, 2.084725, 0.532713), - normal: (0.054287, 0.055115, 0.997003), }, - Vertex { position: (4.881574, 2.094571, 0.539949), - normal: (0.012421, 0.392537, 0.919652), }, - Vertex { position: (4.74405, 2.179337, 0.556057), - normal: (0.399187, -0.679804, 0.615237), }, - Vertex { position: (4.837331, 2.235678, 0.479332), - normal: (0.428199, -0.104479, 0.897624), }, - Vertex { position: (4.739441, 2.299169, 0.369987), - normal: (0.244568, -0.044721, 0.9686), }, - Vertex { position: (4.74405, 2.179337, 0.556057), - normal: (0.399187, -0.679804, 0.615237), }, - Vertex { position: (4.739441, 2.299169, 0.369987), - normal: (0.244568, -0.044721, 0.9686), }, - Vertex { position: (4.636582, 2.263383, 0.471997), - normal: (0.223925, -0.919003, 0.324486), }, - Vertex { position: (5.075994, 1.900999, 0.443793), - normal: (0.550963, 0.62763, 0.550018), }, - Vertex { position: (5.095375, 1.961238, 0.401516), - normal: (0.72603, 0.248277, 0.641279), }, - Vertex { position: (5.067202, 2.027704, 0.422291), - normal: (0.670109, -0.356989, 0.650778), }, - Vertex { position: (5.075994, 1.900999, 0.443793), - normal: (0.550963, 0.62763, 0.550018), }, - Vertex { position: (5.067202, 2.027704, 0.422291), - normal: (0.670109, -0.356989, 0.650778), }, - Vertex { position: (5.057495, 2.002751, 0.451974), - normal: (0.615065, 0.769234, 0.173133), }, - Vertex { position: (4.101726, 2.312318, 1.438163), - normal: (0.771387, 0.339113, 0.538483), }, - Vertex { position: (4.046673, 2.341349, 1.45253), - normal: (-0.570564, 0.630958, -0.525689), }, - Vertex { position: (4.082988, 2.175805, 1.45093), - normal: (0.908355, -0.087284, 0.408989), }, - Vertex { position: (4.111934, 2.234814, 1.399949), - normal: (0.41344, 0.676483, -0.609457), }, - Vertex { position: (4.129926, 2.30877, 1.402259), - normal: (0.63166, 0.704336, -0.323908), }, - Vertex { position: (4.101726, 2.312318, 1.438163), - normal: (0.771387, 0.339113, 0.538483), }, - Vertex { position: (4.111934, 2.234814, 1.399949), - normal: (0.41344, 0.676483, -0.609457), }, - Vertex { position: (4.101726, 2.312318, 1.438163), - normal: (0.771387, 0.339113, 0.538483), }, - Vertex { position: (4.082988, 2.175805, 1.45093), - normal: (0.908355, -0.087284, 0.408989), }, - Vertex { position: (4.150297, 1.820575, 0.917046), - normal: (-0.121207, 0.426739, -0.896216), }, - Vertex { position: (4.094112, 1.889281, 0.578435), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (4.245225, 2.008532, 0.772641), - normal: (-0.121207, 0.426739, 0.896216), }, - Vertex { position: (4.150297, 1.820575, 0.917046), - normal: (-0.121207, 0.426739, -0.896216), }, - Vertex { position: (4.245225, 2.008532, 0.772641), - normal: (-0.121207, 0.426739, 0.896216), }, - Vertex { position: (4.159229, 1.949902, 0.923197), - normal: (0.600629, 0.618513, -0.506642), }, - Vertex { position: (4.127903, 1.828359, 1.090512), - normal: (-0.121207, 0.426739, -0.896216), }, - Vertex { position: (4.150297, 1.820575, 0.917046), - normal: (-0.121207, 0.426739, -0.896216), }, - Vertex { position: (4.159229, 1.949902, 0.923197), - normal: (0.600629, 0.618513, -0.506642), }, - Vertex { position: (4.127903, 1.828359, 1.090512), - normal: (-0.121207, 0.426739, -0.896216), }, - Vertex { position: (4.159229, 1.949902, 0.923197), - normal: (0.600629, 0.618513, -0.506642), }, - Vertex { position: (4.137657, 1.944837, 1.061024), - normal: (0.648166, 0.682063, -0.338631), }, - Vertex { position: (4.152166, 1.868775, 1.225002), - normal: (0.392037, 0.915475, -0.09062), }, - Vertex { position: (4.127903, 1.828359, 1.090512), - normal: (-0.121207, 0.426739, -0.896216), }, - Vertex { position: (4.137657, 1.944837, 1.061024), - normal: (0.648166, 0.682063, -0.338631), }, - Vertex { position: (4.152166, 1.868775, 1.225002), - normal: (0.392037, 0.915475, -0.09062), }, - Vertex { position: (4.137657, 1.944837, 1.061024), - normal: (0.648166, 0.682063, -0.338631), }, - Vertex { position: (4.143794, 2.01372, 1.201386), - normal: (0.61118, 0.658001, -0.439878), }, - Vertex { position: (4.103303, 2.038565, 1.363737), - normal: (0.392037, 0.915475, -0.09062), }, - Vertex { position: (4.152166, 1.868775, 1.225002), - normal: (0.392037, 0.915475, -0.09062), }, - Vertex { position: (4.143794, 2.01372, 1.201386), - normal: (0.61118, 0.658001, -0.439878), }, - Vertex { position: (4.103303, 2.038565, 1.363737), - normal: (0.392037, 0.915475, -0.09062), }, - Vertex { position: (4.143794, 2.01372, 1.201386), - normal: (0.61118, 0.658001, -0.439878), }, - Vertex { position: (4.12329, 2.086854, 1.295135), - normal: (0.503641, 0.551737, -0.66478), }, - Vertex { position: (4.082988, 2.175805, 1.45093), - normal: (0.908355, -0.087284, 0.408989), }, - Vertex { position: (4.103303, 2.038565, 1.363737), - normal: (0.392037, 0.915475, -0.09062), }, - Vertex { position: (4.12329, 2.086854, 1.295135), - normal: (0.503641, 0.551737, -0.66478), }, - Vertex { position: (4.082988, 2.175805, 1.45093), - normal: (0.908355, -0.087284, 0.408989), }, - Vertex { position: (4.12329, 2.086854, 1.295135), - normal: (0.503641, 0.551737, -0.66478), }, - Vertex { position: (4.11268, 2.195089, 1.366908), - normal: (0.517427, 0.766113, -0.381235), }, - Vertex { position: (4.082988, 2.175805, 1.45093), - normal: (0.908355, -0.087284, 0.408989), }, - Vertex { position: (4.11268, 2.195089, 1.366908), - normal: (0.517427, 0.766113, -0.381235), }, - Vertex { position: (4.111934, 2.234814, 1.399949), - normal: (0.41344, 0.676483, -0.609457), }, - Vertex { position: (4.076852, 1.746601, 0.527436), - normal: (-0.760994, 0.140163, 0.633437), }, - Vertex { position: (4.148883, 1.759918, 0.573765), - normal: (-0.641133, 0.599375, 0.479267), }, - Vertex { position: (4.094112, 1.889281, 0.578435), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (4.076852, 1.746601, 0.527436), - normal: (-0.760994, 0.140163, 0.633437), }, - Vertex { position: (4.094112, 1.889281, 0.578435), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (4.059885, 1.86046, 0.470087), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (4.380854, 0.704574, -0.00013), - normal: (0.000801, -1.0, -0.000539), }, - Vertex { position: (4.359048, 0.700414, 0.166651), - normal: (-0.659696, 0.567802, 0.492343), }, - Vertex { position: (4.120842, 0.627141, 0.185461), - normal: (0.804239, -0.153549, 0.574128), }, - Vertex { position: (4.380854, 0.704574, -0.00013), - normal: (0.000801, -1.0, -0.000539), }, - Vertex { position: (4.120842, 0.627141, 0.185461), - normal: (0.804239, -0.153549, 0.574128), }, - Vertex { position: (4.126565, 0.642027, 0.0), - normal: (-0.926486, -0.356041, -0.121897), }, - Vertex { position: (4.076852, 1.746601, 0.527436), - normal: (-0.760994, 0.140163, 0.633437), }, - Vertex { position: (4.059885, 1.86046, 0.470087), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (3.881998, 1.764428, 0.476337), - normal: (0.539114, 0.412574, 0.734261), }, - Vertex { position: (4.067576, 1.572668, 0.534997), - normal: (-0.560402, 0.735791, 0.380211), }, - Vertex { position: (4.076852, 1.746601, 0.527436), - normal: (-0.760994, 0.140163, 0.633437), }, - Vertex { position: (3.881998, 1.764428, 0.476337), - normal: (0.539114, 0.412574, 0.734261), }, - Vertex { position: (4.067576, 1.572668, 0.534997), - normal: (-0.560402, 0.735791, 0.380211), }, - Vertex { position: (3.881998, 1.764428, 0.476337), - normal: (0.539114, 0.412574, 0.734261), }, - Vertex { position: (3.886058, 1.550141, 0.50483), - normal: (0.696162, 0.333274, 0.635835), }, - Vertex { position: (4.085564, 1.288885, 0.544406), - normal: (-0.610894, 0.790229, -0.048447), }, - Vertex { position: (4.067576, 1.572668, 0.534997), - normal: (-0.560402, 0.735791, 0.380211), }, - Vertex { position: (3.886058, 1.550141, 0.50483), - normal: (0.696162, 0.333274, 0.635835), }, - Vertex { position: (4.085564, 1.288885, 0.544406), - normal: (-0.610894, 0.790229, -0.048447), }, - Vertex { position: (3.886058, 1.550141, 0.50483), - normal: (0.696162, 0.333274, 0.635835), }, - Vertex { position: (3.98851, 1.297806, 0.539537), - normal: (0.763734, 0.228435, 0.603761), }, - Vertex { position: (4.141189, 1.008775, 0.499342), - normal: (-0.590367, 0.807126, -0.003753), }, - Vertex { position: (4.085564, 1.288885, 0.544406), - normal: (-0.610894, 0.790229, -0.048447), }, - Vertex { position: (3.98851, 1.297806, 0.539537), - normal: (0.763734, 0.228435, 0.603761), }, - Vertex { position: (4.141189, 1.008775, 0.499342), - normal: (-0.590367, 0.807126, -0.003753), }, - Vertex { position: (3.98851, 1.297806, 0.539537), - normal: (0.763734, 0.228435, 0.603761), }, - Vertex { position: (4.041657, 1.039756, 0.496922), - normal: (0.769758, 0.095155, 0.631204), }, - Vertex { position: (4.216374, 0.852328, 0.405873), - normal: (0.206279, 0.744917, 0.634467), }, - Vertex { position: (4.141189, 1.008775, 0.499342), - normal: (-0.590367, 0.807126, -0.003753), }, - Vertex { position: (4.041657, 1.039756, 0.496922), - normal: (0.769758, 0.095155, 0.631204), }, - Vertex { position: (4.216374, 0.852328, 0.405873), - normal: (0.206279, 0.744917, 0.634467), }, - Vertex { position: (4.041657, 1.039756, 0.496922), - normal: (0.769758, 0.095155, 0.631204), }, - Vertex { position: (4.068249, 0.798926, 0.400813), - normal: (0.771881, -0.100912, 0.627707), }, - Vertex { position: (4.319799, 0.731007, 0.291212), - normal: (0.11638, 0.680311, 0.723624), }, - Vertex { position: (4.216374, 0.852328, 0.405873), - normal: (0.206279, 0.744917, 0.634467), }, - Vertex { position: (4.068249, 0.798926, 0.400813), - normal: (0.771881, -0.100912, 0.627707), }, - Vertex { position: (4.319799, 0.731007, 0.291212), - normal: (0.11638, 0.680311, 0.723624), }, - Vertex { position: (4.068249, 0.798926, 0.400813), - normal: (0.771881, -0.100912, 0.627707), }, - Vertex { position: (4.105198, 0.672581, 0.300001), - normal: (0.788801, -0.199379, 0.581412), }, - Vertex { position: (4.359048, 0.700414, 0.166651), - normal: (-0.659696, 0.567802, 0.492343), }, - Vertex { position: (4.319799, 0.731007, 0.291212), - normal: (0.11638, 0.680311, 0.723624), }, - Vertex { position: (4.105198, 0.672581, 0.300001), - normal: (0.788801, -0.199379, 0.581412), }, - Vertex { position: (4.359048, 0.700414, 0.166651), - normal: (-0.659696, 0.567802, 0.492343), }, - Vertex { position: (4.105198, 0.672581, 0.300001), - normal: (0.788801, -0.199379, 0.581412), }, - Vertex { position: (4.120842, 0.627141, 0.185461), - normal: (0.804239, -0.153549, 0.574128), }, - Vertex { position: (3.758215, 2.206683, 0.323051), - normal: (0.241303, 0.584582, 0.77462), }, - Vertex { position: (3.870548, 2.292106, 0.368964), - normal: (-0.745507, -0.065161, -0.663305), }, - Vertex { position: (3.828001, 2.35254, 0.233341), - normal: (-0.613241, -0.041068, -0.788827), }, - Vertex { position: (3.758215, 2.206683, 0.323051), - normal: (0.241303, 0.584582, 0.77462), }, - Vertex { position: (3.828001, 2.35254, 0.233341), - normal: (-0.613241, -0.041068, -0.788827), }, - Vertex { position: (3.745669, 2.266001, 0.24193), - normal: (0.072694, 0.752739, 0.654294), }, - Vertex { position: (3.828001, 2.35254, 0.233341), - normal: (-0.613241, -0.041068, -0.788827), }, - Vertex { position: (3.787342, 2.396113, -0.001159), - normal: (0.622247, 0.782821, -0.000247), }, - Vertex { position: (3.71636, 2.343387, 0.0), - normal: (0.431966, -0.771434, -0.46722), }, - Vertex { position: (3.828001, 2.35254, 0.233341), - normal: (-0.613241, -0.041068, -0.788827), }, - Vertex { position: (3.71636, 2.343387, 0.0), - normal: (0.431966, -0.771434, -0.46722), }, - Vertex { position: (3.727093, 2.308406, 0.150049), - normal: (-0.071584, 0.92252, 0.379253), }, - Vertex { position: (3.828001, 2.35254, 0.233341), - normal: (-0.613241, -0.041068, -0.788827), }, - Vertex { position: (3.727093, 2.308406, 0.150049), - normal: (-0.071584, 0.92252, 0.379253), }, - Vertex { position: (3.745669, 2.266001, 0.24193), - normal: (0.072694, 0.752739, 0.654294), }, - Vertex { position: (3.881998, 1.764428, 0.476337), - normal: (0.539114, 0.412574, 0.734261), }, - Vertex { position: (4.059885, 1.86046, 0.470087), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (3.922437, 1.972461, 0.483563), - normal: (-0.570559, 0.630963, 0.525688), }, - Vertex { position: (3.814876, 1.968416, 0.443), - normal: (0.462789, 0.48004, 0.745243), }, - Vertex { position: (3.881998, 1.764428, 0.476337), - normal: (0.539114, 0.412574, 0.734261), }, - Vertex { position: (3.922437, 1.972461, 0.483563), - normal: (-0.570559, 0.630963, 0.525688), }, - Vertex { position: (3.814876, 1.968416, 0.443), - normal: (0.462789, 0.48004, 0.745243), }, - Vertex { position: (3.922437, 1.972461, 0.483563), - normal: (-0.570559, 0.630963, 0.525688), }, - Vertex { position: (3.823349, 2.141733, 0.428356), - normal: (-0.453311, -0.031481, -0.890797), }, - Vertex { position: (3.758215, 2.206683, 0.323051), - normal: (0.241303, 0.584582, 0.77462), }, - Vertex { position: (3.814876, 1.968416, 0.443), - normal: (0.462789, 0.48004, 0.745243), }, - Vertex { position: (3.823349, 2.141733, 0.428356), - normal: (-0.453311, -0.031481, -0.890797), }, - Vertex { position: (3.758215, 2.206683, 0.323051), - normal: (0.241303, 0.584582, 0.77462), }, - Vertex { position: (3.823349, 2.141733, 0.428356), - normal: (-0.453311, -0.031481, -0.890797), }, - Vertex { position: (3.870548, 2.292106, 0.368964), - normal: (-0.745507, -0.065161, -0.663305), }, - Vertex { position: (4.094112, 1.889281, 0.578435), - normal: (-0.142868, 0.456449, -0.878204), }, - Vertex { position: (4.232341, 1.903079, 0.534362), - normal: (0.154813, -0.698608, -0.698555), }, - Vertex { position: (4.245225, 2.008532, 0.772641), - normal: (-0.121207, 0.426739, 0.896216), }, - Vertex { position: (1.700797, -2.794792, 0.82425), - normal: (-0.020456, 0.943466, 0.330837), }, - Vertex { position: (1.718315, -2.775468, 0.921796), - normal: (0.21689, -0.976039, -0.017487), }, - Vertex { position: (1.678986, -2.513137, 0.891745), - normal: (0.383337, -0.601981, -0.700479), }, - Vertex { position: (1.700797, -2.794792, 0.82425), - normal: (-0.020456, 0.943466, 0.330837), }, - Vertex { position: (1.678986, -2.513137, 0.891745), - normal: (0.383337, -0.601981, -0.700479), }, - Vertex { position: (1.655948, -2.520927, 0.844269), - normal: (0.717573, 0.343682, -0.605782), }, - Vertex { position: (1.700797, -2.794792, 0.82425), - normal: (-0.020456, 0.943466, 0.330837), }, - Vertex { position: (1.705953, -3.006628, 0.83263), - normal: (-0.065687, -0.249194, -0.966223), }, - Vertex { position: (1.734568, -2.965876, 0.986396), - normal: (-0.424393, 0.057227, 0.903668), }, - Vertex { position: (1.700797, -2.794792, 0.82425), - normal: (-0.020456, 0.943466, 0.330837), }, - Vertex { position: (1.734568, -2.965876, 0.986396), - normal: (-0.424393, 0.057227, 0.903668), }, - Vertex { position: (1.718315, -2.775468, 0.921796), - normal: (0.21689, -0.976039, -0.017487), }, - Vertex { position: (-0.972514, -1.822778, 0.372649), - normal: (-0.329905, -0.225598, 0.916661), }, - Vertex { position: (-0.977375, -1.793126, 0.498747), - normal: (-0.055857, 0.145868, 0.987726), }, - Vertex { position: (-1.108758, -1.770749, 0.473033), - normal: (-0.182029, -0.190207, 0.964721), }, - Vertex { position: (-0.972514, -1.822778, 0.372649), - normal: (-0.329905, -0.225598, 0.916661), }, - Vertex { position: (-1.108758, -1.770749, 0.473033), - normal: (-0.182029, -0.190207, 0.964721), }, - Vertex { position: (-1.305099, -1.70846, 0.48423), - normal: (-0.571338, -0.120921, 0.811758), }, - Vertex { position: (-1.305099, -1.70846, 0.48423), - normal: (-0.571338, -0.120921, 0.811758), }, - Vertex { position: (-1.266738, -1.691944, 0.557922), - normal: (0.714393, -0.109998, 0.691045), }, - Vertex { position: (-1.397474, -1.693815, 0.570541), - normal: (-0.587909, -0.233166, 0.774594), }, - Vertex { position: (-1.305099, -1.70846, 0.48423), - normal: (-0.571338, -0.120921, 0.811758), }, - Vertex { position: (-1.397474, -1.693815, 0.570541), - normal: (-0.587909, -0.233166, 0.774594), }, - Vertex { position: (-1.406693, -1.697325, 0.450399), - normal: (0.023392, -0.110333, 0.993619), }, - Vertex { position: (-3.35851, 1.810253, 0.380095), - normal: (-0.468954, -0.586277, 0.660577), }, - Vertex { position: (-3.413372, 1.871604, 0.142309), - normal: (0.431712, 0.22912, 0.872427), }, - Vertex { position: (-3.392806, 1.769365, 0.0), - normal: (0.072535, 0.997366, 0.0), }, - Vertex { position: (-3.392806, 1.769365, 0.0), - normal: (0.072535, 0.997366, 0.0), }, - Vertex { position: (-3.413372, 1.871604, 0.142309), - normal: (0.431712, 0.22912, 0.872427), }, - Vertex { position: (-3.380836, 1.819691, 0.123273), - normal: (0.588787, -0.248294, 0.769207), }, - Vertex { position: (-3.392806, 1.769365, 0.0), - normal: (0.072535, 0.997366, 0.0), }, - Vertex { position: (-3.380836, 1.819691, 0.123273), - normal: (0.588787, -0.248294, 0.769207), }, - Vertex { position: (-3.348274, 1.767738, -0.000085), - normal: (0.411442, -0.911436, -0.000099), }, - Vertex { position: (4.148927, 2.388726, 1.376879), - normal: (-0.142868, 0.456449, 0.878205), }, - Vertex { position: (4.101726, 2.312318, 1.438163), - normal: (0.771387, 0.339113, 0.538483), }, - Vertex { position: (4.129926, 2.30877, 1.402259), - normal: (0.63166, 0.704336, -0.323908), }, - Vertex { position: (4.148927, 2.388726, 1.376879), - normal: (-0.142868, 0.456449, 0.878205), }, - Vertex { position: (4.129926, 2.30877, 1.402259), - normal: (0.63166, 0.704336, -0.323908), }, - Vertex { position: (4.149438, 2.34055, 1.353693), - normal: (0.459043, 0.888414, 0.000701), }, - Vertex { position: (-2.964215, -1.978727, 0.776572), - normal: (-0.037581, -0.042039, -0.998409), }, - Vertex { position: (-3.066022, -1.953125, 0.719516), - normal: (-0.377491, -0.043727, 0.92498), }, - Vertex { position: (-3.008323, -1.759271, 0.655672), - normal: (0.713401, 0.39471, -0.579019), }, - Vertex { position: (-2.964215, -1.978727, 0.776572), - normal: (-0.037581, -0.042039, -0.998409), }, - Vertex { position: (-3.008323, -1.759271, 0.655672), - normal: (0.713401, 0.39471, -0.579019), }, - Vertex { position: (-2.811581, -1.79821, 0.712737), - normal: (-0.732521, -0.474279, 0.488336), }, - Vertex { position: (-3.066022, -1.953125, 0.719516), - normal: (-0.377491, -0.043727, 0.92498), }, - Vertex { position: (-3.211005, -1.850398, 0.700723), - normal: (0.684558, 0.361153, -0.633205), }, - Vertex { position: (-3.139394, -1.687482, 0.638546), - normal: (0.843062, -0.10517, 0.527433), }, - Vertex { position: (-3.066022, -1.953125, 0.719516), - normal: (-0.377491, -0.043727, 0.92498), }, - Vertex { position: (-3.139394, -1.687482, 0.638546), - normal: (0.843062, -0.10517, 0.527433), }, - Vertex { position: (-3.008323, -1.759271, 0.655672), - normal: (0.713401, 0.39471, -0.579019), }, - Vertex { position: (-3.380836, 1.819691, 0.123273), - normal: (0.588787, -0.248294, 0.769207), }, - Vertex { position: (-3.357009, 1.781675, 0.071216), - normal: (0.490646, -0.178294, 0.852923), }, - Vertex { position: (-3.348274, 1.767738, -0.000085), - normal: (0.411442, -0.911436, -0.000099), }, - Vertex { position: (-3.357009, 1.781675, -0.071216), - normal: (0.389161, -0.829175, -0.401277), }, - Vertex { position: (-3.380836, 1.819691, -0.123273), - normal: (0.255239, -0.528231, -0.80983), }, -]; diff --git a/src/cow_hoofs.rs b/src/cow_hoofs.rs deleted file mode 100644 index 454e2c9..0000000 --- a/src/cow_hoofs.rs +++ /dev/null @@ -1,2070 +0,0 @@ - -// This file auto-generated from cow_hoofs.c using model_c2rs.py -// Don't edit by hand! - -use cow_vertex::Vertex; - -pub const COW_HOOFS_VERTICES: [Vertex; 1031] = [ - Vertex { position: (1.970051, -3.141862, -1.065178), - normal: (0.013288, -0.297478, -0.954636), }, - Vertex { position: (2.110033, -3.148257, -1.068816), - normal: (-0.228294, -0.186048, -0.955651), }, - Vertex { position: (2.14888, -3.221616, -1.076203), - normal: (-0.562282, -0.328888, -0.75873), }, - Vertex { position: (1.970051, -3.141862, -1.065178), - normal: (0.013288, -0.297478, -0.954636), }, - Vertex { position: (2.14888, -3.221616, -1.076203), - normal: (-0.562282, -0.328888, -0.75873), }, - Vertex { position: (2.031262, -3.256709, -1.111122), - normal: (0.157806, 0.230904, -0.960094), }, - Vertex { position: (2.031262, -3.256709, -1.111122), - normal: (0.157806, 0.230904, -0.960094), }, - Vertex { position: (2.14888, -3.221616, -1.076203), - normal: (-0.562282, -0.328888, -0.75873), }, - Vertex { position: (2.247981, -3.342804, -1.127459), - normal: (-0.144755, 0.439659, -0.886423), }, - Vertex { position: (2.031262, -3.256709, -1.111122), - normal: (0.157806, 0.230904, -0.960094), }, - Vertex { position: (2.247981, -3.342804, -1.127459), - normal: (-0.144755, 0.439659, -0.886423), }, - Vertex { position: (2.138771, -3.397683, -1.214726), - normal: (0.339699, 0.626415, -0.701576), }, - Vertex { position: (2.138771, -3.397683, -1.214726), - normal: (0.339699, 0.626415, -0.701576), }, - Vertex { position: (2.247981, -3.342804, -1.127459), - normal: (-0.144755, 0.439659, -0.886423), }, - Vertex { position: (2.343303, -3.507846, -1.195262), - normal: (0.457854, 0.537523, -0.708123), }, - Vertex { position: (2.138771, -3.397683, -1.214726), - normal: (0.339699, 0.626415, -0.701576), }, - Vertex { position: (2.343303, -3.507846, -1.195262), - normal: (0.457854, 0.537523, -0.708123), }, - Vertex { position: (2.254361, -3.550931, -1.235118), - normal: (-0.081045, 0.409121, -0.908874), }, - Vertex { position: (2.254361, -3.550931, -1.235118), - normal: (-0.081045, 0.409121, -0.908874), }, - Vertex { position: (2.025468, -3.556842, -1.204841), - normal: (0.444124, 0.617475, -0.649214), }, - Vertex { position: (1.981186, -3.441282, -1.180532), - normal: (0.010538, 0.399391, -0.91672), }, - Vertex { position: (2.254361, -3.550931, -1.235118), - normal: (-0.081045, 0.409121, -0.908874), }, - Vertex { position: (1.981186, -3.441282, -1.180532), - normal: (0.010538, 0.399391, -0.91672), }, - Vertex { position: (2.138771, -3.397683, -1.214726), - normal: (0.339699, 0.626415, -0.701576), }, - Vertex { position: (2.138771, -3.397683, -1.214726), - normal: (0.339699, 0.626415, -0.701576), }, - Vertex { position: (1.981186, -3.441282, -1.180532), - normal: (0.010538, 0.399391, -0.91672), }, - Vertex { position: (1.926176, -3.28888, -1.093746), - normal: (0.636282, 0.100893, -0.764831), }, - Vertex { position: (2.138771, -3.397683, -1.214726), - normal: (0.339699, 0.626415, -0.701576), }, - Vertex { position: (1.926176, -3.28888, -1.093746), - normal: (0.636282, 0.100893, -0.764831), }, - Vertex { position: (2.031262, -3.256709, -1.111122), - normal: (0.157806, 0.230904, -0.960094), }, - Vertex { position: (2.031262, -3.256709, -1.111122), - normal: (0.157806, 0.230904, -0.960094), }, - Vertex { position: (1.926176, -3.28888, -1.093746), - normal: (0.636282, 0.100893, -0.764831), }, - Vertex { position: (1.886443, -3.191742, -1.047318), - normal: (0.213417, -0.547723, -0.808983), }, - Vertex { position: (2.031262, -3.256709, -1.111122), - normal: (0.157806, 0.230904, -0.960094), }, - Vertex { position: (1.886443, -3.191742, -1.047318), - normal: (0.213417, -0.547723, -0.808983), }, - Vertex { position: (1.970051, -3.141862, -1.065178), - normal: (0.013288, -0.297478, -0.954636), }, - Vertex { position: (2.281229, -3.33825, -1.043475), - normal: (-0.430523, -0.648445, -0.627828), }, - Vertex { position: (2.247981, -3.342804, -1.127459), - normal: (-0.144755, 0.439659, -0.886423), }, - Vertex { position: (2.14888, -3.221616, -1.076203), - normal: (-0.562282, -0.328888, -0.75873), }, - Vertex { position: (2.281229, -3.33825, -1.043475), - normal: (-0.430523, -0.648445, -0.627828), }, - Vertex { position: (2.14888, -3.221616, -1.076203), - normal: (-0.562282, -0.328888, -0.75873), }, - Vertex { position: (2.201939, -3.226457, -0.996503), - normal: (-0.492627, 0.113675, -0.862784), }, - Vertex { position: (2.201939, -3.226457, -0.996503), - normal: (-0.492627, 0.113675, -0.862784), }, - Vertex { position: (2.14888, -3.221616, -1.076203), - normal: (-0.562282, -0.328888, -0.75873), }, - Vertex { position: (2.110033, -3.148257, -1.068816), - normal: (-0.228294, -0.186048, -0.955651), }, - Vertex { position: (2.201939, -3.226457, -0.996503), - normal: (-0.492627, 0.113675, -0.862784), }, - Vertex { position: (2.110033, -3.148257, -1.068816), - normal: (-0.228294, -0.186048, -0.955651), }, - Vertex { position: (2.170039, -3.134504, -0.978866), - normal: (-0.495591, 0.225654, -0.838731), }, - Vertex { position: (2.170039, -3.134504, -0.978866), - normal: (-0.495591, 0.225654, -0.838731), }, - Vertex { position: (2.091539, -3.032437, -0.947029), - normal: (-0.541077, 0.245809, -0.804247), }, - Vertex { position: (2.113587, -3.011851, -0.851648), - normal: (0.672893, 0.661099, -0.331908), }, - Vertex { position: (2.170039, -3.134504, -0.978866), - normal: (-0.495591, 0.225654, -0.838731), }, - Vertex { position: (2.113587, -3.011851, -0.851648), - normal: (0.672893, 0.661099, -0.331908), }, - Vertex { position: (2.217369, -3.156093, -0.888927), - normal: (0.768072, 0.514957, -0.380637), }, - Vertex { position: (1.841888, -3.246003, -1.014774), - normal: (0.626232, 0.565165, -0.53705), }, - Vertex { position: (1.886443, -3.191742, -1.047318), - normal: (0.213417, -0.547723, -0.808983), }, - Vertex { position: (1.926176, -3.28888, -1.093746), - normal: (0.636282, 0.100893, -0.764831), }, - Vertex { position: (1.841888, -3.246003, -1.014774), - normal: (0.626232, 0.565165, -0.53705), }, - Vertex { position: (1.926176, -3.28888, -1.093746), - normal: (0.636282, 0.100893, -0.764831), }, - Vertex { position: (1.865135, -3.353827, -1.054981), - normal: (0.52783, 0.437826, -0.727807), }, - Vertex { position: (1.919391, -3.487078, -1.110869), - normal: (0.862528, 0.499882, 0.078511), }, - Vertex { position: (1.865135, -3.353827, -1.054981), - normal: (0.52783, 0.437826, -0.727807), }, - Vertex { position: (1.926176, -3.28888, -1.093746), - normal: (0.636282, 0.100893, -0.764831), }, - Vertex { position: (1.919391, -3.487078, -1.110869), - normal: (0.862528, 0.499882, 0.078511), }, - Vertex { position: (1.926176, -3.28888, -1.093746), - normal: (0.636282, 0.100893, -0.764831), }, - Vertex { position: (1.981186, -3.441282, -1.180532), - normal: (0.010538, 0.399391, -0.91672), }, - Vertex { position: (1.981186, -3.441282, -1.180532), - normal: (0.010538, 0.399391, -0.91672), }, - Vertex { position: (2.025468, -3.556842, -1.204841), - normal: (0.444124, 0.617475, -0.649214), }, - Vertex { position: (1.919391, -3.487078, -1.110869), - normal: (0.862528, 0.499882, 0.078511), }, - Vertex { position: (1.980621, -3.043895, -0.964237), - normal: (0.872426, 0.488735, 0.003222), }, - Vertex { position: (2.170039, -3.134504, -0.978866), - normal: (-0.495591, 0.225654, -0.838731), }, - Vertex { position: (2.110033, -3.148257, -1.068816), - normal: (-0.228294, -0.186048, -0.955651), }, - Vertex { position: (1.806407, -3.173343, -0.834455), - normal: (-0.783521, -0.393963, -0.480508), }, - Vertex { position: (1.811797, -3.135641, -0.933096), - normal: (0.926951, 0.366239, 0.081429), }, - Vertex { position: (1.841888, -3.246003, -1.014774), - normal: (0.626232, 0.565165, -0.53705), }, - Vertex { position: (1.806407, -3.173343, -0.834455), - normal: (-0.783521, -0.393963, -0.480508), }, - Vertex { position: (1.841888, -3.246003, -1.014774), - normal: (0.626232, 0.565165, -0.53705), }, - Vertex { position: (1.83279, -3.296508, -0.865078), - normal: (0.215809, 0.484483, -0.847763), }, - Vertex { position: (1.933899, -3.546253, -0.912438), - normal: (-0.997638, 0.009858, 0.067986), }, - Vertex { position: (1.919391, -3.487078, -1.110869), - normal: (0.862528, 0.499882, 0.078511), }, - Vertex { position: (2.025468, -3.556842, -1.204841), - normal: (0.444124, 0.617475, -0.649214), }, - Vertex { position: (1.933899, -3.546253, -0.912438), - normal: (-0.997638, 0.009858, 0.067986), }, - Vertex { position: (2.025468, -3.556842, -1.204841), - normal: (0.444124, 0.617475, -0.649214), }, - Vertex { position: (2.078928, -3.584991, -0.917088), - normal: (-0.987313, 0.097592, 0.125253), }, - Vertex { position: (1.83279, -3.296508, -0.865078), - normal: (0.215809, 0.484483, -0.847763), }, - Vertex { position: (1.841888, -3.246003, -1.014774), - normal: (0.626232, 0.565165, -0.53705), }, - Vertex { position: (1.865135, -3.353827, -1.054981), - normal: (0.52783, 0.437826, -0.727807), }, - Vertex { position: (1.83279, -3.296508, -0.865078), - normal: (0.215809, 0.484483, -0.847763), }, - Vertex { position: (1.865135, -3.353827, -1.054981), - normal: (0.52783, 0.437826, -0.727807), }, - Vertex { position: (1.839523, -3.405292, -0.883488), - normal: (-0.955753, -0.169718, 0.240275), }, - Vertex { position: (1.839523, -3.405292, -0.883488), - normal: (-0.955753, -0.169718, 0.240275), }, - Vertex { position: (1.865135, -3.353827, -1.054981), - normal: (0.52783, 0.437826, -0.727807), }, - Vertex { position: (1.919391, -3.487078, -1.110869), - normal: (0.862528, 0.499882, 0.078511), }, - Vertex { position: (1.839523, -3.405292, -0.883488), - normal: (-0.955753, -0.169718, 0.240275), }, - Vertex { position: (1.919391, -3.487078, -1.110869), - normal: (0.862528, 0.499882, 0.078511), }, - Vertex { position: (1.933899, -3.546253, -0.912438), - normal: (-0.997638, 0.009858, 0.067986), }, - Vertex { position: (1.83279, -3.296508, -0.865078), - normal: (0.215809, 0.484483, -0.847763), }, - Vertex { position: (1.92973, -3.298418, -0.689538), - normal: (-0.150944, -0.987886, 0.036011), }, - Vertex { position: (1.900481, -3.131932, -0.728621), - normal: (-0.630099, -0.773677, 0.066329), }, - Vertex { position: (1.83279, -3.296508, -0.865078), - normal: (0.215809, 0.484483, -0.847763), }, - Vertex { position: (1.900481, -3.131932, -0.728621), - normal: (-0.630099, -0.773677, 0.066329), }, - Vertex { position: (1.806407, -3.173343, -0.834455), - normal: (-0.783521, -0.393963, -0.480508), }, - Vertex { position: (1.83279, -3.296508, -0.865078), - normal: (0.215809, 0.484483, -0.847763), }, - Vertex { position: (1.839523, -3.405292, -0.883488), - normal: (-0.955753, -0.169718, 0.240275), }, - Vertex { position: (1.941325, -3.434803, -0.701314), - normal: (-0.937976, -0.320543, 0.132115), }, - Vertex { position: (1.83279, -3.296508, -0.865078), - normal: (0.215809, 0.484483, -0.847763), }, - Vertex { position: (1.941325, -3.434803, -0.701314), - normal: (-0.937976, -0.320543, 0.132115), }, - Vertex { position: (1.92973, -3.298418, -0.689538), - normal: (-0.150944, -0.987886, 0.036011), }, - Vertex { position: (1.941325, -3.434803, -0.701314), - normal: (-0.937976, -0.320543, 0.132115), }, - Vertex { position: (1.839523, -3.405292, -0.883488), - normal: (-0.955753, -0.169718, 0.240275), }, - Vertex { position: (1.933899, -3.546253, -0.912438), - normal: (-0.997638, 0.009858, 0.067986), }, - Vertex { position: (1.941325, -3.434803, -0.701314), - normal: (-0.937976, -0.320543, 0.132115), }, - Vertex { position: (1.933899, -3.546253, -0.912438), - normal: (-0.997638, 0.009858, 0.067986), }, - Vertex { position: (2.002745, -3.52342, -0.688103), - normal: (-0.4909, 0.016111, 0.871067), }, - Vertex { position: (2.002745, -3.52342, -0.688103), - normal: (-0.4909, 0.016111, 0.871067), }, - Vertex { position: (1.933899, -3.546253, -0.912438), - normal: (-0.997638, 0.009858, 0.067986), }, - Vertex { position: (2.078928, -3.584991, -0.917088), - normal: (-0.987313, 0.097592, 0.125253), }, - Vertex { position: (2.002745, -3.52342, -0.688103), - normal: (-0.4909, 0.016111, 0.871067), }, - Vertex { position: (2.078928, -3.584991, -0.917088), - normal: (-0.987313, 0.097592, 0.125253), }, - Vertex { position: (2.126553, -3.549679, -0.701005), - normal: (-0.184432, -0.109597, 0.976716), }, - Vertex { position: (2.126553, -3.549679, -0.701005), - normal: (-0.184432, -0.109597, 0.976716), }, - Vertex { position: (2.078928, -3.584991, -0.917088), - normal: (-0.987313, 0.097592, 0.125253), }, - Vertex { position: (2.197935, -3.583948, -0.936437), - normal: (-0.554502, -0.046423, 0.830886), }, - Vertex { position: (2.126553, -3.549679, -0.701005), - normal: (-0.184432, -0.109597, 0.976716), }, - Vertex { position: (2.197935, -3.583948, -0.936437), - normal: (-0.554502, -0.046423, 0.830886), }, - Vertex { position: (2.244147, -3.545557, -0.732888), - normal: (-0.554151, -0.205896, 0.806551), }, - Vertex { position: (1.898573, -3.068274, -0.994338), - normal: (-0.069765, -0.126006, 0.989573), }, - Vertex { position: (1.980621, -3.043895, -0.964237), - normal: (0.872426, 0.488735, 0.003222), }, - Vertex { position: (2.110033, -3.148257, -1.068816), - normal: (-0.228294, -0.186048, -0.955651), }, - Vertex { position: (1.898573, -3.068274, -0.994338), - normal: (-0.069765, -0.126006, 0.989573), }, - Vertex { position: (2.110033, -3.148257, -1.068816), - normal: (-0.228294, -0.186048, -0.955651), }, - Vertex { position: (1.970051, -3.141862, -1.065178), - normal: (0.013288, -0.297478, -0.954636), }, - Vertex { position: (1.855134, -3.083228, -0.986129), - normal: (0.383337, -0.601981, 0.700479), }, - Vertex { position: (1.898573, -3.068274, -0.994338), - normal: (-0.069765, -0.126006, 0.989573), }, - Vertex { position: (1.970051, -3.141862, -1.065178), - normal: (0.013288, -0.297478, -0.954636), }, - Vertex { position: (1.855134, -3.083228, -0.986129), - normal: (0.383337, -0.601981, 0.700479), }, - Vertex { position: (1.970051, -3.141862, -1.065178), - normal: (0.013288, -0.297478, -0.954636), }, - Vertex { position: (1.886443, -3.191742, -1.047318), - normal: (0.213417, -0.547723, -0.808983), }, - Vertex { position: (1.811797, -3.135641, -0.933096), - normal: (0.926951, 0.366239, 0.081429), }, - Vertex { position: (1.855134, -3.083228, -0.986129), - normal: (0.383337, -0.601981, 0.700479), }, - Vertex { position: (1.886443, -3.191742, -1.047318), - normal: (0.213417, -0.547723, -0.808983), }, - Vertex { position: (1.811797, -3.135641, -0.933096), - normal: (0.926951, 0.366239, 0.081429), }, - Vertex { position: (1.886443, -3.191742, -1.047318), - normal: (0.213417, -0.547723, -0.808983), }, - Vertex { position: (1.841888, -3.246003, -1.014774), - normal: (0.626232, 0.565165, -0.53705), }, - Vertex { position: (2.217369, -3.156093, -0.888927), - normal: (0.768072, 0.514957, -0.380637), }, - Vertex { position: (2.113587, -3.011851, -0.851648), - normal: (0.672893, 0.661099, -0.331908), }, - Vertex { position: (2.07369, -3.020848, -0.782654), - normal: (-0.701253, 0.091018, 0.707079), }, - Vertex { position: (2.217369, -3.156093, -0.888927), - normal: (0.768072, 0.514957, -0.380637), }, - Vertex { position: (2.07369, -3.020848, -0.782654), - normal: (-0.701253, 0.091018, 0.707079), }, - Vertex { position: (2.187495, -3.161535, -0.800285), - normal: (-0.706628, -0.050081, 0.705811), }, - Vertex { position: (2.170039, -3.134504, -0.978866), - normal: (-0.495591, 0.225654, -0.838731), }, - Vertex { position: (2.217369, -3.156093, -0.888927), - normal: (0.768072, 0.514957, -0.380637), }, - Vertex { position: (2.236407, -3.220054, -0.89203), - normal: (-0.404532, -0.045989, -0.913367), }, - Vertex { position: (2.170039, -3.134504, -0.978866), - normal: (-0.495591, 0.225654, -0.838731), }, - Vertex { position: (2.236407, -3.220054, -0.89203), - normal: (-0.404532, -0.045989, -0.913367), }, - Vertex { position: (2.201939, -3.226457, -0.996503), - normal: (-0.492627, 0.113675, -0.862784), }, - Vertex { position: (2.247981, -3.342804, -1.127459), - normal: (-0.144755, 0.439659, -0.886423), }, - Vertex { position: (2.281229, -3.33825, -1.043475), - normal: (-0.430523, -0.648445, -0.627828), }, - Vertex { position: (2.386827, -3.462222, -1.13648), - normal: (0.717573, 0.343682, 0.605781), }, - Vertex { position: (2.247981, -3.342804, -1.127459), - normal: (-0.144755, 0.439659, -0.886423), }, - Vertex { position: (2.386827, -3.462222, -1.13648), - normal: (0.717573, 0.343682, 0.605781), }, - Vertex { position: (2.343303, -3.507846, -1.195262), - normal: (0.457854, 0.537523, -0.708123), }, - Vertex { position: (2.386827, -3.462222, -1.13648), - normal: (0.717573, 0.343682, 0.605781), }, - Vertex { position: (2.281229, -3.33825, -1.043475), - normal: (-0.430523, -0.648445, -0.627828), }, - Vertex { position: (2.327021, -3.352317, -0.958234), - normal: (0.743895, 0.373896, 0.553916), }, - Vertex { position: (2.386827, -3.462222, -1.13648), - normal: (0.717573, 0.343682, 0.605781), }, - Vertex { position: (2.327021, -3.352317, -0.958234), - normal: (0.743895, 0.373896, 0.553916), }, - Vertex { position: (2.440236, -3.509564, -1.019417), - normal: (0.752232, 0.244352, 0.611914), }, - Vertex { position: (2.327021, -3.352317, -0.958234), - normal: (0.743895, 0.373896, 0.553916), }, - Vertex { position: (2.281229, -3.33825, -1.043475), - normal: (-0.430523, -0.648445, -0.627828), }, - Vertex { position: (2.201939, -3.226457, -0.996503), - normal: (-0.492627, 0.113675, -0.862784), }, - Vertex { position: (2.327021, -3.352317, -0.958234), - normal: (0.743895, 0.373896, 0.553916), }, - Vertex { position: (2.201939, -3.226457, -0.996503), - normal: (-0.492627, 0.113675, -0.862784), }, - Vertex { position: (2.236407, -3.220054, -0.89203), - normal: (-0.404532, -0.045989, -0.913367), }, - Vertex { position: (2.440236, -3.509564, -1.019417), - normal: (0.752232, 0.244352, 0.611914), }, - Vertex { position: (2.327021, -3.352317, -0.958234), - normal: (0.743895, 0.373896, 0.553916), }, - Vertex { position: (2.309358, -3.345468, -0.801508), - normal: (0.866542, 0.493887, -0.071973), }, - Vertex { position: (2.440236, -3.509564, -1.019417), - normal: (0.752232, 0.244352, 0.611914), }, - Vertex { position: (2.309358, -3.345468, -0.801508), - normal: (0.866542, 0.493887, -0.071973), }, - Vertex { position: (2.377814, -3.484109, -0.800332), - normal: (0.874983, 0.217676, -0.43246), }, - Vertex { position: (2.309358, -3.345468, -0.801508), - normal: (0.866542, 0.493887, -0.071973), }, - Vertex { position: (2.327021, -3.352317, -0.958234), - normal: (0.743895, 0.373896, 0.553916), }, - Vertex { position: (2.236407, -3.220054, -0.89203), - normal: (-0.404532, -0.045989, -0.913367), }, - Vertex { position: (2.309358, -3.345468, -0.801508), - normal: (0.866542, 0.493887, -0.071973), }, - Vertex { position: (2.236407, -3.220054, -0.89203), - normal: (-0.404532, -0.045989, -0.913367), }, - Vertex { position: (2.235942, -3.243103, -0.823955), - normal: (0.79991, 0.598082, -0.049409), }, - Vertex { position: (2.235942, -3.243103, -0.823955), - normal: (0.79991, 0.598082, -0.049409), }, - Vertex { position: (2.236407, -3.220054, -0.89203), - normal: (-0.404532, -0.045989, -0.913367), }, - Vertex { position: (2.217369, -3.156093, -0.888927), - normal: (0.768072, 0.514957, -0.380637), }, - Vertex { position: (2.235942, -3.243103, -0.823955), - normal: (0.79991, 0.598082, -0.049409), }, - Vertex { position: (2.217369, -3.156093, -0.888927), - normal: (0.768072, 0.514957, -0.380637), }, - Vertex { position: (2.187495, -3.161535, -0.800285), - normal: (-0.706628, -0.050081, 0.705811), }, - Vertex { position: (1.900481, -3.131932, -0.728621), - normal: (-0.630099, -0.773677, 0.066329), }, - Vertex { position: (1.92973, -3.298418, -0.689538), - normal: (-0.150944, -0.987886, 0.036011), }, - Vertex { position: (2.059222, -3.230076, -0.674936), - normal: (0.331575, 0.146631, 0.931964), }, - Vertex { position: (1.900481, -3.131932, -0.728621), - normal: (-0.630099, -0.773677, 0.066329), }, - Vertex { position: (2.059222, -3.230076, -0.674936), - normal: (0.331575, 0.146631, 0.931964), }, - Vertex { position: (1.998099, -3.039955, -0.718855), - normal: (0.714275, 0.465374, 0.522723), }, - Vertex { position: (1.998099, -3.039955, -0.718855), - normal: (0.714275, 0.465374, 0.522723), }, - Vertex { position: (2.059222, -3.230076, -0.674936), - normal: (0.331575, 0.146631, 0.931964), }, - Vertex { position: (2.187495, -3.161535, -0.800285), - normal: (-0.706628, -0.050081, 0.705811), }, - Vertex { position: (1.998099, -3.039955, -0.718855), - normal: (0.714275, 0.465374, 0.522723), }, - Vertex { position: (2.187495, -3.161535, -0.800285), - normal: (-0.706628, -0.050081, 0.705811), }, - Vertex { position: (2.07369, -3.020848, -0.782654), - normal: (-0.701253, 0.091018, 0.707079), }, - Vertex { position: (1.92973, -3.298418, -0.689538), - normal: (-0.150944, -0.987886, 0.036011), }, - Vertex { position: (1.941325, -3.434803, -0.701314), - normal: (-0.937976, -0.320543, 0.132115), }, - Vertex { position: (2.107985, -3.363571, -0.677007), - normal: (0.43336, 0.0979, 0.895888), }, - Vertex { position: (1.92973, -3.298418, -0.689538), - normal: (-0.150944, -0.987886, 0.036011), }, - Vertex { position: (2.107985, -3.363571, -0.677007), - normal: (0.43336, 0.0979, 0.895888), }, - Vertex { position: (2.059222, -3.230076, -0.674936), - normal: (0.331575, 0.146631, 0.931964), }, - Vertex { position: (2.059222, -3.230076, -0.674936), - normal: (0.331575, 0.146631, 0.931964), }, - Vertex { position: (2.107985, -3.363571, -0.677007), - normal: (0.43336, 0.0979, 0.895888), }, - Vertex { position: (2.235942, -3.243103, -0.823955), - normal: (0.79991, 0.598082, -0.049409), }, - Vertex { position: (2.059222, -3.230076, -0.674936), - normal: (0.331575, 0.146631, 0.931964), }, - Vertex { position: (2.235942, -3.243103, -0.823955), - normal: (0.79991, 0.598082, -0.049409), }, - Vertex { position: (2.187495, -3.161535, -0.800285), - normal: (-0.706628, -0.050081, 0.705811), }, - Vertex { position: (2.107985, -3.363571, -0.677007), - normal: (0.43336, 0.0979, 0.895888), }, - Vertex { position: (1.941325, -3.434803, -0.701314), - normal: (-0.937976, -0.320543, 0.132115), }, - Vertex { position: (2.002745, -3.52342, -0.688103), - normal: (-0.4909, 0.016111, 0.871067), }, - Vertex { position: (2.126553, -3.549679, -0.701005), - normal: (-0.184432, -0.109597, 0.976716), }, - Vertex { position: (2.107985, -3.363571, -0.677007), - normal: (0.43336, 0.0979, 0.895888), }, - Vertex { position: (2.002745, -3.52342, -0.688103), - normal: (-0.4909, 0.016111, 0.871067), }, - Vertex { position: (2.235942, -3.243103, -0.823955), - normal: (0.79991, 0.598082, -0.049409), }, - Vertex { position: (2.107985, -3.363571, -0.677007), - normal: (0.43336, 0.0979, 0.895888), }, - Vertex { position: (2.309358, -3.345468, -0.801508), - normal: (0.866542, 0.493887, -0.071973), }, - Vertex { position: (2.126553, -3.549679, -0.701005), - normal: (-0.184432, -0.109597, 0.976716), }, - Vertex { position: (2.244147, -3.545557, -0.732888), - normal: (-0.554151, -0.205896, 0.806551), }, - Vertex { position: (2.107985, -3.363571, -0.677007), - normal: (0.43336, 0.0979, 0.895888), }, - Vertex { position: (2.377814, -3.484109, -0.800332), - normal: (0.874983, 0.217676, -0.43246), }, - Vertex { position: (2.309358, -3.345468, -0.801508), - normal: (0.866542, 0.493887, -0.071973), }, - Vertex { position: (2.107985, -3.363571, -0.677007), - normal: (0.43336, 0.0979, 0.895888), }, - Vertex { position: (2.377814, -3.484109, -0.800332), - normal: (0.874983, 0.217676, -0.43246), }, - Vertex { position: (2.107985, -3.363571, -0.677007), - normal: (0.43336, 0.0979, 0.895888), }, - Vertex { position: (2.244147, -3.545557, -0.732888), - normal: (-0.554151, -0.205896, 0.806551), }, - Vertex { position: (2.440236, -3.509564, -1.019417), - normal: (0.752232, 0.244352, 0.611914), }, - Vertex { position: (2.377814, -3.484109, -0.800332), - normal: (0.874983, 0.217676, -0.43246), }, - Vertex { position: (2.244147, -3.545557, -0.732888), - normal: (-0.554151, -0.205896, 0.806551), }, - Vertex { position: (2.440236, -3.509564, -1.019417), - normal: (0.752232, 0.244352, 0.611914), }, - Vertex { position: (2.244147, -3.545557, -0.732888), - normal: (-0.554151, -0.205896, 0.806551), }, - Vertex { position: (2.197935, -3.583948, -0.936437), - normal: (-0.554502, -0.046423, 0.830886), }, - Vertex { position: (2.078928, -3.584991, -0.917088), - normal: (-0.987313, 0.097592, 0.125253), }, - Vertex { position: (2.025468, -3.556842, -1.204841), - normal: (0.444124, 0.617475, -0.649214), }, - Vertex { position: (2.254361, -3.550931, -1.235118), - normal: (-0.081045, 0.409121, -0.908874), }, - Vertex { position: (2.078928, -3.584991, -0.917088), - normal: (-0.987313, 0.097592, 0.125253), }, - Vertex { position: (2.254361, -3.550931, -1.235118), - normal: (-0.081045, 0.409121, -0.908874), }, - Vertex { position: (2.197935, -3.583948, -0.936437), - normal: (-0.554502, -0.046423, 0.830886), }, - Vertex { position: (1.980621, -3.043895, -0.964237), - normal: (0.872426, 0.488735, 0.003222), }, - Vertex { position: (2.091539, -3.032437, -0.947029), - normal: (-0.541077, 0.245809, -0.804247), }, - Vertex { position: (2.170039, -3.134504, -0.978866), - normal: (-0.495591, 0.225654, -0.838731), }, - Vertex { position: (2.197935, -3.583948, -0.936437), - normal: (-0.554502, -0.046423, 0.830886), }, - Vertex { position: (2.254361, -3.550931, -1.235118), - normal: (-0.081045, 0.409121, -0.908874), }, - Vertex { position: (2.343303, -3.507846, -1.195262), - normal: (0.457854, 0.537523, -0.708123), }, - Vertex { position: (2.197935, -3.583948, -0.936437), - normal: (-0.554502, -0.046423, 0.830886), }, - Vertex { position: (2.343303, -3.507846, -1.195262), - normal: (0.457854, 0.537523, -0.708123), }, - Vertex { position: (2.386827, -3.462222, -1.13648), - normal: (0.717573, 0.343682, 0.605781), }, - Vertex { position: (2.197935, -3.583948, -0.936437), - normal: (-0.554502, -0.046423, 0.830886), }, - Vertex { position: (2.386827, -3.462222, -1.13648), - normal: (0.717573, 0.343682, 0.605781), }, - Vertex { position: (2.440236, -3.509564, -1.019417), - normal: (0.752232, 0.244352, 0.611914), }, - Vertex { position: (-3.042899, -3.193907, -1.207296), - normal: (-0.545598, -0.330415, -0.770161), }, - Vertex { position: (-2.888628, -3.200302, -1.210934), - normal: (0.012244, -0.298111, -0.954453), }, - Vertex { position: (-2.845816, -3.273661, -1.218321), - normal: (-0.245482, -0.183395, -0.951896), }, - Vertex { position: (-3.042899, -3.193907, -1.207296), - normal: (-0.545598, -0.330415, -0.770161), }, - Vertex { position: (-2.845816, -3.273661, -1.218321), - normal: (-0.245482, -0.183395, -0.951896), }, - Vertex { position: (-2.975439, -3.308754, -1.25324), - normal: (-0.492859, -0.096405, -0.864752), }, - Vertex { position: (-2.975439, -3.308754, -1.25324), - normal: (-0.492859, -0.096405, -0.864752), }, - Vertex { position: (-2.845816, -3.273661, -1.218321), - normal: (-0.245482, -0.183395, -0.951896), }, - Vertex { position: (-2.736599, -3.394849, -1.269577), - normal: (0.430301, 0.548598, -0.716855), }, - Vertex { position: (-2.975439, -3.308754, -1.25324), - normal: (-0.492859, -0.096405, -0.864752), }, - Vertex { position: (-2.736599, -3.394849, -1.269577), - normal: (0.430301, 0.548598, -0.716855), }, - Vertex { position: (-2.856957, -3.449728, -1.356844), - normal: (-0.074103, 0.409269, -0.909399), }, - Vertex { position: (-2.856957, -3.449728, -1.356844), - normal: (-0.074103, 0.409269, -0.909399), }, - Vertex { position: (-2.736599, -3.394849, -1.269577), - normal: (0.430301, 0.548598, -0.716855), }, - Vertex { position: (-2.631547, -3.559891, -1.33738), - normal: (-0.13251, 0.440061, -0.888137), }, - Vertex { position: (-2.856957, -3.449728, -1.356844), - normal: (-0.074103, 0.409269, -0.909399), }, - Vertex { position: (-2.631547, -3.559891, -1.33738), - normal: (-0.13251, 0.440061, -0.888137), }, - Vertex { position: (-2.729567, -3.602976, -1.377236), - normal: (0.317837, 0.631876, -0.706903), }, - Vertex { position: (-2.729567, -3.602976, -1.377236), - normal: (0.317837, 0.631876, -0.706903), }, - Vertex { position: (-2.981824, -3.608887, -1.346959), - normal: (0.413011, 0.629609, -0.658038), }, - Vertex { position: (-3.030627, -3.493327, -1.32265), - normal: (0.009712, 0.399549, -0.91666), }, - Vertex { position: (-2.729567, -3.602976, -1.377236), - normal: (0.317837, 0.631876, -0.706903), }, - Vertex { position: (-3.030627, -3.493327, -1.32265), - normal: (0.009712, 0.399549, -0.91666), }, - Vertex { position: (-2.856957, -3.449728, -1.356844), - normal: (-0.074103, 0.409269, -0.909399), }, - Vertex { position: (-2.856957, -3.449728, -1.356844), - normal: (-0.074103, 0.409269, -0.909399), }, - Vertex { position: (-3.030627, -3.493327, -1.32265), - normal: (0.009712, 0.399549, -0.91666), }, - Vertex { position: (-3.091252, -3.340925, -1.235864), - normal: (0.070969, 0.266956, -0.961092), }, - Vertex { position: (-2.856957, -3.449728, -1.356844), - normal: (-0.074103, 0.409269, -0.909399), }, - Vertex { position: (-3.091252, -3.340925, -1.235864), - normal: (0.070969, 0.266956, -0.961092), }, - Vertex { position: (-2.975439, -3.308754, -1.25324), - normal: (-0.492859, -0.096405, -0.864752), }, - Vertex { position: (-2.975439, -3.308754, -1.25324), - normal: (-0.492859, -0.096405, -0.864752), }, - Vertex { position: (-3.091252, -3.340925, -1.235864), - normal: (0.070969, 0.266956, -0.961092), }, - Vertex { position: (-3.135041, -3.243787, -1.189436), - normal: (0.405633, 0.57823, -0.707893), }, - Vertex { position: (-2.975439, -3.308754, -1.25324), - normal: (-0.492859, -0.096405, -0.864752), }, - Vertex { position: (-3.135041, -3.243787, -1.189436), - normal: (0.405633, 0.57823, -0.707893), }, - Vertex { position: (-3.042899, -3.193907, -1.207296), - normal: (-0.545598, -0.330415, -0.770161), }, - Vertex { position: (-2.699957, -3.390295, -1.185593), - normal: (-0.431117, -0.034268, -0.901645), }, - Vertex { position: (-2.736599, -3.394849, -1.269577), - normal: (0.430301, 0.548598, -0.716855), }, - Vertex { position: (-2.845816, -3.273661, -1.218321), - normal: (-0.245482, -0.183395, -0.951896), }, - Vertex { position: (-2.699957, -3.390295, -1.185593), - normal: (-0.431117, -0.034268, -0.901645), }, - Vertex { position: (-2.845816, -3.273661, -1.218321), - normal: (-0.245482, -0.183395, -0.951896), }, - Vertex { position: (-2.787341, -3.278502, -1.138621), - normal: (-0.461794, 0.113692, -0.879671), }, - Vertex { position: (-2.787341, -3.278502, -1.138621), - normal: (-0.461794, 0.113692, -0.879671), }, - Vertex { position: (-2.845816, -3.273661, -1.218321), - normal: (-0.245482, -0.183395, -0.951896), }, - Vertex { position: (-2.888628, -3.200302, -1.210934), - normal: (0.012244, -0.298111, -0.954453), }, - Vertex { position: (-2.787341, -3.278502, -1.138621), - normal: (-0.461794, 0.113692, -0.879671), }, - Vertex { position: (-2.888628, -3.200302, -1.210934), - normal: (0.012244, -0.298111, -0.954453), }, - Vertex { position: (-2.822497, -3.186549, -1.120984), - normal: (-0.46316, 0.228643, -0.856274), }, - Vertex { position: (-2.822497, -3.186549, -1.120984), - normal: (-0.46316, 0.228643, -0.856274), }, - Vertex { position: (-2.90901, -3.084482, -1.089147), - normal: (0.637284, 0.689194, -0.344791), }, - Vertex { position: (-2.884711, -3.063896, -0.993766), - normal: (0.737412, 0.542596, -0.402261), }, - Vertex { position: (-2.822497, -3.186549, -1.120984), - normal: (-0.46316, 0.228643, -0.856274), }, - Vertex { position: (-2.884711, -3.063896, -0.993766), - normal: (0.737412, 0.542596, -0.402261), }, - Vertex { position: (-2.770335, -3.208138, -1.031045), - normal: (-0.508358, 0.250892, -0.823787), }, - Vertex { position: (-3.184143, -3.298048, -1.156892), - normal: (0.851754, 0.52393, 0.003494), }, - Vertex { position: (-3.135041, -3.243787, -1.189436), - normal: (0.405633, 0.57823, -0.707893), }, - Vertex { position: (-3.091252, -3.340925, -1.235864), - normal: (0.070969, 0.266956, -0.961092), }, - Vertex { position: (-3.184143, -3.298048, -1.156892), - normal: (0.851754, 0.52393, 0.003494), }, - Vertex { position: (-3.091252, -3.340925, -1.235864), - normal: (0.070969, 0.266956, -0.961092), }, - Vertex { position: (-3.158524, -3.405872, -1.197099), - normal: (0.596352, 0.583149, -0.551635), }, - Vertex { position: (-3.09873, -3.539123, -1.252987), - normal: (0.840313, 0.535537, 0.084106), }, - Vertex { position: (-3.158524, -3.405872, -1.197099), - normal: (0.596352, 0.583149, -0.551635), }, - Vertex { position: (-3.091252, -3.340925, -1.235864), - normal: (0.070969, 0.266956, -0.961092), }, - Vertex { position: (-3.09873, -3.539123, -1.252987), - normal: (0.840313, 0.535537, 0.084106), }, - Vertex { position: (-3.091252, -3.340925, -1.235864), - normal: (0.070969, 0.266956, -0.961092), }, - Vertex { position: (-3.030627, -3.493327, -1.32265), - normal: (0.009712, 0.399549, -0.91666), }, - Vertex { position: (-3.030627, -3.493327, -1.32265), - normal: (0.009712, 0.399549, -0.91666), }, - Vertex { position: (-2.981824, -3.608887, -1.346959), - normal: (0.413011, 0.629609, -0.658038), }, - Vertex { position: (-3.09873, -3.539123, -1.252987), - normal: (0.840313, 0.535537, 0.084106), }, - Vertex { position: (-3.03125, -3.09594, -1.106355), - normal: (0.503689, 0.453945, -0.735004), }, - Vertex { position: (-2.822497, -3.186549, -1.120984), - normal: (-0.46316, 0.228643, -0.856274), }, - Vertex { position: (-2.888628, -3.200302, -1.210934), - normal: (0.012244, -0.298111, -0.954453), }, - Vertex { position: (-3.223246, -3.225388, -0.976573), - normal: (0.163153, 0.19945, -0.96623), }, - Vertex { position: (-3.217306, -3.187686, -1.075214), - normal: (0.977763, 0.208696, -0.020643), }, - Vertex { position: (-3.184143, -3.298048, -1.156892), - normal: (0.851754, 0.52393, 0.003494), }, - Vertex { position: (-3.223246, -3.225388, -0.976573), - normal: (0.163153, 0.19945, -0.96623), }, - Vertex { position: (-3.184143, -3.298048, -1.156892), - normal: (0.851754, 0.52393, 0.003494), }, - Vertex { position: (-3.19417, -3.348553, -1.007196), - normal: (0.144389, 0.231536, -0.962051), }, - Vertex { position: (-3.082741, -3.598298, -1.054556), - normal: (-0.99734, 0.010761, 0.072093), }, - Vertex { position: (-3.09873, -3.539123, -1.252987), - normal: (0.840313, 0.535537, 0.084106), }, - Vertex { position: (-2.981824, -3.608887, -1.346959), - normal: (0.413011, 0.629609, -0.658038), }, - Vertex { position: (-3.082741, -3.598298, -1.054556), - normal: (-0.99734, 0.010761, 0.072093), }, - Vertex { position: (-2.981824, -3.608887, -1.346959), - normal: (0.413011, 0.629609, -0.658038), }, - Vertex { position: (-2.922908, -3.637036, -1.059206), - normal: (-0.985013, 0.106756, 0.135469), }, - Vertex { position: (-3.19417, -3.348553, -1.007196), - normal: (0.144389, 0.231536, -0.962051), }, - Vertex { position: (-3.184143, -3.298048, -1.156892), - normal: (0.851754, 0.52393, 0.003494), }, - Vertex { position: (-3.158524, -3.405872, -1.197099), - normal: (0.596352, 0.583149, -0.551635), }, - Vertex { position: (-3.19417, -3.348553, -1.007196), - normal: (0.144389, 0.231536, -0.962051), }, - Vertex { position: (-3.158524, -3.405872, -1.197099), - normal: (0.596352, 0.583149, -0.551635), }, - Vertex { position: (-3.18675, -3.457336, -1.025606), - normal: (-0.948594, -0.185732, 0.256269), }, - Vertex { position: (-3.18675, -3.457336, -1.025606), - normal: (-0.948594, -0.185732, 0.256269), }, - Vertex { position: (-3.158524, -3.405872, -1.197099), - normal: (0.596352, 0.583149, -0.551635), }, - Vertex { position: (-3.09873, -3.539123, -1.252987), - normal: (0.840313, 0.535537, 0.084106), }, - Vertex { position: (-3.18675, -3.457336, -1.025606), - normal: (-0.948594, -0.185732, 0.256269), }, - Vertex { position: (-3.09873, -3.539123, -1.252987), - normal: (0.840313, 0.535537, 0.084106), }, - Vertex { position: (-3.082741, -3.598298, -1.054556), - normal: (-0.99734, 0.010761, 0.072093), }, - Vertex { position: (-3.19417, -3.348553, -1.007196), - normal: (0.144389, 0.231536, -0.962051), }, - Vertex { position: (-3.087335, -3.350463, -0.831656), - normal: (-0.471141, 0.022027, 0.881783), }, - Vertex { position: (-3.11957, -3.183977, -0.870739), - normal: (-0.948594, -0.185732, 0.256269), }, - Vertex { position: (-3.19417, -3.348553, -1.007196), - normal: (0.144389, 0.231536, -0.962051), }, - Vertex { position: (-3.11957, -3.183977, -0.870739), - normal: (-0.948594, -0.185732, 0.256269), }, - Vertex { position: (-3.223246, -3.225388, -0.976573), - normal: (0.163153, 0.19945, -0.96623), }, - Vertex { position: (-3.19417, -3.348553, -1.007196), - normal: (0.144389, 0.231536, -0.962051), }, - Vertex { position: (-3.18675, -3.457336, -1.025606), - normal: (-0.948594, -0.185732, 0.256269), }, - Vertex { position: (-3.074557, -3.486847, -0.843432), - normal: (-0.385346, -0.01874, 0.922582), }, - Vertex { position: (-3.19417, -3.348553, -1.007196), - normal: (0.144389, 0.231536, -0.962051), }, - Vertex { position: (-3.074557, -3.486847, -0.843432), - normal: (-0.385346, -0.01874, 0.922582), }, - Vertex { position: (-3.087335, -3.350463, -0.831656), - normal: (-0.471141, 0.022027, 0.881783), }, - Vertex { position: (-3.074557, -3.486847, -0.843432), - normal: (-0.385346, -0.01874, 0.922582), }, - Vertex { position: (-3.18675, -3.457336, -1.025606), - normal: (-0.948594, -0.185732, 0.256269), }, - Vertex { position: (-3.082741, -3.598298, -1.054556), - normal: (-0.99734, 0.010761, 0.072093), }, - Vertex { position: (-3.074557, -3.486847, -0.843432), - normal: (-0.385346, -0.01874, 0.922582), }, - Vertex { position: (-3.082741, -3.598298, -1.054556), - normal: (-0.99734, 0.010761, 0.072093), }, - Vertex { position: (-3.006867, -3.575464, -0.830221), - normal: (-0.11646, -0.017993, 0.993032), }, - Vertex { position: (-3.006867, -3.575464, -0.830221), - normal: (-0.11646, -0.017993, 0.993032), }, - Vertex { position: (-3.082741, -3.598298, -1.054556), - normal: (-0.99734, 0.010761, 0.072093), }, - Vertex { position: (-2.922908, -3.637036, -1.059206), - normal: (-0.985013, 0.106756, 0.135469), }, - Vertex { position: (-3.006867, -3.575464, -0.830221), - normal: (-0.11646, -0.017993, 0.993032), }, - Vertex { position: (-2.922908, -3.637036, -1.059206), - normal: (-0.985013, 0.106756, 0.135469), }, - Vertex { position: (-2.870422, -3.601724, -0.843123), - normal: (-0.037581, -0.042039, 0.998409), }, - Vertex { position: (-2.870422, -3.601724, -0.843123), - normal: (-0.037581, -0.042039, 0.998409), }, - Vertex { position: (-2.922908, -3.637036, -1.059206), - normal: (-0.985013, 0.106756, 0.135469), }, - Vertex { position: (-2.791754, -3.635993, -1.078555), - normal: (0.339875, 0.026681, 0.940092), }, - Vertex { position: (-2.870422, -3.601724, -0.843123), - normal: (-0.037581, -0.042039, 0.998409), }, - Vertex { position: (-2.791754, -3.635993, -1.078555), - normal: (0.339875, 0.026681, 0.940092), }, - Vertex { position: (-2.740824, -3.597601, -0.875006), - normal: (0.156207, -0.109405, 0.981647), }, - Vertex { position: (-3.121673, -3.120319, -1.136456), - normal: (-0.039603, 0.339955, -0.939607), }, - Vertex { position: (-3.03125, -3.09594, -1.106355), - normal: (0.503689, 0.453945, -0.735004), }, - Vertex { position: (-2.888628, -3.200302, -1.210934), - normal: (0.012244, -0.298111, -0.954453), }, - Vertex { position: (-3.121673, -3.120319, -1.136456), - normal: (-0.039603, 0.339955, -0.939607), }, - Vertex { position: (-2.888628, -3.200302, -1.210934), - normal: (0.012244, -0.298111, -0.954453), }, - Vertex { position: (-3.042899, -3.193907, -1.207296), - normal: (-0.545598, -0.330415, -0.770161), }, - Vertex { position: (-3.169546, -3.135273, -1.128247), - normal: (-0.377491, -0.043727, -0.92498), }, - Vertex { position: (-3.121673, -3.120319, -1.136456), - normal: (-0.039603, 0.339955, -0.939607), }, - Vertex { position: (-3.042899, -3.193907, -1.207296), - normal: (-0.545598, -0.330415, -0.770161), }, - Vertex { position: (-3.169546, -3.135273, -1.128247), - normal: (-0.377491, -0.043727, -0.92498), }, - Vertex { position: (-3.042899, -3.193907, -1.207296), - normal: (-0.545598, -0.330415, -0.770161), }, - Vertex { position: (-3.135041, -3.243787, -1.189436), - normal: (0.405633, 0.57823, -0.707893), }, - Vertex { position: (-3.217306, -3.187686, -1.075214), - normal: (0.977763, 0.208696, -0.020643), }, - Vertex { position: (-3.169546, -3.135273, -1.128247), - normal: (-0.377491, -0.043727, -0.92498), }, - Vertex { position: (-3.135041, -3.243787, -1.189436), - normal: (0.405633, 0.57823, -0.707893), }, - Vertex { position: (-3.217306, -3.187686, -1.075214), - normal: (0.977763, 0.208696, -0.020643), }, - Vertex { position: (-3.135041, -3.243787, -1.189436), - normal: (0.405633, 0.57823, -0.707893), }, - Vertex { position: (-3.184143, -3.298048, -1.156892), - normal: (0.851754, 0.52393, 0.003494), }, - Vertex { position: (-2.770335, -3.208138, -1.031045), - normal: (-0.508358, 0.250892, -0.823787), }, - Vertex { position: (-2.884711, -3.063896, -0.993766), - normal: (0.737412, 0.542596, -0.402261), }, - Vertex { position: (-2.928681, -3.072892, -0.924772), - normal: (0.684558, 0.361154, 0.633205), }, - Vertex { position: (-2.770335, -3.208138, -1.031045), - normal: (-0.508358, 0.250892, -0.823787), }, - Vertex { position: (-2.928681, -3.072892, -0.924772), - normal: (0.684558, 0.361154, 0.633205), }, - Vertex { position: (-2.80326, -3.21358, -0.942403), - normal: (0.713402, 0.39471, 0.579018), }, - Vertex { position: (-2.822497, -3.186549, -1.120984), - normal: (-0.46316, 0.228643, -0.856274), }, - Vertex { position: (-2.770335, -3.208138, -1.031045), - normal: (-0.508358, 0.250892, -0.823787), }, - Vertex { position: (-2.749355, -3.272099, -1.034148), - normal: (0.845209, 0.529004, -0.075999), }, - Vertex { position: (-2.822497, -3.186549, -1.120984), - normal: (-0.46316, 0.228643, -0.856274), }, - Vertex { position: (-2.749355, -3.272099, -1.034148), - normal: (0.845209, 0.529004, -0.075999), }, - Vertex { position: (-2.787341, -3.278502, -1.138621), - normal: (-0.461794, 0.113692, -0.879671), }, - Vertex { position: (-2.736599, -3.394849, -1.269577), - normal: (0.430301, 0.548598, -0.716855), }, - Vertex { position: (-2.699957, -3.390295, -1.185593), - normal: (-0.431117, -0.034268, -0.901645), }, - Vertex { position: (-2.58358, -3.514267, -1.278598), - normal: (0.61389, 0.702597, -0.359856), }, - Vertex { position: (-2.736599, -3.394849, -1.269577), - normal: (0.430301, 0.548598, -0.716855), }, - Vertex { position: (-2.58358, -3.514267, -1.278598), - normal: (0.61389, 0.702597, -0.359856), }, - Vertex { position: (-2.631547, -3.559891, -1.33738), - normal: (-0.13251, 0.440061, -0.888137), }, - Vertex { position: (-2.58358, -3.514267, -1.278598), - normal: (0.61389, 0.702597, -0.359856), }, - Vertex { position: (-2.699957, -3.390295, -1.185593), - normal: (-0.431117, -0.034268, -0.901645), }, - Vertex { position: (-2.649491, -3.404362, -1.100352), - normal: (0.77125, 0.634502, -0.050796), }, - Vertex { position: (-2.58358, -3.514267, -1.278598), - normal: (0.61389, 0.702597, -0.359856), }, - Vertex { position: (-2.649491, -3.404362, -1.100352), - normal: (0.77125, 0.634502, -0.050796), }, - Vertex { position: (-2.52472, -3.561609, -1.161535), - normal: (0.780958, 0.624512, -0.009449), }, - Vertex { position: (-2.649491, -3.404362, -1.100352), - normal: (0.77125, 0.634502, -0.050796), }, - Vertex { position: (-2.699957, -3.390295, -1.185593), - normal: (-0.431117, -0.034268, -0.901645), }, - Vertex { position: (-2.787341, -3.278502, -1.138621), - normal: (-0.461794, 0.113692, -0.879671), }, - Vertex { position: (-2.649491, -3.404362, -1.100352), - normal: (0.77125, 0.634502, -0.050796), }, - Vertex { position: (-2.787341, -3.278502, -1.138621), - normal: (-0.461794, 0.113692, -0.879671), }, - Vertex { position: (-2.749355, -3.272099, -1.034148), - normal: (0.845209, 0.529004, -0.075999), }, - Vertex { position: (-2.52472, -3.561609, -1.161535), - normal: (0.780958, 0.624512, -0.009449), }, - Vertex { position: (-2.649491, -3.404362, -1.100352), - normal: (0.77125, 0.634502, -0.050796), }, - Vertex { position: (-2.668957, -3.397513, -0.943626), - normal: (0.684834, 0.490952, 0.538488), }, - Vertex { position: (-2.52472, -3.561609, -1.161535), - normal: (0.780958, 0.624512, -0.009449), }, - Vertex { position: (-2.668957, -3.397513, -0.943626), - normal: (0.684834, 0.490952, 0.538488), }, - Vertex { position: (-2.593513, -3.536154, -0.94245), - normal: (0.712283, 0.385667, 0.586441), }, - Vertex { position: (-2.668957, -3.397513, -0.943626), - normal: (0.684834, 0.490952, 0.538488), }, - Vertex { position: (-2.649491, -3.404362, -1.100352), - normal: (0.77125, 0.634502, -0.050796), }, - Vertex { position: (-2.749355, -3.272099, -1.034148), - normal: (0.845209, 0.529004, -0.075999), }, - Vertex { position: (-2.668957, -3.397513, -0.943626), - normal: (0.684834, 0.490952, 0.538488), }, - Vertex { position: (-2.749355, -3.272099, -1.034148), - normal: (0.845209, 0.529004, -0.075999), }, - Vertex { position: (-2.749867, -3.295148, -0.966073), - normal: (0.722848, 0.455753, 0.519404), }, - Vertex { position: (-2.749867, -3.295148, -0.966073), - normal: (0.722848, 0.455753, 0.519404), }, - Vertex { position: (-2.749355, -3.272099, -1.034148), - normal: (0.845209, 0.529004, -0.075999), }, - Vertex { position: (-2.770335, -3.208138, -1.031045), - normal: (-0.508358, 0.250892, -0.823787), }, - Vertex { position: (-2.749867, -3.295148, -0.966073), - normal: (0.722848, 0.455753, 0.519404), }, - Vertex { position: (-2.770335, -3.208138, -1.031045), - normal: (-0.508358, 0.250892, -0.823787), }, - Vertex { position: (-2.80326, -3.21358, -0.942403), - normal: (0.713402, 0.39471, 0.579018), }, - Vertex { position: (-3.11957, -3.183977, -0.870739), - normal: (-0.948594, -0.185732, 0.256269), }, - Vertex { position: (-3.087335, -3.350463, -0.831656), - normal: (-0.471141, 0.022027, 0.881783), }, - Vertex { position: (-2.944625, -3.282121, -0.817054), - normal: (0.225987, 0.181605, 0.957053), }, - Vertex { position: (-3.11957, -3.183977, -0.870739), - normal: (-0.948594, -0.185732, 0.256269), }, - Vertex { position: (-2.944625, -3.282121, -0.817054), - normal: (0.225987, 0.181605, 0.957053), }, - Vertex { position: (-3.011987, -3.092, -0.860973), - normal: (0.308087, 0.149605, 0.939521), }, - Vertex { position: (-3.011987, -3.092, -0.860973), - normal: (0.308087, 0.149605, 0.939521), }, - Vertex { position: (-2.944625, -3.282121, -0.817054), - normal: (0.225987, 0.181605, 0.957053), }, - Vertex { position: (-2.80326, -3.21358, -0.942403), - normal: (0.713402, 0.39471, 0.579018), }, - Vertex { position: (-3.011987, -3.092, -0.860973), - normal: (0.308087, 0.149605, 0.939521), }, - Vertex { position: (-2.80326, -3.21358, -0.942403), - normal: (0.713402, 0.39471, 0.579018), }, - Vertex { position: (-2.928681, -3.072892, -0.924772), - normal: (0.684558, 0.361154, 0.633205), }, - Vertex { position: (-3.087335, -3.350463, -0.831656), - normal: (-0.471141, 0.022027, 0.881783), }, - Vertex { position: (-3.074557, -3.486847, -0.843432), - normal: (-0.385346, -0.01874, 0.922582), }, - Vertex { position: (-2.890885, -3.415616, -0.819125), - normal: (0.229413, 0.089674, 0.96919), }, - Vertex { position: (-3.087335, -3.350463, -0.831656), - normal: (-0.471141, 0.022027, 0.881783), }, - Vertex { position: (-2.890885, -3.415616, -0.819125), - normal: (0.229413, 0.089674, 0.96919), }, - Vertex { position: (-2.944625, -3.282121, -0.817054), - normal: (0.225987, 0.181605, 0.957053), }, - Vertex { position: (-2.944625, -3.282121, -0.817054), - normal: (0.225987, 0.181605, 0.957053), }, - Vertex { position: (-2.890885, -3.415616, -0.819125), - normal: (0.229413, 0.089674, 0.96919), }, - Vertex { position: (-2.749867, -3.295148, -0.966073), - normal: (0.722848, 0.455753, 0.519404), }, - Vertex { position: (-2.944625, -3.282121, -0.817054), - normal: (0.225987, 0.181605, 0.957053), }, - Vertex { position: (-2.749867, -3.295148, -0.966073), - normal: (0.722848, 0.455753, 0.519404), }, - Vertex { position: (-2.80326, -3.21358, -0.942403), - normal: (0.713402, 0.39471, 0.579018), }, - Vertex { position: (-2.890885, -3.415616, -0.819125), - normal: (0.229413, 0.089674, 0.96919), }, - Vertex { position: (-3.074557, -3.486847, -0.843432), - normal: (-0.385346, -0.01874, 0.922582), }, - Vertex { position: (-3.006867, -3.575464, -0.830221), - normal: (-0.11646, -0.017993, 0.993032), }, - Vertex { position: (-2.870422, -3.601724, -0.843123), - normal: (-0.037581, -0.042039, 0.998409), }, - Vertex { position: (-2.890885, -3.415616, -0.819125), - normal: (0.229413, 0.089674, 0.96919), }, - Vertex { position: (-3.006867, -3.575464, -0.830221), - normal: (-0.11646, -0.017993, 0.993032), }, - Vertex { position: (-2.749867, -3.295148, -0.966073), - normal: (0.722848, 0.455753, 0.519404), }, - Vertex { position: (-2.890885, -3.415616, -0.819125), - normal: (0.229413, 0.089674, 0.96919), }, - Vertex { position: (-2.668957, -3.397513, -0.943626), - normal: (0.684834, 0.490952, 0.538488), }, - Vertex { position: (-2.870422, -3.601724, -0.843123), - normal: (-0.037581, -0.042039, 0.998409), }, - Vertex { position: (-2.740824, -3.597601, -0.875006), - normal: (0.156207, -0.109405, 0.981647), }, - Vertex { position: (-2.890885, -3.415616, -0.819125), - normal: (0.229413, 0.089674, 0.96919), }, - Vertex { position: (-2.593513, -3.536154, -0.94245), - normal: (0.712283, 0.385667, 0.586441), }, - Vertex { position: (-2.668957, -3.397513, -0.943626), - normal: (0.684834, 0.490952, 0.538488), }, - Vertex { position: (-2.890885, -3.415616, -0.819125), - normal: (0.229413, 0.089674, 0.96919), }, - Vertex { position: (-2.593513, -3.536154, -0.94245), - normal: (0.712283, 0.385667, 0.586441), }, - Vertex { position: (-2.890885, -3.415616, -0.819125), - normal: (0.229413, 0.089674, 0.96919), }, - Vertex { position: (-2.740824, -3.597601, -0.875006), - normal: (0.156207, -0.109405, 0.981647), }, - Vertex { position: (-2.52472, -3.561609, -1.161535), - normal: (0.780958, 0.624512, -0.009449), }, - Vertex { position: (-2.593513, -3.536154, -0.94245), - normal: (0.712283, 0.385667, 0.586441), }, - Vertex { position: (-2.740824, -3.597601, -0.875006), - normal: (0.156207, -0.109405, 0.981647), }, - Vertex { position: (-2.52472, -3.561609, -1.161535), - normal: (0.780958, 0.624512, -0.009449), }, - Vertex { position: (-2.740824, -3.597601, -0.875006), - normal: (0.156207, -0.109405, 0.981647), }, - Vertex { position: (-2.791754, -3.635993, -1.078555), - normal: (0.339875, 0.026681, 0.940092), }, - Vertex { position: (-2.922908, -3.637036, -1.059206), - normal: (-0.985013, 0.106756, 0.135469), }, - Vertex { position: (-2.981824, -3.608887, -1.346959), - normal: (0.413011, 0.629609, -0.658038), }, - Vertex { position: (-2.729567, -3.602976, -1.377236), - normal: (0.317837, 0.631876, -0.706903), }, - Vertex { position: (-2.922908, -3.637036, -1.059206), - normal: (-0.985013, 0.106756, 0.135469), }, - Vertex { position: (-2.729567, -3.602976, -1.377236), - normal: (0.317837, 0.631876, -0.706903), }, - Vertex { position: (-2.791754, -3.635993, -1.078555), - normal: (0.339875, 0.026681, 0.940092), }, - Vertex { position: (-3.03125, -3.09594, -1.106355), - normal: (0.503689, 0.453945, -0.735004), }, - Vertex { position: (-2.90901, -3.084482, -1.089147), - normal: (0.637284, 0.689194, -0.344791), }, - Vertex { position: (-2.822497, -3.186549, -1.120984), - normal: (-0.46316, 0.228643, -0.856274), }, - Vertex { position: (-2.791754, -3.635993, -1.078555), - normal: (0.339875, 0.026681, 0.940092), }, - Vertex { position: (-2.729567, -3.602976, -1.377236), - normal: (0.317837, 0.631876, -0.706903), }, - Vertex { position: (-2.631547, -3.559891, -1.33738), - normal: (-0.13251, 0.440061, -0.888137), }, - Vertex { position: (-2.791754, -3.635993, -1.078555), - normal: (0.339875, 0.026681, 0.940092), }, - Vertex { position: (-2.631547, -3.559891, -1.33738), - normal: (-0.13251, 0.440061, -0.888137), }, - Vertex { position: (-2.58358, -3.514267, -1.278598), - normal: (0.61389, 0.702597, -0.359856), }, - Vertex { position: (-2.791754, -3.635993, -1.078555), - normal: (0.339875, 0.026681, 0.940092), }, - Vertex { position: (-2.58358, -3.514267, -1.278598), - normal: (0.61389, 0.702597, -0.359856), }, - Vertex { position: (-2.52472, -3.561609, -1.161535), - normal: (0.780958, 0.624512, -0.009449), }, - Vertex { position: (2.031262, -3.256709, 1.111122), - normal: (-0.35872, 0.092902, 0.928811), }, - Vertex { position: (2.14888, -3.221616, 1.076203), - normal: (-0.354049, -0.10839, 0.928924), }, - Vertex { position: (2.110033, -3.148257, 1.068816), - normal: (0.422569, -0.18743, 0.886739), }, - Vertex { position: (2.031262, -3.256709, 1.111122), - normal: (-0.35872, 0.092902, 0.928811), }, - Vertex { position: (2.110033, -3.148257, 1.068816), - normal: (0.422569, -0.18743, 0.886739), }, - Vertex { position: (1.970051, -3.141862, 1.065178), - normal: (-0.019303, -0.142974, 0.989538), }, - Vertex { position: (2.138771, -3.397683, 1.214726), - normal: (-0.501053, -0.05946, 0.863371), }, - Vertex { position: (2.247981, -3.342804, 1.127459), - normal: (-0.453746, -0.057149, 0.889297), }, - Vertex { position: (2.14888, -3.221616, 1.076203), - normal: (-0.354049, -0.10839, 0.928924), }, - Vertex { position: (2.138771, -3.397683, 1.214726), - normal: (-0.501053, -0.05946, 0.863371), }, - Vertex { position: (2.14888, -3.221616, 1.076203), - normal: (-0.354049, -0.10839, 0.928924), }, - Vertex { position: (2.031262, -3.256709, 1.111122), - normal: (-0.35872, 0.092902, 0.928811), }, - Vertex { position: (2.254361, -3.550931, 1.235118), - normal: (-0.765488, -0.115047, 0.633082), }, - Vertex { position: (2.343303, -3.507846, 1.195262), - normal: (-0.779685, 0.02537, 0.625657), }, - Vertex { position: (2.247981, -3.342804, 1.127459), - normal: (-0.453746, -0.057149, 0.889297), }, - Vertex { position: (2.254361, -3.550931, 1.235118), - normal: (-0.765488, -0.115047, 0.633082), }, - Vertex { position: (2.247981, -3.342804, 1.127459), - normal: (-0.453746, -0.057149, 0.889297), }, - Vertex { position: (2.138771, -3.397683, 1.214726), - normal: (-0.501053, -0.05946, 0.863371), }, - Vertex { position: (2.138771, -3.397683, 1.214726), - normal: (-0.501053, -0.05946, 0.863371), }, - Vertex { position: (1.981186, -3.441282, 1.180532), - normal: (0.982106, -0.010346, 0.188044), }, - Vertex { position: (2.025468, -3.556842, 1.204841), - normal: (-0.807765, -0.096776, 0.581507), }, - Vertex { position: (2.138771, -3.397683, 1.214726), - normal: (-0.501053, -0.05946, 0.863371), }, - Vertex { position: (2.025468, -3.556842, 1.204841), - normal: (-0.807765, -0.096776, 0.581507), }, - Vertex { position: (2.254361, -3.550931, 1.235118), - normal: (-0.765488, -0.115047, 0.633082), }, - Vertex { position: (2.031262, -3.256709, 1.111122), - normal: (-0.35872, 0.092902, 0.928811), }, - Vertex { position: (1.926176, -3.28888, 1.093746), - normal: (0.937141, -0.149709, 0.315204), }, - Vertex { position: (1.981186, -3.441282, 1.180532), - normal: (0.982106, -0.010346, 0.188044), }, - Vertex { position: (2.031262, -3.256709, 1.111122), - normal: (-0.35872, 0.092902, 0.928811), }, - Vertex { position: (1.981186, -3.441282, 1.180532), - normal: (0.982106, -0.010346, 0.188044), }, - Vertex { position: (2.138771, -3.397683, 1.214726), - normal: (-0.501053, -0.05946, 0.863371), }, - Vertex { position: (1.970051, -3.141862, 1.065178), - normal: (-0.019303, -0.142974, 0.989538), }, - Vertex { position: (1.886443, -3.191742, 1.047318), - normal: (0.866898, -0.268351, 0.420091), }, - Vertex { position: (1.926176, -3.28888, 1.093746), - normal: (0.937141, -0.149709, 0.315204), }, - Vertex { position: (1.970051, -3.141862, 1.065178), - normal: (-0.019303, -0.142974, 0.989538), }, - Vertex { position: (1.926176, -3.28888, 1.093746), - normal: (0.937141, -0.149709, 0.315204), }, - Vertex { position: (2.031262, -3.256709, 1.111122), - normal: (-0.35872, 0.092902, 0.928811), }, - Vertex { position: (2.201939, -3.226457, 0.996503), - normal: (0.567579, -0.469834, -0.6761), }, - Vertex { position: (2.14888, -3.221616, 1.076203), - normal: (-0.354049, -0.10839, 0.928924), }, - Vertex { position: (2.247981, -3.342804, 1.127459), - normal: (-0.453746, -0.057149, 0.889297), }, - Vertex { position: (2.201939, -3.226457, 0.996503), - normal: (0.567579, -0.469834, -0.6761), }, - Vertex { position: (2.247981, -3.342804, 1.127459), - normal: (-0.453746, -0.057149, 0.889297), }, - Vertex { position: (2.281229, -3.33825, 1.043475), - normal: (0.886562, -0.46255, 0.007486), }, - Vertex { position: (2.170039, -3.134504, 0.978866), - normal: (0.890357, -0.340018, -0.302742), }, - Vertex { position: (2.110033, -3.148257, 1.068816), - normal: (0.422569, -0.18743, 0.886739), }, - Vertex { position: (2.14888, -3.221616, 1.076203), - normal: (-0.354049, -0.10839, 0.928924), }, - Vertex { position: (2.170039, -3.134504, 0.978866), - normal: (0.890357, -0.340018, -0.302742), }, - Vertex { position: (2.14888, -3.221616, 1.076203), - normal: (-0.354049, -0.10839, 0.928924), }, - Vertex { position: (2.201939, -3.226457, 0.996503), - normal: (0.567579, -0.469834, -0.6761), }, - Vertex { position: (2.217369, -3.156093, 0.888927), - normal: (0.579344, -0.339433, -0.741044), }, - Vertex { position: (2.113587, -3.011851, 0.851648), - normal: (0.789099, -0.039289, -0.613008), }, - Vertex { position: (2.091539, -3.032437, 0.947029), - normal: (0.773659, -0.235087, -0.588375), }, - Vertex { position: (2.217369, -3.156093, 0.888927), - normal: (0.579344, -0.339433, -0.741044), }, - Vertex { position: (2.091539, -3.032437, 0.947029), - normal: (0.773659, -0.235087, -0.588375), }, - Vertex { position: (2.170039, -3.134504, 0.978866), - normal: (0.890357, -0.340018, -0.302742), }, - Vertex { position: (1.865135, -3.353827, 1.054981), - normal: (0.257818, -0.230014, -0.938415), }, - Vertex { position: (1.926176, -3.28888, 1.093746), - normal: (0.937141, -0.149709, 0.315204), }, - Vertex { position: (1.886443, -3.191742, 1.047318), - normal: (0.866898, -0.268351, 0.420091), }, - Vertex { position: (1.865135, -3.353827, 1.054981), - normal: (0.257818, -0.230014, -0.938415), }, - Vertex { position: (1.886443, -3.191742, 1.047318), - normal: (0.866898, -0.268351, 0.420091), }, - Vertex { position: (1.841888, -3.246003, 1.014774), - normal: (0.230893, -0.309688, -0.922378), }, - Vertex { position: (1.981186, -3.441282, 1.180532), - normal: (0.982106, -0.010346, 0.188044), }, - Vertex { position: (1.926176, -3.28888, 1.093746), - normal: (0.937141, -0.149709, 0.315204), }, - Vertex { position: (1.865135, -3.353827, 1.054981), - normal: (0.257818, -0.230014, -0.938415), }, - Vertex { position: (1.981186, -3.441282, 1.180532), - normal: (0.982106, -0.010346, 0.188044), }, - Vertex { position: (1.865135, -3.353827, 1.054981), - normal: (0.257818, -0.230014, -0.938415), }, - Vertex { position: (1.919391, -3.487078, 1.110869), - normal: (0.148388, -0.325205, -0.933929), }, - Vertex { position: (1.919391, -3.487078, 1.110869), - normal: (0.148388, -0.325205, -0.933929), }, - Vertex { position: (2.025468, -3.556842, 1.204841), - normal: (-0.807765, -0.096776, 0.581507), }, - Vertex { position: (1.981186, -3.441282, 1.180532), - normal: (0.982106, -0.010346, 0.188044), }, - Vertex { position: (2.110033, -3.148257, 1.068816), - normal: (0.422569, -0.18743, 0.886739), }, - Vertex { position: (2.170039, -3.134504, 0.978866), - normal: (0.890357, -0.340018, -0.302742), }, - Vertex { position: (1.980621, -3.043895, 0.964237), - normal: (-0.215783, -0.895808, -0.388544), }, - Vertex { position: (1.83279, -3.296508, 0.865078), - normal: (-0.085416, -0.081635, -0.992995), }, - Vertex { position: (1.841888, -3.246003, 1.014774), - normal: (0.230893, -0.309688, -0.922378), }, - Vertex { position: (1.811797, -3.135641, 0.933096), - normal: (-0.156447, -0.088128, 0.983747), }, - Vertex { position: (1.83279, -3.296508, 0.865078), - normal: (-0.085416, -0.081635, -0.992995), }, - Vertex { position: (1.811797, -3.135641, 0.933096), - normal: (-0.156447, -0.088128, 0.983747), }, - Vertex { position: (1.806407, -3.173343, 0.834455), - normal: (-0.042094, -0.220101, -0.974568), }, - Vertex { position: (2.078928, -3.584991, 0.917088), - normal: (-0.348227, -0.192527, -0.917427), }, - Vertex { position: (2.025468, -3.556842, 1.204841), - normal: (-0.807765, -0.096776, 0.581507), }, - Vertex { position: (1.919391, -3.487078, 1.110869), - normal: (0.148388, -0.325205, -0.933929), }, - Vertex { position: (2.078928, -3.584991, 0.917088), - normal: (-0.348227, -0.192527, -0.917427), }, - Vertex { position: (1.919391, -3.487078, 1.110869), - normal: (0.148388, -0.325205, -0.933929), }, - Vertex { position: (1.933899, -3.546253, 0.912438), - normal: (0.255431, -0.055528, -0.965231), }, - Vertex { position: (1.839523, -3.405292, 0.883488), - normal: (-0.401279, -0.250965, -0.880904), }, - Vertex { position: (1.865135, -3.353827, 1.054981), - normal: (0.257818, -0.230014, -0.938415), }, - Vertex { position: (1.841888, -3.246003, 1.014774), - normal: (0.230893, -0.309688, -0.922378), }, - Vertex { position: (1.839523, -3.405292, 0.883488), - normal: (-0.401279, -0.250965, -0.880904), }, - Vertex { position: (1.841888, -3.246003, 1.014774), - normal: (0.230893, -0.309688, -0.922378), }, - Vertex { position: (1.83279, -3.296508, 0.865078), - normal: (-0.085416, -0.081635, -0.992995), }, - Vertex { position: (1.933899, -3.546253, 0.912438), - normal: (0.255431, -0.055528, -0.965231), }, - Vertex { position: (1.919391, -3.487078, 1.110869), - normal: (0.148388, -0.325205, -0.933929), }, - Vertex { position: (1.865135, -3.353827, 1.054981), - normal: (0.257818, -0.230014, -0.938415), }, - Vertex { position: (1.933899, -3.546253, 0.912438), - normal: (0.255431, -0.055528, -0.965231), }, - Vertex { position: (1.865135, -3.353827, 1.054981), - normal: (0.257818, -0.230014, -0.938415), }, - Vertex { position: (1.839523, -3.405292, 0.883488), - normal: (-0.401279, -0.250965, -0.880904), }, - Vertex { position: (1.806407, -3.173343, 0.834455), - normal: (-0.042094, -0.220101, -0.974568), }, - Vertex { position: (1.900481, -3.131932, 0.728621), - normal: (-0.363523, -0.150625, -0.919327), }, - Vertex { position: (1.92973, -3.298418, 0.689538), - normal: (-0.924461, -0.213385, -0.315973), }, - Vertex { position: (1.806407, -3.173343, 0.834455), - normal: (-0.042094, -0.220101, -0.974568), }, - Vertex { position: (1.92973, -3.298418, 0.689538), - normal: (-0.924461, -0.213385, -0.315973), }, - Vertex { position: (1.83279, -3.296508, 0.865078), - normal: (-0.085416, -0.081635, -0.992995), }, - Vertex { position: (1.92973, -3.298418, 0.689538), - normal: (-0.924461, -0.213385, -0.315973), }, - Vertex { position: (1.941325, -3.434803, 0.701314), - normal: (-0.914496, -0.253607, -0.315247), }, - Vertex { position: (1.839523, -3.405292, 0.883488), - normal: (-0.401279, -0.250965, -0.880904), }, - Vertex { position: (1.92973, -3.298418, 0.689538), - normal: (-0.924461, -0.213385, -0.315973), }, - Vertex { position: (1.839523, -3.405292, 0.883488), - normal: (-0.401279, -0.250965, -0.880904), }, - Vertex { position: (1.83279, -3.296508, 0.865078), - normal: (-0.085416, -0.081635, -0.992995), }, - Vertex { position: (2.002745, -3.52342, 0.688103), - normal: (-0.943599, -0.160394, -0.289646), }, - Vertex { position: (1.933899, -3.546253, 0.912438), - normal: (0.255431, -0.055528, -0.965231), }, - Vertex { position: (1.839523, -3.405292, 0.883488), - normal: (-0.401279, -0.250965, -0.880904), }, - Vertex { position: (2.002745, -3.52342, 0.688103), - normal: (-0.943599, -0.160394, -0.289646), }, - Vertex { position: (1.839523, -3.405292, 0.883488), - normal: (-0.401279, -0.250965, -0.880904), }, - Vertex { position: (1.941325, -3.434803, 0.701314), - normal: (-0.914496, -0.253607, -0.315247), }, - Vertex { position: (2.126553, -3.549679, 0.701005), - normal: (0.601229, -0.111151, -0.791308), }, - Vertex { position: (2.078928, -3.584991, 0.917088), - normal: (-0.348227, -0.192527, -0.917427), }, - Vertex { position: (1.933899, -3.546253, 0.912438), - normal: (0.255431, -0.055528, -0.965231), }, - Vertex { position: (2.126553, -3.549679, 0.701005), - normal: (0.601229, -0.111151, -0.791308), }, - Vertex { position: (1.933899, -3.546253, 0.912438), - normal: (0.255431, -0.055528, -0.965231), }, - Vertex { position: (2.002745, -3.52342, 0.688103), - normal: (-0.943599, -0.160394, -0.289646), }, - Vertex { position: (2.244147, -3.545557, 0.732888), - normal: (0.53288, -0.088285, -0.841572), }, - Vertex { position: (2.197935, -3.583948, 0.936437), - normal: (0.546571, -0.125171, -0.828005), }, - Vertex { position: (2.078928, -3.584991, 0.917088), - normal: (-0.348227, -0.192527, -0.917427), }, - Vertex { position: (2.244147, -3.545557, 0.732888), - normal: (0.53288, -0.088285, -0.841572), }, - Vertex { position: (2.078928, -3.584991, 0.917088), - normal: (-0.348227, -0.192527, -0.917427), }, - Vertex { position: (2.126553, -3.549679, 0.701005), - normal: (0.601229, -0.111151, -0.791308), }, - Vertex { position: (1.970051, -3.141862, 1.065178), - normal: (-0.019303, -0.142974, 0.989538), }, - Vertex { position: (2.110033, -3.148257, 1.068816), - normal: (0.422569, -0.18743, 0.886739), }, - Vertex { position: (1.980621, -3.043895, 0.964237), - normal: (-0.215783, -0.895808, -0.388544), }, - Vertex { position: (1.970051, -3.141862, 1.065178), - normal: (-0.019303, -0.142974, 0.989538), }, - Vertex { position: (1.980621, -3.043895, 0.964237), - normal: (-0.215783, -0.895808, -0.388544), }, - Vertex { position: (1.898573, -3.068274, 0.994338), - normal: (0.356923, -0.210291, 0.910156), }, - Vertex { position: (1.886443, -3.191742, 1.047318), - normal: (0.866898, -0.268351, 0.420091), }, - Vertex { position: (1.970051, -3.141862, 1.065178), - normal: (-0.019303, -0.142974, 0.989538), }, - Vertex { position: (1.898573, -3.068274, 0.994338), - normal: (0.356923, -0.210291, 0.910156), }, - Vertex { position: (1.886443, -3.191742, 1.047318), - normal: (0.866898, -0.268351, 0.420091), }, - Vertex { position: (1.898573, -3.068274, 0.994338), - normal: (0.356923, -0.210291, 0.910156), }, - Vertex { position: (1.855134, -3.083228, 0.986129), - normal: (0.517272, -0.552302, 0.653753), }, - Vertex { position: (1.841888, -3.246003, 1.014774), - normal: (0.230893, -0.309688, -0.922378), }, - Vertex { position: (1.886443, -3.191742, 1.047318), - normal: (0.866898, -0.268351, 0.420091), }, - Vertex { position: (1.855134, -3.083228, 0.986129), - normal: (0.517272, -0.552302, 0.653753), }, - Vertex { position: (1.841888, -3.246003, 1.014774), - normal: (0.230893, -0.309688, -0.922378), }, - Vertex { position: (1.855134, -3.083228, 0.986129), - normal: (0.517272, -0.552302, 0.653753), }, - Vertex { position: (1.811797, -3.135641, 0.933096), - normal: (-0.156447, -0.088128, 0.983747), }, - Vertex { position: (2.187495, -3.161535, 0.800285), - normal: (-0.156072, 0.243426, 0.95728), }, - Vertex { position: (2.07369, -3.020848, 0.782654), - normal: (-0.080858, 0.024731, 0.996419), }, - Vertex { position: (2.113587, -3.011851, 0.851648), - normal: (0.789099, -0.039289, -0.613008), }, - Vertex { position: (2.187495, -3.161535, 0.800285), - normal: (-0.156072, 0.243426, 0.95728), }, - Vertex { position: (2.113587, -3.011851, 0.851648), - normal: (0.789099, -0.039289, -0.613008), }, - Vertex { position: (2.217369, -3.156093, 0.888927), - normal: (0.579344, -0.339433, -0.741044), }, - Vertex { position: (2.201939, -3.226457, 0.996503), - normal: (0.567579, -0.469834, -0.6761), }, - Vertex { position: (2.236407, -3.220054, 0.89203), - normal: (-0.661663, -0.025481, 0.749369), }, - Vertex { position: (2.217369, -3.156093, 0.888927), - normal: (0.579344, -0.339433, -0.741044), }, - Vertex { position: (2.201939, -3.226457, 0.996503), - normal: (0.567579, -0.469834, -0.6761), }, - Vertex { position: (2.217369, -3.156093, 0.888927), - normal: (0.579344, -0.339433, -0.741044), }, - Vertex { position: (2.170039, -3.134504, 0.978866), - normal: (0.890357, -0.340018, -0.302742), }, - Vertex { position: (2.343303, -3.507846, 1.195262), - normal: (-0.779685, 0.02537, 0.625657), }, - Vertex { position: (2.386827, -3.462222, 1.13648), - normal: (0.507452, 0.36284, 0.781562), }, - Vertex { position: (2.281229, -3.33825, 1.043475), - normal: (0.886562, -0.46255, 0.007486), }, - Vertex { position: (2.343303, -3.507846, 1.195262), - normal: (-0.779685, 0.02537, 0.625657), }, - Vertex { position: (2.281229, -3.33825, 1.043475), - normal: (0.886562, -0.46255, 0.007486), }, - Vertex { position: (2.247981, -3.342804, 1.127459), - normal: (-0.453746, -0.057149, 0.889297), }, - Vertex { position: (2.440236, -3.509564, 1.019417), - normal: (0.121953, 0.140869, 0.982488), }, - Vertex { position: (2.327021, -3.352317, 0.958234), - normal: (0.484364, 0.195735, 0.85269), }, - Vertex { position: (2.281229, -3.33825, 1.043475), - normal: (0.886562, -0.46255, 0.007486), }, - Vertex { position: (2.440236, -3.509564, 1.019417), - normal: (0.121953, 0.140869, 0.982488), }, - Vertex { position: (2.281229, -3.33825, 1.043475), - normal: (0.886562, -0.46255, 0.007486), }, - Vertex { position: (2.386827, -3.462222, 1.13648), - normal: (0.507452, 0.36284, 0.781562), }, - Vertex { position: (2.236407, -3.220054, 0.89203), - normal: (-0.661663, -0.025481, 0.749369), }, - Vertex { position: (2.201939, -3.226457, 0.996503), - normal: (0.567579, -0.469834, -0.6761), }, - Vertex { position: (2.281229, -3.33825, 1.043475), - normal: (0.886562, -0.46255, 0.007486), }, - Vertex { position: (2.236407, -3.220054, 0.89203), - normal: (-0.661663, -0.025481, 0.749369), }, - Vertex { position: (2.281229, -3.33825, 1.043475), - normal: (0.886562, -0.46255, 0.007486), }, - Vertex { position: (2.327021, -3.352317, 0.958234), - normal: (0.484364, 0.195735, 0.85269), }, - Vertex { position: (2.377814, -3.484109, 0.800332), - normal: (0.913315, 0.39776, -0.087428), }, - Vertex { position: (2.309358, -3.345468, 0.801508), - normal: (0.170703, 0.25395, 0.952035), }, - Vertex { position: (2.327021, -3.352317, 0.958234), - normal: (0.484364, 0.195735, 0.85269), }, - Vertex { position: (2.377814, -3.484109, 0.800332), - normal: (0.913315, 0.39776, -0.087428), }, - Vertex { position: (2.327021, -3.352317, 0.958234), - normal: (0.484364, 0.195735, 0.85269), }, - Vertex { position: (2.440236, -3.509564, 1.019417), - normal: (0.121953, 0.140869, 0.982488), }, - Vertex { position: (2.235942, -3.243103, 0.823955), - normal: (0.977763, 0.208696, 0.020643), }, - Vertex { position: (2.236407, -3.220054, 0.89203), - normal: (-0.661663, -0.025481, 0.749369), }, - Vertex { position: (2.327021, -3.352317, 0.958234), - normal: (0.484364, 0.195735, 0.85269), }, - Vertex { position: (2.235942, -3.243103, 0.823955), - normal: (0.977763, 0.208696, 0.020643), }, - Vertex { position: (2.327021, -3.352317, 0.958234), - normal: (0.484364, 0.195735, 0.85269), }, - Vertex { position: (2.309358, -3.345468, 0.801508), - normal: (0.170703, 0.25395, 0.952035), }, - Vertex { position: (2.187495, -3.161535, 0.800285), - normal: (-0.156072, 0.243426, 0.95728), }, - Vertex { position: (2.217369, -3.156093, 0.888927), - normal: (0.579344, -0.339433, -0.741044), }, - Vertex { position: (2.236407, -3.220054, 0.89203), - normal: (-0.661663, -0.025481, 0.749369), }, - Vertex { position: (2.187495, -3.161535, 0.800285), - normal: (-0.156072, 0.243426, 0.95728), }, - Vertex { position: (2.236407, -3.220054, 0.89203), - normal: (-0.661663, -0.025481, 0.749369), }, - Vertex { position: (2.235942, -3.243103, 0.823955), - normal: (0.977763, 0.208696, 0.020643), }, - Vertex { position: (1.998099, -3.039955, 0.718855), - normal: (-0.245482, -0.183394, 0.951896), }, - Vertex { position: (2.059222, -3.230076, 0.674936), - normal: (0.430301, 0.548598, 0.716855), }, - Vertex { position: (1.92973, -3.298418, 0.689538), - normal: (-0.924461, -0.213385, -0.315973), }, - Vertex { position: (1.998099, -3.039955, 0.718855), - normal: (-0.245482, -0.183394, 0.951896), }, - Vertex { position: (1.92973, -3.298418, 0.689538), - normal: (-0.924461, -0.213385, -0.315973), }, - Vertex { position: (1.900481, -3.131932, 0.728621), - normal: (-0.363523, -0.150625, -0.919327), }, - Vertex { position: (2.07369, -3.020848, 0.782654), - normal: (-0.080858, 0.024731, 0.996419), }, - Vertex { position: (2.187495, -3.161535, 0.800285), - normal: (-0.156072, 0.243426, 0.95728), }, - Vertex { position: (2.059222, -3.230076, 0.674936), - normal: (0.430301, 0.548598, 0.716855), }, - Vertex { position: (2.07369, -3.020848, 0.782654), - normal: (-0.080858, 0.024731, 0.996419), }, - Vertex { position: (2.059222, -3.230076, 0.674936), - normal: (0.430301, 0.548598, 0.716855), }, - Vertex { position: (1.998099, -3.039955, 0.718855), - normal: (-0.245482, -0.183394, 0.951896), }, - Vertex { position: (2.059222, -3.230076, 0.674936), - normal: (0.430301, 0.548598, 0.716855), }, - Vertex { position: (2.107985, -3.363571, 0.677007), - normal: (0.317836, 0.631876, 0.706903), }, - Vertex { position: (1.941325, -3.434803, 0.701314), - normal: (-0.914496, -0.253607, -0.315247), }, - Vertex { position: (2.059222, -3.230076, 0.674936), - normal: (0.430301, 0.548598, 0.716855), }, - Vertex { position: (1.941325, -3.434803, 0.701314), - normal: (-0.914496, -0.253607, -0.315247), }, - Vertex { position: (1.92973, -3.298418, 0.689538), - normal: (-0.924461, -0.213385, -0.315973), }, - Vertex { position: (2.187495, -3.161535, 0.800285), - normal: (-0.156072, 0.243426, 0.95728), }, - Vertex { position: (2.235942, -3.243103, 0.823955), - normal: (0.977763, 0.208696, 0.020643), }, - Vertex { position: (2.107985, -3.363571, 0.677007), - normal: (0.317836, 0.631876, 0.706903), }, - Vertex { position: (2.187495, -3.161535, 0.800285), - normal: (-0.156072, 0.243426, 0.95728), }, - Vertex { position: (2.107985, -3.363571, 0.677007), - normal: (0.317836, 0.631876, 0.706903), }, - Vertex { position: (2.059222, -3.230076, 0.674936), - normal: (0.430301, 0.548598, 0.716855), }, - Vertex { position: (2.002745, -3.52342, 0.688103), - normal: (-0.943599, -0.160394, -0.289646), }, - Vertex { position: (1.941325, -3.434803, 0.701314), - normal: (-0.914496, -0.253607, -0.315247), }, - Vertex { position: (2.107985, -3.363571, 0.677007), - normal: (0.317836, 0.631876, 0.706903), }, - Vertex { position: (2.002745, -3.52342, 0.688103), - normal: (-0.943599, -0.160394, -0.289646), }, - Vertex { position: (2.107985, -3.363571, 0.677007), - normal: (0.317836, 0.631876, 0.706903), }, - Vertex { position: (2.126553, -3.549679, 0.701005), - normal: (0.601229, -0.111151, -0.791308), }, - Vertex { position: (2.309358, -3.345468, 0.801508), - normal: (0.170703, 0.25395, 0.952035), }, - Vertex { position: (2.107985, -3.363571, 0.677007), - normal: (0.317836, 0.631876, 0.706903), }, - Vertex { position: (2.235942, -3.243103, 0.823955), - normal: (0.977763, 0.208696, 0.020643), }, - Vertex { position: (2.107985, -3.363571, 0.677007), - normal: (0.317836, 0.631876, 0.706903), }, - Vertex { position: (2.244147, -3.545557, 0.732888), - normal: (0.53288, -0.088285, -0.841572), }, - Vertex { position: (2.126553, -3.549679, 0.701005), - normal: (0.601229, -0.111151, -0.791308), }, - Vertex { position: (2.244147, -3.545557, 0.732888), - normal: (0.53288, -0.088285, -0.841572), }, - Vertex { position: (2.107985, -3.363571, 0.677007), - normal: (0.317836, 0.631876, 0.706903), }, - Vertex { position: (2.309358, -3.345468, 0.801508), - normal: (0.170703, 0.25395, 0.952035), }, - Vertex { position: (2.244147, -3.545557, 0.732888), - normal: (0.53288, -0.088285, -0.841572), }, - Vertex { position: (2.309358, -3.345468, 0.801508), - normal: (0.170703, 0.25395, 0.952035), }, - Vertex { position: (2.377814, -3.484109, 0.800332), - normal: (0.913315, 0.39776, -0.087428), }, - Vertex { position: (2.197935, -3.583948, 0.936437), - normal: (0.546571, -0.125171, -0.828005), }, - Vertex { position: (2.244147, -3.545557, 0.732888), - normal: (0.53288, -0.088285, -0.841572), }, - Vertex { position: (2.377814, -3.484109, 0.800332), - normal: (0.913315, 0.39776, -0.087428), }, - Vertex { position: (2.197935, -3.583948, 0.936437), - normal: (0.546571, -0.125171, -0.828005), }, - Vertex { position: (2.377814, -3.484109, 0.800332), - normal: (0.913315, 0.39776, -0.087428), }, - Vertex { position: (2.440236, -3.509564, 1.019417), - normal: (0.121953, 0.140869, 0.982488), }, - Vertex { position: (2.197935, -3.583948, 0.936437), - normal: (0.546571, -0.125171, -0.828005), }, - Vertex { position: (2.254361, -3.550931, 1.235118), - normal: (-0.765488, -0.115047, 0.633082), }, - Vertex { position: (2.025468, -3.556842, 1.204841), - normal: (-0.807765, -0.096776, 0.581507), }, - Vertex { position: (2.197935, -3.583948, 0.936437), - normal: (0.546571, -0.125171, -0.828005), }, - Vertex { position: (2.025468, -3.556842, 1.204841), - normal: (-0.807765, -0.096776, 0.581507), }, - Vertex { position: (2.078928, -3.584991, 0.917088), - normal: (-0.348227, -0.192527, -0.917427), }, - Vertex { position: (2.170039, -3.134504, 0.978866), - normal: (0.890357, -0.340018, -0.302742), }, - Vertex { position: (2.091539, -3.032437, 0.947029), - normal: (0.773659, -0.235087, -0.588375), }, - Vertex { position: (1.980621, -3.043895, 0.964237), - normal: (-0.215783, -0.895808, -0.388544), }, - Vertex { position: (2.440236, -3.509564, 1.019417), - normal: (0.121953, 0.140869, 0.982488), }, - Vertex { position: (2.386827, -3.462222, 1.13648), - normal: (0.507452, 0.36284, 0.781562), }, - Vertex { position: (2.343303, -3.507846, 1.195262), - normal: (-0.779685, 0.02537, 0.625657), }, - Vertex { position: (2.440236, -3.509564, 1.019417), - normal: (0.121953, 0.140869, 0.982488), }, - Vertex { position: (2.343303, -3.507846, 1.195262), - normal: (-0.779685, 0.02537, 0.625657), }, - Vertex { position: (2.254361, -3.550931, 1.235118), - normal: (-0.765488, -0.115047, 0.633082), }, - Vertex { position: (2.440236, -3.509564, 1.019417), - normal: (0.121953, 0.140869, 0.982488), }, - Vertex { position: (2.254361, -3.550931, 1.235118), - normal: (-0.765488, -0.115047, 0.633082), }, - Vertex { position: (2.197935, -3.583948, 0.936437), - normal: (0.546571, -0.125171, -0.828005), }, - Vertex { position: (-2.975439, -3.308754, 1.25324), - normal: (0.205604, 0.070037, 0.976126), }, - Vertex { position: (-2.845816, -3.273661, 1.218321), - normal: (0.193496, 0.00102, 0.981101), }, - Vertex { position: (-2.888628, -3.200302, 1.210934), - normal: (0.254799, -0.149124, 0.955426), }, - Vertex { position: (-2.975439, -3.308754, 1.25324), - normal: (0.205604, 0.070037, 0.976126), }, - Vertex { position: (-2.888628, -3.200302, 1.210934), - normal: (0.254799, -0.149124, 0.955426), }, - Vertex { position: (-3.042899, -3.193907, 1.207296), - normal: (0.405755, -0.293021, 0.865737), }, - Vertex { position: (-2.856957, -3.449728, 1.356844), - normal: (0.580504, -0.526296, 0.621312), }, - Vertex { position: (-2.736599, -3.394849, 1.269577), - normal: (0.011655, 0.055061, 0.998415), }, - Vertex { position: (-2.845816, -3.273661, 1.218321), - normal: (0.193496, 0.00102, 0.981101), }, - Vertex { position: (-2.856957, -3.449728, 1.356844), - normal: (0.580504, -0.526296, 0.621312), }, - Vertex { position: (-2.845816, -3.273661, 1.218321), - normal: (0.193496, 0.00102, 0.981101), }, - Vertex { position: (-2.975439, -3.308754, 1.25324), - normal: (0.205604, 0.070037, 0.976126), }, - Vertex { position: (-2.729567, -3.602976, 1.377236), - normal: (-0.093334, 0.204552, 0.974396), }, - Vertex { position: (-2.631547, -3.559891, 1.33738), - normal: (-0.026425, 0.178249, 0.983631), }, - Vertex { position: (-2.736599, -3.394849, 1.269577), - normal: (0.011655, 0.055061, 0.998415), }, - Vertex { position: (-2.729567, -3.602976, 1.377236), - normal: (-0.093334, 0.204552, 0.974396), }, - Vertex { position: (-2.736599, -3.394849, 1.269577), - normal: (0.011655, 0.055061, 0.998415), }, - Vertex { position: (-2.856957, -3.449728, 1.356844), - normal: (0.580504, -0.526296, 0.621312), }, - Vertex { position: (-2.856957, -3.449728, 1.356844), - normal: (0.580504, -0.526296, 0.621312), }, - Vertex { position: (-3.030627, -3.493327, 1.32265), - normal: (-0.028076, 0.054588, 0.998114), }, - Vertex { position: (-2.981824, -3.608887, 1.346959), - normal: (-0.057735, 0.03099, 0.997851), }, - Vertex { position: (-2.856957, -3.449728, 1.356844), - normal: (0.580504, -0.526296, 0.621312), }, - Vertex { position: (-2.981824, -3.608887, 1.346959), - normal: (-0.057735, 0.03099, 0.997851), }, - Vertex { position: (-2.729567, -3.602976, 1.377236), - normal: (-0.093334, 0.204552, 0.974396), }, - Vertex { position: (-2.975439, -3.308754, 1.25324), - normal: (0.205604, 0.070037, 0.976126), }, - Vertex { position: (-3.091252, -3.340925, 1.235864), - normal: (0.089482, -0.029551, 0.99555), }, - Vertex { position: (-3.030627, -3.493327, 1.32265), - normal: (-0.028076, 0.054588, 0.998114), }, - Vertex { position: (-2.975439, -3.308754, 1.25324), - normal: (0.205604, 0.070037, 0.976126), }, - Vertex { position: (-3.030627, -3.493327, 1.32265), - normal: (-0.028076, 0.054588, 0.998114), }, - Vertex { position: (-2.856957, -3.449728, 1.356844), - normal: (0.580504, -0.526296, 0.621312), }, - Vertex { position: (-3.042899, -3.193907, 1.207296), - normal: (0.405755, -0.293021, 0.865737), }, - Vertex { position: (-3.135041, -3.243787, 1.189436), - normal: (0.487947, -0.44627, 0.750167), }, - Vertex { position: (-3.091252, -3.340925, 1.235864), - normal: (0.089482, -0.029551, 0.99555), }, - Vertex { position: (-3.042899, -3.193907, 1.207296), - normal: (0.405755, -0.293021, 0.865737), }, - Vertex { position: (-3.091252, -3.340925, 1.235864), - normal: (0.089482, -0.029551, 0.99555), }, - Vertex { position: (-2.975439, -3.308754, 1.25324), - normal: (0.205604, 0.070037, 0.976126), }, - Vertex { position: (-2.787341, -3.278502, 1.138621), - normal: (0.177373, 0.037311, 0.983436), }, - Vertex { position: (-2.845816, -3.273661, 1.218321), - normal: (0.193496, 0.00102, 0.981101), }, - Vertex { position: (-2.736599, -3.394849, 1.269577), - normal: (0.011655, 0.055061, 0.998415), }, - Vertex { position: (-2.787341, -3.278502, 1.138621), - normal: (0.177373, 0.037311, 0.983436), }, - Vertex { position: (-2.736599, -3.394849, 1.269577), - normal: (0.011655, 0.055061, 0.998415), }, - Vertex { position: (-2.699957, -3.390295, 1.185593), - normal: (-0.048366, 0.138166, 0.989227), }, - Vertex { position: (-2.822497, -3.186549, 1.120984), - normal: (-0.308543, 0.191148, 0.931807), }, - Vertex { position: (-2.888628, -3.200302, 1.210934), - normal: (0.254799, -0.149124, 0.955426), }, - Vertex { position: (-2.845816, -3.273661, 1.218321), - normal: (0.193496, 0.00102, 0.981101), }, - Vertex { position: (-2.822497, -3.186549, 1.120984), - normal: (-0.308543, 0.191148, 0.931807), }, - Vertex { position: (-2.845816, -3.273661, 1.218321), - normal: (0.193496, 0.00102, 0.981101), }, - Vertex { position: (-2.787341, -3.278502, 1.138621), - normal: (0.177373, 0.037311, 0.983436), }, - Vertex { position: (-2.770335, -3.208138, 1.031045), - normal: (-0.206994, 0.072903, 0.975622), }, - Vertex { position: (-2.884711, -3.063896, 0.993766), - normal: (-0.161613, 0.16539, 0.972896), }, - Vertex { position: (-2.90901, -3.084482, 1.089147), - normal: (0.07463, 0.029476, 0.996776), }, - Vertex { position: (-2.770335, -3.208138, 1.031045), - normal: (-0.206994, 0.072903, 0.975622), }, - Vertex { position: (-2.90901, -3.084482, 1.089147), - normal: (0.07463, 0.029476, 0.996776), }, - Vertex { position: (-2.822497, -3.186549, 1.120984), - normal: (-0.308543, 0.191148, 0.931807), }, - Vertex { position: (-3.158524, -3.405872, 1.197099), - normal: (-0.730585, 0.298655, 0.614045), }, - Vertex { position: (-3.091252, -3.340925, 1.235864), - normal: (0.089482, -0.029551, 0.99555), }, - Vertex { position: (-3.135041, -3.243787, 1.189436), - normal: (0.487947, -0.44627, 0.750167), }, - Vertex { position: (-3.158524, -3.405872, 1.197099), - normal: (-0.730585, 0.298655, 0.614045), }, - Vertex { position: (-3.135041, -3.243787, 1.189436), - normal: (0.487947, -0.44627, 0.750167), }, - Vertex { position: (-3.184143, -3.298048, 1.156892), - normal: (-0.059163, 0.13391, 0.989226), }, - Vertex { position: (-3.030627, -3.493327, 1.32265), - normal: (-0.028076, 0.054588, 0.998114), }, - Vertex { position: (-3.091252, -3.340925, 1.235864), - normal: (0.089482, -0.029551, 0.99555), }, - Vertex { position: (-3.158524, -3.405872, 1.197099), - normal: (-0.730585, 0.298655, 0.614045), }, - Vertex { position: (-3.030627, -3.493327, 1.32265), - normal: (-0.028076, 0.054588, 0.998114), }, - Vertex { position: (-3.158524, -3.405872, 1.197099), - normal: (-0.730585, 0.298655, 0.614045), }, - Vertex { position: (-3.09873, -3.539123, 1.252987), - normal: (-0.498861, 0.185917, 0.846506), }, - Vertex { position: (-3.09873, -3.539123, 1.252987), - normal: (-0.498861, 0.185917, 0.846506), }, - Vertex { position: (-2.981824, -3.608887, 1.346959), - normal: (-0.057735, 0.03099, 0.997851), }, - Vertex { position: (-3.030627, -3.493327, 1.32265), - normal: (-0.028076, 0.054588, 0.998114), }, - Vertex { position: (-2.888628, -3.200302, 1.210934), - normal: (0.254799, -0.149124, 0.955426), }, - Vertex { position: (-2.822497, -3.186549, 1.120984), - normal: (-0.308543, 0.191148, 0.931807), }, - Vertex { position: (-3.03125, -3.09594, 1.106355), - normal: (-0.541406, 0.227835, 0.809302), }, - Vertex { position: (-3.19417, -3.348553, 1.007196), - normal: (-0.626758, 0.377346, 0.681751), }, - Vertex { position: (-3.184143, -3.298048, 1.156892), - normal: (-0.059163, 0.13391, 0.989226), }, - Vertex { position: (-3.217306, -3.187686, 1.075214), - normal: (0.085126, 0.114843, 0.98973), }, - Vertex { position: (-3.19417, -3.348553, 1.007196), - normal: (-0.626758, 0.377346, 0.681751), }, - Vertex { position: (-3.217306, -3.187686, 1.075214), - normal: (0.085126, 0.114843, 0.98973), }, - Vertex { position: (-3.223246, -3.225388, 0.976573), - normal: (-0.588311, 0.26373, 0.764419), }, - Vertex { position: (-2.922908, -3.637036, 1.059206), - normal: (-0.670566, 0.283017, -0.685743), }, - Vertex { position: (-2.981824, -3.608887, 1.346959), - normal: (-0.057735, 0.03099, 0.997851), }, - Vertex { position: (-3.09873, -3.539123, 1.252987), - normal: (-0.498861, 0.185917, 0.846506), }, - Vertex { position: (-2.922908, -3.637036, 1.059206), - normal: (-0.670566, 0.283017, -0.685743), }, - Vertex { position: (-3.09873, -3.539123, 1.252987), - normal: (-0.498861, 0.185917, 0.846506), }, - Vertex { position: (-3.082741, -3.598298, 1.054556), - normal: (-0.738865, 0.325814, -0.589851), }, - Vertex { position: (-3.18675, -3.457336, 1.025606), - normal: (-0.701121, 0.259575, -0.664117), }, - Vertex { position: (-3.158524, -3.405872, 1.197099), - normal: (-0.730585, 0.298655, 0.614045), }, - Vertex { position: (-3.184143, -3.298048, 1.156892), - normal: (-0.059163, 0.13391, 0.989226), }, - Vertex { position: (-3.18675, -3.457336, 1.025606), - normal: (-0.701121, 0.259575, -0.664117), }, - Vertex { position: (-3.184143, -3.298048, 1.156892), - normal: (-0.059163, 0.13391, 0.989226), }, - Vertex { position: (-3.19417, -3.348553, 1.007196), - normal: (-0.626758, 0.377346, 0.681751), }, - Vertex { position: (-3.082741, -3.598298, 1.054556), - normal: (-0.738865, 0.325814, -0.589851), }, - Vertex { position: (-3.09873, -3.539123, 1.252987), - normal: (-0.498861, 0.185917, 0.846506), }, - Vertex { position: (-3.158524, -3.405872, 1.197099), - normal: (-0.730585, 0.298655, 0.614045), }, - Vertex { position: (-3.082741, -3.598298, 1.054556), - normal: (-0.738865, 0.325814, -0.589851), }, - Vertex { position: (-3.158524, -3.405872, 1.197099), - normal: (-0.730585, 0.298655, 0.614045), }, - Vertex { position: (-3.18675, -3.457336, 1.025606), - normal: (-0.701121, 0.259575, -0.664117), }, - Vertex { position: (-3.223246, -3.225388, 0.976573), - normal: (-0.588311, 0.26373, 0.764419), }, - Vertex { position: (-3.11957, -3.183977, 0.870739), - normal: (-0.64352, 0.086605, -0.760514), }, - Vertex { position: (-3.087335, -3.350463, 0.831656), - normal: (-0.382827, 0.20765, -0.900181), }, - Vertex { position: (-3.223246, -3.225388, 0.976573), - normal: (-0.588311, 0.26373, 0.764419), }, - Vertex { position: (-3.087335, -3.350463, 0.831656), - normal: (-0.382827, 0.20765, -0.900181), }, - Vertex { position: (-3.19417, -3.348553, 1.007196), - normal: (-0.626758, 0.377346, 0.681751), }, - Vertex { position: (-3.087335, -3.350463, 0.831656), - normal: (-0.382827, 0.20765, -0.900181), }, - Vertex { position: (-3.074557, -3.486847, 0.843432), - normal: (-0.421241, 0.09636, -0.901815), }, - Vertex { position: (-3.18675, -3.457336, 1.025606), - normal: (-0.701121, 0.259575, -0.664117), }, - Vertex { position: (-3.087335, -3.350463, 0.831656), - normal: (-0.382827, 0.20765, -0.900181), }, - Vertex { position: (-3.18675, -3.457336, 1.025606), - normal: (-0.701121, 0.259575, -0.664117), }, - Vertex { position: (-3.19417, -3.348553, 1.007196), - normal: (-0.626758, 0.377346, 0.681751), }, - Vertex { position: (-3.006867, -3.575464, 0.830221), - normal: (-0.482826, -0.146891, -0.863309), }, - Vertex { position: (-3.082741, -3.598298, 1.054556), - normal: (-0.738865, 0.325814, -0.589851), }, - Vertex { position: (-3.18675, -3.457336, 1.025606), - normal: (-0.701121, 0.259575, -0.664117), }, - Vertex { position: (-3.006867, -3.575464, 0.830221), - normal: (-0.482826, -0.146891, -0.863309), }, - Vertex { position: (-3.18675, -3.457336, 1.025606), - normal: (-0.701121, 0.259575, -0.664117), }, - Vertex { position: (-3.074557, -3.486847, 0.843432), - normal: (-0.421241, 0.09636, -0.901815), }, - Vertex { position: (-2.870422, -3.601724, 0.843123), - normal: (-0.562406, -0.352304, -0.748051), }, - Vertex { position: (-2.922908, -3.637036, 1.059206), - normal: (-0.670566, 0.283017, -0.685743), }, - Vertex { position: (-3.082741, -3.598298, 1.054556), - normal: (-0.738865, 0.325814, -0.589851), }, - Vertex { position: (-2.870422, -3.601724, 0.843123), - normal: (-0.562406, -0.352304, -0.748051), }, - Vertex { position: (-3.082741, -3.598298, 1.054556), - normal: (-0.738865, 0.325814, -0.589851), }, - Vertex { position: (-3.006867, -3.575464, 0.830221), - normal: (-0.482826, -0.146891, -0.863309), }, - Vertex { position: (-2.740824, -3.597601, 0.875006), - normal: (0.115225, 0.169061, -0.978847), }, - Vertex { position: (-2.791754, -3.635993, 1.078555), - normal: (0.024044, 0.175693, -0.984151), }, - Vertex { position: (-2.922908, -3.637036, 1.059206), - normal: (-0.670566, 0.283017, -0.685743), }, - Vertex { position: (-2.740824, -3.597601, 0.875006), - normal: (0.115225, 0.169061, -0.978847), }, - Vertex { position: (-2.922908, -3.637036, 1.059206), - normal: (-0.670566, 0.283017, -0.685743), }, - Vertex { position: (-2.870422, -3.601724, 0.843123), - normal: (-0.562406, -0.352304, -0.748051), }, - Vertex { position: (-3.042899, -3.193907, 1.207296), - normal: (0.405755, -0.293021, 0.865737), }, - Vertex { position: (-2.888628, -3.200302, 1.210934), - normal: (0.254799, -0.149124, 0.955426), }, - Vertex { position: (-3.03125, -3.09594, 1.106355), - normal: (-0.541406, 0.227835, 0.809302), }, - Vertex { position: (-3.042899, -3.193907, 1.207296), - normal: (0.405755, -0.293021, 0.865737), }, - Vertex { position: (-3.03125, -3.09594, 1.106355), - normal: (-0.541406, 0.227835, 0.809302), }, - Vertex { position: (-3.121673, -3.120319, 1.136456), - normal: (-0.125911, -0.68432, -0.718229), }, - Vertex { position: (-3.135041, -3.243787, 1.189436), - normal: (0.487947, -0.44627, 0.750167), }, - Vertex { position: (-3.042899, -3.193907, 1.207296), - normal: (0.405755, -0.293021, 0.865737), }, - Vertex { position: (-3.121673, -3.120319, 1.136456), - normal: (-0.125911, -0.68432, -0.718229), }, - Vertex { position: (-3.135041, -3.243787, 1.189436), - normal: (0.487947, -0.44627, 0.750167), }, - Vertex { position: (-3.121673, -3.120319, 1.136456), - normal: (-0.125911, -0.68432, -0.718229), }, - Vertex { position: (-3.169546, -3.135273, 1.128247), - normal: (0.535863, 0.090315, -0.83946), }, - Vertex { position: (-3.184143, -3.298048, 1.156892), - normal: (-0.059163, 0.13391, 0.989226), }, - Vertex { position: (-3.135041, -3.243787, 1.189436), - normal: (0.487947, -0.44627, 0.750167), }, - Vertex { position: (-3.169546, -3.135273, 1.128247), - normal: (0.535863, 0.090315, -0.83946), }, - Vertex { position: (-3.184143, -3.298048, 1.156892), - normal: (-0.059163, 0.13391, 0.989226), }, - Vertex { position: (-3.169546, -3.135273, 1.128247), - normal: (0.535863, 0.090315, -0.83946), }, - Vertex { position: (-3.217306, -3.187686, 1.075214), - normal: (0.085126, 0.114843, 0.98973), }, - Vertex { position: (-2.80326, -3.21358, 0.942403), - normal: (0.199599, 0.097869, -0.974978), }, - Vertex { position: (-2.928681, -3.072892, 0.924772), - normal: (0.236645, -0.06852, -0.969177), }, - Vertex { position: (-2.884711, -3.063896, 0.993766), - normal: (-0.161613, 0.16539, 0.972896), }, - Vertex { position: (-2.80326, -3.21358, 0.942403), - normal: (0.199599, 0.097869, -0.974978), }, - Vertex { position: (-2.884711, -3.063896, 0.993766), - normal: (-0.161613, 0.16539, 0.972896), }, - Vertex { position: (-2.770335, -3.208138, 1.031045), - normal: (-0.206994, 0.072903, 0.975622), }, - Vertex { position: (-2.787341, -3.278502, 1.138621), - normal: (0.177373, 0.037311, 0.983436), }, - Vertex { position: (-2.749355, -3.272099, 1.034148), - normal: (0.159383, -0.507401, -0.846842), }, - Vertex { position: (-2.770335, -3.208138, 1.031045), - normal: (-0.206994, 0.072903, 0.975622), }, - Vertex { position: (-2.787341, -3.278502, 1.138621), - normal: (0.177373, 0.037311, 0.983436), }, - Vertex { position: (-2.770335, -3.208138, 1.031045), - normal: (-0.206994, 0.072903, 0.975622), }, - Vertex { position: (-2.822497, -3.186549, 1.120984), - normal: (-0.308543, 0.191148, 0.931807), }, - Vertex { position: (-2.631547, -3.559891, 1.33738), - normal: (-0.026425, 0.178249, 0.983631), }, - Vertex { position: (-2.58358, -3.514267, 1.278598), - normal: (0.35124, -0.91474, -0.199704), }, - Vertex { position: (-2.699957, -3.390295, 1.185593), - normal: (-0.048366, 0.138166, 0.989227), }, - Vertex { position: (-2.631547, -3.559891, 1.33738), - normal: (-0.026425, 0.178249, 0.983631), }, - Vertex { position: (-2.699957, -3.390295, 1.185593), - normal: (-0.048366, 0.138166, 0.989227), }, - Vertex { position: (-2.736599, -3.394849, 1.269577), - normal: (0.011655, 0.055061, 0.998415), }, - Vertex { position: (-2.52472, -3.561609, 1.161535), - normal: (0.285409, -0.933801, -0.215773), }, - Vertex { position: (-2.649491, -3.404362, 1.100352), - normal: (-0.97518, 0.20982, -0.070713), }, - Vertex { position: (-2.699957, -3.390295, 1.185593), - normal: (-0.048366, 0.138166, 0.989227), }, - Vertex { position: (-2.52472, -3.561609, 1.161535), - normal: (0.285409, -0.933801, -0.215773), }, - Vertex { position: (-2.699957, -3.390295, 1.185593), - normal: (-0.048366, 0.138166, 0.989227), }, - Vertex { position: (-2.58358, -3.514267, 1.278598), - normal: (0.35124, -0.91474, -0.199704), }, - Vertex { position: (-2.749355, -3.272099, 1.034148), - normal: (0.159383, -0.507401, -0.846842), }, - Vertex { position: (-2.787341, -3.278502, 1.138621), - normal: (0.177373, 0.037311, 0.983436), }, - Vertex { position: (-2.699957, -3.390295, 1.185593), - normal: (-0.048366, 0.138166, 0.989227), }, - Vertex { position: (-2.749355, -3.272099, 1.034148), - normal: (0.159383, -0.507401, -0.846842), }, - Vertex { position: (-2.699957, -3.390295, 1.185593), - normal: (-0.048366, 0.138166, 0.989227), }, - Vertex { position: (-2.649491, -3.404362, 1.100352), - normal: (-0.97518, 0.20982, -0.070713), }, - Vertex { position: (-2.593513, -3.536154, 0.94245), - normal: (-0.999995, 0.003039, 0.000095), }, - Vertex { position: (-2.668957, -3.397513, 0.943626), - normal: (-0.830756, 0.127038, 0.541946), }, - Vertex { position: (-2.649491, -3.404362, 1.100352), - normal: (-0.97518, 0.20982, -0.070713), }, - Vertex { position: (-2.593513, -3.536154, 0.94245), - normal: (-0.999995, 0.003039, 0.000095), }, - Vertex { position: (-2.649491, -3.404362, 1.100352), - normal: (-0.97518, 0.20982, -0.070713), }, - Vertex { position: (-2.52472, -3.561609, 1.161535), - normal: (0.285409, -0.933801, -0.215773), }, - Vertex { position: (-2.749867, -3.295148, 0.966073), - normal: (-0.874688, -0.025586, 0.48401), }, - Vertex { position: (-2.749355, -3.272099, 1.034148), - normal: (0.159383, -0.507401, -0.846842), }, - Vertex { position: (-2.649491, -3.404362, 1.100352), - normal: (-0.97518, 0.20982, -0.070713), }, - Vertex { position: (-2.749867, -3.295148, 0.966073), - normal: (-0.874688, -0.025586, 0.48401), }, - Vertex { position: (-2.649491, -3.404362, 1.100352), - normal: (-0.97518, 0.20982, -0.070713), }, - Vertex { position: (-2.668957, -3.397513, 0.943626), - normal: (-0.830756, 0.127038, 0.541946), }, - Vertex { position: (-2.80326, -3.21358, 0.942403), - normal: (0.199599, 0.097869, -0.974978), }, - Vertex { position: (-2.770335, -3.208138, 1.031045), - normal: (-0.206994, 0.072903, 0.975622), }, - Vertex { position: (-2.749355, -3.272099, 1.034148), - normal: (0.159383, -0.507401, -0.846842), }, - Vertex { position: (-2.80326, -3.21358, 0.942403), - normal: (0.199599, 0.097869, -0.974978), }, - Vertex { position: (-2.749355, -3.272099, 1.034148), - normal: (0.159383, -0.507401, -0.846842), }, - Vertex { position: (-2.749867, -3.295148, 0.966073), - normal: (-0.874688, -0.025586, 0.48401), }, - Vertex { position: (-3.011987, -3.092, 0.860973), - normal: (-0.860798, 0.234294, 0.451812), }, - Vertex { position: (-2.944625, -3.282121, 0.817054), - normal: (-0.405387, 0.054444, 0.912522), }, - Vertex { position: (-3.087335, -3.350463, 0.831656), - normal: (-0.382827, 0.20765, -0.900181), }, - Vertex { position: (-3.011987, -3.092, 0.860973), - normal: (-0.860798, 0.234294, 0.451812), }, - Vertex { position: (-3.087335, -3.350463, 0.831656), - normal: (-0.382827, 0.20765, -0.900181), }, - Vertex { position: (-3.11957, -3.183977, 0.870739), - normal: (-0.64352, 0.086605, -0.760514), }, - Vertex { position: (-2.928681, -3.072892, 0.924772), - normal: (0.236645, -0.06852, -0.969177), }, - Vertex { position: (-2.80326, -3.21358, 0.942403), - normal: (0.199599, 0.097869, -0.974978), }, - Vertex { position: (-2.944625, -3.282121, 0.817054), - normal: (-0.405387, 0.054444, 0.912522), }, - Vertex { position: (-2.928681, -3.072892, 0.924772), - normal: (0.236645, -0.06852, -0.969177), }, - Vertex { position: (-2.944625, -3.282121, 0.817054), - normal: (-0.405387, 0.054444, 0.912522), }, - Vertex { position: (-3.011987, -3.092, 0.860973), - normal: (-0.860798, 0.234294, 0.451812), }, - Vertex { position: (-2.944625, -3.282121, 0.817054), - normal: (-0.405387, 0.054444, 0.912522), }, - Vertex { position: (-2.890885, -3.415616, 0.819125), - normal: (-0.51506, -0.054833, 0.855398), }, - Vertex { position: (-3.074557, -3.486847, 0.843432), - normal: (-0.421241, 0.09636, -0.901815), }, - Vertex { position: (-2.944625, -3.282121, 0.817054), - normal: (-0.405387, 0.054444, 0.912522), }, - Vertex { position: (-3.074557, -3.486847, 0.843432), - normal: (-0.421241, 0.09636, -0.901815), }, - Vertex { position: (-3.087335, -3.350463, 0.831656), - normal: (-0.382827, 0.20765, -0.900181), }, - Vertex { position: (-2.80326, -3.21358, 0.942403), - normal: (0.199599, 0.097869, -0.974978), }, - Vertex { position: (-2.749867, -3.295148, 0.966073), - normal: (-0.874688, -0.025586, 0.48401), }, - Vertex { position: (-2.890885, -3.415616, 0.819125), - normal: (-0.51506, -0.054833, 0.855398), }, - Vertex { position: (-2.80326, -3.21358, 0.942403), - normal: (0.199599, 0.097869, -0.974978), }, - Vertex { position: (-2.890885, -3.415616, 0.819125), - normal: (-0.51506, -0.054833, 0.855398), }, - Vertex { position: (-2.944625, -3.282121, 0.817054), - normal: (-0.405387, 0.054444, 0.912522), }, - Vertex { position: (-3.006867, -3.575464, 0.830221), - normal: (-0.482826, -0.146891, -0.863309), }, - Vertex { position: (-3.074557, -3.486847, 0.843432), - normal: (-0.421241, 0.09636, -0.901815), }, - Vertex { position: (-2.890885, -3.415616, 0.819125), - normal: (-0.51506, -0.054833, 0.855398), }, - Vertex { position: (-3.006867, -3.575464, 0.830221), - normal: (-0.482826, -0.146891, -0.863309), }, - Vertex { position: (-2.890885, -3.415616, 0.819125), - normal: (-0.51506, -0.054833, 0.855398), }, - Vertex { position: (-2.870422, -3.601724, 0.843123), - normal: (-0.562406, -0.352304, -0.748051), }, - Vertex { position: (-2.668957, -3.397513, 0.943626), - normal: (-0.830756, 0.127038, 0.541946), }, - Vertex { position: (-2.890885, -3.415616, 0.819125), - normal: (-0.51506, -0.054833, 0.855398), }, - Vertex { position: (-2.749867, -3.295148, 0.966073), - normal: (-0.874688, -0.025586, 0.48401), }, - Vertex { position: (-2.890885, -3.415616, 0.819125), - normal: (-0.51506, -0.054833, 0.855398), }, - Vertex { position: (-2.740824, -3.597601, 0.875006), - normal: (0.115225, 0.169061, -0.978847), }, - Vertex { position: (-2.870422, -3.601724, 0.843123), - normal: (-0.562406, -0.352304, -0.748051), }, - Vertex { position: (-2.740824, -3.597601, 0.875006), - normal: (0.115225, 0.169061, -0.978847), }, - Vertex { position: (-2.890885, -3.415616, 0.819125), - normal: (-0.51506, -0.054833, 0.855398), }, - Vertex { position: (-2.668957, -3.397513, 0.943626), - normal: (-0.830756, 0.127038, 0.541946), }, - Vertex { position: (-2.740824, -3.597601, 0.875006), - normal: (0.115225, 0.169061, -0.978847), }, - Vertex { position: (-2.668957, -3.397513, 0.943626), - normal: (-0.830756, 0.127038, 0.541946), }, - Vertex { position: (-2.593513, -3.536154, 0.94245), - normal: (-0.999995, 0.003039, 0.000095), }, - Vertex { position: (-2.791754, -3.635993, 1.078555), - normal: (0.024044, 0.175693, -0.984151), }, - Vertex { position: (-2.740824, -3.597601, 0.875006), - normal: (0.115225, 0.169061, -0.978847), }, - Vertex { position: (-2.593513, -3.536154, 0.94245), - normal: (-0.999995, 0.003039, 0.000095), }, - Vertex { position: (-2.791754, -3.635993, 1.078555), - normal: (0.024044, 0.175693, -0.984151), }, - Vertex { position: (-2.593513, -3.536154, 0.94245), - normal: (-0.999995, 0.003039, 0.000095), }, - Vertex { position: (-2.52472, -3.561609, 1.161535), - normal: (0.285409, -0.933801, -0.215773), }, - Vertex { position: (-2.791754, -3.635993, 1.078555), - normal: (0.024044, 0.175693, -0.984151), }, - Vertex { position: (-2.729567, -3.602976, 1.377236), - normal: (-0.093334, 0.204552, 0.974396), }, - Vertex { position: (-2.981824, -3.608887, 1.346959), - normal: (-0.057735, 0.03099, 0.997851), }, - Vertex { position: (-2.791754, -3.635993, 1.078555), - normal: (0.024044, 0.175693, -0.984151), }, - Vertex { position: (-2.981824, -3.608887, 1.346959), - normal: (-0.057735, 0.03099, 0.997851), }, - Vertex { position: (-2.922908, -3.637036, 1.059206), - normal: (-0.670566, 0.283017, -0.685743), }, - Vertex { position: (-2.822497, -3.186549, 1.120984), - normal: (-0.308543, 0.191148, 0.931807), }, - Vertex { position: (-2.90901, -3.084482, 1.089147), - normal: (0.07463, 0.029476, 0.996776), }, - Vertex { position: (-3.03125, -3.09594, 1.106355), - normal: (-0.541406, 0.227835, 0.809302), }, - Vertex { position: (-2.52472, -3.561609, 1.161535), - normal: (0.285409, -0.933801, -0.215773), }, - Vertex { position: (-2.58358, -3.514267, 1.278598), - normal: (0.35124, -0.91474, -0.199704), }, - Vertex { position: (-2.631547, -3.559891, 1.33738), - normal: (-0.026425, 0.178249, 0.983631), }, - Vertex { position: (-2.52472, -3.561609, 1.161535), - normal: (0.285409, -0.933801, -0.215773), }, - Vertex { position: (-2.631547, -3.559891, 1.33738), - normal: (-0.026425, 0.178249, 0.983631), }, - Vertex { position: (-2.729567, -3.602976, 1.377236), - normal: (-0.093334, 0.204552, 0.974396), }, - Vertex { position: (-2.52472, -3.561609, 1.161535), - normal: (0.285409, -0.933801, -0.215773), }, - Vertex { position: (-2.729567, -3.602976, 1.377236), - normal: (-0.093334, 0.204552, 0.974396), }, -]; diff --git a/src/cow_horns.rs b/src/cow_horns.rs deleted file mode 100644 index 72b9b8d..0000000 --- a/src/cow_horns.rs +++ /dev/null @@ -1,2046 +0,0 @@ - -// This file auto-generated from cow_horns.c using model_c2rs.py -// Don't edit by hand! - -use cow_vertex::Vertex; - -pub const COW_HORNS_VERTICES: [Vertex; 1019] = [ - Vertex { position: (4.22473, 2.624525, -0.491916), - normal: (-0.000715, -0.295728, 0.955272), }, - Vertex { position: (4.209941, 2.600612, -0.337597), - normal: (-0.03479, 0.69667, 0.716547), }, - Vertex { position: (4.328606, 2.563996, -0.343892), - normal: (-0.01139, 0.953897, 0.299916), }, - Vertex { position: (4.22473, 2.624525, -0.491916), - normal: (-0.000715, -0.295728, 0.955272), }, - Vertex { position: (4.328606, 2.563996, -0.343892), - normal: (-0.01139, 0.953897, 0.299916), }, - Vertex { position: (4.344028, 2.585635, -0.470949), - normal: (-0.163152, 0.69985, 0.695407), }, - Vertex { position: (4.344028, 2.585635, -0.470949), - normal: (-0.163152, 0.69985, 0.695407), }, - Vertex { position: (4.328606, 2.563996, -0.343892), - normal: (-0.01139, 0.953897, 0.299916), }, - Vertex { position: (4.410844, 2.500167, -0.351972), - normal: (-0.151742, 0.274295, 0.949598), }, - Vertex { position: (4.344028, 2.585635, -0.470949), - normal: (-0.163152, 0.69985, 0.695407), }, - Vertex { position: (4.410844, 2.500167, -0.351972), - normal: (-0.151742, 0.274295, 0.949598), }, - Vertex { position: (4.407729, 2.53164, -0.486692), - normal: (-0.090939, 0.953562, 0.287141), }, - Vertex { position: (4.277169, 2.652435, -0.591369), - normal: (0.008972, 0.708004, 0.706152), }, - Vertex { position: (4.22473, 2.624525, -0.491916), - normal: (-0.000715, -0.295728, 0.955272), }, - Vertex { position: (4.344028, 2.585635, -0.470949), - normal: (-0.163152, 0.69985, 0.695407), }, - Vertex { position: (4.277169, 2.652435, -0.591369), - normal: (0.008972, 0.708004, 0.706152), }, - Vertex { position: (4.344028, 2.585635, -0.470949), - normal: (-0.163152, 0.69985, 0.695407), }, - Vertex { position: (4.359483, 2.615839, -0.596817), - normal: (0.809878, -0.450757, -0.375386), }, - Vertex { position: (4.359483, 2.615839, -0.596817), - normal: (0.809878, -0.450757, -0.375386), }, - Vertex { position: (4.344028, 2.585635, -0.470949), - normal: (-0.163152, 0.69985, 0.695407), }, - Vertex { position: (4.407729, 2.53164, -0.486692), - normal: (-0.090939, 0.953562, 0.287141), }, - Vertex { position: (4.359483, 2.615839, -0.596817), - normal: (0.809878, -0.450757, -0.375386), }, - Vertex { position: (4.407729, 2.53164, -0.486692), - normal: (-0.090939, 0.953562, 0.287141), }, - Vertex { position: (4.423033, 2.561337, -0.603562), - normal: (0.795507, -0.586003, -0.154171), }, - Vertex { position: (4.35668, 2.682996, -0.71905), - normal: (0.743898, -0.655714, 0.129057), }, - Vertex { position: (4.277169, 2.652435, -0.591369), - normal: (0.008972, 0.708004, 0.706152), }, - Vertex { position: (4.359483, 2.615839, -0.596817), - normal: (0.809878, -0.450757, -0.375386), }, - Vertex { position: (4.35668, 2.682996, -0.71905), - normal: (0.743898, -0.655714, 0.129057), }, - Vertex { position: (4.359483, 2.615839, -0.596817), - normal: (0.809878, -0.450757, -0.375386), }, - Vertex { position: (4.411541, 2.663824, -0.713132), - normal: (0.083641, -0.819891, -0.566378), }, - Vertex { position: (4.411541, 2.663824, -0.713132), - normal: (0.083641, -0.819891, -0.566378), }, - Vertex { position: (4.359483, 2.615839, -0.596817), - normal: (0.809878, -0.450757, -0.375386), }, - Vertex { position: (4.423033, 2.561337, -0.603562), - normal: (0.795507, -0.586003, -0.154171), }, - Vertex { position: (4.411541, 2.663824, -0.713132), - normal: (0.083641, -0.819891, -0.566378), }, - Vertex { position: (4.423033, 2.561337, -0.603562), - normal: (0.795507, -0.586003, -0.154171), }, - Vertex { position: (4.47609, 2.606654, -0.692301), - normal: (0.042118, -0.881894, -0.469563), }, - Vertex { position: (4.418954, 2.707401, -0.782531), - normal: (0.713982, 0.301536, -0.631907), }, - Vertex { position: (4.35668, 2.682996, -0.71905), - normal: (0.743898, -0.655714, 0.129057), }, - Vertex { position: (4.411541, 2.663824, -0.713132), - normal: (0.083641, -0.819891, -0.566378), }, - Vertex { position: (4.418954, 2.707401, -0.782531), - normal: (0.713982, 0.301536, -0.631907), }, - Vertex { position: (4.411541, 2.663824, -0.713132), - normal: (0.083641, -0.819891, -0.566378), }, - Vertex { position: (4.465268, 2.695425, -0.757267), - normal: (0.086688, -0.887002, -0.453556), }, - Vertex { position: (4.411541, 2.663824, -0.713132), - normal: (0.083641, -0.819891, -0.566378), }, - Vertex { position: (4.47609, 2.606654, -0.692301), - normal: (0.042118, -0.881894, -0.469563), }, - Vertex { position: (4.520603, 2.639162, -0.745542), - normal: (0.571341, -0.68069, 0.458509), }, - Vertex { position: (4.411541, 2.663824, -0.713132), - normal: (0.083641, -0.819891, -0.566378), }, - Vertex { position: (4.520603, 2.639162, -0.745542), - normal: (0.571341, -0.68069, 0.458509), }, - Vertex { position: (4.465268, 2.695425, -0.757267), - normal: (0.086688, -0.887002, -0.453556), }, - Vertex { position: (4.509555, 2.719807, -0.819972), - normal: (0.176955, -0.903058, -0.391373), }, - Vertex { position: (4.418954, 2.707401, -0.782531), - normal: (0.713982, 0.301536, -0.631907), }, - Vertex { position: (4.465268, 2.695425, -0.757267), - normal: (0.086688, -0.887002, -0.453556), }, - Vertex { position: (4.509555, 2.719807, -0.819972), - normal: (0.176955, -0.903058, -0.391373), }, - Vertex { position: (4.465268, 2.695425, -0.757267), - normal: (0.086688, -0.887002, -0.453556), }, - Vertex { position: (4.546655, 2.709095, -0.80378), - normal: (0.388502, -0.664299, 0.638571), }, - Vertex { position: (4.465268, 2.695425, -0.757267), - normal: (0.086688, -0.887002, -0.453556), }, - Vertex { position: (4.520603, 2.639162, -0.745542), - normal: (0.571341, -0.68069, 0.458509), }, - Vertex { position: (4.574545, 2.669863, -0.780363), - normal: (0.21141, -0.953268, -0.215838), }, - Vertex { position: (4.465268, 2.695425, -0.757267), - normal: (0.086688, -0.887002, -0.453556), }, - Vertex { position: (4.574545, 2.669863, -0.780363), - normal: (0.21141, -0.953268, -0.215838), }, - Vertex { position: (4.546655, 2.709095, -0.80378), - normal: (0.388502, -0.664299, 0.638571), }, - Vertex { position: (4.407729, 2.53164, -0.486692), - normal: (-0.090939, 0.953562, 0.287141), }, - Vertex { position: (4.410844, 2.500167, -0.351972), - normal: (-0.151742, 0.274295, 0.949598), }, - Vertex { position: (4.474318, 2.418432, -0.361347), - normal: (0.288841, -0.745301, 0.600914), }, - Vertex { position: (4.407729, 2.53164, -0.486692), - normal: (-0.090939, 0.953562, 0.287141), }, - Vertex { position: (4.474318, 2.418432, -0.361347), - normal: (0.288841, -0.745301, 0.600914), }, - Vertex { position: (4.44385, 2.449921, -0.495432), - normal: (0.237421, -0.963021, -0.127365), }, - Vertex { position: (4.423033, 2.561337, -0.603562), - normal: (0.795507, -0.586003, -0.154171), }, - Vertex { position: (4.407729, 2.53164, -0.486692), - normal: (-0.090939, 0.953562, 0.287141), }, - Vertex { position: (4.44385, 2.449921, -0.495432), - normal: (0.237421, -0.963021, -0.127365), }, - Vertex { position: (4.423033, 2.561337, -0.603562), - normal: (0.795507, -0.586003, -0.154171), }, - Vertex { position: (4.44385, 2.449921, -0.495432), - normal: (0.237421, -0.963021, -0.127365), }, - Vertex { position: (4.44076, 2.490353, -0.629287), - normal: (0.157921, -0.851177, 0.500558), }, - Vertex { position: (4.47609, 2.606654, -0.692301), - normal: (0.042118, -0.881894, -0.469563), }, - Vertex { position: (4.423033, 2.561337, -0.603562), - normal: (0.795507, -0.586003, -0.154171), }, - Vertex { position: (4.44076, 2.490353, -0.629287), - normal: (0.157921, -0.851177, 0.500558), }, - Vertex { position: (4.47609, 2.606654, -0.692301), - normal: (0.042118, -0.881894, -0.469563), }, - Vertex { position: (4.44076, 2.490353, -0.629287), - normal: (0.157921, -0.851177, 0.500558), }, - Vertex { position: (4.484667, 2.534451, -0.708888), - normal: (0.254106, -0.95176, -0.171999), }, - Vertex { position: (4.520603, 2.639162, -0.745542), - normal: (0.571341, -0.68069, 0.458509), }, - Vertex { position: (4.47609, 2.606654, -0.692301), - normal: (0.042118, -0.881894, -0.469563), }, - Vertex { position: (4.484667, 2.534451, -0.708888), - normal: (0.254106, -0.95176, -0.171999), }, - Vertex { position: (4.520603, 2.639162, -0.745542), - normal: (0.571341, -0.68069, 0.458509), }, - Vertex { position: (4.484667, 2.534451, -0.708888), - normal: (0.254106, -0.95176, -0.171999), }, - Vertex { position: (4.520165, 2.557971, -0.762427), - normal: (0.165259, -0.797056, 0.580854), }, - Vertex { position: (4.574545, 2.669863, -0.780363), - normal: (0.21141, -0.953268, -0.215838), }, - Vertex { position: (4.520603, 2.639162, -0.745542), - normal: (0.571341, -0.68069, 0.458509), }, - Vertex { position: (4.520165, 2.557971, -0.762427), - normal: (0.165259, -0.797056, 0.580854), }, - Vertex { position: (4.574545, 2.669863, -0.780363), - normal: (0.21141, -0.953268, -0.215838), }, - Vertex { position: (4.520165, 2.557971, -0.762427), - normal: (0.165259, -0.797056, 0.580854), }, - Vertex { position: (4.59262, 2.569879, -0.790452), - normal: (0.243744, -0.944481, -0.220328), }, - Vertex { position: (4.656565, 2.680542, -0.799684), - normal: (0.209939, -0.930128, -0.301309), }, - Vertex { position: (4.574545, 2.669863, -0.780363), - normal: (0.21141, -0.953268, -0.215838), }, - Vertex { position: (4.59262, 2.569879, -0.790452), - normal: (0.243744, -0.944481, -0.220328), }, - Vertex { position: (4.656565, 2.680542, -0.799684), - normal: (0.209939, -0.930128, -0.301309), }, - Vertex { position: (4.59262, 2.569879, -0.790452), - normal: (0.243744, -0.944481, -0.220328), }, - Vertex { position: (4.674691, 2.598833, -0.808006), - normal: (-0.05208, -0.715695, -0.696469), }, - Vertex { position: (4.646703, 2.728688, -0.822295), - normal: (0.287073, -0.905921, -0.311283), }, - Vertex { position: (4.546655, 2.709095, -0.80378), - normal: (0.388502, -0.664299, 0.638571), }, - Vertex { position: (4.574545, 2.669863, -0.780363), - normal: (0.21141, -0.953268, -0.215838), }, - Vertex { position: (4.646703, 2.728688, -0.822295), - normal: (0.287073, -0.905921, -0.311283), }, - Vertex { position: (4.574545, 2.669863, -0.780363), - normal: (0.21141, -0.953268, -0.215838), }, - Vertex { position: (4.656565, 2.680542, -0.799684), - normal: (0.209939, -0.930128, -0.301309), }, - Vertex { position: (4.636909, 2.750501, -0.856859), - normal: (0.267121, -0.895396, -0.356249), }, - Vertex { position: (4.509555, 2.719807, -0.819972), - normal: (0.176955, -0.903058, -0.391373), }, - Vertex { position: (4.546655, 2.709095, -0.80378), - normal: (0.388502, -0.664299, 0.638571), }, - Vertex { position: (4.636909, 2.750501, -0.856859), - normal: (0.267121, -0.895396, -0.356249), }, - Vertex { position: (4.546655, 2.709095, -0.80378), - normal: (0.388502, -0.664299, 0.638571), }, - Vertex { position: (4.646703, 2.728688, -0.822295), - normal: (0.287073, -0.905921, -0.311283), }, - Vertex { position: (4.748031, 2.683805, -0.800044), - normal: (-0.290459, -0.499809, -0.815981), }, - Vertex { position: (4.656565, 2.680542, -0.799684), - normal: (0.209939, -0.930128, -0.301309), }, - Vertex { position: (4.674691, 2.598833, -0.808006), - normal: (-0.05208, -0.715695, -0.696469), }, - Vertex { position: (4.748031, 2.683805, -0.800044), - normal: (-0.290459, -0.499809, -0.815981), }, - Vertex { position: (4.674691, 2.598833, -0.808006), - normal: (-0.05208, -0.715695, -0.696469), }, - Vertex { position: (4.729447, 2.606204, -0.807513), - normal: (-0.501597, -0.526154, -0.686704), }, - Vertex { position: (4.728931, 2.721892, -0.832625), - normal: (-0.538845, -0.659239, -0.524452), }, - Vertex { position: (4.646703, 2.728688, -0.822295), - normal: (0.287073, -0.905921, -0.311283), }, - Vertex { position: (4.656565, 2.680542, -0.799684), - normal: (0.209939, -0.930128, -0.301309), }, - Vertex { position: (4.728931, 2.721892, -0.832625), - normal: (-0.538845, -0.659239, -0.524452), }, - Vertex { position: (4.656565, 2.680542, -0.799684), - normal: (0.209939, -0.930128, -0.301309), }, - Vertex { position: (4.748031, 2.683805, -0.800044), - normal: (-0.290459, -0.499809, -0.815981), }, - Vertex { position: (4.719171, 2.751091, -0.865965), - normal: (-0.53682, -0.608254, -0.58468), }, - Vertex { position: (4.636909, 2.750501, -0.856859), - normal: (0.267121, -0.895396, -0.356249), }, - Vertex { position: (4.646703, 2.728688, -0.822295), - normal: (0.287073, -0.905921, -0.311283), }, - Vertex { position: (4.719171, 2.751091, -0.865965), - normal: (-0.53682, -0.608254, -0.58468), }, - Vertex { position: (4.646703, 2.728688, -0.822295), - normal: (0.287073, -0.905921, -0.311283), }, - Vertex { position: (4.728931, 2.721892, -0.832625), - normal: (-0.538845, -0.659239, -0.524452), }, - Vertex { position: (4.821325, 2.691794, -0.791887), - normal: (-0.635876, 0.32433, -0.700337), }, - Vertex { position: (4.748031, 2.683805, -0.800044), - normal: (-0.290459, -0.499809, -0.815981), }, - Vertex { position: (4.729447, 2.606204, -0.807513), - normal: (-0.501597, -0.526154, -0.686704), }, - Vertex { position: (4.821325, 2.691794, -0.791887), - normal: (-0.635876, 0.32433, -0.700337), }, - Vertex { position: (4.729447, 2.606204, -0.807513), - normal: (-0.501597, -0.526154, -0.686704), }, - Vertex { position: (4.821336, 2.621498, -0.789636), - normal: (-0.376273, -0.14016, -0.915846), }, - Vertex { position: (4.811798, 2.72868, -0.815406), - normal: (-0.508573, -0.111047, -0.853828), }, - Vertex { position: (4.728931, 2.721892, -0.832625), - normal: (-0.538845, -0.659239, -0.524452), }, - Vertex { position: (4.748031, 2.683805, -0.800044), - normal: (-0.290459, -0.499809, -0.815981), }, - Vertex { position: (4.811798, 2.72868, -0.815406), - normal: (-0.508573, -0.111047, -0.853828), }, - Vertex { position: (4.748031, 2.683805, -0.800044), - normal: (-0.290459, -0.499809, -0.815981), }, - Vertex { position: (4.821325, 2.691794, -0.791887), - normal: (-0.635876, 0.32433, -0.700337), }, - Vertex { position: (4.719171, 2.751091, -0.865965), - normal: (-0.53682, -0.608254, -0.58468), }, - Vertex { position: (4.728931, 2.721892, -0.832625), - normal: (-0.538845, -0.659239, -0.524452), }, - Vertex { position: (4.811798, 2.72868, -0.815406), - normal: (-0.508573, -0.111047, -0.853828), }, - Vertex { position: (4.719171, 2.751091, -0.865965), - normal: (-0.53682, -0.608254, -0.58468), }, - Vertex { position: (4.811798, 2.72868, -0.815406), - normal: (-0.508573, -0.111047, -0.853828), }, - Vertex { position: (4.801436, 2.750224, -0.858918), - normal: (-0.724543, -0.128977, -0.677054), }, - Vertex { position: (5.096148, 2.75972, -0.774729), - normal: (-0.86136, -0.239794, -0.447836), }, - Vertex { position: (4.801436, 2.750224, -0.858918), - normal: (-0.724543, -0.128977, -0.677054), }, - Vertex { position: (4.811798, 2.72868, -0.815406), - normal: (-0.508573, -0.111047, -0.853828), }, - Vertex { position: (5.096148, 2.75972, -0.774729), - normal: (-0.86136, -0.239794, -0.447836), }, - Vertex { position: (4.811798, 2.72868, -0.815406), - normal: (-0.508573, -0.111047, -0.853828), }, - Vertex { position: (4.821325, 2.691794, -0.791887), - normal: (-0.635876, 0.32433, -0.700337), }, - Vertex { position: (5.096148, 2.75972, -0.774729), - normal: (-0.86136, -0.239794, -0.447836), }, - Vertex { position: (4.821325, 2.691794, -0.791887), - normal: (-0.635876, 0.32433, -0.700337), }, - Vertex { position: (4.821336, 2.621498, -0.789636), - normal: (-0.376273, -0.14016, -0.915846), }, - Vertex { position: (4.442912, 2.343263, -0.53322), - normal: (-0.903777, -0.182749, -0.387027), }, - Vertex { position: (4.44385, 2.449921, -0.495432), - normal: (0.237421, -0.963021, -0.127365), }, - Vertex { position: (4.474318, 2.418432, -0.361347), - normal: (0.288841, -0.745301, 0.600914), }, - Vertex { position: (4.442912, 2.343263, -0.53322), - normal: (-0.903777, -0.182749, -0.387027), }, - Vertex { position: (4.474318, 2.418432, -0.361347), - normal: (0.288841, -0.745301, 0.600914), }, - Vertex { position: (4.472349, 2.325133, -0.443764), - normal: (0.195545, 0.103956, -0.975169), }, - Vertex { position: (4.440713, 2.398472, -0.629128), - normal: (-0.911341, 0.002265, -0.411646), }, - Vertex { position: (4.44076, 2.490353, -0.629287), - normal: (0.157921, -0.851177, 0.500558), }, - Vertex { position: (4.44385, 2.449921, -0.495432), - normal: (0.237421, -0.963021, -0.127365), }, - Vertex { position: (4.440713, 2.398472, -0.629128), - normal: (-0.911341, 0.002265, -0.411646), }, - Vertex { position: (4.44385, 2.449921, -0.495432), - normal: (0.237421, -0.963021, -0.127365), }, - Vertex { position: (4.442912, 2.343263, -0.53322), - normal: (-0.903777, -0.182749, -0.387027), }, - Vertex { position: (4.484667, 2.534451, -0.708888), - normal: (0.254106, -0.95176, -0.171999), }, - Vertex { position: (4.44076, 2.490353, -0.629287), - normal: (0.157921, -0.851177, 0.500558), }, - Vertex { position: (4.440713, 2.398472, -0.629128), - normal: (-0.911341, 0.002265, -0.411646), }, - Vertex { position: (4.484667, 2.534451, -0.708888), - normal: (0.254106, -0.95176, -0.171999), }, - Vertex { position: (4.440713, 2.398472, -0.629128), - normal: (-0.911341, 0.002265, -0.411646), }, - Vertex { position: (4.474625, 2.465214, -0.75189), - normal: (-0.77316, 0.344901, -0.532228), }, - Vertex { position: (4.440713, 2.398472, -0.629128), - normal: (-0.911341, 0.002265, -0.411646), }, - Vertex { position: (4.442912, 2.343263, -0.53322), - normal: (-0.903777, -0.182749, -0.387027), }, - Vertex { position: (4.314039, 2.32946, -0.57751), - normal: (-0.566117, 0.431682, -0.702255), }, - Vertex { position: (4.440713, 2.398472, -0.629128), - normal: (-0.911341, 0.002265, -0.411646), }, - Vertex { position: (4.314039, 2.32946, -0.57751), - normal: (-0.566117, 0.431682, -0.702255), }, - Vertex { position: (4.32063, 2.385528, -0.682583), - normal: (-0.383863, 0.612068, -0.691392), }, - Vertex { position: (4.314039, 2.32946, -0.57751), - normal: (-0.566117, 0.431682, -0.702255), }, - Vertex { position: (4.442912, 2.343263, -0.53322), - normal: (-0.903777, -0.182749, -0.387027), }, - Vertex { position: (4.472349, 2.325133, -0.443764), - normal: (0.195545, 0.103956, -0.975169), }, - Vertex { position: (4.314039, 2.32946, -0.57751), - normal: (-0.566117, 0.431682, -0.702255), }, - Vertex { position: (4.472349, 2.325133, -0.443764), - normal: (0.195545, 0.103956, -0.975169), }, - Vertex { position: (4.296769, 2.260422, -0.528796), - normal: (-0.091679, 0.768658, -0.633056), }, - Vertex { position: (4.474625, 2.465214, -0.75189), - normal: (-0.77316, 0.344901, -0.532228), }, - Vertex { position: (4.440713, 2.398472, -0.629128), - normal: (-0.911341, 0.002265, -0.411646), }, - Vertex { position: (4.32063, 2.385528, -0.682583), - normal: (-0.383863, 0.612068, -0.691392), }, - Vertex { position: (4.474625, 2.465214, -0.75189), - normal: (-0.77316, 0.344901, -0.532228), }, - Vertex { position: (4.32063, 2.385528, -0.682583), - normal: (-0.383863, 0.612068, -0.691392), }, - Vertex { position: (4.382053, 2.433474, -0.798757), - normal: (-0.911194, 0.285551, -0.296961), }, - Vertex { position: (4.520165, 2.557971, -0.762427), - normal: (0.165259, -0.797056, 0.580854), }, - Vertex { position: (4.484667, 2.534451, -0.708888), - normal: (0.254106, -0.95176, -0.171999), }, - Vertex { position: (4.474625, 2.465214, -0.75189), - normal: (-0.77316, 0.344901, -0.532228), }, - Vertex { position: (4.520165, 2.557971, -0.762427), - normal: (0.165259, -0.797056, 0.580854), }, - Vertex { position: (4.474625, 2.465214, -0.75189), - normal: (-0.77316, 0.344901, -0.532228), }, - Vertex { position: (4.538177, 2.513353, -0.776566), - normal: (-0.931592, 0.319003, -0.174277), }, - Vertex { position: (4.538177, 2.513353, -0.776566), - normal: (-0.931592, 0.319003, -0.174277), }, - Vertex { position: (4.474625, 2.465214, -0.75189), - normal: (-0.77316, 0.344901, -0.532228), }, - Vertex { position: (4.382053, 2.433474, -0.798757), - normal: (-0.911194, 0.285551, -0.296961), }, - Vertex { position: (4.538177, 2.513353, -0.776566), - normal: (-0.931592, 0.319003, -0.174277), }, - Vertex { position: (4.382053, 2.433474, -0.798757), - normal: (-0.911194, 0.285551, -0.296961), }, - Vertex { position: (4.444739, 2.475795, -0.860515), - normal: (-0.895156, 0.397807, -0.201111), }, - Vertex { position: (4.59262, 2.569879, -0.790452), - normal: (0.243744, -0.944481, -0.220328), }, - Vertex { position: (4.520165, 2.557971, -0.762427), - normal: (0.165259, -0.797056, 0.580854), }, - Vertex { position: (4.538177, 2.513353, -0.776566), - normal: (-0.931592, 0.319003, -0.174277), }, - Vertex { position: (4.59262, 2.569879, -0.790452), - normal: (0.243744, -0.944481, -0.220328), }, - Vertex { position: (4.538177, 2.513353, -0.776566), - normal: (-0.931592, 0.319003, -0.174277), }, - Vertex { position: (4.601515, 2.533324, -0.794193), - normal: (-0.885174, 0.439903, -0.1515), }, - Vertex { position: (4.601515, 2.533324, -0.794193), - normal: (-0.885174, 0.439903, -0.1515), }, - Vertex { position: (4.538177, 2.513353, -0.776566), - normal: (-0.931592, 0.319003, -0.174277), }, - Vertex { position: (4.444739, 2.475795, -0.860515), - normal: (-0.895156, 0.397807, -0.201111), }, - Vertex { position: (4.601515, 2.533324, -0.794193), - normal: (-0.885174, 0.439903, -0.1515), }, - Vertex { position: (4.444739, 2.475795, -0.860515), - normal: (-0.895156, 0.397807, -0.201111), }, - Vertex { position: (4.554459, 2.511417, -0.850571), - normal: (-0.821561, 0.369567, -0.434116), }, - Vertex { position: (4.674691, 2.598833, -0.808006), - normal: (-0.05208, -0.715695, -0.696469), }, - Vertex { position: (4.59262, 2.569879, -0.790452), - normal: (0.243744, -0.944481, -0.220328), }, - Vertex { position: (4.601515, 2.533324, -0.794193), - normal: (-0.885174, 0.439903, -0.1515), }, - Vertex { position: (4.674691, 2.598833, -0.808006), - normal: (-0.05208, -0.715695, -0.696469), }, - Vertex { position: (4.601515, 2.533324, -0.794193), - normal: (-0.885174, 0.439903, -0.1515), }, - Vertex { position: (4.683344, 2.554221, -0.821927), - normal: (-0.742898, 0.572423, -0.347037), }, - Vertex { position: (4.683344, 2.554221, -0.821927), - normal: (-0.742898, 0.572423, -0.347037), }, - Vertex { position: (4.601515, 2.533324, -0.794193), - normal: (-0.885174, 0.439903, -0.1515), }, - Vertex { position: (4.554459, 2.511417, -0.850571), - normal: (-0.821561, 0.369567, -0.434116), }, - Vertex { position: (4.683344, 2.554221, -0.821927), - normal: (-0.742898, 0.572423, -0.347037), }, - Vertex { position: (4.554459, 2.511417, -0.850571), - normal: (-0.821561, 0.369567, -0.434116), }, - Vertex { position: (4.681847, 2.551036, -0.886235), - normal: (-0.659696, 0.567803, -0.492342), }, - Vertex { position: (4.737893, 2.564648, -0.830389), - normal: (0.11638, 0.680313, -0.723623), }, - Vertex { position: (4.683344, 2.554221, -0.821927), - normal: (-0.742898, 0.572423, -0.347037), }, - Vertex { position: (4.681847, 2.551036, -0.886235), - normal: (-0.659696, 0.567803, -0.492342), }, - Vertex { position: (4.737893, 2.564648, -0.830389), - normal: (0.11638, 0.680313, -0.723623), }, - Vertex { position: (4.681847, 2.551036, -0.886235), - normal: (-0.659696, 0.567803, -0.492342), }, - Vertex { position: (4.755192, 2.568818, -0.876311), - normal: (0.206279, 0.744918, -0.634466), }, - Vertex { position: (4.829566, 2.580797, -0.821827), - normal: (-0.395723, 0.901671, -0.174334), }, - Vertex { position: (4.737893, 2.564648, -0.830389), - normal: (0.11638, 0.680313, -0.723623), }, - Vertex { position: (4.755192, 2.568818, -0.876311), - normal: (0.206279, 0.744918, -0.634466), }, - Vertex { position: (4.829566, 2.580797, -0.821827), - normal: (-0.395723, 0.901671, -0.174334), }, - Vertex { position: (4.755192, 2.568818, -0.876311), - normal: (0.206279, 0.744918, -0.634466), }, - Vertex { position: (4.856249, 2.593812, -0.867067), - normal: (-0.476949, 0.871028, -0.117606), }, - Vertex { position: (4.729447, 2.606204, -0.807513), - normal: (-0.501597, -0.526154, -0.686704), }, - Vertex { position: (4.674691, 2.598833, -0.808006), - normal: (-0.05208, -0.715695, -0.696469), }, - Vertex { position: (4.683344, 2.554221, -0.821927), - normal: (-0.742898, 0.572423, -0.347037), }, - Vertex { position: (4.729447, 2.606204, -0.807513), - normal: (-0.501597, -0.526154, -0.686704), }, - Vertex { position: (4.683344, 2.554221, -0.821927), - normal: (-0.742898, 0.572423, -0.347037), }, - Vertex { position: (4.737893, 2.564648, -0.830389), - normal: (0.11638, 0.680313, -0.723623), }, - Vertex { position: (4.821336, 2.621498, -0.789636), - normal: (-0.376273, -0.14016, -0.915846), }, - Vertex { position: (4.729447, 2.606204, -0.807513), - normal: (-0.501597, -0.526154, -0.686704), }, - Vertex { position: (4.737893, 2.564648, -0.830389), - normal: (0.11638, 0.680313, -0.723623), }, - Vertex { position: (4.821336, 2.621498, -0.789636), - normal: (-0.376273, -0.14016, -0.915846), }, - Vertex { position: (4.737893, 2.564648, -0.830389), - normal: (0.11638, 0.680313, -0.723623), }, - Vertex { position: (4.829566, 2.580797, -0.821827), - normal: (-0.395723, 0.901671, -0.174334), }, - Vertex { position: (4.662221, 2.556346, -0.940618), - normal: (-0.590366, 0.807127, 0.003753), }, - Vertex { position: (4.681847, 2.551036, -0.886235), - normal: (-0.659696, 0.567803, -0.492342), }, - Vertex { position: (4.554459, 2.511417, -0.850571), - normal: (-0.821561, 0.369567, -0.434116), }, - Vertex { position: (4.662221, 2.556346, -0.940618), - normal: (-0.590366, 0.807127, 0.003753), }, - Vertex { position: (4.554459, 2.511417, -0.850571), - normal: (-0.821561, 0.369567, -0.434116), }, - Vertex { position: (4.497719, 2.54748, -0.937659), - normal: (-0.594389, 0.803108, -0.041468), }, - Vertex { position: (4.681847, 2.551036, -0.886235), - normal: (-0.659696, 0.567803, -0.492342), }, - Vertex { position: (4.662221, 2.556346, -0.940618), - normal: (-0.590366, 0.807127, 0.003753), }, - Vertex { position: (4.763337, 2.590834, -0.929248), - normal: (-0.610894, 0.790229, 0.048447), }, - Vertex { position: (4.681847, 2.551036, -0.886235), - normal: (-0.659696, 0.567803, -0.492342), }, - Vertex { position: (4.763337, 2.590834, -0.929248), - normal: (-0.610894, 0.790229, 0.048447), }, - Vertex { position: (4.755192, 2.568818, -0.876311), - normal: (0.206279, 0.744918, -0.634466), }, - Vertex { position: (4.883022, 2.613658, -0.893163), - normal: (-0.091114, 0.94565, -0.312161), }, - Vertex { position: (4.856249, 2.593812, -0.867067), - normal: (-0.476949, 0.871028, -0.117606), }, - Vertex { position: (4.755192, 2.568818, -0.876311), - normal: (0.206279, 0.744918, -0.634466), }, - Vertex { position: (4.883022, 2.613658, -0.893163), - normal: (-0.091114, 0.94565, -0.312161), }, - Vertex { position: (4.755192, 2.568818, -0.876311), - normal: (0.206279, 0.744918, -0.634466), }, - Vertex { position: (4.763337, 2.590834, -0.929248), - normal: (-0.610894, 0.790229, 0.048447), }, - Vertex { position: (4.554459, 2.511417, -0.850571), - normal: (-0.821561, 0.369567, -0.434116), }, - Vertex { position: (4.444739, 2.475795, -0.860515), - normal: (-0.895156, 0.397807, -0.201111), }, - Vertex { position: (4.352603, 2.524888, -0.890532), - normal: (-0.216454, 0.960138, -0.176868), }, - Vertex { position: (4.554459, 2.511417, -0.850571), - normal: (-0.821561, 0.369567, -0.434116), }, - Vertex { position: (4.352603, 2.524888, -0.890532), - normal: (-0.216454, 0.960138, -0.176868), }, - Vertex { position: (4.497719, 2.54748, -0.937659), - normal: (-0.594389, 0.803108, -0.041468), }, - Vertex { position: (4.352603, 2.524888, -0.890532), - normal: (-0.216454, 0.960138, -0.176868), }, - Vertex { position: (4.444739, 2.475795, -0.860515), - normal: (-0.895156, 0.397807, -0.201111), }, - Vertex { position: (4.382053, 2.433474, -0.798757), - normal: (-0.911194, 0.285551, -0.296961), }, - Vertex { position: (4.352603, 2.524888, -0.890532), - normal: (-0.216454, 0.960138, -0.176868), }, - Vertex { position: (4.382053, 2.433474, -0.798757), - normal: (-0.911194, 0.285551, -0.296961), }, - Vertex { position: (4.262798, 2.490674, -0.818316), - normal: (-0.283496, 0.953866, -0.098841), }, - Vertex { position: (4.262798, 2.490674, -0.818316), - normal: (-0.283496, 0.953866, -0.098841), }, - Vertex { position: (4.382053, 2.433474, -0.798757), - normal: (-0.911194, 0.285551, -0.296961), }, - Vertex { position: (4.32063, 2.385528, -0.682583), - normal: (-0.383863, 0.612068, -0.691392), }, - Vertex { position: (4.262798, 2.490674, -0.818316), - normal: (-0.283496, 0.953866, -0.098841), }, - Vertex { position: (4.32063, 2.385528, -0.682583), - normal: (-0.383863, 0.612068, -0.691392), }, - Vertex { position: (4.192789, 2.411967, -0.668016), - normal: (-0.421167, 0.906102, -0.039984), }, - Vertex { position: (4.192789, 2.411967, -0.668016), - normal: (-0.421167, 0.906102, -0.039984), }, - Vertex { position: (4.32063, 2.385528, -0.682583), - normal: (-0.383863, 0.612068, -0.691392), }, - Vertex { position: (4.314039, 2.32946, -0.57751), - normal: (-0.566117, 0.431682, -0.702255), }, - Vertex { position: (4.192789, 2.411967, -0.668016), - normal: (-0.421167, 0.906102, -0.039984), }, - Vertex { position: (4.314039, 2.32946, -0.57751), - normal: (-0.566117, 0.431682, -0.702255), }, - Vertex { position: (4.193959, 2.370476, -0.616705), - normal: (-0.557881, 0.828586, 0.047047), }, - Vertex { position: (4.113935, 2.334131, -0.526471), - normal: (-0.536307, 0.710867, -0.45502), }, - Vertex { position: (4.193959, 2.370476, -0.616705), - normal: (-0.557881, 0.828586, 0.047047), }, - Vertex { position: (4.314039, 2.32946, -0.57751), - normal: (-0.566117, 0.431682, -0.702255), }, - Vertex { position: (4.113935, 2.334131, -0.526471), - normal: (-0.536307, 0.710867, -0.45502), }, - Vertex { position: (4.314039, 2.32946, -0.57751), - normal: (-0.566117, 0.431682, -0.702255), }, - Vertex { position: (4.296769, 2.260422, -0.528796), - normal: (-0.091679, 0.768658, -0.633056), }, - Vertex { position: (4.883022, 2.613658, -0.893163), - normal: (-0.091114, 0.94565, -0.312161), }, - Vertex { position: (5.096148, 2.75972, -0.774729), - normal: (-0.86136, -0.239794, -0.447836), }, - Vertex { position: (4.856249, 2.593812, -0.867067), - normal: (-0.476949, 0.871028, -0.117606), }, - Vertex { position: (4.763337, 2.590834, -0.929248), - normal: (-0.610894, 0.790229, 0.048447), }, - Vertex { position: (4.735139, 2.645464, -0.95089), - normal: (-0.678216, 0.658343, -0.326508), }, - Vertex { position: (4.854957, 2.660227, -0.92431), - normal: (0.05537, 0.916343, -0.396546), }, - Vertex { position: (4.763337, 2.590834, -0.929248), - normal: (-0.610894, 0.790229, 0.048447), }, - Vertex { position: (4.854957, 2.660227, -0.92431), - normal: (0.05537, 0.916343, -0.396546), }, - Vertex { position: (4.883022, 2.613658, -0.893163), - normal: (-0.091114, 0.94565, -0.312161), }, - Vertex { position: (4.662221, 2.556346, -0.940618), - normal: (-0.590366, 0.807127, 0.003753), }, - Vertex { position: (4.615662, 2.63387, -0.977986), - normal: (0.090337, 0.942369, -0.32215), }, - Vertex { position: (4.735139, 2.645464, -0.95089), - normal: (-0.678216, 0.658343, -0.326508), }, - Vertex { position: (4.662221, 2.556346, -0.940618), - normal: (-0.590366, 0.807127, 0.003753), }, - Vertex { position: (4.735139, 2.645464, -0.95089), - normal: (-0.678216, 0.658343, -0.326508), }, - Vertex { position: (4.763337, 2.590834, -0.929248), - normal: (-0.610894, 0.790229, 0.048447), }, - Vertex { position: (4.497719, 2.54748, -0.937659), - normal: (-0.594389, 0.803108, -0.041468), }, - Vertex { position: (4.460582, 2.622875, -0.957002), - normal: (-0.560855, 0.735161, -0.380763), }, - Vertex { position: (4.615662, 2.63387, -0.977986), - normal: (0.090337, 0.942369, -0.32215), }, - Vertex { position: (4.497719, 2.54748, -0.937659), - normal: (-0.594389, 0.803108, -0.041468), }, - Vertex { position: (4.615662, 2.63387, -0.977986), - normal: (0.090337, 0.942369, -0.32215), }, - Vertex { position: (4.662221, 2.556346, -0.940618), - normal: (-0.590366, 0.807127, 0.003753), }, - Vertex { position: (4.352603, 2.524888, -0.890532), - normal: (-0.216454, 0.960138, -0.176868), }, - Vertex { position: (4.343217, 2.589542, -0.893106), - normal: (-0.641133, 0.599375, -0.479267), }, - Vertex { position: (4.460582, 2.622875, -0.957002), - normal: (-0.560855, 0.735161, -0.380763), }, - Vertex { position: (4.352603, 2.524888, -0.890532), - normal: (-0.216454, 0.960138, -0.176868), }, - Vertex { position: (4.460582, 2.622875, -0.957002), - normal: (-0.560855, 0.735161, -0.380763), }, - Vertex { position: (4.497719, 2.54748, -0.937659), - normal: (-0.594389, 0.803108, -0.041468), }, - Vertex { position: (4.262798, 2.490674, -0.818316), - normal: (-0.283496, 0.953866, -0.098841), }, - Vertex { position: (4.244622, 2.554467, -0.811726), - normal: (-0.760994, 0.140162, -0.633436), }, - Vertex { position: (4.343217, 2.589542, -0.893106), - normal: (-0.641133, 0.599375, -0.479267), }, - Vertex { position: (4.262798, 2.490674, -0.818316), - normal: (-0.283496, 0.953866, -0.098841), }, - Vertex { position: (4.343217, 2.589542, -0.893106), - normal: (-0.641133, 0.599375, -0.479267), }, - Vertex { position: (4.352603, 2.524888, -0.890532), - normal: (-0.216454, 0.960138, -0.176868), }, - Vertex { position: (4.192789, 2.411967, -0.668016), - normal: (-0.421167, 0.906102, -0.039984), }, - Vertex { position: (4.138687, 2.474013, -0.642311), - normal: (-0.411843, 0.771855, -0.484381), }, - Vertex { position: (4.244622, 2.554467, -0.811726), - normal: (-0.760994, 0.140162, -0.633436), }, - Vertex { position: (4.192789, 2.411967, -0.668016), - normal: (-0.421167, 0.906102, -0.039984), }, - Vertex { position: (4.244622, 2.554467, -0.811726), - normal: (-0.760994, 0.140162, -0.633436), }, - Vertex { position: (4.262798, 2.490674, -0.818316), - normal: (-0.283496, 0.953866, -0.098841), }, - Vertex { position: (4.883022, 2.613658, -0.893163), - normal: (-0.091114, 0.94565, -0.312161), }, - Vertex { position: (4.854957, 2.660227, -0.92431), - normal: (0.05537, 0.916343, -0.396546), }, - Vertex { position: (5.096148, 2.75972, -0.774729), - normal: (-0.86136, -0.239794, -0.447836), }, - Vertex { position: (4.121994, 2.458034, -0.570029), - normal: (-0.395036, 0.74012, -0.544214), }, - Vertex { position: (4.138687, 2.474013, -0.642311), - normal: (-0.411843, 0.771855, -0.484381), }, - Vertex { position: (4.192789, 2.411967, -0.668016), - normal: (-0.421167, 0.906102, -0.039984), }, - Vertex { position: (4.121994, 2.458034, -0.570029), - normal: (-0.395036, 0.74012, -0.544214), }, - Vertex { position: (4.192789, 2.411967, -0.668016), - normal: (-0.421167, 0.906102, -0.039984), }, - Vertex { position: (4.193959, 2.370476, -0.616705), - normal: (-0.557881, 0.828586, 0.047047), }, - Vertex { position: (4.121994, 2.458034, -0.570029), - normal: (-0.395036, 0.74012, -0.544214), }, - Vertex { position: (4.193959, 2.370476, -0.616705), - normal: (-0.557881, 0.828586, 0.047047), }, - Vertex { position: (4.113935, 2.334131, -0.526471), - normal: (-0.536307, 0.710867, -0.45502), }, - Vertex { position: (4.121994, 2.458034, -0.570029), - normal: (-0.395036, 0.74012, -0.544214), }, - Vertex { position: (4.113935, 2.334131, -0.526471), - normal: (-0.536307, 0.710867, -0.45502), }, - Vertex { position: (4.07851, 2.41181, -0.472193), - normal: (-0.330515, 0.821242, -0.465103), }, - Vertex { position: (4.244622, 2.554467, -0.811726), - normal: (-0.760994, 0.140162, -0.633436), }, - Vertex { position: (4.235494, 2.636171, -0.803613), - normal: (-0.353793, 0.870619, -0.341838), }, - Vertex { position: (4.342998, 2.664049, -0.904347), - normal: (-0.718934, 0.608496, -0.335955), }, - Vertex { position: (4.244622, 2.554467, -0.811726), - normal: (-0.760994, 0.140162, -0.633436), }, - Vertex { position: (4.342998, 2.664049, -0.904347), - normal: (-0.718934, 0.608496, -0.335955), }, - Vertex { position: (4.343217, 2.589542, -0.893106), - normal: (-0.641133, 0.599375, -0.479267), }, - Vertex { position: (4.343217, 2.589542, -0.893106), - normal: (-0.641133, 0.599375, -0.479267), }, - Vertex { position: (4.342998, 2.664049, -0.904347), - normal: (-0.718934, 0.608496, -0.335955), }, - Vertex { position: (4.460786, 2.695616, -0.949972), - normal: (-0.929249, -0.009269, -0.369337), }, - Vertex { position: (4.343217, 2.589542, -0.893106), - normal: (-0.641133, 0.599375, -0.479267), }, - Vertex { position: (4.460786, 2.695616, -0.949972), - normal: (-0.929249, -0.009269, -0.369337), }, - Vertex { position: (4.460582, 2.622875, -0.957002), - normal: (-0.560855, 0.735161, -0.380763), }, - Vertex { position: (4.460582, 2.622875, -0.957002), - normal: (-0.560855, 0.735161, -0.380763), }, - Vertex { position: (4.460786, 2.695616, -0.949972), - normal: (-0.929249, -0.009269, -0.369337), }, - Vertex { position: (4.6248, 2.708372, -0.989445), - normal: (-0.144656, 0.947613, -0.284787), }, - Vertex { position: (4.460582, 2.622875, -0.957002), - normal: (-0.560855, 0.735161, -0.380763), }, - Vertex { position: (4.6248, 2.708372, -0.989445), - normal: (-0.144656, 0.947613, -0.284787), }, - Vertex { position: (4.615662, 2.63387, -0.977986), - normal: (0.090337, 0.942369, -0.32215), }, - Vertex { position: (4.138687, 2.474013, -0.642311), - normal: (-0.411843, 0.771855, -0.484381), }, - Vertex { position: (4.138494, 2.557838, -0.652651), - normal: (-0.364192, 0.890167, -0.2738), }, - Vertex { position: (4.235494, 2.636171, -0.803613), - normal: (-0.353793, 0.870619, -0.341838), }, - Vertex { position: (4.138687, 2.474013, -0.642311), - normal: (-0.411843, 0.771855, -0.484381), }, - Vertex { position: (4.235494, 2.636171, -0.803613), - normal: (-0.353793, 0.870619, -0.341838), }, - Vertex { position: (4.244622, 2.554467, -0.811726), - normal: (-0.760994, 0.140162, -0.633436), }, - Vertex { position: (4.104292, 2.537976, -0.543437), - normal: (-0.719327, 0.568277, -0.399538), }, - Vertex { position: (4.138494, 2.557838, -0.652651), - normal: (-0.364192, 0.890167, -0.2738), }, - Vertex { position: (4.138687, 2.474013, -0.642311), - normal: (-0.411843, 0.771855, -0.484381), }, - Vertex { position: (4.104292, 2.537976, -0.543437), - normal: (-0.719327, 0.568277, -0.399538), }, - Vertex { position: (4.138687, 2.474013, -0.642311), - normal: (-0.411843, 0.771855, -0.484381), }, - Vertex { position: (4.121994, 2.458034, -0.570029), - normal: (-0.395036, 0.74012, -0.544214), }, - Vertex { position: (4.088356, 2.510913, -0.453793), - normal: (-0.904972, -0.026554, -0.424642), }, - Vertex { position: (4.104292, 2.537976, -0.543437), - normal: (-0.719327, 0.568277, -0.399538), }, - Vertex { position: (4.121994, 2.458034, -0.570029), - normal: (-0.395036, 0.74012, -0.544214), }, - Vertex { position: (4.088356, 2.510913, -0.453793), - normal: (-0.904972, -0.026554, -0.424642), }, - Vertex { position: (4.121994, 2.458034, -0.570029), - normal: (-0.395036, 0.74012, -0.544214), }, - Vertex { position: (4.07851, 2.41181, -0.472193), - normal: (-0.330515, 0.821242, -0.465103), }, - Vertex { position: (4.6248, 2.708372, -0.989445), - normal: (-0.144656, 0.947613, -0.284787), }, - Vertex { position: (4.753015, 2.699695, -0.973279), - normal: (0.197027, 0.937222, -0.287742), }, - Vertex { position: (4.735139, 2.645464, -0.95089), - normal: (-0.678216, 0.658343, -0.326508), }, - Vertex { position: (4.6248, 2.708372, -0.989445), - normal: (-0.144656, 0.947613, -0.284787), }, - Vertex { position: (4.735139, 2.645464, -0.95089), - normal: (-0.678216, 0.658343, -0.326508), }, - Vertex { position: (4.615662, 2.63387, -0.977986), - normal: (0.090337, 0.942369, -0.32215), }, - Vertex { position: (4.735139, 2.645464, -0.95089), - normal: (-0.678216, 0.658343, -0.326508), }, - Vertex { position: (4.753015, 2.699695, -0.973279), - normal: (0.197027, 0.937222, -0.287742), }, - Vertex { position: (4.863709, 2.722151, -0.93666), - normal: (0.225135, 0.965893, -0.127928), }, - Vertex { position: (4.735139, 2.645464, -0.95089), - normal: (-0.678216, 0.658343, -0.326508), }, - Vertex { position: (4.863709, 2.722151, -0.93666), - normal: (0.225135, 0.965893, -0.127928), }, - Vertex { position: (4.854957, 2.660227, -0.92431), - normal: (0.05537, 0.916343, -0.396546), }, - Vertex { position: (4.22473, 2.624525, -0.491916), - normal: (-0.000715, -0.295728, 0.955272), }, - Vertex { position: (4.151183, 2.579059, -0.494606), - normal: (-0.162972, 0.917259, 0.363422), }, - Vertex { position: (4.117367, 2.568514, -0.3845), - normal: (-0.860594, 0.405545, -0.308076), }, - Vertex { position: (4.22473, 2.624525, -0.491916), - normal: (-0.000715, -0.295728, 0.955272), }, - Vertex { position: (4.117367, 2.568514, -0.3845), - normal: (-0.860594, 0.405545, -0.308076), }, - Vertex { position: (4.209941, 2.600612, -0.337597), - normal: (-0.03479, 0.69667, 0.716547), }, - Vertex { position: (4.636909, 2.750501, -0.856859), - normal: (0.267121, -0.895396, -0.356249), }, - Vertex { position: (4.616626, 2.749486, -0.939333), - normal: (-0.31499, 0.894135, 0.318282), }, - Vertex { position: (4.462368, 2.725999, -0.882675), - normal: (-0.758791, 0.646991, 0.075091), }, - Vertex { position: (4.636909, 2.750501, -0.856859), - normal: (0.267121, -0.895396, -0.356249), }, - Vertex { position: (4.462368, 2.725999, -0.882675), - normal: (-0.758791, 0.646991, 0.075091), }, - Vertex { position: (4.509555, 2.719807, -0.819972), - normal: (0.176955, -0.903058, -0.391373), }, - Vertex { position: (4.509555, 2.719807, -0.819972), - normal: (0.176955, -0.903058, -0.391373), }, - Vertex { position: (4.462368, 2.725999, -0.882675), - normal: (-0.758791, 0.646991, 0.075091), }, - Vertex { position: (4.354196, 2.711836, -0.826545), - normal: (-0.900694, 0.426849, -0.080936), }, - Vertex { position: (4.509555, 2.719807, -0.819972), - normal: (0.176955, -0.903058, -0.391373), }, - Vertex { position: (4.354196, 2.711836, -0.826545), - normal: (-0.900694, 0.426849, -0.080936), }, - Vertex { position: (4.418954, 2.707401, -0.782531), - normal: (0.713982, 0.301536, -0.631907), }, - Vertex { position: (4.418954, 2.707401, -0.782531), - normal: (0.713982, 0.301536, -0.631907), }, - Vertex { position: (4.354196, 2.711836, -0.826545), - normal: (-0.900694, 0.426849, -0.080936), }, - Vertex { position: (4.273414, 2.686575, -0.753674), - normal: (-0.940255, 0.335069, 0.060403), }, - Vertex { position: (4.418954, 2.707401, -0.782531), - normal: (0.713982, 0.301536, -0.631907), }, - Vertex { position: (4.273414, 2.686575, -0.753674), - normal: (-0.940255, 0.335069, 0.060403), }, - Vertex { position: (4.35668, 2.682996, -0.71905), - normal: (0.743898, -0.655714, 0.129057), }, - Vertex { position: (4.151183, 2.579059, -0.494606), - normal: (-0.162972, 0.917259, 0.363422), }, - Vertex { position: (4.22473, 2.624525, -0.491916), - normal: (-0.000715, -0.295728, 0.955272), }, - Vertex { position: (4.277169, 2.652435, -0.591369), - normal: (0.008972, 0.708004, 0.706152), }, - Vertex { position: (4.151183, 2.579059, -0.494606), - normal: (-0.162972, 0.917259, 0.363422), }, - Vertex { position: (4.277169, 2.652435, -0.591369), - normal: (0.008972, 0.708004, 0.706152), }, - Vertex { position: (4.176065, 2.636883, -0.618384), - normal: (-0.816521, 0.559553, 0.142109), }, - Vertex { position: (4.088356, 2.510913, -0.453793), - normal: (-0.904972, -0.026554, -0.424642), }, - Vertex { position: (4.117367, 2.568514, -0.3845), - normal: (-0.860594, 0.405545, -0.308076), }, - Vertex { position: (4.151183, 2.579059, -0.494606), - normal: (-0.162972, 0.917259, 0.363422), }, - Vertex { position: (4.088356, 2.510913, -0.453793), - normal: (-0.904972, -0.026554, -0.424642), }, - Vertex { position: (4.151183, 2.579059, -0.494606), - normal: (-0.162972, 0.917259, 0.363422), }, - Vertex { position: (4.104292, 2.537976, -0.543437), - normal: (-0.719327, 0.568277, -0.399538), }, - Vertex { position: (4.176065, 2.636883, -0.618384), - normal: (-0.816521, 0.559553, 0.142109), }, - Vertex { position: (4.277169, 2.652435, -0.591369), - normal: (0.008972, 0.708004, 0.706152), }, - Vertex { position: (4.35668, 2.682996, -0.71905), - normal: (0.743898, -0.655714, 0.129057), }, - Vertex { position: (4.176065, 2.636883, -0.618384), - normal: (-0.816521, 0.559553, 0.142109), }, - Vertex { position: (4.35668, 2.682996, -0.71905), - normal: (0.743898, -0.655714, 0.129057), }, - Vertex { position: (4.273414, 2.686575, -0.753674), - normal: (-0.940255, 0.335069, 0.060403), }, - Vertex { position: (4.104292, 2.537976, -0.543437), - normal: (-0.719327, 0.568277, -0.399538), }, - Vertex { position: (4.151183, 2.579059, -0.494606), - normal: (-0.162972, 0.917259, 0.363422), }, - Vertex { position: (4.176065, 2.636883, -0.618384), - normal: (-0.816521, 0.559553, 0.142109), }, - Vertex { position: (4.104292, 2.537976, -0.543437), - normal: (-0.719327, 0.568277, -0.399538), }, - Vertex { position: (4.176065, 2.636883, -0.618384), - normal: (-0.816521, 0.559553, 0.142109), }, - Vertex { position: (4.138494, 2.557838, -0.652651), - normal: (-0.364192, 0.890167, -0.2738), }, - Vertex { position: (4.138494, 2.557838, -0.652651), - normal: (-0.364192, 0.890167, -0.2738), }, - Vertex { position: (4.176065, 2.636883, -0.618384), - normal: (-0.816521, 0.559553, 0.142109), }, - Vertex { position: (4.273414, 2.686575, -0.753674), - normal: (-0.940255, 0.335069, 0.060403), }, - Vertex { position: (4.138494, 2.557838, -0.652651), - normal: (-0.364192, 0.890167, -0.2738), }, - Vertex { position: (4.273414, 2.686575, -0.753674), - normal: (-0.940255, 0.335069, 0.060403), }, - Vertex { position: (4.235494, 2.636171, -0.803613), - normal: (-0.353793, 0.870619, -0.341838), }, - Vertex { position: (4.235494, 2.636171, -0.803613), - normal: (-0.353793, 0.870619, -0.341838), }, - Vertex { position: (4.273414, 2.686575, -0.753674), - normal: (-0.940255, 0.335069, 0.060403), }, - Vertex { position: (4.354196, 2.711836, -0.826545), - normal: (-0.900694, 0.426849, -0.080936), }, - Vertex { position: (4.235494, 2.636171, -0.803613), - normal: (-0.353793, 0.870619, -0.341838), }, - Vertex { position: (4.354196, 2.711836, -0.826545), - normal: (-0.900694, 0.426849, -0.080936), }, - Vertex { position: (4.342998, 2.664049, -0.904347), - normal: (-0.718934, 0.608496, -0.335955), }, - Vertex { position: (4.342998, 2.664049, -0.904347), - normal: (-0.718934, 0.608496, -0.335955), }, - Vertex { position: (4.354196, 2.711836, -0.826545), - normal: (-0.900694, 0.426849, -0.080936), }, - Vertex { position: (4.462368, 2.725999, -0.882675), - normal: (-0.758791, 0.646991, 0.075091), }, - Vertex { position: (4.342998, 2.664049, -0.904347), - normal: (-0.718934, 0.608496, -0.335955), }, - Vertex { position: (4.462368, 2.725999, -0.882675), - normal: (-0.758791, 0.646991, 0.075091), }, - Vertex { position: (4.460786, 2.695616, -0.949972), - normal: (-0.929249, -0.009269, -0.369337), }, - Vertex { position: (4.636909, 2.750501, -0.856859), - normal: (0.267121, -0.895396, -0.356249), }, - Vertex { position: (4.719171, 2.751091, -0.865965), - normal: (-0.53682, -0.608254, -0.58468), }, - Vertex { position: (4.735445, 2.749285, -0.940329), - normal: (-0.47673, 0.840923, 0.25608), }, - Vertex { position: (4.636909, 2.750501, -0.856859), - normal: (0.267121, -0.895396, -0.356249), }, - Vertex { position: (4.735445, 2.749285, -0.940329), - normal: (-0.47673, 0.840923, 0.25608), }, - Vertex { position: (4.616626, 2.749486, -0.939333), - normal: (-0.31499, 0.894135, 0.318282), }, - Vertex { position: (4.801436, 2.750224, -0.858918), - normal: (-0.724543, -0.128977, -0.677054), }, - Vertex { position: (4.827733, 2.75439, -0.905049), - normal: (-0.145585, 0.915338, 0.375448), }, - Vertex { position: (4.735445, 2.749285, -0.940329), - normal: (-0.47673, 0.840923, 0.25608), }, - Vertex { position: (4.801436, 2.750224, -0.858918), - normal: (-0.724543, -0.128977, -0.677054), }, - Vertex { position: (4.735445, 2.749285, -0.940329), - normal: (-0.47673, 0.840923, 0.25608), }, - Vertex { position: (4.719171, 2.751091, -0.865965), - normal: (-0.53682, -0.608254, -0.58468), }, - Vertex { position: (4.827733, 2.75439, -0.905049), - normal: (-0.145585, 0.915338, 0.375448), }, - Vertex { position: (4.801436, 2.750224, -0.858918), - normal: (-0.724543, -0.128977, -0.677054), }, - Vertex { position: (5.096148, 2.75972, -0.774729), - normal: (-0.86136, -0.239794, -0.447836), }, - Vertex { position: (4.462368, 2.725999, -0.882675), - normal: (-0.758791, 0.646991, 0.075091), }, - Vertex { position: (4.616626, 2.749486, -0.939333), - normal: (-0.31499, 0.894135, 0.318282), }, - Vertex { position: (4.6248, 2.708372, -0.989445), - normal: (-0.144656, 0.947613, -0.284787), }, - Vertex { position: (4.462368, 2.725999, -0.882675), - normal: (-0.758791, 0.646991, 0.075091), }, - Vertex { position: (4.6248, 2.708372, -0.989445), - normal: (-0.144656, 0.947613, -0.284787), }, - Vertex { position: (4.460786, 2.695616, -0.949972), - normal: (-0.929249, -0.009269, -0.369337), }, - Vertex { position: (4.616626, 2.749486, -0.939333), - normal: (-0.31499, 0.894135, 0.318282), }, - Vertex { position: (4.735445, 2.749285, -0.940329), - normal: (-0.47673, 0.840923, 0.25608), }, - Vertex { position: (4.753015, 2.699695, -0.973279), - normal: (0.197027, 0.937222, -0.287742), }, - Vertex { position: (4.616626, 2.749486, -0.939333), - normal: (-0.31499, 0.894135, 0.318282), }, - Vertex { position: (4.753015, 2.699695, -0.973279), - normal: (0.197027, 0.937222, -0.287742), }, - Vertex { position: (4.6248, 2.708372, -0.989445), - normal: (-0.144656, 0.947613, -0.284787), }, - Vertex { position: (4.863709, 2.722151, -0.93666), - normal: (0.225135, 0.965893, -0.127928), }, - Vertex { position: (4.753015, 2.699695, -0.973279), - normal: (0.197027, 0.937222, -0.287742), }, - Vertex { position: (4.735445, 2.749285, -0.940329), - normal: (-0.47673, 0.840923, 0.25608), }, - Vertex { position: (4.863709, 2.722151, -0.93666), - normal: (0.225135, 0.965893, -0.127928), }, - Vertex { position: (4.735445, 2.749285, -0.940329), - normal: (-0.47673, 0.840923, 0.25608), }, - Vertex { position: (4.827733, 2.75439, -0.905049), - normal: (-0.145585, 0.915338, 0.375448), }, - Vertex { position: (4.863709, 2.722151, -0.93666), - normal: (0.225135, 0.965893, -0.127928), }, - Vertex { position: (4.827733, 2.75439, -0.905049), - normal: (-0.145585, 0.915338, 0.375448), }, - Vertex { position: (5.096148, 2.75972, -0.774729), - normal: (-0.86136, -0.239794, -0.447836), }, - Vertex { position: (4.854957, 2.660227, -0.92431), - normal: (0.05537, 0.916343, -0.396546), }, - Vertex { position: (4.863709, 2.722151, -0.93666), - normal: (0.225135, 0.965893, -0.127928), }, - Vertex { position: (5.096148, 2.75972, -0.774729), - normal: (-0.86136, -0.239794, -0.447836), }, - Vertex { position: (4.821336, 2.621498, -0.789636), - normal: (-0.376273, -0.14016, -0.915846), }, - Vertex { position: (4.829566, 2.580797, -0.821827), - normal: (-0.395723, 0.901671, -0.174334), }, - Vertex { position: (5.096148, 2.75972, -0.774729), - normal: (-0.86136, -0.239794, -0.447836), }, - Vertex { position: (4.829566, 2.580797, -0.821827), - normal: (-0.395723, 0.901671, -0.174334), }, - Vertex { position: (4.856249, 2.593812, -0.867067), - normal: (-0.476949, 0.871028, -0.117606), }, - Vertex { position: (5.096148, 2.75972, -0.774729), - normal: (-0.86136, -0.239794, -0.447836), }, - Vertex { position: (4.344028, 2.585635, 0.470949), - normal: (-0.877603, -0.025309, 0.478719), }, - Vertex { position: (4.328606, 2.563996, 0.343892), - normal: (-0.130291, 0.991051, 0.029017), }, - Vertex { position: (4.209941, 2.600612, 0.337597), - normal: (-0.904972, -0.026555, 0.424641), }, - Vertex { position: (4.344028, 2.585635, 0.470949), - normal: (-0.877603, -0.025309, 0.478719), }, - Vertex { position: (4.209941, 2.600612, 0.337597), - normal: (-0.904972, -0.026555, 0.424641), }, - Vertex { position: (4.22473, 2.624525, 0.491916), - normal: (-0.778386, 0.466325, 0.420305), }, - Vertex { position: (4.407729, 2.53164, 0.486692), - normal: (0.197027, 0.937222, 0.287741), }, - Vertex { position: (4.410844, 2.500167, 0.351972), - normal: (-0.501953, 0.842502, 0.195534), }, - Vertex { position: (4.328606, 2.563996, 0.343892), - normal: (-0.130291, 0.991051, 0.029017), }, - Vertex { position: (4.407729, 2.53164, 0.486692), - normal: (0.197027, 0.937222, 0.287741), }, - Vertex { position: (4.328606, 2.563996, 0.343892), - normal: (-0.130291, 0.991051, 0.029017), }, - Vertex { position: (4.344028, 2.585635, 0.470949), - normal: (-0.877603, -0.025309, 0.478719), }, - Vertex { position: (4.359483, 2.615839, 0.596817), - normal: (0.223577, 0.97296, -0.057987), }, - Vertex { position: (4.344028, 2.585635, 0.470949), - normal: (-0.877603, -0.025309, 0.478719), }, - Vertex { position: (4.22473, 2.624525, 0.491916), - normal: (-0.778386, 0.466325, 0.420305), }, - Vertex { position: (4.359483, 2.615839, 0.596817), - normal: (0.223577, 0.97296, -0.057987), }, - Vertex { position: (4.22473, 2.624525, 0.491916), - normal: (-0.778386, 0.466325, 0.420305), }, - Vertex { position: (4.277169, 2.652435, 0.591369), - normal: (0.225135, 0.965893, 0.127928), }, - Vertex { position: (4.423033, 2.561337, 0.603562), - normal: (-0.247355, 0.948391, -0.198417), }, - Vertex { position: (4.407729, 2.53164, 0.486692), - normal: (0.197027, 0.937222, 0.287741), }, - Vertex { position: (4.344028, 2.585635, 0.470949), - normal: (-0.877603, -0.025309, 0.478719), }, - Vertex { position: (4.423033, 2.561337, 0.603562), - normal: (-0.247355, 0.948391, -0.198417), }, - Vertex { position: (4.344028, 2.585635, 0.470949), - normal: (-0.877603, -0.025309, 0.478719), }, - Vertex { position: (4.359483, 2.615839, 0.596817), - normal: (0.223577, 0.97296, -0.057987), }, - Vertex { position: (4.411541, 2.663824, 0.713132), - normal: (-0.860595, 0.405543, 0.308077), }, - Vertex { position: (4.359483, 2.615839, 0.596817), - normal: (0.223577, 0.97296, -0.057987), }, - Vertex { position: (4.277169, 2.652435, 0.591369), - normal: (0.225135, 0.965893, 0.127928), }, - Vertex { position: (4.411541, 2.663824, 0.713132), - normal: (-0.860595, 0.405543, 0.308077), }, - Vertex { position: (4.277169, 2.652435, 0.591369), - normal: (0.225135, 0.965893, 0.127928), }, - Vertex { position: (4.35668, 2.682996, 0.71905), - normal: (-0.671788, 0.737297, 0.07138), }, - Vertex { position: (4.47609, 2.606654, 0.692301), - normal: (-0.162972, 0.917259, -0.363422), }, - Vertex { position: (4.423033, 2.561337, 0.603562), - normal: (-0.247355, 0.948391, -0.198417), }, - Vertex { position: (4.359483, 2.615839, 0.596817), - normal: (0.223577, 0.97296, -0.057987), }, - Vertex { position: (4.47609, 2.606654, 0.692301), - normal: (-0.162972, 0.917259, -0.363422), }, - Vertex { position: (4.359483, 2.615839, 0.596817), - normal: (0.223577, 0.97296, -0.057987), }, - Vertex { position: (4.411541, 2.663824, 0.713132), - normal: (-0.860595, 0.405543, 0.308077), }, - Vertex { position: (4.465268, 2.695425, 0.757267), - normal: (-0.758791, 0.646991, -0.075091), }, - Vertex { position: (4.411541, 2.663824, 0.713132), - normal: (-0.860595, 0.405543, 0.308077), }, - Vertex { position: (4.35668, 2.682996, 0.71905), - normal: (-0.671788, 0.737297, 0.07138), }, - Vertex { position: (4.465268, 2.695425, 0.757267), - normal: (-0.758791, 0.646991, -0.075091), }, - Vertex { position: (4.35668, 2.682996, 0.71905), - normal: (-0.671788, 0.737297, 0.07138), }, - Vertex { position: (4.418954, 2.707401, 0.782531), - normal: (-0.31499, 0.894135, -0.318282), }, - Vertex { position: (4.465268, 2.695425, 0.757267), - normal: (-0.758791, 0.646991, -0.075091), }, - Vertex { position: (4.520603, 2.639162, 0.745542), - normal: (-0.900694, 0.426849, 0.080936), }, - Vertex { position: (4.47609, 2.606654, 0.692301), - normal: (-0.162972, 0.917259, -0.363422), }, - Vertex { position: (4.465268, 2.695425, 0.757267), - normal: (-0.758791, 0.646991, -0.075091), }, - Vertex { position: (4.47609, 2.606654, 0.692301), - normal: (-0.162972, 0.917259, -0.363422), }, - Vertex { position: (4.411541, 2.663824, 0.713132), - normal: (-0.860595, 0.405543, 0.308077), }, - Vertex { position: (4.546655, 2.709095, 0.80378), - normal: (-0.816521, 0.559553, -0.142109), }, - Vertex { position: (4.465268, 2.695425, 0.757267), - normal: (-0.758791, 0.646991, -0.075091), }, - Vertex { position: (4.418954, 2.707401, 0.782531), - normal: (-0.31499, 0.894135, -0.318282), }, - Vertex { position: (4.546655, 2.709095, 0.80378), - normal: (-0.816521, 0.559553, -0.142109), }, - Vertex { position: (4.418954, 2.707401, 0.782531), - normal: (-0.31499, 0.894135, -0.318282), }, - Vertex { position: (4.509555, 2.719807, 0.819972), - normal: (-0.940256, 0.335069, -0.060403), }, - Vertex { position: (4.546655, 2.709095, 0.80378), - normal: (-0.816521, 0.559553, -0.142109), }, - Vertex { position: (4.574545, 2.669863, 0.780363), - normal: (-0.683788, 0.700764, -0.203383), }, - Vertex { position: (4.520603, 2.639162, 0.745542), - normal: (-0.900694, 0.426849, 0.080936), }, - Vertex { position: (4.546655, 2.709095, 0.80378), - normal: (-0.816521, 0.559553, -0.142109), }, - Vertex { position: (4.520603, 2.639162, 0.745542), - normal: (-0.900694, 0.426849, 0.080936), }, - Vertex { position: (4.465268, 2.695425, 0.757267), - normal: (-0.758791, 0.646991, -0.075091), }, - Vertex { position: (4.44385, 2.449921, 0.495432), - normal: (-0.476729, 0.840923, -0.25608), }, - Vertex { position: (4.474318, 2.418432, 0.361347), - normal: (-0.849668, 0.488771, -0.197904), }, - Vertex { position: (4.410844, 2.500167, 0.351972), - normal: (-0.501953, 0.842502, 0.195534), }, - Vertex { position: (4.44385, 2.449921, 0.495432), - normal: (-0.476729, 0.840923, -0.25608), }, - Vertex { position: (4.410844, 2.500167, 0.351972), - normal: (-0.501953, 0.842502, 0.195534), }, - Vertex { position: (4.407729, 2.53164, 0.486692), - normal: (0.197027, 0.937222, 0.287741), }, - Vertex { position: (4.44076, 2.490353, 0.629287), - normal: (-0.145585, 0.915338, -0.375448), }, - Vertex { position: (4.44385, 2.449921, 0.495432), - normal: (-0.476729, 0.840923, -0.25608), }, - Vertex { position: (4.407729, 2.53164, 0.486692), - normal: (0.197027, 0.937222, 0.287741), }, - Vertex { position: (4.44076, 2.490353, 0.629287), - normal: (-0.145585, 0.915338, -0.375448), }, - Vertex { position: (4.407729, 2.53164, 0.486692), - normal: (0.197027, 0.937222, 0.287741), }, - Vertex { position: (4.423033, 2.561337, 0.603562), - normal: (-0.247355, 0.948391, -0.198417), }, - Vertex { position: (4.484667, 2.534451, 0.708888), - normal: (-0.210882, 0.942026, -0.260988), }, - Vertex { position: (4.44076, 2.490353, 0.629287), - normal: (-0.145585, 0.915338, -0.375448), }, - Vertex { position: (4.423033, 2.561337, 0.603562), - normal: (-0.247355, 0.948391, -0.198417), }, - Vertex { position: (4.484667, 2.534451, 0.708888), - normal: (-0.210882, 0.942026, -0.260988), }, - Vertex { position: (4.423033, 2.561337, 0.603562), - normal: (-0.247355, 0.948391, -0.198417), }, - Vertex { position: (4.47609, 2.606654, 0.692301), - normal: (-0.162972, 0.917259, -0.363422), }, - Vertex { position: (4.520165, 2.557971, 0.762427), - normal: (-0.502348, 0.838173, -0.212398), }, - Vertex { position: (4.484667, 2.534451, 0.708888), - normal: (-0.210882, 0.942026, -0.260988), }, - Vertex { position: (4.47609, 2.606654, 0.692301), - normal: (-0.162972, 0.917259, -0.363422), }, - Vertex { position: (4.520165, 2.557971, 0.762427), - normal: (-0.502348, 0.838173, -0.212398), }, - Vertex { position: (4.47609, 2.606654, 0.692301), - normal: (-0.162972, 0.917259, -0.363422), }, - Vertex { position: (4.520603, 2.639162, 0.745542), - normal: (-0.900694, 0.426849, 0.080936), }, - Vertex { position: (4.59262, 2.569879, 0.790452), - normal: (-0.768362, 0.592231, -0.242657), }, - Vertex { position: (4.520165, 2.557971, 0.762427), - normal: (-0.502348, 0.838173, -0.212398), }, - Vertex { position: (4.520603, 2.639162, 0.745542), - normal: (-0.900694, 0.426849, 0.080936), }, - Vertex { position: (4.59262, 2.569879, 0.790452), - normal: (-0.768362, 0.592231, -0.242657), }, - Vertex { position: (4.520603, 2.639162, 0.745542), - normal: (-0.900694, 0.426849, 0.080936), }, - Vertex { position: (4.574545, 2.669863, 0.780363), - normal: (-0.683788, 0.700764, -0.203383), }, - Vertex { position: (4.674691, 2.598833, 0.808006), - normal: (-0.981668, 0.173926, -0.077954), }, - Vertex { position: (4.59262, 2.569879, 0.790452), - normal: (-0.768362, 0.592231, -0.242657), }, - Vertex { position: (4.574545, 2.669863, 0.780363), - normal: (-0.683788, 0.700764, -0.203383), }, - Vertex { position: (4.674691, 2.598833, 0.808006), - normal: (-0.981668, 0.173926, -0.077954), }, - Vertex { position: (4.574545, 2.669863, 0.780363), - normal: (-0.683788, 0.700764, -0.203383), }, - Vertex { position: (4.656565, 2.680542, 0.799684), - normal: (-0.892748, 0.392127, -0.221893), }, - Vertex { position: (4.656565, 2.680542, 0.799684), - normal: (-0.892748, 0.392127, -0.221893), }, - Vertex { position: (4.574545, 2.669863, 0.780363), - normal: (-0.683788, 0.700764, -0.203383), }, - Vertex { position: (4.546655, 2.709095, 0.80378), - normal: (-0.816521, 0.559553, -0.142109), }, - Vertex { position: (4.656565, 2.680542, 0.799684), - normal: (-0.892748, 0.392127, -0.221893), }, - Vertex { position: (4.546655, 2.709095, 0.80378), - normal: (-0.816521, 0.559553, -0.142109), }, - Vertex { position: (4.646703, 2.728688, 0.822295), - normal: (-0.990661, 0.056144, -0.124249), }, - Vertex { position: (4.646703, 2.728688, 0.822295), - normal: (-0.990661, 0.056144, -0.124249), }, - Vertex { position: (4.546655, 2.709095, 0.80378), - normal: (-0.816521, 0.559553, -0.142109), }, - Vertex { position: (4.509555, 2.719807, 0.819972), - normal: (-0.940256, 0.335069, -0.060403), }, - Vertex { position: (4.646703, 2.728688, 0.822295), - normal: (-0.990661, 0.056144, -0.124249), }, - Vertex { position: (4.509555, 2.719807, 0.819972), - normal: (-0.940256, 0.335069, -0.060403), }, - Vertex { position: (4.636909, 2.750501, 0.856859), - normal: (-0.894795, 0.444359, -0.043442), }, - Vertex { position: (4.729447, 2.606204, 0.807513), - normal: (-0.984655, 0.15519, 0.07981), }, - Vertex { position: (4.674691, 2.598833, 0.808006), - normal: (-0.981668, 0.173926, -0.077954), }, - Vertex { position: (4.656565, 2.680542, 0.799684), - normal: (-0.892748, 0.392127, -0.221893), }, - Vertex { position: (4.729447, 2.606204, 0.807513), - normal: (-0.984655, 0.15519, 0.07981), }, - Vertex { position: (4.656565, 2.680542, 0.799684), - normal: (-0.892748, 0.392127, -0.221893), }, - Vertex { position: (4.748031, 2.683805, 0.800044), - normal: (-0.941564, 0.056551, 0.332054), }, - Vertex { position: (4.748031, 2.683805, 0.800044), - normal: (-0.941564, 0.056551, 0.332054), }, - Vertex { position: (4.656565, 2.680542, 0.799684), - normal: (-0.892748, 0.392127, -0.221893), }, - Vertex { position: (4.646703, 2.728688, 0.822295), - normal: (-0.990661, 0.056144, -0.124249), }, - Vertex { position: (4.748031, 2.683805, 0.800044), - normal: (-0.941564, 0.056551, 0.332054), }, - Vertex { position: (4.646703, 2.728688, 0.822295), - normal: (-0.990661, 0.056144, -0.124249), }, - Vertex { position: (4.728931, 2.721892, 0.832625), - normal: (-0.978317, 0.206989, -0.00716), }, - Vertex { position: (4.728931, 2.721892, 0.832625), - normal: (-0.978317, 0.206989, -0.00716), }, - Vertex { position: (4.646703, 2.728688, 0.822295), - normal: (-0.990661, 0.056144, -0.124249), }, - Vertex { position: (4.636909, 2.750501, 0.856859), - normal: (-0.894795, 0.444359, -0.043442), }, - Vertex { position: (4.728931, 2.721892, 0.832625), - normal: (-0.978317, 0.206989, -0.00716), }, - Vertex { position: (4.636909, 2.750501, 0.856859), - normal: (-0.894795, 0.444359, -0.043442), }, - Vertex { position: (4.719171, 2.751091, 0.865965), - normal: (-0.463096, -0.149333, 0.873637), }, - Vertex { position: (4.821336, 2.621498, 0.789636), - normal: (-0.791764, -0.610494, -0.020171), }, - Vertex { position: (4.729447, 2.606204, 0.807513), - normal: (-0.984655, 0.15519, 0.07981), }, - Vertex { position: (4.748031, 2.683805, 0.800044), - normal: (-0.941564, 0.056551, 0.332054), }, - Vertex { position: (4.821336, 2.621498, 0.789636), - normal: (-0.791764, -0.610494, -0.020171), }, - Vertex { position: (4.748031, 2.683805, 0.800044), - normal: (-0.941564, 0.056551, 0.332054), }, - Vertex { position: (4.821325, 2.691794, 0.791887), - normal: (-0.64155, -0.578509, 0.503727), }, - Vertex { position: (4.821325, 2.691794, 0.791887), - normal: (-0.64155, -0.578509, 0.503727), }, - Vertex { position: (4.748031, 2.683805, 0.800044), - normal: (-0.941564, 0.056551, 0.332054), }, - Vertex { position: (4.728931, 2.721892, 0.832625), - normal: (-0.978317, 0.206989, -0.00716), }, - Vertex { position: (4.821325, 2.691794, 0.791887), - normal: (-0.64155, -0.578509, 0.503727), }, - Vertex { position: (4.728931, 2.721892, 0.832625), - normal: (-0.978317, 0.206989, -0.00716), }, - Vertex { position: (4.811798, 2.72868, 0.815406), - normal: (-0.832539, -0.5495, 0.070196), }, - Vertex { position: (4.801436, 2.750224, 0.858918), - normal: (-0.862876, -0.450622, 0.228877), }, - Vertex { position: (4.811798, 2.72868, 0.815406), - normal: (-0.832539, -0.5495, 0.070196), }, - Vertex { position: (4.728931, 2.721892, 0.832625), - normal: (-0.978317, 0.206989, -0.00716), }, - Vertex { position: (4.801436, 2.750224, 0.858918), - normal: (-0.862876, -0.450622, 0.228877), }, - Vertex { position: (4.728931, 2.721892, 0.832625), - normal: (-0.978317, 0.206989, -0.00716), }, - Vertex { position: (4.719171, 2.751091, 0.865965), - normal: (-0.463096, -0.149333, 0.873637), }, - Vertex { position: (4.811798, 2.72868, 0.815406), - normal: (-0.832539, -0.5495, 0.070196), }, - Vertex { position: (4.801436, 2.750224, 0.858918), - normal: (-0.862876, -0.450622, 0.228877), }, - Vertex { position: (5.096148, 2.75972, 0.774729), - normal: (-0.916647, -0.2944, 0.270344), }, - Vertex { position: (4.821325, 2.691794, 0.791887), - normal: (-0.64155, -0.578509, 0.503727), }, - Vertex { position: (4.811798, 2.72868, 0.815406), - normal: (-0.832539, -0.5495, 0.070196), }, - Vertex { position: (5.096148, 2.75972, 0.774729), - normal: (-0.916647, -0.2944, 0.270344), }, - Vertex { position: (4.821336, 2.621498, 0.789636), - normal: (-0.791764, -0.610494, -0.020171), }, - Vertex { position: (4.821325, 2.691794, 0.791887), - normal: (-0.64155, -0.578509, 0.503727), }, - Vertex { position: (5.096148, 2.75972, 0.774729), - normal: (-0.916647, -0.2944, 0.270344), }, - Vertex { position: (4.472349, 2.325133, 0.443764), - normal: (0.231006, -0.859096, 0.456717), }, - Vertex { position: (4.474318, 2.418432, 0.361347), - normal: (-0.849668, 0.488771, -0.197904), }, - Vertex { position: (4.44385, 2.449921, 0.495432), - normal: (-0.476729, 0.840923, -0.25608), }, - Vertex { position: (4.472349, 2.325133, 0.443764), - normal: (0.231006, -0.859096, 0.456717), }, - Vertex { position: (4.44385, 2.449921, 0.495432), - normal: (-0.476729, 0.840923, -0.25608), }, - Vertex { position: (4.442912, 2.343263, 0.53322), - normal: (-0.975013, -0.179566, 0.130791), }, - Vertex { position: (4.442912, 2.343263, 0.53322), - normal: (-0.975013, -0.179566, 0.130791), }, - Vertex { position: (4.44385, 2.449921, 0.495432), - normal: (-0.476729, 0.840923, -0.25608), }, - Vertex { position: (4.44076, 2.490353, 0.629287), - normal: (-0.145585, 0.915338, -0.375448), }, - Vertex { position: (4.442912, 2.343263, 0.53322), - normal: (-0.975013, -0.179566, 0.130791), }, - Vertex { position: (4.44076, 2.490353, 0.629287), - normal: (-0.145585, 0.915338, -0.375448), }, - Vertex { position: (4.440713, 2.398472, 0.629128), - normal: (-0.963659, -0.230665, 0.134738), }, - Vertex { position: (4.474625, 2.465214, 0.75189), - normal: (-0.990956, -0.062739, 0.118613), }, - Vertex { position: (4.440713, 2.398472, 0.629128), - normal: (-0.963659, -0.230665, 0.134738), }, - Vertex { position: (4.44076, 2.490353, 0.629287), - normal: (-0.145585, 0.915338, -0.375448), }, - Vertex { position: (4.474625, 2.465214, 0.75189), - normal: (-0.990956, -0.062739, 0.118613), }, - Vertex { position: (4.44076, 2.490353, 0.629287), - normal: (-0.145585, 0.915338, -0.375448), }, - Vertex { position: (4.484667, 2.534451, 0.708888), - normal: (-0.210882, 0.942026, -0.260988), }, - Vertex { position: (4.32063, 2.385528, 0.682583), - normal: (-0.473779, -0.24744, 0.845167), }, - Vertex { position: (4.314039, 2.32946, 0.57751), - normal: (-0.938303, -0.3372, 0.076703), }, - Vertex { position: (4.442912, 2.343263, 0.53322), - normal: (-0.975013, -0.179566, 0.130791), }, - Vertex { position: (4.32063, 2.385528, 0.682583), - normal: (-0.473779, -0.24744, 0.845167), }, - Vertex { position: (4.442912, 2.343263, 0.53322), - normal: (-0.975013, -0.179566, 0.130791), }, - Vertex { position: (4.440713, 2.398472, 0.629128), - normal: (-0.963659, -0.230665, 0.134738), }, - Vertex { position: (4.296769, 2.260422, 0.528796), - normal: (-0.713872, -0.610821, 0.342469), }, - Vertex { position: (4.472349, 2.325133, 0.443764), - normal: (0.231006, -0.859096, 0.456717), }, - Vertex { position: (4.442912, 2.343263, 0.53322), - normal: (-0.975013, -0.179566, 0.130791), }, - Vertex { position: (4.296769, 2.260422, 0.528796), - normal: (-0.713872, -0.610821, 0.342469), }, - Vertex { position: (4.442912, 2.343263, 0.53322), - normal: (-0.975013, -0.179566, 0.130791), }, - Vertex { position: (4.314039, 2.32946, 0.57751), - normal: (-0.938303, -0.3372, 0.076703), }, - Vertex { position: (4.382053, 2.433474, 0.798757), - normal: (-0.719395, -0.61545, 0.322011), }, - Vertex { position: (4.32063, 2.385528, 0.682583), - normal: (-0.473779, -0.24744, 0.845167), }, - Vertex { position: (4.440713, 2.398472, 0.629128), - normal: (-0.963659, -0.230665, 0.134738), }, - Vertex { position: (4.382053, 2.433474, 0.798757), - normal: (-0.719395, -0.61545, 0.322011), }, - Vertex { position: (4.440713, 2.398472, 0.629128), - normal: (-0.963659, -0.230665, 0.134738), }, - Vertex { position: (4.474625, 2.465214, 0.75189), - normal: (-0.990956, -0.062739, 0.118613), }, - Vertex { position: (4.538177, 2.513353, 0.776566), - normal: (-0.841909, -0.49598, 0.212588), }, - Vertex { position: (4.474625, 2.465214, 0.75189), - normal: (-0.990956, -0.062739, 0.118613), }, - Vertex { position: (4.484667, 2.534451, 0.708888), - normal: (-0.210882, 0.942026, -0.260988), }, - Vertex { position: (4.538177, 2.513353, 0.776566), - normal: (-0.841909, -0.49598, 0.212588), }, - Vertex { position: (4.484667, 2.534451, 0.708888), - normal: (-0.210882, 0.942026, -0.260988), }, - Vertex { position: (4.520165, 2.557971, 0.762427), - normal: (-0.502348, 0.838173, -0.212398), }, - Vertex { position: (4.444739, 2.475795, 0.860515), - normal: (0.760119, -0.003927, 0.649772), }, - Vertex { position: (4.382053, 2.433474, 0.798757), - normal: (-0.719395, -0.61545, 0.322011), }, - Vertex { position: (4.474625, 2.465214, 0.75189), - normal: (-0.990956, -0.062739, 0.118613), }, - Vertex { position: (4.444739, 2.475795, 0.860515), - normal: (0.760119, -0.003927, 0.649772), }, - Vertex { position: (4.474625, 2.465214, 0.75189), - normal: (-0.990956, -0.062739, 0.118613), }, - Vertex { position: (4.538177, 2.513353, 0.776566), - normal: (-0.841909, -0.49598, 0.212588), }, - Vertex { position: (4.601515, 2.533324, 0.794193), - normal: (0.911709, -0.064353, 0.405764), }, - Vertex { position: (4.538177, 2.513353, 0.776566), - normal: (-0.841909, -0.49598, 0.212588), }, - Vertex { position: (4.520165, 2.557971, 0.762427), - normal: (-0.502348, 0.838173, -0.212398), }, - Vertex { position: (4.601515, 2.533324, 0.794193), - normal: (0.911709, -0.064353, 0.405764), }, - Vertex { position: (4.520165, 2.557971, 0.762427), - normal: (-0.502348, 0.838173, -0.212398), }, - Vertex { position: (4.59262, 2.569879, 0.790452), - normal: (-0.768362, 0.592231, -0.242657), }, - Vertex { position: (4.554459, 2.511417, 0.850571), - normal: (0.3335, 0.232683, 0.913584), }, - Vertex { position: (4.444739, 2.475795, 0.860515), - normal: (0.760119, -0.003927, 0.649772), }, - Vertex { position: (4.538177, 2.513353, 0.776566), - normal: (-0.841909, -0.49598, 0.212588), }, - Vertex { position: (4.554459, 2.511417, 0.850571), - normal: (0.3335, 0.232683, 0.913584), }, - Vertex { position: (4.538177, 2.513353, 0.776566), - normal: (-0.841909, -0.49598, 0.212588), }, - Vertex { position: (4.601515, 2.533324, 0.794193), - normal: (0.911709, -0.064353, 0.405764), }, - Vertex { position: (4.683344, 2.554221, 0.821927), - normal: (0.245858, 0.150988, 0.957474), }, - Vertex { position: (4.601515, 2.533324, 0.794193), - normal: (0.911709, -0.064353, 0.405764), }, - Vertex { position: (4.59262, 2.569879, 0.790452), - normal: (-0.768362, 0.592231, -0.242657), }, - Vertex { position: (4.683344, 2.554221, 0.821927), - normal: (0.245858, 0.150988, 0.957474), }, - Vertex { position: (4.59262, 2.569879, 0.790452), - normal: (-0.768362, 0.592231, -0.242657), }, - Vertex { position: (4.674691, 2.598833, 0.808006), - normal: (-0.981668, 0.173926, -0.077954), }, - Vertex { position: (4.681847, 2.551036, 0.886235), - normal: (0.895851, 0.326389, 0.301532), }, - Vertex { position: (4.554459, 2.511417, 0.850571), - normal: (0.3335, 0.232683, 0.913584), }, - Vertex { position: (4.601515, 2.533324, 0.794193), - normal: (0.911709, -0.064353, 0.405764), }, - Vertex { position: (4.681847, 2.551036, 0.886235), - normal: (0.895851, 0.326389, 0.301532), }, - Vertex { position: (4.601515, 2.533324, 0.794193), - normal: (0.911709, -0.064353, 0.405764), }, - Vertex { position: (4.683344, 2.554221, 0.821927), - normal: (0.245858, 0.150988, 0.957474), }, - Vertex { position: (4.755192, 2.568818, 0.876311), - normal: (-0.279333, 0.256918, 0.925184), }, - Vertex { position: (4.681847, 2.551036, 0.886235), - normal: (0.895851, 0.326389, 0.301532), }, - Vertex { position: (4.683344, 2.554221, 0.821927), - normal: (0.245858, 0.150988, 0.957474), }, - Vertex { position: (4.755192, 2.568818, 0.876311), - normal: (-0.279333, 0.256918, 0.925184), }, - Vertex { position: (4.683344, 2.554221, 0.821927), - normal: (0.245858, 0.150988, 0.957474), }, - Vertex { position: (4.737893, 2.564648, 0.830389), - normal: (-0.396467, 0.225967, 0.889805), }, - Vertex { position: (4.856249, 2.593812, 0.867067), - normal: (-0.274209, -0.939323, -0.20611), }, - Vertex { position: (4.755192, 2.568818, 0.876311), - normal: (-0.279333, 0.256918, 0.925184), }, - Vertex { position: (4.737893, 2.564648, 0.830389), - normal: (-0.396467, 0.225967, 0.889805), }, - Vertex { position: (4.856249, 2.593812, 0.867067), - normal: (-0.274209, -0.939323, -0.20611), }, - Vertex { position: (4.737893, 2.564648, 0.830389), - normal: (-0.396467, 0.225967, 0.889805), }, - Vertex { position: (4.829566, 2.580797, 0.821827), - normal: (-0.274209, -0.939323, -0.20611), }, - Vertex { position: (4.737893, 2.564648, 0.830389), - normal: (-0.396467, 0.225967, 0.889805), }, - Vertex { position: (4.683344, 2.554221, 0.821927), - normal: (0.245858, 0.150988, 0.957474), }, - Vertex { position: (4.674691, 2.598833, 0.808006), - normal: (-0.981668, 0.173926, -0.077954), }, - Vertex { position: (4.737893, 2.564648, 0.830389), - normal: (-0.396467, 0.225967, 0.889805), }, - Vertex { position: (4.674691, 2.598833, 0.808006), - normal: (-0.981668, 0.173926, -0.077954), }, - Vertex { position: (4.729447, 2.606204, 0.807513), - normal: (-0.984655, 0.15519, 0.07981), }, - Vertex { position: (4.829566, 2.580797, 0.821827), - normal: (-0.274209, -0.939323, -0.20611), }, - Vertex { position: (4.737893, 2.564648, 0.830389), - normal: (-0.396467, 0.225967, 0.889805), }, - Vertex { position: (4.729447, 2.606204, 0.807513), - normal: (-0.984655, 0.15519, 0.07981), }, - Vertex { position: (4.829566, 2.580797, 0.821827), - normal: (-0.274209, -0.939323, -0.20611), }, - Vertex { position: (4.729447, 2.606204, 0.807513), - normal: (-0.984655, 0.15519, 0.07981), }, - Vertex { position: (4.821336, 2.621498, 0.789636), - normal: (-0.791764, -0.610494, -0.020171), }, - Vertex { position: (4.497719, 2.54748, 0.937659), - normal: (-0.21443, -0.974064, 0.072245), }, - Vertex { position: (4.554459, 2.511417, 0.850571), - normal: (0.3335, 0.232683, 0.913584), }, - Vertex { position: (4.681847, 2.551036, 0.886235), - normal: (0.895851, 0.326389, 0.301532), }, - Vertex { position: (4.497719, 2.54748, 0.937659), - normal: (-0.21443, -0.974064, 0.072245), }, - Vertex { position: (4.681847, 2.551036, 0.886235), - normal: (0.895851, 0.326389, 0.301532), }, - Vertex { position: (4.662221, 2.556346, 0.940618), - normal: (-0.21443, -0.974064, 0.072245), }, - Vertex { position: (4.755192, 2.568818, 0.876311), - normal: (-0.279333, 0.256918, 0.925184), }, - Vertex { position: (4.763337, 2.590834, 0.929248), - normal: (-0.137011, -0.928676, 0.344657), }, - Vertex { position: (4.662221, 2.556346, 0.940618), - normal: (-0.21443, -0.974064, 0.072245), }, - Vertex { position: (4.755192, 2.568818, 0.876311), - normal: (-0.279333, 0.256918, 0.925184), }, - Vertex { position: (4.662221, 2.556346, 0.940618), - normal: (-0.21443, -0.974064, 0.072245), }, - Vertex { position: (4.681847, 2.551036, 0.886235), - normal: (0.895851, 0.326389, 0.301532), }, - Vertex { position: (4.763337, 2.590834, 0.929248), - normal: (-0.137011, -0.928676, 0.344657), }, - Vertex { position: (4.755192, 2.568818, 0.876311), - normal: (-0.279333, 0.256918, 0.925184), }, - Vertex { position: (4.856249, 2.593812, 0.867067), - normal: (-0.274209, -0.939323, -0.20611), }, - Vertex { position: (4.763337, 2.590834, 0.929248), - normal: (-0.137011, -0.928676, 0.344657), }, - Vertex { position: (4.856249, 2.593812, 0.867067), - normal: (-0.274209, -0.939323, -0.20611), }, - Vertex { position: (4.883022, 2.613658, 0.893163), - normal: (-0.137011, -0.928676, 0.344657), }, - Vertex { position: (4.497719, 2.54748, 0.937659), - normal: (-0.21443, -0.974064, 0.072245), }, - Vertex { position: (4.352603, 2.524888, 0.890532), - normal: (-0.250481, -0.945625, -0.207493), }, - Vertex { position: (4.444739, 2.475795, 0.860515), - normal: (0.760119, -0.003927, 0.649772), }, - Vertex { position: (4.497719, 2.54748, 0.937659), - normal: (-0.21443, -0.974064, 0.072245), }, - Vertex { position: (4.444739, 2.475795, 0.860515), - normal: (0.760119, -0.003927, 0.649772), }, - Vertex { position: (4.554459, 2.511417, 0.850571), - normal: (0.3335, 0.232683, 0.913584), }, - Vertex { position: (4.262798, 2.490674, 0.818316), - normal: (-0.250481, -0.945625, -0.207493), }, - Vertex { position: (4.382053, 2.433474, 0.798757), - normal: (-0.719395, -0.61545, 0.322011), }, - Vertex { position: (4.444739, 2.475795, 0.860515), - normal: (0.760119, -0.003927, 0.649772), }, - Vertex { position: (4.262798, 2.490674, 0.818316), - normal: (-0.250481, -0.945625, -0.207493), }, - Vertex { position: (4.444739, 2.475795, 0.860515), - normal: (0.760119, -0.003927, 0.649772), }, - Vertex { position: (4.352603, 2.524888, 0.890532), - normal: (-0.250481, -0.945625, -0.207493), }, - Vertex { position: (4.192789, 2.411967, 0.668016), - normal: (-0.19553, -0.978064, 0.071821), }, - Vertex { position: (4.32063, 2.385528, 0.682583), - normal: (-0.473779, -0.24744, 0.845167), }, - Vertex { position: (4.382053, 2.433474, 0.798757), - normal: (-0.719395, -0.61545, 0.322011), }, - Vertex { position: (4.192789, 2.411967, 0.668016), - normal: (-0.19553, -0.978064, 0.071821), }, - Vertex { position: (4.382053, 2.433474, 0.798757), - normal: (-0.719395, -0.61545, 0.322011), }, - Vertex { position: (4.262798, 2.490674, 0.818316), - normal: (-0.250481, -0.945625, -0.207493), }, - Vertex { position: (4.193959, 2.370476, 0.616705), - normal: (-0.19553, -0.978064, 0.071821), }, - Vertex { position: (4.314039, 2.32946, 0.57751), - normal: (-0.938303, -0.3372, 0.076703), }, - Vertex { position: (4.32063, 2.385528, 0.682583), - normal: (-0.473779, -0.24744, 0.845167), }, - Vertex { position: (4.193959, 2.370476, 0.616705), - normal: (-0.19553, -0.978064, 0.071821), }, - Vertex { position: (4.32063, 2.385528, 0.682583), - normal: (-0.473779, -0.24744, 0.845167), }, - Vertex { position: (4.192789, 2.411967, 0.668016), - normal: (-0.19553, -0.978064, 0.071821), }, - Vertex { position: (4.296769, 2.260422, 0.528796), - normal: (-0.713872, -0.610821, 0.342469), }, - Vertex { position: (4.314039, 2.32946, 0.57751), - normal: (-0.938303, -0.3372, 0.076703), }, - Vertex { position: (4.193959, 2.370476, 0.616705), - normal: (-0.19553, -0.978064, 0.071821), }, - Vertex { position: (4.296769, 2.260422, 0.528796), - normal: (-0.713872, -0.610821, 0.342469), }, - Vertex { position: (4.193959, 2.370476, 0.616705), - normal: (-0.19553, -0.978064, 0.071821), }, - Vertex { position: (4.113935, 2.334131, 0.526471), - normal: (-0.124529, -0.930217, 0.345238), }, - Vertex { position: (4.856249, 2.593812, 0.867067), - normal: (-0.274209, -0.939323, -0.20611), }, - Vertex { position: (5.096148, 2.75972, 0.774729), - normal: (-0.916647, -0.2944, 0.270344), }, - Vertex { position: (4.883022, 2.613658, 0.893163), - normal: (-0.137011, -0.928676, 0.344657), }, - Vertex { position: (4.883022, 2.613658, 0.893163), - normal: (-0.137011, -0.928676, 0.344657), }, - Vertex { position: (4.854957, 2.660227, 0.92431), - normal: (0.186393, -0.974436, -0.125429), }, - Vertex { position: (4.735139, 2.645464, 0.95089), - normal: (-0.124529, -0.930217, 0.345238), }, - Vertex { position: (4.883022, 2.613658, 0.893163), - normal: (-0.137011, -0.928676, 0.344657), }, - Vertex { position: (4.735139, 2.645464, 0.95089), - normal: (-0.124529, -0.930217, 0.345238), }, - Vertex { position: (4.763337, 2.590834, 0.929248), - normal: (-0.137011, -0.928676, 0.344657), }, - Vertex { position: (4.763337, 2.590834, 0.929248), - normal: (-0.137011, -0.928676, 0.344657), }, - Vertex { position: (4.735139, 2.645464, 0.95089), - normal: (-0.124529, -0.930217, 0.345238), }, - Vertex { position: (4.615662, 2.63387, 0.977986), - normal: (0.361848, -0.921221, -0.142892), }, - Vertex { position: (4.763337, 2.590834, 0.929248), - normal: (-0.137011, -0.928676, 0.344657), }, - Vertex { position: (4.615662, 2.63387, 0.977986), - normal: (0.361848, -0.921221, -0.142892), }, - Vertex { position: (4.662221, 2.556346, 0.940618), - normal: (-0.21443, -0.974064, 0.072245), }, - Vertex { position: (4.662221, 2.556346, 0.940618), - normal: (-0.21443, -0.974064, 0.072245), }, - Vertex { position: (4.615662, 2.63387, 0.977986), - normal: (0.361848, -0.921221, -0.142892), }, - Vertex { position: (4.460582, 2.622875, 0.957002), - normal: (-0.199236, -0.974239, -0.105658), }, - Vertex { position: (4.662221, 2.556346, 0.940618), - normal: (-0.21443, -0.974064, 0.072245), }, - Vertex { position: (4.460582, 2.622875, 0.957002), - normal: (-0.199236, -0.974239, -0.105658), }, - Vertex { position: (4.497719, 2.54748, 0.937659), - normal: (-0.21443, -0.974064, 0.072245), }, - Vertex { position: (4.497719, 2.54748, 0.937659), - normal: (-0.21443, -0.974064, 0.072245), }, - Vertex { position: (4.460582, 2.622875, 0.957002), - normal: (-0.199236, -0.974239, -0.105658), }, - Vertex { position: (4.343217, 2.589542, 0.893106), - normal: (-0.942162, -0.29295, -0.162822), }, - Vertex { position: (4.497719, 2.54748, 0.937659), - normal: (-0.21443, -0.974064, 0.072245), }, - Vertex { position: (4.343217, 2.589542, 0.893106), - normal: (-0.942162, -0.29295, -0.162822), }, - Vertex { position: (4.352603, 2.524888, 0.890532), - normal: (-0.250481, -0.945625, -0.207493), }, - Vertex { position: (4.352603, 2.524888, 0.890532), - normal: (-0.250481, -0.945625, -0.207493), }, - Vertex { position: (4.343217, 2.589542, 0.893106), - normal: (-0.942162, -0.29295, -0.162822), }, - Vertex { position: (4.244622, 2.554467, 0.811726), - normal: (-0.982438, -0.108835, -0.151559), }, - Vertex { position: (4.352603, 2.524888, 0.890532), - normal: (-0.250481, -0.945625, -0.207493), }, - Vertex { position: (4.244622, 2.554467, 0.811726), - normal: (-0.982438, -0.108835, -0.151559), }, - Vertex { position: (4.262798, 2.490674, 0.818316), - normal: (-0.250481, -0.945625, -0.207493), }, - Vertex { position: (4.262798, 2.490674, 0.818316), - normal: (-0.250481, -0.945625, -0.207493), }, - Vertex { position: (4.244622, 2.554467, 0.811726), - normal: (-0.982438, -0.108835, -0.151559), }, - Vertex { position: (4.138687, 2.474013, 0.642311), - normal: (-0.668254, -0.729938, -0.143622), }, - Vertex { position: (4.262798, 2.490674, 0.818316), - normal: (-0.250481, -0.945625, -0.207493), }, - Vertex { position: (4.138687, 2.474013, 0.642311), - normal: (-0.668254, -0.729938, -0.143622), }, - Vertex { position: (4.192789, 2.411967, 0.668016), - normal: (-0.19553, -0.978064, 0.071821), }, - Vertex { position: (5.096148, 2.75972, 0.774729), - normal: (-0.916647, -0.2944, 0.270344), }, - Vertex { position: (4.854957, 2.660227, 0.92431), - normal: (0.186393, -0.974436, -0.125429), }, - Vertex { position: (4.883022, 2.613658, 0.893163), - normal: (-0.137011, -0.928676, 0.344657), }, - Vertex { position: (4.193959, 2.370476, 0.616705), - normal: (-0.19553, -0.978064, 0.071821), }, - Vertex { position: (4.192789, 2.411967, 0.668016), - normal: (-0.19553, -0.978064, 0.071821), }, - Vertex { position: (4.138687, 2.474013, 0.642311), - normal: (-0.668254, -0.729938, -0.143622), }, - Vertex { position: (4.193959, 2.370476, 0.616705), - normal: (-0.19553, -0.978064, 0.071821), }, - Vertex { position: (4.138687, 2.474013, 0.642311), - normal: (-0.668254, -0.729938, -0.143622), }, - Vertex { position: (4.121994, 2.458034, 0.570029), - normal: (-0.973393, -0.128296, 0.18986), }, - Vertex { position: (4.07851, 2.41181, 0.472193), - normal: (-0.138401, -0.989733, 0.035683), }, - Vertex { position: (4.113935, 2.334131, 0.526471), - normal: (-0.124529, -0.930217, 0.345238), }, - Vertex { position: (4.193959, 2.370476, 0.616705), - normal: (-0.19553, -0.978064, 0.071821), }, - Vertex { position: (4.07851, 2.41181, 0.472193), - normal: (-0.138401, -0.989733, 0.035683), }, - Vertex { position: (4.193959, 2.370476, 0.616705), - normal: (-0.19553, -0.978064, 0.071821), }, - Vertex { position: (4.121994, 2.458034, 0.570029), - normal: (-0.973393, -0.128296, 0.18986), }, - Vertex { position: (4.343217, 2.589542, 0.893106), - normal: (-0.942162, -0.29295, -0.162822), }, - Vertex { position: (4.342998, 2.664049, 0.904347), - normal: (-0.927379, -0.346541, 0.14099), }, - Vertex { position: (4.235494, 2.636171, 0.803613), - normal: (-0.601432, -0.796051, 0.067694), }, - Vertex { position: (4.343217, 2.589542, 0.893106), - normal: (-0.942162, -0.29295, -0.162822), }, - Vertex { position: (4.235494, 2.636171, 0.803613), - normal: (-0.601432, -0.796051, 0.067694), }, - Vertex { position: (4.244622, 2.554467, 0.811726), - normal: (-0.982438, -0.108835, -0.151559), }, - Vertex { position: (4.460582, 2.622875, 0.957002), - normal: (-0.199236, -0.974239, -0.105658), }, - Vertex { position: (4.460786, 2.695616, 0.949972), - normal: (-0.850433, -0.132742, 0.509061), }, - Vertex { position: (4.342998, 2.664049, 0.904347), - normal: (-0.927379, -0.346541, 0.14099), }, - Vertex { position: (4.460582, 2.622875, 0.957002), - normal: (-0.199236, -0.974239, -0.105658), }, - Vertex { position: (4.342998, 2.664049, 0.904347), - normal: (-0.927379, -0.346541, 0.14099), }, - Vertex { position: (4.343217, 2.589542, 0.893106), - normal: (-0.942162, -0.29295, -0.162822), }, - Vertex { position: (4.615662, 2.63387, 0.977986), - normal: (0.361848, -0.921221, -0.142892), }, - Vertex { position: (4.6248, 2.708372, 0.989445), - normal: (-0.822149, -0.367113, 0.435086), }, - Vertex { position: (4.460786, 2.695616, 0.949972), - normal: (-0.850433, -0.132742, 0.509061), }, - Vertex { position: (4.615662, 2.63387, 0.977986), - normal: (0.361848, -0.921221, -0.142892), }, - Vertex { position: (4.460786, 2.695616, 0.949972), - normal: (-0.850433, -0.132742, 0.509061), }, - Vertex { position: (4.460582, 2.622875, 0.957002), - normal: (-0.199236, -0.974239, -0.105658), }, - Vertex { position: (4.244622, 2.554467, 0.811726), - normal: (-0.982438, -0.108835, -0.151559), }, - Vertex { position: (4.235494, 2.636171, 0.803613), - normal: (-0.601432, -0.796051, 0.067694), }, - Vertex { position: (4.138494, 2.557838, 0.652651), - normal: (-0.501842, -0.819591, 0.27645), }, - Vertex { position: (4.244622, 2.554467, 0.811726), - normal: (-0.982438, -0.108835, -0.151559), }, - Vertex { position: (4.138494, 2.557838, 0.652651), - normal: (-0.501842, -0.819591, 0.27645), }, - Vertex { position: (4.138687, 2.474013, 0.642311), - normal: (-0.668254, -0.729938, -0.143622), }, - Vertex { position: (4.121994, 2.458034, 0.570029), - normal: (-0.973393, -0.128296, 0.18986), }, - Vertex { position: (4.138687, 2.474013, 0.642311), - normal: (-0.668254, -0.729938, -0.143622), }, - Vertex { position: (4.138494, 2.557838, 0.652651), - normal: (-0.501842, -0.819591, 0.27645), }, - Vertex { position: (4.121994, 2.458034, 0.570029), - normal: (-0.973393, -0.128296, 0.18986), }, - Vertex { position: (4.138494, 2.557838, 0.652651), - normal: (-0.501842, -0.819591, 0.27645), }, - Vertex { position: (4.104292, 2.537976, 0.543437), - normal: (-0.075112, -0.981815, 0.174346), }, - Vertex { position: (4.07851, 2.41181, 0.472193), - normal: (-0.138401, -0.989733, 0.035683), }, - Vertex { position: (4.121994, 2.458034, 0.570029), - normal: (-0.973393, -0.128296, 0.18986), }, - Vertex { position: (4.104292, 2.537976, 0.543437), - normal: (-0.075112, -0.981815, 0.174346), }, - Vertex { position: (4.07851, 2.41181, 0.472193), - normal: (-0.138401, -0.989733, 0.035683), }, - Vertex { position: (4.104292, 2.537976, 0.543437), - normal: (-0.075112, -0.981815, 0.174346), }, - Vertex { position: (4.088356, 2.510913, 0.453793), - normal: (0.207048, -0.965263, 0.159371), }, - Vertex { position: (4.615662, 2.63387, 0.977986), - normal: (0.361848, -0.921221, -0.142892), }, - Vertex { position: (4.735139, 2.645464, 0.95089), - normal: (-0.124529, -0.930217, 0.345238), }, - Vertex { position: (4.753015, 2.699695, 0.973279), - normal: (0.846486, -0.14409, -0.512541), }, - Vertex { position: (4.615662, 2.63387, 0.977986), - normal: (0.361848, -0.921221, -0.142892), }, - Vertex { position: (4.753015, 2.699695, 0.973279), - normal: (0.846486, -0.14409, -0.512541), }, - Vertex { position: (4.6248, 2.708372, 0.989445), - normal: (-0.822149, -0.367113, 0.435086), }, - Vertex { position: (4.854957, 2.660227, 0.92431), - normal: (0.186393, -0.974436, -0.125429), }, - Vertex { position: (4.863709, 2.722151, 0.93666), - normal: (0.728229, -0.106722, -0.676973), }, - Vertex { position: (4.753015, 2.699695, 0.973279), - normal: (0.846486, -0.14409, -0.512541), }, - Vertex { position: (4.854957, 2.660227, 0.92431), - normal: (0.186393, -0.974436, -0.125429), }, - Vertex { position: (4.753015, 2.699695, 0.973279), - normal: (0.846486, -0.14409, -0.512541), }, - Vertex { position: (4.735139, 2.645464, 0.95089), - normal: (-0.124529, -0.930217, 0.345238), }, - Vertex { position: (4.209941, 2.600612, 0.337597), - normal: (-0.904972, -0.026555, 0.424641), }, - Vertex { position: (4.117367, 2.568514, 0.3845), - normal: (0.576293, -0.081905, -0.813128), }, - Vertex { position: (4.151183, 2.579059, 0.494606), - normal: (0.42646, -0.865041, 0.264264), }, - Vertex { position: (4.209941, 2.600612, 0.337597), - normal: (-0.904972, -0.026555, 0.424641), }, - Vertex { position: (4.151183, 2.579059, 0.494606), - normal: (0.42646, -0.865041, 0.264264), }, - Vertex { position: (4.22473, 2.624525, 0.491916), - normal: (-0.778386, 0.466325, 0.420305), }, - Vertex { position: (4.509555, 2.719807, 0.819972), - normal: (-0.940256, 0.335069, -0.060403), }, - Vertex { position: (4.462368, 2.725999, 0.882675), - normal: (-0.266521, -0.953514, 0.14063), }, - Vertex { position: (4.616626, 2.749486, 0.939333), - normal: (0.078387, -0.886884, 0.455294), }, - Vertex { position: (4.509555, 2.719807, 0.819972), - normal: (-0.940256, 0.335069, -0.060403), }, - Vertex { position: (4.616626, 2.749486, 0.939333), - normal: (0.078387, -0.886884, 0.455294), }, - Vertex { position: (4.636909, 2.750501, 0.856859), - normal: (-0.894795, 0.444359, -0.043442), }, - Vertex { position: (4.418954, 2.707401, 0.782531), - normal: (-0.31499, 0.894135, -0.318282), }, - Vertex { position: (4.354196, 2.711836, 0.826545), - normal: (-0.393317, -0.870591, -0.295589), }, - Vertex { position: (4.462368, 2.725999, 0.882675), - normal: (-0.266521, -0.953514, 0.14063), }, - Vertex { position: (4.418954, 2.707401, 0.782531), - normal: (-0.31499, 0.894135, -0.318282), }, - Vertex { position: (4.462368, 2.725999, 0.882675), - normal: (-0.266521, -0.953514, 0.14063), }, - Vertex { position: (4.509555, 2.719807, 0.819972), - normal: (-0.940256, 0.335069, -0.060403), }, - Vertex { position: (4.35668, 2.682996, 0.71905), - normal: (-0.671788, 0.737297, 0.07138), }, - Vertex { position: (4.273414, 2.686575, 0.753674), - normal: (-0.180888, -0.792822, -0.58199), }, - Vertex { position: (4.354196, 2.711836, 0.826545), - normal: (-0.393317, -0.870591, -0.295589), }, - Vertex { position: (4.35668, 2.682996, 0.71905), - normal: (-0.671788, 0.737297, 0.07138), }, - Vertex { position: (4.354196, 2.711836, 0.826545), - normal: (-0.393317, -0.870591, -0.295589), }, - Vertex { position: (4.418954, 2.707401, 0.782531), - normal: (-0.31499, 0.894135, -0.318282), }, - Vertex { position: (4.176065, 2.636883, 0.618384), - normal: (0.333262, -0.530645, -0.779328), }, - Vertex { position: (4.277169, 2.652435, 0.591369), - normal: (0.225135, 0.965893, 0.127928), }, - Vertex { position: (4.22473, 2.624525, 0.491916), - normal: (-0.778386, 0.466325, 0.420305), }, - Vertex { position: (4.176065, 2.636883, 0.618384), - normal: (0.333262, -0.530645, -0.779328), }, - Vertex { position: (4.22473, 2.624525, 0.491916), - normal: (-0.778386, 0.466325, 0.420305), }, - Vertex { position: (4.151183, 2.579059, 0.494606), - normal: (0.42646, -0.865041, 0.264264), }, - Vertex { position: (4.104292, 2.537976, 0.543437), - normal: (-0.075112, -0.981815, 0.174346), }, - Vertex { position: (4.151183, 2.579059, 0.494606), - normal: (0.42646, -0.865041, 0.264264), }, - Vertex { position: (4.117367, 2.568514, 0.3845), - normal: (0.576293, -0.081905, -0.813128), }, - Vertex { position: (4.104292, 2.537976, 0.543437), - normal: (-0.075112, -0.981815, 0.174346), }, - Vertex { position: (4.117367, 2.568514, 0.3845), - normal: (0.576293, -0.081905, -0.813128), }, - Vertex { position: (4.088356, 2.510913, 0.453793), - normal: (0.207048, -0.965263, 0.159371), }, - Vertex { position: (4.273414, 2.686575, 0.753674), - normal: (-0.180888, -0.792822, -0.58199), }, - Vertex { position: (4.35668, 2.682996, 0.71905), - normal: (-0.671788, 0.737297, 0.07138), }, - Vertex { position: (4.277169, 2.652435, 0.591369), - normal: (0.225135, 0.965893, 0.127928), }, - Vertex { position: (4.273414, 2.686575, 0.753674), - normal: (-0.180888, -0.792822, -0.58199), }, - Vertex { position: (4.277169, 2.652435, 0.591369), - normal: (0.225135, 0.965893, 0.127928), }, - Vertex { position: (4.176065, 2.636883, 0.618384), - normal: (0.333262, -0.530645, -0.779328), }, - Vertex { position: (4.138494, 2.557838, 0.652651), - normal: (-0.501842, -0.819591, 0.27645), }, - Vertex { position: (4.176065, 2.636883, 0.618384), - normal: (0.333262, -0.530645, -0.779328), }, - Vertex { position: (4.151183, 2.579059, 0.494606), - normal: (0.42646, -0.865041, 0.264264), }, - Vertex { position: (4.138494, 2.557838, 0.652651), - normal: (-0.501842, -0.819591, 0.27645), }, - Vertex { position: (4.151183, 2.579059, 0.494606), - normal: (0.42646, -0.865041, 0.264264), }, - Vertex { position: (4.104292, 2.537976, 0.543437), - normal: (-0.075112, -0.981815, 0.174346), }, - Vertex { position: (4.235494, 2.636171, 0.803613), - normal: (-0.601432, -0.796051, 0.067694), }, - Vertex { position: (4.273414, 2.686575, 0.753674), - normal: (-0.180888, -0.792822, -0.58199), }, - Vertex { position: (4.176065, 2.636883, 0.618384), - normal: (0.333262, -0.530645, -0.779328), }, - Vertex { position: (4.235494, 2.636171, 0.803613), - normal: (-0.601432, -0.796051, 0.067694), }, - Vertex { position: (4.176065, 2.636883, 0.618384), - normal: (0.333262, -0.530645, -0.779328), }, - Vertex { position: (4.138494, 2.557838, 0.652651), - normal: (-0.501842, -0.819591, 0.27645), }, - Vertex { position: (4.342998, 2.664049, 0.904347), - normal: (-0.927379, -0.346541, 0.14099), }, - Vertex { position: (4.354196, 2.711836, 0.826545), - normal: (-0.393317, -0.870591, -0.295589), }, - Vertex { position: (4.273414, 2.686575, 0.753674), - normal: (-0.180888, -0.792822, -0.58199), }, - Vertex { position: (4.342998, 2.664049, 0.904347), - normal: (-0.927379, -0.346541, 0.14099), }, - Vertex { position: (4.273414, 2.686575, 0.753674), - normal: (-0.180888, -0.792822, -0.58199), }, - Vertex { position: (4.235494, 2.636171, 0.803613), - normal: (-0.601432, -0.796051, 0.067694), }, - Vertex { position: (4.460786, 2.695616, 0.949972), - normal: (-0.850433, -0.132742, 0.509061), }, - Vertex { position: (4.462368, 2.725999, 0.882675), - normal: (-0.266521, -0.953514, 0.14063), }, - Vertex { position: (4.354196, 2.711836, 0.826545), - normal: (-0.393317, -0.870591, -0.295589), }, - Vertex { position: (4.460786, 2.695616, 0.949972), - normal: (-0.850433, -0.132742, 0.509061), }, - Vertex { position: (4.354196, 2.711836, 0.826545), - normal: (-0.393317, -0.870591, -0.295589), }, - Vertex { position: (4.342998, 2.664049, 0.904347), - normal: (-0.927379, -0.346541, 0.14099), }, - Vertex { position: (4.616626, 2.749486, 0.939333), - normal: (0.078387, -0.886884, 0.455294), }, - Vertex { position: (4.735445, 2.749285, 0.940329), - normal: (0.136995, -0.968757, -0.206741), }, - Vertex { position: (4.719171, 2.751091, 0.865965), - normal: (-0.463096, -0.149333, 0.873637), }, - Vertex { position: (4.616626, 2.749486, 0.939333), - normal: (0.078387, -0.886884, 0.455294), }, - Vertex { position: (4.719171, 2.751091, 0.865965), - normal: (-0.463096, -0.149333, 0.873637), }, - Vertex { position: (4.636909, 2.750501, 0.856859), - normal: (-0.894795, 0.444359, -0.043442), }, - Vertex { position: (4.719171, 2.751091, 0.865965), - normal: (-0.463096, -0.149333, 0.873637), }, - Vertex { position: (4.735445, 2.749285, 0.940329), - normal: (0.136995, -0.968757, -0.206741), }, - Vertex { position: (4.827733, 2.75439, 0.905049), - normal: (-0.460229, -0.015586, -0.887663), }, - Vertex { position: (4.719171, 2.751091, 0.865965), - normal: (-0.463096, -0.149333, 0.873637), }, - Vertex { position: (4.827733, 2.75439, 0.905049), - normal: (-0.460229, -0.015586, -0.887663), }, - Vertex { position: (4.801436, 2.750224, 0.858918), - normal: (-0.862876, -0.450622, 0.228877), }, - Vertex { position: (5.096148, 2.75972, 0.774729), - normal: (-0.916647, -0.2944, 0.270344), }, - Vertex { position: (4.801436, 2.750224, 0.858918), - normal: (-0.862876, -0.450622, 0.228877), }, - Vertex { position: (4.827733, 2.75439, 0.905049), - normal: (-0.460229, -0.015586, -0.887663), }, - Vertex { position: (4.460786, 2.695616, 0.949972), - normal: (-0.850433, -0.132742, 0.509061), }, - Vertex { position: (4.6248, 2.708372, 0.989445), - normal: (-0.822149, -0.367113, 0.435086), }, - Vertex { position: (4.616626, 2.749486, 0.939333), - normal: (0.078387, -0.886884, 0.455294), }, - Vertex { position: (4.460786, 2.695616, 0.949972), - normal: (-0.850433, -0.132742, 0.509061), }, - Vertex { position: (4.616626, 2.749486, 0.939333), - normal: (0.078387, -0.886884, 0.455294), }, - Vertex { position: (4.462368, 2.725999, 0.882675), - normal: (-0.266521, -0.953514, 0.14063), }, - Vertex { position: (4.6248, 2.708372, 0.989445), - normal: (-0.822149, -0.367113, 0.435086), }, - Vertex { position: (4.753015, 2.699695, 0.973279), - normal: (0.846486, -0.14409, -0.512541), }, - Vertex { position: (4.735445, 2.749285, 0.940329), - normal: (0.136995, -0.968757, -0.206741), }, - Vertex { position: (4.6248, 2.708372, 0.989445), - normal: (-0.822149, -0.367113, 0.435086), }, - Vertex { position: (4.735445, 2.749285, 0.940329), - normal: (0.136995, -0.968757, -0.206741), }, - Vertex { position: (4.616626, 2.749486, 0.939333), - normal: (0.078387, -0.886884, 0.455294), }, - Vertex { position: (4.827733, 2.75439, 0.905049), - normal: (-0.460229, -0.015586, -0.887663), }, - Vertex { position: (4.735445, 2.749285, 0.940329), - normal: (0.136995, -0.968757, -0.206741), }, - Vertex { position: (4.753015, 2.699695, 0.973279), - normal: (0.846486, -0.14409, -0.512541), }, - Vertex { position: (4.827733, 2.75439, 0.905049), - normal: (-0.460229, -0.015586, -0.887663), }, - Vertex { position: (4.753015, 2.699695, 0.973279), - normal: (0.846486, -0.14409, -0.512541), }, - Vertex { position: (4.863709, 2.722151, 0.93666), - normal: (0.728229, -0.106722, -0.676973), }, - Vertex { position: (5.096148, 2.75972, 0.774729), - normal: (-0.916647, -0.2944, 0.270344), }, - Vertex { position: (4.827733, 2.75439, 0.905049), - normal: (-0.460229, -0.015586, -0.887663), }, - Vertex { position: (4.863709, 2.722151, 0.93666), - normal: (0.728229, -0.106722, -0.676973), }, - Vertex { position: (5.096148, 2.75972, 0.774729), - normal: (-0.916647, -0.2944, 0.270344), }, - Vertex { position: (4.863709, 2.722151, 0.93666), - normal: (0.728229, -0.106722, -0.676973), }, - Vertex { position: (4.854957, 2.660227, 0.92431), - normal: (0.186393, -0.974436, -0.125429), }, - Vertex { position: (5.096148, 2.75972, 0.774729), - normal: (-0.916647, -0.2944, 0.270344), }, - Vertex { position: (4.829566, 2.580797, 0.821827), - normal: (-0.274209, -0.939323, -0.20611), }, - Vertex { position: (4.821336, 2.621498, 0.789636), - normal: (-0.791764, -0.610494, -0.020171), }, - Vertex { position: (5.096148, 2.75972, 0.774729), - normal: (-0.916647, -0.2944, 0.270344), }, - Vertex { position: (4.856249, 2.593812, 0.867067), - normal: (-0.274209, -0.939323, -0.20611), }, -]; diff --git a/src/cow_tail.rs b/src/cow_tail.rs deleted file mode 100644 index 4dba8f4..0000000 --- a/src/cow_tail.rs +++ /dev/null @@ -1,924 +0,0 @@ - -// This file auto-generated from cow_tail.c using model_c2rs.py -// Don't edit by hand! - -use cow_vertex::Vertex; - -pub const COW_TAIL_VERTICES: [Vertex; 458] = [ - Vertex { position: (-3.67645, -0.551317, 0.077574), - normal: (-0.54555, -0.056478, 0.836173), }, - Vertex { position: (-3.740631, -0.558176, 0.085478), - normal: (0.00197, -0.021649, 0.999764), }, - Vertex { position: (-3.72947, -0.869371, 0.096946), - normal: (0.000763, -0.01871, 0.999825), }, - Vertex { position: (-3.67645, -0.551317, 0.077574), - normal: (-0.54555, -0.056478, 0.836173), }, - Vertex { position: (-3.72947, -0.869371, 0.096946), - normal: (0.000763, -0.01871, 0.999825), }, - Vertex { position: (-3.699784, -0.759901, 0.088664), - normal: (-0.548359, -0.017804, 0.836053), }, - Vertex { position: (-3.699784, -0.759901, 0.088664), - normal: (-0.548359, -0.017804, 0.836053), }, - Vertex { position: (-3.72947, -0.869371, 0.096946), - normal: (0.000763, -0.01871, 0.999825), }, - Vertex { position: (-3.697889, -0.951955, 0.098793), - normal: (-0.530021, 0.13773, 0.836724), }, - Vertex { position: (-3.697889, -0.951955, 0.098793), - normal: (-0.530021, 0.13773, 0.836724), }, - Vertex { position: (-3.72947, -0.869371, 0.096946), - normal: (0.000763, -0.01871, 0.999825), }, - Vertex { position: (-3.733767, -1.141917, 0.111139), - normal: (-0.004656, -0.025693, 0.999659), }, - Vertex { position: (-3.697889, -0.951955, 0.098793), - normal: (-0.530021, 0.13773, 0.836724), }, - Vertex { position: (-3.733767, -1.141917, 0.111139), - normal: (-0.004656, -0.025693, 0.999659), }, - Vertex { position: (-3.666536, -1.140372, 0.078261), - normal: (-0.429713, 0.351913, 0.831567), }, - Vertex { position: (-3.666536, -1.140372, 0.078261), - normal: (-0.429713, 0.351913, 0.831567), }, - Vertex { position: (-3.733767, -1.141917, 0.111139), - normal: (-0.004656, -0.025693, 0.999659), }, - Vertex { position: (-3.743747, -1.367219, 0.100951), - normal: (-0.020872, -0.032587, 0.999251), }, - Vertex { position: (-3.666536, -1.140372, 0.078261), - normal: (-0.429713, 0.351913, 0.831567), }, - Vertex { position: (-3.743747, -1.367219, 0.100951), - normal: (-0.020872, -0.032587, 0.999251), }, - Vertex { position: (-3.639696, -1.242349, 0.05719), - normal: (-0.24021, 0.502412, 0.830591), }, - Vertex { position: (-3.639696, -1.242349, 0.05719), - normal: (-0.24021, 0.502412, 0.830591), }, - Vertex { position: (-3.743747, -1.367219, 0.100951), - normal: (-0.020872, -0.032587, 0.999251), }, - Vertex { position: (-3.823638, -1.557534, 0.081533), - normal: (-0.091034, 0.391629, 0.915609), }, - Vertex { position: (-3.639696, -1.242349, 0.05719), - normal: (-0.24021, 0.502412, 0.830591), }, - Vertex { position: (-3.823638, -1.557534, 0.081533), - normal: (-0.091034, 0.391629, 0.915609), }, - Vertex { position: (-3.581963, -1.413947, -0.104371), - normal: (0.000909, 0.669011, 0.743252), }, - Vertex { position: (-3.581963, -1.413947, -0.104371), - normal: (0.000909, 0.669011, 0.743252), }, - Vertex { position: (-3.823638, -1.557534, 0.081533), - normal: (-0.091034, 0.391629, 0.915609), }, - Vertex { position: (-3.683069, -1.591975, -0.115233), - normal: (-0.041225, -0.030655, 0.99868), }, - Vertex { position: (-3.683069, -1.591975, -0.115233), - normal: (-0.041225, -0.030655, 0.99868), }, - Vertex { position: (-3.823638, -1.557534, 0.081533), - normal: (-0.091034, 0.391629, 0.915609), }, - Vertex { position: (-3.890388, -1.750102, 0.017612), - normal: (0.231733, 0.017467, 0.972623), }, - Vertex { position: (-3.683069, -1.591975, -0.115233), - normal: (-0.041225, -0.030655, 0.99868), }, - Vertex { position: (-3.890388, -1.750102, 0.017612), - normal: (0.231733, 0.017467, 0.972623), }, - Vertex { position: (-3.828485, -1.786559, -0.114095), - normal: (0.002322, -0.058071, 0.99831), }, - Vertex { position: (-3.740631, -0.558176, 0.085478), - normal: (0.00197, -0.021649, 0.999764), }, - Vertex { position: (-3.778908, -0.541975, 0.064258), - normal: (0.518386, -0.029316, 0.854644), }, - Vertex { position: (-3.72947, -0.869371, 0.096946), - normal: (0.000763, -0.01871, 0.999825), }, - Vertex { position: (-3.778908, -0.541975, 0.064258), - normal: (0.518386, -0.029316, 0.854644), }, - Vertex { position: (-3.805841, -0.798961, 0.099237), - normal: (0.548941, 0.015145, 0.835724), }, - Vertex { position: (-3.72947, -0.869371, 0.096946), - normal: (0.000763, -0.01871, 0.999825), }, - Vertex { position: (-3.72947, -0.869371, 0.096946), - normal: (0.000763, -0.01871, 0.999825), }, - Vertex { position: (-3.805841, -0.798961, 0.099237), - normal: (0.548941, 0.015145, 0.835724), }, - Vertex { position: (-3.733767, -1.141917, 0.111139), - normal: (-0.004656, -0.025693, 0.999659), }, - Vertex { position: (-3.805841, -0.798961, 0.099237), - normal: (0.548941, 0.015145, 0.835724), }, - Vertex { position: (-3.843256, -0.981402, 0.116282), - normal: (0.549332, -0.018885, 0.835391), }, - Vertex { position: (-3.733767, -1.141917, 0.111139), - normal: (-0.004656, -0.025693, 0.999659), }, - Vertex { position: (-3.843256, -0.981402, 0.116282), - normal: (0.549332, -0.018885, 0.835391), }, - Vertex { position: (-3.884588, -1.261469, 0.148322), - normal: (0.516335, -0.196022, 0.833651), }, - Vertex { position: (-3.733767, -1.141917, 0.111139), - normal: (-0.004656, -0.025693, 0.999659), }, - Vertex { position: (-3.733767, -1.141917, 0.111139), - normal: (-0.004656, -0.025693, 0.999659), }, - Vertex { position: (-3.884588, -1.261469, 0.148322), - normal: (0.516335, -0.196022, 0.833651), }, - Vertex { position: (-3.743747, -1.367219, 0.100951), - normal: (-0.020872, -0.032587, 0.999251), }, - Vertex { position: (-3.884588, -1.261469, 0.148322), - normal: (0.516335, -0.196022, 0.833651), }, - Vertex { position: (-3.914006, -1.486854, 0.149147), - normal: (0.368421, -0.433142, 0.82259), }, - Vertex { position: (-3.743747, -1.367219, 0.100951), - normal: (-0.020872, -0.032587, 0.999251), }, - Vertex { position: (-3.743747, -1.367219, 0.100951), - normal: (-0.020872, -0.032587, 0.999251), }, - Vertex { position: (-3.914006, -1.486854, 0.149147), - normal: (0.368421, -0.433142, 0.82259), }, - Vertex { position: (-3.823638, -1.557534, 0.081533), - normal: (-0.091034, 0.391629, 0.915609), }, - Vertex { position: (-3.914006, -1.486854, 0.149147), - normal: (0.368421, -0.433142, 0.82259), }, - Vertex { position: (-4.015306, -1.659952, 0.130331), - normal: (0.255239, -0.528232, 0.80983), }, - Vertex { position: (-3.823638, -1.557534, 0.081533), - normal: (-0.091034, 0.391629, 0.915609), }, - Vertex { position: (-3.823638, -1.557534, 0.081533), - normal: (-0.091034, 0.391629, 0.915609), }, - Vertex { position: (-4.015306, -1.659952, 0.130331), - normal: (0.255239, -0.528232, 0.80983), }, - Vertex { position: (-3.890388, -1.750102, 0.017612), - normal: (0.231733, 0.017467, 0.972623), }, - Vertex { position: (-4.015306, -1.659952, 0.130331), - normal: (0.255239, -0.528232, 0.80983), }, - Vertex { position: (-4.107191, -1.83652, 0.120149), - normal: (0.791625, 0.052579, 0.608741), }, - Vertex { position: (-3.890388, -1.750102, 0.017612), - normal: (0.231733, 0.017467, 0.972623), }, - Vertex { position: (-3.778908, -0.541975, 0.064258), - normal: (0.518386, -0.029316, 0.854644), }, - Vertex { position: (-3.818598, -0.52269, 0.055572), - normal: (0.875325, 0.013439, 0.483348), }, - Vertex { position: (-3.900964, -0.780883, 0.091579), - normal: (0.891295, 0.039311, 0.451717), }, - Vertex { position: (-3.778908, -0.541975, 0.064258), - normal: (0.518386, -0.029316, 0.854644), }, - Vertex { position: (-3.900964, -0.780883, 0.091579), - normal: (0.891295, 0.039311, 0.451717), }, - Vertex { position: (-3.805841, -0.798961, 0.099237), - normal: (0.548941, 0.015145, 0.835724), }, - Vertex { position: (-3.805841, -0.798961, 0.099237), - normal: (0.548941, 0.015145, 0.835724), }, - Vertex { position: (-3.900964, -0.780883, 0.091579), - normal: (0.891295, 0.039311, 0.451717), }, - Vertex { position: (-3.949814, -0.963797, 0.140806), - normal: (0.892259, -0.018571, 0.451141), }, - Vertex { position: (-3.805841, -0.798961, 0.099237), - normal: (0.548941, 0.015145, 0.835724), }, - Vertex { position: (-3.949814, -0.963797, 0.140806), - normal: (0.892259, -0.018571, 0.451141), }, - Vertex { position: (-3.843256, -0.981402, 0.116282), - normal: (0.549332, -0.018885, 0.835391), }, - Vertex { position: (-3.843256, -0.981402, 0.116282), - normal: (0.549332, -0.018885, 0.835391), }, - Vertex { position: (-3.949814, -0.963797, 0.140806), - normal: (0.892259, -0.018571, 0.451141), }, - Vertex { position: (-3.974499, -1.1696, 0.164243), - normal: (0.843461, -0.305355, 0.441963), }, - Vertex { position: (-3.843256, -0.981402, 0.116282), - normal: (0.549332, -0.018885, 0.835391), }, - Vertex { position: (-3.974499, -1.1696, 0.164243), - normal: (0.843461, -0.305355, 0.441963), }, - Vertex { position: (-3.884588, -1.261469, 0.148322), - normal: (0.516335, -0.196022, 0.833651), }, - Vertex { position: (-3.884588, -1.261469, 0.148322), - normal: (0.516335, -0.196022, 0.833651), }, - Vertex { position: (-3.974499, -1.1696, 0.164243), - normal: (0.843461, -0.305355, 0.441963), }, - Vertex { position: (-4.018866, -1.413191, 0.154149), - normal: (0.589229, -0.690587, 0.419402), }, - Vertex { position: (-3.884588, -1.261469, 0.148322), - normal: (0.516335, -0.196022, 0.833651), }, - Vertex { position: (-4.018866, -1.413191, 0.154149), - normal: (0.589229, -0.690587, 0.419402), }, - Vertex { position: (-3.914006, -1.486854, 0.149147), - normal: (0.368421, -0.433142, 0.82259), }, - Vertex { position: (-3.914006, -1.486854, 0.149147), - normal: (0.368421, -0.433142, 0.82259), }, - Vertex { position: (-4.018866, -1.413191, 0.154149), - normal: (0.589229, -0.690587, 0.419402), }, - Vertex { position: (-4.154334, -1.677827, 0.165852), - normal: (0.389217, -0.829193, 0.401185), }, - Vertex { position: (-3.914006, -1.486854, 0.149147), - normal: (0.368421, -0.433142, 0.82259), }, - Vertex { position: (-4.154334, -1.677827, 0.165852), - normal: (0.389217, -0.829193, 0.401185), }, - Vertex { position: (-4.015306, -1.659952, 0.130331), - normal: (0.255239, -0.528232, 0.80983), }, - Vertex { position: (-4.015306, -1.659952, 0.130331), - normal: (0.255239, -0.528232, 0.80983), }, - Vertex { position: (-4.154334, -1.677827, 0.165852), - normal: (0.389217, -0.829193, 0.401185), }, - Vertex { position: (-4.207566, -1.922824, 0.155104), - normal: (0.981696, 0.042552, -0.185638), }, - Vertex { position: (-4.015306, -1.659952, 0.130331), - normal: (0.255239, -0.528232, 0.80983), }, - Vertex { position: (-4.207566, -1.922824, 0.155104), - normal: (0.981696, 0.042552, -0.185638), }, - Vertex { position: (-4.107191, -1.83652, 0.120149), - normal: (0.791625, 0.052579, 0.608741), }, - Vertex { position: (-3.818598, -0.52269, 0.055572), - normal: (0.875325, 0.013439, 0.483348), }, - Vertex { position: (-3.896204, -0.629183, 0.077883), - normal: (0.999006, 0.044565, 0.000415), }, - Vertex { position: (-3.978115, -0.82344, 0.09928), - normal: (0.839295, 0.00969, -0.54359), }, - Vertex { position: (-3.818598, -0.52269, 0.055572), - normal: (0.875325, 0.013439, 0.483348), }, - Vertex { position: (-3.978115, -0.82344, 0.09928), - normal: (0.839295, 0.00969, -0.54359), }, - Vertex { position: (-3.900964, -0.780883, 0.091579), - normal: (0.891295, 0.039311, 0.451717), }, - Vertex { position: (-3.900964, -0.780883, 0.091579), - normal: (0.891295, 0.039311, 0.451717), }, - Vertex { position: (-3.978115, -0.82344, 0.09928), - normal: (0.839295, 0.00969, -0.54359), }, - Vertex { position: (-4.029726, -1.043238, 0.136305), - normal: (0.874434, 0.048946, -0.48267), }, - Vertex { position: (-3.900964, -0.780883, 0.091579), - normal: (0.891295, 0.039311, 0.451717), }, - Vertex { position: (-4.029726, -1.043238, 0.136305), - normal: (0.874434, 0.048946, -0.48267), }, - Vertex { position: (-3.949814, -0.963797, 0.140806), - normal: (0.892259, -0.018571, 0.451141), }, - Vertex { position: (-3.949814, -0.963797, 0.140806), - normal: (0.892259, -0.018571, 0.451141), }, - Vertex { position: (-4.029726, -1.043238, 0.136305), - normal: (0.874434, 0.048946, -0.48267), }, - Vertex { position: (-3.974499, -1.1696, 0.164243), - normal: (0.843461, -0.305355, 0.441963), }, - Vertex { position: (-3.974499, -1.1696, 0.164243), - normal: (0.843461, -0.305355, 0.441963), }, - Vertex { position: (-4.029726, -1.043238, 0.136305), - normal: (0.874434, 0.048946, -0.48267), }, - Vertex { position: (-4.129295, -1.228786, 0.120745), - normal: (0.432653, 0.056559, -0.899785), }, - Vertex { position: (-3.974499, -1.1696, 0.164243), - normal: (0.843461, -0.305355, 0.441963), }, - Vertex { position: (-4.129295, -1.228786, 0.120745), - normal: (0.432653, 0.056559, -0.899785), }, - Vertex { position: (-4.018866, -1.413191, 0.154149), - normal: (0.589229, -0.690587, 0.419402), }, - Vertex { position: (-4.018866, -1.413191, 0.154149), - normal: (0.589229, -0.690587, 0.419402), }, - Vertex { position: (-4.129295, -1.228786, 0.120745), - normal: (0.432653, 0.056559, -0.899785), }, - Vertex { position: (-4.184154, -1.59808, 0.151191), - normal: (0.517516, 0.032105, -0.855071), }, - Vertex { position: (-4.018866, -1.413191, 0.154149), - normal: (0.589229, -0.690587, 0.419402), }, - Vertex { position: (-4.184154, -1.59808, 0.151191), - normal: (0.517516, 0.032105, -0.855071), }, - Vertex { position: (-4.154334, -1.677827, 0.165852), - normal: (0.389217, -0.829193, 0.401185), }, - Vertex { position: (-4.154334, -1.677827, 0.165852), - normal: (0.389217, -0.829193, 0.401185), }, - Vertex { position: (-4.184154, -1.59808, 0.151191), - normal: (0.517516, 0.032105, -0.855071), }, - Vertex { position: (-4.297769, -1.889903, 0.177707), - normal: (0.002983, 0.098874, -0.995096), }, - Vertex { position: (-4.154334, -1.677827, 0.165852), - normal: (0.389217, -0.829193, 0.401185), }, - Vertex { position: (-4.297769, -1.889903, 0.177707), - normal: (0.002983, 0.098874, -0.995096), }, - Vertex { position: (-4.207566, -1.922824, 0.155104), - normal: (0.981696, 0.042552, -0.185638), }, - Vertex { position: (-3.896204, -0.629183, 0.077883), - normal: (0.999006, 0.044565, 0.000415), }, - Vertex { position: (-3.932489, -0.556566, 0.037354), - normal: (0.001234, 0.013557, -0.999907), }, - Vertex { position: (-4.070739, -0.947648, 0.110554), - normal: (-0.369174, 0.174156, -0.912897), }, - Vertex { position: (-3.896204, -0.629183, 0.077883), - normal: (0.999006, 0.044565, 0.000415), }, - Vertex { position: (-4.070739, -0.947648, 0.110554), - normal: (-0.369174, 0.174156, -0.912897), }, - Vertex { position: (-3.978115, -0.82344, 0.09928), - normal: (0.839295, 0.00969, -0.54359), }, - Vertex { position: (-3.978115, -0.82344, 0.09928), - normal: (0.839295, 0.00969, -0.54359), }, - Vertex { position: (-4.070739, -0.947648, 0.110554), - normal: (-0.369174, 0.174156, -0.912897), }, - Vertex { position: (-4.227645, -1.227895, 0.069894), - normal: (-0.516127, 0.008586, -0.856469), }, - Vertex { position: (-3.978115, -0.82344, 0.09928), - normal: (0.839295, 0.00969, -0.54359), }, - Vertex { position: (-4.227645, -1.227895, 0.069894), - normal: (-0.516127, 0.008586, -0.856469), }, - Vertex { position: (-4.029726, -1.043238, 0.136305), - normal: (0.874434, 0.048946, -0.48267), }, - Vertex { position: (-4.029726, -1.043238, 0.136305), - normal: (0.874434, 0.048946, -0.48267), }, - Vertex { position: (-4.227645, -1.227895, 0.069894), - normal: (-0.516127, 0.008586, -0.856469), }, - Vertex { position: (-4.229164, -1.473093, 0.11156), - normal: (-0.822516, 0.195417, -0.534116), }, - Vertex { position: (-4.029726, -1.043238, 0.136305), - normal: (0.874434, 0.048946, -0.48267), }, - Vertex { position: (-4.229164, -1.473093, 0.11156), - normal: (-0.822516, 0.195417, -0.534116), }, - Vertex { position: (-4.129295, -1.228786, 0.120745), - normal: (0.432653, 0.056559, -0.899785), }, - Vertex { position: (-4.129295, -1.228786, 0.120745), - normal: (0.432653, 0.056559, -0.899785), }, - Vertex { position: (-4.229164, -1.473093, 0.11156), - normal: (-0.822516, 0.195417, -0.534116), }, - Vertex { position: (-4.309744, -1.743848, 0.150329), - normal: (-0.874954, 0.011842, -0.484061), }, - Vertex { position: (-4.129295, -1.228786, 0.120745), - normal: (0.432653, 0.056559, -0.899785), }, - Vertex { position: (-4.309744, -1.743848, 0.150329), - normal: (-0.874954, 0.011842, -0.484061), }, - Vertex { position: (-4.184154, -1.59808, 0.151191), - normal: (0.517516, 0.032105, -0.855071), }, - Vertex { position: (-4.184154, -1.59808, 0.151191), - normal: (0.517516, 0.032105, -0.855071), }, - Vertex { position: (-4.309744, -1.743848, 0.150329), - normal: (-0.874954, 0.011842, -0.484061), }, - Vertex { position: (-4.405365, -1.921443, 0.192978), - normal: (0.924466, 0.048977, 0.378105), }, - Vertex { position: (-4.184154, -1.59808, 0.151191), - normal: (0.517516, 0.032105, -0.855071), }, - Vertex { position: (-4.405365, -1.921443, 0.192978), - normal: (0.924466, 0.048977, 0.378105), }, - Vertex { position: (-4.297769, -1.889903, 0.177707), - normal: (0.002983, 0.098874, -0.995096), }, - Vertex { position: (-3.932489, -0.556566, 0.037354), - normal: (0.001234, 0.013557, -0.999907), }, - Vertex { position: (-3.975337, -0.554961, -0.014407), - normal: (0.728068, -0.191899, -0.658097), }, - Vertex { position: (-4.112449, -0.875765, 0.016326), - normal: (0.313565, -0.18353, -0.931662), }, - Vertex { position: (-3.932489, -0.556566, 0.037354), - normal: (0.001234, 0.013557, -0.999907), }, - Vertex { position: (-4.112449, -0.875765, 0.016326), - normal: (0.313565, -0.18353, -0.931662), }, - Vertex { position: (-4.070739, -0.947648, 0.110554), - normal: (-0.369174, 0.174156, -0.912897), }, - Vertex { position: (-4.070739, -0.947648, 0.110554), - normal: (-0.369174, 0.174156, -0.912897), }, - Vertex { position: (-4.112449, -0.875765, 0.016326), - normal: (0.313565, -0.18353, -0.931662), }, - Vertex { position: (-4.233834, -1.166542, 0.022074), - normal: (0.537835, -0.193789, -0.820475), }, - Vertex { position: (-4.070739, -0.947648, 0.110554), - normal: (-0.369174, 0.174156, -0.912897), }, - Vertex { position: (-4.233834, -1.166542, 0.022074), - normal: (0.537835, -0.193789, -0.820475), }, - Vertex { position: (-4.227645, -1.227895, 0.069894), - normal: (-0.516127, 0.008586, -0.856469), }, - Vertex { position: (-4.227645, -1.227895, 0.069894), - normal: (-0.516127, 0.008586, -0.856469), }, - Vertex { position: (-4.233834, -1.166542, 0.022074), - normal: (0.537835, -0.193789, -0.820475), }, - Vertex { position: (-4.333831, -1.548255, 0.056938), - normal: (0.908243, -0.229695, 0.349765), }, - Vertex { position: (-4.227645, -1.227895, 0.069894), - normal: (-0.516127, 0.008586, -0.856469), }, - Vertex { position: (-4.333831, -1.548255, 0.056938), - normal: (0.908243, -0.229695, 0.349765), }, - Vertex { position: (-4.229164, -1.473093, 0.11156), - normal: (-0.822516, 0.195417, -0.534116), }, - Vertex { position: (-4.229164, -1.473093, 0.11156), - normal: (-0.822516, 0.195417, -0.534116), }, - Vertex { position: (-4.333831, -1.548255, 0.056938), - normal: (0.908243, -0.229695, 0.349765), }, - Vertex { position: (-4.424122, -1.831742, 0.130839), - normal: (0.701057, -0.21056, 0.68131), }, - Vertex { position: (-4.229164, -1.473093, 0.11156), - normal: (-0.822516, 0.195417, -0.534116), }, - Vertex { position: (-4.424122, -1.831742, 0.130839), - normal: (0.701057, -0.21056, 0.68131), }, - Vertex { position: (-4.309744, -1.743848, 0.150329), - normal: (-0.874954, 0.011842, -0.484061), }, - Vertex { position: (-4.309744, -1.743848, 0.150329), - normal: (-0.874954, 0.011842, -0.484061), }, - Vertex { position: (-4.424122, -1.831742, 0.130839), - normal: (0.701057, -0.21056, 0.68131), }, - Vertex { position: (-4.445835, -2.015127, 0.189702), - normal: (0.129519, -0.132707, 0.982656), }, - Vertex { position: (-4.309744, -1.743848, 0.150329), - normal: (-0.874954, 0.011842, -0.484061), }, - Vertex { position: (-4.445835, -2.015127, 0.189702), - normal: (0.129519, -0.132707, 0.982656), }, - Vertex { position: (-4.405365, -1.921443, 0.192978), - normal: (0.924466, 0.048977, 0.378105), }, - Vertex { position: (-3.975337, -0.554961, -0.014407), - normal: (0.728068, -0.191899, -0.658097), }, - Vertex { position: (-3.921874, -0.538502, -0.145307), - normal: (-0.276108, -0.088023, 0.957087), }, - Vertex { position: (-4.042715, -0.87671, -0.168968), - normal: (-0.409041, -0.077841, 0.90919), }, - Vertex { position: (-3.975337, -0.554961, -0.014407), - normal: (0.728068, -0.191899, -0.658097), }, - Vertex { position: (-4.042715, -0.87671, -0.168968), - normal: (-0.409041, -0.077841, 0.90919), }, - Vertex { position: (-4.112449, -0.875765, 0.016326), - normal: (0.313565, -0.18353, -0.931662), }, - Vertex { position: (-4.112449, -0.875765, 0.016326), - normal: (0.313565, -0.18353, -0.931662), }, - Vertex { position: (-4.042715, -0.87671, -0.168968), - normal: (-0.409041, -0.077841, 0.90919), }, - Vertex { position: (-4.216296, -1.160854, -0.104034), - normal: (0.50178, 0.000639, -0.864995), }, - Vertex { position: (-4.112449, -0.875765, 0.016326), - normal: (0.313565, -0.18353, -0.931662), }, - Vertex { position: (-4.216296, -1.160854, -0.104034), - normal: (0.50178, 0.000639, -0.864995), }, - Vertex { position: (-4.233834, -1.166542, 0.022074), - normal: (0.537835, -0.193789, -0.820475), }, - Vertex { position: (-4.233834, -1.166542, 0.022074), - normal: (0.537835, -0.193789, -0.820475), }, - Vertex { position: (-4.216296, -1.160854, -0.104034), - normal: (0.50178, 0.000639, -0.864995), }, - Vertex { position: (-4.252683, -1.437854, -0.14562), - normal: (0.300485, 0.019099, -0.953595), }, - Vertex { position: (-4.233834, -1.166542, 0.022074), - normal: (0.537835, -0.193789, -0.820475), }, - Vertex { position: (-4.252683, -1.437854, -0.14562), - normal: (0.300485, 0.019099, -0.953595), }, - Vertex { position: (-4.333831, -1.548255, 0.056938), - normal: (0.908243, -0.229695, 0.349765), }, - Vertex { position: (-4.333831, -1.548255, 0.056938), - normal: (0.908243, -0.229695, 0.349765), }, - Vertex { position: (-4.252683, -1.437854, -0.14562), - normal: (0.300485, 0.019099, -0.953595), }, - Vertex { position: (-4.331331, -1.69259, -0.043593), - normal: (0.678632, -0.017853, -0.734261), }, - Vertex { position: (-4.333831, -1.548255, 0.056938), - normal: (0.908243, -0.229695, 0.349765), }, - Vertex { position: (-4.331331, -1.69259, -0.043593), - normal: (0.678632, -0.017853, -0.734261), }, - Vertex { position: (-4.424122, -1.831742, 0.130839), - normal: (0.701057, -0.21056, 0.68131), }, - Vertex { position: (-4.424122, -1.831742, 0.130839), - normal: (0.701057, -0.21056, 0.68131), }, - Vertex { position: (-4.331331, -1.69259, -0.043593), - normal: (0.678632, -0.017853, -0.734261), }, - Vertex { position: (-4.387148, -1.967814, 0.045602), - normal: (0.687126, -0.68509, 0.241888), }, - Vertex { position: (-4.424122, -1.831742, 0.130839), - normal: (0.701057, -0.21056, 0.68131), }, - Vertex { position: (-4.387148, -1.967814, 0.045602), - normal: (0.687126, -0.68509, 0.241888), }, - Vertex { position: (-4.445835, -2.015127, 0.189702), - normal: (0.129519, -0.132707, 0.982656), }, - Vertex { position: (-3.921874, -0.538502, -0.145307), - normal: (-0.276108, -0.088023, 0.957087), }, - Vertex { position: (-3.910546, -0.601719, -0.163159), - normal: (0.260319, -0.908993, -0.325523), }, - Vertex { position: (-3.988138, -0.962789, -0.223649), - normal: (-0.148191, -0.901516, -0.40658), }, - Vertex { position: (-3.921874, -0.538502, -0.145307), - normal: (-0.276108, -0.088023, 0.957087), }, - Vertex { position: (-3.988138, -0.962789, -0.223649), - normal: (-0.148191, -0.901516, -0.40658), }, - Vertex { position: (-4.042715, -0.87671, -0.168968), - normal: (-0.409041, -0.077841, 0.90919), }, - Vertex { position: (-4.042715, -0.87671, -0.168968), - normal: (-0.409041, -0.077841, 0.90919), }, - Vertex { position: (-3.988138, -0.962789, -0.223649), - normal: (-0.148191, -0.901516, -0.40658), }, - Vertex { position: (-4.111927, -1.333141, -0.26716), - normal: (-0.443612, -0.876487, -0.187028), }, - Vertex { position: (-4.042715, -0.87671, -0.168968), - normal: (-0.409041, -0.077841, 0.90919), }, - Vertex { position: (-4.111927, -1.333141, -0.26716), - normal: (-0.443612, -0.876487, -0.187028), }, - Vertex { position: (-4.216296, -1.160854, -0.104034), - normal: (0.50178, 0.000639, -0.864995), }, - Vertex { position: (-4.216296, -1.160854, -0.104034), - normal: (0.50178, 0.000639, -0.864995), }, - Vertex { position: (-4.111927, -1.333141, -0.26716), - normal: (-0.443612, -0.876487, -0.187028), }, - Vertex { position: (-4.201904, -1.668554, -0.214859), - normal: (-0.508388, -0.837291, 0.20121), }, - Vertex { position: (-4.216296, -1.160854, -0.104034), - normal: (0.50178, 0.000639, -0.864995), }, - Vertex { position: (-4.201904, -1.668554, -0.214859), - normal: (-0.508388, -0.837291, 0.20121), }, - Vertex { position: (-4.252683, -1.437854, -0.14562), - normal: (0.300485, 0.019099, -0.953595), }, - Vertex { position: (-4.252683, -1.437854, -0.14562), - normal: (0.300485, 0.019099, -0.953595), }, - Vertex { position: (-4.201904, -1.668554, -0.214859), - normal: (-0.508388, -0.837291, 0.20121), }, - Vertex { position: (-4.273069, -1.798884, -0.099878), - normal: (-0.409829, -0.525605, 0.745506), }, - Vertex { position: (-4.252683, -1.437854, -0.14562), - normal: (0.300485, 0.019099, -0.953595), }, - Vertex { position: (-4.273069, -1.798884, -0.099878), - normal: (-0.409829, -0.525605, 0.745506), }, - Vertex { position: (-4.331331, -1.69259, -0.043593), - normal: (0.678632, -0.017853, -0.734261), }, - Vertex { position: (-4.331331, -1.69259, -0.043593), - normal: (0.678632, -0.017853, -0.734261), }, - Vertex { position: (-4.273069, -1.798884, -0.099878), - normal: (-0.409829, -0.525605, 0.745506), }, - Vertex { position: (-4.351543, -1.947675, 0.02502), - normal: (-0.227573, -0.361148, 0.904313), }, - Vertex { position: (-4.331331, -1.69259, -0.043593), - normal: (0.678632, -0.017853, -0.734261), }, - Vertex { position: (-4.351543, -1.947675, 0.02502), - normal: (-0.227573, -0.361148, 0.904313), }, - Vertex { position: (-4.387148, -1.967814, 0.045602), - normal: (0.687126, -0.68509, 0.241888), }, - Vertex { position: (-3.910546, -0.601719, -0.163159), - normal: (0.260319, -0.908993, -0.325523), }, - Vertex { position: (-3.873622, -0.759035, -0.197169), - normal: (0.10009, -0.380026, 0.919545), }, - Vertex { position: (-3.917882, -1.082831, -0.289171), - normal: (0.547733, -0.470267, 0.691981), }, - Vertex { position: (-3.910546, -0.601719, -0.163159), - normal: (0.260319, -0.908993, -0.325523), }, - Vertex { position: (-3.917882, -1.082831, -0.289171), - normal: (0.547733, -0.470267, 0.691981), }, - Vertex { position: (-3.988138, -0.962789, -0.223649), - normal: (-0.148191, -0.901516, -0.40658), }, - Vertex { position: (-3.988138, -0.962789, -0.223649), - normal: (-0.148191, -0.901516, -0.40658), }, - Vertex { position: (-3.917882, -1.082831, -0.289171), - normal: (0.547733, -0.470267, 0.691981), }, - Vertex { position: (-4.001496, -1.375703, -0.285641), - normal: (-0.071182, -0.950841, 0.301389), }, - Vertex { position: (-3.988138, -0.962789, -0.223649), - normal: (-0.148191, -0.901516, -0.40658), }, - Vertex { position: (-4.001496, -1.375703, -0.285641), - normal: (-0.071182, -0.950841, 0.301389), }, - Vertex { position: (-4.111927, -1.333141, -0.26716), - normal: (-0.443612, -0.876487, -0.187028), }, - Vertex { position: (-4.111927, -1.333141, -0.26716), - normal: (-0.443612, -0.876487, -0.187028), }, - Vertex { position: (-4.001496, -1.375703, -0.285641), - normal: (-0.071182, -0.950841, 0.301389), }, - Vertex { position: (-4.073086, -1.649491, -0.238382), - normal: (0.216747, 0.039317, 0.975436), }, - Vertex { position: (-4.111927, -1.333141, -0.26716), - normal: (-0.443612, -0.876487, -0.187028), }, - Vertex { position: (-4.073086, -1.649491, -0.238382), - normal: (0.216747, 0.039317, 0.975436), }, - Vertex { position: (-4.201904, -1.668554, -0.214859), - normal: (-0.508388, -0.837291, 0.20121), }, - Vertex { position: (-4.201904, -1.668554, -0.214859), - normal: (-0.508388, -0.837291, 0.20121), }, - Vertex { position: (-4.073086, -1.649491, -0.238382), - normal: (0.216747, 0.039317, 0.975436), }, - Vertex { position: (-4.175757, -1.808223, -0.140659), - normal: (0.555948, 0.246866, 0.793712), }, - Vertex { position: (-4.201904, -1.668554, -0.214859), - normal: (-0.508388, -0.837291, 0.20121), }, - Vertex { position: (-4.175757, -1.808223, -0.140659), - normal: (0.555948, 0.246866, 0.793712), }, - Vertex { position: (-4.273069, -1.798884, -0.099878), - normal: (-0.409829, -0.525605, 0.745506), }, - Vertex { position: (-4.273069, -1.798884, -0.099878), - normal: (-0.409829, -0.525605, 0.745506), }, - Vertex { position: (-4.175757, -1.808223, -0.140659), - normal: (0.555948, 0.246866, 0.793712), }, - Vertex { position: (-4.321269, -1.963488, 0.025072), - normal: (0.768311, 0.202351, 0.60725), }, - Vertex { position: (-4.273069, -1.798884, -0.099878), - normal: (-0.409829, -0.525605, 0.745506), }, - Vertex { position: (-4.321269, -1.963488, 0.025072), - normal: (0.768311, 0.202351, 0.60725), }, - Vertex { position: (-4.351543, -1.947675, 0.02502), - normal: (-0.227573, -0.361148, 0.904313), }, - Vertex { position: (-3.873622, -0.759035, -0.197169), - normal: (0.10009, -0.380026, 0.919545), }, - Vertex { position: (-3.742608, -0.729374, -0.149361), - normal: (0.833232, 0.046885, 0.550932), }, - Vertex { position: (-3.917882, -1.082831, -0.289171), - normal: (0.547733, -0.470267, 0.691981), }, - Vertex { position: (-3.742608, -0.729374, -0.149361), - normal: (0.833232, 0.046885, 0.550932), }, - Vertex { position: (-3.777709, -1.051411, -0.240495), - normal: (0.587809, -0.328909, 0.739121), }, - Vertex { position: (-3.917882, -1.082831, -0.289171), - normal: (0.547733, -0.470267, 0.691981), }, - Vertex { position: (-3.917882, -1.082831, -0.289171), - normal: (0.547733, -0.470267, 0.691981), }, - Vertex { position: (-3.777709, -1.051411, -0.240495), - normal: (0.587809, -0.328909, 0.739121), }, - Vertex { position: (-4.001496, -1.375703, -0.285641), - normal: (-0.071182, -0.950841, 0.301389), }, - Vertex { position: (-3.777709, -1.051411, -0.240495), - normal: (0.587809, -0.328909, 0.739121), }, - Vertex { position: (-3.82037, -1.239135, -0.269807), - normal: (0.213242, -0.278117, 0.936578), }, - Vertex { position: (-4.001496, -1.375703, -0.285641), - normal: (-0.071182, -0.950841, 0.301389), }, - Vertex { position: (-3.82037, -1.239135, -0.269807), - normal: (0.213242, -0.278117, 0.936578), }, - Vertex { position: (-4.000019, -1.567512, -0.27535), - normal: (0.794828, 0.083383, 0.601079), }, - Vertex { position: (-4.001496, -1.375703, -0.285641), - normal: (-0.071182, -0.950841, 0.301389), }, - Vertex { position: (-4.001496, -1.375703, -0.285641), - normal: (-0.071182, -0.950841, 0.301389), }, - Vertex { position: (-4.000019, -1.567512, -0.27535), - normal: (0.794828, 0.083383, 0.601079), }, - Vertex { position: (-4.073086, -1.649491, -0.238382), - normal: (0.216747, 0.039317, 0.975436), }, - Vertex { position: (-4.000019, -1.567512, -0.27535), - normal: (0.794828, 0.083383, 0.601079), }, - Vertex { position: (-3.977657, -1.750845, -0.184909), - normal: (0.873201, -0.045461, 0.485235), }, - Vertex { position: (-4.073086, -1.649491, -0.238382), - normal: (0.216747, 0.039317, 0.975436), }, - Vertex { position: (-4.073086, -1.649491, -0.238382), - normal: (0.216747, 0.039317, 0.975436), }, - Vertex { position: (-3.977657, -1.750845, -0.184909), - normal: (0.873201, -0.045461, 0.485235), }, - Vertex { position: (-4.175757, -1.808223, -0.140659), - normal: (0.555948, 0.246866, 0.793712), }, - Vertex { position: (-3.977657, -1.750845, -0.184909), - normal: (0.873201, -0.045461, 0.485235), }, - Vertex { position: (-4.075028, -1.904403, -0.041324), - normal: (0.829377, -0.173626, 0.531026), }, - Vertex { position: (-4.175757, -1.808223, -0.140659), - normal: (0.555948, 0.246866, 0.793712), }, - Vertex { position: (-4.175757, -1.808223, -0.140659), - normal: (0.555948, 0.246866, 0.793712), }, - Vertex { position: (-4.075028, -1.904403, -0.041324), - normal: (0.829377, -0.173626, 0.531026), }, - Vertex { position: (-4.321269, -1.963488, 0.025072), - normal: (0.768311, 0.202351, 0.60725), }, - Vertex { position: (-4.075028, -1.904403, -0.041324), - normal: (0.829377, -0.173626, 0.531026), }, - Vertex { position: (-4.192486, -1.953852, 0.017313), - normal: (0.506864, -0.193038, 0.840134), }, - Vertex { position: (-4.321269, -1.963488, 0.025072), - normal: (0.768311, 0.202351, 0.60725), }, - Vertex { position: (-3.65524, -0.194907, 0.019209), - normal: (0.274422, -0.24433, 0.930051), }, - Vertex { position: (-3.695565, -0.19362, 0.051497), - normal: (0.560378, 0.257624, 0.787151), }, - Vertex { position: (-3.740631, -0.558176, 0.085478), - normal: (0.00197, -0.021649, 0.999764), }, - Vertex { position: (-3.65524, -0.194907, 0.019209), - normal: (0.274422, -0.24433, 0.930051), }, - Vertex { position: (-3.740631, -0.558176, 0.085478), - normal: (0.00197, -0.021649, 0.999764), }, - Vertex { position: (-3.67645, -0.551317, 0.077574), - normal: (-0.54555, -0.056478, 0.836173), }, - Vertex { position: (-3.805688, -0.190106, 0.051472), - normal: (0.546619, 0.025488, 0.836993), }, - Vertex { position: (-3.975337, -0.554961, -0.014407), - normal: (0.728068, -0.191899, -0.658097), }, - Vertex { position: (-3.932489, -0.556566, 0.037354), - normal: (0.001234, 0.013557, -0.999907), }, - Vertex { position: (-3.805688, -0.190106, 0.051472), - normal: (0.546619, 0.025488, 0.836993), }, - Vertex { position: (-3.932489, -0.556566, 0.037354), - normal: (0.001234, 0.013557, -0.999907), }, - Vertex { position: (-3.896204, -0.629183, 0.077883), - normal: (0.999006, 0.044565, 0.000415), }, - Vertex { position: (-3.805688, -0.190106, 0.051472), - normal: (0.546619, 0.025488, 0.836993), }, - Vertex { position: (-3.896204, -0.629183, 0.077883), - normal: (0.999006, 0.044565, 0.000415), }, - Vertex { position: (-3.818598, -0.52269, 0.055572), - normal: (0.875325, 0.013439, 0.483348), }, - Vertex { position: (-3.75063, -0.191863, 0.063305), - normal: (0.711192, 0.127662, 0.69131), }, - Vertex { position: (-3.805688, -0.190106, 0.051472), - normal: (0.546619, 0.025488, 0.836993), }, - Vertex { position: (-3.818598, -0.52269, 0.055572), - normal: (0.875325, 0.013439, 0.483348), }, - Vertex { position: (-3.75063, -0.191863, 0.063305), - normal: (0.711192, 0.127662, 0.69131), }, - Vertex { position: (-3.818598, -0.52269, 0.055572), - normal: (0.875325, 0.013439, 0.483348), }, - Vertex { position: (-3.778908, -0.541975, 0.064258), - normal: (0.518386, -0.029316, 0.854644), }, - Vertex { position: (-3.695565, -0.19362, 0.051497), - normal: (0.560378, 0.257624, 0.787151), }, - Vertex { position: (-3.778908, -0.541975, 0.064258), - normal: (0.518386, -0.029316, 0.854644), }, - Vertex { position: (-3.740631, -0.558176, 0.085478), - normal: (0.00197, -0.021649, 0.999764), }, - Vertex { position: (-3.84599, -0.18882, 0.019164), - normal: (0.238843, 0.101951, 0.965691), }, - Vertex { position: (-3.86074, -0.188349, -0.024962), - normal: (0.166377, -0.157108, 0.973466), }, - Vertex { position: (-3.975337, -0.554961, -0.014407), - normal: (0.728068, -0.191899, -0.658097), }, - Vertex { position: (-3.695452, -0.193624, -0.101369), - normal: (0.89264, 0.349909, 0.284178), }, - Vertex { position: (-3.742608, -0.729374, -0.149361), - normal: (0.833232, 0.046885, 0.550932), }, - Vertex { position: (-3.873622, -0.759035, -0.197169), - normal: (0.10009, -0.380026, 0.919545), }, - Vertex { position: (-3.7505, -0.191867, -0.11323), - normal: (0.3526, 0.621479, 0.699598), }, - Vertex { position: (-3.695452, -0.193624, -0.101369), - normal: (0.89264, 0.349909, 0.284178), }, - Vertex { position: (-3.873622, -0.759035, -0.197169), - normal: (0.10009, -0.380026, 0.919545), }, - Vertex { position: (-3.805575, -0.190109, -0.101447), - normal: (-0.281998, -0.030938, 0.958916), }, - Vertex { position: (-3.7505, -0.191867, -0.11323), - normal: (0.3526, 0.621479, 0.699598), }, - Vertex { position: (-3.873622, -0.759035, -0.197169), - normal: (0.10009, -0.380026, 0.919545), }, - Vertex { position: (-3.805575, -0.190109, -0.101447), - normal: (-0.281998, -0.030938, 0.958916), }, - Vertex { position: (-3.873622, -0.759035, -0.197169), - normal: (0.10009, -0.380026, 0.919545), }, - Vertex { position: (-3.910546, -0.601719, -0.163159), - normal: (0.260319, -0.908993, -0.325523), }, - Vertex { position: (-3.805575, -0.190109, -0.101447), - normal: (-0.281998, -0.030938, 0.958916), }, - Vertex { position: (-3.910546, -0.601719, -0.163159), - normal: (0.260319, -0.908993, -0.325523), }, - Vertex { position: (-3.921874, -0.538502, -0.145307), - normal: (-0.276108, -0.088023, 0.957087), }, - Vertex { position: (-3.845923, -0.188822, -0.06918), - normal: (0.077536, 0.770695, 0.632469), }, - Vertex { position: (-3.805575, -0.190109, -0.101447), - normal: (-0.281998, -0.030938, 0.958916), }, - Vertex { position: (-3.921874, -0.538502, -0.145307), - normal: (-0.276108, -0.088023, 0.957087), }, - Vertex { position: (-3.86074, -0.188349, -0.024962), - normal: (0.166377, -0.157108, 0.973466), }, - Vertex { position: (-3.921874, -0.538502, -0.145307), - normal: (-0.276108, -0.088023, 0.957087), }, - Vertex { position: (-3.975337, -0.554961, -0.014407), - normal: (0.728068, -0.191899, -0.658097), }, - Vertex { position: (-3.742608, -0.729374, -0.149361), - normal: (0.833232, 0.046885, 0.550932), }, - Vertex { position: (-3.655175, -0.194909, -0.069044), - normal: (-0.064166, -0.189382, 0.979805), }, - Vertex { position: (-3.640457, -0.195379, -0.024909), - normal: (0.267717, -0.172975, 0.947844), }, - Vertex { position: (-3.742608, -0.729374, -0.149361), - normal: (0.833232, 0.046885, 0.550932), }, - Vertex { position: (-3.695452, -0.193624, -0.101369), - normal: (0.89264, 0.349909, 0.284178), }, - Vertex { position: (-3.655175, -0.194909, -0.069044), - normal: (-0.064166, -0.189382, 0.979805), }, - Vertex { position: (-3.65524, -0.194907, 0.019209), - normal: (0.274422, -0.24433, 0.930051), }, - Vertex { position: (-3.67645, -0.551317, 0.077574), - normal: (-0.54555, -0.056478, 0.836173), }, - Vertex { position: (-3.569386, -0.761644, -0.035893), - normal: (0.269003, 0.86436, 0.424875), }, - Vertex { position: (-3.569386, -0.761644, -0.035893), - normal: (0.269003, 0.86436, 0.424875), }, - Vertex { position: (-3.742608, -0.729374, -0.149361), - normal: (0.833232, 0.046885, 0.550932), }, - Vertex { position: (-3.640457, -0.195379, -0.024909), - normal: (0.267717, -0.172975, 0.947844), }, - Vertex { position: (-3.67645, -0.551317, 0.077574), - normal: (-0.54555, -0.056478, 0.836173), }, - Vertex { position: (-3.697889, -0.951955, 0.098793), - normal: (-0.530021, 0.13773, 0.836724), }, - Vertex { position: (-3.666536, -1.140372, 0.078261), - normal: (-0.429713, 0.351913, 0.831567), }, - Vertex { position: (-3.82037, -1.239135, -0.269807), - normal: (0.213242, -0.278117, 0.936578), }, - Vertex { position: (-3.777709, -1.051411, -0.240495), - normal: (0.587809, -0.328909, 0.739121), }, - Vertex { position: (-3.581963, -1.413947, -0.104371), - normal: (0.000909, 0.669011, 0.743252), }, - Vertex { position: (-3.569386, -0.761644, -0.035893), - normal: (0.269003, 0.86436, 0.424875), }, - Vertex { position: (-3.67645, -0.551317, 0.077574), - normal: (-0.54555, -0.056478, 0.836173), }, - Vertex { position: (-3.666536, -1.140372, 0.078261), - normal: (-0.429713, 0.351913, 0.831567), }, - Vertex { position: (-3.569386, -0.761644, -0.035893), - normal: (0.269003, 0.86436, 0.424875), }, - Vertex { position: (-3.666536, -1.140372, 0.078261), - normal: (-0.429713, 0.351913, 0.831567), }, - Vertex { position: (-3.639696, -1.242349, 0.05719), - normal: (-0.24021, 0.502412, 0.830591), }, - Vertex { position: (-3.569386, -0.761644, -0.035893), - normal: (0.269003, 0.86436, 0.424875), }, - Vertex { position: (-3.639696, -1.242349, 0.05719), - normal: (-0.24021, 0.502412, 0.830591), }, - Vertex { position: (-3.581963, -1.413947, -0.104371), - normal: (0.000909, 0.669011, 0.743252), }, - Vertex { position: (-3.742608, -0.729374, -0.149361), - normal: (0.833232, 0.046885, 0.550932), }, - Vertex { position: (-3.569386, -0.761644, -0.035893), - normal: (0.269003, 0.86436, 0.424875), }, - Vertex { position: (-3.581963, -1.413947, -0.104371), - normal: (0.000909, 0.669011, 0.743252), }, - Vertex { position: (-3.777709, -1.051411, -0.240495), - normal: (0.587809, -0.328909, 0.739121), }, - Vertex { position: (-3.742608, -0.729374, -0.149361), - normal: (0.833232, 0.046885, 0.550932), }, - Vertex { position: (-3.581963, -1.413947, -0.104371), - normal: (0.000909, 0.669011, 0.743252), }, - Vertex { position: (-3.977657, -1.750845, -0.184909), - normal: (0.873201, -0.045461, 0.485235), }, - Vertex { position: (-3.890388, -1.750102, 0.017612), - normal: (0.231733, 0.017467, 0.972623), }, - Vertex { position: (-4.075028, -1.904403, -0.041324), - normal: (0.829377, -0.173626, 0.531026), }, - Vertex { position: (-3.977657, -1.750845, -0.184909), - normal: (0.873201, -0.045461, 0.485235), }, - Vertex { position: (-4.000019, -1.567512, -0.27535), - normal: (0.794828, 0.083383, 0.601079), }, - Vertex { position: (-3.82037, -1.239135, -0.269807), - normal: (0.213242, -0.278117, 0.936578), }, - Vertex { position: (-3.82037, -1.239135, -0.269807), - normal: (0.213242, -0.278117, 0.936578), }, - Vertex { position: (-3.581963, -1.413947, -0.104371), - normal: (0.000909, 0.669011, 0.743252), }, - Vertex { position: (-3.683069, -1.591975, -0.115233), - normal: (-0.041225, -0.030655, 0.99868), }, - Vertex { position: (-3.82037, -1.239135, -0.269807), - normal: (0.213242, -0.278117, 0.936578), }, - Vertex { position: (-3.683069, -1.591975, -0.115233), - normal: (-0.041225, -0.030655, 0.99868), }, - Vertex { position: (-3.828485, -1.786559, -0.114095), - normal: (0.002322, -0.058071, 0.99831), }, - Vertex { position: (-3.82037, -1.239135, -0.269807), - normal: (0.213242, -0.278117, 0.936578), }, - Vertex { position: (-3.828485, -1.786559, -0.114095), - normal: (0.002322, -0.058071, 0.99831), }, - Vertex { position: (-3.890388, -1.750102, 0.017612), - normal: (0.231733, 0.017467, 0.972623), }, - Vertex { position: (-3.977657, -1.750845, -0.184909), - normal: (0.873201, -0.045461, 0.485235), }, - Vertex { position: (-3.82037, -1.239135, -0.269807), - normal: (0.213242, -0.278117, 0.936578), }, - Vertex { position: (-3.890388, -1.750102, 0.017612), - normal: (0.231733, 0.017467, 0.972623), }, - Vertex { position: (-3.890388, -1.750102, 0.017612), - normal: (0.231733, 0.017467, 0.972623), }, - Vertex { position: (-4.107191, -1.83652, 0.120149), - normal: (0.791625, 0.052579, 0.608741), }, - Vertex { position: (-4.075028, -1.904403, -0.041324), - normal: (0.829377, -0.173626, 0.531026), }, - Vertex { position: (-4.107191, -1.83652, 0.120149), - normal: (0.791625, 0.052579, 0.608741), }, - Vertex { position: (-4.207566, -1.922824, 0.155104), - normal: (0.981696, 0.042552, -0.185638), }, - Vertex { position: (-4.075028, -1.904403, -0.041324), - normal: (0.829377, -0.173626, 0.531026), }, - Vertex { position: (-4.405365, -1.921443, 0.192978), - normal: (0.924466, 0.048977, 0.378105), }, - Vertex { position: (-4.387148, -1.967814, 0.045602), - normal: (0.687126, -0.68509, 0.241888), }, - Vertex { position: (-4.297769, -1.889903, 0.177707), - normal: (0.002983, 0.098874, -0.995096), }, - Vertex { position: (-4.192486, -1.953852, 0.017313), - normal: (0.506864, -0.193038, 0.840134), }, - Vertex { position: (-4.075028, -1.904403, -0.041324), - normal: (0.829377, -0.173626, 0.531026), }, - Vertex { position: (-4.207566, -1.922824, 0.155104), - normal: (0.981696, 0.042552, -0.185638), }, - Vertex { position: (-4.192486, -1.953852, 0.017313), - normal: (0.506864, -0.193038, 0.840134), }, - Vertex { position: (-4.207566, -1.922824, 0.155104), - normal: (0.981696, 0.042552, -0.185638), }, - Vertex { position: (-4.297769, -1.889903, 0.177707), - normal: (0.002983, 0.098874, -0.995096), }, - Vertex { position: (-4.321269, -1.963488, 0.025072), - normal: (0.768311, 0.202351, 0.60725), }, - Vertex { position: (-4.192486, -1.953852, 0.017313), - normal: (0.506864, -0.193038, 0.840134), }, - Vertex { position: (-4.297769, -1.889903, 0.177707), - normal: (0.002983, 0.098874, -0.995096), }, - Vertex { position: (-4.351543, -1.947675, 0.02502), - normal: (-0.227573, -0.361148, 0.904313), }, - Vertex { position: (-4.321269, -1.963488, 0.025072), - normal: (0.768311, 0.202351, 0.60725), }, - Vertex { position: (-4.297769, -1.889903, 0.177707), - normal: (0.002983, 0.098874, -0.995096), }, - Vertex { position: (-4.387148, -1.967814, 0.045602), - normal: (0.687126, -0.68509, 0.241888), }, - Vertex { position: (-4.351543, -1.947675, 0.02502), - normal: (-0.227573, -0.361148, 0.904313), }, - Vertex { position: (-4.297769, -1.889903, 0.177707), - normal: (0.002983, 0.098874, -0.995096), }, - Vertex { position: (-4.405365, -1.921443, 0.192978), - normal: (0.924466, 0.048977, 0.378105), }, - Vertex { position: (-4.445835, -2.015127, 0.189702), - normal: (0.129519, -0.132707, 0.982656), }, - Vertex { position: (-4.387148, -1.967814, 0.045602), - normal: (0.687126, -0.68509, 0.241888), }, - Vertex { position: (-3.695565, -0.19362, 0.051497), - normal: (0.560378, 0.257624, 0.787151), }, - Vertex { position: (-3.75063, -0.191863, 0.063305), - normal: (0.711192, 0.127662, 0.69131), }, - Vertex { position: (-3.778908, -0.541975, 0.064258), - normal: (0.518386, -0.029316, 0.854644), }, - Vertex { position: (-3.805688, -0.190106, 0.051472), - normal: (0.546619, 0.025488, 0.836993), }, - Vertex { position: (-3.84599, -0.18882, 0.019164), - normal: (0.238843, 0.101951, 0.965691), }, - Vertex { position: (-3.975337, -0.554961, -0.014407), - normal: (0.728068, -0.191899, -0.658097), }, - Vertex { position: (-3.86074, -0.188349, -0.024962), - normal: (0.166377, -0.157108, 0.973466), }, - Vertex { position: (-3.845923, -0.188822, -0.06918), - normal: (0.077536, 0.770695, 0.632469), }, - Vertex { position: (-3.921874, -0.538502, -0.145307), - normal: (-0.276108, -0.088023, 0.957087), }, - Vertex { position: (-3.569386, -0.761644, -0.035893), - normal: (0.269003, 0.86436, 0.424875), }, - Vertex { position: (-3.640457, -0.195379, -0.024909), - normal: (0.267717, -0.172975, 0.947844), }, -]; diff --git a/src/cow_udder.rs b/src/cow_udder.rs deleted file mode 100644 index 2ed7cdd..0000000 --- a/src/cow_udder.rs +++ /dev/null @@ -1,3036 +0,0 @@ - -// This file auto-generated from cow_udder.c using model_c2rs.py -// Don't edit by hand! - -use cow_vertex::Vertex; - -pub const COW_UDDER_VERTICES: [Vertex; 1514] = [ - Vertex { position: (-2.033406, -0.91003, -0.96422), - normal: (0.058723, -0.195869, -0.97887), }, - Vertex { position: (-2.119856, -1.1288, -0.97096), - normal: (-0.977902, -0.171036, -0.12023), }, - Vertex { position: (-2.306662, -1.116976, -0.961238), - normal: (0.07657, 0.16758, -0.982881), }, - Vertex { position: (-2.119856, -1.1288, -0.97096), - normal: (-0.977902, -0.171036, -0.12023), }, - Vertex { position: (-2.033406, -0.91003, -0.96422), - normal: (0.058723, -0.195869, -0.97887), }, - Vertex { position: (-2.031698, -1.097344, -0.966701), - normal: (-0.964119, -0.189683, -0.18573), }, - Vertex { position: (-2.031698, -1.097344, -0.966701), - normal: (-0.964119, -0.189683, -0.18573), }, - Vertex { position: (-2.033406, -0.91003, -0.96422), - normal: (0.058723, -0.195869, -0.97887), }, - Vertex { position: (-1.782298, -1.020581, -0.943381), - normal: (-0.30296, -0.137183, -0.943078), }, - Vertex { position: (-2.462835, -1.3055, -0.966395), - normal: (-0.955382, -0.23808, -0.174826), }, - Vertex { position: (-2.306662, -1.116976, -0.961238), - normal: (0.07657, 0.16758, -0.982881), }, - Vertex { position: (-2.337617, -1.334842, -0.966761), - normal: (-0.843742, -0.096326, -0.528036), }, - Vertex { position: (-2.337617, -1.334842, -0.966761), - normal: (-0.843742, -0.096326, -0.528036), }, - Vertex { position: (-2.306662, -1.116976, -0.961238), - normal: (0.07657, 0.16758, -0.982881), }, - Vertex { position: (-2.119856, -1.1288, -0.97096), - normal: (-0.977902, -0.171036, -0.12023), }, - Vertex { position: (-2.337617, -1.334842, -0.966761), - normal: (-0.843742, -0.096326, -0.528036), }, - Vertex { position: (-2.119856, -1.1288, -0.97096), - normal: (-0.977902, -0.171036, -0.12023), }, - Vertex { position: (-2.161843, -1.325837, -0.957465), - normal: (0.028952, -0.016247, -0.999449), }, - Vertex { position: (-2.161843, -1.325837, -0.957465), - normal: (0.028952, -0.016247, -0.999449), }, - Vertex { position: (-2.119856, -1.1288, -0.97096), - normal: (-0.977902, -0.171036, -0.12023), }, - Vertex { position: (-2.031698, -1.097344, -0.966701), - normal: (-0.964119, -0.189683, -0.18573), }, - Vertex { position: (-2.161843, -1.325837, -0.957465), - normal: (0.028952, -0.016247, -0.999449), }, - Vertex { position: (-2.031698, -1.097344, -0.966701), - normal: (-0.964119, -0.189683, -0.18573), }, - Vertex { position: (-2.042059, -1.312976, -0.940911), - normal: (0.093953, -0.049433, -0.994349), }, - Vertex { position: (-2.042059, -1.312976, -0.940911), - normal: (0.093953, -0.049433, -0.994349), }, - Vertex { position: (-2.031698, -1.097344, -0.966701), - normal: (-0.964119, -0.189683, -0.18573), }, - Vertex { position: (-1.782298, -1.020581, -0.943381), - normal: (-0.30296, -0.137183, -0.943078), }, - Vertex { position: (-2.042059, -1.312976, -0.940911), - normal: (0.093953, -0.049433, -0.994349), }, - Vertex { position: (-1.782298, -1.020581, -0.943381), - normal: (-0.30296, -0.137183, -0.943078), }, - Vertex { position: (-1.776785, -1.275107, -0.914703), - normal: (0.335613, -0.388493, -0.858159), }, - Vertex { position: (-1.776785, -1.275107, -0.914703), - normal: (0.335613, -0.388493, -0.858159), }, - Vertex { position: (-1.782298, -1.020581, -0.943381), - normal: (-0.30296, -0.137183, -0.943078), }, - Vertex { position: (-1.709172, -1.283232, -0.897427), - normal: (-0.004413, -0.170526, -0.985343), }, - Vertex { position: (-1.709172, -1.283232, -0.897427), - normal: (-0.004413, -0.170526, -0.985343), }, - Vertex { position: (-1.782298, -1.020581, -0.943381), - normal: (-0.30296, -0.137183, -0.943078), }, - Vertex { position: (-1.456655, -1.295527, -0.89424), - normal: (0.095733, -0.224552, -0.969748), }, - Vertex { position: (-2.591357, -1.510845, -0.88547), - normal: (0.137764, -0.289893, -0.947092), }, - Vertex { position: (-2.462835, -1.3055, -0.966395), - normal: (-0.955382, -0.23808, -0.174826), }, - Vertex { position: (-2.337617, -1.334842, -0.966761), - normal: (-0.843742, -0.096326, -0.528036), }, - Vertex { position: (-2.591357, -1.510845, -0.88547), - normal: (0.137764, -0.289893, -0.947092), }, - Vertex { position: (-2.337617, -1.334842, -0.966761), - normal: (-0.843742, -0.096326, -0.528036), }, - Vertex { position: (-2.417777, -1.553136, -0.887222), - normal: (0.137206, -0.207537, -0.968557), }, - Vertex { position: (-2.417777, -1.553136, -0.887222), - normal: (0.137206, -0.207537, -0.968557), }, - Vertex { position: (-2.337617, -1.334842, -0.966761), - normal: (-0.843742, -0.096326, -0.528036), }, - Vertex { position: (-2.161843, -1.325837, -0.957465), - normal: (0.028952, -0.016247, -0.999449), }, - Vertex { position: (-2.417777, -1.553136, -0.887222), - normal: (0.137206, -0.207537, -0.968557), }, - Vertex { position: (-2.161843, -1.325837, -0.957465), - normal: (0.028952, -0.016247, -0.999449), }, - Vertex { position: (-2.223917, -1.541268, -0.87926), - normal: (0.094371, -0.230057, -0.968591), }, - Vertex { position: (-2.223917, -1.541268, -0.87926), - normal: (0.094371, -0.230057, -0.968591), }, - Vertex { position: (-2.161843, -1.325837, -0.957465), - normal: (0.028952, -0.016247, -0.999449), }, - Vertex { position: (-2.042059, -1.312976, -0.940911), - normal: (0.093953, -0.049433, -0.994349), }, - Vertex { position: (-2.223917, -1.541268, -0.87926), - normal: (0.094371, -0.230057, -0.968591), }, - Vertex { position: (-2.042059, -1.312976, -0.940911), - normal: (0.093953, -0.049433, -0.994349), }, - Vertex { position: (-2.049879, -1.562369, -0.829319), - normal: (-0.201818, -0.568242, -0.797728), }, - Vertex { position: (-2.049879, -1.562369, -0.829319), - normal: (-0.201818, -0.568242, -0.797728), }, - Vertex { position: (-2.042059, -1.312976, -0.940911), - normal: (0.093953, -0.049433, -0.994349), }, - Vertex { position: (-1.777628, -1.473076, -0.845827), - normal: (0.357021, -0.590654, -0.723646), }, - Vertex { position: (-2.049879, -1.562369, -0.829319), - normal: (-0.201818, -0.568242, -0.797728), }, - Vertex { position: (-1.777628, -1.473076, -0.845827), - normal: (0.357021, -0.590654, -0.723646), }, - Vertex { position: (-1.778934, -1.550199, -0.776454), - normal: (0.008663, -0.516082, -0.856495), }, - Vertex { position: (-1.777628, -1.473076, -0.845827), - normal: (0.357021, -0.590654, -0.723646), }, - Vertex { position: (-2.042059, -1.312976, -0.940911), - normal: (0.093953, -0.049433, -0.994349), }, - Vertex { position: (-1.776785, -1.275107, -0.914703), - normal: (0.335613, -0.388493, -0.858159), }, - Vertex { position: (-1.777628, -1.473076, -0.845827), - normal: (0.357021, -0.590654, -0.723646), }, - Vertex { position: (-1.776785, -1.275107, -0.914703), - normal: (0.335613, -0.388493, -0.858159), }, - Vertex { position: (-1.709172, -1.283232, -0.897427), - normal: (-0.004413, -0.170526, -0.985343), }, - Vertex { position: (-1.777628, -1.473076, -0.845827), - normal: (0.357021, -0.590654, -0.723646), }, - Vertex { position: (-1.709172, -1.283232, -0.897427), - normal: (-0.004413, -0.170526, -0.985343), }, - Vertex { position: (-1.686329, -1.414405, -0.869373), - normal: (0.106237, -0.558927, -0.822383), }, - Vertex { position: (-1.686329, -1.414405, -0.869373), - normal: (0.106237, -0.558927, -0.822383), }, - Vertex { position: (-1.709172, -1.283232, -0.897427), - normal: (-0.004413, -0.170526, -0.985343), }, - Vertex { position: (-1.456655, -1.295527, -0.89424), - normal: (0.095733, -0.224552, -0.969748), }, - Vertex { position: (-1.686329, -1.414405, -0.869373), - normal: (0.106237, -0.558927, -0.822383), }, - Vertex { position: (-1.456655, -1.295527, -0.89424), - normal: (0.095733, -0.224552, -0.969748), }, - Vertex { position: (-1.592146, -1.408592, -0.838483), - normal: (0.155794, -0.590112, -0.792146), }, - Vertex { position: (-1.592146, -1.408592, -0.838483), - normal: (0.155794, -0.590112, -0.792146), }, - Vertex { position: (-1.456655, -1.295527, -0.89424), - normal: (0.095733, -0.224552, -0.969748), }, - Vertex { position: (-1.552229, -1.555077, -0.735708), - normal: (0.08565, -0.422547, -0.902285), }, - Vertex { position: (-1.552229, -1.555077, -0.735708), - normal: (0.08565, -0.422547, -0.902285), }, - Vertex { position: (-1.659758, -1.544361, -0.788181), - normal: (0.161064, -0.731195, -0.662882), }, - Vertex { position: (-1.592146, -1.408592, -0.838483), - normal: (0.155794, -0.590112, -0.792146), }, - Vertex { position: (-1.592146, -1.408592, -0.838483), - normal: (0.155794, -0.590112, -0.792146), }, - Vertex { position: (-1.659758, -1.544361, -0.788181), - normal: (0.161064, -0.731195, -0.662882), }, - Vertex { position: (-1.686329, -1.414405, -0.869373), - normal: (0.106237, -0.558927, -0.822383), }, - Vertex { position: (-1.686329, -1.414405, -0.869373), - normal: (0.106237, -0.558927, -0.822383), }, - Vertex { position: (-1.659758, -1.544361, -0.788181), - normal: (0.161064, -0.731195, -0.662882), }, - Vertex { position: (-1.778934, -1.550199, -0.776454), - normal: (0.008663, -0.516082, -0.856495), }, - Vertex { position: (-1.686329, -1.414405, -0.869373), - normal: (0.106237, -0.558927, -0.822383), }, - Vertex { position: (-1.778934, -1.550199, -0.776454), - normal: (0.008663, -0.516082, -0.856495), }, - Vertex { position: (-1.777628, -1.473076, -0.845827), - normal: (0.357021, -0.590654, -0.723646), }, - Vertex { position: (-1.552229, -1.555077, -0.735708), - normal: (0.08565, -0.422547, -0.902285), }, - Vertex { position: (-1.456655, -1.295527, -0.89424), - normal: (0.095733, -0.224552, -0.969748), }, - Vertex { position: (-1.366873, -1.340211, -0.907567), - normal: (-0.422758, -0.178302, -0.888529), }, - Vertex { position: (-1.552229, -1.555077, -0.735708), - normal: (0.08565, -0.422547, -0.902285), }, - Vertex { position: (-1.366873, -1.340211, -0.907567), - normal: (-0.422758, -0.178302, -0.888529), }, - Vertex { position: (-1.376186, -1.661988, -0.718954), - normal: (-0.504483, -0.438591, -0.743731), }, - Vertex { position: (-1.376186, -1.661988, -0.718954), - normal: (-0.504483, -0.438591, -0.743731), }, - Vertex { position: (-1.366873, -1.340211, -0.907567), - normal: (-0.422758, -0.178302, -0.888529), }, - Vertex { position: (-1.198513, -1.456102, -0.885435), - normal: (0.121987, -0.426326, -0.896306), }, - Vertex { position: (-1.376186, -1.661988, -0.718954), - normal: (-0.504483, -0.438591, -0.743731), }, - Vertex { position: (-1.198513, -1.456102, -0.885435), - normal: (0.121987, -0.426326, -0.896306), }, - Vertex { position: (-1.200688, -1.577575, -0.799188), - normal: (0.215155, -0.464575, -0.858999), }, - Vertex { position: (-1.200688, -1.577575, -0.799188), - normal: (0.215155, -0.464575, -0.858999), }, - Vertex { position: (-1.198513, -1.456102, -0.885435), - normal: (0.121987, -0.426326, -0.896306), }, - Vertex { position: (-0.953236, -1.545941, -0.89918), - normal: (-0.218261, -0.26262, -0.93989), }, - Vertex { position: (-1.397474, -1.693815, -0.570541), - normal: (-0.094238, -0.851252, -0.516225), }, - Vertex { position: (-1.480217, -1.6566, -0.606638), - normal: (0.152347, -0.821467, -0.549529), }, - Vertex { position: (-1.376186, -1.661988, -0.718954), - normal: (-0.504483, -0.438591, -0.743731), }, - Vertex { position: (-1.376186, -1.661988, -0.718954), - normal: (-0.504483, -0.438591, -0.743731), }, - Vertex { position: (-1.480217, -1.6566, -0.606638), - normal: (0.152347, -0.821467, -0.549529), }, - Vertex { position: (-1.552229, -1.555077, -0.735708), - normal: (0.08565, -0.422547, -0.902285), }, - Vertex { position: (-1.552229, -1.555077, -0.735708), - normal: (0.08565, -0.422547, -0.902285), }, - Vertex { position: (-1.480217, -1.6566, -0.606638), - normal: (0.152347, -0.821467, -0.549529), }, - Vertex { position: (-1.601625, -1.593321, -0.605607), - normal: (-0.279342, -0.940234, -0.19475), }, - Vertex { position: (-1.601625, -1.593321, -0.605607), - normal: (-0.279342, -0.940234, -0.19475), }, - Vertex { position: (-1.480217, -1.6566, -0.606638), - normal: (0.152347, -0.821467, -0.549529), }, - Vertex { position: (-1.519339, -1.653776, -0.501741), - normal: (-0.198045, -0.959194, -0.201804), }, - Vertex { position: (-1.519339, -1.653776, -0.501741), - normal: (-0.198045, -0.959194, -0.201804), }, - Vertex { position: (-1.480217, -1.6566, -0.606638), - normal: (0.152347, -0.821467, -0.549529), }, - Vertex { position: (-1.397474, -1.693815, -0.570541), - normal: (-0.094238, -0.851252, -0.516225), }, - Vertex { position: (-1.519339, -1.653776, -0.501741), - normal: (-0.198045, -0.959194, -0.201804), }, - Vertex { position: (-1.397474, -1.693815, -0.570541), - normal: (-0.094238, -0.851252, -0.516225), }, - Vertex { position: (-1.406693, -1.697325, -0.450399), - normal: (-0.171647, -0.971664, -0.162499), }, - Vertex { position: (-1.601625, -1.593321, -0.605607), - normal: (-0.279342, -0.940234, -0.19475), }, - Vertex { position: (-1.519339, -1.653776, -0.501741), - normal: (-0.198045, -0.959194, -0.201804), }, - Vertex { position: (-1.576196, -1.696317, -0.358146), - normal: (-0.403877, -0.879274, -0.252509), }, - Vertex { position: (-1.576196, -1.696317, -0.358146), - normal: (-0.403877, -0.879274, -0.252509), }, - Vertex { position: (-1.519339, -1.653776, -0.501741), - normal: (-0.198045, -0.959194, -0.201804), }, - Vertex { position: (-1.406693, -1.697325, -0.450399), - normal: (-0.171647, -0.971664, -0.162499), }, - Vertex { position: (-1.576196, -1.696317, -0.358146), - normal: (-0.403877, -0.879274, -0.252509), }, - Vertex { position: (-1.406693, -1.697325, -0.450399), - normal: (-0.171647, -0.971664, -0.162499), }, - Vertex { position: (-1.386502, -1.718441, -0.350823), - normal: (-0.53858, -0.616299, -0.57455), }, - Vertex { position: (-1.386502, -1.718441, -0.350823), - normal: (-0.53858, -0.616299, -0.57455), }, - Vertex { position: (-1.395728, -1.723811, 0.0), - normal: (0.011286, 0.999936, 0.0), }, - Vertex { position: (-1.610025, -1.711571, 0.0), - normal: (0.106808, 0.99428, 0.0), }, - Vertex { position: (-1.386502, -1.718441, -0.350823), - normal: (-0.53858, -0.616299, -0.57455), }, - Vertex { position: (-1.610025, -1.711571, 0.0), - normal: (0.106808, 0.99428, 0.0), }, - Vertex { position: (-1.576196, -1.696317, -0.358146), - normal: (-0.403877, -0.879274, -0.252509), }, - Vertex { position: (-1.576196, -1.696317, -0.358146), - normal: (-0.403877, -0.879274, -0.252509), }, - Vertex { position: (-1.610025, -1.711571, 0.0), - normal: (0.106808, 0.99428, 0.0), }, - Vertex { position: (-1.799827, -1.753136, 0.0), - normal: (-0.160087, -0.987103, 0.0), }, - Vertex { position: (-1.576196, -1.696317, -0.358146), - normal: (-0.403877, -0.879274, -0.252509), }, - Vertex { position: (-1.799827, -1.753136, 0.0), - normal: (-0.160087, -0.987103, 0.0), }, - Vertex { position: (-1.764045, -1.764987, -0.406586), - normal: (-0.299215, -0.929389, -0.216116), }, - Vertex { position: (-1.764045, -1.764987, -0.406586), - normal: (-0.299215, -0.929389, -0.216116), }, - Vertex { position: (-1.74779, -1.667608, -0.60634), - normal: (-0.18119, -0.970212, -0.160805), }, - Vertex { position: (-1.601625, -1.593321, -0.605607), - normal: (-0.279342, -0.940234, -0.19475), }, - Vertex { position: (-1.764045, -1.764987, -0.406586), - normal: (-0.299215, -0.929389, -0.216116), }, - Vertex { position: (-1.601625, -1.593321, -0.605607), - normal: (-0.279342, -0.940234, -0.19475), }, - Vertex { position: (-1.576196, -1.696317, -0.358146), - normal: (-0.403877, -0.879274, -0.252509), }, - Vertex { position: (-1.601625, -1.593321, -0.605607), - normal: (-0.279342, -0.940234, -0.19475), }, - Vertex { position: (-1.74779, -1.667608, -0.60634), - normal: (-0.18119, -0.970212, -0.160805), }, - Vertex { position: (-1.778934, -1.550199, -0.776454), - normal: (0.008663, -0.516082, -0.856495), }, - Vertex { position: (-1.778934, -1.550199, -0.776454), - normal: (0.008663, -0.516082, -0.856495), }, - Vertex { position: (-1.659758, -1.544361, -0.788181), - normal: (0.161064, -0.731195, -0.662882), }, - Vertex { position: (-1.601625, -1.593321, -0.605607), - normal: (-0.279342, -0.940234, -0.19475), }, - Vertex { position: (-1.601625, -1.593321, -0.605607), - normal: (-0.279342, -0.940234, -0.19475), }, - Vertex { position: (-1.659758, -1.544361, -0.788181), - normal: (0.161064, -0.731195, -0.662882), }, - Vertex { position: (-1.552229, -1.555077, -0.735708), - normal: (0.08565, -0.422547, -0.902285), }, - Vertex { position: (-2.734184, -1.717948, -0.749581), - normal: (0.048753, -0.975535, -0.21437), }, - Vertex { position: (-2.591357, -1.510845, -0.88547), - normal: (0.137764, -0.289893, -0.947092), }, - Vertex { position: (-2.417777, -1.553136, -0.887222), - normal: (0.137206, -0.207537, -0.968557), }, - Vertex { position: (-2.734184, -1.717948, -0.749581), - normal: (0.048753, -0.975535, -0.21437), }, - Vertex { position: (-2.417777, -1.553136, -0.887222), - normal: (0.137206, -0.207537, -0.968557), }, - Vertex { position: (-2.508885, -1.719933, -0.721675), - normal: (-0.177142, -0.976279, -0.124502), }, - Vertex { position: (-2.508885, -1.719933, -0.721675), - normal: (-0.177142, -0.976279, -0.124502), }, - Vertex { position: (-2.417777, -1.553136, -0.887222), - normal: (0.137206, -0.207537, -0.968557), }, - Vertex { position: (-2.223917, -1.541268, -0.87926), - normal: (0.094371, -0.230057, -0.968591), }, - Vertex { position: (-2.508885, -1.719933, -0.721675), - normal: (-0.177142, -0.976279, -0.124502), }, - Vertex { position: (-2.223917, -1.541268, -0.87926), - normal: (0.094371, -0.230057, -0.968591), }, - Vertex { position: (-2.267049, -1.753901, -0.662106), - normal: (0.430742, -0.887318, -0.164704), }, - Vertex { position: (-2.267049, -1.753901, -0.662106), - normal: (0.430742, -0.887318, -0.164704), }, - Vertex { position: (-2.223917, -1.541268, -0.87926), - normal: (0.094371, -0.230057, -0.968591), }, - Vertex { position: (-2.049879, -1.562369, -0.829319), - normal: (-0.201818, -0.568242, -0.797728), }, - Vertex { position: (-2.267049, -1.753901, -0.662106), - normal: (0.430742, -0.887318, -0.164704), }, - Vertex { position: (-2.049879, -1.562369, -0.829319), - normal: (-0.201818, -0.568242, -0.797728), }, - Vertex { position: (-2.037371, -1.73636, -0.656787), - normal: (0.35682, -0.781398, -0.511953), }, - Vertex { position: (-2.037371, -1.73636, -0.656787), - normal: (0.35682, -0.781398, -0.511953), }, - Vertex { position: (-2.049879, -1.562369, -0.829319), - normal: (-0.201818, -0.568242, -0.797728), }, - Vertex { position: (-1.778934, -1.550199, -0.776454), - normal: (0.008663, -0.516082, -0.856495), }, - Vertex { position: (-2.037371, -1.73636, -0.656787), - normal: (0.35682, -0.781398, -0.511953), }, - Vertex { position: (-1.778934, -1.550199, -0.776454), - normal: (0.008663, -0.516082, -0.856495), }, - Vertex { position: (-1.74779, -1.667608, -0.60634), - normal: (-0.18119, -0.970212, -0.160805), }, - Vertex { position: (-1.74779, -1.667608, -0.60634), - normal: (-0.18119, -0.970212, -0.160805), }, - Vertex { position: (-1.764045, -1.764987, -0.406586), - normal: (-0.299215, -0.929389, -0.216116), }, - Vertex { position: (-1.88316, -1.829718, -0.401567), - normal: (0.493535, -0.729115, -0.474147), }, - Vertex { position: (-1.74779, -1.667608, -0.60634), - normal: (-0.18119, -0.970212, -0.160805), }, - Vertex { position: (-1.88316, -1.829718, -0.401567), - normal: (0.493535, -0.729115, -0.474147), }, - Vertex { position: (-1.936032, -1.829617, -0.488916), - normal: (0.04422, -0.704109, -0.708714), }, - Vertex { position: (-1.936032, -1.829617, -0.488916), - normal: (0.04422, -0.704109, -0.708714), }, - Vertex { position: (-2.027242, -1.813012, -0.555232), - normal: (0.083262, -0.787311, -0.610907), }, - Vertex { position: (-2.037371, -1.73636, -0.656787), - normal: (0.35682, -0.781398, -0.511953), }, - Vertex { position: (-1.936032, -1.829617, -0.488916), - normal: (0.04422, -0.704109, -0.708714), }, - Vertex { position: (-2.037371, -1.73636, -0.656787), - normal: (0.35682, -0.781398, -0.511953), }, - Vertex { position: (-1.74779, -1.667608, -0.60634), - normal: (-0.18119, -0.970212, -0.160805), }, - Vertex { position: (-2.037371, -1.73636, -0.656787), - normal: (0.35682, -0.781398, -0.511953), }, - Vertex { position: (-2.027242, -1.813012, -0.555232), - normal: (0.083262, -0.787311, -0.610907), }, - Vertex { position: (-2.126375, -1.866497, -0.502895), - normal: (0.170756, -0.748007, -0.641349), }, - Vertex { position: (-2.037371, -1.73636, -0.656787), - normal: (0.35682, -0.781398, -0.511953), }, - Vertex { position: (-2.126375, -1.866497, -0.502895), - normal: (0.170756, -0.748007, -0.641349), }, - Vertex { position: (-2.267049, -1.753901, -0.662106), - normal: (0.430742, -0.887318, -0.164704), }, - Vertex { position: (-2.267049, -1.753901, -0.662106), - normal: (0.430742, -0.887318, -0.164704), }, - Vertex { position: (-2.126375, -1.866497, -0.502895), - normal: (0.170756, -0.748007, -0.641349), }, - Vertex { position: (-2.176551, -1.873816, -0.445782), - normal: (0.64791, -0.754869, 0.101909), }, - Vertex { position: (-2.267049, -1.753901, -0.662106), - normal: (0.430742, -0.887318, -0.164704), }, - Vertex { position: (-2.176551, -1.873816, -0.445782), - normal: (0.64791, -0.754869, 0.101909), }, - Vertex { position: (-2.317557, -1.8742, -0.470587), - normal: (0.381337, -0.795981, -0.470102), }, - Vertex { position: (-2.317557, -1.8742, -0.470587), - normal: (0.381337, -0.795981, -0.470102), }, - Vertex { position: (-2.446375, -1.893261, -0.49411), - normal: (0.183908, -0.773381, -0.606679), }, - Vertex { position: (-2.466779, -1.857679, -0.570461), - normal: (0.018755, -0.837462, -0.546174), }, - Vertex { position: (-2.317557, -1.8742, -0.470587), - normal: (0.381337, -0.795981, -0.470102), }, - Vertex { position: (-2.466779, -1.857679, -0.570461), - normal: (0.018755, -0.837462, -0.546174), }, - Vertex { position: (-2.267049, -1.753901, -0.662106), - normal: (0.430742, -0.887318, -0.164704), }, - Vertex { position: (-2.267049, -1.753901, -0.662106), - normal: (0.430742, -0.887318, -0.164704), }, - Vertex { position: (-2.466779, -1.857679, -0.570461), - normal: (0.018755, -0.837462, -0.546174), }, - Vertex { position: (-2.547737, -1.833025, -0.609321), - normal: (-0.094688, -0.959937, -0.263734), }, - Vertex { position: (-2.267049, -1.753901, -0.662106), - normal: (0.430742, -0.887318, -0.164704), }, - Vertex { position: (-2.547737, -1.833025, -0.609321), - normal: (-0.094688, -0.959937, -0.263734), }, - Vertex { position: (-2.508885, -1.719933, -0.721675), - normal: (-0.177142, -0.976279, -0.124502), }, - Vertex { position: (-2.508885, -1.719933, -0.721675), - normal: (-0.177142, -0.976279, -0.124502), }, - Vertex { position: (-2.547737, -1.833025, -0.609321), - normal: (-0.094688, -0.959937, -0.263734), }, - Vertex { position: (-2.64722, -1.84401, -0.594347), - normal: (0.059023, -0.965365, -0.25414), }, - Vertex { position: (-2.508885, -1.719933, -0.721675), - normal: (-0.177142, -0.976279, -0.124502), }, - Vertex { position: (-2.64722, -1.84401, -0.594347), - normal: (0.059023, -0.965365, -0.25414), }, - Vertex { position: (-2.734184, -1.717948, -0.749581), - normal: (0.048753, -0.975535, -0.21437), }, - Vertex { position: (-2.734184, -1.717948, -0.749581), - normal: (0.048753, -0.975535, -0.21437), }, - Vertex { position: (-2.64722, -1.84401, -0.594347), - normal: (0.059023, -0.965365, -0.25414), }, - Vertex { position: (-2.699966, -1.850397, -0.57007), - normal: (0.49176, -0.810764, -0.317543), }, - Vertex { position: (-2.734184, -1.717948, -0.749581), - normal: (0.048753, -0.975535, -0.21437), }, - Vertex { position: (-2.699966, -1.850397, -0.57007), - normal: (0.49176, -0.810764, -0.317543), }, - Vertex { position: (-2.811581, -1.79821, -0.712737), - normal: (0.43907, -0.579988, -0.686171), }, - Vertex { position: (-2.941731, -1.787431, -0.442574), - normal: (-0.073547, -0.481419, -0.8734), }, - Vertex { position: (-2.709403, -1.879947, -0.508775), - normal: (0.099157, -0.476834, -0.873383), }, - Vertex { position: (-2.684452, -1.891207, -0.447388), - normal: (-0.147229, -0.706225, -0.69251), }, - Vertex { position: (-2.941731, -1.787431, -0.442574), - normal: (-0.073547, -0.481419, -0.8734), }, - Vertex { position: (-2.684452, -1.891207, -0.447388), - normal: (-0.147229, -0.706225, -0.69251), }, - Vertex { position: (-2.892162, -1.781087, 0.0), - normal: (0.0787, 0.996898, 0.0), }, - Vertex { position: (-2.892162, -1.781087, 0.0), - normal: (0.0787, 0.996898, 0.0), }, - Vertex { position: (-2.684452, -1.891207, -0.447388), - normal: (-0.147229, -0.706225, -0.69251), }, - Vertex { position: (-2.614084, -1.905005, -0.404925), - normal: (0.328486, -0.940918, 0.082286), }, - Vertex { position: (-2.892162, -1.781087, 0.0), - normal: (0.0787, 0.996898, 0.0), }, - Vertex { position: (-2.614084, -1.905005, -0.404925), - normal: (0.328486, -0.940918, 0.082286), }, - Vertex { position: (-2.656867, -1.853045, 0.0), - normal: (0.058013, 0.998316, 0.0), }, - Vertex { position: (-2.656867, -1.853045, 0.0), - normal: (0.058013, 0.998316, 0.0), }, - Vertex { position: (-2.614084, -1.905005, -0.404925), - normal: (0.328486, -0.940918, 0.082286), }, - Vertex { position: (-2.503818, -1.909806, -0.431456), - normal: (-0.319475, -0.944225, -0.079844), }, - Vertex { position: (-2.656867, -1.853045, 0.0), - normal: (0.058013, 0.998316, 0.0), }, - Vertex { position: (-2.503818, -1.909806, -0.431456), - normal: (-0.319475, -0.944225, -0.079844), }, - Vertex { position: (-2.348005, -1.869142, 0.0), - normal: (0.093777, 0.995593, 0.0), }, - Vertex { position: (-2.348005, -1.869142, 0.0), - normal: (0.093777, 0.995593, 0.0), }, - Vertex { position: (-2.503818, -1.909806, -0.431456), - normal: (-0.319475, -0.944225, -0.079844), }, - Vertex { position: (-2.446375, -1.893261, -0.49411), - normal: (0.183908, -0.773381, -0.606679), }, - Vertex { position: (-2.348005, -1.869142, 0.0), - normal: (0.093777, 0.995593, 0.0), }, - Vertex { position: (-2.446375, -1.893261, -0.49411), - normal: (0.183908, -0.773381, -0.606679), }, - Vertex { position: (-2.317557, -1.8742, -0.470587), - normal: (0.381337, -0.795981, -0.470102), }, - Vertex { position: (-2.317557, -1.8742, -0.470587), - normal: (0.381337, -0.795981, -0.470102), }, - Vertex { position: (-2.176551, -1.873816, -0.445782), - normal: (0.64791, -0.754869, 0.101909), }, - Vertex { position: (-2.147113, -1.903198, -0.362462), - normal: (-0.393694, -0.919049, 0.018795), }, - Vertex { position: (-2.317557, -1.8742, -0.470587), - normal: (0.381337, -0.795981, -0.470102), }, - Vertex { position: (-2.147113, -1.903198, -0.362462), - normal: (-0.393694, -0.919049, 0.018795), }, - Vertex { position: (-2.348005, -1.869142, 0.0), - normal: (0.093777, 0.995593, 0.0), }, - Vertex { position: (-2.348005, -1.869142, 0.0), - normal: (0.093777, 0.995593, 0.0), }, - Vertex { position: (-2.147113, -1.903198, -0.362462), - normal: (-0.393694, -0.919049, 0.018795), }, - Vertex { position: (-2.062725, -1.884246, -0.307336), - normal: (-0.327707, -0.94199, 0.072547), }, - Vertex { position: (-2.348005, -1.869142, 0.0), - normal: (0.093777, 0.995593, 0.0), }, - Vertex { position: (-2.062725, -1.884246, -0.307336), - normal: (-0.327707, -0.94199, 0.072547), }, - Vertex { position: (-2.092921, -1.839622, 0.0), - normal: (0.149455, 0.988769, 0.0), }, - Vertex { position: (-2.092921, -1.839622, 0.0), - normal: (0.149455, 0.988769, 0.0), }, - Vertex { position: (-2.062725, -1.884246, -0.307336), - normal: (-0.327707, -0.94199, 0.072547), }, - Vertex { position: (-1.946306, -1.872735, -0.344251), - normal: (-0.163041, -0.980692, 0.107986), }, - Vertex { position: (-2.092921, -1.839622, 0.0), - normal: (0.149455, 0.988769, 0.0), }, - Vertex { position: (-1.946306, -1.872735, -0.344251), - normal: (-0.163041, -0.980692, 0.107986), }, - Vertex { position: (-1.799827, -1.753136, 0.0), - normal: (-0.160087, -0.987103, 0.0), }, - Vertex { position: (-1.799827, -1.753136, 0.0), - normal: (-0.160087, -0.987103, 0.0), }, - Vertex { position: (-1.946306, -1.872735, -0.344251), - normal: (-0.163041, -0.980692, 0.107986), }, - Vertex { position: (-1.88316, -1.829718, -0.401567), - normal: (0.493535, -0.729115, -0.474147), }, - Vertex { position: (-1.799827, -1.753136, 0.0), - normal: (-0.160087, -0.987103, 0.0), }, - Vertex { position: (-1.88316, -1.829718, -0.401567), - normal: (0.493535, -0.729115, -0.474147), }, - Vertex { position: (-1.764045, -1.764987, -0.406586), - normal: (-0.299215, -0.929389, -0.216116), }, - Vertex { position: (-3.139394, -1.687482, -0.638546), - normal: (-0.012978, -0.998326, 0.056357), }, - Vertex { position: (-3.120907, -1.707924, -0.431829), - normal: (0.074429, -0.99521, 0.063385), }, - Vertex { position: (-3.314868, -1.599081, -0.439626), - normal: (0.249604, -0.855993, 0.452741), }, - Vertex { position: (-3.139394, -1.687482, -0.638546), - normal: (-0.012978, -0.998326, 0.056357), }, - Vertex { position: (-3.314868, -1.599081, -0.439626), - normal: (0.249604, -0.855993, 0.452741), }, - Vertex { position: (-3.304804, -1.582192, -0.643445), - normal: (0.515412, -0.714946, 0.472444), }, - Vertex { position: (-3.304804, -1.582192, -0.643445), - normal: (0.515412, -0.714946, 0.472444), }, - Vertex { position: (-3.314868, -1.599081, -0.439626), - normal: (0.249604, -0.855993, 0.452741), }, - Vertex { position: (-3.442085, -1.48412, -0.406377), - normal: (-0.454242, -0.890878, 0.000928), }, - Vertex { position: (-3.304804, -1.582192, -0.643445), - normal: (0.515412, -0.714946, 0.472444), }, - Vertex { position: (-3.442085, -1.48412, -0.406377), - normal: (-0.454242, -0.890878, 0.000928), }, - Vertex { position: (-3.387254, -1.486027, -0.672861), - normal: (-0.354058, -0.732075, 0.581987), }, - Vertex { position: (-3.387254, -1.486027, -0.672861), - normal: (-0.354058, -0.732075, 0.581987), }, - Vertex { position: (-3.442085, -1.48412, -0.406377), - normal: (-0.454242, -0.890878, 0.000928), }, - Vertex { position: (-3.557869, -1.325941, -0.37803), - normal: (-0.587869, -0.808404, -0.029894), }, - Vertex { position: (-3.387254, -1.486027, -0.672861), - normal: (-0.354058, -0.732075, 0.581987), }, - Vertex { position: (-3.557869, -1.325941, -0.37803), - normal: (-0.587869, -0.808404, -0.029894), }, - Vertex { position: (-3.53391, -1.330455, -0.568246), - normal: (-0.581301, -0.608503, 0.540197), }, - Vertex { position: (-3.53391, -1.330455, -0.568246), - normal: (-0.581301, -0.608503, 0.540197), }, - Vertex { position: (-3.557869, -1.325941, -0.37803), - normal: (-0.587869, -0.808404, -0.029894), }, - Vertex { position: (-3.639586, -1.140102, -0.3338), - normal: (-0.736087, -0.675142, -0.048562), }, - Vertex { position: (-3.53391, -1.330455, -0.568246), - normal: (-0.581301, -0.608503, 0.540197), }, - Vertex { position: (-3.639586, -1.140102, -0.3338), - normal: (-0.736087, -0.675142, -0.048562), }, - Vertex { position: (-3.631179, -1.157838, -0.50561), - normal: (-0.98615, -0.150918, -0.068783), }, - Vertex { position: (-3.631179, -1.157838, -0.50561), - normal: (-0.98615, -0.150918, -0.068783), }, - Vertex { position: (-3.639586, -1.140102, -0.3338), - normal: (-0.736087, -0.675142, -0.048562), }, - Vertex { position: (-3.686518, -0.955181, -0.320349), - normal: (-0.84728, -0.52968, -0.039439), }, - Vertex { position: (-3.631179, -1.157838, -0.50561), - normal: (-0.98615, -0.150918, -0.068783), }, - Vertex { position: (-3.686518, -0.955181, -0.320349), - normal: (-0.84728, -0.52968, -0.039439), }, - Vertex { position: (-3.667859, -0.964867, -0.464702), - normal: (-0.815087, -0.388053, -0.430171), }, - Vertex { position: (-3.667859, -0.964867, -0.464702), - normal: (-0.815087, -0.388053, -0.430171), }, - Vertex { position: (-3.686518, -0.955181, -0.320349), - normal: (-0.84728, -0.52968, -0.039439), }, - Vertex { position: (-3.676599, -0.729578, -0.330724), - normal: (-0.945906, -0.323169, -0.028687), }, - Vertex { position: (-3.667859, -0.964867, -0.464702), - normal: (-0.815087, -0.388053, -0.430171), }, - Vertex { position: (-3.676599, -0.729578, -0.330724), - normal: (-0.945906, -0.323169, -0.028687), }, - Vertex { position: (-3.665774, -0.73408, -0.446286), - normal: (-0.896964, -0.287307, -0.336022), }, - Vertex { position: (-3.665774, -0.73408, -0.446286), - normal: (-0.896964, -0.287307, -0.336022), }, - Vertex { position: (-3.676599, -0.729578, -0.330724), - normal: (-0.945906, -0.323169, -0.028687), }, - Vertex { position: (-3.616627, -0.350374, -0.338492), - normal: (-0.99574, -0.082547, -0.041071), }, - Vertex { position: (-3.665774, -0.73408, -0.446286), - normal: (-0.896964, -0.287307, -0.336022), }, - Vertex { position: (-3.616627, -0.350374, -0.338492), - normal: (-0.99574, -0.082547, -0.041071), }, - Vertex { position: (-3.595973, -0.346391, -0.426453), - normal: (-0.950882, -0.075567, -0.300188), }, - Vertex { position: (-3.595973, -0.346391, -0.426453), - normal: (-0.950882, -0.075567, -0.300188), }, - Vertex { position: (-3.616627, -0.350374, -0.338492), - normal: (-0.99574, -0.082547, -0.041071), }, - Vertex { position: (-3.570243, -0.060093, -0.344854), - normal: (-0.993498, 0.089934, -0.06981), }, - Vertex { position: (-3.595973, -0.346391, -0.426453), - normal: (-0.950882, -0.075567, -0.300188), }, - Vertex { position: (-3.570243, -0.060093, -0.344854), - normal: (-0.993498, 0.089934, -0.06981), }, - Vertex { position: (-3.529709, -0.065998, -0.437217), - normal: (-0.951862, 0.098243, -0.290356), }, - Vertex { position: (-3.529709, -0.065998, -0.437217), - normal: (-0.951862, 0.098243, -0.290356), }, - Vertex { position: (-3.570243, -0.060093, -0.344854), - normal: (-0.993498, 0.089934, -0.06981), }, - Vertex { position: (-3.535416, 0.191408, -0.338478), - normal: (-0.9775, 0.159844, -0.137638), }, - Vertex { position: (-3.529709, -0.065998, -0.437217), - normal: (-0.951862, 0.098243, -0.290356), }, - Vertex { position: (-3.535416, 0.191408, -0.338478), - normal: (-0.9775, 0.159844, -0.137638), }, - Vertex { position: (-3.51684, 0.149002, -0.430359), - normal: (-0.923845, 0.18432, -0.335466), }, - Vertex { position: (-3.51684, 0.149002, -0.430359), - normal: (-0.923845, 0.18432, -0.335466), }, - Vertex { position: (-3.535416, 0.191408, -0.338478), - normal: (-0.9775, 0.159844, -0.137638), }, - Vertex { position: (-3.536654, 0.442277, -0.322), - normal: (-0.971344, 0.144305, -0.188856), }, - Vertex { position: (-3.536654, 0.442277, -0.322), - normal: (-0.971344, 0.144305, -0.188856), }, - Vertex { position: (-3.535416, 0.191408, -0.338478), - normal: (-0.9775, 0.159844, -0.137638), }, - Vertex { position: (-3.55232, 0.219613, 0.0), - normal: (0.170833, 0.9853, 0.0), }, - Vertex { position: (-3.536654, 0.442277, -0.322), - normal: (-0.971344, 0.144305, -0.188856), }, - Vertex { position: (-3.55232, 0.219613, 0.0), - normal: (0.170833, 0.9853, 0.0), }, - Vertex { position: (-3.544507, 0.467147, 0.0), - normal: (-0.57342, 0.819261, 0.0), }, - Vertex { position: (-3.55232, 0.219613, 0.0), - normal: (0.170833, 0.9853, 0.0), }, - Vertex { position: (-3.535416, 0.191408, -0.338478), - normal: (-0.9775, 0.159844, -0.137638), }, - Vertex { position: (-3.570243, -0.060093, -0.344854), - normal: (-0.993498, 0.089934, -0.06981), }, - Vertex { position: (-3.55232, 0.219613, 0.0), - normal: (0.170833, 0.9853, 0.0), }, - Vertex { position: (-3.570243, -0.060093, -0.344854), - normal: (-0.993498, 0.089934, -0.06981), }, - Vertex { position: (-3.583763, -0.052271, 0.0), - normal: (0.614301, 0.789071, -0.000581), }, - Vertex { position: (-3.637643, -0.356271, 0.0), - normal: (0.098463, -0.995141, 0.0), }, - Vertex { position: (-3.616627, -0.350374, -0.338492), - normal: (-0.99574, -0.082547, -0.041071), }, - Vertex { position: (-3.676599, -0.729578, -0.330724), - normal: (-0.945906, -0.323169, -0.028687), }, - Vertex { position: (-3.637643, -0.356271, 0.0), - normal: (0.098463, -0.995141, 0.0), }, - Vertex { position: (-3.676599, -0.729578, -0.330724), - normal: (-0.945906, -0.323169, -0.028687), }, - Vertex { position: (-3.673607, -0.720796, 0.0), - normal: (0.353735, -0.935346, 0.0), }, - Vertex { position: (-3.673607, -0.720796, 0.0), - normal: (0.353735, -0.935346, 0.0), }, - Vertex { position: (-3.676599, -0.729578, -0.330724), - normal: (-0.945906, -0.323169, -0.028687), }, - Vertex { position: (-3.686518, -0.955181, -0.320349), - normal: (-0.84728, -0.52968, -0.039439), }, - Vertex { position: (-3.673607, -0.720796, 0.0), - normal: (0.353735, -0.935346, 0.0), }, - Vertex { position: (-3.686518, -0.955181, -0.320349), - normal: (-0.84728, -0.52968, -0.039439), }, - Vertex { position: (-3.678793, -0.926816, 0.0), - normal: (-0.34926, -0.937026, 0.0), }, - Vertex { position: (-3.678793, -0.926816, 0.0), - normal: (-0.34926, -0.937026, 0.0), }, - Vertex { position: (-3.686518, -0.955181, -0.320349), - normal: (-0.84728, -0.52968, -0.039439), }, - Vertex { position: (-3.639586, -1.140102, -0.3338), - normal: (-0.736087, -0.675142, -0.048562), }, - Vertex { position: (-3.678793, -0.926816, 0.0), - normal: (-0.34926, -0.937026, 0.0), }, - Vertex { position: (-3.639586, -1.140102, -0.3338), - normal: (-0.736087, -0.675142, -0.048562), }, - Vertex { position: (-3.650579, -1.142448, 0.0), - normal: (-0.164, -0.98646, 0.0), }, - Vertex { position: (-3.650579, -1.142448, 0.0), - normal: (-0.164, -0.98646, 0.0), }, - Vertex { position: (-3.639586, -1.140102, -0.3338), - normal: (-0.736087, -0.675142, -0.048562), }, - Vertex { position: (-3.557869, -1.325941, -0.37803), - normal: (-0.587869, -0.808404, -0.029894), }, - Vertex { position: (-3.650579, -1.142448, 0.0), - normal: (-0.164, -0.98646, 0.0), }, - Vertex { position: (-3.557869, -1.325941, -0.37803), - normal: (-0.587869, -0.808404, -0.029894), }, - Vertex { position: (-3.522115, -1.366623, 0.0), - normal: (0.030921, -0.999522, 0.0), }, - Vertex { position: (-3.522115, -1.366623, 0.0), - normal: (0.030921, -0.999522, 0.0), }, - Vertex { position: (-3.557869, -1.325941, -0.37803), - normal: (-0.587869, -0.808404, -0.029894), }, - Vertex { position: (-3.442085, -1.48412, -0.406377), - normal: (-0.454242, -0.890878, 0.000928), }, - Vertex { position: (-3.522115, -1.366623, 0.0), - normal: (0.030921, -0.999522, 0.0), }, - Vertex { position: (-3.442085, -1.48412, -0.406377), - normal: (-0.454242, -0.890878, 0.000928), }, - Vertex { position: (-3.417689, -1.494416, 0.0), - normal: (0.183204, -0.983075, 0.0), }, - Vertex { position: (-3.417689, -1.494416, 0.0), - normal: (0.183204, -0.983075, 0.0), }, - Vertex { position: (-3.442085, -1.48412, -0.406377), - normal: (-0.454242, -0.890878, 0.000928), }, - Vertex { position: (-3.314868, -1.599081, -0.439626), - normal: (0.249604, -0.855993, 0.452741), }, - Vertex { position: (-3.417689, -1.494416, 0.0), - normal: (0.183204, -0.983075, 0.0), }, - Vertex { position: (-3.314868, -1.599081, -0.439626), - normal: (0.249604, -0.855993, 0.452741), }, - Vertex { position: (-3.271035, -1.609292, 0.0), - normal: (-0.997516, 0.070442, 0.0), }, - Vertex { position: (-3.271035, -1.609292, 0.0), - normal: (-0.997516, 0.070442, 0.0), }, - Vertex { position: (-3.314868, -1.599081, -0.439626), - normal: (0.249604, -0.855993, 0.452741), }, - Vertex { position: (-3.120907, -1.707924, -0.431829), - normal: (0.074429, -0.99521, 0.063385), }, - Vertex { position: (-3.271035, -1.609292, 0.0), - normal: (-0.997516, 0.070442, 0.0), }, - Vertex { position: (-3.120907, -1.707924, -0.431829), - normal: (0.074429, -0.99521, 0.063385), }, - Vertex { position: (-3.1103, -1.69172, 0.0), - normal: (-0.99928, -0.037933, 0.0), }, - Vertex { position: (-3.1103, -1.69172, 0.0), - normal: (-0.99928, -0.037933, 0.0), }, - Vertex { position: (-3.120907, -1.707924, -0.431829), - normal: (0.074429, -0.99521, 0.063385), }, - Vertex { position: (-2.941731, -1.787431, -0.442574), - normal: (-0.073547, -0.481419, -0.8734), }, - Vertex { position: (-3.1103, -1.69172, 0.0), - normal: (-0.99928, -0.037933, 0.0), }, - Vertex { position: (-2.941731, -1.787431, -0.442574), - normal: (-0.073547, -0.481419, -0.8734), }, - Vertex { position: (-2.892162, -1.781087, 0.0), - normal: (0.0787, 0.996898, 0.0), }, - Vertex { position: (-3.583763, -0.052271, 0.0), - normal: (0.614301, 0.789071, -0.000581), }, - Vertex { position: (-3.570243, -0.060093, -0.344854), - normal: (-0.993498, 0.089934, -0.06981), }, - Vertex { position: (-3.616627, -0.350374, -0.338492), - normal: (-0.99574, -0.082547, -0.041071), }, - Vertex { position: (-3.583763, -0.052271, 0.0), - normal: (0.614301, 0.789071, -0.000581), }, - Vertex { position: (-3.616627, -0.350374, -0.338492), - normal: (-0.99574, -0.082547, -0.041071), }, - Vertex { position: (-3.637643, -0.356271, 0.0), - normal: (0.098463, -0.995141, 0.0), }, - Vertex { position: (-3.51684, 0.149002, -0.430359), - normal: (-0.923845, 0.18432, -0.335466), }, - Vertex { position: (-3.470778, -0.078218, -0.546398), - normal: (-0.908258, 0.139498, -0.394471), }, - Vertex { position: (-3.529709, -0.065998, -0.437217), - normal: (-0.951862, 0.098243, -0.290356), }, - Vertex { position: (-3.529709, -0.065998, -0.437217), - normal: (-0.951862, 0.098243, -0.290356), }, - Vertex { position: (-3.470778, -0.078218, -0.546398), - normal: (-0.908258, 0.139498, -0.394471), }, - Vertex { position: (-3.526766, -0.317542, -0.560837), - normal: (-0.985615, 0.064121, -0.156369), }, - Vertex { position: (-3.529709, -0.065998, -0.437217), - normal: (-0.951862, 0.098243, -0.290356), }, - Vertex { position: (-3.526766, -0.317542, -0.560837), - normal: (-0.985615, 0.064121, -0.156369), }, - Vertex { position: (-3.595973, -0.346391, -0.426453), - normal: (-0.950882, -0.075567, -0.300188), }, - Vertex { position: (-3.595973, -0.346391, -0.426453), - normal: (-0.950882, -0.075567, -0.300188), }, - Vertex { position: (-3.526766, -0.317542, -0.560837), - normal: (-0.985615, 0.064121, -0.156369), }, - Vertex { position: (-3.569993, -0.731989, -0.649435), - normal: (-0.982334, -0.04331, -0.182057), }, - Vertex { position: (-3.595973, -0.346391, -0.426453), - normal: (-0.950882, -0.075567, -0.300188), }, - Vertex { position: (-3.569993, -0.731989, -0.649435), - normal: (-0.982334, -0.04331, -0.182057), }, - Vertex { position: (-3.665774, -0.73408, -0.446286), - normal: (-0.896964, -0.287307, -0.336022), }, - Vertex { position: (-3.665774, -0.73408, -0.446286), - normal: (-0.896964, -0.287307, -0.336022), }, - Vertex { position: (-3.569993, -0.731989, -0.649435), - normal: (-0.982334, -0.04331, -0.182057), }, - Vertex { position: (-3.55012, -0.984868, -0.675228), - normal: (-0.995081, -0.092251, 0.036114), }, - Vertex { position: (-3.665774, -0.73408, -0.446286), - normal: (-0.896964, -0.287307, -0.336022), }, - Vertex { position: (-3.55012, -0.984868, -0.675228), - normal: (-0.995081, -0.092251, 0.036114), }, - Vertex { position: (-3.667859, -0.964867, -0.464702), - normal: (-0.815087, -0.388053, -0.430171), }, - Vertex { position: (-3.667859, -0.964867, -0.464702), - normal: (-0.815087, -0.388053, -0.430171), }, - Vertex { position: (-3.55012, -0.984868, -0.675228), - normal: (-0.995081, -0.092251, 0.036114), }, - Vertex { position: (-3.492599, -1.180646, -0.692282), - normal: (-0.938884, 0.007108, -0.344159), }, - Vertex { position: (-3.667859, -0.964867, -0.464702), - normal: (-0.815087, -0.388053, -0.430171), }, - Vertex { position: (-3.492599, -1.180646, -0.692282), - normal: (-0.938884, 0.007108, -0.344159), }, - Vertex { position: (-3.631179, -1.157838, -0.50561), - normal: (-0.98615, -0.150918, -0.068783), }, - Vertex { position: (-3.631179, -1.157838, -0.50561), - normal: (-0.98615, -0.150918, -0.068783), }, - Vertex { position: (-3.492599, -1.180646, -0.692282), - normal: (-0.938884, 0.007108, -0.344159), }, - Vertex { position: (-3.335942, -1.365685, -0.72459), - normal: (-0.782249, 0.198377, -0.590536), }, - Vertex { position: (-3.631179, -1.157838, -0.50561), - normal: (-0.98615, -0.150918, -0.068783), }, - Vertex { position: (-3.335942, -1.365685, -0.72459), - normal: (-0.782249, 0.198377, -0.590536), }, - Vertex { position: (-3.53391, -1.330455, -0.568246), - normal: (-0.581301, -0.608503, 0.540197), }, - Vertex { position: (-3.53391, -1.330455, -0.568246), - normal: (-0.581301, -0.608503, 0.540197), }, - Vertex { position: (-3.335942, -1.365685, -0.72459), - normal: (-0.782249, 0.198377, -0.590536), }, - Vertex { position: (-3.387254, -1.486027, -0.672861), - normal: (-0.354058, -0.732075, 0.581987), }, - Vertex { position: (-3.415655, -0.308965, -0.671045), - normal: (-0.743901, 0.102645, -0.66036), }, - Vertex { position: (-3.283698, -0.730967, -0.793898), - normal: (-0.984416, -0.175855, -0.000915), }, - Vertex { position: (-3.438226, -0.721479, -0.728141), - normal: (-0.681141, -0.040116, -0.731052), }, - Vertex { position: (-3.470778, -0.078218, -0.546398), - normal: (-0.908258, 0.139498, -0.394471), }, - Vertex { position: (-3.415655, -0.308965, -0.671045), - normal: (-0.743901, 0.102645, -0.66036), }, - Vertex { position: (-3.526766, -0.317542, -0.560837), - normal: (-0.985615, 0.064121, -0.156369), }, - Vertex { position: (-3.526766, -0.317542, -0.560837), - normal: (-0.985615, 0.064121, -0.156369), }, - Vertex { position: (-3.415655, -0.308965, -0.671045), - normal: (-0.743901, 0.102645, -0.66036), }, - Vertex { position: (-3.438226, -0.721479, -0.728141), - normal: (-0.681141, -0.040116, -0.731052), }, - Vertex { position: (-3.526766, -0.317542, -0.560837), - normal: (-0.985615, 0.064121, -0.156369), }, - Vertex { position: (-3.438226, -0.721479, -0.728141), - normal: (-0.681141, -0.040116, -0.731052), }, - Vertex { position: (-3.569993, -0.731989, -0.649435), - normal: (-0.982334, -0.04331, -0.182057), }, - Vertex { position: (-3.569993, -0.731989, -0.649435), - normal: (-0.982334, -0.04331, -0.182057), }, - Vertex { position: (-3.438226, -0.721479, -0.728141), - normal: (-0.681141, -0.040116, -0.731052), }, - Vertex { position: (-3.355398, -0.969157, -0.766213), - normal: (-0.605564, -0.17532, -0.776244), }, - Vertex { position: (-3.569993, -0.731989, -0.649435), - normal: (-0.982334, -0.04331, -0.182057), }, - Vertex { position: (-3.355398, -0.969157, -0.766213), - normal: (-0.605564, -0.17532, -0.776244), }, - Vertex { position: (-3.55012, -0.984868, -0.675228), - normal: (-0.995081, -0.092251, 0.036114), }, - Vertex { position: (-3.55012, -0.984868, -0.675228), - normal: (-0.995081, -0.092251, 0.036114), }, - Vertex { position: (-3.355398, -0.969157, -0.766213), - normal: (-0.605564, -0.17532, -0.776244), }, - Vertex { position: (-3.27979, -1.162072, -0.784602), - normal: (-0.823768, 0.005745, -0.566899), }, - Vertex { position: (-3.55012, -0.984868, -0.675228), - normal: (-0.995081, -0.092251, 0.036114), }, - Vertex { position: (-3.27979, -1.162072, -0.784602), - normal: (-0.823768, 0.005745, -0.566899), }, - Vertex { position: (-3.492599, -1.180646, -0.692282), - normal: (-0.938884, 0.007108, -0.344159), }, - Vertex { position: (-3.492599, -1.180646, -0.692282), - normal: (-0.938884, 0.007108, -0.344159), }, - Vertex { position: (-3.27979, -1.162072, -0.784602), - normal: (-0.823768, 0.005745, -0.566899), }, - Vertex { position: (-3.335942, -1.365685, -0.72459), - normal: (-0.782249, 0.198377, -0.590536), }, - Vertex { position: (-3.27979, -1.162072, -0.784602), - normal: (-0.823768, 0.005745, -0.566899), }, - Vertex { position: (-3.355398, -0.969157, -0.766213), - normal: (-0.605564, -0.17532, -0.776244), }, - Vertex { position: (-3.25121, -0.948205, -0.819868), - normal: (-0.838192, 0.000365, -0.545375), }, - Vertex { position: (-3.536654, 0.442277, -0.322), - normal: (-0.971344, 0.144305, -0.188856), }, - Vertex { position: (-3.544507, 0.467147, 0.0), - normal: (-0.57342, 0.819261, 0.0), }, - Vertex { position: (-3.566995, 0.656967, 0.0), - normal: (-0.989276, 0.146061, 0.0), }, - Vertex { position: (-3.536654, 0.442277, -0.322), - normal: (-0.971344, 0.144305, -0.188856), }, - Vertex { position: (-3.566995, 0.656967, 0.0), - normal: (-0.989276, 0.146061, 0.0), }, - Vertex { position: (-3.556552, 0.704883, -0.28063), - normal: (-0.472479, 0.093412, -0.876377), }, - Vertex { position: (-3.556552, 0.704883, -0.28063), - normal: (-0.472479, 0.093412, -0.876377), }, - Vertex { position: (-3.566995, 0.656967, 0.0), - normal: (-0.989276, 0.146061, 0.0), }, - Vertex { position: (-3.599077, 0.796217, 0.0), - normal: (-0.989171, 0.146765, 0.0), }, - Vertex { position: (-3.556552, 0.704883, -0.28063), - normal: (-0.472479, 0.093412, -0.876377), }, - Vertex { position: (-3.599077, 0.796217, 0.0), - normal: (-0.989171, 0.146765, 0.0), }, - Vertex { position: (-3.57817, 0.837714, -0.288502), - normal: (-0.43302, -0.02622, -0.901003), }, - Vertex { position: (-3.25121, -0.948205, -0.819868), - normal: (-0.838192, 0.000365, -0.545375), }, - Vertex { position: (-3.355398, -0.969157, -0.766213), - normal: (-0.605564, -0.17532, -0.776244), }, - Vertex { position: (-3.438226, -0.721479, -0.728141), - normal: (-0.681141, -0.040116, -0.731052), }, - Vertex { position: (-3.25121, -0.948205, -0.819868), - normal: (-0.838192, 0.000365, -0.545375), }, - Vertex { position: (-3.438226, -0.721479, -0.728141), - normal: (-0.681141, -0.040116, -0.731052), }, - Vertex { position: (-3.283698, -0.730967, -0.793898), - normal: (-0.984416, -0.175855, -0.000915), }, - Vertex { position: (-1.88316, -1.829718, -0.401567), - normal: (0.493535, -0.729115, -0.474147), }, - Vertex { position: (-1.933565, -1.993029, -0.438902), - normal: (0.728068, -0.191899, 0.658097), }, - Vertex { position: (-1.971059, -1.992958, -0.500845), - normal: (0.313565, -0.18353, 0.931662), }, - Vertex { position: (-1.88316, -1.829718, -0.401567), - normal: (0.493535, -0.729115, -0.474147), }, - Vertex { position: (-1.971059, -1.992958, -0.500845), - normal: (0.313565, -0.18353, 0.931662), }, - Vertex { position: (-1.936032, -1.829617, -0.488916), - normal: (0.04422, -0.704109, -0.708714), }, - Vertex { position: (-1.936032, -1.829617, -0.488916), - normal: (0.04422, -0.704109, -0.708714), }, - Vertex { position: (-1.971059, -1.992958, -0.500845), - normal: (0.313565, -0.18353, 0.931662), }, - Vertex { position: (-2.03574, -1.981182, -0.547873), - normal: (0.537835, -0.193789, 0.820475), }, - Vertex { position: (-1.936032, -1.829617, -0.488916), - normal: (0.04422, -0.704109, -0.708714), }, - Vertex { position: (-2.03574, -1.981182, -0.547873), - normal: (0.537835, -0.193789, 0.820475), }, - Vertex { position: (-2.027242, -1.813012, -0.555232), - normal: (0.083262, -0.787311, -0.610907), }, - Vertex { position: (-2.027242, -1.813012, -0.555232), - normal: (0.083262, -0.787311, -0.610907), }, - Vertex { position: (-2.03574, -1.981182, -0.547873), - normal: (0.537835, -0.193789, 0.820475), }, - Vertex { position: (-2.106039, -2.019111, -0.510759), - normal: (0.908243, -0.229695, -0.349765), }, - Vertex { position: (-2.027242, -1.813012, -0.555232), - normal: (0.083262, -0.787311, -0.610907), }, - Vertex { position: (-2.106039, -2.019111, -0.510759), - normal: (0.908243, -0.229695, -0.349765), }, - Vertex { position: (-2.126375, -1.866497, -0.502895), - normal: (0.170756, -0.748007, -0.641349), }, - Vertex { position: (-2.126375, -1.866497, -0.502895), - normal: (0.170756, -0.748007, -0.641349), }, - Vertex { position: (-2.106039, -2.019111, -0.510759), - normal: (0.908243, -0.229695, -0.349765), }, - Vertex { position: (-2.141621, -2.024301, -0.470257), - normal: (0.701057, -0.210559, -0.68131), }, - Vertex { position: (-2.126375, -1.866497, -0.502895), - normal: (0.170756, -0.748007, -0.641349), }, - Vertex { position: (-2.141621, -2.024301, -0.470257), - normal: (0.701057, -0.210559, -0.68131), }, - Vertex { position: (-2.176551, -1.873816, -0.445782), - normal: (0.64791, -0.754869, 0.101909), }, - Vertex { position: (-2.176551, -1.873816, -0.445782), - normal: (0.64791, -0.754869, 0.101909), }, - Vertex { position: (-2.141621, -2.024301, -0.470257), - normal: (0.701057, -0.210559, -0.68131), }, - Vertex { position: (-2.120746, -2.045137, -0.411171), - normal: (0.129519, -0.132707, -0.982656), }, - Vertex { position: (-2.176551, -1.873816, -0.445782), - normal: (0.64791, -0.754869, 0.101909), }, - Vertex { position: (-2.120746, -2.045137, -0.411171), - normal: (0.129519, -0.132707, -0.982656), }, - Vertex { position: (-2.147113, -1.903198, -0.362462), - normal: (-0.393694, -0.919049, 0.018795), }, - Vertex { position: (-2.147113, -1.903198, -0.362462), - normal: (-0.393694, -0.919049, 0.018795), }, - Vertex { position: (-2.120746, -2.045137, -0.411171), - normal: (0.129519, -0.132707, -0.982656), }, - Vertex { position: (-2.060902, -2.031698, -0.372079), - normal: (-0.276108, -0.088024, -0.957087), }, - Vertex { position: (-2.147113, -1.903198, -0.362462), - normal: (-0.393694, -0.919049, 0.018795), }, - Vertex { position: (-2.060902, -2.031698, -0.372079), - normal: (-0.276108, -0.088024, -0.957087), }, - Vertex { position: (-2.062725, -1.884246, -0.307336), - normal: (-0.327707, -0.94199, 0.072547), }, - Vertex { position: (-2.062725, -1.884246, -0.307336), - normal: (-0.327707, -0.94199, 0.072547), }, - Vertex { position: (-2.060902, -2.031698, -0.372079), - normal: (-0.276108, -0.088024, -0.957087), }, - Vertex { position: (-1.978344, -2.023535, -0.398257), - normal: (-0.40904, -0.077842, -0.90919), }, - Vertex { position: (-2.062725, -1.884246, -0.307336), - normal: (-0.327707, -0.94199, 0.072547), }, - Vertex { position: (-1.978344, -2.023535, -0.398257), - normal: (-0.40904, -0.077842, -0.90919), }, - Vertex { position: (-1.946306, -1.872735, -0.344251), - normal: (-0.163041, -0.980692, 0.107986), }, - Vertex { position: (-1.946306, -1.872735, -0.344251), - normal: (-0.163041, -0.980692, 0.107986), }, - Vertex { position: (-1.978344, -2.023535, -0.398257), - normal: (-0.40904, -0.077842, -0.90919), }, - Vertex { position: (-1.933565, -1.993029, -0.438902), - normal: (0.728068, -0.191899, 0.658097), }, - Vertex { position: (-1.946306, -1.872735, -0.344251), - normal: (-0.163041, -0.980692, 0.107986), }, - Vertex { position: (-1.933565, -1.993029, -0.438902), - normal: (0.728068, -0.191899, 0.658097), }, - Vertex { position: (-1.88316, -1.829718, -0.401567), - normal: (0.493535, -0.729115, -0.474147), }, - Vertex { position: (-2.446375, -1.893261, -0.49411), - normal: (0.183908, -0.773381, -0.606679), }, - Vertex { position: (-2.499138, -2.03809, -0.504529), - normal: (0.50178, 0.000639, 0.864995), }, - Vertex { position: (-2.513608, -2.012858, -0.558673), - normal: (0.300485, 0.019099, 0.953595), }, - Vertex { position: (-2.446375, -1.893261, -0.49411), - normal: (0.183908, -0.773381, -0.606679), }, - Vertex { position: (-2.513608, -2.012858, -0.558673), - normal: (0.300485, 0.019099, 0.953595), }, - Vertex { position: (-2.466779, -1.857679, -0.570461), - normal: (0.018755, -0.837462, -0.546174), }, - Vertex { position: (-2.466779, -1.857679, -0.570461), - normal: (0.018755, -0.837462, -0.546174), }, - Vertex { position: (-2.513608, -2.012858, -0.558673), - normal: (0.300485, 0.019099, 0.953595), }, - Vertex { position: (-2.571019, -1.995375, -0.58623), - normal: (0.678632, -0.017853, 0.734261), }, - Vertex { position: (-2.466779, -1.857679, -0.570461), - normal: (0.018755, -0.837462, -0.546174), }, - Vertex { position: (-2.571019, -1.995375, -0.58623), - normal: (0.678632, -0.017853, 0.734261), }, - Vertex { position: (-2.547737, -1.833025, -0.609321), - normal: (-0.094688, -0.959937, -0.263734), }, - Vertex { position: (-2.547737, -1.833025, -0.609321), - normal: (-0.094688, -0.959937, -0.263734), }, - Vertex { position: (-2.571019, -1.995375, -0.58623), - normal: (0.678632, -0.017853, 0.734261), }, - Vertex { position: (-2.641567, -2.003164, -0.575611), - normal: (0.687126, -0.68509, -0.241887), }, - Vertex { position: (-2.547737, -1.833025, -0.609321), - normal: (-0.094688, -0.959937, -0.263734), }, - Vertex { position: (-2.641567, -2.003164, -0.575611), - normal: (0.687126, -0.68509, -0.241887), }, - Vertex { position: (-2.64722, -1.84401, -0.594347), - normal: (0.059023, -0.965365, -0.25414), }, - Vertex { position: (-2.64722, -1.84401, -0.594347), - normal: (0.059023, -0.965365, -0.25414), }, - Vertex { position: (-2.641567, -2.003164, -0.575611), - normal: (0.687126, -0.68509, -0.241887), }, - Vertex { position: (-2.678971, -2.007694, -0.558395), - normal: (0.260319, -0.908993, 0.325523), }, - Vertex { position: (-2.64722, -1.84401, -0.594347), - normal: (0.059023, -0.965365, -0.25414), }, - Vertex { position: (-2.678971, -2.007694, -0.558395), - normal: (0.260319, -0.908993, 0.325523), }, - Vertex { position: (-2.699966, -1.850397, -0.57007), - normal: (0.49176, -0.810764, -0.317543), }, - Vertex { position: (-2.699966, -1.850397, -0.57007), - normal: (0.49176, -0.810764, -0.317543), }, - Vertex { position: (-2.678971, -2.007694, -0.558395), - normal: (0.260319, -0.908993, 0.325523), }, - Vertex { position: (-2.685663, -2.028649, -0.514928), - normal: (-0.148191, -0.901516, 0.40658), }, - Vertex { position: (-2.699966, -1.850397, -0.57007), - normal: (0.49176, -0.810764, -0.317543), }, - Vertex { position: (-2.685663, -2.028649, -0.514928), - normal: (-0.148191, -0.901516, 0.40658), }, - Vertex { position: (-2.709403, -1.879947, -0.508775), - normal: (0.099157, -0.476834, -0.873383), }, - Vertex { position: (-2.709403, -1.879947, -0.508775), - normal: (0.099157, -0.476834, -0.873383), }, - Vertex { position: (-2.685663, -2.028649, -0.514928), - normal: (-0.148191, -0.901516, 0.40658), }, - Vertex { position: (-2.667969, -2.036634, -0.471396), - normal: (-0.443612, -0.876487, 0.187028), }, - Vertex { position: (-2.709403, -1.879947, -0.508775), - normal: (0.099157, -0.476834, -0.873383), }, - Vertex { position: (-2.667969, -2.036634, -0.471396), - normal: (-0.443612, -0.876487, 0.187028), }, - Vertex { position: (-2.684452, -1.891207, -0.447388), - normal: (-0.147229, -0.706225, -0.69251), }, - Vertex { position: (-2.684452, -1.891207, -0.447388), - normal: (-0.147229, -0.706225, -0.69251), }, - Vertex { position: (-2.667969, -2.036634, -0.471396), - normal: (-0.443612, -0.876487, 0.187028), }, - Vertex { position: (-2.618068, -2.046419, -0.441284), - normal: (-0.508388, -0.837291, -0.20121), }, - Vertex { position: (-2.684452, -1.891207, -0.447388), - normal: (-0.147229, -0.706225, -0.69251), }, - Vertex { position: (-2.618068, -2.046419, -0.441284), - normal: (-0.508388, -0.837291, -0.20121), }, - Vertex { position: (-2.614084, -1.905005, -0.404925), - normal: (0.328486, -0.940918, 0.082286), }, - Vertex { position: (-2.614084, -1.905005, -0.404925), - normal: (0.328486, -0.940918, 0.082286), }, - Vertex { position: (-2.618068, -2.046419, -0.441284), - normal: (-0.508388, -0.837291, -0.20121), }, - Vertex { position: (-2.539874, -2.049824, -0.460098), - normal: (-0.409829, -0.525605, -0.745506), }, - Vertex { position: (-2.614084, -1.905005, -0.404925), - normal: (0.328486, -0.940918, 0.082286), }, - Vertex { position: (-2.539874, -2.049824, -0.460098), - normal: (-0.409829, -0.525605, -0.745506), }, - Vertex { position: (-2.503818, -1.909806, -0.431456), - normal: (-0.319475, -0.944225, -0.079844), }, - Vertex { position: (-2.503818, -1.909806, -0.431456), - normal: (-0.319475, -0.944225, -0.079844), }, - Vertex { position: (-2.539874, -2.049824, -0.460098), - normal: (-0.409829, -0.525605, -0.745506), }, - Vertex { position: (-2.499138, -2.03809, -0.504529), - normal: (0.50178, 0.000639, 0.864995), }, - Vertex { position: (-2.503818, -1.909806, -0.431456), - normal: (-0.319475, -0.944225, -0.079844), }, - Vertex { position: (-2.499138, -2.03809, -0.504529), - normal: (0.50178, 0.000639, 0.864995), }, - Vertex { position: (-2.446375, -1.893261, -0.49411), - normal: (0.183908, -0.773381, -0.606679), }, - Vertex { position: (-2.060902, -2.031698, -0.372079), - normal: (-0.276108, -0.088024, -0.957087), }, - Vertex { position: (-2.065655, -2.124623, -0.36872), - normal: (0.10009, -0.380026, -0.919545), }, - Vertex { position: (-1.985123, -2.116661, -0.394256), - normal: (-0.227573, -0.361149, -0.904313), }, - Vertex { position: (-2.060902, -2.031698, -0.372079), - normal: (-0.276108, -0.088024, -0.957087), }, - Vertex { position: (-1.985123, -2.116661, -0.394256), - normal: (-0.227573, -0.361149, -0.904313), }, - Vertex { position: (-1.978344, -2.023535, -0.398257), - normal: (-0.40904, -0.077842, -0.90919), }, - Vertex { position: (-2.120746, -2.045137, -0.411171), - normal: (0.129519, -0.132707, -0.982656), }, - Vertex { position: (-2.12403, -2.137733, -0.406853), - normal: (0.547733, -0.470267, -0.691981), }, - Vertex { position: (-2.065655, -2.124623, -0.36872), - normal: (0.10009, -0.380026, -0.919545), }, - Vertex { position: (-2.120746, -2.045137, -0.411171), - normal: (0.129519, -0.132707, -0.982656), }, - Vertex { position: (-2.065655, -2.124623, -0.36872), - normal: (0.10009, -0.380026, -0.919545), }, - Vertex { position: (-2.060902, -2.031698, -0.372079), - normal: (-0.276108, -0.088024, -0.957087), }, - Vertex { position: (-2.141621, -2.024301, -0.470257), - normal: (0.701057, -0.210559, -0.68131), }, - Vertex { position: (-2.144393, -2.117408, -0.464489), - normal: (-0.071182, -0.950841, -0.301389), }, - Vertex { position: (-2.12403, -2.137733, -0.406853), - normal: (0.547733, -0.470267, -0.691981), }, - Vertex { position: (-2.141621, -2.024301, -0.470257), - normal: (0.701057, -0.210559, -0.68131), }, - Vertex { position: (-2.12403, -2.137733, -0.406853), - normal: (0.547733, -0.470267, -0.691981), }, - Vertex { position: (-2.120746, -2.045137, -0.411171), - normal: (0.129519, -0.132707, -0.982656), }, - Vertex { position: (-2.106039, -2.019111, -0.510759), - normal: (0.908243, -0.229695, -0.349765), }, - Vertex { position: (-2.109684, -2.112345, -0.503997), - normal: (0.216748, 0.039315, -0.975436), }, - Vertex { position: (-2.144393, -2.117408, -0.464489), - normal: (-0.071182, -0.950841, -0.301389), }, - Vertex { position: (-2.106039, -2.019111, -0.510759), - normal: (0.908243, -0.229695, -0.349765), }, - Vertex { position: (-2.144393, -2.117408, -0.464489), - normal: (-0.071182, -0.950841, -0.301389), }, - Vertex { position: (-2.141621, -2.024301, -0.470257), - normal: (0.701057, -0.210559, -0.68131), }, - Vertex { position: (-2.03574, -1.981182, -0.547873), - normal: (0.537835, -0.193789, 0.820475), }, - Vertex { position: (-2.04111, -2.075348, -0.540201), - normal: (0.555949, 0.246865, -0.793712), }, - Vertex { position: (-2.109684, -2.112345, -0.503997), - normal: (0.216748, 0.039315, -0.975436), }, - Vertex { position: (-2.03574, -1.981182, -0.547873), - normal: (0.537835, -0.193789, 0.820475), }, - Vertex { position: (-2.109684, -2.112345, -0.503997), - normal: (0.216748, 0.039315, -0.975436), }, - Vertex { position: (-2.106039, -2.019111, -0.510759), - normal: (0.908243, -0.229695, -0.349765), }, - Vertex { position: (-1.971059, -1.992958, -0.500845), - normal: (0.313565, -0.18353, 0.931662), }, - Vertex { position: (-1.978016, -2.086834, -0.494327), - normal: (0.768311, 0.202351, -0.60725), }, - Vertex { position: (-2.04111, -2.075348, -0.540201), - normal: (0.555949, 0.246865, -0.793712), }, - Vertex { position: (-1.971059, -1.992958, -0.500845), - normal: (0.313565, -0.18353, 0.931662), }, - Vertex { position: (-2.04111, -2.075348, -0.540201), - normal: (0.555949, 0.246865, -0.793712), }, - Vertex { position: (-2.03574, -1.981182, -0.547873), - normal: (0.537835, -0.193789, 0.820475), }, - Vertex { position: (-1.933565, -1.993029, -0.438902), - normal: (0.728068, -0.191899, 0.658097), }, - Vertex { position: (-1.941442, -2.086904, -0.433904), - normal: (0.833232, 0.046883, -0.550932), }, - Vertex { position: (-1.978016, -2.086834, -0.494327), - normal: (0.768311, 0.202351, -0.60725), }, - Vertex { position: (-1.933565, -1.993029, -0.438902), - normal: (0.728068, -0.191899, 0.658097), }, - Vertex { position: (-1.978016, -2.086834, -0.494327), - normal: (0.768311, 0.202351, -0.60725), }, - Vertex { position: (-1.971059, -1.992958, -0.500845), - normal: (0.313565, -0.18353, 0.931662), }, - Vertex { position: (-1.978344, -2.023535, -0.398257), - normal: (-0.40904, -0.077842, -0.90919), }, - Vertex { position: (-1.985123, -2.116661, -0.394256), - normal: (-0.227573, -0.361149, -0.904313), }, - Vertex { position: (-1.941442, -2.086904, -0.433904), - normal: (0.833232, 0.046883, -0.550932), }, - Vertex { position: (-1.978344, -2.023535, -0.398257), - normal: (-0.40904, -0.077842, -0.90919), }, - Vertex { position: (-1.941442, -2.086904, -0.433904), - normal: (0.833232, 0.046883, -0.550932), }, - Vertex { position: (-1.933565, -1.993029, -0.438902), - normal: (0.728068, -0.191899, 0.658097), }, - Vertex { position: (-2.539874, -2.049824, -0.460098), - normal: (-0.409829, -0.525605, -0.745506), }, - Vertex { position: (-2.552923, -2.142304, -0.454579), - normal: (0.213243, -0.278119, -0.936578), }, - Vertex { position: (-2.513187, -2.130859, -0.49792), - normal: (0.587809, -0.328911, -0.73912), }, - Vertex { position: (-2.539874, -2.049824, -0.460098), - normal: (-0.409829, -0.525605, -0.745506), }, - Vertex { position: (-2.513187, -2.130859, -0.49792), - normal: (0.587809, -0.328911, -0.73912), }, - Vertex { position: (-2.499138, -2.03809, -0.504529), - normal: (0.50178, 0.000639, 0.864995), }, - Vertex { position: (-2.618068, -2.046419, -0.441284), - normal: (-0.508388, -0.837291, -0.20121), }, - Vertex { position: (-2.629199, -2.138983, -0.436227), - normal: (0.794828, 0.083381, -0.601079), }, - Vertex { position: (-2.552923, -2.142304, -0.454579), - normal: (0.213243, -0.278119, -0.936578), }, - Vertex { position: (-2.618068, -2.046419, -0.441284), - normal: (-0.508388, -0.837291, -0.20121), }, - Vertex { position: (-2.552923, -2.142304, -0.454579), - normal: (0.213243, -0.278119, -0.936578), }, - Vertex { position: (-2.539874, -2.049824, -0.460098), - normal: (-0.409829, -0.525605, -0.745506), }, - Vertex { position: (-2.667969, -2.036634, -0.471396), - normal: (-0.443612, -0.876487, 0.187028), }, - Vertex { position: (-2.677875, -2.129439, -0.4656), - normal: (0.873201, -0.04546, -0.485236), }, - Vertex { position: (-2.629199, -2.138983, -0.436227), - normal: (0.794828, 0.083381, -0.601079), }, - Vertex { position: (-2.667969, -2.036634, -0.471396), - normal: (-0.443612, -0.876487, 0.187028), }, - Vertex { position: (-2.629199, -2.138983, -0.436227), - normal: (0.794828, 0.083381, -0.601079), }, - Vertex { position: (-2.618068, -2.046419, -0.441284), - normal: (-0.508388, -0.837291, -0.20121), }, - Vertex { position: (-2.685663, -2.028649, -0.514928), - normal: (-0.148191, -0.901516, 0.40658), }, - Vertex { position: (-2.695135, -2.12165, -0.508064), - normal: (0.829377, -0.173624, -0.531026), }, - Vertex { position: (-2.677875, -2.129439, -0.4656), - normal: (0.873201, -0.04546, -0.485236), }, - Vertex { position: (-2.685663, -2.028649, -0.514928), - normal: (-0.148191, -0.901516, 0.40658), }, - Vertex { position: (-2.677875, -2.129439, -0.4656), - normal: (0.873201, -0.04546, -0.485236), }, - Vertex { position: (-2.667969, -2.036634, -0.471396), - normal: (-0.443612, -0.876487, 0.187028), }, - Vertex { position: (-2.678971, -2.007694, -0.558395), - normal: (0.260319, -0.908993, 0.325523), }, - Vertex { position: (-2.688607, -2.101208, -0.550465), - normal: (0.506864, -0.193035, -0.840135), }, - Vertex { position: (-2.695135, -2.12165, -0.508064), - normal: (0.829377, -0.173624, -0.531026), }, - Vertex { position: (-2.678971, -2.007694, -0.558395), - normal: (0.260319, -0.908993, 0.325523), }, - Vertex { position: (-2.695135, -2.12165, -0.508064), - normal: (0.829377, -0.173624, -0.531026), }, - Vertex { position: (-2.685663, -2.028649, -0.514928), - normal: (-0.148191, -0.901516, 0.40658), }, - Vertex { position: (-2.641567, -2.003164, -0.575611), - normal: (0.687126, -0.68509, -0.241887), }, - Vertex { position: (-2.65212, -2.09679, -0.567258), - normal: (0.166377, -0.157108, -0.973466), }, - Vertex { position: (-2.688607, -2.101208, -0.550465), - normal: (0.506864, -0.193035, -0.840135), }, - Vertex { position: (-2.641567, -2.003164, -0.575611), - normal: (0.687126, -0.68509, -0.241887), }, - Vertex { position: (-2.688607, -2.101208, -0.550465), - normal: (0.506864, -0.193035, -0.840135), }, - Vertex { position: (-2.678971, -2.007694, -0.558395), - normal: (0.260319, -0.908993, 0.325523), }, - Vertex { position: (-2.571019, -1.995375, -0.58623), - normal: (0.678632, -0.017853, 0.734261), }, - Vertex { position: (-2.583303, -2.089191, -0.577616), - normal: (0.054863, -0.132815, -0.989621), }, - Vertex { position: (-2.65212, -2.09679, -0.567258), - normal: (0.166377, -0.157108, -0.973466), }, - Vertex { position: (-2.571019, -1.995375, -0.58623), - normal: (0.678632, -0.017853, 0.734261), }, - Vertex { position: (-2.65212, -2.09679, -0.567258), - normal: (0.166377, -0.157108, -0.973466), }, - Vertex { position: (-2.641567, -2.003164, -0.575611), - normal: (0.687126, -0.68509, -0.241887), }, - Vertex { position: (-2.513608, -2.012858, -0.558673), - normal: (0.300485, 0.019099, 0.953595), }, - Vertex { position: (-2.527301, -2.106246, -0.550735), - normal: (0.238844, 0.101951, -0.965691), }, - Vertex { position: (-2.583303, -2.089191, -0.577616), - normal: (0.054863, -0.132815, -0.989621), }, - Vertex { position: (-2.513608, -2.012858, -0.558673), - normal: (0.300485, 0.019099, 0.953595), }, - Vertex { position: (-2.583303, -2.089191, -0.577616), - normal: (0.054863, -0.132815, -0.989621), }, - Vertex { position: (-2.571019, -1.995375, -0.58623), - normal: (0.678632, -0.017853, 0.734261), }, - Vertex { position: (-2.499138, -2.03809, -0.504529), - normal: (0.50178, 0.000639, 0.864995), }, - Vertex { position: (-2.513187, -2.130859, -0.49792), - normal: (0.587809, -0.328911, -0.73912), }, - Vertex { position: (-2.527301, -2.106246, -0.550735), - normal: (0.238844, 0.101951, -0.965691), }, - Vertex { position: (-2.499138, -2.03809, -0.504529), - normal: (0.50178, 0.000639, 0.864995), }, - Vertex { position: (-2.527301, -2.106246, -0.550735), - normal: (0.238844, 0.101951, -0.965691), }, - Vertex { position: (-2.513608, -2.012858, -0.558673), - normal: (0.300485, 0.019099, 0.953595), }, - Vertex { position: (-1.978016, -2.086834, -0.494327), - normal: (0.768311, 0.202351, -0.60725), }, - Vertex { position: (-1.941442, -2.086904, -0.433904), - normal: (0.833232, 0.046883, -0.550932), }, - Vertex { position: (-2.048681, -2.165282, -0.450843), - normal: (0.604307, 0.204357, -0.770098), }, - Vertex { position: (-2.04111, -2.075348, -0.540201), - normal: (0.555949, 0.246865, -0.793712), }, - Vertex { position: (-1.978016, -2.086834, -0.494327), - normal: (0.768311, 0.202351, -0.60725), }, - Vertex { position: (-2.048681, -2.165282, -0.450843), - normal: (0.604307, 0.204357, -0.770098), }, - Vertex { position: (-2.109684, -2.112345, -0.503997), - normal: (0.216748, 0.039315, -0.975436), }, - Vertex { position: (-2.04111, -2.075348, -0.540201), - normal: (0.555949, 0.246865, -0.793712), }, - Vertex { position: (-2.048681, -2.165282, -0.450843), - normal: (0.604307, 0.204357, -0.770098), }, - Vertex { position: (-2.144393, -2.117408, -0.464489), - normal: (-0.071182, -0.950841, -0.301389), }, - Vertex { position: (-2.109684, -2.112345, -0.503997), - normal: (0.216748, 0.039315, -0.975436), }, - Vertex { position: (-2.048681, -2.165282, -0.450843), - normal: (0.604307, 0.204357, -0.770098), }, - Vertex { position: (-2.12403, -2.137733, -0.406853), - normal: (0.547733, -0.470267, -0.691981), }, - Vertex { position: (-2.144393, -2.117408, -0.464489), - normal: (-0.071182, -0.950841, -0.301389), }, - Vertex { position: (-2.048681, -2.165282, -0.450843), - normal: (0.604307, 0.204357, -0.770098), }, - Vertex { position: (-2.065655, -2.124623, -0.36872), - normal: (0.10009, -0.380026, -0.919545), }, - Vertex { position: (-2.12403, -2.137733, -0.406853), - normal: (0.547733, -0.470267, -0.691981), }, - Vertex { position: (-2.048681, -2.165282, -0.450843), - normal: (0.604307, 0.204357, -0.770098), }, - Vertex { position: (-1.985123, -2.116661, -0.394256), - normal: (-0.227573, -0.361149, -0.904313), }, - Vertex { position: (-2.065655, -2.124623, -0.36872), - normal: (0.10009, -0.380026, -0.919545), }, - Vertex { position: (-2.048681, -2.165282, -0.450843), - normal: (0.604307, 0.204357, -0.770098), }, - Vertex { position: (-1.941442, -2.086904, -0.433904), - normal: (0.833232, 0.046883, -0.550932), }, - Vertex { position: (-1.985123, -2.116661, -0.394256), - normal: (-0.227573, -0.361149, -0.904313), }, - Vertex { position: (-2.048681, -2.165282, -0.450843), - normal: (0.604307, 0.204357, -0.770098), }, - Vertex { position: (-2.527301, -2.106246, -0.550735), - normal: (0.238844, 0.101951, -0.965691), }, - Vertex { position: (-2.513187, -2.130859, -0.49792), - normal: (0.587809, -0.328911, -0.73912), }, - Vertex { position: (-2.603284, -2.176802, -0.510638), - normal: (0.02054, -0.128179, -0.991538), }, - Vertex { position: (-2.583303, -2.089191, -0.577616), - normal: (0.054863, -0.132815, -0.989621), }, - Vertex { position: (-2.527301, -2.106246, -0.550735), - normal: (0.238844, 0.101951, -0.965691), }, - Vertex { position: (-2.603284, -2.176802, -0.510638), - normal: (0.02054, -0.128179, -0.991538), }, - Vertex { position: (-2.65212, -2.09679, -0.567258), - normal: (0.166377, -0.157108, -0.973466), }, - Vertex { position: (-2.583303, -2.089191, -0.577616), - normal: (0.054863, -0.132815, -0.989621), }, - Vertex { position: (-2.603284, -2.176802, -0.510638), - normal: (0.02054, -0.128179, -0.991538), }, - Vertex { position: (-2.688607, -2.101208, -0.550465), - normal: (0.506864, -0.193035, -0.840135), }, - Vertex { position: (-2.65212, -2.09679, -0.567258), - normal: (0.166377, -0.157108, -0.973466), }, - Vertex { position: (-2.603284, -2.176802, -0.510638), - normal: (0.02054, -0.128179, -0.991538), }, - Vertex { position: (-2.695135, -2.12165, -0.508064), - normal: (0.829377, -0.173624, -0.531026), }, - Vertex { position: (-2.688607, -2.101208, -0.550465), - normal: (0.506864, -0.193035, -0.840135), }, - Vertex { position: (-2.603284, -2.176802, -0.510638), - normal: (0.02054, -0.128179, -0.991538), }, - Vertex { position: (-2.677875, -2.129439, -0.4656), - normal: (0.873201, -0.04546, -0.485236), }, - Vertex { position: (-2.695135, -2.12165, -0.508064), - normal: (0.829377, -0.173624, -0.531026), }, - Vertex { position: (-2.603284, -2.176802, -0.510638), - normal: (0.02054, -0.128179, -0.991538), }, - Vertex { position: (-2.629199, -2.138983, -0.436227), - normal: (0.794828, 0.083381, -0.601079), }, - Vertex { position: (-2.677875, -2.129439, -0.4656), - normal: (0.873201, -0.04546, -0.485236), }, - Vertex { position: (-2.603284, -2.176802, -0.510638), - normal: (0.02054, -0.128179, -0.991538), }, - Vertex { position: (-2.552923, -2.142304, -0.454579), - normal: (0.213243, -0.278119, -0.936578), }, - Vertex { position: (-2.629199, -2.138983, -0.436227), - normal: (0.794828, 0.083381, -0.601079), }, - Vertex { position: (-2.603284, -2.176802, -0.510638), - normal: (0.02054, -0.128179, -0.991538), }, - Vertex { position: (-2.513187, -2.130859, -0.49792), - normal: (0.587809, -0.328911, -0.73912), }, - Vertex { position: (-2.552923, -2.142304, -0.454579), - normal: (0.213243, -0.278119, -0.936578), }, - Vertex { position: (-2.603284, -2.176802, -0.510638), - normal: (0.02054, -0.128179, -0.991538), }, - Vertex { position: (-3.139394, -1.687482, -0.638546), - normal: (-0.012978, -0.998326, 0.056357), }, - Vertex { position: (-3.008323, -1.759271, -0.655672), - normal: (0.579344, -0.339433, 0.741044), }, - Vertex { position: (-2.941731, -1.787431, -0.442574), - normal: (-0.073547, -0.481419, -0.8734), }, - Vertex { position: (-3.139394, -1.687482, -0.638546), - normal: (-0.012978, -0.998326, 0.056357), }, - Vertex { position: (-2.941731, -1.787431, -0.442574), - normal: (-0.073547, -0.481419, -0.8734), }, - Vertex { position: (-3.120907, -1.707924, -0.431829), - normal: (0.074429, -0.99521, 0.063385), }, - Vertex { position: (-3.008323, -1.759271, -0.655672), - normal: (0.579344, -0.339433, 0.741044), }, - Vertex { position: (-2.709403, -1.879947, -0.508775), - normal: (0.099157, -0.476834, -0.873383), }, - Vertex { position: (-2.941731, -1.787431, -0.442574), - normal: (-0.073547, -0.481419, -0.8734), }, - Vertex { position: (-3.008323, -1.759271, -0.655672), - normal: (0.579344, -0.339433, 0.741044), }, - Vertex { position: (-2.811581, -1.79821, -0.712737), - normal: (0.43907, -0.579988, -0.686171), }, - Vertex { position: (-2.699966, -1.850397, -0.57007), - normal: (0.49176, -0.810764, -0.317543), }, - Vertex { position: (-3.008323, -1.759271, -0.655672), - normal: (0.579344, -0.339433, 0.741044), }, - Vertex { position: (-2.699966, -1.850397, -0.57007), - normal: (0.49176, -0.810764, -0.317543), }, - Vertex { position: (-2.709403, -1.879947, -0.508775), - normal: (0.099157, -0.476834, -0.873383), }, - Vertex { position: (-2.306662, -1.116976, 0.961238), - normal: (-0.822733, 0.223687, 0.522565), }, - Vertex { position: (-2.119856, -1.1288, 0.97096), - normal: (-0.950882, -0.075567, 0.300188), }, - Vertex { position: (-2.033406, -0.91003, 0.96422), - normal: (-0.619245, -0.050391, 0.783579), }, - Vertex { position: (-2.031698, -1.097344, 0.966701), - normal: (-0.993498, 0.089934, 0.06981), }, - Vertex { position: (-2.033406, -0.91003, 0.96422), - normal: (-0.619245, -0.050391, 0.783579), }, - Vertex { position: (-2.119856, -1.1288, 0.97096), - normal: (-0.950882, -0.075567, 0.300188), }, - Vertex { position: (-1.782298, -1.020581, 0.943381), - normal: (-0.379807, -0.084066, 0.921238), }, - Vertex { position: (-2.033406, -0.91003, 0.96422), - normal: (-0.619245, -0.050391, 0.783579), }, - Vertex { position: (-2.031698, -1.097344, 0.966701), - normal: (-0.993498, 0.089934, 0.06981), }, - Vertex { position: (-2.337617, -1.334842, 0.966761), - normal: (-0.9775, 0.159844, 0.137638), }, - Vertex { position: (-2.306662, -1.116976, 0.961238), - normal: (-0.822733, 0.223687, 0.522565), }, - Vertex { position: (-2.462835, -1.3055, 0.966395), - normal: (-0.951862, 0.098243, 0.290356), }, - Vertex { position: (-2.161843, -1.325837, 0.957465), - normal: (-0.923845, 0.18432, 0.335466), }, - Vertex { position: (-2.119856, -1.1288, 0.97096), - normal: (-0.950882, -0.075567, 0.300188), }, - Vertex { position: (-2.306662, -1.116976, 0.961238), - normal: (-0.822733, 0.223687, 0.522565), }, - Vertex { position: (-2.161843, -1.325837, 0.957465), - normal: (-0.923845, 0.18432, 0.335466), }, - Vertex { position: (-2.306662, -1.116976, 0.961238), - normal: (-0.822733, 0.223687, 0.522565), }, - Vertex { position: (-2.337617, -1.334842, 0.966761), - normal: (-0.9775, 0.159844, 0.137638), }, - Vertex { position: (-2.042059, -1.312976, 0.940911), - normal: (-0.971344, 0.144305, 0.188856), }, - Vertex { position: (-2.031698, -1.097344, 0.966701), - normal: (-0.993498, 0.089934, 0.06981), }, - Vertex { position: (-2.119856, -1.1288, 0.97096), - normal: (-0.950882, -0.075567, 0.300188), }, - Vertex { position: (-2.042059, -1.312976, 0.940911), - normal: (-0.971344, 0.144305, 0.188856), }, - Vertex { position: (-2.119856, -1.1288, 0.97096), - normal: (-0.950882, -0.075567, 0.300188), }, - Vertex { position: (-2.161843, -1.325837, 0.957465), - normal: (-0.923845, 0.18432, 0.335466), }, - Vertex { position: (-1.776785, -1.275107, 0.914703), - normal: (-0.908258, 0.139498, 0.394471), }, - Vertex { position: (-1.782298, -1.020581, 0.943381), - normal: (-0.379807, -0.084066, 0.921238), }, - Vertex { position: (-2.031698, -1.097344, 0.966701), - normal: (-0.993498, 0.089934, 0.06981), }, - Vertex { position: (-1.776785, -1.275107, 0.914703), - normal: (-0.908258, 0.139498, 0.394471), }, - Vertex { position: (-2.031698, -1.097344, 0.966701), - normal: (-0.993498, 0.089934, 0.06981), }, - Vertex { position: (-2.042059, -1.312976, 0.940911), - normal: (-0.971344, 0.144305, 0.188856), }, - Vertex { position: (-1.709172, -1.283232, 0.897427), - normal: (-0.985615, 0.064121, 0.156369), }, - Vertex { position: (-1.782298, -1.020581, 0.943381), - normal: (-0.379807, -0.084066, 0.921238), }, - Vertex { position: (-1.776785, -1.275107, 0.914703), - normal: (-0.908258, 0.139498, 0.394471), }, - Vertex { position: (-1.456655, -1.295527, 0.89424), - normal: (-0.982334, -0.04331, 0.182057), }, - Vertex { position: (-1.782298, -1.020581, 0.943381), - normal: (-0.379807, -0.084066, 0.921238), }, - Vertex { position: (-1.709172, -1.283232, 0.897427), - normal: (-0.985615, 0.064121, 0.156369), }, - Vertex { position: (-2.417777, -1.553136, 0.887222), - normal: (-0.938884, 0.007108, 0.344159), }, - Vertex { position: (-2.337617, -1.334842, 0.966761), - normal: (-0.9775, 0.159844, 0.137638), }, - Vertex { position: (-2.462835, -1.3055, 0.966395), - normal: (-0.951862, 0.098243, 0.290356), }, - Vertex { position: (-2.417777, -1.553136, 0.887222), - normal: (-0.938884, 0.007108, 0.344159), }, - Vertex { position: (-2.462835, -1.3055, 0.966395), - normal: (-0.951862, 0.098243, 0.290356), }, - Vertex { position: (-2.591357, -1.510845, 0.88547), - normal: (-0.995081, -0.092251, -0.036114), }, - Vertex { position: (-2.223917, -1.541268, 0.87926), - normal: (-0.782249, 0.198377, 0.590536), }, - Vertex { position: (-2.161843, -1.325837, 0.957465), - normal: (-0.923845, 0.18432, 0.335466), }, - Vertex { position: (-2.337617, -1.334842, 0.966761), - normal: (-0.9775, 0.159844, 0.137638), }, - Vertex { position: (-2.223917, -1.541268, 0.87926), - normal: (-0.782249, 0.198377, 0.590536), }, - Vertex { position: (-2.337617, -1.334842, 0.966761), - normal: (-0.9775, 0.159844, 0.137638), }, - Vertex { position: (-2.417777, -1.553136, 0.887222), - normal: (-0.938884, 0.007108, 0.344159), }, - Vertex { position: (-2.049879, -1.562369, 0.829319), - normal: (-0.743901, 0.102645, 0.66036), }, - Vertex { position: (-2.042059, -1.312976, 0.940911), - normal: (-0.971344, 0.144305, 0.188856), }, - Vertex { position: (-2.161843, -1.325837, 0.957465), - normal: (-0.923845, 0.18432, 0.335466), }, - Vertex { position: (-2.049879, -1.562369, 0.829319), - normal: (-0.743901, 0.102645, 0.66036), }, - Vertex { position: (-2.161843, -1.325837, 0.957465), - normal: (-0.923845, 0.18432, 0.335466), }, - Vertex { position: (-2.223917, -1.541268, 0.87926), - normal: (-0.782249, 0.198377, 0.590536), }, - Vertex { position: (-1.778934, -1.550199, 0.776454), - normal: (-0.605564, -0.17532, 0.776244), }, - Vertex { position: (-1.777628, -1.473076, 0.845827), - normal: (-0.681141, -0.040116, 0.731052), }, - Vertex { position: (-2.042059, -1.312976, 0.940911), - normal: (-0.971344, 0.144305, 0.188856), }, - Vertex { position: (-1.778934, -1.550199, 0.776454), - normal: (-0.605564, -0.17532, 0.776244), }, - Vertex { position: (-2.042059, -1.312976, 0.940911), - normal: (-0.971344, 0.144305, 0.188856), }, - Vertex { position: (-2.049879, -1.562369, 0.829319), - normal: (-0.743901, 0.102645, 0.66036), }, - Vertex { position: (-1.776785, -1.275107, 0.914703), - normal: (-0.908258, 0.139498, 0.394471), }, - Vertex { position: (-2.042059, -1.312976, 0.940911), - normal: (-0.971344, 0.144305, 0.188856), }, - Vertex { position: (-1.777628, -1.473076, 0.845827), - normal: (-0.681141, -0.040116, 0.731052), }, - Vertex { position: (-1.686329, -1.414405, 0.869373), - normal: (-0.823768, 0.005745, 0.566899), }, - Vertex { position: (-1.709172, -1.283232, 0.897427), - normal: (-0.985615, 0.064121, 0.156369), }, - Vertex { position: (-1.776785, -1.275107, 0.914703), - normal: (-0.908258, 0.139498, 0.394471), }, - Vertex { position: (-1.686329, -1.414405, 0.869373), - normal: (-0.823768, 0.005745, 0.566899), }, - Vertex { position: (-1.776785, -1.275107, 0.914703), - normal: (-0.908258, 0.139498, 0.394471), }, - Vertex { position: (-1.777628, -1.473076, 0.845827), - normal: (-0.681141, -0.040116, 0.731052), }, - Vertex { position: (-1.592146, -1.408592, 0.838483), - normal: (-0.838192, 0.000364, 0.545375), }, - Vertex { position: (-1.456655, -1.295527, 0.89424), - normal: (-0.982334, -0.04331, 0.182057), }, - Vertex { position: (-1.709172, -1.283232, 0.897427), - normal: (-0.985615, 0.064121, 0.156369), }, - Vertex { position: (-1.592146, -1.408592, 0.838483), - normal: (-0.838192, 0.000364, 0.545375), }, - Vertex { position: (-1.709172, -1.283232, 0.897427), - normal: (-0.985615, 0.064121, 0.156369), }, - Vertex { position: (-1.686329, -1.414405, 0.869373), - normal: (-0.823768, 0.005745, 0.566899), }, - Vertex { position: (-1.552229, -1.555077, 0.735708), - normal: (-0.472479, 0.093413, 0.876377), }, - Vertex { position: (-1.456655, -1.295527, 0.89424), - normal: (-0.982334, -0.04331, 0.182057), }, - Vertex { position: (-1.592146, -1.408592, 0.838483), - normal: (-0.838192, 0.000364, 0.545375), }, - Vertex { position: (-1.592146, -1.408592, 0.838483), - normal: (-0.838192, 0.000364, 0.545375), }, - Vertex { position: (-1.659758, -1.544361, 0.788181), - normal: (-0.43302, -0.02622, 0.901003), }, - Vertex { position: (-1.552229, -1.555077, 0.735708), - normal: (-0.472479, 0.093413, 0.876377), }, - Vertex { position: (-1.686329, -1.414405, 0.869373), - normal: (-0.823768, 0.005745, 0.566899), }, - Vertex { position: (-1.659758, -1.544361, 0.788181), - normal: (-0.43302, -0.02622, 0.901003), }, - Vertex { position: (-1.592146, -1.408592, 0.838483), - normal: (-0.838192, 0.000364, 0.545375), }, - Vertex { position: (-1.777628, -1.473076, 0.845827), - normal: (-0.681141, -0.040116, 0.731052), }, - Vertex { position: (-1.778934, -1.550199, 0.776454), - normal: (-0.605564, -0.17532, 0.776244), }, - Vertex { position: (-1.659758, -1.544361, 0.788181), - normal: (-0.43302, -0.02622, 0.901003), }, - Vertex { position: (-1.777628, -1.473076, 0.845827), - normal: (-0.681141, -0.040116, 0.731052), }, - Vertex { position: (-1.659758, -1.544361, 0.788181), - normal: (-0.43302, -0.02622, 0.901003), }, - Vertex { position: (-1.686329, -1.414405, 0.869373), - normal: (-0.823768, 0.005745, 0.566899), }, - Vertex { position: (-1.376186, -1.661988, 0.718954), - normal: (-0.285709, 0.130064, 0.949449), }, - Vertex { position: (-1.366873, -1.340211, 0.907567), - normal: (-0.311485, 0.082882, 0.94663), }, - Vertex { position: (-1.456655, -1.295527, 0.89424), - normal: (-0.982334, -0.04331, 0.182057), }, - Vertex { position: (-1.376186, -1.661988, 0.718954), - normal: (-0.285709, 0.130064, 0.949449), }, - Vertex { position: (-1.456655, -1.295527, 0.89424), - normal: (-0.982334, -0.04331, 0.182057), }, - Vertex { position: (-1.552229, -1.555077, 0.735708), - normal: (-0.472479, 0.093413, 0.876377), }, - Vertex { position: (-1.200688, -1.577575, 0.799188), - normal: (-0.809154, 0.004832, 0.587577), }, - Vertex { position: (-1.198513, -1.456102, 0.885435), - normal: (-0.742985, 0.015712, 0.669123), }, - Vertex { position: (-1.366873, -1.340211, 0.907567), - normal: (-0.311485, 0.082882, 0.94663), }, - Vertex { position: (-1.200688, -1.577575, 0.799188), - normal: (-0.809154, 0.004832, 0.587577), }, - Vertex { position: (-1.366873, -1.340211, 0.907567), - normal: (-0.311485, 0.082882, 0.94663), }, - Vertex { position: (-1.376186, -1.661988, 0.718954), - normal: (-0.285709, 0.130064, 0.949449), }, - Vertex { position: (-0.953236, -1.545941, 0.89918), - normal: (-0.02449, 0.224062, 0.974267), }, - Vertex { position: (-1.198513, -1.456102, 0.885435), - normal: (-0.742985, 0.015712, 0.669123), }, - Vertex { position: (-1.200688, -1.577575, 0.799188), - normal: (-0.809154, 0.004832, 0.587577), }, - Vertex { position: (-1.376186, -1.661988, 0.718954), - normal: (-0.285709, 0.130064, 0.949449), }, - Vertex { position: (-1.480217, -1.6566, 0.606638), - normal: (0.924702, -0.311563, 0.218757), }, - Vertex { position: (-1.397474, -1.693815, 0.570541), - normal: (-0.587909, -0.233166, 0.774594), }, - Vertex { position: (-1.552229, -1.555077, 0.735708), - normal: (-0.472479, 0.093413, 0.876377), }, - Vertex { position: (-1.480217, -1.6566, 0.606638), - normal: (0.924702, -0.311563, 0.218757), }, - Vertex { position: (-1.376186, -1.661988, 0.718954), - normal: (-0.285709, 0.130064, 0.949449), }, - Vertex { position: (-1.601625, -1.593321, 0.605607), - normal: (0.73827, -0.277136, 0.614942), }, - Vertex { position: (-1.480217, -1.6566, 0.606638), - normal: (0.924702, -0.311563, 0.218757), }, - Vertex { position: (-1.552229, -1.555077, 0.735708), - normal: (-0.472479, 0.093413, 0.876377), }, - Vertex { position: (-1.519339, -1.653776, 0.501741), - normal: (0.366416, -0.175098, 0.913827), }, - Vertex { position: (-1.480217, -1.6566, 0.606638), - normal: (0.924702, -0.311563, 0.218757), }, - Vertex { position: (-1.601625, -1.593321, 0.605607), - normal: (0.73827, -0.277136, 0.614942), }, - Vertex { position: (-1.406693, -1.697325, 0.450399), - normal: (0.023392, -0.110333, 0.993619), }, - Vertex { position: (-1.397474, -1.693815, 0.570541), - normal: (-0.587909, -0.233166, 0.774594), }, - Vertex { position: (-1.480217, -1.6566, 0.606638), - normal: (0.924702, -0.311563, 0.218757), }, - Vertex { position: (-1.406693, -1.697325, 0.450399), - normal: (0.023392, -0.110333, 0.993619), }, - Vertex { position: (-1.480217, -1.6566, 0.606638), - normal: (0.924702, -0.311563, 0.218757), }, - Vertex { position: (-1.519339, -1.653776, 0.501741), - normal: (0.366416, -0.175098, 0.913827), }, - Vertex { position: (-1.576196, -1.696317, 0.358146), - normal: (-0.157802, -0.148625, 0.976222), }, - Vertex { position: (-1.519339, -1.653776, 0.501741), - normal: (0.366416, -0.175098, 0.913827), }, - Vertex { position: (-1.601625, -1.593321, 0.605607), - normal: (0.73827, -0.277136, 0.614942), }, - Vertex { position: (-1.386502, -1.718441, 0.350823), - normal: (-0.279485, 0.127803, 0.951606), }, - Vertex { position: (-1.406693, -1.697325, 0.450399), - normal: (0.023392, -0.110333, 0.993619), }, - Vertex { position: (-1.519339, -1.653776, 0.501741), - normal: (0.366416, -0.175098, 0.913827), }, - Vertex { position: (-1.386502, -1.718441, 0.350823), - normal: (-0.279485, 0.127803, 0.951606), }, - Vertex { position: (-1.519339, -1.653776, 0.501741), - normal: (0.366416, -0.175098, 0.913827), }, - Vertex { position: (-1.576196, -1.696317, 0.358146), - normal: (-0.157802, -0.148625, 0.976222), }, - Vertex { position: (-1.576196, -1.696317, 0.358146), - normal: (-0.157802, -0.148625, 0.976222), }, - Vertex { position: (-1.610025, -1.711571, 0.0), - normal: (0.106808, 0.99428, 0.0), }, - Vertex { position: (-1.395728, -1.723811, 0.0), - normal: (0.011286, 0.999936, 0.0), }, - Vertex { position: (-1.576196, -1.696317, 0.358146), - normal: (-0.157802, -0.148625, 0.976222), }, - Vertex { position: (-1.395728, -1.723811, 0.0), - normal: (0.011286, 0.999936, 0.0), }, - Vertex { position: (-1.386502, -1.718441, 0.350823), - normal: (-0.279485, 0.127803, 0.951606), }, - Vertex { position: (-1.764045, -1.764987, 0.406586), - normal: (-0.661097, -0.258238, 0.70446), }, - Vertex { position: (-1.799827, -1.753136, 0.0), - normal: (-0.160087, -0.987103, 0.0), }, - Vertex { position: (-1.610025, -1.711571, 0.0), - normal: (0.106808, 0.99428, 0.0), }, - Vertex { position: (-1.764045, -1.764987, 0.406586), - normal: (-0.661097, -0.258238, 0.70446), }, - Vertex { position: (-1.610025, -1.711571, 0.0), - normal: (0.106808, 0.99428, 0.0), }, - Vertex { position: (-1.576196, -1.696317, 0.358146), - normal: (-0.157802, -0.148625, 0.976222), }, - Vertex { position: (-1.576196, -1.696317, 0.358146), - normal: (-0.157802, -0.148625, 0.976222), }, - Vertex { position: (-1.601625, -1.593321, 0.605607), - normal: (0.73827, -0.277136, 0.614942), }, - Vertex { position: (-1.74779, -1.667608, 0.60634), - normal: (-0.632119, -0.359381, 0.686492), }, - Vertex { position: (-1.576196, -1.696317, 0.358146), - normal: (-0.157802, -0.148625, 0.976222), }, - Vertex { position: (-1.74779, -1.667608, 0.60634), - normal: (-0.632119, -0.359381, 0.686492), }, - Vertex { position: (-1.764045, -1.764987, 0.406586), - normal: (-0.661097, -0.258238, 0.70446), }, - Vertex { position: (-1.778934, -1.550199, 0.776454), - normal: (-0.605564, -0.17532, 0.776244), }, - Vertex { position: (-1.74779, -1.667608, 0.60634), - normal: (-0.632119, -0.359381, 0.686492), }, - Vertex { position: (-1.601625, -1.593321, 0.605607), - normal: (0.73827, -0.277136, 0.614942), }, - Vertex { position: (-1.601625, -1.593321, 0.605607), - normal: (0.73827, -0.277136, 0.614942), }, - Vertex { position: (-1.659758, -1.544361, 0.788181), - normal: (-0.43302, -0.02622, 0.901003), }, - Vertex { position: (-1.778934, -1.550199, 0.776454), - normal: (-0.605564, -0.17532, 0.776244), }, - Vertex { position: (-1.552229, -1.555077, 0.735708), - normal: (-0.472479, 0.093413, 0.876377), }, - Vertex { position: (-1.659758, -1.544361, 0.788181), - normal: (-0.43302, -0.02622, 0.901003), }, - Vertex { position: (-1.601625, -1.593321, 0.605607), - normal: (0.73827, -0.277136, 0.614942), }, - Vertex { position: (-2.508885, -1.719933, 0.721675), - normal: (0.772916, -0.305378, 0.556188), }, - Vertex { position: (-2.417777, -1.553136, 0.887222), - normal: (-0.938884, 0.007108, 0.344159), }, - Vertex { position: (-2.591357, -1.510845, 0.88547), - normal: (-0.995081, -0.092251, -0.036114), }, - Vertex { position: (-2.508885, -1.719933, 0.721675), - normal: (0.772916, -0.305378, 0.556188), }, - Vertex { position: (-2.591357, -1.510845, 0.88547), - normal: (-0.995081, -0.092251, -0.036114), }, - Vertex { position: (-2.734184, -1.717948, 0.749581), - normal: (0.942117, -0.292664, 0.163592), }, - Vertex { position: (-2.267049, -1.753901, 0.662106), - normal: (0.38578, -0.259547, 0.88533), }, - Vertex { position: (-2.223917, -1.541268, 0.87926), - normal: (-0.782249, 0.198377, 0.590536), }, - Vertex { position: (-2.417777, -1.553136, 0.887222), - normal: (-0.938884, 0.007108, 0.344159), }, - Vertex { position: (-2.267049, -1.753901, 0.662106), - normal: (0.38578, -0.259547, 0.88533), }, - Vertex { position: (-2.417777, -1.553136, 0.887222), - normal: (-0.938884, 0.007108, 0.344159), }, - Vertex { position: (-2.508885, -1.719933, 0.721675), - normal: (0.772916, -0.305378, 0.556188), }, - Vertex { position: (-2.037371, -1.73636, 0.656787), - normal: (0.02992, -0.202031, 0.978922), }, - Vertex { position: (-2.049879, -1.562369, 0.829319), - normal: (-0.743901, 0.102645, 0.66036), }, - Vertex { position: (-2.223917, -1.541268, 0.87926), - normal: (-0.782249, 0.198377, 0.590536), }, - Vertex { position: (-2.037371, -1.73636, 0.656787), - normal: (0.02992, -0.202031, 0.978922), }, - Vertex { position: (-2.223917, -1.541268, 0.87926), - normal: (-0.782249, 0.198377, 0.590536), }, - Vertex { position: (-2.267049, -1.753901, 0.662106), - normal: (0.38578, -0.259547, 0.88533), }, - Vertex { position: (-1.74779, -1.667608, 0.60634), - normal: (-0.632119, -0.359381, 0.686492), }, - Vertex { position: (-1.778934, -1.550199, 0.776454), - normal: (-0.605564, -0.17532, 0.776244), }, - Vertex { position: (-2.049879, -1.562369, 0.829319), - normal: (-0.743901, 0.102645, 0.66036), }, - Vertex { position: (-1.74779, -1.667608, 0.60634), - normal: (-0.632119, -0.359381, 0.686492), }, - Vertex { position: (-2.049879, -1.562369, 0.829319), - normal: (-0.743901, 0.102645, 0.66036), }, - Vertex { position: (-2.037371, -1.73636, 0.656787), - normal: (0.02992, -0.202031, 0.978922), }, - Vertex { position: (-1.936032, -1.829617, 0.488916), - normal: (-0.498756, -0.224101, 0.83727), }, - Vertex { position: (-1.88316, -1.829718, 0.401567), - normal: (-0.239734, -0.173966, 0.955125), }, - Vertex { position: (-1.764045, -1.764987, 0.406586), - normal: (-0.661097, -0.258238, 0.70446), }, - Vertex { position: (-1.936032, -1.829617, 0.488916), - normal: (-0.498756, -0.224101, 0.83727), }, - Vertex { position: (-1.764045, -1.764987, 0.406586), - normal: (-0.661097, -0.258238, 0.70446), }, - Vertex { position: (-1.74779, -1.667608, 0.60634), - normal: (-0.632119, -0.359381, 0.686492), }, - Vertex { position: (-1.74779, -1.667608, 0.60634), - normal: (-0.632119, -0.359381, 0.686492), }, - Vertex { position: (-2.037371, -1.73636, 0.656787), - normal: (0.02992, -0.202031, 0.978922), }, - Vertex { position: (-2.027242, -1.813012, 0.555232), - normal: (-0.759627, -0.28527, 0.584455), }, - Vertex { position: (-1.74779, -1.667608, 0.60634), - normal: (-0.632119, -0.359381, 0.686492), }, - Vertex { position: (-2.027242, -1.813012, 0.555232), - normal: (-0.759627, -0.28527, 0.584455), }, - Vertex { position: (-1.936032, -1.829617, 0.488916), - normal: (-0.498756, -0.224101, 0.83727), }, - Vertex { position: (-2.267049, -1.753901, 0.662106), - normal: (0.38578, -0.259547, 0.88533), }, - Vertex { position: (-2.126375, -1.866497, 0.502895), - normal: (-0.672688, -0.442616, 0.592944), }, - Vertex { position: (-2.027242, -1.813012, 0.555232), - normal: (-0.759627, -0.28527, 0.584455), }, - Vertex { position: (-2.267049, -1.753901, 0.662106), - normal: (0.38578, -0.259547, 0.88533), }, - Vertex { position: (-2.027242, -1.813012, 0.555232), - normal: (-0.759627, -0.28527, 0.584455), }, - Vertex { position: (-2.037371, -1.73636, 0.656787), - normal: (0.02992, -0.202031, 0.978922), }, - Vertex { position: (-2.317557, -1.8742, 0.470587), - normal: (0.80128, -0.303744, 0.515451), }, - Vertex { position: (-2.176551, -1.873816, 0.445782), - normal: (0.954473, -0.270031, 0.126745), }, - Vertex { position: (-2.126375, -1.866497, 0.502895), - normal: (-0.672688, -0.442616, 0.592944), }, - Vertex { position: (-2.317557, -1.8742, 0.470587), - normal: (0.80128, -0.303744, 0.515451), }, - Vertex { position: (-2.126375, -1.866497, 0.502895), - normal: (-0.672688, -0.442616, 0.592944), }, - Vertex { position: (-2.267049, -1.753901, 0.662106), - normal: (0.38578, -0.259547, 0.88533), }, - Vertex { position: (-2.267049, -1.753901, 0.662106), - normal: (0.38578, -0.259547, 0.88533), }, - Vertex { position: (-2.466779, -1.857679, 0.570461), - normal: (0.080262, -0.270606, 0.959339), }, - Vertex { position: (-2.446375, -1.893261, 0.49411), - normal: (0.441315, -0.29978, 0.845797), }, - Vertex { position: (-2.267049, -1.753901, 0.662106), - normal: (0.38578, -0.259547, 0.88533), }, - Vertex { position: (-2.446375, -1.893261, 0.49411), - normal: (0.441315, -0.29978, 0.845797), }, - Vertex { position: (-2.317557, -1.8742, 0.470587), - normal: (0.80128, -0.303744, 0.515451), }, - Vertex { position: (-2.508885, -1.719933, 0.721675), - normal: (0.772916, -0.305378, 0.556188), }, - Vertex { position: (-2.547737, -1.833025, 0.609321), - normal: (-0.247433, -0.24804, 0.936618), }, - Vertex { position: (-2.466779, -1.857679, 0.570461), - normal: (0.080262, -0.270606, 0.959339), }, - Vertex { position: (-2.508885, -1.719933, 0.721675), - normal: (0.772916, -0.305378, 0.556188), }, - Vertex { position: (-2.466779, -1.857679, 0.570461), - normal: (0.080262, -0.270606, 0.959339), }, - Vertex { position: (-2.267049, -1.753901, 0.662106), - normal: (0.38578, -0.259547, 0.88533), }, - Vertex { position: (-2.734184, -1.717948, 0.749581), - normal: (0.942117, -0.292664, 0.163592), }, - Vertex { position: (-2.64722, -1.84401, 0.594347), - normal: (-0.587844, -0.244917, 0.771009), }, - Vertex { position: (-2.547737, -1.833025, 0.609321), - normal: (-0.247433, -0.24804, 0.936618), }, - Vertex { position: (-2.734184, -1.717948, 0.749581), - normal: (0.942117, -0.292664, 0.163592), }, - Vertex { position: (-2.547737, -1.833025, 0.609321), - normal: (-0.247433, -0.24804, 0.936618), }, - Vertex { position: (-2.508885, -1.719933, 0.721675), - normal: (0.772916, -0.305378, 0.556188), }, - Vertex { position: (-2.811581, -1.79821, 0.712737), - normal: (-0.732521, -0.474279, 0.488336), }, - Vertex { position: (-2.699966, -1.850397, 0.57007), - normal: (-0.845196, -0.27877, 0.455994), }, - Vertex { position: (-2.64722, -1.84401, 0.594347), - normal: (-0.587844, -0.244917, 0.771009), }, - Vertex { position: (-2.811581, -1.79821, 0.712737), - normal: (-0.732521, -0.474279, 0.488336), }, - Vertex { position: (-2.64722, -1.84401, 0.594347), - normal: (-0.587844, -0.244917, 0.771009), }, - Vertex { position: (-2.734184, -1.717948, 0.749581), - normal: (0.942117, -0.292664, 0.163592), }, - Vertex { position: (-2.892162, -1.781087, 0.0), - normal: (0.0787, 0.996898, 0.0), }, - Vertex { position: (-2.684452, -1.891207, 0.447388), - normal: (0.975634, -0.187231, -0.114377), }, - Vertex { position: (-2.709403, -1.879947, 0.508775), - normal: (0.972392, 0.232654, 0.018037), }, - Vertex { position: (-2.892162, -1.781087, 0.0), - normal: (0.0787, 0.996898, 0.0), }, - Vertex { position: (-2.709403, -1.879947, 0.508775), - normal: (0.972392, 0.232654, 0.018037), }, - Vertex { position: (-2.941731, -1.787431, 0.442574), - normal: (0.999491, -0.02584, 0.01873), }, - Vertex { position: (-2.656867, -1.853045, 0.0), - normal: (0.058013, 0.998316, 0.0), }, - Vertex { position: (-2.614084, -1.905005, 0.404925), - normal: (0.985192, -0.12583, -0.116459), }, - Vertex { position: (-2.684452, -1.891207, 0.447388), - normal: (0.975634, -0.187231, -0.114377), }, - Vertex { position: (-2.656867, -1.853045, 0.0), - normal: (0.058013, 0.998316, 0.0), }, - Vertex { position: (-2.684452, -1.891207, 0.447388), - normal: (0.975634, -0.187231, -0.114377), }, - Vertex { position: (-2.892162, -1.781087, 0.0), - normal: (0.0787, 0.996898, 0.0), }, - Vertex { position: (-2.348005, -1.869142, 0.0), - normal: (0.093777, 0.995593, 0.0), }, - Vertex { position: (-2.503818, -1.909806, 0.431456), - normal: (0.996811, -0.048518, -0.063355), }, - Vertex { position: (-2.614084, -1.905005, 0.404925), - normal: (0.985192, -0.12583, -0.116459), }, - Vertex { position: (-2.348005, -1.869142, 0.0), - normal: (0.093777, 0.995593, 0.0), }, - Vertex { position: (-2.614084, -1.905005, 0.404925), - normal: (0.985192, -0.12583, -0.116459), }, - Vertex { position: (-2.656867, -1.853045, 0.0), - normal: (0.058013, 0.998316, 0.0), }, - Vertex { position: (-2.317557, -1.8742, 0.470587), - normal: (0.80128, -0.303744, 0.515451), }, - Vertex { position: (-2.446375, -1.893261, 0.49411), - normal: (0.441315, -0.29978, 0.845797), }, - Vertex { position: (-2.503818, -1.909806, 0.431456), - normal: (0.996811, -0.048518, -0.063355), }, - Vertex { position: (-2.317557, -1.8742, 0.470587), - normal: (0.80128, -0.303744, 0.515451), }, - Vertex { position: (-2.503818, -1.909806, 0.431456), - normal: (0.996811, -0.048518, -0.063355), }, - Vertex { position: (-2.348005, -1.869142, 0.0), - normal: (0.093777, 0.995593, 0.0), }, - Vertex { position: (-2.348005, -1.869142, 0.0), - normal: (0.093777, 0.995593, 0.0), }, - Vertex { position: (-2.147113, -1.903198, 0.362462), - normal: (0.957938, -0.285979, 0.023877), }, - Vertex { position: (-2.176551, -1.873816, 0.445782), - normal: (0.954473, -0.270031, 0.126745), }, - Vertex { position: (-2.348005, -1.869142, 0.0), - normal: (0.093777, 0.995593, 0.0), }, - Vertex { position: (-2.176551, -1.873816, 0.445782), - normal: (0.954473, -0.270031, 0.126745), }, - Vertex { position: (-2.317557, -1.8742, 0.470587), - normal: (0.80128, -0.303744, 0.515451), }, - Vertex { position: (-2.092921, -1.839622, 0.0), - normal: (0.149455, 0.988769, 0.0), }, - Vertex { position: (-2.062725, -1.884246, 0.307336), - normal: (-0.274087, 0.000043, -0.961705), }, - Vertex { position: (-2.147113, -1.903198, 0.362462), - normal: (0.957938, -0.285979, 0.023877), }, - Vertex { position: (-2.092921, -1.839622, 0.0), - normal: (0.149455, 0.988769, 0.0), }, - Vertex { position: (-2.147113, -1.903198, 0.362462), - normal: (0.957938, -0.285979, 0.023877), }, - Vertex { position: (-2.348005, -1.869142, 0.0), - normal: (0.093777, 0.995593, 0.0), }, - Vertex { position: (-1.799827, -1.753136, 0.0), - normal: (-0.160087, -0.987103, 0.0), }, - Vertex { position: (-1.946306, -1.872735, 0.344251), - normal: (0.74023, -0.090866, 0.666185), }, - Vertex { position: (-2.062725, -1.884246, 0.307336), - normal: (-0.274087, 0.000043, -0.961705), }, - Vertex { position: (-1.799827, -1.753136, 0.0), - normal: (-0.160087, -0.987103, 0.0), }, - Vertex { position: (-2.062725, -1.884246, 0.307336), - normal: (-0.274087, 0.000043, -0.961705), }, - Vertex { position: (-2.092921, -1.839622, 0.0), - normal: (0.149455, 0.988769, 0.0), }, - Vertex { position: (-1.764045, -1.764987, 0.406586), - normal: (-0.661097, -0.258238, 0.70446), }, - Vertex { position: (-1.88316, -1.829718, 0.401567), - normal: (-0.239734, -0.173966, 0.955125), }, - Vertex { position: (-1.946306, -1.872735, 0.344251), - normal: (0.74023, -0.090866, 0.666185), }, - Vertex { position: (-1.764045, -1.764987, 0.406586), - normal: (-0.661097, -0.258238, 0.70446), }, - Vertex { position: (-1.946306, -1.872735, 0.344251), - normal: (0.74023, -0.090866, 0.666185), }, - Vertex { position: (-1.799827, -1.753136, 0.0), - normal: (-0.160087, -0.987103, 0.0), }, - Vertex { position: (-3.304804, -1.582192, 0.643445), - normal: (0.830793, -0.244757, 0.499877), }, - Vertex { position: (-3.314868, -1.599081, 0.439626), - normal: (0.846555, -0.103662, 0.52211), }, - Vertex { position: (-3.120907, -1.707924, 0.431829), - normal: (0.820312, -0.193024, 0.538358), }, - Vertex { position: (-3.304804, -1.582192, 0.643445), - normal: (0.830793, -0.244757, 0.499877), }, - Vertex { position: (-3.120907, -1.707924, 0.431829), - normal: (0.820312, -0.193024, 0.538358), }, - Vertex { position: (-3.139394, -1.687482, 0.638546), - normal: (0.843062, -0.10517, 0.527433), }, - Vertex { position: (-3.387254, -1.486027, 0.672861), - normal: (0.290478, -0.146424, 0.945612), }, - Vertex { position: (-3.442085, -1.48412, 0.406377), - normal: (0.159615, 0.129847, 0.978602), }, - Vertex { position: (-3.314868, -1.599081, 0.439626), - normal: (0.846555, -0.103662, 0.52211), }, - Vertex { position: (-3.387254, -1.486027, 0.672861), - normal: (0.290478, -0.146424, 0.945612), }, - Vertex { position: (-3.314868, -1.599081, 0.439626), - normal: (0.846555, -0.103662, 0.52211), }, - Vertex { position: (-3.304804, -1.582192, 0.643445), - normal: (0.830793, -0.244757, 0.499877), }, - Vertex { position: (-3.53391, -1.330455, 0.568246), - normal: (0.431429, -0.109339, 0.895497), }, - Vertex { position: (-3.557869, -1.325941, 0.37803), - normal: (0.407719, -0.190267, 0.893064), }, - Vertex { position: (-3.442085, -1.48412, 0.406377), - normal: (0.159615, 0.129847, 0.978602), }, - Vertex { position: (-3.53391, -1.330455, 0.568246), - normal: (0.431429, -0.109339, 0.895497), }, - Vertex { position: (-3.442085, -1.48412, 0.406377), - normal: (0.159615, 0.129847, 0.978602), }, - Vertex { position: (-3.387254, -1.486027, 0.672861), - normal: (0.290478, -0.146424, 0.945612), }, - Vertex { position: (-3.631179, -1.157838, 0.50561), - normal: (0.473622, -0.284001, 0.833682), }, - Vertex { position: (-3.639586, -1.140102, 0.3338), - normal: (0.459595, -0.144347, 0.87632), }, - Vertex { position: (-3.557869, -1.325941, 0.37803), - normal: (0.407719, -0.190267, 0.893064), }, - Vertex { position: (-3.631179, -1.157838, 0.50561), - normal: (0.473622, -0.284001, 0.833682), }, - Vertex { position: (-3.557869, -1.325941, 0.37803), - normal: (0.407719, -0.190267, 0.893064), }, - Vertex { position: (-3.53391, -1.330455, 0.568246), - normal: (0.431429, -0.109339, 0.895497), }, - Vertex { position: (-3.667859, -0.964867, 0.464702), - normal: (-0.069043, -0.157333, 0.985129), }, - Vertex { position: (-3.686518, -0.955181, 0.320349), - normal: (0.051664, -0.122235, 0.991156), }, - Vertex { position: (-3.639586, -1.140102, 0.3338), - normal: (0.459595, -0.144347, 0.87632), }, - Vertex { position: (-3.667859, -0.964867, 0.464702), - normal: (-0.069043, -0.157333, 0.985129), }, - Vertex { position: (-3.639586, -1.140102, 0.3338), - normal: (0.459595, -0.144347, 0.87632), }, - Vertex { position: (-3.631179, -1.157838, 0.50561), - normal: (0.473622, -0.284001, 0.833682), }, - Vertex { position: (-3.665774, -0.73408, 0.446286), - normal: (0.039, -0.185675, 0.981837), }, - Vertex { position: (-3.676599, -0.729578, 0.330724), - normal: (-0.051713, -0.100833, 0.993559), }, - Vertex { position: (-3.686518, -0.955181, 0.320349), - normal: (0.051664, -0.122235, 0.991156), }, - Vertex { position: (-3.665774, -0.73408, 0.446286), - normal: (0.039, -0.185675, 0.981837), }, - Vertex { position: (-3.686518, -0.955181, 0.320349), - normal: (0.051664, -0.122235, 0.991156), }, - Vertex { position: (-3.667859, -0.964867, 0.464702), - normal: (-0.069043, -0.157333, 0.985129), }, - Vertex { position: (-3.595973, -0.346391, 0.426453), - normal: (-0.09542, 0.162222, 0.98213), }, - Vertex { position: (-3.616627, -0.350374, 0.338492), - normal: (0.109483, -0.310605, 0.944213), }, - Vertex { position: (-3.676599, -0.729578, 0.330724), - normal: (-0.051713, -0.100833, 0.993559), }, - Vertex { position: (-3.595973, -0.346391, 0.426453), - normal: (-0.09542, 0.162222, 0.98213), }, - Vertex { position: (-3.676599, -0.729578, 0.330724), - normal: (-0.051713, -0.100833, 0.993559), }, - Vertex { position: (-3.665774, -0.73408, 0.446286), - normal: (0.039, -0.185675, 0.981837), }, - Vertex { position: (-3.529709, -0.065998, 0.437217), - normal: (-0.246054, -0.154918, 0.956796), }, - Vertex { position: (-3.570243, -0.060093, 0.344854), - normal: (-0.211092, -0.082708, 0.973961), }, - Vertex { position: (-3.616627, -0.350374, 0.338492), - normal: (0.109483, -0.310605, 0.944213), }, - Vertex { position: (-3.529709, -0.065998, 0.437217), - normal: (-0.246054, -0.154918, 0.956796), }, - Vertex { position: (-3.616627, -0.350374, 0.338492), - normal: (0.109483, -0.310605, 0.944213), }, - Vertex { position: (-3.595973, -0.346391, 0.426453), - normal: (-0.09542, 0.162222, 0.98213), }, - Vertex { position: (-3.51684, 0.149002, 0.430359), - normal: (-0.136917, -0.20176, 0.969818), }, - Vertex { position: (-3.535416, 0.191408, 0.338478), - normal: (-0.176356, -0.113876, 0.977717), }, - Vertex { position: (-3.570243, -0.060093, 0.344854), - normal: (-0.211092, -0.082708, 0.973961), }, - Vertex { position: (-3.51684, 0.149002, 0.430359), - normal: (-0.136917, -0.20176, 0.969818), }, - Vertex { position: (-3.570243, -0.060093, 0.344854), - normal: (-0.211092, -0.082708, 0.973961), }, - Vertex { position: (-3.529709, -0.065998, 0.437217), - normal: (-0.246054, -0.154918, 0.956796), }, - Vertex { position: (-3.536654, 0.442277, 0.322), - normal: (-0.17902, -0.308668, 0.934171), }, - Vertex { position: (-3.535416, 0.191408, 0.338478), - normal: (-0.176356, -0.113876, 0.977717), }, - Vertex { position: (-3.51684, 0.149002, 0.430359), - normal: (-0.136917, -0.20176, 0.969818), }, - Vertex { position: (-3.544507, 0.467147, 0.0), - normal: (-0.57342, 0.819261, 0.0), }, - Vertex { position: (-3.55232, 0.219613, 0.0), - normal: (0.170833, 0.9853, 0.0), }, - Vertex { position: (-3.535416, 0.191408, 0.338478), - normal: (-0.176356, -0.113876, 0.977717), }, - Vertex { position: (-3.544507, 0.467147, 0.0), - normal: (-0.57342, 0.819261, 0.0), }, - Vertex { position: (-3.535416, 0.191408, 0.338478), - normal: (-0.176356, -0.113876, 0.977717), }, - Vertex { position: (-3.536654, 0.442277, 0.322), - normal: (-0.17902, -0.308668, 0.934171), }, - Vertex { position: (-3.583763, -0.052271, 0.0), - normal: (0.614301, 0.789071, -0.000581), }, - Vertex { position: (-3.570243, -0.060093, 0.344854), - normal: (-0.211092, -0.082708, 0.973961), }, - Vertex { position: (-3.535416, 0.191408, 0.338478), - normal: (-0.176356, -0.113876, 0.977717), }, - Vertex { position: (-3.583763, -0.052271, 0.0), - normal: (0.614301, 0.789071, -0.000581), }, - Vertex { position: (-3.535416, 0.191408, 0.338478), - normal: (-0.176356, -0.113876, 0.977717), }, - Vertex { position: (-3.55232, 0.219613, 0.0), - normal: (0.170833, 0.9853, 0.0), }, - Vertex { position: (-3.673607, -0.720796, 0.0), - normal: (0.353735, -0.935346, 0.0), }, - Vertex { position: (-3.676599, -0.729578, 0.330724), - normal: (-0.051713, -0.100833, 0.993559), }, - Vertex { position: (-3.616627, -0.350374, 0.338492), - normal: (0.109483, -0.310605, 0.944213), }, - Vertex { position: (-3.673607, -0.720796, 0.0), - normal: (0.353735, -0.935346, 0.0), }, - Vertex { position: (-3.616627, -0.350374, 0.338492), - normal: (0.109483, -0.310605, 0.944213), }, - Vertex { position: (-3.637643, -0.356271, 0.0), - normal: (0.098463, -0.995141, 0.0), }, - Vertex { position: (-3.678793, -0.926816, 0.0), - normal: (-0.34926, -0.937026, 0.0), }, - Vertex { position: (-3.686518, -0.955181, 0.320349), - normal: (0.051664, -0.122235, 0.991156), }, - Vertex { position: (-3.676599, -0.729578, 0.330724), - normal: (-0.051713, -0.100833, 0.993559), }, - Vertex { position: (-3.678793, -0.926816, 0.0), - normal: (-0.34926, -0.937026, 0.0), }, - Vertex { position: (-3.676599, -0.729578, 0.330724), - normal: (-0.051713, -0.100833, 0.993559), }, - Vertex { position: (-3.673607, -0.720796, 0.0), - normal: (0.353735, -0.935346, 0.0), }, - Vertex { position: (-3.650579, -1.142448, 0.0), - normal: (-0.164, -0.98646, 0.0), }, - Vertex { position: (-3.639586, -1.140102, 0.3338), - normal: (0.459595, -0.144347, 0.87632), }, - Vertex { position: (-3.686518, -0.955181, 0.320349), - normal: (0.051664, -0.122235, 0.991156), }, - Vertex { position: (-3.650579, -1.142448, 0.0), - normal: (-0.164, -0.98646, 0.0), }, - Vertex { position: (-3.686518, -0.955181, 0.320349), - normal: (0.051664, -0.122235, 0.991156), }, - Vertex { position: (-3.678793, -0.926816, 0.0), - normal: (-0.34926, -0.937026, 0.0), }, - Vertex { position: (-3.522115, -1.366623, 0.0), - normal: (0.030921, -0.999522, 0.0), }, - Vertex { position: (-3.557869, -1.325941, 0.37803), - normal: (0.407719, -0.190267, 0.893064), }, - Vertex { position: (-3.639586, -1.140102, 0.3338), - normal: (0.459595, -0.144347, 0.87632), }, - Vertex { position: (-3.522115, -1.366623, 0.0), - normal: (0.030921, -0.999522, 0.0), }, - Vertex { position: (-3.639586, -1.140102, 0.3338), - normal: (0.459595, -0.144347, 0.87632), }, - Vertex { position: (-3.650579, -1.142448, 0.0), - normal: (-0.164, -0.98646, 0.0), }, - Vertex { position: (-3.417689, -1.494416, 0.0), - normal: (0.183204, -0.983075, 0.0), }, - Vertex { position: (-3.442085, -1.48412, 0.406377), - normal: (0.159615, 0.129847, 0.978602), }, - Vertex { position: (-3.557869, -1.325941, 0.37803), - normal: (0.407719, -0.190267, 0.893064), }, - Vertex { position: (-3.417689, -1.494416, 0.0), - normal: (0.183204, -0.983075, 0.0), }, - Vertex { position: (-3.557869, -1.325941, 0.37803), - normal: (0.407719, -0.190267, 0.893064), }, - Vertex { position: (-3.522115, -1.366623, 0.0), - normal: (0.030921, -0.999522, 0.0), }, - Vertex { position: (-3.271035, -1.609292, 0.0), - normal: (-0.997516, 0.070442, 0.0), }, - Vertex { position: (-3.314868, -1.599081, 0.439626), - normal: (0.846555, -0.103662, 0.52211), }, - Vertex { position: (-3.442085, -1.48412, 0.406377), - normal: (0.159615, 0.129847, 0.978602), }, - Vertex { position: (-3.271035, -1.609292, 0.0), - normal: (-0.997516, 0.070442, 0.0), }, - Vertex { position: (-3.442085, -1.48412, 0.406377), - normal: (0.159615, 0.129847, 0.978602), }, - Vertex { position: (-3.417689, -1.494416, 0.0), - normal: (0.183204, -0.983075, 0.0), }, - Vertex { position: (-3.1103, -1.69172, 0.0), - normal: (-0.99928, -0.037933, 0.0), }, - Vertex { position: (-3.120907, -1.707924, 0.431829), - normal: (0.820312, -0.193024, 0.538358), }, - Vertex { position: (-3.314868, -1.599081, 0.439626), - normal: (0.846555, -0.103662, 0.52211), }, - Vertex { position: (-3.1103, -1.69172, 0.0), - normal: (-0.99928, -0.037933, 0.0), }, - Vertex { position: (-3.314868, -1.599081, 0.439626), - normal: (0.846555, -0.103662, 0.52211), }, - Vertex { position: (-3.271035, -1.609292, 0.0), - normal: (-0.997516, 0.070442, 0.0), }, - Vertex { position: (-2.892162, -1.781087, 0.0), - normal: (0.0787, 0.996898, 0.0), }, - Vertex { position: (-2.941731, -1.787431, 0.442574), - normal: (0.999491, -0.02584, 0.01873), }, - Vertex { position: (-3.120907, -1.707924, 0.431829), - normal: (0.820312, -0.193024, 0.538358), }, - Vertex { position: (-2.892162, -1.781087, 0.0), - normal: (0.0787, 0.996898, 0.0), }, - Vertex { position: (-3.120907, -1.707924, 0.431829), - normal: (0.820312, -0.193024, 0.538358), }, - Vertex { position: (-3.1103, -1.69172, 0.0), - normal: (-0.99928, -0.037933, 0.0), }, - Vertex { position: (-3.637643, -0.356271, 0.0), - normal: (0.098463, -0.995141, 0.0), }, - Vertex { position: (-3.616627, -0.350374, 0.338492), - normal: (0.109483, -0.310605, 0.944213), }, - Vertex { position: (-3.570243, -0.060093, 0.344854), - normal: (-0.211092, -0.082708, 0.973961), }, - Vertex { position: (-3.637643, -0.356271, 0.0), - normal: (0.098463, -0.995141, 0.0), }, - Vertex { position: (-3.570243, -0.060093, 0.344854), - normal: (-0.211092, -0.082708, 0.973961), }, - Vertex { position: (-3.583763, -0.052271, 0.0), - normal: (0.614301, 0.789071, -0.000581), }, - Vertex { position: (-3.529709, -0.065998, 0.437217), - normal: (-0.246054, -0.154918, 0.956796), }, - Vertex { position: (-3.470778, -0.078218, 0.546398), - normal: (-0.739347, 0.031953, 0.672566), }, - Vertex { position: (-3.51684, 0.149002, 0.430359), - normal: (-0.136917, -0.20176, 0.969818), }, - Vertex { position: (-3.595973, -0.346391, 0.426453), - normal: (-0.09542, 0.162222, 0.98213), }, - Vertex { position: (-3.526766, -0.317542, 0.560837), - normal: (-0.652584, -0.147678, 0.743186), }, - Vertex { position: (-3.470778, -0.078218, 0.546398), - normal: (-0.739347, 0.031953, 0.672566), }, - Vertex { position: (-3.595973, -0.346391, 0.426453), - normal: (-0.09542, 0.162222, 0.98213), }, - Vertex { position: (-3.470778, -0.078218, 0.546398), - normal: (-0.739347, 0.031953, 0.672566), }, - Vertex { position: (-3.529709, -0.065998, 0.437217), - normal: (-0.246054, -0.154918, 0.956796), }, - Vertex { position: (-3.665774, -0.73408, 0.446286), - normal: (0.039, -0.185675, 0.981837), }, - Vertex { position: (-3.569993, -0.731989, 0.649435), - normal: (-0.483189, -0.207332, 0.850613), }, - Vertex { position: (-3.526766, -0.317542, 0.560837), - normal: (-0.652584, -0.147678, 0.743186), }, - Vertex { position: (-3.665774, -0.73408, 0.446286), - normal: (0.039, -0.185675, 0.981837), }, - Vertex { position: (-3.526766, -0.317542, 0.560837), - normal: (-0.652584, -0.147678, 0.743186), }, - Vertex { position: (-3.595973, -0.346391, 0.426453), - normal: (-0.09542, 0.162222, 0.98213), }, - Vertex { position: (-3.667859, -0.964867, 0.464702), - normal: (-0.069043, -0.157333, 0.985129), }, - Vertex { position: (-3.55012, -0.984868, 0.675228), - normal: (-0.4008, -0.167777, 0.900672), }, - Vertex { position: (-3.569993, -0.731989, 0.649435), - normal: (-0.483189, -0.207332, 0.850613), }, - Vertex { position: (-3.667859, -0.964867, 0.464702), - normal: (-0.069043, -0.157333, 0.985129), }, - Vertex { position: (-3.569993, -0.731989, 0.649435), - normal: (-0.483189, -0.207332, 0.850613), }, - Vertex { position: (-3.665774, -0.73408, 0.446286), - normal: (0.039, -0.185675, 0.981837), }, - Vertex { position: (-3.631179, -1.157838, 0.50561), - normal: (0.473622, -0.284001, 0.833682), }, - Vertex { position: (-3.492599, -1.180646, 0.692282), - normal: (-0.417424, -0.199203, 0.886609), }, - Vertex { position: (-3.55012, -0.984868, 0.675228), - normal: (-0.4008, -0.167777, 0.900672), }, - Vertex { position: (-3.631179, -1.157838, 0.50561), - normal: (0.473622, -0.284001, 0.833682), }, - Vertex { position: (-3.55012, -0.984868, 0.675228), - normal: (-0.4008, -0.167777, 0.900672), }, - Vertex { position: (-3.667859, -0.964867, 0.464702), - normal: (-0.069043, -0.157333, 0.985129), }, - Vertex { position: (-3.53391, -1.330455, 0.568246), - normal: (0.431429, -0.109339, 0.895497), }, - Vertex { position: (-3.335942, -1.365685, 0.72459), - normal: (-0.521685, -0.261319, 0.812131), }, - Vertex { position: (-3.492599, -1.180646, 0.692282), - normal: (-0.417424, -0.199203, 0.886609), }, - Vertex { position: (-3.53391, -1.330455, 0.568246), - normal: (0.431429, -0.109339, 0.895497), }, - Vertex { position: (-3.492599, -1.180646, 0.692282), - normal: (-0.417424, -0.199203, 0.886609), }, - Vertex { position: (-3.631179, -1.157838, 0.50561), - normal: (0.473622, -0.284001, 0.833682), }, - Vertex { position: (-3.387254, -1.486027, 0.672861), - normal: (0.290478, -0.146424, 0.945612), }, - Vertex { position: (-3.335942, -1.365685, 0.72459), - normal: (-0.521685, -0.261319, 0.812131), }, - Vertex { position: (-3.53391, -1.330455, 0.568246), - normal: (0.431429, -0.109339, 0.895497), }, - Vertex { position: (-3.438226, -0.721479, 0.728141), - normal: (-0.912869, -0.285577, 0.291747), }, - Vertex { position: (-3.283698, -0.730967, 0.793898), - normal: (-0.99574, -0.082547, 0.041071), }, - Vertex { position: (-3.415655, -0.308965, 0.671045), - normal: (-0.970971, -0.219011, 0.096178), }, - Vertex { position: (-3.526766, -0.317542, 0.560837), - normal: (-0.652584, -0.147678, 0.743186), }, - Vertex { position: (-3.415655, -0.308965, 0.671045), - normal: (-0.970971, -0.219011, 0.096178), }, - Vertex { position: (-3.470778, -0.078218, 0.546398), - normal: (-0.739347, 0.031953, 0.672566), }, - Vertex { position: (-3.569993, -0.731989, 0.649435), - normal: (-0.483189, -0.207332, 0.850613), }, - Vertex { position: (-3.438226, -0.721479, 0.728141), - normal: (-0.912869, -0.285577, 0.291747), }, - Vertex { position: (-3.415655, -0.308965, 0.671045), - normal: (-0.970971, -0.219011, 0.096178), }, - Vertex { position: (-3.569993, -0.731989, 0.649435), - normal: (-0.483189, -0.207332, 0.850613), }, - Vertex { position: (-3.415655, -0.308965, 0.671045), - normal: (-0.970971, -0.219011, 0.096178), }, - Vertex { position: (-3.526766, -0.317542, 0.560837), - normal: (-0.652584, -0.147678, 0.743186), }, - Vertex { position: (-3.55012, -0.984868, 0.675228), - normal: (-0.4008, -0.167777, 0.900672), }, - Vertex { position: (-3.355398, -0.969157, 0.766213), - normal: (-0.883057, -0.239959, 0.403273), }, - Vertex { position: (-3.438226, -0.721479, 0.728141), - normal: (-0.912869, -0.285577, 0.291747), }, - Vertex { position: (-3.55012, -0.984868, 0.675228), - normal: (-0.4008, -0.167777, 0.900672), }, - Vertex { position: (-3.438226, -0.721479, 0.728141), - normal: (-0.912869, -0.285577, 0.291747), }, - Vertex { position: (-3.569993, -0.731989, 0.649435), - normal: (-0.483189, -0.207332, 0.850613), }, - Vertex { position: (-3.492599, -1.180646, 0.692282), - normal: (-0.417424, -0.199203, 0.886609), }, - Vertex { position: (-3.27979, -1.162072, 0.784602), - normal: (-0.872722, -0.174901, 0.455813), }, - Vertex { position: (-3.355398, -0.969157, 0.766213), - normal: (-0.883057, -0.239959, 0.403273), }, - Vertex { position: (-3.492599, -1.180646, 0.692282), - normal: (-0.417424, -0.199203, 0.886609), }, - Vertex { position: (-3.355398, -0.969157, 0.766213), - normal: (-0.883057, -0.239959, 0.403273), }, - Vertex { position: (-3.55012, -0.984868, 0.675228), - normal: (-0.4008, -0.167777, 0.900672), }, - Vertex { position: (-3.335942, -1.365685, 0.72459), - normal: (-0.521685, -0.261319, 0.812131), }, - Vertex { position: (-3.27979, -1.162072, 0.784602), - normal: (-0.872722, -0.174901, 0.455813), }, - Vertex { position: (-3.492599, -1.180646, 0.692282), - normal: (-0.417424, -0.199203, 0.886609), }, - Vertex { position: (-3.25121, -0.948205, 0.819868), - normal: (-0.874358, -0.225285, 0.429819), }, - Vertex { position: (-3.355398, -0.969157, 0.766213), - normal: (-0.883057, -0.239959, 0.403273), }, - Vertex { position: (-3.27979, -1.162072, 0.784602), - normal: (-0.872722, -0.174901, 0.455813), }, - Vertex { position: (-3.556552, 0.704883, 0.28063), - normal: (-0.794709, -0.185222, -0.57804), }, - Vertex { position: (-3.566995, 0.656967, 0.0), - normal: (-0.989276, 0.146061, 0.0), }, - Vertex { position: (-3.544507, 0.467147, 0.0), - normal: (-0.57342, 0.819261, 0.0), }, - Vertex { position: (-3.556552, 0.704883, 0.28063), - normal: (-0.794709, -0.185222, -0.57804), }, - Vertex { position: (-3.544507, 0.467147, 0.0), - normal: (-0.57342, 0.819261, 0.0), }, - Vertex { position: (-3.536654, 0.442277, 0.322), - normal: (-0.17902, -0.308668, 0.934171), }, - Vertex { position: (-3.57817, 0.837714, 0.288502), - normal: (-0.845931, -0.255219, -0.468256), }, - Vertex { position: (-3.599077, 0.796217, 0.0), - normal: (-0.989171, 0.146765, 0.0), }, - Vertex { position: (-3.566995, 0.656967, 0.0), - normal: (-0.989276, 0.146061, 0.0), }, - Vertex { position: (-3.57817, 0.837714, 0.288502), - normal: (-0.845931, -0.255219, -0.468256), }, - Vertex { position: (-3.566995, 0.656967, 0.0), - normal: (-0.989276, 0.146061, 0.0), }, - Vertex { position: (-3.556552, 0.704883, 0.28063), - normal: (-0.794709, -0.185222, -0.57804), }, - Vertex { position: (-3.283698, -0.730967, 0.793898), - normal: (-0.99574, -0.082547, 0.041071), }, - Vertex { position: (-3.438226, -0.721479, 0.728141), - normal: (-0.912869, -0.285577, 0.291747), }, - Vertex { position: (-3.355398, -0.969157, 0.766213), - normal: (-0.883057, -0.239959, 0.403273), }, - Vertex { position: (-3.283698, -0.730967, 0.793898), - normal: (-0.99574, -0.082547, 0.041071), }, - Vertex { position: (-3.355398, -0.969157, 0.766213), - normal: (-0.883057, -0.239959, 0.403273), }, - Vertex { position: (-3.25121, -0.948205, 0.819868), - normal: (-0.874358, -0.225285, 0.429819), }, - Vertex { position: (-1.936032, -1.829617, 0.488916), - normal: (-0.498756, -0.224101, 0.83727), }, - Vertex { position: (-1.971059, -1.992958, 0.500845), - normal: (0.722741, 0.690989, -0.01339), }, - Vertex { position: (-1.933565, -1.993029, 0.438902), - normal: (0.532717, 0.840798, 0.09629), }, - Vertex { position: (-1.936032, -1.829617, 0.488916), - normal: (-0.498756, -0.224101, 0.83727), }, - Vertex { position: (-1.933565, -1.993029, 0.438902), - normal: (0.532717, 0.840798, 0.09629), }, - Vertex { position: (-1.88316, -1.829718, 0.401567), - normal: (-0.239734, -0.173966, 0.955125), }, - Vertex { position: (-2.027242, -1.813012, 0.555232), - normal: (-0.759627, -0.28527, 0.584455), }, - Vertex { position: (-2.03574, -1.981182, 0.547873), - normal: (0.870384, 0.492056, 0.017698), }, - Vertex { position: (-1.971059, -1.992958, 0.500845), - normal: (0.722741, 0.690989, -0.01339), }, - Vertex { position: (-2.027242, -1.813012, 0.555232), - normal: (-0.759627, -0.28527, 0.584455), }, - Vertex { position: (-1.971059, -1.992958, 0.500845), - normal: (0.722741, 0.690989, -0.01339), }, - Vertex { position: (-1.936032, -1.829617, 0.488916), - normal: (-0.498756, -0.224101, 0.83727), }, - Vertex { position: (-2.126375, -1.866497, 0.502895), - normal: (-0.672688, -0.442616, 0.592944), }, - Vertex { position: (-2.106039, -2.019111, 0.510759), - normal: (0.947044, 0.280641, 0.156039), }, - Vertex { position: (-2.03574, -1.981182, 0.547873), - normal: (0.870384, 0.492056, 0.017698), }, - Vertex { position: (-2.126375, -1.866497, 0.502895), - normal: (-0.672688, -0.442616, 0.592944), }, - Vertex { position: (-2.03574, -1.981182, 0.547873), - normal: (0.870384, 0.492056, 0.017698), }, - Vertex { position: (-2.027242, -1.813012, 0.555232), - normal: (-0.759627, -0.28527, 0.584455), }, - Vertex { position: (-2.176551, -1.873816, 0.445782), - normal: (0.954473, -0.270031, 0.126745), }, - Vertex { position: (-2.141621, -2.024301, 0.470257), - normal: (0.925586, 0.050829, 0.375109), }, - Vertex { position: (-2.106039, -2.019111, 0.510759), - normal: (0.947044, 0.280641, 0.156039), }, - Vertex { position: (-2.176551, -1.873816, 0.445782), - normal: (0.954473, -0.270031, 0.126745), }, - Vertex { position: (-2.106039, -2.019111, 0.510759), - normal: (0.947044, 0.280641, 0.156039), }, - Vertex { position: (-2.126375, -1.866497, 0.502895), - normal: (-0.672688, -0.442616, 0.592944), }, - Vertex { position: (-2.147113, -1.903198, 0.362462), - normal: (0.957938, -0.285979, 0.023877), }, - Vertex { position: (-2.120746, -2.045137, 0.411171), - normal: (-0.212651, -0.104685, 0.971504), }, - Vertex { position: (-2.141621, -2.024301, 0.470257), - normal: (0.925586, 0.050829, 0.375109), }, - Vertex { position: (-2.147113, -1.903198, 0.362462), - normal: (0.957938, -0.285979, 0.023877), }, - Vertex { position: (-2.141621, -2.024301, 0.470257), - normal: (0.925586, 0.050829, 0.375109), }, - Vertex { position: (-2.176551, -1.873816, 0.445782), - normal: (0.954473, -0.270031, 0.126745), }, - Vertex { position: (-2.062725, -1.884246, 0.307336), - normal: (-0.274087, 0.000043, -0.961705), }, - Vertex { position: (-2.060902, -2.031698, 0.372079), - normal: (0.332529, 0.910491, 0.245827), }, - Vertex { position: (-2.120746, -2.045137, 0.411171), - normal: (-0.212651, -0.104685, 0.971504), }, - Vertex { position: (-2.062725, -1.884246, 0.307336), - normal: (-0.274087, 0.000043, -0.961705), }, - Vertex { position: (-2.120746, -2.045137, 0.411171), - normal: (-0.212651, -0.104685, 0.971504), }, - Vertex { position: (-2.147113, -1.903198, 0.362462), - normal: (0.957938, -0.285979, 0.023877), }, - Vertex { position: (-1.946306, -1.872735, 0.344251), - normal: (0.74023, -0.090866, 0.666185), }, - Vertex { position: (-1.978344, -2.023535, 0.398257), - normal: (0.530834, 0.847416, -0.010102), }, - Vertex { position: (-2.060902, -2.031698, 0.372079), - normal: (0.332529, 0.910491, 0.245827), }, - Vertex { position: (-1.946306, -1.872735, 0.344251), - normal: (0.74023, -0.090866, 0.666185), }, - Vertex { position: (-2.060902, -2.031698, 0.372079), - normal: (0.332529, 0.910491, 0.245827), }, - Vertex { position: (-2.062725, -1.884246, 0.307336), - normal: (-0.274087, 0.000043, -0.961705), }, - Vertex { position: (-1.88316, -1.829718, 0.401567), - normal: (-0.239734, -0.173966, 0.955125), }, - Vertex { position: (-1.933565, -1.993029, 0.438902), - normal: (0.532717, 0.840798, 0.09629), }, - Vertex { position: (-1.978344, -2.023535, 0.398257), - normal: (0.530834, 0.847416, -0.010102), }, - Vertex { position: (-1.88316, -1.829718, 0.401567), - normal: (-0.239734, -0.173966, 0.955125), }, - Vertex { position: (-1.978344, -2.023535, 0.398257), - normal: (0.530834, 0.847416, -0.010102), }, - Vertex { position: (-1.946306, -1.872735, 0.344251), - normal: (0.74023, -0.090866, 0.666185), }, - Vertex { position: (-2.466779, -1.857679, 0.570461), - normal: (0.080262, -0.270606, 0.959339), }, - Vertex { position: (-2.513608, -2.012858, 0.558673), - normal: (0.78715, 0.616449, -0.019656), }, - Vertex { position: (-2.499138, -2.03809, 0.504529), - normal: (0.66813, 0.738233, -0.092817), }, - Vertex { position: (-2.466779, -1.857679, 0.570461), - normal: (0.080262, -0.270606, 0.959339), }, - Vertex { position: (-2.499138, -2.03809, 0.504529), - normal: (0.66813, 0.738233, -0.092817), }, - Vertex { position: (-2.446375, -1.893261, 0.49411), - normal: (0.441315, -0.29978, 0.845797), }, - Vertex { position: (-2.547737, -1.833025, 0.609321), - normal: (-0.247433, -0.24804, 0.936618), }, - Vertex { position: (-2.571019, -1.995375, 0.58623), - normal: (0.856604, 0.474875, 0.201802), }, - Vertex { position: (-2.513608, -2.012858, 0.558673), - normal: (0.78715, 0.616449, -0.019656), }, - Vertex { position: (-2.547737, -1.833025, 0.609321), - normal: (-0.247433, -0.24804, 0.936618), }, - Vertex { position: (-2.513608, -2.012858, 0.558673), - normal: (0.78715, 0.616449, -0.019656), }, - Vertex { position: (-2.466779, -1.857679, 0.570461), - normal: (0.080262, -0.270606, 0.959339), }, - Vertex { position: (-2.64722, -1.84401, 0.594347), - normal: (-0.587844, -0.244917, 0.771009), }, - Vertex { position: (-2.641567, -2.003164, 0.575611), - normal: (0.827569, 0.284291, 0.484054), }, - Vertex { position: (-2.571019, -1.995375, 0.58623), - normal: (0.856604, 0.474875, 0.201802), }, - Vertex { position: (-2.64722, -1.84401, 0.594347), - normal: (-0.587844, -0.244917, 0.771009), }, - Vertex { position: (-2.571019, -1.995375, 0.58623), - normal: (0.856604, 0.474875, 0.201802), }, - Vertex { position: (-2.547737, -1.833025, 0.609321), - normal: (-0.247433, -0.24804, 0.936618), }, - Vertex { position: (-2.699966, -1.850397, 0.57007), - normal: (-0.845196, -0.27877, 0.455994), }, - Vertex { position: (-2.678971, -2.007694, 0.558395), - normal: (0.754806, 0.216246, 0.619279), }, - Vertex { position: (-2.641567, -2.003164, 0.575611), - normal: (0.827569, 0.284291, 0.484054), }, - Vertex { position: (-2.699966, -1.850397, 0.57007), - normal: (-0.845196, -0.27877, 0.455994), }, - Vertex { position: (-2.641567, -2.003164, 0.575611), - normal: (0.827569, 0.284291, 0.484054), }, - Vertex { position: (-2.64722, -1.84401, 0.594347), - normal: (-0.587844, -0.244917, 0.771009), }, - Vertex { position: (-2.709403, -1.879947, 0.508775), - normal: (0.972392, 0.232654, 0.018037), }, - Vertex { position: (-2.685663, -2.028649, 0.514928), - normal: (0.512523, 0.043999, 0.857545), }, - Vertex { position: (-2.678971, -2.007694, 0.558395), - normal: (0.754806, 0.216246, 0.619279), }, - Vertex { position: (-2.709403, -1.879947, 0.508775), - normal: (0.972392, 0.232654, 0.018037), }, - Vertex { position: (-2.678971, -2.007694, 0.558395), - normal: (0.754806, 0.216246, 0.619279), }, - Vertex { position: (-2.699966, -1.850397, 0.57007), - normal: (-0.845196, -0.27877, 0.455994), }, - Vertex { position: (-2.684452, -1.891207, 0.447388), - normal: (0.975634, -0.187231, -0.114377), }, - Vertex { position: (-2.667969, -2.036634, 0.471396), - normal: (0.45571, -0.00339, 0.890122), }, - Vertex { position: (-2.685663, -2.028649, 0.514928), - normal: (0.512523, 0.043999, 0.857545), }, - Vertex { position: (-2.684452, -1.891207, 0.447388), - normal: (0.975634, -0.187231, -0.114377), }, - Vertex { position: (-2.685663, -2.028649, 0.514928), - normal: (0.512523, 0.043999, 0.857545), }, - Vertex { position: (-2.709403, -1.879947, 0.508775), - normal: (0.972392, 0.232654, 0.018037), }, - Vertex { position: (-2.614084, -1.905005, 0.404925), - normal: (0.985192, -0.12583, -0.116459), }, - Vertex { position: (-2.618068, -2.046419, 0.441284), - normal: (0.373808, -0.059429, 0.9256), }, - Vertex { position: (-2.667969, -2.036634, 0.471396), - normal: (0.45571, -0.00339, 0.890122), }, - Vertex { position: (-2.614084, -1.905005, 0.404925), - normal: (0.985192, -0.12583, -0.116459), }, - Vertex { position: (-2.667969, -2.036634, 0.471396), - normal: (0.45571, -0.00339, 0.890122), }, - Vertex { position: (-2.684452, -1.891207, 0.447388), - normal: (0.975634, -0.187231, -0.114377), }, - Vertex { position: (-2.503818, -1.909806, 0.431456), - normal: (0.996811, -0.048518, -0.063355), }, - Vertex { position: (-2.539874, -2.049824, 0.460098), - normal: (0.276212, -0.065585, 0.958856), }, - Vertex { position: (-2.618068, -2.046419, 0.441284), - normal: (0.373808, -0.059429, 0.9256), }, - Vertex { position: (-2.503818, -1.909806, 0.431456), - normal: (0.996811, -0.048518, -0.063355), }, - Vertex { position: (-2.618068, -2.046419, 0.441284), - normal: (0.373808, -0.059429, 0.9256), }, - Vertex { position: (-2.614084, -1.905005, 0.404925), - normal: (0.985192, -0.12583, -0.116459), }, - Vertex { position: (-2.446375, -1.893261, 0.49411), - normal: (0.441315, -0.29978, 0.845797), }, - Vertex { position: (-2.499138, -2.03809, 0.504529), - normal: (0.66813, 0.738233, -0.092817), }, - Vertex { position: (-2.539874, -2.049824, 0.460098), - normal: (0.276212, -0.065585, 0.958856), }, - Vertex { position: (-2.446375, -1.893261, 0.49411), - normal: (0.441315, -0.29978, 0.845797), }, - Vertex { position: (-2.539874, -2.049824, 0.460098), - normal: (0.276212, -0.065585, 0.958856), }, - Vertex { position: (-2.503818, -1.909806, 0.431456), - normal: (0.996811, -0.048518, -0.063355), }, - Vertex { position: (-1.978344, -2.023535, 0.398257), - normal: (0.530834, 0.847416, -0.010102), }, - Vertex { position: (-1.985123, -2.116661, 0.394256), - normal: (0.122987, -0.006582, 0.992387), }, - Vertex { position: (-2.065655, -2.124623, 0.36872), - normal: (0.041586, 0.068165, 0.996807), }, - Vertex { position: (-1.978344, -2.023535, 0.398257), - normal: (0.530834, 0.847416, -0.010102), }, - Vertex { position: (-2.065655, -2.124623, 0.36872), - normal: (0.041586, 0.068165, 0.996807), }, - Vertex { position: (-2.060902, -2.031698, 0.372079), - normal: (0.332529, 0.910491, 0.245827), }, - Vertex { position: (-2.060902, -2.031698, 0.372079), - normal: (0.332529, 0.910491, 0.245827), }, - Vertex { position: (-2.065655, -2.124623, 0.36872), - normal: (0.041586, 0.068165, 0.996807), }, - Vertex { position: (-2.12403, -2.137733, 0.406853), - normal: (0.035084, 0.005692, 0.999368), }, - Vertex { position: (-2.060902, -2.031698, 0.372079), - normal: (0.332529, 0.910491, 0.245827), }, - Vertex { position: (-2.12403, -2.137733, 0.406853), - normal: (0.035084, 0.005692, 0.999368), }, - Vertex { position: (-2.120746, -2.045137, 0.411171), - normal: (-0.212651, -0.104685, 0.971504), }, - Vertex { position: (-2.120746, -2.045137, 0.411171), - normal: (-0.212651, -0.104685, 0.971504), }, - Vertex { position: (-2.12403, -2.137733, 0.406853), - normal: (0.035084, 0.005692, 0.999368), }, - Vertex { position: (-2.144393, -2.117408, 0.464489), - normal: (-0.01346, -0.014478, 0.999805), }, - Vertex { position: (-2.120746, -2.045137, 0.411171), - normal: (-0.212651, -0.104685, 0.971504), }, - Vertex { position: (-2.144393, -2.117408, 0.464489), - normal: (-0.01346, -0.014478, 0.999805), }, - Vertex { position: (-2.141621, -2.024301, 0.470257), - normal: (0.925586, 0.050829, 0.375109), }, - Vertex { position: (-2.141621, -2.024301, 0.470257), - normal: (0.925586, 0.050829, 0.375109), }, - Vertex { position: (-2.144393, -2.117408, 0.464489), - normal: (-0.01346, -0.014478, 0.999805), }, - Vertex { position: (-2.109684, -2.112345, 0.503997), - normal: (-0.114527, 0.103064, 0.988059), }, - Vertex { position: (-2.141621, -2.024301, 0.470257), - normal: (0.925586, 0.050829, 0.375109), }, - Vertex { position: (-2.109684, -2.112345, 0.503997), - normal: (-0.114527, 0.103064, 0.988059), }, - Vertex { position: (-2.106039, -2.019111, 0.510759), - normal: (0.947044, 0.280641, 0.156039), }, - Vertex { position: (-2.106039, -2.019111, 0.510759), - normal: (0.947044, 0.280641, 0.156039), }, - Vertex { position: (-2.109684, -2.112345, 0.503997), - normal: (-0.114527, 0.103064, 0.988059), }, - Vertex { position: (-2.04111, -2.075348, 0.540201), - normal: (0.2189, 0.87846, 0.424724), }, - Vertex { position: (-2.106039, -2.019111, 0.510759), - normal: (0.947044, 0.280641, 0.156039), }, - Vertex { position: (-2.04111, -2.075348, 0.540201), - normal: (0.2189, 0.87846, 0.424724), }, - Vertex { position: (-2.03574, -1.981182, 0.547873), - normal: (0.870384, 0.492056, 0.017698), }, - Vertex { position: (-2.03574, -1.981182, 0.547873), - normal: (0.870384, 0.492056, 0.017698), }, - Vertex { position: (-2.04111, -2.075348, 0.540201), - normal: (0.2189, 0.87846, 0.424724), }, - Vertex { position: (-1.978016, -2.086834, 0.494327), - normal: (-0.194126, 0.280848, 0.939914), }, - Vertex { position: (-2.03574, -1.981182, 0.547873), - normal: (0.870384, 0.492056, 0.017698), }, - Vertex { position: (-1.978016, -2.086834, 0.494327), - normal: (-0.194126, 0.280848, 0.939914), }, - Vertex { position: (-1.971059, -1.992958, 0.500845), - normal: (0.722741, 0.690989, -0.01339), }, - Vertex { position: (-1.971059, -1.992958, 0.500845), - normal: (0.722741, 0.690989, -0.01339), }, - Vertex { position: (-1.978016, -2.086834, 0.494327), - normal: (-0.194126, 0.280848, 0.939914), }, - Vertex { position: (-1.941442, -2.086904, 0.433904), - normal: (0.742615, 0.656803, 0.130894), }, - Vertex { position: (-1.971059, -1.992958, 0.500845), - normal: (0.722741, 0.690989, -0.01339), }, - Vertex { position: (-1.941442, -2.086904, 0.433904), - normal: (0.742615, 0.656803, 0.130894), }, - Vertex { position: (-1.933565, -1.993029, 0.438902), - normal: (0.532717, 0.840798, 0.09629), }, - Vertex { position: (-1.933565, -1.993029, 0.438902), - normal: (0.532717, 0.840798, 0.09629), }, - Vertex { position: (-1.941442, -2.086904, 0.433904), - normal: (0.742615, 0.656803, 0.130894), }, - Vertex { position: (-1.985123, -2.116661, 0.394256), - normal: (0.122987, -0.006582, 0.992387), }, - Vertex { position: (-1.933565, -1.993029, 0.438902), - normal: (0.532717, 0.840798, 0.09629), }, - Vertex { position: (-1.985123, -2.116661, 0.394256), - normal: (0.122987, -0.006582, 0.992387), }, - Vertex { position: (-1.978344, -2.023535, 0.398257), - normal: (0.530834, 0.847416, -0.010102), }, - Vertex { position: (-2.499138, -2.03809, 0.504529), - normal: (0.66813, 0.738233, -0.092817), }, - Vertex { position: (-2.513187, -2.130859, 0.49792), - normal: (0.681964, 0.386261, 0.621069), }, - Vertex { position: (-2.552923, -2.142304, 0.454579), - normal: (0.584509, 0.341142, 0.736187), }, - Vertex { position: (-2.499138, -2.03809, 0.504529), - normal: (0.66813, 0.738233, -0.092817), }, - Vertex { position: (-2.552923, -2.142304, 0.454579), - normal: (0.584509, 0.341142, 0.736187), }, - Vertex { position: (-2.539874, -2.049824, 0.460098), - normal: (0.276212, -0.065585, 0.958856), }, - Vertex { position: (-2.539874, -2.049824, 0.460098), - normal: (0.276212, -0.065585, 0.958856), }, - Vertex { position: (-2.552923, -2.142304, 0.454579), - normal: (0.584509, 0.341142, 0.736187), }, - Vertex { position: (-2.629199, -2.138983, 0.436227), - normal: (0.519595, 0.25029, 0.816931), }, - Vertex { position: (-2.539874, -2.049824, 0.460098), - normal: (0.276212, -0.065585, 0.958856), }, - Vertex { position: (-2.629199, -2.138983, 0.436227), - normal: (0.519595, 0.25029, 0.816931), }, - Vertex { position: (-2.618068, -2.046419, 0.441284), - normal: (0.373808, -0.059429, 0.9256), }, - Vertex { position: (-2.618068, -2.046419, 0.441284), - normal: (0.373808, -0.059429, 0.9256), }, - Vertex { position: (-2.629199, -2.138983, 0.436227), - normal: (0.519595, 0.25029, 0.816931), }, - Vertex { position: (-2.677875, -2.129439, 0.4656), - normal: (0.237937, 0.08172, 0.967837), }, - Vertex { position: (-2.618068, -2.046419, 0.441284), - normal: (0.373808, -0.059429, 0.9256), }, - Vertex { position: (-2.677875, -2.129439, 0.4656), - normal: (0.237937, 0.08172, 0.967837), }, - Vertex { position: (-2.667969, -2.036634, 0.471396), - normal: (0.45571, -0.00339, 0.890122), }, - Vertex { position: (-2.667969, -2.036634, 0.471396), - normal: (0.45571, -0.00339, 0.890122), }, - Vertex { position: (-2.677875, -2.129439, 0.4656), - normal: (0.237937, 0.08172, 0.967837), }, - Vertex { position: (-2.695135, -2.12165, 0.508064), - normal: (0.198142, 0.152918, 0.968171), }, - Vertex { position: (-2.667969, -2.036634, 0.471396), - normal: (0.45571, -0.00339, 0.890122), }, - Vertex { position: (-2.695135, -2.12165, 0.508064), - normal: (0.198142, 0.152918, 0.968171), }, - Vertex { position: (-2.685663, -2.028649, 0.514928), - normal: (0.512523, 0.043999, 0.857545), }, - Vertex { position: (-2.685663, -2.028649, 0.514928), - normal: (0.512523, 0.043999, 0.857545), }, - Vertex { position: (-2.695135, -2.12165, 0.508064), - normal: (0.198142, 0.152918, 0.968171), }, - Vertex { position: (-2.688607, -2.101208, 0.550465), - normal: (0.198441, 0.172024, 0.964898), }, - Vertex { position: (-2.685663, -2.028649, 0.514928), - normal: (0.512523, 0.043999, 0.857545), }, - Vertex { position: (-2.688607, -2.101208, 0.550465), - normal: (0.198441, 0.172024, 0.964898), }, - Vertex { position: (-2.678971, -2.007694, 0.558395), - normal: (0.754806, 0.216246, 0.619279), }, - Vertex { position: (-2.678971, -2.007694, 0.558395), - normal: (0.754806, 0.216246, 0.619279), }, - Vertex { position: (-2.688607, -2.101208, 0.550465), - normal: (0.198441, 0.172024, 0.964898), }, - Vertex { position: (-2.65212, -2.09679, 0.567258), - normal: (0.204819, 0.130792, 0.970022), }, - Vertex { position: (-2.678971, -2.007694, 0.558395), - normal: (0.754806, 0.216246, 0.619279), }, - Vertex { position: (-2.65212, -2.09679, 0.567258), - normal: (0.204819, 0.130792, 0.970022), }, - Vertex { position: (-2.641567, -2.003164, 0.575611), - normal: (0.827569, 0.284291, 0.484054), }, - Vertex { position: (-2.641567, -2.003164, 0.575611), - normal: (0.827569, 0.284291, 0.484054), }, - Vertex { position: (-2.65212, -2.09679, 0.567258), - normal: (0.204819, 0.130792, 0.970022), }, - Vertex { position: (-2.583303, -2.089191, 0.577616), - normal: (0.154029, 0.078449, 0.984947), }, - Vertex { position: (-2.641567, -2.003164, 0.575611), - normal: (0.827569, 0.284291, 0.484054), }, - Vertex { position: (-2.583303, -2.089191, 0.577616), - normal: (0.154029, 0.078449, 0.984947), }, - Vertex { position: (-2.571019, -1.995375, 0.58623), - normal: (0.856604, 0.474875, 0.201802), }, - Vertex { position: (-2.571019, -1.995375, 0.58623), - normal: (0.856604, 0.474875, 0.201802), }, - Vertex { position: (-2.583303, -2.089191, 0.577616), - normal: (0.154029, 0.078449, 0.984947), }, - Vertex { position: (-2.527301, -2.106246, 0.550735), - normal: (0.032152, 0.123743, 0.991793), }, - Vertex { position: (-2.571019, -1.995375, 0.58623), - normal: (0.856604, 0.474875, 0.201802), }, - Vertex { position: (-2.527301, -2.106246, 0.550735), - normal: (0.032152, 0.123743, 0.991793), }, - Vertex { position: (-2.513608, -2.012858, 0.558673), - normal: (0.78715, 0.616449, -0.019656), }, - Vertex { position: (-2.513608, -2.012858, 0.558673), - normal: (0.78715, 0.616449, -0.019656), }, - Vertex { position: (-2.527301, -2.106246, 0.550735), - normal: (0.032152, 0.123743, 0.991793), }, - Vertex { position: (-2.513187, -2.130859, 0.49792), - normal: (0.681964, 0.386261, 0.621069), }, - Vertex { position: (-2.513608, -2.012858, 0.558673), - normal: (0.78715, 0.616449, -0.019656), }, - Vertex { position: (-2.513187, -2.130859, 0.49792), - normal: (0.681964, 0.386261, 0.621069), }, - Vertex { position: (-2.499138, -2.03809, 0.504529), - normal: (0.66813, 0.738233, -0.092817), }, - Vertex { position: (-2.048681, -2.165282, 0.450843), - normal: (-0.077208, 0.343417, 0.936004), }, - Vertex { position: (-1.941442, -2.086904, 0.433904), - normal: (0.742615, 0.656803, 0.130894), }, - Vertex { position: (-1.978016, -2.086834, 0.494327), - normal: (-0.194126, 0.280848, 0.939914), }, - Vertex { position: (-2.048681, -2.165282, 0.450843), - normal: (-0.077208, 0.343417, 0.936004), }, - Vertex { position: (-1.978016, -2.086834, 0.494327), - normal: (-0.194126, 0.280848, 0.939914), }, - Vertex { position: (-2.04111, -2.075348, 0.540201), - normal: (0.2189, 0.87846, 0.424724), }, - Vertex { position: (-2.048681, -2.165282, 0.450843), - normal: (-0.077208, 0.343417, 0.936004), }, - Vertex { position: (-2.04111, -2.075348, 0.540201), - normal: (0.2189, 0.87846, 0.424724), }, - Vertex { position: (-2.109684, -2.112345, 0.503997), - normal: (-0.114527, 0.103064, 0.988059), }, - Vertex { position: (-2.048681, -2.165282, 0.450843), - normal: (-0.077208, 0.343417, 0.936004), }, - Vertex { position: (-2.109684, -2.112345, 0.503997), - normal: (-0.114527, 0.103064, 0.988059), }, - Vertex { position: (-2.144393, -2.117408, 0.464489), - normal: (-0.01346, -0.014478, 0.999805), }, - Vertex { position: (-2.048681, -2.165282, 0.450843), - normal: (-0.077208, 0.343417, 0.936004), }, - Vertex { position: (-2.144393, -2.117408, 0.464489), - normal: (-0.01346, -0.014478, 0.999805), }, - Vertex { position: (-2.12403, -2.137733, 0.406853), - normal: (0.035084, 0.005692, 0.999368), }, - Vertex { position: (-2.048681, -2.165282, 0.450843), - normal: (-0.077208, 0.343417, 0.936004), }, - Vertex { position: (-2.12403, -2.137733, 0.406853), - normal: (0.035084, 0.005692, 0.999368), }, - Vertex { position: (-2.065655, -2.124623, 0.36872), - normal: (0.041586, 0.068165, 0.996807), }, - Vertex { position: (-2.048681, -2.165282, 0.450843), - normal: (-0.077208, 0.343417, 0.936004), }, - Vertex { position: (-2.065655, -2.124623, 0.36872), - normal: (0.041586, 0.068165, 0.996807), }, - Vertex { position: (-1.985123, -2.116661, 0.394256), - normal: (0.122987, -0.006582, 0.992387), }, - Vertex { position: (-2.048681, -2.165282, 0.450843), - normal: (-0.077208, 0.343417, 0.936004), }, - Vertex { position: (-1.985123, -2.116661, 0.394256), - normal: (0.122987, -0.006582, 0.992387), }, - Vertex { position: (-1.941442, -2.086904, 0.433904), - normal: (0.742615, 0.656803, 0.130894), }, - Vertex { position: (-2.603284, -2.176802, 0.510638), - normal: (0.510285, 0.851048, 0.1238), }, - Vertex { position: (-2.513187, -2.130859, 0.49792), - normal: (0.681964, 0.386261, 0.621069), }, - Vertex { position: (-2.527301, -2.106246, 0.550735), - normal: (0.032152, 0.123743, 0.991793), }, - Vertex { position: (-2.603284, -2.176802, 0.510638), - normal: (0.510285, 0.851048, 0.1238), }, - Vertex { position: (-2.527301, -2.106246, 0.550735), - normal: (0.032152, 0.123743, 0.991793), }, - Vertex { position: (-2.583303, -2.089191, 0.577616), - normal: (0.154029, 0.078449, 0.984947), }, - Vertex { position: (-2.603284, -2.176802, 0.510638), - normal: (0.510285, 0.851048, 0.1238), }, - Vertex { position: (-2.583303, -2.089191, 0.577616), - normal: (0.154029, 0.078449, 0.984947), }, - Vertex { position: (-2.65212, -2.09679, 0.567258), - normal: (0.204819, 0.130792, 0.970022), }, - Vertex { position: (-2.603284, -2.176802, 0.510638), - normal: (0.510285, 0.851048, 0.1238), }, - Vertex { position: (-2.65212, -2.09679, 0.567258), - normal: (0.204819, 0.130792, 0.970022), }, - Vertex { position: (-2.688607, -2.101208, 0.550465), - normal: (0.198441, 0.172024, 0.964898), }, - Vertex { position: (-2.603284, -2.176802, 0.510638), - normal: (0.510285, 0.851048, 0.1238), }, - Vertex { position: (-2.688607, -2.101208, 0.550465), - normal: (0.198441, 0.172024, 0.964898), }, - Vertex { position: (-2.695135, -2.12165, 0.508064), - normal: (0.198142, 0.152918, 0.968171), }, - Vertex { position: (-2.603284, -2.176802, 0.510638), - normal: (0.510285, 0.851048, 0.1238), }, - Vertex { position: (-2.695135, -2.12165, 0.508064), - normal: (0.198142, 0.152918, 0.968171), }, - Vertex { position: (-2.677875, -2.129439, 0.4656), - normal: (0.237937, 0.08172, 0.967837), }, - Vertex { position: (-2.603284, -2.176802, 0.510638), - normal: (0.510285, 0.851048, 0.1238), }, - Vertex { position: (-2.677875, -2.129439, 0.4656), - normal: (0.237937, 0.08172, 0.967837), }, - Vertex { position: (-2.629199, -2.138983, 0.436227), - normal: (0.519595, 0.25029, 0.816931), }, - Vertex { position: (-2.603284, -2.176802, 0.510638), - normal: (0.510285, 0.851048, 0.1238), }, - Vertex { position: (-2.629199, -2.138983, 0.436227), - normal: (0.519595, 0.25029, 0.816931), }, - Vertex { position: (-2.552923, -2.142304, 0.454579), - normal: (0.584509, 0.341142, 0.736187), }, - Vertex { position: (-2.603284, -2.176802, 0.510638), - normal: (0.510285, 0.851048, 0.1238), }, - Vertex { position: (-2.552923, -2.142304, 0.454579), - normal: (0.584509, 0.341142, 0.736187), }, - Vertex { position: (-2.513187, -2.130859, 0.49792), - normal: (0.681964, 0.386261, 0.621069), }, - Vertex { position: (-3.120907, -1.707924, 0.431829), - normal: (0.820312, -0.193024, 0.538358), }, - Vertex { position: (-2.941731, -1.787431, 0.442574), - normal: (0.999491, -0.02584, 0.01873), }, - Vertex { position: (-3.008323, -1.759271, 0.655672), - normal: (0.713401, 0.39471, -0.579019), }, - Vertex { position: (-3.120907, -1.707924, 0.431829), - normal: (0.820312, -0.193024, 0.538358), }, - Vertex { position: (-3.008323, -1.759271, 0.655672), - normal: (0.713401, 0.39471, -0.579019), }, - Vertex { position: (-3.139394, -1.687482, 0.638546), - normal: (0.843062, -0.10517, 0.527433), }, - Vertex { position: (-2.941731, -1.787431, 0.442574), - normal: (0.999491, -0.02584, 0.01873), }, - Vertex { position: (-2.709403, -1.879947, 0.508775), - normal: (0.972392, 0.232654, 0.018037), }, - Vertex { position: (-3.008323, -1.759271, 0.655672), - normal: (0.713401, 0.39471, -0.579019), }, - Vertex { position: (-2.709403, -1.879947, 0.508775), - normal: (0.972392, 0.232654, 0.018037), }, - Vertex { position: (-2.699966, -1.850397, 0.57007), - normal: (-0.845196, -0.27877, 0.455994), }, - Vertex { position: (-2.811581, -1.79821, 0.712737), - normal: (-0.732521, -0.474279, 0.488336), }, - Vertex { position: (-2.709403, -1.879947, 0.508775), - normal: (0.972392, 0.232654, 0.018037), }, - Vertex { position: (-2.811581, -1.79821, 0.712737), - normal: (-0.732521, -0.474279, 0.488336), }, - Vertex { position: (-3.008323, -1.759271, 0.655672), - normal: (0.713401, 0.39471, -0.579019), }, - Vertex { position: (-3.697889, -0.951955, 0.098793), - normal: (-0.530021, 0.13773, 0.836724), }, - Vertex { position: (-3.67645, -0.551317, 0.077574), - normal: (-0.54555, -0.056478, 0.836173), }, -]; diff --git a/src/cow_vertex.rs b/src/cow_vertex.rs deleted file mode 100644 index c099052..0000000 --- a/src/cow_vertex.rs +++ /dev/null @@ -1,7 +0,0 @@ - -#[derive(Copy, Clone)] -pub struct Vertex { - pub position: (f32, f32, f32), - pub normal: (f32, f32, f32), -} -implement_vertex!(Vertex, position, normal); diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..c0f537d --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,67 @@ + +#[macro_use] +extern crate glium; + +extern crate image; +extern crate getopts; + +use std::env; +use std::u64; +use std::process::exit; +use getopts::{Options, Matches}; +use glium::glutin::os::unix::WindowBuilderExt; + +pub mod util; + +fn print_usage(program: &str, opts: Options) { + let brief = format!("Usage: {} [options]", program); + print!("{}", opts.usage(&brief)); +} + +pub fn generic_main(mut opts: Options) -> (Matches, Option) { + let args: Vec = env::args().collect(); + let program = args[0].clone(); + + // Turn, eg, "-root" into "--root" + let args = util::convert_xscreensaver_args(args); + + // Common Args (all screensavers) + opts.optflag("h", "help", "print this help menu"); + opts.optflag("", "window", "run in a window (IGNORED)"); + opts.optflag("", "root", "run in root window (IGNORED)"); + opts.optflag("", "fps", "show frames per second (IGNORED)"); + opts.optopt("", "window-id", "X window id number", "NUM"); + + let matches = match opts.parse(&args[1..]) { + Ok(m) => { m } + Err(f) => { + print_usage(&program, opts); + println!(""); + println!("{}", f.to_string()); + exit(-1); + } + }; + + if matches.opt_present("help") { + print_usage(&program, opts); + exit(0); + } + + // if no "--window-id", try environment variable (arg has priority though) + let window_id_string: Option = + matches.opt_str("window-id") + .or(env::var("XSCREENSAVER_WINDOW").ok()); + + let window_id = window_id_string.map(|id| match util::dechex2u64(&id) { + Ok(y) => y, + Err(e) => { + println!("Couldn't parse numerical argument: {}", e); + exit(-1); }, + }); + + if window_id.is_some() { + println!("Drawing on existing X window: 0x{:07X}", window_id.unwrap()); + } + + (matches, window_id) +} diff --git a/src/main.rs b/src/main.rs deleted file mode 100644 index af0a37f..0000000 --- a/src/main.rs +++ /dev/null @@ -1,248 +0,0 @@ - -#[macro_use] -extern crate glium; - -extern crate image; -extern crate getopts; - -use std::env; -use std::u64; -use std::process::exit; -use getopts::Options; -use glium::glutin::os::unix::WindowBuilderExt; - -mod util; -mod cow_vertex; -mod cow_face; -mod cow_hide; -mod cow_hoofs; -mod cow_horns; -mod cow_tail; -mod cow_udder; - -fn run(window_id: Option) { - - use glium::{DisplayBuild, Surface}; - - let mut t: f32 = 0.0; - let mut z: f32; - - let win_builder: glium::glutin::WindowBuilder = match window_id { - Some(id) => - glium::glutin::WindowBuilder::new() - .from_existing_window(id), - None => glium::glutin::WindowBuilder::new() - .with_title(format!("Exuberant Cow!")) - .with_depth_buffer(24), - }; - let display = win_builder.build_glium().unwrap(); - - let indices = glium::index::NoIndices(glium::index::PrimitiveType::TrianglesList); - - let face_vertices = glium::VertexBuffer::new( - &display, &cow_face::COW_FACE_VERTICES).unwrap(); - let hide_vertices = glium::VertexBuffer::new( - &display, &cow_hide::COW_HIDE_VERTICES).unwrap(); - let hoofs_vertices = glium::VertexBuffer::new( - &display, &cow_hoofs::COW_HOOFS_VERTICES).unwrap(); - let horns_vertices = glium::VertexBuffer::new( - &display, &cow_horns::COW_HORNS_VERTICES).unwrap(); - let tail_vertices = glium::VertexBuffer::new( - &display, &cow_tail::COW_TAIL_VERTICES).unwrap(); - let udder_vertices = glium::VertexBuffer::new( - &display, &cow_udder::COW_UDDER_VERTICES).unwrap(); - - let vertex_shader_src = r#" - #version 140 - - uniform mat4 perspective; - uniform mat4 view; - uniform mat4 model; - - in vec3 position; - in vec3 normal; - - out vec3 v_normal; - out vec3 v_position; - - void main() { - mat4 modelview = view * model; - v_normal = transpose(inverse(mat3(modelview))) * normal; - gl_Position = perspective * modelview * vec4(position, 1.0); - v_position = gl_Position.xyz / gl_Position.w; - } - "#; - - let fragment_shader_src = r#" - #version 140 - - uniform vec3 u_light; - - in vec3 v_normal; - in vec3 v_position; - - out vec4 color; - - const vec3 ambient_color = vec3(0.63, 0.43, 0.36); - const vec3 diffuse_color = vec3(0.5, 0.5, 0.5); - const vec3 specular_color = vec3(0.0, 0.0, 0.0); - - void main() { - float diffuse = max(dot(normalize(v_normal), normalize(u_light)), 0.0); - - vec3 camera_dir = normalize(-v_position); - vec3 half_direction = normalize(normalize(u_light) + camera_dir); - float specular = pow(max(dot(half_direction, normalize(v_normal)), 0.0), 16.); - color = vec4(ambient_color + - diffuse * diffuse_color + - specular * specular_color, 1.0); - } - "#; - - - let program = glium::Program::from_source( - &display, - vertex_shader_src, - fragment_shader_src, - None).unwrap(); - - loop { - - t += 0.03; - z = 0.5 * t.sin(); - - // Drawing Pipeline - let mut target = display.draw(); - - let (width, height) = target.get_dimensions(); - let aspect_ratio = height as f32 / width as f32; - - // Calculate Perspective Matrix - let fov: f32 = 3.141592 / 3.0; // 120 deg - let zfar = 1024.0; - let znear = 0.1; - - let f = 1.0 / (fov / 2.0).tan(); - - let perspective = [ - [f * aspect_ratio , 0.0, 0.0 , 0.0], - [ 0.0 , f , 0.0 , 0.0], - [ 0.0 , 0.0, (zfar+znear)/(zfar-znear) , 1.0], - [ 0.0 , 0.0, -(2.0*zfar*znear)/(zfar-znear), 0.0], - ]; - - let light = [-1.0, 0.4, 0.9f32]; - - let view = util::view_matrix(&[2.0, -1.0, 1.0], &[-2.0, 1.0, 1.0], &[0.0, 1.0, 0.0]); - let uniforms = uniform! { - model: [ - [ 0.3, 0.0, 0.0, 0.0 ], - [ 0.0, 0.3, 0.0, 0.0 ], - [ 0.0, 0.0, 0.3, 0.0 ], - [-0.5, z, 2.0, 1.0 ]], - u_light: light, - perspective: perspective, - view: view, - }; - - // Set black background - target.clear_color_and_depth((0.0, 0.0, 0.0, 1.0), 1.0); - - let params = glium::DrawParameters { - depth: glium::Depth { - test: glium::draw_parameters::DepthTest::IfLess, - write: true, - .. Default::default() - }, - // NB: would enable if all models were "closed" ("sealed", no gaps) - backface_culling: glium::draw_parameters::BackfaceCullingMode::CullCounterClockwise, - .. Default::default() - }; - - for part_vertices in vec![&face_vertices, - &hide_vertices, - &hoofs_vertices, - &horns_vertices, - &tail_vertices, - &udder_vertices] { - - target.draw(part_vertices, - &indices, - &program, - &uniforms, - ¶ms).unwrap(); - } - - target.finish().unwrap(); - - for ev in display.poll_events() { - match ev { - glium::glutin::Event::Closed => return, - _ => () - } - } - // XXX: sleep here for 10ms - } - -} - -fn print_usage(program: &str, opts: Options) { - let brief = format!("Usage: {} [options]", program); - print!("{}", opts.usage(&brief)); -} - -fn main() { - let args: Vec = env::args().collect(); - let program = args[0].clone(); - - // Turn, eg, "-root" into "--root" - let args = util::convert_xscreensaver_args(args); - - let mut opts = Options::new(); - - // Common Args (all screensavers) - opts.optflag("h", "help", "print this help menu"); - opts.optflag("", "window", "run in a window (IGNORED)"); - opts.optflag("", "root", "run in root window (IGNORED)"); - opts.optflag("", "fps", "show frames per second (IGNORED)"); - opts.optopt("", "window-id", "X window id number", "NUM"); - - // Bovine-specific args - opts.optflag("", "wire", "wireframe mode (IGNORED)"); - opts.optopt("c", "count", "how many cows? (1 to 9) (IGNORED)", "NUM"); - opts.optopt("", "delay", "inter-frame delay (0 to 100000) (IGNORED)", "NUM"); - opts.optopt("s", "speed", "how fast? ratio, with 1.0 as normal (IGNORED)", "NUM"); - - let matches = match opts.parse(&args[1..]) { - Ok(m) => { m } - Err(f) => { - print_usage(&program, opts); - println!(""); - println!("{}", f.to_string()); - exit(-1); - } - }; - - if matches.opt_present("help") { - print_usage(&program, opts); - exit(0); - } - - // if no "--window-id", try environment variable (arg has priority though) - let window_id_string: Option = - matches.opt_str("window-id") - .or(env::var("XSCREENSAVER_WINDOW").ok()); - - let window_id = window_id_string.map(|id| match util::dechex2u64(&id) { - Ok(y) => y, - Err(e) => { - println!("Couldn't parse numerical argument: {}", e); - exit(-1); }, - }); - - if window_id.is_some() { - println!("Drawing on existing X window: 0x{:07X}", window_id.unwrap()); - } - - run(window_id); -} -- cgit v1.2.3