Retera's Model Studio

This bundle is marked as director's cut. It exceeds all expectations and excels in every regard.
This is Retera's Model Studio v0.04 Public Beta. It is not finished! But it is something that works and is better than the Matrix Eater application, and is compatible with Patch 1.32.

Retera's Model Studio is the second evolution of the Matrix Eater project. It is a standalone MDL and MDX model editor. The project has diverged from the Matrix Eater that is available here on the Hive, and become a different program with features that do not totally overlap -- although my goal is for this to entirely replace the Matrix Eater.

Features:
  • Open and view MDL and MDX model files
  • CASC Data browser with double-click to view model, or texture, using JCASC from DrSuperGood
  • Attempts to support every single Warcraft III Patch up to and including Patch 1.31
  • MPQ Data browser seamlessly replaces CASC browser when using older patches of the game
  • 24 color "Team Color" menu will seamlessly swap to 12 colors when using an older patch of the game
  • Edit the model geometry (Select by Vertex, Select by Face, Select by Group)
  • Editor hotkeys that were not present in the Matrix Eater predecessor (QWER for edit mode, ASDF for select mode)
  • Control which Geosets are editable at one time
  • Animation Previewing (No particles or ribbons yet)
  • An "Open Internal" menu for loading game models quickly
  • Can open and save MDX to MDL or MDL to MDX using a converter that supports features such as ReplaceableId on Particle Emitters better than some alternatives
  • Includes a basic UV map editor
  • Multiple GUI themes available in the Preferences Window
Experimental Features:
  • Create a new blank model with basic planes and boxes
  • Can open BLP or PNG images for previewing (similar to Magos application)
  • Includes an Edit Textures menu to view the list of used textures, and quickly change used paths.
  • Quick Browse: Opening a new model in the Data Browser will close unsaved old ones (can be turned off in preferences)
  • Customizable layout, allowing you to draw components of the UI into different places
  • Window -> Reset Layout to reload the default layout
  • T-Pose edit mode, which can move mesh based on assigned bones in a more intelligent way
  • Cluster selection mode, similar to Group mode but using connected mesh rather than assigned VertexGroup
  • Animation edit mode, which can edit and modify animations (Warning: uses Hermite and Bezier by default, and inserts incorrect inward and outward tangents that will cause visual "vibrations" of nonlinear models in some cases, this is a fixable bug, needs more time)
  • Hive Browser is a feature that does not work and was added only as a UI mockup to discuss technology, and was included by accident in V0.01. It will be removed in V0.02, as to my knowledge, the required server technology for the hypothetical feature to work was not built.
Limitations:
  • Unlike Matrix Eater, this application cannot pin a Geoset to be visible but not editable
  • Unlike Matrix Eater, this application gives no indication of a node's name graphically in the 2D editing space
  • No user interface to control mounting system for MPQ/CASC hybrid loading system, so it will break again in Patch 1.32 or whenever Blizzard moves data once again
  • Inherits WC3 cached install directory information from Matrix Eater, which can be removed in the case of incompatibility and is located at C:\Users\<name>\AppData\Roaming\JWC3\user.profile
  • After running this application, configuration settings from the Matrix Eater application may become corrupted and not work correctly, causing strange white background errors (This application will not be affected)
Required for running Retera's Model Studio:
  • A Java SE Runtime Environment. A bundle is included with a Windows 64-bit EXE launcher but if you want the application to run on Linux or Mac then you must install the Java SE Runtime Environment separately.
  • The above statement means that if you are a 32-bit Windows XP user, the EXE application will not function (only tested with Windows 7 64-bit, and Windows 10 64-bit)
  • A valid Warcraft III Installation (only tested with Patch 1.22 through Patch 1.31)
Additionally bundled applications (main methods in the same Java application included as EXE files):
  • Includes the AnimTransfer EXE that was previously included with Matrix Eater, which will use the Retera Model Studio MDL and MDX parser, which has significant subtle improvements over the one in the Matrix Eater application thanks to contributions from Ghostwolf.
  • Includes the ObjectEditor EXE shown in YouTube videos that has custom folders based on unit race, and can be opened multiple times simultaneously and can select, copy, and paste multiple Units between two running instances of the software. (Known to have bugs, requires Windows Clipboard, fails on Linux)
  • BlpConv EXE that can be used to convert TGA to BLP using DrSuperGood's blp-iio-plugin on systems where Magos or BLP Lab are not working (although these two alternative tools are typically superior to mine)
v0.04.2b
  • Fixed a bug in "Edit/delete model components" reported by Hive user @Makkad (retains FaceFX chunks now)
v0.04.2
  • Tiny change requested by discord user VictorZ that allows "Rotate Type-In" to work in the Animation Editor. (The code for this was copied almost directly from the Twilac version of 0.05, so you should seriously probably just use 0.05!)

v0.04.1
  • Opening a file in a folder does not walk the directory tree of that folder
  • Scripts -> Skin Splice function added upon request from Vulfar
v0.04 for 1.32.10
  • Fixes the program to work with the new Warcraft III Patch 1.32.10 that changed the TFVS formatting for some reason.
  • Includes some really minor internal bug fixes over the previous version
v0.04:
  • Merged the version known as "Retera Model Studio Reforged Hack" to be the mainline version of the tool going forward (this version includes all of the fixes listed here)
  • Added support for Reforged assets and a bunch of bug fixes related to working with those
  • Added "Scripts -> Assign FormatVersion 800" to convert Reforged Classic Models to the legacy classic model format, as well as "Scripts -> Assign FormatVersion 1000" to convert legacy game client models to match the format used by the "Classic Graphics" of Reforged.
  • Added a "Reforged Graphics Mode" and "Classic Graphics Mode" in the data sources chooser panel
  • Added the "Model" tab which is buggy and unfinished
v0.03:
  • Changed the program to use Java 11. Had trouble exporting the JAR from Eclipse, so I changed it back to Java 8 for now.
  • Changed the program to use the latest version of DrSuperGood's JCASC, which requires Java 11 to use, then I modified his code so that it did not require Java 11 so that we could continue deployment in the previous fashion.
  • Changed the startup sequence to use a "data source chooser" view, which is also available in Preferences. This allows users to load CASC or MPQ data in a way that is intended to be straightforward and clear to the user, and for CASC data the user able to choose the locale to load from the game. Locales that are present in the CASC's list but have not been downloaded from Blizzard are shown in dark red. These dark red options won't work until you launch Warcraft III at least one time using that locale.
  • Changed the startup sequence to return the user to the "data source chooser" any time that the program crashes during startup, so that the user is always able to reconfigure their settings.
  • Changed the model previewer to include the rendering of Particle Emitters, so that users can have a better feel for how their models might look in-game. This is a nontrivial task that involves many hundreds of lines of code replicating the behavior of the game and it was only possible because of the works of Ghostwolf, which I translated nearly directly from JavaScript into Java.
    • "Squirt" mode particles will emit at random times when they should not because of a difference between my code and Ghostwolf's code (his does not have this bug).
    • Also, priority plane and layering are known to have issues.
  • Added a JSON parser that loads the "filealiases.json" data when using CASC. This file is used by the 1.30 and 1.31 clients to support removed legacy files inside the Warcraft III game, and it will now be supported by the Retera Model Studio when viewing models. This will fix missing textures in some instances when the textures were not missing in-game.
  • Changed the default application data folder to be named "ReteraStudio" instead of "JWC3". This change removes bad interactions with the "Matrix Eater" application where the "Retera Model Studio" and "Matrix Eater" would write clashing versions of the same data to the same settings file (see "AppData/Roaming/ReteraStudio" on your computer).
    • This will cause a reset of all user settings for the Retera Model Studio version v0.03.
    • If you wish to avoid a settings reset, copy your settings file from "AppData/Roaming/JWC3". However I do not promise backwards compatibility.
  • Fixed an issue with the Quick Browse option so that turning it off and on will work correctly.
  • Added a scroll bar to the "Change Animation Lengths (by Scaling)" popup. (Thanks Mythic!) This popup is now listed under the "Scripts" menu.
  • Added 3 new GUI Themes: HiFi, Acryl, and Aluminium. These are all from the JTattoo library. Also, the "Dark" theme was technically the "Noire" theme from the JTattoo library, and it has been renamed accordingly. Aluminium is now the default theme (this can still be changed in the Preferences Window).
  • Changed code in the BLP loading pipeline used for rendering models and icons that aims to avoid destruction of texture data that is beneath an alpha channel yet loaded on a model's surface regardless of the alpha channel. Previously visual artifacts were visible in some cases that were not in accordance with how the textures would display in the Warcraft III game.
  • Added an "Edit" button in the Time Bound Chooser panel, but it does not actually work yet and will be fixed in a future version.
  • Changed some code with the "X" button on the program and how closing model files functions, so that it should not be able to bug out and fail to close a model or fail to close the application in a way unexpected by the user.
  • Added a system in the 3D displays that compares the aspect ratios known to the application with the aspect ratios known to the graphics card that attempts to use this information to fix the renderer when used on desktops that have the UI Scale setting specified. This was tested on Windows 10 with the UI scale, and it still fails on multiple monitor configurations where the second or third monitor have differing UI Scale specified. However, it should always work correctly on the main display when previously it may not have worked correctly at all.
  • Added a Preferences option to disable rendering particle emitters, as well as a separate option to disable rendering particle emitters in the Editor view.
  • Changed the "Use Boxes for Pivot Points" option so that it also affects the 2D displays in the Animation Editor.
  • Changed the Right-Click mouse button not to do anything on the Outliner widget, so that it can popup an "Edit" option on a popup menu in a future version of the software.
  • Changed the code that converts program data to MDX at Save time, so that some models that previously would not save due to state corruption inside the Model Studio will now be able to save. There may be more similar bugs yet to be fixed.
  • Changed the SLK parser used to load Unit Data so that it should be able to load data from the Reign of Chaos and from Project Revolution, in case users wish to load that data using the new game data source choosing settings.
  • Changed the Unit Browser to reload its contents when the program data source is changed. Previously, the "View -> Change Game Directory" option was likely to change the internal setting but keep previously cached information in the Unit Browser.
  • Added a command line option, "-forcedataprompt" to force the program to start with the Data Source Chooser window, so that users can specify their Warcraft III game data source without launching the application.
  • Changed how missing textures resolve so that they should resolve to a white surface. This should hopefully remove the irritating popup.
  • Attempted to make the Perspective view constantly repaint itself to always update dynamically, however in practice this is still not working in some cases.
  • Changed the texture loader so that a default Tree texture will be loaded when the replaceable texture ID is not known. This does not yet help with previewing cliff models but it means that the Mountain Giant and similar models should preview decently.
  • Added a scroll bar to the Texture Manager shown with "Tools -> Edit Textures" for use on models with many textures
  • Reorganized some of the program menus to attempt to make them more logical (Based on some suggestions from Hayate, many thanks! If only this program could be updated as quickly as his mockup UI!) More changes to these may be added in a future version, as they are still rather disorganized.
    • The new "Scripts" is a place for one-off script utilities that don't fit anywhere else, and maybe be user modifiable to include custom code in the future. At this time, it is only a preset list.
    • "Scripts -> Export Animated to Static Mesh" is a new option to build snapshot models. Unfortunately, it only snapshots the currently timeline in the Editor view, not in the Viewer that you see when you start the application. Also, it discards all node information, including Billboarded nodes, so camera-centric planes will be left to face forward instead of the camera.
    • "Edit -> Optimize" now include an option to merge all geosets that share like materials and visibility that is called "Minimize Geosets". Misha and a few other users have been asking for this option for years. I have not tested it very extensively and there may still be bugs in it. It worked on one or two sample cases that I experimented with.
  • In v0.01/v0.02 I added an option in Program Preferences to allow loading Non-BLP textures, so that users can open a PNG file or a model that references a PNG file even though these are generally not valid MDX files when used inside the Warcraft III game. This option may have been changed in the newer one to fix bugs, according to some of my code history information.
  • Fixed a crash relating to parsing WTS files for unit data, such as when the Data Source Chooser is used to load a custom map file as an MPQ.
  • Changed "Error: A matrix's bone id was not referencing a real bone!" to be a console log line instead of a popup, so that users do not receive a spamming wave of popups when opening a model file.
  • Changed the model parser to accept models with missing Pivot Points (as the Warcraft III game does), so that the Retera Model Studio is able to open some MDX models that previously would have caused a crash popup.
v0.02:
  • Removed Hive Browser UI mockup that did not work
  • Wrapped the startup code in a block that will catch and display errors in a GUI
  • Fixed an issue where users who had never run the Matrix Eater application in the past would have the Retera Model Studio application crash the first time it was run
Personal note: On the Matrix Eater application, I left a note where I said:
I really wanted to revamp this program and add new features and write a tutorial before I uploaded it onto the Hive, but I just haven't had time recently, and I want to stop sitting on this updated version because it has several internal fixes that should make it less likely to save buggy MDX models and so I feel the community deserves this new version in case anybody is using the program -- regardless of whether I end up getting the time to improve it to match up with my dreams or not.

This application does not solve that concern of mine. I am not uploading this as a finished product. But as we have seen with Patch 1.31, some times, software is pushed into production when it isn't ready. That is the case with this application. I want more than I have. I just can't stand not to share with the community what I have anymore, because I feel a deep sense of guilt for anyone who is using the Matrix Eater application and forcing themselves to mod on Patch 1.26 or some nonsense, while the above application existed on my computer and has for almost a year.

I believe in the power of open source, and this application is entirely open source. I have been developing it for about two years since the Matrix Eater was posted, and it has evolved out of the same codebase. This is the same GitHub link that was included on the Matrix Eater program, but it now contains the source for Retera Model Studio:
Retera/JWC3
Previews
Contents

Retera Model Studio 0.04.4m (For Patch 1.33) (Binary)

Retera's Model Studio 0.4.5m2a (Experimental) (Binary)

Reviews
Archian
If it wasn't for this tool, Reforged Modeling wouldn't have become what it is today. In recognition of this, the Hive Administration team awards Retera's Model Studio a Director's Cut status. @Retera
The best way to resolve model issues is through Sanity Test

Strange. On my computer I was still able to open the Studio so I am not certain how to debug this problem. Maybe @Dr Super Good knows something -- he wrote the JCASC parser that is in use here.
The edited model comes from HQ Chest | HIVE HQ Chest 。Moreover, all models edited with the UV tool of this software cannot be used for destructible objects on maps.Moreover, all models edited with the UV tool of this software cannot be used for destructible objects on maps. This is a major bug。
 
Level 37
Joined
Aug 6, 2015
Messages
786
When Exporting/Importing/Saving - Can I please ask for a better navigation of folders - specifically I am referring to the possibility to copy/paste the paths directly into the search bar, also maybe automatically adjust the pathing to where the model is located when opening a model (it would make editing textures for a model way faster)
Screenshot_89.png


Would be nice to not be required to put a .blp (and other) of the extension of a file once we have chosen the type of the object.
Screenshot_90.png

A Search function and auto-pick the hotkey unit would also be a pretty good addition.
Screenshot_105.png
 
Last edited:

@Retera
Here is the ramp. When unit walks the ramp it does not jump on each stair. So there is a geoset for walking.
How is it wired together? Can you give 2 or 3 screenshots how that can be achieved?
 
How can i edit which part of the model is walkable?
The code for walkable uses a ray intersected into the model against the model surface to determine a point, where the ray comes down from above (as if the unit were falling onto the object). To achieve this code, the Warcraft 3 game programmers reused the code that does a ray pick against the unit from out of the camera for "Select" function to click on units and buildings and stuff. Because the two functions share the same code, the setting for whether a Geoset of the model is walkable is called "Unselectable." So, you can make a section of the model non-walkable by adding Unselectable, in the Geoset block in the text edit mode. I probably did not bother to make a GUI wizard for editing this, but if you use the Twilac Fork of Retera Model Studio maybe the fork has a GUI wizard for it.

Can I please ask for a better navigation of folders
Retera Model Studio is written using Java Swing, and the Java Swing systems rewrote their own file dialogs instead of using the native operating system file dialogs. Maybe they thought it would make the program more cross compatible or whatever. But it means that when most Windows programs update to the newer version of Windows that uses a newer "open file dialog," the Retera Model Studio is stuck in the past. I'm not quite certain of a convenient way to work around this -- last time I looked, using a special library to bind the C++ functions from Windows for showing the native Windows version of a file chooser, from inside Java, required paying the developers of that library or something because they believed it was such a secret sauce to be able to open a file from Java. Also, if I found a more recent version that did not have that issue, then to use it would likely break compatibility with Linux and I use Retera Model Studio on Linux a lot.
A Search function and auto-pick the hotkey unit would also be a pretty good addition.
Mostly I was treating Retera Model Studio as being in maintenance mode while I wait to finish rewriting the game so that I have a stable platform to make models in again. So, that involves using the code from Retera Model Studio to build a game engine with the same rendering:

While I am getting the game to go with the editing program, and the editing program remains in maintenance mode, I am less likely to add features. The Twilac Fork of Retera Model Studio was made by people who still wanted new features anyway, and for all I know it might literally have what you're asking for. Maybe check the "Retera Model Studio Users Group" discord in my signature and ask around on there to find a copy.
 
//This model was converted from MDX by ogre-lord's Java MDX API and Retera's Java MDL API
// Saved by Retera's MDL Toolkit on Sun Nov 24 18:44:45 CET 2024
Version {
FormatVersion 1000,
}
Model "CityAlonsusChapel" {
NumGeosets 4,
NumGeosetAnims 1,
NumBones 6,
BlendTime 150,
MinimumExtent { -258.073, -310.026, -81.4826 },
MaximumExtent { 258.073, 632.738, 909.699 },
BoundsRadius 0,
}
Sequences 1 {
Anim "Stand 1" {
Interval { 3367, 4333 },
MinimumExtent { -258.073, -310.026, -81.4826 },
MaximumExtent { 258.073, 632.738, 909.699 },
BoundsRadius 731.036,
}
}
Textures 10 {
Bitmap {
Image "Doodads/Cityscape/Structures/CityAlonsusChapel/CS_SH_Props_AlonsusChapel_Diffuse.tif",
WrapWidth,
WrapHeight,
}
Bitmap {
Image "Doodads/Cityscape/Structures/CityAlonsusChapel/CS_SH_Props_AlonsusChapel_Normal.tif",
WrapWidth,
WrapHeight,
}
Bitmap {
Image "Doodads/Cityscape/Structures/CityAlonsusChapel/CS_SH_Props_AlonsusChapel_ORM.tif",
WrapWidth,
WrapHeight,
}
Bitmap {
Image "Doodads/Cityscape/Structures/CityAlonsusChapel/CS_SH_Props_AlonsusChapel_Emissive.tif",
WrapWidth,
WrapHeight,
}
Bitmap {
Image "",
ReplaceableId 1,
WrapWidth,
WrapHeight,
}
Bitmap {
Image "ReplaceableTextures/EnvironmentMap.blp",
WrapWidth,
WrapHeight,
}
Bitmap {
Image "Doodads/Terrain/CliffDoodad/NagaStairsSmall0/SR_BridgesRamps_RampNagaSmall_Diffuse.tif",
WrapWidth,
WrapHeight,
}
Bitmap {
Image "Textures/normal.blp",
WrapWidth,
WrapHeight,
}
Bitmap {
Image "Textures/ORM.blp",
WrapWidth,
WrapHeight,
}
Bitmap {
Image "Textures/Black32.blp",
WrapWidth,
WrapHeight,
}
}
Materials 2 {
Material {
Shader "Shader_HD_DefaultUnit",
TwoSided,
Layer {
FilterMode None,
static TextureID 0,
static EmissiveGain 0,
}
Layer {
FilterMode None,
static TextureID 1,
}
Layer {
FilterMode None,
static TextureID 2,
}
Layer {
FilterMode None,
static TextureID 3,
}
Layer {
FilterMode None,
static TextureID 4,
}
Layer {
FilterMode None,
static TextureID 5,
}
}
Material {
Shader "Shader_HD_DefaultUnit",
Layer {
FilterMode None,
Unshaded,
static TextureID 6,
static Alpha 0.0,
}
Layer {
FilterMode None,
static TextureID 7,
}
Layer {
FilterMode None,
static TextureID 8,
}
Layer {
FilterMode None,
static TextureID 9,
}
Layer {
FilterMode None,
static TextureID 4,
}
Layer {
FilterMode None,
static TextureID 5,
}
}
}
Geoset {
Vertices 620 {
{ 206.5926, 331.28146, 47.210575 },
{ -105.21346, 331.13193, 182.41882 },
{ 206.59567, 331.30734, 60.070774 },
{ -101.250015, 331.14972, 194.15607 },
{ -198.05305, 331.36713, 195.27945 },
{ -198.05307, 331.35928, 182.41882 },
{ -101.097176, 292.17767, 194.1409 },
{ -198.1044, 291.32892, 195.26385 },
{ -105.06496, 292.15988, 182.40366 },
{ 206.1584, 293.01776, 60.12324 },
{ 206.16158, 292.9916, 47.263027 },
{ -198.10442, 291.32108, 182.40327 },
{ -66.3079, -306.83612, 96.30095 },
{ -24.794722, -306.58215, 96.30095 },
{ -66.25803, 296.8149, 96.30095 },
{ -24.744951, 297.0689, 96.30095 },
{ -24.794722, -306.58215, 96.30095 },
{ -24.794722, -306.58215, 83.04906 },
{ -24.744951, 297.0689, 96.30095 },
{ -24.744951, 297.0689, 83.04906 },
{ -24.794722, -306.58215, 96.30095 },
{ -66.3079, -306.83612, 96.30095 },
{ -24.794722, -306.58215, 83.04906 },
{ -66.25803, 296.8149, 96.30095 },
{ -24.744951, 297.0689, 96.30095 },
{ -24.744951, 297.0689, 83.04906 },
{ -91.579056, -309.97952, 107.84037 },
{ -50.942543, -309.72635, 107.84037 },
{ -91.455696, 297.1801, 107.84037 },
{ -50.822205, 297.43378, 107.84037 },
{ -50.942543, -309.72635, 107.84037 },
{ -50.942543, -309.72635, 94.6226 },
{ -50.822205, 297.43378, 107.84037 },
{ -50.822205, 297.43378, 94.6226 },
{ -50.942543, -309.72635, 107.84037 },
{ -91.579056, -309.97952, 107.84037 },
{ -50.942543, -309.72635, 94.6226 },
{ -91.455696, 297.1801, 107.84037 },
{ -50.822205, 297.43378, 107.84037 },
{ -50.822205, 297.43378, 94.6226 },
{ -40.32432, -309.75992, 82.7698 },
{ 1.5853019, -309.50952, 82.7698 },
{ -40.20288, 296.15912, 82.7698 },
{ 2.3417811, 296.40924, 82.7698 },
{ 1.5853019, -309.50952, 82.7698 },
{ 1.5853019, -309.50952, 69.535286 },
{ 2.3417811, 296.40924, 82.7698 },
{ 2.3417811, 296.40924, 69.535286 },
{ 1.5853019, -309.50952, 82.7698 },
{ -40.32432, -309.75992, 82.7698 },
{ 1.5853019, -309.50952, 69.535286 },
{ -40.20288, 296.15912, 82.7698 },
{ 2.3417811, 296.40924, 82.7698 },
{ 2.3417811, 296.40924, 69.535286 },
{ -116.61365, -312.35504, 119.722 },
{ -76.31477, -312.09024, 119.722 },
{ -116.48511, 298.1523, 119.722 },
{ -76.186226, 298.4169, 119.722 },
{ -76.31477, -312.09024, 119.722 },
{ -76.31477, -312.09024, 107.50669 },
{ -76.186226, 298.4169, 119.722 },
{ -76.186226, 298.4169, 107.50669 },
{ -76.31477, -312.09024, 119.722 },
{ -116.61365, -312.35504, 119.722 },
{ -76.31477, -312.09024, 107.50669 },
{ -116.48511, 298.1523, 119.722 },
{ -76.186226, 298.4169, 119.722 },
{ -76.186226, 298.4169, 107.50669 },
{ -101.097176, 292.17767, 194.1409 },
{ 206.1584, 293.01776, 60.12324 },
{ -101.250015, 331.14972, 194.15607 },
{ 206.59567, 331.30734, 60.070774 },
{ -101.097176, 292.17767, 194.1409 },
{ -101.250015, 331.14972, 194.15607 },
{ -198.1044, 291.32892, 195.26385 },
{ -198.05305, 331.36713, 195.27945 },
{ 206.1584, 293.01776, 60.12324 },
{ 206.16158, 292.9916, 47.263027 },
{ 206.59567, 331.30734, 60.070774 },
{ 206.5926, 331.28146, 47.210575 },
{ -198.05305, 331.36713, 195.27945 },
{ -198.05307, 331.35928, 182.41882 },
{ -198.1044, 291.32892, 195.26385 },
{ -198.10442, 291.32108, 182.40327 },
{ -102.12576, -294.98712, 195.03983 },
{ -102.07955, -334.64053, 194.58502 },
{ 205.8031, -295.88895, 61.739243 },
{ 205.89383, -335.2954, 61.287407 },
{ -102.12576, -294.98712, 195.03983 },
{ -198.00699, -296.2139, 195.78116 },
{ -102.07955, -334.64053, 194.58502 },
{ -198.16328, -335.8853, 195.32619 },
{ -102.07955, -334.64053, 194.58502 },
{ -198.16328, -335.8853, 195.32619 },
{ -106.04774, -334.91824, 181.926 },
{ 205.89383, -335.2954, 61.287407 },
{ 205.89343, -335.55066, 48.430172 },
{ -198.16446, -336.64816, 182.41748 },
{ 205.89343, -335.55066, 48.430172 },
{ 205.79968, -296.14423, 48.88199 },
{ 205.89383, -335.2954, 61.287407 },
{ 205.8031, -295.88895, 61.739243 },
{ 205.79968, -296.14423, 48.88199 },
{ -106.089615, -295.26483, 182.38078 },
{ 205.8031, -295.88895, 61.739243 },
{ -102.12576, -294.98712, 195.03983 },
{ -198.00699, -296.2139, 195.78116 },
{ -198.00522, -296.4699, 182.87817 },
{ -198.00699, -296.2139, 195.78116 },
{ -198.00522, -296.4699, 182.87817 },
{ -198.16328, -335.8853, 195.32619 },
{ -198.16446, -336.64816, 182.41748 },
{ -48.21175, 312.6448, 103.22366 },
{ -53.151855, 318.47495, 105.585594 },
{ -49.394676, 312.47244, 154.49194 },
{ -53.83529, 317.7782, 159.39369 },
{ -60.911766, 320.73538, 113.804375 },
{ -60.879913, 319.78964, 168.20586 },
{ -69.31621, 318.07697, 119.84021 },
{ -68.47415, 317.39957, 169.20079 },
{ -72.34264, 312.2496, 122.61147 },
{ -71.184425, 312.12317, 171.8616 },
{ -69.82184, 306.81836, 170.17862 },
{ -48.21175, 312.6448, 103.22366 },
{ -49.394676, 312.47244, 154.49194 },
{ -50.333252, 305.62903, 105.215034 },
{ -51.33332, 306.10843, 156.40347 },
{ -55.600334, 302.08435, 106.79891 },
{ -56.07215, 302.9127, 161.48047 },
{ -64.49567, 301.56064, 113.3015 },
{ -64.13044, 302.41818, 167.72357 },
{ -70.759636, 306.39014, 120.85829 },
{ -1.1751046, 311.41028, 80.28245 },
{ -6.446093, 317.0447, 83.25154 },
{ -2.3368344, 311.24036, 137.8135 },
{ -7.1233945, 316.3609, 142.57137 },
{ -14.006023, 319.174, 92.562546 },
{ -13.971088, 318.24783, 151.12453 },
{ -22.306932, 316.73563, 99.316795 },
{ -21.47708, 316.06848, 151.9486 },
{ -25.28478, 310.9718, 102.41754 },
{ -24.141737, 310.8478, 154.53134 },
{ -22.703497, 305.45175, 152.89758 },
{ -1.1751046, 311.41028, 80.28245 },
{ -2.3368344, 311.24036, 137.8135 },
{ -3.1748204, 304.69077, 82.510826 },
{ -4.16277, 305.16284, 139.66943 },
{ -8.797665, 300.53992, 84.723885 },
{ -9.263399, 301.3511, 144.59636 },
{ -17.5838, 300.07117, 91.99997 },
{ -17.221563, 300.91037, 150.6562 },
{ -23.626104, 305.03015, 100.45546 },
{ 45.21187, 312.62302, 61.69508 },
{ 40.274723, 318.45316, 63.65796 },
{ 44.031902, 312.45068, 117.60084 },
{ 39.588333, 317.7564, 122.99768 },
{ 32.514816, 320.7136, 72.80377 },
{ 32.54667, 319.76785, 132.70006 },
{ 24.110472, 318.05518, 79.449554 },
{ 24.94938, 317.37778, 134.27998 },
{ 21.080976, 312.2278, 82.50041 },
{ 22.242247, 312.10138, 137.2096 },
{ 23.604742, 306.79654, 135.35667 },
{ 45.21187, 312.62302, 61.69508 },
{ 44.031902, 312.45068, 117.60084 },
{ 43.093323, 305.6072, 63.88778 },
{ 42.09326, 306.08664, 119.705666 },
{ 37.82625, 302.06256, 65.09094 },
{ 37.35147, 302.8909, 125.29539 },
{ 28.927862, 301.53888, 72.25034 },
{ 29.29614, 302.39642, 132.16904 },
{ 22.663984, 306.36835, 80.57038 },
{ -95.119484, 317.1564, 134.8909 },
{ -93.998474, 310.37723, 182.34259 },
{ -93.18472, 310.2506, 134.8909 },
{ -95.751526, 316.63104, 182.34259 },
{ -100.315865, 321.34958, 134.8909 },
{ -100.45773, 320.42834, 182.34259 },
{ -106.94365, 319.57825, 134.8909 },
{ -106.460724, 318.82428, 182.34259 },
{ -110.43953, 312.92798, 134.8909 },
{ -109.62362, 312.80206, 182.34259 },
{ -108.50263, 306.0224, 134.8909 },
{ -107.87056, 306.54773, 182.34259 },
{ -103.30839, 301.82922, 134.8909 },
{ -103.16435, 302.74976, 182.34259 },
{ -96.67844, 303.6008, 134.8909 },
{ -97.16353, 304.35452, 182.34259 },
{ -93.18472, 310.2506, 134.8909 },
{ -93.998474, 310.37723, 182.34259 },
{ 91.45118, 312.58298, 45.56815 },
{ 86.51098, 318.41315, 47.930298 },
{ 90.26816, 312.41064, 96.83667 },
{ 85.827644, 317.71637, 101.73818 },
{ 78.751076, 320.67355, 56.14883 },
{ 78.78607, 319.7278, 110.55055 },
{ 70.346725, 318.01517, 62.184914 },
{ 71.18878, 317.33777, 111.54529 },
{ 67.32028, 312.18777, 64.95596 },
{ 68.47859, 312.06137, 114.20631 },
{ 69.84109, 306.75653, 112.52336 },
{ 91.45118, 312.58298, 45.56815 },
{ 90.26816, 312.41064, 96.83667 },
{ 89.32967, 305.5672, 47.55975 },
{ 88.32961, 306.04663, 98.74817 },
{ 84.06269, 302.02255, 49.143627 },
{ 83.59087, 302.8509, 103.82517 },
{ 75.16727, 301.49884, 55.646194 },
{ 75.532486, 302.35638, 110.06827 },
{ 68.90329, 306.32834, 63.20301 },
{ 137.98601, 311.3487, 20.815268 },
{ 132.71492, 316.98312, 23.052832 },
{ 136.82428, 311.17877, 77.614784 },
{ 132.03772, 316.2993, 82.37262 },
{ 125.15509, 319.11243, 32.363823 },
{ 125.189926, 318.18625, 90.925575 },
{ 116.85408, 316.67404, 39.11783 },
{ 117.680984, 316.0069, 91.74985 },
{ 113.876236, 310.9102, 42.2188 },
{ 115.01936, 310.78622, 94.33239 },
{ 116.45752, 305.39017, 92.698845 },
{ 137.98601, 311.3487, 20.815268 },
{ 136.82428, 311.17877, 77.614784 },
{ 135.98619, 304.62918, 23.043644 },
{ 134.99834, 305.10126, 79.47047 },
{ 130.36345, 300.4783, 24.524916 },
{ 129.89456, 301.28952, 84.39761 },
{ 121.577225, 300.00955, 31.801247 },
{ 121.93945, 300.8488, 90.457466 },
{ 115.53491, 304.96857, 40.25649 },
{ 186.38042, 312.56055, 0.099713 },
{ 181.44336, 318.3907, 2.611419 },
{ 185.20053, 312.38818, 56.55428 },
{ 180.75688, 317.6939, 61.950897 },
{ 173.68346, 320.6511, 11.757233 },
{ 173.7153, 319.70535, 71.65327 },
{ 165.279, 317.9927, 18.402792 },
{ 166.1181, 317.3153, 73.233444 },
{ 162.2496, 312.16534, 21.453894 },
{ 163.41089, 312.0389, 76.163055 },
{ 164.77032, 306.73407, 74.31012 },
{ 186.38042, 312.56055, 0.099713 },
{ 185.20053, 312.38818, 56.55428 },
{ 184.25891, 305.54474, 2.2921672 },
{ 183.262, 306.02417, 58.658882 },
{ 178.99489, 302.0001, 4.0443864 },
{ 178.52011, 302.82843, 64.24859 },
{ 170.09659, 301.47638, 11.203577 },
{ 170.46477, 302.33392, 71.12225 },
{ 163.8327, 306.30588, 19.523613 },
{ 184.21994, -320.24136, 56.55428 },
{ 180.44415, -326.24075, 2.611419 },
{ 185.39928, -320.415, 0.099713 },
{ 179.75983, -325.54337, 61.950897 },
{ 172.67725, -328.4943, 11.757233 },
{ 172.71204, -327.54858, 71.65327 },
{ 164.28105, -325.82846, 18.402792 },
{ 165.12225, -325.1518, 73.233444 },
{ 161.26973, -319.99844, 21.453894 },
{ 162.43138, -319.87305, 76.163055 },
{ 163.80727, -314.5694, 74.31012 },
{ 162.87099, -314.14035, 19.523613 },
{ 169.51535, -310.17432, 71.12225 },
{ 169.14983, -309.3164, 11.203577 },
{ 177.56914, -310.6759, 64.24859 },
{ 178.0465, -309.848, 4.0443864 },
{ 182.30112, -313.87585, 58.658882 },
{ 183.29951, -313.3973, 2.2921672 },
{ 184.21994, -320.24136, 56.55428 },
{ 185.39928, -320.415, 0.099713 },
{ 135.84749, -318.98935, 77.614784 },
{ 131.72014, -324.79004, 23.052832 },
{ 137.00868, -319.16028, 20.815268 },
{ 131.04506, -324.10562, 82.37262 },
{ 124.15372, -326.91266, 32.363823 },
{ 124.19142, -325.9865, 90.925575 },
{ 115.86029, -324.46692, 39.11783 },
{ 116.689255, -323.8005, 91.74985 },
{ 112.900314, -318.70026, 42.2188 },
{ 114.04384, -318.5775, 94.33239 },
{ 115.4987, -313.1827, 92.698845 },
{ 114.57741, -312.7603, 40.25649 },
{ 120.994705, -308.64618, 90.457466 },
{ 120.635086, -307.80664, 31.801247 },
{ 128.94844, -309.094, 84.39761 },
{ 129.41985, -308.2832, 24.524916 },
{ 134.04039, -312.91025, 79.47047 },
{ 135.02971, -312.43903, 23.043644 },
{ 135.84749, -318.98935, 77.614784 },
{ 137.00868, -319.16028, 20.815268 },
{ 89.28761, -320.17978, 96.83667 },
{ 85.51183, -326.17917, 47.930298 },
{ 90.4701, -320.3534, 45.56815 },
{ 84.83066, -325.4818, 101.73818 },
{ 77.744934, -328.43274, 56.14883 },
{ 77.78285, -327.48703, 110.55055 },
{ 69.34883, -325.7669, 62.184914 },
{ 70.192986, -325.09024, 111.54529 },
{ 66.34046, -319.93683, 64.95596 },
{ 67.49916, -319.81143, 114.20631 },
{ 68.8781, -314.5078, 112.52336 },
{ 67.941635, -314.0788, 63.20301 },
{ 74.58313, -310.11273, 110.06827 },
{ 74.220566, -309.25485, 55.646194 },
{ 82.63997, -310.61435, 103.82517 },
{ 83.11436, -309.78644, 49.143627 },
{ 87.3688, -313.81427, 98.74817 },
{ 88.370346, -313.33575, 47.55975 },
{ 89.28761, -320.17978, 96.83667 },
{ 90.4701, -320.3534, 45.56815 },
{ 43.0513, -320.1791, 117.60084 },
{ 39.275513, -326.17825, 63.65796 },
{ 44.23073, -320.3525, 61.69508 },
{ 38.591286, -325.4809, 122.99768 },
{ 31.508615, -328.43182, 72.80377 },
{ 31.543398, -327.4861, 132.70006 },
{ 23.11252, -325.766, 79.449554 },
{ 23.953524, -325.08932, 134.27998 },
{ 20.101091, -319.93597, 82.50041 },
{ 21.262754, -319.81058, 137.2096 },
{ 22.641691, -314.50693, 135.35667 },
{ 21.702265, -314.07788, 80.57038 },
{ 28.346724, -310.11182, 132.16904 },
{ 27.981104, -309.25397, 72.25034 },
{ 36.40051, -310.61343, 125.29539 },
{ 36.877853, -309.78552, 65.09094 },
{ 41.13239, -313.8134, 119.705666 },
{ 42.133934, -313.33484, 63.88778 },
{ 43.0513, -320.1791, 117.60084 },
{ 44.23073, -320.3525, 61.69508 },
{ -3.3136258, -318.92776, 137.8135 },
{ -7.4408727, -324.72845, 83.25154 },
{ -2.1524224, -319.0987, 80.28245 },
{ -8.116053, -324.04404, 142.57137 },
{ -15.007393, -326.85107, 92.562546 },
{ -14.969585, -325.92493, 151.12453 },
{ -23.30073, -324.40533, 99.316795 },
{ -22.46881, -323.73892, 151.9486 },
{ -26.260706, -318.63864, 102.41754 },
{ -25.117281, -318.51593, 154.53134 },
{ -23.662313, -313.12112, 152.89758 },
{ -24.583612, -312.6987, 100.45546 },
{ -18.166311, -308.5846, 150.6562 },
{ -18.525942, -307.74506, 91.99997 },
{ -10.209522, -309.0324, 144.59636 },
{ -9.741272, -308.22162, 84.723885 },
{ -5.1207185, -312.84866, 139.66943 },
{ -4.131306, -312.37744, 82.510826 },
{ -3.3136258, -318.92776, 137.8135 },
{ -2.1524224, -319.0987, 80.28245 },
{ -50.37522, -320.11795, 154.49194 },
{ -54.15101, -326.11737, 105.585594 },
{ -49.192833, -320.2916, 103.22366 },
{ -54.832275, -325.41998, 159.39369 },
{ -61.917908, -328.3709, 113.804375 },
{ -61.883125, -327.4252, 168.20586 },
{ -70.314095, -325.70508, 119.84021 },
{ -69.46994, -325.0284, 169.20079 },
{ -73.322464, -319.87503, 122.61147 },
{ -72.16386, -319.74963, 171.8616 },
{ -70.78483, -314.44598, 170.17862 },
{ -71.7213, -314.017, 120.85829 },
{ -65.079796, -310.0509, 167.72357 },
{ -65.44236, -309.19305, 113.3015 },
{ -57.02305, -310.55255, 161.48047 },
{ -56.548668, -309.7246, 106.79891 },
{ -52.29413, -313.75244, 156.40347 },
{ -51.292587, -313.27393, 105.215034 },
{ -50.37522, -320.11795, 154.49194 },
{ -49.192833, -320.2916, 103.22366 },
{ -95.288025, -317.96597, 182.34259 },
{ -94.47376, -317.83987, 134.8909 },
{ -98.428375, -311.94113, 182.34259 },
{ -97.94016, -311.18774, 134.8909 },
{ -104.422585, -310.33237, 182.34259 },
{ -104.56286, -309.41174, 134.8909 },
{ -109.144394, -314.1272, 182.34259 },
{ -109.77428, -313.60144, 134.8909 },
{ -110.92311, -320.38034, 182.34259 },
{ -111.73955, -320.5057, 134.8909 },
{ -107.78494, -326.40466, 182.34259 },
{ -108.270966, -327.1583, 134.8909 },
{ -101.78855, -328.01276, 182.34259 },
{ -101.65046, -328.93408, 134.8909 },
{ -97.06674, -324.21863, 182.34259 },
{ -96.43686, -324.74435, 134.8909 },
{ -95.288025, -317.96597, 182.34259 },
{ -94.47376, -317.83987, 134.8909 },
{ -16.725441, -312.39926, 71.442375 },
{ 23.573534, -312.13443, 71.442375 },
{ -16.59689, 298.10812, 71.442375 },
{ 23.702085, 298.37268, 71.442375 },
{ 23.573534, -312.13443, 71.442375 },
{ 23.573534, -312.13443, 59.22728 },
{ 23.702085, 298.37268, 71.442375 },
{ 23.702085, 298.37268, 59.22728 },
{ 23.573534, -312.13443, 71.442375 },
{ -16.725441, -312.39926, 71.442375 },
{ 23.573534, -312.13443, 59.22728 },
{ -16.59689, 298.10812, 71.442375 },
{ 23.702085, 298.37268, 71.442375 },
{ 23.702085, 298.37268, 59.22728 },
{ 8.309156, -310.02374, 59.560966 },
{ 48.94577, -309.77057, 59.560966 },
{ 8.432518, 297.1359, 59.560966 },
{ 49.06601, 297.38956, 59.560966 },
{ 48.94577, -309.77057, 59.560966 },
{ 48.94577, -309.77057, 46.343006 },
{ 49.06601, 297.38956, 59.560966 },
{ 49.06601, 297.38956, 46.343006 },
{ 48.94577, -309.77057, 59.560966 },
{ 8.309156, -310.02374, 59.560966 },
{ 48.94577, -309.77057, 46.343006 },
{ 8.432518, 297.1359, 59.560966 },
{ 49.06601, 297.38956, 59.560966 },
{ 49.06601, 297.38956, 46.343006 },
{ 33.577293, -306.88037, 48.021328 },
{ 75.09047, -306.62634, 48.021328 },
{ 33.63018, 296.7707, 48.021328 },
{ 75.14326, 297.02472, 48.021328 },
{ 75.09047, -306.62634, 48.021328 },
{ 75.09047, -306.62634, 34.76945 },
{ 75.14326, 297.02472, 48.021328 },
{ 75.14326, 297.02472, 34.76945 },
{ 75.09047, -306.62634, 48.021328 },
{ 33.577293, -306.88037, 48.021328 },
{ 75.09047, -306.62634, 34.76945 },
{ 33.63018, 296.7707, 48.021328 },
{ 75.14326, 297.02472, 48.021328 },
{ 75.14326, 297.02472, 34.76945 },
{ 59.563988, -309.80414, 34.4902 },
{ 101.47049, -309.5537, 34.4902 },
{ 59.685333, 296.1149, 34.4902 },
{ 102.23009, 296.36502, 34.4902 },
{ 101.47049, -309.5537, 34.4902 },
{ 101.47049, -309.5537, 21.255672 },
{ 102.23009, 296.36502, 34.4902 },
{ 102.23009, 296.36502, 21.255672 },
{ 101.47049, -309.5537, 34.4902 },
{ 59.563988, -309.80414, 34.4902 },
{ 101.47049, -309.5537, 21.255672 },
{ 59.685333, 296.1149, 34.4902 },
{ 102.23009, 296.36502, 34.4902 },
{ 102.23009, 296.36502, 21.255672 },
{ 93.05317, -312.44785, 23.034777 },
{ 133.35213, -312.183, 23.034777 },
{ 93.18484, 298.0595, 23.034777 },
{ 133.48058, 298.3241, 23.034777 },
{ 133.35213, -312.183, 23.034777 },
{ 133.35213, -312.183, 10.819472 },
{ 133.48058, 298.3241, 23.034777 },
{ 133.48058, 298.3241, 10.819472 },
{ 133.35213, -312.183, 23.034777 },
{ 93.05317, -312.44785, 23.034777 },
{ 133.35213, -312.183, 10.819472 },
{ 93.18484, 298.0595, 23.034777 },
{ 133.48058, 298.3241, 23.034777 },
{ 133.48058, 298.3241, 10.819472 },
{ 116.33632, -306.917, 12.614556 },
{ 157.84956, -306.66296, 12.614556 },
{ 116.38609, 296.73407, 12.614556 },
{ 157.89934, 296.98807, 12.614556 },
{ 157.84956, -306.66296, 12.614556 },
{ 157.84956, -306.66296, -0.63732105 },
{ 157.89934, 296.98807, 12.614556 },
{ 157.89934, 296.98807, -0.63732105 },
{ 157.84956, -306.66296, 12.614556 },
{ 116.33632, -306.917, 12.614556 },
{ 157.84956, -306.66296, -0.63732105 },
{ 116.38609, 296.73407, 12.614556 },
{ 157.89934, 296.98807, 12.614556 },
{ 157.89934, 296.98807, -0.63732105 },
{ -99.634026, -344.8755, 114.59037 },
{ 192.88814, -288.8963, -1.4770844 },
{ -199.01051, -286.32776, 139.76329 },
{ -199.01051, -286.32776, 139.76329 },
{ -198.12999, 281.73245, 139.76329 },
{ -106.07, 283.01007, 114.59037 },
{ -100.626625, -342.25153, 139.21977 },
{ 192.88814, -288.8963, -1.4770844 },
{ -105.96935, 285.98392, 2.4939122 },
{ -98.572174, 340.16968, 114.59037 },
{ -99.57291, 337.5466, 139.21977 },
{ 193.86186, 339.29846, 13.106608 },
{ -199.09908, -343.46423, 114.59037 },
{ -100.365295, -290.41107, 139.21977 },
{ 193.86609, 342.02954, 2.3536782 },
{ 193.78012, 286.56546, 13.106608 },
{ -198.12999, 281.73245, 114.59037 },
{ 193.78012, 286.56546, 13.106608 },
{ 193.86186, 339.29846, 13.106608 },
{ -105.587364, -326.84912, 2.4939122 },
{ -199.09908, -343.46423, 139.76329 },
{ -106.95464, -287.70932, 114.59037 },
{ -99.57291, 337.5466, 139.21977 },
{ 193.86186, 339.29846, 13.106608 },
{ -99.47229, 285.70596, 139.21977 },
{ -99.47229, 285.70596, 139.21977 },
{ -106.95464, -287.70932, 114.59037 },
{ 192.88405, -291.5301, 13.106608 },
{ -199.09908, -343.46423, 114.59037 },
{ -113.30445, -287.685, -0.13599995 },
{ -198.04143, 338.86893, 139.76329 },
{ -198.04143, 338.86893, 114.59037 },
{ 192.79808, -346.9942, 2.3536782 },
{ -198.12999, 281.73245, 139.76329 },
{ -198.12999, 281.73245, 139.76329 },
{ -200.95584, -328.14926, 130.1288 },
{ -198.04143, 338.86893, 139.76329 },
{ -198.12999, 281.73245, 114.59037 },
{ -198.04143, 338.86893, 139.76329 },
{ -100.365295, -290.41107, 139.21977 },
{ -105.61732, 285.98376, 130.1288 },
{ 193.77605, 283.93167, -0.86905307 },
{ -100.626625, -342.25153, 139.21977 },
{ -199.09908, -343.46423, 139.76329 },
{ -198.04143, 338.86893, 114.59037 },
{ -100.365295, -290.41107, 139.21977 },
{ 192.88405, -291.5301, 13.106608 },
{ -199.01051, -286.32776, 114.59037 },
{ -98.572174, 340.16968, 114.59037 },
{ -112.419876, 282.9914, 0.47183573 },
{ 192.8023, -344.2631, 13.106608 },
{ 193.77605, 283.93167, -0.86905307 },
{ -105.61732, 285.98376, 130.1288 },
{ -199.01051, -286.32776, 139.76329 },
{ -106.295876, -326.84882, 130.1288 },
{ -199.01051, -286.32776, 114.59037 },
{ -99.47229, 285.70596, 139.21977 },
{ 192.88405, -291.5301, 13.106608 },
{ 193.86609, 342.02954, 2.3536782 },
{ -100.626625, -342.25153, 139.21977 },
{ -200.92998, 284.6831, 130.1288 },
{ 192.8023, -344.2631, 13.106608 },
{ -99.57291, 337.5466, 139.21977 },
{ 192.79808, -346.9942, 2.3536782 },
{ -100.365295, -290.41107, 139.21977 },
{ -199.09908, -343.46423, 139.76329 },
{ 192.8023, -344.2631, 13.106608 },
{ 193.78012, 286.56546, 13.106608 },
{ -106.295876, -326.84882, 130.1288 },
{ -99.57291, 337.5466, 139.21977 },
{ -100.626625, -342.25153, 139.21977 },
{ -99.47229, 285.70596, 139.21977 },
{ -106.07, 283.01007, 114.59037 },
{ -99.634026, -344.8755, 114.59037 },
{ 174.98062, -287.61896, 2.0109177 },
{ 147.18816, -290.51868, 1.862017 },
{ 193.0155, -342.22696, 1.6594753 },
{ 147.18816, -290.51868, 1.862017 },
{ 193.10014, -287.62695, 2.0109177 },
{ 193.10014, -287.62695, 2.0109177 },
{ 193.0155, -342.22696, 1.6594753 },
{ 147.10782, -342.34897, 1.6594753 },
{ 193.10014, -287.62695, 2.0109177 },
{ 168.91551, 290.21194, 1.5766441 },
{ 184.18225, -335.73837, 1.5766441 },
{ -28.054033, -337.05743, 1.5766441 },
{ 184.18225, -335.73837, 1.5766441 },
{ 184.76228, 290.20496, 1.5766441 },
{ -28.412668, 288.8858, 1.5766441 },
{ 193.8568, 336.03094, 4.242442 },
{ 192.77937, -359.0643, 3.6574924 },
{ 193.98412, 282.66214, 2.0109177 },
{ 192.80525, -342.3692, 1.6594753 },
{ 194.06683, 336.03085, 1.6594753 },
{ 148.15938, 336.05115, 2.394319 },
{ -196.75359, 334.8299, 125.050224 },
{ -103.674805, -357.90836, 124.870964 },
{ 192.77937, -359.0643, 3.6574924 },
{ 193.98412, 282.66214, 2.0109177 },
{ 192.98662, -360.86218, 1.9452395 },
{ -92.056114, -363.9324, 0.24482836 },
{ -198.15228, -364.34085, -0.5811222 },
{ 194.06683, 336.03085, 1.6594753 },
{ -102.577034, 350.30972, 124.870964 },
{ 193.88031, 351.20328, 3.6574924 },
{ 192.80525, -342.3692, 1.6594753 },
{ 193.8568, 336.03094, 7.9884024 },
{ 192.98662, -360.86218, 1.9452395 },
{ 193.8568, 336.03094, 7.9884024 },
{ -103.601204, -342.3803, 124.452065 },
{ 192.80502, -342.5115, 7.9884024 },
{ -197.03442, 356.8349, -0.5811222 },
{ -197.80322, -342.33206, 125.050224 },
{ 193.0155, -342.22723, 1.6594753 },
{ 193.88199, 352.28104, 7.9884024 },
{ 193.88031, 351.20328, 3.6574924 },
{ 194.09314, 353.00098, 1.9452395 },
{ 192.77937, -359.0643, 3.6574924 },
{ -103.674805, -357.90836, 124.870964 },
{ 192.98662, -360.86218, 1.9452395 },
{ 194.09314, 353.00098, 1.9452395 },
{ 193.88199, 352.28104, 7.9884024 },
{ -103.674805, -357.90836, 124.870964 },
{ 193.98412, 282.66214, 2.0109177 },
{ 193.0155, -342.22723, 1.6594753 },
{ 193.98412, 282.66214, 2.0109177 },
{ 148.08116, 285.59445, 1.862017 },
{ -102.577034, 350.30972, 124.870964 },
{ -198.39217, -362.59763, 125.007225 },
{ -102.55157, 334.78165, 124.452065 },
{ 194.06683, 336.03085, 1.6594753 },
{ 192.7777, -360.14206, 7.9884024 },
{ -198.39217, -362.59763, 125.007225 },
{ 194.09314, 353.00098, 1.9452395 },
{ 194.06683, 336.03085, 1.6594753 },
{ 193.88031, 351.20328, 3.6574924 },
{ 192.7777, -360.14206, 7.9884024 },
{ 193.8568, 336.03094, 4.242442 },
{ 193.88199, 352.28104, 7.9884024 },
{ 192.80502, -342.5115, 7.9884024 },
{ 148.08116, 285.59445, 1.862017 },
{ -103.601204, -342.3803, 124.452065 },
{ -197.2797, 355.09595, 125.007225 },
{ -90.93968, 356.3235, 0.24482836 },
{ 192.7777, -360.14206, 7.9884024 },
{ -197.2797, 355.09595, 125.007225 },
{ -102.55157, 334.78165, 124.452065 },
{ -102.577034, 350.30972, 124.870964 },
}
Normals 620 {
{ -6.412369e-004, 1.0000012, -0.0012 },
{ 5.5876246e-004, 0.99999994, -0.0011 },
{ -6.412369e-004, 1.0000012, -0.0012 },
{ 5.5876246e-004, 0.99999994, -0.0011 },
{ 0.0017587618, 0.9999987, -0.001 },
{ 0.0017587618, 0.9999987, -0.001 },
{ 0.0028412356, -1.0000036, 6e-004 },
{ 0.002441236, -1.0000031, 4e-004 },
{ 0.0028412356, -1.0000036, 6e-004 },
{ 0.0033412352, -1.000004, 8e-004 },
{ 0.0033412352, -1.000004, 8e-004 },
{ 0.002441236, -1.0000031, 4e-004 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 1.000002, 0.0013412366, 0 },
{ 1.000002, 0.0013412366, 0 },
{ 1.000002, 0.0013412366, 0 },
{ 1.000002, 0.0013412366, 0 },
{ 0.0072412333, -1.0000082, 1.2246569e-016 },
{ 0.0072412333, -1.0000082, 1.2246569e-016 },
{ 0.0072412333, -1.0000082, 1.2246569e-016 },
{ -0.0072412333, 1.0000082, 0 },
{ -0.0072412333, 1.0000082, 0 },
{ -0.0072412333, 1.0000082, 0 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 0.0074412334, -1.0000085, 1.2246572e-016 },
{ 0.0074412334, -1.0000085, 1.2246572e-016 },
{ 0.0074412334, -1.0000085, 1.2246572e-016 },
{ -0.0074412334, 1.0000085, 0 },
{ -0.0074412334, 1.0000085, 0 },
{ -0.0074412334, 1.0000085, 0 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 0.99999994, -5.5876246e-004, 6.8428665e-020 },
{ 0.99999994, -5.5876246e-004, 6.8428665e-020 },
{ 0.99999994, -5.5876246e-004, 6.8428665e-020 },
{ 0.99999994, -5.5876246e-004, 6.8428665e-020 },
{ 0.0070412336, -1.000008, 1.2246566e-016 },
{ 0.0070412336, -1.000008, 1.2246566e-016 },
{ 0.0070412336, -1.000008, 1.2246566e-016 },
{ -0.0069412338, 1.0000079, 0 },
{ -0.0069412338, 1.0000079, 0 },
{ -0.0069412338, 1.0000079, 0 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 0.007841232, -1.0000088, 1.2246576e-016 },
{ 0.007841232, -1.0000088, 1.2246576e-016 },
{ 0.007841232, -1.0000088, 1.2246576e-016 },
{ -0.007841232, 1.0000088, 0 },
{ -0.007841232, 1.0000088, 0 },
{ -0.007841232, 1.0000088, 0 },
{ 0.5668998, -5.0021237e-004, 0.8238 },
{ 0.5668998, -5.0021237e-004, 0.8238 },
{ 0.5668998, -5.0021237e-004, 0.8238 },
{ 0.5668998, -5.0021237e-004, 0.8238 },
{ 0.005399468, -5.0571706e-004, 1 },
{ 0.005399468, -5.0571706e-004, 1 },
{ 0.005399468, -5.0571706e-004, 1 },
{ 0.005399468, -5.0571706e-004, 1 },
{ 0.9999913, -0.008758758, -1e-004 },
{ 0.9999913, -0.008758758, -1e-004 },
{ 0.9999913, -0.008758758, -1e-004 },
{ 0.9999913, -0.008758758, -1e-004 },
{ -0.99999976, 7.5876235e-004, 0 },
{ -0.99999976, 7.5876235e-004, 0 },
{ -0.99999976, 7.5876235e-004, 0 },
{ -0.99999976, 7.5876235e-004, 0 },
{ 0.5641891, -0.010597348, 0.8256 },
{ 0.5641891, -0.010597348, 0.8256 },
{ 0.5641891, -0.010597348, 0.8256 },
{ 0.5641891, -0.010597348, 0.8256 },
{ 0.0035849635, -0.014203804, 0.9999 },
{ 0.0035849635, -0.014203804, 0.9999 },
{ 0.0035849635, -0.014203804, 0.9999 },
{ 0.0035849635, -0.014203804, 0.9999 },
{ 0.0057415515, -0.9997066, 0.0242 },
{ 0.0050417637, -0.9995059, 0.032 },
{ 0.0057415515, -0.9997066, 0.024 },
{ 0.0065414454, -0.99980754, 0.0158 },
{ 0.0065414454, -0.99980754, 0.0158 },
{ 0.0050417637, -0.9995059, 0.032 },
{ 1.0000027, 0.0020412363, -2e-004 },
{ 1.0000027, 0.0020412363, -2e-004 },
{ 1.0000027, 0.0020412363, -2e-004 },
{ 1.0000027, 0.0020412363, -2e-004 },
{ -0.00554134, 0.9999064, -0.016 },
{ -0.0047413404, 0.9999056, -0.0161 },
{ -0.00554134, 0.9999064, -0.016 },
{ -0.0047413404, 0.9999056, -0.0161 },
{ -0.003941341, 0.9999047, -0.0162 },
{ -0.003941341, 0.9999047, -0.0162 },
{ -0.9999966, 0.0037587606, -1e-004 },
{ -0.9999966, 0.0037587606, -1e-004 },
{ -0.9999966, 0.0037587606, -1e-004 },
{ -0.9999966, 0.0037587606, -1e-004 },
{ 0.99530214, 0.09594627, 0.0163 },
{ 0.76178616, 0.6476938, 0.0152 },
{ 0.97792107, 0.20826472, 0.0163 },
{ 0.505014, 0.8629658, 0.0153 },
{ 0.1799414, 0.98351, 0.0157 },
{ -0.22856948, 0.97344255, 0.0158 },
{ -0.5583222, 0.8293916, 0.0164 },
{ -0.7945578, 0.60694164, 0.0166 },
{ -0.99348086, 0.11305193, 0.016 },
{ -0.99641305, 0.08265501, 0.0159 },
{ -0.92340666, -0.38362256, 0.0153 },
{ 0.99530214, 0.09594627, 0.0163 },
{ 0.97792107, 0.20826472, 0.0163 },
{ 0.9282069, -0.37178296, 0.0157 },
{ 0.82249844, -0.56857115, 0.0159 },
{ 0.5011843, -0.86513114, 0.0155 },
{ 0.20436378, -0.9788169, 0.015 },
{ -0.091354266, -0.9957039, 0.0153 },
{ -0.52300256, -0.85224676, 0.0153 },
{ -0.80233216, -0.5966509, 0.0151 },
{ 0.9925284, 0.12074921, 0.0146 },
{ 0.74410754, 0.66791254, 0.0134 },
{ 0.96965885, 0.24397351, 0.0146 },
{ 0.49312127, 0.8698784, 0.0137 },
{ 0.19223897, 0.981197, 0.0141 },
{ -0.20896482, 0.97782177, 0.0144 },
{ -0.5323042, 0.846364, 0.0152 },
{ -0.7899515, 0.61293674, 0.0155 },
{ -0.9942886, 0.10575277, 0.0149 },
{ -0.9972233, 0.07295587, 0.0149 },
{ -0.9244041, -0.3811215, 0.0141 },
{ 0.9925284, 0.12074921, 0.0146 },
{ 0.96965885, 0.24397351, 0.0146 },
{ 0.92790616, -0.37248263, 0.0139 },
{ 0.82880825, -0.5593778, 0.014 },
{ 0.55321836, -0.83298624, 0.014 },
{ 0.23227043, -0.97254646, 0.0137 },
{ -0.086454794, -0.996209, 0.0139 },
{ -0.5433891, -0.83942515, 0.014 },
{ -0.81241757, -0.58284014, 0.0138 },
{ 0.99589515, 0.089345634, 0.0148 },
{ 0.76777864, 0.64058745, 0.0138 },
{ 0.97772247, 0.20956494, 0.0148 },
{ 0.49751863, 0.86737376, 0.0139 },
{ 0.19033939, 0.98159903, 0.0142 },
{ -0.23857202, 0.9710531, 0.0143 },
{ -0.5505166, 0.83468336, 0.0149 },
{ -0.8031699, 0.59555066, 0.0151 },
{ -0.9933803, 0.11355182, 0.0145 },
{ -0.99661505, 0.08075523, 0.0145 },
{ -0.927496, -0.37351823, 0.0139 },
{ 0.99589515, 0.089345634, 0.0148 },
{ 0.97772247, 0.20956494, 0.0148 },
{ 0.9314155, -0.36368632, 0.0142 },
{ 0.81879276, -0.5739672, 0.0144 },
{ 0.51059, -0.8597411, 0.0141 },
{ 0.1963621, -0.98040843, 0.0136 },
{ -0.07865544, -0.9968173, 0.0139 },
{ -0.5337955, -0.8455353, 0.0139 },
{ -0.7990368, -0.6010543, 0.0137 },
{ 0.8070255, 0.59034586, 0.0151 },
{ 0.99156463, -0.1283499, 0.0159 },
{ 0.9915646, -0.1284499, 0.0159 },
{ 0.8070255, 0.59034586, 0.0151 },
{ 0.17784183, 0.9839122, 0.0159 },
{ 0.17804183, 0.98391205, 0.0159 },
{ -0.59034586, 0.8070255, 0.0159 },
{ -0.59034586, 0.8070255, 0.0159 },
{ -0.9915646, 0.1284499, 0.0159 },
{ -0.99156463, 0.1283499, 0.0159 },
{ -0.8070255, -0.59034586, 0.0151 },
{ -0.8070255, -0.59034586, 0.0151 },
{ -0.17784183, -0.9839122, 0.0159 },
{ -0.17804183, -0.98391205, 0.0159 },
{ 0.590346, -0.8069255, 0.0159 },
{ 0.590346, -0.8069255, 0.0159 },
{ 0.9915646, -0.1284499, 0.0159 },
{ 0.99156463, -0.1283499, 0.0159 },
{ 0.99530214, 0.09594627, 0.0163 },
{ 0.76178616, 0.6476938, 0.0152 },
{ 0.97792107, 0.20826472, 0.0163 },
{ 0.505014, 0.8629658, 0.0153 },
{ 0.1799414, 0.98351, 0.0157 },
{ -0.22856948, 0.97344255, 0.0157 },
{ -0.5583222, 0.8293916, 0.0164 },
{ -0.7945578, 0.60694164, 0.0166 },
{ -0.99348086, 0.11305193, 0.016 },
{ -0.99641305, 0.08265501, 0.0159 },
{ -0.92340666, -0.38362256, 0.0153 },
{ 0.99530214, 0.09594627, 0.0163 },
{ 0.97792107, 0.20826472, 0.0163 },
{ 0.9282069, -0.37178296, 0.0157 },
{ 0.82249844, -0.56857115, 0.0159 },
{ 0.5011843, -0.86513114, 0.0155 },
{ 0.20436378, -0.9788169, 0.015 },
{ -0.091354266, -0.9957039, 0.0153 },
{ -0.52300256, -0.85224676, 0.0153 },
{ -0.80233216, -0.5966509, 0.015 },
{ 0.9926284, 0.12074911, 0.0146 },
{ 0.74410754, 0.66791254, 0.0134 },
{ 0.96965885, 0.24397351, 0.0146 },
{ 0.49312127, 0.8698784, 0.0137 },
{ 0.19223897, 0.981197, 0.0141 },
{ -0.20896482, 0.97782177, 0.0144 },
{ -0.5323042, 0.846364, 0.0152 },
{ -0.7899515, 0.61293674, 0.0155 },
{ -0.9942886, 0.10575277, 0.0149 },
{ -0.9972233, 0.07295587, 0.0149 },
{ -0.9244041, -0.3811215, 0.0141 },
{ 0.9926284, 0.12074911, 0.0146 },
{ 0.96965885, 0.24397351, 0.0146 },
{ 0.92790616, -0.37248263, 0.0139 },
{ 0.82880825, -0.5593778, 0.014 },
{ 0.55321836, -0.83298624, 0.014 },
{ 0.23227043, -0.97254646, 0.0137 },
{ -0.086454794, -0.996209, 0.0139 },
{ -0.5433891, -0.83942515, 0.0141 },
{ -0.81241757, -0.58284014, 0.0138 },
{ 0.99589515, 0.089345634, 0.0148 },
{ 0.76777864, 0.64058745, 0.0138 },
{ 0.97772247, 0.20956494, 0.0148 },
{ 0.49751863, 0.86737376, 0.0139 },
{ 0.19033939, 0.98159903, 0.0142 },
{ -0.23857202, 0.9710531, 0.0143 },
{ -0.5505166, 0.83468336, 0.0149 },
{ -0.8031699, 0.59555066, 0.0151 },
{ -0.9933803, 0.11355182, 0.0145 },
{ -0.99661505, 0.08075523, 0.0145 },
{ -0.927496, -0.37351823, 0.0139 },
{ 0.99589515, 0.089345634, 0.0148 },
{ 0.97772247, 0.20956494, 0.0148 },
{ 0.9314155, -0.36368632, 0.0142 },
{ 0.81879276, -0.5739672, 0.0144 },
{ 0.51059, -0.8597411, 0.0141 },
{ 0.1963621, -0.98040843, 0.0136 },
{ -0.07865544, -0.9968173, 0.0139 },
{ -0.5337955, -0.8455353, 0.0139 },
{ -0.7990368, -0.6010543, 0.0137 },
{ 0.9772765, -0.21163483, 0.0148 },
{ 0.7664205, -0.6422118, 0.0138 },
{ 0.99570376, -0.09145427, 0.0148 },
{ 0.49568084, -0.8684253, 0.0139 },
{ 0.1882604, -0.9819999, 0.0142 },
{ -0.24062772, -0.97054577, 0.0143 },
{ -0.5522828, -0.83351576, 0.0149 },
{ -0.8044292, -0.5938486, 0.0151 },
{ -0.99361855, -0.11144806, 0.0145 },
{ -0.9967838, -0.078644685, 0.0145 },
{ -0.926703, 0.37548137, 0.0139 },
{ -0.7977623, 0.60274494, 0.0137 },
{ -0.5320039, 0.8466637, 0.0139 },
{ -0.07654448, 0.9969816, 0.0139 },
{ 0.19843769, 0.9799904, 0.0136 },
{ 0.5124094, 0.85865796, 0.0141 },
{ 0.8200063, 0.5722321, 0.0144 },
{ 0.9321835, 0.36171323, 0.0142 },
{ 0.9772765, -0.21163483, 0.0148 },
{ 0.99570376, -0.09145427, 0.0148 },
{ 0.96914005, -0.24602623, 0.0146 },
{ 0.7426916, -0.6694867, 0.0134 },
{ 0.9923705, -0.12285075, 0.0146 },
{ 0.49127817, -0.87092066, 0.0137 },
{ 0.19016083, -0.9816019, 0.0141 },
{ -0.21093494, -0.9773772, 0.0144 },
{ -0.5340952, -0.845235, 0.0152 },
{ -0.7912476, -0.6112626, 0.0155 },
{ -0.9945103, -0.103647105, 0.0149 },
{ -0.9973756, -0.07084406, 0.0149 },
{ -0.92359495, 0.38307807, 0.0141 },
{ -0.81118155, 0.5845592, 0.0138 },
{ -0.54161036, 0.8405739, 0.0141 },
{ -0.08434511, 0.99638987, 0.0139 },
{ 0.2343293, 0.97205245, 0.0137 },
{ 0.554981, 0.8318129, 0.014 },
{ 0.82999086, 0.55762154, 0.014 },
{ 0.9286928, 0.37051693, 0.0139 },
{ 0.96914005, -0.24602623, 0.0146 },
{ 0.9923705, -0.12285075, 0.0146 },
{ 0.97747785, -0.21033503, 0.0163 },
{ 0.76041293, -0.64930546, 0.0152 },
{ 0.99509674, -0.09805363, 0.0163 },
{ 0.5031855, -0.8640332, 0.0153 },
{ 0.1778584, -0.98388886, 0.0157 },
{ -0.23063025, -0.97295636, 0.0158 },
{ -0.5600772, -0.8282075, 0.0164 },
{ -0.7958413, -0.60525775, 0.0166 },
{ -0.993718, -0.11094795, 0.016 },
{ -0.99658585, -0.080544904, 0.0159 },
{ -0.9225923, 0.38557702, 0.0153 },
{ -0.80106694, 0.5983485, 0.0151 },
{ -0.5211969, 0.8532523, 0.0153 },
{ -0.08924563, 0.9958951, 0.0153 },
{ 0.206436, 0.978382, 0.015 },
{ 0.5030151, 0.8640679, 0.0155 },
{ 0.82370055, 0.56682825, 0.0159 },
{ 0.9289921, 0.3698166, 0.0157 },
{ 0.97747785, -0.21033503, 0.0163 },
{ 0.99509674, -0.09805363, 0.0163 },
{ 0.9772765, -0.21163483, 0.0148 },
{ 0.7664205, -0.6422118, 0.0138 },
{ 0.99570376, -0.09145427, 0.0148 },
{ 0.49568084, -0.8684253, 0.0139 },
{ 0.1882604, -0.9819999, 0.0142 },
{ -0.24062772, -0.97054577, 0.0143 },
{ -0.5522828, -0.83351576, 0.0149 },
{ -0.8044292, -0.5938486, 0.0151 },
{ -0.99361855, -0.11144806, 0.0145 },
{ -0.9967838, -0.078644685, 0.0145 },
{ -0.926703, 0.37548137, 0.0139 },
{ -0.7977623, 0.60274494, 0.0137 },
{ -0.5320039, 0.8466637, 0.0139 },
{ -0.07654448, 0.9969816, 0.0139 },
{ 0.19843769, 0.9799904, 0.0136 },
{ 0.5124094, 0.85865796, 0.0141 },
{ 0.8200063, 0.5722321, 0.0144 },
{ 0.9321835, 0.36171323, 0.0142 },
{ 0.9772765, -0.21163483, 0.0148 },
{ 0.99570376, -0.09145427, 0.0148 },
{ 0.96914005, -0.24602623, 0.0146 },
{ 0.7426916, -0.6694867, 0.0134 },
{ 0.99227047, -0.12285064, 0.0146 },
{ 0.49127817, -0.87092066, 0.0137 },
{ 0.19016083, -0.9816019, 0.0141 },
{ -0.21103492, -0.9773771, 0.0144 },
{ -0.5340952, -0.845235, 0.0152 },
{ -0.7912476, -0.6112626, 0.0155 },
{ -0.9945103, -0.103647105, 0.0149 },
{ -0.9973756, -0.07084406, 0.0149 },
{ -0.92359495, 0.38307807, 0.0141 },
{ -0.81118155, 0.5845592, 0.0138 },
{ -0.54161036, 0.8405739, 0.0141 },
{ -0.08434511, 0.99638987, 0.0139 },
{ 0.2343293, 0.97205245, 0.0137 },
{ 0.554981, 0.8318129, 0.014 },
{ 0.82999086, 0.55762154, 0.014 },
{ 0.9286928, 0.37051693, 0.0139 },
{ 0.96914005, -0.24602623, 0.0146 },
{ 0.99227047, -0.12285064, 0.0146 },
{ 0.97747785, -0.21033503, 0.0163 },
{ 0.76041293, -0.64930546, 0.0152 },
{ 0.99509674, -0.09805363, 0.0163 },
{ 0.5031855, -0.8640332, 0.0153 },
{ 0.1778584, -0.98388886, 0.0157 },
{ -0.23063025, -0.97295636, 0.0158 },
{ -0.5600772, -0.8282075, 0.0164 },
{ -0.7958413, -0.60525775, 0.0166 },
{ -0.993718, -0.11094795, 0.016 },
{ -0.99658585, -0.080544904, 0.0159 },
{ -0.9225923, 0.38557702, 0.0153 },
{ -0.80106694, 0.5983485, 0.015 },
{ -0.5211968, 0.8533523, 0.0153 },
{ -0.08924563, 0.9958951, 0.0153 },
{ 0.206436, 0.978382, 0.015 },
{ 0.5030151, 0.8640679, 0.0155 },
{ 0.82370055, 0.56682825, 0.0159 },
{ 0.9289921, 0.3698166, 0.0157 },
{ 0.97747785, -0.21033503, 0.0163 },
{ 0.99509674, -0.09805363, 0.0163 },
{ 0.9918342, 0.12624995, 0.0159 },
{ 0.99183434, 0.12634996, 0.0159 },
{ 0.59205335, 0.8056736, 0.0159 },
{ 0.59205335, 0.8056736, 0.0159 },
{ -0.17595798, 0.98428684, 0.0159 },
{ -0.17575797, 0.9842866, 0.0159 },
{ -0.8057736, 0.5920535, 0.0151 },
{ -0.8057736, 0.5920535, 0.0151 },
{ -0.9918342, -0.12624995, 0.0159 },
{ -0.99183434, -0.12634996, 0.0159 },
{ -0.5920535, -0.8057736, 0.0159 },
{ -0.5920535, -0.8057736, 0.0159 },
{ 0.17595798, -0.98428684, 0.0159 },
{ 0.17575797, -0.9842866, 0.0159 },
{ 0.8057736, -0.5920535, 0.0151 },
{ 0.8057736, -0.5920535, 0.0151 },
{ 0.9918342, 0.12624995, 0.0159 },
{ 0.99183434, 0.12634996, 0.0159 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 0.007841232, -1.0000088, 1.2246576e-016 },
{ 0.007841232, -1.0000088, 1.2246576e-016 },
{ 0.007841232, -1.0000088, 1.2246576e-016 },
{ -0.007841232, 1.0000088, 0 },
{ -0.007841232, 1.0000088, 0 },
{ -0.007841232, 1.0000088, 0 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 0.0074412334, -1.0000085, 1.2246572e-016 },
{ 0.0074412334, -1.0000085, 1.2246572e-016 },
{ 0.0074412334, -1.0000085, 1.2246572e-016 },
{ -0.0074412334, 1.0000085, 0 },
{ -0.0074412334, 1.0000085, 0 },
{ -0.0074412334, 1.0000085, 0 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 1.000002, 0.0013412366, 0 },
{ 1.000002, 0.0013412366, 0 },
{ 1.000002, 0.0013412366, 0 },
{ 1.000002, 0.0013412366, 0 },
{ 0.0072412333, -1.0000082, 1.2246569e-016 },
{ 0.0072412333, -1.0000082, 1.2246569e-016 },
{ 0.0072412333, -1.0000082, 1.2246569e-016 },
{ -0.0072412333, 1.0000082, 0 },
{ -0.0072412333, 1.0000082, 0 },
{ -0.0072412333, 1.0000082, 0 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 0.99999994, -5.5876246e-004, 6.8428665e-020 },
{ 0.99999994, -5.5876246e-004, 6.8428665e-020 },
{ 0.99999994, -5.5876246e-004, 6.8428665e-020 },
{ 0.99999994, -5.5876246e-004, 6.8428665e-020 },
{ 0.0070412336, -1.000008, 1.2246566e-016 },
{ 0.0070412336, -1.000008, 1.2246566e-016 },
{ 0.0070412336, -1.000008, 1.2246566e-016 },
{ -0.0069412338, 1.0000079, 0 },
{ -0.0069412338, 1.0000079, 0 },
{ -0.0069412338, 1.0000079, 0 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 1.0000018, 0.0011412365, 0 },
{ 0.007841232, -1.0000088, 1.2246576e-016 },
{ 0.007841232, -1.0000088, 1.2246576e-016 },
{ 0.007841232, -1.0000088, 1.2246576e-016 },
{ -0.007841232, 1.0000088, 0 },
{ -0.007841232, 1.0000088, 0 },
{ -0.007841232, 1.0000088, 0 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 1.000002, 0.0013412366, 0 },
{ 1.000002, 0.0013412366, 0 },
{ 1.000002, 0.0013412366, 0 },
{ 1.000002, 0.0013412366, 0 },
{ 0.0072412333, -1.0000082, 1.2246569e-016 },
{ 0.0072412333, -1.0000082, 1.2246569e-016 },
{ 0.0072412333, -1.0000082, 1.2246569e-016 },
{ -0.0072412333, 1.0000082, 0 },
{ -0.0072412333, 1.0000082, 0 },
{ -0.0072412333, 1.0000082, 0 },
{ 0.068351574, -0.9902729, 0.1208 },
{ 0.9979981, -0.002356644, 0.0625 },
{ 0.0025999986, -2.7527817e-006, 1 },
{ -0.99999946, 0.0010587622, 0 },
{ 0.00934229, -0.99901044, 0.0425 },
{ 0.028742492, -0.998831, 0.0394 },
{ -0.0011578093, -0.9990994, 0.0425 },
{ 0.030957475, 0.99876773, 0.0395 },
{ 1.0000019, 0.0012412366, 0.0023 },
{ 9.578094e-004, 0.99909955, 0.0425 },
{ 0.56470203, 0.0016021157, 0.8253 },
{ 0.99790126, 6.4346025e-004, 0.064 },
{ -0.0011578093, -0.9990994, 0.0425 },
{ 0.0114576975, 0.99898845, 0.0425 },
{ 0.99790126, 6.4346025e-004, 0.064 },
{ 0.99790126, 6.4346025e-004, 0.064 },
{ -0.99999946, 0.0010587622, 0 },
{ 0.06884924, -0.9924734, 0.1017 },
{ 0.56470203, 0.0016021157, 0.8253 },
{ 1.0000019, 0.0012412366, 0.0023 },
{ 0.0025999986, -2.7527817e-006, 1 },
{ 0.030757476, 0.998768, 0.0391 },
{ 0.0025999986, -2.7527817e-006, 1 },
{ 0.07044835, 0.99012595, 0.1208 },
{ 0.56470203, 0.0016021157, 0.8253 },
{ 0.06884924, -0.9924734, 0.1017 },
{ 0.0114576975, 0.99898845, 0.0425 },
{ 0.9979981, -0.002356644, 0.0625 },
{ -0.99999946, 0.0010587622, 0 },
{ 0.0055587594, 0.9999947, 0 },
{ 9.578094e-004, 0.99909955, 0.0425 },
{ 9.578094e-004, 0.99909955, 0.0425 },
{ 0.9979981, -0.002356644, 0.0625 },
{ 0.0025999986, -2.7527817e-006, 1 },
{ -0.99999946, 0.0010587622, 0 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ -0.99999946, 0.0010587622, 0 },
{ 0.00934229, -0.99901044, 0.0425 },
{ 0.0025999986, -2.7527817e-006, 1 },
{ 0.5646974, -0.0027978818, 0.8253 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 0.029142598, -0.99873143, 0.04 },
{ 0.5646974, -0.0027978818, 0.8253 },
{ -0.99999946, 0.0010587622, 0 },
{ -0.99999946, 0.0010587622, 0 },
{ 0.07015089, 0.9925263, 0.1003 },
{ 0.07015089, 0.9925263, 0.1003 },
{ -0.99999946, 0.0010587622, 0 },
{ 0.07044835, 0.99012595, 0.1208 },
{ 0.003441235, -1.0000042, 1.2246519e-016 },
{ 0.5646974, -0.0027978818, 0.8253 },
{ 0.99790126, 6.4346025e-004, 0.064 },
{ 1.0000019, 0.0012412366, 0.0023 },
{ 0.0114576975, 0.99898845, 0.0425 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 0.0114576975, 0.99898845, 0.0425 },
{ 0.0025999986, -2.7527817e-006, 1 },
{ 0.5646974, -0.0027978818, 0.8253 },
{ 0.07044835, 0.99012595, 0.1208 },
{ 0.068351574, -0.9902729, 0.1208 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 0.9979981, -0.002356644, 0.0625 },
{ 0.07044835, 0.99012595, 0.1208 },
{ 0.068351574, -0.9902729, 0.1208 },
{ 0.0025999986, -2.7527817e-006, 1 },
{ -0.0011578093, -0.9990994, 0.0425 },
{ 0.068351574, -0.9902729, 0.1208 },
{ 0.56470203, 0.0016021157, 0.8253 },
{ 1.0000019, 0.0012412366, 0.0023 },
{ 9.578094e-004, 0.99909955, 0.0425 },
{ 0.0025999986, -2.7527817e-006, 1 },
{ 0.00934229, -0.99901044, 0.0425 },
{ 0.00934229, -0.99901044, 0.0425 },
{ -0.0011578093, -0.9990994, 0.0425 },
{ -0.0071412334, 1.0000081, 0.0055 },
{ -0.022241542, 0.9997241, 0.0125 },
{ 0.0029022216, 0.0020969284, 1 },
{ 0.0029022216, 0.0020969284, 1 },
{ 0.8895975, -0.0028418738, 0.4568 },
{ 0.0029022216, 0.0020969284, 1 },
{ 0.8895975, -0.0028418738, 0.4568 },
{ 0.0029022216, 0.0020969284, 1 },
{ -0.022241542, 0.9997241, 0.0125 },
{ 1.0000018, 0.0011412365, 0.0023 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 1.0000018, 0.0011412365, 0.0023 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 6.123234e-017, -3.8285688e-016, 1 },
{ 0.9895284, 0.12075239, 0.0785 },
{ 0.006741445, -0.9998077, 0.0161 },
{ -0.01115865, -0.9998887, 0.0041 },
{ 0.030086642, -0.0126318615, 0.9995 },
{ 0.88960147, 9.581242e-004, 0.4568 },
{ 0.002897775, -0.002103069, 1 },
{ 0.0024862345, -0.01300264, 0.9999 },
{ 0.014241759, -0.9995156, 0.0274 },
{ 0.030086642, -0.0126318615, 0.9995 },
{ 0.88960147, 9.581242e-004, 0.4568 },
{ 0.8895038, 0.0030582289, 0.4568 },
{ 0.008441444, -0.9998095, 0.0171 },
{ 0.009541444, -0.9998107, 0.0169 },
{ 0.002897775, -0.002103069, 1 },
{ 0.0024862345, -0.01300264, 0.9999 },
{ 0.9895284, 0.12075239, 0.0785 },
{ 0.9892705, -0.12284747, 0.0785 },
{ 0.5287163, 0.015140223, 0.8487 },
{ 0.030086642, -0.0126318615, 0.9995 },
{ 0.9895284, 0.12075239, 0.0785 },
{ 0.0025137626, 0.012997346, 0.9999 },
{ 0.9892705, -0.12284747, 0.0785 },
{ 0.011658545, 0.9997882, 0.0169 },
{ 0.0025137626, 0.012997346, 0.9999 },
{ 0.8895038, 0.0030582289, 0.4568 },
{ 0.9895284, 0.12075239, 0.0785 },
{ 0.030113323, 0.012568125, 0.9995 },
{ 0.030113323, 0.012568125, 0.9995 },
{ 0.9892705, -0.12284747, 0.0785 },
{ 0.0025137626, 0.012997346, 0.9999 },
{ -0.021158539, -0.9997782, 0.004 },
{ -0.019041438, 0.99982077, 0.004 },
{ 0.017258119, 0.9993823, 0.0318 },
{ 0.52868307, -0.016259758, 0.8487 },
{ -0.02435843, -0.9996748, 0.01 },
{ 0.030086642, -0.0126318615, 0.9995 },
{ 0.002897775, -0.002103069, 1 },
{ -0.02435843, -0.9996748, 0.01 },
{ 0.016358225, 0.9994832, 0.0274 },
{ 0.0025137626, 0.012997346, 0.9999 },
{ 0.0024862345, -0.01300264, 0.9999 },
{ 0.8894953, -0.004941767, 0.4568 },
{ 0.015141864, -0.9994166, 0.0318 },
{ 0.013841653, -0.9996152, 0.0256 },
{ 0.8894953, -0.004941767, 0.4568 },
{ 0.030113323, 0.012568125, 0.9995 },
{ 0.008858546, 0.9997912, 0.0161 },
{ 0.52868307, -0.016259758, 0.8487 },
{ 0.030113323, 0.012568125, 0.9995 },
{ 0.5287163, 0.015140223, 0.8487 },
{ 0.52868307, -0.016259758, 0.8487 },
{ 0.002897775, -0.002103069, 1 },
{ 0.52868307, -0.016259758, 0.8487 },
{ 0.0024862345, -0.01300264, 0.9999 },
{ 0.010558545, 0.9997894, 0.0171 },
{ 0.9892705, -0.12284747, 0.0785 },
{ 0.01595833, 0.99958366, 0.0256 },
{ 0.5287163, 0.015140223, 0.8487 },
{ 0.5287163, 0.015140223, 0.8487 },
}
TVertices 620 {
{ 0.612744, 0.0693944 },
{ 0.524739, 0.0693944 },
{ 0.609905, 0.0741071 },
{ 0.524739, 0.0741071 },
{ 0.453649, 0.0741071 },
{ 0.453649, 0.0693944 },
{ 0.526151, 0.101206 },
{ 0.451052, 0.101206 },
{ 0.526151, 0.105893 },
{ 0.608114, 0.101206 },
{ 0.610865, 0.105893 },
{ 0.451052, 0.105893 },
{ 0.842162, 0.0812672 },
{ 0.842157, 0.0956116 },
{ 0.905416, 0.0812475 },
{ 0.905411, 0.095592 },
{ 0.84216, 0.103999 },
{ 0.842161, 0.111191 },
{ 0.905413, 0.10399 },
{ 0.905414, 0.111182 },
{ 0.962784, 0.122195 },
{ 0.972927, 0.122195 },
{ 0.962784, 0.11711 },
{ 0.982232, 0.11919 },
{ 0.992375, 0.11919 },
{ 0.992375, 0.114104 },
{ 0.830919, 0.0399709 },
{ 0.830891, 0.0540125 },
{ 0.894941, 0.0400887 },
{ 0.894912, 0.0541294 },
{ 0.842281, 0.0646213 },
{ 0.842254, 0.0717946 },
{ 0.906302, 0.0648654 },
{ 0.906275, 0.0720387 },
{ 0.968731, 0.154117 },
{ 0.97866, 0.154117 },
{ 0.968731, 0.149045 },
{ 0.980911, 0.160493 },
{ 0.990838, 0.160493 },
{ 0.990838, 0.155422 },
{ 0.750141, 0.00772792 },
{ 0.750162, 0.0222087 },
{ 0.813891, 0.00761217 },
{ 0.813911, 0.0223129 },
{ 0.75016, 0.0322336 },
{ 0.750175, 0.0394161 },
{ 0.813909, 0.0320961 },
{ 0.813924, 0.0392786 },
{ 0.969362, 0.140401 },
{ 0.979601, 0.140401 },
{ 0.969362, 0.135322 },
{ 0.981818, 0.148056 },
{ 0.992213, 0.148056 },
{ 0.992213, 0.142977 },
{ 0.822984, 0.00345254 },
{ 0.822989, 0.0173777 },
{ 0.887739, 0.00343382 },
{ 0.887744, 0.017359 },
{ 0.82299, 0.0233355 },
{ 0.822987, 0.0299647 },
{ 0.887744, 0.0233732 },
{ 0.88774, 0.0300025 },
{ 0.982847, 0.134247 },
{ 0.992693, 0.134247 },
{ 0.982847, 0.12956 },
{ 0.983164, 0.0974314 },
{ 0.99301, 0.0974314 },
{ 0.99301, 0.092744 },
{ 0.536001, 0.096091 },
{ 0.620782, 0.096091 },
{ 0.536001, 0.0841337 },
{ 0.620782, 0.0841337 },
{ 0.520842, 0.0962228 },
{ 0.520842, 0.0839944 },
{ 0.44045, 0.0962228 },
{ 0.44045, 0.0839944 },
{ 0.57563, 0.0619978 },
{ 0.580563, 0.0619978 },
{ 0.57563, 0.0501493 },
{ 0.580563, 0.0501493 },
{ 0.590011, 0.0506388 },
{ 0.585076, 0.0506388 },
{ 0.590011, 0.0630322 },
{ 0.585076, 0.0630322 },
{ 0.535623, 0.139159 },
{ 0.535623, 0.151393 },
{ 0.620257, 0.139159 },
{ 0.620257, 0.151393 },
{ 0.520519, 0.13722 },
{ 0.440454, 0.13722 },
{ 0.520519, 0.149499 },
{ 0.440454, 0.149499 },
{ 0.528809, 0.156515 },
{ 0.453969, 0.156515 },
{ 0.528809, 0.16138 },
{ 0.61196, 0.156515 },
{ 0.61196, 0.16138 },
{ 0.453969, 0.16138 },
{ 0.612821, 0.0622949 },
{ 0.612821, 0.0500843 },
{ 0.607895, 0.0622949 },
{ 0.607895, 0.0500843 },
{ 0.613654, 0.164147 },
{ 0.527574, 0.164147 },
{ 0.613654, 0.169038 },
{ 0.527574, 0.169038 },
{ 0.456597, 0.169038 },
{ 0.456597, 0.164147 },
{ 0.599495, 0.0526124 },
{ 0.59455, 0.0526124 },
{ 0.599495, 0.0649824 },
{ 0.59455, 0.0649824 },
{ 0.290115, 0.126171 },
{ 0.292864, 0.12448 },
{ 0.290704, 0.108009 },
{ 0.293244, 0.106403 },
{ 0.295544, 0.121463 },
{ 0.295744, 0.10348 },
{ 0.297342, 0.119461 },
{ 0.297427, 0.101573 },
{ 0.298798, 0.118537 },
{ 0.298792, 0.100696 },
{ 0.301049, 0.101251 },
{ 0.309068, 0.126259 },
{ 0.308339, 0.10799 },
{ 0.307325, 0.125615 },
{ 0.30673, 0.107332 },
{ 0.305556, 0.123856 },
{ 0.305126, 0.105633 },
{ 0.303822, 0.121641 },
{ 0.303527, 0.103608 },
{ 0.301182, 0.119108 },
{ 0.36619, 0.170113 },
{ 0.363308, 0.171397 },
{ 0.364501, 0.18878 },
{ 0.361952, 0.189814 },
{ 0.360387, 0.174211 },
{ 0.359483, 0.192134 },
{ 0.358476, 0.176142 },
{ 0.357913, 0.193733 },
{ 0.356942, 0.177035 },
{ 0.356653, 0.194472 },
{ 0.354537, 0.193981 },
{ 0.345851, 0.169969 },
{ 0.347477, 0.18865 },
{ 0.347519, 0.170378 },
{ 0.348954, 0.188971 },
{ 0.349571, 0.17193 },
{ 0.350705, 0.190243 },
{ 0.351436, 0.173992 },
{ 0.352222, 0.191949 },
{ 0.354336, 0.176445 },
{ 0.290115, 0.126171 },
{ 0.292864, 0.12448 },
{ 0.290703, 0.108008 },
{ 0.293243, 0.106403 },
{ 0.295544, 0.121464 },
{ 0.295744, 0.10348 },
{ 0.297342, 0.119461 },
{ 0.297427, 0.101572 },
{ 0.298798, 0.118538 },
{ 0.298792, 0.100695 },
{ 0.301049, 0.101251 },
{ 0.309068, 0.126259 },
{ 0.308339, 0.10799 },
{ 0.307326, 0.125615 },
{ 0.30673, 0.107332 },
{ 0.305556, 0.123857 },
{ 0.305126, 0.105633 },
{ 0.303822, 0.121641 },
{ 0.303527, 0.103608 },
{ 0.301182, 0.119108 },
{ 0.980174, 0.994004 },
{ 0.978086, 0.975816 },
{ 0.977355, 0.994 },
{ 0.980664, 0.975813 },
{ 0.982975, 0.99401 },
{ 0.983262, 0.975807 },
{ 0.984847, 0.994015 },
{ 0.984993, 0.975803 },
{ 0.986725, 0.994018 },
{ 0.986727, 0.9758 },
{ 0.989543, 0.99402 },
{ 0.989328, 0.975798 },
{ 0.992352, 0.994019 },
{ 0.991931, 0.975799 },
{ 0.994223, 0.994017 },
{ 0.993664, 0.975801 },
{ 0.996112, 0.994016 },
{ 0.995381, 0.975801 },
{ 0.290115, 0.126171 },
{ 0.292864, 0.12448 },
{ 0.290704, 0.108009 },
{ 0.293244, 0.106403 },
{ 0.295544, 0.121463 },
{ 0.295744, 0.10348 },
{ 0.297342, 0.119461 },
{ 0.297427, 0.101573 },
{ 0.298798, 0.118537 },
{ 0.298792, 0.100696 },
{ 0.301049, 0.101251 },
{ 0.309068, 0.126259 },
{ 0.308339, 0.10799 },
{ 0.307325, 0.125615 },
{ 0.30673, 0.107332 },
{ 0.305556, 0.123856 },
{ 0.305126, 0.105633 },
{ 0.303822, 0.121641 },
{ 0.303527, 0.103608 },
{ 0.301182, 0.119108 },
{ 0.36619, 0.170113 },
{ 0.363308, 0.171397 },
{ 0.364501, 0.18878 },
{ 0.361952, 0.189814 },
{ 0.360387, 0.174211 },
{ 0.359483, 0.192134 },
{ 0.358476, 0.176142 },
{ 0.357913, 0.193733 },
{ 0.356942, 0.177035 },
{ 0.356653, 0.194472 },
{ 0.354537, 0.193981 },
{ 0.345851, 0.169969 },
{ 0.347477, 0.18865 },
{ 0.347519, 0.170378 },
{ 0.348954, 0.188971 },
{ 0.349571, 0.17193 },
{ 0.350705, 0.190243 },
{ 0.351436, 0.173992 },
{ 0.352222, 0.191949 },
{ 0.354336, 0.176445 },
{ 0.290115, 0.126171 },
{ 0.292864, 0.12448 },
{ 0.290703, 0.108008 },
{ 0.293243, 0.106403 },
{ 0.295544, 0.121464 },
{ 0.295744, 0.10348 },
{ 0.297342, 0.119461 },
{ 0.297427, 0.101572 },
{ 0.298798, 0.118538 },
{ 0.298792, 0.100695 },
{ 0.301049, 0.101251 },
{ 0.309068, 0.126259 },
{ 0.308339, 0.10799 },
{ 0.307326, 0.125615 },
{ 0.30673, 0.107332 },
{ 0.305556, 0.123857 },
{ 0.305126, 0.105633 },
{ 0.303822, 0.121641 },
{ 0.303527, 0.103608 },
{ 0.301182, 0.119108 },
{ 0.290703, 0.108008 },
{ 0.292864, 0.12448 },
{ 0.290115, 0.126171 },
{ 0.293243, 0.106403 },
{ 0.295544, 0.121464 },
{ 0.295744, 0.10348 },
{ 0.297342, 0.119461 },
{ 0.297427, 0.101572 },
{ 0.298798, 0.118538 },
{ 0.298792, 0.100695 },
{ 0.301049, 0.101251 },
{ 0.301182, 0.119108 },
{ 0.303527, 0.103608 },
{ 0.303822, 0.121641 },
{ 0.305126, 0.105633 },
{ 0.305556, 0.123857 },
{ 0.30673, 0.107332 },
{ 0.307326, 0.125615 },
{ 0.308339, 0.10799 },
{ 0.309068, 0.126259 },
{ 0.364501, 0.18878 },
{ 0.363308, 0.171397 },
{ 0.36619, 0.170113 },
{ 0.361952, 0.189814 },
{ 0.360387, 0.174211 },
{ 0.359483, 0.192134 },
{ 0.358476, 0.176142 },
{ 0.357913, 0.193733 },
{ 0.356942, 0.177035 },
{ 0.356653, 0.194472 },
{ 0.354537, 0.193981 },
{ 0.354336, 0.176445 },
{ 0.352222, 0.191949 },
{ 0.351436, 0.173992 },
{ 0.350705, 0.190243 },
{ 0.349571, 0.17193 },
{ 0.348954, 0.188971 },
{ 0.347519, 0.170378 },
{ 0.347477, 0.18865 },
{ 0.345851, 0.169969 },
{ 0.290704, 0.108009 },
{ 0.292864, 0.12448 },
{ 0.290115, 0.126171 },
{ 0.293244, 0.106403 },
{ 0.295544, 0.121463 },
{ 0.295744, 0.10348 },
{ 0.297342, 0.119461 },
{ 0.297427, 0.101573 },
{ 0.298798, 0.118537 },
{ 0.298792, 0.100696 },
{ 0.301049, 0.101251 },
{ 0.301182, 0.119108 },
{ 0.303527, 0.103608 },
{ 0.303822, 0.121641 },
{ 0.305126, 0.105633 },
{ 0.305556, 0.123856 },
{ 0.30673, 0.107332 },
{ 0.307325, 0.125615 },
{ 0.308339, 0.10799 },
{ 0.309068, 0.126259 },
{ 0.290703, 0.108008 },
{ 0.292864, 0.12448 },
{ 0.290115, 0.126171 },
{ 0.293243, 0.106403 },
{ 0.295544, 0.121464 },
{ 0.295744, 0.10348 },
{ 0.297342, 0.119461 },
{ 0.297427, 0.101572 },
{ 0.298798, 0.118538 },
{ 0.298792, 0.100695 },
{ 0.301049, 0.101251 },
{ 0.301182, 0.119108 },
{ 0.303527, 0.103608 },
{ 0.303822, 0.121641 },
{ 0.305126, 0.105633 },
{ 0.305556, 0.123857 },
{ 0.30673, 0.107332 },
{ 0.307326, 0.125615 },
{ 0.308339, 0.10799 },
{ 0.309068, 0.126259 },
{ 0.364501, 0.18878 },
{ 0.363308, 0.171397 },
{ 0.36619, 0.170113 },
{ 0.361952, 0.189814 },
{ 0.360387, 0.174211 },
{ 0.359483, 0.192134 },
{ 0.358476, 0.176142 },
{ 0.357913, 0.193733 },
{ 0.356942, 0.177035 },
{ 0.356653, 0.194472 },
{ 0.354537, 0.193981 },
{ 0.354336, 0.176445 },
{ 0.352222, 0.191949 },
{ 0.351436, 0.173992 },
{ 0.350705, 0.190243 },
{ 0.349571, 0.17193 },
{ 0.348954, 0.188971 },
{ 0.347519, 0.170378 },
{ 0.347477, 0.18865 },
{ 0.345851, 0.169969 },
{ 0.290704, 0.108009 },
{ 0.292864, 0.12448 },
{ 0.290115, 0.126171 },
{ 0.293244, 0.106403 },
{ 0.295544, 0.121463 },
{ 0.295744, 0.10348 },
{ 0.297342, 0.119461 },
{ 0.297427, 0.101573 },
{ 0.298798, 0.118537 },
{ 0.298792, 0.100696 },
{ 0.301049, 0.101251 },
{ 0.301182, 0.119108 },
{ 0.303527, 0.103608 },
{ 0.303822, 0.121641 },
{ 0.305126, 0.105633 },
{ 0.305556, 0.123856 },
{ 0.30673, 0.107332 },
{ 0.307325, 0.125615 },
{ 0.308339, 0.10799 },
{ 0.309068, 0.126259 },
{ 0.995381, 0.975801 },
{ 0.996112, 0.994016 },
{ 0.993664, 0.975801 },
{ 0.994223, 0.994017 },
{ 0.991931, 0.975799 },
{ 0.992352, 0.994019 },
{ 0.989328, 0.975798 },
{ 0.989543, 0.99402 },
{ 0.986727, 0.9758 },
{ 0.986725, 0.994018 },
{ 0.984993, 0.975803 },
{ 0.984847, 0.994015 },
{ 0.983262, 0.975807 },
{ 0.982975, 0.99401 },
{ 0.980664, 0.975813 },
{ 0.980174, 0.994004 },
{ 0.978086, 0.975816 },
{ 0.977355, 0.994 },
{ 0.822984, 0.00345254 },
{ 0.822989, 0.0173777 },
{ 0.887739, 0.00343382 },
{ 0.887744, 0.017359 },
{ 0.82299, 0.0233355 },
{ 0.822987, 0.0299647 },
{ 0.887744, 0.0233732 },
{ 0.88774, 0.0300025 },
{ 0.982847, 0.134247 },
{ 0.992693, 0.134247 },
{ 0.982847, 0.12956 },
{ 0.983164, 0.0974314 },
{ 0.99301, 0.0974314 },
{ 0.99301, 0.092744 },
{ 0.830919, 0.0399709 },
{ 0.830891, 0.0540125 },
{ 0.894941, 0.0400887 },
{ 0.894912, 0.0541294 },
{ 0.842281, 0.0646213 },
{ 0.842254, 0.0717946 },
{ 0.906302, 0.0648654 },
{ 0.906275, 0.0720387 },
{ 0.968731, 0.154117 },
{ 0.97866, 0.154117 },
{ 0.968731, 0.149045 },
{ 0.980911, 0.160493 },
{ 0.990838, 0.160493 },
{ 0.990838, 0.155422 },
{ 0.842162, 0.0812672 },
{ 0.842157, 0.0956116 },
{ 0.905416, 0.0812475 },
{ 0.905411, 0.095592 },
{ 0.84216, 0.103999 },
{ 0.842161, 0.111191 },
{ 0.905413, 0.10399 },
{ 0.905414, 0.111182 },
{ 0.962784, 0.122195 },
{ 0.972927, 0.122195 },
{ 0.962784, 0.11711 },
{ 0.982232, 0.11919 },
{ 0.992375, 0.11919 },
{ 0.992375, 0.114104 },
{ 0.750141, 0.00772792 },
{ 0.750162, 0.0222087 },
{ 0.813891, 0.00761217 },
{ 0.813911, 0.0223129 },
{ 0.75016, 0.0322336 },
{ 0.750175, 0.0394161 },
{ 0.813909, 0.0320961 },
{ 0.813924, 0.0392786 },
{ 0.969362, 0.140401 },
{ 0.979601, 0.140401 },
{ 0.969362, 0.135322 },
{ 0.981818, 0.148056 },
{ 0.992213, 0.148056 },
{ 0.992213, 0.142977 },
{ 0.822984, 0.00345254 },
{ 0.822989, 0.0173777 },
{ 0.887739, 0.00343382 },
{ 0.887744, 0.017359 },
{ 0.82299, 0.0233355 },
{ 0.822987, 0.0299647 },
{ 0.887744, 0.0233732 },
{ 0.88774, 0.0300025 },
{ 0.982847, 0.134247 },
{ 0.992693, 0.134247 },
{ 0.982847, 0.12956 },
{ 0.983164, 0.0974314 },
{ 0.99301, 0.0974314 },
{ 0.99301, 0.092744 },
{ 0.842162, 0.0812672 },
{ 0.842157, 0.0956116 },
{ 0.905416, 0.0812475 },
{ 0.905411, 0.095592 },
{ 0.84216, 0.103999 },
{ 0.842161, 0.111191 },
{ 0.905413, 0.10399 },
{ 0.905414, 0.111182 },
{ 0.962784, 0.122195 },
{ 0.972927, 0.122195 },
{ 0.962784, 0.11711 },
{ 0.982232, 0.11919 },
{ 0.992375, 0.11919 },
{ 0.992375, 0.114104 },
{ 0.192162, 0.168764 },
{ 0.223482, 0.0399262 },
{ 0.227098, 0.257173 },
{ 0.227098, 0.257173 },
{ 0.23006, 0.230827 },
{ 0.23937, 0.150362 },
{ 0.203121, 0.168298 },
{ 0.282724, 0.0753372 },
{ 0.839713, 0.203953 },
{ 0.192162, 0.168764 },
{ 0.208636, 0.167917 },
{ 0.206604, 0.0442906 },
{ 0.193086, 0.261939 },
{ 0.229679, 0.148192 },
{ 0.205703, 0.0402136 },
{ 0.222741, 0.0440297 },
{ 0.227029, 0.267811 },
{ 0.278432, 0.0756302 },
{ 0.208545, 0.0735387 },
{ 0.747417, 0.203953 },
{ 0.207622, 0.257046 },
{ 0.23937, 0.150362 },
{ 0.208636, 0.167917 },
{ 0.199926, 0.0769178 },
{ 0.226307, 0.167962 },
{ 0.229679, 0.148192 },
{ 0.23937, 0.150362 },
{ 0.222741, 0.0440297 },
{ 0.207553, 0.267683 },
{ 0.28279, 0.151608 },
{ 0.204249, 0.261828 },
{ 0.193086, 0.261939 },
{ 0.205703, 0.0402136 },
{ 0.227098, 0.257173 },
{ 0.227098, 0.257173 },
{ 0.731239, 0.0555776 },
{ 0.207622, 0.257046 },
{ 0.239913, 0.23076 },
{ 0.207622, 0.257046 },
{ 0.226307, 0.167962 },
{ 0.823407, 0.134212 },
{ 0.282724, 0.0753372 },
{ 0.208636, 0.167917 },
{ 0.207622, 0.257046 },
{ 0.207553, 0.267683 },
{ 0.229679, 0.148192 },
{ 0.278432, 0.0756302 },
{ 0.227029, 0.267811 },
{ 0.192162, 0.168764 },
{ 0.28279, 0.151608 },
{ 0.208545, 0.0735387 },
{ 0.223482, 0.0399262 },
{ 0.839713, 0.154972 },
{ 0.23006, 0.230827 },
{ 0.731239, 0.134212 },
{ 0.239913, 0.23076 },
{ 0.226307, 0.167962 },
{ 0.22652, 0.0735844 },
{ 0.195052, 0.0766666 },
{ 0.203121, 0.168298 },
{ 0.823407, 0.0555776 },
{ 0.206604, 0.0442906 },
{ 0.203121, 0.168298 },
{ 0.195052, 0.0766666 },
{ 0.226307, 0.167962 },
{ 0.204249, 0.261828 },
{ 0.199926, 0.0769178 },
{ 0.22652, 0.0735844 },
{ 0.747417, 0.154972 },
{ 0.203121, 0.168298 },
{ 0.208636, 0.167917 },
{ 0.229679, 0.148192 },
{ 0.23937, 0.150362 },
{ 0.192162, 0.168764 },
{ 0.331273, 0.0739343 },
{ 0.292364, 0.0742678 },
{ 0.549199, 0.11146 },
{ 0.505995, 0.130723 },
{ 0.558634, 0.129638 },
{ 0.549198, 0.131811 },
{ 0.558736, 0.113241 },
{ 0.505995, 0.111213 },
{ 0.331273, 0.0739343 },
{ 0.839713, 0.154972 },
{ 0.731239, 0.134212 },
{ 0.731239, 0.0555776 },
{ 0.747417, 0.154972 },
{ 0.823407, 0.134212 },
{ 0.823407, 0.0555776 },
{ 0.173128, 0.779058 },
{ 0.0635889, 0.707959 },
{ 0.331273, 0.0739343 },
{ 0.180375, 0.786191 },
{ 0.558736, 0.113241 },
{ 0.505995, 0.111213 },
{ 0.40517, 0.805759 },
{ 0.135471, 0.661551 },
{ 0.180375, 0.791619 },
{ 0.558634, 0.129638 },
{ 0.145134, 0.791714 },
{ 0.13247, 0.709435 },
{ 0.186898, 0.709861 },
{ 0.549199, 0.11146 },
{ 0.35246, 0.811293 },
{ 0.178455, 0.779058 },
{ 0.173128, 0.779058 },
{ 0.24891, 0.802649 },
{ 0.154734, 0.791619 },
{ 0.173128, 0.7775 },
{ 0.35246, 0.805759 },
{ 0.173128, 0.7775 },
{ 0.186898, 0.709861 },
{ 0.40517, 0.805759 },
{ 0.145134, 0.785481 },
{ 0.178455, 0.7775 },
{ 0.180375, 0.791619 },
{ 0.154734, 0.791619 },
{ 0.178455, 0.779058 },
{ 0.35246, 0.811293 },
{ 0.0375151, 0.708656 },
{ 0.0375151, 0.708656 },
{ 0.0636533, 0.706259 },
{ 0.332321, 0.807754 },
{ 0.331273, 0.0739343 },
{ 0.154734, 0.786191 },
{ 0.549198, 0.131811 },
{ 0.292364, 0.0742678 },
{ 0.135471, 0.661551 },
{ 0.40517, 0.811293 },
{ 0.35246, 0.805759 },
{ 0.145134, 0.785481 },
{ 0.0636533, 0.706259 },
{ 0.188174, 0.661717 },
{ 0.145134, 0.791714 },
{ 0.154734, 0.786191 },
{ 0.0635889, 0.707959 },
{ 0.24891, 0.807754 },
{ 0.180375, 0.786191 },
{ 0.24891, 0.807754 },
{ 0.24891, 0.802649 },
{ 0.505995, 0.130723 },
{ 0.332321, 0.802649 },
{ 0.40517, 0.811293 },
{ 0.13247, 0.709435 },
{ 0.178455, 0.7775 },
{ 0.188174, 0.661717 },
{ 0.332321, 0.802649 },
{ 0.332321, 0.807754 },
}
TVertices 620 {
{ 0.112685, 0.0726911 },
{ 0.0508921, 0.0726911 },
{ 0.110692, 0.076 },
{ 0.0508921, 0.076 },
{ 9.76563e-004, 0.076 },
{ 9.76563e-004, 0.0726911 },
{ 0.439289, 0.0701373 },
{ 0.386558, 0.0701373 },
{ 0.439289, 0.0734283 },
{ 0.496839, 0.0701373 },
{ 0.498771, 0.0734283 },
{ 0.386558, 0.0734283 },
{ 0.355992, 0.0929182 },
{ 0.355988, 0.10299 },
{ 0.400405, 0.0929043 },
{ 0.400401, 0.102976 },
{ 0.803697, 0.0265161 },
{ 0.803697, 0.0315657 },
{ 0.848109, 0.0265099 },
{ 0.84811, 0.0315595 },
{ 0.310625, 0.573787 },
{ 0.317747, 0.573787 },
{ 0.310625, 0.570216 },
{ 0.509826, 0.983985 },
{ 0.516948, 0.983985 },
{ 0.516948, 0.980414 },
{ 0.503929, 0.0886003 },
{ 0.503909, 0.0984597 },
{ 0.548882, 0.0886831 },
{ 0.548862, 0.0985417 },
{ 0.463497, 0.0335752 },
{ 0.463477, 0.0386119 },
{ 0.508449, 0.0337465 },
{ 0.50843, 0.0387833 },
{ 0.747487, 0.471018 },
{ 0.754458, 0.471018 },
{ 0.747487, 0.467456 },
{ 0.509826, 0.961426 },
{ 0.516796, 0.961426 },
{ 0.516796, 0.957865 },
{ 0.330348, 0.311512 },
{ 0.330363, 0.32168 },
{ 0.37511, 0.311431 },
{ 0.375125, 0.321753 },
{ 0.75439, 0.0302947 },
{ 0.7544, 0.0353378 },
{ 0.799151, 0.0301982 },
{ 0.799162, 0.0352413 },
{ 0.666623, 0.872626 },
{ 0.673813, 0.872626 },
{ 0.666623, 0.86906 },
{ 0.698179, 0.883672 },
{ 0.705478, 0.883672 },
{ 0.705478, 0.880105 },
{ 0.553216, 0.0847768 },
{ 0.55322, 0.0945543 },
{ 0.598684, 0.0847636 },
{ 0.598687, 0.0945411 },
{ 0.304711, 0.0252228 },
{ 0.304709, 0.0298775 },
{ 0.350178, 0.0252493 },
{ 0.350175, 0.029904 },
{ 0.537438, 0.925919 },
{ 0.544352, 0.925919 },
{ 0.537438, 0.922628 },
{ 0.0512698, 0.437949 },
{ 0.0581832, 0.437949 },
{ 0.0581832, 0.434658 },
{ 0.0759234, 0.368112 },
{ 0.135451, 0.368112 },
{ 0.0759234, 0.359716 },
{ 0.135451, 0.359716 },
{ 0.0574233, 0.102281 },
{ 0.0574233, 0.0936953 },
{ 9.76563e-004, 0.102281 },
{ 9.76563e-004, 0.0936953 },
{ 0.430935, 0.38923 },
{ 0.434399, 0.38923 },
{ 0.430935, 0.38091 },
{ 0.434399, 0.38091 },
{ 0.435386, 0.487746 },
{ 0.431921, 0.487746 },
{ 0.435386, 0.496448 },
{ 0.431921, 0.496448 },
{ 0.497006, 0.102494 },
{ 0.497006, 0.111085 },
{ 0.556432, 0.102494 },
{ 0.556432, 0.111085 },
{ 0.243574, 0.149739 },
{ 0.187358, 0.149739 },
{ 0.243574, 0.15836 },
{ 0.187358, 0.15836 },
{ 0.0535256, 0.261035 },
{ 9.76563e-004, 0.261035 },
{ 0.0535256, 0.264452 },
{ 0.111909, 0.261035 },
{ 0.111909, 0.264452 },
{ 9.76563e-004, 0.264452 },
{ 0.439324, 0.454843 },
{ 0.439324, 0.44627 },
{ 0.435865, 0.454843 },
{ 0.435865, 0.44627 },
{ 0.582629, 0.0773805 },
{ 0.522189, 0.0773805 },
{ 0.582629, 0.0808148 },
{ 0.522189, 0.0808148 },
{ 0.472353, 0.0808148 },
{ 0.472353, 0.0773805 },
{ 0.435393, 0.475108 },
{ 0.431921, 0.475108 },
{ 0.435393, 0.483793 },
{ 0.431921, 0.483793 },
{ 0.944715, 0.97724 },
{ 0.946645, 0.976053 },
{ 0.945128, 0.964487 },
{ 0.946912, 0.96336 },
{ 0.948527, 0.973935 },
{ 0.948667, 0.961308 },
{ 0.949789, 0.972529 },
{ 0.949849, 0.959969 },
{ 0.950812, 0.97188 },
{ 0.950808, 0.959353 },
{ 0.952392, 0.959743 },
{ 0.958023, 0.977302 },
{ 0.957511, 0.964474 },
{ 0.956799, 0.976849 },
{ 0.956381, 0.964013 },
{ 0.955557, 0.975615 },
{ 0.955255, 0.96282 },
{ 0.954339, 0.974059 },
{ 0.954132, 0.961398 },
{ 0.952486, 0.972281 },
{ 0.0152572, 0.0429758 },
{ 0.0132338, 0.0438772 },
{ 0.0140715, 0.0560824 },
{ 0.0122816, 0.0568089 },
{ 0.011183, 0.0458528 },
{ 0.0105483, 0.0584376 },
{ 0.00984088, 0.0472091 },
{ 0.00944561, 0.0595601 },
{ 0.00876435, 0.0478358 },
{ 0.00856095, 0.0600793 },
{ 0.00707553, 0.0597346 },
{ 9.76563e-004, 0.0428743 },
{ 0.0021186, 0.0559915 },
{ 0.00214743, 0.0431617 },
{ 0.00315538, 0.056217 },
{ 0.00358855, 0.0442516 },
{ 0.00438448, 0.0571098 },
{ 0.00489806, 0.0456993 },
{ 0.00544994, 0.0583076 },
{ 0.00693461, 0.0474216 },
{ 0.684373, 0.0504605 },
{ 0.686304, 0.0492733 },
{ 0.684787, 0.0377074 },
{ 0.68657, 0.0365799 },
{ 0.688186, 0.047155 },
{ 0.688326, 0.0345278 },
{ 0.689448, 0.0457491 },
{ 0.689508, 0.0331884 },
{ 0.69047, 0.0451005 },
{ 0.690466, 0.0325726 },
{ 0.692051, 0.0329628 },
{ 0.697681, 0.0505222 },
{ 0.697169, 0.0376945 },
{ 0.696458, 0.05007 },
{ 0.69604, 0.0372326 },
{ 0.695216, 0.0488352 },
{ 0.694914, 0.0360396 },
{ 0.693998, 0.0472797 },
{ 0.693791, 0.0346175 },
{ 0.692145, 0.045501 },
{ 0.396789, 0.0482716 },
{ 0.395055, 0.0331628 },
{ 0.394447, 0.0482686 },
{ 0.397196, 0.0331601 },
{ 0.399117, 0.0482773 },
{ 0.399355, 0.033155 },
{ 0.400672, 0.0482812 },
{ 0.400793, 0.0331513 },
{ 0.402232, 0.0482837 },
{ 0.402233, 0.0331491 },
{ 0.404573, 0.0482851 },
{ 0.404394, 0.0331478 },
{ 0.406906, 0.0482841 },
{ 0.406557, 0.0331483 },
{ 0.408461, 0.0482827 },
{ 0.407996, 0.0331497 },
{ 0.41003, 0.0482821 },
{ 0.409423, 0.0331501 },
{ 0.946687, 0.955404 },
{ 0.948618, 0.954217 },
{ 0.947101, 0.942652 },
{ 0.948884, 0.941524 },
{ 0.950499, 0.952099 },
{ 0.95064, 0.939472 },
{ 0.951762, 0.950693 },
{ 0.951822, 0.938133 },
{ 0.952784, 0.950044 },
{ 0.95278, 0.937517 },
{ 0.954364, 0.937907 },
{ 0.959995, 0.955466 },
{ 0.959483, 0.942638 },
{ 0.958772, 0.955014 },
{ 0.958353, 0.942177 },
{ 0.957529, 0.953779 },
{ 0.957227, 0.940984 },
{ 0.956312, 0.952223 },
{ 0.956104, 0.939562 },
{ 0.954458, 0.950445 },
{ 0.887994, 0.450052 },
{ 0.88597, 0.450954 },
{ 0.886808, 0.463159 },
{ 0.885018, 0.463885 },
{ 0.883919, 0.452929 },
{ 0.883285, 0.465514 },
{ 0.882577, 0.454285 },
{ 0.882182, 0.466636 },
{ 0.881501, 0.454912 },
{ 0.881297, 0.467156 },
{ 0.879812, 0.466811 },
{ 0.873713, 0.449951 },
{ 0.874855, 0.463068 },
{ 0.874884, 0.450238 },
{ 0.875892, 0.463293 },
{ 0.876325, 0.451328 },
{ 0.877121, 0.464186 },
{ 0.877634, 0.452776 },
{ 0.878186, 0.465384 },
{ 0.879671, 0.454498 },
{ 0.719875, 0.0504605 },
{ 0.721805, 0.0492733 },
{ 0.720288, 0.0377075 },
{ 0.722071, 0.0365799 },
{ 0.723687, 0.047155 },
{ 0.723827, 0.0345278 },
{ 0.724949, 0.0457492 },
{ 0.725009, 0.0331885 },
{ 0.725971, 0.0451005 },
{ 0.725968, 0.0325727 },
{ 0.727552, 0.0329629 },
{ 0.733183, 0.0505222 },
{ 0.732671, 0.0376945 },
{ 0.731959, 0.05007 },
{ 0.731541, 0.0372327 },
{ 0.730717, 0.0488352 },
{ 0.730415, 0.0360396 },
{ 0.729499, 0.0472797 },
{ 0.729292, 0.0346176 },
{ 0.727646, 0.045501 },
{ 0.702537, 0.0377074 },
{ 0.704054, 0.0492733 },
{ 0.702124, 0.0504605 },
{ 0.704321, 0.0365799 },
{ 0.705936, 0.047155 },
{ 0.706077, 0.0345278 },
{ 0.707198, 0.0457492 },
{ 0.707259, 0.0331885 },
{ 0.708221, 0.0451005 },
{ 0.708217, 0.0325726 },
{ 0.709801, 0.0329628 },
{ 0.709895, 0.045501 },
{ 0.711541, 0.0346176 },
{ 0.711749, 0.0472797 },
{ 0.712664, 0.0360396 },
{ 0.712966, 0.0488352 },
{ 0.71379, 0.0372327 },
{ 0.714209, 0.05007 },
{ 0.71492, 0.0376945 },
{ 0.715432, 0.0505222 },
{ 0.847362, 0.0487214 },
{ 0.846524, 0.0365163 },
{ 0.848548, 0.0356149 },
{ 0.845572, 0.049448 },
{ 0.844473, 0.0384918 },
{ 0.843839, 0.0510768 },
{ 0.843131, 0.0398481 },
{ 0.842736, 0.0521992 },
{ 0.842055, 0.0404748 },
{ 0.841851, 0.0527184 },
{ 0.840366, 0.0523737 },
{ 0.840225, 0.0400606 },
{ 0.83874, 0.0509467 },
{ 0.838189, 0.0383384 },
{ 0.837675, 0.0497489 },
{ 0.836879, 0.0368906 },
{ 0.836446, 0.0488561 },
{ 0.835438, 0.0358008 },
{ 0.835409, 0.0486306 },
{ 0.834267, 0.0355134 },
{ 0.944142, 0.986209 },
{ 0.945659, 0.997775 },
{ 0.943729, 0.998962 },
{ 0.945926, 0.985082 },
{ 0.947541, 0.995656 },
{ 0.947681, 0.98303 },
{ 0.948803, 0.994251 },
{ 0.948863, 0.98169 },
{ 0.949825, 0.993602 },
{ 0.949822, 0.981074 },
{ 0.951406, 0.981465 },
{ 0.9515, 0.994002 },
{ 0.953146, 0.983119 },
{ 0.953353, 0.995781 },
{ 0.954269, 0.984541 },
{ 0.954571, 0.997336 },
{ 0.955395, 0.985734 },
{ 0.955813, 0.998571 },
{ 0.956525, 0.986196 },
{ 0.957036, 0.999023 },
{ 0.337665, 0.0389887 },
{ 0.339182, 0.0505545 },
{ 0.337251, 0.0517418 },
{ 0.339448, 0.0378612 },
{ 0.341063, 0.0484362 },
{ 0.341204, 0.0358091 },
{ 0.342326, 0.0470304 },
{ 0.342386, 0.0344697 },
{ 0.343348, 0.0463818 },
{ 0.343344, 0.0338538 },
{ 0.344928, 0.0342441 },
{ 0.345022, 0.0467823 },
{ 0.346669, 0.0358989 },
{ 0.346876, 0.0485609 },
{ 0.347791, 0.0373209 },
{ 0.348093, 0.0501164 },
{ 0.348918, 0.038514 },
{ 0.349336, 0.0513513 },
{ 0.350047, 0.0389757 },
{ 0.350559, 0.0518035 },
{ 0.866099, 0.0487159 },
{ 0.865261, 0.0365109 },
{ 0.867284, 0.0356095 },
{ 0.864309, 0.0494425 },
{ 0.86321, 0.0384864 },
{ 0.862576, 0.0510713 },
{ 0.861868, 0.0398427 },
{ 0.861473, 0.0521938 },
{ 0.860792, 0.0404694 },
{ 0.860588, 0.052713 },
{ 0.859103, 0.0523683 },
{ 0.858962, 0.0400552 },
{ 0.857477, 0.0509412 },
{ 0.856925, 0.0383329 },
{ 0.856412, 0.0497434 },
{ 0.855616, 0.0368851 },
{ 0.855183, 0.0488505 },
{ 0.854175, 0.0357953 },
{ 0.854146, 0.0486251 },
{ 0.853004, 0.0355079 },
{ 0.952031, 0.920816 },
{ 0.953548, 0.932381 },
{ 0.951618, 0.933568 },
{ 0.953815, 0.919688 },
{ 0.95543, 0.930263 },
{ 0.95557, 0.917636 },
{ 0.956692, 0.928857 },
{ 0.956752, 0.916297 },
{ 0.957715, 0.928208 },
{ 0.957711, 0.915681 },
{ 0.959295, 0.916071 },
{ 0.959389, 0.928609 },
{ 0.961035, 0.917726 },
{ 0.961242, 0.930387 },
{ 0.962158, 0.919148 },
{ 0.96246, 0.931943 },
{ 0.963284, 0.920341 },
{ 0.963702, 0.933178 },
{ 0.964414, 0.920803 },
{ 0.964926, 0.93363 },
{ 0.3897, 0.0331501 },
{ 0.390307, 0.0482821 },
{ 0.388273, 0.0331497 },
{ 0.388738, 0.0482827 },
{ 0.386834, 0.0331483 },
{ 0.387183, 0.048284 },
{ 0.384671, 0.0331477 },
{ 0.38485, 0.0482851 },
{ 0.38251, 0.033149 },
{ 0.382509, 0.0482837 },
{ 0.38107, 0.0331513 },
{ 0.380949, 0.0482811 },
{ 0.379632, 0.033155 },
{ 0.379394, 0.0482773 },
{ 0.377473, 0.03316 },
{ 0.377066, 0.0482716 },
{ 0.375332, 0.0331628 },
{ 0.374725, 0.0482686 },
{ 9.76563e-004, 0.0799655 },
{ 9.80185e-004, 0.089743 },
{ 0.046444, 0.0799524 },
{ 0.0464475, 0.0897298 },
{ 0.0621201, 0.0251565 },
{ 0.0621174, 0.0298111 },
{ 0.107586, 0.025183 },
{ 0.107584, 0.0298377 },
{ 0.322459, 0.536724 },
{ 0.329372, 0.536724 },
{ 0.322459, 0.533433 },
{ 0.515743, 0.611343 },
{ 0.522656, 0.611343 },
{ 0.522656, 0.608051 },
{ 0.643962, 0.0892331 },
{ 0.643942, 0.0990924 },
{ 0.688914, 0.0893158 },
{ 0.688894, 0.0991744 },
{ 0.127222, 0.0336684 },
{ 0.127203, 0.0387052 },
{ 0.172174, 0.0338398 },
{ 0.172155, 0.0388766 },
{ 0.283013, 0.411857 },
{ 0.289985, 0.411857 },
{ 0.283013, 0.408295 },
{ 0.509826, 0.953914 },
{ 0.516796, 0.953914 },
{ 0.516796, 0.950353 },
{ 0.454606, 0.0884817 },
{ 0.454602, 0.0985537 },
{ 0.499019, 0.088468 },
{ 0.499015, 0.0985398 },
{ 0.871741, 0.0272106 },
{ 0.871741, 0.0322602 },
{ 0.916153, 0.0272043 },
{ 0.916154, 0.032254 },
{ 0.210039, 0.59875 },
{ 0.21716, 0.59875 },
{ 0.210039, 0.595179 },
{ 0.509826, 0.999023 },
{ 0.516948, 0.999023 },
{ 0.516948, 0.995453 },
{ 0.257374, 0.0987679 },
{ 0.257388, 0.108935 },
{ 0.302136, 0.0986866 },
{ 0.30215, 0.109009 },
{ 9.76563e-004, 0.0279187 },
{ 9.8743e-004, 0.0329618 },
{ 0.0457378, 0.0278222 },
{ 0.0457486, 0.0328653 },
{ 0.453616, 0.611778 },
{ 0.460806, 0.611778 },
{ 0.453616, 0.608212 },
{ 0.704096, 0.648603 },
{ 0.711395, 0.648603 },
{ 0.711395, 0.645037 },
{ 0.208067, 0.0833013 },
{ 0.20807, 0.0930789 },
{ 0.253534, 0.0832881 },
{ 0.253538, 0.0930657 },
{ 0.462494, 0.0249647 },
{ 0.462491, 0.0296195 },
{ 0.50796, 0.0249913 },
{ 0.507958, 0.029646 },
{ 0.69029, 0.375329 },
{ 0.697204, 0.375329 },
{ 0.69029, 0.372038 },
{ 0.757348, 0.466528 },
{ 0.764261, 0.466528 },
{ 0.764261, 0.463237 },
{ 0.306685, 0.0929191 },
{ 0.306681, 0.102991 },
{ 0.351098, 0.0929052 },
{ 0.351094, 0.102977 },
{ 0.627177, 0.0271069 },
{ 0.627178, 0.0321566 },
{ 0.67159, 0.0271007 },
{ 0.671591, 0.0321504 },
{ 0.210039, 0.568118 },
{ 0.21716, 0.568118 },
{ 0.210039, 0.564547 },
{ 0.509826, 0.991504 },
{ 0.516948, 0.991504 },
{ 0.516948, 0.987933 },
{ 0.811586, 0.292322 },
{ 0.517378, 0.786296 },
{ 0.853908, 0.991554 },
{ 0.853908, 0.991554 },
{ 0.0012438, 0.466061 },
{ 0.00778129, 0.409563 },
{ 0.81928, 0.291996 },
{ 0.233478, 0.356938 },
{ 0.310345, 0.212599 },
{ 0.824406, 0.29223 },
{ 0.827138, 0.788524 },
{ 0.152489, 0.617836 },
{ 0.812234, 0.357745 },
{ 0.196233, 0.408092 },
{ 0.151856, 0.614973 },
{ 0.163819, 0.617652 },
{ 0.840053, 0.858664 },
{ 0.0352085, 0.35709 },
{ 0.827075, 0.722257 },
{ 0.24554, 0.212599 },
{ 0.840233, 0.991465 },
{ 0.203038, 0.409616 },
{ 0.827138, 0.788524 },
{ 0.829857, 0.22774 },
{ 0.839546, 0.788556 },
{ 9.76563e-004, 0.408039 },
{ 0.203038, 0.409616 },
{ 0.516858, 0.789178 },
{ 0.840184, 0.998934 },
{ 0.233525, 0.410491 },
{ 0.832892, 0.357574 },
{ 0.825054, 0.357652 },
{ 0.504895, 0.786498 },
{ 0.840102, 0.851195 },
{ 0.840102, 0.851195 },
{ 0.482214, 0.348163 },
{ 0.826427, 0.851106 },
{ 0.00816237, 0.466014 },
{ 0.826427, 0.851106 },
{ 0.853352, 0.928915 },
{ 0.54693, 0.403375 },
{ 0.038222, 0.356885 },
{ 0.840944, 0.928884 },
{ 0.840233, 0.991465 },
{ 0.826378, 0.858575 },
{ 0.196233, 0.408092 },
{ 0.230465, 0.357143 },
{ 0.853859, 0.999023 },
{ 0.824406, 0.29223 },
{ 0.0382685, 0.410438 },
{ 0.840881, 0.862616 },
{ 0.164339, 0.614771 },
{ 0.310345, 0.178207 },
{ 0.1965, 0.466114 },
{ 0.482214, 0.403375 },
{ 0.203419, 0.466067 },
{ 0.839546, 0.788556 },
{ 0.853502, 0.862648 },
{ 0.826435, 0.227564 },
{ 0.81928, 0.291996 },
{ 0.54693, 0.348163 },
{ 0.505528, 0.789361 },
{ 0.8321, 0.291903 },
{ 0.813615, 0.227657 },
{ 0.853352, 0.928915 },
{ 0.820072, 0.357667 },
{ 0.817037, 0.227833 },
{ 0.839696, 0.722289 },
{ 0.24554, 0.178207 },
{ 0.8321, 0.291903 },
{ 0.840944, 0.928884 },
{ 9.76563e-004, 0.408039 },
{ 0.00778129, 0.409563 },
{ 0.811586, 0.292322 },
{ 0.785653, 0.659298 },
{ 0.758334, 0.659532 },
{ 0.423797, 0.149235 },
{ 0.393461, 0.16276 },
{ 0.208067, 0.108544 },
{ 0.423796, 0.163525 },
{ 0.208138, 0.0970311 },
{ 0.393461, 0.149061 },
{ 0.785653, 0.659298 },
{ 0.0825462, 0.178118 },
{ 0.440796, 0.999023 },
{ 0.440796, 0.943811 },
{ 0.017741, 0.178118 },
{ 0.505512, 0.999023 },
{ 0.505512, 0.943811 },
{ 0.168621, 0.616677 },
{ 0.372571, 0.648232 },
{ 0.77875, 0.869305 },
{ 0.642223, 0.26795 },
{ 0.158831, 0.096725 },
{ 0.639011, 0.497751 },
{ 0.248035, 0.529853 },
{ 0.423043, 0.615646 },
{ 0.642223, 0.271761 },
{ 0.158759, 0.108238 },
{ 0.971424, 0.461535 },
{ 0.420935, 0.649268 },
{ 0.459151, 0.649567 },
{ 0.669346, 0.497924 },
{ 0.211025, 0.533738 },
{ 0.172361, 0.616677 },
{ 0.734667, 0.921214 },
{ 0.676484, 0.0250365 },
{ 0.624219, 0.271761 },
{ 0.168621, 0.615583 },
{ 0.682401, 0.334379 },
{ 0.734667, 0.920121 },
{ 0.413789, 0.578948 },
{ 0.719411, 0.334379 },
{ 0.971424, 0.457158 },
{ 0.172361, 0.615583 },
{ 0.0515233, 0.636906 },
{ 0.0335193, 0.636906 },
{ 0.738407, 0.921214 },
{ 0.682401, 0.338264 },
{ 0.354263, 0.648721 },
{ 0.308901, 0.578101 },
{ 0.327253, 0.576418 },
{ 0.571352, 0.0277483 },
{ 0.77875, 0.869305 },
{ 0.624219, 0.26795 },
{ 0.669345, 0.512214 },
{ 0.751431, 0.869539 },
{ 0.37768, 0.545027 },
{ 0.719411, 0.338264 },
{ 0.211025, 0.529853 },
{ 0.975369, 0.363544 },
{ 0.372616, 0.647038 },
{ 0.460047, 0.615763 },
{ 0.975369, 0.36792 },
{ 0.0335193, 0.633095 },
{ 0.327208, 0.577612 },
{ 0.512785, 0.0277483 },
{ 0.0515233, 0.633095 },
{ 0.676484, 0.0286216 },
{ 0.512785, 0.0241632 },
{ 0.639011, 0.51145 },
{ 0.571351, 0.0241632 },
{ 0.248035, 0.533738 },
{ 0.375573, 0.578648 },
{ 0.738407, 0.920121 },
{ 0.414685, 0.545143 },
{ 0.735051, 0.0250365 },
{ 0.735051, 0.0286216 },
}
VertexGroup {
}
Tangents 620 {
{ -7e-004, 0.8267, -0.5627, 1 },
{ -1e-004, 0.9543, -0.2989, 1 },
{ -7e-004, 0.8266, -0.5627, 1 },
{ -1e-004, 0.9545, -0.2983, 1 },
{ 7e-004, 1, -2e-004, 1 },
{ 7e-004, 1, 0, 1 },
{ -0.0036, 0.9544, -0.2986, 1 },
{ -0.0035, 1, -2e-004, 1 },
{ -0.0036, 0.9542, -0.2993, 1 },
{ -0.0032, 0.8262, -0.5634, 1 },
{ -0.0032, 0.8263, -0.5633, 1 },
{ -0.0035, 1, 0, 1 },
{ -1, -0.0023, 0, 1 },
{ -1, -0.0023, 0, 1 },
{ -1, -0.0023, 0, 1 },
{ -1, -0.0023, 0, 1 },
{ -1, -0.0024, -1e-004, 1 },
{ -1, -0.0024, -1e-004, 1 },
{ -1, -0.0024, -1e-004, 1 },
{ -1, -0.0024, -1e-004, 1 },
{ 0.0083, -1, 0, 1 },
{ 0.0083, -1, 0, 1 },
{ 0.0083, -1, 0, 1 },
{ -0.0083, 1, 0, 1 },
{ -0.0083, 1, 0, 1 },
{ -0.0083, 1, 0, 1 },
{ -1, -0.0031, 0, 1 },
{ -1, -0.0031, 0, 1 },
{ -1, -0.0031, 0, 1 },
{ -1, -0.0031, 0, 1 },
{ -1, -0.0022, 0.0019, 1 },
{ -1, -0.0022, 0.0019, 1 },
{ -1, -0.0022, 0.0019, 1 },
{ -1, -0.0022, 0.0019, 1 },
{ 0.0085, -1, 0, 1 },
{ 0.0085, -1, 0, 1 },
{ 0.0085, -1, 0, 1 },
{ -0.0085, 1, 0, 1 },
{ -0.0085, 1, 0, 1 },
{ -0.0085, 1, 0, 1 },
{ -1, -0.0013, 0, 1 },
{ -1, -0.0013, 0, 1 },
{ -1, -0.0013, 0, 1 },
{ -1, -0.0013, 0, 1 },
{ -1, -5e-004, -0.0011, 1 },
{ -1, -5e-004, -0.0011, 1 },
{ -1, -5e-004, -0.0011, 1 },
{ -1, -5e-004, -0.0011, 1 },
{ 0.0081, -1, 0, 1 },
{ 0.0081, -1, 0, 1 },
{ 0.0081, -1, 0, 1 },
{ -0.008, 1, 0, 1 },
{ -0.008, 1, 0, 1 },
{ -0.008, 1, 0, 1 },
{ -1, -0.002, 0, 1 },
{ -1, -0.002, 0, 1 },
{ -1, -0.002, 0, 1 },
{ -1, -0.002, 0, 1 },
{ -1, -0.0022, 3e-004, 1 },
{ -1, -0.0022, 3e-004, 1 },
{ -1, -0.0022, 3e-004, 1 },
{ -1, -0.0022, 3e-004, 1 },
{ 0.0089, -1, 0, 1 },
{ 0.0089, -1, 0, 1 },
{ 0.0089, -1, 0, 1 },
{ -0.0089, 1, 0, 1 },
{ -0.0089, 1, 0, 1 },
{ -0.0089, 1, 0, 1 },
{ -0.0033, 0.8238, -0.5669, 1 },
{ -0.0012, 0.8238, -0.5669, 1 },
{ -0.0031, 0.8238, -0.5669, 1 },
{ -0.001, 0.8238, -0.5669, 1 },
{ -0.0035, 1, -0.0054, 1 },
{ -0.0031, 1, -0.0054, 1 },
{ 2e-004, 1, -0.0054, 1 },
{ 6e-004, 1, -0.0054, 1 },
{ 0.0016, -1e-004, -1, 1 },
{ 0.0016, -1e-004, -1, 1 },
{ 0.0016, -1e-004, -1, 1 },
{ 0.0016, -1e-004, -1, 1 },
{ -5e-004, 0, 1, 1 },
{ -5e-004, 0, 1, 1 },
{ -5e-004, 0, 1, 1 },
{ -5e-004, 0, 1, 1 },
{ 0.0026, 0.8256, -0.5642, 1 },
{ 0.0025, 0.8256, -0.5642, 1 },
{ 0.0018, 0.8256, -0.5642, 1 },
{ 0.0018, 0.8256, -0.5642, 1 },
{ -0.005, 1, -0.0036, 1 },
{ -0.005, 1, -0.0036, 1 },
{ -0.005, 1, -0.0036, 1 },
{ -0.005, 1, -0.0036, 1 },
{ 5e-004, 0.9565, -0.2918, 1 },
{ -0.006, 1, -0.0024, 1 },
{ 7e-004, 0.9541, -0.2996, 1 },
{ 0.0025, 0.8299, -0.5578, 1 },
{ 0.0025, 0.8301, -0.5577, 1 },
{ -0.006, 1, -0.0024, 1 },
{ 0.016, -1e-004, -0.9999, 1 },
{ 0.016, -1e-004, -0.9999, 1 },
{ 0.016, -1e-004, -0.9999, 1 },
{ 0.016, -1e-004, -0.9999, 1 },
{ 0.0034, 0.83, -0.5577, 1 },
{ -7e-004, 0.954, -0.2997, 1 },
{ 0.0034, 0.8299, -0.5579, 1 },
{ -8e-004, 0.9565, -0.2918, 1 },
{ -0.005, 1, -0.0025, 1 },
{ -0.005, 1, -0.0024, 1 },
{ -0.016, 0, 0.9999, 1 },
{ -0.0237, 0, 0.9997, 1 },
{ -0.0401, 0, 0.9992, 1 },
{ -0.0476, 0, 0.9989, 1 },
{ -0.9953, -0.0971, 0.0067, 1 },
{ -0.7611, -0.6486, 4e-004, 1 },
{ -0.9777, -0.2095, 0.0124, 1 },
{ -0.5042, -0.8636, -0.0017, 1 },
{ -0.1788, -0.9839, 0.0036, 1 },
{ 0.2296, -0.9733, 0.001, 1 },
{ 0.5593, -0.829, -0.0029, 1 },
{ 0.7953, -0.6062, 0.0017, 1 },
{ 0.9937, -0.112, -0.0041, 1 },
{ 0.9967, -0.0816, 5e-004, 1 },
{ 0.9231, 0.3845, -0.0057, 1 },
{ -0.9952, -0.0968, -0.014, 1 },
{ -0.9778, -0.2094, 0.0024, 1 },
{ -0.9286, 0.371, -0.006, 1 },
{ -0.8232, 0.5677, 0.0061, 1 },
{ -0.5023, 0.8647, 0.0052, 1 },
{ -0.2052, 0.9786, -0.0131, 1 },
{ 0.09, 0.9958, 0.019, 1 },
{ 0.5223, 0.8525, -0.0192, 1 },
{ 0.8017, 0.5977, 0.006, 1 },
{ 0.9576, 0.1213, -0.2614, 1 },
{ 0.7235, 0.6548, -0.2189, 1 },
{ 0.9391, 0.241, -0.245, 1 },
{ 0.4806, 0.8554, -0.1932, 1 },
{ 0.1868, 0.97, -0.1555, 1 },
{ -0.2104, 0.9733, -0.0915, 1 },
{ -0.5331, 0.8439, -0.0603, 1 },
{ -0.7903, 0.611, -0.0458, 1 },
{ -0.9944, 0.1045, -0.0142, 1 },
{ -0.9973, 0.0717, -0.0124, 1 },
{ -0.924, -0.3817, 0.0241, 1 },
{ 0.9816, 0.1182, 0.1501, 1 },
{ 0.9575, 0.2395, 0.1605, 1 },
{ 0.918, -0.3696, 0.1437, 1 },
{ 0.8193, -0.5542, 0.1473, 1 },
{ 0.5475, -0.8259, 0.1344, 1 },
{ 0.2308, -0.9677, 0.1016, 1 },
{ -0.0862, -0.9928, 0.0832, 1 },
{ -0.5418, -0.837, 0.0764, 1 },
{ -0.8113, -0.5825, 0.0493, 1 },
{ -0.9959, -0.0905, 0.0059, 1 },
{ -0.7672, -0.6415, 3e-004, 1 },
{ -0.9775, -0.2107, 0.0125, 1 },
{ -0.4967, -0.8679, -0.0021, 1 },
{ -0.1892, -0.9819, 0.0041, 1 },
{ 0.2396, -0.9709, 0.0013, 1 },
{ 0.5514, -0.8342, -0.0033, 1 },
{ 0.8039, -0.5948, 0.0018, 1 },
{ 0.9936, -0.1126, -0.0046, 1 },
{ 0.9968, -0.0797, 6e-004, 1 },
{ 0.9272, 0.3744, -0.0058, 1 },
{ -0.9958, -0.0902, -0.0142, 1 },
{ -0.9776, -0.2106, 0.0042, 1 },
{ -0.9319, 0.3628, -0.0067, 1 },
{ -0.8195, 0.5731, 0.0068, 1 },
{ -0.5116, 0.8592, 0.0052, 1 },
{ -0.1972, 0.9803, -0.0152, 1 },
{ 0.0773, 0.9968, 0.0212, 1 },
{ 0.5331, 0.8458, -0.0212, 1 },
{ 0.7984, 0.602, 0.007, 1 },
{ -0.8064, -0.5913, 0.0024, 1 },
{ -0.9919, 0.1272, 0.0059, 1 },
{ -0.9918, 0.1273, 0.0092, 1 },
{ -0.8065, -0.5913, -0.0022, 1 },
{ -0.1768, -0.9842, 0.0023, 1 },
{ -0.177, -0.9842, -0.0029, 1 },
{ 0.5913, -0.8065, 0.0016, 1 },
{ 0.5913, -0.8065, -0.0017, 1 },
{ 0.9918, -0.1274, 0.0013, 1 },
{ 0.9919, -0.1273, -8e-004, 1 },
{ 0.8065, 0.5913, 0, 1 },
{ 0.8065, 0.5913, -3e-004, 1 },
{ 0.1768, 0.9842, -9e-004, 1 },
{ 0.177, 0.9842, 3e-004, 1 },
{ -0.5913, 0.8064, -5e-004, 1 },
{ -0.5913, 0.8064, 5e-004, 1 },
{ -0.9918, 0.1276, -0.0071, 1 },
{ -0.9918, 0.1274, -0.0066, 1 },
{ -0.9953, -0.0971, 0.0067, 1 },
{ -0.7611, -0.6486, 4e-004, 1 },
{ -0.9777, -0.2095, 0.0124, 1 },
{ -0.5042, -0.8636, -0.0017, 1 },
{ -0.1788, -0.9839, 0.0036, 1 },
{ 0.2296, -0.9733, 0.001, 1 },
{ 0.5593, -0.829, -0.0029, 1 },
{ 0.7953, -0.6062, 0.0017, 1 },
{ 0.9937, -0.112, -0.0041, 1 },
{ 0.9967, -0.0816, 5e-004, 1 },
{ 0.9231, 0.3845, -0.0057, 1 },
{ -0.9952, -0.0967, -0.014, 1 },
{ -0.9778, -0.2094, 0.0024, 1 },
{ -0.9286, 0.371, -0.006, 1 },
{ -0.8232, 0.5677, 0.0061, 1 },
{ -0.5023, 0.8647, 0.0052, 1 },
{ -0.2052, 0.9786, -0.0131, 1 },
{ 0.09, 0.9958, 0.019, 1 },
{ 0.5223, 0.8525, -0.0192, 1 },
{ 0.8017, 0.5977, 0.006, 1 },
{ 0.9576, 0.1213, -0.2614, 1 },
{ 0.7235, 0.6548, -0.2189, 1 },
{ 0.9391, 0.241, -0.245, 1 },
{ 0.4806, 0.8554, -0.1932, 1 },
{ 0.1868, 0.97, -0.1555, 1 },
{ -0.2104, 0.9733, -0.0915, 1 },
{ -0.5331, 0.8439, -0.0603, 1 },
{ -0.7903, 0.611, -0.0458, 1 },
{ -0.9944, 0.1045, -0.0142, 1 },
{ -0.9973, 0.0717, -0.0124, 1 },
{ -0.924, -0.3817, 0.0241, 1 },
{ 0.9816, 0.1182, 0.1501, 1 },
{ 0.9575, 0.2395, 0.1605, 1 },
{ 0.918, -0.3696, 0.1437, 1 },
{ 0.8193, -0.5542, 0.1473, 1 },
{ 0.5475, -0.8259, 0.1344, 1 },
{ 0.2308, -0.9677, 0.1016, 1 },
{ -0.0862, -0.9928, 0.0832, 1 },
{ -0.5418, -0.837, 0.0764, 1 },
{ -0.8113, -0.5825, 0.0493, 1 },
{ -0.9959, -0.0905, 0.0059, 1 },
{ -0.7672, -0.6415, 3e-004, 1 },
{ -0.9775, -0.2107, 0.0125, 1 },
{ -0.4967, -0.8679, -0.0021, 1 },
{ -0.1892, -0.9819, 0.0041, 1 },
{ 0.2396, -0.9709, 0.0013, 1 },
{ 0.5514, -0.8342, -0.0033, 1 },
{ 0.8039, -0.5948, 0.0018, 1 },
{ 0.9936, -0.1126, -0.0046, 1 },
{ 0.9968, -0.0797, 6e-004, 1 },
{ 0.9272, 0.3744, -0.0058, 1 },
{ -0.9958, -0.0902, -0.0142, 1 },
{ -0.9776, -0.2106, 0.0042, 1 },
{ -0.9319, 0.3628, -0.0067, 1 },
{ -0.8195, 0.5731, 0.0068, 1 },
{ -0.5116, 0.8592, 0.0052, 1 },
{ -0.1971, 0.9803, -0.0152, 1 },
{ 0.0773, 0.9968, 0.0212, 1 },
{ 0.5331, 0.8458, -0.0212, 1 },
{ 0.7984, 0.602, 0.007, 1 },
{ 0.9775, -0.2107, 0.0125, -1 },
{ 0.7672, -0.6415, 3e-004, -1 },
{ 0.9959, -0.0905, 0.0059, -1 },
{ 0.4967, -0.8679, -0.0021, -1 },
{ 0.1892, -0.9819, 0.0041, -1 },
{ -0.2396, -0.9709, 0.0013, -1 },
{ -0.5514, -0.8342, -0.0033, -1 },
{ -0.8039, -0.5948, 0.0018, -1 },
{ -0.9936, -0.1126, -0.0046, -1 },
{ -0.9968, -0.0797, 6e-004, -1 },
{ -0.9272, 0.3744, -0.0058, -1 },
{ -0.7984, 0.602, 0.007, -1 },
{ -0.5331, 0.8458, -0.0212, -1 },
{ -0.0773, 0.9968, 0.0212, -1 },
{ 0.1972, 0.9803, -0.0152, -1 },
{ 0.5116, 0.8592, 0.0052, -1 },
{ 0.8195, 0.5731, 0.0068, -1 },
{ 0.9318, 0.3628, -0.0067, -1 },
{ 0.9776, -0.2106, 0.0042, -1 },
{ 0.9958, -0.0902, -0.0142, -1 },
{ -0.9391, 0.241, -0.245, -1 },
{ -0.7235, 0.6548, -0.2189, -1 },
{ -0.9576, 0.1213, -0.2614, -1 },
{ -0.4806, 0.8554, -0.1932, -1 },
{ -0.1868, 0.97, -0.1555, -1 },
{ 0.2104, 0.9733, -0.0915, -1 },
{ 0.5331, 0.8439, -0.0603, -1 },
{ 0.7903, 0.611, -0.0458, -1 },
{ 0.9944, 0.1045, -0.0142, -1 },
{ 0.9973, 0.0717, -0.0124, -1 },
{ 0.924, -0.3817, 0.0241, -1 },
{ 0.8113, -0.5825, 0.0493, -1 },
{ 0.5418, -0.837, 0.0764, -1 },
{ 0.0862, -0.9928, 0.0832, -1 },
{ -0.2308, -0.9677, 0.1016, -1 },
{ -0.5475, -0.8259, 0.1344, -1 },
{ -0.8193, -0.5542, 0.1473, -1 },
{ -0.918, -0.3696, 0.1437, -1 },
{ -0.9575, 0.2395, 0.1605, -1 },
{ -0.9816, 0.1182, 0.1501, -1 },
{ 0.9777, -0.2095, 0.0124, -1 },
{ 0.7611, -0.6486, 4e-004, -1 },
{ 0.9953, -0.0971, 0.0067, -1 },
{ 0.5042, -0.8636, -0.0017, -1 },
{ 0.1788, -0.9839, 0.0036, -1 },
{ -0.2296, -0.9733, 0.001, -1 },
{ -0.5593, -0.829, -0.0029, -1 },
{ -0.7953, -0.6062, 0.0017, -1 },
{ -0.9937, -0.112, -0.0041, -1 },
{ -0.9967, -0.0816, 5e-004, -1 },
{ -0.9231, 0.3845, -0.0057, -1 },
{ -0.8017, 0.5977, 0.006, -1 },
{ -0.5223, 0.8525, -0.0192, -1 },
{ -0.09, 0.9958, 0.019, -1 },
{ 0.2052, 0.9786, -0.0131, -1 },
{ 0.5023, 0.8647, 0.0052, -1 },
{ 0.8232, 0.5677, 0.0061, -1 },
{ 0.9286, 0.371, -0.006, -1 },
{ 0.9778, -0.2094, 0.0024, -1 },
{ 0.9952, -0.0967, -0.014, -1 },
{ 0.9775, -0.2107, 0.0125, -1 },
{ 0.7672, -0.6415, 3e-004, -1 },
{ 0.9959, -0.0905, 0.0059, -1 },
{ 0.4967, -0.8679, -0.0021, -1 },
{ 0.1892, -0.9819, 0.0041, -1 },
{ -0.2396, -0.9709, 0.0013, -1 },
{ -0.5514, -0.8342, -0.0033, -1 },
{ -0.8039, -0.5948, 0.0018, -1 },
{ -0.9936, -0.1126, -0.0046, -1 },
{ -0.9968, -0.0797, 6e-004, -1 },
{ -0.9272, 0.3744, -0.0058, -1 },
{ -0.7984, 0.602, 0.007, -1 },
{ -0.5331, 0.8458, -0.0212, -1 },
{ -0.0773, 0.9968, 0.0212, -1 },
{ 0.1972, 0.9803, -0.0152, -1 },
{ 0.5116, 0.8592, 0.0052, -1 },
{ 0.8195, 0.5731, 0.0068, -1 },
{ 0.9319, 0.3628, -0.0067, -1 },
{ 0.9776, -0.2106, 0.0042, -1 },
{ 0.9958, -0.0902, -0.0142, -1 },
{ -0.9391, 0.241, -0.245, -1 },
{ -0.7235, 0.6548, -0.2189, -1 },
{ -0.9576, 0.1213, -0.2614, -1 },
{ -0.4806, 0.8554, -0.1932, -1 },
{ -0.1868, 0.97, -0.1555, -1 },
{ 0.2104, 0.9733, -0.0915, -1 },
{ 0.5331, 0.8439, -0.0603, -1 },
{ 0.7903, 0.611, -0.0458, -1 },
{ 0.9944, 0.1045, -0.0142, -1 },
{ 0.9973, 0.0717, -0.0124, -1 },
{ 0.924, -0.3817, 0.0241, -1 },
{ 0.8113, -0.5825, 0.0493, -1 },
{ 0.5418, -0.837, 0.0764, -1 },
{ 0.0862, -0.9928, 0.0832, -1 },
{ -0.2308, -0.9677, 0.1016, -1 },
{ -0.5475, -0.8259, 0.1344, -1 },
{ -0.8193, -0.5542, 0.1473, -1 },
{ -0.918, -0.3696, 0.1437, -1 },
{ -0.9575, 0.2395, 0.1605, -1 },
{ -0.9816, 0.1182, 0.1501, -1 },
{ 0.9777, -0.2095, 0.0124, -1 },
{ 0.7611, -0.6486, 4e-004, -1 },
{ 0.9953, -0.0971, 0.0067, -1 },
{ 0.5042, -0.8636, -0.0017, -1 },
{ 0.1788, -0.9839, 0.0036, -1 },
{ -0.2296, -0.9733, 0.001, -1 },
{ -0.5593, -0.829, -0.0029, -1 },
{ -0.7953, -0.6062, 0.0017, -1 },
{ -0.9937, -0.112, -0.0041, -1 },
{ -0.9967, -0.0816, 5e-004, -1 },
{ -0.9231, 0.3845, -0.0057, -1 },
{ -0.8017, 0.5977, 0.006, -1 },
{ -0.5223, 0.8525, -0.0192, -1 },
{ -0.09, 0.9958, 0.019, -1 },
{ 0.2052, 0.9786, -0.0131, -1 },
{ 0.5023, 0.8647, 0.0052, -1 },
{ 0.8232, 0.5677, 0.0061, -1 },
{ 0.9286, 0.371, -0.006, -1 },
{ 0.9778, -0.2094, 0.0024, -1 },
{ 0.9952, -0.0968, -0.014, -1 },
{ 0.9918, 0.1274, -0.0066, -1 },
{ 0.9918, 0.1276, -0.0071, -1 },
{ 0.5913, 0.8064, 5e-004, -1 },
{ 0.5913, 0.8065, -5e-004, -1 },
{ -0.177, 0.9842, 3e-004, -1 },
{ -0.1768, 0.9842, -9e-004, -1 },
{ -0.8065, 0.5913, -3e-004, -1 },
{ -0.8065, 0.5913, 0, -1 },
{ -0.9919, -0.1273, -8e-004, -1 },
{ -0.9918, -0.1274, 0.0013, -1 },
{ -0.5913, -0.8065, -0.0017, -1 },
{ -0.5913, -0.8065, 0.0016, -1 },
{ 0.177, -0.9842, -0.0029, -1 },
{ 0.1768, -0.9842, 0.0023, -1 },
{ 0.8065, -0.5913, -0.0022, -1 },
{ 0.8064, -0.5913, 0.0024, -1 },
{ 0.9919, 0.1272, 0.0059, -1 },
{ 0.9918, 0.1273, 0.0092, -1 },
{ -1, -0.002, 0, 1 },
{ -1, -0.002, 0, 1 },
{ -1, -0.002, 0, 1 },
{ -1, -0.002, 0, 1 },
{ -1, -0.0022, 3e-004, 1 },
{ -1, -0.0022, 3e-004, 1 },
{ -1, -0.0022, 3e-004, 1 },
{ -1, -0.0022, 3e-004, 1 },
{ 0.0089, -1, 0, 1 },
{ 0.0089, -1, 0, 1 },
{ 0.0089, -1, 0, 1 },
{ -0.0089, 1, 0, 1 },
{ -0.0089, 1, 0, 1 },
{ -0.0089, 1, 0, 1 },
{ -1, -0.0031, 0, 1 },
{ -1, -0.0031, 0, 1 },
{ -1, -0.0031, 0, 1 },
{ -1, -0.0031, 0, 1 },
{ -1, -0.0022, 0.0019, 1 },
{ -1, -0.0022, 0.0019, 1 },
{ -1, -0.0022, 0.0019, 1 },
{ -1, -0.0022, 0.0019, 1 },
{ 0.0085, -1, 0, 1 },
{ 0.0085, -1, 0, 1 },
{ 0.0085, -1, 0, 1 },
{ -0.0085, 1, 0, 1 },
{ -0.0085, 1, 0, 1 },
{ -0.0085, 1, 0, 1 },
{ -1, -0.0023, 0, 1 },
{ -1, -0.0023, 0, 1 },
{ -1, -0.0023, 0, 1 },
{ -1, -0.0023, 0, 1 },
{ -1, -0.0024, -1e-004, 1 },
{ -1, -0.0024, -1e-004, 1 },
{ -1, -0.0024, -1e-004, 1 },
{ -1, -0.0024, -1e-004, 1 },
{ 0.0083, -1, 0, 1 },
{ 0.0083, -1, 0, 1 },
{ 0.0083, -1, 0, 1 },
{ -0.0083, 1, 0, 1 },
{ -0.0083, 1, 0, 1 },
{ -0.0083, 1, 0, 1 },
{ -1, -0.0013, 0, 1 },
{ -1, -0.0013, 0, 1 },
{ -1, -0.0013, 0, 1 },
{ -1, -0.0013, 0, 1 },
{ -1, -5e-004, -0.0011, 1 },
{ -1, -5e-004, -0.0011, 1 },
{ -1, -5e-004, -0.0011, 1 },
{ -1, -5e-004, -0.0011, 1 },
{ 0.0081, -1, 0, 1 },
{ 0.0081, -1, 0, 1 },
{ 0.0081, -1, 0, 1 },
{ -0.008, 1, 0, 1 },
{ -0.008, 1, 0, 1 },
{ -0.008, 1, 0, 1 },
{ -1, -0.002, 0, 1 },
{ -1, -0.002, 0, 1 },
{ -1, -0.002, 0, 1 },
{ -1, -0.002, 0, 1 },
{ -1, -0.0022, 3e-004, 1 },
{ -1, -0.0022, 3e-004, 1 },
{ -1, -0.0022, 3e-004, 1 },
{ -1, -0.0022, 3e-004, 1 },
{ 0.0089, -1, 0, 1 },
{ 0.0089, -1, 0, 1 },
{ 0.0089, -1, 0, 1 },
{ -0.0089, 1, 0, 1 },
{ -0.0089, 1, 0, 1 },
{ -0.0089, 1, 0, 1 },
{ -1, -0.0023, 0, 1 },
{ -1, -0.0023, 0, 1 },
{ -1, -0.0023, 0, 1 },
{ -1, -0.0023, 0, 1 },
{ -1, -0.0024, -1e-004, 1 },
{ -1, -0.0024, -1e-004, 1 },
{ -1, -0.0024, -1e-004, 1 },
{ -1, -0.0024, -1e-004, 1 },
{ 0.0083, -1, 0, 1 },
{ 0.0083, -1, 0, 1 },
{ 0.0083, -1, 0, 1 },
{ -0.0083, 1, 0, 1 },
{ -0.0083, 1, 0, 1 },
{ -0.0083, 1, 0, 1 },
{ -0.1207, -0.0068, 0.9927, -1 },
{ -0.9982, 0.005, -0.0597, -1 },
{ -1, 0.0065, 0, -1 },
{ -1, 0, 0.0065, -1 },
{ 0.0425, -0.0063, -0.9991, 1 },
{ 0.0396, -0.0073, -0.9992, 1 },
{ -0.0425, -0.0099, 0.999, -1 },
{ -0.0406, -0.0387, -0.9984, -1 },
{ -1, -0.0023, 0, 1 },
{ 0.0425, -0.0099, 0.999, 1 },
{ 1, 0.0058, -0.0012, 1 },
{ 0.9999, 6e-004, 0.0162, 1 },
{ -0.0425, -0.0099, 0.999, -1 },
{ -0.0425, -0.0063, -0.9991, -1 },
{ 1, 0.0015, 0.0027, 1 },
{ 0.9992, 0.0042, -0.039, 1 },
{ 1, 0, 0.0065, 1 },
{ 0.1057, -0.0552, -0.9929, 1 },
{ 1, 0.0034, 4e-004, 1 },
{ -1, -0.0023, 0, 1 },
{ -1, 0.0065, 0, -1 },
{ -0.0394, -0.0073, -0.9992, -1 },
{ 1, 0.0065, 0, 1 },
{ 0.1245, 0.0506, 0.9909, 1 },
{ 1, 0.0061, -0.0014, 1 },
{ 0.1022, -0.0034, -0.9948, 1 },
{ -0.0425, -0.0063, -0.9991, -1 },
{ -0.9988, 0.0044, -0.0493, -1 },
{ -1, 0, 0.0065, -1 },
{ 0, -0.0075, -1, -1 },
{ 0.0425, -0.0099, 0.999, 1 },
{ 0.0425, -0.0099, 0.999, 1 },
{ -1, 0.0013, -4e-004, -1 },
{ 1, 0.0065, 0, 1 },
{ 1, 0, 0.0065, 1 },
{ -1, -0.0035, 0, 1 },
{ 1, 0, 0.0065, 1 },
{ 0.0425, -0.0063, -0.9991, 1 },
{ 1, 0.0065, 0, 1 },
{ -1, 0.0061, -0.0014, -1 },
{ -1, -0.001, 0, 1 },
{ 0.0412, -0.0404, -0.9983, 1 },
{ -1, 0.0058, -0.0012, -1 },
{ -1, 0, 0.0065, -1 },
{ 1, 0, 0.0065, 1 },
{ -0.1007, -0.0035, -0.9949, -1 },
{ -0.104, -0.0527, -0.9932, -1 },
{ -1, 0, 0.0065, -1 },
{ 0.1207, -0.0068, 0.9927, 1 },
{ 0, -0.0075, -1, 1 },
{ -1, 0.0034, 4e-004, -1 },
{ 0.9989, 0.0047, -0.0477, 1 },
{ -1, -0.0023, 0, 1 },
{ -0.0425, -0.0063, -0.9991, -1 },
{ -1, -0.0024, 0, 1 },
{ -0.0425, -0.0063, -0.9991, -1 },
{ 1, 0.0065, 0, 1 },
{ -1, 0.0037, 2e-004, -1 },
{ 0.1246, 0.0534, 0.9908, 1 },
{ -0.1206, -0.0081, 0.9927, -1 },
{ -1, -0.0022, 0, 1 },
{ -0.9999, 3e-004, 0.0161, -1 },
{ 0.1206, -0.0081, 0.9927, 1 },
{ -0.1246, 0.0534, 0.9908, -1 },
{ -1, 0.0065, 0, -1 },
{ -0.0425, -0.0099, 0.999, -1 },
{ -0.1245, 0.0506, 0.9909, -1 },
{ 1, 0.0037, 2e-004, 1 },
{ -1, -0.0023, 0, 1 },
{ 0.0425, -0.0099, 0.999, 1 },
{ -1, 0.0065, 0, -1 },
{ 0.0425, -0.0063, -0.9991, 1 },
{ 0.0425, -0.0063, -0.9991, 1 },
{ -0.0425, -0.0099, 0.999, -1 },
{ -0.0082, 0.9999, -0.0059, -1 },
{ -0.0234, 0.9997, -0.0068, -1 },
{ 0.0011, 1, -0.0029, -1 },
{ 0.0031, 1, -0.0029, -1 },
{ -0.001, 0.4568, -0.8896, -1 },
{ 1e-004, 1, -0.0029, -1 },
{ -0.001, 0.4568, -0.8896, -1 },
{ 0.0042, 1, -0.0029, -1 },
{ -0.0233, 0.9997, -0.0066, -1 },
{ -1, -0.0022, 0, 1 },
{ -1, -0.0023, 0, 1 },
{ -1, -0.0034, 0, 1 },
{ -1, -0.0022, 0, 1 },
{ -1, -0.001, 0, 1 },
{ -1, -0.002, 0, 1 },
{ -0.9914, -0.1175, -0.0574, 1 },
{ 0.0078, -1, 0.001, -1 },
{ 0.0101, 0.9999, -0.0066, 1 },
{ 0.002, -0.9995, 0.0301, -1 },
{ 0, 0.4568, -0.8896, 1 },
{ -0.0052, 1, -0.0029, 1 },
{ -0.0262, -0.9997, 0.0028, 1 },
{ 0.0152, -0.9999, 0.003, -1 },
{ -0.001, -0.9995, 0.0302, -1 },
{ 2e-004, 0.4568, -0.8896, 1 },
{ 1e-004, -0.4568, 0.8895, -1 },
{ 0.0094, -1, 0.0023, -1 },
{ 0.0106, -0.9999, 0.0026, -1 },
{ -0.001, 1, -0.0029, 1 },
{ -0.0021, -1, 0.0025, 1 },
{ -0.9925, -0.1208, -0.0178, 1 },
{ 0.9817, -0.1318, 0.1376, -1 },
{ 0.0075, -0.8487, 0.5288, 1 },
{ -0.0207, -0.9993, 0.0304, -1 },
{ -0.9919, -0.1184, -0.047, 1 },
{ 0, -1, 0.0025, -1 },
{ 0.9856, -0.13, 0.1085, -1 },
{ -0.0106, -0.9999, 0.0026, 1 },
{ 0.0262, -0.9997, 0.0028, -1 },
{ 0.001, -0.4568, 0.8895, -1 },
{ -0.9926, -0.1214, -0.0096, 1 },
{ 0.0026, -0.9995, 0.0302, 1 },
{ 0.0207, -0.9993, 0.0304, 1 },
{ 0.9919, -0.1242, 0.0261, -1 },
{ 0.0021, -1, 0.0025, -1 },
{ -0.0201, -0.9998, -0.0015, -1 },
{ 0.0201, -0.9998, -0.0015, 1 },
{ -0.0162, -0.9999, 0.0019, 1 },
{ -0.0076, -0.8487, 0.5288, -1 },
{ 0.0234, 0.9997, -0.0066, 1 },
{ -0.0179, -0.9994, 0.0304, -1 },
{ 5e-004, 1, -0.0029, 1 },
{ 0.0234, 0.9997, -0.0069, 1 },
{ -0.0152, -0.9999, 0.003, 1 },
{ 0.0277, -0.9996, 0.0029, -1 },
{ 0, -1, 0.0025, 1 },
{ 0, -0.4568, 0.8895, 1 },
{ 0.0162, -0.9999, 0.0019, -1 },
{ 0.0148, -0.9999, 0.0038, -1 },
{ 7e-004, -0.4569, 0.8895, 1 },
{ 0.0184, -0.9994, 0.0304, 1 },
{ -0.0078, -1, 0.001, 1 },
{ -2e-004, -0.8488, 0.5287, -1 },
{ 1e-004, -0.9995, 0.0301, 1 },
{ 0.0076, -0.8487, 0.5288, 1 },
{ 1e-004, -0.8488, 0.5287, -1 },
{ -0.0037, 1, -0.0029, 1 },
{ -0.0073, -0.8487, 0.5288, -1 },
{ -0.0277, -0.9996, 0.0029, 1 },
{ -0.0094, -1, 0.0023, 1 },
{ 0.9926, -0.1214, -0.0096, -1 },
{ -0.0148, -0.9999, 0.0038, 1 },
{ 0.005, -0.8487, 0.5288, 1 },
{ 0.0051, -0.8487, 0.5288, 1 },
}
SkinWeights 620 {
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
}
Faces 1 1224 {
Triangles {
{ 0, 1, 2, 2, 1, 3, 3, 1, 4, 4, 1, 5, 6, 7, 8, 6, 8, 9, 9, 8, 10, 8, 7, 11, 12, 13, 14, 14, 13, 15, 16, 17, 18, 18, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 28, 27, 29, 30, 31, 32, 32, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 42, 41, 43, 44, 45, 46, 46, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 56, 55, 57, 58, 59, 60, 60, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 70, 69, 71, 72, 73, 74, 74, 73, 75, 76, 77, 78, 78, 77, 79, 80, 81, 82, 82, 81, 83, 84, 85, 86, 86, 85, 87, 88, 89, 90, 90, 89, 91, 92, 93, 94, 92, 94, 95, 95, 94, 96, 94, 93, 97, 98, 99, 100, 100, 99, 101, 102, 103, 104, 104, 103, 105, 105, 103, 106, 106, 103, 107, 108, 109, 110, 110, 109, 111, 112, 113, 114, 114, 113, 115, 116, 115, 113, 117, 115, 116, 118, 117, 116, 119, 117, 118, 120, 119, 118, 121, 119, 120, 120, 122, 121, 123, 124, 125, 125, 124, 126, 125, 126, 127, 127, 126, 128, 127, 128, 129, 129, 128, 130, 130, 131, 129, 122, 131, 130, 131, 122, 120, 132, 133, 134, 134, 133, 135, 136, 135, 133, 137, 135, 136, 138, 137, 136, 139, 137, 138, 140, 139, 138, 141, 139, 140, 140, 142, 141, 143, 144, 145, 145, 144, 146, 145, 146, 147, 147, 146, 148, 147, 148, 149, 149, 148, 150, 150, 151, 149, 142, 151, 150, 151, 142, 140, 152, 153, 154, 154, 153, 155, 156, 155, 153, 157, 155, 156, 158, 157, 156, 159, 157, 158, 160, 159, 158, 161, 159, 160, 160, 162, 161, 163, 164, 165, 165, 164, 166, 165, 166, 167, 167, 166, 168, 167, 168, 169, 169, 168, 170, 170, 171, 169, 162, 171, 170, 171, 162, 160, 172, 173, 174, 175, 173, 172, 176, 175, 172, 177, 175, 176, 178, 177, 176, 179, 177, 178, 180, 179, 178, 181, 179, 180, 182, 181, 180, 183, 181, 182, 184, 183, 182, 185, 183, 184, 186, 185, 184, 187, 185, 186, 188, 187, 186, 189, 187, 188, 190, 191, 192, 192, 191, 193, 194, 193, 191, 195, 193, 194, 196, 195, 194, 197, 195, 196, 198, 197, 196, 199, 197, 198, 198, 200, 199, 201, 202, 203, 203, 202, 204, 203, 204, 205, 205, 204, 206, 205, 206, 207, 207, 206, 208, 208, 209, 207, 200, 209, 208, 209, 200, 198, 210, 211, 212, 212, 211, 213, 214, 213, 211, 215, 213, 214, 216, 215, 214, 217, 215, 216, 218, 217, 216, 219, 217, 218, 218, 220, 219, 221, 222, 223, 223, 222, 224, 223, 224, 225, 225, 224, 226, 225, 226, 227, 227, 226, 228, 228, 229, 227, 220, 229, 228, 229, 220, 218, 230, 231, 232, 232, 231, 233, 234, 233, 231, 235, 233, 234, 236, 235, 234, 237, 235, 236, 238, 237, 236, 239, 237, 238, 238, 240, 239, 241, 242, 243, 243, 242, 244, 243, 244, 245, 245, 244, 246, 245, 246, 247, 247, 246, 248, 248, 249, 247, 240, 249, 248, 249, 240, 238, 250, 251, 252, 253, 251, 250, 251, 253, 254, 254, 253, 255, 254, 255, 256, 256, 255, 257, 257, 258, 256, 259, 258, 257, 260, 258, 259, 261, 258, 260, 260, 262, 261, 261, 262, 263, 264, 263, 262, 265, 263, 264, 266, 265, 264, 267, 265, 266, 268, 267, 266, 269, 267, 268, 270, 271, 272, 273, 271, 270, 271, 273, 274, 274, 273, 275, 274, 275, 276, 276, 275, 277, 277, 278, 276, 279, 278, 277, 280, 278, 279, 281, 278, 280, 280, 282, 281, 281, 282, 283, 284, 283, 282, 285, 283, 284, 286, 285, 284, 287, 285, 286, 288, 287, 286, 289, 287, 288, 290, 291, 292, 293, 291, 290, 291, 293, 294, 294, 293, 295, 294, 295, 296, 296, 295, 297, 297, 298, 296, 299, 298, 297, 300, 298, 299, 301, 298, 300, 300, 302, 301, 301, 302, 303, 304, 303, 302, 305, 303, 304, 306, 305, 304, 307, 305, 306, 308, 307, 306, 309, 307, 308, 310, 311, 312, 313, 311, 310, 311, 313, 314, 314, 313, 315, 314, 315, 316, 316, 315, 317, 317, 318, 316, 319, 318, 317, 320, 318, 319, 321, 318, 320, 320, 322, 321, 321, 322, 323, 324, 323, 322, 325, 323, 324, 326, 325, 324, 327, 325, 326, 328, 327, 326, 329, 327, 328, 330, 331, 332, 333, 331, 330, 331, 333, 334, 334, 333, 335, 334, 335, 336, 336, 335, 337, 337, 338, 336, 339, 338, 337, 340, 338, 339, 341, 338, 340, 340, 342, 341, 341, 342, 343, 344, 343, 342, 345, 343, 344, 346, 345, 344, 347, 345, 346, 348, 347, 346, 349, 347, 348, 350, 351, 352, 353, 351, 350, 351, 353, 354, 354, 353, 355, 354, 355, 356, 356, 355, 357, 357, 358, 356, 359, 358, 357, 360, 358, 359, 361, 358, 360, 360, 362, 361, 361, 362, 363, 364, 363, 362, 365, 363, 364, 366, 365, 364, 367, 365, 366, 368, 367, 366, 369, 367, 368, 370, 371, 372, 372, 371, 373, 372, 373, 374, 374, 373, 375, 374, 375, 376, 376, 375, 377, 376, 377, 378, 378, 377, 379, 378, 379, 380, 380, 379, 381, 380, 381, 382, 382, 381, 383, 382, 383, 384, 384, 383, 385, 384, 385, 386, 386, 385, 387, 388, 389, 390, 390, 389, 391, 392, 393, 394, 394, 393, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 404, 403, 405, 406, 407, 408, 408, 407, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 418, 417, 419, 420, 421, 422, 422, 421, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 432, 431, 433, 434, 435, 436, 436, 435, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 446, 445, 447, 448, 449, 450, 450, 449, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 460, 459, 461, 462, 463, 464, 464, 463, 465, 466, 467, 468, 469, 470, 471, 531, 472, 538, 538, 472, 535, 499, 504, 473, 474, 492, 536, 515, 475, 500, 500, 475, 519, 543, 476, 544, 544, 476, 509, 513, 477, 521, 489, 477, 513, 497, 477, 489, 537, 545, 478, 493, 518, 479, 479, 501, 493, 480, 524, 491, 541, 481, 502, 502, 481, 503, 496, 539, 482, 482, 539, 490, 487, 486, 483, 484, 545, 537, 485, 498, 525, 523, 486, 487, 506, 516, 488, 491, 524, 540, 536, 492, 542, 517, 518, 493, 494, 510, 528, 530, 520, 495, 495, 520, 534, 525, 498, 527, 533, 504, 499, 528, 510, 505, 508, 516, 506, 526, 532, 507, 514, 529, 511, 512, 532, 526, 522, 529, 514, 551, 549, 548, 548, 549, 553, 559, 560, 556, 556, 560, 557, 576, 580, 561, 562, 603, 572, 564, 569, 596, 612, 574, 566, 601, 575, 567, 567, 575, 614, 572, 568, 573, 573, 568, 604, 568, 572, 603, 596, 569, 579, 597, 574, 612, 586, 580, 576, 582, 589, 577, 618, 578, 619, 619, 578, 610, 584, 590, 581, 616, 589, 582, 615, 583, 599, 599, 583, 617, 600, 590, 584, 609, 606, 587, 587, 606, 588, 607, 615, 593, 599, 593, 615, 594, 608, 613, 613, 608, 611 },
}
}
Groups 6 6 {
Matrices { 0 },
Matrices { 1 },
Matrices { 2 },
Matrices { 3 },
Matrices { 4 },
Matrices { 5 },
}
MinimumExtent { 0, 0, 0 },
MaximumExtent { 0, 0, 0 },
BoundsRadius 0,
MaterialID 0,
SelectionGroup 0,
LevelOfDetail 0,
Name "SH_Props_AlonsusChapel",
}
Geoset {
Vertices 96 {
{ -140.96947, 301.45023, 137.51736 },
{ -145.14249, -309.1983, 137.51736 },
{ -148.85495, -326.94513, 137.51736 },
{ -142.23225, -328.72067, 137.51736 },
{ -145.14249, -309.1983, 137.51736 },
{ -138.12315, 320.05008, 184.07266 },
{ -145.53598, 306.16876, 184.07266 },
{ -147.28905, 312.42258, 184.07266 },
{ -134.34386, 303.22183, 137.51736 },
{ -149.72836, -313.91403, 184.07266 },
{ -138.12315, 320.05008, 184.07266 },
{ -147.28905, 312.42258, 184.07266 },
{ -130.84798, 309.87183, 137.51736 },
{ -147.28905, 312.42258, 184.07266 },
{ -130.84798, 309.87183, 137.51736 },
{ -145.00656, -310.1197, 184.07266 },
{ -137.02075, -324.53122, 137.51736 },
{ -145.00656, -310.1197, 184.07266 },
{ -135.872, -317.75204, 184.07266 },
{ -140.96947, 301.45023, 137.51736 },
{ -139.01016, -311.72797, 184.07266 },
{ -152.32133, -320.2925, 137.51736 },
{ -137.65065, -324.00546, 184.07266 },
{ -137.97913, 320.9706, 137.51736 },
{ -148.36673, -326.1915, 184.07266 },
{ -148.85495, -326.94513, 137.51736 },
{ -142.23225, -328.72067, 137.51736 },
{ -132.78482, 316.77744, 137.51736 },
{ -132.78482, 316.77744, 137.51736 },
{ -150.35608, -313.38828, 137.51736 },
{ -134.8268, 303.9758, 184.07266 },
{ -144.60907, 319.19928, 137.51736 },
{ -148.1028, 312.5492, 137.51736 },
{ -142.37253, -327.80002, 184.07266 },
{ -137.02075, -324.53122, 137.51736 },
{ -131.6639, 309.99774, 184.07266 },
{ -148.36673, -326.1915, 184.07266 },
{ -152.32133, -320.2925, 137.51736 },
{ -139.01016, -311.72797, 184.07266 },
{ -135.872, -317.75204, 184.07266 },
{ -132.78482, 316.77744, 137.51736 },
{ -135.05556, -317.6267, 137.51736 },
{ -134.34386, 303.22183, 137.51736 },
{ -135.872, -317.75204, 184.07266 },
{ -134.8268, 303.9758, 184.07266 },
{ -144.12398, 318.4453, 184.07266 },
{ -149.72836, -313.91403, 184.07266 },
{ -142.23225, -328.72067, 137.51736 },
{ -138.12315, 320.05008, 184.07266 },
{ -151.50708, -320.16644, 184.07266 },
{ -142.37253, -327.80002, 184.07266 },
{ -131.6639, 309.99774, 184.07266 },
{ -146.16586, 305.6434, 137.51736 },
{ -148.1028, 312.5492, 137.51736 },
{ -144.60907, 319.19928, 137.51736 },
{ -148.36673, -326.1915, 184.07266 },
{ -137.02075, -324.53122, 137.51736 },
{ -140.82977, 302.37152, 184.07266 },
{ -150.35608, -313.38828, 137.51736 },
{ -131.6639, 309.99774, 184.07266 },
{ -148.1028, 312.5492, 137.51736 },
{ -140.82977, 302.37152, 184.07266 },
{ -133.41687, 316.25235, 184.07266 },
{ -142.37253, -327.80002, 184.07266 },
{ -134.34386, 303.22183, 137.51736 },
{ -138.52414, -310.9741, 137.51736 },
{ -145.14249, -309.1983, 137.51736 },
{ -139.01016, -311.72797, 184.07266 },
{ -133.41687, 316.25235, 184.07266 },
{ -140.82977, 302.37152, 184.07266 },
{ -149.72836, -313.91403, 184.07266 },
{ -135.05556, -317.6267, 137.51736 },
{ -144.60907, 319.19928, 137.51736 },
{ -138.52414, -310.9741, 137.51736 },
{ -137.97913, 320.9706, 137.51736 },
{ -144.12398, 318.4453, 184.07266 },
{ -151.50708, -320.16644, 184.07266 },
{ -148.85495, -326.94513, 137.51736 },
{ -137.97913, 320.9706, 137.51736 },
{ -137.65065, -324.00546, 184.07266 },
{ -144.12398, 318.4453, 184.07266 },
{ -130.84798, 309.87183, 137.51736 },
{ -140.96947, 301.45023, 137.51736 },
{ -152.32133, -320.2925, 137.51736 },
{ -146.16586, 305.6434, 137.51736 },
{ -135.05556, -317.6267, 137.51736 },
{ -146.16586, 305.6434, 137.51736 },
{ -145.53598, 306.16876, 184.07266 },
{ -133.41687, 316.25235, 184.07266 },
{ -137.65065, -324.00546, 184.07266 },
{ -145.00656, -310.1197, 184.07266 },
{ -150.35608, -313.38828, 137.51736 },
{ -134.8268, 303.9758, 184.07266 },
{ -145.53598, 306.16876, 184.07266 },
{ -138.52414, -310.9741, 137.51736 },
{ -151.50708, -320.16644, 184.07266 },
}
Normals 96 {
{ -0.17784183, -0.9839122, 0.0162 },
{ -0.17575797, 0.9842866, 0.0162 },
{ -0.59205335, -0.8056736, 0.0162 },
{ 0.17575797, -0.9842866, 0.0162 },
{ -0.17575797, 0.9842866, 0.0162 },
{ 0.17804183, 0.98391205, 0.0162 },
{ -0.8070255, -0.59034586, 0.0154 },
{ -0.99156463, 0.1283499, 0.0162 },
{ 0.59034586, -0.8070255, 0.0162 },
{ -0.8057736, 0.5920535, 0.0154 },
{ 0.17804183, 0.98391205, 0.0162 },
{ -0.99156463, 0.1283499, 0.0162 },
{ 0.9915646, -0.1284499, 0.0162 },
{ -0.99156463, 0.1283499, 0.0162 },
{ 0.9915646, -0.1284499, 0.0162 },
{ -0.17595798, 0.98428684, 0.0162 },
{ 0.8057736, -0.5920535, 0.0154 },
{ -0.17595798, 0.98428684, 0.0162 },
{ 0.9918341, 0.12614997, 0.0162 },
{ -0.17784183, -0.9839122, 0.0162 },
{ 0.5920535, 0.8057736, 0.0162 },
{ -0.99183434, -0.12634996, 0.0162 },
{ 0.8057736, -0.5920535, 0.0154 },
{ 0.17784183, 0.9839122, 0.0162 },
{ -0.59205335, -0.8056736, 0.0162 },
{ -0.59205335, -0.8056736, 0.0162 },
{ 0.17575797, -0.9842866, 0.0162 },
{ 0.8070255, 0.59034586, 0.0154 },
{ 0.8070255, 0.59034586, 0.0154 },
{ -0.8057736, 0.5920535, 0.0154 },
{ 0.59034586, -0.8070255, 0.0162 },
{ -0.590346, 0.8069255, 0.0162 },
{ -0.9915646, 0.1284499, 0.0162 },
{ 0.17595798, -0.98428684, 0.0162 },
{ 0.8057736, -0.5920535, 0.0154 },
{ 0.99156475, -0.12824991, 0.0162 },
{ -0.59205335, -0.8056736, 0.0162 },
{ -0.99183434, -0.12634996, 0.0162 },
{ 0.5920535, 0.8057736, 0.0162 },
{ 0.9918341, 0.12614997, 0.0162 },
{ 0.8070255, 0.59034586, 0.0154 },
{ 0.99183434, 0.12634996, 0.0162 },
{ 0.59034586, -0.8070255, 0.0162 },
{ 0.9918341, 0.12614997, 0.0162 },
{ 0.59034586, -0.8070255, 0.0162 },
{ -0.590346, 0.8069255, 0.0162 },
{ -0.8057736, 0.5920535, 0.0154 },
{ 0.17575797, -0.9842866, 0.0162 },
{ 0.17804183, 0.98391205, 0.0162 },
{ -0.9918342, -0.12624995, 0.0162 },
{ 0.17595798, -0.98428684, 0.0162 },
{ 0.99156475, -0.12824991, 0.0162 },
{ -0.8070255, -0.59034586, 0.0154 },
{ -0.9915646, 0.1284499, 0.0162 },
{ -0.590346, 0.8069255, 0.0162 },
{ -0.59205335, -0.8056736, 0.0162 },
{ 0.8057736, -0.5920535, 0.0154 },
{ -0.17804183, -0.98391205, 0.0162 },
{ -0.8057736, 0.5920535, 0.0154 },
{ 0.99156475, -0.12824991, 0.0162 },
{ -0.9915646, 0.1284499, 0.0162 },
{ -0.17804183, -0.98391205, 0.0162 },
{ 0.8070255, 0.59034586, 0.0154 },
{ 0.17595798, -0.98428684, 0.0162 },
{ 0.59034586, -0.8070255, 0.0162 },
{ 0.5920535, 0.8057736, 0.0162 },
{ -0.17575797, 0.9842866, 0.0162 },
{ 0.5920535, 0.8057736, 0.0162 },
{ 0.8070255, 0.59034586, 0.0154 },
{ -0.17804183, -0.98391205, 0.0162 },
{ -0.8057736, 0.5920535, 0.0154 },
{ 0.99183434, 0.12634996, 0.0162 },
{ -0.590346, 0.8069255, 0.0162 },
{ 0.5920535, 0.8057736, 0.0162 },
{ 0.17784183, 0.9839122, 0.0162 },
{ -0.590346, 0.8069255, 0.0162 },
{ -0.9918342, -0.12624995, 0.0162 },
{ -0.59205335, -0.8056736, 0.0162 },
{ 0.17784183, 0.9839122, 0.0162 },
{ 0.8057736, -0.5920535, 0.0154 },
{ -0.590346, 0.8069255, 0.0162 },
{ 0.9915646, -0.1284499, 0.0162 },
{ -0.17784183, -0.9839122, 0.0162 },
{ -0.99183434, -0.12634996, 0.0162 },
{ -0.8070255, -0.59034586, 0.0154 },
{ 0.99183434, 0.12634996, 0.0162 },
{ -0.8070255, -0.59034586, 0.0154 },
{ -0.8070255, -0.59034586, 0.0154 },
{ 0.8070255, 0.59034586, 0.0154 },
{ 0.8057736, -0.5920535, 0.0154 },
{ -0.17595798, 0.98428684, 0.0162 },
{ -0.8057736, 0.5920535, 0.0154 },
{ 0.59034586, -0.8070255, 0.0162 },
{ -0.8070255, -0.59034586, 0.0154 },
{ 0.5920535, 0.8057736, 0.0162 },
{ -0.9918342, -0.12624995, 0.0162 },
}
TVertices 96 {
{ 0.956155, 0.953453 },
{ 0.956155, 0.953453 },
{ 0.94865, 0.953449 },
{ 0.946782, 0.953445 },
{ 0.956155, 0.953453 },
{ 0.947065, 0.935585 },
{ 0.953133, 0.935576 },
{ 0.950532, 0.935578 },
{ 0.958035, 0.953452 },
{ 0.953133, 0.935576 },
{ 0.947065, 0.935585 },
{ 0.950532, 0.935578 },
{ 0.959912, 0.953452 },
{ 0.950532, 0.935578 },
{ 0.959912, 0.953452 },
{ 0.955734, 0.935577 },
{ 0.943976, 0.953438 },
{ 0.955734, 0.935577 },
{ 0.959191, 0.935578 },
{ 0.956155, 0.953453 },
{ 0.957464, 0.935578 },
{ 0.950531, 0.953452 },
{ 0.944472, 0.935591 },
{ 0.946782, 0.953445 },
{ 0.948799, 0.935581 },
{ 0.94865, 0.953449 },
{ 0.946782, 0.953445 },
{ 0.943976, 0.953438 },
{ 0.943976, 0.953438 },
{ 0.953348, 0.953454 },
{ 0.957464, 0.935578 },
{ 0.94865, 0.953449 },
{ 0.950531, 0.953452 },
{ 0.947065, 0.935585 },
{ 0.943976, 0.953438 },
{ 0.941886, 0.935594 },
{ 0.948799, 0.935581 },
{ 0.950531, 0.953452 },
{ 0.957464, 0.935578 },
{ 0.941886, 0.935594 },
{ 0.943976, 0.953438 },
{ 0.959912, 0.953452 },
{ 0.958035, 0.953452 },
{ 0.941886, 0.935594 },
{ 0.957464, 0.935578 },
{ 0.948799, 0.935581 },
{ 0.953133, 0.935576 },
{ 0.946782, 0.953445 },
{ 0.947065, 0.935585 },
{ 0.950532, 0.935578 },
{ 0.947065, 0.935585 },
{ 0.941886, 0.935594 },
{ 0.953348, 0.953454 },
{ 0.950531, 0.953452 },
{ 0.94865, 0.953449 },
{ 0.948799, 0.935581 },
{ 0.943976, 0.953438 },
{ 0.955734, 0.935577 },
{ 0.953348, 0.953454 },
{ 0.959191, 0.935578 },
{ 0.950531, 0.953452 },
{ 0.955734, 0.935577 },
{ 0.944472, 0.935591 },
{ 0.947065, 0.935585 },
{ 0.958035, 0.953452 },
{ 0.958035, 0.953452 },
{ 0.956155, 0.953453 },
{ 0.957464, 0.935578 },
{ 0.944472, 0.935591 },
{ 0.955734, 0.935577 },
{ 0.953133, 0.935576 },
{ 0.959912, 0.953452 },
{ 0.94865, 0.953449 },
{ 0.958035, 0.953452 },
{ 0.946782, 0.953445 },
{ 0.948799, 0.935581 },
{ 0.950532, 0.935578 },
{ 0.94865, 0.953449 },
{ 0.946782, 0.953445 },
{ 0.944472, 0.935591 },
{ 0.948799, 0.935581 },
{ 0.941166, 0.953435 },
{ 0.956155, 0.953453 },
{ 0.950531, 0.953452 },
{ 0.953348, 0.953454 },
{ 0.941166, 0.953435 },
{ 0.953348, 0.953454 },
{ 0.953133, 0.935576 },
{ 0.944472, 0.935591 },
{ 0.944472, 0.935591 },
{ 0.955734, 0.935577 },
{ 0.953348, 0.953454 },
{ 0.957464, 0.935578 },
{ 0.953133, 0.935576 },
{ 0.958035, 0.953452 },
{ 0.950532, 0.935578 },
}
TVertices 96 {
{ 0.958986, 0.48535 },
{ 0.743219, 0.886074 },
{ 0.73795, 0.886071 },
{ 0.736638, 0.886068 },
{ 0.743219, 0.886074 },
{ 0.951527, 0.47069 },
{ 0.956506, 0.470683 },
{ 0.954372, 0.470685 },
{ 0.960528, 0.485349 },
{ 0.741097, 0.873521 },
{ 0.951527, 0.47069 },
{ 0.954372, 0.470685 },
{ 0.962068, 0.485349 },
{ 0.954372, 0.470685 },
{ 0.962068, 0.485349 },
{ 0.742924, 0.873522 },
{ 0.734668, 0.886063 },
{ 0.742924, 0.873522 },
{ 0.745351, 0.873523 },
{ 0.958986, 0.48535 },
{ 0.744138, 0.873523 },
{ 0.73927, 0.886073 },
{ 0.735016, 0.873532 },
{ 0.951296, 0.485344 },
{ 0.738054, 0.873525 },
{ 0.73795, 0.886071 },
{ 0.736638, 0.886068 },
{ 0.948993, 0.485338 },
{ 0.948993, 0.485338 },
{ 0.741248, 0.886074 },
{ 0.96006, 0.470685 },
{ 0.952828, 0.485347 },
{ 0.954371, 0.48535 },
{ 0.736837, 0.873527 },
{ 0.734668, 0.886063 },
{ 0.947279, 0.470698 },
{ 0.738054, 0.873525 },
{ 0.73927, 0.886073 },
{ 0.744138, 0.873523 },
{ 0.7332, 0.873534 },
{ 0.948993, 0.485338 },
{ 0.745857, 0.886072 },
{ 0.960528, 0.485349 },
{ 0.7332, 0.873534 },
{ 0.96006, 0.470685 },
{ 0.95295, 0.470687 },
{ 0.741097, 0.873521 },
{ 0.736638, 0.886068 },
{ 0.951527, 0.47069 },
{ 0.739271, 0.873523 },
{ 0.736837, 0.873527 },
{ 0.947279, 0.470698 },
{ 0.956682, 0.485351 },
{ 0.954371, 0.48535 },
{ 0.952828, 0.485347 },
{ 0.738054, 0.873525 },
{ 0.734668, 0.886063 },
{ 0.95864, 0.470684 },
{ 0.741248, 0.886074 },
{ 0.961476, 0.470685 },
{ 0.954371, 0.48535 },
{ 0.95864, 0.470684 },
{ 0.9494, 0.470695 },
{ 0.736837, 0.873527 },
{ 0.960528, 0.485349 },
{ 0.744539, 0.886073 },
{ 0.743219, 0.886074 },
{ 0.744138, 0.873523 },
{ 0.9494, 0.470695 },
{ 0.95864, 0.470684 },
{ 0.741097, 0.873521 },
{ 0.745857, 0.886072 },
{ 0.952828, 0.485347 },
{ 0.744539, 0.886073 },
{ 0.951296, 0.485344 },
{ 0.95295, 0.470687 },
{ 0.739271, 0.873523 },
{ 0.73795, 0.886071 },
{ 0.951296, 0.485344 },
{ 0.735016, 0.873532 },
{ 0.95295, 0.470687 },
{ 0.946687, 0.485336 },
{ 0.958986, 0.48535 },
{ 0.73927, 0.886073 },
{ 0.956682, 0.485351 },
{ 0.732694, 0.886061 },
{ 0.956682, 0.485351 },
{ 0.956506, 0.470683 },
{ 0.9494, 0.470695 },
{ 0.735016, 0.873532 },
{ 0.742924, 0.873522 },
{ 0.741248, 0.886074 },
{ 0.96006, 0.470685 },
{ 0.956506, 0.470683 },
{ 0.744539, 0.886073 },
{ 0.739271, 0.873523 },
}
VertexGroup {
}
Tangents 96 {
{ 0.1768, 0.9842, -7e-004, 1 },
{ -0.1768, 0.9842, -7e-004, -1 },
{ -0.5913, -0.8064, 0.0015, -1 },
{ 0.1768, -0.9842, 0.0021, -1 },
{ -0.1768, 0.9842, -7e-004, -1 },
{ -0.177, -0.9842, -0.0028, 1 },
{ 0.8065, 0.5913, -4e-004, 1 },
{ 0.9919, -0.1273, -8e-004, 1 },
{ -0.5913, 0.8065, -3e-004, 1 },
{ -0.8065, 0.5913, -4e-004, -1 },
{ -0.177, -0.9842, -0.0028, 1 },
{ 0.9919, -0.1273, -8e-004, 1 },
{ -0.9918, 0.1275, -0.0071, 1 },
{ 0.9919, -0.1273, -8e-004, 1 },
{ -0.9918, 0.1275, -0.0071, 1 },
{ -0.177, 0.9842, 1e-004, -1 },
{ 0.8064, -0.5913, 0.0023, -1 },
{ -0.177, 0.9842, 1e-004, -1 },
{ 0.9918, 0.1273, -0.0068, -1 },
{ 0.1768, 0.9842, -7e-004, 1 },
{ 0.5913, 0.8065, 4e-004, -1 },
{ -0.9918, -0.1274, 0.0013, -1 },
{ 0.8065, -0.5913, -0.0022, -1 },
{ -0.1768, -0.9842, 0.0021, 1 },
{ -0.5913, -0.8065, -0.0015, -1 },
{ -0.5913, -0.8064, 0.0015, -1 },
{ 0.1768, -0.9842, 0.0021, -1 },
{ -0.8064, -0.5913, 0.0023, 1 },
{ -0.8064, -0.5913, 0.0023, 1 },
{ -0.8065, 0.5913, 2e-004, -1 },
{ -0.5913, 0.8065, 4e-004, 1 },
{ 0.5913, -0.8064, 0.0015, 1 },
{ 0.9918, -0.1274, 0.0013, 1 },
{ 0.177, -0.9842, -0.0028, -1 },
{ 0.8064, -0.5913, 0.0023, -1 },
{ -0.9919, 0.1271, 0.0061, 1 },
{ -0.5913, -0.8065, -0.0015, -1 },
{ -0.9918, -0.1274, 0.0013, -1 },
{ 0.5913, 0.8065, 4e-004, -1 },
{ 0.9919, 0.1271, 0.0061, -1 },
{ -0.8064, -0.5913, 0.0023, 1 },
{ 0.9918, 0.1275, -0.0071, -1 },
{ -0.5913, 0.8065, -3e-004, 1 },
{ 0.9919, 0.1271, 0.0061, -1 },
{ -0.5913, 0.8065, 4e-004, 1 },
{ 0.5913, -0.8065, -0.0015, 1 },
{ -0.8065, 0.5913, -4e-004, -1 },
{ 0.1768, -0.9842, 0.0021, -1 },
{ -0.177, -0.9842, -0.0028, 1 },
{ -0.9919, -0.1273, -8e-004, -1 },
{ 0.177, -0.9842, -0.0028, -1 },
{ -0.9919, 0.1271, 0.0061, 1 },
{ 0.8065, 0.5913, 2e-004, 1 },
{ 0.9918, -0.1274, 0.0013, 1 },
{ 0.5913, -0.8064, 0.0015, 1 },
{ -0.5913, -0.8065, -0.0015, -1 },
{ 0.8064, -0.5913, 0.0023, -1 },
{ 0.177, 0.9842, 1e-004, 1 },
{ -0.8065, 0.5913, 2e-004, -1 },
{ -0.9918, 0.1273, -0.0068, 1 },
{ 0.9918, -0.1274, 0.0013, 1 },
{ 0.177, 0.9842, 1e-004, 1 },
{ -0.8065, -0.5913, -0.0022, 1 },
{ 0.177, -0.9842, -0.0028, -1 },
{ -0.5913, 0.8065, -3e-004, 1 },
{ 0.5913, 0.8065, -3e-004, -1 },
{ -0.1768, 0.9842, -7e-004, -1 },
{ 0.5913, 0.8065, 4e-004, -1 },
{ -0.8065, -0.5913, -0.0022, 1 },
{ 0.177, 0.9842, 1e-004, 1 },
{ -0.8065, 0.5913, -4e-004, -1 },
{ 0.9918, 0.1275, -0.0071, -1 },
{ 0.5913, -0.8064, 0.0015, 1 },
{ 0.5913, 0.8065, -3e-004, -1 },
{ -0.1768, -0.9842, 0.0021, 1 },
{ 0.5913, -0.8065, -0.0015, 1 },
{ -0.9919, -0.1273, -8e-004, -1 },
{ -0.5913, -0.8064, 0.0015, -1 },
{ -0.1768, -0.9842, 0.0021, 1 },
{ 0.8065, -0.5913, -0.0022, -1 },
{ 0.5913, -0.8065, -0.0015, 1 },
{ -0.9918, 0.1273, 0.0093, 1 },
{ 0.1768, 0.9842, -7e-004, 1 },
{ -0.9918, -0.1274, 0.0013, -1 },
{ 0.8065, 0.5913, 2e-004, 1 },
{ 0.9918, 0.1273, 0.0093, -1 },
{ 0.8065, 0.5913, 2e-004, 1 },
{ 0.8065, 0.5913, -4e-004, 1 },
{ -0.8065, -0.5913, -0.0022, 1 },
{ 0.8065, -0.5913, -0.0022, -1 },
{ -0.177, 0.9842, 1e-004, -1 },
{ -0.8065, 0.5913, 2e-004, -1 },
{ -0.5913, 0.8065, 4e-004, 1 },
{ 0.8065, 0.5913, -4e-004, 1 },
{ 0.5913, 0.8065, -3e-004, -1 },
{ -0.9919, -0.1273, -8e-004, -1 },
}
SkinWeights 96 {
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
}
Faces 1 96 {
Triangles {
{ 95, 21, 55, 50, 77, 47, 12, 30, 42, 6, 7, 84, 86, 11, 60, 18, 71, 38, 20, 73, 17, 33, 3, 89, 92, 69, 64, 22, 26, 56, 32, 80, 54, 31, 5, 74, 76, 58, 37, 79, 16, 43, 61, 87, 19, 23, 62, 40, 67, 41, 65, 24, 2, 63, 10, 88, 78, 15, 4, 46, 36, 83, 25, 59, 44, 14, 68, 51, 28, 45, 48, 72, 8, 57, 82, 9, 29, 49, 90, 94, 66, 70, 1, 91, 27, 35, 81, 0, 93, 52, 39, 34, 85, 13, 75, 53 },
}
}
Groups 6 6 {
Matrices { 0 },
Matrices { 1 },
Matrices { 2 },
Matrices { 3 },
Matrices { 4 },
Matrices { 5 },
}
MinimumExtent { 0, 0, 0 },
MaximumExtent { 0, 0, 0 },
BoundsRadius 0,
MaterialID 0,
SelectionGroup 0,
LevelOfDetail -1,
Name "",
}
Geoset {
Vertices 96 {
{ -185.34314, 306.18134, 184.07266 },
{ -180.63693, 302.38406, 184.07266 },
{ -187.09619, 312.43515, 184.07266 },
{ -184.8137, -310.1071, 184.07266 },
{ -172.59198, 316.78998, 137.51736 },
{ -178.33128, -310.9615, 137.51736 },
{ -189.5355, -313.90146, 184.07266 },
{ -171.47104, 310.01035, 184.07266 },
{ -184.41623, 319.21185, 137.51736 },
{ -187.90994, 312.56177, 137.51736 },
{ -187.09619, 312.43515, 184.07266 },
{ -183.93114, 318.4579, 184.07266 },
{ -191.31422, -320.15387, 184.07266 },
{ -190.16324, -313.3757, 137.51736 },
{ -188.1739, -326.1789, 184.07266 },
{ -174.86272, -317.6141, 137.51736 },
{ -190.16324, -313.3757, 137.51736 },
{ -184.41623, 319.21185, 137.51736 },
{ -182.03943, -328.7081, 137.51736 },
{ -182.17967, -327.78748, 184.07266 },
{ -177.93031, 320.06265, 184.07266 },
{ -174.86272, -317.6141, 137.51736 },
{ -185.97302, 305.656, 137.51736 },
{ -178.33128, -310.9615, 137.51736 },
{ -177.78627, 320.9832, 137.51736 },
{ -178.33128, -310.9615, 137.51736 },
{ -192.12851, -320.27994, 137.51736 },
{ -191.31422, -320.15387, 184.07266 },
{ -170.65514, 309.88443, 137.51736 },
{ -177.45781, -323.9929, 184.07266 },
{ -188.6621, -326.93253, 137.51736 },
{ -188.1739, -326.1789, 184.07266 },
{ -183.93114, 318.4579, 184.07266 },
{ -180.77664, 301.4628, 137.51736 },
{ -172.59198, 316.78998, 137.51736 },
{ -178.81734, -311.7154, 184.07266 },
{ -182.03943, -328.7081, 137.51736 },
{ -176.82793, -324.51865, 137.51736 },
{ -188.1739, -326.1789, 184.07266 },
{ -177.78627, 320.9832, 137.51736 },
{ -178.81734, -311.7154, 184.07266 },
{ -188.6621, -326.93253, 137.51736 },
{ -172.59198, 316.78998, 137.51736 },
{ -187.90994, 312.56177, 137.51736 },
{ -185.34314, 306.18134, 184.07266 },
{ -185.97302, 305.656, 137.51736 },
{ -177.78627, 320.9832, 137.51736 },
{ -177.93031, 320.06265, 184.07266 },
{ -192.12851, -320.27994, 137.51736 },
{ -182.17967, -327.78748, 184.07266 },
{ -170.65514, 309.88443, 137.51736 },
{ -180.63693, 302.38406, 184.07266 },
{ -184.8137, -310.1071, 184.07266 },
{ -188.6621, -326.93253, 137.51736 },
{ -174.86272, -317.6141, 137.51736 },
{ -178.81734, -311.7154, 184.07266 },
{ -184.94963, -309.18573, 137.51736 },
{ -175.67915, -317.73947, 184.07266 },
{ -177.93031, 320.06265, 184.07266 },
{ -174.63394, 303.98834, 184.07266 },
{ -176.82793, -324.51865, 137.51736 },
{ -170.65514, 309.88443, 137.51736 },
{ -185.34314, 306.18134, 184.07266 },
{ -175.67915, -317.73947, 184.07266 },
{ -173.22404, 316.2649, 184.07266 },
{ -171.47104, 310.01035, 184.07266 },
{ -192.12851, -320.27994, 137.51736 },
{ -183.93114, 318.4579, 184.07266 },
{ -174.15102, 303.23438, 137.51736 },
{ -184.8137, -310.1071, 184.07266 },
{ -173.22404, 316.2649, 184.07266 },
{ -174.15102, 303.23438, 137.51736 },
{ -174.15102, 303.23438, 137.51736 },
{ -184.94963, -309.18573, 137.51736 },
{ -174.63394, 303.98834, 184.07266 },
{ -180.77664, 301.4628, 137.51736 },
{ -171.47104, 310.01035, 184.07266 },
{ -180.63693, 302.38406, 184.07266 },
{ -191.31422, -320.15387, 184.07266 },
{ -184.41623, 319.21185, 137.51736 },
{ -190.16324, -313.3757, 137.51736 },
{ -187.90994, 312.56177, 137.51736 },
{ -174.63394, 303.98834, 184.07266 },
{ -182.03943, -328.7081, 137.51736 },
{ -177.45781, -323.9929, 184.07266 },
{ -189.5355, -313.90146, 184.07266 },
{ -176.82793, -324.51865, 137.51736 },
{ -180.77664, 301.4628, 137.51736 },
{ -177.45781, -323.9929, 184.07266 },
{ -185.97302, 305.656, 137.51736 },
{ -175.67915, -317.73947, 184.07266 },
{ -187.09619, 312.43515, 184.07266 },
{ -182.17967, -327.78748, 184.07266 },
{ -184.94963, -309.18573, 137.51736 },
{ -189.5355, -313.90146, 184.07266 },
{ -173.22404, 316.2649, 184.07266 },
}
Normals 96 {
{ -0.8070255, -0.59034586, 0.0154 },
{ -0.17804183, -0.98391205, 0.0162 },
{ -0.99156463, 0.1283499, 0.0162 },
{ -0.17595798, 0.98428684, 0.0162 },
{ 0.8070255, 0.59034586, 0.0154 },
{ 0.5920535, 0.8057736, 0.0162 },
{ -0.8057736, 0.5920535, 0.0154 },
{ 0.99156475, -0.12824991, 0.0162 },
{ -0.590346, 0.8069255, 0.0162 },
{ -0.9915646, 0.1284499, 0.0162 },
{ -0.99156463, 0.1283499, 0.0162 },
{ -0.590346, 0.8069255, 0.0162 },
{ -0.9918342, -0.12624995, 0.0162 },
{ -0.8057736, 0.5920535, 0.0154 },
{ -0.59205335, -0.8056736, 0.0162 },
{ 0.99183434, 0.12634996, 0.0162 },
{ -0.8057736, 0.5920535, 0.0154 },
{ -0.590346, 0.8069255, 0.0162 },
{ 0.17575797, -0.9842866, 0.0162 },
{ 0.17595798, -0.98428684, 0.0162 },
{ 0.17804183, 0.98391205, 0.0162 },
{ 0.99183434, 0.12634996, 0.0162 },
{ -0.8070255, -0.59034586, 0.0154 },
{ 0.5920535, 0.8057736, 0.0162 },
{ 0.17784183, 0.9839122, 0.0162 },
{ 0.5920535, 0.8057736, 0.0162 },
{ -0.99183434, -0.12634996, 0.0162 },
{ -0.9918342, -0.12624995, 0.0162 },
{ 0.9915646, -0.1284499, 0.0162 },
{ 0.8057736, -0.5920535, 0.0154 },
{ -0.59205335, -0.8056736, 0.0162 },
{ -0.59205335, -0.8056736, 0.0162 },
{ -0.590346, 0.8069255, 0.0162 },
{ -0.17784183, -0.9839122, 0.0162 },
{ 0.8070255, 0.59034586, 0.0154 },
{ 0.5920535, 0.8057736, 0.0162 },
{ 0.17575797, -0.9842866, 0.0162 },
{ 0.8057736, -0.5920535, 0.0154 },
{ -0.59205335, -0.8056736, 0.0162 },
{ 0.17784183, 0.9839122, 0.0162 },
{ 0.5920535, 0.8057736, 0.0162 },
{ -0.59205335, -0.8056736, 0.0162 },
{ 0.8070255, 0.59034586, 0.0154 },
{ -0.9915646, 0.1284499, 0.0162 },
{ -0.8070255, -0.59034586, 0.0154 },
{ -0.8070255, -0.59034586, 0.0154 },
{ 0.17784183, 0.9839122, 0.0162 },
{ 0.17804183, 0.98391205, 0.0162 },
{ -0.99183434, -0.12634996, 0.0162 },
{ 0.17595798, -0.98428684, 0.0162 },
{ 0.9915646, -0.1284499, 0.0162 },
{ -0.17804183, -0.98391205, 0.0162 },
{ -0.17595798, 0.98428684, 0.0162 },
{ -0.59205335, -0.8056736, 0.0162 },
{ 0.99183434, 0.12634996, 0.0162 },
{ 0.5920535, 0.8057736, 0.0162 },
{ -0.17575797, 0.9842866, 0.0162 },
{ 0.9918341, 0.12614997, 0.0162 },
{ 0.17804183, 0.98391205, 0.0162 },
{ 0.59034586, -0.8070255, 0.0162 },
{ 0.8057736, -0.5920535, 0.0154 },
{ 0.9915646, -0.1284499, 0.0162 },
{ -0.8070255, -0.59034586, 0.0154 },
{ 0.9918341, 0.12614997, 0.0162 },
{ 0.8070255, 0.59034586, 0.0154 },
{ 0.99156475, -0.12824991, 0.0162 },
{ -0.99183434, -0.12634996, 0.0162 },
{ -0.590346, 0.8069255, 0.0162 },
{ 0.59034586, -0.8070255, 0.0162 },
{ -0.17595798, 0.98428684, 0.0162 },
{ 0.8070255, 0.59034586, 0.0154 },
{ 0.59034586, -0.8070255, 0.0162 },
{ 0.59034586, -0.8070255, 0.0162 },
{ -0.17575797, 0.9842866, 0.0162 },
{ 0.59034586, -0.8070255, 0.0162 },
{ -0.17784183, -0.9839122, 0.0162 },
{ 0.99156475, -0.12824991, 0.0162 },
{ -0.17804183, -0.98391205, 0.0162 },
{ -0.9918342, -0.12624995, 0.0162 },
{ -0.590346, 0.8069255, 0.0162 },
{ -0.8057736, 0.5920535, 0.0154 },
{ -0.9915646, 0.1284499, 0.0162 },
{ 0.59034586, -0.8070255, 0.0162 },
{ 0.17575797, -0.9842866, 0.0162 },
{ 0.8057736, -0.5920535, 0.0154 },
{ -0.8057736, 0.5920535, 0.0154 },
{ 0.8057736, -0.5920535, 0.0154 },
{ -0.17784183, -0.9839122, 0.0162 },
{ 0.8057736, -0.5920535, 0.0154 },
{ -0.8070255, -0.59034586, 0.0154 },
{ 0.9918341, 0.12614997, 0.0162 },
{ -0.99156463, 0.1283499, 0.0162 },
{ 0.17595798, -0.98428684, 0.0162 },
{ -0.17575797, 0.9842866, 0.0162 },
{ -0.8057736, 0.5920535, 0.0154 },
{ 0.8070255, 0.59034586, 0.0154 },
}
TVertices 96 {
{ 0.953133, 0.935576 },
{ 0.955734, 0.935577 },
{ 0.950532, 0.935578 },
{ 0.955734, 0.935577 },
{ 0.943976, 0.953438 },
{ 0.958035, 0.953452 },
{ 0.953133, 0.935576 },
{ 0.941886, 0.935594 },
{ 0.94865, 0.953449 },
{ 0.950531, 0.953452 },
{ 0.950532, 0.935578 },
{ 0.948799, 0.935581 },
{ 0.950532, 0.935578 },
{ 0.953348, 0.953454 },
{ 0.948799, 0.935581 },
{ 0.941166, 0.953435 },
{ 0.953348, 0.953454 },
{ 0.94865, 0.953449 },
{ 0.946782, 0.953445 },
{ 0.947065, 0.935585 },
{ 0.947065, 0.935585 },
{ 0.959912, 0.953452 },
{ 0.953348, 0.953454 },
{ 0.958035, 0.953452 },
{ 0.946782, 0.953445 },
{ 0.958035, 0.953452 },
{ 0.950531, 0.953452 },
{ 0.950532, 0.935578 },
{ 0.941166, 0.953435 },
{ 0.944472, 0.935591 },
{ 0.94865, 0.953449 },
{ 0.948799, 0.935581 },
{ 0.948799, 0.935581 },
{ 0.956155, 0.953453 },
{ 0.943976, 0.953438 },
{ 0.957464, 0.935578 },
{ 0.946782, 0.953445 },
{ 0.943976, 0.953438 },
{ 0.948799, 0.935581 },
{ 0.946782, 0.953445 },
{ 0.957464, 0.935578 },
{ 0.94865, 0.953449 },
{ 0.943976, 0.953438 },
{ 0.950531, 0.953452 },
{ 0.953133, 0.935576 },
{ 0.953348, 0.953454 },
{ 0.946782, 0.953445 },
{ 0.947065, 0.935585 },
{ 0.950531, 0.953452 },
{ 0.947065, 0.935585 },
{ 0.959912, 0.953452 },
{ 0.955734, 0.935577 },
{ 0.955734, 0.935577 },
{ 0.94865, 0.953449 },
{ 0.959912, 0.953452 },
{ 0.957464, 0.935578 },
{ 0.956155, 0.953453 },
{ 0.941886, 0.935594 },
{ 0.947065, 0.935585 },
{ 0.957464, 0.935578 },
{ 0.943976, 0.953438 },
{ 0.959912, 0.953452 },
{ 0.953133, 0.935576 },
{ 0.959191, 0.935578 },
{ 0.944472, 0.935591 },
{ 0.959191, 0.935578 },
{ 0.950531, 0.953452 },
{ 0.948799, 0.935581 },
{ 0.958035, 0.953452 },
{ 0.955734, 0.935577 },
{ 0.944472, 0.935591 },
{ 0.958035, 0.953452 },
{ 0.958035, 0.953452 },
{ 0.956155, 0.953453 },
{ 0.957464, 0.935578 },
{ 0.956155, 0.953453 },
{ 0.941886, 0.935594 },
{ 0.955734, 0.935577 },
{ 0.950532, 0.935578 },
{ 0.94865, 0.953449 },
{ 0.953348, 0.953454 },
{ 0.950531, 0.953452 },
{ 0.957464, 0.935578 },
{ 0.946782, 0.953445 },
{ 0.944472, 0.935591 },
{ 0.953133, 0.935576 },
{ 0.943976, 0.953438 },
{ 0.956155, 0.953453 },
{ 0.944472, 0.935591 },
{ 0.953348, 0.953454 },
{ 0.941886, 0.935594 },
{ 0.950532, 0.935578 },
{ 0.947065, 0.935585 },
{ 0.956155, 0.953453 },
{ 0.953133, 0.935576 },
{ 0.944472, 0.935591 },
}
TVertices 96 {
{ 0.956506, 0.470683 },
{ 0.95864, 0.470684 },
{ 0.954372, 0.470685 },
{ 0.742924, 0.873522 },
{ 0.948993, 0.485338 },
{ 0.744539, 0.886073 },
{ 0.741097, 0.873521 },
{ 0.947279, 0.470698 },
{ 0.952828, 0.485347 },
{ 0.954371, 0.48535 },
{ 0.954372, 0.470685 },
{ 0.95295, 0.470687 },
{ 0.739271, 0.873523 },
{ 0.741248, 0.886074 },
{ 0.738054, 0.873525 },
{ 0.732694, 0.886061 },
{ 0.741248, 0.886074 },
{ 0.952828, 0.485347 },
{ 0.736638, 0.886068 },
{ 0.736837, 0.873527 },
{ 0.951527, 0.47069 },
{ 0.745857, 0.886072 },
{ 0.956682, 0.485351 },
{ 0.744539, 0.886073 },
{ 0.951296, 0.485344 },
{ 0.744539, 0.886073 },
{ 0.73927, 0.886073 },
{ 0.739271, 0.873523 },
{ 0.946687, 0.485336 },
{ 0.735016, 0.873532 },
{ 0.73795, 0.886071 },
{ 0.738054, 0.873525 },
{ 0.95295, 0.470687 },
{ 0.958986, 0.48535 },
{ 0.948993, 0.485338 },
{ 0.744138, 0.873523 },
{ 0.736638, 0.886068 },
{ 0.734668, 0.886063 },
{ 0.738054, 0.873525 },
{ 0.951296, 0.485344 },
{ 0.744138, 0.873523 },
{ 0.73795, 0.886071 },
{ 0.948993, 0.485338 },
{ 0.954371, 0.48535 },
{ 0.956506, 0.470683 },
{ 0.956682, 0.485351 },
{ 0.951296, 0.485344 },
{ 0.951527, 0.47069 },
{ 0.73927, 0.886073 },
{ 0.736837, 0.873527 },
{ 0.962068, 0.485349 },
{ 0.95864, 0.470684 },
{ 0.742924, 0.873522 },
{ 0.73795, 0.886071 },
{ 0.745857, 0.886072 },
{ 0.744138, 0.873523 },
{ 0.743219, 0.886074 },
{ 0.7332, 0.873534 },
{ 0.951527, 0.47069 },
{ 0.96006, 0.470685 },
{ 0.734668, 0.886063 },
{ 0.962068, 0.485349 },
{ 0.956506, 0.470683 },
{ 0.745351, 0.873523 },
{ 0.9494, 0.470695 },
{ 0.961476, 0.470685 },
{ 0.73927, 0.886073 },
{ 0.95295, 0.470687 },
{ 0.960528, 0.485349 },
{ 0.742924, 0.873522 },
{ 0.9494, 0.470695 },
{ 0.960528, 0.485349 },
{ 0.960528, 0.485349 },
{ 0.743219, 0.886074 },
{ 0.96006, 0.470685 },
{ 0.958986, 0.48535 },
{ 0.947279, 0.470698 },
{ 0.95864, 0.470684 },
{ 0.739271, 0.873523 },
{ 0.952828, 0.485347 },
{ 0.741248, 0.886074 },
{ 0.954371, 0.48535 },
{ 0.96006, 0.470685 },
{ 0.736638, 0.886068 },
{ 0.735016, 0.873532 },
{ 0.741097, 0.873521 },
{ 0.734668, 0.886063 },
{ 0.958986, 0.48535 },
{ 0.735016, 0.873532 },
{ 0.956682, 0.485351 },
{ 0.7332, 0.873534 },
{ 0.954372, 0.470685 },
{ 0.736837, 0.873527 },
{ 0.743219, 0.886074 },
{ 0.741097, 0.873521 },
{ 0.9494, 0.470695 },
}
VertexGroup {
}
Tangents 96 {
{ 0.8065, 0.5913, -4e-004, 1 },
{ 0.177, 0.9842, 1e-004, 1 },
{ 0.9919, -0.1273, -8e-004, 1 },
{ -0.177, 0.9842, 1e-004, -1 },
{ -0.8064, -0.5913, 0.0023, 1 },
{ 0.5913, 0.8065, -3e-004, -1 },
{ -0.8065, 0.5913, -4e-004, -1 },
{ -0.9919, 0.1271, 0.0061, 1 },
{ 0.5913, -0.8064, 0.0015, 1 },
{ 0.9918, -0.1274, 0.0013, 1 },
{ 0.9919, -0.1273, -8e-004, 1 },
{ 0.5913, -0.8065, -0.0015, 1 },
{ -0.9919, -0.1273, -8e-004, -1 },
{ -0.8065, 0.5913, 2e-004, -1 },
{ -0.5913, -0.8065, -0.0015, -1 },
{ 0.9918, 0.1273, 0.0093, -1 },
{ -0.8065, 0.5913, 2e-004, -1 },
{ 0.5913, -0.8064, 0.0015, 1 },
{ 0.1768, -0.9842, 0.0021, -1 },
{ 0.177, -0.9842, -0.0028, -1 },
{ -0.177, -0.9842, -0.0028, 1 },
{ 0.9918, 0.1275, -0.0071, -1 },
{ 0.8065, 0.5913, 2e-004, 1 },
{ 0.5913, 0.8065, -3e-004, -1 },
{ -0.1768, -0.9842, 0.0021, 1 },
{ 0.5913, 0.8065, -3e-004, -1 },
{ -0.9918, -0.1274, 0.0013, -1 },
{ -0.9919, -0.1273, -8e-004, -1 },
{ -0.9918, 0.1273, 0.0093, 1 },
{ 0.8065, -0.5913, -0.0022, -1 },
{ -0.5913, -0.8064, 0.0015, -1 },
{ -0.5913, -0.8065, -0.0015, -1 },
{ 0.5913, -0.8065, -0.0015, 1 },
{ 0.1768, 0.9842, -7e-004, 1 },
{ -0.8064, -0.5913, 0.0023, 1 },
{ 0.5913, 0.8065, 4e-004, -1 },
{ 0.1768, -0.9842, 0.0021, -1 },
{ 0.8064, -0.5913, 0.0023, -1 },
{ -0.5913, -0.8065, -0.0015, -1 },
{ -0.1768, -0.9842, 0.0021, 1 },
{ 0.5913, 0.8065, 4e-004, -1 },
{ -0.5913, -0.8064, 0.0015, -1 },
{ -0.8064, -0.5913, 0.0023, 1 },
{ 0.9918, -0.1274, 0.0013, 1 },
{ 0.8065, 0.5913, -4e-004, 1 },
{ 0.8065, 0.5913, 2e-004, 1 },
{ -0.1768, -0.9842, 0.0021, 1 },
{ -0.177, -0.9842, -0.0028, 1 },
{ -0.9918, -0.1274, 0.0013, -1 },
{ 0.177, -0.9842, -0.0028, -1 },
{ -0.9918, 0.1275, -0.0071, 1 },
{ 0.177, 0.9842, 1e-004, 1 },
{ -0.177, 0.9842, 1e-004, -1 },
{ -0.5913, -0.8064, 0.0015, -1 },
{ 0.9918, 0.1275, -0.0071, -1 },
{ 0.5913, 0.8065, 4e-004, -1 },
{ -0.1768, 0.9842, -7e-004, -1 },
{ 0.9919, 0.1271, 0.0061, -1 },
{ -0.177, -0.9842, -0.0028, 1 },
{ -0.5913, 0.8065, 4e-004, 1 },
{ 0.8064, -0.5913, 0.0023, -1 },
{ -0.9918, 0.1275, -0.0071, 1 },
{ 0.8065, 0.5913, -4e-004, 1 },
{ 0.9918, 0.1273, -0.0068, -1 },
{ -0.8065, -0.5913, -0.0022, 1 },
{ -0.9918, 0.1273, -0.0068, 1 },
{ -0.9918, -0.1274, 0.0013, -1 },
{ 0.5913, -0.8065, -0.0015, 1 },
{ -0.5913, 0.8065, -3e-004, 1 },
{ -0.177, 0.9842, 1e-004, -1 },
{ -0.8065, -0.5913, -0.0022, 1 },
{ -0.5913, 0.8065, -3e-004, 1 },
{ -0.5913, 0.8065, -3e-004, 1 },
{ -0.1768, 0.9842, -7e-004, -1 },
{ -0.5913, 0.8065, 4e-004, 1 },
{ 0.1768, 0.9842, -7e-004, 1 },
{ -0.9919, 0.1271, 0.0061, 1 },
{ 0.177, 0.9842, 1e-004, 1 },
{ -0.9919, -0.1273, -8e-004, -1 },
{ 0.5913, -0.8064, 0.0015, 1 },
{ -0.8065, 0.5913, 2e-004, -1 },
{ 0.9918, -0.1274, 0.0013, 1 },
{ -0.5913, 0.8065, 4e-004, 1 },
{ 0.1768, -0.9842, 0.0021, -1 },
{ 0.8065, -0.5913, -0.0022, -1 },
{ -0.8065, 0.5913, -4e-004, -1 },
{ 0.8064, -0.5913, 0.0023, -1 },
{ 0.1768, 0.9842, -7e-004, 1 },
{ 0.8065, -0.5913, -0.0022, -1 },
{ 0.8065, 0.5913, 2e-004, 1 },
{ 0.9919, 0.1271, 0.0061, -1 },
{ 0.9919, -0.1273, -8e-004, 1 },
{ 0.177, -0.9842, -0.0028, -1 },
{ -0.1768, 0.9842, -7e-004, -1 },
{ -0.8065, 0.5913, -4e-004, -1 },
{ -0.8065, -0.5913, -0.0022, 1 },
}
SkinWeights 96 {
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
}
Faces 1 96 {
Triangles {
{ 9, 67, 79, 85, 80, 27, 78, 26, 38, 65, 74, 61, 88, 18, 37, 62, 91, 89, 63, 54, 40, 29, 86, 57, 32, 47, 8, 34, 7, 28, 92, 41, 83, 20, 64, 24, 45, 2, 43, 94, 73, 13, 87, 0, 22, 55, 21, 25, 31, 53, 49, 10, 11, 81, 52, 5, 93, 35, 23, 69, 82, 77, 71, 12, 16, 66, 14, 48, 30, 3, 56, 6, 19, 36, 84, 17, 58, 39, 95, 76, 42, 50, 59, 72, 46, 70, 4, 68, 51, 75, 90, 60, 15, 1, 44, 33 },
}
}
Groups 6 6 {
Matrices { 0 },
Matrices { 1 },
Matrices { 2 },
Matrices { 3 },
Matrices { 4 },
Matrices { 5 },
}
MinimumExtent { 0, 0, 0 },
MaximumExtent { 0, 0, 0 },
BoundsRadius 0,
MaterialID 0,
SelectionGroup 0,
LevelOfDetail -1,
Name "",
}
Geoset {
Vertices 54 {
{ 144.15295, -298.36853, 22.9876 },
{ -82.25096, -298.36853, 121.00776 },
{ -123.5167, 290.91748, 136.92944 },
{ -233.15382, -298.36853, -0.13344646 },
{ -30.166739, 290.91748, 97.65477 },
{ -30.166739, -298.36853, 97.65477 },
{ -212.87282, 290.91748, 130.688 },
{ 30.022135, -298.36853, 69.05287 },
{ -198.79425, 290.91748, 135.512 },
{ -198.79425, 290.91748, 135.512 },
{ 144.15295, -298.36853, 22.9876 },
{ -198.79425, 290.91748, 135.512 },
{ 144.15295, 290.91748, 22.9876 },
{ -212.87282, -298.36853, 130.688 },
{ 144.15295, 290.91748, 22.9876 },
{ -123.5167, 290.91748, 136.92944 },
{ -123.5167, -298.36853, 136.92944 },
{ -198.79425, -298.36853, 135.512 },
{ 30.022135, 290.91748, 69.05287 },
{ 93.2665, -298.36853, 43.405415 },
{ -30.166739, -298.36853, 97.65477 },
{ -212.87282, -298.36853, 130.688 },
{ 144.15295, 290.91748, 22.9876 },
{ -212.87282, -298.36853, 130.688 },
{ 175.08595, 290.91748, 0.4282 },
{ -123.5167, -298.36853, 136.92944 },
{ -30.166739, -298.36853, 97.65477 },
{ -30.166739, 290.91748, 97.65477 },
{ -198.79425, -298.36853, 135.512 },
{ -198.79425, -298.36853, 135.512 },
{ 93.2665, -298.36853, 43.405415 },
{ 93.2665, 290.91748, 43.405415 },
{ 30.022135, -298.36853, 69.05287 },
{ -82.25096, -298.36853, 121.00776 },
{ 93.2665, 290.91748, 43.405415 },
{ -212.87282, 290.91748, 130.688 },
{ 30.022135, -298.36853, 69.05287 },
{ 144.15295, -298.36853, 22.9876 },
{ 175.08595, -298.36853, 0.4282 },
{ 30.022135, 290.91748, 69.05287 },
{ -212.87282, 290.91748, 130.688 },
{ -233.15382, -298.36853, -0.13344646 },
{ 93.2665, 290.91748, 43.405415 },
{ -233.15382, 290.91748, -0.13344646 },
{ 93.2665, -298.36853, 43.405415 },
{ -123.5167, -298.36853, 136.92944 },
{ -123.5167, 290.91748, 136.92944 },
{ 175.08595, 290.91748, 0.4282 },
{ -82.25096, 290.91748, 121.00776 },
{ -30.166739, 290.91748, 97.65477 },
{ -82.25096, 290.91748, 121.00776 },
{ 30.022135, 290.91748, 69.05287 },
{ -82.25096, 290.91748, 121.00776 },
{ -82.25096, -298.36853, 121.00776 },
}
Normals 54 {
{ 0.4253, 5.542139e-017, 0.9051 },
{ 0.35881025, 5.715462e-017, 0.9334058 },
{ -7e-004, 6.123234e-017, 1 },
{ -0.1397, 6.063226e-017, 0.9902 },
{ 0.3654526, 5.6998164e-017, 0.9308507 },
{ 0.3654526, 5.6998164e-017, 0.9308507 },
{ -0.109, 6.086495e-017, 0.994 },
{ 0.3256, 5.789518e-017, 0.9455 },
{ -0.0472, 6.1164984e-017, 0.9989 },
{ -0.0472, 6.1164984e-017, 0.9989 },
{ 0.4253, 5.542139e-017, 0.9051 },
{ -0.0472, 6.1164984e-017, 0.9989 },
{ 0.4253, 5.542139e-017, 0.9051 },
{ -0.109, 6.086495e-017, 0.994 },
{ 0.4253, 5.542139e-017, 0.9051 },
{ 0.3204, 5.80054e-017, 0.9473 },
{ -7e-004, 6.123234e-017, 1 },
{ -0.0472, 6.1164984e-017, 0.9989 },
{ 0.3256, 5.789518e-017, 0.9455 },
{ 0.3229, 5.795029e-017, 0.9464 },
{ 0.3654526, 5.6998164e-017, 0.9308507 },
{ -0.109, 6.086495e-017, 0.994 },
{ 0.4253, 5.542139e-017, 0.9051 },
{ -0.109, 6.086495e-017, 0.994 },
{ 0.5892, 4.9475734e-017, 0.808 },
{ 0.3204, 5.80054e-017, 0.9473 },
{ 0.3654526, 5.6998164e-017, 0.9308507 },
{ 0.3654526, 5.6998164e-017, 0.9308507 },
{ -0.0472, 6.1164984e-017, 0.9989 },
{ -0.0472, 6.1164984e-017, 0.9989 },
{ 0.3229, 5.795029e-017, 0.9464 },
{ 0.3229, 5.795029e-017, 0.9464 },
{ 0.3256, 5.789518e-017, 0.9455 },
{ 0.35881025, 5.715462e-017, 0.9334058 },
{ 0.3229, 5.795029e-017, 0.9464 },
{ -0.109, 6.086495e-017, 0.994 },
{ 0.3256, 5.789518e-017, 0.9455 },
{ 0.4253, 5.542139e-017, 0.9051 },
{ 0.5892, 4.9475734e-017, 0.808 },
{ 0.3256, 5.789518e-017, 0.9455 },
{ -0.109, 6.086495e-017, 0.994 },
{ -0.1397, 6.063226e-017, 0.9902 },
{ 0.3229, 5.795029e-017, 0.9464 },
{ -0.1397, 6.063226e-017, 0.9902 },
{ 0.3229, 5.795029e-017, 0.9464 },
{ 0.3204, 5.80054e-017, 0.9473 },
{ -7e-004, 6.123234e-017, 1 },
{ 0.5892, 4.9475734e-017, 0.808 },
{ 0.35881025, 5.715462e-017, 0.9334058 },
{ 0.3654526, 5.6998164e-017, 0.9308507 },
{ 0.35881025, 5.715462e-017, 0.9334058 },
{ 0.3256, 5.789518e-017, 0.9455 },
{ 0.35881025, 5.715462e-017, 0.9334058 },
{ 0.35881025, 5.715462e-017, 0.9334058 },
}
TVertices 54 {
{ 0, 0.833333 },
{ 0, 0.166667 },
{ 1, 1 },
{ 0, 0 },
{ 1, 0.333333 },
{ 0, 0.333333 },
{ 1, 0.509925 },
{ 0, 0.5 },
{ 1, 1 },
{ 1, 1 },
{ 0, 0.833333 },
{ 1, 0 },
{ 1, 0.833333 },
{ 0, 0.509925 },
{ 1, 0.833333 },
{ 1, 0 },
{ 0, 1 },
{ 0, 0 },
{ 1, 0.5 },
{ 0, 0.666667 },
{ 0, 0.333333 },
{ 0, 0.509925 },
{ 1, 0.833333 },
{ 0, 0.509925 },
{ 1, 1 },
{ 0, 0 },
{ 0, 0.333333 },
{ 1, 0.333333 },
{ 0, 1 },
{ 0, 0 },
{ 0, 0.666667 },
{ 1, 0.666667 },
{ 0, 0.5 },
{ 0, 0.166667 },
{ 1, 0.666667 },
{ 1, 0.509925 },
{ 0, 0.5 },
{ 0, 0.833333 },
{ 0, 1 },
{ 1, 0.5 },
{ 1, 0.509925 },
{ 0, 0 },
{ 1, 0.666667 },
{ 1, 0 },
{ 0, 0.666667 },
{ 0, 0 },
{ 1, 1 },
{ 1, 1 },
{ 1, 0.166667 },
{ 1, 0.333333 },
{ 1, 0.166667 },
{ 1, 0.5 },
{ 1, 0.166667 },
{ 0, 0.166667 },
}
VertexGroup {
}
Tangents 54 {
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
{ 0, 1, 0, 1 },
}
SkinWeights 54 {
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
{ 0, 0, 0, 0, 255, 0, 0, 0 },
}
Faces 1 54 {
Triangles {
{ 41, 35, 43, 0, 14, 44, 1, 27, 50, 29, 46, 11, 32, 31, 39, 5, 49, 53, 36, 18, 26, 21, 6, 3, 37, 47, 22, 38, 24, 10, 30, 34, 7, 16, 2, 17, 28, 8, 13, 19, 12, 42, 45, 52, 15, 33, 48, 25, 20, 51, 4, 23, 9, 40 },
}
}
Groups 6 6 {
Matrices { 0 },
Matrices { 1 },
Matrices { 2 },
Matrices { 3 },
Matrices { 4 },
Matrices { 5 },
}
MinimumExtent { 0, 0, 0 },
MaximumExtent { 0, 0, 0 },
BoundsRadius 0,
MaterialID 1,
SelectionGroup 0,
LevelOfDetail -1,
Name "",
}
GeosetAnim {
static Alpha 1.0,
GeosetId 0,
}
Bone "SH_Props_AlonsusChapel" {
ObjectId 0,
GeosetId Multiple,
GeosetAnimId None,
}
Bone "SH_Props_AlonsusChapel_LOD1" {
ObjectId 1,
GeosetId Multiple,
GeosetAnimId None,
}
Bone "SH_Props_AlonsusChapel_LOD2" {
ObjectId 2,
GeosetId Multiple,
GeosetAnimId None,
}
Bone "SH_Props_AlonsusChapel_LOD3" {
ObjectId 3,
GeosetId Multiple,
GeosetAnimId None,
}
Bone "CopiedModelDummy" {
ObjectId 4,
GeosetId Multiple,
GeosetAnimId None,
}
Bone "CopiedModelDummy" {
ObjectId 5,
GeosetId Multiple,
GeosetAnimId None,
}
PivotPoints 6 {
{ 0, 0, 0 },
{ 0, 0, 0 },
{ 0, 0, 0 },
{ 0, 0, 0 },
{ 0, -105.01072, 356.13678 },
{ 28.257984, -28.322613, 232.36156 },
}

I don't see Unselectable in this ramp code.

Where should I put it?... Or how it works? @Retera .
It is somewhere in this "json" within spoiler, right?
 
Last edited:
I'm away from my computer but if Walkable doesnt work, and the geoset does not always have "Unselectable," and you want to change the file to where Walkable does work, try the "Recalculate Extents" function in Retera Model Studio. It should be under the Edit menu, maybe "Edit > Optimize."

The other software rule in the ray intersect stuff I was describing is that the code checks the bounds/extents first before intersecting the 3D shape, so if you have no bounds info it might not work.
 

jixed

Hosted Project: QM
Level 8
Joined
Apr 4, 2020
Messages
27
Hi Retera, I just updated 2.0 yesterday and found out I cant get RMS to start. Here is what I did, but seems not working:
1, I reinstalled the whole w3 folder and set it to english
2, I got the latest RMS and reinstalled it
3, I tried to delete appdata
4, I reinstalled a java environment
5, I changed several PC from win10 to win11
but none of those works, I still get this same info:

Unknown error occurred:
java.lang.RuntimeException: com.hiveworkshop.blizzard.casc.nio.MalformedCASCStructureException: container encoding key mismatch
at com.hiveworkshop.wc3.gui.datachooser.CascDataSource.<init>(CascDataSource.java:75)
at com.hiveworkshop.wc3.gui.datachooser.CascDataSourceDescriptor.createDataSource(CascDataSourceDescriptor.java:31)
at com.hiveworkshop.wc3.mpq.MpqCodebase.<init>(MpqCodebase.java:33)
at com.hiveworkshop.wc3.mpq.MpqCodebase.get(MpqCodebase.java:180)
at com.matrixeater.src.MainPanel.<init>(MainPanel.java:1416)
at com.matrixeater.src.MainFrame.<init>(MainFrame.java:468)
at com.matrixeater.src.MainFrame$1.run(MainFrame.java:409)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
Caused by: com.hiveworkshop.blizzard.casc.nio.MalformedCASCStructureException: container encoding key mismatch
at com.hiveworkshop.blizzard.casc.storage.BankStream.<init>(BankStream.java:40)
at com.hiveworkshop.blizzard.casc.storage.Storage.getBanks(Storage.java:231)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.fetchStoredBuffer(VirtualFileSystem.java:408)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.resolveTVFS(VirtualFileSystem.java:672)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:505)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:496)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:496)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:516)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:496)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:516)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:496)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:496)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.getAllFiles(VirtualFileSystem.java:439)
at com.hiveworkshop.blizzard.casc.io.WarcraftIIICASC$FileSystem.enumerateFiles(WarcraftIIICASC.java:43)
at com.hiveworkshop.wc3.gui.datachooser.CascDataSource.<init>(CascDataSource.java:41)
... 19 more

Is there any way I can fix this issue? many thanks.
 

Attachments

  • 32625.jpg
    32625.jpg
    154.9 KB · Views: 13
  • 22636.jpg
    22636.jpg
    34.7 KB · Views: 12
Level 34
Joined
May 14, 2021
Messages
1,597
Hi Retera, I just updated 2.0 yesterday and found out I cant get RMS to start. Here is what I did, but seems not working:
1, I reinstalled the whole w3 folder and set it to english
2, I got the latest RMS and reinstalled it
3, I tried to delete appdata
4, I reinstalled a java environment
5, I changed several PC from win10 to win11
but none of those works, I still get this same info:

Unknown error occurred:
java.lang.RuntimeException: com.hiveworkshop.blizzard.casc.nio.MalformedCASCStructureException: container encoding key mismatch
at com.hiveworkshop.wc3.gui.datachooser.CascDataSource.<init>(CascDataSource.java:75)
at com.hiveworkshop.wc3.gui.datachooser.CascDataSourceDescriptor.createDataSource(CascDataSourceDescriptor.java:31)
at com.hiveworkshop.wc3.mpq.MpqCodebase.<init>(MpqCodebase.java:33)
at com.hiveworkshop.wc3.mpq.MpqCodebase.get(MpqCodebase.java:180)
at com.matrixeater.src.MainPanel.<init>(MainPanel.java:1416)
at com.matrixeater.src.MainFrame.<init>(MainFrame.java:468)
at com.matrixeater.src.MainFrame$1.run(MainFrame.java:409)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
Caused by: com.hiveworkshop.blizzard.casc.nio.MalformedCASCStructureException: container encoding key mismatch
at com.hiveworkshop.blizzard.casc.storage.BankStream.<init>(BankStream.java:40)
at com.hiveworkshop.blizzard.casc.storage.Storage.getBanks(Storage.java:231)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.fetchStoredBuffer(VirtualFileSystem.java:408)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.resolveTVFS(VirtualFileSystem.java:672)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:505)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:496)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:496)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:516)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:496)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:516)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:496)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.recursiveFilePathRetrieve(VirtualFileSystem.java:496)
at com.hiveworkshop.blizzard.casc.vfs.VirtualFileSystem.getAllFiles(VirtualFileSystem.java:439)
at com.hiveworkshop.blizzard.casc.io.WarcraftIIICASC$FileSystem.enumerateFiles(WarcraftIIICASC.java:43)
at com.hiveworkshop.wc3.gui.datachooser.CascDataSource.<init>(CascDataSource.java:41)
... 19 more

Is there any way I can fix this issue? many thanks.
Sounds like you have a broken WC3 installation. Have you checked the comment below first?
Ok, ignore my message. Uninstalling and reinstalling War3 helped.
It seems that the problem is related to the JCASC parser or something similar, which DSG has even mentioned long before.
 

jixed

Hosted Project: QM
Level 8
Joined
Apr 4, 2020
Messages
27
Sounds like you have a broken WC3 installation. Have you checked the comment below first?

It seems that the problem is related to the JCASC parser or something similar, which DSG has even mentioned long before.
Thank you for the reply.
Well about this part....I have reinstalled W3R 5 times in 5 different PC, I think it might not be the issue.
Yet I use the Asia account btw, this might be a relevant factor? I installed it in English tho.
 

jixed

Hosted Project: QM
Level 8
Joined
Apr 4, 2020
Messages
27
Thank you for the reply.
Well about this part....I have reinstalled W3R 5 times in 5 different PC, I think it might not be the issue.
Yet I use the Asia account btw, this might be a relevant factor? I installed it in English tho.
I have finally solved this, in case anyone might have the same problem, here is what i did.

1, delete completely everything about w3 first, and RMS foloder in appdata roaming
2, Dont forget the warcraft3 folder in document folder, if there is one
3, after delete it, restart pc.
4, get a JDK eviornment
5, Reinstall a W3R but make sure only choose one language.
6, After install is complete, do a repair
7, open RMS, if this time it wont work, just get rid of everything in start menu, and start RMS clean with nothing.
8, change a secondary language you know and install another language pack, make sure to uncheck the first language you chose last time.
9, reopen and add w3folder, it should work now.
10, re-get your language pack.

hope it will help, dont make much sense tho, i guess this might have something to do with some casefile corruption.
 
Last edited:
get a JDK eviornment
I had a problem on a computer at one point where installing the JDK fixed a problem. I use a tool that is supposed to include enough of the JDK/JRE inside the Retera Model Studio zip that then people do not need to install these things.... but it seemed like it might have had a problem recently.

I have a hunch that your long description of how you fixed the problem is a list of steps where only one or two of the steps is actually needed, but we simply do not know which ones yet.

Hello friend! How to properly add orm and normal textures to a diffuse texture in Photoshop?
At the moment, my understanding is that ORM and Normal textures are linked with the diffuse file using Reforged MDX data -- linked inside that file -- rather than linked in Photoshop. I think the only stuff you could accomplish in Photoshop would be to (1) ensure that the two textures are the same shape and describe the same UV coordinate space, (2) combine all these togethers together into a diffuse surface, maybe, if you wanted to backport to Classic, but to be honest I use Retera Model Studio code for that instead of Photoshop because I have been using GIMP instead of Photoshop for many years and am no longer familiar with the latest Photoshop interface.
 

jixed

Hosted Project: QM
Level 8
Joined
Apr 4, 2020
Messages
27
en RMS, if

I had a problem on a computer at one point where installing the JDK fixed a problem. I use a tool that is supposed to include enough of the JDK/JRE inside the Retera Model Studio zip that then people do not need to install these things.... but it seemed like it might have had a problem recently.

I have a hunch that your long description of how you fixed the problem is a list of steps where only one or two of the steps is actually needed, but we simply do not know which ones yet.


At the moment, my understanding is that ORM and Normal textures are linked with the diffuse file using Reforged MDX data -- linked inside that file -- rather than linked in Photoshop. I think the only stuff you could accomplish in Photoshop would be to (1) ensure that the two textures are the same shape and describe the same UV coordinate space, (2) combine all these togethers together into a diffuse surface, maybe, if you wanted to backport to Classic, but to be honest I use Retera Model Studio code for that instead of Photoshop because I have been using GIMP instead of Photoshop for many years and am no longer familiar with the latest Photoshop interface.
indeed, more like a guess list here..mostly I think it has something to do with the language pack somehow, using different language packs will lead to different file corruption...I have no idea why tho, but it's good to go for now.
 
Level 1
Joined
Jan 7, 2016
Messages
2
This tool is amazing! 😃 It is very easy to use, but i think it need tutorial link to be here in description anyway.

I only had an error with copy paste. I posted this on the github.

I think is better for nodes and camera to be visible by default in model "edit", because i destroyed animation 😆
 

Rommel

Hosted Project: HoS
Level 22
Joined
Mar 31, 2004
Messages
214
I have finally solved this, in case anyone might have the same problem, here is what i did.

1, delete completely everything about w3 first, and RMS foloder in appdata roaming
2, Dont forget the warcraft3 folder in document folder, if there is one
3, after delete it, restart pc.
4, get a JDK eviornment
5, Reinstall a W3R but make sure only choose one language.
6, After install is complete, do a repair
7, open RMS, if this time it wont work, just get rid of everything in start menu, and start RMS clean with nothing.
8, change a secondary language you know and install another language pack, make sure to uncheck the first language you chose last time.
9, reopen and add w3folder, it should work now.
10, re-get your language pack.

hope it will help, dont make much sense tho, i guess this might have something to do with some casefile corruption.
I had the same issue of Retera not working with 2.0, a way to solve it w/o reinstallig W3 was actually pretty simple - if you have a copy of vanilla 1.26, just set it as War3 installation folder in Retera instead of Reforged. You don't even need to have it active via registry, it only needs the archives.
1.26 is available for free from Blizzard IIRC so this is perfectly legal. You obviously won't be able to load models from Reforged archives, new team colors etc, but otherwise it should work perfectly.

Some of the bugs I had in Retera after 2.0 is Select Cluster giving error messages on some models and Recalculate Normals sometimes not working, but not sure if it's related to 2.0 or to the fact that I updated Java.
 
Last edited:
Im back again. I already posted it in my profile but this is so much better than mdlvis for creating animation, why haven't I noticed that for long time... jeez, my eyes, you saved them chef!
Is there way to pin bones in animating so the feet could not be translated in specific sequence? That woould be lots easier to make idle animations.
 
Is there way to pin bones in animating so the feet could not be translated in specific sequence? That woould be lots easier to make idle animations.
No but I believe you can do that in Blender or any professional 3D software.
In this model, I added a stand animation in which the root bone translates on the Y axis, but I needed the wheel to stick to the ground.
In RMS, I would manually set up keyframes which is painful and inaccurate.

I did some research and solved this issue by using Blender's Inverse Kinematic & Bone constraint to anchor the wheel bones to the ground.
Once the anchors are set, you can move the rest of the armature but the vertex mapped to the anchored bone won't move.
Then you have to bake the keyframes so the animation can be exported to mdl.

I taught myself this once by asking chatGPT months ago so I can't be more precise on this information.
 
No but I believe you can do that in Blender or any professional 3D software.
In this model, I added a stand animation in which the root bone translates on the Y axis, but I needed the wheel to stick to the ground.
In RMS, I would manually set up keyframes which is painful and inaccurate.

I did some research and solved this issue by using Blender's Inverse Kinematic & Bone constraint to anchor the wheel bones to the ground.
Once the anchors are set, you can move the rest of the armature but the vertex mapped to the anchored bone won't move.
Then you have to bake the keyframes so the animation can be exported to mdl.

I taught myself this once by asking chatGPT months ago so I can't be more precise on this information.
you could unparent wheels and created Root_Bone_2, not?
 
Level 6
Joined
Oct 29, 2024
Messages
31
I have finally solved this, in case anyone might have the same problem, here is what i did.

1, delete completely everything about w3 first, and RMS foloder in appdata roaming
2, Dont forget the warcraft3 folder in document folder, if there is one
3, after delete it, restart pc.
4, get a JDK eviornment
5, Reinstall a W3R but make sure only choose one language.
6, After install is complete, do a repair
7, open RMS, if this time it wont work, just get rid of everything in start menu, and start RMS clean with nothing.
8, change a secondary language you know and install another language pack, make sure to uncheck the first language you chose last time.
9, reopen and add w3folder, it should work now.
10, re-get your language pack.

hope it will help, dont make much sense tho, i guess this might have something to do with some casefile corruption.
For me, installing Java SE Runtime Environment 8u202 from
https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html
resolved the issue
 
Level 7
Joined
Apr 4, 2023
Messages
46
So simple that even an amateur like myself can make great things with it. I also needed help editing a camera by text, messaged Retera himself and got a useful and simple to understand answer within a day. I highly recommend this!

I spent the past week working on this project in the Model Studio and am quite pleased with the result.

Thank you Retera!
 
Level 2
Joined
Aug 29, 2018
Messages
16
Retera! Only you can help me. I'm trying to transfer Merchant to the old warcraft. Artifacts appear in the game itself. It is only necessary to point at the place where he stands, then chaos immediately begins on the screen. How can I fix this?:huh:
 

Attachments

  • Merchant.rar
    4 MB · Views: 3
  • WC3ScrnShot_020125_223932_01.jpg
    WC3ScrnShot_020125_223932_01.jpg
    765.9 KB · Views: 20
  • WC3ScrnShot_020125_224129_03.jpg
    WC3ScrnShot_020125_224129_03.jpg
    754.8 KB · Views: 19
  • WC3ScrnShot_020125_223936_02.jpg
    WC3ScrnShot_020125_223936_02.jpg
    935.7 KB · Views: 22
  • WC3ScrnShot_020125_225322_04.jpg
    WC3ScrnShot_020125_225322_04.jpg
    1 MB · Views: 23
I'm trying to transfer Merchant to the old warcraft.
Did you use the "with texture baking" button? It uses a newer algorithm for converting other stuff like mesh. You could use that and then set the mesh back to diffuse basic stuff if you prefer direct use of diffuse.

Other than that, review animation order, ensure there aren't out-of-order animations generated, and upload to Sanity Test to check for other model issues
 
Level 3
Joined
May 31, 2019
Messages
31
Hello, is it possible to export models as fbx (or obj) format, so then I can import it imto Unity engine ?
 
Level 2
Joined
Aug 29, 2018
Messages
16
Did you use the "with texture baking" button?
Yes
Other than that, review animation order, ensure there aren't out-of-order animations generated, and upload to Sanity Test to check for other model issues
I've attached a screenshot below. writes an error "Too many vertices in one geoset: 19691"
 

Attachments

  • 2025-02-02_12-15-05.png
    2025-02-02_12-15-05.png
    498 KB · Views: 10
  • 2025-02-02_12-20-55.png
    2025-02-02_12-20-55.png
    803.3 KB · Views: 10
I updated the download link with a new version. When using the HD->SD conversion thing, I changed the code that would auto split mesh to resolve 256+ matrices, and tried to make this code also auto-split models that violate the suggested vertices limit from the Hive sanity tester. I didn't spend a lot of time testing it but it might auto-fix the Goblin Merchant issue from @DMI3Y when converting. Obviously, as before, it remains possible to manually fix models as well.

I also added SnapX and SnapY requested by @General Frank to the UV panel, and reverted the "Recalculate Normals" function that was changed in 2023 to a previous version (probably, let me know if it gives any issue).
 
I updated the download link with a new version. When using the HD->SD conversion thing, I changed the code that would auto split mesh to resolve 256+ matrices, and tried to make this code also auto-split models that violate the suggested vertices limit from the Hive sanity tester. I didn't spend a lot of time testing it but it might auto-fix the Goblin Merchant issue from @DMI3Y when converting. Obviously, as before, it remains possible to manually fix models as well.

I also added SnapX and SnapY requested by @General Frank to the UV panel, and reverted the "Recalculate Normals" function that was changed in 2023 to a previous version (probably, let me know if it gives any issue).
Thanks a lot Retera. :)
 
Level 2
Joined
Aug 29, 2018
Messages
16
I updated the download link with a new version. When using the HD->SD conversion thing, I changed the code that would auto split mesh to resolve 256+ matrices, and tried to make this code also auto-split models that violate the suggested vertices limit from the Hive sanity tester. I didn't spend a lot of time testing it but it might auto-fix the Goblin Merchant issue from @DMI3Y when converting. Obviously, as before, it remains possible to manually fix models as well.
it works, but only half of it. When converting _portrait HD->SD, there are a lot of errors. There are errors both ways when converting Throne Lich King.mdx
 
Level 2
Joined
Aug 29, 2018
Messages
16
Retera! It looks like my train derailed before reaching the finish line. I'm porting Reforged models to old warcraft for DotA allstars. I'm almost done with my work and decided to test my creation. As a result, he threw out of the game due to an error that there is not enough memory "Object: .?AVC3Vector@NTempest@@". Retera, can you pronounce death on my project?
 

Attachments

  • 2025-02-01 22.19.43 Error.txt
    70.4 KB · Views: 2
  • 2025-02-05 15.42.13 Error.txt
    69.7 KB · Views: 1
  • 2025-02-05 18.27.04 Error.txt
    70.1 KB · Views: 1
Retera, can you pronounce death on my project?
Yeah, so, here's how I look at backporting HD to SD:
  • In the year 2019 when Reforged Beta became available, I created a script called FtlopMaker.java which stands for For The Love Of Pete, a hypothetical Warcraft 3 mod to put all Reforged models on classic.
  • I played the Ftlop mod for 5 minutes and then laughed myself out of the room. I uploaded a YouTube video called Thiis is why we can't have nice things from then in 2019 before Reforged released, featuring the Patch 1.26 mod created with FtlopMaker automation. I linked this video to people who kept asking me to port Reforged to Classic to make fun of them, so that they would go away
  • While testing the FtlopMaker script, I wanted to test 1 model at a time to check for conversion errors. I put Convert HD->SD (becomes 800) in the menu on Retera Model Studio for myself on the local computer. I figured this was so stupid and pointless, I was going to delete the button in the dropdown when I was done testing one FtlopMaker model at a time
  • I came back a few months later and published an update to Retera Model Studio included all changes from my computer, without reading what code I was publishing. This accidentally pushed the one-at-a-time test dropdown button for testing a single Ftlop model at a time out into the wild
  • I ignored that for many months and people made tutorial videos celebrating how much they liked to port Reforged to classic. Some people clicked the button for each model over and over, so that they could make the same Ftlop mod except that they would spend 100 hours making it by clicking each model over and over, instead of just writing the script from 2019 that converts all models and textures in the game
  • A few years later in 2022 fans started to get rambunctious and want to make their own version of the game instead of dealing with new Activision Microsoft management. The goal of the "Warcraft III Community Edition" was to support all the Reforged features on a pre-Reforged client, to give all the Reforged map makers a parachute back to sanity. But they told me that I could only have access to the code of their project if I was going to contribute something, so I went back to the Ftlop thing and iterated on it some more. I was able to get a "texture baking" function and fix some issues, but when I ran the new version of FtlopMaker thing on that -- which now made a folder called HiveForged on my computer that was 150 GB of models and textures from all the baking -- this silly HiveForged 150 GB thing was functional but was prone to crashing constantly. But my goal was to automate everything, so this thing could be created without human input, since Reforged already exists and making it over again is probably even more silly than using the Reforged that already exists.
  • I was working on this software solution while aware that if we look it up online, there are definitely people doing this kind of work by hand who are apparently intent on ruining Warcraft 3 more than it already is probably by button-clicking for each model yet again. But I think if we do this with computer automation, we can infinite scale how closely it approximates Reforged itself rather than wasting human time trying to do more artwork to look like the original. Do you think that mine looks better than theirs?

And then, in late 2022, I figured it out once and for all. JUST PUT THE CODE OF REFORGED DIRECTLY INTO THE CLASSIC GAME IF YOU'RE SO DEAD SET ON PLAYING REFORGED, YOU SILLY PEOPLE and then you don't have to port the models anymore. But, as you might gather from the fact that while working on that project, my YouTube entertainment switched to literal inhuman screaming, I don't care about this. I don't care and I don't want to help you. I don't get anything from ruining Warcraft III more than it already is!!!

Reforged exists, and Warcraft III exists, and I enjoy both of them. Separately.

Then, in 2025 after I messed up some stuff in my life and starting to maybe lose my mind, I uploaded a YouTube video where Grom Hellscream drinks from the wells to become REFORGED in order to defeat the REFORGED. And I got to play a mission where I was the Classic Client versus the Reforged, and I won by becoming Reforged. It was a beautiful story about the evolution of my human spirit

Does this pronounce the death on your project that you wanted?
 
Last edited:
Level 2
Joined
Aug 29, 2018
Messages
16
Anyway, thanks for the help. It's a pity that DOTA is only alive on iCCup, which is on WC TFT 1.26. I sort of figured it out on my own. The game is 32-bit and therefore cannot use more than 4GB of RAM. It doesn't matter how much RAM a PC costs. Therefore, having overcome the 4GB limit, it gives an error that there is not enough memory.
 
Level 8
Joined
Feb 20, 2020
Messages
219
[hide]
Uncaught exception on Thread "AWT-EventQueue-0":
java.lang.ExceptionInInitializerError
at com.hiveworkshop.wc3.gui.modeledit.ModelComponentBrowserTree.buildTreeModel(ModelComponentBrowserTree.java:218)
at com.hiveworkshop.wc3.gui.modeledit.ModelComponentBrowserTree.<init>(ModelComponentBrowserTree.java:62)
at com.hiveworkshop.wc3.gui.modeledit.ModelPanel.<init>(ModelPanel.java:109)
at com.matrixeater.src.MainPanel.loadFile(MainPanel.java:6168)
at com.matrixeater.src.MainPanel.loadFile(MainPanel.java:6468)
at com.matrixeater.src.MainPanel.loadFile(MainPanel.java:6472)
at com.matrixeater.src.MainPanel$142.actionPerformed(MainPanel.java:5998)
at java.desktop/javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at java.desktop/javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at java.desktop/javax.swing.AbstractButton.doClick(Unknown Source)
at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.desktop/java.awt.Component.processMouseEvent(Unknown Source)
at java.desktop/javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.desktop/java.awt.Component.processEvent(Unknown Source)
at java.desktop/java.awt.Container.processEvent(Unknown Source)
at java.desktop/java.awt.Component.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Window.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.NullPointerException: Cannot invoke "java.awt.Image.getScaledInstance(int, int, int)" because "imageUnbuffered" is null
at com.hiveworkshop.wc3.util.IconUtils.worldEditStyleIcon(IconUtils.java:38)
at com.hiveworkshop.wc3.gui.modeledit.ModelComponentBrowserTree$ChooseableModelRoot.<clinit>(ModelComponentBrowserTree.java:485)
... 44 more

[/hide]
 
Press WindowsKey+R to see a small popup. In the popup, type %AppData% and press enter. This should open a folder. In the folder, there is either a ReteraStudio folder, or else maybe a folder named Roaming. If you only see "Roaming," then try opening it to find "ReteraStudio" folder. Then, delete the ReteraStudio folder.

Then try running Retera Model Studio, but now it will be reset and you can choose different settings to fix it or test.
 
Level 8
Joined
Feb 20, 2020
Messages
219
Press WindowsKey+R to see a small popup. In the popup, type %AppData% and press enter. This should open a folder. In the folder, there is either a ReteraStudio folder, or else maybe a folder named Roaming. If you only see "Roaming," then try opening it to find "ReteraStudio" folder. Then, delete the ReteraStudio folder.

Then try running Retera Model Studio, but now it will be reset and you can choose different settings to fix it or test.
I deleted it, now how do I set the reforge on this thing (Im at the setup page)? cause if I just press okay, the error will continue.

View attachment 516468
 
I think you want "Add War3 Install" button. Then pick C:\Program Files (x86)\Warcraft III folder, or C:\Program Files\Warcraft III folder, whichever exists. Then it should show a popup to choose Warcraft III or Warcraft III Public Test and choose the non-test one (normal). It might also choose a language popup, so choose your language that you use when playing Warcraft III Reforged.

Then press OK
 
Top