aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/cow_model/cow_tail.rs
blob: 93148ca8112a330ba896081084071e386f39810b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
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), },
];