diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..412eeda --- /dev/null +++ b/.gitattributes @@ -0,0 +1,22 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp +*.sln merge=union +*.csproj merge=union +*.vbproj merge=union +*.fsproj merge=union +*.dbproj merge=union + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ebd21a --- /dev/null +++ b/.gitignore @@ -0,0 +1,163 @@ +################# +## Eclipse +################# + +*.pydevproject +.project +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.classpath +.settings/ +.loadpath + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# PDT-specific +.buildpath + + +################# +## Visual Studio +################# + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results +[Dd]ebug/ +[Rr]elease/ +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.vspscc +.builds +*.dotCover + +## TODO: If you have NuGet Package Restore enabled, uncomment this +#packages/ + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf + +# Visual Studio profiler +*.psess +*.vsp + +# ReSharper is a .NET coding add-in +_ReSharper* + +# Installshield output folder +[Ee]xpress + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish + +# Others +[Bb]in +[Oo]bj +sql +TestResults +*.Cache +ClientBin +stylecop.* +~$* +*.dbmdl +Generated_Code #added for RIA/Silverlight projects + +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML + + + +############ +## Windows +############ + +# Windows image file caches +Thumbs.db + +# Folder config file +Desktop.ini + + +############# +## Python +############# + +*.py[co] + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg + +# Mac crap +.DS_Store diff --git a/Assembly-CSharp-firstpass-vs.csproj b/Assembly-CSharp-firstpass-vs.csproj new file mode 100644 index 0000000..f0b736e --- /dev/null +++ b/Assembly-CSharp-firstpass-vs.csproj @@ -0,0 +1,86 @@ + + + + Debug + AnyCPU + 10.0.20506 + 2.0 + {7B599000-792E-130C-B38B-0209B5A04D46} + Library + Properties + + Assembly-CSharp-firstpass + v3.5 + 512 + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_STANDALONE;ENABLE_MICROPHONE;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;ENABLE_AUDIO_FMOD;ENABLE_NETWORK;ENABLE_MONO;ENABLE_PHYSICS;ENABLE_TERRAIN;ENABLE_CACHING;ENABLE_SUBSTANCE;ENABLE_GENERICS;ENABLE_CLOTH;ENABLE_MOVIES;ENABLE_AUDIO;ENABLE_WWW;ENABLE_SHADOWS;ENABLE_DUCK_TYPING;UNITY_4_0_1;UNITY_4_0;UNITY_STANDALONE_WIN;ENABLE_PROFILER;UNITY_EDITOR + prompt + 4 + 0169 + + + pdbonly + true + Temp\bin\Release\ + TRACE + prompt + 4 + 0169 + + + + + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Assembly-CSharp-firstpass.csproj b/Assembly-CSharp-firstpass.csproj new file mode 100644 index 0000000..f0b736e --- /dev/null +++ b/Assembly-CSharp-firstpass.csproj @@ -0,0 +1,86 @@ + + + + Debug + AnyCPU + 10.0.20506 + 2.0 + {7B599000-792E-130C-B38B-0209B5A04D46} + Library + Properties + + Assembly-CSharp-firstpass + v3.5 + 512 + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_STANDALONE;ENABLE_MICROPHONE;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;ENABLE_AUDIO_FMOD;ENABLE_NETWORK;ENABLE_MONO;ENABLE_PHYSICS;ENABLE_TERRAIN;ENABLE_CACHING;ENABLE_SUBSTANCE;ENABLE_GENERICS;ENABLE_CLOTH;ENABLE_MOVIES;ENABLE_AUDIO;ENABLE_WWW;ENABLE_SHADOWS;ENABLE_DUCK_TYPING;UNITY_4_0_1;UNITY_4_0;UNITY_STANDALONE_WIN;ENABLE_PROFILER;UNITY_EDITOR + prompt + 4 + 0169 + + + pdbonly + true + Temp\bin\Release\ + TRACE + prompt + 4 + 0169 + + + + + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Assembly-CSharp-firstpass.pidb b/Assembly-CSharp-firstpass.pidb new file mode 100644 index 0000000..708b99a Binary files /dev/null and b/Assembly-CSharp-firstpass.pidb differ diff --git a/Assembly-CSharp-vs.csproj b/Assembly-CSharp-vs.csproj new file mode 100644 index 0000000..dae4db3 --- /dev/null +++ b/Assembly-CSharp-vs.csproj @@ -0,0 +1,91 @@ + + + + Debug + AnyCPU + 10.0.20506 + 2.0 + {9D03A8AC-DA2A-F3FB-25D3-B298E51AC8ED} + Library + Properties + + Assembly-CSharp + v3.5 + 512 + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_STANDALONE;ENABLE_MICROPHONE;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;ENABLE_AUDIO_FMOD;ENABLE_NETWORK;ENABLE_MONO;ENABLE_PHYSICS;ENABLE_TERRAIN;ENABLE_CACHING;ENABLE_SUBSTANCE;ENABLE_GENERICS;ENABLE_CLOTH;ENABLE_MOVIES;ENABLE_AUDIO;ENABLE_WWW;ENABLE_SHADOWS;ENABLE_DUCK_TYPING;UNITY_4_0_1;UNITY_4_0;UNITY_STANDALONE_WIN;ENABLE_PROFILER;UNITY_EDITOR + prompt + 4 + 0169 + + + pdbonly + true + Temp\bin\Release\ + TRACE + prompt + 4 + 0169 + + + + + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Library\ScriptAssemblies\Assembly-UnityScript-firstpass.dll + + + + + {7B599000-792E-130C-B38B-0209B5A04D46} Assembly-CSharp-firstpass-vs + + + + + diff --git a/Assembly-CSharp.csproj b/Assembly-CSharp.csproj new file mode 100644 index 0000000..869a8b9 --- /dev/null +++ b/Assembly-CSharp.csproj @@ -0,0 +1,90 @@ + + + + Debug + AnyCPU + 10.0.20506 + 2.0 + {9D03A8AC-DA2A-F3FB-25D3-B298E51AC8ED} + Library + Properties + + Assembly-CSharp + v3.5 + 512 + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_STANDALONE;ENABLE_MICROPHONE;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;ENABLE_AUDIO_FMOD;ENABLE_NETWORK;ENABLE_MONO;ENABLE_PHYSICS;ENABLE_TERRAIN;ENABLE_CACHING;ENABLE_SUBSTANCE;ENABLE_GENERICS;ENABLE_CLOTH;ENABLE_MOVIES;ENABLE_AUDIO;ENABLE_WWW;ENABLE_SHADOWS;ENABLE_DUCK_TYPING;UNITY_4_0_1;UNITY_4_0;UNITY_STANDALONE_WIN;ENABLE_PROFILER;UNITY_EDITOR + prompt + 4 + 0169 + + + pdbonly + true + Temp\bin\Release\ + TRACE + prompt + 4 + 0169 + + + + + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {7B599000-792E-130C-B38B-0209B5A04D46} Assembly-CSharp-firstpass + + {3AD18277-0A05-720D-95CC-AE09F001B552} Assembly-UnityScript-firstpass + + + + + diff --git a/Assembly-CSharp.pidb b/Assembly-CSharp.pidb new file mode 100644 index 0000000..8d5ba63 Binary files /dev/null and b/Assembly-CSharp.pidb differ diff --git a/Assembly-UnityScript-firstpass-vs.unityproj b/Assembly-UnityScript-firstpass-vs.unityproj new file mode 100644 index 0000000..9bfa617 --- /dev/null +++ b/Assembly-UnityScript-firstpass-vs.unityproj @@ -0,0 +1,91 @@ + + + + Debug + AnyCPU + 10.0.20506 + 2.0 + {3AD18277-0A05-720D-95CC-AE09F001B552} + Library + Properties + + Assembly-UnityScript-firstpass + v3.5 + 512 + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_STANDALONE;ENABLE_MICROPHONE;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;ENABLE_AUDIO_FMOD;ENABLE_NETWORK;ENABLE_MONO;ENABLE_PHYSICS;ENABLE_TERRAIN;ENABLE_CACHING;ENABLE_SUBSTANCE;ENABLE_GENERICS;ENABLE_CLOTH;ENABLE_MOVIES;ENABLE_AUDIO;ENABLE_WWW;ENABLE_SHADOWS;ENABLE_DUCK_TYPING;UNITY_4_0_1;UNITY_4_0;UNITY_STANDALONE_WIN;ENABLE_PROFILER;UNITY_EDITOR + prompt + 4 + 0169 + + + pdbonly + true + Temp\bin\Release\ + TRACE + prompt + 4 + 0169 + + + + + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Assembly-UnityScript-firstpass.pidb b/Assembly-UnityScript-firstpass.pidb new file mode 100644 index 0000000..16f8a88 Binary files /dev/null and b/Assembly-UnityScript-firstpass.pidb differ diff --git a/Assembly-UnityScript-firstpass.unityproj b/Assembly-UnityScript-firstpass.unityproj new file mode 100644 index 0000000..9bfa617 --- /dev/null +++ b/Assembly-UnityScript-firstpass.unityproj @@ -0,0 +1,91 @@ + + + + Debug + AnyCPU + 10.0.20506 + 2.0 + {3AD18277-0A05-720D-95CC-AE09F001B552} + Library + Properties + + Assembly-UnityScript-firstpass + v3.5 + 512 + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_STANDALONE;ENABLE_MICROPHONE;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;ENABLE_AUDIO_FMOD;ENABLE_NETWORK;ENABLE_MONO;ENABLE_PHYSICS;ENABLE_TERRAIN;ENABLE_CACHING;ENABLE_SUBSTANCE;ENABLE_GENERICS;ENABLE_CLOTH;ENABLE_MOVIES;ENABLE_AUDIO;ENABLE_WWW;ENABLE_SHADOWS;ENABLE_DUCK_TYPING;UNITY_4_0_1;UNITY_4_0;UNITY_STANDALONE_WIN;ENABLE_PROFILER;UNITY_EDITOR + prompt + 4 + 0169 + + + pdbonly + true + Temp\bin\Release\ + TRACE + prompt + 4 + 0169 + + + + + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Assembly-UnityScript-vs.unityproj b/Assembly-UnityScript-vs.unityproj new file mode 100644 index 0000000..0e12721 --- /dev/null +++ b/Assembly-UnityScript-vs.unityproj @@ -0,0 +1,117 @@ + + + + Debug + AnyCPU + 10.0.20506 + 2.0 + {E5027C46-144D-F0C6-3A51-23AE596475B4} + Library + Properties + + Assembly-UnityScript + v3.5 + 512 + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_STANDALONE;ENABLE_MICROPHONE;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;ENABLE_AUDIO_FMOD;ENABLE_NETWORK;ENABLE_MONO;ENABLE_PHYSICS;ENABLE_TERRAIN;ENABLE_CACHING;ENABLE_SUBSTANCE;ENABLE_GENERICS;ENABLE_CLOTH;ENABLE_MOVIES;ENABLE_AUDIO;ENABLE_WWW;ENABLE_SHADOWS;ENABLE_DUCK_TYPING;UNITY_4_0_1;UNITY_4_0;UNITY_STANDALONE_WIN;ENABLE_PROFILER;UNITY_EDITOR + prompt + 4 + 0169 + + + pdbonly + true + Temp\bin\Release\ + TRACE + prompt + 4 + 0169 + + + + + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Library\ScriptAssemblies\Assembly-UnityScript-firstpass.dll + + + + + {7B599000-792E-130C-B38B-0209B5A04D46} Assembly-CSharp-firstpass-vs + + + + + diff --git a/Assembly-UnityScript.pidb b/Assembly-UnityScript.pidb new file mode 100644 index 0000000..91657d6 Binary files /dev/null and b/Assembly-UnityScript.pidb differ diff --git a/Assembly-UnityScript.unityproj b/Assembly-UnityScript.unityproj new file mode 100644 index 0000000..94d6bb0 --- /dev/null +++ b/Assembly-UnityScript.unityproj @@ -0,0 +1,116 @@ + + + + Debug + AnyCPU + 10.0.20506 + 2.0 + {E5027C46-144D-F0C6-3A51-23AE596475B4} + Library + Properties + + Assembly-UnityScript + v3.5 + 512 + + + true + full + false + Temp\bin\Debug\ + DEBUG;TRACE;UNITY_STANDALONE;ENABLE_MICROPHONE;ENABLE_IMAGEEFFECTS;ENABLE_WEBCAM;ENABLE_AUDIO_FMOD;ENABLE_NETWORK;ENABLE_MONO;ENABLE_PHYSICS;ENABLE_TERRAIN;ENABLE_CACHING;ENABLE_SUBSTANCE;ENABLE_GENERICS;ENABLE_CLOTH;ENABLE_MOVIES;ENABLE_AUDIO;ENABLE_WWW;ENABLE_SHADOWS;ENABLE_DUCK_TYPING;UNITY_4_0_1;UNITY_4_0;UNITY_STANDALONE_WIN;ENABLE_PROFILER;UNITY_EDITOR + prompt + 4 + 0169 + + + pdbonly + true + Temp\bin\Release\ + TRACE + prompt + 4 + 0169 + + + + + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + + + F:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {7B599000-792E-130C-B38B-0209B5A04D46} Assembly-CSharp-firstpass + + {3AD18277-0A05-720D-95CC-AE09F001B552} Assembly-UnityScript-firstpass + + + + + diff --git a/Assets/Bounds.prefab b/Assets/Bounds.prefab new file mode 100644 index 0000000..dff43f6 Binary files /dev/null and b/Assets/Bounds.prefab differ diff --git a/Assets/Items.prefab b/Assets/Items.prefab new file mode 100644 index 0000000..06327b6 Binary files /dev/null and b/Assets/Items.prefab differ diff --git a/Assets/MR Assets/3DS/Building 1.prefab b/Assets/MR Assets/3DS/Building 1.prefab new file mode 100644 index 0000000..6d1a783 Binary files /dev/null and b/Assets/MR Assets/3DS/Building 1.prefab differ diff --git a/Assets/MR Assets/3DS/Materials/black roof.mat b/Assets/MR Assets/3DS/Materials/black roof.mat new file mode 100644 index 0000000..cf289d0 Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/black roof.mat differ diff --git a/Assets/MR Assets/3DS/Materials/black roofbr.mat b/Assets/MR Assets/3DS/Materials/black roofbr.mat new file mode 100644 index 0000000..0c9668d Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/black roofbr.mat differ diff --git a/Assets/MR Assets/3DS/Materials/brick red.mat b/Assets/MR Assets/3DS/Materials/brick red.mat new file mode 100644 index 0000000..5301fe4 Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/brick red.mat differ diff --git a/Assets/MR Assets/3DS/Materials/brick redbri.mat b/Assets/MR Assets/3DS/Materials/brick redbri.mat new file mode 100644 index 0000000..cd22172 Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/brick redbri.mat differ diff --git a/Assets/MR Assets/3DS/Materials/kahki dark.mat b/Assets/MR Assets/3DS/Materials/kahki dark.mat new file mode 100644 index 0000000..0b8a41b Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/kahki dark.mat differ diff --git a/Assets/MR Assets/3DS/Materials/kahki darkbr.mat b/Assets/MR Assets/3DS/Materials/kahki darkbr.mat new file mode 100644 index 0000000..493d10f Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/kahki darkbr.mat differ diff --git a/Assets/MR Assets/3DS/Materials/kahki darkpa.mat b/Assets/MR Assets/3DS/Materials/kahki darkpa.mat new file mode 100644 index 0000000..f112261 Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/kahki darkpa.mat differ diff --git a/Assets/MR Assets/3DS/Materials/kahki li.000.mat b/Assets/MR Assets/3DS/Materials/kahki li.000.mat new file mode 100644 index 0000000..035323d Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/kahki li.000.mat differ diff --git a/Assets/MR Assets/3DS/Materials/kahki light.mat b/Assets/MR Assets/3DS/Materials/kahki light.mat new file mode 100644 index 0000000..0452632 Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/kahki light.mat differ diff --git a/Assets/MR Assets/3DS/Materials/kahki lightb.mat b/Assets/MR Assets/3DS/Materials/kahki lightb.mat new file mode 100644 index 0000000..1b432b9 Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/kahki lightb.mat differ diff --git a/Assets/MR Assets/3DS/Materials/kahki lightp.mat b/Assets/MR Assets/3DS/Materials/kahki lightp.mat new file mode 100644 index 0000000..7f95909 Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/kahki lightp.mat differ diff --git a/Assets/MR Assets/3DS/Materials/pave.mat b/Assets/MR Assets/3DS/Materials/pave.mat new file mode 100644 index 0000000..e044eb1 Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/pave.mat differ diff --git a/Assets/MR Assets/3DS/Materials/windows.mat b/Assets/MR Assets/3DS/Materials/windows.mat new file mode 100644 index 0000000..f490ccb Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/windows.mat differ diff --git a/Assets/MR Assets/3DS/Materials/windowswindo.mat b/Assets/MR Assets/3DS/Materials/windowswindo.mat new file mode 100644 index 0000000..9afca71 Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/windowswindo.mat differ diff --git a/Assets/MR Assets/3DS/Materials/wood.mat b/Assets/MR Assets/3DS/Materials/wood.mat new file mode 100644 index 0000000..e6f61e2 Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/wood.mat differ diff --git a/Assets/MR Assets/3DS/Materials/wooden barsm.mat b/Assets/MR Assets/3DS/Materials/wooden barsm.mat new file mode 100644 index 0000000..2a82e6f Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/wooden barsm.mat differ diff --git a/Assets/MR Assets/3DS/Materials/yellow brick.mat b/Assets/MR Assets/3DS/Materials/yellow brick.mat new file mode 100644 index 0000000..c6f4c6a Binary files /dev/null and b/Assets/MR Assets/3DS/Materials/yellow brick.mat differ diff --git a/Assets/MR Assets/3DS/bricks.png b/Assets/MR Assets/3DS/bricks.png new file mode 100644 index 0000000..6580fd8 Binary files /dev/null and b/Assets/MR Assets/3DS/bricks.png differ diff --git a/Assets/MR Assets/3DS/city3.3ds b/Assets/MR Assets/3DS/city3.3ds new file mode 100644 index 0000000..11b3122 Binary files /dev/null and b/Assets/MR Assets/3DS/city3.3ds differ diff --git a/Assets/MR Assets/3DS/city3.mtl b/Assets/MR Assets/3DS/city3.mtl new file mode 100644 index 0000000..04f393d --- /dev/null +++ b/Assets/MR Assets/3DS/city3.mtl @@ -0,0 +1,161 @@ +# Blender3D MTL File: city3.blend +# Material Count: 15 +newmtl windows_windows.png +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.758076 0.783092 0.800000 +Ks 0.785507 0.785507 0.785507 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd windows.png + + +newmtl kahki_light_pave.png +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.759807 0.749221 0.695357 +Ks 0.500000 0.500000 0.500000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd pave.png + + +newmtl kahki_light +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.759807 0.749221 0.695357 +Ks 0.500000 0.500000 0.500000 +Ni 1.000000 +d 1.000000 +illum 2 + + +newmtl black_roof_bricks.png +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.178862 0.178862 0.178862 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 1 +map_Kd bricks.png + + +newmtl kahki_dark_pave.png +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.624943 0.608249 0.523309 +Ks 0.500000 0.500000 0.500000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd pave.png + + +newmtl kahki_light_bricks.png +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.759807 0.749221 0.695357 +Ks 0.500000 0.500000 0.500000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd bricks.png + + +newmtl brick_red +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.624943 0.517146 0.430114 +Ks 0.268668 0.268668 0.268668 +Ni 1.000000 +d 1.000000 +illum 2 + + +newmtl wooden_bars_metal_bars.tga +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.517732 0.486159 0.399965 +Ks 0.500000 0.500000 0.500000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd metal bars.tga + + +newmtl kahki_dark_bricks.png +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.624943 0.608249 0.523309 +Ks 0.500000 0.500000 0.500000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd bricks.png + + +newmtl wood +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.496985 0.461085 0.419382 +Ks 0.500000 0.500000 0.500000 +Ni 1.000000 +d 1.000000 +illum 2 + + +newmtl kahki_light_pave_W.png +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.759807 0.749221 0.695357 +Ks 0.500000 0.500000 0.500000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd pave W.png + + +newmtl brick_red_bricks.png +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.624943 0.517146 0.430114 +Ks 0.268668 0.268668 0.268668 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd bricks.png + + +newmtl black_roof +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.178862 0.178862 0.178862 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 1 + + +newmtl windows +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.758076 0.783092 0.800000 +Ks 0.785507 0.785507 0.785507 +Ni 1.000000 +d 1.000000 +illum 2 + + +newmtl kahki_dark +Ns 96.078431 +Ka 0.000000 0.000000 0.000000 +Kd 0.624943 0.608249 0.523309 +Ks 0.500000 0.500000 0.500000 +Ni 1.000000 +d 1.000000 +illum 2 + + diff --git a/Assets/MR Assets/3DS/metal bars.png b/Assets/MR Assets/3DS/metal bars.png new file mode 100644 index 0000000..3543c2f Binary files /dev/null and b/Assets/MR Assets/3DS/metal bars.png differ diff --git a/Assets/MR Assets/3DS/metal bars.tga b/Assets/MR Assets/3DS/metal bars.tga new file mode 100644 index 0000000..81f7101 Binary files /dev/null and b/Assets/MR Assets/3DS/metal bars.tga differ diff --git a/Assets/MR Assets/3DS/pave W.png b/Assets/MR Assets/3DS/pave W.png new file mode 100644 index 0000000..2f66424 Binary files /dev/null and b/Assets/MR Assets/3DS/pave W.png differ diff --git a/Assets/MR Assets/3DS/pave.png b/Assets/MR Assets/3DS/pave.png new file mode 100644 index 0000000..f733fb1 Binary files /dev/null and b/Assets/MR Assets/3DS/pave.png differ diff --git a/Assets/MR Assets/3DS/windows.png b/Assets/MR Assets/3DS/windows.png new file mode 100644 index 0000000..ae2224f Binary files /dev/null and b/Assets/MR Assets/3DS/windows.png differ diff --git a/Assets/MR Assets/3DS/windowsnor.png.tga b/Assets/MR Assets/3DS/windowsnor.png.tga new file mode 100644 index 0000000..6159d26 Binary files /dev/null and b/Assets/MR Assets/3DS/windowsnor.png.tga differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox1.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox1.mat new file mode 100644 index 0000000..3000e4d Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox1.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox10.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox10.mat new file mode 100644 index 0000000..d8df312 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox10.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox11.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox11.mat new file mode 100644 index 0000000..006773f Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox11.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox12.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox12.mat new file mode 100644 index 0000000..1384008 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox12.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox13.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox13.mat new file mode 100644 index 0000000..a0a2d0a Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox13.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox14.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox14.mat new file mode 100644 index 0000000..c0655ae Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox14.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox15.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox15.mat new file mode 100644 index 0000000..c02905f Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox15.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox16.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox16.mat new file mode 100644 index 0000000..fc75010 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox16.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox17.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox17.mat new file mode 100644 index 0000000..fe468aa Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox17.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox18.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox18.mat new file mode 100644 index 0000000..5cc5352 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox18.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox2.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox2.mat new file mode 100644 index 0000000..37f49f3 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox2.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox3.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox3.mat new file mode 100644 index 0000000..b30ecf5 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox3.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox4.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox4.mat new file mode 100644 index 0000000..916f34b Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox4.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox5.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox5.mat new file mode 100644 index 0000000..692a839 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox5.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox6.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox6.mat new file mode 100644 index 0000000..8419c56 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox6.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox7.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox7.mat new file mode 100644 index 0000000..37fd0ec Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox7.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox8.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox8.mat new file mode 100644 index 0000000..d18b2b0 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox8.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox9.mat b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox9.mat new file mode 100644 index 0000000..8701162 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Skybox9.mat differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/sback37.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/sback37.jpg new file mode 100644 index 0000000..93e8ae4 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/sback37.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/sfront37.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/sfront37.jpg new file mode 100644 index 0000000..39c6b6c Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/sfront37.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/sleft37.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/sleft37.jpg new file mode 100644 index 0000000..a3be477 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/sleft37.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/sright37.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/sright37.jpg new file mode 100644 index 0000000..1e0c200 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/sright37.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/stop37.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/stop37.jpg new file mode 100644 index 0000000..a63f871 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky1/stop37.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/backsnowe.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/backsnowe.jpg new file mode 100644 index 0000000..466ac3e Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/backsnowe.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/frontsnowe.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/frontsnowe.jpg new file mode 100644 index 0000000..4cf2d67 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/frontsnowe.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/leftsnowe.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/leftsnowe.jpg new file mode 100644 index 0000000..3b1da80 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/leftsnowe.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/rightsnowe.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/rightsnowe.jpg new file mode 100644 index 0000000..b37ae4c Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/rightsnowe.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/topsnowe.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/topsnowe.jpg new file mode 100644 index 0000000..19f8ba3 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky10/topsnowe.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/backav9.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/backav9.jpg new file mode 100644 index 0000000..d8edf1d Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/backav9.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/frontav9.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/frontav9.jpg new file mode 100644 index 0000000..bf28b06 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/frontav9.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/leftav9.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/leftav9.jpg new file mode 100644 index 0000000..bbaa720 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/leftav9.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/rightav9.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/rightav9.jpg new file mode 100644 index 0000000..6adc5d1 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/rightav9.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/topav9.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/topav9.jpg new file mode 100644 index 0000000..199d251 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky11/topav9.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/backax2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/backax2.jpg new file mode 100644 index 0000000..2d23696 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/backax2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/frontax2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/frontax2.jpg new file mode 100644 index 0000000..b8dccaf Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/frontax2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/leftax2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/leftax2.jpg new file mode 100644 index 0000000..4b9b71b Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/leftax2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/rightax2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/rightax2.jpg new file mode 100644 index 0000000..58820db Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/rightax2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/topax2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/topax2.jpg new file mode 100644 index 0000000..92cf516 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky12/topax2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/back55.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/back55.jpg new file mode 100644 index 0000000..3c9b346 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/back55.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/front55.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/front55.jpg new file mode 100644 index 0000000..795a5fa Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/front55.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/left55.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/left55.jpg new file mode 100644 index 0000000..63e31f4 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/left55.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/right55.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/right55.jpg new file mode 100644 index 0000000..f900117 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/right55.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/top55.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/top55.jpg new file mode 100644 index 0000000..9f93170 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky13/top55.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/back1h.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/back1h.jpg new file mode 100644 index 0000000..0f0a080 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/back1h.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/front1h.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/front1h.jpg new file mode 100644 index 0000000..27197bc Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/front1h.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/left1h.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/left1h.jpg new file mode 100644 index 0000000..7e2b8b2 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/left1h.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/right1h.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/right1h.jpg new file mode 100644 index 0000000..06632cc Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/right1h.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/top1h.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/top1h.jpg new file mode 100644 index 0000000..ca220d4 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky14/top1h.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/backsa3.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/backsa3.jpg new file mode 100644 index 0000000..8a196e4 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/backsa3.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/frontsa3.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/frontsa3.jpg new file mode 100644 index 0000000..9979db9 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/frontsa3.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/leftsa3.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/leftsa3.jpg new file mode 100644 index 0000000..cb89819 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/leftsa3.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/rightsa3.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/rightsa3.jpg new file mode 100644 index 0000000..7621074 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/rightsa3.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/topsa3.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/topsa3.jpg new file mode 100644 index 0000000..9924c18 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky15/topsa3.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/backw3.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/backw3.jpg new file mode 100644 index 0000000..dc40165 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/backw3.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/frontw3.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/frontw3.jpg new file mode 100644 index 0000000..435274b Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/frontw3.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/leftw3.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/leftw3.jpg new file mode 100644 index 0000000..5d05695 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/leftw3.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/rightw3.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/rightw3.jpg new file mode 100644 index 0000000..cca9862 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/rightw3.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/topw3.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/topw3.jpg new file mode 100644 index 0000000..eb382f3 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky16/topw3.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dsback.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dsback.jpg new file mode 100644 index 0000000..93edd2e Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dsback.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dsfront.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dsfront.jpg new file mode 100644 index 0000000..101c04a Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dsfront.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dsleft.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dsleft.jpg new file mode 100644 index 0000000..379dc25 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dsleft.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dsright.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dsright.jpg new file mode 100644 index 0000000..d58741e Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dsright.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dstop.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dstop.jpg new file mode 100644 index 0000000..9eb8fe6 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky17/dstop.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/backred2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/backred2.jpg new file mode 100644 index 0000000..900c273 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/backred2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/frontred2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/frontred2.jpg new file mode 100644 index 0000000..4257276 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/frontred2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/leftred2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/leftred2.jpg new file mode 100644 index 0000000..123e11d Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/leftred2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/rightred2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/rightred2.jpg new file mode 100644 index 0000000..40efda4 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/rightred2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/topred2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/topred2.jpg new file mode 100644 index 0000000..b90e46c Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky18/topred2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/oback7.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/oback7.jpg new file mode 100644 index 0000000..139b55f Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/oback7.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/ofront7.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/ofront7.jpg new file mode 100644 index 0000000..1feb0e1 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/ofront7.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/oleft7.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/oleft7.jpg new file mode 100644 index 0000000..1e4a4a7 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/oleft7.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/oright7.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/oright7.jpg new file mode 100644 index 0000000..be7894b Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/oright7.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/otop7.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/otop7.jpg new file mode 100644 index 0000000..82a82b7 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky2/otop7.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/oback6.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/oback6.jpg new file mode 100644 index 0000000..c42220a Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/oback6.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/ofront6.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/ofront6.jpg new file mode 100644 index 0000000..930af1c Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/ofront6.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/oleft6.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/oleft6.jpg new file mode 100644 index 0000000..a39e14d Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/oleft6.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/oright6.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/oright6.jpg new file mode 100644 index 0000000..e10393d Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/oright6.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/otop6.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/otop6.jpg new file mode 100644 index 0000000..a1e85d6 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky3/otop6.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/oback1.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/oback1.jpg new file mode 100644 index 0000000..f69ac38 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/oback1.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/ofront1.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/ofront1.jpg new file mode 100644 index 0000000..d0ab7db Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/ofront1.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/oleft1.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/oleft1.jpg new file mode 100644 index 0000000..3289f39 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/oleft1.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/oright1.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/oright1.jpg new file mode 100644 index 0000000..97dec82 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/oright1.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/otop1.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/otop1.jpg new file mode 100644 index 0000000..89a6405 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky4/otop1.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/oback18.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/oback18.jpg new file mode 100644 index 0000000..87469cc Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/oback18.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/ofront18.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/ofront18.jpg new file mode 100644 index 0000000..b9983a9 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/ofront18.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/oleft18.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/oleft18.jpg new file mode 100644 index 0000000..3ebb89b Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/oleft18.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/oright18.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/oright18.jpg new file mode 100644 index 0000000..521ef1b Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/oright18.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/otop18.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/otop18.jpg new file mode 100644 index 0000000..5aaf2b4 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky5/otop18.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/oback19.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/oback19.jpg new file mode 100644 index 0000000..43b3791 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/oback19.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/ofront19.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/ofront19.jpg new file mode 100644 index 0000000..578ba2c Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/ofront19.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/oleft19.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/oleft19.jpg new file mode 100644 index 0000000..f4096a2 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/oleft19.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/oright19.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/oright19.jpg new file mode 100644 index 0000000..ddfd9c2 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/oright19.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/otop19.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/otop19.jpg new file mode 100644 index 0000000..5bd20f9 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky6/otop19.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/backaw2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/backaw2.jpg new file mode 100644 index 0000000..76c0609 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/backaw2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/frontaw2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/frontaw2.jpg new file mode 100644 index 0000000..0177fda Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/frontaw2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/leftaw2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/leftaw2.jpg new file mode 100644 index 0000000..7d54de7 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/leftaw2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/rightaw2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/rightaw2.jpg new file mode 100644 index 0000000..bda9d0d Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/rightaw2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/topaw2.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/topaw2.jpg new file mode 100644 index 0000000..4de8218 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky7/topaw2.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/back62.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/back62.jpg new file mode 100644 index 0000000..15c4d4e Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/back62.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/front62.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/front62.jpg new file mode 100644 index 0000000..7a2cde3 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/front62.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/left62.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/left62.jpg new file mode 100644 index 0000000..c39edb4 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/left62.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/right62.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/right62.jpg new file mode 100644 index 0000000..ece50df Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/right62.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/top62.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/top62.jpg new file mode 100644 index 0000000..513f2de Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky8/top62.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/backsnow1.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/backsnow1.jpg new file mode 100644 index 0000000..2fb2b58 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/backsnow1.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/frontsnow1.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/frontsnow1.jpg new file mode 100644 index 0000000..c2a3034 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/frontsnow1.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/leftsnow1.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/leftsnow1.jpg new file mode 100644 index 0000000..a8f3e9e Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/leftsnow1.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/rightsnow1.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/rightsnow1.jpg new file mode 100644 index 0000000..dc2f039 Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/rightsnow1.jpg differ diff --git a/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/topsnow1.jpg b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/topsnow1.jpg new file mode 100644 index 0000000..e42556b Binary files /dev/null and b/Assets/MR Assets/A-Lab Software Skyboxes (18) Vol 1 (FREE)/Source Images/Sky9/topsnow1.jpg differ diff --git a/Assets/MR Assets/Delfino.otf b/Assets/MR Assets/Delfino.otf new file mode 100644 index 0000000..0c3851f Binary files /dev/null and b/Assets/MR Assets/Delfino.otf differ diff --git a/Assets/MR Assets/Delfino.ttf b/Assets/MR Assets/Delfino.ttf new file mode 100644 index 0000000..e87bf96 Binary files /dev/null and b/Assets/MR Assets/Delfino.ttf differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__100.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__100.mat new file mode 100644 index 0000000..0a52c8b Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__100.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__101.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__101.mat new file mode 100644 index 0000000..7b892d5 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__101.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__102.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__102.mat new file mode 100644 index 0000000..4952ddf Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__102.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__103.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__103.mat new file mode 100644 index 0000000..857718d Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__103.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__104.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__104.mat new file mode 100644 index 0000000..14bc690 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__104.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__105.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__105.mat new file mode 100644 index 0000000..b6838a8 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__105.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__106.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__106.mat new file mode 100644 index 0000000..c3c823b Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__106.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__107.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__107.mat new file mode 100644 index 0000000..34a823c Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__107.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__108.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__108.mat new file mode 100644 index 0000000..d96a748 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__108.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__109.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__109.mat new file mode 100644 index 0000000..575e6ae Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__109.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__110.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__110.mat new file mode 100644 index 0000000..dd09f7f Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__110.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__111.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__111.mat new file mode 100644 index 0000000..5d313fa Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__111.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__112.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__112.mat new file mode 100644 index 0000000..85b5e3f Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__112.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__113.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__113.mat new file mode 100644 index 0000000..45ca367 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__113.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__114.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__114.mat new file mode 100644 index 0000000..f1f1ee8 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__114.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__115.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__115.mat new file mode 100644 index 0000000..a76b51d Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__115.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__122.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__122.mat new file mode 100644 index 0000000..419ea80 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__122.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__123.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__123.mat new file mode 100644 index 0000000..60e09b5 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__123.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__124.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__124.mat new file mode 100644 index 0000000..f80c475 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__124.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__125.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__125.mat new file mode 100644 index 0000000..da4f7f3 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__125.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__126.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__126.mat new file mode 100644 index 0000000..0fa0fc6 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__126.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__127.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__127.mat new file mode 100644 index 0000000..711c208 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__127.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__128.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__128.mat new file mode 100644 index 0000000..ba33c5a Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__128.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__129.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__129.mat new file mode 100644 index 0000000..d2d2d67 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__129.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__130.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__130.mat new file mode 100644 index 0000000..8d1feb4 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__130.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__131.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__131.mat new file mode 100644 index 0000000..1cea084 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__131.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__132.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__132.mat new file mode 100644 index 0000000..5454d47 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__132.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__133.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__133.mat new file mode 100644 index 0000000..6bbf5b9 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__133.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__134.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__134.mat new file mode 100644 index 0000000..6df43c2 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__134.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__135.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__135.mat new file mode 100644 index 0000000..16dbc83 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__135.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__136.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__136.mat new file mode 100644 index 0000000..0f2f97c Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__136.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__137.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__137.mat new file mode 100644 index 0000000..8ebabed Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__137.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__140.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__140.mat new file mode 100644 index 0000000..f34b2bd Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__140.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__141.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__141.mat new file mode 100644 index 0000000..b1002f6 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__141.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__142.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__142.mat new file mode 100644 index 0000000..76eb860 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__142.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__143.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__143.mat new file mode 100644 index 0000000..3b74c9e Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__143.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__147.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__147.mat new file mode 100644 index 0000000..0c4e7f5 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__147.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__148.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__148.mat new file mode 100644 index 0000000..0e61ce6 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__148.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__149.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__149.mat new file mode 100644 index 0000000..b46ea31 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__149.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__150.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__150.mat new file mode 100644 index 0000000..93cc934 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__150.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__152.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__152.mat new file mode 100644 index 0000000..693487a Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__152.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__153.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__153.mat new file mode 100644 index 0000000..520eaa3 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__153.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__154.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__154.mat new file mode 100644 index 0000000..2daef2b Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__154.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__155.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__155.mat new file mode 100644 index 0000000..fc9396b Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__155.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__156.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__156.mat new file mode 100644 index 0000000..7d0c472 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__156.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__157.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__157.mat new file mode 100644 index 0000000..7d583db Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__157.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__158.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__158.mat new file mode 100644 index 0000000..7ae4f46 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__158.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__159.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__159.mat new file mode 100644 index 0000000..da34601 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__159.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__160.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__160.mat new file mode 100644 index 0000000..caff2c8 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__160.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__161.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__161.mat new file mode 100644 index 0000000..1976cb8 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__161.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__162.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__162.mat new file mode 100644 index 0000000..69b19e6 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__162.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__163.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__163.mat new file mode 100644 index 0000000..d511750 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__163.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__164.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__164.mat new file mode 100644 index 0000000..3311264 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__164.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__165.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__165.mat new file mode 100644 index 0000000..25d4995 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__165.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__166.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__166.mat new file mode 100644 index 0000000..02ae230 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__166.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__176.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__176.mat new file mode 100644 index 0000000..4baafba Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__176.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__177.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__177.mat new file mode 100644 index 0000000..d9f6f6d Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__177.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__178.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__178.mat new file mode 100644 index 0000000..13eee4d Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__178.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__181.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__181.mat new file mode 100644 index 0000000..03894da Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__181.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__182.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__182.mat new file mode 100644 index 0000000..8f6bd1d Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__182.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__183.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__183.mat new file mode 100644 index 0000000..88ff398 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__183.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__184.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__184.mat new file mode 100644 index 0000000..1ebc128 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__184.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__29.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__29.mat new file mode 100644 index 0000000..e0098a8 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__29.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__31.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__31.mat new file mode 100644 index 0000000..aa89ec2 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__31.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__32.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__32.mat new file mode 100644 index 0000000..9d83f31 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__32.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__34.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__34.mat new file mode 100644 index 0000000..eb457cc Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__34.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__35.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__35.mat new file mode 100644 index 0000000..b2ea2e6 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__35.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__36.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__36.mat new file mode 100644 index 0000000..7a4396e Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__36.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__37.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__37.mat new file mode 100644 index 0000000..bdb915f Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__37.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__38.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__38.mat new file mode 100644 index 0000000..46315ef Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__38.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__39.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__39.mat new file mode 100644 index 0000000..049baa9 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__39.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__40.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__40.mat new file mode 100644 index 0000000..b4f728d Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__40.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__41.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__41.mat new file mode 100644 index 0000000..5d7d1ad Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__41.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__43.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__43.mat new file mode 100644 index 0000000..f043d0d Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__43.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__45.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__45.mat new file mode 100644 index 0000000..0eb343b Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__45.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__51.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__51.mat new file mode 100644 index 0000000..ae7f005 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__51.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__52.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__52.mat new file mode 100644 index 0000000..609a385 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__52.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__65.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__65.mat new file mode 100644 index 0000000..7973e14 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__65.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__66.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__66.mat new file mode 100644 index 0000000..a0a52b0 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__66.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__67.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__67.mat new file mode 100644 index 0000000..1512b7a Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__67.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__70.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__70.mat new file mode 100644 index 0000000..ee5dcf7 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__70.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__71.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__71.mat new file mode 100644 index 0000000..3c10509 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__71.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__72.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__72.mat new file mode 100644 index 0000000..160bd35 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__72.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__75.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__75.mat new file mode 100644 index 0000000..81d9557 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__75.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__78.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__78.mat new file mode 100644 index 0000000..c900cf4 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__78.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__79.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__79.mat new file mode 100644 index 0000000..5605604 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__79.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__80.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__80.mat new file mode 100644 index 0000000..df44914 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__80.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__81.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__81.mat new file mode 100644 index 0000000..a7c259d Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__81.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__82.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__82.mat new file mode 100644 index 0000000..65de370 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__82.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__83.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__83.mat new file mode 100644 index 0000000..d5de2b4 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__83.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__85.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__85.mat new file mode 100644 index 0000000..bffc364 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__85.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__86.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__86.mat new file mode 100644 index 0000000..1a4a1be Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__86.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__87.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__87.mat new file mode 100644 index 0000000..724663c Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__87.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__88.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__88.mat new file mode 100644 index 0000000..81e528b Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__88.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__89.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__89.mat new file mode 100644 index 0000000..de611ee Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__89.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__90.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__90.mat new file mode 100644 index 0000000..2e57837 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__90.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__91.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__91.mat new file mode 100644 index 0000000..73c2b7a Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__91.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__92.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__92.mat new file mode 100644 index 0000000..2645cbc Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__92.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__93.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__93.mat new file mode 100644 index 0000000..9cafc56 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__93.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__95.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__95.mat new file mode 100644 index 0000000..ee421ab Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__95.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Materials/Material__96.mat b/Assets/MR Assets/DestinyIslands/Materials/Material__96.mat new file mode 100644 index 0000000..45c0687 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Materials/Material__96.mat differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt01.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt01.png new file mode 100644 index 0000000..017918f Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt01.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt02.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt02.png new file mode 100644 index 0000000..4432902 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt02.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt04.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt04.png new file mode 100644 index 0000000..5a42617 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt04.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt07.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt07.png new file mode 100644 index 0000000..e9ca3a7 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt07.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt08.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt08.png new file mode 100644 index 0000000..ad78346 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt08.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt10.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt10.png new file mode 100644 index 0000000..217b3f1 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt10.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt100.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt100.png new file mode 100644 index 0000000..d5094c7 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt100.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt102.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt102.png new file mode 100644 index 0000000..15231d2 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt102.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt103.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt103.png new file mode 100644 index 0000000..20315d9 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt103.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt104.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt104.png new file mode 100644 index 0000000..36bf003 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt104.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt106.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt106.png new file mode 100644 index 0000000..2d6b0e1 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt106.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt107.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt107.png new file mode 100644 index 0000000..4d7baa5 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt107.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt11.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt11.png new file mode 100644 index 0000000..124955d Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt11.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt12.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt12.png new file mode 100644 index 0000000..8ef7aa1 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt12.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt13.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt13.png new file mode 100644 index 0000000..ebe904f Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt13.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt16.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt16.png new file mode 100644 index 0000000..7da70ec Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt16.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt18.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt18.png new file mode 100644 index 0000000..1282f0c Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt18.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt19.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt19.png new file mode 100644 index 0000000..eebccd2 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt19.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt20.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt20.png new file mode 100644 index 0000000..547e846 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt20.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt21.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt21.png new file mode 100644 index 0000000..908fe0e Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt21.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt22.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt22.png new file mode 100644 index 0000000..4208a1b Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt22.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt47_2.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt47_2.png new file mode 100644 index 0000000..2af579f Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt47_2.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt49.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt49.png new file mode 100644 index 0000000..c4e0a9f Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt49.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt51.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt51.png new file mode 100644 index 0000000..0c95bfc Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt51.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt52.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt52.png new file mode 100644 index 0000000..89dbf01 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt52.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt53.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt53.png new file mode 100644 index 0000000..14747a7 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt53.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt54.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt54.png new file mode 100644 index 0000000..9af3ba4 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt54.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt55.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt55.png new file mode 100644 index 0000000..7d4fb2c Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt55.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt58.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt58.png new file mode 100644 index 0000000..86f6662 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt58.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt61.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt61.png new file mode 100644 index 0000000..6316bf1 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt61.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di1mt62.png b/Assets/MR Assets/DestinyIslands/Textures/di1mt62.png new file mode 100644 index 0000000..0d5eb4e Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di1mt62.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di_6010_01.png b/Assets/MR Assets/DestinyIslands/Textures/di_6010_01.png new file mode 100644 index 0000000..4534d0a Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di_6010_01.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di_6020_01.png b/Assets/MR Assets/DestinyIslands/Textures/di_6020_01.png new file mode 100644 index 0000000..8c8ded8 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di_6020_01.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di_6020_02.png b/Assets/MR Assets/DestinyIslands/Textures/di_6020_02.png new file mode 100644 index 0000000..7dffe73 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di_6020_02.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di_6020_03.png b/Assets/MR Assets/DestinyIslands/Textures/di_6020_03.png new file mode 100644 index 0000000..41823ae Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di_6020_03.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di_6610_01.png b/Assets/MR Assets/DestinyIslands/Textures/di_6610_01.png new file mode 100644 index 0000000..dddc44b Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di_6610_01.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di_6610_02.png b/Assets/MR Assets/DestinyIslands/Textures/di_6610_02.png new file mode 100644 index 0000000..13f9c16 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di_6610_02.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/di_6610_03.png b/Assets/MR Assets/DestinyIslands/Textures/di_6610_03.png new file mode 100644 index 0000000..27e1d72 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/di_6610_03.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt01.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt01.png new file mode 100644 index 0000000..8478520 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt01.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt02.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt02.png new file mode 100644 index 0000000..df8d13f Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt02.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt03.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt03.png new file mode 100644 index 0000000..deebf7a Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt03.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt04.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt04.png new file mode 100644 index 0000000..16ad85d Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt04.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt05.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt05.png new file mode 100644 index 0000000..38ca662 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt05.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt06.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt06.png new file mode 100644 index 0000000..748ffd6 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt06.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt07.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt07.png new file mode 100644 index 0000000..807ff71 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt07.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt101.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt101.png new file mode 100644 index 0000000..fc26c55 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt101.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt11.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt11.png new file mode 100644 index 0000000..30a202f Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt11.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt13.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt13.png new file mode 100644 index 0000000..cd5c448 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt13.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt14.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt14.png new file mode 100644 index 0000000..1c950ed Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt14.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt47.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt47.png new file mode 100644 index 0000000..ff3b7b9 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt47.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt48.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt48.png new file mode 100644 index 0000000..d69d0ad Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt48.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt49.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt49.png new file mode 100644 index 0000000..7e973bf Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt49.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt50.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt50.png new file mode 100644 index 0000000..9eaccdc Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt50.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt70.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt70.png new file mode 100644 index 0000000..cb06174 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt70.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt73.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt73.png new file mode 100644 index 0000000..b6e86e7 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt73.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt74.png b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt74.png new file mode 100644 index 0000000..915ec81 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_di1mt74.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_sky2.png b/Assets/MR Assets/DestinyIslands/Textures/lp_sky2.png new file mode 100644 index 0000000..e1eac26 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_sky2.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lp_sky3.png b/Assets/MR Assets/DestinyIslands/Textures/lp_sky3.png new file mode 100644 index 0000000..def0a9b Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lp_sky3.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lplm06009a.png b/Assets/MR Assets/DestinyIslands/Textures/lplm06009a.png new file mode 100644 index 0000000..109768f Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lplm06009a.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lplm06009b.png b/Assets/MR Assets/DestinyIslands/Textures/lplm06009b.png new file mode 100644 index 0000000..109768f Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lplm06009b.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lplm06009c.png b/Assets/MR Assets/DestinyIslands/Textures/lplm06009c.png new file mode 100644 index 0000000..30ea165 Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lplm06009c.png differ diff --git a/Assets/MR Assets/DestinyIslands/Textures/lplm06009d.png b/Assets/MR Assets/DestinyIslands/Textures/lplm06009d.png new file mode 100644 index 0000000..8c688ad Binary files /dev/null and b/Assets/MR Assets/DestinyIslands/Textures/lplm06009d.png differ diff --git a/Assets/MR Assets/DestinyIslands/bbs_di.mtl b/Assets/MR Assets/DestinyIslands/bbs_di.mtl new file mode 100644 index 0000000..6e26ff6 --- /dev/null +++ b/Assets/MR Assets/DestinyIslands/bbs_di.mtl @@ -0,0 +1,1416 @@ +# 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware +# File Created: 30.01.2012 13:11:13 + +newmtl Material__29 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt01.png + map_Kd lp_di1mt01.png + +newmtl Material__32 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt01.png + map_Kd lp_di1mt01.png + +newmtl Material__31 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt48.png + map_Kd lp_di1mt48.png + +newmtl Material__34 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt01.png + map_Kd lp_di1mt01.png + +newmtl Material__35 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt01.png + map_Kd lp_di1mt01.png + +newmtl Material__36 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt48.png + map_Kd lp_di1mt48.png + +newmtl Material__37 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt05.png + map_Kd lp_di1mt05.png + +newmtl Material__38 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt05.png + map_Kd lp_di1mt05.png + +newmtl Material__39 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt05.png + map_Kd lp_di1mt05.png + +newmtl Material__40 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt05.png + map_Kd lp_di1mt05.png + +newmtl Material__41 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt05.png + map_Kd lp_di1mt05.png + +newmtl Material__43 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt06.png + map_Kd lp_di1mt06.png + +newmtl Material__45 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt06.png + map_Kd lp_di1mt06.png + +newmtl Material__51 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009a.png + map_Kd lplm06009a.png + +newmtl Material__65 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009a.png + map_Kd lplm06009a.png + +newmtl Material__52 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009a.png + map_Kd lplm06009a.png + +newmtl Material__66 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009a.png + map_Kd lplm06009a.png + +newmtl Material__67 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009b.png + map_Kd lplm06009b.png + +newmtl Material__70 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009b.png + map_Kd lplm06009b.png + +newmtl Material__71 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009b.png + map_Kd lplm06009b.png + +newmtl Material__72 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009a.png + map_Kd lplm06009a.png + +newmtl Material__75 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009a.png + map_Kd lplm06009a.png + +newmtl Material__78 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009d.png + map_Kd lplm06009d.png + +newmtl Material__79 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009c.png + map_Kd lplm06009c.png + +newmtl Material__82 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009d.png + map_Kd lplm06009d.png + +newmtl Material__81 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009c.png + map_Kd lplm06009c.png + +newmtl Material__80 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009d.png + map_Kd lplm06009d.png + +newmtl Material__83 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009d.png + map_Kd lplm06009d.png + +newmtl Material__85 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009b.png + map_Kd lplm06009b.png + +newmtl Material__86 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009b.png + map_Kd lplm06009b.png + +newmtl Material__87 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009b.png + map_Kd lplm06009b.png + +newmtl Material__88 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009b.png + map_Kd lplm06009b.png + +newmtl Material__89 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009a.png + map_Kd lplm06009a.png + +newmtl Material__90 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009a.png + map_Kd lplm06009a.png + +newmtl Material__91 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009a.png + map_Kd lplm06009a.png + +newmtl Material__92 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009a.png + map_Kd lplm06009a.png + +newmtl Material__93 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009a.png + map_Kd lplm06009a.png + +newmtl Material__95 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009a.png + map_Kd lplm06009a.png + +newmtl Material__96 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009a.png + map_Kd lplm06009a.png + +newmtl Material__100 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lplm06009a.png + map_Kd lplm06009a.png + +newmtl Material__101 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt47_2.png + map_Kd di1mt47_2.png + +newmtl Material__102 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt104.png + map_Kd di1mt104.png + +newmtl Material__103 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt55.png + map_Kd di1mt55.png + +newmtl Material__104 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt16.png + map_Kd di1mt16.png + +newmtl Material__105 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt04.png + map_Kd di1mt04.png + +newmtl Material__106 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt106.png + map_Kd di1mt106.png + +newmtl Material__107 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt20.png + map_Kd di1mt20.png + +newmtl Material__108 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt19.png + map_Kd di1mt19.png + +newmtl Material__109 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt103.png + map_Kd di1mt103.png + +newmtl Material__110 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt62.png + map_Kd di1mt62.png + +newmtl Material__111 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt107.png + map_Kd di1mt107.png + +newmtl Material__112 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt102.png + map_Kd di1mt102.png + +newmtl Material__113 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt49.png + map_Kd di1mt49.png + +newmtl Material__114 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt53.png + map_Kd di1mt53.png + +newmtl Material__115 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt18.png + map_Kd di1mt18.png + +newmtl Material__123 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt04.png + map_Kd lp_di1mt04.png + +newmtl Material__124 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt01.png + map_Kd lp_di1mt01.png + +newmtl Material__122 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt08.png + map_Kd di1mt08.png + +newmtl Material__125 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt73.png + map_Kd lp_di1mt73.png + +newmtl Material__126 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt58.png + map_Kd di1mt58.png + +newmtl Material__127 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt03.png + map_Kd lp_di1mt03.png + +newmtl Material__128 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt11.png + map_Kd di1mt11.png + +newmtl Material__129 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt47.png + map_Kd lp_di1mt47.png + +newmtl Material__130 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt13.png + map_Kd lp_di1mt13.png + +newmtl Material__131 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt14.png + map_Kd lp_di1mt14.png + +newmtl Material__132 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt10.png + map_Kd di1mt10.png + +newmtl Material__133 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt22.png + map_Kd di1mt22.png + +newmtl Material__134 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt21.png + map_Kd di1mt21.png + +newmtl Material__135 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt11.png + map_Kd lp_di1mt11.png + +newmtl Material__136 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt48.png + map_Kd lp_di1mt48.png + +newmtl Material__137 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt11.png + map_Kd lp_di1mt11.png + +newmtl Material__140 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt48.png + map_Kd lp_di1mt48.png + +newmtl Material__141 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt11.png + map_Kd lp_di1mt11.png + +newmtl Material__142 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt74.png + map_Kd lp_di1mt74.png + +newmtl Material__148 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt11.png + map_Kd lp_di1mt11.png + +newmtl Material__143 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt74.png + map_Kd lp_di1mt74.png + +newmtl Material__147 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt48.png + map_Kd lp_di1mt48.png + +newmtl Material__149 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt49.png + map_Kd lp_di1mt49.png + +newmtl Material__150 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt01.png + map_Kd lp_di1mt01.png + +newmtl Material__152 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt01.png + map_Kd di1mt01.png + +newmtl Material__153 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt54.png + map_Kd di1mt54.png + +newmtl Material__154 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt02.png + map_Kd di1mt02.png + +newmtl Material__155 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt51.png + map_Kd di1mt51.png + +newmtl Material__156 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt100.png + map_Kd di1mt100.png + +newmtl Material__157 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt52.png + map_Kd di1mt52.png + +newmtl Material__158 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt101.png + map_Kd lp_di1mt101.png + +newmtl Material__159 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt70.png + map_Kd lp_di1mt70.png + +newmtl Material__160 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt12.png + map_Kd di1mt12.png + +newmtl Material__161 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt02.png + map_Kd lp_di1mt02.png + +newmtl Material__162 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt02.png + map_Kd lp_di1mt02.png + +newmtl Material__163 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt02.png + map_Kd lp_di1mt02.png + +newmtl Material__164 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt02.png + map_Kd lp_di1mt02.png + +newmtl Material__165 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt13.png + map_Kd di1mt13.png + +newmtl Material__166 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di_6010_01.png + map_Kd di_6010_01.png + +newmtl Material__176 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt01.png + map_Kd lp_di1mt01.png + +newmtl Material__177 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt07.png + map_Kd di1mt07.png + +newmtl Material__178 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka di1mt61.png + map_Kd di1mt61.png + +newmtl Material__181 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt07.png + map_Kd lp_di1mt07.png + +newmtl Material__182 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_sky3.png + map_Kd lp_sky3.png + +newmtl Material__183 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_sky2.png + map_Kd lp_sky2.png + +newmtl Material__184 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 0.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.5880 0.5880 0.5880 + Kd 0.5880 0.5880 0.5880 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka lp_di1mt50.png + map_Kd lp_di1mt50.png diff --git a/Assets/MR Assets/Dry dry desert/Materials/No Name.mat b/Assets/MR Assets/Dry dry desert/Materials/No Name.mat new file mode 100644 index 0000000..c22e835 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/No Name.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/Texture.mat b/Assets/MR Assets/Dry dry desert/Materials/Texture.mat new file mode 100644 index 0000000..9a0bf11 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/Texture.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m0.mat b/Assets/MR Assets/Dry dry desert/Materials/m0.mat new file mode 100644 index 0000000..00605f7 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m0.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m1.mat b/Assets/MR Assets/Dry dry desert/Materials/m1.mat new file mode 100644 index 0000000..d6a17a1 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m1.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m10.mat b/Assets/MR Assets/Dry dry desert/Materials/m10.mat new file mode 100644 index 0000000..b2f1187 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m10.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m11.mat b/Assets/MR Assets/Dry dry desert/Materials/m11.mat new file mode 100644 index 0000000..801f623 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m11.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m12.mat b/Assets/MR Assets/Dry dry desert/Materials/m12.mat new file mode 100644 index 0000000..682e6d9 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m12.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m13.mat b/Assets/MR Assets/Dry dry desert/Materials/m13.mat new file mode 100644 index 0000000..8427d43 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m13.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m14.mat b/Assets/MR Assets/Dry dry desert/Materials/m14.mat new file mode 100644 index 0000000..a24a1ee Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m14.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m15.mat b/Assets/MR Assets/Dry dry desert/Materials/m15.mat new file mode 100644 index 0000000..b4d25f9 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m15.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m16.mat b/Assets/MR Assets/Dry dry desert/Materials/m16.mat new file mode 100644 index 0000000..fe364ea Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m16.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m2.mat b/Assets/MR Assets/Dry dry desert/Materials/m2.mat new file mode 100644 index 0000000..594cb74 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m2.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m3.mat b/Assets/MR Assets/Dry dry desert/Materials/m3.mat new file mode 100644 index 0000000..8e989cf Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m3.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m4.mat b/Assets/MR Assets/Dry dry desert/Materials/m4.mat new file mode 100644 index 0000000..b7976c9 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m4.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m5.mat b/Assets/MR Assets/Dry dry desert/Materials/m5.mat new file mode 100644 index 0000000..47bfbdc Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m5.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m6.mat b/Assets/MR Assets/Dry dry desert/Materials/m6.mat new file mode 100644 index 0000000..2a0238d Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m6.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m7.mat b/Assets/MR Assets/Dry dry desert/Materials/m7.mat new file mode 100644 index 0000000..d6741ee Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m7.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m8.mat b/Assets/MR Assets/Dry dry desert/Materials/m8.mat new file mode 100644 index 0000000..defa7c0 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m8.mat differ diff --git a/Assets/MR Assets/Dry dry desert/Materials/m9.mat b/Assets/MR Assets/Dry dry desert/Materials/m9.mat new file mode 100644 index 0000000..eeedbb9 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/Materials/m9.mat differ diff --git a/Assets/MR Assets/Dry dry desert/deseMM00.png b/Assets/MR Assets/Dry dry desert/deseMM00.png new file mode 100644 index 0000000..cf6d7c5 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/deseMM00.png differ diff --git a/Assets/MR Assets/Dry dry desert/deseSS01.png b/Assets/MR Assets/Dry dry desert/deseSS01.png new file mode 100644 index 0000000..2a6e14a Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/deseSS01.png differ diff --git a/Assets/MR Assets/Dry dry desert/deseSS02.png b/Assets/MR Assets/Dry dry desert/deseSS02.png new file mode 100644 index 0000000..eca8467 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/deseSS02.png differ diff --git a/Assets/MR Assets/Dry dry desert/deseSS03.png b/Assets/MR Assets/Dry dry desert/deseSS03.png new file mode 100644 index 0000000..713f9f9 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/deseSS03.png differ diff --git a/Assets/MR Assets/Dry dry desert/deseSS04.png b/Assets/MR Assets/Dry dry desert/deseSS04.png new file mode 100644 index 0000000..b74ef38 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/deseSS04.png differ diff --git a/Assets/MR Assets/Dry dry desert/deseSS05.png b/Assets/MR Assets/Dry dry desert/deseSS05.png new file mode 100644 index 0000000..39756da Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/deseSS05.png differ diff --git a/Assets/MR Assets/Dry dry desert/deseSS06.png b/Assets/MR Assets/Dry dry desert/deseSS06.png new file mode 100644 index 0000000..7920718 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/deseSS06.png differ diff --git a/Assets/MR Assets/Dry dry desert/deseSS07.png b/Assets/MR Assets/Dry dry desert/deseSS07.png new file mode 100644 index 0000000..8492628 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/deseSS07.png differ diff --git a/Assets/MR Assets/Dry dry desert/deseSS08.png b/Assets/MR Assets/Dry dry desert/deseSS08.png new file mode 100644 index 0000000..b7c89fa Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/deseSS08.png differ diff --git a/Assets/MR Assets/Dry dry desert/deseSS09.png b/Assets/MR Assets/Dry dry desert/deseSS09.png new file mode 100644 index 0000000..6df9a5d Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/deseSS09.png differ diff --git a/Assets/MR Assets/Dry dry desert/deseSS10.png b/Assets/MR Assets/Dry dry desert/deseSS10.png new file mode 100644 index 0000000..ab85afe Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/deseSS10.png differ diff --git a/Assets/MR Assets/Dry dry desert/deseSS11.png b/Assets/MR Assets/Dry dry desert/deseSS11.png new file mode 100644 index 0000000..529d636 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/deseSS11.png differ diff --git a/Assets/MR Assets/Dry dry desert/deseSS12.png b/Assets/MR Assets/Dry dry desert/deseSS12.png new file mode 100644 index 0000000..cfeb8b8 Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/deseSS12.png differ diff --git a/Assets/MR Assets/Dry dry desert/deseSS14.png b/Assets/MR Assets/Dry dry desert/deseSS14.png new file mode 100644 index 0000000..01535ed Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/deseSS14.png differ diff --git a/Assets/MR Assets/Dry dry desert/desert.3ds b/Assets/MR Assets/Dry dry desert/desert.3ds new file mode 100644 index 0000000..28569fa Binary files /dev/null and b/Assets/MR Assets/Dry dry desert/desert.3ds differ diff --git a/Assets/MR Assets/Dry dry desert/desert.mtl b/Assets/MR Assets/Dry dry desert/desert.mtl new file mode 100644 index 0000000..eacb17a --- /dev/null +++ b/Assets/MR Assets/Dry dry desert/desert.mtl @@ -0,0 +1,166 @@ +# Wavefront MTL +# Created by fragMOTION +# http://www.fragmosoft.com + +newmtl m0 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS03.png +newmtl m1 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS14.png +newmtl m10 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS02.png +newmtl m11 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS02.png +newmtl m12 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS05.png +newmtl m13 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS04.png +newmtl m14 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS02.png +newmtl m15 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS01.png +newmtl m16 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseMM00.png +newmtl m2 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS12.png +newmtl m3 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS11.png +newmtl m4 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS10.png +newmtl m5 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS02.png +newmtl m6 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS02.png +newmtl m7 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS09.png +newmtl m8 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS02.png +newmtl m9 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd deseSS02.png +newmtl Texture +illum 2 +d 1 +ka 0.752941 0.752941 0.752941 +kd 0.752941 0.752941 0.752941 +ks 0 0 0 +ke 0 0 0 +ns 40 +map_Kd deseSS03.png diff --git a/Assets/MR Assets/Forest of Fairies/ForeSS00.png b/Assets/MR Assets/Forest of Fairies/ForeSS00.png new file mode 100644 index 0000000..a220720 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/ForeSS00.png differ diff --git a/Assets/MR Assets/Forest of Fairies/ForeSS01.png b/Assets/MR Assets/Forest of Fairies/ForeSS01.png new file mode 100644 index 0000000..622c5fa Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/ForeSS01.png differ diff --git a/Assets/MR Assets/Forest of Fairies/ForeSS02.png b/Assets/MR Assets/Forest of Fairies/ForeSS02.png new file mode 100644 index 0000000..b720801 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/ForeSS02.png differ diff --git a/Assets/MR Assets/Forest of Fairies/ForeSS03.png b/Assets/MR Assets/Forest of Fairies/ForeSS03.png new file mode 100644 index 0000000..bf49b78 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/ForeSS03.png differ diff --git a/Assets/MR Assets/Forest of Fairies/ForeSS04.png b/Assets/MR Assets/Forest of Fairies/ForeSS04.png new file mode 100644 index 0000000..a46c7b4 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/ForeSS04.png differ diff --git a/Assets/MR Assets/Forest of Fairies/ForeSS05.png b/Assets/MR Assets/Forest of Fairies/ForeSS05.png new file mode 100644 index 0000000..c1f99fc Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/ForeSS05.png differ diff --git a/Assets/MR Assets/Forest of Fairies/ForeSS06.png b/Assets/MR Assets/Forest of Fairies/ForeSS06.png new file mode 100644 index 0000000..9dd35f2 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/ForeSS06.png differ diff --git a/Assets/MR Assets/Forest of Fairies/Forest of Fairies.3ds b/Assets/MR Assets/Forest of Fairies/Forest of Fairies.3ds new file mode 100644 index 0000000..1d3b8e0 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Forest of Fairies.3ds differ diff --git a/Assets/MR Assets/Forest of Fairies/Forest of Fairies.mtl b/Assets/MR Assets/Forest of Fairies/Forest of Fairies.mtl new file mode 100644 index 0000000..1c4c367 --- /dev/null +++ b/Assets/MR Assets/Forest of Fairies/Forest of Fairies.mtl @@ -0,0 +1,107 @@ +# 3ds Max Wavefront OBJ Exporter v0.94b - (c)2007 guruware +# File Created: 18.11.2010 16:20:51 + +newmtl m0 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 0.5882 0.5882 0.5882 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS00.png" + map_Kd "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS00.png" + map_d "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS00.png" + +newmtl m2 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 0.5882 0.5882 0.5882 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS04.png" + map_Kd "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS04.png" + map_d "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS04.png" + +newmtl m3 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 0.5882 0.5882 0.5882 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS03.png" + map_Kd "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS03.png" + map_d "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS03.png" + +newmtl m4 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 0.5882 0.5882 0.5882 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS02.png" + map_Kd "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS02.png" + map_d "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS02.png" + +newmtl m6 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 0.5882 0.5882 0.5882 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS01.png" + map_Kd "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS01.png" + map_d "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS01.png" + +newmtl m1 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 0.5882 0.5882 0.5882 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS05.png" + map_Kd "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS05.png" + map_d "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS05.png" + +newmtl m5 + Ns 10.0000 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 0.5882 0.5882 0.5882 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Ka "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS06.png" + map_Kd "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS06.png" + map_d "C:\Users\Lexou\Documents\3D stuff\Wind Waker Stages\Forest of Fairies\ForeSS06.png" diff --git a/Assets/MR Assets/Forest of Fairies/Materials/m0.mat b/Assets/MR Assets/Forest of Fairies/Materials/m0.mat new file mode 100644 index 0000000..4a20359 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/m0.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/Materials/m1.mat b/Assets/MR Assets/Forest of Fairies/Materials/m1.mat new file mode 100644 index 0000000..b8d1a74 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/m1.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/Materials/m2.mat b/Assets/MR Assets/Forest of Fairies/Materials/m2.mat new file mode 100644 index 0000000..4dcb6b3 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/m2.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/Materials/m3.mat b/Assets/MR Assets/Forest of Fairies/Materials/m3.mat new file mode 100644 index 0000000..a359718 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/m3.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/Materials/m4.mat b/Assets/MR Assets/Forest of Fairies/Materials/m4.mat new file mode 100644 index 0000000..8d74ac4 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/m4.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/Materials/m5.mat b/Assets/MR Assets/Forest of Fairies/Materials/m5.mat new file mode 100644 index 0000000..8290948 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/m5.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/Materials/m6.mat b/Assets/MR Assets/Forest of Fairies/Materials/m6.mat new file mode 100644 index 0000000..cb5a2c4 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/m6.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/Materials/n0b0Mat.mat b/Assets/MR Assets/Forest of Fairies/Materials/n0b0Mat.mat new file mode 100644 index 0000000..3acb92b Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/n0b0Mat.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/Materials/n1b2Mat.mat b/Assets/MR Assets/Forest of Fairies/Materials/n1b2Mat.mat new file mode 100644 index 0000000..382e56c Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/n1b2Mat.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/Materials/n2b3Mat.mat b/Assets/MR Assets/Forest of Fairies/Materials/n2b3Mat.mat new file mode 100644 index 0000000..b055805 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/n2b3Mat.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/Materials/n3b1Mat.mat b/Assets/MR Assets/Forest of Fairies/Materials/n3b1Mat.mat new file mode 100644 index 0000000..ab25a13 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/n3b1Mat.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/Materials/n4b4Mat.mat b/Assets/MR Assets/Forest of Fairies/Materials/n4b4Mat.mat new file mode 100644 index 0000000..9179772 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/n4b4Mat.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/Materials/n5b5Mat.mat b/Assets/MR Assets/Forest of Fairies/Materials/n5b5Mat.mat new file mode 100644 index 0000000..7983046 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/n5b5Mat.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/Materials/n6b6Mat.mat b/Assets/MR Assets/Forest of Fairies/Materials/n6b6Mat.mat new file mode 100644 index 0000000..92bbd26 Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/n6b6Mat.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/Materials/n7b7Mat.mat b/Assets/MR Assets/Forest of Fairies/Materials/n7b7Mat.mat new file mode 100644 index 0000000..0b6cdbb Binary files /dev/null and b/Assets/MR Assets/Forest of Fairies/Materials/n7b7Mat.mat differ diff --git a/Assets/MR Assets/Forest of Fairies/ReadMe.txt b/Assets/MR Assets/Forest of Fairies/ReadMe.txt new file mode 100644 index 0000000..ab308f7 --- /dev/null +++ b/Assets/MR Assets/Forest of Fairies/ReadMe.txt @@ -0,0 +1,4 @@ +This is the model for the forest of Fairies, found on Outset Island in Wind Waker. +This model was ripped by Lexou, credit is not needed, but it's always nice. +The .obj version presents some bugs, to render correctly, force it to be 2-sided. +Anyways, enjoy ! \ No newline at end of file diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Common.mtl b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Common.mtl new file mode 100644 index 0000000..e79a5a1 --- /dev/null +++ b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Common.mtl @@ -0,0 +1,536 @@ +# 3ds Max Wavefront OBJ Exporter v0.94b - (c)2007 guruware +# File Created: 12.09.2010 01:40:48 + +newmtl bars + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd bars.png + +newmtl bluetile + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd bluetile.png + +newmtl bluewall + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd bluewall.png + +newmtl bookend + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd bookend.png + +newmtl books + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd books.png + +newmtl break + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd break.png + +newmtl bump + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd bump.png + +newmtl carpet + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd carpet.png + +newmtl ceiling + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd ceiling.png + +newmtl cobble + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd cobble.png + +newmtl dirt + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd dirt.png + +newmtl env1 + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd env1.png + +newmtl env2 + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd env2.png + +newmtl envglass + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd envglass.png + +newmtl grewall + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd grewall.png + +newmtl inview + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd inview.png + +newmtl lace + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd lace.png + +newmtl lattice + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd lattice.png + +newmtl marble + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd marble.png + +newmtl metal + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd metal.png + +newmtl outglass + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd outglass.png + +newmtl panel + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd panel.png + +newmtl pinktile + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd pinktile.png + +newmtl props + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd props.png + +newmtl purptile + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd purptile.png + +newmtl purpwall + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd purpwall.png + +newmtl rail + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd rail.png + +newmtl ramp + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd ramp.png + +newmtl roof + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd roof.png + +newmtl star + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd star.png + +newmtl starwall + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd starwall.png + +newmtl stone1 + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd stone1.png + +newmtl stone2 + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd stone2.png + +newmtl stone3 + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd stone3.png + +newmtl stone4 + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd stone4.png + +newmtl stone5 + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd stone5.png + +newmtl stone6 + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd stone6.png + +newmtl wood1 + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd wood1.png + +newmtl wood2 + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd wood2.png + +newmtl wood3 + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd wood3.png + +newmtl wood4 + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd wood4.png + diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Mansion.prefab b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Mansion.prefab new file mode 100644 index 0000000..be4ca73 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Mansion.prefab differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/arrowMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/arrowMat.mat new file mode 100644 index 0000000..d0ab6fc Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/arrowMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/barsMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/barsMat.mat new file mode 100644 index 0000000..ef0c91c Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/barsMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/bluetileMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/bluetileMat.mat new file mode 100644 index 0000000..9f11069 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/bluetileMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/bluewallMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/bluewallMat.mat new file mode 100644 index 0000000..d26570c Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/bluewallMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/bookendMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/bookendMat.mat new file mode 100644 index 0000000..1b252cb Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/bookendMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/booksMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/booksMat.mat new file mode 100644 index 0000000..348ba29 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/booksMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/break.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/break.mat new file mode 100644 index 0000000..27a75a4 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/break.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/bump.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/bump.mat new file mode 100644 index 0000000..1858149 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/bump.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/carpetMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/carpetMat.mat new file mode 100644 index 0000000..2fd2b7a Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/carpetMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/ceiling.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/ceiling.mat new file mode 100644 index 0000000..2024620 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/ceiling.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/ceilingMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/ceilingMat.mat new file mode 100644 index 0000000..8ec5f89 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/ceilingMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/cobble.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/cobble.mat new file mode 100644 index 0000000..87388cf Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/cobble.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/cobbleMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/cobbleMat.mat new file mode 100644 index 0000000..0984f08 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/cobbleMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/dirtMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/dirtMat.mat new file mode 100644 index 0000000..6995eba Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/dirtMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1LLMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1LLMat.mat new file mode 100644 index 0000000..0350039 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1LLMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1LMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1LMat.mat new file mode 100644 index 0000000..a224765 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1LMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1Mat.mat new file mode 100644 index 0000000..46824c1 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1RLMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1RLMat.mat new file mode 100644 index 0000000..fcbce09 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1RLMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1RMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1RMat.mat new file mode 100644 index 0000000..072dd05 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/env1RMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/envglass.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/envglass.mat new file mode 100644 index 0000000..bfccddf Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/envglass.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/envglassMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/envglassMat.mat new file mode 100644 index 0000000..550175f Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/envglassMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/grewall.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/grewall.mat new file mode 100644 index 0000000..1b9d47b Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/grewall.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/grewallMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/grewallMat.mat new file mode 100644 index 0000000..487af38 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/grewallMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/inviewMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/inviewMat.mat new file mode 100644 index 0000000..53c45f8 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/inviewMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/laceMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/laceMat.mat new file mode 100644 index 0000000..eb70712 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/laceMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/lattice.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/lattice.mat new file mode 100644 index 0000000..04e58ea Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/lattice.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/marble.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/marble.mat new file mode 100644 index 0000000..53b2084 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/marble.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/marbleMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/marbleMat.mat new file mode 100644 index 0000000..df139bf Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/marbleMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalHMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalHMat.mat new file mode 100644 index 0000000..006b4fb Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalHMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalLBMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalLBMat.mat new file mode 100644 index 0000000..0c793c7 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalLBMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalLHMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalLHMat.mat new file mode 100644 index 0000000..eb7eb55 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalLHMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalLMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalLMat.mat new file mode 100644 index 0000000..6257804 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalLMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalRBMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalRBMat.mat new file mode 100644 index 0000000..6c5399a Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalRBMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalRMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalRMat.mat new file mode 100644 index 0000000..0abb0ee Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/metalRMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/outglassMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/outglassMat.mat new file mode 100644 index 0000000..f3b8aea Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/outglassMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/panelMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/panelMat.mat new file mode 100644 index 0000000..447d375 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/panelMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/pinktile.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/pinktile.mat new file mode 100644 index 0000000..2b99870 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/pinktile.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/pinktileMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/pinktileMat.mat new file mode 100644 index 0000000..c3e9aa0 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/pinktileMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/props.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/props.mat new file mode 100644 index 0000000..0e4e7a0 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/props.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/propsMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/propsMat.mat new file mode 100644 index 0000000..e14cf6d Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/propsMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/purptileMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/purptileMat.mat new file mode 100644 index 0000000..22e551d Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/purptileMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/purpwallMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/purpwallMat.mat new file mode 100644 index 0000000..51389d1 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/purpwallMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/railMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/railMat.mat new file mode 100644 index 0000000..ca7b078 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/railMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/rampMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/rampMat.mat new file mode 100644 index 0000000..4439750 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/rampMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/roofMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/roofMat.mat new file mode 100644 index 0000000..afcedc1 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/roofMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/star.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/star.mat new file mode 100644 index 0000000..177378a Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/star.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/starMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/starMat.mat new file mode 100644 index 0000000..b0d1135 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/starMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/starwall.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/starwall.mat new file mode 100644 index 0000000..2b5b0f1 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/starwall.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/starwallMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/starwallMat.mat new file mode 100644 index 0000000..62bf283 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/starwallMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone1Mat.mat new file mode 100644 index 0000000..07797b2 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone2Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone2Mat.mat new file mode 100644 index 0000000..bb828dd Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone2Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone3Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone3Mat.mat new file mode 100644 index 0000000..e34c3de Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone3Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone4Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone4Mat.mat new file mode 100644 index 0000000..e6456f4 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone4Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone5Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone5Mat.mat new file mode 100644 index 0000000..c31ce27 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone5Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone6Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone6Mat.mat new file mode 100644 index 0000000..18bc106 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/stone6Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/winoutMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/winoutMat.mat new file mode 100644 index 0000000..c4929f6 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/winoutMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood1Mat.mat new file mode 100644 index 0000000..80e1eed Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2.mat new file mode 100644 index 0000000..15cef31 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LDMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LDMat.mat new file mode 100644 index 0000000..adbb317 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LDMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env1 woodstep1 metal1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env1 woodstep1 metal1Mat.mat new file mode 100644 index 0000000..7b698da Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env1 woodstep1 metal1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env1 woodstep1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env1 woodstep1Mat.mat new file mode 100644 index 0000000..cec6d47 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env1 woodstep1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env11 woodstep metal1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env11 woodstep metal1Mat.mat new file mode 100644 index 0000000..518e767 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env11 woodstep metal1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env11 woodstepMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env11 woodstepMat.mat new file mode 100644 index 0000000..5846d40 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env11 woodstepMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env11Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env11Mat.mat new file mode 100644 index 0000000..50cea46 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env11Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env1Mat.mat new file mode 100644 index 0000000..88c5c31 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_env1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_woodstep2Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_woodstep2Mat.mat new file mode 100644 index 0000000..0b24c84 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LD_woodstep2Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LHMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LHMat.mat new file mode 100644 index 0000000..e9690d8 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LHMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LH_env11 metal1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LH_env11 metal1Mat.mat new file mode 100644 index 0000000..b0335c5 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LH_env11 metal1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LH_env11Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LH_env11Mat.mat new file mode 100644 index 0000000..3aa7986 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LH_env11Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LPMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LPMat.mat new file mode 100644 index 0000000..e92cc15 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LPMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LP_woodstep latticeMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LP_woodstep latticeMat.mat new file mode 100644 index 0000000..684d7df Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LP_woodstep latticeMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LP_woodstep2 lattice1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LP_woodstep2 lattice1Mat.mat new file mode 100644 index 0000000..815bec1 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LP_woodstep2 lattice1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LP_woodstep2Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LP_woodstep2Mat.mat new file mode 100644 index 0000000..5f63c8c Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LP_woodstep2Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LP_woodstepMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LP_woodstepMat.mat new file mode 100644 index 0000000..2abdb06 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2LP_woodstepMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2Mat.mat new file mode 100644 index 0000000..7ea5482 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RDMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RDMat.mat new file mode 100644 index 0000000..c1c8f45 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RDMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env1 woodstep1 metalMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env1 woodstep1 metalMat.mat new file mode 100644 index 0000000..f2b005d Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env1 woodstep1 metalMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env1 woodstep1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env1 woodstep1Mat.mat new file mode 100644 index 0000000..ab2ea87 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env1 woodstep1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env11 woodstep metalMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env11 woodstep metalMat.mat new file mode 100644 index 0000000..52f3f01 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env11 woodstep metalMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env11 woodstepMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env11 woodstepMat.mat new file mode 100644 index 0000000..dbb8c9a Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env11 woodstepMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env11Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env11Mat.mat new file mode 100644 index 0000000..1581367 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env11Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env1Mat.mat new file mode 100644 index 0000000..ca50420 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_env1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_woodstep1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_woodstep1Mat.mat new file mode 100644 index 0000000..4038d08 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RD_woodstep1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RHMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RHMat.mat new file mode 100644 index 0000000..9223971 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RHMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RH_env1 metalMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RH_env1 metalMat.mat new file mode 100644 index 0000000..e5113cb Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RH_env1 metalMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RH_env1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RH_env1Mat.mat new file mode 100644 index 0000000..a03699a Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RH_env1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RPMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RPMat.mat new file mode 100644 index 0000000..2c094cb Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RPMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RP_woodstep3 lattice1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RP_woodstep3 lattice1Mat.mat new file mode 100644 index 0000000..b723b28 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RP_woodstep3 lattice1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RP_woodstep3 latticeMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RP_woodstep3 latticeMat.mat new file mode 100644 index 0000000..b9f15db Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RP_woodstep3 latticeMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RP_woodstep3Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RP_woodstep3Mat.mat new file mode 100644 index 0000000..af88ba3 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood2RP_woodstep3Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood3Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood3Mat.mat new file mode 100644 index 0000000..0fd012f Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood3Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood4.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood4.mat new file mode 100644 index 0000000..2a079fe Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood4.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood4Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood4Mat.mat new file mode 100644 index 0000000..7d0ea14 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/wood4Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodringMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodringMat.mat new file mode 100644 index 0000000..e31f1bb Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodringMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepMat.mat new file mode 100644 index 0000000..2107733 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepRH1Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepRH1Mat.mat new file mode 100644 index 0000000..491a447 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepRH1Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepRH1_metal3Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepRH1_metal3Mat.mat new file mode 100644 index 0000000..7385998 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepRH1_metal3Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepRHMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepRHMat.mat new file mode 100644 index 0000000..51bd70b Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepRHMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepRH_metal2Mat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepRH_metal2Mat.mat new file mode 100644 index 0000000..09f0638 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/woodstepRH_metal2Mat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/yelwallMat.mat b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/yelwallMat.mat new file mode 100644 index 0000000..e324d3a Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/Materials/yelwallMat.mat differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/arrow.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/arrow.png new file mode 100644 index 0000000..d9e89d0 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/arrow.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bars.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bars.png new file mode 100644 index 0000000..4dbc921 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bars.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bluetile.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bluetile.png new file mode 100644 index 0000000..12e887b Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bluetile.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bluewall.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bluewall.png new file mode 100644 index 0000000..5f050c4 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bluewall.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bookend.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bookend.png new file mode 100644 index 0000000..8d98303 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bookend.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/books.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/books.png new file mode 100644 index 0000000..c184c4c Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/books.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/break.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/break.png new file mode 100644 index 0000000..16a04f6 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/break.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bump.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bump.png new file mode 100644 index 0000000..bd42822 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/bump.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/carpet.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/carpet.png new file mode 100644 index 0000000..4e14708 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/carpet.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/ceiling.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/ceiling.png new file mode 100644 index 0000000..e2edb8b Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/ceiling.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/cobble.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/cobble.png new file mode 100644 index 0000000..1147e80 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/cobble.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/dirt.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/dirt.png new file mode 100644 index 0000000..6767219 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/dirt.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/env1.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/env1.png new file mode 100644 index 0000000..7d08063 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/env1.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/env2.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/env2.png new file mode 100644 index 0000000..a51ce03 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/env2.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/envglass.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/envglass.png new file mode 100644 index 0000000..f891296 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/envglass.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/grewall.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/grewall.png new file mode 100644 index 0000000..140921b Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/grewall.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/inview.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/inview.png new file mode 100644 index 0000000..447b729 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/inview.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/lace.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/lace.png new file mode 100644 index 0000000..479c698 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/lace.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/lattice.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/lattice.png new file mode 100644 index 0000000..bb7cfd0 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/lattice.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/marble.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/marble.png new file mode 100644 index 0000000..2e43a06 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/marble.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/metal.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/metal.png new file mode 100644 index 0000000..1c62498 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/metal.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/outglass.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/outglass.png new file mode 100644 index 0000000..765a6f7 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/outglass.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/panel.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/panel.png new file mode 100644 index 0000000..add8f17 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/panel.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/pinktile.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/pinktile.png new file mode 100644 index 0000000..6b2defb Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/pinktile.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/props.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/props.png new file mode 100644 index 0000000..19bc654 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/props.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/purptile.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/purptile.png new file mode 100644 index 0000000..8c64554 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/purptile.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/purpwall.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/purpwall.png new file mode 100644 index 0000000..e745773 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/purpwall.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/rail.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/rail.png new file mode 100644 index 0000000..7d98890 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/rail.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/ramp.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/ramp.png new file mode 100644 index 0000000..a731e96 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/ramp.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/roof.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/roof.png new file mode 100644 index 0000000..6c4dade Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/roof.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/star.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/star.png new file mode 100644 index 0000000..73f89e6 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/star.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/starwall.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/starwall.png new file mode 100644 index 0000000..7568e96 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/starwall.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone1.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone1.png new file mode 100644 index 0000000..88d1041 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone1.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone2.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone2.png new file mode 100644 index 0000000..387ad48 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone2.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone3.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone3.png new file mode 100644 index 0000000..d67f87a Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone3.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone4.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone4.png new file mode 100644 index 0000000..997ac3e Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone4.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone5.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone5.png new file mode 100644 index 0000000..cf927a2 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone5.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone6.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone6.png new file mode 100644 index 0000000..c4b2a09 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/stone6.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/winout.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/winout.png new file mode 100644 index 0000000..472d9d3 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/winout.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/wood1.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/wood1.png new file mode 100644 index 0000000..92a492a Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/wood1.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/wood2.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/wood2.png new file mode 100644 index 0000000..a2bfa98 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/wood2.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/wood3.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/wood3.png new file mode 100644 index 0000000..e148db9 Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/wood3.png differ diff --git a/Assets/MR Assets/Ghostly Galaxy Mansion Planet/wood4.png b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/wood4.png new file mode 100644 index 0000000..182c85b Binary files /dev/null and b/Assets/MR Assets/Ghostly Galaxy Mansion Planet/wood4.png differ diff --git a/Assets/MR Assets/LampPost Condo/DesgBuild7-3DS.3ds b/Assets/MR Assets/LampPost Condo/DesgBuild7-3DS.3ds new file mode 100644 index 0000000..51f2974 Binary files /dev/null and b/Assets/MR Assets/LampPost Condo/DesgBuild7-3DS.3ds differ diff --git a/Assets/MR Assets/LampPost Condo/LampPost copy.jpg b/Assets/MR Assets/LampPost Condo/LampPost copy.jpg new file mode 100644 index 0000000..ee06759 Binary files /dev/null and b/Assets/MR Assets/LampPost Condo/LampPost copy.jpg differ diff --git a/Assets/MR Assets/LampPost Condo/LampPost.ma b/Assets/MR Assets/LampPost Condo/LampPost.ma new file mode 100644 index 0000000..4481e49 --- /dev/null +++ b/Assets/MR Assets/LampPost Condo/LampPost.ma @@ -0,0 +1,1072 @@ +//Maya ASCII 8.5 scene +//Name: LampPost.ma +//Last modified: Wed, Nov 18, 2009 10:37:46 AM +//Codeset: 1252 +requires maya "8.5"; +currentUnit -l centimeter -a degree -t film; +fileInfo "application" "maya"; +fileInfo "product" "Maya Unlimited 8.5"; +fileInfo "version" "8.5 x64"; +fileInfo "cutIdentifier" "200612170020-692032"; +fileInfo "osv" "Microsoft Windows Vista Service Pack 2 (Build 6002)\n"; +createNode transform -n "polySurface1"; +createNode mesh -n "polySurfaceShape4" -p "polySurface1"; + setAttr -k off ".v"; + setAttr ".vir" yes; + setAttr ".vif" yes; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr -s 328 ".uvst[0].uvsp"; + setAttr ".uvst[0].uvsp[0:249]" -type "float2" 0.83949047 0.014935255 0.59191924 + 0.014935255 0.59191924 0.053116202 0.83949047 0.053116202 0.42779255 0.014935255 + 0.42779255 0.053116202 0.59191918 0.014935255 0.59191918 0.053116202 0.83949029 0.014935255 + 0.83949029 0.053116202 0.98553377 0.014935255 0.98553377 0.053116202 0.71570474 0.014935255 + 0.77202719 0.079300344 0.65938222 0.079300344 0.86974162 0.079300344 0.77202719 0.079300344 + 0.65938228 0.079300344 0.56166774 0.079300344 0.77202719 0.098172903 0.65938222 0.098172903 + 0.86974162 0.098172903 0.77202719 0.098172903 0.65938228 0.098172903 0.56166774 0.098172903 + 0.74132609 0.11108947 0.69008338 0.11108947 0.78577691 0.11108947 0.74132609 0.11108947 + 0.69008338 0.11108947 0.64563262 0.11108947 0.74132609 0.66862732 0.69008338 0.66862732 + 0.78577691 0.66862732 0.74132609 0.66862732 0.69008338 0.66862732 0.64563262 0.66862732 + 0.74132609 0.85259569 0.69008338 0.85259569 0.78577691 0.85259569 0.74132609 0.85259569 + 0.69008338 0.85259569 0.64563262 0.85259569 0.78577691 0.87158722 0.74132609 0.87158722 + 0.69008338 0.87158722 0.64563262 0.87158722 0.69008338 0.87158722 0.74132609 0.87158722 + 0.7507205 0.87855864 0.81146997 0.87855864 -2.9802322e-008 0 0.90965766 0 0.68068874 + 0.87855864 0.61993957 0.87855864 0.68068874 0.87855864 0.7507205 0.87855864 0.7507205 + 0.89285636 0.90203816 1 -2.9802322e-008 1 0.81146997 0.89285636 0.68068874 0.89285636 + 0.61993957 0.89285636 0.48977935 0.26138419 0.48977935 0.21154535 0.024096951 0.21154541 + 0.024096951 0.26138425 0.68068874 0.89285636 0.7507205 0.89285636 0.73002785 0.90427423 + 0.75487697 0.90427423 0.70138168 0.90427423 0.67653239 0.90427423 0.70138168 0.90427423 + 0.73002785 0.90427423 0.73002785 0.91381431 0.75487697 0.91381431 0.70138168 0.91381431 + 0.67653239 0.91381431 0.70138168 0.91381431 0.73002785 0.91381431 0.75451767 0.9229846 + 0.79333073 0.9229846 0.67689174 0.9229846 0.63807887 0.9229846 0.67689174 0.9229846 + 0.75451767 0.9229846 0.74408811 0.93215442 0.79333073 0.93215442 0.68732142 0.93215442 + 0.63807887 0.93215442 0.68732131 0.93215442 0.74408811 0.93215442 0.71454579 0.98946702 + 0.49032193 0.16276707 0.025425777 0.16276707 0.025428519 0.21133794 0.49032193 0.21133794 + 0.025425777 0.16276707 0.49032193 0.16276707 0.49032193 0.21133794 0.025428519 0.21133794 + 0.48977935 0.21154535 0.48977935 0.26138419 0.024096951 0.26138425 0.024096951 0.21154541 + 0.015116796 0.55273086 0.034838498 0.56114656 0.058173351 0.62318552 0.045961566 + 0.62930119 0.015116796 0.55273086 0.045961566 0.62930119 0.12155025 0.7374317 0.12965536 + 0.72107047 0.12155025 0.7374317 0.02124523 0.51229668 0.036326114 0.52514863 0.02124523 + 0.51229668 0.05673239 0.49956244 0.061710615 0.51788795 0.05673239 0.49956244 0.096815921 + 0.52805805 0.089752726 0.53701842 0.096815921 0.52805805 0.11247074 0.56263065 0.095503502 + 0.5547452 0.11247074 0.56263065 0.11094497 0.58921909 0.098320298 0.57066977 0.11094497 + 0.58921909 0.092031576 0.59179771 0.071084104 0.588938 0.092031576 0.59179771 0.25461721 + 0.84146988 0.2489045 0.86053932 0.2489045 0.86053932 0.39120993 0.91693789 0.39386436 + 0.94025439 0.39386436 0.94025439 0.48736566 0.92187518 0.49838454 0.94314367 0.49838454 + 0.94314367 0.51404178 0.91554648 0.52836108 0.93025476 0.52836108 0.93025476 0.52399707 + 0.89470178 0.53805095 0.8977111 0.53805095 0.8977111 0.51468307 0.86148268 0.52774107 + 0.85098487 0.52774107 0.85098487 0.49397966 0.84491062 0.49188733 0.82118517 0.49188733 + 0.82118517 0.47396445 0.84260088 0.45895433 0.82178009 0.45895433 0.82178009 0.45113072 + 0.8595463 0.45000958 0.84425902 0.45000958 0.84425902 0.015116796 0.55273086 0.034838498 + 0.56114656 0.058173351 0.62318552 0.045961566 0.62930119 0.015116796 0.55273086 0.045961566 + 0.62930119 0.12155025 0.7374317 0.12965536 0.72107047 0.12155025 0.7374317 0.02124523 + 0.51229668 0.036326114 0.52514863 0.02124523 0.51229668 0.05673239 0.49956244 0.061710615 + 0.51788795 0.05673239 0.49956244 0.096815921 0.52805805 0.089752726 0.53701842 0.096815921 + 0.52805805 0.11247074 0.56263065 0.095503502 0.5547452 0.11247074 0.56263065 0.11094497 + 0.58921909 0.098320298 0.57066977 0.11094497 0.58921909 0.092031576 0.59179771 0.071084104 + 0.588938 0.092031576 0.59179771 0.25461721 0.84146988 0.2489045 0.86053932 0.2489045 + 0.86053932 0.39120993 0.91693789 0.39386436 0.94025439 0.39386436 0.94025439 0.48736566 + 0.92187518 0.49838454 0.94314367 0.49838454 0.94314367 0.51404178 0.91554648 0.52836108 + 0.93025476 0.52836108 0.93025476 0.52399707 0.89470178 0.53805095 0.8977111 0.53805095 + 0.8977111 0.51468307 0.86148268 0.52774107 0.85098487 0.52774107 0.85098487 0.49397966 + 0.84491062 0.49188733 0.82118517 0.49188733 0.82118517 0.47396445 0.84260088 0.45895433 + 0.82178009 0.45895433 0.82178009 0.45113072 0.8595463 0.45000958 0.84425902 0.45000958 + 0.84425902 0.42058411 0.56383431 0.30891216 0.56383431 0.30891216 0.59198672 0.42058411 + 0.59198672 0.19379681 0.56383431 0.19379681 0.59198672 0.30891216 0.56383431 0.30891216 + 0.59198672 0.42058411 0.56383431 0.42058411 0.59198672 0.53569949 0.56383431 0.53569949 + 0.59198672 0.36061528 0.27240485 0.35209468 0.27240485 0.36061528 0.27240485 0.36888099 + 0.27240485 0.37740162 0.27240485 0.36888099 0.27240485 0.34421599 0.75185281 0.38528025 + 0.75185281 0.37145433 0.75185281 0.35804194 0.75185281 0.35745177 0.63016099 0.34240901 + 0.63016099 0.3720445 0.63016099 0.38708726 0.63016099 0.3720445 0.63016099 0.35745177 + 0.63016099 0.35745177 0.71350902 0.34240901 0.71350902 0.3720445 0.71350902 0.38708726 + 0.71350902 0.3720445 0.71350902 0.35745177 0.71350902 0.35404676 0.72172576 0.3319841 + 0.72172576; + setAttr ".uvst[0].uvsp[250:327]" 0.37544948 0.72172576 0.39751217 0.72172576 + 0.37544948 0.72172576 0.35404676 0.72172576 0.35404676 0.73815864 0.3319841 0.73815864 + 0.37544948 0.73815864 0.39751217 0.73815864 0.37544948 0.73815864 0.35404676 0.73815864 + 0.35804194 0.75185281 0.3714543 0.75185281 0.34295183 0.53217763 0.35762906 0.53217763 + 0.35762906 0.53217763 0.37186721 0.53217763 0.38654447 0.53217763 0.37186721 0.53217763 + 0.34295183 0.50180233 0.35762906 0.50180233 0.35762906 0.50180233 0.37186721 0.50180233 + 0.38654447 0.50180233 0.37186721 0.50180233 0.21353632 0.43908161 0.31535947 0.43908161 + 0.31535947 0.43908161 0.41413677 0.43908161 0.51595986 0.43908161 0.41413677 0.43908161 + 0.19841516 0.40489239 0.3104206 0.40489239 0.3104206 0.40489221 0.41907567 0.40489221 + 0.53108108 0.40489239 0.41907561 0.40489239 0.21176797 0.40489221 0.3147819 0.40489239 + 0.3147819 0.40489203 0.41471437 0.40489203 0.51772827 0.40489221 0.41471434 0.40489239 + 0.22961569 0.40489221 0.32061133 0.40489239 0.32061133 0.40489203 0.40888494 0.40489203 + 0.49988058 0.40489221 0.40888491 0.40489239 0.30923638 0.40562236 0.33699226 0.40562236 + 0.33699226 0.40562218 0.39250401 0.40562218 0.42025989 0.40562236 0.39250401 0.40562236 + 0.27983165 0.33809197 0.3370128 0.33809197 0.3370128 0.33809161 0.39248347 0.33809161 + 0.44966462 0.33809197 0.39248347 0.33809197 0.28137043 0.31502026 0.33751538 0.31502026 + 0.33751538 0.31502002 0.39198086 0.31502002 0.44812578 0.31502026 0.39198086 0.31502026 + 0.28882733 0.30083221 0.33995092 0.30083221 0.33995092 0.30083203 0.38954532 0.30083203 + 0.44066891 0.30083221 0.38954526 0.30083221 0.31413424 0.28312731 0.34821668 0.28312731 + 0.34821668 0.28312725 0.38127959 0.28312725 0.415362 0.28312731 0.38127959 0.28312731; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr ".covm[0]" 0 1 1; + setAttr ".cdvm[0]" 0 1 1; + setAttr -s 12 ".pt[198:209]" -type "float3" -0.26831347 0.00035242666 + 0.4647322 0.26831329 0.00035242666 0.46473244 0.53662682 0.00035242666 0 0.26831344 + 0.00035242666 -0.46473238 -0.26831341 0.00035242666 -0.46473238 -0.53662682 0.00035242666 + -1.4231296e-007 -0.26831347 -0.00035242666 0.4647322 0.26831329 -0.00035242666 0.46473244 + 0.53662682 -0.00035242666 0 0.26831344 -0.00035242666 -0.46473238 -0.26831341 -0.00035242666 + -0.46473238 -0.53662682 -0.00035242666 -1.4231296e-007; + setAttr -s 312 ".vt"; + setAttr ".vt[0:165]" 0.9189232 -0.00028461218 -1.5700237 -0.896694 -0.00028461218 + -1.5700239 -1.8045053 -0.00028461218 0.0023475029 -0.89669442 -0.00028461218 1.5747173 + 0.91892266 -0.00028461218 1.5747173 1.8267292 -0.00028461218 0.0023477729 0.9189232 + 0.67643046 -1.5700237 -0.896694 0.67643046 -1.5700239 -1.8045053 0.67643046 0.0023475029 + -0.89669442 0.67643046 1.5747173 0.91892266 0.67643046 1.5747173 1.8267292 0.67643046 + 0.0023477729 0.01111381 -0.00028461218 0.0023477729 -0.40193895 1.1405168 0.71777582 + 0.42416692 1.1405168 0.71777624 0.83722007 1.1405168 0.0023477208 0.42416716 1.1405168 + -0.71308053 -0.40193862 1.1405168 -0.71308059 -0.81499183 1.1405168 0.0023475941 + -0.40193895 1.4750105 0.71777582 0.42416692 1.4750105 0.71777624 0.83722007 1.4750105 + 0.0023477208 0.42416716 1.4750105 -0.71308053 -0.40193862 1.4750105 -0.71308059 -0.81499183 + 1.4750105 0.0023475941 -0.17678583 1.7039431 0.32779896 0.19901337 1.7039431 0.32779896 + 0.38691354 1.7039431 0.0023475289 0.19901355 1.7039431 -0.32310453 -0.17678572 1.7039431 + -0.32310456 -0.36468539 1.7039431 0.0023474768 -0.17678583 11.585682 0.32779816 0.19901337 + 11.585682 0.32779834 0.38691354 11.585682 0.0023465883 0.19901355 11.585682 -0.32310534 + -0.17678572 11.585682 -0.32310537 -0.36468539 11.585682 0.0023465361 -0.17678583 + 15.18292 0.32779568 0.19901337 15.18292 0.32779568 0.38691354 15.18292 0.0023441017 + 0.19901355 15.18292 -0.32310784 -0.17678572 15.18292 -0.32310787 -0.36468539 15.18292 + 0.0023440532 0.38691354 14.846315 0.0023444761 0.19901337 14.846315 0.3277961 -0.17678583 + 14.846315 0.3277961 -0.36468539 14.846315 0.0023444109 -0.17678572 14.846315 -0.32310748 + 0.19901355 14.846315 -0.32310745 0.19901261 14.846315 7.7270093 -0.17678663 14.846315 + 7.7270093 0.19901261 15.182922 7.7270093 -0.17678663 15.182922 7.7270093 0.52470672 + 15.30648 0.0023443624 0.26791024 15.30648 -0.44244 -0.24568234 15.30648 -0.44244 + -0.50247836 15.30648 0.0023442842 -0.2456824 15.30648 0.44712806 0.26790982 15.30648 + 0.44712827 0.52470672 15.559891 0.0023443624 0.26791024 15.559891 -0.44244 -0.24568234 + 15.559891 -0.44244 -0.50247836 15.559891 0.0023442842 -0.2456824 15.559891 0.44712806 + 0.26790982 15.559891 0.44712827 0.22119606 15.76226 0.0023443364 0.11615496 15.76226 + -0.17959221 -0.093927108 15.76226 -0.17959221 -0.1989681 15.76226 0.0023442972 -0.09392716 + 15.76226 0.18428071 0.11615486 15.76226 0.18428071 0.22119606 15.931349 0.0023444761 + 0.11615496 15.931349 -0.179592 -0.093927108 15.931349 -0.179592 -0.1989681 15.931349 + 0.00234445 -0.09392716 15.931349 0.18428083 0.11615486 15.931349 0.18428092 0.42742482 + 16.093882 0.0023454688 0.2192692 16.093882 -0.35819033 -0.19704148 16.093882 -0.35819033 + -0.4051967 16.093882 0.0023454167 -0.19704159 16.093882 0.36288086 0.21926892 16.093882 + 0.36288106 0.42742482 16.256407 0.0023454688 0.2192692 16.256407 -0.35819033 -0.19704148 + 16.256407 -0.35819033 -0.4051967 16.256407 0.0023454167 -0.19704159 16.256407 0.36288086 + 0.21926892 16.256407 0.36288106 0.0026142541 17.272209 0.00024062581 -0.19635558 + 14.694668 5.4213653 0.17783642 14.694668 5.4213653 -0.16200089 14.778534 3.5727885 + 0.14348197 14.778534 3.5727885 -0.010149479 14.53839 5.2692704 -0.0099861622 14.582358 + 3.6565316 0.17783642 14.872382 4.7156076 -0.010149956 14.700205 4.705009 -0.19635558 + 14.872382 4.7156076 -0.19635558 14.359508 5.6917591 -0.010149479 14.282721 5.5281072 + 0.17783642 14.359508 5.6917591 -0.319875 13.892706 5.623786 -0.010737181 13.961117 + 5.4658465 0.30135608 13.892706 5.623786 -0.319875 13.650911 5.2306056 -0.010737181 + 13.786603 5.1967187 0.30135608 13.650911 5.2306056 -0.319875 13.712551 4.9040599 + -0.010737181 13.842708 5.0396738 0.30135608 13.712551 4.9040599 -0.319875 13.905987 + 4.7148294 -0.010737181 13.918399 4.9093151 0.30135608 13.905987 4.7148294 -0.319875 + 14.126757 4.7821112 -0.010737181 14.33322 4.8988018 0.30135608 14.126757 4.7821112 + -0.16200089 14.22713 2.0832376 -0.0099861622 14.038679 2.1978793 0.14348197 14.22713 + 2.0832376 -0.16200089 13.197319 0.83353519 -0.0099861622 13.070664 1.0176976 0.14348197 + 13.197319 0.83353519 -0.24804568 12.091384 0.33525825 -0.010395527 12.068408 0.54247952 + 0.22952676 12.091384 0.33525825 -0.24804568 11.682876 0.29357386 -0.010395527 11.7391 + 0.46744728 0.22952676 11.682876 0.29357386 -0.24804568 11.361904 0.4894917 -0.010395527 + 11.493161 0.57582736 0.22952676 11.361904 0.4894917 -0.24804568 11.161819 0.8813262 + -0.010395527 11.372274 0.86345124 0.22952676 11.161819 0.8813262 -0.24804568 11.349398 + 1.2648244 -0.010395527 11.484824 1.0802109 0.22952676 11.349398 1.2648244 -0.24804568 + 11.707886 1.4107203 -0.010395527 11.684911 1.188591 0.22952676 11.707886 1.4107203 + -0.24804568 11.953824 1.2856667 -0.010395527 12.04353 1.1677487 0.22952676 11.953824 + 1.2856667 -0.072131634 13.316833 0.47060853 0.053612709 13.316833 0.47060853 -0.060586929 + 13.445721 1.0789435 0.042068124 13.445721 1.0789435 -0.0095584393 13.380512 0.50687534 + -0.009503603 13.502453 1.0351334 0.053612709 13.318653 0.71516937 -0.0095586777 13.375549 + 0.70407134 -0.072131634 13.318653 0.71516937 -0.072131634 13.403002 0.35434896 -0.0095584393 + 13.441802 0.40109009 0.053612709 13.403002 0.35434896 -0.11363935 13.560572 0.33702272 + -0.009755969 13.551663 0.39417177 0.095120549 13.560572 0.33702272 -0.11363935 13.67243 + 0.44447833 -0.009755969 13.631159 0.46696299 0.095120549 13.67243 0.44447833 -0.11363935 + 13.679968 0.55589455 -0.009755969 13.626179 0.52278149 0.095120549 13.679968 0.55589455 + -0.11363935 13.633039 0.63378292; + setAttr ".vt[166:311]" -0.009755969 13.612572 0.57157499 0.095120549 13.633039 + 0.63378292 -0.11363935 13.55555 0.63054985 -0.009755969 13.478539 0.61003786 0.095120549 + 13.55555 0.63054985 -0.060586929 13.7509 1.5168386 -0.009503603 13.802508 1.4636314 + 0.042068124 13.7509 1.5168386 -0.060586929 14.191419 1.8363078 -0.009503603 14.217055 + 1.7657094 0.042068124 14.191419 1.8363078 -0.089501619 14.593218 1.9049451 -0.0096411705 + 14.583185 1.8356051 0.070982814 14.593218 1.9049451 -0.089501619 14.729607 1.8839927 + -0.0096411705 14.696631 1.8321903 0.070982814 14.729607 1.8839927 -0.089501619 14.817452 + 1.7931552 -0.0096411705 14.767467 1.7761629 0.070982814 14.817452 1.7931552 -0.089501619 + 14.849428 1.648808 -0.0096411705 14.782488 1.672401 0.070982814 14.849428 1.648808 + -0.089501619 14.756021 1.5399215 -0.0096411705 14.72757 1.6114078 0.070982814 14.756021 + 1.5399215 -0.089501619 14.627098 1.5227532 -0.0096411705 14.653336 1.59306 0.070982814 + 14.627098 1.5227532 -0.089501619 14.557671 1.5842035 -0.0096411705 14.538455 1.6301348 + 0.070982814 14.557671 1.5842035 1.0300611 14.244656 5.8199353 -1.0415907 14.244656 + 5.8199348 -2.0774169 14.244656 7.6140375 -1.0415912 14.244656 9.4081402 1.0300606 + 14.244656 9.4081402 2.0658865 14.244656 7.614038 1.0300611 14.59339 5.8199353 -1.0415907 + 14.59339 5.8199348 -2.0774169 14.59339 7.6140375 -1.0415912 14.59339 9.4081402 1.0300606 + 14.59339 9.4081402 2.0658865 14.59339 7.614038 -0.27647895 14.80407 7.614037 -0.14112204 + 14.80407 7.8484821 0.1295917 14.80407 7.8484821 0.26494861 14.80407 7.614037 0.12959176 + 14.80407 7.3795919 -0.14112198 14.80407 7.3795919 -0.27647895 15.836531 7.6140361 + -0.14112204 15.836531 7.8484812 0.1295917 15.836531 7.8484812 0.26494861 15.836531 + 7.6140361 0.12959176 15.836531 7.379591 -0.14112198 15.836531 7.3795915 -0.40281206 + 15.938313 7.6140361 -0.2042886 15.938313 7.9578896 0.1927582 15.938313 7.9578896 + 0.39128172 15.938313 7.6140361 0.19275832 15.938313 7.2701836 -0.20428854 15.938313 + 7.270184 -0.40281206 16.141872 7.6140351 -0.2042886 16.141872 7.9578886 0.1927582 + 16.141872 7.9578886 0.39128172 16.141872 7.6140351 0.19275832 16.141872 7.2701826 + -0.20428854 16.141872 7.2701831 -0.25458121 16.311508 7.6140351 -0.13017321 16.311508 + 7.8295164 0.11864281 16.311508 7.8295164 0.24305093 16.311508 7.6140351 0.11864293 + 16.311508 7.3985538 -0.13017315 16.311508 7.3985543 -0.26990074 14.076153 7.6140375 + -0.13783288 14.076153 7.8427854 -0.13783288 14.076153 7.3852892 0.12630272 14.076153 + 7.3852887 0.25837046 14.076153 7.614038 0.1263026 14.076153 7.8427854 -0.26990074 + 13.699884 7.6140375 -0.13783288 13.699884 7.8427854 -0.13783288 13.699884 7.3852892 + 0.12630272 13.699884 7.3852887 0.25837046 13.699884 7.614038 0.1263026 13.699884 + 7.8427854 -1.8382063 12.922941 7.6140413 -0.92198551 12.922941 9.2009811 -0.92198551 + 12.922941 6.0271006 0.91045535 12.922941 6.0270963 1.8266755 12.922941 7.6140456 + 0.91045451 12.922941 9.2009811 -2.0214505 12.499427 7.6140413 -1.0136076 12.499427 + 9.3596764 -1.0136076 12.499425 5.8684072 1.0020773 12.499425 5.868402 2.0099196 12.499427 + 7.6140466 1.0020765 12.499427 9.3596764 -1.8596358 12.499425 7.6140413 -0.93270016 + 12.499427 9.2195396 -0.93270016 12.499423 6.008543 0.92117 12.499423 6.0085378 1.8481051 + 12.499425 7.6140456 0.92116928 12.499427 9.2195396 -1.6433508 12.499425 7.6140409 + -0.82455766 12.499427 9.0322304 -0.82455766 12.499423 6.1958504 0.81302762 12.499423 + 6.1958461 1.6318203 12.499425 7.6140447 0.81302691 12.499427 9.0322304 -0.67847735 + 13.349044 7.6140389 -0.34212118 13.349044 8.1966248 -0.34212118 13.349042 7.0314527 + 0.33059078 13.349042 7.0314507 0.66694677 13.349044 7.6140404 0.33059061 13.349044 + 8.1966248 -1.034815 12.512522 7.6140404 -0.52029002 12.512522 8.5052223 -0.52029002 + 12.512518 6.722857 0.50875962 12.512518 6.7228537 1.0232844 12.512522 7.6140428 0.5087595 + 12.512522 8.5052223 -1.0161672 12.226725 7.6140418 -0.51096612 12.226725 8.4890747 + -0.51096612 12.226722 6.739007 0.49943566 12.226722 6.7390046 1.0046364 12.226725 + 7.6140442 0.49943531 12.226725 8.4890747 -0.92580199 12.050972 7.6140418 -0.46578351 + 12.050972 8.4108162 -0.46578351 12.05097 6.817265 0.45425308 12.05097 6.8172631 0.91427124 + 12.050972 7.6140437 0.45425272 12.050972 8.4108162 -0.61912316 11.831656 7.6140404 + -0.31244415 11.831656 8.1452236 -0.31244415 11.831656 7.0828567 0.30091363 11.831656 + 7.0828547 0.60759246 11.831656 7.6140418 0.30091351 11.831656 8.1452236 -0.15910465 + 11.698833 7.6140409 -0.082434893 11.698833 7.7468362 -0.082434893 11.698833 7.4812446 + 0.070904613 11.698833 7.4812446 0.14757431 11.698833 7.6140409 0.070904553 11.698833 + 7.7468362; + setAttr -s 579 ".ed"; + setAttr ".ed[0:165]" 0 1 0 1 2 0 2 3 + 0 3 4 0 4 5 0 5 0 0 6 7 + 0 7 8 0 8 9 0 9 10 0 10 11 + 0 11 6 0 0 6 0 1 7 0 2 8 + 0 3 9 0 4 10 0 5 11 0 12 0 + 1 12 1 1 12 2 1 12 3 1 12 4 + 1 12 5 1 9 13 1 10 14 1 13 14 + 0 11 15 1 14 15 0 6 16 1 15 16 + 0 7 17 1 16 17 0 8 18 1 17 18 + 0 18 13 0 13 19 0 14 20 0 19 20 + 0 15 21 0 20 21 0 16 22 0 21 22 + 0 17 23 0 22 23 0 18 24 0 23 24 + 0 24 19 0 19 25 0 20 26 0 25 26 + 0 21 27 0 26 27 0 22 28 0 27 28 + 0 23 29 0 28 29 0 24 30 0 29 30 + 0 30 25 0 25 31 0 26 32 0 31 32 + 1 27 33 0 32 33 1 28 34 0 33 34 + 1 29 35 0 34 35 1 30 36 0 35 36 + 1 36 31 1 31 45 0 32 44 0 37 38 + 0 33 43 0 38 39 0 34 48 0 39 40 + 0 35 47 0 40 41 0 36 46 0 41 42 + 0 42 37 0 43 39 0 44 38 0 43 44 + 0 45 37 0 44 45 0 46 42 0 45 46 + 0 47 41 0 46 47 0 48 40 0 47 48 + 0 48 43 0 44 49 0 45 50 0 49 50 + 0 38 51 0 49 51 0 37 52 0 52 51 + 0 50 52 0 39 53 0 40 54 0 53 54 + 0 41 55 0 54 55 0 42 56 0 55 56 + 0 37 57 0 56 57 0 38 58 0 57 58 + 0 58 53 0 53 59 0 54 60 0 59 60 + 0 55 61 0 60 61 0 56 62 0 61 62 + 0 57 63 0 62 63 0 58 64 0 63 64 + 0 64 59 0 59 65 0 60 66 0 65 66 + 0 61 67 0 66 67 0 62 68 0 67 68 + 0 63 69 0 68 69 0 64 70 0 69 70 + 0 70 65 0 65 71 0 66 72 0 71 72 + 1 67 73 0 72 73 1 68 74 0 73 74 + 1 69 75 0 74 75 1 70 76 0 75 76 + 1 76 71 1 71 77 0 72 78 0 77 78 + 0 73 79 0 78 79 0 74 80 0 79 80 + 0 75 81 0 80 81 0 76 82 0 81 82 + 0 82 77 0 77 83 0 78 84 0; + setAttr ".ed[166:331]" 83 84 1 79 85 0 84 85 + 1 80 86 0 85 86 1 81 87 0 86 87 + 1 82 88 0 87 88 1 88 83 1 83 89 + 0 84 89 0 85 89 0 86 89 0 87 89 + 0 88 89 0 90 94 0 90 98 0 91 96 + 0 92 95 0 94 91 0 95 93 0 94 97 + 0 96 93 0 97 95 0 96 97 0 98 92 + 0 97 98 0 90 99 0 94 100 0 99 100 + 0 91 101 0 100 101 0 99 102 0 100 103 + 0 102 103 0 101 104 0 103 104 0 102 105 + 0 103 106 0 105 106 0 104 107 0 106 107 + 0 105 108 0 106 109 0 108 109 0 107 110 + 0 109 110 0 108 111 0 109 112 0 111 112 + 0 110 113 0 112 113 0 111 114 0 112 115 + 0 114 115 0 113 116 0 115 116 0 92 117 + 0 95 118 0 117 118 0 93 119 0 118 119 + 0 117 120 0 118 121 0 120 121 0 119 122 + 0 121 122 0 120 123 0 121 124 0 123 124 + 0 122 125 0 124 125 0 123 126 0 124 127 + 0 126 127 0 125 128 0 127 128 0 126 129 + 0 127 130 0 129 130 0 128 131 0 130 131 + 0 129 132 0 130 133 0 132 133 0 131 134 + 0 133 134 0 132 135 0 133 136 0 135 136 + 0 134 137 0 136 137 0 135 138 0 136 139 + 0 138 139 0 137 140 0 139 140 0 138 141 + 0 139 142 0 141 142 0 140 143 0 142 143 + 0 144 148 0 144 152 0 145 150 0 146 149 + 0 148 145 0 149 147 0 148 151 0 150 147 + 0 151 149 0 150 151 0 152 146 0 151 152 + 0 144 153 0 148 154 0 153 154 0 145 155 + 0 154 155 0 153 156 0 154 157 0 156 157 + 0 155 158 0 157 158 0 156 159 0 157 160 + 0 159 160 0 158 161 0 160 161 0 159 162 + 0 160 163 0 162 163 0 161 164 0 163 164 + 0 162 165 0 163 166 0 165 166 0 164 167 + 0 166 167 0 165 168 0 166 169 0 168 169 + 0 167 170 0 169 170 0 146 171 0 149 172 + 0 171 172 0 147 173 0 172 173 0 171 174 + 0 172 175 0 174 175 0 173 176 0 175 176 + 0 174 177 0 175 178 0 177 178 0 176 179 + 0 178 179 0 177 180 0 178 181 0 180 181 + 0 179 182 0 181 182 0 180 183 0; + setAttr ".ed[332:497]" 181 184 0 183 184 0 182 185 + 0 184 185 0 183 186 0 184 187 0 186 187 + 0 185 188 0 187 188 0 186 189 0 187 190 + 0 189 190 0 188 191 0 190 191 0 189 192 + 0 190 193 0 192 193 0 191 194 0 193 194 + 0 192 195 0 193 196 0 195 196 0 194 197 + 0 196 197 0 198 199 0 199 200 0 200 201 + 0 201 202 0 202 203 0 203 198 0 204 205 + 0 205 206 0 206 207 0 207 208 0 208 209 + 0 209 204 0 198 204 0 199 205 0 200 206 + 0 201 207 0 202 208 0 203 209 0 206 210 + 1 207 211 1 210 211 0 208 212 1 211 212 + 0 209 213 1 212 213 0 204 214 1 213 214 + 0 205 215 1 214 215 0 215 210 0 210 216 + 0 211 217 0 216 217 0 212 218 0 217 218 + 0 213 219 0 218 219 0 214 220 0 219 220 + 0 215 221 0 220 221 0 221 216 0 216 222 + 0 217 223 0 222 223 0 218 224 0 223 224 + 0 219 225 0 224 225 0 220 226 0 225 226 + 0 221 227 0 226 227 0 227 222 0 222 228 + 0 223 229 0 228 229 0 224 230 0 229 230 + 0 225 231 0 230 231 0 226 232 0 231 232 + 0 227 233 0 232 233 0 233 228 0 228 234 + 0 229 235 0 234 235 0 230 236 0 235 236 + 0 231 237 0 236 237 0 232 238 0 237 238 + 0 233 239 0 238 239 0 239 234 0 234 237 + 0 200 240 1 201 241 1 240 241 0 199 242 + 1 242 240 0 198 243 1 243 242 0 203 244 + 1 244 243 0 202 245 1 245 244 0 241 245 + 0 240 246 0 241 247 0 246 247 0 242 248 + 0 248 246 0 243 249 0 249 248 0 244 250 + 0 250 249 0 245 251 0 251 250 0 247 251 + 0 246 252 1 247 253 1 252 253 0 248 254 + 1 254 252 0 249 255 1 255 254 0 250 256 + 1 256 255 0 251 257 1 257 256 0 253 257 + 0 252 258 0 253 259 0 258 259 0 254 260 + 0 260 258 0 255 261 0 261 260 0 256 262 + 0 262 261 0 257 263 0 263 262 0 259 263 + 0 258 264 1 259 265 1 264 265 1 260 266 + 1 266 264 1 261 267 1 267 266 1 262 268 + 1 268 267 1 263 269 1 269 268 1 265 269 + 1 264 270 1 265 271 1 270 271 0; + setAttr ".ed[498:578]" 266 272 1 272 270 0 267 273 + 1 273 272 0 268 274 1 274 273 0 269 275 + 1 275 274 0 271 275 0 270 276 0 271 277 + 0 276 277 0 272 278 0 278 276 0 273 279 + 0 279 278 0 274 280 0 280 279 0 275 281 + 0 281 280 0 277 281 0 276 282 1 277 283 + 1 282 283 1 278 284 1 284 282 1 279 285 + 1 285 284 1 280 286 1 286 285 1 281 287 + 1 287 286 1 283 287 1 282 288 1 283 289 + 1 288 289 1 284 290 1 290 288 1 285 291 + 1 291 290 1 286 292 1 292 291 1 287 293 + 1 293 292 1 289 293 1 288 294 1 289 295 + 1 294 295 1 290 296 1 296 294 1 291 297 + 1 297 296 1 292 298 1 298 297 1 293 299 + 1 299 298 1 295 299 1 294 300 1 295 301 + 1 300 301 1 296 302 1 302 300 1 297 303 + 1 303 302 1 298 304 1 304 303 1 299 305 + 1 305 304 1 301 305 1 300 306 1 301 307 + 1 306 307 1 302 308 1 308 306 1 303 309 + 1 309 308 1 304 310 1 310 309 1 305 311 + 1 311 310 1 307 311 1; + setAttr -s 273 ".fc[0:272]" -type "polyFaces" + f 4 0 13 -7 -13 + mu 0 4 0 1 2 3 + f 4 1 14 -8 -14 + mu 0 4 1 4 5 2 + f 4 2 15 -9 -15 + mu 0 4 4 6 7 5 + f 4 3 16 -10 -16 + mu 0 4 6 8 9 7 + f 4 4 17 -11 -17 + mu 0 4 8 10 11 9 + f 4 5 12 -12 -18 + mu 0 4 10 0 3 11 + f 3 -1 -19 19 + mu 0 3 1 0 12 + f 3 -2 -20 20 + mu 0 3 4 1 12 + f 3 -3 -21 21 + mu 0 3 6 4 12 + f 3 -4 -22 22 + mu 0 3 8 6 12 + f 3 -5 -23 23 + mu 0 3 10 8 12 + f 3 -6 -24 18 + mu 0 3 0 10 12 + f 4 9 25 -27 -25 + mu 0 4 7 9 13 14 + f 4 10 27 -29 -26 + mu 0 4 9 11 15 13 + f 4 11 29 -31 -28 + mu 0 4 11 3 16 15 + f 4 6 31 -33 -30 + mu 0 4 3 2 17 16 + f 4 7 33 -35 -32 + mu 0 4 2 5 18 17 + f 4 8 24 -36 -34 + mu 0 4 5 7 14 18 + f 4 26 37 -39 -37 + mu 0 4 14 13 19 20 + f 4 28 39 -41 -38 + mu 0 4 13 15 21 19 + f 4 30 41 -43 -40 + mu 0 4 15 16 22 21 + f 4 32 43 -45 -42 + mu 0 4 16 17 23 22 + f 4 34 45 -47 -44 + mu 0 4 17 18 24 23 + f 4 35 36 -48 -46 + mu 0 4 18 14 20 24 + f 4 38 49 -51 -49 + mu 0 4 20 19 25 26 + f 4 40 51 -53 -50 + mu 0 4 19 21 27 25 + f 4 42 53 -55 -52 + mu 0 4 21 22 28 27 + f 4 44 55 -57 -54 + mu 0 4 22 23 29 28 + f 4 46 57 -59 -56 + mu 0 4 23 24 30 29 + f 4 47 48 -60 -58 + mu 0 4 24 20 26 30 + f 4 50 61 -63 -61 + mu 0 4 26 25 31 32 + f 4 52 63 -65 -62 + mu 0 4 25 27 33 31 + f 4 54 65 -67 -64 + mu 0 4 27 28 34 33 + f 4 56 67 -69 -66 + mu 0 4 28 29 35 34 + f 4 58 69 -71 -68 + mu 0 4 29 30 36 35 + f 4 59 60 -72 -70 + mu 0 4 30 26 32 36 + f 4 62 73 88 -73 + mu 0 4 32 31 37 38 + f 4 64 75 86 -74 + mu 0 4 31 33 39 37 + f 4 66 77 95 -76 + mu 0 4 33 34 40 39 + f 4 68 79 94 -78 + mu 0 4 34 35 41 40 + f 4 70 81 92 -80 + mu 0 4 35 36 42 41 + f 4 71 72 90 -82 + mu 0 4 36 32 38 42 + f 4 -87 84 -77 -86 + mu 0 4 37 39 43 44 + f 4 -99 100 -103 -104 + mu 0 4 51 52 58 59 + f 4 -91 87 -84 -90 + mu 0 4 42 38 45 46 + f 4 -93 89 -83 -92 + mu 0 4 41 42 46 47 + f 4 -95 91 -81 -94 + mu 0 4 40 41 47 48 + f 4 -96 93 -79 -85 + mu 0 4 39 40 48 43 + f 4 -89 96 98 -98 + mu 0 4 63 64 65 66 + f 4 85 99 -101 -97 + mu 0 4 94 95 96 97 + f 4 -75 101 102 -100 + mu 0 4 102 103 104 105 + f 4 -88 97 103 -102 + mu 0 4 98 99 100 101 + f 4 78 105 -107 -105 + mu 0 4 43 48 49 50 + f 4 80 107 -109 -106 + mu 0 4 48 47 53 49 + f 4 82 109 -111 -108 + mu 0 4 47 46 54 53 + f 4 83 111 -113 -110 + mu 0 4 46 45 55 54 + f 4 74 113 -115 -112 + mu 0 4 45 44 56 55 + f 4 76 104 -116 -114 + mu 0 4 44 43 50 56 + f 4 106 117 -119 -117 + mu 0 4 50 49 57 60 + f 4 108 119 -121 -118 + mu 0 4 49 53 61 57 + f 4 110 121 -123 -120 + mu 0 4 53 54 62 61 + f 4 112 123 -125 -122 + mu 0 4 54 55 67 62 + f 4 114 125 -127 -124 + mu 0 4 55 56 68 67 + f 4 115 116 -128 -126 + mu 0 4 56 50 60 68 + f 4 118 129 -131 -129 + mu 0 4 60 57 69 70 + f 4 120 131 -133 -130 + mu 0 4 57 61 71 69 + f 4 122 133 -135 -132 + mu 0 4 61 62 72 71 + f 4 124 135 -137 -134 + mu 0 4 62 67 73 72 + f 4 126 137 -139 -136 + mu 0 4 67 68 74 73 + f 4 127 128 -140 -138 + mu 0 4 68 60 70 74 + f 4 130 141 -143 -141 + mu 0 4 70 69 75 76 + f 4 132 143 -145 -142 + mu 0 4 69 71 77 75 + f 4 134 145 -147 -144 + mu 0 4 71 72 78 77 + f 4 136 147 -149 -146 + mu 0 4 72 73 79 78 + f 4 138 149 -151 -148 + mu 0 4 73 74 80 79 + f 4 139 140 -152 -150 + mu 0 4 74 70 76 80 + f 4 142 153 -155 -153 + mu 0 4 76 75 81 82 + f 4 144 155 -157 -154 + mu 0 4 75 77 83 81 + f 4 146 157 -159 -156 + mu 0 4 77 78 84 83 + f 4 148 159 -161 -158 + mu 0 4 78 79 85 84 + f 4 150 161 -163 -160 + mu 0 4 79 80 86 85 + f 4 151 152 -164 -162 + mu 0 4 80 76 82 86 + f 4 154 165 -167 -165 + mu 0 4 82 81 87 88 + f 4 156 167 -169 -166 + mu 0 4 81 83 89 87 + f 4 158 169 -171 -168 + mu 0 4 83 84 90 89 + f 4 160 171 -173 -170 + mu 0 4 84 85 91 90 + f 4 162 173 -175 -172 + mu 0 4 85 86 92 91 + f 4 163 164 -176 -174 + mu 0 4 86 82 88 92 + f 3 166 177 -177 + mu 0 3 88 87 93 + f 3 168 178 -178 + mu 0 3 87 89 93 + f 3 170 179 -179 + mu 0 3 89 90 93 + f 3 172 180 -180 + mu 0 3 90 91 93 + f 3 174 181 -181 + mu 0 3 91 92 93 + f 3 175 176 -182 + mu 0 3 92 88 93 + f 4 182 188 193 -184 + mu 0 4 106 107 108 109 + f 4 186 184 191 -189 + mu 0 4 107 110 111 108 + f 4 -192 189 -188 -191 + mu 0 4 108 111 112 113 + f 4 -194 190 -186 -193 + mu 0 4 109 108 113 114 + f 4 -183 194 196 -196 + mu 0 4 107 106 115 116 + f 4 -187 195 198 -198 + mu 0 4 110 107 116 117 + f 4 -197 199 201 -201 + mu 0 4 116 115 118 119 + f 4 -199 200 203 -203 + mu 0 4 117 116 119 120 + f 4 -202 204 206 -206 + mu 0 4 119 118 121 122 + f 4 -204 205 208 -208 + mu 0 4 120 119 122 123 + f 4 -207 209 211 -211 + mu 0 4 122 121 124 125 + f 4 -209 210 213 -213 + mu 0 4 123 122 125 126 + f 4 -212 214 216 -216 + mu 0 4 125 124 127 128 + f 4 -214 215 218 -218 + mu 0 4 126 125 128 129 + f 4 -217 219 221 -221 + mu 0 4 128 127 130 131 + f 4 -219 220 223 -223 + mu 0 4 129 128 131 132 + f 4 185 225 -227 -225 + mu 0 4 114 113 133 134 + f 4 187 227 -229 -226 + mu 0 4 113 112 135 133 + f 4 226 230 -232 -230 + mu 0 4 134 133 136 137 + f 4 228 232 -234 -231 + mu 0 4 133 135 138 136 + f 4 231 235 -237 -235 + mu 0 4 137 136 139 140 + f 4 233 237 -239 -236 + mu 0 4 136 138 141 139 + f 4 236 240 -242 -240 + mu 0 4 140 139 142 143 + f 4 238 242 -244 -241 + mu 0 4 139 141 144 142 + f 4 241 245 -247 -245 + mu 0 4 143 142 145 146 + f 4 243 247 -249 -246 + mu 0 4 142 144 147 145 + f 4 246 250 -252 -250 + mu 0 4 146 145 148 149 + f 4 248 252 -254 -251 + mu 0 4 145 147 150 148 + f 4 251 255 -257 -255 + mu 0 4 149 148 151 152 + f 4 253 257 -259 -256 + mu 0 4 148 150 153 151 + f 4 256 260 -262 -260 + mu 0 4 152 151 154 155 + f 4 258 262 -264 -261 + mu 0 4 151 153 156 154 + f 4 261 265 -267 -265 + mu 0 4 155 154 157 158 + f 4 263 267 -269 -266 + mu 0 4 154 156 159 157 + f 4 269 275 280 -271 + mu 0 4 160 161 162 163 + f 4 273 271 278 -276 + mu 0 4 161 164 165 162 + f 4 -279 276 -275 -278 + mu 0 4 162 165 166 167 + f 4 -281 277 -273 -280 + mu 0 4 163 162 167 168 + f 4 -270 281 283 -283 + mu 0 4 161 160 169 170 + f 4 -274 282 285 -285 + mu 0 4 164 161 170 171 + f 4 -284 286 288 -288 + mu 0 4 170 169 172 173 + f 4 -286 287 290 -290 + mu 0 4 171 170 173 174 + f 4 -289 291 293 -293 + mu 0 4 173 172 175 176 + f 4 -291 292 295 -295 + mu 0 4 174 173 176 177 + f 4 -294 296 298 -298 + mu 0 4 176 175 178 179 + f 4 -296 297 300 -300 + mu 0 4 177 176 179 180 + f 4 -299 301 303 -303 + mu 0 4 179 178 181 182 + f 4 -301 302 305 -305 + mu 0 4 180 179 182 183 + f 4 -304 306 308 -308 + mu 0 4 182 181 184 185 + f 4 -306 307 310 -310 + mu 0 4 183 182 185 186 + f 4 272 312 -314 -312 + mu 0 4 168 167 187 188 + f 4 274 314 -316 -313 + mu 0 4 167 166 189 187 + f 4 313 317 -319 -317 + mu 0 4 188 187 190 191 + f 4 315 319 -321 -318 + mu 0 4 187 189 192 190 + f 4 318 322 -324 -322 + mu 0 4 191 190 193 194 + f 4 320 324 -326 -323 + mu 0 4 190 192 195 193 + f 4 323 327 -329 -327 + mu 0 4 194 193 196 197 + f 4 325 329 -331 -328 + mu 0 4 193 195 198 196 + f 4 328 332 -334 -332 + mu 0 4 197 196 199 200 + f 4 330 334 -336 -333 + mu 0 4 196 198 201 199 + f 4 333 337 -339 -337 + mu 0 4 200 199 202 203 + f 4 335 339 -341 -338 + mu 0 4 199 201 204 202 + f 4 338 342 -344 -342 + mu 0 4 203 202 205 206 + f 4 340 344 -346 -343 + mu 0 4 202 204 207 205 + f 4 343 347 -349 -347 + mu 0 4 206 205 208 209 + f 4 345 349 -351 -348 + mu 0 4 205 207 210 208 + f 4 348 352 -354 -352 + mu 0 4 209 208 211 212 + f 4 350 354 -356 -353 + mu 0 4 208 210 213 211 + f 4 356 369 -363 -369 + mu 0 4 214 215 216 217 + f 4 357 370 -364 -370 + mu 0 4 215 218 219 216 + f 4 358 371 -365 -371 + mu 0 4 218 220 221 219 + f 4 359 372 -366 -372 + mu 0 4 220 222 223 221 + f 4 360 373 -367 -373 + mu 0 4 222 224 225 223 + f 4 361 368 -368 -374 + mu 0 4 224 214 217 225 + f 6 -570 -572 -574 -576 -578 -579 + mu 0 6 226 227 228 229 230 231 + f 4 434 430 432 433 + mu 0 4 232 233 234 235 + f 4 364 375 -377 -375 + mu 0 4 219 221 236 237 + f 4 365 377 -379 -376 + mu 0 4 221 223 238 236 + f 4 366 379 -381 -378 + mu 0 4 223 225 239 238 + f 4 367 381 -383 -380 + mu 0 4 225 217 240 239 + f 4 362 383 -385 -382 + mu 0 4 217 216 241 240 + f 4 363 374 -386 -384 + mu 0 4 216 219 237 241 + f 4 376 387 -389 -387 + mu 0 4 237 236 242 243 + f 4 378 389 -391 -388 + mu 0 4 236 238 244 242 + f 4 380 391 -393 -390 + mu 0 4 238 239 245 244 + f 4 382 393 -395 -392 + mu 0 4 239 240 246 245 + f 4 384 395 -397 -394 + mu 0 4 240 241 247 246 + f 4 385 386 -398 -396 + mu 0 4 241 237 243 247 + f 4 388 399 -401 -399 + mu 0 4 243 242 248 249 + f 4 390 401 -403 -400 + mu 0 4 242 244 250 248 + f 4 392 403 -405 -402 + mu 0 4 244 245 251 250 + f 4 394 405 -407 -404 + mu 0 4 245 246 252 251 + f 4 396 407 -409 -406 + mu 0 4 246 247 253 252 + f 4 397 398 -410 -408 + mu 0 4 247 243 249 253 + f 4 400 411 -413 -411 + mu 0 4 249 248 254 255 + f 4 402 413 -415 -412 + mu 0 4 248 250 256 254 + f 4 404 415 -417 -414 + mu 0 4 250 251 257 256 + f 4 406 417 -419 -416 + mu 0 4 251 252 258 257 + f 4 408 419 -421 -418 + mu 0 4 252 253 259 258 + f 4 409 410 -422 -420 + mu 0 4 253 249 255 259 + f 4 412 423 -425 -423 + mu 0 4 255 254 260 232 + f 4 414 425 -427 -424 + mu 0 4 254 256 261 260 + f 4 416 427 -429 -426 + mu 0 4 256 257 233 261 + f 4 418 429 -431 -428 + mu 0 4 257 258 234 233 + f 4 420 431 -433 -430 + mu 0 4 258 259 235 234 + f 4 421 422 -434 -432 + mu 0 4 259 255 232 235 + f 4 424 426 428 -435 + mu 0 4 232 260 261 233 + f 4 -359 435 437 -437 + mu 0 4 220 218 262 263 + f 4 -358 438 439 -436 + mu 0 4 218 215 264 262 + f 4 -357 440 441 -439 + mu 0 4 215 214 265 264 + f 4 -362 442 443 -441 + mu 0 4 214 224 266 265 + f 4 -361 444 445 -443 + mu 0 4 224 222 267 266 + f 4 -360 436 446 -445 + mu 0 4 222 220 263 267 + f 4 -438 447 449 -449 + mu 0 4 263 262 268 269 + f 4 -440 450 451 -448 + mu 0 4 262 264 270 268 + f 4 -442 452 453 -451 + mu 0 4 264 265 271 270 + f 4 -444 454 455 -453 + mu 0 4 265 266 272 271 + f 4 -446 456 457 -455 + mu 0 4 266 267 273 272 + f 4 -447 448 458 -457 + mu 0 4 267 263 269 273 + f 4 -450 459 461 -461 + mu 0 4 269 268 274 275 + f 4 -452 462 463 -460 + mu 0 4 268 270 276 274 + f 4 -454 464 465 -463 + mu 0 4 270 271 277 276 + f 4 -456 466 467 -465 + mu 0 4 271 272 278 277 + f 4 -458 468 469 -467 + mu 0 4 272 273 279 278 + f 4 -459 460 470 -469 + mu 0 4 273 269 275 279 + f 4 -462 471 473 -473 + mu 0 4 275 274 280 281 + f 4 -464 474 475 -472 + mu 0 4 274 276 282 280 + f 4 -466 476 477 -475 + mu 0 4 276 277 283 282 + f 4 -468 478 479 -477 + mu 0 4 277 278 284 283 + f 4 -470 480 481 -479 + mu 0 4 278 279 285 284 + f 4 -471 472 482 -481 + mu 0 4 279 275 281 285 + f 4 -474 483 485 -485 + mu 0 4 281 280 286 287 + f 4 -476 486 487 -484 + mu 0 4 280 282 288 286 + f 4 -478 488 489 -487 + mu 0 4 282 283 289 288 + f 4 -480 490 491 -489 + mu 0 4 283 284 290 289 + f 4 -482 492 493 -491 + mu 0 4 284 285 291 290 + f 4 -483 484 494 -493 + mu 0 4 285 281 287 291 + f 4 -486 495 497 -497 + mu 0 4 287 286 292 293 + f 4 -488 498 499 -496 + mu 0 4 286 288 294 292 + f 4 -490 500 501 -499 + mu 0 4 288 289 295 294 + f 4 -492 502 503 -501 + mu 0 4 289 290 296 295 + f 4 -494 504 505 -503 + mu 0 4 290 291 297 296 + f 4 -495 496 506 -505 + mu 0 4 291 287 293 297 + f 4 -498 507 509 -509 + mu 0 4 293 292 298 299 + f 4 -500 510 511 -508 + mu 0 4 292 294 300 298 + f 4 -502 512 513 -511 + mu 0 4 294 295 301 300 + f 4 -504 514 515 -513 + mu 0 4 295 296 302 301 + f 4 -506 516 517 -515 + mu 0 4 296 297 303 302 + f 4 -507 508 518 -517 + mu 0 4 297 293 299 303 + f 4 -510 519 521 -521 + mu 0 4 299 298 304 305 + f 4 -512 522 523 -520 + mu 0 4 298 300 306 304 + f 4 -514 524 525 -523 + mu 0 4 300 301 307 306 + f 4 -516 526 527 -525 + mu 0 4 301 302 308 307 + f 4 -518 528 529 -527 + mu 0 4 302 303 309 308 + f 4 -519 520 530 -529 + mu 0 4 303 299 305 309 + f 4 -522 531 533 -533 + mu 0 4 305 304 310 311 + f 4 -524 534 535 -532 + mu 0 4 304 306 312 310 + f 4 -526 536 537 -535 + mu 0 4 306 307 313 312 + f 4 -528 538 539 -537 + mu 0 4 307 308 314 313 + f 4 -530 540 541 -539 + mu 0 4 308 309 315 314 + f 4 -531 532 542 -541 + mu 0 4 309 305 311 315 + f 4 -534 543 545 -545 + mu 0 4 311 310 316 317 + f 4 -536 546 547 -544 + mu 0 4 310 312 318 316 + f 4 -538 548 549 -547 + mu 0 4 312 313 319 318 + f 4 -540 550 551 -549 + mu 0 4 313 314 320 319 + f 4 -542 552 553 -551 + mu 0 4 314 315 321 320 + f 4 -543 544 554 -553 + mu 0 4 315 311 317 321 + f 4 -546 555 557 -557 + mu 0 4 317 316 322 323 + f 4 -548 558 559 -556 + mu 0 4 316 318 324 322 + f 4 -550 560 561 -559 + mu 0 4 318 319 325 324 + f 4 -552 562 563 -561 + mu 0 4 319 320 326 325 + f 4 -554 564 565 -563 + mu 0 4 320 321 327 326 + f 4 -555 556 566 -565 + mu 0 4 321 317 323 327 + f 4 -558 567 569 -569 + mu 0 4 323 322 227 226 + f 4 -560 570 571 -568 + mu 0 4 322 324 228 227 + f 4 -562 572 573 -571 + mu 0 4 324 325 229 228 + f 4 -564 574 575 -573 + mu 0 4 325 326 230 229 + f 4 -566 576 577 -575 + mu 0 4 326 327 231 230 + f 4 -567 568 578 -577 + mu 0 4 327 323 226 231 ; + setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; +createNode materialInfo -n "materialInfo1"; +createNode shadingEngine -n "blinn1SG"; + setAttr ".ihi" 0; + setAttr ".ro" yes; +createNode blinn -n "blinn1"; +createNode file -n "file1"; + setAttr ".ftn" -type "string" "C:/Users/Black Sheep/Documents/maya/projects/default//images/LampPost copy.jpg"; +createNode place2dTexture -n "place2dTexture1"; +createNode bump2d -n "bump2d1"; + setAttr ".bd" 0.28940001130104065; + setAttr ".vc1" -type "float3" 0 9.0000001e-005 0 ; + setAttr ".vc2" -type "float3" 9.9999997e-006 9.9999997e-006 0 ; +createNode file -n "file3"; + setAttr ".ail" yes; + setAttr ".ftn" -type "string" "C:/Users/Black Sheep/Documents/maya/projects/default//images/LampPostBump.jpg"; +createNode place2dTexture -n "place2dTexture3"; +createNode file -n "file4"; + setAttr ".ftn" -type "string" "C:/Users/Black Sheep/Documents/maya/projects/default//images/LampPostOpacity.jpg"; +createNode place2dTexture -n "place2dTexture4"; +createNode lightLinker -n "lightLinker1"; + setAttr -s 3 ".lnk"; + setAttr -s 4 ".slnk"; +select -ne :time1; + setAttr ".o" 1; +select -ne :renderPartition; + setAttr -s 4 ".st"; +select -ne :renderGlobalsList1; +select -ne :defaultShaderList1; + setAttr -s 4 ".s"; +select -ne :postProcessList1; + setAttr -s 2 ".p"; +select -ne :defaultRenderUtilityList1; + setAttr -s 4 ".u"; +select -ne :lightList1; + setAttr -s 3 ".l"; +select -ne :defaultTextureList1; + setAttr -s 3 ".tx"; +select -ne :lambert1; + setAttr ".it" -type "float3" 0.28099999 0.28099999 0.28099999 ; +select -ne :initialShadingGroup; + setAttr ".ro" yes; +select -ne :initialParticleSE; + setAttr ".ro" yes; +select -ne :defaultResolution; + setAttr ".w" 1024; + setAttr ".h" 1024; + setAttr ".pa" 1; + setAttr ".dar" 1; +select -ne :defaultLightSet; + setAttr -s 3 ".dsm"; +select -ne :hardwareRenderGlobals; + setAttr ".ctrs" 256; + setAttr ".btrs" 512; +select -ne :defaultHardwareRenderGlobals; + setAttr ".fn" -type "string" "im"; + setAttr ".res" -type "string" "ntsc_4d 646 485 1.333"; +connectAttr "blinn1SG.msg" "materialInfo1.sg"; +connectAttr "blinn1.msg" "materialInfo1.m"; +connectAttr "file1.msg" "materialInfo1.t" -na; +connectAttr "blinn1.oc" "blinn1SG.ss"; +connectAttr "polySurfaceShape4.iog" "blinn1SG.dsm" -na; +connectAttr "file1.oc" "blinn1.c"; +connectAttr "bump2d1.o" "blinn1.n"; +connectAttr "file4.oc" "blinn1.ic"; +connectAttr "place2dTexture1.c" "file1.c"; +connectAttr "place2dTexture1.tf" "file1.tf"; +connectAttr "place2dTexture1.rf" "file1.rf"; +connectAttr "place2dTexture1.mu" "file1.mu"; +connectAttr "place2dTexture1.mv" "file1.mv"; +connectAttr "place2dTexture1.s" "file1.s"; +connectAttr "place2dTexture1.wu" "file1.wu"; +connectAttr "place2dTexture1.wv" "file1.wv"; +connectAttr "place2dTexture1.re" "file1.re"; +connectAttr "place2dTexture1.of" "file1.of"; +connectAttr "place2dTexture1.r" "file1.ro"; +connectAttr "place2dTexture1.n" "file1.n"; +connectAttr "place2dTexture1.vt1" "file1.vt1"; +connectAttr "place2dTexture1.vt2" "file1.vt2"; +connectAttr "place2dTexture1.vt3" "file1.vt3"; +connectAttr "place2dTexture1.vc1" "file1.vc1"; +connectAttr "place2dTexture1.o" "file1.uv"; +connectAttr "place2dTexture1.ofs" "file1.fs"; +connectAttr "file3.oa" "bump2d1.bv"; +connectAttr "place2dTexture3.c" "file3.c"; +connectAttr "place2dTexture3.tf" "file3.tf"; +connectAttr "place2dTexture3.rf" "file3.rf"; +connectAttr "place2dTexture3.mu" "file3.mu"; +connectAttr "place2dTexture3.mv" "file3.mv"; +connectAttr "place2dTexture3.s" "file3.s"; +connectAttr "place2dTexture3.wu" "file3.wu"; +connectAttr "place2dTexture3.wv" "file3.wv"; +connectAttr "place2dTexture3.re" "file3.re"; +connectAttr "place2dTexture3.of" "file3.of"; +connectAttr "place2dTexture3.r" "file3.ro"; +connectAttr "place2dTexture3.n" "file3.n"; +connectAttr "place2dTexture3.vt1" "file3.vt1"; +connectAttr "place2dTexture3.vt2" "file3.vt2"; +connectAttr "place2dTexture3.vt3" "file3.vt3"; +connectAttr "place2dTexture3.vc1" "file3.vc1"; +connectAttr "place2dTexture3.o" "file3.uv"; +connectAttr "place2dTexture3.ofs" "file3.fs"; +connectAttr "place2dTexture4.c" "file4.c"; +connectAttr "place2dTexture4.tf" "file4.tf"; +connectAttr "place2dTexture4.rf" "file4.rf"; +connectAttr "place2dTexture4.mu" "file4.mu"; +connectAttr "place2dTexture4.mv" "file4.mv"; +connectAttr "place2dTexture4.s" "file4.s"; +connectAttr "place2dTexture4.wu" "file4.wu"; +connectAttr "place2dTexture4.wv" "file4.wv"; +connectAttr "place2dTexture4.re" "file4.re"; +connectAttr "place2dTexture4.of" "file4.of"; +connectAttr "place2dTexture4.r" "file4.ro"; +connectAttr "place2dTexture4.n" "file4.n"; +connectAttr "place2dTexture4.vt1" "file4.vt1"; +connectAttr "place2dTexture4.vt2" "file4.vt2"; +connectAttr "place2dTexture4.vt3" "file4.vt3"; +connectAttr "place2dTexture4.vc1" "file4.vc1"; +connectAttr "place2dTexture4.o" "file4.uv"; +connectAttr "place2dTexture4.ofs" "file4.fs"; +connectAttr ":defaultLightSet.msg" "lightLinker1.lnk[0].llnk"; +connectAttr ":initialShadingGroup.msg" "lightLinker1.lnk[0].olnk"; +connectAttr ":defaultLightSet.msg" "lightLinker1.lnk[1].llnk"; +connectAttr ":initialParticleSE.msg" "lightLinker1.lnk[1].olnk"; +connectAttr ":defaultLightSet.msg" "lightLinker1.lnk[2].llnk"; +connectAttr "blinn1SG.msg" "lightLinker1.lnk[2].olnk"; +connectAttr ":defaultLightSet.msg" "lightLinker1.slnk[0].sllk"; +connectAttr ":initialShadingGroup.msg" "lightLinker1.slnk[0].solk"; +connectAttr ":defaultLightSet.msg" "lightLinker1.slnk[1].sllk"; +connectAttr ":initialParticleSE.msg" "lightLinker1.slnk[1].solk"; +connectAttr ":defaultLightSet.msg" "lightLinker1.slnk[2].sllk"; +connectAttr "blinn1SG.msg" "lightLinker1.slnk[2].solk"; +connectAttr ":defaultLightSet.msg" "lightLinker1.slnk[3].sllk"; +connectAttr "lightFogSE.msg" "lightLinker1.slnk[3].solk"; +connectAttr "blinn1SG.pa" ":renderPartition.st" -na; +connectAttr "blinn1.msg" ":defaultShaderList1.s" -na; +connectAttr "place2dTexture1.msg" ":defaultRenderUtilityList1.u" -na; +connectAttr "place2dTexture3.msg" ":defaultRenderUtilityList1.u" -na; +connectAttr "bump2d1.msg" ":defaultRenderUtilityList1.u" -na; +connectAttr "place2dTexture4.msg" ":defaultRenderUtilityList1.u" -na; +connectAttr "lightLinker1.msg" ":lightList1.ln" -na; +connectAttr "file1.msg" ":defaultTextureList1.tx" -na; +connectAttr "file3.msg" ":defaultTextureList1.tx" -na; +connectAttr "file4.msg" ":defaultTextureList1.tx" -na; +// End of LampPost.ma diff --git a/Assets/MR Assets/LampPost Condo/LampPostBump.jpg b/Assets/MR Assets/LampPost Condo/LampPostBump.jpg new file mode 100644 index 0000000..1ac609e Binary files /dev/null and b/Assets/MR Assets/LampPost Condo/LampPostBump.jpg differ diff --git a/Assets/MR Assets/LampPost Condo/Materials/Glass.mat b/Assets/MR Assets/LampPost Condo/Materials/Glass.mat new file mode 100644 index 0000000..d6a2cf1 Binary files /dev/null and b/Assets/MR Assets/LampPost Condo/Materials/Glass.mat differ diff --git a/Assets/MR Assets/LampPost Condo/Materials/LampPost copy.mat b/Assets/MR Assets/LampPost Condo/Materials/LampPost copy.mat new file mode 100644 index 0000000..d3999a6 Binary files /dev/null and b/Assets/MR Assets/LampPost Condo/Materials/LampPost copy.mat differ diff --git a/Assets/MR Assets/LampPost Condo/Materials/Mat.mat b/Assets/MR Assets/LampPost Condo/Materials/Mat.mat new file mode 100644 index 0000000..2253771 Binary files /dev/null and b/Assets/MR Assets/LampPost Condo/Materials/Mat.mat differ diff --git a/Assets/MR Assets/LampPost Condo/Materials/Sash-Colons.mat b/Assets/MR Assets/LampPost Condo/Materials/Sash-Colons.mat new file mode 100644 index 0000000..6eb4ba8 Binary files /dev/null and b/Assets/MR Assets/LampPost Condo/Materials/Sash-Colons.mat differ diff --git a/Assets/MR Assets/LampPost Condo/Materials/Wall.mat b/Assets/MR Assets/LampPost Condo/Materials/Wall.mat new file mode 100644 index 0000000..a5abf89 Binary files /dev/null and b/Assets/MR Assets/LampPost Condo/Materials/Wall.mat differ diff --git a/Assets/MR Assets/LampPost Condo/Materials/Wall1.mat b/Assets/MR Assets/LampPost Condo/Materials/Wall1.mat new file mode 100644 index 0000000..15f96c0 Binary files /dev/null and b/Assets/MR Assets/LampPost Condo/Materials/Wall1.mat differ diff --git a/Assets/MR Assets/LampPost Condo/Materials/polySurface1Mat.mat b/Assets/MR Assets/LampPost Condo/Materials/polySurface1Mat.mat new file mode 100644 index 0000000..985f32d Binary files /dev/null and b/Assets/MR Assets/LampPost Condo/Materials/polySurface1Mat.mat differ diff --git a/Assets/MR Assets/Mario Kart- Double Dash!! - Peach Beach - 05.mp3 b/Assets/MR Assets/Mario Kart- Double Dash!! - Peach Beach - 05.mp3 new file mode 100644 index 0000000..3c011a7 Binary files /dev/null and b/Assets/MR Assets/Mario Kart- Double Dash!! - Peach Beach - 05.mp3 differ diff --git a/Assets/MR Assets/Markett/Leinen1.jpg b/Assets/MR Assets/Markett/Leinen1.jpg new file mode 100644 index 0000000..5310d74 Binary files /dev/null and b/Assets/MR Assets/Markett/Leinen1.jpg differ diff --git a/Assets/MR Assets/Markett/Leinen2.jpg b/Assets/MR Assets/Markett/Leinen2.jpg new file mode 100644 index 0000000..51789e6 Binary files /dev/null and b/Assets/MR Assets/Markett/Leinen2.jpg differ diff --git a/Assets/MR Assets/Markett/Markett.3DS b/Assets/MR Assets/Markett/Markett.3DS new file mode 100644 index 0000000..3924209 Binary files /dev/null and b/Assets/MR Assets/Markett/Markett.3DS differ diff --git a/Assets/MR Assets/Markett/Materials/01 - Default.mat b/Assets/MR Assets/Markett/Materials/01 - Default.mat new file mode 100644 index 0000000..d04ef69 Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/01 - Default.mat differ diff --git a/Assets/MR Assets/Markett/Materials/05 - Default.mat b/Assets/MR Assets/Markett/Materials/05 - Default.mat new file mode 100644 index 0000000..9a11f99 Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/05 - Default.mat differ diff --git a/Assets/MR Assets/Markett/Materials/07 - Default.mat b/Assets/MR Assets/Markett/Materials/07 - Default.mat new file mode 100644 index 0000000..560d649 Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/07 - Default.mat differ diff --git a/Assets/MR Assets/Markett/Materials/11 - Default.mat b/Assets/MR Assets/Markett/Materials/11 - Default.mat new file mode 100644 index 0000000..539465f Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/11 - Default.mat differ diff --git a/Assets/MR Assets/Markett/Materials/Leinen1.mat b/Assets/MR Assets/Markett/Materials/Leinen1.mat new file mode 100644 index 0000000..dea9dde Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/Leinen1.mat differ diff --git a/Assets/MR Assets/Markett/Materials/Leinen2.mat b/Assets/MR Assets/Markett/Materials/Leinen2.mat new file mode 100644 index 0000000..384aff8 Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/Leinen2.mat differ diff --git a/Assets/MR Assets/Markett/Materials/Wood.mat b/Assets/MR Assets/Markett/Materials/Wood.mat new file mode 100644 index 0000000..e374576 Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/Wood.mat differ diff --git a/Assets/MR Assets/Markett/Materials/WoodLight.mat b/Assets/MR Assets/Markett/Materials/WoodLight.mat new file mode 100644 index 0000000..fb00afe Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/WoodLight.mat differ diff --git a/Assets/MR Assets/Markett/Materials/black.mat b/Assets/MR Assets/Markett/Materials/black.mat new file mode 100644 index 0000000..ed5c4d9 Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/black.mat differ diff --git a/Assets/MR Assets/Markett/Materials/blue.mat b/Assets/MR Assets/Markett/Materials/blue.mat new file mode 100644 index 0000000..627a5c0 Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/blue.mat differ diff --git a/Assets/MR Assets/Markett/Materials/green.mat b/Assets/MR Assets/Markett/Materials/green.mat new file mode 100644 index 0000000..bb9a84d Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/green.mat differ diff --git a/Assets/MR Assets/Markett/Materials/market1.mat b/Assets/MR Assets/Markett/Materials/market1.mat new file mode 100644 index 0000000..b1a04dd Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/market1.mat differ diff --git a/Assets/MR Assets/Markett/Materials/market2.mat b/Assets/MR Assets/Markett/Materials/market2.mat new file mode 100644 index 0000000..f82b135 Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/market2.mat differ diff --git a/Assets/MR Assets/Markett/Materials/orange.mat b/Assets/MR Assets/Markett/Materials/orange.mat new file mode 100644 index 0000000..8f851b9 Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/orange.mat differ diff --git a/Assets/MR Assets/Markett/Materials/purple.mat b/Assets/MR Assets/Markett/Materials/purple.mat new file mode 100644 index 0000000..2eaa4e7 Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/purple.mat differ diff --git a/Assets/MR Assets/Markett/Materials/red.mat b/Assets/MR Assets/Markett/Materials/red.mat new file mode 100644 index 0000000..1091ec7 Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/red.mat differ diff --git a/Assets/MR Assets/Markett/Materials/white.mat b/Assets/MR Assets/Markett/Materials/white.mat new file mode 100644 index 0000000..d28aecc Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/white.mat differ diff --git a/Assets/MR Assets/Markett/Materials/yellow.mat b/Assets/MR Assets/Markett/Materials/yellow.mat new file mode 100644 index 0000000..2f0da44 Binary files /dev/null and b/Assets/MR Assets/Markett/Materials/yellow.mat differ diff --git a/Assets/MR Assets/Markett/Wood.jpg b/Assets/MR Assets/Markett/Wood.jpg new file mode 100644 index 0000000..a6bdf5d Binary files /dev/null and b/Assets/MR Assets/Markett/Wood.jpg differ diff --git a/Assets/MR Assets/Markett/WoodLight.jpg b/Assets/MR Assets/Markett/WoodLight.jpg new file mode 100644 index 0000000..0c80178 Binary files /dev/null and b/Assets/MR Assets/Markett/WoodLight.jpg differ diff --git a/Assets/MR Assets/Markett/market1.jpg b/Assets/MR Assets/Markett/market1.jpg new file mode 100644 index 0000000..627e00e Binary files /dev/null and b/Assets/MR Assets/Markett/market1.jpg differ diff --git a/Assets/MR Assets/Markett/market1wire.jpg b/Assets/MR Assets/Markett/market1wire.jpg new file mode 100644 index 0000000..5b5fe45 Binary files /dev/null and b/Assets/MR Assets/Markett/market1wire.jpg differ diff --git a/Assets/MR Assets/Markett/market2.3DS b/Assets/MR Assets/Markett/market2.3DS new file mode 100644 index 0000000..08d3b7a Binary files /dev/null and b/Assets/MR Assets/Markett/market2.3DS differ diff --git a/Assets/MR Assets/Markett/market2.jpg b/Assets/MR Assets/Markett/market2.jpg new file mode 100644 index 0000000..2df89d6 Binary files /dev/null and b/Assets/MR Assets/Markett/market2.jpg differ diff --git a/Assets/MR Assets/Markett/market3.3DS b/Assets/MR Assets/Markett/market3.3DS new file mode 100644 index 0000000..7ee5efa Binary files /dev/null and b/Assets/MR Assets/Markett/market3.3DS differ diff --git a/Assets/MR Assets/Markett/market3.jpg b/Assets/MR Assets/Markett/market3.jpg new file mode 100644 index 0000000..713c36a Binary files /dev/null and b/Assets/MR Assets/Markett/market3.jpg differ diff --git a/Assets/MR Assets/Markett/market4.3DS b/Assets/MR Assets/Markett/market4.3DS new file mode 100644 index 0000000..5bed646 Binary files /dev/null and b/Assets/MR Assets/Markett/market4.3DS differ diff --git a/Assets/MR Assets/Markett/market4.jpg b/Assets/MR Assets/Markett/market4.jpg new file mode 100644 index 0000000..7e1d1c0 Binary files /dev/null and b/Assets/MR Assets/Markett/market4.jpg differ diff --git a/Assets/MR Assets/Markett/market5.3DS b/Assets/MR Assets/Markett/market5.3DS new file mode 100644 index 0000000..0a7215d Binary files /dev/null and b/Assets/MR Assets/Markett/market5.3DS differ diff --git a/Assets/MR Assets/Markett/market5.jpg b/Assets/MR Assets/Markett/market5.jpg new file mode 100644 index 0000000..b4ff9e4 Binary files /dev/null and b/Assets/MR Assets/Markett/market5.jpg differ diff --git a/Assets/MR Assets/Markett/market6.3DS b/Assets/MR Assets/Markett/market6.3DS new file mode 100644 index 0000000..e725101 Binary files /dev/null and b/Assets/MR Assets/Markett/market6.3DS differ diff --git a/Assets/MR Assets/Markett/market6.jpg b/Assets/MR Assets/Markett/market6.jpg new file mode 100644 index 0000000..0557705 Binary files /dev/null and b/Assets/MR Assets/Markett/market6.jpg differ diff --git a/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/DDS/concbrick.dds b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/DDS/concbrick.dds new file mode 100644 index 0000000..b81e498 Binary files /dev/null and b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/DDS/concbrick.dds differ diff --git a/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/DDS/concbrick_NRM.dds b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/DDS/concbrick_NRM.dds new file mode 100644 index 0000000..118ee48 Binary files /dev/null and b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/DDS/concbrick_NRM.dds differ diff --git a/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/DDS/metal.dds b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/DDS/metal.dds new file mode 100644 index 0000000..e627b50 Binary files /dev/null and b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/DDS/metal.dds differ diff --git a/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/DDS/metal_NRM.dds b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/DDS/metal_NRM.dds new file mode 100644 index 0000000..b8a748a Binary files /dev/null and b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/DDS/metal_NRM.dds differ diff --git a/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/JPG/concbrick.jpg b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/JPG/concbrick.jpg new file mode 100644 index 0000000..dd077ee Binary files /dev/null and b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/JPG/concbrick.jpg differ diff --git a/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/JPG/concbrick_NRM.jpg b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/JPG/concbrick_NRM.jpg new file mode 100644 index 0000000..3f3dd55 Binary files /dev/null and b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/JPG/concbrick_NRM.jpg differ diff --git a/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/JPG/metal.jpg b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/JPG/metal.jpg new file mode 100644 index 0000000..0a3645b Binary files /dev/null and b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/JPG/metal.jpg differ diff --git a/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/JPG/metal_NRM.jpg b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/JPG/metal_NRM.jpg new file mode 100644 index 0000000..cb2c614 Binary files /dev/null and b/Assets/MR Assets/Metal_Fence_Geo_Piskas/Textures/JPG/metal_NRM.jpg differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m0.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m0.mat new file mode 100644 index 0000000..7cae84b Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m0.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m1.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m1.mat new file mode 100644 index 0000000..bb2a2b9 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m1.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m10.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m10.mat new file mode 100644 index 0000000..9c67cd0 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m10.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m11.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m11.mat new file mode 100644 index 0000000..ca40608 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m11.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m12.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m12.mat new file mode 100644 index 0000000..2f4add7 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m12.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m13.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m13.mat new file mode 100644 index 0000000..36dc7b3 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m13.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m14.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m14.mat new file mode 100644 index 0000000..f93690e Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m14.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m15.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m15.mat new file mode 100644 index 0000000..805eb5d Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m15.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m16.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m16.mat new file mode 100644 index 0000000..997649f Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m16.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m2.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m2.mat new file mode 100644 index 0000000..c9431f0 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m2.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m3.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m3.mat new file mode 100644 index 0000000..c599b08 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m3.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m4.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m4.mat new file mode 100644 index 0000000..5ac7360 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m4.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m5.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m5.mat new file mode 100644 index 0000000..b468c26 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m5.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m6.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m6.mat new file mode 100644 index 0000000..8772935 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m6.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m7.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m7.mat new file mode 100644 index 0000000..9d78578 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m7.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m8.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m8.mat new file mode 100644 index 0000000..f6668d9 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m8.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/Materials/m9.mat b/Assets/MR Assets/Mushroom Bridge/Materials/m9.mat new file mode 100644 index 0000000..d06083d Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/Materials/m9.mat differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushMM13.png b/Assets/MR Assets/Mushroom Bridge/mushMM13.png new file mode 100644 index 0000000..0c07c97 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushMM13.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushMS02.png b/Assets/MR Assets/Mushroom Bridge/mushMS02.png new file mode 100644 index 0000000..c6c58a5 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushMS02.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushMS16.png b/Assets/MR Assets/Mushroom Bridge/mushMS16.png new file mode 100644 index 0000000..c5e5747 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushMS16.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS00.png b/Assets/MR Assets/Mushroom Bridge/mushSS00.png new file mode 100644 index 0000000..fe3123b Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS00.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS01.png b/Assets/MR Assets/Mushroom Bridge/mushSS01.png new file mode 100644 index 0000000..a78ea69 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS01.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS03.png b/Assets/MR Assets/Mushroom Bridge/mushSS03.png new file mode 100644 index 0000000..e7a2197 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS03.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS04.png b/Assets/MR Assets/Mushroom Bridge/mushSS04.png new file mode 100644 index 0000000..eb3176e Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS04.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS05.png b/Assets/MR Assets/Mushroom Bridge/mushSS05.png new file mode 100644 index 0000000..75e9988 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS05.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS06.png b/Assets/MR Assets/Mushroom Bridge/mushSS06.png new file mode 100644 index 0000000..bfb370b Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS06.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS07.png b/Assets/MR Assets/Mushroom Bridge/mushSS07.png new file mode 100644 index 0000000..1f224e4 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS07.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS08.png b/Assets/MR Assets/Mushroom Bridge/mushSS08.png new file mode 100644 index 0000000..51538b9 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS08.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS09.png b/Assets/MR Assets/Mushroom Bridge/mushSS09.png new file mode 100644 index 0000000..c7de045 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS09.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS10.png b/Assets/MR Assets/Mushroom Bridge/mushSS10.png new file mode 100644 index 0000000..a09c78e Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS10.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS11.png b/Assets/MR Assets/Mushroom Bridge/mushSS11.png new file mode 100644 index 0000000..ea0cf5e Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS11.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS12.png b/Assets/MR Assets/Mushroom Bridge/mushSS12.png new file mode 100644 index 0000000..b400c6b Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS12.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS14.png b/Assets/MR Assets/Mushroom Bridge/mushSS14.png new file mode 100644 index 0000000..edfb656 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS14.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS15.png b/Assets/MR Assets/Mushroom Bridge/mushSS15.png new file mode 100644 index 0000000..d22b5aa Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS15.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS17.png b/Assets/MR Assets/Mushroom Bridge/mushSS17.png new file mode 100644 index 0000000..152306a Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS17.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS18.png b/Assets/MR Assets/Mushroom Bridge/mushSS18.png new file mode 100644 index 0000000..3c74f77 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS18.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS19.png b/Assets/MR Assets/Mushroom Bridge/mushSS19.png new file mode 100644 index 0000000..dd163b2 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS19.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS20.png b/Assets/MR Assets/Mushroom Bridge/mushSS20.png new file mode 100644 index 0000000..1901e53 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS20.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushSS21.png b/Assets/MR Assets/Mushroom Bridge/mushSS21.png new file mode 100644 index 0000000..efc612e Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushSS21.png differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushroombridge.3ds b/Assets/MR Assets/Mushroom Bridge/mushroombridge.3ds new file mode 100644 index 0000000..1326836 Binary files /dev/null and b/Assets/MR Assets/Mushroom Bridge/mushroombridge.3ds differ diff --git a/Assets/MR Assets/Mushroom Bridge/mushroombridge.mtl b/Assets/MR Assets/Mushroom Bridge/mushroombridge.mtl new file mode 100644 index 0000000..46050f1 --- /dev/null +++ b/Assets/MR Assets/Mushroom Bridge/mushroombridge.mtl @@ -0,0 +1,157 @@ +# Wavefront MTL +# Created by fragMOTION +# http://www.fragmosoft.com + +newmtl m0 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushSS21.png +newmtl m1 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushSS19.png +newmtl m10 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushSS08.png +newmtl m11 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushSS07.png +newmtl m12 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushSS06.png +newmtl m13 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushSS05.png +newmtl m14 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushSS04.png +newmtl m15 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushMS02.png +newmtl m16 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushSS00.png +newmtl m2 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushSS18.png +newmtl m3 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushMS16.png +newmtl m4 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushSS15.png +newmtl m5 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushSS14.png +newmtl m6 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushMM13.png +newmtl m7 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushSS12.png +newmtl m8 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushSS11.png +newmtl m9 +illum 2 +d 1 +ka 0.588235 0.588235 0.588235 +kd 0.588235 0.588235 0.588235 +ks 0.898039 0.898039 0.898039 +ke 0 0 0 +ns 12.8 +map_Kd mushSS09.png diff --git a/Assets/MR Assets/N64 007/Materials/dam tuck_grp.mat b/Assets/MR Assets/N64 007/Materials/dam tuck_grp.mat new file mode 100644 index 0000000..464c92e Binary files /dev/null and b/Assets/MR Assets/N64 007/Materials/dam tuck_grp.mat differ diff --git a/Assets/MR Assets/N64 007/Materials/defaultMat.mat b/Assets/MR Assets/N64 007/Materials/defaultMat.mat new file mode 100644 index 0000000..4bcd1ab Binary files /dev/null and b/Assets/MR Assets/N64 007/Materials/defaultMat.mat differ diff --git a/Assets/MR Assets/N64 007/dam tuck.mtl b/Assets/MR Assets/N64 007/dam tuck.mtl new file mode 100644 index 0000000..3131c45 --- /dev/null +++ b/Assets/MR Assets/N64 007/dam tuck.mtl @@ -0,0 +1,167 @@ +# Blender3D MTL File: dam tuck.blend +# Material Count: 15 +newmtl Material.131_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.568750 0.568750 0.568750 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + +newmtl Material.129_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.215625 0.215625 0.215625 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + +newmtl Material.130_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.568750 0.568750 0.568750 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + +newmtl Material.132_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.568750 0.568750 0.568750 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + +newmtl Material.094_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.568750 0.568750 0.568750 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + +newmtl Material.092_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.750000 0.750000 0.750000 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + +newmtl Material.090_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.793750 0.793750 0.793750 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + +newmtl Material.093_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.750000 0.750000 0.750000 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + +newmtl Material.091_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.425000 0.425000 0.425000 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + +newmtl Material.133_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.568750 0.568750 0.568750 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + +newmtl Material.077_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.793750 0.793750 0.793750 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + +newmtl Material.096_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.568750 0.568750 0.568750 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + +newmtl Material.097_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.568750 0.568750 0.568750 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + +newmtl Material.095_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.568750 0.568750 0.568750 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + +newmtl Material.128_dam_tuck_grp.png +Ns 0.000000 +Ka 0.000000 0.000000 0.000000 +Kd 0.793750 0.793750 0.793750 +Ks 0.000000 0.000000 0.000000 +Ni 1.000000 +d 1.000000 +illum 2 +map_Kd dam tuck_grp.png + + diff --git a/Assets/MR Assets/N64 007/dam tuck_grp.png b/Assets/MR Assets/N64 007/dam tuck_grp.png new file mode 100644 index 0000000..320dab2 Binary files /dev/null and b/Assets/MR Assets/N64 007/dam tuck_grp.png differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m0.mat b/Assets/MR Assets/Peach Beach/Materials/m0.mat new file mode 100644 index 0000000..c289c33 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m0.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m1.mat b/Assets/MR Assets/Peach Beach/Materials/m1.mat new file mode 100644 index 0000000..c183283 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m1.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m10.mat b/Assets/MR Assets/Peach Beach/Materials/m10.mat new file mode 100644 index 0000000..b2f1187 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m10.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m11.mat b/Assets/MR Assets/Peach Beach/Materials/m11.mat new file mode 100644 index 0000000..870c2a3 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m11.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m12.mat b/Assets/MR Assets/Peach Beach/Materials/m12.mat new file mode 100644 index 0000000..9f703c5 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m12.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m13.mat b/Assets/MR Assets/Peach Beach/Materials/m13.mat new file mode 100644 index 0000000..15071d8 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m13.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m14.mat b/Assets/MR Assets/Peach Beach/Materials/m14.mat new file mode 100644 index 0000000..9ee7443 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m14.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m2.mat b/Assets/MR Assets/Peach Beach/Materials/m2.mat new file mode 100644 index 0000000..6edd602 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m2.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m3.mat b/Assets/MR Assets/Peach Beach/Materials/m3.mat new file mode 100644 index 0000000..374209c Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m3.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m4.mat b/Assets/MR Assets/Peach Beach/Materials/m4.mat new file mode 100644 index 0000000..f480835 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m4.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m5.mat b/Assets/MR Assets/Peach Beach/Materials/m5.mat new file mode 100644 index 0000000..768cf26 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m5.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m6.mat b/Assets/MR Assets/Peach Beach/Materials/m6.mat new file mode 100644 index 0000000..f4f0f69 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m6.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m7.mat b/Assets/MR Assets/Peach Beach/Materials/m7.mat new file mode 100644 index 0000000..3a377f6 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m7.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m8.mat b/Assets/MR Assets/Peach Beach/Materials/m8.mat new file mode 100644 index 0000000..defa7c0 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m8.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/m9.mat b/Assets/MR Assets/Peach Beach/Materials/m9.mat new file mode 100644 index 0000000..fd51fa5 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/m9.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS00 - Copy.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS00 - Copy.mat new file mode 100644 index 0000000..0873557 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS00 - Copy.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS00.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS00.mat new file mode 100644 index 0000000..664cfec Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS00.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS04.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS04.mat new file mode 100644 index 0000000..7f2d738 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS04.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS05.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS05.mat new file mode 100644 index 0000000..8edf6f5 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS05.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS06.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS06.mat new file mode 100644 index 0000000..483eb81 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS06.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS07.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS07.mat new file mode 100644 index 0000000..217ee11 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS07.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS09.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS09.mat new file mode 100644 index 0000000..98e042c Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS09.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS11.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS11.mat new file mode 100644 index 0000000..0c782c9 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS11.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS12.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS12.mat new file mode 100644 index 0000000..a7d6260 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS12.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS13.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS13.mat new file mode 100644 index 0000000..6d2ddcc Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS13.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS14.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS14.mat new file mode 100644 index 0000000..fc29bc8 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS14.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS15 - Copy.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS15 - Copy.mat new file mode 100644 index 0000000..63750e6 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS15 - Copy.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS15.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS15.mat new file mode 100644 index 0000000..ac52f8d Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS15.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS16 - Copy.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS16 - Copy.mat new file mode 100644 index 0000000..674e099 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS16 - Copy.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS16.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS16.mat new file mode 100644 index 0000000..eccc9df Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS16.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS17.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS17.mat new file mode 100644 index 0000000..13fac57 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS17.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS5.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS5.mat new file mode 100644 index 0000000..a9f9e69 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS5.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS6.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS6.mat new file mode 100644 index 0000000..3bd5a9d Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS6.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS7.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS7.mat new file mode 100644 index 0000000..f06c3e5 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS7.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS8.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS8.mat new file mode 100644 index 0000000..7187341 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS8.mat differ diff --git a/Assets/MR Assets/Peach Beach/Materials/peacSS9.mat b/Assets/MR Assets/Peach Beach/Materials/peacSS9.mat new file mode 100644 index 0000000..d10fcd6 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/Materials/peacSS9.mat differ diff --git a/Assets/MR Assets/Peach Beach/peacSS00 - Copy.png b/Assets/MR Assets/Peach Beach/peacSS00 - Copy.png new file mode 100644 index 0000000..0093d26 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS00 - Copy.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS00.png b/Assets/MR Assets/Peach Beach/peacSS00.png new file mode 100644 index 0000000..77e4e5e Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS00.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS01.png b/Assets/MR Assets/Peach Beach/peacSS01.png new file mode 100644 index 0000000..905fe60 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS01.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS02.png b/Assets/MR Assets/Peach Beach/peacSS02.png new file mode 100644 index 0000000..2dbdad8 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS02.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS03.png b/Assets/MR Assets/Peach Beach/peacSS03.png new file mode 100644 index 0000000..63a5d85 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS03.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS04.png b/Assets/MR Assets/Peach Beach/peacSS04.png new file mode 100644 index 0000000..9ead375 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS04.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS05.png b/Assets/MR Assets/Peach Beach/peacSS05.png new file mode 100644 index 0000000..bc61590 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS05.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS06.png b/Assets/MR Assets/Peach Beach/peacSS06.png new file mode 100644 index 0000000..31c7813 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS06.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS07.png b/Assets/MR Assets/Peach Beach/peacSS07.png new file mode 100644 index 0000000..1901e53 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS07.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS08.png b/Assets/MR Assets/Peach Beach/peacSS08.png new file mode 100644 index 0000000..56d5aeb Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS08.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS09.png b/Assets/MR Assets/Peach Beach/peacSS09.png new file mode 100644 index 0000000..d0e2da5 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS09.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS10.png b/Assets/MR Assets/Peach Beach/peacSS10.png new file mode 100644 index 0000000..cc6a448 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS10.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS11.png b/Assets/MR Assets/Peach Beach/peacSS11.png new file mode 100644 index 0000000..a0d1a86 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS11.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS12.png b/Assets/MR Assets/Peach Beach/peacSS12.png new file mode 100644 index 0000000..2255e4f Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS12.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS13.png b/Assets/MR Assets/Peach Beach/peacSS13.png new file mode 100644 index 0000000..68d0588 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS13.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS14.png b/Assets/MR Assets/Peach Beach/peacSS14.png new file mode 100644 index 0000000..b5c2c45 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS14.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS15 - Copy.png b/Assets/MR Assets/Peach Beach/peacSS15 - Copy.png new file mode 100644 index 0000000..47415e7 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS15 - Copy.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS15.png b/Assets/MR Assets/Peach Beach/peacSS15.png new file mode 100644 index 0000000..977cb64 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS15.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS16 - Copy.png b/Assets/MR Assets/Peach Beach/peacSS16 - Copy.png new file mode 100644 index 0000000..f81d487 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS16 - Copy.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS16.png b/Assets/MR Assets/Peach Beach/peacSS16.png new file mode 100644 index 0000000..511b229 Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS16.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS17 - Copy.png b/Assets/MR Assets/Peach Beach/peacSS17 - Copy.png new file mode 100644 index 0000000..b2f55cf Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS17 - Copy.png differ diff --git a/Assets/MR Assets/Peach Beach/peacSS17.png b/Assets/MR Assets/Peach Beach/peacSS17.png new file mode 100644 index 0000000..d7efb3b Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peacSS17.png differ diff --git a/Assets/MR Assets/Peach Beach/peachbeach.3ds b/Assets/MR Assets/Peach Beach/peachbeach.3ds new file mode 100644 index 0000000..c9d3e9f Binary files /dev/null and b/Assets/MR Assets/Peach Beach/peachbeach.3ds differ diff --git a/Assets/MR Assets/Peach Beach/peachbeach.mtl b/Assets/MR Assets/Peach Beach/peachbeach.mtl new file mode 100644 index 0000000..b9f235a --- /dev/null +++ b/Assets/MR Assets/Peach Beach/peachbeach.mtl @@ -0,0 +1,139 @@ +# Wavefront MTL +# Created by fragMOTION +# http://www.fragmosoft.com + +newmtl m0 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS17.png +newmtl m1 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS16.png +newmtl m10 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS05.png +newmtl m11 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS04.png +newmtl m12 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS03.png +newmtl m13 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS01.png +newmtl m14 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS00.png +newmtl m2 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS15.png +newmtl m3 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS14.png +newmtl m4 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS13.png +newmtl m5 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS12.png +newmtl m6 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS11.png +newmtl m7 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS09.png +newmtl m8 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS08.png +newmtl m9 +illum 2 +d 1 +ka 0.584314 0.584314 0.584314 +kd 0.584314 0.584314 0.584314 +ks 0.894118 0.894118 0.894118 +ke 0 0 0 +ns 12.8 +map_Kd peacSS06.png diff --git a/Assets/MR Assets/PokePark 2/Eevee/Eevee.SMD b/Assets/MR Assets/PokePark 2/Eevee/Eevee.SMD new file mode 100644 index 0000000..ea72d5f --- /dev/null +++ b/Assets/MR Assets/PokePark 2/Eevee/Eevee.SMD @@ -0,0 +1,6242 @@ +version 1 +nodes + 0 "Eievui" -1 + 1 "Origin" 0 + 2 "Waist" 1 + 3 "LThigh" 2 + 4 "LLeg" 3 + 5 "LFoot" 4 + 6 "LToe" 5 + 7 "RThigh" 2 + 8 "RLeg" 7 + 9 "RFoot" 8 + 10 "RToe" 9 + 11 "Spine" 2 + 12 "Head" 11 + 13 "Feeler" 12 + 14 "FeelerL" 12 + 15 "FeelerR" 12 + 16 "LEar" 12 + 17 "LEar1" 16 + 18 "REar" 12 + 19 "REar1" 18 + 20 "LArm" 11 + 21 "LForeArm" 20 + 22 "LHand" 21 + 23 "RArm" 11 + 24 "RForeArm" 23 + 25 "RHand" 24 + 26 "Tail" 2 + 27 "Tail1" 26 + 28 "Eevee" -1 +end +skeleton +time 0 + 0 0.000000 0.000000 0.000000 1.570796 -0.000000 0.000000 + 1 0.000000 0.000000 0.000000 0.000000 -0.000000 0.000000 + 2 0.000000 1.141527 -0.472740 0.000000 -0.000000 0.000000 + 3 0.350000 0.036813 -0.074010 2.832016 -0.000000 0.000000 + 4 0.000000 0.490267 -0.000000 1.440396 -0.000000 0.000000 + 5 0.000000 0.374306 0.000000 -1.468621 0.000000 0.000000 + 6 0.000000 0.415808 0.000000 -1.232995 0.000000 0.000000 + 7 -0.350000 0.036813 -0.074010 2.832016 -0.000000 0.000000 + 8 0.000000 0.490267 -0.000000 1.440563 -0.000000 0.000000 + 9 0.000000 0.374277 0.000000 -1.469167 0.000000 0.000000 + 10 0.000000 0.415360 0.000000 -1.232615 0.000000 0.000000 + 11 0.000000 0.020450 0.433884 1.570796 -0.000000 0.000000 + 12 0.000000 0.477618 -0.279277 0.000000 -0.000000 0.000000 + 13 0.000000 0.717470 0.041747 0.000000 -0.000000 0.000000 + 14 0.540737 0.137779 -0.092357 0.000000 0.000000 -1.570796 + 15 -0.541000 0.137779 -0.092000 0.000000 -0.000000 1.570796 + 16 0.707512 0.361812 -1.033103 -1.669902 -0.964662 -0.071561 + 17 0.000000 0.709830 0.000000 -0.062318 -0.081985 0.022169 + 18 -0.707512 0.361812 -1.033103 -1.669902 0.964662 0.071561 + 19 0.000000 0.709830 0.000000 -0.062318 0.081985 -0.022169 + 20 0.347672 0.456029 0.208985 1.309386 0.000001 -0.000001 + 21 0.000000 0.491493 0.000000 -0.238968 0.000001 0.000001 + 22 -0.000000 0.303413 0.000000 -1.070418 -0.000000 -0.000000 + 23 -0.347672 0.455863 0.209090 1.309815 -0.000001 0.000001 + 24 0.000000 0.491671 -0.000000 -0.239398 -0.000001 -0.000001 + 25 -0.000000 0.303413 0.000000 -1.070418 0.000000 0.000000 + 26 0.000000 0.200833 -0.256811 -1.537848 0.000000 0.000000 + 27 0.000000 1.306796 0.000000 -0.032949 0.000000 0.000000 + 28 0.000000 0.000000 0.000000 0.000000 -0.000000 0.000000 +end +triangles +EievuiEyeDh.png + 28 -0.574811 -1.259555 2.434047 -0.695579 -0.657188 0.290298 0.421875 0.976563 1 12 1.000000 + 28 -0.568097 -1.326404 2.156641 -0.649933 -0.744841 0.150990 0.406250 0.871094 1 12 1.000000 + 28 -0.230203 -1.457876 2.482682 -0.397870 -0.865533 0.304223 0.132813 0.996094 1 12 1.000000 +EievuiEyeDh.png + 28 -0.568097 -1.326404 2.156641 -0.649933 -0.744841 0.150990 0.406250 0.871094 1 12 1.000000 + 28 -0.226425 -1.525103 2.196718 -0.409787 -0.896156 0.170231 0.117188 0.886719 1 12 1.000000 + 28 -0.230203 -1.457876 2.482682 -0.397870 -0.865533 0.304223 0.132813 0.996094 1 12 1.000000 +EievuiEyeDh.png + 28 -0.568097 -1.326404 2.156641 -0.649933 -0.744841 0.150990 0.406250 0.871094 1 12 1.000000 + 28 -0.561402 -1.386106 1.846201 -0.651751 -0.742099 0.156557 0.390625 0.753906 1 12 1.000000 + 28 -0.226425 -1.525103 2.196718 -0.409787 -0.896156 0.170231 0.117188 0.886719 1 12 1.000000 +EievuiEyeDh.png + 28 -0.561402 -1.386106 1.846201 -0.651751 -0.742099 0.156557 0.390625 0.753906 1 12 1.000000 + 28 -0.214120 -1.569356 1.917495 -0.512530 -0.725897 0.458679 0.101563 0.781250 1 12 1.000000 + 28 -0.226425 -1.525103 2.196718 -0.409787 -0.896156 0.170231 0.117188 0.886719 1 12 1.000000 +EievuiEyeDh.png + 28 0.574811 -1.259555 2.434047 0.695579 -0.657188 0.290298 0.421875 0.976563 1 12 1.000000 + 28 0.230203 -1.457876 2.482682 0.397870 -0.865533 0.304223 0.132813 0.996094 1 12 1.000000 + 28 0.568097 -1.326404 2.156641 0.649933 -0.744841 0.150990 0.406250 0.871094 1 12 1.000000 +EievuiEyeDh.png + 28 0.230203 -1.457876 2.482682 0.397870 -0.865533 0.304223 0.132813 0.996094 1 12 1.000000 + 28 0.226425 -1.525103 2.196718 0.409787 -0.896156 0.170231 0.117188 0.886719 1 12 1.000000 + 28 0.568097 -1.326404 2.156641 0.649933 -0.744841 0.150990 0.406250 0.871094 1 12 1.000000 +EievuiEyeDh.png + 28 0.568097 -1.326404 2.156641 0.649933 -0.744841 0.150990 0.406250 0.871094 1 12 1.000000 + 28 0.226425 -1.525103 2.196718 0.409787 -0.896156 0.170231 0.117188 0.886719 1 12 1.000000 + 28 0.561402 -1.386106 1.846201 0.651751 -0.742099 0.156557 0.390625 0.753906 1 12 1.000000 +EievuiEyeDh.png + 28 0.226425 -1.525103 2.196718 0.409787 -0.896156 0.170231 0.117188 0.886719 1 12 1.000000 + 28 0.214120 -1.569356 1.917495 0.512530 -0.725897 0.458679 0.101563 0.781250 1 12 1.000000 + 28 0.561402 -1.386106 1.846201 0.651751 -0.742099 0.156557 0.390625 0.753906 1 12 1.000000 +EievuiDh.png + 28 -0.310426 -0.381009 1.499832 -0.802989 -0.224966 0.551904 0.848267 0.533508 3 15 0.400000 11 0.300000 12 0.300000 + 28 -0.321822 -0.330866 1.559215 -0.852769 -0.337764 0.398373 0.882202 0.546295 2 11 0.500000 12 0.500000 + 28 -0.460439 -0.119812 1.484410 -0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 +EievuiDh.png + 28 -0.321822 -0.330866 1.559215 -0.852769 -0.337764 0.398373 0.882202 0.546295 2 11 0.500000 12 0.500000 + 28 -0.237752 -0.242023 1.708047 -0.561217 -0.131925 0.817087 0.941437 0.557556 2 11 0.500000 12 0.500000 + 28 -0.460439 -0.119812 1.484410 -0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 +EievuiDh.png + 28 -0.321822 -0.330866 1.559215 -0.852769 -0.337764 0.398373 0.882202 0.546295 2 11 0.500000 12 0.500000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.983521 0.677551 1 12 1.000000 + 28 -0.237752 -0.242023 1.708047 -0.561217 -0.131925 0.817087 0.941437 0.557556 2 11 0.500000 12 0.500000 +EievuiDh.png + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.983521 0.677551 1 12 1.000000 + 28 0.000000 -0.223692 1.778471 0.000000 -0.005160 0.999987 0.996185 0.561676 2 11 0.500000 12 0.500000 + 28 -0.237752 -0.242023 1.708047 -0.561217 -0.131925 0.817087 0.941437 0.557556 2 11 0.500000 12 0.500000 +EievuiDh.png + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.983521 0.677551 1 12 1.000000 + 28 0.237752 -0.242023 1.708047 0.561217 -0.131925 0.817087 0.941437 0.557556 2 11 0.500000 12 0.500000 + 28 0.000000 -0.223692 1.778471 0.000000 -0.005160 0.999987 0.996185 0.561676 2 11 0.500000 12 0.500000 +EievuiDh.png + 28 0.237752 -0.242023 1.708047 0.561217 -0.131925 0.817087 0.941437 0.557556 2 11 0.500000 12 0.500000 + 28 0.000000 -0.047887 1.799928 0.000000 0.019636 0.999807 0.996185 0.510406 2 11 0.600000 12 0.400000 + 28 0.000000 -0.223692 1.778471 0.000000 -0.005160 0.999987 0.996185 0.561676 2 11 0.500000 12 0.500000 +EievuiDh.png + 28 0.237752 -0.242023 1.708047 0.561217 -0.131925 0.817087 0.941437 0.557556 2 11 0.500000 12 0.500000 + 28 0.288550 -0.070698 1.706338 0.523395 0.055119 0.850306 0.932678 0.506104 2 11 0.600000 12 0.400000 + 28 0.000000 -0.047887 1.799928 0.000000 0.019636 0.999807 0.996185 0.510406 2 11 0.600000 12 0.400000 +EievuiDh.png + 28 0.288550 -0.070698 1.706338 0.523395 0.055119 0.850306 0.932678 0.506104 2 11 0.600000 12 0.400000 + 28 0.237752 -0.242023 1.708047 0.561217 -0.131925 0.817087 0.941437 0.557556 2 11 0.500000 12 0.500000 + 28 0.460439 -0.119812 1.484410 0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 +EievuiDh.png + 28 0.237752 -0.242023 1.708047 0.561217 -0.131925 0.817087 0.941437 0.557556 2 11 0.500000 12 0.500000 + 28 0.321822 -0.330866 1.559215 0.852769 -0.337764 0.398373 0.882202 0.546295 2 11 0.500000 12 0.500000 + 28 0.460439 -0.119812 1.484410 0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 +EievuiDh.png + 28 0.237752 -0.242023 1.708047 0.561217 -0.131925 0.817087 0.941437 0.557556 2 11 0.500000 12 0.500000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.983521 0.677551 1 12 1.000000 + 28 0.321822 -0.330866 1.559215 0.852769 -0.337764 0.398373 0.882202 0.546295 2 11 0.500000 12 0.500000 +EievuiDh.png + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.983521 0.677551 1 12 1.000000 + 28 0.310426 -0.381009 1.499832 0.802995 -0.224968 0.551896 0.848267 0.533508 3 11 0.300000 12 0.300000 14 0.400000 + 28 0.321822 -0.330866 1.559215 0.852769 -0.337764 0.398373 0.882202 0.546295 2 11 0.500000 12 0.500000 +EievuiDh.png + 28 -0.460439 -0.119812 1.484410 -0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 + 28 -0.237752 -0.242023 1.708047 -0.561217 -0.131925 0.817087 0.941437 0.557556 2 11 0.500000 12 0.500000 + 28 -0.288550 -0.070698 1.706338 -0.523395 0.055119 0.850306 0.932678 0.506104 2 11 0.600000 12 0.400000 +EievuiDh.png + 28 -0.237752 -0.242023 1.708047 -0.561217 -0.131925 0.817087 0.941437 0.557556 2 11 0.500000 12 0.500000 + 28 0.000000 -0.047887 1.799928 0.000000 0.019636 0.999807 0.996185 0.510406 2 11 0.600000 12 0.400000 + 28 -0.288550 -0.070698 1.706338 -0.523395 0.055119 0.850306 0.932678 0.506104 2 11 0.600000 12 0.400000 +EievuiDh.png + 28 -0.237752 -0.242023 1.708047 -0.561217 -0.131925 0.817087 0.941437 0.557556 2 11 0.500000 12 0.500000 + 28 0.000000 -0.223692 1.778471 0.000000 -0.005160 0.999987 0.996185 0.561676 2 11 0.500000 12 0.500000 + 28 0.000000 -0.047887 1.799928 0.000000 0.019636 0.999807 0.996185 0.510406 2 11 0.600000 12 0.400000 +EievuiDh.png + 28 -0.458140 0.024987 1.342978 -0.740380 0.417398 -0.526894 0.838135 0.470642 2 11 0.900000 12 0.100000 + 28 -0.459933 -0.173427 1.412466 -0.927568 -0.348561 -0.134623 0.838745 0.503723 3 15 0.200000 11 0.600000 12 0.200000 + 28 -0.460439 -0.119812 1.484410 -0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 +EievuiDh.png + 28 -0.459933 -0.173427 1.412466 -0.927568 -0.348561 -0.134623 0.838745 0.503723 3 15 0.200000 11 0.600000 12 0.200000 + 28 -0.310426 -0.381009 1.499832 -0.802989 -0.224966 0.551904 0.848267 0.533508 3 15 0.400000 11 0.300000 12 0.300000 + 28 -0.460439 -0.119812 1.484410 -0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 +EievuiDh.png + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.983521 0.677551 1 12 1.000000 + 28 -0.321822 -0.330866 1.559215 -0.852769 -0.337764 0.398373 0.882202 0.546295 2 11 0.500000 12 0.500000 + 28 -0.310426 -0.381009 1.499832 -0.802989 -0.224966 0.551904 0.848267 0.533508 3 15 0.400000 11 0.300000 12 0.300000 +EievuiDh.png + 28 0.460439 -0.119812 1.484410 0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 + 28 0.321822 -0.330866 1.559215 0.852769 -0.337764 0.398373 0.882202 0.546295 2 11 0.500000 12 0.500000 + 28 0.310426 -0.381009 1.499832 0.802995 -0.224968 0.551896 0.848267 0.533508 3 11 0.300000 12 0.300000 14 0.400000 +EievuiDh.png + 28 0.244970 -0.280193 1.296008 -0.086354 0.414893 -0.905763 0.825500 0.533752 1 11 1.000000 + 28 0.412886 -0.200576 1.350236 0.466430 -0.359648 -0.808144 0.828613 0.499237 2 11 0.500000 14 0.500000 + 28 0.310426 -0.381009 1.499832 0.802995 -0.224968 0.551896 0.848267 0.533508 3 11 0.300000 12 0.300000 14 0.400000 +EievuiDh.png + 28 0.412886 -0.200576 1.350236 0.466430 -0.359648 -0.808144 0.828613 0.499237 2 11 0.500000 14 0.500000 + 28 0.459933 -0.173427 1.412466 0.927568 -0.348561 -0.134623 0.838745 0.503723 3 11 0.600000 12 0.200000 14 0.200000 + 28 0.310426 -0.381009 1.499832 0.802995 -0.224968 0.551896 0.848267 0.533508 3 11 0.300000 12 0.300000 14 0.400000 +EievuiDh.png + 28 0.412886 -0.200576 1.350236 0.466430 -0.359648 -0.808144 0.828613 0.499237 2 11 0.500000 14 0.500000 + 28 0.458140 0.024987 1.342978 0.740380 0.417398 -0.526894 0.838135 0.470642 2 11 0.900000 12 0.100000 + 28 0.459933 -0.173427 1.412466 0.927568 -0.348561 -0.134623 0.838745 0.503723 3 11 0.600000 12 0.200000 14 0.200000 +EievuiDh.png + 28 0.458140 0.024987 1.342978 0.740380 0.417398 -0.526894 0.838135 0.470642 2 11 0.900000 12 0.100000 + 28 0.460439 -0.119812 1.484410 0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 + 28 0.459933 -0.173427 1.412466 0.927568 -0.348561 -0.134623 0.838745 0.503723 3 11 0.600000 12 0.200000 14 0.200000 +EievuiDh.png + 28 0.458140 0.024987 1.342978 0.740380 0.417398 -0.526894 0.838135 0.470642 2 11 0.900000 12 0.100000 + 28 0.420519 -0.012012 1.362770 0.233244 0.300872 -0.924702 0.836761 0.448334 2 11 0.700000 12 0.300000 + 28 0.460439 -0.119812 1.484410 0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 +EievuiDh.png + 28 0.420519 -0.012012 1.362770 0.233244 0.300872 -0.924702 0.836761 0.448334 2 11 0.700000 12 0.300000 + 28 0.451297 0.018746 1.437761 0.962239 0.271897 -0.012934 0.858154 0.454895 2 11 0.700000 12 0.300000 + 28 0.460439 -0.119812 1.484410 0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 +EievuiDh.png + 28 0.420519 -0.012012 1.362770 0.233244 0.300872 -0.924702 0.836761 0.448334 2 11 0.700000 12 0.300000 + 28 0.407310 0.069374 1.371125 0.499394 0.310493 -0.808826 0.862579 0.424561 2 11 0.900000 12 0.100000 + 28 0.451297 0.018746 1.437761 0.962239 0.271897 -0.012934 0.858154 0.454895 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 0.407310 0.069374 1.371125 0.499394 0.310493 -0.808826 0.862579 0.424561 2 11 0.900000 12 0.100000 + 28 0.419059 0.090208 1.415965 0.847167 0.502603 -0.172330 0.867706 0.427032 2 11 0.800000 12 0.200000 + 28 0.451297 0.018746 1.437761 0.962239 0.271897 -0.012934 0.858154 0.454895 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 0.407310 0.069374 1.371125 0.499394 0.310493 -0.808826 0.862579 0.424561 2 11 0.900000 12 0.100000 + 28 0.341213 0.183649 1.405600 0.327020 0.804490 -0.495837 0.873291 0.409790 2 11 0.900000 12 0.100000 + 28 0.419059 0.090208 1.415965 0.847167 0.502603 -0.172330 0.867706 0.427032 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.341213 0.183649 1.405600 0.327020 0.804490 -0.495837 0.873291 0.409790 2 11 0.900000 12 0.100000 + 28 0.393114 0.124373 1.452529 0.740717 0.630766 0.231242 0.880737 0.430450 2 11 0.800000 12 0.200000 + 28 0.419059 0.090208 1.415965 0.847167 0.502603 -0.172330 0.867706 0.427032 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.341213 0.183649 1.405600 0.327020 0.804490 -0.495837 0.873291 0.409790 2 11 0.900000 12 0.100000 + 28 0.340052 0.069674 1.389570 -0.215129 0.295056 -0.930946 0.878571 0.389282 2 11 0.800000 12 0.200000 + 28 0.393114 0.124373 1.452529 0.740717 0.630766 0.231242 0.880737 0.430450 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.340052 0.069674 1.389570 -0.215129 0.295056 -0.930946 0.878571 0.389282 2 11 0.800000 12 0.200000 + 28 0.256620 0.281408 1.482444 -0.058827 0.716726 -0.694869 0.912842 0.392334 2 11 0.900000 12 0.100000 + 28 0.393114 0.124373 1.452529 0.740717 0.630766 0.231242 0.880737 0.430450 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.340052 0.069674 1.389570 -0.215129 0.295056 -0.930946 0.878571 0.389282 2 11 0.800000 12 0.200000 + 28 0.271381 0.155964 1.436605 0.273249 0.689561 -0.670702 0.930633 0.378296 2 11 0.900000 12 0.100000 + 28 0.256620 0.281408 1.482444 -0.058827 0.716726 -0.694869 0.912842 0.392334 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 0.271381 0.155964 1.436605 0.273249 0.689561 -0.670702 0.930633 0.378296 2 11 0.900000 12 0.100000 + 28 0.310400 0.076021 1.661205 0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 + 28 0.256620 0.281408 1.482444 -0.058827 0.716726 -0.694869 0.912842 0.392334 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 0.271381 0.155964 1.436605 0.273249 0.689561 -0.670702 0.930633 0.378296 2 11 0.900000 12 0.100000 + 28 0.252642 0.185993 1.599559 0.623182 0.654789 0.427664 0.942230 0.421936 2 11 0.800000 12 0.200000 + 28 0.310400 0.076021 1.661205 0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 0.252642 0.185993 1.599559 0.623182 0.654789 0.427664 0.942230 0.421936 2 11 0.800000 12 0.200000 + 28 0.000000 0.231297 1.655686 0.000000 0.646002 0.763336 0.996185 0.416992 2 11 0.800000 12 0.200000 + 28 0.310400 0.076021 1.661205 0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 0.252642 0.185993 1.599559 0.623182 0.654789 0.427664 0.942230 0.421936 2 11 0.800000 12 0.200000 + 28 0.173333 0.276133 1.556315 0.541106 0.674497 0.502254 0.958771 0.388062 2 11 0.900000 12 0.100000 + 28 0.000000 0.231297 1.655686 0.000000 0.646002 0.763336 0.996185 0.416992 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.173333 0.276133 1.556315 0.541106 0.674497 0.502254 0.958771 0.388062 2 11 0.900000 12 0.100000 + 28 0.000000 0.300256 1.585381 0.000000 0.700930 0.713230 0.996185 0.374084 2 11 0.900000 12 0.100000 + 28 0.000000 0.231297 1.655686 0.000000 0.646002 0.763336 0.996185 0.416992 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.173333 0.276133 1.556315 0.541106 0.674497 0.502254 0.958771 0.388062 2 11 0.900000 12 0.100000 + 28 0.028218 0.388231 1.537695 -0.090766 0.989534 -0.112176 0.995697 0.347229 1 11 1.000000 + 28 0.000000 0.300256 1.585381 0.000000 0.700930 0.713230 0.996185 0.374084 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 -0.459933 -0.173427 1.412466 -0.927568 -0.348561 -0.134623 0.838745 0.503723 3 15 0.200000 11 0.600000 12 0.200000 + 28 -0.458140 0.024987 1.342978 -0.740380 0.417398 -0.526894 0.838135 0.470642 2 11 0.900000 12 0.100000 + 28 -0.412886 -0.200576 1.350236 -0.466430 -0.359648 -0.808144 0.828613 0.499237 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.458140 0.024987 1.342978 -0.740380 0.417398 -0.526894 0.838135 0.470642 2 11 0.900000 12 0.100000 + 28 -0.420519 -0.012012 1.362770 -0.233244 0.300872 -0.924702 0.836761 0.448334 2 11 0.700000 12 0.300000 + 28 -0.412886 -0.200576 1.350236 -0.466430 -0.359648 -0.808144 0.828613 0.499237 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.458140 0.024987 1.342978 -0.740380 0.417398 -0.526894 0.838135 0.470642 2 11 0.900000 12 0.100000 + 28 -0.460439 -0.119812 1.484410 -0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 + 28 -0.420519 -0.012012 1.362770 -0.233244 0.300872 -0.924702 0.836761 0.448334 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 -0.460439 -0.119812 1.484410 -0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 + 28 -0.451297 0.018746 1.437761 -0.962239 0.271897 -0.012934 0.858154 0.454895 2 11 0.700000 12 0.300000 + 28 -0.420519 -0.012012 1.362770 -0.233244 0.300872 -0.924702 0.836761 0.448334 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 -0.460439 -0.119812 1.484410 -0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 + 28 -0.310400 0.076021 1.661205 -0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 + 28 -0.451297 0.018746 1.437761 -0.962239 0.271897 -0.012934 0.858154 0.454895 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 -0.310400 0.076021 1.661205 -0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 + 28 -0.393114 0.124373 1.452529 -0.740717 0.630766 0.231242 0.880737 0.430450 2 11 0.800000 12 0.200000 + 28 -0.451297 0.018746 1.437761 -0.962239 0.271897 -0.012934 0.858154 0.454895 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 -0.310400 0.076021 1.661205 -0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 + 28 -0.256620 0.281408 1.482444 0.058827 0.716726 -0.694869 0.912842 0.392334 2 11 0.900000 12 0.100000 + 28 -0.393114 0.124373 1.452529 -0.740717 0.630766 0.231242 0.880737 0.430450 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 -0.256620 0.281408 1.482444 0.058827 0.716726 -0.694869 0.912842 0.392334 2 11 0.900000 12 0.100000 + 28 -0.340052 0.069674 1.389570 0.215129 0.295056 -0.930946 0.878571 0.389282 2 11 0.800000 12 0.200000 + 28 -0.393114 0.124373 1.452529 -0.740717 0.630766 0.231242 0.880737 0.430450 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 -0.256620 0.281408 1.482444 0.058827 0.716726 -0.694869 0.912842 0.392334 2 11 0.900000 12 0.100000 + 28 -0.271381 0.155964 1.436605 -0.273249 0.689561 -0.670702 0.930633 0.378296 2 11 0.900000 12 0.100000 + 28 -0.340052 0.069674 1.389570 0.215129 0.295056 -0.930946 0.878571 0.389282 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 -0.256620 0.281408 1.482444 0.058827 0.716726 -0.694869 0.912842 0.392334 2 11 0.900000 12 0.100000 + 28 -0.310400 0.076021 1.661205 -0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 + 28 -0.271381 0.155964 1.436605 -0.273249 0.689561 -0.670702 0.930633 0.378296 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 -0.310400 0.076021 1.661205 -0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 + 28 -0.252642 0.185993 1.599559 -0.623182 0.654789 0.427664 0.942230 0.421936 2 11 0.800000 12 0.200000 + 28 -0.271381 0.155964 1.436605 -0.273249 0.689561 -0.670702 0.930633 0.378296 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 -0.310400 0.076021 1.661205 -0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 + 28 0.000000 0.231297 1.655686 0.000000 0.646002 0.763336 0.996185 0.416992 2 11 0.800000 12 0.200000 + 28 -0.252642 0.185993 1.599559 -0.623182 0.654789 0.427664 0.942230 0.421936 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.000000 0.231297 1.655686 0.000000 0.646002 0.763336 0.996185 0.416992 2 11 0.800000 12 0.200000 + 28 -0.173333 0.276133 1.556315 -0.541106 0.674497 0.502254 0.958771 0.388062 2 11 0.900000 12 0.100000 + 28 -0.252642 0.185993 1.599559 -0.623182 0.654789 0.427664 0.942230 0.421936 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.000000 0.231297 1.655686 0.000000 0.646002 0.763336 0.996185 0.416992 2 11 0.800000 12 0.200000 + 28 0.000000 0.300256 1.585381 0.000000 0.700930 0.713230 0.996185 0.374084 2 11 0.900000 12 0.100000 + 28 -0.173333 0.276133 1.556315 -0.541106 0.674497 0.502254 0.958771 0.388062 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 0.000000 0.300256 1.585381 0.000000 0.700930 0.713230 0.996185 0.374084 2 11 0.900000 12 0.100000 + 28 -0.028218 0.388231 1.537695 0.090766 0.989534 -0.112176 0.995697 0.347229 1 11 1.000000 + 28 -0.173333 0.276133 1.556315 -0.541106 0.674497 0.502254 0.958771 0.388062 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 0.412886 -0.200576 1.350236 0.466430 -0.359648 -0.808144 0.526794 0.631012 2 11 0.500000 14 0.500000 + 28 0.244970 -0.280193 1.296008 -0.086354 0.414893 -0.905763 0.536438 0.621643 1 11 1.000000 + 28 0.420519 -0.012012 1.362770 0.233244 0.300872 -0.924702 0.528748 0.637909 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 0.244970 -0.280193 1.296008 -0.086354 0.414893 -0.905763 0.536438 0.621643 1 11 1.000000 + 28 0.340052 0.069674 1.389570 -0.215129 0.295056 -0.930946 0.532410 0.642426 2 11 0.800000 12 0.200000 + 28 0.420519 -0.012012 1.362770 0.233244 0.300872 -0.924702 0.528748 0.637909 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 0.244970 -0.280193 1.296008 -0.086354 0.414893 -0.905763 0.536438 0.621643 1 11 1.000000 + 28 0.000000 -0.226979 1.322469 0.000000 0.348109 -0.937454 0.551910 0.625000 1 11 1.000000 + 28 0.340052 0.069674 1.389570 -0.215129 0.295056 -0.930946 0.532410 0.642426 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.000000 -0.226979 1.322469 0.000000 0.348109 -0.937454 0.551910 0.625000 1 11 1.000000 + 28 0.271381 0.155964 1.436605 0.273249 0.689561 -0.670702 0.536346 0.647705 2 11 0.900000 12 0.100000 + 28 0.340052 0.069674 1.389570 -0.215129 0.295056 -0.930946 0.532410 0.642426 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.000000 -0.226979 1.322469 0.000000 0.348109 -0.937454 0.551910 0.625000 1 11 1.000000 + 28 0.190828 0.274925 1.497015 0.471427 0.705896 -0.528646 0.542358 0.656647 2 11 0.900000 12 0.100000 + 28 0.271381 0.155964 1.436605 0.273249 0.689561 -0.670702 0.536346 0.647705 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 -0.340052 0.069674 1.389570 0.215129 0.295056 -0.930946 0.878571 0.389282 2 11 0.800000 12 0.200000 + 28 -0.341213 0.183649 1.405600 -0.327020 0.804490 -0.495837 0.873291 0.409790 2 11 0.900000 12 0.100000 + 28 -0.393114 0.124373 1.452529 -0.740717 0.630766 0.231242 0.880737 0.430450 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 -0.341213 0.183649 1.405600 -0.327020 0.804490 -0.495837 0.873291 0.409790 2 11 0.900000 12 0.100000 + 28 -0.419059 0.090208 1.415965 -0.847167 0.502603 -0.172330 0.867706 0.427032 2 11 0.800000 12 0.200000 + 28 -0.393114 0.124373 1.452529 -0.740717 0.630766 0.231242 0.880737 0.430450 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 -0.341213 0.183649 1.405600 -0.327020 0.804490 -0.495837 0.873291 0.409790 2 11 0.900000 12 0.100000 + 28 -0.407310 0.069374 1.371125 -0.499394 0.310493 -0.808826 0.862579 0.424561 2 11 0.900000 12 0.100000 + 28 -0.419059 0.090208 1.415965 -0.847167 0.502603 -0.172330 0.867706 0.427032 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 -0.407310 0.069374 1.371125 -0.499394 0.310493 -0.808826 0.862579 0.424561 2 11 0.900000 12 0.100000 + 28 -0.451297 0.018746 1.437761 -0.962239 0.271897 -0.012934 0.858154 0.454895 2 11 0.700000 12 0.300000 + 28 -0.419059 0.090208 1.415965 -0.847167 0.502603 -0.172330 0.867706 0.427032 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 -0.407310 0.069374 1.371125 -0.499394 0.310493 -0.808826 0.862579 0.424561 2 11 0.900000 12 0.100000 + 28 -0.420519 -0.012012 1.362770 -0.233244 0.300872 -0.924702 0.836761 0.448334 2 11 0.700000 12 0.300000 + 28 -0.451297 0.018746 1.437761 -0.962239 0.271897 -0.012934 0.858154 0.454895 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 -0.460439 -0.119812 1.484410 -0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 + 28 -0.288550 -0.070698 1.706338 -0.523395 0.055119 0.850306 0.932678 0.506104 2 11 0.600000 12 0.400000 + 28 -0.310400 0.076021 1.661205 -0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 -0.288550 -0.070698 1.706338 -0.523395 0.055119 0.850306 0.932678 0.506104 2 11 0.600000 12 0.400000 + 28 0.000000 0.110696 1.756247 0.000000 0.393969 0.919124 0.996185 0.459930 2 11 0.700000 12 0.300000 + 28 -0.310400 0.076021 1.661205 -0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 -0.288550 -0.070698 1.706338 -0.523395 0.055119 0.850306 0.932678 0.506104 2 11 0.600000 12 0.400000 + 28 0.000000 -0.047887 1.799928 0.000000 0.019636 0.999807 0.996185 0.510406 2 11 0.600000 12 0.400000 + 28 0.000000 0.110696 1.756247 0.000000 0.393969 0.919124 0.996185 0.459930 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 0.000000 -0.047887 1.799928 0.000000 0.019636 0.999807 0.996185 0.510406 2 11 0.600000 12 0.400000 + 28 0.288550 -0.070698 1.706338 0.523395 0.055119 0.850306 0.932678 0.506104 2 11 0.600000 12 0.400000 + 28 0.000000 0.110696 1.756247 0.000000 0.393969 0.919124 0.996185 0.459930 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 -0.310400 0.076021 1.661205 -0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 + 28 0.000000 0.110696 1.756247 0.000000 0.393969 0.919124 0.996185 0.459930 2 11 0.700000 12 0.300000 + 28 0.000000 0.231297 1.655686 0.000000 0.646002 0.763336 0.996185 0.416992 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.000000 0.110696 1.756247 0.000000 0.393969 0.919124 0.996185 0.459930 2 11 0.700000 12 0.300000 + 28 0.310400 0.076021 1.661205 0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 + 28 0.000000 0.231297 1.655686 0.000000 0.646002 0.763336 0.996185 0.416992 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.000000 0.110696 1.756247 0.000000 0.393969 0.919124 0.996185 0.459930 2 11 0.700000 12 0.300000 + 28 0.288550 -0.070698 1.706338 0.523395 0.055119 0.850306 0.932678 0.506104 2 11 0.600000 12 0.400000 + 28 0.310400 0.076021 1.661205 0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 0.288550 -0.070698 1.706338 0.523395 0.055119 0.850306 0.932678 0.506104 2 11 0.600000 12 0.400000 + 28 0.460439 -0.119812 1.484410 0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 + 28 0.310400 0.076021 1.661205 0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 0.028218 0.388231 1.537695 -0.090766 0.989534 -0.112176 0.995697 0.347229 1 11 1.000000 + 28 0.173333 0.276133 1.556315 0.541106 0.674497 0.502254 0.958771 0.388062 2 11 0.900000 12 0.100000 + 28 0.190828 0.274925 1.497015 0.471427 0.705896 -0.528646 0.950165 0.370575 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 0.173333 0.276133 1.556315 0.541106 0.674497 0.502254 0.958771 0.388062 2 11 0.900000 12 0.100000 + 28 0.271381 0.155964 1.436605 0.273249 0.689561 -0.670702 0.930633 0.378296 2 11 0.900000 12 0.100000 + 28 0.190828 0.274925 1.497015 0.471427 0.705896 -0.528646 0.950165 0.370575 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 0.173333 0.276133 1.556315 0.541106 0.674497 0.502254 0.958771 0.388062 2 11 0.900000 12 0.100000 + 28 0.252642 0.185993 1.599559 0.623182 0.654789 0.427664 0.942230 0.421936 2 11 0.800000 12 0.200000 + 28 0.271381 0.155964 1.436605 0.273249 0.689561 -0.670702 0.930633 0.378296 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 0.419059 0.090208 1.415965 0.847167 0.502603 -0.172330 0.867706 0.427032 2 11 0.800000 12 0.200000 + 28 0.393114 0.124373 1.452529 0.740717 0.630766 0.231242 0.880737 0.430450 2 11 0.800000 12 0.200000 + 28 0.451297 0.018746 1.437761 0.962239 0.271897 -0.012934 0.858154 0.454895 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 0.393114 0.124373 1.452529 0.740717 0.630766 0.231242 0.880737 0.430450 2 11 0.800000 12 0.200000 + 28 0.310400 0.076021 1.661205 0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 + 28 0.451297 0.018746 1.437761 0.962239 0.271897 -0.012934 0.858154 0.454895 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 0.393114 0.124373 1.452529 0.740717 0.630766 0.231242 0.880737 0.430450 2 11 0.800000 12 0.200000 + 28 0.256620 0.281408 1.482444 -0.058827 0.716726 -0.694869 0.912842 0.392334 2 11 0.900000 12 0.100000 + 28 0.310400 0.076021 1.661205 0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 -0.412886 -0.200576 1.350236 -0.466430 -0.359648 -0.808144 0.526794 0.631012 2 15 0.500000 11 0.500000 + 28 -0.420519 -0.012012 1.362770 -0.233244 0.300872 -0.924702 0.528748 0.637909 2 11 0.700000 12 0.300000 + 28 -0.244970 -0.280193 1.296008 0.086354 0.414893 -0.905763 0.536438 0.621643 1 11 1.000000 +EievuiDh.png + 28 -0.420519 -0.012012 1.362770 -0.233244 0.300872 -0.924702 0.528748 0.637909 2 11 0.700000 12 0.300000 + 28 -0.340052 0.069674 1.389570 0.215129 0.295056 -0.930946 0.532410 0.642426 2 11 0.800000 12 0.200000 + 28 -0.244970 -0.280193 1.296008 0.086354 0.414893 -0.905763 0.536438 0.621643 1 11 1.000000 +EievuiDh.png + 28 -0.244970 -0.280193 1.296008 0.086354 0.414893 -0.905763 0.536438 0.621643 1 11 1.000000 + 28 -0.340052 0.069674 1.389570 0.215129 0.295056 -0.930946 0.532410 0.642426 2 11 0.800000 12 0.200000 + 28 0.000000 -0.226979 1.322469 0.000000 0.348109 -0.937454 0.551910 0.625000 1 11 1.000000 +EievuiDh.png + 28 -0.340052 0.069674 1.389570 0.215129 0.295056 -0.930946 0.532410 0.642426 2 11 0.800000 12 0.200000 + 28 -0.271381 0.155964 1.436605 -0.273249 0.689561 -0.670702 0.536346 0.647705 2 11 0.900000 12 0.100000 + 28 0.000000 -0.226979 1.322469 0.000000 0.348109 -0.937454 0.551910 0.625000 1 11 1.000000 +EievuiDh.png + 28 -0.271381 0.155964 1.436605 -0.273249 0.689561 -0.670702 0.536346 0.647705 2 11 0.900000 12 0.100000 + 28 -0.190828 0.274925 1.497015 -0.471427 0.705896 -0.528646 0.542358 0.656647 2 11 0.900000 12 0.100000 + 28 0.000000 -0.226979 1.322469 0.000000 0.348109 -0.937454 0.551910 0.625000 1 11 1.000000 +EievuiDh.png + 28 -0.190828 0.274925 1.497015 -0.471427 0.705896 -0.528646 0.542358 0.656647 2 11 0.900000 12 0.100000 + 28 -0.028218 0.388231 1.537695 0.090766 0.989534 -0.112176 0.550293 0.663605 1 11 1.000000 + 28 0.000000 -0.226979 1.322469 0.000000 0.348109 -0.937454 0.551910 0.625000 1 11 1.000000 +EievuiDh.png + 28 -0.028218 0.388231 1.537695 0.090766 0.989534 -0.112176 0.550293 0.663605 1 11 1.000000 + 28 0.000000 0.300256 1.585381 0.000000 0.700930 0.713230 0.551910 0.659821 2 11 0.900000 12 0.100000 + 28 0.000000 -0.226979 1.322469 0.000000 0.348109 -0.937454 0.551910 0.625000 1 11 1.000000 +EievuiDh.png + 28 0.000000 0.300256 1.585381 0.000000 0.700930 0.713230 0.551910 0.659821 2 11 0.900000 12 0.100000 + 28 0.028218 0.388231 1.537695 -0.090766 0.989534 -0.112176 0.550293 0.663605 1 11 1.000000 + 28 0.000000 -0.226979 1.322469 0.000000 0.348109 -0.937454 0.551910 0.625000 1 11 1.000000 +EievuiDh.png + 28 0.483765 -0.059986 1.150836 0.005433 0.999528 0.030243 0.509705 0.631897 2 11 0.500000 14 0.500000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 0.410110 -0.187412 1.367128 -0.200731 0.831101 0.518632 0.514709 0.631805 2 11 0.500000 14 0.500000 +EievuiDh.png + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 0.244970 -0.280193 1.296008 -0.086354 0.414893 -0.905763 0.527740 0.625580 1 11 1.000000 + 28 0.410110 -0.187412 1.367128 -0.200731 0.831101 0.518632 0.514709 0.631805 2 11 0.500000 14 0.500000 +EievuiDh.png + 28 -0.028218 0.388231 1.537695 0.090766 0.989534 -0.112176 0.995697 0.347229 1 11 1.000000 + 28 -0.190828 0.274925 1.497015 -0.471427 0.705896 -0.528646 0.950165 0.370575 2 11 0.900000 12 0.100000 + 28 -0.173333 0.276133 1.556315 -0.541106 0.674497 0.502254 0.958771 0.388062 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 -0.190828 0.274925 1.497015 -0.471427 0.705896 -0.528646 0.950165 0.370575 2 11 0.900000 12 0.100000 + 28 -0.271381 0.155964 1.436605 -0.273249 0.689561 -0.670702 0.930633 0.378296 2 11 0.900000 12 0.100000 + 28 -0.173333 0.276133 1.556315 -0.541106 0.674497 0.502254 0.958771 0.388062 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 0.341213 0.183649 1.405600 0.327020 0.804490 -0.495837 0.873291 0.409790 2 11 0.900000 12 0.100000 + 28 0.407310 0.069374 1.371125 0.499394 0.310493 -0.808826 0.862579 0.424561 2 11 0.900000 12 0.100000 + 28 0.340052 0.069674 1.389570 -0.215129 0.295056 -0.930946 0.878571 0.389282 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.407310 0.069374 1.371125 0.499394 0.310493 -0.808826 0.862579 0.424561 2 11 0.900000 12 0.100000 + 28 0.420519 -0.012012 1.362770 0.233244 0.300872 -0.924702 0.836761 0.448334 2 11 0.700000 12 0.300000 + 28 0.340052 0.069674 1.389570 -0.215129 0.295056 -0.930946 0.878571 0.389282 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 -0.341213 0.183649 1.405600 -0.327020 0.804490 -0.495837 0.873291 0.409790 2 11 0.900000 12 0.100000 + 28 -0.340052 0.069674 1.389570 0.215129 0.295056 -0.930946 0.878571 0.389282 2 11 0.800000 12 0.200000 + 28 -0.407310 0.069374 1.371125 -0.499394 0.310493 -0.808826 0.862579 0.424561 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 -0.340052 0.069674 1.389570 0.215129 0.295056 -0.930946 0.878571 0.389282 2 11 0.800000 12 0.200000 + 28 -0.420519 -0.012012 1.362770 -0.233244 0.300872 -0.924702 0.836761 0.448334 2 11 0.700000 12 0.300000 + 28 -0.407310 0.069374 1.371125 -0.499394 0.310493 -0.808826 0.862579 0.424561 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 0.028218 0.388231 1.537695 -0.090766 0.989534 -0.112176 0.550293 0.663605 1 11 1.000000 + 28 0.190828 0.274925 1.497015 0.471427 0.705896 -0.528646 0.542358 0.656647 2 11 0.900000 12 0.100000 + 28 0.000000 -0.226979 1.322469 0.000000 0.348109 -0.937454 0.551910 0.625000 1 11 1.000000 +EievuiDh.png + 28 0.310426 -0.381009 1.499832 0.802995 -0.224968 0.551896 0.524353 0.631348 3 11 0.300000 12 0.300000 14 0.400000 + 28 0.410110 -0.187412 1.367128 -0.200731 0.831101 0.518632 0.514709 0.631805 2 11 0.500000 14 0.500000 + 28 0.244970 -0.280193 1.296008 -0.086354 0.414893 -0.905763 0.527740 0.625580 1 11 1.000000 +EievuiDh.png + 28 -0.173333 0.276133 1.556315 -0.541106 0.674497 0.502254 0.958771 0.388062 2 11 0.900000 12 0.100000 + 28 -0.271381 0.155964 1.436605 -0.273249 0.689561 -0.670702 0.930633 0.378296 2 11 0.900000 12 0.100000 + 28 -0.252642 0.185993 1.599559 -0.623182 0.654789 0.427664 0.942230 0.421936 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.460439 -0.119812 1.484410 0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 + 28 0.310426 -0.381009 1.499832 0.802995 -0.224968 0.551896 0.848267 0.533508 3 11 0.300000 12 0.300000 14 0.400000 + 28 0.459933 -0.173427 1.412466 0.927568 -0.348561 -0.134623 0.838745 0.503723 3 11 0.600000 12 0.200000 14 0.200000 +EievuiDh.png + 28 0.412886 -0.200576 1.350236 0.466430 -0.359648 -0.808144 0.828613 0.499237 2 11 0.500000 14 0.500000 + 28 0.420519 -0.012012 1.362770 0.233244 0.300872 -0.924702 0.836761 0.448334 2 11 0.700000 12 0.300000 + 28 0.458140 0.024987 1.342978 0.740380 0.417398 -0.526894 0.838135 0.470642 2 11 0.900000 12 0.100000 +EievuiDh.png + 28 0.460439 -0.119812 1.484410 0.894158 -0.073553 0.441670 0.853699 0.503967 2 11 0.600000 12 0.400000 + 28 0.451297 0.018746 1.437761 0.962239 0.271897 -0.012934 0.858154 0.454895 2 11 0.700000 12 0.300000 + 28 0.310400 0.076021 1.661205 0.594676 0.444896 0.669647 0.925079 0.459076 2 11 0.700000 12 0.300000 +EievuiDh.png + 28 -0.419059 0.090208 1.415965 -0.847167 0.502603 -0.172330 0.867706 0.427032 2 11 0.800000 12 0.200000 + 28 -0.451297 0.018746 1.437761 -0.962239 0.271897 -0.012934 0.858154 0.454895 2 11 0.700000 12 0.300000 + 28 -0.393114 0.124373 1.452529 -0.740717 0.630766 0.231242 0.880737 0.430450 2 11 0.800000 12 0.200000 +EievuiDh.png + 28 0.545913 0.557271 1.233680 0.910795 0.149584 0.384808 0.210999 0.217316 2 2 0.900000 3 0.100000 + 28 0.525215 0.303174 1.208909 0.955698 -0.221641 0.193692 0.189667 0.250885 3 11 0.100000 2 0.700000 3 0.200000 + 28 0.596466 0.538240 1.010079 0.995044 0.025725 0.096047 0.183319 0.188049 2 2 0.300000 3 0.700000 +EievuiDh.png + 28 0.525215 0.303174 1.208909 0.955698 -0.221641 0.193692 0.189667 0.250885 3 11 0.100000 2 0.700000 3 0.200000 + 28 0.556095 0.297168 0.935392 0.891223 -0.425075 -0.158221 0.150238 0.217377 2 2 0.200000 3 0.800000 + 28 0.596466 0.538240 1.010079 0.995044 0.025725 0.096047 0.183319 0.188049 2 2 0.300000 3 0.700000 +EievuiDh.png + 28 0.525215 0.303174 1.208909 0.955698 -0.221641 0.193692 0.189667 0.250885 3 11 0.100000 2 0.700000 3 0.200000 + 28 0.505228 0.229996 0.938987 0.903557 -0.339546 -0.261330 0.139374 0.235352 3 11 0.200000 2 0.700000 3 0.100000 + 28 0.556095 0.297168 0.935392 0.891223 -0.425075 -0.158221 0.150238 0.217377 2 2 0.200000 3 0.800000 +EievuiDh.png + 28 0.505228 0.229996 0.938987 0.903557 -0.339546 -0.261330 0.139374 0.235352 3 11 0.200000 2 0.700000 3 0.100000 + 28 0.421806 0.227237 0.752924 0.579363 -0.394161 -0.713426 0.094635 0.223572 3 11 0.200000 2 0.700000 3 0.100000 + 28 0.556095 0.297168 0.935392 0.891223 -0.425075 -0.158221 0.150238 0.217377 2 2 0.200000 3 0.800000 +EievuiDh.png + 28 0.421806 0.227237 0.752924 0.579363 -0.394161 -0.713426 0.094635 0.223572 3 11 0.200000 2 0.700000 3 0.100000 + 28 0.398722 0.291703 0.635462 0.215346 -0.820935 -0.528860 0.086517 0.194031 2 3 0.500000 4 0.500000 + 28 0.556095 0.297168 0.935392 0.891223 -0.425075 -0.158221 0.150238 0.217377 2 2 0.200000 3 0.800000 +EievuiDh.png + 28 0.398722 0.291703 0.635462 0.215346 -0.820935 -0.528860 0.086517 0.194031 2 3 0.500000 4 0.500000 + 28 0.541755 0.393579 0.702645 0.822059 -0.448262 -0.351112 0.123749 0.179535 2 3 0.500000 4 0.500000 + 28 0.556095 0.297168 0.935392 0.891223 -0.425075 -0.158221 0.150238 0.217377 2 2 0.200000 3 0.800000 +EievuiDh.png + 28 0.541755 0.393579 0.702645 0.822059 -0.448262 -0.351112 0.123749 0.179535 2 3 0.500000 4 0.500000 + 28 0.585521 0.583628 0.806612 0.994047 0.062311 -0.089377 0.157623 0.161530 2 3 0.600000 4 0.400000 + 28 0.556095 0.297168 0.935392 0.891223 -0.425075 -0.158221 0.150238 0.217377 2 2 0.200000 3 0.800000 +EievuiDh.png + 28 0.585521 0.583628 0.806612 0.994047 0.062311 -0.089377 0.157623 0.161530 2 3 0.600000 4 0.400000 + 28 0.596466 0.538240 1.010079 0.995044 0.025725 0.096047 0.183319 0.188049 2 2 0.300000 3 0.700000 + 28 0.556095 0.297168 0.935392 0.891223 -0.425075 -0.158221 0.150238 0.217377 2 2 0.200000 3 0.800000 +EievuiDh.png + 28 0.000000 0.262165 0.604090 0.000000 0.138971 -0.990296 0.006134 0.213165 2 11 0.200000 2 0.800000 + 28 0.000000 0.406950 0.640196 0.000000 0.106805 -0.994280 0.006226 0.189789 3 2 0.810000 3 0.100000 7 0.090000 + 28 0.172262 0.249256 0.654588 0.248629 0.047678 -0.967425 0.043854 0.213715 2 11 0.200000 2 0.800000 +EievuiDh.png + 28 0.000000 0.406950 0.640196 0.000000 0.106805 -0.994280 0.006226 0.189789 3 2 0.810000 3 0.100000 7 0.090000 + 28 0.148498 0.392330 0.635828 -0.242267 -0.284377 -0.927597 0.041626 0.189270 3 2 0.600000 3 0.200000 4 0.200000 + 28 0.172262 0.249256 0.654588 0.248629 0.047678 -0.967425 0.043854 0.213715 2 11 0.200000 2 0.800000 +EievuiDh.png + 28 0.000000 0.406950 0.640196 0.000000 0.106805 -0.994280 0.006226 0.189789 3 2 0.810000 3 0.100000 7 0.090000 + 28 0.000000 0.673768 0.699282 -0.000002 0.319470 -0.947596 0.006378 0.148865 3 2 0.810000 3 0.100000 7 0.090000 + 28 0.148498 0.392330 0.635828 -0.242267 -0.284377 -0.927597 0.041626 0.189270 3 2 0.600000 3 0.200000 4 0.200000 +EievuiDh.png + 28 0.398722 0.291703 0.635462 0.215346 -0.820935 -0.528860 0.086517 0.194031 2 3 0.500000 4 0.500000 + 28 0.421806 0.227237 0.752924 0.579363 -0.394161 -0.713426 0.094635 0.223572 3 11 0.200000 2 0.700000 3 0.100000 + 28 0.148498 0.392330 0.635828 -0.242267 -0.284377 -0.927597 0.041626 0.189270 3 2 0.600000 3 0.200000 4 0.200000 +EievuiDh.png + 28 0.421806 0.227237 0.752924 0.579363 -0.394161 -0.713426 0.094635 0.223572 3 11 0.200000 2 0.700000 3 0.100000 + 28 0.172262 0.249256 0.654588 0.248629 0.047678 -0.967425 0.043854 0.213715 2 11 0.200000 2 0.800000 + 28 0.148498 0.392330 0.635828 -0.242267 -0.284377 -0.927597 0.041626 0.189270 3 2 0.600000 3 0.200000 4 0.200000 +EievuiDh.png + 28 0.180228 0.928855 0.931781 0.111998 0.955543 -0.272752 0.035217 0.081787 3 2 0.500000 3 0.400000 4 0.100000 + 28 0.115200 0.851729 0.794155 -0.178973 0.791270 -0.584688 0.028900 0.111328 3 2 0.500000 3 0.200000 4 0.300000 + 28 0.000000 0.863656 0.819631 -0.000003 0.705941 -0.708271 0.005341 0.113556 3 2 0.810000 3 0.100000 7 0.090000 +EievuiDh.png + 28 0.115200 0.851729 0.794155 -0.178973 0.791270 -0.584688 0.028900 0.111328 3 2 0.500000 3 0.200000 4 0.300000 + 28 0.088612 0.656838 0.691129 -0.567379 0.321114 -0.758266 0.023407 0.150452 3 2 0.500000 3 0.100000 4 0.400000 + 28 0.000000 0.863656 0.819631 -0.000003 0.705941 -0.708271 0.005341 0.113556 3 2 0.810000 3 0.100000 7 0.090000 +EievuiDh.png + 28 0.000000 0.863656 0.819631 -0.000003 0.705941 -0.708271 0.005341 0.113556 3 2 0.810000 3 0.100000 7 0.090000 + 28 0.088612 0.656838 0.691129 -0.567379 0.321114 -0.758266 0.023407 0.150452 3 2 0.500000 3 0.100000 4 0.400000 + 28 0.000000 0.673768 0.699282 -0.000002 0.319470 -0.947596 0.006378 0.148865 3 2 0.810000 3 0.100000 7 0.090000 +EievuiDh.png + 28 0.088612 0.656838 0.691129 -0.567379 0.321114 -0.758266 0.023407 0.150452 3 2 0.500000 3 0.100000 4 0.400000 + 28 0.148498 0.392330 0.635828 -0.242267 -0.284377 -0.927597 0.041626 0.189270 3 2 0.600000 3 0.200000 4 0.200000 + 28 0.000000 0.673768 0.699282 -0.000002 0.319470 -0.947596 0.006378 0.148865 3 2 0.810000 3 0.100000 7 0.090000 +EievuiDh.png + 28 0.342076 0.895532 1.117060 0.407461 0.900019 0.154734 0.246338 0.141785 2 2 0.500000 3 0.500000 + 28 0.518016 0.781393 1.067545 0.830297 0.545590 0.113749 0.216278 0.161560 2 2 0.500000 3 0.500000 + 28 0.338847 0.896989 0.926126 0.240195 0.964074 -0.113434 0.217072 0.114441 3 2 0.300000 3 0.500000 4 0.200000 +EievuiDh.png + 28 0.518016 0.781393 1.067545 0.830297 0.545590 0.113749 0.216278 0.161560 2 2 0.500000 3 0.500000 + 28 0.522668 0.785828 0.903645 0.775555 0.631229 0.007987 0.192658 0.139465 3 2 0.300000 3 0.500000 4 0.200000 + 28 0.338847 0.896989 0.926126 0.240195 0.964074 -0.113434 0.217072 0.114441 3 2 0.300000 3 0.500000 4 0.200000 +EievuiDh.png + 28 0.518016 0.781393 1.067545 0.830297 0.545590 0.113749 0.216278 0.161560 2 2 0.500000 3 0.500000 + 28 0.585521 0.583628 0.806612 0.994047 0.062311 -0.089377 0.157623 0.161530 2 3 0.600000 4 0.400000 + 28 0.522668 0.785828 0.903645 0.775555 0.631229 0.007987 0.192658 0.139465 3 2 0.300000 3 0.500000 4 0.200000 +EievuiDh.png + 28 0.115200 0.851729 0.794155 -0.178973 0.791270 -0.584688 0.218964 0.070404 3 2 0.500000 3 0.200000 4 0.300000 + 28 0.180228 0.928855 0.931781 0.111998 0.955543 -0.272752 0.227753 0.096344 3 2 0.500000 3 0.400000 4 0.100000 + 28 0.338847 0.896989 0.926126 0.240195 0.964074 -0.113434 0.217072 0.114441 3 2 0.300000 3 0.500000 4 0.200000 +EievuiDh.png + 28 0.180228 0.928855 0.931781 0.111998 0.955543 -0.272752 0.227753 0.096344 3 2 0.500000 3 0.400000 4 0.100000 + 28 0.342076 0.895532 1.117060 0.407461 0.900019 0.154734 0.246338 0.141785 2 2 0.500000 3 0.500000 + 28 0.338847 0.896989 0.926126 0.240195 0.964074 -0.113434 0.217072 0.114441 3 2 0.300000 3 0.500000 4 0.200000 +EievuiDh.png + 28 0.596466 0.538240 1.010079 0.995044 0.025725 0.096047 0.183319 0.188049 2 2 0.300000 3 0.700000 + 28 0.585521 0.583628 0.806612 0.994047 0.062311 -0.089377 0.157623 0.161530 2 3 0.600000 4 0.400000 + 28 0.518016 0.781393 1.067545 0.830297 0.545590 0.113749 0.216278 0.161560 2 2 0.500000 3 0.500000 +EievuiDh.png + 28 -0.447388 0.381866 1.387608 -0.746073 -0.112006 0.656377 0.217835 0.270782 2 11 0.100000 2 0.900000 + 28 -0.191350 0.447478 1.497245 -0.268619 -0.019991 0.963039 0.248718 0.292633 2 11 0.100000 2 0.900000 + 28 -0.439171 0.620215 1.385858 -0.539976 0.281346 0.793266 0.234253 0.239960 1 2 1.000000 +EievuiDh.png + 28 -0.191350 0.447478 1.497245 -0.268619 -0.019991 0.963039 0.248718 0.292633 2 11 0.100000 2 0.900000 + 28 -0.200254 0.683885 1.459765 -0.208141 0.336349 0.918448 0.266266 0.265045 1 2 1.000000 + 28 -0.439171 0.620215 1.385858 -0.539976 0.281346 0.793266 0.234253 0.239960 1 2 1.000000 +EievuiDh.png + 28 -0.191350 0.447478 1.497245 -0.268619 -0.019991 0.963039 0.248718 0.292633 2 11 0.100000 2 0.900000 + 28 0.000000 0.466955 1.516106 0.000000 0.081438 0.996678 0.276886 0.312500 2 11 0.100000 2 0.900000 + 28 -0.200254 0.683885 1.459765 -0.208141 0.336349 0.918448 0.266266 0.265045 1 2 1.000000 +EievuiDh.png + 28 0.000000 0.466955 1.516106 0.000000 0.081438 0.996678 0.276886 0.312500 2 11 0.100000 2 0.900000 + 28 0.000000 0.711813 1.468948 0.000000 0.477321 0.878729 0.295532 0.284546 1 2 1.000000 + 28 -0.200254 0.683885 1.459765 -0.208141 0.336349 0.918448 0.266266 0.265045 1 2 1.000000 +EievuiDh.png + 28 0.000000 0.466955 1.516106 0.000000 0.081438 0.996678 0.276886 0.312500 2 11 0.100000 2 0.900000 + 28 0.200254 0.683885 1.459765 0.208141 0.336349 0.918448 0.266266 0.265045 1 2 1.000000 + 28 0.000000 0.711813 1.468948 0.000000 0.477321 0.878729 0.295532 0.284546 1 2 1.000000 +EievuiDh.png + 28 0.000000 0.466955 1.516106 0.000000 0.081438 0.996678 0.276886 0.312500 2 11 0.100000 2 0.900000 + 28 0.191350 0.447478 1.497245 0.268619 -0.019991 0.963039 0.248718 0.292633 2 11 0.100000 2 0.900000 + 28 0.200254 0.683885 1.459765 0.208141 0.336349 0.918448 0.266266 0.265045 1 2 1.000000 +EievuiDh.png + 28 0.191350 0.447478 1.497245 0.268619 -0.019991 0.963039 0.248718 0.292633 2 11 0.100000 2 0.900000 + 28 0.439171 0.620215 1.385858 0.539976 0.281346 0.793266 0.234253 0.239960 1 2 1.000000 + 28 0.200254 0.683885 1.459765 0.208141 0.336349 0.918448 0.266266 0.265045 1 2 1.000000 +EievuiDh.png + 28 0.191350 0.447478 1.497245 0.268619 -0.019991 0.963039 0.248718 0.292633 2 11 0.100000 2 0.900000 + 28 0.447388 0.381866 1.387608 0.746073 -0.112006 0.656377 0.217835 0.270782 2 11 0.100000 2 0.900000 + 28 0.439171 0.620215 1.385858 0.539976 0.281346 0.793266 0.234253 0.239960 1 2 1.000000 +EievuiDh.png + 28 0.447388 0.381866 1.387608 0.746073 -0.112006 0.656377 0.217835 0.270782 2 11 0.100000 2 0.900000 + 28 0.545913 0.557271 1.233680 0.910795 0.149584 0.384808 0.210999 0.217316 2 2 0.900000 3 0.100000 + 28 0.439171 0.620215 1.385858 0.539976 0.281346 0.793266 0.234253 0.239960 1 2 1.000000 +EievuiDh.png + 28 0.447388 0.381866 1.387608 0.746073 -0.112006 0.656377 0.217835 0.270782 2 11 0.100000 2 0.900000 + 28 0.525215 0.303174 1.208909 0.955698 -0.221641 0.193692 0.189667 0.250885 3 11 0.100000 2 0.700000 3 0.200000 + 28 0.545913 0.557271 1.233680 0.910795 0.149584 0.384808 0.210999 0.217316 2 2 0.900000 3 0.100000 +EievuiDh.png + 28 0.596466 0.538240 1.010079 0.995044 0.025725 0.096047 0.183319 0.188049 2 2 0.300000 3 0.700000 + 28 0.518016 0.781393 1.067545 0.830297 0.545590 0.113749 0.216278 0.161560 2 2 0.500000 3 0.500000 + 28 0.545913 0.557271 1.233680 0.910795 0.149584 0.384808 0.210999 0.217316 2 2 0.900000 3 0.100000 +EievuiDh.png + 28 0.518016 0.781393 1.067545 0.830297 0.545590 0.113749 0.216278 0.161560 2 2 0.500000 3 0.500000 + 28 0.499573 0.751424 1.194096 0.761202 0.556575 0.332859 0.222778 0.188660 2 2 0.800000 3 0.200000 + 28 0.545913 0.557271 1.233680 0.910795 0.149584 0.384808 0.210999 0.217316 2 2 0.900000 3 0.100000 +EievuiDh.png + 28 0.518016 0.781393 1.067545 0.830297 0.545590 0.113749 0.216278 0.161560 2 2 0.500000 3 0.500000 + 28 0.342076 0.895532 1.117060 0.407461 0.900019 0.154734 0.246338 0.141785 2 2 0.500000 3 0.500000 + 28 0.499573 0.751424 1.194096 0.761202 0.556575 0.332859 0.222778 0.188660 2 2 0.800000 3 0.200000 +EievuiDh.png + 28 0.342076 0.895532 1.117060 0.407461 0.900019 0.154734 0.246338 0.141785 2 2 0.500000 3 0.500000 + 28 0.401893 0.791864 1.307504 0.536252 0.663592 0.521613 0.247009 0.211853 1 2 1.000000 + 28 0.499573 0.751424 1.194096 0.761202 0.556575 0.332859 0.222778 0.188660 2 2 0.800000 3 0.200000 +EievuiDh.png + 28 0.180228 0.928855 0.931781 0.111998 0.955543 -0.272752 0.315613 0.188782 3 2 0.500000 3 0.400000 4 0.100000 + 28 0.180723 0.930195 1.140207 0.159114 0.958899 0.234938 0.298523 0.214172 2 2 0.700000 3 0.300000 + 28 0.342076 0.895532 1.117060 0.407461 0.900019 0.154734 0.270264 0.190002 2 2 0.500000 3 0.500000 +EievuiDh.png + 28 0.180723 0.930195 1.140207 0.159114 0.958899 0.234938 0.298523 0.214172 2 2 0.700000 3 0.300000 + 28 0.401893 0.791864 1.307504 0.536252 0.663592 0.521613 0.247009 0.211853 1 2 1.000000 + 28 0.342076 0.895532 1.117060 0.407461 0.900019 0.154734 0.270264 0.190002 2 2 0.500000 3 0.500000 +EievuiDh.png + 28 0.180723 0.930195 1.140207 0.159114 0.958899 0.234938 0.298523 0.214172 2 2 0.700000 3 0.300000 + 28 0.186544 0.832283 1.353403 0.207327 0.693163 0.690320 0.282318 0.238892 1 2 1.000000 + 28 0.401893 0.791864 1.307504 0.536252 0.663592 0.521613 0.247009 0.211853 1 2 1.000000 +EievuiDh.png + 28 0.186544 0.832283 1.353403 0.207327 0.693163 0.690320 0.282318 0.238892 1 2 1.000000 + 28 0.180723 0.930195 1.140207 0.159114 0.958899 0.234938 0.298523 0.214172 2 2 0.700000 3 0.300000 + 28 0.000000 0.849754 1.359906 0.000000 0.831345 0.555756 0.312073 0.259888 1 2 1.000000 +EievuiDh.png + 28 0.180723 0.930195 1.140207 0.159114 0.958899 0.234938 0.298523 0.214172 2 2 0.700000 3 0.300000 + 28 0.000000 0.946906 1.154107 0.000000 0.978246 0.207449 0.327362 0.236298 1 2 1.000000 + 28 0.000000 0.849754 1.359906 0.000000 0.831345 0.555756 0.312073 0.259888 1 2 1.000000 +EievuiDh.png + 28 0.180723 0.930195 1.140207 0.159114 0.958899 0.234938 0.298523 0.214172 2 2 0.700000 3 0.300000 + 28 0.000000 0.942110 0.941029 -0.000002 0.980248 -0.197773 0.345520 0.208130 3 2 0.810000 3 0.100000 7 0.090000 + 28 0.000000 0.946906 1.154107 0.000000 0.978246 0.207449 0.327362 0.236298 1 2 1.000000 +EievuiDh.png + 28 0.499573 0.751424 1.194096 0.761202 0.556575 0.332859 0.222778 0.188660 2 2 0.800000 3 0.200000 + 28 0.401893 0.791864 1.307504 0.536252 0.663592 0.521613 0.247009 0.211853 1 2 1.000000 + 28 0.545913 0.557271 1.233680 0.910795 0.149584 0.384808 0.210999 0.217316 2 2 0.900000 3 0.100000 +EievuiDh.png + 28 0.401893 0.791864 1.307504 0.536252 0.663592 0.521613 0.247009 0.211853 1 2 1.000000 + 28 0.439171 0.620215 1.385858 0.539976 0.281346 0.793266 0.234253 0.239960 1 2 1.000000 + 28 0.545913 0.557271 1.233680 0.910795 0.149584 0.384808 0.210999 0.217316 2 2 0.900000 3 0.100000 +EievuiDh.png + 28 0.000000 0.942110 0.941029 -0.000002 0.980248 -0.197773 0.006561 0.081451 3 2 0.810000 3 0.100000 7 0.090000 + 28 0.180228 0.928855 0.931781 0.111998 0.955543 -0.272752 0.035217 0.081787 3 2 0.500000 3 0.400000 4 0.100000 + 28 0.000000 0.863656 0.819631 -0.000003 0.705941 -0.708271 0.005341 0.113556 3 2 0.810000 3 0.100000 7 0.090000 +EievuiDh.png + 28 0.180723 0.930195 1.140207 0.159114 0.958899 0.234938 0.298523 0.214172 2 2 0.700000 3 0.300000 + 28 0.180228 0.928855 0.931781 0.111998 0.955543 -0.272752 0.315613 0.188782 3 2 0.500000 3 0.400000 4 0.100000 + 28 0.000000 0.942110 0.941029 -0.000002 0.980248 -0.197773 0.345520 0.208130 3 2 0.810000 3 0.100000 7 0.090000 +EievuiDh.png + 28 -0.186960 0.034584 0.634678 -0.439038 -0.043626 -0.897409 0.041992 0.250458 2 11 0.500000 2 0.500000 + 28 -0.375126 0.033862 0.770902 -0.752262 -0.167309 -0.637267 0.086517 0.257904 2 11 0.500000 2 0.500000 + 28 -0.421806 0.227237 0.752924 -0.579363 -0.394161 -0.713426 0.094635 0.223572 3 11 0.200000 2 0.700000 7 0.100000 +EievuiDh.png + 28 -0.375126 0.033862 0.770902 -0.752262 -0.167309 -0.637267 0.086517 0.257904 2 11 0.500000 2 0.500000 + 28 -0.505228 0.229996 0.938987 -0.903557 -0.339546 -0.261330 0.139374 0.235352 3 11 0.200000 2 0.700000 7 0.100000 + 28 -0.421806 0.227237 0.752924 -0.579363 -0.394161 -0.713426 0.094635 0.223572 3 11 0.200000 2 0.700000 7 0.100000 +EievuiDh.png + 28 -0.375126 0.033862 0.770902 -0.752262 -0.167309 -0.637267 0.086517 0.257904 2 11 0.500000 2 0.500000 + 28 -0.484363 0.035698 0.929444 -0.954036 -0.050013 -0.295489 0.125885 0.266663 2 11 0.500000 2 0.500000 + 28 -0.505228 0.229996 0.938987 -0.903557 -0.339546 -0.261330 0.139374 0.235352 3 11 0.200000 2 0.700000 7 0.100000 +EievuiDh.png + 28 -0.484363 0.035698 0.929444 -0.954036 -0.050013 -0.295489 0.125885 0.266663 2 11 0.500000 2 0.500000 + 28 -0.525215 0.303174 1.208909 -0.955698 -0.221641 0.193692 0.189667 0.250885 3 11 0.100000 2 0.700000 7 0.200000 + 28 -0.505228 0.229996 0.938987 -0.903557 -0.339546 -0.261330 0.139374 0.235352 3 11 0.200000 2 0.700000 7 0.100000 +EievuiDh.png + 28 -0.484363 0.035698 0.929444 -0.954036 -0.050013 -0.295489 0.125885 0.266663 2 11 0.500000 2 0.500000 + 28 -0.485796 0.042764 1.151560 -0.952199 -0.054319 0.300610 0.166199 0.284882 2 11 0.500000 2 0.500000 + 28 -0.525215 0.303174 1.208909 -0.955698 -0.221641 0.193692 0.189667 0.250885 3 11 0.100000 2 0.700000 7 0.200000 +EievuiDh.png + 28 -0.485796 0.042764 1.151560 -0.952199 -0.054319 0.300610 0.166199 0.284882 2 11 0.500000 2 0.500000 + 28 -0.447388 0.381866 1.387608 -0.746073 -0.112006 0.656377 0.217835 0.270782 2 11 0.100000 2 0.900000 + 28 -0.525215 0.303174 1.208909 -0.955698 -0.221641 0.193692 0.189667 0.250885 3 11 0.100000 2 0.700000 7 0.200000 +EievuiDh.png + 28 -0.485796 0.042764 1.151560 -0.952199 -0.054319 0.300610 0.166199 0.284882 2 11 0.500000 2 0.500000 + 28 -0.402343 0.052105 1.345852 -0.615870 -0.097171 0.781833 0.194122 0.307678 2 11 0.500000 2 0.500000 + 28 -0.447388 0.381866 1.387608 -0.746073 -0.112006 0.656377 0.217835 0.270782 2 11 0.100000 2 0.900000 +EievuiDh.png + 28 -0.402343 0.052105 1.345852 -0.615870 -0.097171 0.781833 0.194122 0.307678 2 11 0.500000 2 0.500000 + 28 -0.191350 0.447478 1.497245 -0.268619 -0.019991 0.963039 0.248718 0.292633 2 11 0.100000 2 0.900000 + 28 -0.447388 0.381866 1.387608 -0.746073 -0.112006 0.656377 0.217835 0.270782 2 11 0.100000 2 0.900000 +EievuiDh.png + 28 -0.402343 0.052105 1.345852 -0.615870 -0.097171 0.781833 0.194122 0.307678 2 11 0.500000 2 0.500000 + 28 -0.199599 0.065731 1.457567 -0.250063 -0.122895 0.960399 0.220032 0.332428 2 11 0.500000 2 0.500000 + 28 -0.191350 0.447478 1.497245 -0.268619 -0.019991 0.963039 0.248718 0.292633 2 11 0.100000 2 0.900000 +EievuiDh.png + 28 -0.199599 0.065731 1.457567 -0.250063 -0.122895 0.960399 0.220032 0.332428 2 11 0.500000 2 0.500000 + 28 0.000000 0.065731 1.476099 0.000000 -0.116576 0.993182 0.249573 0.351837 2 11 0.500000 2 0.500000 + 28 -0.191350 0.447478 1.497245 -0.268619 -0.019991 0.963039 0.248718 0.292633 2 11 0.100000 2 0.900000 +EievuiDh.png + 28 -0.191350 0.447478 1.497245 -0.268619 -0.019991 0.963039 0.248718 0.292633 2 11 0.100000 2 0.900000 + 28 0.000000 0.065731 1.476099 0.000000 -0.116576 0.993182 0.249573 0.351837 2 11 0.500000 2 0.500000 + 28 0.000000 0.466955 1.516106 0.000000 0.081438 0.996678 0.276886 0.312500 2 11 0.100000 2 0.900000 +EievuiDh.png + 28 0.000000 0.065731 1.476099 0.000000 -0.116576 0.993182 0.249573 0.351837 2 11 0.500000 2 0.500000 + 28 0.191350 0.447478 1.497245 0.268619 -0.019991 0.963039 0.248718 0.292633 2 11 0.100000 2 0.900000 + 28 0.000000 0.466955 1.516106 0.000000 0.081438 0.996678 0.276886 0.312500 2 11 0.100000 2 0.900000 +EievuiDh.png + 28 0.000000 0.065731 1.476099 0.000000 -0.116576 0.993182 0.249573 0.351837 2 11 0.500000 2 0.500000 + 28 0.199599 0.065731 1.457567 0.250063 -0.122895 0.960399 0.220032 0.332428 2 11 0.500000 2 0.500000 + 28 0.191350 0.447478 1.497245 0.268619 -0.019991 0.963039 0.248718 0.292633 2 11 0.100000 2 0.900000 +EievuiDh.png + 28 0.199599 0.065731 1.457567 0.250063 -0.122895 0.960399 0.220032 0.332428 2 11 0.500000 2 0.500000 + 28 0.402343 0.052105 1.345852 0.615870 -0.097171 0.781833 0.194122 0.307678 2 11 0.500000 2 0.500000 + 28 0.191350 0.447478 1.497245 0.268619 -0.019991 0.963039 0.248718 0.292633 2 11 0.100000 2 0.900000 +EievuiDh.png + 28 -0.148498 0.392330 0.635828 0.242266 -0.284377 -0.927598 0.041626 0.189270 3 2 0.600000 7 0.200000 8 0.200000 + 28 -0.172262 0.249256 0.654588 -0.248629 0.047678 -0.967425 0.043854 0.213715 2 11 0.200000 2 0.800000 + 28 -0.421806 0.227237 0.752924 -0.579363 -0.394161 -0.713426 0.094635 0.223572 3 11 0.200000 2 0.700000 7 0.100000 +EievuiDh.png + 28 -0.172262 0.249256 0.654588 -0.248629 0.047678 -0.967425 0.043854 0.213715 2 11 0.200000 2 0.800000 + 28 -0.186960 0.034584 0.634678 -0.439038 -0.043626 -0.897409 0.041992 0.250458 2 11 0.500000 2 0.500000 + 28 -0.421806 0.227237 0.752924 -0.579363 -0.394161 -0.713426 0.094635 0.223572 3 11 0.200000 2 0.700000 7 0.100000 +EievuiDh.png + 28 -0.172262 0.249256 0.654588 -0.248629 0.047678 -0.967425 0.043854 0.213715 2 11 0.200000 2 0.800000 + 28 0.000000 0.036237 0.596258 0.000000 0.002791 -0.999996 0.005981 0.249695 2 11 0.500000 2 0.500000 + 28 -0.186960 0.034584 0.634678 -0.439038 -0.043626 -0.897409 0.041992 0.250458 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 0.191350 0.447478 1.497245 0.268619 -0.019991 0.963039 0.248718 0.292633 2 11 0.100000 2 0.900000 + 28 0.402343 0.052105 1.345852 0.615870 -0.097171 0.781833 0.194122 0.307678 2 11 0.500000 2 0.500000 + 28 0.447388 0.381866 1.387608 0.746073 -0.112006 0.656377 0.217835 0.270782 2 11 0.100000 2 0.900000 +EievuiDh.png + 28 0.402343 0.052105 1.345852 0.615870 -0.097171 0.781833 0.194122 0.307678 2 11 0.500000 2 0.500000 + 28 0.485796 0.042764 1.151560 0.952199 -0.054319 0.300610 0.166199 0.284882 2 11 0.500000 2 0.500000 + 28 0.447388 0.381866 1.387608 0.746073 -0.112006 0.656377 0.217835 0.270782 2 11 0.100000 2 0.900000 +EievuiDh.png + 28 0.447388 0.381866 1.387608 0.746073 -0.112006 0.656377 0.217835 0.270782 2 11 0.100000 2 0.900000 + 28 0.485796 0.042764 1.151560 0.952199 -0.054319 0.300610 0.166199 0.284882 2 11 0.500000 2 0.500000 + 28 0.525215 0.303174 1.208909 0.955698 -0.221641 0.193692 0.189667 0.250885 3 11 0.100000 2 0.700000 3 0.200000 +EievuiDh.png + 28 0.485796 0.042764 1.151560 0.952199 -0.054319 0.300610 0.166199 0.284882 2 11 0.500000 2 0.500000 + 28 0.484363 0.035698 0.929444 0.954036 -0.050013 -0.295490 0.125885 0.266663 2 11 0.500000 2 0.500000 + 28 0.525215 0.303174 1.208909 0.955698 -0.221641 0.193692 0.189667 0.250885 3 11 0.100000 2 0.700000 3 0.200000 +EievuiDh.png + 28 0.525215 0.303174 1.208909 0.955698 -0.221641 0.193692 0.189667 0.250885 3 11 0.100000 2 0.700000 3 0.200000 + 28 0.484363 0.035698 0.929444 0.954036 -0.050013 -0.295490 0.125885 0.266663 2 11 0.500000 2 0.500000 + 28 0.505228 0.229996 0.938987 0.903557 -0.339546 -0.261330 0.139374 0.235352 3 11 0.200000 2 0.700000 3 0.100000 +EievuiDh.png + 28 0.484363 0.035698 0.929444 0.954036 -0.050013 -0.295490 0.125885 0.266663 2 11 0.500000 2 0.500000 + 28 0.375126 0.033862 0.770902 0.752262 -0.167309 -0.637267 0.086517 0.257904 2 11 0.500000 2 0.500000 + 28 0.505228 0.229996 0.938987 0.903557 -0.339546 -0.261330 0.139374 0.235352 3 11 0.200000 2 0.700000 3 0.100000 +EievuiDh.png + 28 0.505228 0.229996 0.938987 0.903557 -0.339546 -0.261330 0.139374 0.235352 3 11 0.200000 2 0.700000 3 0.100000 + 28 0.375126 0.033862 0.770902 0.752262 -0.167309 -0.637267 0.086517 0.257904 2 11 0.500000 2 0.500000 + 28 0.421806 0.227237 0.752924 0.579363 -0.394161 -0.713426 0.094635 0.223572 3 11 0.200000 2 0.700000 3 0.100000 +EievuiDh.png + 28 0.375126 0.033862 0.770902 0.752262 -0.167309 -0.637267 0.086517 0.257904 2 11 0.500000 2 0.500000 + 28 0.186960 0.034584 0.634678 0.439038 -0.043626 -0.897409 0.041992 0.250458 2 11 0.500000 2 0.500000 + 28 0.421806 0.227237 0.752924 0.579363 -0.394161 -0.713426 0.094635 0.223572 3 11 0.200000 2 0.700000 3 0.100000 +EievuiDh.png + 28 0.421806 0.227237 0.752924 0.579363 -0.394161 -0.713426 0.094635 0.223572 3 11 0.200000 2 0.700000 3 0.100000 + 28 0.186960 0.034584 0.634678 0.439038 -0.043626 -0.897409 0.041992 0.250458 2 11 0.500000 2 0.500000 + 28 0.172262 0.249256 0.654588 0.248629 0.047678 -0.967425 0.043854 0.213715 2 11 0.200000 2 0.800000 +EievuiDh.png + 28 0.186960 0.034584 0.634678 0.439038 -0.043626 -0.897409 0.041992 0.250458 2 11 0.500000 2 0.500000 + 28 0.000000 0.036237 0.596258 0.000000 0.002791 -0.999996 0.005981 0.249695 2 11 0.500000 2 0.500000 + 28 0.172262 0.249256 0.654588 0.248629 0.047678 -0.967425 0.043854 0.213715 2 11 0.200000 2 0.800000 +EievuiDh.png + 28 0.172262 0.249256 0.654588 0.248629 0.047678 -0.967425 0.043854 0.213715 2 11 0.200000 2 0.800000 + 28 0.000000 0.036237 0.596258 0.000000 0.002791 -0.999996 0.005981 0.249695 2 11 0.500000 2 0.500000 + 28 0.000000 0.262165 0.604090 0.000000 0.138971 -0.990296 0.006134 0.213165 2 11 0.200000 2 0.800000 +EievuiDh.png + 28 0.000000 0.036237 0.596258 0.000000 0.002791 -0.999996 0.005981 0.249695 2 11 0.500000 2 0.500000 + 28 -0.172262 0.249256 0.654588 -0.248629 0.047678 -0.967425 0.043854 0.213715 2 11 0.200000 2 0.800000 + 28 0.000000 0.262165 0.604090 0.000000 0.138971 -0.990296 0.006134 0.213165 2 11 0.200000 2 0.800000 +EievuiDh.png + 28 -0.148498 0.392330 0.635828 0.242266 -0.284377 -0.927598 0.041626 0.189270 3 2 0.600000 7 0.200000 8 0.200000 + 28 0.000000 0.406950 0.640196 0.000000 0.106805 -0.994280 0.006226 0.189789 3 2 0.810000 3 0.100000 7 0.090000 + 28 -0.172262 0.249256 0.654588 -0.248629 0.047678 -0.967425 0.043854 0.213715 2 11 0.200000 2 0.800000 +EievuiDh.png + 28 0.000000 0.406950 0.640196 0.000000 0.106805 -0.994280 0.006226 0.189789 3 2 0.810000 3 0.100000 7 0.090000 + 28 0.000000 0.262165 0.604090 0.000000 0.138971 -0.990296 0.006134 0.213165 2 11 0.200000 2 0.800000 + 28 -0.172262 0.249256 0.654588 -0.248629 0.047678 -0.967425 0.043854 0.213715 2 11 0.200000 2 0.800000 +EievuiDh.png + 28 0.461436 -0.841423 0.764095 0.568491 0.595385 -0.567746 0.749725 0.381073 2 11 0.600000 13 0.400000 + 28 0.551962 -0.902802 0.897584 0.920082 0.365234 -0.141609 0.750763 0.420319 3 11 0.500000 14 0.100000 13 0.400000 + 28 0.505198 -0.944309 0.749225 0.822788 0.005376 -0.568322 0.729431 0.411224 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.551962 -0.902802 0.897584 0.920082 0.365234 -0.141609 0.750763 0.420319 3 11 0.500000 14 0.100000 13 0.400000 + 28 0.548034 -1.047153 0.882036 0.826114 -0.405121 -0.391680 0.714111 0.419617 2 11 0.500000 13 0.500000 + 28 0.505198 -0.944309 0.749225 0.822788 0.005376 -0.568322 0.729431 0.411224 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.551962 -0.902802 0.897584 0.920082 0.365234 -0.141609 0.750763 0.420319 3 11 0.500000 14 0.100000 13 0.400000 + 28 0.582583 -1.071088 1.064746 0.934530 -0.355866 -0.003660 0.715454 0.478119 2 11 0.400000 13 0.600000 + 28 0.548034 -1.047153 0.882036 0.826114 -0.405121 -0.391680 0.714111 0.419617 2 11 0.500000 13 0.500000 +EievuiDh.png + 28 0.582583 -1.071088 1.064746 0.934530 -0.355866 -0.003660 0.715454 0.478119 2 11 0.400000 13 0.600000 + 28 0.308420 -1.242487 0.857267 0.474051 -0.779816 -0.408856 0.642334 0.420868 2 11 0.500000 13 0.500000 + 28 0.548034 -1.047153 0.882036 0.826114 -0.405121 -0.391680 0.714111 0.419617 2 11 0.500000 13 0.500000 +EievuiDh.png + 28 0.582583 -1.071088 1.064746 0.934530 -0.355866 -0.003660 0.715454 0.478119 2 11 0.400000 13 0.600000 + 28 0.335004 -1.309857 1.062126 0.501329 -0.865074 -0.017786 0.638275 0.480804 2 11 0.400000 13 0.600000 + 28 0.308420 -1.242487 0.857267 0.474051 -0.779816 -0.408856 0.642334 0.420868 2 11 0.500000 13 0.500000 +EievuiDh.png + 28 0.335004 -1.309857 1.062126 0.501329 -0.865074 -0.017786 0.638275 0.480804 2 11 0.400000 13 0.600000 + 28 0.000000 -1.353090 0.842255 0.000000 -0.930405 -0.366533 0.562042 0.425415 2 11 0.500000 13 0.500000 + 28 0.308420 -1.242487 0.857267 0.474051 -0.779816 -0.408856 0.642334 0.420868 2 11 0.500000 13 0.500000 +EievuiDh.png + 28 0.335004 -1.309857 1.062126 0.501329 -0.865074 -0.017786 0.638275 0.480804 2 11 0.400000 13 0.600000 + 28 0.000000 -1.397235 1.047816 0.000000 -0.995189 0.097979 0.562042 0.483429 2 11 0.400000 13 0.600000 + 28 0.000000 -1.353090 0.842255 0.000000 -0.930405 -0.366533 0.562042 0.425415 2 11 0.500000 13 0.500000 +EievuiDh.png + 28 0.000000 -1.397235 1.047816 0.000000 -0.995189 0.097979 0.562042 0.483429 2 11 0.400000 13 0.600000 + 28 -0.335004 -1.309857 1.062126 -0.501329 -0.865074 -0.017786 0.638275 0.480804 2 11 0.400000 13 0.600000 + 28 0.000000 -1.353090 0.842255 0.000000 -0.930405 -0.366533 0.562042 0.425415 2 11 0.500000 13 0.500000 +EievuiDh.png + 28 0.505198 -0.944309 0.749225 0.822788 0.005376 -0.568322 0.729431 0.411224 2 11 0.600000 13 0.400000 + 28 0.548034 -1.047153 0.882036 0.826114 -0.405121 -0.391680 0.714111 0.419617 2 11 0.500000 13 0.500000 + 28 0.452311 -1.013794 0.739612 0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.548034 -1.047153 0.882036 0.826114 -0.405121 -0.391680 0.714111 0.419617 2 11 0.500000 13 0.500000 + 28 0.398854 -1.103310 0.726329 0.570965 -0.551376 -0.608263 0.677551 0.410126 2 11 0.600000 13 0.400000 + 28 0.452311 -1.013794 0.739612 0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.548034 -1.047153 0.882036 0.826114 -0.405121 -0.391680 0.714111 0.419617 2 11 0.500000 13 0.500000 + 28 0.308420 -1.242487 0.857267 0.474051 -0.779816 -0.408856 0.642334 0.420868 2 11 0.500000 13 0.500000 + 28 0.398854 -1.103310 0.726329 0.570965 -0.551376 -0.608263 0.677551 0.410126 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.308420 -1.242487 0.857267 0.474051 -0.779816 -0.408856 0.642334 0.420868 2 11 0.500000 13 0.500000 + 28 0.293547 -1.152934 0.725502 0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 + 28 0.398854 -1.103310 0.726329 0.570965 -0.551376 -0.608263 0.677551 0.410126 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.308420 -1.242487 0.857267 0.474051 -0.779816 -0.408856 0.642334 0.420868 2 11 0.500000 13 0.500000 + 28 0.000000 -1.269829 0.708327 0.000000 -0.764533 -0.644585 0.559692 0.383575 2 11 0.600000 13 0.400000 + 28 0.293547 -1.152934 0.725502 0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.461436 -0.841423 0.764095 -0.568491 0.595385 -0.567746 0.749725 0.381073 2 11 0.600000 13 0.400000 + 28 -0.505198 -0.944309 0.749225 -0.822788 0.005376 -0.568322 0.729431 0.411224 2 11 0.600000 13 0.400000 + 28 -0.551962 -0.902802 0.897584 -0.920082 0.365234 -0.141609 0.750763 0.420319 3 15 0.100000 11 0.500000 13 0.400000 +EievuiDh.png + 28 -0.505198 -0.944309 0.749225 -0.822788 0.005376 -0.568322 0.729431 0.411224 2 11 0.600000 13 0.400000 + 28 -0.548034 -1.047153 0.882036 -0.826114 -0.405121 -0.391680 0.714111 0.419617 2 11 0.500000 13 0.500000 + 28 -0.551962 -0.902802 0.897584 -0.920082 0.365234 -0.141609 0.750763 0.420319 3 15 0.100000 11 0.500000 13 0.400000 +EievuiDh.png + 28 -0.505198 -0.944309 0.749225 -0.822788 0.005376 -0.568322 0.729431 0.411224 2 11 0.600000 13 0.400000 + 28 -0.452311 -1.013794 0.739612 -0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 + 28 -0.548034 -1.047153 0.882036 -0.826114 -0.405121 -0.391680 0.714111 0.419617 2 11 0.500000 13 0.500000 +EievuiDh.png + 28 -0.452311 -1.013794 0.739612 -0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 + 28 -0.398854 -1.103310 0.726329 -0.570965 -0.551376 -0.608263 0.677551 0.410126 2 11 0.600000 13 0.400000 + 28 -0.548034 -1.047153 0.882036 -0.826114 -0.405121 -0.391680 0.714111 0.419617 2 11 0.500000 13 0.500000 +EievuiDh.png + 28 0.308420 -1.242487 0.857267 0.474051 -0.779816 -0.408856 0.642334 0.420868 2 11 0.500000 13 0.500000 + 28 0.000000 -1.353090 0.842255 0.000000 -0.930405 -0.366533 0.562042 0.425415 2 11 0.500000 13 0.500000 + 28 0.000000 -1.269829 0.708327 0.000000 -0.764533 -0.644585 0.559692 0.383575 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.000000 -1.353090 0.842255 0.000000 -0.930405 -0.366533 0.562042 0.425415 2 11 0.500000 13 0.500000 + 28 -0.308420 -1.242487 0.857267 -0.474051 -0.779816 -0.408856 0.642334 0.420868 2 11 0.500000 13 0.500000 + 28 0.000000 -1.269829 0.708327 0.000000 -0.764533 -0.644585 0.559692 0.383575 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.000000 -1.353090 0.842255 0.000000 -0.930405 -0.366533 0.562042 0.425415 2 11 0.500000 13 0.500000 + 28 -0.335004 -1.309857 1.062126 -0.501329 -0.865074 -0.017786 0.638275 0.480804 2 11 0.400000 13 0.600000 + 28 -0.308420 -1.242487 0.857267 -0.474051 -0.779816 -0.408856 0.642334 0.420868 2 11 0.500000 13 0.500000 +EievuiDh.png + 28 -0.335004 -1.309857 1.062126 -0.501329 -0.865074 -0.017786 0.638275 0.480804 2 11 0.400000 13 0.600000 + 28 -0.582583 -1.071088 1.064746 -0.934530 -0.355866 -0.003660 0.715454 0.478119 2 11 0.400000 13 0.600000 + 28 -0.308420 -1.242487 0.857267 -0.474051 -0.779816 -0.408856 0.642334 0.420868 2 11 0.500000 13 0.500000 +EievuiDh.png + 28 0.000000 -1.269829 0.708327 0.000000 -0.764533 -0.644585 0.559692 0.383575 2 11 0.600000 13 0.400000 + 28 -0.308420 -1.242487 0.857267 -0.474051 -0.779816 -0.408856 0.642334 0.420868 2 11 0.500000 13 0.500000 + 28 -0.293547 -1.152934 0.725502 -0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.308420 -1.242487 0.857267 -0.474051 -0.779816 -0.408856 0.642334 0.420868 2 11 0.500000 13 0.500000 + 28 -0.398854 -1.103310 0.726329 -0.570965 -0.551376 -0.608263 0.677551 0.410126 2 11 0.600000 13 0.400000 + 28 -0.293547 -1.152934 0.725502 -0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.308420 -1.242487 0.857267 -0.474051 -0.779816 -0.408856 0.642334 0.420868 2 11 0.500000 13 0.500000 + 28 -0.548034 -1.047153 0.882036 -0.826114 -0.405121 -0.391680 0.714111 0.419617 2 11 0.500000 13 0.500000 + 28 -0.398854 -1.103310 0.726329 -0.570965 -0.551376 -0.608263 0.677551 0.410126 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.308420 -1.242487 0.857267 -0.474051 -0.779816 -0.408856 0.642334 0.420868 2 11 0.500000 13 0.500000 + 28 -0.582583 -1.071088 1.064746 -0.934530 -0.355866 -0.003660 0.715454 0.478119 2 11 0.400000 13 0.600000 + 28 -0.548034 -1.047153 0.882036 -0.826114 -0.405121 -0.391680 0.714111 0.419617 2 11 0.500000 13 0.500000 +EievuiDh.png + 28 -0.582583 -1.071088 1.064746 -0.934530 -0.355866 -0.003660 0.715454 0.478119 2 11 0.400000 13 0.600000 + 28 -0.551962 -0.902802 0.897584 -0.920082 0.365234 -0.141609 0.750763 0.420319 3 15 0.100000 11 0.500000 13 0.400000 + 28 -0.548034 -1.047153 0.882036 -0.826114 -0.405121 -0.391680 0.714111 0.419617 2 11 0.500000 13 0.500000 +EievuiDh.png + 28 -0.582583 -1.071088 1.064746 -0.934530 -0.355866 -0.003660 0.715454 0.478119 2 11 0.400000 13 0.600000 + 28 -0.575709 -0.981755 1.056989 -0.732339 -0.677176 -0.071501 0.749969 0.475067 3 15 0.300000 11 0.500000 13 0.200000 + 28 -0.551962 -0.902802 0.897584 -0.920082 0.365234 -0.141609 0.750763 0.420319 3 15 0.100000 11 0.500000 13 0.400000 +EievuiDh.png + 28 -0.575709 -0.981755 1.056989 -0.732339 -0.677176 -0.071501 0.511932 0.582489 3 15 0.300000 11 0.500000 13 0.200000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 -0.551962 -0.902802 0.897584 -0.920082 0.365234 -0.141609 0.514893 0.580048 3 15 0.100000 11 0.500000 13 0.400000 +EievuiDh.png + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 -0.461436 -0.841423 0.764095 -0.568491 0.595385 -0.567746 0.518921 0.577606 2 11 0.600000 13 0.400000 + 28 -0.551962 -0.902802 0.897584 -0.920082 0.365234 -0.141609 0.514893 0.580048 3 15 0.100000 11 0.500000 13 0.400000 +EievuiDh.png + 28 0.575709 -0.981755 1.056989 0.732339 -0.677176 -0.071501 0.511932 0.582489 3 11 0.500000 14 0.300000 13 0.200000 + 28 0.551962 -0.902802 0.897584 0.920082 0.365234 -0.141609 0.514893 0.580048 3 11 0.500000 14 0.100000 13 0.400000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 +EievuiDh.png + 28 0.551962 -0.902802 0.897584 0.920082 0.365234 -0.141609 0.514893 0.580048 3 11 0.500000 14 0.100000 13 0.400000 + 28 0.461436 -0.841423 0.764095 0.568491 0.595385 -0.567746 0.518921 0.577606 2 11 0.600000 13 0.400000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 +EievuiDh.png + 28 0.575709 -0.981755 1.056989 0.732339 -0.677176 -0.071501 0.749969 0.475067 3 11 0.500000 14 0.300000 13 0.200000 + 28 0.582583 -1.071088 1.064746 0.934530 -0.355866 -0.003660 0.715454 0.478119 2 11 0.400000 13 0.600000 + 28 0.551962 -0.902802 0.897584 0.920082 0.365234 -0.141609 0.750763 0.420319 3 11 0.500000 14 0.100000 13 0.400000 +EievuiDh.png + 28 -0.677356 -0.859793 1.312334 -0.605349 -0.635295 0.479535 0.917236 0.265869 2 15 0.600000 11 0.400000 + 28 -0.736356 -0.888631 1.097048 -0.705947 -0.708265 0.000036 0.925629 0.203033 2 15 0.500000 11 0.500000 + 28 -0.529943 -0.982386 1.266673 -0.742541 -0.501296 0.444224 0.976349 0.256226 3 15 0.300000 11 0.400000 13 0.300000 +EievuiDh.png + 28 -0.736356 -0.888631 1.097048 -0.705947 -0.708265 0.000036 0.925629 0.203033 2 15 0.500000 11 0.500000 + 28 -0.575709 -0.981755 1.056989 -0.732339 -0.677176 -0.071501 0.987030 0.197296 3 15 0.300000 11 0.500000 13 0.200000 + 28 -0.529943 -0.982386 1.266673 -0.742541 -0.501296 0.444224 0.976349 0.256226 3 15 0.300000 11 0.400000 13 0.300000 +EievuiDh.png + 28 -0.736356 -0.888631 1.097048 -0.705947 -0.708265 0.000036 0.925629 0.203033 2 15 0.500000 11 0.500000 + 28 -0.619237 -0.934573 0.900701 -0.306233 -0.877900 -0.368121 0.959747 0.162903 2 15 0.400000 11 0.600000 + 28 -0.575709 -0.981755 1.056989 -0.732339 -0.677176 -0.071501 0.987030 0.197296 3 15 0.300000 11 0.500000 13 0.200000 +EievuiDh.png + 28 -0.619237 -0.934573 0.900701 -0.306233 -0.877900 -0.368121 0.959747 0.162903 2 15 0.400000 11 0.600000 + 28 -0.559052 -0.911051 0.897584 0.580284 -0.724133 -0.372694 0.983643 0.141113 2 15 0.300000 11 0.700000 + 28 -0.575709 -0.981755 1.056989 -0.732339 -0.677176 -0.071501 0.987030 0.197296 3 15 0.300000 11 0.500000 13 0.200000 +EievuiDh.png + 28 -0.619237 -0.934573 0.900701 -0.306233 -0.877900 -0.368121 0.959747 0.162903 2 15 0.400000 11 0.600000 + 28 -0.563813 -0.837676 0.701470 -0.217545 -0.375784 -0.900811 0.959259 0.150635 2 15 0.300000 11 0.700000 + 28 -0.559052 -0.911051 0.897584 0.580284 -0.724133 -0.372694 0.983643 0.141113 2 15 0.300000 11 0.700000 +EievuiDh.png + 28 -0.563813 -0.837676 0.701470 -0.217545 -0.375784 -0.900811 0.959259 0.150635 2 15 0.300000 11 0.700000 + 28 -0.586602 -0.818175 0.766074 -0.199305 -0.506656 -0.838795 0.956909 0.140991 2 15 0.300000 11 0.700000 + 28 -0.559052 -0.911051 0.897584 0.580284 -0.724133 -0.372694 0.983643 0.141113 2 15 0.300000 11 0.700000 +EievuiDh.png + 28 -0.563813 -0.837676 0.701470 -0.217545 -0.375784 -0.900811 0.959259 0.150635 2 15 0.300000 11 0.700000 + 28 -0.684708 -0.851988 0.900592 -0.678031 -0.572125 -0.461462 0.927002 0.140411 2 15 0.400000 11 0.600000 + 28 -0.586602 -0.818175 0.766074 -0.199305 -0.506656 -0.838795 0.956909 0.140991 2 15 0.300000 11 0.700000 +EievuiDh.png + 28 -0.684708 -0.851988 0.900592 -0.678031 -0.572125 -0.461462 0.927002 0.140411 2 15 0.400000 11 0.600000 + 28 -0.626542 -0.770807 0.731434 -0.263478 -0.706343 -0.657008 0.919678 0.087219 2 15 0.200000 11 0.800000 + 28 -0.586602 -0.818175 0.766074 -0.199305 -0.506656 -0.838795 0.956909 0.140991 2 15 0.300000 11 0.700000 +EievuiDh.png + 28 -0.684708 -0.851988 0.900592 -0.678031 -0.572125 -0.461462 0.927002 0.140411 2 15 0.400000 11 0.600000 + 28 -0.696885 -0.741994 0.726810 -0.643524 -0.518558 -0.563005 0.905975 0.113708 2 15 0.200000 11 0.800000 + 28 -0.626542 -0.770807 0.731434 -0.263478 -0.706343 -0.657008 0.919678 0.087219 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.538154 -0.092392 0.971443 0.089961 0.882900 -0.460863 0.674957 0.160583 2 15 0.400000 11 0.600000 + 28 -0.715586 -0.218294 0.968323 -0.620761 0.719153 -0.312210 0.732391 0.151154 2 15 0.400000 11 0.600000 + 28 -0.483765 -0.059986 1.150836 -0.005433 0.999528 0.030243 0.676239 0.217072 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.715586 -0.218294 0.968323 -0.620761 0.719153 -0.312210 0.732391 0.151154 2 15 0.400000 11 0.600000 + 28 -0.739198 -0.172601 1.177875 -0.778819 0.617058 0.112605 0.731171 0.215759 2 15 0.500000 11 0.500000 + 28 -0.483765 -0.059986 1.150836 -0.005433 0.999528 0.030243 0.676239 0.217072 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.715586 -0.218294 0.968323 -0.620761 0.719153 -0.312210 0.732391 0.151154 2 15 0.400000 11 0.600000 + 28 -0.819528 -0.340858 0.952423 -0.845769 0.436588 -0.306703 0.765167 0.143738 2 15 0.400000 11 0.600000 + 28 -0.739198 -0.172601 1.177875 -0.778819 0.617058 0.112605 0.731171 0.215759 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.819528 -0.340858 0.952423 -0.845769 0.436588 -0.306703 0.765167 0.143738 2 15 0.400000 11 0.600000 + 28 -0.916556 -0.523645 1.161207 -0.980144 0.013983 0.197792 0.809265 0.207855 2 15 0.500000 11 0.500000 + 28 -0.739198 -0.172601 1.177875 -0.778819 0.617058 0.112605 0.731171 0.215759 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.819528 -0.340858 0.952423 -0.845769 0.436588 -0.306703 0.765167 0.143738 2 15 0.400000 11 0.600000 + 28 -0.891044 -0.525628 0.935131 -0.881267 0.061184 -0.468642 0.809875 0.141205 2 15 0.400000 11 0.600000 + 28 -0.916556 -0.523645 1.161207 -0.980144 0.013983 0.197792 0.809265 0.207855 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.891044 -0.525628 0.935131 -0.881267 0.061184 -0.468642 0.809875 0.141205 2 15 0.400000 11 0.600000 + 28 -0.834704 -0.720243 0.918618 -0.843493 -0.418200 -0.337089 0.871490 0.137817 2 15 0.400000 11 0.600000 + 28 -0.916556 -0.523645 1.161207 -0.980144 0.013983 0.197792 0.809265 0.207855 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.891044 -0.525628 0.935131 -0.881267 0.061184 -0.468642 0.809875 0.141205 2 15 0.400000 11 0.600000 + 28 -0.708017 -0.648982 0.729624 -0.819277 -0.072461 -0.568801 0.862640 0.089142 2 15 0.200000 11 0.800000 + 28 -0.834704 -0.720243 0.918618 -0.843493 -0.418200 -0.337089 0.871490 0.137817 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.708017 -0.648982 0.729624 -0.819277 -0.072461 -0.568801 0.862640 0.089142 2 15 0.200000 11 0.800000 + 28 -0.696885 -0.741994 0.726810 -0.643524 -0.518558 -0.563005 0.905975 0.113708 2 15 0.200000 11 0.800000 + 28 -0.834704 -0.720243 0.918618 -0.843493 -0.418200 -0.337089 0.871490 0.137817 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.592480 -0.083793 1.151736 -0.312746 0.883181 0.349546 0.709351 0.256531 2 15 0.500000 11 0.500000 + 28 -0.483765 -0.059986 1.150836 -0.005433 0.999528 0.030243 0.676239 0.217072 2 15 0.500000 11 0.500000 + 28 -0.618305 -0.092383 0.967728 -0.489824 0.852022 -0.184744 0.699402 0.234558 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.483765 -0.059986 1.150836 -0.005433 0.999528 0.030243 0.676239 0.217072 2 15 0.500000 11 0.500000 + 28 -0.548805 -0.074280 0.982395 0.855976 -0.500445 -0.129844 0.697754 0.217682 2 15 0.400000 11 0.600000 + 28 -0.618305 -0.092383 0.967728 -0.489824 0.852022 -0.184744 0.699402 0.234558 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.483765 -0.059986 1.150836 -0.005433 0.999528 0.030243 0.676239 0.217072 2 15 0.500000 11 0.500000 + 28 -0.739198 -0.172601 1.177875 -0.778819 0.617058 0.112605 0.731171 0.215759 2 15 0.500000 11 0.500000 + 28 -0.548805 -0.074280 0.982395 0.855976 -0.500445 -0.129844 0.697754 0.217682 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.739198 -0.172601 1.177875 -0.778819 0.617058 0.112605 0.731171 0.215759 2 15 0.500000 11 0.500000 + 28 -0.665785 -0.160291 0.976550 -0.644997 -0.738918 -0.194883 0.719879 0.216949 2 15 0.400000 11 0.600000 + 28 -0.548805 -0.074280 0.982395 0.855976 -0.500445 -0.129844 0.697754 0.217682 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.739198 -0.172601 1.177875 -0.778819 0.617058 0.112605 0.731171 0.215759 2 15 0.500000 11 0.500000 + 28 -0.618305 -0.092383 0.967728 -0.489824 0.852022 -0.184744 0.699402 0.234558 2 15 0.400000 11 0.600000 + 28 -0.665785 -0.160291 0.976550 -0.644997 -0.738918 -0.194883 0.719879 0.216949 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.618305 -0.092383 0.967728 -0.489824 0.852022 -0.184744 0.699402 0.234558 2 15 0.400000 11 0.600000 + 28 -0.626463 -0.173839 0.835657 -0.395239 0.666017 -0.632620 0.694702 0.217743 2 15 0.300000 11 0.700000 + 28 -0.665785 -0.160291 0.976550 -0.644997 -0.738918 -0.194883 0.719879 0.216949 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.618305 -0.092383 0.967728 -0.489824 0.852022 -0.184744 0.699402 0.234558 2 15 0.400000 11 0.600000 + 28 -0.548805 -0.074280 0.982395 0.855976 -0.500445 -0.129844 0.697754 0.217682 2 15 0.400000 11 0.600000 + 28 -0.626463 -0.173839 0.835657 -0.395239 0.666017 -0.632620 0.694702 0.217743 2 15 0.300000 11 0.700000 +EievuiDh.png + 28 -0.548805 -0.074280 0.982395 0.855976 -0.500445 -0.129844 0.697754 0.217682 2 15 0.400000 11 0.600000 + 28 -0.665785 -0.160291 0.976550 -0.644997 -0.738918 -0.194883 0.719879 0.216949 2 15 0.400000 11 0.600000 + 28 -0.626463 -0.173839 0.835657 -0.395239 0.666017 -0.632620 0.694702 0.217743 2 15 0.300000 11 0.700000 +EievuiDh.png + 28 -0.708017 -0.648982 0.729624 -0.819277 -0.072461 -0.568801 0.862640 0.089142 2 15 0.200000 11 0.800000 + 28 -0.891044 -0.525628 0.935131 -0.881267 0.061184 -0.468642 0.809875 0.141205 2 15 0.400000 11 0.600000 + 28 -0.729895 -0.518660 0.747946 -0.788960 0.031805 -0.613621 0.814575 0.089844 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.891044 -0.525628 0.935131 -0.881267 0.061184 -0.468642 0.809875 0.141205 2 15 0.400000 11 0.600000 + 28 -0.718922 -0.422391 0.751173 -0.738684 0.249593 -0.626138 0.772858 0.091095 2 15 0.200000 11 0.800000 + 28 -0.729895 -0.518660 0.747946 -0.788960 0.031805 -0.613621 0.814575 0.089844 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.891044 -0.525628 0.935131 -0.881267 0.061184 -0.468642 0.809875 0.141205 2 15 0.400000 11 0.600000 + 28 -0.819528 -0.340858 0.952423 -0.845769 0.436588 -0.306703 0.765167 0.143738 2 15 0.400000 11 0.600000 + 28 -0.718922 -0.422391 0.751173 -0.738684 0.249593 -0.626138 0.772858 0.091095 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.819528 -0.340858 0.952423 -0.845769 0.436588 -0.306703 0.765167 0.143738 2 15 0.400000 11 0.600000 + 28 -0.717505 -0.361124 0.758484 -0.735128 0.494287 -0.463969 0.749756 0.118500 2 15 0.200000 11 0.800000 + 28 -0.718922 -0.422391 0.751173 -0.738684 0.249593 -0.626138 0.772858 0.091095 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.819528 -0.340858 0.952423 -0.845769 0.436588 -0.306703 0.765167 0.143738 2 15 0.400000 11 0.600000 + 28 -0.715586 -0.218294 0.968323 -0.620761 0.719153 -0.312210 0.732391 0.151154 2 15 0.400000 11 0.600000 + 28 -0.717505 -0.361124 0.758484 -0.735128 0.494287 -0.463969 0.749756 0.118500 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.529753 -0.278821 0.806816 0.464341 0.507385 -0.725912 0.686005 0.091156 2 15 0.200000 11 0.800000 + 28 -0.619393 -0.210605 0.801284 -0.341487 0.687656 -0.640715 0.700317 0.129944 2 15 0.200000 11 0.800000 + 28 -0.538154 -0.092392 0.971443 0.089961 0.882900 -0.460863 0.674957 0.160583 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.619393 -0.210605 0.801284 -0.341487 0.687656 -0.640715 0.700317 0.129944 2 15 0.200000 11 0.800000 + 28 -0.715586 -0.218294 0.968323 -0.620761 0.719153 -0.312210 0.732391 0.151154 2 15 0.400000 11 0.600000 + 28 -0.538154 -0.092392 0.971443 0.089961 0.882900 -0.460863 0.674957 0.160583 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.619393 -0.210605 0.801284 -0.341487 0.687656 -0.640715 0.700317 0.129944 2 15 0.200000 11 0.800000 + 28 -0.649635 -0.305197 0.786517 -0.607751 0.456810 -0.649587 0.733093 0.092255 2 15 0.200000 11 0.800000 + 28 -0.715586 -0.218294 0.968323 -0.620761 0.719153 -0.312210 0.732391 0.151154 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.649635 -0.305197 0.786517 -0.607751 0.456810 -0.649587 0.733093 0.092255 2 15 0.200000 11 0.800000 + 28 -0.717505 -0.361124 0.758484 -0.735128 0.494287 -0.463969 0.749756 0.118500 2 15 0.200000 11 0.800000 + 28 -0.715586 -0.218294 0.968323 -0.620761 0.719153 -0.312210 0.732391 0.151154 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.483765 -0.059986 1.150836 -0.005433 0.999528 0.030243 0.509705 0.631897 2 15 0.500000 11 0.500000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 -0.538154 -0.092392 0.971443 0.089961 0.882900 -0.460863 0.508331 0.626801 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 -0.529753 -0.278821 0.806816 0.464341 0.507385 -0.725912 0.508240 0.614899 2 15 0.200000 11 0.800000 + 28 -0.538154 -0.092392 0.971443 0.089961 0.882900 -0.460863 0.508331 0.626801 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 -0.595570 -0.452822 0.659080 0.184924 0.621397 -0.761360 0.510162 0.607666 2 15 0.200000 11 0.800000 + 28 -0.529753 -0.278821 0.806816 0.464341 0.507385 -0.725912 0.508240 0.614899 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.595570 -0.452822 0.659080 0.184924 0.621397 -0.761360 0.510162 0.607666 2 15 0.200000 11 0.800000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 -0.564721 -0.526264 0.634242 0.726896 0.228792 -0.647515 0.515778 0.601837 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 -0.568894 -0.645445 0.635550 0.474186 -0.331414 -0.815667 0.511047 0.595856 2 15 0.200000 11 0.800000 + 28 -0.564721 -0.526264 0.634242 0.726896 0.228792 -0.647515 0.515778 0.601837 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 -0.543592 -0.787024 0.724660 0.162654 -0.661424 -0.732162 0.510132 0.586884 2 15 0.200000 11 0.800000 + 28 -0.568894 -0.645445 0.635550 0.474186 -0.331414 -0.815667 0.511047 0.595856 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.916556 -0.523645 1.161207 -0.980144 0.013983 0.197792 0.809265 0.207855 2 15 0.500000 11 0.500000 + 28 -0.834704 -0.720243 0.918618 -0.843493 -0.418200 -0.337089 0.871490 0.137817 2 15 0.400000 11 0.600000 + 28 -0.736356 -0.888631 1.097048 -0.705947 -0.708265 0.000036 0.925629 0.203033 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.834704 -0.720243 0.918618 -0.843493 -0.418200 -0.337089 0.871490 0.137817 2 15 0.400000 11 0.600000 + 28 -0.684708 -0.851988 0.900592 -0.678031 -0.572125 -0.461462 0.927002 0.140411 2 15 0.400000 11 0.600000 + 28 -0.736356 -0.888631 1.097048 -0.705947 -0.708265 0.000036 0.925629 0.203033 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.834704 -0.720243 0.918618 -0.843493 -0.418200 -0.337089 0.871490 0.137817 2 15 0.400000 11 0.600000 + 28 -0.696885 -0.741994 0.726810 -0.643524 -0.518558 -0.563005 0.905975 0.113708 2 15 0.200000 11 0.800000 + 28 -0.684708 -0.851988 0.900592 -0.678031 -0.572125 -0.461462 0.927002 0.140411 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.575709 -0.981755 1.056989 -0.732339 -0.677176 -0.071501 0.511932 0.582489 3 15 0.300000 11 0.500000 13 0.200000 + 28 -0.559052 -0.911051 0.897584 0.580284 -0.724133 -0.372694 0.510925 0.584503 2 15 0.300000 11 0.700000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 +EievuiDh.png + 28 -0.559052 -0.911051 0.897584 0.580284 -0.724133 -0.372694 0.510925 0.584503 2 15 0.300000 11 0.700000 + 28 -0.543592 -0.787024 0.724660 0.162654 -0.661424 -0.732162 0.510132 0.586884 2 15 0.200000 11 0.800000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 +EievuiDh.png + 28 -0.563813 -0.837676 0.701470 -0.217545 -0.375784 -0.900811 0.959259 0.150635 2 15 0.300000 11 0.700000 + 28 -0.619237 -0.934573 0.900701 -0.306233 -0.877900 -0.368121 0.959747 0.162903 2 15 0.400000 11 0.600000 + 28 -0.684708 -0.851988 0.900592 -0.678031 -0.572125 -0.461462 0.927002 0.140411 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.619237 -0.934573 0.900701 -0.306233 -0.877900 -0.368121 0.959747 0.162903 2 15 0.400000 11 0.600000 + 28 -0.736356 -0.888631 1.097048 -0.705947 -0.708265 0.000036 0.925629 0.203033 2 15 0.500000 11 0.500000 + 28 -0.684708 -0.851988 0.900592 -0.678031 -0.572125 -0.461462 0.927002 0.140411 2 15 0.400000 11 0.600000 +EievuiDh.png + 28 -0.559052 -0.911051 0.897584 0.580284 -0.724133 -0.372694 0.983643 0.141113 2 15 0.300000 11 0.700000 + 28 -0.586602 -0.818175 0.766074 -0.199305 -0.506656 -0.838795 0.956909 0.140991 2 15 0.300000 11 0.700000 + 28 -0.543592 -0.787024 0.724660 0.162654 -0.661424 -0.732162 0.972687 0.087860 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.586602 -0.818175 0.766074 -0.199305 -0.506656 -0.838795 0.956909 0.140991 2 15 0.300000 11 0.700000 + 28 -0.626542 -0.770807 0.731434 -0.263478 -0.706343 -0.657008 0.919678 0.087219 2 15 0.200000 11 0.800000 + 28 -0.543592 -0.787024 0.724660 0.162654 -0.661424 -0.732162 0.972687 0.087860 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.506783 -1.072139 1.264760 -0.709264 -0.448520 0.543851 0.698517 0.524292 3 15 0.100000 11 0.300000 13 0.600000 + 28 -0.529943 -0.982386 1.266673 -0.742541 -0.501296 0.444224 0.737305 0.521271 3 15 0.300000 11 0.400000 13 0.300000 + 28 -0.582583 -1.071088 1.064746 -0.934530 -0.355866 -0.003660 0.715454 0.478119 2 11 0.400000 13 0.600000 +EievuiDh.png + 28 -0.529943 -0.982386 1.266673 -0.742541 -0.501296 0.444224 0.737305 0.521271 3 15 0.300000 11 0.400000 13 0.300000 + 28 -0.575709 -0.981755 1.056989 -0.732339 -0.677176 -0.071501 0.749969 0.475067 3 15 0.300000 11 0.500000 13 0.200000 + 28 -0.582583 -1.071088 1.064746 -0.934530 -0.355866 -0.003660 0.715454 0.478119 2 11 0.400000 13 0.600000 +EievuiDh.png + 28 -0.592480 -0.083793 1.151736 -0.312746 0.883181 0.349546 0.709351 0.256531 2 15 0.500000 11 0.500000 + 28 -0.618305 -0.092383 0.967728 -0.489824 0.852022 -0.184744 0.699402 0.234558 2 15 0.400000 11 0.600000 + 28 -0.739198 -0.172601 1.177875 -0.778819 0.617058 0.112605 0.731171 0.215759 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 0.372043 -1.007985 1.428435 0.683577 -0.307218 0.662072 0.669190 0.556274 3 11 0.200000 14 0.300000 13 0.500000 + 28 0.205863 -1.176782 1.395348 0.354594 -0.704506 0.614764 0.605255 0.559753 2 11 0.200000 13 0.800000 + 28 0.506783 -1.072139 1.264760 0.709264 -0.448520 0.543851 0.698517 0.524292 3 11 0.300000 14 0.100000 13 0.600000 +EievuiDh.png + 28 0.205863 -1.176782 1.395348 0.354594 -0.704506 0.614764 0.605255 0.559753 2 11 0.200000 13 0.800000 + 28 0.295787 -1.273121 1.254819 0.324441 -0.818220 0.474610 0.626770 0.527679 2 11 0.300000 13 0.700000 + 28 0.506783 -1.072139 1.264760 0.709264 -0.448520 0.543851 0.698517 0.524292 3 11 0.300000 14 0.100000 13 0.600000 +EievuiDh.png + 28 0.205863 -1.176782 1.395348 0.354594 -0.704506 0.614764 0.605255 0.559753 2 11 0.200000 13 0.800000 + 28 0.000000 -1.205321 1.394323 0.000000 -0.803390 0.595453 0.557098 0.561584 2 11 0.200000 13 0.800000 + 28 0.295787 -1.273121 1.254819 0.324441 -0.818220 0.474610 0.626770 0.527679 2 11 0.300000 13 0.700000 +EievuiDh.png + 28 0.000000 -1.205321 1.394323 0.000000 -0.803390 0.595453 0.557098 0.561584 2 11 0.200000 13 0.800000 + 28 0.000000 -1.346267 1.237193 0.000000 -0.878202 0.478291 0.559692 0.528381 2 11 0.300000 13 0.700000 + 28 0.295787 -1.273121 1.254819 0.324441 -0.818220 0.474610 0.626770 0.527679 2 11 0.300000 13 0.700000 +EievuiDh.png + 28 0.000000 -1.205321 1.394323 0.000000 -0.803390 0.595453 0.557098 0.561584 2 11 0.200000 13 0.800000 + 28 -0.295787 -1.273121 1.254819 -0.324441 -0.818220 0.474610 0.626770 0.527679 2 11 0.300000 13 0.700000 + 28 0.000000 -1.346267 1.237193 0.000000 -0.878202 0.478291 0.559692 0.528381 2 11 0.300000 13 0.700000 +EievuiDh.png + 28 -0.295787 -1.273121 1.254819 -0.324441 -0.818220 0.474610 0.626770 0.527679 2 11 0.300000 13 0.700000 + 28 0.000000 -1.397235 1.047816 0.000000 -0.995189 0.097979 0.562042 0.483429 2 11 0.400000 13 0.600000 + 28 0.000000 -1.346267 1.237193 0.000000 -0.878202 0.478291 0.559692 0.528381 2 11 0.300000 13 0.700000 +EievuiDh.png + 28 -0.372043 -1.007985 1.428435 -0.683577 -0.307218 0.662072 0.669190 0.556274 3 15 0.300000 11 0.200000 13 0.500000 + 28 -0.506783 -1.072139 1.264760 -0.709264 -0.448520 0.543851 0.698517 0.524292 3 15 0.100000 11 0.300000 13 0.600000 + 28 -0.205863 -1.176782 1.395348 -0.354594 -0.704506 0.614764 0.605255 0.559753 2 11 0.200000 13 0.800000 +EievuiDh.png + 28 -0.506783 -1.072139 1.264760 -0.709264 -0.448520 0.543851 0.698517 0.524292 3 15 0.100000 11 0.300000 13 0.600000 + 28 -0.295787 -1.273121 1.254819 -0.324441 -0.818220 0.474610 0.626770 0.527679 2 11 0.300000 13 0.700000 + 28 -0.205863 -1.176782 1.395348 -0.354594 -0.704506 0.614764 0.605255 0.559753 2 11 0.200000 13 0.800000 +EievuiDh.png + 28 -0.506783 -1.072139 1.264760 -0.709264 -0.448520 0.543851 0.698517 0.524292 3 15 0.100000 11 0.300000 13 0.600000 + 28 -0.335004 -1.309857 1.062126 -0.501329 -0.865074 -0.017786 0.638275 0.480804 2 11 0.400000 13 0.600000 + 28 -0.295787 -1.273121 1.254819 -0.324441 -0.818220 0.474610 0.626770 0.527679 2 11 0.300000 13 0.700000 +EievuiDh.png + 28 -0.335004 -1.309857 1.062126 -0.501329 -0.865074 -0.017786 0.638275 0.480804 2 11 0.400000 13 0.600000 + 28 0.000000 -1.397235 1.047816 0.000000 -0.995189 0.097979 0.562042 0.483429 2 11 0.400000 13 0.600000 + 28 -0.295787 -1.273121 1.254819 -0.324441 -0.818220 0.474610 0.626770 0.527679 2 11 0.300000 13 0.700000 +EievuiDh.png + 28 0.000000 -1.346267 1.237193 0.000000 -0.878202 0.478291 0.559692 0.528381 2 11 0.300000 13 0.700000 + 28 0.000000 -1.397235 1.047816 0.000000 -0.995189 0.097979 0.562042 0.483429 2 11 0.400000 13 0.600000 + 28 0.295787 -1.273121 1.254819 0.324441 -0.818220 0.474610 0.626770 0.527679 2 11 0.300000 13 0.700000 +EievuiDh.png + 28 0.000000 -1.397235 1.047816 0.000000 -0.995189 0.097979 0.562042 0.483429 2 11 0.400000 13 0.600000 + 28 0.335004 -1.309857 1.062126 0.501329 -0.865074 -0.017786 0.638275 0.480804 2 11 0.400000 13 0.600000 + 28 0.295787 -1.273121 1.254819 0.324441 -0.818220 0.474610 0.626770 0.527679 2 11 0.300000 13 0.700000 +EievuiDh.png + 28 0.582583 -1.071088 1.064746 0.934530 -0.355866 -0.003660 0.715454 0.478119 2 11 0.400000 13 0.600000 + 28 0.506783 -1.072139 1.264760 0.709264 -0.448520 0.543851 0.698517 0.524292 3 11 0.300000 14 0.100000 13 0.600000 + 28 0.335004 -1.309857 1.062126 0.501329 -0.865074 -0.017786 0.638275 0.480804 2 11 0.400000 13 0.600000 +EievuiDh.png + 28 0.506783 -1.072139 1.264760 0.709264 -0.448520 0.543851 0.698517 0.524292 3 11 0.300000 14 0.100000 13 0.600000 + 28 0.295787 -1.273121 1.254819 0.324441 -0.818220 0.474610 0.626770 0.527679 2 11 0.300000 13 0.700000 + 28 0.335004 -1.309857 1.062126 0.501329 -0.865074 -0.017786 0.638275 0.480804 2 11 0.400000 13 0.600000 +EievuiDh.png + 28 0.000000 -1.205321 1.394323 0.000000 -0.803390 0.595453 0.557098 0.561584 2 11 0.200000 13 0.800000 + 28 -0.205863 -1.176782 1.395348 -0.354594 -0.704506 0.614764 0.605255 0.559753 2 11 0.200000 13 0.800000 + 28 -0.295787 -1.273121 1.254819 -0.324441 -0.818220 0.474610 0.626770 0.527679 2 11 0.300000 13 0.700000 +EievuiDh.png + 28 -0.582583 -1.071088 1.064746 -0.934530 -0.355866 -0.003660 0.715454 0.478119 2 11 0.400000 13 0.600000 + 28 -0.335004 -1.309857 1.062126 -0.501329 -0.865074 -0.017786 0.638275 0.480804 2 11 0.400000 13 0.600000 + 28 -0.506783 -1.072139 1.264760 -0.709264 -0.448520 0.543851 0.698517 0.524292 3 15 0.100000 11 0.300000 13 0.600000 +EievuiDh.png + 28 0.529943 -0.982386 1.266673 0.742541 -0.501296 0.444224 0.976349 0.256226 3 11 0.400000 14 0.300000 13 0.300000 + 28 0.677356 -0.859793 1.312334 0.605349 -0.635295 0.479535 0.917236 0.265869 2 11 0.400000 14 0.600000 + 28 0.367230 -0.900831 1.426962 0.605993 -0.454858 0.652592 0.962067 0.294647 3 11 0.300000 14 0.400000 13 0.300000 +EievuiDh.png + 28 0.677356 -0.859793 1.312334 0.605349 -0.635295 0.479535 0.917236 0.265869 2 11 0.400000 14 0.600000 + 28 0.498367 -0.814194 1.492214 0.513698 -0.638023 0.573621 0.903931 0.309235 3 11 0.400000 12 0.300000 14 0.300000 + 28 0.367230 -0.900831 1.426962 0.605993 -0.454858 0.652592 0.962067 0.294647 3 11 0.300000 14 0.400000 13 0.300000 +EievuiDh.png + 28 0.677356 -0.859793 1.312334 0.605349 -0.635295 0.479535 0.917236 0.265869 2 11 0.400000 14 0.600000 + 28 0.815886 -0.538745 1.404443 0.758926 -0.092446 0.644582 0.813446 0.278351 2 11 0.400000 14 0.600000 + 28 0.498367 -0.814194 1.492214 0.513698 -0.638023 0.573621 0.903931 0.309235 3 11 0.400000 12 0.300000 14 0.300000 +EievuiDh.png + 28 0.815886 -0.538745 1.404443 0.758926 -0.092446 0.644582 0.813446 0.278351 2 11 0.400000 14 0.600000 + 28 0.590020 -0.586052 1.576876 0.507252 0.060117 0.859699 0.825775 0.323364 3 11 0.400000 12 0.300000 14 0.300000 + 28 0.498367 -0.814194 1.492214 0.513698 -0.638023 0.573621 0.903931 0.309235 3 11 0.400000 12 0.300000 14 0.300000 +EievuiDh.png + 28 0.815886 -0.538745 1.404443 0.758926 -0.092446 0.644582 0.813446 0.278351 2 11 0.400000 14 0.600000 + 28 0.609166 -0.259790 1.390033 0.456207 0.593455 0.663088 0.732971 0.279938 2 11 0.400000 14 0.600000 + 28 0.590020 -0.586052 1.576876 0.507252 0.060117 0.859699 0.825775 0.323364 3 11 0.400000 12 0.300000 14 0.300000 +EievuiDh.png + 28 0.609166 -0.259790 1.390033 0.456207 0.593455 0.663088 0.732971 0.279938 2 11 0.400000 14 0.600000 + 28 0.435894 -0.422373 1.549162 0.092487 0.535378 0.839534 0.758942 0.324646 3 11 0.400000 12 0.300000 14 0.300000 + 28 0.590020 -0.586052 1.576876 0.507252 0.060117 0.859699 0.825775 0.323364 3 11 0.400000 12 0.300000 14 0.300000 +EievuiDh.png + 28 0.609166 -0.259790 1.390033 0.456207 0.593455 0.663088 0.732971 0.279938 2 11 0.400000 14 0.600000 + 28 0.410110 -0.187412 1.367128 -0.200731 0.831101 0.518632 0.680603 0.278503 2 11 0.500000 14 0.500000 + 28 0.435894 -0.422373 1.549162 0.092487 0.535378 0.839534 0.758942 0.324646 3 11 0.400000 12 0.300000 14 0.300000 +EievuiDh.png + 28 0.410110 -0.187412 1.367128 -0.200731 0.831101 0.518632 0.680603 0.278503 2 11 0.500000 14 0.500000 + 28 0.310426 -0.381009 1.499832 0.802995 -0.224968 0.551896 0.722229 0.314972 3 11 0.300000 12 0.300000 14 0.400000 + 28 0.435894 -0.422373 1.549162 0.092487 0.535378 0.839534 0.758942 0.324646 3 11 0.400000 12 0.300000 14 0.300000 +EievuiDh.png + 28 0.205863 -1.176782 1.395348 0.354594 -0.704506 0.614764 0.605255 0.559753 2 11 0.200000 13 0.800000 + 28 0.372043 -1.007985 1.428435 0.683577 -0.307218 0.662072 0.669190 0.556274 3 11 0.200000 14 0.300000 13 0.500000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.557098 0.604736 1 12 1.000000 +EievuiDh.png + 28 0.372043 -1.007985 1.428435 0.683577 -0.307218 0.662072 0.669190 0.556274 3 11 0.200000 14 0.300000 13 0.500000 + 28 0.367230 -0.900831 1.426962 0.605993 -0.454858 0.652592 0.707001 0.551605 3 11 0.300000 14 0.400000 13 0.300000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.557098 0.604736 1 12 1.000000 +EievuiDh.png + 28 0.372043 -1.007985 1.428435 0.683577 -0.307218 0.662072 0.669190 0.556274 3 11 0.200000 14 0.300000 13 0.500000 + 28 0.506783 -1.072139 1.264760 0.709264 -0.448520 0.543851 0.698517 0.524292 3 11 0.300000 14 0.100000 13 0.600000 + 28 0.367230 -0.900831 1.426962 0.605993 -0.454858 0.652592 0.707001 0.551605 3 11 0.300000 14 0.400000 13 0.300000 +EievuiDh.png + 28 0.506783 -1.072139 1.264760 0.709264 -0.448520 0.543851 0.698517 0.524292 3 11 0.300000 14 0.100000 13 0.600000 + 28 0.529943 -0.982386 1.266673 0.742541 -0.501296 0.444224 0.737305 0.521271 3 11 0.400000 14 0.300000 13 0.300000 + 28 0.367230 -0.900831 1.426962 0.605993 -0.454858 0.652592 0.707001 0.551605 3 11 0.300000 14 0.400000 13 0.300000 +EievuiDh.png + 28 0.410110 -0.187412 1.367128 -0.200731 0.831101 0.518632 0.680603 0.278503 2 11 0.500000 14 0.500000 + 28 0.609166 -0.259790 1.390033 0.456207 0.593455 0.663088 0.732971 0.279938 2 11 0.400000 14 0.600000 + 28 0.592480 -0.083793 1.151736 0.312746 0.883181 0.349546 0.709351 0.256531 2 11 0.500000 14 0.500000 +EievuiDh.png + 28 0.609166 -0.259790 1.390033 0.456207 0.593455 0.663088 0.732971 0.279938 2 11 0.400000 14 0.600000 + 28 0.739198 -0.172601 1.177875 0.778819 0.617058 0.112605 0.731171 0.215759 2 11 0.500000 14 0.500000 + 28 0.592480 -0.083793 1.151736 0.312746 0.883181 0.349546 0.709351 0.256531 2 11 0.500000 14 0.500000 +EievuiDh.png + 28 0.609166 -0.259790 1.390033 0.456207 0.593455 0.663088 0.732971 0.279938 2 11 0.400000 14 0.600000 + 28 0.916556 -0.523645 1.161207 0.980144 0.013983 0.197792 0.809265 0.207855 2 11 0.500000 14 0.500000 + 28 0.739198 -0.172601 1.177875 0.778819 0.617058 0.112605 0.731171 0.215759 2 11 0.500000 14 0.500000 +EievuiDh.png + 28 0.736356 -0.888631 1.097048 0.705947 -0.708265 0.000036 0.925629 0.203033 2 11 0.500000 14 0.500000 + 28 0.916556 -0.523645 1.161207 0.980144 0.013983 0.197792 0.809265 0.207855 2 11 0.500000 14 0.500000 + 28 0.677356 -0.859793 1.312334 0.605349 -0.635295 0.479535 0.917236 0.265869 2 11 0.400000 14 0.600000 +EievuiDh.png + 28 0.916556 -0.523645 1.161207 0.980144 0.013983 0.197792 0.809265 0.207855 2 11 0.500000 14 0.500000 + 28 0.815886 -0.538745 1.404443 0.758926 -0.092446 0.644582 0.813446 0.278351 2 11 0.400000 14 0.600000 + 28 0.677356 -0.859793 1.312334 0.605349 -0.635295 0.479535 0.917236 0.265869 2 11 0.400000 14 0.600000 +EievuiDh.png + 28 0.916556 -0.523645 1.161207 0.980144 0.013983 0.197792 0.809265 0.207855 2 11 0.500000 14 0.500000 + 28 0.609166 -0.259790 1.390033 0.456207 0.593455 0.663088 0.732971 0.279938 2 11 0.400000 14 0.600000 + 28 0.815886 -0.538745 1.404443 0.758926 -0.092446 0.644582 0.813446 0.278351 2 11 0.400000 14 0.600000 +EievuiDh.png + 28 -0.205863 -1.176782 1.395348 -0.354594 -0.704506 0.614764 0.605255 0.559753 2 11 0.200000 13 0.800000 + 28 0.000000 -1.205321 1.394323 0.000000 -0.803390 0.595453 0.557098 0.561584 2 11 0.200000 13 0.800000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.557098 0.604736 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.205321 1.394323 0.000000 -0.803390 0.595453 0.557098 0.561584 2 11 0.200000 13 0.800000 + 28 0.205863 -1.176782 1.395348 0.354594 -0.704506 0.614764 0.605255 0.559753 2 11 0.200000 13 0.800000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.557098 0.604736 1 12 1.000000 +EievuiDh.png + 28 0.367230 -0.900831 1.426962 0.605993 -0.454858 0.652592 0.962067 0.294647 3 11 0.300000 14 0.400000 13 0.300000 + 28 0.498367 -0.814194 1.492214 0.513698 -0.638023 0.573621 0.903931 0.309235 3 11 0.400000 12 0.300000 14 0.300000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.831696 0.402130 1 12 1.000000 +EievuiDh.png + 28 0.498367 -0.814194 1.492214 0.513698 -0.638023 0.573621 0.903931 0.309235 3 11 0.400000 12 0.300000 14 0.300000 + 28 0.590020 -0.586052 1.576876 0.507252 0.060117 0.859699 0.825775 0.323364 3 11 0.400000 12 0.300000 14 0.300000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.831696 0.402130 1 12 1.000000 +EievuiDh.png + 28 0.590020 -0.586052 1.576876 0.507252 0.060117 0.859699 0.825775 0.323364 3 11 0.400000 12 0.300000 14 0.300000 + 28 0.435894 -0.422373 1.549162 0.092487 0.535378 0.839534 0.758942 0.324646 3 11 0.400000 12 0.300000 14 0.300000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.831696 0.402130 1 12 1.000000 +EievuiDh.png + 28 0.435894 -0.422373 1.549162 0.092487 0.535378 0.839534 0.758942 0.324646 3 11 0.400000 12 0.300000 14 0.300000 + 28 0.310426 -0.381009 1.499832 0.802995 -0.224968 0.551896 0.722229 0.314972 3 11 0.300000 12 0.300000 14 0.400000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.831696 0.402130 1 12 1.000000 +EievuiDh.png + 28 -0.590020 -0.586052 1.576876 -0.507252 0.060117 0.859699 0.825775 0.323364 3 15 0.300000 11 0.400000 12 0.300000 + 28 -0.498367 -0.814194 1.492214 -0.513698 -0.638023 0.573621 0.903931 0.309235 3 15 0.300000 11 0.400000 12 0.300000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.831696 0.402130 1 12 1.000000 +EievuiDh.png + 28 -0.498367 -0.814194 1.492214 -0.513698 -0.638023 0.573621 0.903931 0.309235 3 15 0.300000 11 0.400000 12 0.300000 + 28 -0.367230 -0.900831 1.426962 -0.605993 -0.454858 0.652592 0.962067 0.294647 3 15 0.400000 11 0.300000 13 0.300000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.831696 0.402130 1 12 1.000000 +EievuiDh.png + 28 -0.498367 -0.814194 1.492214 -0.513698 -0.638023 0.573621 0.903931 0.309235 3 15 0.300000 11 0.400000 12 0.300000 + 28 -0.677356 -0.859793 1.312334 -0.605349 -0.635295 0.479535 0.917236 0.265869 2 15 0.600000 11 0.400000 + 28 -0.367230 -0.900831 1.426962 -0.605993 -0.454858 0.652592 0.962067 0.294647 3 15 0.400000 11 0.300000 13 0.300000 +EievuiDh.png + 28 -0.677356 -0.859793 1.312334 -0.605349 -0.635295 0.479535 0.917236 0.265869 2 15 0.600000 11 0.400000 + 28 -0.529943 -0.982386 1.266673 -0.742541 -0.501296 0.444224 0.976349 0.256226 3 15 0.300000 11 0.400000 13 0.300000 + 28 -0.367230 -0.900831 1.426962 -0.605993 -0.454858 0.652592 0.962067 0.294647 3 15 0.400000 11 0.300000 13 0.300000 +EievuiDh.png + 28 -0.205863 -1.176782 1.395348 -0.354594 -0.704506 0.614764 0.605255 0.559753 2 11 0.200000 13 0.800000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.557098 0.604736 1 12 1.000000 + 28 -0.372043 -1.007985 1.428435 -0.683577 -0.307218 0.662072 0.669190 0.556274 3 15 0.300000 11 0.200000 13 0.500000 +EievuiDh.png + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.557098 0.604736 1 12 1.000000 + 28 -0.367230 -0.900831 1.426962 -0.605993 -0.454858 0.652592 0.707001 0.551605 3 15 0.400000 11 0.300000 13 0.300000 + 28 -0.372043 -1.007985 1.428435 -0.683577 -0.307218 0.662072 0.669190 0.556274 3 15 0.300000 11 0.200000 13 0.500000 +EievuiDh.png + 28 -0.310426 -0.381009 1.499832 -0.802989 -0.224966 0.551904 0.722229 0.314972 3 15 0.400000 11 0.300000 12 0.300000 + 28 -0.435894 -0.422373 1.549162 -0.092487 0.535378 0.839534 0.758942 0.324646 3 15 0.300000 11 0.400000 12 0.300000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.831696 0.402130 1 12 1.000000 +EievuiDh.png + 28 -0.435894 -0.422373 1.549162 -0.092487 0.535378 0.839534 0.758942 0.324646 3 15 0.300000 11 0.400000 12 0.300000 + 28 -0.590020 -0.586052 1.576876 -0.507252 0.060117 0.859699 0.825775 0.323364 3 15 0.300000 11 0.400000 12 0.300000 + 28 0.000000 -0.936364 1.858415 0.000000 -0.355387 0.934719 0.831696 0.402130 1 12 1.000000 +EievuiDh.png + 28 -0.372043 -1.007985 1.428435 -0.683577 -0.307218 0.662072 0.669190 0.556274 3 15 0.300000 11 0.200000 13 0.500000 + 28 -0.367230 -0.900831 1.426962 -0.605993 -0.454858 0.652592 0.707001 0.551605 3 15 0.400000 11 0.300000 13 0.300000 + 28 -0.506783 -1.072139 1.264760 -0.709264 -0.448520 0.543851 0.698517 0.524292 3 15 0.100000 11 0.300000 13 0.600000 +EievuiDh.png + 28 -0.367230 -0.900831 1.426962 -0.605993 -0.454858 0.652592 0.707001 0.551605 3 15 0.400000 11 0.300000 13 0.300000 + 28 -0.529943 -0.982386 1.266673 -0.742541 -0.501296 0.444224 0.737305 0.521271 3 15 0.300000 11 0.400000 13 0.300000 + 28 -0.506783 -1.072139 1.264760 -0.709264 -0.448520 0.543851 0.698517 0.524292 3 15 0.100000 11 0.300000 13 0.600000 +EievuiDh.png + 28 0.489414 0.858659 0.611151 0.773190 0.621013 0.128531 0.168671 0.103180 2 4 0.500000 5 0.500000 + 28 0.335560 0.900073 0.637953 0.017005 0.977791 0.208891 0.178467 0.081604 2 4 0.500000 5 0.500000 + 28 0.505782 0.811197 0.741378 0.739019 0.670015 0.070214 0.177826 0.122772 4 2 0.100000 3 0.400000 4 0.400000 5 0.100000 +EievuiDh.png + 28 0.335560 0.900073 0.637953 0.017005 0.977791 0.208891 0.178467 0.081604 2 4 0.500000 5 0.500000 + 28 0.338634 0.890666 0.786104 0.185722 0.982240 0.026703 0.196686 0.099976 4 2 0.100000 3 0.400000 4 0.400000 5 0.100000 + 28 0.505782 0.811197 0.741378 0.739019 0.670015 0.070214 0.177826 0.122772 4 2 0.100000 3 0.400000 4 0.400000 5 0.100000 +EievuiDh.png + 28 0.335560 0.900073 0.637953 0.017005 0.977791 0.208891 0.178467 0.081604 2 4 0.500000 5 0.500000 + 28 0.174528 0.845632 0.720238 -0.608874 0.766801 -0.203198 0.203613 0.069855 3 2 0.100000 4 0.800000 5 0.100000 + 28 0.338634 0.890666 0.786104 0.185722 0.982240 0.026703 0.196686 0.099976 4 2 0.100000 3 0.400000 4 0.400000 5 0.100000 +EievuiDh.png + 28 0.174528 0.845632 0.720238 -0.608874 0.766801 -0.203198 0.203613 0.069855 3 2 0.100000 4 0.800000 5 0.100000 + 28 0.338847 0.896989 0.926126 0.240195 0.964074 -0.113434 0.217072 0.114441 3 2 0.300000 3 0.500000 4 0.200000 + 28 0.338634 0.890666 0.786104 0.185722 0.982240 0.026703 0.196686 0.099976 4 2 0.100000 3 0.400000 4 0.400000 5 0.100000 +EievuiDh.png + 28 0.174528 0.845632 0.720238 -0.608874 0.766801 -0.203198 0.203613 0.069855 3 2 0.100000 4 0.800000 5 0.100000 + 28 0.115200 0.851729 0.794155 -0.178973 0.791270 -0.584688 0.218964 0.070404 3 2 0.500000 3 0.200000 4 0.300000 + 28 0.338847 0.896989 0.926126 0.240195 0.964074 -0.113434 0.217072 0.114441 3 2 0.300000 3 0.500000 4 0.200000 +EievuiDh.png + 28 0.585521 0.583628 0.806612 0.994047 0.062311 -0.089377 0.157623 0.161530 2 3 0.600000 4 0.400000 + 28 0.554265 0.660312 0.642595 0.977057 0.178420 -0.116301 0.152496 0.132935 2 3 0.100000 4 0.900000 + 28 0.522668 0.785828 0.903645 0.775555 0.631229 0.007987 0.192658 0.139465 3 2 0.300000 3 0.500000 4 0.200000 +EievuiDh.png + 28 0.554265 0.660312 0.642595 0.977057 0.178420 -0.116301 0.152496 0.132935 2 3 0.100000 4 0.900000 + 28 0.505782 0.811197 0.741378 0.739019 0.670015 0.070214 0.177826 0.122772 4 2 0.100000 3 0.400000 4 0.400000 5 0.100000 + 28 0.522668 0.785828 0.903645 0.775555 0.631229 0.007987 0.192658 0.139465 3 2 0.300000 3 0.500000 4 0.200000 +EievuiDh.png + 28 0.554265 0.660312 0.642595 0.977057 0.178420 -0.116301 0.152496 0.132935 2 3 0.100000 4 0.900000 + 28 0.527850 0.741832 0.544099 0.982636 0.134981 -0.127304 0.149262 0.113495 2 4 0.500000 5 0.500000 + 28 0.505782 0.811197 0.741378 0.739019 0.670015 0.070214 0.177826 0.122772 4 2 0.100000 3 0.400000 4 0.400000 5 0.100000 +EievuiDh.png + 28 0.527850 0.741832 0.544099 0.982636 0.134981 -0.127304 0.149262 0.113495 2 4 0.500000 5 0.500000 + 28 0.489414 0.858659 0.611151 0.773190 0.621013 0.128531 0.168671 0.103180 2 4 0.500000 5 0.500000 + 28 0.505782 0.811197 0.741378 0.739019 0.670015 0.070214 0.177826 0.122772 4 2 0.100000 3 0.400000 4 0.400000 5 0.100000 +EievuiDh.png + 28 0.541755 0.393579 0.702645 0.822059 -0.448262 -0.351112 0.123749 0.179535 2 3 0.500000 4 0.500000 + 28 0.521175 0.514868 0.534356 0.799514 -0.277460 -0.532723 0.126587 0.139923 3 3 0.200000 4 0.600000 5 0.200000 + 28 0.585521 0.583628 0.806612 0.994047 0.062311 -0.089377 0.157623 0.161530 2 3 0.600000 4 0.400000 +EievuiDh.png + 28 0.521175 0.514868 0.534356 0.799514 -0.277460 -0.532723 0.126587 0.139923 3 3 0.200000 4 0.600000 5 0.200000 + 28 0.554265 0.660312 0.642595 0.977057 0.178420 -0.116301 0.152496 0.132935 2 3 0.100000 4 0.900000 + 28 0.585521 0.583628 0.806612 0.994047 0.062311 -0.089377 0.157623 0.161530 2 3 0.600000 4 0.400000 +EievuiDh.png + 28 0.338847 0.896989 0.926126 0.240195 0.964074 -0.113434 0.217072 0.114441 3 2 0.300000 3 0.500000 4 0.200000 + 28 0.522668 0.785828 0.903645 0.775555 0.631229 0.007987 0.192658 0.139465 3 2 0.300000 3 0.500000 4 0.200000 + 28 0.338634 0.890666 0.786104 0.185722 0.982240 0.026703 0.196686 0.099976 4 2 0.100000 3 0.400000 4 0.400000 5 0.100000 +EievuiDh.png + 28 0.522668 0.785828 0.903645 0.775555 0.631229 0.007987 0.192658 0.139465 3 2 0.300000 3 0.500000 4 0.200000 + 28 0.505782 0.811197 0.741378 0.739019 0.670015 0.070214 0.177826 0.122772 4 2 0.100000 3 0.400000 4 0.400000 5 0.100000 + 28 0.338634 0.890666 0.786104 0.185722 0.982240 0.026703 0.196686 0.099976 4 2 0.100000 3 0.400000 4 0.400000 5 0.100000 +EievuiDh.png + 28 0.335560 0.900073 0.637953 0.017005 0.977791 0.208891 0.178467 0.081604 2 4 0.500000 5 0.500000 + 28 0.202875 0.868060 0.613552 -0.803484 0.594311 0.034749 0.183258 0.066864 2 4 0.500000 5 0.500000 + 28 0.174528 0.845632 0.720238 -0.608874 0.766801 -0.203198 0.203613 0.069855 3 2 0.100000 4 0.800000 5 0.100000 +EievuiDh.png + 28 0.202875 0.868060 0.613552 -0.803484 0.594311 0.034749 0.183258 0.066864 2 4 0.500000 5 0.500000 + 28 0.178483 0.739162 0.536704 -0.961254 0.129187 -0.243521 0.186859 0.043365 2 4 0.500000 5 0.500000 + 28 0.174528 0.845632 0.720238 -0.608874 0.766801 -0.203198 0.203613 0.069855 3 2 0.100000 4 0.800000 5 0.100000 +EievuiDh.png + 28 0.178483 0.739162 0.536704 -0.961254 0.129187 -0.243521 0.186859 0.043365 2 4 0.500000 5 0.500000 + 28 0.133602 0.683384 0.629467 -0.893542 0.168634 -0.416107 0.206024 0.042267 2 3 0.100000 4 0.900000 + 28 0.174528 0.845632 0.720238 -0.608874 0.766801 -0.203198 0.203613 0.069855 3 2 0.100000 4 0.800000 5 0.100000 +EievuiDh.png + 28 0.133602 0.683384 0.629467 -0.893542 0.168634 -0.416107 0.206024 0.042267 2 3 0.100000 4 0.900000 + 28 0.088612 0.656838 0.691129 -0.567379 0.321114 -0.758266 0.219513 0.040619 3 2 0.500000 3 0.100000 4 0.400000 + 28 0.174528 0.845632 0.720238 -0.608874 0.766801 -0.203198 0.203613 0.069855 3 2 0.100000 4 0.800000 5 0.100000 +EievuiDh.png + 28 0.115200 0.851729 0.794155 -0.178973 0.791270 -0.584688 0.218964 0.070404 3 2 0.500000 3 0.200000 4 0.300000 + 28 0.174528 0.845632 0.720238 -0.608874 0.766801 -0.203198 0.203613 0.069855 3 2 0.100000 4 0.800000 5 0.100000 + 28 0.088612 0.656838 0.691129 -0.567379 0.321114 -0.758266 0.219513 0.040619 3 2 0.500000 3 0.100000 4 0.400000 +EievuiDh.png + 28 0.148498 0.392330 0.635828 -0.242267 -0.284377 -0.927597 0.041626 0.189270 3 2 0.600000 3 0.200000 4 0.200000 + 28 0.165907 0.433216 0.565304 -0.637439 -0.449502 -0.625795 0.059082 0.161499 2 3 0.400000 4 0.600000 + 28 0.398722 0.291703 0.635462 0.215346 -0.820935 -0.528860 0.086517 0.194031 2 3 0.500000 4 0.500000 +EievuiDh.png + 28 0.165907 0.433216 0.565304 -0.637439 -0.449502 -0.625795 0.059082 0.161499 2 3 0.400000 4 0.600000 + 28 0.383370 0.356758 0.542566 0.263969 -0.687261 -0.676752 0.091675 0.171631 3 3 0.400000 4 0.500000 5 0.100000 + 28 0.398722 0.291703 0.635462 0.215346 -0.820935 -0.528860 0.086517 0.194031 2 3 0.500000 4 0.500000 +EievuiDh.png + 28 0.165907 0.433216 0.565304 -0.637439 -0.449502 -0.625795 0.059082 0.161499 2 3 0.400000 4 0.600000 + 28 0.368587 0.459109 0.465737 -0.032753 -0.456134 -0.889308 0.093597 0.146484 3 3 0.200000 4 0.400000 5 0.400000 + 28 0.383370 0.356758 0.542566 0.263969 -0.687261 -0.676752 0.091675 0.171631 3 3 0.400000 4 0.500000 5 0.100000 +EievuiDh.png + 28 0.368587 0.459109 0.465737 -0.032753 -0.456134 -0.889308 0.093597 0.146484 3 3 0.200000 4 0.400000 5 0.400000 + 28 0.521175 0.514868 0.534356 0.799514 -0.277460 -0.532723 0.126587 0.139923 3 3 0.200000 4 0.600000 5 0.200000 + 28 0.383370 0.356758 0.542566 0.263969 -0.687261 -0.676752 0.091675 0.171631 3 3 0.400000 4 0.500000 5 0.100000 +EievuiDh.png + 28 0.187471 0.509782 0.511053 -0.755297 -0.212061 -0.620126 0.065857 0.144531 3 3 0.200000 4 0.600000 5 0.200000 + 28 0.165907 0.433216 0.565304 -0.637439 -0.449502 -0.625795 0.059082 0.161499 2 3 0.400000 4 0.600000 + 28 0.133602 0.683384 0.629467 -0.893542 0.168634 -0.416107 0.036133 0.139618 2 3 0.100000 4 0.900000 +EievuiDh.png + 28 0.165907 0.433216 0.565304 -0.637439 -0.449502 -0.625795 0.059082 0.161499 2 3 0.400000 4 0.600000 + 28 0.088612 0.656838 0.691129 -0.567379 0.321114 -0.758266 0.023407 0.150452 3 2 0.500000 3 0.100000 4 0.400000 + 28 0.133602 0.683384 0.629467 -0.893542 0.168634 -0.416107 0.036133 0.139618 2 3 0.100000 4 0.900000 +EievuiDh.png + 28 0.165907 0.433216 0.565304 -0.637439 -0.449502 -0.625795 0.059082 0.161499 2 3 0.400000 4 0.600000 + 28 0.148498 0.392330 0.635828 -0.242267 -0.284377 -0.927597 0.041626 0.189270 3 2 0.600000 3 0.200000 4 0.200000 + 28 0.088612 0.656838 0.691129 -0.567379 0.321114 -0.758266 0.023407 0.150452 3 2 0.500000 3 0.100000 4 0.400000 +EievuiDh.png + 28 0.398722 0.291703 0.635462 0.215346 -0.820935 -0.528860 0.086517 0.194031 2 3 0.500000 4 0.500000 + 28 0.383370 0.356758 0.542566 0.263969 -0.687261 -0.676752 0.091675 0.171631 3 3 0.400000 4 0.500000 5 0.100000 + 28 0.541755 0.393579 0.702645 0.822059 -0.448262 -0.351112 0.123749 0.179535 2 3 0.500000 4 0.500000 +EievuiDh.png + 28 0.383370 0.356758 0.542566 0.263969 -0.687261 -0.676752 0.091675 0.171631 3 3 0.400000 4 0.500000 5 0.100000 + 28 0.521175 0.514868 0.534356 0.799514 -0.277460 -0.532723 0.126587 0.139923 3 3 0.200000 4 0.600000 5 0.200000 + 28 0.541755 0.393579 0.702645 0.822059 -0.448262 -0.351112 0.123749 0.179535 2 3 0.500000 4 0.500000 +EievuiDh.png + 28 0.187471 0.509782 0.511053 -0.755297 -0.212061 -0.620126 0.065857 0.144531 3 3 0.200000 4 0.600000 5 0.200000 + 28 0.368587 0.459109 0.465737 -0.032753 -0.456134 -0.889308 0.093597 0.146484 3 3 0.200000 4 0.400000 5 0.400000 + 28 0.165907 0.433216 0.565304 -0.637439 -0.449502 -0.625795 0.059082 0.161499 2 3 0.400000 4 0.600000 +EievuiDh.png + 28 0.489414 0.858659 0.611151 0.773190 0.621013 0.128531 0.168671 0.103180 2 4 0.500000 5 0.500000 + 28 0.527850 0.741832 0.544099 0.982636 0.134981 -0.127304 0.149262 0.113495 2 4 0.500000 5 0.500000 + 28 0.519989 0.772296 0.481021 0.988147 0.151348 -0.025666 0.146729 0.100739 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.527850 0.741832 0.544099 0.982636 0.134981 -0.127304 0.149262 0.113495 2 4 0.500000 5 0.500000 + 28 0.498878 0.594433 0.465120 0.828171 -0.557012 -0.062209 0.127960 0.115204 2 4 0.400000 5 0.600000 + 28 0.519989 0.772296 0.481021 0.988147 0.151348 -0.025666 0.146729 0.100739 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.527850 0.741832 0.544099 0.982636 0.134981 -0.127304 0.149262 0.113495 2 4 0.500000 5 0.500000 + 28 0.521175 0.514868 0.534356 0.799514 -0.277460 -0.532723 0.126587 0.139923 3 3 0.200000 4 0.600000 5 0.200000 + 28 0.498878 0.594433 0.465120 0.828171 -0.557012 -0.062209 0.127960 0.115204 2 4 0.400000 5 0.600000 +EievuiDh.png + 28 0.521175 0.514868 0.534356 0.799514 -0.277460 -0.532723 0.126587 0.139923 3 3 0.200000 4 0.600000 5 0.200000 + 28 0.357022 0.539735 0.442627 0.121615 -0.914190 -0.386609 0.097778 0.119324 2 4 0.300000 5 0.700000 + 28 0.498878 0.594433 0.465120 0.828171 -0.557012 -0.062209 0.127960 0.115204 2 4 0.400000 5 0.600000 +EievuiDh.png + 28 0.521175 0.514868 0.534356 0.799514 -0.277460 -0.532723 0.126587 0.139923 3 3 0.200000 4 0.600000 5 0.200000 + 28 0.368587 0.459109 0.465737 -0.032753 -0.456134 -0.889308 0.093597 0.146484 3 3 0.200000 4 0.400000 5 0.400000 + 28 0.357022 0.539735 0.442627 0.121615 -0.914190 -0.386609 0.097778 0.119324 2 4 0.300000 5 0.700000 +EievuiDh.png + 28 0.368587 0.459109 0.465737 -0.032753 -0.456134 -0.889308 0.093597 0.146484 3 3 0.200000 4 0.400000 5 0.400000 + 28 0.210543 0.588367 0.454615 -0.848119 -0.428838 -0.311113 0.072083 0.117889 2 4 0.300000 5 0.700000 + 28 0.357022 0.539735 0.442627 0.121615 -0.914190 -0.386609 0.097778 0.119324 2 4 0.300000 5 0.700000 +EievuiDh.png + 28 0.368587 0.459109 0.465737 -0.032753 -0.456134 -0.889308 0.093597 0.146484 3 3 0.200000 4 0.400000 5 0.400000 + 28 0.187471 0.509782 0.511053 -0.755297 -0.212061 -0.620126 0.065857 0.144531 3 3 0.200000 4 0.600000 5 0.200000 + 28 0.210543 0.588367 0.454615 -0.848119 -0.428838 -0.311113 0.072083 0.117889 2 4 0.300000 5 0.700000 +EievuiDh.png + 28 0.187471 0.509782 0.511053 -0.755297 -0.212061 -0.620126 0.065857 0.144531 3 3 0.200000 4 0.600000 5 0.200000 + 28 0.178483 0.739162 0.536704 -0.961254 0.129187 -0.243521 0.050171 0.117157 2 4 0.500000 5 0.500000 + 28 0.210543 0.588367 0.454615 -0.848119 -0.428838 -0.311113 0.072083 0.117889 2 4 0.300000 5 0.700000 +EievuiDh.png + 28 0.187471 0.509782 0.511053 -0.755297 -0.212061 -0.620126 0.065857 0.144531 3 3 0.200000 4 0.600000 5 0.200000 + 28 0.133602 0.683384 0.629467 -0.893542 0.168634 -0.416107 0.036133 0.139618 2 3 0.100000 4 0.900000 + 28 0.178483 0.739162 0.536704 -0.961254 0.129187 -0.243521 0.050171 0.117157 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.202875 0.868060 0.613552 -0.803484 0.594311 0.034749 0.634460 0.056610 2 4 0.500000 5 0.500000 + 28 0.203558 0.893638 0.474124 -0.674386 0.736367 -0.054473 0.582336 0.050934 2 4 0.500000 5 0.500000 + 28 0.187072 0.787637 0.478875 -0.998429 0.054473 -0.013143 0.556183 0.011261 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.203558 0.893638 0.474124 -0.674386 0.736367 -0.054473 0.582336 0.050934 2 4 0.500000 5 0.500000 + 28 0.162846 0.573051 0.125350 -0.996898 -0.047970 0.062402 0.403198 0.009888 2 5 0.400000 6 0.600000 + 28 0.187072 0.787637 0.478875 -0.998429 0.054473 -0.013143 0.556183 0.011261 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.203558 0.893638 0.474124 -0.674386 0.736367 -0.054473 0.582336 0.050934 2 4 0.500000 5 0.500000 + 28 0.181492 0.736181 0.168706 -0.537444 0.745766 -0.393685 0.451935 0.042725 1 5 1.000000 + 28 0.162846 0.573051 0.125350 -0.996898 -0.047970 0.062402 0.403198 0.009888 2 5 0.400000 6 0.600000 +EievuiDh.png + 28 0.181492 0.736181 0.168706 -0.537444 0.745766 -0.393685 0.451935 0.042725 1 5 1.000000 + 28 0.170756 0.616526 -0.000316 -0.502913 0.388580 -0.772065 0.375946 0.038757 2 5 0.400000 6 0.600000 + 28 0.162846 0.573051 0.125350 -0.996898 -0.047970 0.062402 0.403198 0.009888 2 5 0.400000 6 0.600000 +EievuiDh.png + 28 0.181492 0.736181 0.168706 -0.537444 0.745766 -0.393685 0.451935 0.042725 1 5 1.000000 + 28 0.505662 0.743775 0.169371 0.606992 0.689842 -0.394562 0.453400 0.163177 1 5 1.000000 + 28 0.170756 0.616526 -0.000316 -0.502913 0.388580 -0.772065 0.375946 0.038757 2 5 0.400000 6 0.600000 +EievuiDh.png + 28 0.505662 0.743775 0.169371 0.606992 0.689842 -0.394562 0.453400 0.163177 1 5 1.000000 + 28 0.511778 0.624122 -0.000316 0.556477 0.263337 -0.788027 0.377228 0.165466 2 5 0.400000 6 0.600000 + 28 0.170756 0.616526 -0.000316 -0.502913 0.388580 -0.772065 0.375946 0.038757 2 5 0.400000 6 0.600000 +EievuiDh.png + 28 0.505662 0.743775 0.169371 0.606992 0.689842 -0.394562 0.453400 0.163177 1 5 1.000000 + 28 0.536045 0.575563 0.125398 0.998978 -0.042003 0.016724 0.403229 0.188263 2 5 0.400000 6 0.600000 + 28 0.511778 0.624122 -0.000316 0.556477 0.263337 -0.788027 0.377228 0.165466 2 5 0.400000 6 0.600000 +EievuiDh.png + 28 0.519989 0.772296 0.481021 0.988147 0.151348 -0.025666 0.559143 0.191650 2 4 0.500000 5 0.500000 + 28 0.478563 0.897768 0.474702 0.430117 0.892557 -0.135434 0.583771 0.153107 2 4 0.500000 5 0.500000 + 28 0.489414 0.858659 0.611151 0.773190 0.621013 0.128531 0.633545 0.154358 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.478563 0.897768 0.474702 0.430117 0.892557 -0.135434 0.583771 0.153107 2 4 0.500000 5 0.500000 + 28 0.335560 0.900073 0.637953 0.017005 0.977791 0.208891 0.647858 0.098816 2 4 0.500000 5 0.500000 + 28 0.489414 0.858659 0.611151 0.773190 0.621013 0.128531 0.633545 0.154358 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.478563 0.897768 0.474702 0.430117 0.892557 -0.135434 0.583771 0.153107 2 4 0.500000 5 0.500000 + 28 0.330626 0.927222 0.559840 -0.039849 0.994472 0.097144 0.610840 0.098145 2 4 0.500000 5 0.500000 + 28 0.335560 0.900073 0.637953 0.017005 0.977791 0.208891 0.647858 0.098816 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.330626 0.927222 0.559840 -0.039849 0.994472 0.097144 0.610840 0.098145 2 4 0.500000 5 0.500000 + 28 0.203558 0.893638 0.474124 -0.674386 0.736367 -0.054473 0.582336 0.050934 2 4 0.500000 5 0.500000 + 28 0.335560 0.900073 0.637953 0.017005 0.977791 0.208891 0.647858 0.098816 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.330626 0.927222 0.559840 -0.039849 0.994472 0.097144 0.610840 0.098145 2 4 0.500000 5 0.500000 + 28 0.478563 0.897768 0.474702 0.430117 0.892557 -0.135434 0.583771 0.153107 2 4 0.500000 5 0.500000 + 28 0.203558 0.893638 0.474124 -0.674386 0.736367 -0.054473 0.582336 0.050934 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.162846 0.573051 0.125350 -0.996898 -0.047970 0.062402 0.047974 0.037231 2 5 0.400000 6 0.600000 + 28 0.217679 0.497441 0.241779 -0.565772 -0.537489 0.625306 0.075500 0.060547 2 5 0.400000 6 0.600000 + 28 0.210543 0.588367 0.454615 -0.848119 -0.428838 -0.311113 0.072083 0.117889 2 4 0.300000 5 0.700000 +EievuiDh.png + 28 0.217679 0.497441 0.241779 -0.565772 -0.537489 0.625306 0.075500 0.060547 2 5 0.400000 6 0.600000 + 28 0.357022 0.539735 0.442627 0.121615 -0.914190 -0.386609 0.097778 0.119324 2 4 0.300000 5 0.700000 + 28 0.210543 0.588367 0.454615 -0.848119 -0.428838 -0.311113 0.072083 0.117889 2 4 0.300000 5 0.700000 +EievuiDh.png + 28 0.217679 0.497441 0.241779 -0.565772 -0.537489 0.625306 0.075500 0.060547 2 5 0.400000 6 0.600000 + 28 0.354140 0.479693 0.257240 0.103968 -0.675433 0.730055 0.102631 0.063324 2 5 0.400000 6 0.600000 + 28 0.357022 0.539735 0.442627 0.121615 -0.914190 -0.386609 0.097778 0.119324 2 4 0.300000 5 0.700000 +EievuiDh.png + 28 0.354140 0.479693 0.257240 0.103968 -0.675433 0.730055 0.102631 0.063324 2 5 0.400000 6 0.600000 + 28 0.498878 0.594433 0.465120 0.828171 -0.557012 -0.062209 0.127960 0.115204 2 4 0.400000 5 0.600000 + 28 0.357022 0.539735 0.442627 0.121615 -0.914190 -0.386609 0.097778 0.119324 2 4 0.300000 5 0.700000 +EievuiDh.png + 28 0.536045 0.575563 0.125398 0.998978 -0.042003 0.016724 0.403229 0.188263 2 5 0.400000 6 0.600000 + 28 0.505662 0.743775 0.169371 0.606992 0.689842 -0.394562 0.453400 0.163177 1 5 1.000000 + 28 0.519989 0.772296 0.481021 0.988147 0.151348 -0.025666 0.559143 0.191650 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.505662 0.743775 0.169371 0.606992 0.689842 -0.394562 0.453400 0.163177 1 5 1.000000 + 28 0.478563 0.897768 0.474702 0.430117 0.892557 -0.135434 0.583771 0.153107 2 4 0.500000 5 0.500000 + 28 0.519989 0.772296 0.481021 0.988147 0.151348 -0.025666 0.559143 0.191650 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.505662 0.743775 0.169371 0.606992 0.689842 -0.394562 0.453400 0.163177 1 5 1.000000 + 28 0.181492 0.736181 0.168706 -0.537444 0.745766 -0.393685 0.451935 0.042725 1 5 1.000000 + 28 0.478563 0.897768 0.474702 0.430117 0.892557 -0.135434 0.583771 0.153107 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.181492 0.736181 0.168706 -0.537444 0.745766 -0.393685 0.451935 0.042725 1 5 1.000000 + 28 0.203558 0.893638 0.474124 -0.674386 0.736367 -0.054473 0.582336 0.050934 2 4 0.500000 5 0.500000 + 28 0.478563 0.897768 0.474702 0.430117 0.892557 -0.135434 0.583771 0.153107 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.519989 0.772296 0.481021 0.988147 0.151348 -0.025666 0.146729 0.100739 2 4 0.500000 5 0.500000 + 28 0.498878 0.594433 0.465120 0.828171 -0.557012 -0.062209 0.127960 0.115204 2 4 0.400000 5 0.600000 + 28 0.536045 0.575563 0.125398 0.998978 -0.042003 0.016724 0.150543 0.036896 2 5 0.400000 6 0.600000 +EievuiDh.png + 28 0.498878 0.594433 0.465120 0.828171 -0.557012 -0.062209 0.127960 0.115204 2 4 0.400000 5 0.600000 + 28 0.477348 0.497942 0.241848 0.660141 -0.472809 0.583665 0.125855 0.062347 2 5 0.400000 6 0.600000 + 28 0.536045 0.575563 0.125398 0.998978 -0.042003 0.016724 0.150543 0.036896 2 5 0.400000 6 0.600000 +EievuiDh.png + 28 0.498878 0.594433 0.465120 0.828171 -0.557012 -0.062209 0.127960 0.115204 2 4 0.400000 5 0.600000 + 28 0.354140 0.479693 0.257240 0.103968 -0.675433 0.730055 0.102631 0.063324 2 5 0.400000 6 0.600000 + 28 0.477348 0.497942 0.241848 0.660141 -0.472809 0.583665 0.125855 0.062347 2 5 0.400000 6 0.600000 +EievuiDh.png + 28 0.178483 0.739162 0.536704 -0.961254 0.129187 -0.243521 0.050171 0.117157 2 4 0.500000 5 0.500000 + 28 0.187072 0.787637 0.478875 -0.998429 0.054473 -0.013143 0.052277 0.104492 2 4 0.500000 5 0.500000 + 28 0.210543 0.588367 0.454615 -0.848119 -0.428838 -0.311113 0.072083 0.117889 2 4 0.300000 5 0.700000 +EievuiDh.png + 28 0.187072 0.787637 0.478875 -0.998429 0.054473 -0.013143 0.052277 0.104492 2 4 0.500000 5 0.500000 + 28 0.162846 0.573051 0.125350 -0.996898 -0.047970 0.062402 0.047974 0.037231 2 5 0.400000 6 0.600000 + 28 0.210543 0.588367 0.454615 -0.848119 -0.428838 -0.311113 0.072083 0.117889 2 4 0.300000 5 0.700000 +EievuiDh.png + 28 0.202875 0.868060 0.613552 -0.803484 0.594311 0.034749 0.183258 0.066864 2 4 0.500000 5 0.500000 + 28 0.187072 0.787637 0.478875 -0.998429 0.054473 -0.013143 0.169311 0.044281 2 4 0.500000 5 0.500000 + 28 0.178483 0.739162 0.536704 -0.961254 0.129187 -0.243521 0.186859 0.043365 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 0.527850 0.741832 0.544099 0.982636 0.134981 -0.127304 0.149262 0.113495 2 4 0.500000 5 0.500000 + 28 0.554265 0.660312 0.642595 0.977057 0.178420 -0.116301 0.152496 0.132935 2 3 0.100000 4 0.900000 + 28 0.521175 0.514868 0.534356 0.799514 -0.277460 -0.532723 0.126587 0.139923 3 3 0.200000 4 0.600000 5 0.200000 +EievuiDh.png + 28 0.202875 0.868060 0.613552 -0.803484 0.594311 0.034749 0.634460 0.056610 2 4 0.500000 5 0.500000 + 28 0.335560 0.900073 0.637953 0.017005 0.977791 0.208891 0.647858 0.098816 2 4 0.500000 5 0.500000 + 28 0.203558 0.893638 0.474124 -0.674386 0.736367 -0.054473 0.582336 0.050934 2 4 0.500000 5 0.500000 +EievuiDh.png + 28 -0.187072 0.787637 0.478876 0.998428 0.054479 -0.013143 0.169311 0.044281 2 8 0.500000 9 0.500000 + 28 -0.202875 0.868059 0.613552 0.803481 0.594316 0.034737 0.183258 0.066864 2 8 0.500000 9 0.500000 + 28 -0.178483 0.739162 0.536704 0.961252 0.129199 -0.243520 0.186859 0.043365 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.202875 0.868059 0.613552 0.803481 0.594316 0.034737 0.183258 0.066864 2 8 0.500000 9 0.500000 + 28 -0.174528 0.845631 0.720238 0.608875 0.766800 -0.203198 0.203613 0.069855 3 2 0.100000 8 0.800000 9 0.100000 + 28 -0.178483 0.739162 0.536704 0.961252 0.129199 -0.243520 0.186859 0.043365 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.202875 0.868059 0.613552 0.803481 0.594316 0.034737 0.183258 0.066864 2 8 0.500000 9 0.500000 + 28 -0.335560 0.900072 0.637953 -0.017005 0.977791 0.208891 0.178467 0.081604 2 8 0.500000 9 0.500000 + 28 -0.174528 0.845631 0.720238 0.608875 0.766800 -0.203198 0.203613 0.069855 3 2 0.100000 8 0.800000 9 0.100000 +EievuiDh.png + 28 -0.335560 0.900072 0.637953 -0.017005 0.977791 0.208891 0.178467 0.081604 2 8 0.500000 9 0.500000 + 28 -0.338634 0.890666 0.786104 -0.185722 0.982240 0.026703 0.196686 0.099976 4 2 0.100000 7 0.400000 8 0.400000 9 0.100000 + 28 -0.174528 0.845631 0.720238 0.608875 0.766800 -0.203198 0.203613 0.069855 3 2 0.100000 8 0.800000 9 0.100000 +EievuiDh.png + 28 -0.335560 0.900072 0.637953 -0.017005 0.977791 0.208891 0.178467 0.081604 2 8 0.500000 9 0.500000 + 28 -0.505782 0.811197 0.741378 -0.739019 0.670015 0.070214 0.177826 0.122772 4 2 0.100000 7 0.400000 8 0.400000 9 0.100000 + 28 -0.338634 0.890666 0.786104 -0.185722 0.982240 0.026703 0.196686 0.099976 4 2 0.100000 7 0.400000 8 0.400000 9 0.100000 +EievuiDh.png + 28 -0.505782 0.811197 0.741378 -0.739019 0.670015 0.070214 0.177826 0.122772 4 2 0.100000 7 0.400000 8 0.400000 9 0.100000 + 28 -0.522668 0.785827 0.903645 -0.775561 0.631222 0.007987 0.192658 0.139465 3 2 0.300000 7 0.500000 8 0.200000 + 28 -0.338634 0.890666 0.786104 -0.185722 0.982240 0.026703 0.196686 0.099976 4 2 0.100000 7 0.400000 8 0.400000 9 0.100000 +EievuiDh.png + 28 -0.187072 0.787637 0.478876 0.998428 0.054479 -0.013143 0.556183 0.011261 2 8 0.500000 9 0.500000 + 28 -0.203558 0.893637 0.474125 0.674384 0.736369 -0.054473 0.582336 0.050934 2 8 0.500000 9 0.500000 + 28 -0.202875 0.868059 0.613552 0.803481 0.594316 0.034737 0.634460 0.056610 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.203558 0.893637 0.474125 0.674384 0.736369 -0.054473 0.582336 0.050934 2 8 0.500000 9 0.500000 + 28 -0.335560 0.900072 0.637953 -0.017005 0.977791 0.208891 0.647858 0.098816 2 8 0.500000 9 0.500000 + 28 -0.202875 0.868059 0.613552 0.803481 0.594316 0.034737 0.634460 0.056610 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.203558 0.893637 0.474125 0.674384 0.736369 -0.054473 0.582336 0.050934 2 8 0.500000 9 0.500000 + 28 -0.330626 0.927220 0.559840 0.039846 0.994472 0.097144 0.610840 0.098145 2 8 0.500000 9 0.500000 + 28 -0.335560 0.900072 0.637953 -0.017005 0.977791 0.208891 0.647858 0.098816 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.330626 0.927220 0.559840 0.039846 0.994472 0.097144 0.610840 0.098145 2 8 0.500000 9 0.500000 + 28 -0.478563 0.897766 0.474703 -0.430116 0.892556 -0.135440 0.583771 0.153107 2 8 0.500000 9 0.500000 + 28 -0.335560 0.900072 0.637953 -0.017005 0.977791 0.208891 0.647858 0.098816 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.330626 0.927220 0.559840 0.039846 0.994472 0.097144 0.610840 0.098145 2 8 0.500000 9 0.500000 + 28 -0.203558 0.893637 0.474125 0.674384 0.736369 -0.054473 0.582336 0.050934 2 8 0.500000 9 0.500000 + 28 -0.478563 0.897766 0.474703 -0.430116 0.892556 -0.135440 0.583771 0.153107 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.519989 0.772295 0.481022 -0.988147 0.151348 -0.025672 0.146729 0.100739 2 8 0.500000 9 0.500000 + 28 -0.527850 0.741831 0.544099 -0.982635 0.134980 -0.127315 0.149262 0.113495 2 8 0.500000 9 0.500000 + 28 -0.489414 0.858657 0.611151 -0.773194 0.621011 0.128520 0.168671 0.103180 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.527850 0.741831 0.544099 -0.982635 0.134980 -0.127315 0.149262 0.113495 2 8 0.500000 9 0.500000 + 28 -0.505782 0.811197 0.741378 -0.739019 0.670015 0.070214 0.177826 0.122772 4 2 0.100000 7 0.400000 8 0.400000 9 0.100000 + 28 -0.489414 0.858657 0.611151 -0.773194 0.621011 0.128520 0.168671 0.103180 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.527850 0.741831 0.544099 -0.982635 0.134980 -0.127315 0.149262 0.113495 2 8 0.500000 9 0.500000 + 28 -0.554265 0.660312 0.642595 -0.977058 0.178415 -0.116301 0.152496 0.132935 2 7 0.100000 8 0.900000 + 28 -0.505782 0.811197 0.741378 -0.739019 0.670015 0.070214 0.177826 0.122772 4 2 0.100000 7 0.400000 8 0.400000 9 0.100000 +EievuiDh.png + 28 -0.554265 0.660312 0.642595 -0.977058 0.178415 -0.116301 0.152496 0.132935 2 7 0.100000 8 0.900000 + 28 -0.522668 0.785827 0.903645 -0.775561 0.631222 0.007987 0.192658 0.139465 3 2 0.300000 7 0.500000 8 0.200000 + 28 -0.505782 0.811197 0.741378 -0.739019 0.670015 0.070214 0.177826 0.122772 4 2 0.100000 7 0.400000 8 0.400000 9 0.100000 +EievuiDh.png + 28 -0.554265 0.660312 0.642595 -0.977058 0.178415 -0.116301 0.152496 0.132935 2 7 0.100000 8 0.900000 + 28 -0.585521 0.583627 0.806612 -0.994047 0.062311 -0.089377 0.157623 0.161530 2 7 0.600000 8 0.400000 + 28 -0.522668 0.785827 0.903645 -0.775561 0.631222 0.007987 0.192658 0.139465 3 2 0.300000 7 0.500000 8 0.200000 +EievuiDh.png + 28 -0.178483 0.739162 0.536704 0.961252 0.129199 -0.243520 0.186859 0.043365 2 8 0.500000 9 0.500000 + 28 -0.174528 0.845631 0.720238 0.608875 0.766800 -0.203198 0.203613 0.069855 3 2 0.100000 8 0.800000 9 0.100000 + 28 -0.133602 0.683384 0.629467 0.893542 0.168634 -0.416107 0.206024 0.042267 2 7 0.100000 8 0.900000 +EievuiDh.png + 28 -0.174528 0.845631 0.720238 0.608875 0.766800 -0.203198 0.203613 0.069855 3 2 0.100000 8 0.800000 9 0.100000 + 28 -0.088612 0.656837 0.691129 0.567377 0.321119 -0.758265 0.219513 0.040619 3 2 0.500000 7 0.100000 8 0.400000 + 28 -0.133602 0.683384 0.629467 0.893542 0.168634 -0.416107 0.206024 0.042267 2 7 0.100000 8 0.900000 +EievuiDh.png + 28 -0.174528 0.845631 0.720238 0.608875 0.766800 -0.203198 0.203613 0.069855 3 2 0.100000 8 0.800000 9 0.100000 + 28 -0.115200 0.851728 0.794155 0.178972 0.791270 -0.584688 0.218964 0.070404 3 2 0.500000 7 0.200000 8 0.300000 + 28 -0.088612 0.656837 0.691129 0.567377 0.321119 -0.758265 0.219513 0.040619 3 2 0.500000 7 0.100000 8 0.400000 +EievuiDh.png + 28 -0.519989 0.772295 0.481022 -0.988147 0.151348 -0.025672 0.559143 0.191650 2 8 0.500000 9 0.500000 + 28 -0.489414 0.858657 0.611151 -0.773194 0.621011 0.128520 0.633545 0.154358 2 8 0.500000 9 0.500000 + 28 -0.478563 0.897766 0.474703 -0.430116 0.892556 -0.135440 0.583771 0.153107 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.489414 0.858657 0.611151 -0.773194 0.621011 0.128520 0.633545 0.154358 2 8 0.500000 9 0.500000 + 28 -0.335560 0.900072 0.637953 -0.017005 0.977791 0.208891 0.647858 0.098816 2 8 0.500000 9 0.500000 + 28 -0.478563 0.897766 0.474703 -0.430116 0.892556 -0.135440 0.583771 0.153107 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.115200 0.851728 0.794155 0.178972 0.791270 -0.584688 0.218964 0.070404 3 2 0.500000 7 0.200000 8 0.300000 + 28 -0.174528 0.845631 0.720238 0.608875 0.766800 -0.203198 0.203613 0.069855 3 2 0.100000 8 0.800000 9 0.100000 + 28 -0.338847 0.896989 0.926126 -0.240195 0.964074 -0.113434 0.217072 0.114441 3 2 0.300000 7 0.500000 8 0.200000 +EievuiDh.png + 28 -0.174528 0.845631 0.720238 0.608875 0.766800 -0.203198 0.203613 0.069855 3 2 0.100000 8 0.800000 9 0.100000 + 28 -0.338634 0.890666 0.786104 -0.185722 0.982240 0.026703 0.196686 0.099976 4 2 0.100000 7 0.400000 8 0.400000 9 0.100000 + 28 -0.338847 0.896989 0.926126 -0.240195 0.964074 -0.113434 0.217072 0.114441 3 2 0.300000 7 0.500000 8 0.200000 +EievuiDh.png + 28 -0.489414 0.858657 0.611151 -0.773194 0.621011 0.128520 0.168671 0.103180 2 8 0.500000 9 0.500000 + 28 -0.505782 0.811197 0.741378 -0.739019 0.670015 0.070214 0.177826 0.122772 4 2 0.100000 7 0.400000 8 0.400000 9 0.100000 + 28 -0.335560 0.900072 0.637953 -0.017005 0.977791 0.208891 0.178467 0.081604 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.338847 0.896989 0.926126 -0.240195 0.964074 -0.113434 0.217072 0.114441 3 2 0.300000 7 0.500000 8 0.200000 + 28 -0.338634 0.890666 0.786104 -0.185722 0.982240 0.026703 0.196686 0.099976 4 2 0.100000 7 0.400000 8 0.400000 9 0.100000 + 28 -0.522668 0.785827 0.903645 -0.775561 0.631222 0.007987 0.192658 0.139465 3 2 0.300000 7 0.500000 8 0.200000 +EievuiDh.png + 28 -0.554265 0.660312 0.642595 -0.977058 0.178415 -0.116301 0.152496 0.132935 2 7 0.100000 8 0.900000 + 28 -0.521175 0.514868 0.534357 -0.799515 -0.277454 -0.532724 0.126587 0.139923 3 7 0.200000 8 0.600000 9 0.200000 + 28 -0.585521 0.583627 0.806612 -0.994047 0.062311 -0.089377 0.157623 0.161530 2 7 0.600000 8 0.400000 +EievuiDh.png + 28 -0.521175 0.514868 0.534357 -0.799515 -0.277454 -0.532724 0.126587 0.139923 3 7 0.200000 8 0.600000 9 0.200000 + 28 -0.541755 0.393579 0.702645 -0.822059 -0.448262 -0.351112 0.123749 0.179535 2 7 0.500000 8 0.500000 + 28 -0.585521 0.583627 0.806612 -0.994047 0.062311 -0.089377 0.157623 0.161530 2 7 0.600000 8 0.400000 +EievuiDh.png + 28 -0.521175 0.514868 0.534357 -0.799515 -0.277454 -0.532724 0.126587 0.139923 3 7 0.200000 8 0.600000 9 0.200000 + 28 -0.383370 0.356759 0.542566 -0.263967 -0.687258 -0.676755 0.091675 0.171631 3 7 0.400000 8 0.500000 9 0.100000 + 28 -0.541755 0.393579 0.702645 -0.822059 -0.448262 -0.351112 0.123749 0.179535 2 7 0.500000 8 0.500000 +EievuiDh.png + 28 -0.383370 0.356759 0.542566 -0.263967 -0.687258 -0.676755 0.091675 0.171631 3 7 0.400000 8 0.500000 9 0.100000 + 28 -0.398722 0.291703 0.635462 -0.215345 -0.820932 -0.528864 0.086517 0.194031 2 7 0.500000 8 0.500000 + 28 -0.541755 0.393579 0.702645 -0.822059 -0.448262 -0.351112 0.123749 0.179535 2 7 0.500000 8 0.500000 +EievuiDh.png + 28 -0.383370 0.356759 0.542566 -0.263967 -0.687258 -0.676755 0.091675 0.171631 3 7 0.400000 8 0.500000 9 0.100000 + 28 -0.165907 0.433216 0.565304 0.637437 -0.449498 -0.625799 0.059082 0.161499 2 7 0.400000 8 0.600000 + 28 -0.398722 0.291703 0.635462 -0.215345 -0.820932 -0.528864 0.086517 0.194031 2 7 0.500000 8 0.500000 +EievuiDh.png + 28 -0.165907 0.433216 0.565304 0.637437 -0.449498 -0.625799 0.059082 0.161499 2 7 0.400000 8 0.600000 + 28 -0.148498 0.392330 0.635828 0.242266 -0.284377 -0.927598 0.041626 0.189270 3 2 0.600000 7 0.200000 8 0.200000 + 28 -0.398722 0.291703 0.635462 -0.215345 -0.820932 -0.528864 0.086517 0.194031 2 7 0.500000 8 0.500000 +EievuiDh.png + 28 -0.165907 0.433216 0.565304 0.637437 -0.449498 -0.625799 0.059082 0.161499 2 7 0.400000 8 0.600000 + 28 -0.088612 0.656837 0.691129 0.567377 0.321119 -0.758265 0.023407 0.150452 3 2 0.500000 7 0.100000 8 0.400000 + 28 -0.148498 0.392330 0.635828 0.242266 -0.284377 -0.927598 0.041626 0.189270 3 2 0.600000 7 0.200000 8 0.200000 +EievuiDh.png + 28 -0.088612 0.656837 0.691129 0.567377 0.321119 -0.758265 0.023407 0.150452 3 2 0.500000 7 0.100000 8 0.400000 + 28 -0.165907 0.433216 0.565304 0.637437 -0.449498 -0.625799 0.059082 0.161499 2 7 0.400000 8 0.600000 + 28 -0.133602 0.683384 0.629467 0.893542 0.168634 -0.416107 0.036133 0.139618 2 7 0.100000 8 0.900000 +EievuiDh.png + 28 -0.165907 0.433216 0.565304 0.637437 -0.449498 -0.625799 0.059082 0.161499 2 7 0.400000 8 0.600000 + 28 -0.187471 0.509782 0.511054 0.755297 -0.212061 -0.620127 0.065857 0.144531 3 7 0.200000 8 0.600000 9 0.200000 + 28 -0.133602 0.683384 0.629467 0.893542 0.168634 -0.416107 0.036133 0.139618 2 7 0.100000 8 0.900000 +EievuiDh.png + 28 -0.165907 0.433216 0.565304 0.637437 -0.449498 -0.625799 0.059082 0.161499 2 7 0.400000 8 0.600000 + 28 -0.368587 0.459110 0.465738 0.032753 -0.456130 -0.889310 0.093597 0.146484 3 7 0.200000 8 0.400000 9 0.400000 + 28 -0.187471 0.509782 0.511054 0.755297 -0.212061 -0.620127 0.065857 0.144531 3 7 0.200000 8 0.600000 9 0.200000 +EievuiDh.png + 28 -0.165907 0.433216 0.565304 0.637437 -0.449498 -0.625799 0.059082 0.161499 2 7 0.400000 8 0.600000 + 28 -0.383370 0.356759 0.542566 -0.263967 -0.687258 -0.676755 0.091675 0.171631 3 7 0.400000 8 0.500000 9 0.100000 + 28 -0.368587 0.459110 0.465738 0.032753 -0.456130 -0.889310 0.093597 0.146484 3 7 0.200000 8 0.400000 9 0.400000 +EievuiDh.png + 28 -0.383370 0.356759 0.542566 -0.263967 -0.687258 -0.676755 0.091675 0.171631 3 7 0.400000 8 0.500000 9 0.100000 + 28 -0.521175 0.514868 0.534357 -0.799515 -0.277454 -0.532724 0.126587 0.139923 3 7 0.200000 8 0.600000 9 0.200000 + 28 -0.368587 0.459110 0.465738 0.032753 -0.456130 -0.889310 0.093597 0.146484 3 7 0.200000 8 0.400000 9 0.400000 +EievuiDh.png + 28 -0.187072 0.787637 0.478876 0.998428 0.054479 -0.013143 0.556183 0.011261 2 8 0.500000 9 0.500000 + 28 -0.162846 0.573052 0.125355 0.996897 -0.047976 0.062402 0.403198 0.009888 2 9 0.400000 10 0.600000 + 28 -0.203558 0.893637 0.474125 0.674384 0.736369 -0.054473 0.582336 0.050934 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.162846 0.573052 0.125355 0.996897 -0.047976 0.062402 0.403198 0.009888 2 9 0.400000 10 0.600000 + 28 -0.181492 0.736181 0.168708 0.537441 0.745766 -0.393688 0.451935 0.042725 1 9 1.000000 + 28 -0.203558 0.893637 0.474125 0.674384 0.736369 -0.054473 0.582336 0.050934 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.162846 0.573052 0.125355 0.996897 -0.047976 0.062402 0.403198 0.009888 2 9 0.400000 10 0.600000 + 28 -0.170756 0.616527 -0.000309 0.502911 0.388580 -0.772066 0.375946 0.038757 2 9 0.400000 10 0.600000 + 28 -0.181492 0.736181 0.168708 0.537441 0.745766 -0.393688 0.451935 0.042725 1 9 1.000000 +EievuiDh.png + 28 -0.170756 0.616527 -0.000309 0.502911 0.388580 -0.772066 0.375946 0.038757 2 9 0.400000 10 0.600000 + 28 -0.505662 0.743774 0.169373 -0.606997 0.689835 -0.394566 0.453400 0.163177 1 9 1.000000 + 28 -0.181492 0.736181 0.168708 0.537441 0.745766 -0.393688 0.451935 0.042725 1 9 1.000000 +EievuiDh.png + 28 -0.170756 0.616527 -0.000309 0.502911 0.388580 -0.772066 0.375946 0.038757 2 9 0.400000 10 0.600000 + 28 -0.511778 0.624123 -0.000309 -0.556469 0.263339 -0.788033 0.377228 0.165466 2 9 0.400000 10 0.600000 + 28 -0.505662 0.743774 0.169373 -0.606997 0.689835 -0.394566 0.453400 0.163177 1 9 1.000000 +EievuiDh.png + 28 -0.511778 0.624123 -0.000309 -0.556469 0.263339 -0.788033 0.377228 0.165466 2 9 0.400000 10 0.600000 + 28 -0.536045 0.575564 0.125403 -0.998978 -0.042003 0.016724 0.403229 0.188263 2 9 0.400000 10 0.600000 + 28 -0.505662 0.743774 0.169373 -0.606997 0.689835 -0.394566 0.453400 0.163177 1 9 1.000000 +EievuiDh.png + 28 -0.133602 0.683384 0.629467 0.893542 0.168634 -0.416107 0.036133 0.139618 2 7 0.100000 8 0.900000 + 28 -0.187471 0.509782 0.511054 0.755297 -0.212061 -0.620127 0.065857 0.144531 3 7 0.200000 8 0.600000 9 0.200000 + 28 -0.178483 0.739162 0.536704 0.961252 0.129199 -0.243520 0.050171 0.117157 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.187471 0.509782 0.511054 0.755297 -0.212061 -0.620127 0.065857 0.144531 3 7 0.200000 8 0.600000 9 0.200000 + 28 -0.210543 0.588367 0.454616 0.848115 -0.428844 -0.311118 0.072083 0.117889 2 8 0.300000 9 0.700000 + 28 -0.178483 0.739162 0.536704 0.961252 0.129199 -0.243520 0.050171 0.117157 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.187471 0.509782 0.511054 0.755297 -0.212061 -0.620127 0.065857 0.144531 3 7 0.200000 8 0.600000 9 0.200000 + 28 -0.368587 0.459110 0.465738 0.032753 -0.456130 -0.889310 0.093597 0.146484 3 7 0.200000 8 0.400000 9 0.400000 + 28 -0.210543 0.588367 0.454616 0.848115 -0.428844 -0.311118 0.072083 0.117889 2 8 0.300000 9 0.700000 +EievuiDh.png + 28 -0.368587 0.459110 0.465738 0.032753 -0.456130 -0.889310 0.093597 0.146484 3 7 0.200000 8 0.400000 9 0.400000 + 28 -0.357022 0.539736 0.442628 -0.121612 -0.914189 -0.386612 0.097778 0.119324 2 8 0.300000 9 0.700000 + 28 -0.210543 0.588367 0.454616 0.848115 -0.428844 -0.311118 0.072083 0.117889 2 8 0.300000 9 0.700000 +EievuiDh.png + 28 -0.368587 0.459110 0.465738 0.032753 -0.456130 -0.889310 0.093597 0.146484 3 7 0.200000 8 0.400000 9 0.400000 + 28 -0.521175 0.514868 0.534357 -0.799515 -0.277454 -0.532724 0.126587 0.139923 3 7 0.200000 8 0.600000 9 0.200000 + 28 -0.357022 0.539736 0.442628 -0.121612 -0.914189 -0.386612 0.097778 0.119324 2 8 0.300000 9 0.700000 +EievuiDh.png + 28 -0.521175 0.514868 0.534357 -0.799515 -0.277454 -0.532724 0.126587 0.139923 3 7 0.200000 8 0.600000 9 0.200000 + 28 -0.498878 0.594433 0.465121 -0.828172 -0.557012 -0.062206 0.127960 0.115204 2 8 0.400000 9 0.600000 + 28 -0.357022 0.539736 0.442628 -0.121612 -0.914189 -0.386612 0.097778 0.119324 2 8 0.300000 9 0.700000 +EievuiDh.png + 28 -0.554265 0.660312 0.642595 -0.977058 0.178415 -0.116301 0.152496 0.132935 2 7 0.100000 8 0.900000 + 28 -0.527850 0.741831 0.544099 -0.982635 0.134980 -0.127315 0.149262 0.113495 2 8 0.500000 9 0.500000 + 28 -0.521175 0.514868 0.534357 -0.799515 -0.277454 -0.532724 0.126587 0.139923 3 7 0.200000 8 0.600000 9 0.200000 +EievuiDh.png + 28 -0.527850 0.741831 0.544099 -0.982635 0.134980 -0.127315 0.149262 0.113495 2 8 0.500000 9 0.500000 + 28 -0.498878 0.594433 0.465121 -0.828172 -0.557012 -0.062206 0.127960 0.115204 2 8 0.400000 9 0.600000 + 28 -0.521175 0.514868 0.534357 -0.799515 -0.277454 -0.532724 0.126587 0.139923 3 7 0.200000 8 0.600000 9 0.200000 +EievuiDh.png + 28 -0.527850 0.741831 0.544099 -0.982635 0.134980 -0.127315 0.149262 0.113495 2 8 0.500000 9 0.500000 + 28 -0.519989 0.772295 0.481022 -0.988147 0.151348 -0.025672 0.146729 0.100739 2 8 0.500000 9 0.500000 + 28 -0.498878 0.594433 0.465121 -0.828172 -0.557012 -0.062206 0.127960 0.115204 2 8 0.400000 9 0.600000 +EievuiDh.png + 28 -0.519989 0.772295 0.481022 -0.988147 0.151348 -0.025672 0.146729 0.100739 2 8 0.500000 9 0.500000 + 28 -0.536045 0.575564 0.125403 -0.998978 -0.042003 0.016724 0.150543 0.036896 2 9 0.400000 10 0.600000 + 28 -0.498878 0.594433 0.465121 -0.828172 -0.557012 -0.062206 0.127960 0.115204 2 8 0.400000 9 0.600000 +EievuiDh.png + 28 -0.178483 0.739162 0.536704 0.961252 0.129199 -0.243520 0.050171 0.117157 2 8 0.500000 9 0.500000 + 28 -0.210543 0.588367 0.454616 0.848115 -0.428844 -0.311118 0.072083 0.117889 2 8 0.300000 9 0.700000 + 28 -0.187072 0.787637 0.478876 0.998428 0.054479 -0.013143 0.052277 0.104492 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.210543 0.588367 0.454616 0.848115 -0.428844 -0.311118 0.072083 0.117889 2 8 0.300000 9 0.700000 + 28 -0.162846 0.573052 0.125355 0.996897 -0.047976 0.062402 0.047974 0.037231 2 9 0.400000 10 0.600000 + 28 -0.187072 0.787637 0.478876 0.998428 0.054479 -0.013143 0.052277 0.104492 2 8 0.500000 9 0.500000 +EievuiDh.png + 28 -0.210543 0.588367 0.454616 0.848115 -0.428844 -0.311118 0.072083 0.117889 2 8 0.300000 9 0.700000 + 28 -0.217679 0.497444 0.241783 0.565768 -0.537495 0.625305 0.075500 0.060547 2 9 0.400000 10 0.600000 + 28 -0.162846 0.573052 0.125355 0.996897 -0.047976 0.062402 0.047974 0.037231 2 9 0.400000 10 0.600000 +EievuiDh.png + 28 -0.210543 0.588367 0.454616 0.848115 -0.428844 -0.311118 0.072083 0.117889 2 8 0.300000 9 0.700000 + 28 -0.357022 0.539736 0.442628 -0.121612 -0.914189 -0.386612 0.097778 0.119324 2 8 0.300000 9 0.700000 + 28 -0.217679 0.497444 0.241783 0.565768 -0.537495 0.625305 0.075500 0.060547 2 9 0.400000 10 0.600000 +EievuiDh.png + 28 -0.357022 0.539736 0.442628 -0.121612 -0.914189 -0.386612 0.097778 0.119324 2 8 0.300000 9 0.700000 + 28 -0.354140 0.479695 0.257243 -0.103963 -0.675438 0.730051 0.102631 0.063324 2 9 0.400000 10 0.600000 + 28 -0.217679 0.497444 0.241783 0.565768 -0.537495 0.625305 0.075500 0.060547 2 9 0.400000 10 0.600000 +EievuiDh.png + 28 -0.357022 0.539736 0.442628 -0.121612 -0.914189 -0.386612 0.097778 0.119324 2 8 0.300000 9 0.700000 + 28 -0.498878 0.594433 0.465121 -0.828172 -0.557012 -0.062206 0.127960 0.115204 2 8 0.400000 9 0.600000 + 28 -0.354140 0.479695 0.257243 -0.103963 -0.675438 0.730051 0.102631 0.063324 2 9 0.400000 10 0.600000 +EievuiDh.png + 28 -0.536045 0.575564 0.125403 -0.998978 -0.042003 0.016724 0.403229 0.188263 2 9 0.400000 10 0.600000 + 28 -0.519989 0.772295 0.481022 -0.988147 0.151348 -0.025672 0.559143 0.191650 2 8 0.500000 9 0.500000 + 28 -0.505662 0.743774 0.169373 -0.606997 0.689835 -0.394566 0.453400 0.163177 1 9 1.000000 +EievuiDh.png + 28 -0.519989 0.772295 0.481022 -0.988147 0.151348 -0.025672 0.559143 0.191650 2 8 0.500000 9 0.500000 + 28 -0.478563 0.897766 0.474703 -0.430116 0.892556 -0.135440 0.583771 0.153107 2 8 0.500000 9 0.500000 + 28 -0.505662 0.743774 0.169373 -0.606997 0.689835 -0.394566 0.453400 0.163177 1 9 1.000000 +EievuiDh.png + 28 -0.505662 0.743774 0.169373 -0.606997 0.689835 -0.394566 0.453400 0.163177 1 9 1.000000 + 28 -0.478563 0.897766 0.474703 -0.430116 0.892556 -0.135440 0.583771 0.153107 2 8 0.500000 9 0.500000 + 28 -0.181492 0.736181 0.168708 0.537441 0.745766 -0.393688 0.451935 0.042725 1 9 1.000000 +EievuiDh.png + 28 -0.478563 0.897766 0.474703 -0.430116 0.892556 -0.135440 0.583771 0.153107 2 8 0.500000 9 0.500000 + 28 -0.203558 0.893637 0.474125 0.674384 0.736369 -0.054473 0.582336 0.050934 2 8 0.500000 9 0.500000 + 28 -0.181492 0.736181 0.168708 0.537441 0.745766 -0.393688 0.451935 0.042725 1 9 1.000000 +EievuiDh.png + 28 -0.536045 0.575564 0.125403 -0.998978 -0.042003 0.016724 0.150543 0.036896 2 9 0.400000 10 0.600000 + 28 -0.477348 0.497944 0.241852 -0.660135 -0.472821 0.583662 0.125855 0.062347 2 9 0.400000 10 0.600000 + 28 -0.498878 0.594433 0.465121 -0.828172 -0.557012 -0.062206 0.127960 0.115204 2 8 0.400000 9 0.600000 +EievuiDh.png + 28 -0.477348 0.497944 0.241852 -0.660135 -0.472821 0.583662 0.125855 0.062347 2 9 0.400000 10 0.600000 + 28 -0.354140 0.479695 0.257243 -0.103963 -0.675438 0.730051 0.102631 0.063324 2 9 0.400000 10 0.600000 + 28 -0.498878 0.594433 0.465121 -0.828172 -0.557012 -0.062206 0.127960 0.115204 2 8 0.400000 9 0.600000 +EievuiDh.png + 28 -0.271504 -0.799125 0.709759 -0.334890 0.595589 -0.730153 0.729431 0.343018 2 11 0.700000 13 0.300000 + 28 0.000000 -0.774808 0.607810 0.000000 0.745303 -0.666726 0.655273 0.296753 2 11 0.900000 13 0.100000 + 28 -0.294684 -0.972466 0.635929 -0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.000000 -0.774808 0.607810 0.000000 0.745303 -0.666726 0.655273 0.296753 2 11 0.900000 13 0.100000 + 28 -0.124084 -0.913066 0.549163 -0.523659 0.257176 -0.812184 0.616394 0.309357 2 11 0.800000 13 0.200000 + 28 -0.294684 -0.972466 0.635929 -0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.000000 -0.774808 0.607810 0.000000 0.745303 -0.666726 0.655273 0.296753 2 11 0.900000 13 0.100000 + 28 -0.039613 -0.885000 0.505920 -0.706407 0.126988 -0.696322 0.579224 0.288757 2 11 0.900000 13 0.100000 + 28 -0.124084 -0.913066 0.549163 -0.523659 0.257176 -0.812184 0.616394 0.309357 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 -0.039613 -0.885000 0.505920 -0.706407 0.126988 -0.696322 0.579224 0.288757 2 11 0.900000 13 0.100000 + 28 0.000000 -1.016567 0.542600 0.000000 -0.427747 -0.903899 0.557098 0.309021 2 11 0.800000 13 0.200000 + 28 -0.124084 -0.913066 0.549163 -0.523659 0.257176 -0.812184 0.616394 0.309357 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 -0.039613 -0.885000 0.505920 -0.706407 0.126988 -0.696322 0.579224 0.288757 2 11 0.900000 13 0.100000 + 28 0.000000 -0.831256 0.443278 0.000000 0.095445 -0.995435 0.557098 0.262573 2 11 0.900000 13 0.100000 + 28 0.000000 -1.016567 0.542600 0.000000 -0.427747 -0.903899 0.557098 0.309021 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.000000 -0.831256 0.443278 0.000000 0.095445 -0.995435 0.557098 0.262573 2 11 0.900000 13 0.100000 + 28 0.039613 -0.885000 0.505920 0.706407 0.126988 -0.696322 0.579224 0.288757 2 11 0.900000 13 0.100000 + 28 0.000000 -1.016567 0.542600 0.000000 -0.427747 -0.903899 0.557098 0.309021 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.000000 -0.831256 0.443278 0.000000 0.095445 -0.995435 0.557098 0.262573 2 11 0.900000 13 0.100000 + 28 0.000000 -0.774808 0.607810 0.000000 0.745303 -0.666726 0.655273 0.296753 2 11 0.900000 13 0.100000 + 28 0.039613 -0.885000 0.505920 0.706407 0.126988 -0.696322 0.579224 0.288757 2 11 0.900000 13 0.100000 +EievuiDh.png + 28 0.000000 -0.774808 0.607810 0.000000 0.745303 -0.666726 0.655273 0.296753 2 11 0.900000 13 0.100000 + 28 0.124084 -0.913066 0.549163 0.523659 0.257176 -0.812184 0.616394 0.309357 2 11 0.800000 13 0.200000 + 28 0.039613 -0.885000 0.505920 0.706407 0.126988 -0.696322 0.579224 0.288757 2 11 0.900000 13 0.100000 +EievuiDh.png + 28 0.000000 -0.774808 0.607810 0.000000 0.745303 -0.666726 0.655273 0.296753 2 11 0.900000 13 0.100000 + 28 0.294684 -0.972466 0.635929 0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 + 28 0.124084 -0.913066 0.549163 0.523659 0.257176 -0.812184 0.616394 0.309357 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.294684 -0.972466 0.635929 0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 + 28 0.195750 -1.077015 0.600881 0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 + 28 0.124084 -0.913066 0.549163 0.523659 0.257176 -0.812184 0.616394 0.309357 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.294684 -0.972466 0.635929 0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 + 28 0.178291 -0.928748 0.534696 0.521340 0.200427 -0.829478 0.642700 0.341980 2 11 0.800000 13 0.200000 + 28 0.195750 -1.077015 0.600881 0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.178291 -0.928748 0.534696 0.521340 0.200427 -0.829478 0.642700 0.341980 2 11 0.800000 13 0.200000 + 28 0.287203 -1.011907 0.613872 0.570790 -0.180400 -0.801034 0.651856 0.356812 2 11 0.800000 13 0.200000 + 28 0.195750 -1.077015 0.600881 0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.178291 -0.928748 0.534696 0.521340 0.200427 -0.829478 0.642700 0.341980 2 11 0.800000 13 0.200000 + 28 0.294684 -0.972466 0.635929 0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 + 28 0.287203 -1.011907 0.613872 0.570790 -0.180400 -0.801034 0.651856 0.356812 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.294684 -0.972466 0.635929 0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 + 28 0.452311 -1.013794 0.739612 0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 + 28 0.287203 -1.011907 0.613872 0.570790 -0.180400 -0.801034 0.651856 0.356812 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.294684 -0.972466 0.635929 0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 + 28 0.461436 -0.841423 0.764095 0.568491 0.595385 -0.567746 0.749725 0.381073 2 11 0.600000 13 0.400000 + 28 0.452311 -1.013794 0.739612 0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.461436 -0.841423 0.764095 0.568491 0.595385 -0.567746 0.749725 0.381073 2 11 0.600000 13 0.400000 + 28 0.303482 -0.879204 0.613557 0.137070 0.068402 -0.988197 0.729858 0.393433 2 11 0.800000 13 0.200000 + 28 0.452311 -1.013794 0.739612 0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.461436 -0.841423 0.764095 0.568491 0.595385 -0.567746 0.749725 0.381073 2 11 0.600000 13 0.400000 + 28 0.425860 -0.912538 0.675203 0.587054 0.050449 -0.807975 0.730102 0.402222 2 11 0.700000 13 0.300000 + 28 0.303482 -0.879204 0.613557 0.137070 0.068402 -0.988197 0.729858 0.393433 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.425860 -0.912538 0.675203 0.587054 0.050449 -0.807975 0.730102 0.402222 2 11 0.700000 13 0.300000 + 28 0.452311 -1.013794 0.739612 0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 + 28 0.303482 -0.879204 0.613557 0.137070 0.068402 -0.988197 0.729858 0.393433 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.425860 -0.912538 0.675203 0.587054 0.050449 -0.807975 0.730102 0.402222 2 11 0.700000 13 0.300000 + 28 0.505198 -0.944309 0.749225 0.822788 0.005376 -0.568322 0.729431 0.411224 2 11 0.600000 13 0.400000 + 28 0.452311 -1.013794 0.739612 0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.039613 -0.885000 0.505920 0.706407 0.126988 -0.696322 0.579224 0.288757 2 11 0.900000 13 0.100000 + 28 0.124084 -0.913066 0.549163 0.523659 0.257176 -0.812184 0.616394 0.309357 2 11 0.800000 13 0.200000 + 28 0.000000 -1.016567 0.542600 0.000000 -0.427747 -0.903899 0.557098 0.309021 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.124084 -0.913066 0.549163 0.523659 0.257176 -0.812184 0.616394 0.309357 2 11 0.800000 13 0.200000 + 28 0.039110 -0.871406 0.449286 0.232718 -0.205337 -0.950620 0.583862 0.316772 2 11 0.900000 13 0.100000 + 28 0.000000 -1.016567 0.542600 0.000000 -0.427747 -0.903899 0.557098 0.309021 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.124084 -0.913066 0.549163 0.523659 0.257176 -0.812184 0.616394 0.309357 2 11 0.800000 13 0.200000 + 28 0.085999 -1.008254 0.538270 0.272195 -0.413656 -0.868791 0.586487 0.327301 2 11 0.800000 13 0.200000 + 28 0.039110 -0.871406 0.449286 0.232718 -0.205337 -0.950620 0.583862 0.316772 2 11 0.900000 13 0.100000 +EievuiDh.png + 28 0.085999 -1.008254 0.538270 0.272195 -0.413656 -0.868791 0.586487 0.327301 2 11 0.800000 13 0.200000 + 28 0.000000 -1.016567 0.542600 0.000000 -0.427747 -0.903899 0.557098 0.309021 2 11 0.800000 13 0.200000 + 28 0.039110 -0.871406 0.449286 0.232718 -0.205337 -0.950620 0.583862 0.316772 2 11 0.900000 13 0.100000 +EievuiDh.png + 28 0.085999 -1.008254 0.538270 0.272195 -0.413656 -0.868791 0.586487 0.327301 2 11 0.800000 13 0.200000 + 28 0.000000 -1.109167 0.600342 0.000000 -0.456260 -0.889847 0.557098 0.342957 2 11 0.800000 13 0.200000 + 28 0.000000 -1.016567 0.542600 0.000000 -0.427747 -0.903899 0.557098 0.309021 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.000000 -1.109167 0.600342 0.000000 -0.456260 -0.889847 0.557098 0.342957 2 11 0.800000 13 0.200000 + 28 -0.085999 -1.008254 0.538270 -0.272195 -0.413656 -0.868791 0.586487 0.327301 2 11 0.800000 13 0.200000 + 28 0.000000 -1.016567 0.542600 0.000000 -0.427747 -0.903899 0.557098 0.309021 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.000000 -1.109167 0.600342 0.000000 -0.456260 -0.889847 0.557098 0.342957 2 11 0.800000 13 0.200000 + 28 -0.195750 -1.077015 0.600881 -0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 + 28 -0.085999 -1.008254 0.538270 -0.272195 -0.413656 -0.868791 0.586487 0.327301 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 -0.195750 -1.077015 0.600881 -0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 + 28 -0.124084 -0.913066 0.549163 -0.523659 0.257176 -0.812184 0.616394 0.309357 2 11 0.800000 13 0.200000 + 28 -0.085999 -1.008254 0.538270 -0.272195 -0.413656 -0.868791 0.586487 0.327301 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 -0.195750 -1.077015 0.600881 -0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 + 28 -0.294684 -0.972466 0.635929 -0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 + 28 -0.124084 -0.913066 0.549163 -0.523659 0.257176 -0.812184 0.616394 0.309357 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.124084 -0.913066 0.549163 0.523659 0.257176 -0.812184 0.616394 0.309357 2 11 0.800000 13 0.200000 + 28 0.195750 -1.077015 0.600881 0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 + 28 0.085999 -1.008254 0.538270 0.272195 -0.413656 -0.868791 0.586487 0.327301 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.195750 -1.077015 0.600881 0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 + 28 0.000000 -1.109167 0.600342 0.000000 -0.456260 -0.889847 0.557098 0.342957 2 11 0.800000 13 0.200000 + 28 0.085999 -1.008254 0.538270 0.272195 -0.413656 -0.868791 0.586487 0.327301 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.195750 -1.077015 0.600881 0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 + 28 0.102674 -1.064233 0.501330 0.071647 -0.450885 -0.889702 0.586639 0.349304 2 11 0.800000 13 0.200000 + 28 0.000000 -1.109167 0.600342 0.000000 -0.456260 -0.889847 0.557098 0.342957 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.102674 -1.064233 0.501330 0.071647 -0.450885 -0.889702 0.586639 0.349304 2 11 0.800000 13 0.200000 + 28 0.102368 -1.139513 0.591856 0.167700 -0.702262 -0.691885 0.587158 0.366852 2 11 0.700000 13 0.300000 + 28 0.000000 -1.109167 0.600342 0.000000 -0.456260 -0.889847 0.557098 0.342957 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.102674 -1.064233 0.501330 0.071647 -0.450885 -0.889702 0.586639 0.349304 2 11 0.800000 13 0.200000 + 28 0.195750 -1.077015 0.600881 0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 + 28 0.102368 -1.139513 0.591856 0.167700 -0.702262 -0.691885 0.587158 0.366852 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 0.195750 -1.077015 0.600881 0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 + 28 0.293547 -1.152934 0.725502 0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 + 28 0.102368 -1.139513 0.591856 0.167700 -0.702262 -0.691885 0.587158 0.366852 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 0.195750 -1.077015 0.600881 0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 + 28 0.287203 -1.011907 0.613872 0.570790 -0.180400 -0.801034 0.651856 0.356812 2 11 0.800000 13 0.200000 + 28 0.293547 -1.152934 0.725502 0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.287203 -1.011907 0.613872 0.570790 -0.180400 -0.801034 0.651856 0.356812 2 11 0.800000 13 0.200000 + 28 0.452311 -1.013794 0.739612 0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 + 28 0.293547 -1.152934 0.725502 0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.293547 -1.152934 0.725502 0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 + 28 0.000000 -1.269829 0.708327 0.000000 -0.764533 -0.644585 0.559692 0.383575 2 11 0.600000 13 0.400000 + 28 0.102368 -1.139513 0.591856 0.167700 -0.702262 -0.691885 0.587158 0.366852 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 0.000000 -1.269829 0.708327 0.000000 -0.764533 -0.644585 0.559692 0.383575 2 11 0.600000 13 0.400000 + 28 0.000000 -1.109167 0.600342 0.000000 -0.456260 -0.889847 0.557098 0.342957 2 11 0.800000 13 0.200000 + 28 0.102368 -1.139513 0.591856 0.167700 -0.702262 -0.691885 0.587158 0.366852 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 0.000000 -1.269829 0.708327 0.000000 -0.764533 -0.644585 0.559692 0.383575 2 11 0.600000 13 0.400000 + 28 -0.102368 -1.139513 0.591856 -0.167700 -0.702262 -0.691885 0.587158 0.366852 2 11 0.700000 13 0.300000 + 28 0.000000 -1.109167 0.600342 0.000000 -0.456260 -0.889847 0.557098 0.342957 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 -0.102368 -1.139513 0.591856 -0.167700 -0.702262 -0.691885 0.587158 0.366852 2 11 0.700000 13 0.300000 + 28 -0.102674 -1.064233 0.501330 -0.071647 -0.450885 -0.889702 0.586639 0.349304 2 11 0.800000 13 0.200000 + 28 0.000000 -1.109167 0.600342 0.000000 -0.456260 -0.889847 0.557098 0.342957 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 -0.102368 -1.139513 0.591856 -0.167700 -0.702262 -0.691885 0.587158 0.366852 2 11 0.700000 13 0.300000 + 28 -0.195750 -1.077015 0.600881 -0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 + 28 -0.102674 -1.064233 0.501330 -0.071647 -0.450885 -0.889702 0.586639 0.349304 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 -0.195750 -1.077015 0.600881 -0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 + 28 0.000000 -1.109167 0.600342 0.000000 -0.456260 -0.889847 0.557098 0.342957 2 11 0.800000 13 0.200000 + 28 -0.102674 -1.064233 0.501330 -0.071647 -0.450885 -0.889702 0.586639 0.349304 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.000000 -1.269829 0.708327 0.000000 -0.764533 -0.644585 0.559692 0.383575 2 11 0.600000 13 0.400000 + 28 -0.293547 -1.152934 0.725502 -0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 + 28 -0.102368 -1.139513 0.591856 -0.167700 -0.702262 -0.691885 0.587158 0.366852 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 -0.293547 -1.152934 0.725502 -0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 + 28 -0.195750 -1.077015 0.600881 -0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 + 28 -0.102368 -1.139513 0.591856 -0.167700 -0.702262 -0.691885 0.587158 0.366852 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 -0.293547 -1.152934 0.725502 -0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 + 28 -0.287203 -1.011907 0.613872 -0.570790 -0.180400 -0.801034 0.651856 0.356812 2 11 0.800000 13 0.200000 + 28 -0.195750 -1.077015 0.600881 -0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 -0.287203 -1.011907 0.613872 -0.570790 -0.180400 -0.801034 0.651856 0.356812 2 11 0.800000 13 0.200000 + 28 -0.178291 -0.928748 0.534696 -0.521340 0.200427 -0.829478 0.642700 0.341980 2 11 0.800000 13 0.200000 + 28 -0.195750 -1.077015 0.600881 -0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 -0.287203 -1.011907 0.613872 -0.570790 -0.180400 -0.801034 0.651856 0.356812 2 11 0.800000 13 0.200000 + 28 -0.294684 -0.972466 0.635929 -0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 + 28 -0.178291 -0.928748 0.534696 -0.521340 0.200427 -0.829478 0.642700 0.341980 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 -0.294684 -0.972466 0.635929 -0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 + 28 -0.195750 -1.077015 0.600881 -0.401124 -0.321925 -0.857592 0.611206 0.340729 2 11 0.800000 13 0.200000 + 28 -0.178291 -0.928748 0.534696 -0.521340 0.200427 -0.829478 0.642700 0.341980 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 -0.398854 -1.103310 0.726329 -0.570965 -0.551376 -0.608263 0.677551 0.410126 2 11 0.600000 13 0.400000 + 28 -0.284714 -1.068381 0.626949 0.185930 -0.800977 -0.569092 0.651550 0.381836 2 11 0.700000 13 0.300000 + 28 -0.293547 -1.152934 0.725502 -0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.284714 -1.068381 0.626949 0.185930 -0.800977 -0.569092 0.651550 0.381836 2 11 0.700000 13 0.300000 + 28 -0.354311 -1.009562 0.651927 -0.253257 0.953210 -0.165081 0.696747 0.384766 2 11 0.700000 13 0.300000 + 28 -0.293547 -1.152934 0.725502 -0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.284714 -1.068381 0.626949 0.185930 -0.800977 -0.569092 0.651550 0.381836 2 11 0.700000 13 0.300000 + 28 -0.247023 -1.000081 0.583865 -0.335947 -0.110459 -0.935382 0.675598 0.385437 2 11 0.800000 13 0.200000 + 28 -0.354311 -1.009562 0.651927 -0.253257 0.953210 -0.165081 0.696747 0.384766 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 -0.247023 -1.000081 0.583865 -0.335947 -0.110459 -0.935382 0.675598 0.385437 2 11 0.800000 13 0.200000 + 28 -0.339164 -1.057328 0.639697 -0.518402 -0.324535 -0.791161 0.677490 0.397247 2 11 0.700000 13 0.300000 + 28 -0.354311 -1.009562 0.651927 -0.253257 0.953210 -0.165081 0.696747 0.384766 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 -0.247023 -1.000081 0.583865 -0.335947 -0.110459 -0.935382 0.675598 0.385437 2 11 0.800000 13 0.200000 + 28 -0.284714 -1.068381 0.626949 0.185930 -0.800977 -0.569092 0.651550 0.381836 2 11 0.700000 13 0.300000 + 28 -0.339164 -1.057328 0.639697 -0.518402 -0.324535 -0.791161 0.677490 0.397247 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 -0.284714 -1.068381 0.626949 0.185930 -0.800977 -0.569092 0.651550 0.381836 2 11 0.700000 13 0.300000 + 28 -0.398854 -1.103310 0.726329 -0.570965 -0.551376 -0.608263 0.677551 0.410126 2 11 0.600000 13 0.400000 + 28 -0.339164 -1.057328 0.639697 -0.518402 -0.324535 -0.791161 0.677490 0.397247 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 0.293547 -1.152934 0.725502 0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 + 28 0.284714 -1.068381 0.626949 -0.185930 -0.800977 -0.569092 0.651550 0.381836 2 11 0.700000 13 0.300000 + 28 0.398854 -1.103310 0.726329 0.570965 -0.551376 -0.608263 0.677551 0.410126 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.284714 -1.068381 0.626949 -0.185930 -0.800977 -0.569092 0.651550 0.381836 2 11 0.700000 13 0.300000 + 28 0.339164 -1.057328 0.639697 0.518402 -0.324535 -0.791161 0.677490 0.397247 2 11 0.700000 13 0.300000 + 28 0.398854 -1.103310 0.726329 0.570965 -0.551376 -0.608263 0.677551 0.410126 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.284714 -1.068381 0.626949 -0.185930 -0.800977 -0.569092 0.651550 0.381836 2 11 0.700000 13 0.300000 + 28 0.247023 -1.000081 0.583865 0.335947 -0.110459 -0.935382 0.675598 0.385437 2 11 0.800000 13 0.200000 + 28 0.339164 -1.057328 0.639697 0.518402 -0.324535 -0.791161 0.677490 0.397247 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 0.247023 -1.000081 0.583865 0.335947 -0.110459 -0.935382 0.675598 0.385437 2 11 0.800000 13 0.200000 + 28 0.354311 -1.009562 0.651927 0.253257 0.953210 -0.165081 0.696747 0.384766 2 11 0.700000 13 0.300000 + 28 0.339164 -1.057328 0.639697 0.518402 -0.324535 -0.791161 0.677490 0.397247 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 0.247023 -1.000081 0.583865 0.335947 -0.110459 -0.935382 0.675598 0.385437 2 11 0.800000 13 0.200000 + 28 0.284714 -1.068381 0.626949 -0.185930 -0.800977 -0.569092 0.651550 0.381836 2 11 0.700000 13 0.300000 + 28 0.354311 -1.009562 0.651927 0.253257 0.953210 -0.165081 0.696747 0.384766 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 0.284714 -1.068381 0.626949 -0.185930 -0.800977 -0.569092 0.651550 0.381836 2 11 0.700000 13 0.300000 + 28 0.293547 -1.152934 0.725502 0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 + 28 0.354311 -1.009562 0.651927 0.253257 0.953210 -0.165081 0.696747 0.384766 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 -0.461436 -0.841423 0.764095 -0.568491 0.595385 -0.567746 0.749725 0.381073 2 11 0.600000 13 0.400000 + 28 -0.425860 -0.912538 0.675203 -0.587054 0.050449 -0.807975 0.730102 0.402222 2 11 0.700000 13 0.300000 + 28 -0.505198 -0.944309 0.749225 -0.822788 0.005376 -0.568322 0.729431 0.411224 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.425860 -0.912538 0.675203 -0.587054 0.050449 -0.807975 0.730102 0.402222 2 11 0.700000 13 0.300000 + 28 -0.452311 -1.013794 0.739612 -0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 + 28 -0.505198 -0.944309 0.749225 -0.822788 0.005376 -0.568322 0.729431 0.411224 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.425860 -0.912538 0.675203 -0.587054 0.050449 -0.807975 0.730102 0.402222 2 11 0.700000 13 0.300000 + 28 -0.303482 -0.879204 0.613557 -0.137070 0.068402 -0.988197 0.729858 0.393433 2 11 0.800000 13 0.200000 + 28 -0.452311 -1.013794 0.739612 -0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.303482 -0.879204 0.613557 -0.137070 0.068402 -0.988197 0.729858 0.393433 2 11 0.800000 13 0.200000 + 28 -0.461436 -0.841423 0.764095 -0.568491 0.595385 -0.567746 0.749725 0.381073 2 11 0.600000 13 0.400000 + 28 -0.452311 -1.013794 0.739612 -0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.303482 -0.879204 0.613557 -0.137070 0.068402 -0.988197 0.729858 0.393433 2 11 0.800000 13 0.200000 + 28 -0.425860 -0.912538 0.675203 -0.587054 0.050449 -0.807975 0.730102 0.402222 2 11 0.700000 13 0.300000 + 28 -0.461436 -0.841423 0.764095 -0.568491 0.595385 -0.567746 0.749725 0.381073 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.271504 -0.799125 0.709759 -0.334890 0.595589 -0.730153 0.729431 0.343018 2 11 0.700000 13 0.300000 + 28 -0.294684 -0.972466 0.635929 -0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 + 28 -0.461436 -0.841423 0.764095 -0.568491 0.595385 -0.567746 0.749725 0.381073 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.294684 -0.972466 0.635929 -0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 + 28 -0.452311 -1.013794 0.739612 -0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 + 28 -0.461436 -0.841423 0.764095 -0.568491 0.595385 -0.567746 0.749725 0.381073 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.294684 -0.972466 0.635929 -0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 + 28 -0.287203 -1.011907 0.613872 -0.570790 -0.180400 -0.801034 0.651856 0.356812 2 11 0.800000 13 0.200000 + 28 -0.452311 -1.013794 0.739612 -0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.287203 -1.011907 0.613872 -0.570790 -0.180400 -0.801034 0.651856 0.356812 2 11 0.800000 13 0.200000 + 28 -0.293547 -1.152934 0.725502 -0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 + 28 -0.452311 -1.013794 0.739612 -0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.461436 -0.841423 0.764095 -0.568491 0.595385 -0.567746 0.518921 0.577606 2 11 0.600000 13 0.400000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 -0.271504 -0.799125 0.709759 -0.334890 0.595589 -0.730153 0.526733 0.575867 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 0.000000 -0.774808 0.607810 0.000000 0.745303 -0.666726 0.540161 0.574982 2 11 0.900000 13 0.100000 + 28 -0.271504 -0.799125 0.709759 -0.334890 0.595589 -0.730153 0.526733 0.575867 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 0.271504 -0.799125 0.709759 0.334890 0.595589 -0.730153 0.526733 0.575867 2 11 0.700000 13 0.300000 + 28 0.000000 -0.774808 0.607810 0.000000 0.745303 -0.666726 0.540161 0.574982 2 11 0.900000 13 0.100000 +EievuiDh.png + 28 -0.177669 -0.169446 0.644426 -0.355790 -0.070465 -0.931906 0.035156 0.283997 2 11 0.900000 2 0.100000 + 28 -0.345679 -0.156210 0.781878 -0.649810 0.230442 -0.724322 0.071411 0.288422 3 11 0.800000 2 0.100000 23 0.100000 + 28 -0.186960 0.034584 0.634678 -0.439038 -0.043626 -0.897409 0.041992 0.250458 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 -0.345679 -0.156210 0.781878 -0.649810 0.230442 -0.724322 0.071411 0.288422 3 11 0.800000 2 0.100000 23 0.100000 + 28 -0.375126 0.033862 0.770902 -0.752262 -0.167309 -0.637267 0.086517 0.257904 2 11 0.500000 2 0.500000 + 28 -0.186960 0.034584 0.634678 -0.439038 -0.043626 -0.897409 0.041992 0.250458 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 -0.345679 -0.156210 0.781878 -0.649810 0.230442 -0.724322 0.071411 0.288422 3 11 0.800000 2 0.100000 23 0.100000 + 28 -0.484363 0.035698 0.929444 -0.954036 -0.050013 -0.295489 0.125885 0.266663 2 11 0.500000 2 0.500000 + 28 -0.375126 0.033862 0.770902 -0.752262 -0.167309 -0.637267 0.086517 0.257904 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 0.000000 -1.016567 0.542600 0.000000 -0.427747 -0.903899 0.557098 0.309021 2 11 0.800000 13 0.200000 + 28 -0.039110 -0.871406 0.449286 -0.232718 -0.205337 -0.950620 0.583862 0.316772 2 11 0.900000 13 0.100000 + 28 -0.124084 -0.913066 0.549163 -0.523659 0.257176 -0.812184 0.616394 0.309357 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 -0.039110 -0.871406 0.449286 -0.232718 -0.205337 -0.950620 0.583862 0.316772 2 11 0.900000 13 0.100000 + 28 -0.085999 -1.008254 0.538270 -0.272195 -0.413656 -0.868791 0.586487 0.327301 2 11 0.800000 13 0.200000 + 28 -0.124084 -0.913066 0.549163 -0.523659 0.257176 -0.812184 0.616394 0.309357 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 -0.039110 -0.871406 0.449286 -0.232718 -0.205337 -0.950620 0.583862 0.316772 2 11 0.900000 13 0.100000 + 28 0.000000 -1.016567 0.542600 0.000000 -0.427747 -0.903899 0.557098 0.309021 2 11 0.800000 13 0.200000 + 28 -0.085999 -1.008254 0.538270 -0.272195 -0.413656 -0.868791 0.586487 0.327301 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.339164 -1.057328 0.639697 0.518402 -0.324535 -0.791161 0.677490 0.397247 2 11 0.700000 13 0.300000 + 28 0.354311 -1.009562 0.651927 0.253257 0.953210 -0.165081 0.696747 0.384766 2 11 0.700000 13 0.300000 + 28 0.398854 -1.103310 0.726329 0.570965 -0.551376 -0.608263 0.677551 0.410126 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.354311 -1.009562 0.651927 0.253257 0.953210 -0.165081 0.696747 0.384766 2 11 0.700000 13 0.300000 + 28 0.452311 -1.013794 0.739612 0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 + 28 0.398854 -1.103310 0.726329 0.570965 -0.551376 -0.608263 0.677551 0.410126 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 0.354311 -1.009562 0.651927 0.253257 0.953210 -0.165081 0.696747 0.384766 2 11 0.700000 13 0.300000 + 28 0.293547 -1.152934 0.725502 0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 + 28 0.452311 -1.013794 0.739612 0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.513439 -0.157564 1.146387 -0.981670 0.128247 0.140989 0.516235 0.462158 1 11 1.000000 + 28 -0.489481 -0.128684 0.940135 -0.901506 0.155206 -0.403977 0.495422 0.481476 2 11 0.900000 23 0.100000 + 28 -0.510578 -0.168201 0.955981 -0.936645 0.327130 -0.125229 0.492035 0.463470 2 11 0.600000 23 0.400000 +EievuiDh.png + 28 -0.489481 -0.128684 0.940135 -0.901506 0.155206 -0.403977 0.495422 0.481476 2 11 0.900000 23 0.100000 + 28 -0.345679 -0.156210 0.781878 -0.649810 0.230442 -0.724322 0.478760 0.502014 3 11 0.800000 2 0.100000 23 0.100000 + 28 -0.510578 -0.168201 0.955981 -0.936645 0.327130 -0.125229 0.492035 0.463470 2 11 0.600000 23 0.400000 +EievuiDh.png + 28 -0.345679 -0.156210 0.781878 -0.649810 0.230442 -0.724322 0.071411 0.288422 3 11 0.800000 2 0.100000 23 0.100000 + 28 -0.489481 -0.128684 0.940135 -0.901506 0.155206 -0.403977 0.111755 0.295929 2 11 0.900000 23 0.100000 + 28 -0.484363 0.035698 0.929444 -0.954036 -0.050013 -0.295489 0.125885 0.266663 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 -0.489481 -0.128684 0.940135 -0.901506 0.155206 -0.403977 0.111755 0.295929 2 11 0.900000 23 0.100000 + 28 -0.513439 -0.157564 1.146387 -0.981670 0.128247 0.140989 0.146637 0.311951 1 11 1.000000 + 28 -0.484363 0.035698 0.929444 -0.954036 -0.050013 -0.295489 0.125885 0.266663 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 0.000000 -0.774808 0.607810 0.000000 0.745303 -0.666726 0.655273 0.296753 2 11 0.900000 13 0.100000 + 28 0.271504 -0.799125 0.709759 0.334890 0.595589 -0.730153 0.729431 0.343018 2 11 0.700000 13 0.300000 + 28 0.294684 -0.972466 0.635929 0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 0.271504 -0.799125 0.709759 0.334890 0.595589 -0.730153 0.729431 0.343018 2 11 0.700000 13 0.300000 + 28 0.461436 -0.841423 0.764095 0.568491 0.595385 -0.567746 0.749725 0.381073 2 11 0.600000 13 0.400000 + 28 0.294684 -0.972466 0.635929 0.486925 0.393098 -0.779986 0.681976 0.342865 2 11 0.800000 13 0.200000 +EievuiDh.png + 28 -0.339164 -1.057328 0.639697 -0.518402 -0.324535 -0.791161 0.677490 0.397247 2 11 0.700000 13 0.300000 + 28 -0.398854 -1.103310 0.726329 -0.570965 -0.551376 -0.608263 0.677551 0.410126 2 11 0.600000 13 0.400000 + 28 -0.354311 -1.009562 0.651927 -0.253257 0.953210 -0.165081 0.696747 0.384766 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 -0.398854 -1.103310 0.726329 -0.570965 -0.551376 -0.608263 0.677551 0.410126 2 11 0.600000 13 0.400000 + 28 -0.452311 -1.013794 0.739612 -0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 + 28 -0.354311 -1.009562 0.651927 -0.253257 0.953210 -0.165081 0.696747 0.384766 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 0.461436 -0.841423 0.764095 0.568491 0.595385 -0.567746 0.518921 0.577606 2 11 0.600000 13 0.400000 + 28 0.271504 -0.799125 0.709759 0.334890 0.595589 -0.730153 0.526733 0.575867 2 11 0.700000 13 0.300000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 +EievuiDh.png + 28 -0.513439 -0.157564 1.146387 -0.981670 0.128247 0.140989 0.146637 0.311951 1 11 1.000000 + 28 -0.485796 0.042764 1.151560 -0.952199 -0.054319 0.300610 0.166199 0.284882 2 11 0.500000 2 0.500000 + 28 -0.484363 0.035698 0.929444 -0.954036 -0.050013 -0.295489 0.125885 0.266663 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 -0.039613 -0.885000 0.505920 -0.706407 0.126988 -0.696322 0.579224 0.288757 2 11 0.900000 13 0.100000 + 28 0.000000 -0.774808 0.607810 0.000000 0.745303 -0.666726 0.655273 0.296753 2 11 0.900000 13 0.100000 + 28 0.000000 -0.831256 0.443278 0.000000 0.095445 -0.995435 0.557098 0.262573 2 11 0.900000 13 0.100000 +EievuiDh.png + 28 0.505198 -0.944309 0.749225 0.822788 0.005376 -0.568322 0.729431 0.411224 2 11 0.600000 13 0.400000 + 28 0.425860 -0.912538 0.675203 0.587054 0.050449 -0.807975 0.730102 0.402222 2 11 0.700000 13 0.300000 + 28 0.461436 -0.841423 0.764095 0.568491 0.595385 -0.567746 0.749725 0.381073 2 11 0.600000 13 0.400000 +EievuiDh.png + 28 -0.452311 -1.013794 0.739612 -0.589889 -0.261355 -0.764018 0.710266 0.380096 2 11 0.600000 13 0.400000 + 28 -0.293547 -1.152934 0.725502 -0.321536 -0.696711 -0.641255 0.641419 0.379547 2 11 0.600000 13 0.400000 + 28 -0.354311 -1.009562 0.651927 -0.253257 0.953210 -0.165081 0.696747 0.384766 2 11 0.700000 13 0.300000 +EievuiDh.png + 28 0.290341 -0.374538 1.263131 0.544574 -0.266351 0.795296 0.539673 0.402710 1 12 1.000000 + 28 0.505716 -0.423853 1.180494 0.831239 -0.220125 0.510477 0.515839 0.404022 2 11 0.500000 20 0.500000 + 28 0.401785 -0.167544 1.345543 0.663691 -0.153643 0.732057 0.541656 0.457092 2 11 0.900000 14 0.100000 +EievuiDh.png + 28 0.505716 -0.423853 1.180494 0.831239 -0.220125 0.510477 0.515839 0.404022 2 11 0.500000 20 0.500000 + 28 0.513439 -0.157564 1.146387 0.981670 0.128247 0.140989 0.516235 0.462158 1 11 1.000000 + 28 0.401785 -0.167544 1.345543 0.663691 -0.153643 0.732057 0.541656 0.457092 2 11 0.900000 14 0.100000 +EievuiDh.png + 28 0.505716 -0.423853 1.180494 0.831239 -0.220125 0.510477 0.515839 0.404022 2 11 0.500000 20 0.500000 + 28 0.510578 -0.168201 0.955981 0.936645 0.327130 -0.125229 0.492035 0.463470 2 11 0.600000 20 0.400000 + 28 0.513439 -0.157564 1.146387 0.981670 0.128247 0.140989 0.516235 0.462158 1 11 1.000000 +EievuiDh.png + 28 0.510578 -0.168201 0.955981 0.936645 0.327130 -0.125229 0.492035 0.463470 2 11 0.600000 20 0.400000 + 28 0.489481 -0.128684 0.940135 0.901506 0.155206 -0.403977 0.495422 0.481476 2 11 0.900000 20 0.100000 + 28 0.513439 -0.157564 1.146387 0.981670 0.128247 0.140989 0.516235 0.462158 1 11 1.000000 +EievuiDh.png + 28 0.510578 -0.168201 0.955981 0.936645 0.327130 -0.125229 0.492035 0.463470 2 11 0.600000 20 0.400000 + 28 0.345679 -0.156210 0.781878 0.649811 0.230439 -0.724323 0.478760 0.502014 3 11 0.800000 2 0.100000 20 0.100000 + 28 0.489481 -0.128684 0.940135 0.901506 0.155206 -0.403977 0.495422 0.481476 2 11 0.900000 20 0.100000 +EievuiDh.png + 28 0.000000 0.036237 0.596258 0.000000 0.002791 -0.999996 0.005981 0.249695 2 11 0.500000 2 0.500000 + 28 0.186960 0.034584 0.634678 0.439038 -0.043626 -0.897409 0.041992 0.250458 2 11 0.500000 2 0.500000 + 28 0.177669 -0.169446 0.644426 0.355791 -0.070466 -0.931905 0.035156 0.283997 2 11 0.900000 2 0.100000 +EievuiDh.png + 28 0.186960 0.034584 0.634678 0.439038 -0.043626 -0.897409 0.041992 0.250458 2 11 0.500000 2 0.500000 + 28 0.345679 -0.156210 0.781878 0.649811 0.230439 -0.724323 0.071411 0.288422 3 11 0.800000 2 0.100000 20 0.100000 + 28 0.177669 -0.169446 0.644426 0.355791 -0.070466 -0.931905 0.035156 0.283997 2 11 0.900000 2 0.100000 +EievuiDh.png + 28 0.186960 0.034584 0.634678 0.439038 -0.043626 -0.897409 0.041992 0.250458 2 11 0.500000 2 0.500000 + 28 0.375126 0.033862 0.770902 0.752262 -0.167309 -0.637267 0.086517 0.257904 2 11 0.500000 2 0.500000 + 28 0.345679 -0.156210 0.781878 0.649811 0.230439 -0.724323 0.071411 0.288422 3 11 0.800000 2 0.100000 20 0.100000 +EievuiDh.png + 28 0.375126 0.033862 0.770902 0.752262 -0.167309 -0.637267 0.086517 0.257904 2 11 0.500000 2 0.500000 + 28 0.484363 0.035698 0.929444 0.954036 -0.050013 -0.295490 0.125885 0.266663 2 11 0.500000 2 0.500000 + 28 0.345679 -0.156210 0.781878 0.649811 0.230439 -0.724323 0.071411 0.288422 3 11 0.800000 2 0.100000 20 0.100000 +EievuiDh.png + 28 0.290341 -0.374538 1.263131 0.544574 -0.266351 0.795296 0.169800 0.361115 1 12 1.000000 + 28 0.401785 -0.167544 1.345543 0.663691 -0.153643 0.732057 0.176727 0.333832 2 11 0.900000 14 0.100000 + 28 0.206072 -0.198032 1.416911 0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 +EievuiDh.png + 28 0.401785 -0.167544 1.345543 0.663691 -0.153643 0.732057 0.176727 0.333832 2 11 0.900000 14 0.100000 + 28 0.402343 0.052105 1.345852 0.615870 -0.097171 0.781833 0.194122 0.307678 2 11 0.500000 2 0.500000 + 28 0.206072 -0.198032 1.416911 0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 +EievuiDh.png + 28 0.401785 -0.167544 1.345543 0.663691 -0.153643 0.732057 0.176727 0.333832 2 11 0.900000 14 0.100000 + 28 0.485796 0.042764 1.151560 0.952199 -0.054319 0.300610 0.166199 0.284882 2 11 0.500000 2 0.500000 + 28 0.402343 0.052105 1.345852 0.615870 -0.097171 0.781833 0.194122 0.307678 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 -0.206072 -0.198032 1.416911 -0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 + 28 0.000000 -0.204070 1.435441 0.000000 -0.294486 0.955656 0.232635 0.378326 1 12 1.000000 + 28 -0.199599 0.065731 1.457567 -0.250063 -0.122895 0.960399 0.220032 0.332428 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 0.000000 -0.204070 1.435441 0.000000 -0.294486 0.955656 0.232635 0.378326 1 12 1.000000 + 28 0.000000 0.065731 1.476099 0.000000 -0.116576 0.993182 0.249573 0.351837 2 11 0.500000 2 0.500000 + 28 -0.199599 0.065731 1.457567 -0.250063 -0.122895 0.960399 0.220032 0.332428 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 0.000000 -0.204070 1.435441 0.000000 -0.294486 0.955656 0.232635 0.378326 1 12 1.000000 + 28 0.199599 0.065731 1.457567 0.250063 -0.122895 0.960399 0.220032 0.332428 2 11 0.500000 2 0.500000 + 28 0.000000 0.065731 1.476099 0.000000 -0.116576 0.993182 0.249573 0.351837 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 -0.186960 0.034584 0.634678 -0.439038 -0.043626 -0.897409 0.041992 0.250458 2 11 0.500000 2 0.500000 + 28 0.000000 0.036237 0.596258 0.000000 0.002791 -0.999996 0.005981 0.249695 2 11 0.500000 2 0.500000 + 28 -0.177669 -0.169446 0.644426 -0.355790 -0.070465 -0.931906 0.035156 0.283997 2 11 0.900000 2 0.100000 +EievuiDh.png + 28 0.000000 0.036237 0.596258 0.000000 0.002791 -0.999996 0.005981 0.249695 2 11 0.500000 2 0.500000 + 28 0.000000 -0.175240 0.611489 0.000000 -0.115833 -0.993269 0.005859 0.283875 2 11 0.900000 2 0.100000 + 28 -0.177669 -0.169446 0.644426 -0.355790 -0.070465 -0.931906 0.035156 0.283997 2 11 0.900000 2 0.100000 +EievuiDh.png + 28 0.000000 0.036237 0.596258 0.000000 0.002791 -0.999996 0.005981 0.249695 2 11 0.500000 2 0.500000 + 28 0.177669 -0.169446 0.644426 0.355791 -0.070466 -0.931905 0.035156 0.283997 2 11 0.900000 2 0.100000 + 28 0.000000 -0.175240 0.611489 0.000000 -0.115833 -0.993269 0.005859 0.283875 2 11 0.900000 2 0.100000 +EievuiDh.png + 28 0.000000 -0.204070 1.435441 0.000000 -0.294486 0.955656 0.232635 0.378326 1 12 1.000000 + 28 0.206072 -0.198032 1.416911 0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 + 28 0.199599 0.065731 1.457567 0.250063 -0.122895 0.960399 0.220032 0.332428 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 0.206072 -0.198032 1.416911 0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 + 28 0.402343 0.052105 1.345852 0.615870 -0.097171 0.781833 0.194122 0.307678 2 11 0.500000 2 0.500000 + 28 0.199599 0.065731 1.457567 0.250063 -0.122895 0.960399 0.220032 0.332428 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 0.401785 -0.167544 1.345543 0.663691 -0.153643 0.732057 0.176727 0.333832 2 11 0.900000 14 0.100000 + 28 0.513439 -0.157564 1.146387 0.981670 0.128247 0.140989 0.146637 0.311951 1 11 1.000000 + 28 0.485796 0.042764 1.151560 0.952199 -0.054319 0.300610 0.166199 0.284882 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 0.484363 0.035698 0.929444 0.954036 -0.050013 -0.295490 0.125885 0.266663 2 11 0.500000 2 0.500000 + 28 0.489481 -0.128684 0.940135 0.901506 0.155206 -0.403977 0.111755 0.295929 2 11 0.900000 20 0.100000 + 28 0.345679 -0.156210 0.781878 0.649811 0.230439 -0.724323 0.071411 0.288422 3 11 0.800000 2 0.100000 20 0.100000 +EievuiDh.png + 28 -0.165143 -0.706260 1.079154 -0.084728 -0.871525 0.482975 0.508301 0.297089 1 12 1.000000 + 28 -0.411575 -0.644889 1.139290 -0.550621 -0.478672 0.683879 0.520203 0.356110 1 12 1.000000 + 28 -0.458943 -0.676672 1.025890 -0.519710 -0.821196 0.235665 0.498535 0.355988 2 11 0.200000 23 0.800000 +EievuiDh.png + 28 -0.411575 -0.644889 1.139290 -0.550621 -0.478672 0.683879 0.520203 0.356110 1 12 1.000000 + 28 -0.505716 -0.423853 1.180494 -0.831239 -0.220123 0.510477 0.515839 0.404022 2 11 0.500000 23 0.500000 + 28 -0.458943 -0.676672 1.025890 -0.519710 -0.821196 0.235665 0.498535 0.355988 2 11 0.200000 23 0.800000 +EievuiDh.png + 28 -0.411575 -0.644889 1.139290 -0.550621 -0.478672 0.683879 0.520203 0.356110 1 12 1.000000 + 28 -0.290340 -0.374538 1.263131 -0.544576 -0.266350 0.795295 0.539673 0.402710 1 12 1.000000 + 28 -0.505716 -0.423853 1.180494 -0.831239 -0.220123 0.510477 0.515839 0.404022 2 11 0.500000 23 0.500000 +EievuiDh.png + 28 -0.290340 -0.374538 1.263131 -0.544576 -0.266350 0.795295 0.539673 0.402710 1 12 1.000000 + 28 -0.401785 -0.167544 1.345543 -0.663691 -0.153643 0.732057 0.541656 0.457092 2 15 0.100000 11 0.900000 + 28 -0.505716 -0.423853 1.180494 -0.831239 -0.220123 0.510477 0.515839 0.404022 2 11 0.500000 23 0.500000 +EievuiDh.png + 28 -0.458943 -0.676672 1.025890 -0.519710 -0.821196 0.235665 0.498535 0.355988 2 11 0.200000 23 0.800000 + 28 -0.505716 -0.423853 1.180494 -0.831239 -0.220123 0.510477 0.515839 0.404022 2 11 0.500000 23 0.500000 + 28 -0.545227 -0.451768 0.987221 -0.972877 -0.150689 0.175506 0.494324 0.401642 2 11 0.200000 23 0.800000 +EievuiDh.png + 28 -0.505716 -0.423853 1.180494 -0.831239 -0.220123 0.510477 0.515839 0.404022 2 11 0.500000 23 0.500000 + 28 -0.510578 -0.168201 0.955981 -0.936645 0.327130 -0.125229 0.492035 0.463470 2 11 0.600000 23 0.400000 + 28 -0.545227 -0.451768 0.987221 -0.972877 -0.150689 0.175506 0.494324 0.401642 2 11 0.200000 23 0.800000 +EievuiDh.png + 28 -0.505716 -0.423853 1.180494 -0.831239 -0.220123 0.510477 0.515839 0.404022 2 11 0.500000 23 0.500000 + 28 -0.513439 -0.157564 1.146387 -0.981670 0.128247 0.140989 0.516235 0.462158 1 11 1.000000 + 28 -0.510578 -0.168201 0.955981 -0.936645 0.327130 -0.125229 0.492035 0.463470 2 11 0.600000 23 0.400000 +EievuiDh.png + 28 -0.290340 -0.374538 1.263131 -0.544576 -0.266350 0.795295 0.169800 0.361115 1 12 1.000000 + 28 -0.206072 -0.198032 1.416911 -0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 + 28 -0.401785 -0.167544 1.345543 -0.663691 -0.153643 0.732057 0.176727 0.333832 2 15 0.100000 11 0.900000 +EievuiDh.png + 28 -0.206072 -0.198032 1.416911 -0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 + 28 -0.402343 0.052105 1.345852 -0.615870 -0.097171 0.781833 0.194122 0.307678 2 11 0.500000 2 0.500000 + 28 -0.401785 -0.167544 1.345543 -0.663691 -0.153643 0.732057 0.176727 0.333832 2 15 0.100000 11 0.900000 +EievuiDh.png + 28 -0.206072 -0.198032 1.416911 -0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 + 28 -0.199599 0.065731 1.457567 -0.250063 -0.122895 0.960399 0.220032 0.332428 2 11 0.500000 2 0.500000 + 28 -0.402343 0.052105 1.345852 -0.615870 -0.097171 0.781833 0.194122 0.307678 2 11 0.500000 2 0.500000 +EievuiDh.png + 28 -0.402343 0.052105 1.345852 -0.615870 -0.097171 0.781833 0.194122 0.307678 2 11 0.500000 2 0.500000 + 28 -0.485796 0.042764 1.151560 -0.952199 -0.054319 0.300610 0.166199 0.284882 2 11 0.500000 2 0.500000 + 28 -0.401785 -0.167544 1.345543 -0.663691 -0.153643 0.732057 0.176727 0.333832 2 15 0.100000 11 0.900000 +EievuiDh.png + 28 -0.485796 0.042764 1.151560 -0.952199 -0.054319 0.300610 0.166199 0.284882 2 11 0.500000 2 0.500000 + 28 -0.513439 -0.157564 1.146387 -0.981670 0.128247 0.140989 0.146637 0.311951 1 11 1.000000 + 28 -0.401785 -0.167544 1.345543 -0.663691 -0.153643 0.732057 0.176727 0.333832 2 15 0.100000 11 0.900000 +EievuiDh.png + 28 0.489481 -0.128684 0.940135 0.901506 0.155206 -0.403977 0.111755 0.295929 2 11 0.900000 20 0.100000 + 28 0.484363 0.035698 0.929444 0.954036 -0.050013 -0.295490 0.125885 0.266663 2 11 0.500000 2 0.500000 + 28 0.513439 -0.157564 1.146387 0.981670 0.128247 0.140989 0.146637 0.311951 1 11 1.000000 +EievuiDh.png + 28 0.484363 0.035698 0.929444 0.954036 -0.050013 -0.295490 0.125885 0.266663 2 11 0.500000 2 0.500000 + 28 0.485796 0.042764 1.151560 0.952199 -0.054319 0.300610 0.166199 0.284882 2 11 0.500000 2 0.500000 + 28 0.513439 -0.157564 1.146387 0.981670 0.128247 0.140989 0.146637 0.311951 1 11 1.000000 +EievuiDh.png + 28 -0.513439 -0.157564 1.146387 -0.981670 0.128247 0.140989 0.516235 0.462158 1 11 1.000000 + 28 -0.505716 -0.423853 1.180494 -0.831239 -0.220123 0.510477 0.515839 0.404022 2 11 0.500000 23 0.500000 + 28 -0.401785 -0.167544 1.345543 -0.663691 -0.153643 0.732057 0.541656 0.457092 2 15 0.100000 11 0.900000 +EievuiDh.png + 28 0.536045 0.575563 0.125398 0.998978 -0.042003 0.016724 0.150543 0.036896 2 5 0.400000 6 0.600000 + 28 0.529895 0.347487 0.111243 0.736881 -0.603545 0.304533 0.142334 0.034241 1 6 1.000000 + 28 0.511977 0.373941 0.012609 0.699126 -0.489180 -0.521465 0.141968 0.009857 1 6 1.000000 +EievuiDh.png + 28 0.529895 0.347487 0.111243 0.736881 -0.603545 0.304533 0.142334 0.034241 1 6 1.000000 + 28 0.353116 0.284804 0.111632 -0.050706 -0.998695 0.006077 0.102722 0.035004 1 6 1.000000 + 28 0.511977 0.373941 0.012609 0.699126 -0.489180 -0.521465 0.141968 0.009857 1 6 1.000000 +EievuiDh.png + 28 0.529895 0.347487 0.111243 0.736881 -0.603545 0.304533 0.142334 0.034241 1 6 1.000000 + 28 0.348162 0.334340 0.219612 0.030631 -0.625452 0.779661 0.101105 0.047180 1 6 1.000000 + 28 0.353116 0.284804 0.111632 -0.050706 -0.998695 0.006077 0.102722 0.035004 1 6 1.000000 +EievuiDh.png + 28 0.348162 0.334340 0.219612 0.030631 -0.625452 0.779661 0.101105 0.047180 1 6 1.000000 + 28 0.241971 0.371521 0.207731 -0.437051 -0.633061 0.638921 0.076447 0.048248 1 6 1.000000 + 28 0.353116 0.284804 0.111632 -0.050706 -0.998695 0.006077 0.102722 0.035004 1 6 1.000000 +EievuiDh.png + 28 0.348162 0.334340 0.219612 0.030631 -0.625452 0.779661 0.101105 0.047180 1 6 1.000000 + 28 0.217679 0.497441 0.241779 -0.565772 -0.537489 0.625306 0.075500 0.060547 2 5 0.400000 6 0.600000 + 28 0.241971 0.371521 0.207731 -0.437051 -0.633061 0.638921 0.076447 0.048248 1 6 1.000000 +EievuiDh.png + 28 0.217679 0.497441 0.241779 -0.565772 -0.537489 0.625306 0.075500 0.060547 2 5 0.400000 6 0.600000 + 28 0.177807 0.345200 0.112021 -0.799924 -0.540790 0.260129 0.063232 0.035797 1 6 1.000000 + 28 0.241971 0.371521 0.207731 -0.437051 -0.633061 0.638921 0.076447 0.048248 1 6 1.000000 +EievuiDh.png + 28 0.217679 0.497441 0.241779 -0.565772 -0.537489 0.625306 0.075500 0.060547 2 5 0.400000 6 0.600000 + 28 0.162846 0.573051 0.125350 -0.996898 -0.047970 0.062402 0.047974 0.037231 2 5 0.400000 6 0.600000 + 28 0.177807 0.345200 0.112021 -0.799924 -0.540790 0.260129 0.063232 0.035797 1 6 1.000000 +EievuiDh.png + 28 0.162846 0.573051 0.125350 -0.996898 -0.047970 0.062402 0.047974 0.037231 2 5 0.400000 6 0.600000 + 28 0.184053 0.370744 0.012609 -0.714340 -0.531906 -0.454747 0.062500 0.011169 1 6 1.000000 + 28 0.177807 0.345200 0.112021 -0.799924 -0.540790 0.260129 0.063232 0.035797 1 6 1.000000 +EievuiDh.png + 28 -1.189972 -0.812426 3.162231 -0.288258 -0.956469 -0.045538 0.041931 0.516754 2 19 0.600000 18 0.400000 + 28 -1.276284 -0.564659 2.878380 0.188351 0.982101 0.001335 0.001953 0.509949 2 19 0.600000 18 0.400000 + 28 -1.433109 -0.735992 3.288410 0.420295 0.355511 0.834844 0.033966 0.555267 2 19 0.700000 18 0.300000 +EievuiDh.png + 28 -1.276284 -0.564659 2.878380 0.188351 0.982101 0.001335 0.001953 0.509949 2 19 0.600000 18 0.400000 + 28 -1.494180 -0.538227 3.028471 0.140799 0.989773 0.022912 0.001953 0.548126 2 19 0.700000 18 0.300000 + 28 -1.433109 -0.735992 3.288410 0.420295 0.355511 0.834844 0.033966 0.555267 2 19 0.700000 18 0.300000 +EievuiDh.png + 28 -1.276284 -0.564659 2.878380 0.188351 0.982101 0.001335 0.001953 0.509949 2 19 0.600000 18 0.400000 + 28 -1.601232 -0.726664 2.703799 -0.630483 0.422022 -0.651451 0.033966 0.555267 2 19 0.700000 18 0.300000 + 28 -1.494180 -0.538227 3.028471 0.140799 0.989773 0.022912 0.001953 0.548126 2 19 0.700000 18 0.300000 +EievuiDh.png + 28 -1.601232 -0.726664 2.703799 -0.630483 0.422022 -0.651451 0.033966 0.555267 2 19 0.700000 18 0.300000 + 28 -1.744221 -0.505342 3.198093 0.080180 0.993088 -0.085712 0.001953 0.591827 2 19 0.800000 18 0.200000 + 28 -1.494180 -0.538227 3.028471 0.140799 0.989773 0.022912 0.001953 0.548126 2 19 0.700000 18 0.300000 +EievuiDh.png + 28 -1.601232 -0.726664 2.703799 -0.630483 0.422022 -0.651451 0.033966 0.555267 2 19 0.700000 18 0.300000 + 28 -1.820592 -0.644956 2.983711 -0.201131 -0.956258 0.212408 0.023254 0.594696 2 19 0.800000 18 0.200000 + 28 -1.744221 -0.505342 3.198093 0.080180 0.993088 -0.085712 0.001953 0.591827 2 19 0.800000 18 0.200000 +EievuiDh.png + 28 -1.820592 -0.644956 2.983711 -0.201131 -0.956258 0.212408 0.023254 0.594696 2 19 0.800000 18 0.200000 + 28 -2.018215 -0.538265 3.251189 -0.519651 0.619011 -0.588887 0.011597 0.636902 2 19 0.900000 18 0.100000 + 28 -1.744221 -0.505342 3.198093 0.080180 0.993088 -0.085712 0.001953 0.591827 2 19 0.800000 18 0.200000 +EievuiDh.png + 28 -0.162846 0.573052 0.125355 0.996897 -0.047976 0.062402 0.047974 0.037231 2 9 0.400000 10 0.600000 + 28 -0.177807 0.345202 0.112023 0.799923 -0.540793 0.260126 0.063232 0.035797 1 10 1.000000 + 28 -0.184053 0.370747 0.012612 0.714338 -0.531903 -0.454753 0.062500 0.011169 1 10 1.000000 +EievuiDh.png + 28 -0.177807 0.345202 0.112023 0.799923 -0.540793 0.260126 0.063232 0.035797 1 10 1.000000 + 28 -0.353116 0.284807 0.111634 0.050703 -0.998695 0.006075 0.102722 0.035004 1 10 1.000000 + 28 -0.184053 0.370747 0.012612 0.714338 -0.531903 -0.454753 0.062500 0.011169 1 10 1.000000 +EievuiDh.png + 28 -0.177807 0.345202 0.112023 0.799923 -0.540793 0.260126 0.063232 0.035797 1 10 1.000000 + 28 -0.241971 0.371523 0.207733 0.437043 -0.633066 0.638921 0.076447 0.048248 1 10 1.000000 + 28 -0.353116 0.284807 0.111634 0.050703 -0.998695 0.006075 0.102722 0.035004 1 10 1.000000 +EievuiDh.png + 28 -0.241971 0.371523 0.207733 0.437043 -0.633066 0.638921 0.076447 0.048248 1 10 1.000000 + 28 -0.348162 0.334343 0.219613 -0.030634 -0.625458 0.779656 0.101105 0.047180 1 10 1.000000 + 28 -0.353116 0.284807 0.111634 0.050703 -0.998695 0.006075 0.102722 0.035004 1 10 1.000000 +EievuiDh.png + 28 -0.241971 0.371523 0.207733 0.437043 -0.633066 0.638921 0.076447 0.048248 1 10 1.000000 + 28 -0.217679 0.497444 0.241783 0.565768 -0.537495 0.625305 0.075500 0.060547 2 9 0.400000 10 0.600000 + 28 -0.348162 0.334343 0.219613 -0.030634 -0.625458 0.779656 0.101105 0.047180 1 10 1.000000 +EievuiDh.png + 28 -0.217679 0.497444 0.241783 0.565768 -0.537495 0.625305 0.075500 0.060547 2 9 0.400000 10 0.600000 + 28 -0.354140 0.479695 0.257243 -0.103963 -0.675438 0.730051 0.102631 0.063324 2 9 0.400000 10 0.600000 + 28 -0.348162 0.334343 0.219613 -0.030634 -0.625458 0.779656 0.101105 0.047180 1 10 1.000000 +EievuiDh.png + 28 -0.536045 0.575564 0.125403 -0.998978 -0.042003 0.016724 0.403229 0.188263 2 9 0.400000 10 0.600000 + 28 -0.511778 0.624123 -0.000309 -0.556469 0.263339 -0.788033 0.377228 0.165466 2 9 0.400000 10 0.600000 + 28 -0.511977 0.373944 0.012612 -0.699127 -0.489175 -0.521469 0.304565 0.165527 1 10 1.000000 +EievuiDh.png + 28 -0.511778 0.624123 -0.000309 -0.556469 0.263339 -0.788033 0.377228 0.165466 2 9 0.400000 10 0.600000 + 28 -0.347342 0.323557 -0.000159 -0.002885 -0.468185 -0.883626 0.287537 0.104370 1 10 1.000000 + 28 -0.511977 0.373944 0.012612 -0.699127 -0.489175 -0.521469 0.304565 0.165527 1 10 1.000000 +EievuiDh.png + 28 -0.511778 0.624123 -0.000309 -0.556469 0.263339 -0.788033 0.377228 0.165466 2 9 0.400000 10 0.600000 + 28 -0.170756 0.616527 -0.000309 0.502911 0.388580 -0.772066 0.375946 0.038757 2 9 0.400000 10 0.600000 + 28 -0.347342 0.323557 -0.000159 -0.002885 -0.468185 -0.883626 0.287537 0.104370 1 10 1.000000 +EievuiDh.png + 28 -0.170756 0.616527 -0.000309 0.502911 0.388580 -0.772066 0.375946 0.038757 2 9 0.400000 10 0.600000 + 28 -0.184053 0.370747 0.012612 0.714338 -0.531903 -0.454753 0.304016 0.043701 1 10 1.000000 + 28 -0.347342 0.323557 -0.000159 -0.002885 -0.468185 -0.883626 0.287537 0.104370 1 10 1.000000 +EievuiDh.png + 28 -0.170756 0.616527 -0.000309 0.502911 0.388580 -0.772066 0.375946 0.038757 2 9 0.400000 10 0.600000 + 28 -0.162846 0.573052 0.125355 0.996897 -0.047976 0.062402 0.403198 0.009888 2 9 0.400000 10 0.600000 + 28 -0.184053 0.370747 0.012612 0.714338 -0.531903 -0.454753 0.304016 0.043701 1 10 1.000000 +EievuiDh.png + 28 -1.494180 -0.538227 3.028471 0.140799 0.989773 0.022912 0.001953 0.548126 2 19 0.700000 18 0.300000 + 28 -1.744221 -0.505342 3.198093 0.080180 0.993088 -0.085712 0.001953 0.591827 2 19 0.800000 18 0.200000 + 28 -1.433109 -0.735992 3.288410 0.420295 0.355511 0.834844 0.033966 0.555267 2 19 0.700000 18 0.300000 +EievuiDh.png + 28 -1.744221 -0.505342 3.198093 0.080180 0.993088 -0.085712 0.001953 0.591827 2 19 0.800000 18 0.200000 + 28 -1.684237 -0.637741 3.379712 0.421934 0.541004 0.727521 0.023254 0.594696 2 19 0.800000 18 0.200000 + 28 -1.433109 -0.735992 3.288410 0.420295 0.355511 0.834844 0.033966 0.555267 2 19 0.700000 18 0.300000 +EievuiDh.png + 28 -1.744221 -0.505342 3.198093 0.080180 0.993088 -0.085712 0.001953 0.591827 2 19 0.800000 18 0.200000 + 28 -1.985131 -0.470445 3.368480 0.219084 0.969747 0.107670 0.001953 0.635193 2 19 0.900000 18 0.100000 + 28 -1.684237 -0.637741 3.379712 0.421934 0.541004 0.727521 0.023254 0.594696 2 19 0.800000 18 0.200000 +EievuiDh.png + 28 -1.985131 -0.470445 3.368480 0.219084 0.969747 0.107670 0.001953 0.635193 2 19 0.900000 18 0.100000 + 28 -1.959865 -0.536390 3.455463 -0.348769 -0.934222 0.074768 0.011597 0.636902 2 19 0.900000 18 0.100000 + 28 -1.684237 -0.637741 3.379712 0.421934 0.541004 0.727521 0.023254 0.594696 2 19 0.800000 18 0.200000 +EievuiDh.png + 28 -1.985131 -0.470445 3.368480 0.219084 0.969747 0.107670 0.001953 0.635193 2 19 0.900000 18 0.100000 + 28 -2.209480 -0.432484 3.531620 -0.735181 -0.626975 0.257704 0.001953 0.674957 1 19 1.000000 + 28 -1.959865 -0.536390 3.455463 -0.348769 -0.934222 0.074768 0.011597 0.636902 2 19 0.900000 18 0.100000 +EievuiDh.png + 28 -0.184053 0.370747 0.012612 0.714338 -0.531903 -0.454753 0.062500 0.011169 1 10 1.000000 + 28 -0.353116 0.284807 0.111634 0.050703 -0.998695 0.006075 0.102722 0.035004 1 10 1.000000 + 28 -0.347342 0.323557 -0.000159 -0.002885 -0.468185 -0.883626 0.100708 0.010468 1 10 1.000000 +EievuiDh.png + 28 -0.353116 0.284807 0.111634 0.050703 -0.998695 0.006075 0.102722 0.035004 1 10 1.000000 + 28 -0.511977 0.373944 0.012612 -0.699127 -0.489175 -0.521469 0.141968 0.009857 1 10 1.000000 + 28 -0.347342 0.323557 -0.000159 -0.002885 -0.468185 -0.883626 0.100708 0.010468 1 10 1.000000 +EievuiDh.png + 28 -0.353116 0.284807 0.111634 0.050703 -0.998695 0.006075 0.102722 0.035004 1 10 1.000000 + 28 -0.529895 0.347490 0.111245 -0.736880 -0.603547 0.304532 0.142334 0.034241 1 10 1.000000 + 28 -0.511977 0.373944 0.012612 -0.699127 -0.489175 -0.521469 0.141968 0.009857 1 10 1.000000 +EievuiDh.png + 28 -0.529895 0.347490 0.111245 -0.736880 -0.603547 0.304532 0.142334 0.034241 1 10 1.000000 + 28 -0.536045 0.575564 0.125403 -0.998978 -0.042003 0.016724 0.150543 0.036896 2 9 0.400000 10 0.600000 + 28 -0.511977 0.373944 0.012612 -0.699127 -0.489175 -0.521469 0.141968 0.009857 1 10 1.000000 +EievuiDh.png + 28 -0.529895 0.347490 0.111245 -0.736880 -0.603547 0.304532 0.142334 0.034241 1 10 1.000000 + 28 -0.477348 0.497944 0.241852 -0.660135 -0.472821 0.583662 0.125855 0.062347 2 9 0.400000 10 0.600000 + 28 -0.536045 0.575564 0.125403 -0.998978 -0.042003 0.016724 0.150543 0.036896 2 9 0.400000 10 0.600000 +EievuiDh.png + 28 0.217679 0.497441 0.241779 -0.565772 -0.537489 0.625306 0.075500 0.060547 2 5 0.400000 6 0.600000 + 28 0.348162 0.334340 0.219612 0.030631 -0.625452 0.779661 0.101105 0.047180 1 6 1.000000 + 28 0.354140 0.479693 0.257240 0.103968 -0.675433 0.730055 0.102631 0.063324 2 5 0.400000 6 0.600000 +EievuiDh.png + 28 0.348162 0.334340 0.219612 0.030631 -0.625452 0.779661 0.101105 0.047180 1 6 1.000000 + 28 0.454354 0.374118 0.208317 0.381130 -0.441221 0.812443 0.125763 0.047577 1 6 1.000000 + 28 0.354140 0.479693 0.257240 0.103968 -0.675433 0.730055 0.102631 0.063324 2 5 0.400000 6 0.600000 +EievuiDh.png + 28 0.348162 0.334340 0.219612 0.030631 -0.625452 0.779661 0.101105 0.047180 1 6 1.000000 + 28 0.529895 0.347487 0.111243 0.736881 -0.603545 0.304533 0.142334 0.034241 1 6 1.000000 + 28 0.454354 0.374118 0.208317 0.381130 -0.441221 0.812443 0.125763 0.047577 1 6 1.000000 +EievuiDh.png + 28 0.529895 0.347487 0.111243 0.736881 -0.603545 0.304533 0.142334 0.034241 1 6 1.000000 + 28 0.477348 0.497942 0.241848 0.660141 -0.472809 0.583665 0.125855 0.062347 2 5 0.400000 6 0.600000 + 28 0.454354 0.374118 0.208317 0.381130 -0.441221 0.812443 0.125763 0.047577 1 6 1.000000 +EievuiDh.png + 28 0.529895 0.347487 0.111243 0.736881 -0.603545 0.304533 0.142334 0.034241 1 6 1.000000 + 28 0.536045 0.575563 0.125398 0.998978 -0.042003 0.016724 0.150543 0.036896 2 5 0.400000 6 0.600000 + 28 0.477348 0.497942 0.241848 0.660141 -0.472809 0.583665 0.125855 0.062347 2 5 0.400000 6 0.600000 +EievuiDh.png + 28 -1.392505 -0.784234 2.520859 -0.568929 -0.341429 -0.748161 0.018646 0.755432 2 19 0.600000 18 0.400000 + 28 -1.281630 -0.689002 2.876826 -0.161791 -0.979965 0.116157 0.123383 0.715637 2 19 0.600000 18 0.400000 + 28 -1.601232 -0.726664 2.703799 -0.630483 0.422022 -0.651451 0.027679 0.658447 2 19 0.700000 18 0.300000 +EievuiDh.png + 28 -1.281630 -0.689002 2.876826 -0.161791 -0.979965 0.116157 0.123383 0.715637 2 19 0.600000 18 0.400000 + 28 -1.503499 -0.618751 3.037835 -0.233386 -0.971774 0.034451 0.124085 0.620392 2 19 0.700000 18 0.300000 + 28 -1.601232 -0.726664 2.703799 -0.630483 0.422022 -0.651451 0.027679 0.658447 2 19 0.700000 18 0.300000 +EievuiDh.png + 28 -1.281630 -0.689002 2.876826 -0.161791 -0.979965 0.116157 0.123383 0.715637 2 19 0.600000 18 0.400000 + 28 -1.189972 -0.812426 3.162231 -0.288258 -0.956469 -0.045538 0.224426 0.700195 2 19 0.600000 18 0.400000 + 28 -1.503499 -0.618751 3.037835 -0.233386 -0.971774 0.034451 0.124085 0.620392 2 19 0.700000 18 0.300000 +EievuiDh.png + 28 -1.189972 -0.812426 3.162231 -0.288258 -0.956469 -0.045538 0.224426 0.700195 2 19 0.600000 18 0.400000 + 28 -1.433109 -0.735992 3.288410 0.420295 0.355511 0.834844 0.203980 0.602875 2 19 0.700000 18 0.300000 + 28 -1.503499 -0.618751 3.037835 -0.233386 -0.971774 0.034451 0.124085 0.620392 2 19 0.700000 18 0.300000 +EievuiDh.png + 28 -1.601232 -0.726664 2.703799 -0.630483 0.422022 -0.651451 0.027679 0.658447 2 19 0.700000 18 0.300000 + 28 -1.503499 -0.618751 3.037835 -0.233386 -0.971774 0.034451 0.124085 0.620392 2 19 0.700000 18 0.300000 + 28 -1.820592 -0.644956 2.983711 -0.201131 -0.956258 0.212408 0.055145 0.545929 2 19 0.800000 18 0.200000 +EievuiDh.png + 28 -1.503499 -0.618751 3.037835 -0.233386 -0.971774 0.034451 0.124085 0.620392 2 19 0.700000 18 0.300000 + 28 -1.743691 -0.556996 3.199560 -0.292360 -0.954320 -0.061631 0.121887 0.520691 2 19 0.800000 18 0.200000 + 28 -1.820592 -0.644956 2.983711 -0.201131 -0.956258 0.212408 0.055145 0.545929 2 19 0.800000 18 0.200000 +EievuiDh.png + 28 -1.503499 -0.618751 3.037835 -0.233386 -0.971774 0.034451 0.124085 0.620392 2 19 0.700000 18 0.300000 + 28 -1.433109 -0.735992 3.288410 0.420295 0.355511 0.834844 0.203980 0.602875 2 19 0.700000 18 0.300000 + 28 -1.743691 -0.556996 3.199560 -0.292360 -0.954320 -0.061631 0.121887 0.520691 2 19 0.800000 18 0.200000 +EievuiDh.png + 28 -1.433109 -0.735992 3.288410 0.420295 0.355511 0.834844 0.203980 0.602875 2 19 0.700000 18 0.300000 + 28 -1.684237 -0.637741 3.379712 0.421934 0.541004 0.727521 0.178070 0.510803 2 19 0.800000 18 0.200000 + 28 -1.743691 -0.556996 3.199560 -0.292360 -0.954320 -0.061631 0.121887 0.520691 2 19 0.800000 18 0.200000 +EievuiDh.png + 28 -1.684237 -0.637741 3.379712 0.421934 0.541004 0.727521 0.178070 0.510803 2 19 0.800000 18 0.200000 + 28 -1.959865 -0.536390 3.455463 -0.348769 -0.934222 0.074768 0.149902 0.412292 2 19 0.900000 18 0.100000 + 28 -1.743691 -0.556996 3.199560 -0.292360 -0.954320 -0.061631 0.121887 0.520691 2 19 0.800000 18 0.200000 +EievuiDh.png + 28 -1.959865 -0.536390 3.455463 -0.348769 -0.934222 0.074768 0.149902 0.412292 2 19 0.900000 18 0.100000 + 28 -1.984905 -0.494842 3.369190 -0.190628 -0.975727 0.107789 0.123566 0.417725 2 19 0.900000 18 0.100000 + 28 -1.743691 -0.556996 3.199560 -0.292360 -0.954320 -0.061631 0.121887 0.520691 2 19 0.800000 18 0.200000 +EievuiDh.png + 28 -1.959865 -0.536390 3.455463 -0.348769 -0.934222 0.074768 0.149902 0.412292 2 19 0.900000 18 0.100000 + 28 -2.209480 -0.432484 3.531620 -0.735181 -0.626975 0.257704 0.122345 0.323395 1 19 1.000000 + 28 -1.984905 -0.494842 3.369190 -0.190628 -0.975727 0.107789 0.123566 0.417725 2 19 0.900000 18 0.100000 +EievuiDh.png + 28 -2.209480 -0.432484 3.531620 -0.735181 -0.626975 0.257704 0.122345 0.323395 1 19 1.000000 + 28 -2.018215 -0.538265 3.251189 -0.519651 0.619011 -0.588887 0.091064 0.431732 2 19 0.900000 18 0.100000 + 28 -1.984905 -0.494842 3.369190 -0.190628 -0.975727 0.107789 0.123566 0.417725 2 19 0.900000 18 0.100000 +EievuiDh.png + 28 -0.353116 0.284807 0.111634 0.050703 -0.998695 0.006075 0.102722 0.035004 1 10 1.000000 + 28 -0.348162 0.334343 0.219613 -0.030634 -0.625458 0.779656 0.101105 0.047180 1 10 1.000000 + 28 -0.529895 0.347490 0.111245 -0.736880 -0.603547 0.304532 0.142334 0.034241 1 10 1.000000 +EievuiDh.png + 28 -0.348162 0.334343 0.219613 -0.030634 -0.625458 0.779656 0.101105 0.047180 1 10 1.000000 + 28 -0.454354 0.374121 0.208319 -0.381124 -0.441232 0.812440 0.125763 0.047577 1 10 1.000000 + 28 -0.529895 0.347490 0.111245 -0.736880 -0.603547 0.304532 0.142334 0.034241 1 10 1.000000 +EievuiDh.png + 28 -0.348162 0.334343 0.219613 -0.030634 -0.625458 0.779656 0.101105 0.047180 1 10 1.000000 + 28 -0.354140 0.479695 0.257243 -0.103963 -0.675438 0.730051 0.102631 0.063324 2 9 0.400000 10 0.600000 + 28 -0.454354 0.374121 0.208319 -0.381124 -0.441232 0.812440 0.125763 0.047577 1 10 1.000000 +EievuiDh.png + 28 -0.354140 0.479695 0.257243 -0.103963 -0.675438 0.730051 0.102631 0.063324 2 9 0.400000 10 0.600000 + 28 -0.477348 0.497944 0.241852 -0.660135 -0.472821 0.583662 0.125855 0.062347 2 9 0.400000 10 0.600000 + 28 -0.454354 0.374121 0.208319 -0.381124 -0.441232 0.812440 0.125763 0.047577 1 10 1.000000 +EievuiDh.png + 28 0.162846 0.573051 0.125350 -0.996898 -0.047970 0.062402 0.403198 0.009888 2 5 0.400000 6 0.600000 + 28 0.170756 0.616526 -0.000316 -0.502913 0.388580 -0.772065 0.375946 0.038757 2 5 0.400000 6 0.600000 + 28 0.184053 0.370744 0.012609 -0.714340 -0.531906 -0.454747 0.304016 0.043701 1 6 1.000000 +EievuiDh.png + 28 0.170756 0.616526 -0.000316 -0.502913 0.388580 -0.772065 0.375946 0.038757 2 5 0.400000 6 0.600000 + 28 0.347342 0.323554 -0.000162 0.002885 -0.468195 -0.883621 0.287537 0.104370 1 6 1.000000 + 28 0.184053 0.370744 0.012609 -0.714340 -0.531906 -0.454747 0.304016 0.043701 1 6 1.000000 +EievuiDh.png + 28 0.170756 0.616526 -0.000316 -0.502913 0.388580 -0.772065 0.375946 0.038757 2 5 0.400000 6 0.600000 + 28 0.511778 0.624122 -0.000316 0.556477 0.263337 -0.788027 0.377228 0.165466 2 5 0.400000 6 0.600000 + 28 0.347342 0.323554 -0.000162 0.002885 -0.468195 -0.883621 0.287537 0.104370 1 6 1.000000 +EievuiDh.png + 28 0.536045 0.575563 0.125398 0.998978 -0.042003 0.016724 0.403229 0.188263 2 5 0.400000 6 0.600000 + 28 0.511977 0.373941 0.012609 0.699126 -0.489180 -0.521465 0.304565 0.165527 1 6 1.000000 + 28 0.511778 0.624122 -0.000316 0.556477 0.263337 -0.788027 0.377228 0.165466 2 5 0.400000 6 0.600000 +EievuiDh.png + 28 0.511977 0.373941 0.012609 0.699126 -0.489180 -0.521465 0.304565 0.165527 1 6 1.000000 + 28 0.347342 0.323554 -0.000162 0.002885 -0.468195 -0.883621 0.287537 0.104370 1 6 1.000000 + 28 0.511778 0.624122 -0.000316 0.556477 0.263337 -0.788027 0.377228 0.165466 2 5 0.400000 6 0.600000 +EievuiDh.png + 28 -2.209480 -0.432484 3.531620 -0.735181 -0.626975 0.257704 0.001953 0.674957 1 19 1.000000 + 28 -1.985131 -0.470445 3.368480 0.219084 0.969747 0.107670 0.001953 0.635193 2 19 0.900000 18 0.100000 + 28 -2.018215 -0.538265 3.251189 -0.519651 0.619011 -0.588887 0.011597 0.636902 2 19 0.900000 18 0.100000 +EievuiDh.png + 28 -1.985131 -0.470445 3.368480 0.219084 0.969747 0.107670 0.001953 0.635193 2 19 0.900000 18 0.100000 + 28 -1.744221 -0.505342 3.198093 0.080180 0.993088 -0.085712 0.001953 0.591827 2 19 0.800000 18 0.200000 + 28 -2.018215 -0.538265 3.251189 -0.519651 0.619011 -0.588887 0.011597 0.636902 2 19 0.900000 18 0.100000 +EievuiDh.png + 28 -1.743691 -0.556996 3.199560 -0.292360 -0.954320 -0.061631 0.121887 0.520691 2 19 0.800000 18 0.200000 + 28 -1.984905 -0.494842 3.369190 -0.190628 -0.975727 0.107789 0.123566 0.417725 2 19 0.900000 18 0.100000 + 28 -1.820592 -0.644956 2.983711 -0.201131 -0.956258 0.212408 0.055145 0.545929 2 19 0.800000 18 0.200000 +EievuiDh.png + 28 -1.984905 -0.494842 3.369190 -0.190628 -0.975727 0.107789 0.123566 0.417725 2 19 0.900000 18 0.100000 + 28 -2.018215 -0.538265 3.251189 -0.519651 0.619011 -0.588887 0.091064 0.431732 2 19 0.900000 18 0.100000 + 28 -1.820592 -0.644956 2.983711 -0.201131 -0.956258 0.212408 0.055145 0.545929 2 19 0.800000 18 0.200000 +EievuiDh.png + 28 -0.162846 0.573052 0.125355 0.996897 -0.047976 0.062402 0.047974 0.037231 2 9 0.400000 10 0.600000 + 28 -0.217679 0.497444 0.241783 0.565768 -0.537495 0.625305 0.075500 0.060547 2 9 0.400000 10 0.600000 + 28 -0.177807 0.345202 0.112023 0.799923 -0.540793 0.260126 0.063232 0.035797 1 10 1.000000 +EievuiDh.png + 28 -0.217679 0.497444 0.241783 0.565768 -0.537495 0.625305 0.075500 0.060547 2 9 0.400000 10 0.600000 + 28 -0.241971 0.371523 0.207733 0.437043 -0.633066 0.638921 0.076447 0.048248 1 10 1.000000 + 28 -0.177807 0.345202 0.112023 0.799923 -0.540793 0.260126 0.063232 0.035797 1 10 1.000000 +EievuiDh.png + 28 0.241971 0.371521 0.207731 -0.437051 -0.633061 0.638921 0.076447 0.048248 1 6 1.000000 + 28 0.177807 0.345200 0.112021 -0.799924 -0.540790 0.260129 0.063232 0.035797 1 6 1.000000 + 28 0.353116 0.284804 0.111632 -0.050706 -0.998695 0.006077 0.102722 0.035004 1 6 1.000000 +EievuiDh.png + 28 0.177807 0.345200 0.112021 -0.799924 -0.540790 0.260129 0.063232 0.035797 1 6 1.000000 + 28 0.184053 0.370744 0.012609 -0.714340 -0.531906 -0.454747 0.062500 0.011169 1 6 1.000000 + 28 0.353116 0.284804 0.111632 -0.050706 -0.998695 0.006077 0.102722 0.035004 1 6 1.000000 +EievuiDh.png + 28 0.184053 0.370744 0.012609 -0.714340 -0.531906 -0.454747 0.062500 0.011169 1 6 1.000000 + 28 0.347342 0.323554 -0.000162 0.002885 -0.468195 -0.883621 0.100708 0.010468 1 6 1.000000 + 28 0.353116 0.284804 0.111632 -0.050706 -0.998695 0.006077 0.102722 0.035004 1 6 1.000000 +EievuiDh.png + 28 0.347342 0.323554 -0.000162 0.002885 -0.468195 -0.883621 0.100708 0.010468 1 6 1.000000 + 28 0.511977 0.373941 0.012609 0.699126 -0.489180 -0.521465 0.141968 0.009857 1 6 1.000000 + 28 0.353116 0.284804 0.111632 -0.050706 -0.998695 0.006077 0.102722 0.035004 1 6 1.000000 +EievuiDh.png + 28 -1.392505 -0.784234 2.520859 -0.568929 -0.341429 -0.748161 0.041931 0.516754 2 19 0.600000 18 0.400000 + 28 -1.601232 -0.726664 2.703799 -0.630483 0.422022 -0.651451 0.033966 0.555267 2 19 0.700000 18 0.300000 + 28 -1.276284 -0.564659 2.878380 0.188351 0.982101 0.001335 0.001953 0.509949 2 19 0.600000 18 0.400000 +EievuiDh.png + 28 -0.454354 0.374121 0.208319 -0.381124 -0.441232 0.812440 0.125763 0.047577 1 10 1.000000 + 28 -0.477348 0.497944 0.241852 -0.660135 -0.472821 0.583662 0.125855 0.062347 2 9 0.400000 10 0.600000 + 28 -0.529895 0.347490 0.111245 -0.736880 -0.603547 0.304532 0.142334 0.034241 1 10 1.000000 +EievuiDh.png + 28 0.454354 0.374118 0.208317 0.381130 -0.441221 0.812443 0.125763 0.047577 1 6 1.000000 + 28 0.477348 0.497942 0.241848 0.660141 -0.472809 0.583665 0.125855 0.062347 2 5 0.400000 6 0.600000 + 28 0.354140 0.479693 0.257240 0.103968 -0.675433 0.730055 0.102631 0.063324 2 5 0.400000 6 0.600000 +EievuiDh.png + 28 0.290341 -0.374538 1.263131 0.544574 -0.266351 0.795296 0.539673 0.402710 1 12 1.000000 + 28 0.411575 -0.644889 1.139290 0.550619 -0.478673 0.683880 0.520203 0.356110 1 12 1.000000 + 28 0.505716 -0.423853 1.180494 0.831239 -0.220125 0.510477 0.515839 0.404022 2 11 0.500000 20 0.500000 +EievuiDh.png + 28 0.411575 -0.644889 1.139290 0.550619 -0.478673 0.683880 0.520203 0.356110 1 12 1.000000 + 28 0.458943 -0.676672 1.025890 0.519710 -0.821196 0.235665 0.498535 0.355988 2 11 0.200000 20 0.800000 + 28 0.505716 -0.423853 1.180494 0.831239 -0.220125 0.510477 0.515839 0.404022 2 11 0.500000 20 0.500000 +EievuiDh.png + 28 0.411575 -0.644889 1.139290 0.550619 -0.478673 0.683880 0.520203 0.356110 1 12 1.000000 + 28 0.165143 -0.706260 1.079154 0.084728 -0.871530 0.482966 0.508301 0.297089 1 12 1.000000 + 28 0.458943 -0.676672 1.025890 0.519710 -0.821196 0.235665 0.498535 0.355988 2 11 0.200000 20 0.800000 +EievuiDh.png + 28 0.165143 -0.706260 1.079154 0.084728 -0.871530 0.482966 0.508301 0.297089 1 12 1.000000 + 28 0.144726 -0.739082 0.823596 -0.028694 -0.983607 -0.178027 0.498352 0.276764 2 11 0.700000 20 0.300000 + 28 0.458943 -0.676672 1.025890 0.519710 -0.821196 0.235665 0.498535 0.355988 2 11 0.200000 20 0.800000 +EievuiDh.png + 28 0.497964 -0.225514 0.713213 0.543615 0.739696 -0.396651 0.467590 0.462585 1 20 1.000000 + 28 0.510578 -0.168201 0.955981 0.936645 0.327130 -0.125229 0.492035 0.463470 2 11 0.600000 20 0.400000 + 28 0.581505 -0.480174 0.735075 0.999291 0.002772 0.037557 0.466675 0.402985 1 20 1.000000 +EievuiDh.png + 28 0.510578 -0.168201 0.955981 0.936645 0.327130 -0.125229 0.492035 0.463470 2 11 0.600000 20 0.400000 + 28 0.545227 -0.451768 0.987221 0.972877 -0.150692 0.175506 0.494324 0.401642 2 11 0.200000 20 0.800000 + 28 0.581505 -0.480174 0.735075 0.999291 0.002772 0.037557 0.466675 0.402985 1 20 1.000000 +EievuiDh.png + 28 0.510578 -0.168201 0.955981 0.936645 0.327130 -0.125229 0.492035 0.463470 2 11 0.600000 20 0.400000 + 28 0.505716 -0.423853 1.180494 0.831239 -0.220125 0.510477 0.515839 0.404022 2 11 0.500000 20 0.500000 + 28 0.545227 -0.451768 0.987221 0.972877 -0.150692 0.175506 0.494324 0.401642 2 11 0.200000 20 0.800000 +EievuiDh.png + 28 0.505716 -0.423853 1.180494 0.831239 -0.220125 0.510477 0.515839 0.404022 2 11 0.500000 20 0.500000 + 28 0.458943 -0.676672 1.025890 0.519710 -0.821196 0.235665 0.498535 0.355988 2 11 0.200000 20 0.800000 + 28 0.545227 -0.451768 0.987221 0.972877 -0.150692 0.175506 0.494324 0.401642 2 11 0.200000 20 0.800000 +EievuiDh.png + 28 0.144726 -0.739082 0.823596 -0.028694 -0.983607 -0.178027 0.498352 0.276764 2 11 0.700000 20 0.300000 + 28 0.194427 -0.731712 0.708792 -0.448422 -0.893822 -0.000268 0.476990 0.292084 1 20 1.000000 + 28 0.458943 -0.676672 1.025890 0.519710 -0.821196 0.235665 0.498535 0.355988 2 11 0.200000 20 0.800000 +EievuiDh.png + 28 0.194427 -0.731712 0.708792 -0.448422 -0.893822 -0.000268 0.476990 0.292084 1 20 1.000000 + 28 0.487876 -0.715908 0.742972 0.713605 -0.688348 0.130170 0.470337 0.354919 1 20 1.000000 + 28 0.458943 -0.676672 1.025890 0.519710 -0.821196 0.235665 0.498535 0.355988 2 11 0.200000 20 0.800000 +EievuiDh.png + 28 0.241599 -0.208207 0.688530 -0.114477 0.590584 -0.798815 0.464691 0.504974 1 20 1.000000 + 28 0.345679 -0.156210 0.781878 0.649811 0.230439 -0.724323 0.478760 0.502014 3 11 0.800000 2 0.100000 20 0.100000 + 28 0.497964 -0.225514 0.713213 0.543615 0.739696 -0.396651 0.467590 0.462585 1 20 1.000000 +EievuiDh.png + 28 0.345679 -0.156210 0.781878 0.649811 0.230439 -0.724323 0.478760 0.502014 3 11 0.800000 2 0.100000 20 0.100000 + 28 0.510578 -0.168201 0.955981 0.936645 0.327130 -0.125229 0.492035 0.463470 2 11 0.600000 20 0.400000 + 28 0.497964 -0.225514 0.713213 0.543615 0.739696 -0.396651 0.467590 0.462585 1 20 1.000000 +EievuiDh.png + 28 0.581505 -0.480174 0.735075 0.999291 0.002772 0.037557 0.466675 0.402985 1 20 1.000000 + 28 0.545227 -0.451768 0.987221 0.972877 -0.150692 0.175506 0.494324 0.401642 2 11 0.200000 20 0.800000 + 28 0.487876 -0.715908 0.742972 0.713605 -0.688348 0.130170 0.470337 0.354919 1 20 1.000000 +EievuiDh.png + 28 0.545227 -0.451768 0.987221 0.972877 -0.150692 0.175506 0.494324 0.401642 2 11 0.200000 20 0.800000 + 28 0.458943 -0.676672 1.025890 0.519710 -0.821196 0.235665 0.498535 0.355988 2 11 0.200000 20 0.800000 + 28 0.487876 -0.715908 0.742972 0.713605 -0.688348 0.130170 0.470337 0.354919 1 20 1.000000 +EievuiDh.png + 28 -0.165143 -0.706260 1.079154 -0.084728 -0.871525 0.482975 0.037262 0.379272 1 12 1.000000 + 28 -0.144726 -0.739083 0.823596 0.028694 -0.983608 -0.178020 0.028931 0.363922 2 11 0.700000 23 0.300000 + 28 0.000000 -0.726519 1.078099 0.000001 -0.849894 0.526954 0.005493 0.378845 1 12 1.000000 +EievuiDh.png + 28 -0.144726 -0.739083 0.823596 0.028694 -0.983608 -0.178020 0.028931 0.363922 2 11 0.700000 23 0.300000 + 28 0.000000 -0.764773 0.814851 0.000003 -0.786426 -0.617685 0.005554 0.363342 1 11 1.000000 + 28 0.000000 -0.726519 1.078099 0.000001 -0.849894 0.526954 0.005493 0.378845 1 12 1.000000 +EievuiDh.png + 28 -0.144726 -0.739083 0.823596 0.028694 -0.983608 -0.178020 0.028931 0.363922 2 11 0.700000 23 0.300000 + 28 -0.126916 -0.492950 0.676138 0.390768 -0.311477 -0.866189 0.027130 0.334625 2 11 0.800000 23 0.200000 + 28 0.000000 -0.764773 0.814851 0.000003 -0.786426 -0.617685 0.005554 0.363342 1 11 1.000000 +EievuiDh.png + 28 -0.126916 -0.492950 0.676138 0.390768 -0.311477 -0.866189 0.027130 0.334625 2 11 0.800000 23 0.200000 + 28 0.000000 -0.517638 0.666849 0.000003 -0.266438 -0.963852 0.005646 0.335907 1 11 1.000000 + 28 0.000000 -0.764773 0.814851 0.000003 -0.786426 -0.617685 0.005554 0.363342 1 11 1.000000 +EievuiDh.png + 28 -0.126916 -0.492950 0.676138 0.390768 -0.311477 -0.866189 0.027130 0.334625 2 11 0.800000 23 0.200000 + 28 -0.177669 -0.169446 0.644426 -0.355790 -0.070465 -0.931906 0.035156 0.283997 2 11 0.900000 2 0.100000 + 28 0.000000 -0.517638 0.666849 0.000003 -0.266438 -0.963852 0.005646 0.335907 1 11 1.000000 +EievuiDh.png + 28 -0.177669 -0.169446 0.644426 -0.355790 -0.070465 -0.931906 0.035156 0.283997 2 11 0.900000 2 0.100000 + 28 0.000000 -0.175240 0.611489 0.000000 -0.115833 -0.993269 0.005859 0.283875 2 11 0.900000 2 0.100000 + 28 0.000000 -0.517638 0.666849 0.000003 -0.266438 -0.963852 0.005646 0.335907 1 11 1.000000 +EievuiDh.png + 28 0.000000 -0.175240 0.611489 0.000000 -0.115833 -0.993269 0.005859 0.283875 2 11 0.900000 2 0.100000 + 28 0.177669 -0.169446 0.644426 0.355791 -0.070466 -0.931905 0.035156 0.283997 2 11 0.900000 2 0.100000 + 28 0.000000 -0.517638 0.666849 0.000003 -0.266438 -0.963852 0.005646 0.335907 1 11 1.000000 +EievuiDh.png + 28 0.177669 -0.169446 0.644426 0.355791 -0.070466 -0.931905 0.035156 0.283997 2 11 0.900000 2 0.100000 + 28 0.126916 -0.492950 0.676139 -0.390766 -0.311477 -0.866189 0.027130 0.334625 2 11 0.800000 20 0.200000 + 28 0.000000 -0.517638 0.666849 0.000003 -0.266438 -0.963852 0.005646 0.335907 1 11 1.000000 +EievuiDh.png + 28 0.165143 -0.706260 1.079154 0.084728 -0.871530 0.482966 0.037262 0.379272 1 12 1.000000 + 28 0.000000 -0.726519 1.078099 0.000001 -0.849894 0.526954 0.005493 0.378845 1 12 1.000000 + 28 0.144726 -0.739082 0.823596 -0.028694 -0.983607 -0.178027 0.028931 0.363922 2 11 0.700000 20 0.300000 +EievuiDh.png + 28 0.000000 -0.726519 1.078099 0.000001 -0.849894 0.526954 0.005493 0.378845 1 12 1.000000 + 28 0.000000 -0.764773 0.814851 0.000003 -0.786426 -0.617685 0.005554 0.363342 1 11 1.000000 + 28 0.144726 -0.739082 0.823596 -0.028694 -0.983607 -0.178027 0.028931 0.363922 2 11 0.700000 20 0.300000 +EievuiDh.png + 28 0.144726 -0.739082 0.823596 -0.028694 -0.983607 -0.178027 0.028931 0.363922 2 11 0.700000 20 0.300000 + 28 0.000000 -0.764773 0.814851 0.000003 -0.786426 -0.617685 0.005554 0.363342 1 11 1.000000 + 28 0.126916 -0.492950 0.676139 -0.390766 -0.311477 -0.866189 0.027130 0.334625 2 11 0.800000 20 0.200000 +EievuiDh.png + 28 0.000000 -0.764773 0.814851 0.000003 -0.786426 -0.617685 0.005554 0.363342 1 11 1.000000 + 28 0.000000 -0.517638 0.666849 0.000003 -0.266438 -0.963852 0.005646 0.335907 1 11 1.000000 + 28 0.126916 -0.492950 0.676139 -0.390766 -0.311477 -0.866189 0.027130 0.334625 2 11 0.800000 20 0.200000 +EievuiDh.png + 28 0.126916 -0.492950 0.676139 -0.390766 -0.311477 -0.866189 0.478546 0.245392 2 11 0.800000 20 0.200000 + 28 0.194427 -0.731712 0.708792 -0.448422 -0.893822 -0.000268 0.476990 0.292084 1 20 1.000000 + 28 0.144726 -0.739082 0.823596 -0.028694 -0.983607 -0.178027 0.498352 0.276764 2 11 0.700000 20 0.300000 +EievuiDh.png + 28 -0.458943 -0.676672 1.025890 -0.519710 -0.821196 0.235665 0.498535 0.355988 2 11 0.200000 23 0.800000 + 28 -0.545227 -0.451768 0.987221 -0.972877 -0.150689 0.175506 0.494324 0.401642 2 11 0.200000 23 0.800000 + 28 -0.487877 -0.715909 0.742972 -0.713611 -0.688342 0.130171 0.470337 0.354919 1 23 1.000000 +EievuiDh.png + 28 -0.545227 -0.451768 0.987221 -0.972877 -0.150689 0.175506 0.494324 0.401642 2 11 0.200000 23 0.800000 + 28 -0.581505 -0.480174 0.735075 -0.999291 0.002772 0.037557 0.466675 0.402985 1 23 1.000000 + 28 -0.487877 -0.715909 0.742972 -0.713611 -0.688342 0.130171 0.470337 0.354919 1 23 1.000000 +EievuiDh.png + 28 -0.545227 -0.451768 0.987221 -0.972877 -0.150689 0.175506 0.494324 0.401642 2 11 0.200000 23 0.800000 + 28 -0.510578 -0.168201 0.955981 -0.936645 0.327130 -0.125229 0.492035 0.463470 2 11 0.600000 23 0.400000 + 28 -0.581505 -0.480174 0.735075 -0.999291 0.002772 0.037557 0.466675 0.402985 1 23 1.000000 +EievuiDh.png + 28 -0.510578 -0.168201 0.955981 -0.936645 0.327130 -0.125229 0.492035 0.463470 2 11 0.600000 23 0.400000 + 28 -0.497964 -0.225513 0.713212 -0.543614 0.739697 -0.396651 0.467590 0.462585 1 23 1.000000 + 28 -0.581505 -0.480174 0.735075 -0.999291 0.002772 0.037557 0.466675 0.402985 1 23 1.000000 +EievuiDh.png + 28 -0.510578 -0.168201 0.955981 -0.936645 0.327130 -0.125229 0.492035 0.463470 2 11 0.600000 23 0.400000 + 28 -0.345679 -0.156210 0.781878 -0.649810 0.230442 -0.724322 0.478760 0.502014 3 11 0.800000 2 0.100000 23 0.100000 + 28 -0.497964 -0.225513 0.713212 -0.543614 0.739697 -0.396651 0.467590 0.462585 1 23 1.000000 +EievuiDh.png + 28 -0.345679 -0.156210 0.781878 -0.649810 0.230442 -0.724322 0.478760 0.502014 3 11 0.800000 2 0.100000 23 0.100000 + 28 -0.241599 -0.208206 0.688530 0.114476 0.590586 -0.798814 0.464691 0.504974 1 23 1.000000 + 28 -0.497964 -0.225513 0.713212 -0.543614 0.739697 -0.396651 0.467590 0.462585 1 23 1.000000 +EievuiDh.png + 28 -0.165143 -0.706260 1.079154 -0.084728 -0.871525 0.482975 0.508301 0.297089 1 12 1.000000 + 28 -0.458943 -0.676672 1.025890 -0.519710 -0.821196 0.235665 0.498535 0.355988 2 11 0.200000 23 0.800000 + 28 -0.144726 -0.739083 0.823596 0.028694 -0.983608 -0.178020 0.498352 0.276764 2 11 0.700000 23 0.300000 +EievuiDh.png + 28 -0.458943 -0.676672 1.025890 -0.519710 -0.821196 0.235665 0.498535 0.355988 2 11 0.200000 23 0.800000 + 28 -0.194427 -0.731712 0.708792 0.448422 -0.893822 -0.000268 0.476990 0.292084 1 23 1.000000 + 28 -0.144726 -0.739083 0.823596 0.028694 -0.983608 -0.178020 0.498352 0.276764 2 11 0.700000 23 0.300000 +EievuiDh.png + 28 -0.458943 -0.676672 1.025890 -0.519710 -0.821196 0.235665 0.498535 0.355988 2 11 0.200000 23 0.800000 + 28 -0.487877 -0.715909 0.742972 -0.713611 -0.688342 0.130171 0.470337 0.354919 1 23 1.000000 + 28 -0.194427 -0.731712 0.708792 0.448422 -0.893822 -0.000268 0.476990 0.292084 1 23 1.000000 +EievuiDh.png + 28 -0.126916 -0.492950 0.676138 0.390768 -0.311477 -0.866189 0.027130 0.334625 2 11 0.800000 23 0.200000 + 28 -0.241599 -0.208206 0.688530 0.114476 0.590586 -0.798814 0.047424 0.294830 1 23 1.000000 + 28 -0.177669 -0.169446 0.644426 -0.355790 -0.070465 -0.931906 0.035156 0.283997 2 11 0.900000 2 0.100000 +EievuiDh.png + 28 -0.241599 -0.208206 0.688530 0.114476 0.590586 -0.798814 0.047424 0.294830 1 23 1.000000 + 28 -0.345679 -0.156210 0.781878 -0.649810 0.230442 -0.724322 0.071411 0.288422 3 11 0.800000 2 0.100000 23 0.100000 + 28 -0.177669 -0.169446 0.644426 -0.355790 -0.070465 -0.931906 0.035156 0.283997 2 11 0.900000 2 0.100000 +EievuiDh.png + 28 -0.126916 -0.492950 0.676138 0.390768 -0.311477 -0.866189 0.478546 0.245392 2 11 0.800000 23 0.200000 + 28 -0.144726 -0.739083 0.823596 0.028694 -0.983608 -0.178020 0.498352 0.276764 2 11 0.700000 23 0.300000 + 28 -0.194427 -0.731712 0.708792 0.448422 -0.893822 -0.000268 0.476990 0.292084 1 23 1.000000 +EievuiDh.png + 28 -0.131368 -0.821521 -0.000110 0.736357 -0.139356 -0.662086 0.347778 0.589294 1 25 1.000000 + 28 -0.150522 -0.657232 -0.000110 0.627867 0.462169 -0.626245 0.334595 0.553589 1 25 1.000000 + 28 -0.130239 -0.692169 0.106265 0.970772 0.219727 0.096546 0.377136 0.558380 2 25 0.500000 24 0.500000 +EievuiDh.png + 28 -0.150522 -0.657232 -0.000110 0.627867 0.462169 -0.626245 0.334595 0.553589 1 25 1.000000 + 28 -0.209446 -0.560605 0.101047 0.359903 0.814959 -0.454216 0.369812 0.518158 2 25 0.700000 24 0.300000 + 28 -0.130239 -0.692169 0.106265 0.970772 0.219727 0.096546 0.377136 0.558380 2 25 0.500000 24 0.500000 +EievuiDh.png + 28 -0.150522 -0.657232 -0.000110 0.627867 0.462169 -0.626245 0.334595 0.553589 1 25 1.000000 + 28 -0.517277 -0.657104 -0.000110 -0.413966 0.454211 -0.788876 0.335113 0.414764 1 25 1.000000 + 28 -0.209446 -0.560605 0.101047 0.359903 0.814959 -0.454216 0.369812 0.518158 2 25 0.700000 24 0.300000 +EievuiDh.png + 28 -0.517277 -0.657104 -0.000110 -0.413966 0.454211 -0.788876 0.335113 0.414764 1 25 1.000000 + 28 -0.434220 -0.552618 0.094724 -0.595246 0.738377 -0.316988 0.369293 0.450287 2 25 0.700000 24 0.300000 + 28 -0.209446 -0.560605 0.101047 0.359903 0.814959 -0.454216 0.369812 0.518158 2 25 0.700000 24 0.300000 +EievuiDh.png + 28 -0.517277 -0.657104 -0.000110 -0.413966 0.454211 -0.788876 0.335113 0.414764 1 25 1.000000 + 28 -0.534303 -0.718784 0.107072 -0.988878 0.091100 0.117563 0.368073 0.400543 2 25 0.500000 24 0.500000 + 28 -0.434220 -0.552618 0.094724 -0.595246 0.738377 -0.316988 0.369293 0.450287 2 25 0.700000 24 0.300000 +EievuiDh.png + 28 -0.534303 -0.718784 0.107072 -0.988878 0.091100 0.117563 0.368073 0.400543 2 25 0.500000 24 0.500000 + 28 -0.529657 -0.683550 0.218181 -0.989000 0.118493 -0.088530 0.399139 0.399628 2 25 0.500000 24 0.500000 + 28 -0.434220 -0.552618 0.094724 -0.595246 0.738377 -0.316988 0.369293 0.450287 2 25 0.700000 24 0.300000 +EievuiDh.png + 28 -0.534303 -0.718784 0.107072 -0.988878 0.091100 0.117563 0.368073 0.400543 2 25 0.500000 24 0.500000 + 28 -0.434255 -0.864052 0.247947 -0.606081 -0.605354 0.515958 0.407257 0.355499 2 25 0.700000 24 0.300000 + 28 -0.529657 -0.683550 0.218181 -0.989000 0.118493 -0.088530 0.399139 0.399628 2 25 0.500000 24 0.500000 +EievuiDh.png + 28 -0.434255 -0.864052 0.247947 -0.606081 -0.605354 0.515958 0.407257 0.355499 2 25 0.700000 24 0.300000 + 28 -0.568639 -0.581868 0.433047 -0.981713 0.033689 -0.187364 0.427795 0.401459 2 23 0.500000 24 0.500000 + 28 -0.529657 -0.683550 0.218181 -0.989000 0.118493 -0.088530 0.399139 0.399628 2 25 0.500000 24 0.500000 +EievuiDh.png + 28 -0.434255 -0.864052 0.247947 -0.606081 -0.605354 0.515958 0.407257 0.355499 2 25 0.700000 24 0.300000 + 28 -0.465252 -0.742815 0.556915 -0.506669 -0.850522 0.141060 0.440582 0.353760 2 23 0.500000 24 0.500000 + 28 -0.568639 -0.581868 0.433047 -0.981713 0.033689 -0.187364 0.427795 0.401459 2 23 0.500000 24 0.500000 +EievuiDh.png + 28 -0.465252 -0.742815 0.556915 -0.506669 -0.850522 0.141060 0.440582 0.353760 2 23 0.500000 24 0.500000 + 28 -0.578723 -0.558419 0.493066 -0.992484 -0.050772 -0.111345 0.435028 0.402069 2 23 0.500000 24 0.500000 + 28 -0.568639 -0.581868 0.433047 -0.981713 0.033689 -0.187364 0.427795 0.401459 2 23 0.500000 24 0.500000 +EievuiDh.png + 28 -0.465252 -0.742815 0.556915 -0.506669 -0.850522 0.141060 0.440582 0.353760 2 23 0.500000 24 0.500000 + 28 -0.487877 -0.715909 0.742972 -0.713611 -0.688342 0.130171 0.470337 0.354919 1 23 1.000000 + 28 -0.578723 -0.558419 0.493066 -0.992484 -0.050772 -0.111345 0.435028 0.402069 2 23 0.500000 24 0.500000 +EievuiDh.png + 28 -0.487877 -0.715909 0.742972 -0.713611 -0.688342 0.130171 0.470337 0.354919 1 23 1.000000 + 28 -0.581505 -0.480174 0.735075 -0.999291 0.002772 0.037557 0.466675 0.402985 1 23 1.000000 + 28 -0.578723 -0.558419 0.493066 -0.992484 -0.050772 -0.111345 0.435028 0.402069 2 23 0.500000 24 0.500000 +EievuiDh.png + 28 -0.517277 -0.657104 -0.000110 -0.413966 0.454211 -0.788876 0.335113 0.414764 1 25 1.000000 + 28 -0.528242 -0.821336 -0.000110 -0.716753 -0.195349 -0.669406 0.345184 0.394745 1 25 1.000000 + 28 -0.534303 -0.718784 0.107072 -0.988878 0.091100 0.117563 0.368073 0.400543 2 25 0.500000 24 0.500000 +EievuiDh.png + 28 -0.528242 -0.821336 -0.000110 -0.716753 -0.195349 -0.669406 0.345184 0.394745 1 25 1.000000 + 28 -0.523965 -0.847321 0.105841 -0.929850 -0.256592 0.263702 0.370331 0.377991 1 25 1.000000 + 28 -0.534303 -0.718784 0.107072 -0.988878 0.091100 0.117563 0.368073 0.400543 2 25 0.500000 24 0.500000 +EievuiDh.png + 28 -0.528242 -0.821336 -0.000110 -0.716753 -0.195349 -0.669406 0.345184 0.394745 1 25 1.000000 + 28 -0.455751 -0.981957 0.107299 -0.633485 -0.767661 0.096923 0.361877 0.362030 1 25 1.000000 + 28 -0.523965 -0.847321 0.105841 -0.929850 -0.256592 0.263702 0.370331 0.377991 1 25 1.000000 +EievuiDh.png + 28 -0.455751 -0.981957 0.107299 -0.633485 -0.767661 0.096923 0.361877 0.362030 1 25 1.000000 + 28 -0.448719 -0.938754 0.196708 -0.580007 -0.573093 0.578928 0.375946 0.359894 1 25 1.000000 + 28 -0.523965 -0.847321 0.105841 -0.929850 -0.256592 0.263702 0.370331 0.377991 1 25 1.000000 +EievuiDh.png + 28 -0.455751 -0.981957 0.107299 -0.633485 -0.767661 0.096923 0.361877 0.362030 1 25 1.000000 + 28 -0.324530 -0.969553 0.197354 -0.004461 -0.742107 0.670267 0.376129 0.322052 1 25 1.000000 + 28 -0.448719 -0.938754 0.196708 -0.580007 -0.573093 0.578928 0.375946 0.359894 1 25 1.000000 +EievuiDh.png + 28 -0.324530 -0.969553 0.197354 -0.004461 -0.742107 0.670267 0.376129 0.322052 1 25 1.000000 + 28 -0.434255 -0.864052 0.247947 -0.606081 -0.605354 0.515958 0.407257 0.355499 2 25 0.700000 24 0.300000 + 28 -0.448719 -0.938754 0.196708 -0.580007 -0.573093 0.578928 0.375946 0.359894 1 25 1.000000 +EievuiDh.png + 28 -0.324530 -0.969553 0.197354 -0.004461 -0.742107 0.670267 0.376129 0.322052 1 25 1.000000 + 28 -0.216888 -0.864167 0.249307 0.641484 -0.457949 0.615452 0.407684 0.289246 2 25 0.700000 24 0.300000 + 28 -0.434255 -0.864052 0.247947 -0.606081 -0.605354 0.515958 0.407257 0.355499 2 25 0.700000 24 0.300000 +EievuiDh.png + 28 -0.216888 -0.864167 0.249307 0.641484 -0.457949 0.615452 0.407684 0.289246 2 25 0.700000 24 0.300000 + 28 -0.211654 -0.747547 0.553207 0.646665 -0.742900 0.172985 0.448578 0.290009 2 23 0.500000 24 0.500000 + 28 -0.434255 -0.864052 0.247947 -0.606081 -0.605354 0.515958 0.407257 0.355499 2 25 0.700000 24 0.300000 +EievuiDh.png + 28 -0.216888 -0.864167 0.249307 0.641484 -0.457949 0.615452 0.407684 0.289246 2 25 0.700000 24 0.300000 + 28 -0.147995 -0.660746 0.212466 0.998662 0.020564 0.047442 0.396759 0.227539 2 25 0.500000 24 0.500000 + 28 -0.211654 -0.747547 0.553207 0.646665 -0.742900 0.172985 0.448578 0.290009 2 23 0.500000 24 0.500000 +EievuiDh.png + 28 -0.147995 -0.660746 0.212466 0.998662 0.020564 0.047442 0.396759 0.227539 2 25 0.500000 24 0.500000 + 28 -0.143092 -0.590970 0.388127 0.970011 0.202954 -0.133747 0.428589 0.235687 2 23 0.400000 24 0.600000 + 28 -0.211654 -0.747547 0.553207 0.646665 -0.742900 0.172985 0.448578 0.290009 2 23 0.500000 24 0.500000 +EievuiDh.png + 28 -0.126916 -0.492950 0.676138 0.390768 -0.311477 -0.866189 0.460358 0.547760 2 11 0.800000 23 0.200000 + 28 -0.137688 -0.570094 0.491870 0.994452 0.025344 -0.102088 0.441803 0.548889 2 23 0.500000 24 0.500000 + 28 -0.241599 -0.208206 0.688530 0.114476 0.590586 -0.798814 0.464691 0.504974 1 23 1.000000 +EievuiDh.png + 28 -0.137688 -0.570094 0.491870 0.994452 0.025344 -0.102088 0.441803 0.548889 2 23 0.500000 24 0.500000 + 28 -0.236448 -0.375312 0.442394 0.498128 0.742931 -0.447126 0.438690 0.507629 2 23 0.900000 24 0.100000 + 28 -0.241599 -0.208206 0.688530 0.114476 0.590586 -0.798814 0.464691 0.504974 1 23 1.000000 +EievuiDh.png + 28 -0.137688 -0.570094 0.491870 0.994452 0.025344 -0.102088 0.441803 0.548889 2 23 0.500000 24 0.500000 + 28 -0.143092 -0.590970 0.388127 0.970011 0.202954 -0.133747 0.427063 0.551300 2 23 0.400000 24 0.600000 + 28 -0.236448 -0.375312 0.442394 0.498128 0.742931 -0.447126 0.438690 0.507629 2 23 0.900000 24 0.100000 +EievuiDh.png + 28 -0.143092 -0.590970 0.388127 0.970011 0.202954 -0.133747 0.427063 0.551300 2 23 0.400000 24 0.600000 + 28 -0.238434 -0.431013 0.358474 0.405136 0.793371 -0.454343 0.423767 0.510773 2 23 0.500000 24 0.500000 + 28 -0.236448 -0.375312 0.442394 0.498128 0.742931 -0.447126 0.438690 0.507629 2 23 0.900000 24 0.100000 +EievuiDh.png + 28 -0.143092 -0.590970 0.388127 0.970011 0.202954 -0.133747 0.427063 0.551300 2 23 0.400000 24 0.600000 + 28 -0.231393 -0.522725 0.176485 0.583300 0.759960 -0.286745 0.392700 0.514984 2 25 0.300000 24 0.700000 + 28 -0.238434 -0.431013 0.358474 0.405136 0.793371 -0.454343 0.423767 0.510773 2 23 0.500000 24 0.500000 +EievuiDh.png + 28 -0.231393 -0.522725 0.176485 0.583300 0.759960 -0.286745 0.392700 0.514984 2 25 0.300000 24 0.700000 + 28 -0.457954 -0.424184 0.351374 -0.356919 0.801952 -0.479043 0.425446 0.457153 2 23 0.500000 24 0.500000 + 28 -0.238434 -0.431013 0.358474 0.405136 0.793371 -0.454343 0.423767 0.510773 2 23 0.500000 24 0.500000 +EievuiDh.png + 28 -0.231393 -0.522725 0.176485 0.583300 0.759960 -0.286745 0.392700 0.514984 2 25 0.300000 24 0.700000 + 28 -0.425355 -0.514950 0.170020 -0.465116 0.777697 -0.422913 0.392090 0.455292 2 25 0.300000 24 0.700000 + 28 -0.457954 -0.424184 0.351374 -0.356919 0.801952 -0.479043 0.425446 0.457153 2 23 0.500000 24 0.500000 +EievuiDh.png + 28 -0.425355 -0.514950 0.170020 -0.465116 0.777697 -0.422913 0.392090 0.455292 2 25 0.300000 24 0.700000 + 28 -0.568639 -0.581868 0.433047 -0.981713 0.033689 -0.187364 0.427795 0.401459 2 23 0.500000 24 0.500000 + 28 -0.457954 -0.424184 0.351374 -0.356919 0.801952 -0.479043 0.425446 0.457153 2 23 0.500000 24 0.500000 +EievuiDh.png + 28 -0.425355 -0.514950 0.170020 -0.465116 0.777697 -0.422913 0.392090 0.455292 2 25 0.300000 24 0.700000 + 28 -0.529657 -0.683550 0.218181 -0.989000 0.118493 -0.088530 0.399139 0.399628 2 25 0.500000 24 0.500000 + 28 -0.568639 -0.581868 0.433047 -0.981713 0.033689 -0.187364 0.427795 0.401459 2 23 0.500000 24 0.500000 +EievuiDh.png + 28 -0.147995 -0.660746 0.212466 0.998662 0.020564 0.047442 0.396759 0.227539 2 25 0.500000 24 0.500000 + 28 -0.216888 -0.864167 0.249307 0.641484 -0.457949 0.615452 0.407684 0.289246 2 25 0.700000 24 0.300000 + 28 -0.130239 -0.692169 0.106265 0.970772 0.219727 0.096546 0.374756 0.223785 2 25 0.500000 24 0.500000 +EievuiDh.png + 28 -0.216888 -0.864167 0.249307 0.641484 -0.457949 0.615452 0.407684 0.289246 2 25 0.700000 24 0.300000 + 28 -0.131019 -0.846253 0.120180 0.941975 -0.195444 0.272920 0.379486 0.260590 1 25 1.000000 + 28 -0.130239 -0.692169 0.106265 0.970772 0.219727 0.096546 0.374756 0.223785 2 25 0.500000 24 0.500000 +EievuiDh.png + 28 -0.216888 -0.864167 0.249307 0.641484 -0.457949 0.615452 0.407684 0.289246 2 25 0.700000 24 0.300000 + 28 -0.199639 -0.938864 0.198004 0.577630 -0.561827 0.592194 0.376343 0.283966 1 25 1.000000 + 28 -0.131019 -0.846253 0.120180 0.941975 -0.195444 0.272920 0.379486 0.260590 1 25 1.000000 +EievuiDh.png + 28 -0.199639 -0.938864 0.198004 0.577630 -0.561827 0.592194 0.376343 0.283966 1 25 1.000000 + 28 -0.189888 -0.982061 0.108532 0.617065 -0.785387 0.048969 0.362244 0.281006 1 25 1.000000 + 28 -0.131019 -0.846253 0.120180 0.941975 -0.195444 0.272920 0.379486 0.260590 1 25 1.000000 +EievuiDh.png + 28 -0.199639 -0.938864 0.198004 0.577630 -0.561827 0.592194 0.376343 0.283966 1 25 1.000000 + 28 -0.324530 -0.969553 0.197354 -0.004461 -0.742107 0.670267 0.376129 0.322052 1 25 1.000000 + 28 -0.189888 -0.982061 0.108532 0.617065 -0.785387 0.048969 0.362244 0.281006 1 25 1.000000 +EievuiDh.png + 28 -0.324530 -0.969553 0.197354 -0.004461 -0.742107 0.670267 0.376129 0.322052 1 25 1.000000 + 28 -0.323047 -1.023603 0.107914 -0.066951 -0.997624 -0.016244 0.362060 0.321594 1 25 1.000000 + 28 -0.189888 -0.982061 0.108532 0.617065 -0.785387 0.048969 0.362244 0.281006 1 25 1.000000 +EievuiDh.png + 28 -0.324530 -0.969553 0.197354 -0.004461 -0.742107 0.670267 0.376129 0.322052 1 25 1.000000 + 28 -0.455751 -0.981957 0.107299 -0.633485 -0.767661 0.096923 0.361877 0.362030 1 25 1.000000 + 28 -0.323047 -1.023603 0.107914 -0.066951 -0.997624 -0.016244 0.362060 0.321594 1 25 1.000000 +EievuiDh.png + 28 -0.528242 -0.821336 -0.000110 -0.716753 -0.195349 -0.669406 0.345184 0.394745 1 25 1.000000 + 28 -0.449128 -0.939484 -0.000110 -0.340128 -0.575901 -0.743405 0.330475 0.360016 1 25 1.000000 + 28 -0.455751 -0.981957 0.107299 -0.633485 -0.767661 0.096923 0.361877 0.362030 1 25 1.000000 +EievuiDh.png + 28 -0.449128 -0.939484 -0.000110 -0.340128 -0.575901 -0.743405 0.330475 0.360016 1 25 1.000000 + 28 -0.323047 -1.023603 0.107914 -0.066951 -0.997624 -0.016244 0.362060 0.321594 1 25 1.000000 + 28 -0.455751 -0.981957 0.107299 -0.633485 -0.767661 0.096923 0.361877 0.362030 1 25 1.000000 +EievuiDh.png + 28 -0.449128 -0.939484 -0.000110 -0.340128 -0.575901 -0.743405 0.330475 0.360016 1 25 1.000000 + 28 -0.320338 -0.981149 -0.000110 0.081816 -0.791518 -0.605645 0.330475 0.320770 1 25 1.000000 + 28 -0.323047 -1.023603 0.107914 -0.066951 -0.997624 -0.016244 0.362060 0.321594 1 25 1.000000 +EievuiDh.png + 28 -0.320338 -0.981149 -0.000110 0.081816 -0.791518 -0.605645 0.330475 0.320770 1 25 1.000000 + 28 -0.189888 -0.982061 0.108532 0.617065 -0.785387 0.048969 0.362244 0.281006 1 25 1.000000 + 28 -0.323047 -1.023603 0.107914 -0.066951 -0.997624 -0.016244 0.362060 0.321594 1 25 1.000000 +EievuiDh.png + 28 -0.320338 -0.981149 -0.000110 0.081816 -0.791518 -0.605645 0.330475 0.320770 1 25 1.000000 + 28 -0.189393 -0.939624 -0.000110 0.297031 -0.337714 -0.893153 0.330475 0.280853 1 25 1.000000 + 28 -0.189888 -0.982061 0.108532 0.617065 -0.785387 0.048969 0.362244 0.281006 1 25 1.000000 +EievuiDh.png + 28 -0.189393 -0.939624 -0.000110 0.297031 -0.337714 -0.893153 0.330475 0.280853 1 25 1.000000 + 28 -0.131368 -0.821521 -0.000110 0.736357 -0.139356 -0.662086 0.342316 0.247345 1 25 1.000000 + 28 -0.189888 -0.982061 0.108532 0.617065 -0.785387 0.048969 0.362244 0.281006 1 25 1.000000 +EievuiDh.png + 28 -0.529657 -0.683550 0.218181 -0.989000 0.118493 -0.088530 0.399139 0.399628 2 25 0.500000 24 0.500000 + 28 -0.425355 -0.514950 0.170020 -0.465116 0.777697 -0.422913 0.392090 0.455292 2 25 0.300000 24 0.700000 + 28 -0.434220 -0.552618 0.094724 -0.595246 0.738377 -0.316988 0.369293 0.450287 2 25 0.700000 24 0.300000 +EievuiDh.png + 28 -0.425355 -0.514950 0.170020 -0.465116 0.777697 -0.422913 0.392090 0.455292 2 25 0.300000 24 0.700000 + 28 -0.209446 -0.560605 0.101047 0.359903 0.814959 -0.454216 0.369812 0.518158 2 25 0.700000 24 0.300000 + 28 -0.434220 -0.552618 0.094724 -0.595246 0.738377 -0.316988 0.369293 0.450287 2 25 0.700000 24 0.300000 +EievuiDh.png + 28 -0.425355 -0.514950 0.170020 -0.465116 0.777697 -0.422913 0.392090 0.455292 2 25 0.300000 24 0.700000 + 28 -0.231393 -0.522725 0.176485 0.583300 0.759960 -0.286745 0.392700 0.514984 2 25 0.300000 24 0.700000 + 28 -0.209446 -0.560605 0.101047 0.359903 0.814959 -0.454216 0.369812 0.518158 2 25 0.700000 24 0.300000 +EievuiDh.png + 28 -0.231393 -0.522725 0.176485 0.583300 0.759960 -0.286745 0.392700 0.514984 2 25 0.300000 24 0.700000 + 28 -0.130239 -0.692169 0.106265 0.970772 0.219727 0.096546 0.377136 0.558380 2 25 0.500000 24 0.500000 + 28 -0.209446 -0.560605 0.101047 0.359903 0.814959 -0.454216 0.369812 0.518158 2 25 0.700000 24 0.300000 +EievuiDh.png + 28 -0.231393 -0.522725 0.176485 0.583300 0.759960 -0.286745 0.392700 0.514984 2 25 0.300000 24 0.700000 + 28 -0.147995 -0.660746 0.212466 0.998662 0.020564 0.047442 0.394836 0.554230 2 25 0.500000 24 0.500000 + 28 -0.130239 -0.692169 0.106265 0.970772 0.219727 0.096546 0.377136 0.558380 2 25 0.500000 24 0.500000 +EievuiDh.png + 28 -0.241599 -0.208206 0.688530 0.114476 0.590586 -0.798814 0.464691 0.504974 1 23 1.000000 + 28 -0.236448 -0.375312 0.442394 0.498128 0.742931 -0.447126 0.438690 0.507629 2 23 0.900000 24 0.100000 + 28 -0.497964 -0.225513 0.713212 -0.543614 0.739697 -0.396651 0.467590 0.462585 1 23 1.000000 +EievuiDh.png + 28 -0.236448 -0.375312 0.442394 0.498128 0.742931 -0.447126 0.438690 0.507629 2 23 0.900000 24 0.100000 + 28 -0.469757 -0.372332 0.442298 -0.478572 0.736488 -0.478074 0.438568 0.457642 2 23 0.900000 24 0.100000 + 28 -0.497964 -0.225513 0.713212 -0.543614 0.739697 -0.396651 0.467590 0.462585 1 23 1.000000 +EievuiDh.png + 28 -0.236448 -0.375312 0.442394 0.498128 0.742931 -0.447126 0.438690 0.507629 2 23 0.900000 24 0.100000 + 28 -0.238434 -0.431013 0.358474 0.405136 0.793371 -0.454343 0.423767 0.510773 2 23 0.500000 24 0.500000 + 28 -0.469757 -0.372332 0.442298 -0.478572 0.736488 -0.478074 0.438568 0.457642 2 23 0.900000 24 0.100000 +EievuiDh.png + 28 -0.238434 -0.431013 0.358474 0.405136 0.793371 -0.454343 0.423767 0.510773 2 23 0.500000 24 0.500000 + 28 -0.457954 -0.424184 0.351374 -0.356919 0.801952 -0.479043 0.425446 0.457153 2 23 0.500000 24 0.500000 + 28 -0.469757 -0.372332 0.442298 -0.478572 0.736488 -0.478074 0.438568 0.457642 2 23 0.900000 24 0.100000 +EievuiDh.png + 28 -0.143092 -0.590970 0.388127 0.970011 0.202954 -0.133747 0.428589 0.235687 2 23 0.400000 24 0.600000 + 28 -0.137688 -0.570094 0.491870 0.994452 0.025344 -0.102088 0.451477 0.238708 2 23 0.500000 24 0.500000 + 28 -0.211654 -0.747547 0.553207 0.646665 -0.742900 0.172985 0.448578 0.290009 2 23 0.500000 24 0.500000 +EievuiDh.png + 28 -0.137688 -0.570094 0.491870 0.994452 0.025344 -0.102088 0.451477 0.238708 2 23 0.500000 24 0.500000 + 28 -0.194427 -0.731712 0.708792 0.448422 -0.893822 -0.000268 0.476990 0.292084 1 23 1.000000 + 28 -0.211654 -0.747547 0.553207 0.646665 -0.742900 0.172985 0.448578 0.290009 2 23 0.500000 24 0.500000 +EievuiDh.png + 28 -0.137688 -0.570094 0.491870 0.994452 0.025344 -0.102088 0.451477 0.238708 2 23 0.500000 24 0.500000 + 28 -0.126916 -0.492950 0.676138 0.390768 -0.311477 -0.866189 0.478546 0.245392 2 11 0.800000 23 0.200000 + 28 -0.194427 -0.731712 0.708792 0.448422 -0.893822 -0.000268 0.476990 0.292084 1 23 1.000000 +EievuiDh.png + 28 -0.487877 -0.715909 0.742972 -0.713611 -0.688342 0.130171 0.470337 0.354919 1 23 1.000000 + 28 -0.465252 -0.742815 0.556915 -0.506669 -0.850522 0.141060 0.440582 0.353760 2 23 0.500000 24 0.500000 + 28 -0.194427 -0.731712 0.708792 0.448422 -0.893822 -0.000268 0.476990 0.292084 1 23 1.000000 +EievuiDh.png + 28 -0.465252 -0.742815 0.556915 -0.506669 -0.850522 0.141060 0.440582 0.353760 2 23 0.500000 24 0.500000 + 28 -0.211654 -0.747547 0.553207 0.646665 -0.742900 0.172985 0.448578 0.290009 2 23 0.500000 24 0.500000 + 28 -0.194427 -0.731712 0.708792 0.448422 -0.893822 -0.000268 0.476990 0.292084 1 23 1.000000 +EievuiDh.png + 28 -0.465252 -0.742815 0.556915 -0.506669 -0.850522 0.141060 0.440582 0.353760 2 23 0.500000 24 0.500000 + 28 -0.434255 -0.864052 0.247947 -0.606081 -0.605354 0.515958 0.407257 0.355499 2 25 0.700000 24 0.300000 + 28 -0.211654 -0.747547 0.553207 0.646665 -0.742900 0.172985 0.448578 0.290009 2 23 0.500000 24 0.500000 +EievuiDh.png + 28 -0.150522 -0.657232 -0.000110 0.627867 0.462169 -0.626245 0.334595 0.553589 1 25 1.000000 + 28 -0.131368 -0.821521 -0.000110 0.736357 -0.139356 -0.662086 0.267883 0.560486 1 25 1.000000 + 28 -0.517277 -0.657104 -0.000110 -0.413966 0.454211 -0.788876 0.335113 0.414764 1 25 1.000000 +EievuiDh.png + 28 -0.131368 -0.821521 -0.000110 0.736357 -0.139356 -0.662086 0.267883 0.560486 1 25 1.000000 + 28 -0.528242 -0.821336 -0.000110 -0.716753 -0.195349 -0.669406 0.269073 0.410858 1 25 1.000000 + 28 -0.517277 -0.657104 -0.000110 -0.413966 0.454211 -0.788876 0.335113 0.414764 1 25 1.000000 +EievuiDh.png + 28 -0.131368 -0.821521 -0.000110 0.736357 -0.139356 -0.662086 0.267883 0.560486 1 25 1.000000 + 28 -0.189393 -0.939624 -0.000110 0.297031 -0.337714 -0.893153 0.223541 0.538269 1 25 1.000000 + 28 -0.528242 -0.821336 -0.000110 -0.716753 -0.195349 -0.669406 0.269073 0.410858 1 25 1.000000 +EievuiDh.png + 28 -0.320338 -0.981149 -0.000110 0.081816 -0.791518 -0.605645 0.208252 0.488800 1 25 1.000000 + 28 -0.449128 -0.939484 -0.000110 -0.340128 -0.575901 -0.743405 0.224335 0.440369 1 25 1.000000 + 28 -0.189393 -0.939624 -0.000110 0.297031 -0.337714 -0.893153 0.223541 0.538269 1 25 1.000000 +EievuiDh.png + 28 -0.449128 -0.939484 -0.000110 -0.340128 -0.575901 -0.743405 0.224335 0.440369 1 25 1.000000 + 28 -0.528242 -0.821336 -0.000110 -0.716753 -0.195349 -0.669406 0.269073 0.410858 1 25 1.000000 + 28 -0.189393 -0.939624 -0.000110 0.297031 -0.337714 -0.893153 0.223541 0.538269 1 25 1.000000 +EievuiDh.png + 28 -0.448719 -0.938754 0.196708 -0.580007 -0.573093 0.578928 0.375946 0.359894 1 25 1.000000 + 28 -0.434255 -0.864052 0.247947 -0.606081 -0.605354 0.515958 0.407257 0.355499 2 25 0.700000 24 0.300000 + 28 -0.523965 -0.847321 0.105841 -0.929850 -0.256592 0.263702 0.370331 0.377991 1 25 1.000000 +EievuiDh.png + 28 -0.434255 -0.864052 0.247947 -0.606081 -0.605354 0.515958 0.407257 0.355499 2 25 0.700000 24 0.300000 + 28 -0.534303 -0.718784 0.107072 -0.988878 0.091100 0.117563 0.368073 0.400543 2 25 0.500000 24 0.500000 + 28 -0.523965 -0.847321 0.105841 -0.929850 -0.256592 0.263702 0.370331 0.377991 1 25 1.000000 +EievuiDh.png + 28 -0.189888 -0.982061 0.108532 0.617065 -0.785387 0.048969 0.362244 0.281006 1 25 1.000000 + 28 -0.131368 -0.821521 -0.000110 0.736357 -0.139356 -0.662086 0.342316 0.247345 1 25 1.000000 + 28 -0.131019 -0.846253 0.120180 0.941975 -0.195444 0.272920 0.379486 0.260590 1 25 1.000000 +EievuiDh.png + 28 -0.131368 -0.821521 -0.000110 0.736357 -0.139356 -0.662086 0.342316 0.247345 1 25 1.000000 + 28 -0.130239 -0.692169 0.106265 0.970772 0.219727 0.096546 0.374756 0.223785 2 25 0.500000 24 0.500000 + 28 -0.131019 -0.846253 0.120180 0.941975 -0.195444 0.272920 0.379486 0.260590 1 25 1.000000 +EievuiDh.png + 28 -0.457954 -0.424184 0.351374 -0.356919 0.801952 -0.479043 0.425446 0.457153 2 23 0.500000 24 0.500000 + 28 -0.568639 -0.581868 0.433047 -0.981713 0.033689 -0.187364 0.427795 0.401459 2 23 0.500000 24 0.500000 + 28 -0.469757 -0.372332 0.442298 -0.478572 0.736488 -0.478074 0.438568 0.457642 2 23 0.900000 24 0.100000 +EievuiDh.png + 28 -0.568639 -0.581868 0.433047 -0.981713 0.033689 -0.187364 0.427795 0.401459 2 23 0.500000 24 0.500000 + 28 -0.578723 -0.558419 0.493066 -0.992484 -0.050772 -0.111345 0.435028 0.402069 2 23 0.500000 24 0.500000 + 28 -0.469757 -0.372332 0.442298 -0.478572 0.736488 -0.478074 0.438568 0.457642 2 23 0.900000 24 0.100000 +EievuiDh.png + 28 -0.469757 -0.372332 0.442298 -0.478572 0.736488 -0.478074 0.438568 0.457642 2 23 0.900000 24 0.100000 + 28 -0.578723 -0.558419 0.493066 -0.992484 -0.050772 -0.111345 0.435028 0.402069 2 23 0.500000 24 0.500000 + 28 -0.497964 -0.225513 0.713212 -0.543614 0.739697 -0.396651 0.467590 0.462585 1 23 1.000000 +EievuiDh.png + 28 -0.578723 -0.558419 0.493066 -0.992484 -0.050772 -0.111345 0.435028 0.402069 2 23 0.500000 24 0.500000 + 28 -0.581505 -0.480174 0.735075 -0.999291 0.002772 0.037557 0.466675 0.402985 1 23 1.000000 + 28 -0.497964 -0.225513 0.713212 -0.543614 0.739697 -0.396651 0.467590 0.462585 1 23 1.000000 +EievuiDh.png + 28 -0.324530 -0.969553 0.197354 -0.004461 -0.742107 0.670267 0.376129 0.322052 1 25 1.000000 + 28 -0.199639 -0.938864 0.198004 0.577630 -0.561827 0.592194 0.376343 0.283966 1 25 1.000000 + 28 -0.216888 -0.864167 0.249307 0.641484 -0.457949 0.615452 0.407684 0.289246 2 25 0.700000 24 0.300000 +EievuiDh.png + 28 -0.143092 -0.590970 0.388127 0.970011 0.202954 -0.133747 0.427063 0.551300 2 23 0.400000 24 0.600000 + 28 -0.147995 -0.660746 0.212466 0.998662 0.020564 0.047442 0.394836 0.554230 2 25 0.500000 24 0.500000 + 28 -0.231393 -0.522725 0.176485 0.583300 0.759960 -0.286745 0.392700 0.514984 2 25 0.300000 24 0.700000 +EievuiDh.png + 28 -0.483765 -0.059986 1.150836 -0.005433 0.999528 0.030243 0.676239 0.217072 2 15 0.500000 11 0.500000 + 28 -0.592480 -0.083793 1.151736 -0.312746 0.883181 0.349546 0.709351 0.256531 2 15 0.500000 11 0.500000 + 28 -0.410110 -0.187412 1.367128 0.200731 0.831101 0.518632 0.680603 0.278503 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.592480 -0.083793 1.151736 -0.312746 0.883181 0.349546 0.709351 0.256531 2 15 0.500000 11 0.500000 + 28 -0.609166 -0.259790 1.390033 -0.456207 0.593455 0.663088 0.732971 0.279938 2 15 0.600000 11 0.400000 + 28 -0.410110 -0.187412 1.367128 0.200731 0.831101 0.518632 0.680603 0.278503 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.592480 -0.083793 1.151736 -0.312746 0.883181 0.349546 0.709351 0.256531 2 15 0.500000 11 0.500000 + 28 -0.739198 -0.172601 1.177875 -0.778819 0.617058 0.112605 0.731171 0.215759 2 15 0.500000 11 0.500000 + 28 -0.609166 -0.259790 1.390033 -0.456207 0.593455 0.663088 0.732971 0.279938 2 15 0.600000 11 0.400000 +EievuiDh.png + 28 -0.739198 -0.172601 1.177875 -0.778819 0.617058 0.112605 0.731171 0.215759 2 15 0.500000 11 0.500000 + 28 -0.916556 -0.523645 1.161207 -0.980144 0.013983 0.197792 0.809265 0.207855 2 15 0.500000 11 0.500000 + 28 -0.609166 -0.259790 1.390033 -0.456207 0.593455 0.663088 0.732971 0.279938 2 15 0.600000 11 0.400000 +EievuiDh.png + 28 -0.736356 -0.888631 1.097048 -0.705947 -0.708265 0.000036 0.925629 0.203033 2 15 0.500000 11 0.500000 + 28 -0.677356 -0.859793 1.312334 -0.605349 -0.635295 0.479535 0.917236 0.265869 2 15 0.600000 11 0.400000 + 28 -0.916556 -0.523645 1.161207 -0.980144 0.013983 0.197792 0.809265 0.207855 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.677356 -0.859793 1.312334 -0.605349 -0.635295 0.479535 0.917236 0.265869 2 15 0.600000 11 0.400000 + 28 -0.815886 -0.538745 1.404443 -0.758926 -0.092446 0.644582 0.813446 0.278351 2 15 0.600000 11 0.400000 + 28 -0.916556 -0.523645 1.161207 -0.980144 0.013983 0.197792 0.809265 0.207855 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.677356 -0.859793 1.312334 -0.605349 -0.635295 0.479535 0.917236 0.265869 2 15 0.600000 11 0.400000 + 28 -0.498367 -0.814194 1.492214 -0.513698 -0.638023 0.573621 0.903931 0.309235 3 15 0.300000 11 0.400000 12 0.300000 + 28 -0.815886 -0.538745 1.404443 -0.758926 -0.092446 0.644582 0.813446 0.278351 2 15 0.600000 11 0.400000 +EievuiDh.png + 28 -0.498367 -0.814194 1.492214 -0.513698 -0.638023 0.573621 0.903931 0.309235 3 15 0.300000 11 0.400000 12 0.300000 + 28 -0.590020 -0.586052 1.576876 -0.507252 0.060117 0.859699 0.825775 0.323364 3 15 0.300000 11 0.400000 12 0.300000 + 28 -0.815886 -0.538745 1.404443 -0.758926 -0.092446 0.644582 0.813446 0.278351 2 15 0.600000 11 0.400000 +EievuiDh.png + 28 -0.483765 -0.059986 1.150836 -0.005433 0.999528 0.030243 0.509705 0.631897 2 15 0.500000 11 0.500000 + 28 -0.410110 -0.187412 1.367128 0.200731 0.831101 0.518632 0.514709 0.631805 2 15 0.500000 11 0.500000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 +EievuiDh.png + 28 -0.410110 -0.187412 1.367128 0.200731 0.831101 0.518632 0.514709 0.631805 2 15 0.500000 11 0.500000 + 28 -0.244970 -0.280193 1.296008 0.086354 0.414893 -0.905763 0.527740 0.625580 1 11 1.000000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 +EievuiDh.png + 28 -0.410110 -0.187412 1.367128 0.200731 0.831101 0.518632 0.514709 0.631805 2 15 0.500000 11 0.500000 + 28 -0.310426 -0.381009 1.499832 -0.802989 -0.224966 0.551904 0.524353 0.631348 3 15 0.400000 11 0.300000 12 0.300000 + 28 -0.244970 -0.280193 1.296008 0.086354 0.414893 -0.905763 0.527740 0.625580 1 11 1.000000 +EievuiDh.png + 28 -0.590020 -0.586052 1.576876 -0.507252 0.060117 0.859699 0.825775 0.323364 3 15 0.300000 11 0.400000 12 0.300000 + 28 -0.435894 -0.422373 1.549162 -0.092487 0.535378 0.839534 0.758942 0.324646 3 15 0.300000 11 0.400000 12 0.300000 + 28 -0.609166 -0.259790 1.390033 -0.456207 0.593455 0.663088 0.732971 0.279938 2 15 0.600000 11 0.400000 +EievuiDh.png + 28 -0.435894 -0.422373 1.549162 -0.092487 0.535378 0.839534 0.758942 0.324646 3 15 0.300000 11 0.400000 12 0.300000 + 28 -0.410110 -0.187412 1.367128 0.200731 0.831101 0.518632 0.680603 0.278503 2 15 0.500000 11 0.500000 + 28 -0.609166 -0.259790 1.390033 -0.456207 0.593455 0.663088 0.732971 0.279938 2 15 0.600000 11 0.400000 +EievuiDh.png + 28 -0.435894 -0.422373 1.549162 -0.092487 0.535378 0.839534 0.758942 0.324646 3 15 0.300000 11 0.400000 12 0.300000 + 28 -0.310426 -0.381009 1.499832 -0.802989 -0.224966 0.551904 0.722229 0.314972 3 15 0.400000 11 0.300000 12 0.300000 + 28 -0.410110 -0.187412 1.367128 0.200731 0.831101 0.518632 0.680603 0.278503 2 15 0.500000 11 0.500000 +EievuiDh.png + 28 -0.916556 -0.523645 1.161207 -0.980144 0.013983 0.197792 0.809265 0.207855 2 15 0.500000 11 0.500000 + 28 -0.815886 -0.538745 1.404443 -0.758926 -0.092446 0.644582 0.813446 0.278351 2 15 0.600000 11 0.400000 + 28 -0.609166 -0.259790 1.390033 -0.456207 0.593455 0.663088 0.732971 0.279938 2 15 0.600000 11 0.400000 +EievuiDh.png + 28 -0.815886 -0.538745 1.404443 -0.758926 -0.092446 0.644582 0.813446 0.278351 2 15 0.600000 11 0.400000 + 28 -0.590020 -0.586052 1.576876 -0.507252 0.060117 0.859699 0.825775 0.323364 3 15 0.300000 11 0.400000 12 0.300000 + 28 -0.609166 -0.259790 1.390033 -0.456207 0.593455 0.663088 0.732971 0.279938 2 15 0.600000 11 0.400000 +EievuiDh.png + 28 -0.459933 -0.173427 1.412466 -0.927568 -0.348561 -0.134623 0.838745 0.503723 3 15 0.200000 11 0.600000 12 0.200000 + 28 -0.412886 -0.200576 1.350236 -0.466430 -0.359648 -0.808144 0.828613 0.499237 2 15 0.500000 11 0.500000 + 28 -0.310426 -0.381009 1.499832 -0.802989 -0.224966 0.551904 0.848267 0.533508 3 15 0.400000 11 0.300000 12 0.300000 +EievuiDh.png + 28 -0.412886 -0.200576 1.350236 -0.466430 -0.359648 -0.808144 0.828613 0.499237 2 15 0.500000 11 0.500000 + 28 -0.244970 -0.280193 1.296008 0.086354 0.414893 -0.905763 0.825500 0.533752 1 11 1.000000 + 28 -0.310426 -0.381009 1.499832 -0.802989 -0.224966 0.551904 0.848267 0.533508 3 15 0.400000 11 0.300000 12 0.300000 +EievuiDh.png + 28 0.131420 2.705004 1.234184 0.642388 0.636359 -0.427065 0.737091 0.596527 2 27 0.700000 26 0.300000 + 28 0.000000 2.710071 1.132779 0.000000 0.709588 -0.704617 0.683014 0.595001 2 27 0.700000 26 0.300000 + 28 0.000000 2.890835 1.309573 0.000000 0.774498 -0.632576 0.724426 0.566040 2 27 0.800000 26 0.200000 +EievuiDh.png + 28 0.000000 2.710071 1.132779 0.000000 0.709588 -0.704617 0.683014 0.595001 2 27 0.700000 26 0.300000 + 28 -0.131420 2.705004 1.234184 -0.642388 0.636359 -0.427065 0.737091 0.596527 2 27 0.700000 26 0.300000 + 28 0.000000 2.890835 1.309573 0.000000 0.774498 -0.632576 0.724426 0.566040 2 27 0.800000 26 0.200000 +EievuiDh.png + 28 0.000000 2.710071 1.132779 0.000000 0.709588 -0.704617 0.683014 0.595001 2 27 0.700000 26 0.300000 + 28 -0.176275 2.451973 0.965125 -0.449749 0.584832 -0.675054 0.642944 0.653595 2 27 0.600000 26 0.400000 + 28 -0.131420 2.705004 1.234184 -0.642388 0.636359 -0.427065 0.737091 0.596527 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 -0.176275 2.451973 0.965125 -0.449749 0.584832 -0.675054 0.642944 0.653595 2 27 0.600000 26 0.400000 + 28 -0.328108 2.442394 1.117286 -0.730271 0.555039 -0.398291 0.703644 0.656433 2 27 0.600000 26 0.400000 + 28 -0.131420 2.705004 1.234184 -0.642388 0.636359 -0.427065 0.737091 0.596527 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 -0.176275 2.451973 0.965125 -0.449749 0.584832 -0.675054 0.642944 0.653595 2 27 0.600000 26 0.400000 + 28 -0.285583 2.042879 0.790618 -0.463629 0.327825 -0.823152 0.592987 0.775146 2 27 0.300000 26 0.700000 + 28 -0.328108 2.442394 1.117286 -0.730271 0.555039 -0.398291 0.703644 0.656433 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 -0.285583 2.042879 0.790618 -0.463629 0.327825 -0.823152 0.592987 0.775146 2 27 0.300000 26 0.700000 + 28 -0.498582 2.041365 1.010330 -0.856118 0.267601 -0.442099 0.673035 0.775574 2 27 0.300000 26 0.700000 + 28 -0.328108 2.442394 1.117286 -0.730271 0.555039 -0.398291 0.703644 0.656433 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 -0.285583 2.042879 0.790618 -0.463629 0.327825 -0.823152 0.592987 0.775146 2 27 0.300000 26 0.700000 + 28 -0.293903 1.631262 0.753760 -0.456596 -0.005150 -0.889659 0.592285 0.835144 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.498582 2.041365 1.010330 -0.856118 0.267601 -0.442099 0.673035 0.775574 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 -0.293903 1.631262 0.753760 -0.456596 -0.005150 -0.889659 0.592285 0.835144 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.547280 1.629730 0.984951 -0.855144 -0.112962 -0.505934 0.670013 0.835602 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.498582 2.041365 1.010330 -0.856118 0.267601 -0.442099 0.673035 0.775574 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 -0.293903 1.631262 0.753760 -0.456596 -0.005150 -0.889659 0.592285 0.835144 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.252708 1.234732 0.832091 -0.458197 -0.364374 -0.810733 0.613190 0.897766 2 2 0.200000 26 0.800000 + 28 -0.547280 1.629730 0.984951 -0.855144 -0.112962 -0.505934 0.670013 0.835602 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 -0.252708 1.234732 0.832091 -0.458197 -0.364374 -0.810733 0.613190 0.897766 2 2 0.200000 26 0.800000 + 28 -0.475211 1.233154 1.041364 -0.811540 -0.427816 -0.397966 0.685059 0.898254 2 2 0.200000 26 0.800000 + 28 -0.547280 1.629730 0.984951 -0.855144 -0.112962 -0.505934 0.670013 0.835602 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 -0.252708 1.234732 0.832091 -0.458197 -0.364374 -0.810733 0.613190 0.897766 2 2 0.200000 26 0.800000 + 28 -0.305985 0.943639 1.140747 -0.601515 -0.693053 -0.397313 0.709137 0.946075 2 2 0.300000 26 0.700000 + 28 -0.475211 1.233154 1.041364 -0.811540 -0.427816 -0.397966 0.685059 0.898254 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 -0.305985 0.943639 1.140747 -0.601515 -0.693053 -0.397313 0.709137 0.946075 2 2 0.300000 26 0.700000 + 28 -0.357332 0.942320 1.345109 -0.729165 -0.683588 -0.032032 0.766205 0.946442 2 2 0.300000 26 0.700000 + 28 -0.475211 1.233154 1.041364 -0.811540 -0.427816 -0.397966 0.685059 0.898254 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 -0.305985 0.943639 1.140747 -0.601515 -0.693053 -0.397313 0.709137 0.946075 2 2 0.300000 26 0.700000 + 28 0.000000 0.729551 1.342360 0.000000 -0.999999 -0.001156 0.765442 0.993988 1 2 1.000000 + 28 -0.357332 0.942320 1.345109 -0.729165 -0.683588 -0.032032 0.766205 0.946442 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 0.000000 0.729551 1.342360 0.000000 -0.999999 -0.001156 0.765442 0.993988 1 2 1.000000 + 28 -0.303109 0.941034 1.544108 -0.650496 -0.693816 0.308988 0.824249 0.946838 2 2 0.300000 26 0.700000 + 28 -0.357332 0.942320 1.345109 -0.729165 -0.683588 -0.032032 0.766205 0.946442 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 0.000000 0.729551 1.342360 0.000000 -0.999999 -0.001156 0.765442 0.993988 1 2 1.000000 + 28 -0.156515 0.940101 1.688445 -0.382872 -0.706183 0.595579 0.878052 0.947113 2 2 0.300000 26 0.700000 + 28 -0.303109 0.941034 1.544108 -0.650496 -0.693816 0.308988 0.824249 0.946838 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 -0.156515 0.940101 1.688445 -0.382872 -0.706183 0.595579 0.878052 0.947113 2 2 0.300000 26 0.700000 + 28 -0.475211 1.228845 1.637368 -0.765511 -0.440691 0.468812 0.844238 0.899536 2 2 0.200000 26 0.800000 + 28 -0.303109 0.941034 1.544108 -0.650496 -0.693816 0.308988 0.824249 0.946838 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 -0.156515 0.940101 1.688445 -0.382872 -0.706183 0.595579 0.878052 0.947113 2 2 0.300000 26 0.700000 + 28 -0.252708 1.227179 1.859349 -0.441154 -0.401854 0.802432 0.911743 0.900024 2 2 0.200000 26 0.800000 + 28 -0.475211 1.228845 1.637368 -0.765511 -0.440691 0.468812 0.844238 0.899536 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 -0.252708 1.227179 1.859349 -0.441154 -0.401854 0.802432 0.911743 0.900024 2 2 0.200000 26 0.800000 + 28 -0.560931 1.625136 1.683923 -0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.475211 1.228845 1.637368 -0.765511 -0.440691 0.468812 0.844238 0.899536 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 -0.252708 1.227179 1.859349 -0.441154 -0.401854 0.802432 0.911743 0.900024 2 2 0.200000 26 0.800000 + 28 -0.321205 1.623544 1.924129 -0.419467 -0.059271 0.905834 0.929047 0.837433 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.560931 1.625136 1.683923 -0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 -0.321205 1.623544 1.924129 -0.419467 -0.059271 0.905834 0.929047 0.837433 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.291985 2.035807 1.856499 -0.408179 0.361535 0.838262 0.924042 0.777252 2 27 0.300000 26 0.700000 + 28 -0.560931 1.625136 1.683923 -0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 -0.321205 1.623544 1.924129 -0.419467 -0.059271 0.905834 0.929047 0.837433 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.000000 1.623117 1.990211 0.000000 0.051712 0.998662 0.992371 0.837555 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.291985 2.035807 1.856499 -0.408179 0.361535 0.838262 0.924042 0.777252 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.000000 1.623117 1.990211 0.000000 0.051712 0.998662 0.992371 0.837555 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.000000 2.035416 1.917233 0.000000 0.387530 0.921857 0.990387 0.777344 2 27 0.300000 26 0.700000 + 28 -0.291985 2.035807 1.856499 -0.408179 0.361535 0.838262 0.924042 0.777252 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.000000 1.623117 1.990211 0.000000 0.051712 0.998662 0.992371 0.837555 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.291985 2.035807 1.856499 0.408179 0.361535 0.838262 0.924042 0.777252 2 27 0.300000 26 0.700000 + 28 0.000000 2.035416 1.917233 0.000000 0.387530 0.921857 0.990387 0.777344 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.291985 2.035807 1.856499 0.408179 0.361535 0.838262 0.924042 0.777252 2 27 0.300000 26 0.700000 + 28 0.000000 2.406380 1.652799 0.000000 0.528977 0.848636 0.911682 0.667145 2 27 0.600000 26 0.400000 + 28 0.000000 2.035416 1.917233 0.000000 0.387530 0.921857 0.990387 0.777344 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.291985 2.035807 1.856499 0.408179 0.361535 0.838262 0.924042 0.777252 2 27 0.300000 26 0.700000 + 28 0.152947 2.407963 1.628700 0.362890 0.526100 0.769110 0.873108 0.666687 2 27 0.600000 26 0.400000 + 28 0.000000 2.406380 1.652799 0.000000 0.528977 0.848636 0.911682 0.667145 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 0.152947 2.407963 1.628700 0.362890 0.526100 0.769110 0.873108 0.666687 2 27 0.600000 26 0.400000 + 28 0.000000 2.683538 1.514140 0.000000 0.418045 0.908426 0.839050 0.602875 2 27 0.700000 26 0.300000 + 28 0.000000 2.406380 1.652799 0.000000 0.528977 0.848636 0.911682 0.667145 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 0.152947 2.407963 1.628700 0.362890 0.526100 0.769110 0.873108 0.666687 2 27 0.600000 26 0.400000 + 28 0.338345 2.417690 1.505620 0.655480 0.553490 0.513805 0.814789 0.663788 2 27 0.600000 26 0.400000 + 28 0.000000 2.683538 1.514140 0.000000 0.418045 0.908426 0.839050 0.602875 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 0.338345 2.417690 1.505620 0.655480 0.553490 0.513805 0.814789 0.663788 2 27 0.600000 26 0.400000 + 28 0.148732 2.691234 1.436678 0.679251 0.415417 0.605018 0.797882 0.600616 2 27 0.700000 26 0.300000 + 28 0.000000 2.683538 1.514140 0.000000 0.418045 0.908426 0.839050 0.602875 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 0.338345 2.417690 1.505620 0.655480 0.553490 0.513805 0.814789 0.663788 2 27 0.600000 26 0.400000 + 28 0.166428 2.697403 1.344950 0.824965 0.562611 0.053870 0.771942 0.598785 2 27 0.700000 26 0.300000 + 28 0.148732 2.691234 1.436678 0.679251 0.415417 0.605018 0.797882 0.600616 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 0.166428 2.697403 1.344950 0.824965 0.562611 0.053870 0.771942 0.598785 2 27 0.700000 26 0.300000 + 28 0.067811 2.838982 1.440109 0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 + 28 0.148732 2.691234 1.436678 0.679251 0.415417 0.605018 0.797882 0.600616 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 0.166428 2.697403 1.344950 0.824965 0.562611 0.053870 0.771942 0.598785 2 27 0.700000 26 0.300000 + 28 0.080385 2.854057 1.389710 0.857772 0.501036 -0.114846 0.774597 0.567810 2 27 0.800000 26 0.200000 + 28 0.067811 2.838982 1.440109 0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 +EievuiDh.png + 28 0.080385 2.854057 1.389710 0.857772 0.501036 -0.114846 0.774597 0.567810 2 27 0.800000 26 0.200000 + 28 0.038271 2.944378 1.471089 0.892092 0.138974 0.429952 0.773987 0.539001 2 27 0.900000 26 0.100000 + 28 0.067811 2.838982 1.440109 0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 +EievuiDh.png + 28 0.080385 2.854057 1.389710 0.857772 0.501036 -0.114846 0.774597 0.567810 2 27 0.800000 26 0.200000 + 28 0.000000 2.981416 1.418836 0.000000 0.875681 -0.482890 0.746612 0.539490 2 27 0.900000 26 0.100000 + 28 0.038271 2.944378 1.471089 0.892092 0.138974 0.429952 0.773987 0.539001 2 27 0.900000 26 0.100000 +EievuiDh.png + 28 0.000000 2.981416 1.418836 0.000000 0.875681 -0.482890 0.746612 0.539490 2 27 0.900000 26 0.100000 + 28 0.000000 3.049311 1.564574 0.000000 -0.091720 0.995785 0.767609 0.499268 1 27 1.000000 + 28 0.038271 2.944378 1.471089 0.892092 0.138974 0.429952 0.773987 0.539001 2 27 0.900000 26 0.100000 +EievuiDh.png + 28 0.000000 2.981416 1.418836 0.000000 0.875681 -0.482890 0.746612 0.539490 2 27 0.900000 26 0.100000 + 28 -0.038271 2.944378 1.471089 -0.892092 0.138974 0.429952 0.773987 0.539001 2 27 0.900000 26 0.100000 + 28 0.000000 3.049311 1.564574 0.000000 -0.091720 0.995785 0.767609 0.499268 1 27 1.000000 +EievuiDh.png + 28 -0.038271 2.944378 1.471089 -0.892092 0.138974 0.429952 0.773987 0.539001 2 27 0.900000 26 0.100000 + 28 0.000000 2.938150 1.482634 0.000000 0.549335 0.835602 0.783783 0.539734 2 27 0.900000 26 0.100000 + 28 0.000000 3.049311 1.564574 0.000000 -0.091720 0.995785 0.767609 0.499268 1 27 1.000000 +EievuiDh.png + 28 -0.038271 2.944378 1.471089 -0.892092 0.138974 0.429952 0.773987 0.539001 2 27 0.900000 26 0.100000 + 28 -0.067811 2.838982 1.440109 -0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 + 28 0.000000 2.938150 1.482634 0.000000 0.549335 0.835602 0.783783 0.539734 2 27 0.900000 26 0.100000 +EievuiDh.png + 28 -0.067811 2.838982 1.440109 -0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 + 28 -0.026632 2.925172 1.502643 -0.946564 0.280070 0.159931 0.795319 0.539093 2 27 0.900000 26 0.100000 + 28 0.000000 2.938150 1.482634 0.000000 0.549335 0.835602 0.783783 0.539734 2 27 0.900000 26 0.100000 +EievuiDh.png + 28 -0.067811 2.838982 1.440109 -0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 + 28 0.000000 2.914135 1.528738 0.000000 -0.355267 0.934765 0.807953 0.539307 2 27 0.900000 26 0.100000 + 28 -0.026632 2.925172 1.502643 -0.946564 0.280070 0.159931 0.795319 0.539093 2 27 0.900000 26 0.100000 +EievuiDh.png + 28 0.000000 2.914135 1.528738 0.000000 -0.355267 0.934765 0.807953 0.539307 2 27 0.900000 26 0.100000 + 28 0.000000 2.983868 1.578924 0.000000 0.815350 0.578968 0.794769 0.515656 1 27 1.000000 + 28 -0.026632 2.925172 1.502643 -0.946564 0.280070 0.159931 0.795319 0.539093 2 27 0.900000 26 0.100000 +EievuiDh.png + 28 0.000000 2.914135 1.528738 0.000000 -0.355267 0.934765 0.807953 0.539307 2 27 0.900000 26 0.100000 + 28 0.026632 2.925172 1.502643 0.946564 0.280070 0.159931 0.795319 0.539093 2 27 0.900000 26 0.100000 + 28 0.000000 2.983868 1.578924 0.000000 0.815350 0.578968 0.794769 0.515656 1 27 1.000000 +EievuiDh.png + 28 0.026632 2.925172 1.502643 0.946564 0.280070 0.159931 0.795319 0.539093 2 27 0.900000 26 0.100000 + 28 0.000000 2.938150 1.482634 0.000000 0.549335 0.835602 0.783783 0.539734 2 27 0.900000 26 0.100000 + 28 0.000000 2.983868 1.578924 0.000000 0.815350 0.578968 0.794769 0.515656 1 27 1.000000 +EievuiDh.png + 28 0.026632 2.925172 1.502643 0.946564 0.280070 0.159931 0.795319 0.539093 2 27 0.900000 26 0.100000 + 28 0.067811 2.838982 1.440109 0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 + 28 0.000000 2.938150 1.482634 0.000000 0.549335 0.835602 0.783783 0.539734 2 27 0.900000 26 0.100000 +EievuiDh.png + 28 0.067811 2.838982 1.440109 0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 + 28 0.038271 2.944378 1.471089 0.892092 0.138974 0.429952 0.773987 0.539001 2 27 0.900000 26 0.100000 + 28 0.000000 2.938150 1.482634 0.000000 0.549335 0.835602 0.783783 0.539734 2 27 0.900000 26 0.100000 +EievuiDh.png + 28 0.080385 2.854057 1.389710 0.857772 0.501036 -0.114846 0.774597 0.567810 2 27 0.800000 26 0.200000 + 28 0.166428 2.697403 1.344950 0.824965 0.562611 0.053870 0.771942 0.598785 2 27 0.700000 26 0.300000 + 28 0.131420 2.705004 1.234184 0.642388 0.636359 -0.427065 0.737091 0.596527 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 0.166428 2.697403 1.344950 0.824965 0.562611 0.053870 0.771942 0.598785 2 27 0.700000 26 0.300000 + 28 0.328108 2.442394 1.117286 0.730274 0.555037 -0.398289 0.703644 0.656433 2 27 0.600000 26 0.400000 + 28 0.131420 2.705004 1.234184 0.642388 0.636359 -0.427065 0.737091 0.596527 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 0.166428 2.697403 1.344950 0.824965 0.562611 0.053870 0.771942 0.598785 2 27 0.700000 26 0.300000 + 28 0.382040 2.429358 1.324403 0.857859 0.513727 0.012756 0.762940 0.660309 2 27 0.600000 26 0.400000 + 28 0.328108 2.442394 1.117286 0.730274 0.555037 -0.398289 0.703644 0.656433 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 0.382040 2.429358 1.324403 0.857859 0.513727 0.012756 0.762940 0.660309 2 27 0.600000 26 0.400000 + 28 0.498582 2.041365 1.010330 0.856118 0.267601 -0.442099 0.673035 0.775574 2 27 0.300000 26 0.700000 + 28 0.328108 2.442394 1.117286 0.730274 0.555037 -0.398289 0.703644 0.656433 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 0.382040 2.429358 1.324403 0.857859 0.513727 0.012756 0.762940 0.660309 2 27 0.600000 26 0.400000 + 28 0.577003 2.039303 1.336574 0.960810 0.274396 0.039375 0.766419 0.776184 2 27 0.300000 26 0.700000 + 28 0.498582 2.041365 1.010330 0.856118 0.267601 -0.442099 0.673035 0.775574 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.577003 2.039303 1.336574 0.960810 0.274396 0.039375 0.766419 0.776184 2 27 0.300000 26 0.700000 + 28 0.645105 1.627463 1.347515 0.998297 -0.015235 -0.056315 0.766846 0.836273 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.498582 2.041365 1.010330 0.856118 0.267601 -0.442099 0.673035 0.775574 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.577003 2.039303 1.336574 0.960810 0.274396 0.039375 0.766419 0.776184 2 27 0.300000 26 0.700000 + 28 0.560931 1.625136 1.683923 0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.645105 1.627463 1.347515 0.998297 -0.015235 -0.056315 0.766846 0.836273 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.560931 1.625136 1.683923 0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.535015 1.230956 1.346722 0.927406 -0.372839 0.030160 0.766632 0.898895 2 2 0.200000 26 0.800000 + 28 0.645105 1.627463 1.347515 0.998297 -0.015235 -0.056315 0.766846 0.836273 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.560931 1.625136 1.683923 0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.475211 1.228845 1.637368 0.765511 -0.440691 0.468812 0.844238 0.899536 2 2 0.200000 26 0.800000 + 28 0.535015 1.230956 1.346722 0.927406 -0.372839 0.030160 0.766632 0.898895 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.475211 1.228845 1.637368 0.765511 -0.440691 0.468812 0.844238 0.899536 2 2 0.200000 26 0.800000 + 28 0.303109 0.941034 1.544108 0.650496 -0.693816 0.308988 0.824249 0.946838 2 2 0.300000 26 0.700000 + 28 0.535015 1.230956 1.346722 0.927406 -0.372839 0.030160 0.766632 0.898895 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.475211 1.228845 1.637368 0.765511 -0.440691 0.468812 0.844238 0.899536 2 2 0.200000 26 0.800000 + 28 0.156515 0.940101 1.688445 0.382872 -0.706183 0.595579 0.878052 0.947113 2 2 0.300000 26 0.700000 + 28 0.303109 0.941034 1.544108 0.650496 -0.693816 0.308988 0.824249 0.946838 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 0.156515 0.940101 1.688445 0.382872 -0.706183 0.595579 0.878052 0.947113 2 2 0.300000 26 0.700000 + 28 0.000000 0.729551 1.342360 0.000000 -0.999999 -0.001156 0.765442 0.993988 1 2 1.000000 + 28 0.303109 0.941034 1.544108 0.650496 -0.693816 0.308988 0.824249 0.946838 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 0.156515 0.940101 1.688445 0.382872 -0.706183 0.595579 0.878052 0.947113 2 2 0.300000 26 0.700000 + 28 0.000000 0.939880 1.722675 0.000000 -0.677617 0.735415 0.921936 0.947174 2 2 0.300000 26 0.700000 + 28 0.000000 0.729551 1.342360 0.000000 -0.999999 -0.001156 0.765442 0.993988 1 2 1.000000 +EievuiDh.png + 28 0.000000 0.939880 1.722675 0.000000 -0.677617 0.735415 0.921936 0.947174 2 2 0.300000 26 0.700000 + 28 -0.156515 0.940101 1.688445 -0.382872 -0.706183 0.595579 0.878052 0.947113 2 2 0.300000 26 0.700000 + 28 0.000000 0.729551 1.342360 0.000000 -0.999999 -0.001156 0.765442 0.993988 1 2 1.000000 +EievuiDh.png + 28 0.000000 0.939880 1.722675 0.000000 -0.677617 0.735415 0.921936 0.947174 2 2 0.300000 26 0.700000 + 28 -0.252708 1.227179 1.859349 -0.441154 -0.401854 0.802432 0.911743 0.900024 2 2 0.200000 26 0.800000 + 28 -0.156515 0.940101 1.688445 -0.382872 -0.706183 0.595579 0.878052 0.947113 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 0.131420 2.705004 1.234184 0.642388 0.636359 -0.427065 0.737091 0.596527 2 27 0.700000 26 0.300000 + 28 0.176275 2.451973 0.965125 0.449749 0.584832 -0.675054 0.642944 0.653595 2 27 0.600000 26 0.400000 + 28 0.000000 2.710071 1.132779 0.000000 0.709588 -0.704617 0.683014 0.595001 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 0.176275 2.451973 0.965125 0.449749 0.584832 -0.675054 0.642944 0.653595 2 27 0.600000 26 0.400000 + 28 0.000000 2.455199 0.909568 0.000000 0.504210 -0.863581 0.591431 0.652649 2 27 0.600000 26 0.400000 + 28 0.000000 2.710071 1.132779 0.000000 0.709588 -0.704617 0.683014 0.595001 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 0.176275 2.451973 0.965125 0.449749 0.584832 -0.675054 0.642944 0.653595 2 27 0.600000 26 0.400000 + 28 0.285583 2.042879 0.790618 0.463629 0.327825 -0.823152 0.592987 0.775146 2 27 0.300000 26 0.700000 + 28 0.000000 2.455199 0.909568 0.000000 0.504210 -0.863581 0.591431 0.652649 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 0.285583 2.042879 0.790618 0.463629 0.327825 -0.823152 0.592987 0.775146 2 27 0.300000 26 0.700000 + 28 0.000000 2.043219 0.738147 0.000000 0.194549 -0.980893 0.521484 0.775024 2 27 0.300000 26 0.700000 + 28 0.000000 2.455199 0.909568 0.000000 0.504210 -0.863581 0.591431 0.652649 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 0.285583 2.042879 0.790618 0.463629 0.327825 -0.823152 0.592987 0.775146 2 27 0.300000 26 0.700000 + 28 0.293903 1.631262 0.753760 0.456596 -0.005150 -0.889659 0.592285 0.835144 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.000000 2.043219 0.738147 0.000000 0.194549 -0.980893 0.521484 0.775024 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.293903 1.631262 0.753760 0.456596 -0.005150 -0.889659 0.592285 0.835144 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.000000 1.631629 0.696668 0.000000 -0.109626 -0.993973 0.522888 0.835022 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.000000 2.043219 0.738147 0.000000 0.194549 -0.980893 0.521484 0.775024 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.293903 1.631262 0.753760 0.456596 -0.005150 -0.889659 0.592285 0.835144 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.252708 1.234732 0.832091 0.458197 -0.364374 -0.810733 0.613190 0.897766 2 2 0.200000 26 0.800000 + 28 0.000000 1.631629 0.696668 0.000000 -0.109626 -0.993973 0.522888 0.835022 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.252708 1.234732 0.832091 0.458197 -0.364374 -0.810733 0.613190 0.897766 2 2 0.200000 26 0.800000 + 28 0.000000 1.235054 0.782980 0.000000 -0.426604 -0.904438 0.545929 0.897675 2 2 0.200000 26 0.800000 + 28 0.000000 1.631629 0.696668 0.000000 -0.109626 -0.993973 0.522888 0.835022 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.252708 1.234732 0.832091 0.458197 -0.364374 -0.810733 0.613190 0.897766 2 2 0.200000 26 0.800000 + 28 0.165295 0.944593 0.992971 0.293154 -0.692428 -0.659246 0.647552 0.945770 2 2 0.300000 26 0.700000 + 28 0.000000 1.235054 0.782980 0.000000 -0.426604 -0.904438 0.545929 0.897675 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.165295 0.944593 0.992971 0.293154 -0.692428 -0.659246 0.647552 0.945770 2 2 0.300000 26 0.700000 + 28 0.000000 0.944786 0.963160 0.000000 -0.721527 -0.692386 0.600220 0.945709 2 2 0.300000 26 0.700000 + 28 0.000000 1.235054 0.782980 0.000000 -0.426604 -0.904438 0.545929 0.897675 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.165295 0.944593 0.992971 0.293154 -0.692428 -0.659246 0.647552 0.945770 2 2 0.300000 26 0.700000 + 28 0.000000 0.729551 1.342360 0.000000 -0.999999 -0.001156 0.765442 0.993988 1 2 1.000000 + 28 0.000000 0.944786 0.963160 0.000000 -0.721527 -0.692386 0.600220 0.945709 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 0.000000 0.729551 1.342360 0.000000 -0.999999 -0.001156 0.765442 0.993988 1 2 1.000000 + 28 -0.165295 0.944593 0.992971 -0.293154 -0.692428 -0.659246 0.647552 0.945770 2 2 0.300000 26 0.700000 + 28 0.000000 0.944786 0.963160 0.000000 -0.721527 -0.692386 0.600220 0.945709 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 0.000000 0.729551 1.342360 0.000000 -0.999999 -0.001156 0.765442 0.993988 1 2 1.000000 + 28 -0.305985 0.943639 1.140747 -0.601515 -0.693053 -0.397313 0.709137 0.946075 2 2 0.300000 26 0.700000 + 28 -0.165295 0.944593 0.992971 -0.293154 -0.692428 -0.659246 0.647552 0.945770 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 -0.305985 0.943639 1.140747 -0.601515 -0.693053 -0.397313 0.709137 0.946075 2 2 0.300000 26 0.700000 + 28 -0.252708 1.234732 0.832091 -0.458197 -0.364374 -0.810733 0.613190 0.897766 2 2 0.200000 26 0.800000 + 28 -0.165295 0.944593 0.992971 -0.293154 -0.692428 -0.659246 0.647552 0.945770 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 0.000000 2.890835 1.309573 0.000000 0.774498 -0.632576 0.724426 0.566040 2 27 0.800000 26 0.200000 + 28 -0.131420 2.705004 1.234184 -0.642388 0.636359 -0.427065 0.737091 0.596527 2 27 0.700000 26 0.300000 + 28 -0.080385 2.854057 1.389710 -0.857772 0.501036 -0.114846 0.774597 0.567810 2 27 0.800000 26 0.200000 +EievuiDh.png + 28 -0.131420 2.705004 1.234184 -0.642388 0.636359 -0.427065 0.737091 0.596527 2 27 0.700000 26 0.300000 + 28 -0.166428 2.697403 1.344950 -0.824965 0.562611 0.053870 0.771942 0.598785 2 27 0.700000 26 0.300000 + 28 -0.080385 2.854057 1.389710 -0.857772 0.501036 -0.114846 0.774597 0.567810 2 27 0.800000 26 0.200000 +EievuiDh.png + 28 -0.131420 2.705004 1.234184 -0.642388 0.636359 -0.427065 0.737091 0.596527 2 27 0.700000 26 0.300000 + 28 -0.328108 2.442394 1.117286 -0.730271 0.555039 -0.398291 0.703644 0.656433 2 27 0.600000 26 0.400000 + 28 -0.166428 2.697403 1.344950 -0.824965 0.562611 0.053870 0.771942 0.598785 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 -0.328108 2.442394 1.117286 -0.730271 0.555039 -0.398291 0.703644 0.656433 2 27 0.600000 26 0.400000 + 28 -0.382040 2.429358 1.324403 -0.857859 0.513727 0.012756 0.762940 0.660309 2 27 0.600000 26 0.400000 + 28 -0.166428 2.697403 1.344950 -0.824965 0.562611 0.053870 0.771942 0.598785 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 -0.328108 2.442394 1.117286 -0.730271 0.555039 -0.398291 0.703644 0.656433 2 27 0.600000 26 0.400000 + 28 -0.498582 2.041365 1.010330 -0.856118 0.267601 -0.442099 0.673035 0.775574 2 27 0.300000 26 0.700000 + 28 -0.382040 2.429358 1.324403 -0.857859 0.513727 0.012756 0.762940 0.660309 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 -0.498582 2.041365 1.010330 -0.856118 0.267601 -0.442099 0.673035 0.775574 2 27 0.300000 26 0.700000 + 28 -0.577003 2.039303 1.336574 -0.960810 0.274396 0.039375 0.766419 0.776184 2 27 0.300000 26 0.700000 + 28 -0.382040 2.429358 1.324403 -0.857859 0.513727 0.012756 0.762940 0.660309 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 -0.498582 2.041365 1.010330 -0.856118 0.267601 -0.442099 0.673035 0.775574 2 27 0.300000 26 0.700000 + 28 -0.645105 1.627463 1.347515 -0.998297 -0.015235 -0.056315 0.766846 0.836273 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.577003 2.039303 1.336574 -0.960810 0.274396 0.039375 0.766419 0.776184 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 -0.645105 1.627463 1.347515 -0.998297 -0.015235 -0.056315 0.766846 0.836273 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.560931 1.625136 1.683923 -0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.577003 2.039303 1.336574 -0.960810 0.274396 0.039375 0.766419 0.776184 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 -0.645105 1.627463 1.347515 -0.998297 -0.015235 -0.056315 0.766846 0.836273 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.535015 1.230956 1.346722 -0.927406 -0.372839 0.030160 0.766632 0.898895 2 2 0.200000 26 0.800000 + 28 -0.560931 1.625136 1.683923 -0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 -0.535015 1.230956 1.346722 -0.927406 -0.372839 0.030160 0.766632 0.898895 2 2 0.200000 26 0.800000 + 28 -0.475211 1.228845 1.637368 -0.765511 -0.440691 0.468812 0.844238 0.899536 2 2 0.200000 26 0.800000 + 28 -0.560931 1.625136 1.683923 -0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 -0.535015 1.230956 1.346722 -0.927406 -0.372839 0.030160 0.766632 0.898895 2 2 0.200000 26 0.800000 + 28 -0.303109 0.941034 1.544108 -0.650496 -0.693816 0.308988 0.824249 0.946838 2 2 0.300000 26 0.700000 + 28 -0.475211 1.228845 1.637368 -0.765511 -0.440691 0.468812 0.844238 0.899536 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.131420 2.705004 1.234184 0.642388 0.636359 -0.427065 0.737091 0.596527 2 27 0.700000 26 0.300000 + 28 0.328108 2.442394 1.117286 0.730274 0.555037 -0.398289 0.703644 0.656433 2 27 0.600000 26 0.400000 + 28 0.176275 2.451973 0.965125 0.449749 0.584832 -0.675054 0.642944 0.653595 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 0.328108 2.442394 1.117286 0.730274 0.555037 -0.398289 0.703644 0.656433 2 27 0.600000 26 0.400000 + 28 0.285583 2.042879 0.790618 0.463629 0.327825 -0.823152 0.592987 0.775146 2 27 0.300000 26 0.700000 + 28 0.176275 2.451973 0.965125 0.449749 0.584832 -0.675054 0.642944 0.653595 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 0.328108 2.442394 1.117286 0.730274 0.555037 -0.398289 0.703644 0.656433 2 27 0.600000 26 0.400000 + 28 0.498582 2.041365 1.010330 0.856118 0.267601 -0.442099 0.673035 0.775574 2 27 0.300000 26 0.700000 + 28 0.285583 2.042879 0.790618 0.463629 0.327825 -0.823152 0.592987 0.775146 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.498582 2.041365 1.010330 0.856118 0.267601 -0.442099 0.673035 0.775574 2 27 0.300000 26 0.700000 + 28 0.293903 1.631262 0.753760 0.456596 -0.005150 -0.889659 0.592285 0.835144 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.285583 2.042879 0.790618 0.463629 0.327825 -0.823152 0.592987 0.775146 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.498582 2.041365 1.010330 0.856118 0.267601 -0.442099 0.673035 0.775574 2 27 0.300000 26 0.700000 + 28 0.547280 1.629730 0.984951 0.855144 -0.112962 -0.505934 0.670013 0.835602 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.293903 1.631262 0.753760 0.456596 -0.005150 -0.889659 0.592285 0.835144 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.547280 1.629730 0.984951 0.855144 -0.112962 -0.505934 0.670013 0.835602 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.252708 1.234732 0.832091 0.458197 -0.364374 -0.810733 0.613190 0.897766 2 2 0.200000 26 0.800000 + 28 0.293903 1.631262 0.753760 0.456596 -0.005150 -0.889659 0.592285 0.835144 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.547280 1.629730 0.984951 0.855144 -0.112962 -0.505934 0.670013 0.835602 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.475211 1.233154 1.041364 0.811540 -0.427816 -0.397966 0.685059 0.898254 2 2 0.200000 26 0.800000 + 28 0.252708 1.234732 0.832091 0.458197 -0.364374 -0.810733 0.613190 0.897766 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.475211 1.233154 1.041364 0.811540 -0.427816 -0.397966 0.685059 0.898254 2 2 0.200000 26 0.800000 + 28 0.305985 0.943639 1.140747 0.601515 -0.693053 -0.397313 0.709137 0.946075 2 2 0.300000 26 0.700000 + 28 0.252708 1.234732 0.832091 0.458197 -0.364374 -0.810733 0.613190 0.897766 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.475211 1.233154 1.041364 0.811540 -0.427816 -0.397966 0.685059 0.898254 2 2 0.200000 26 0.800000 + 28 0.357332 0.942320 1.345109 0.729165 -0.683588 -0.032032 0.766205 0.946442 2 2 0.300000 26 0.700000 + 28 0.305985 0.943639 1.140747 0.601515 -0.693053 -0.397313 0.709137 0.946075 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 0.357332 0.942320 1.345109 0.729165 -0.683588 -0.032032 0.766205 0.946442 2 2 0.300000 26 0.700000 + 28 0.000000 0.729551 1.342360 0.000000 -0.999999 -0.001156 0.765442 0.993988 1 2 1.000000 + 28 0.305985 0.943639 1.140747 0.601515 -0.693053 -0.397313 0.709137 0.946075 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 0.357332 0.942320 1.345109 0.729165 -0.683588 -0.032032 0.766205 0.946442 2 2 0.300000 26 0.700000 + 28 0.303109 0.941034 1.544108 0.650496 -0.693816 0.308988 0.824249 0.946838 2 2 0.300000 26 0.700000 + 28 0.000000 0.729551 1.342360 0.000000 -0.999999 -0.001156 0.765442 0.993988 1 2 1.000000 +EievuiDh.png + 28 0.000000 2.035416 1.917233 0.000000 0.387530 0.921857 0.990387 0.777344 2 27 0.300000 26 0.700000 + 28 0.000000 2.406380 1.652799 0.000000 0.528977 0.848636 0.911682 0.667145 2 27 0.600000 26 0.400000 + 28 -0.291985 2.035807 1.856499 -0.408179 0.361535 0.838262 0.924042 0.777252 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.000000 2.406380 1.652799 0.000000 0.528977 0.848636 0.911682 0.667145 2 27 0.600000 26 0.400000 + 28 -0.152947 2.407963 1.628700 -0.362890 0.526100 0.769110 0.873108 0.666687 2 27 0.600000 26 0.400000 + 28 -0.291985 2.035807 1.856499 -0.408179 0.361535 0.838262 0.924042 0.777252 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.000000 2.406380 1.652799 0.000000 0.528977 0.848636 0.911682 0.667145 2 27 0.600000 26 0.400000 + 28 0.000000 2.683538 1.514140 0.000000 0.418045 0.908426 0.839050 0.602875 2 27 0.700000 26 0.300000 + 28 -0.152947 2.407963 1.628700 -0.362890 0.526100 0.769110 0.873108 0.666687 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 0.000000 2.683538 1.514140 0.000000 0.418045 0.908426 0.839050 0.602875 2 27 0.700000 26 0.300000 + 28 -0.338345 2.417690 1.505620 -0.655480 0.553490 0.513805 0.814789 0.663788 2 27 0.600000 26 0.400000 + 28 -0.152947 2.407963 1.628700 -0.362890 0.526100 0.769110 0.873108 0.666687 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 0.000000 2.683538 1.514140 0.000000 0.418045 0.908426 0.839050 0.602875 2 27 0.700000 26 0.300000 + 28 -0.148732 2.691234 1.436678 -0.679251 0.415417 0.605018 0.797882 0.600616 2 27 0.700000 26 0.300000 + 28 -0.338345 2.417690 1.505620 -0.655480 0.553490 0.513805 0.814789 0.663788 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 -0.148732 2.691234 1.436678 -0.679251 0.415417 0.605018 0.797882 0.600616 2 27 0.700000 26 0.300000 + 28 -0.166428 2.697403 1.344950 -0.824965 0.562611 0.053870 0.771942 0.598785 2 27 0.700000 26 0.300000 + 28 -0.338345 2.417690 1.505620 -0.655480 0.553490 0.513805 0.814789 0.663788 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 -0.148732 2.691234 1.436678 -0.679251 0.415417 0.605018 0.797882 0.600616 2 27 0.700000 26 0.300000 + 28 -0.067811 2.838982 1.440109 -0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 + 28 -0.166428 2.697403 1.344950 -0.824965 0.562611 0.053870 0.771942 0.598785 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 -0.067811 2.838982 1.440109 -0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 + 28 -0.080385 2.854057 1.389710 -0.857772 0.501036 -0.114846 0.774597 0.567810 2 27 0.800000 26 0.200000 + 28 -0.166428 2.697403 1.344950 -0.824965 0.562611 0.053870 0.771942 0.598785 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 -0.067811 2.838982 1.440109 -0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 + 28 -0.038271 2.944378 1.471089 -0.892092 0.138974 0.429952 0.773987 0.539001 2 27 0.900000 26 0.100000 + 28 -0.080385 2.854057 1.389710 -0.857772 0.501036 -0.114846 0.774597 0.567810 2 27 0.800000 26 0.200000 +EievuiDh.png + 28 -0.038271 2.944378 1.471089 -0.892092 0.138974 0.429952 0.773987 0.539001 2 27 0.900000 26 0.100000 + 28 0.000000 2.981416 1.418836 0.000000 0.875681 -0.482890 0.746612 0.539490 2 27 0.900000 26 0.100000 + 28 -0.080385 2.854057 1.389710 -0.857772 0.501036 -0.114846 0.774597 0.567810 2 27 0.800000 26 0.200000 +EievuiDh.png + 28 0.000000 2.710071 1.132779 0.000000 0.709588 -0.704617 0.683014 0.595001 2 27 0.700000 26 0.300000 + 28 0.000000 2.455199 0.909568 0.000000 0.504210 -0.863581 0.591431 0.652649 2 27 0.600000 26 0.400000 + 28 -0.176275 2.451973 0.965125 -0.449749 0.584832 -0.675054 0.642944 0.653595 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 0.000000 2.455199 0.909568 0.000000 0.504210 -0.863581 0.591431 0.652649 2 27 0.600000 26 0.400000 + 28 -0.285583 2.042879 0.790618 -0.463629 0.327825 -0.823152 0.592987 0.775146 2 27 0.300000 26 0.700000 + 28 -0.176275 2.451973 0.965125 -0.449749 0.584832 -0.675054 0.642944 0.653595 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 0.000000 2.455199 0.909568 0.000000 0.504210 -0.863581 0.591431 0.652649 2 27 0.600000 26 0.400000 + 28 0.000000 2.043219 0.738147 0.000000 0.194549 -0.980893 0.521484 0.775024 2 27 0.300000 26 0.700000 + 28 -0.285583 2.042879 0.790618 -0.463629 0.327825 -0.823152 0.592987 0.775146 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.000000 2.043219 0.738147 0.000000 0.194549 -0.980893 0.521484 0.775024 2 27 0.300000 26 0.700000 + 28 -0.293903 1.631262 0.753760 -0.456596 -0.005150 -0.889659 0.592285 0.835144 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.285583 2.042879 0.790618 -0.463629 0.327825 -0.823152 0.592987 0.775146 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.000000 2.043219 0.738147 0.000000 0.194549 -0.980893 0.521484 0.775024 2 27 0.300000 26 0.700000 + 28 0.000000 1.631629 0.696668 0.000000 -0.109626 -0.993973 0.522888 0.835022 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.293903 1.631262 0.753760 -0.456596 -0.005150 -0.889659 0.592285 0.835144 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.000000 1.631629 0.696668 0.000000 -0.109626 -0.993973 0.522888 0.835022 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.252708 1.234732 0.832091 -0.458197 -0.364374 -0.810733 0.613190 0.897766 2 2 0.200000 26 0.800000 + 28 -0.293903 1.631262 0.753760 -0.456596 -0.005150 -0.889659 0.592285 0.835144 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.000000 1.631629 0.696668 0.000000 -0.109626 -0.993973 0.522888 0.835022 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.000000 1.235054 0.782980 0.000000 -0.426604 -0.904438 0.545929 0.897675 2 2 0.200000 26 0.800000 + 28 -0.252708 1.234732 0.832091 -0.458197 -0.364374 -0.810733 0.613190 0.897766 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.000000 1.235054 0.782980 0.000000 -0.426604 -0.904438 0.545929 0.897675 2 2 0.200000 26 0.800000 + 28 -0.165295 0.944593 0.992971 -0.293154 -0.692428 -0.659246 0.647552 0.945770 2 2 0.300000 26 0.700000 + 28 -0.252708 1.234732 0.832091 -0.458197 -0.364374 -0.810733 0.613190 0.897766 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.000000 1.235054 0.782980 0.000000 -0.426604 -0.904438 0.545929 0.897675 2 2 0.200000 26 0.800000 + 28 0.000000 0.944786 0.963160 0.000000 -0.721527 -0.692386 0.600220 0.945709 2 2 0.300000 26 0.700000 + 28 -0.165295 0.944593 0.992971 -0.293154 -0.692428 -0.659246 0.647552 0.945770 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 0.382040 2.429358 1.324403 0.857859 0.513727 0.012756 0.762940 0.660309 2 27 0.600000 26 0.400000 + 28 0.517488 2.037262 1.622916 0.790399 0.398135 0.465572 0.848358 0.776794 2 27 0.300000 26 0.700000 + 28 0.577003 2.039303 1.336574 0.960810 0.274396 0.039375 0.766419 0.776184 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.517488 2.037262 1.622916 0.790399 0.398135 0.465572 0.848358 0.776794 2 27 0.300000 26 0.700000 + 28 0.560931 1.625136 1.683923 0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.577003 2.039303 1.336574 0.960810 0.274396 0.039375 0.766419 0.776184 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.517488 2.037262 1.622916 0.790399 0.398135 0.465572 0.848358 0.776794 2 27 0.300000 26 0.700000 + 28 0.291985 2.035807 1.856499 0.408179 0.361535 0.838262 0.924042 0.777252 2 27 0.300000 26 0.700000 + 28 0.560931 1.625136 1.683923 0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.291985 2.035807 1.856499 0.408179 0.361535 0.838262 0.924042 0.777252 2 27 0.300000 26 0.700000 + 28 0.321205 1.623544 1.924129 0.419467 -0.059271 0.905834 0.929047 0.837433 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.560931 1.625136 1.683923 0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.291985 2.035807 1.856499 0.408179 0.361535 0.838262 0.924042 0.777252 2 27 0.300000 26 0.700000 + 28 0.000000 1.623117 1.990211 0.000000 0.051712 0.998662 0.992371 0.837555 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.321205 1.623544 1.924129 0.419467 -0.059271 0.905834 0.929047 0.837433 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.000000 1.623117 1.990211 0.000000 0.051712 0.998662 0.992371 0.837555 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.000000 1.226852 1.910460 0.000000 -0.318766 0.947834 0.971069 0.900116 2 2 0.200000 26 0.800000 + 28 0.321205 1.623544 1.924129 0.419467 -0.059271 0.905834 0.929047 0.837433 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.000000 1.623117 1.990211 0.000000 0.051712 0.998662 0.992371 0.837555 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.321205 1.623544 1.924129 -0.419467 -0.059271 0.905834 0.929047 0.837433 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.000000 1.226852 1.910460 0.000000 -0.318766 0.947834 0.971069 0.900116 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 -0.321205 1.623544 1.924129 -0.419467 -0.059271 0.905834 0.929047 0.837433 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.252708 1.227179 1.859349 -0.441154 -0.401854 0.802432 0.911743 0.900024 2 2 0.200000 26 0.800000 + 28 0.000000 1.226852 1.910460 0.000000 -0.318766 0.947834 0.971069 0.900116 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.026632 2.925172 1.502643 0.946564 0.280070 0.159931 0.795319 0.539093 2 27 0.900000 26 0.100000 + 28 0.000000 2.914135 1.528738 0.000000 -0.355267 0.934765 0.807953 0.539307 2 27 0.900000 26 0.100000 + 28 0.067811 2.838982 1.440109 0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 +EievuiDh.png + 28 0.000000 2.914135 1.528738 0.000000 -0.355267 0.934765 0.807953 0.539307 2 27 0.900000 26 0.100000 + 28 0.000000 2.826623 1.505571 0.000000 0.085544 0.996334 0.817810 0.567017 2 27 0.800000 26 0.200000 + 28 0.067811 2.838982 1.440109 0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 +EievuiDh.png + 28 0.000000 2.914135 1.528738 0.000000 -0.355267 0.934765 0.807953 0.539307 2 27 0.900000 26 0.100000 + 28 -0.067811 2.838982 1.440109 -0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 + 28 0.000000 2.826623 1.505571 0.000000 0.085544 0.996334 0.817810 0.567017 2 27 0.800000 26 0.200000 +EievuiDh.png + 28 -0.067811 2.838982 1.440109 -0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 + 28 -0.148732 2.691234 1.436678 -0.679251 0.415417 0.605018 0.797882 0.600616 2 27 0.700000 26 0.300000 + 28 0.000000 2.826623 1.505571 0.000000 0.085544 0.996334 0.817810 0.567017 2 27 0.800000 26 0.200000 +EievuiDh.png + 28 -0.498582 2.041365 1.010330 -0.856118 0.267601 -0.442099 0.673035 0.775574 2 27 0.300000 26 0.700000 + 28 -0.547280 1.629730 0.984951 -0.855144 -0.112962 -0.505934 0.670013 0.835602 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.645105 1.627463 1.347515 -0.998297 -0.015235 -0.056315 0.766846 0.836273 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 -0.547280 1.629730 0.984951 -0.855144 -0.112962 -0.505934 0.670013 0.835602 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.535015 1.230956 1.346722 -0.927406 -0.372839 0.030160 0.766632 0.898895 2 2 0.200000 26 0.800000 + 28 -0.645105 1.627463 1.347515 -0.998297 -0.015235 -0.056315 0.766846 0.836273 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 -0.547280 1.629730 0.984951 -0.855144 -0.112962 -0.505934 0.670013 0.835602 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.475211 1.233154 1.041364 -0.811540 -0.427816 -0.397966 0.685059 0.898254 2 2 0.200000 26 0.800000 + 28 -0.535015 1.230956 1.346722 -0.927406 -0.372839 0.030160 0.766632 0.898895 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 -0.475211 1.233154 1.041364 -0.811540 -0.427816 -0.397966 0.685059 0.898254 2 2 0.200000 26 0.800000 + 28 -0.357332 0.942320 1.345109 -0.729165 -0.683588 -0.032032 0.766205 0.946442 2 2 0.300000 26 0.700000 + 28 -0.535015 1.230956 1.346722 -0.927406 -0.372839 0.030160 0.766632 0.898895 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 -0.166428 2.697403 1.344950 -0.824965 0.562611 0.053870 0.771942 0.598785 2 27 0.700000 26 0.300000 + 28 -0.382040 2.429358 1.324403 -0.857859 0.513727 0.012756 0.762940 0.660309 2 27 0.600000 26 0.400000 + 28 -0.338345 2.417690 1.505620 -0.655480 0.553490 0.513805 0.814789 0.663788 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 -0.382040 2.429358 1.324403 -0.857859 0.513727 0.012756 0.762940 0.660309 2 27 0.600000 26 0.400000 + 28 -0.517488 2.037262 1.622916 -0.790399 0.398135 0.465572 0.848358 0.776794 2 27 0.300000 26 0.700000 + 28 -0.338345 2.417690 1.505620 -0.655480 0.553490 0.513805 0.814789 0.663788 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 -0.382040 2.429358 1.324403 -0.857859 0.513727 0.012756 0.762940 0.660309 2 27 0.600000 26 0.400000 + 28 -0.577003 2.039303 1.336574 -0.960810 0.274396 0.039375 0.766419 0.776184 2 27 0.300000 26 0.700000 + 28 -0.517488 2.037262 1.622916 -0.790399 0.398135 0.465572 0.848358 0.776794 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 -0.577003 2.039303 1.336574 -0.960810 0.274396 0.039375 0.766419 0.776184 2 27 0.300000 26 0.700000 + 28 -0.560931 1.625136 1.683923 -0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.517488 2.037262 1.622916 -0.790399 0.398135 0.465572 0.848358 0.776794 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.166428 2.697403 1.344950 0.824965 0.562611 0.053870 0.771942 0.598785 2 27 0.700000 26 0.300000 + 28 0.338345 2.417690 1.505620 0.655480 0.553490 0.513805 0.814789 0.663788 2 27 0.600000 26 0.400000 + 28 0.382040 2.429358 1.324403 0.857859 0.513727 0.012756 0.762940 0.660309 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 0.338345 2.417690 1.505620 0.655480 0.553490 0.513805 0.814789 0.663788 2 27 0.600000 26 0.400000 + 28 0.517488 2.037262 1.622916 0.790399 0.398135 0.465572 0.848358 0.776794 2 27 0.300000 26 0.700000 + 28 0.382040 2.429358 1.324403 0.857859 0.513727 0.012756 0.762940 0.660309 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 0.338345 2.417690 1.505620 0.655480 0.553490 0.513805 0.814789 0.663788 2 27 0.600000 26 0.400000 + 28 0.152947 2.407963 1.628700 0.362890 0.526100 0.769110 0.873108 0.666687 2 27 0.600000 26 0.400000 + 28 0.517488 2.037262 1.622916 0.790399 0.398135 0.465572 0.848358 0.776794 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.152947 2.407963 1.628700 0.362890 0.526100 0.769110 0.873108 0.666687 2 27 0.600000 26 0.400000 + 28 0.291985 2.035807 1.856499 0.408179 0.361535 0.838262 0.924042 0.777252 2 27 0.300000 26 0.700000 + 28 0.517488 2.037262 1.622916 0.790399 0.398135 0.465572 0.848358 0.776794 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 -0.252708 1.227179 1.859349 -0.441154 -0.401854 0.802432 0.911743 0.900024 2 2 0.200000 26 0.800000 + 28 0.000000 0.939880 1.722675 0.000000 -0.677617 0.735415 0.921936 0.947174 2 2 0.300000 26 0.700000 + 28 0.000000 1.226852 1.910460 0.000000 -0.318766 0.947834 0.971069 0.900116 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.000000 0.939880 1.722675 0.000000 -0.677617 0.735415 0.921936 0.947174 2 2 0.300000 26 0.700000 + 28 0.252708 1.227179 1.859349 0.441154 -0.401854 0.802432 0.911743 0.900024 2 2 0.200000 26 0.800000 + 28 0.000000 1.226852 1.910460 0.000000 -0.318766 0.947834 0.971069 0.900116 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.000000 0.939880 1.722675 0.000000 -0.677617 0.735415 0.921936 0.947174 2 2 0.300000 26 0.700000 + 28 0.156515 0.940101 1.688445 0.382872 -0.706183 0.595579 0.878052 0.947113 2 2 0.300000 26 0.700000 + 28 0.252708 1.227179 1.859349 0.441154 -0.401854 0.802432 0.911743 0.900024 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.156515 0.940101 1.688445 0.382872 -0.706183 0.595579 0.878052 0.947113 2 2 0.300000 26 0.700000 + 28 0.475211 1.228845 1.637368 0.765511 -0.440691 0.468812 0.844238 0.899536 2 2 0.200000 26 0.800000 + 28 0.252708 1.227179 1.859349 0.441154 -0.401854 0.802432 0.911743 0.900024 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.401893 0.791864 1.307504 0.536252 0.663592 0.521613 0.247009 0.211853 1 2 1.000000 + 28 0.186544 0.832283 1.353403 0.207327 0.693163 0.690320 0.282318 0.238892 1 2 1.000000 + 28 0.439171 0.620215 1.385858 0.539976 0.281346 0.793266 0.234253 0.239960 1 2 1.000000 +EievuiDh.png + 28 0.186544 0.832283 1.353403 0.207327 0.693163 0.690320 0.282318 0.238892 1 2 1.000000 + 28 0.200254 0.683885 1.459765 0.208141 0.336349 0.918448 0.266266 0.265045 1 2 1.000000 + 28 0.439171 0.620215 1.385858 0.539976 0.281346 0.793266 0.234253 0.239960 1 2 1.000000 +EievuiDh.png + 28 0.186544 0.832283 1.353403 0.207327 0.693163 0.690320 0.282318 0.238892 1 2 1.000000 + 28 0.000000 0.711813 1.468948 0.000000 0.477321 0.878729 0.295532 0.284546 1 2 1.000000 + 28 0.200254 0.683885 1.459765 0.208141 0.336349 0.918448 0.266266 0.265045 1 2 1.000000 +EievuiDh.png + 28 -0.200254 0.683885 1.459765 -0.208141 0.336349 0.918448 0.266266 0.265045 1 2 1.000000 + 28 0.000000 0.711813 1.468948 0.000000 0.477321 0.878729 0.295532 0.284546 1 2 1.000000 + 28 -0.186544 0.832283 1.353403 -0.207327 0.693163 0.690320 0.282318 0.238892 1 2 1.000000 +EievuiDh.png + 28 0.000000 0.711813 1.468948 0.000000 0.477321 0.878729 0.295532 0.284546 1 2 1.000000 + 28 0.000000 0.849754 1.359906 0.000000 0.831345 0.555756 0.312073 0.259888 1 2 1.000000 + 28 -0.186544 0.832283 1.353403 -0.207327 0.693163 0.690320 0.282318 0.238892 1 2 1.000000 +EievuiDh.png + 28 0.000000 0.711813 1.468948 0.000000 0.477321 0.878729 0.295532 0.284546 1 2 1.000000 + 28 0.186544 0.832283 1.353403 0.207327 0.693163 0.690320 0.282318 0.238892 1 2 1.000000 + 28 0.000000 0.849754 1.359906 0.000000 0.831345 0.555756 0.312073 0.259888 1 2 1.000000 +EievuiDh.png + 28 0.067811 2.838982 1.440109 0.838396 0.216960 0.500021 0.791382 0.567474 2 27 0.800000 26 0.200000 + 28 0.000000 2.826623 1.505571 0.000000 0.085544 0.996334 0.817810 0.567017 2 27 0.800000 26 0.200000 + 28 0.148732 2.691234 1.436678 0.679251 0.415417 0.605018 0.797882 0.600616 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 0.000000 2.826623 1.505571 0.000000 0.085544 0.996334 0.817810 0.567017 2 27 0.800000 26 0.200000 + 28 0.000000 2.683538 1.514140 0.000000 0.418045 0.908426 0.839050 0.602875 2 27 0.700000 26 0.300000 + 28 0.148732 2.691234 1.436678 0.679251 0.415417 0.605018 0.797882 0.600616 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 0.000000 2.826623 1.505571 0.000000 0.085544 0.996334 0.817810 0.567017 2 27 0.800000 26 0.200000 + 28 -0.148732 2.691234 1.436678 -0.679251 0.415417 0.605018 0.797882 0.600616 2 27 0.700000 26 0.300000 + 28 0.000000 2.683538 1.514140 0.000000 0.418045 0.908426 0.839050 0.602875 2 27 0.700000 26 0.300000 +EievuiDh.png + 28 0.131420 2.705004 1.234184 0.642388 0.636359 -0.427065 0.737091 0.596527 2 27 0.700000 26 0.300000 + 28 0.000000 2.890835 1.309573 0.000000 0.774498 -0.632576 0.724426 0.566040 2 27 0.800000 26 0.200000 + 28 0.080385 2.854057 1.389710 0.857772 0.501036 -0.114846 0.774597 0.567810 2 27 0.800000 26 0.200000 +EievuiDh.png + 28 0.000000 2.890835 1.309573 0.000000 0.774498 -0.632576 0.724426 0.566040 2 27 0.800000 26 0.200000 + 28 0.000000 2.981416 1.418836 0.000000 0.875681 -0.482890 0.746612 0.539490 2 27 0.900000 26 0.100000 + 28 0.080385 2.854057 1.389710 0.857772 0.501036 -0.114846 0.774597 0.567810 2 27 0.800000 26 0.200000 +EievuiDh.png + 28 0.000000 2.890835 1.309573 0.000000 0.774498 -0.632576 0.724426 0.566040 2 27 0.800000 26 0.200000 + 28 -0.080385 2.854057 1.389710 -0.857772 0.501036 -0.114846 0.774597 0.567810 2 27 0.800000 26 0.200000 + 28 0.000000 2.981416 1.418836 0.000000 0.875681 -0.482890 0.746612 0.539490 2 27 0.900000 26 0.100000 +EievuiDh.png + 28 0.000000 1.226852 1.910460 0.000000 -0.318766 0.947834 0.971069 0.900116 2 2 0.200000 26 0.800000 + 28 0.252708 1.227179 1.859349 0.441154 -0.401854 0.802432 0.911743 0.900024 2 2 0.200000 26 0.800000 + 28 0.321205 1.623544 1.924129 0.419467 -0.059271 0.905834 0.929047 0.837433 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.252708 1.227179 1.859349 0.441154 -0.401854 0.802432 0.911743 0.900024 2 2 0.200000 26 0.800000 + 28 0.560931 1.625136 1.683923 0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.321205 1.623544 1.924129 0.419467 -0.059271 0.905834 0.929047 0.837433 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.252708 1.227179 1.859349 0.441154 -0.401854 0.802432 0.911743 0.900024 2 2 0.200000 26 0.800000 + 28 0.475211 1.228845 1.637368 0.765511 -0.440691 0.468812 0.844238 0.899536 2 2 0.200000 26 0.800000 + 28 0.560931 1.625136 1.683923 0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.547280 1.629730 0.984951 0.855144 -0.112962 -0.505934 0.670013 0.835602 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.535015 1.230956 1.346722 0.927406 -0.372839 0.030160 0.766632 0.898895 2 2 0.200000 26 0.800000 + 28 0.475211 1.233154 1.041364 0.811540 -0.427816 -0.397966 0.685059 0.898254 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.535015 1.230956 1.346722 0.927406 -0.372839 0.030160 0.766632 0.898895 2 2 0.200000 26 0.800000 + 28 0.357332 0.942320 1.345109 0.729165 -0.683588 -0.032032 0.766205 0.946442 2 2 0.300000 26 0.700000 + 28 0.475211 1.233154 1.041364 0.811540 -0.427816 -0.397966 0.685059 0.898254 2 2 0.200000 26 0.800000 +EievuiDh.png + 28 0.535015 1.230956 1.346722 0.927406 -0.372839 0.030160 0.766632 0.898895 2 2 0.200000 26 0.800000 + 28 0.303109 0.941034 1.544108 0.650496 -0.693816 0.308988 0.824249 0.946838 2 2 0.300000 26 0.700000 + 28 0.357332 0.942320 1.345109 0.729165 -0.683588 -0.032032 0.766205 0.946442 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 -0.401893 0.791864 1.307504 -0.536252 0.663592 0.521613 0.247009 0.211853 1 2 1.000000 + 28 -0.439171 0.620215 1.385858 -0.539976 0.281346 0.793266 0.234253 0.239960 1 2 1.000000 + 28 -0.186544 0.832283 1.353403 -0.207327 0.693163 0.690320 0.282318 0.238892 1 2 1.000000 +EievuiDh.png + 28 -0.439171 0.620215 1.385858 -0.539976 0.281346 0.793266 0.234253 0.239960 1 2 1.000000 + 28 -0.200254 0.683885 1.459765 -0.208141 0.336349 0.918448 0.266266 0.265045 1 2 1.000000 + 28 -0.186544 0.832283 1.353403 -0.207327 0.693163 0.690320 0.282318 0.238892 1 2 1.000000 +EievuiDh.png + 28 -0.560931 1.625136 1.683923 -0.875665 -0.041676 0.481117 0.856659 0.836945 3 2 0.100000 27 0.100000 26 0.800000 + 28 -0.291985 2.035807 1.856499 -0.408179 0.361535 0.838262 0.924042 0.777252 2 27 0.300000 26 0.700000 + 28 -0.517488 2.037262 1.622916 -0.790399 0.398135 0.465572 0.848358 0.776794 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 -0.291985 2.035807 1.856499 -0.408179 0.361535 0.838262 0.924042 0.777252 2 27 0.300000 26 0.700000 + 28 -0.152947 2.407963 1.628700 -0.362890 0.526100 0.769110 0.873108 0.666687 2 27 0.600000 26 0.400000 + 28 -0.517488 2.037262 1.622916 -0.790399 0.398135 0.465572 0.848358 0.776794 2 27 0.300000 26 0.700000 +EievuiDh.png + 28 0.000000 0.729551 1.342360 0.000000 -0.999999 -0.001156 0.765442 0.993988 1 2 1.000000 + 28 0.165295 0.944593 0.992971 0.293154 -0.692428 -0.659246 0.647552 0.945770 2 2 0.300000 26 0.700000 + 28 0.305985 0.943639 1.140747 0.601515 -0.693053 -0.397313 0.709137 0.946075 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 0.165295 0.944593 0.992971 0.293154 -0.692428 -0.659246 0.647552 0.945770 2 2 0.300000 26 0.700000 + 28 0.252708 1.234732 0.832091 0.458197 -0.364374 -0.810733 0.613190 0.897766 2 2 0.200000 26 0.800000 + 28 0.305985 0.943639 1.140747 0.601515 -0.693053 -0.397313 0.709137 0.946075 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 0.498582 2.041365 1.010330 0.856118 0.267601 -0.442099 0.673035 0.775574 2 27 0.300000 26 0.700000 + 28 0.645105 1.627463 1.347515 0.998297 -0.015235 -0.056315 0.766846 0.836273 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.547280 1.629730 0.984951 0.855144 -0.112962 -0.505934 0.670013 0.835602 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.645105 1.627463 1.347515 0.998297 -0.015235 -0.056315 0.766846 0.836273 3 2 0.100000 27 0.100000 26 0.800000 + 28 0.535015 1.230956 1.346722 0.927406 -0.372839 0.030160 0.766632 0.898895 2 2 0.200000 26 0.800000 + 28 0.547280 1.629730 0.984951 0.855144 -0.112962 -0.505934 0.670013 0.835602 3 2 0.100000 27 0.100000 26 0.800000 +EievuiDh.png + 28 0.000000 3.049311 1.564574 0.000000 -0.091720 0.995785 0.767609 0.499268 1 27 1.000000 + 28 0.000000 2.938150 1.482634 0.000000 0.549335 0.835602 0.783783 0.539734 2 27 0.900000 26 0.100000 + 28 0.038271 2.944378 1.471089 0.892092 0.138974 0.429952 0.773987 0.539001 2 27 0.900000 26 0.100000 +EievuiDh.png + 28 0.000000 2.938150 1.482634 0.000000 0.549335 0.835602 0.783783 0.539734 2 27 0.900000 26 0.100000 + 28 -0.026632 2.925172 1.502643 -0.946564 0.280070 0.159931 0.795319 0.539093 2 27 0.900000 26 0.100000 + 28 0.000000 2.983868 1.578924 0.000000 0.815350 0.578968 0.794769 0.515656 1 27 1.000000 +EievuiDh.png + 28 -0.338345 2.417690 1.505620 -0.655480 0.553490 0.513805 0.814789 0.663788 2 27 0.600000 26 0.400000 + 28 -0.517488 2.037262 1.622916 -0.790399 0.398135 0.465572 0.848358 0.776794 2 27 0.300000 26 0.700000 + 28 -0.152947 2.407963 1.628700 -0.362890 0.526100 0.769110 0.873108 0.666687 2 27 0.600000 26 0.400000 +EievuiDh.png + 28 -0.535015 1.230956 1.346722 -0.927406 -0.372839 0.030160 0.766632 0.898895 2 2 0.200000 26 0.800000 + 28 -0.357332 0.942320 1.345109 -0.729165 -0.683588 -0.032032 0.766205 0.946442 2 2 0.300000 26 0.700000 + 28 -0.303109 0.941034 1.544108 -0.650496 -0.693816 0.308988 0.824249 0.946838 2 2 0.300000 26 0.700000 +EievuiDh.png + 28 -0.180228 0.928854 0.931781 -0.112000 0.955544 -0.272750 0.227753 0.096344 3 2 0.500000 7 0.400000 8 0.100000 + 28 -0.338847 0.896989 0.926126 -0.240195 0.964074 -0.113434 0.217072 0.114441 3 2 0.300000 7 0.500000 8 0.200000 + 28 -0.342076 0.895532 1.117060 -0.407461 0.900019 0.154734 0.246338 0.141785 2 2 0.500000 7 0.500000 +EievuiDh.png + 28 -0.338847 0.896989 0.926126 -0.240195 0.964074 -0.113434 0.217072 0.114441 3 2 0.300000 7 0.500000 8 0.200000 + 28 -0.518016 0.781393 1.067545 -0.830297 0.545590 0.113749 0.216278 0.161560 2 2 0.500000 7 0.500000 + 28 -0.342076 0.895532 1.117060 -0.407461 0.900019 0.154734 0.246338 0.141785 2 2 0.500000 7 0.500000 +EievuiDh.png + 28 -0.338847 0.896989 0.926126 -0.240195 0.964074 -0.113434 0.217072 0.114441 3 2 0.300000 7 0.500000 8 0.200000 + 28 -0.522668 0.785827 0.903645 -0.775561 0.631222 0.007987 0.192658 0.139465 3 2 0.300000 7 0.500000 8 0.200000 + 28 -0.518016 0.781393 1.067545 -0.830297 0.545590 0.113749 0.216278 0.161560 2 2 0.500000 7 0.500000 +EievuiDh.png + 28 -0.522668 0.785827 0.903645 -0.775561 0.631222 0.007987 0.192658 0.139465 3 2 0.300000 7 0.500000 8 0.200000 + 28 -0.585521 0.583627 0.806612 -0.994047 0.062311 -0.089377 0.157623 0.161530 2 7 0.600000 8 0.400000 + 28 -0.518016 0.781393 1.067545 -0.830297 0.545590 0.113749 0.216278 0.161560 2 2 0.500000 7 0.500000 +EievuiDh.png + 28 -0.342076 0.895532 1.117060 -0.407461 0.900019 0.154734 0.270264 0.190002 2 2 0.500000 7 0.500000 + 28 -0.180723 0.930195 1.140207 -0.159115 0.958898 0.234938 0.298523 0.214172 2 2 0.700000 7 0.300000 + 28 -0.180228 0.928854 0.931781 -0.112000 0.955544 -0.272750 0.315613 0.188782 3 2 0.500000 7 0.400000 8 0.100000 +EievuiDh.png + 28 -0.180723 0.930195 1.140207 -0.159115 0.958898 0.234938 0.298523 0.214172 2 2 0.700000 7 0.300000 + 28 0.000000 0.942110 0.941029 -0.000002 0.980248 -0.197773 0.345520 0.208130 3 2 0.810000 3 0.100000 7 0.090000 + 28 -0.180228 0.928854 0.931781 -0.112000 0.955544 -0.272750 0.315613 0.188782 3 2 0.500000 7 0.400000 8 0.100000 +EievuiDh.png + 28 -0.180723 0.930195 1.140207 -0.159115 0.958898 0.234938 0.298523 0.214172 2 2 0.700000 7 0.300000 + 28 0.000000 0.946906 1.154107 0.000000 0.978246 0.207449 0.327362 0.236298 1 2 1.000000 + 28 0.000000 0.942110 0.941029 -0.000002 0.980248 -0.197773 0.345520 0.208130 3 2 0.810000 3 0.100000 7 0.090000 +EievuiDh.png + 28 0.000000 0.946906 1.154107 0.000000 0.978246 0.207449 0.327362 0.236298 1 2 1.000000 + 28 -0.180723 0.930195 1.140207 -0.159115 0.958898 0.234938 0.298523 0.214172 2 2 0.700000 7 0.300000 + 28 0.000000 0.849754 1.359906 0.000000 0.831345 0.555756 0.312073 0.259888 1 2 1.000000 +EievuiDh.png + 28 -0.180723 0.930195 1.140207 -0.159115 0.958898 0.234938 0.298523 0.214172 2 2 0.700000 7 0.300000 + 28 -0.186544 0.832283 1.353403 -0.207327 0.693163 0.690320 0.282318 0.238892 1 2 1.000000 + 28 0.000000 0.849754 1.359906 0.000000 0.831345 0.555756 0.312073 0.259888 1 2 1.000000 +EievuiDh.png + 28 -0.180723 0.930195 1.140207 -0.159115 0.958898 0.234938 0.298523 0.214172 2 2 0.700000 7 0.300000 + 28 -0.401893 0.791864 1.307504 -0.536252 0.663592 0.521613 0.247009 0.211853 1 2 1.000000 + 28 -0.186544 0.832283 1.353403 -0.207327 0.693163 0.690320 0.282318 0.238892 1 2 1.000000 +EievuiDh.png + 28 0.000000 0.942110 0.941029 -0.000002 0.980248 -0.197773 0.006561 0.081451 3 2 0.810000 3 0.100000 7 0.090000 + 28 0.000000 0.863656 0.819631 -0.000003 0.705941 -0.708271 0.005341 0.113556 3 2 0.810000 3 0.100000 7 0.090000 + 28 -0.180228 0.928854 0.931781 -0.112000 0.955544 -0.272750 0.035217 0.081787 3 2 0.500000 7 0.400000 8 0.100000 +EievuiDh.png + 28 -0.596466 0.538240 1.010079 -0.995044 0.025725 0.096047 0.183319 0.188049 2 2 0.300000 7 0.700000 + 28 -0.518016 0.781393 1.067545 -0.830297 0.545590 0.113749 0.216278 0.161560 2 2 0.500000 7 0.500000 + 28 -0.585521 0.583627 0.806612 -0.994047 0.062311 -0.089377 0.157623 0.161530 2 7 0.600000 8 0.400000 +EievuiDh.png + 28 -0.180723 0.930195 1.140207 -0.159115 0.958898 0.234938 0.298523 0.214172 2 2 0.700000 7 0.300000 + 28 -0.342076 0.895532 1.117060 -0.407461 0.900019 0.154734 0.270264 0.190002 2 2 0.500000 7 0.500000 + 28 -0.401893 0.791864 1.307504 -0.536252 0.663592 0.521613 0.247009 0.211853 1 2 1.000000 +EievuiDh.png + 28 -0.439171 0.620215 1.385858 -0.539976 0.281346 0.793266 0.234253 0.239960 1 2 1.000000 + 28 -0.401893 0.791864 1.307504 -0.536252 0.663592 0.521613 0.247009 0.211853 1 2 1.000000 + 28 -0.545913 0.557271 1.233680 -0.910795 0.149584 0.384808 0.210999 0.217316 2 2 0.900000 7 0.100000 +EievuiDh.png + 28 -0.401893 0.791864 1.307504 -0.536252 0.663592 0.521613 0.247009 0.211853 1 2 1.000000 + 28 -0.499573 0.751424 1.194096 -0.761202 0.556575 0.332859 0.222778 0.188660 2 2 0.800000 7 0.200000 + 28 -0.545913 0.557271 1.233680 -0.910795 0.149584 0.384808 0.210999 0.217316 2 2 0.900000 7 0.100000 +EievuiDh.png + 28 -0.401893 0.791864 1.307504 -0.536252 0.663592 0.521613 0.247009 0.211853 1 2 1.000000 + 28 -0.342076 0.895532 1.117060 -0.407461 0.900019 0.154734 0.246338 0.141785 2 2 0.500000 7 0.500000 + 28 -0.499573 0.751424 1.194096 -0.761202 0.556575 0.332859 0.222778 0.188660 2 2 0.800000 7 0.200000 +EievuiDh.png + 28 -0.342076 0.895532 1.117060 -0.407461 0.900019 0.154734 0.246338 0.141785 2 2 0.500000 7 0.500000 + 28 -0.518016 0.781393 1.067545 -0.830297 0.545590 0.113749 0.216278 0.161560 2 2 0.500000 7 0.500000 + 28 -0.499573 0.751424 1.194096 -0.761202 0.556575 0.332859 0.222778 0.188660 2 2 0.800000 7 0.200000 +EievuiDh.png + 28 -0.525215 0.303174 1.208909 -0.955698 -0.221641 0.193692 0.189667 0.250885 3 11 0.100000 2 0.700000 7 0.200000 + 28 -0.447388 0.381866 1.387608 -0.746073 -0.112006 0.656377 0.217835 0.270782 2 11 0.100000 2 0.900000 + 28 -0.545913 0.557271 1.233680 -0.910795 0.149584 0.384808 0.210999 0.217316 2 2 0.900000 7 0.100000 +EievuiDh.png + 28 -0.447388 0.381866 1.387608 -0.746073 -0.112006 0.656377 0.217835 0.270782 2 11 0.100000 2 0.900000 + 28 -0.439171 0.620215 1.385858 -0.539976 0.281346 0.793266 0.234253 0.239960 1 2 1.000000 + 28 -0.545913 0.557271 1.233680 -0.910795 0.149584 0.384808 0.210999 0.217316 2 2 0.900000 7 0.100000 +EievuiDh.png + 28 -0.499573 0.751424 1.194096 -0.761202 0.556575 0.332859 0.222778 0.188660 2 2 0.800000 7 0.200000 + 28 -0.518016 0.781393 1.067545 -0.830297 0.545590 0.113749 0.216278 0.161560 2 2 0.500000 7 0.500000 + 28 -0.545913 0.557271 1.233680 -0.910795 0.149584 0.384808 0.210999 0.217316 2 2 0.900000 7 0.100000 +EievuiDh.png + 28 -0.518016 0.781393 1.067545 -0.830297 0.545590 0.113749 0.216278 0.161560 2 2 0.500000 7 0.500000 + 28 -0.596466 0.538240 1.010079 -0.995044 0.025725 0.096047 0.183319 0.188049 2 2 0.300000 7 0.700000 + 28 -0.545913 0.557271 1.233680 -0.910795 0.149584 0.384808 0.210999 0.217316 2 2 0.900000 7 0.100000 +EievuiDh.png + 28 -0.148498 0.392330 0.635828 0.242266 -0.284377 -0.927598 0.041626 0.189270 3 2 0.600000 7 0.200000 8 0.200000 + 28 -0.421806 0.227237 0.752924 -0.579363 -0.394161 -0.713426 0.094635 0.223572 3 11 0.200000 2 0.700000 7 0.100000 + 28 -0.398722 0.291703 0.635462 -0.215345 -0.820932 -0.528864 0.086517 0.194031 2 7 0.500000 8 0.500000 +EievuiDh.png + 28 -0.421806 0.227237 0.752924 -0.579363 -0.394161 -0.713426 0.094635 0.223572 3 11 0.200000 2 0.700000 7 0.100000 + 28 -0.556095 0.297168 0.935392 -0.891223 -0.425075 -0.158221 0.150238 0.217377 2 2 0.200000 7 0.800000 + 28 -0.398722 0.291703 0.635462 -0.215345 -0.820932 -0.528864 0.086517 0.194031 2 7 0.500000 8 0.500000 +EievuiDh.png + 28 -0.421806 0.227237 0.752924 -0.579363 -0.394161 -0.713426 0.094635 0.223572 3 11 0.200000 2 0.700000 7 0.100000 + 28 -0.505228 0.229996 0.938987 -0.903557 -0.339546 -0.261330 0.139374 0.235352 3 11 0.200000 2 0.700000 7 0.100000 + 28 -0.556095 0.297168 0.935392 -0.891223 -0.425075 -0.158221 0.150238 0.217377 2 2 0.200000 7 0.800000 +EievuiDh.png + 28 -0.505228 0.229996 0.938987 -0.903557 -0.339546 -0.261330 0.139374 0.235352 3 11 0.200000 2 0.700000 7 0.100000 + 28 -0.525215 0.303174 1.208909 -0.955698 -0.221641 0.193692 0.189667 0.250885 3 11 0.100000 2 0.700000 7 0.200000 + 28 -0.556095 0.297168 0.935392 -0.891223 -0.425075 -0.158221 0.150238 0.217377 2 2 0.200000 7 0.800000 +EievuiDh.png + 28 -0.398722 0.291703 0.635462 -0.215345 -0.820932 -0.528864 0.086517 0.194031 2 7 0.500000 8 0.500000 + 28 -0.556095 0.297168 0.935392 -0.891223 -0.425075 -0.158221 0.150238 0.217377 2 2 0.200000 7 0.800000 + 28 -0.541755 0.393579 0.702645 -0.822059 -0.448262 -0.351112 0.123749 0.179535 2 7 0.500000 8 0.500000 +EievuiDh.png + 28 -0.556095 0.297168 0.935392 -0.891223 -0.425075 -0.158221 0.150238 0.217377 2 2 0.200000 7 0.800000 + 28 -0.585521 0.583627 0.806612 -0.994047 0.062311 -0.089377 0.157623 0.161530 2 7 0.600000 8 0.400000 + 28 -0.541755 0.393579 0.702645 -0.822059 -0.448262 -0.351112 0.123749 0.179535 2 7 0.500000 8 0.500000 +EievuiDh.png + 28 -0.556095 0.297168 0.935392 -0.891223 -0.425075 -0.158221 0.150238 0.217377 2 2 0.200000 7 0.800000 + 28 -0.596466 0.538240 1.010079 -0.995044 0.025725 0.096047 0.183319 0.188049 2 2 0.300000 7 0.700000 + 28 -0.585521 0.583627 0.806612 -0.994047 0.062311 -0.089377 0.157623 0.161530 2 7 0.600000 8 0.400000 +EievuiDh.png + 28 -0.545913 0.557271 1.233680 -0.910795 0.149584 0.384808 0.210999 0.217316 2 2 0.900000 7 0.100000 + 28 -0.596466 0.538240 1.010079 -0.995044 0.025725 0.096047 0.183319 0.188049 2 2 0.300000 7 0.700000 + 28 -0.525215 0.303174 1.208909 -0.955698 -0.221641 0.193692 0.189667 0.250885 3 11 0.100000 2 0.700000 7 0.200000 +EievuiDh.png + 28 -0.596466 0.538240 1.010079 -0.995044 0.025725 0.096047 0.183319 0.188049 2 2 0.300000 7 0.700000 + 28 -0.556095 0.297168 0.935392 -0.891223 -0.425075 -0.158221 0.150238 0.217377 2 2 0.200000 7 0.800000 + 28 -0.525215 0.303174 1.208909 -0.955698 -0.221641 0.193692 0.189667 0.250885 3 11 0.100000 2 0.700000 7 0.200000 +EievuiDh.png + 28 0.568894 -0.645445 0.635550 -0.474186 -0.331414 -0.815667 0.904205 0.050903 2 11 0.800000 14 0.200000 + 28 0.598509 -0.531405 0.560261 0.238997 0.168383 -0.956309 0.820740 0.011108 2 11 0.800000 14 0.200000 + 28 0.642084 -0.640022 0.628534 0.371338 -0.491000 -0.788053 0.891205 0.061462 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.598509 -0.531405 0.560261 0.238997 0.168383 -0.956309 0.820740 0.011108 2 11 0.800000 14 0.200000 + 28 0.708017 -0.648982 0.729624 0.819277 -0.072461 -0.568801 0.862640 0.089142 2 11 0.800000 14 0.200000 + 28 0.642084 -0.640022 0.628534 0.371338 -0.491000 -0.788053 0.891205 0.061462 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.598509 -0.531405 0.560261 0.238997 0.168383 -0.956309 0.820740 0.011108 2 11 0.800000 14 0.200000 + 28 0.729895 -0.518660 0.747946 0.788960 0.031805 -0.613621 0.814575 0.089844 2 11 0.800000 14 0.200000 + 28 0.708017 -0.648982 0.729624 0.819277 -0.072461 -0.568801 0.862640 0.089142 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.729895 -0.518660 0.747946 0.788960 0.031805 -0.613621 0.814575 0.089844 2 11 0.800000 14 0.200000 + 28 0.891044 -0.525628 0.935131 0.881267 0.061184 -0.468642 0.809875 0.141205 2 11 0.600000 14 0.400000 + 28 0.708017 -0.648982 0.729624 0.819277 -0.072461 -0.568801 0.862640 0.089142 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.729895 -0.518660 0.747946 0.788960 0.031805 -0.613621 0.814575 0.089844 2 11 0.800000 14 0.200000 + 28 0.718922 -0.422391 0.751173 0.738684 0.249593 -0.626138 0.772858 0.091095 2 11 0.800000 14 0.200000 + 28 0.891044 -0.525628 0.935131 0.881267 0.061184 -0.468642 0.809875 0.141205 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.718922 -0.422391 0.751173 0.738684 0.249593 -0.626138 0.772858 0.091095 2 11 0.800000 14 0.200000 + 28 0.819528 -0.340858 0.952423 0.845769 0.436588 -0.306703 0.765167 0.143738 2 11 0.600000 14 0.400000 + 28 0.891044 -0.525628 0.935131 0.881267 0.061184 -0.468642 0.809875 0.141205 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.718922 -0.422391 0.751173 0.738684 0.249593 -0.626138 0.772858 0.091095 2 11 0.800000 14 0.200000 + 28 0.717505 -0.361124 0.758484 0.735128 0.494287 -0.463969 0.749756 0.118500 2 11 0.800000 14 0.200000 + 28 0.819528 -0.340858 0.952423 0.845769 0.436588 -0.306703 0.765167 0.143738 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.717505 -0.361124 0.758484 0.735128 0.494287 -0.463969 0.749756 0.118500 2 11 0.800000 14 0.200000 + 28 0.715586 -0.218294 0.968323 0.620761 0.719153 -0.312210 0.732391 0.151154 2 11 0.600000 14 0.400000 + 28 0.819528 -0.340858 0.952423 0.845769 0.436588 -0.306703 0.765167 0.143738 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.717505 -0.361124 0.758484 0.735128 0.494287 -0.463969 0.749756 0.118500 2 11 0.800000 14 0.200000 + 28 0.649635 -0.305197 0.786517 0.607751 0.456810 -0.649587 0.733093 0.092255 2 11 0.800000 14 0.200000 + 28 0.715586 -0.218294 0.968323 0.620761 0.719153 -0.312210 0.732391 0.151154 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.649635 -0.305197 0.786517 0.607751 0.456810 -0.649587 0.733093 0.092255 2 11 0.800000 14 0.200000 + 28 0.619393 -0.210605 0.801284 0.341487 0.687656 -0.640715 0.700317 0.129944 2 11 0.800000 14 0.200000 + 28 0.715586 -0.218294 0.968323 0.620761 0.719153 -0.312210 0.732391 0.151154 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.649635 -0.305197 0.786517 0.607751 0.456810 -0.649587 0.733093 0.092255 2 11 0.800000 14 0.200000 + 28 0.622000 -0.274981 0.747102 0.297296 0.662399 -0.687636 0.700500 0.104645 2 11 0.800000 14 0.200000 + 28 0.619393 -0.210605 0.801284 0.341487 0.687656 -0.640715 0.700317 0.129944 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.622000 -0.274981 0.747102 0.297296 0.662399 -0.687636 0.700500 0.104645 2 11 0.800000 14 0.200000 + 28 0.529753 -0.278821 0.806816 -0.464341 0.507385 -0.725912 0.686005 0.091156 2 11 0.800000 14 0.200000 + 28 0.619393 -0.210605 0.801284 0.341487 0.687656 -0.640715 0.700317 0.129944 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.622000 -0.274981 0.747102 0.297296 0.662399 -0.687636 0.700500 0.104645 2 11 0.800000 14 0.200000 + 28 0.618791 -0.342670 0.672501 0.450402 0.141767 -0.881499 0.700104 0.094482 2 11 0.800000 14 0.200000 + 28 0.529753 -0.278821 0.806816 -0.464341 0.507385 -0.725912 0.686005 0.091156 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.618791 -0.342670 0.672501 0.450402 0.141767 -0.881499 0.700104 0.094482 2 11 0.800000 14 0.200000 + 28 0.649635 -0.305197 0.786517 0.607751 0.456810 -0.649587 0.733093 0.092255 2 11 0.800000 14 0.200000 + 28 0.529753 -0.278821 0.806816 -0.464341 0.507385 -0.725912 0.686005 0.091156 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.618791 -0.342670 0.672501 0.450402 0.141767 -0.881499 0.700104 0.094482 2 11 0.800000 14 0.200000 + 28 0.622000 -0.274981 0.747102 0.297296 0.662399 -0.687636 0.700500 0.104645 2 11 0.800000 14 0.200000 + 28 0.649635 -0.305197 0.786517 0.607751 0.456810 -0.649587 0.733093 0.092255 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.819528 -0.340858 0.952423 0.845769 0.436588 -0.306703 0.765167 0.143738 2 11 0.600000 14 0.400000 + 28 0.916556 -0.523645 1.161207 0.980144 0.013983 0.197792 0.809265 0.207855 2 11 0.500000 14 0.500000 + 28 0.891044 -0.525628 0.935131 0.881267 0.061184 -0.468642 0.809875 0.141205 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.916556 -0.523645 1.161207 0.980144 0.013983 0.197792 0.809265 0.207855 2 11 0.500000 14 0.500000 + 28 0.834704 -0.720243 0.918618 0.843493 -0.418200 -0.337089 0.871490 0.137817 2 11 0.600000 14 0.400000 + 28 0.891044 -0.525628 0.935131 0.881267 0.061184 -0.468642 0.809875 0.141205 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.916556 -0.523645 1.161207 0.980144 0.013983 0.197792 0.809265 0.207855 2 11 0.500000 14 0.500000 + 28 0.736356 -0.888631 1.097048 0.705947 -0.708265 0.000036 0.925629 0.203033 2 11 0.500000 14 0.500000 + 28 0.834704 -0.720243 0.918618 0.843493 -0.418200 -0.337089 0.871490 0.137817 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.736356 -0.888631 1.097048 0.705947 -0.708265 0.000036 0.925629 0.203033 2 11 0.500000 14 0.500000 + 28 0.684708 -0.851988 0.900592 0.678034 -0.572122 -0.461460 0.927002 0.140411 2 11 0.600000 14 0.400000 + 28 0.834704 -0.720243 0.918618 0.843493 -0.418200 -0.337089 0.871490 0.137817 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.736356 -0.888631 1.097048 0.705947 -0.708265 0.000036 0.925629 0.203033 2 11 0.500000 14 0.500000 + 28 0.619237 -0.934573 0.900701 0.306233 -0.877900 -0.368121 0.959747 0.162903 2 11 0.600000 14 0.400000 + 28 0.684708 -0.851988 0.900592 0.678034 -0.572122 -0.461460 0.927002 0.140411 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.619237 -0.934573 0.900701 0.306233 -0.877900 -0.368121 0.959747 0.162903 2 11 0.600000 14 0.400000 + 28 0.563813 -0.837676 0.701470 0.217545 -0.375784 -0.900811 0.959259 0.150635 2 11 0.700000 14 0.300000 + 28 0.684708 -0.851988 0.900592 0.678034 -0.572122 -0.461460 0.927002 0.140411 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.619237 -0.934573 0.900701 0.306233 -0.877900 -0.368121 0.959747 0.162903 2 11 0.600000 14 0.400000 + 28 0.559052 -0.911051 0.897584 -0.580284 -0.724133 -0.372694 0.983643 0.141113 2 11 0.700000 14 0.300000 + 28 0.563813 -0.837676 0.701470 0.217545 -0.375784 -0.900811 0.959259 0.150635 2 11 0.700000 14 0.300000 +EievuiDh.png + 28 0.559052 -0.911051 0.897584 -0.580284 -0.724133 -0.372694 0.983643 0.141113 2 11 0.700000 14 0.300000 + 28 0.586602 -0.818175 0.766074 0.199305 -0.506656 -0.838795 0.956909 0.140991 2 11 0.700000 14 0.300000 + 28 0.563813 -0.837676 0.701470 0.217545 -0.375784 -0.900811 0.959259 0.150635 2 11 0.700000 14 0.300000 +EievuiDh.png + 28 0.559052 -0.911051 0.897584 -0.580284 -0.724133 -0.372694 0.983643 0.141113 2 11 0.700000 14 0.300000 + 28 0.543592 -0.787024 0.724660 -0.162654 -0.661424 -0.732162 0.972687 0.087860 2 11 0.800000 14 0.200000 + 28 0.586602 -0.818175 0.766074 0.199305 -0.506656 -0.838795 0.956909 0.140991 2 11 0.700000 14 0.300000 +EievuiDh.png + 28 0.543592 -0.787024 0.724660 -0.162654 -0.661424 -0.732162 0.972687 0.087860 2 11 0.800000 14 0.200000 + 28 0.626542 -0.770807 0.731434 0.263478 -0.706343 -0.657008 0.919678 0.087219 2 11 0.800000 14 0.200000 + 28 0.586602 -0.818175 0.766074 0.199305 -0.506656 -0.838795 0.956909 0.140991 2 11 0.700000 14 0.300000 +EievuiDh.png + 28 0.543592 -0.787024 0.724660 -0.162654 -0.661424 -0.732162 0.972687 0.087860 2 11 0.800000 14 0.200000 + 28 0.642084 -0.640022 0.628534 0.371338 -0.491000 -0.788053 0.891205 0.061462 2 11 0.800000 14 0.200000 + 28 0.626542 -0.770807 0.731434 0.263478 -0.706343 -0.657008 0.919678 0.087219 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.642084 -0.640022 0.628534 0.371338 -0.491000 -0.788053 0.891205 0.061462 2 11 0.800000 14 0.200000 + 28 0.708017 -0.648982 0.729624 0.819277 -0.072461 -0.568801 0.862640 0.089142 2 11 0.800000 14 0.200000 + 28 0.626542 -0.770807 0.731434 0.263478 -0.706343 -0.657008 0.919678 0.087219 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.410110 -0.187412 1.367128 -0.200731 0.831101 0.518632 0.680603 0.278503 2 11 0.500000 14 0.500000 + 28 0.592480 -0.083793 1.151736 0.312746 0.883181 0.349546 0.709351 0.256531 2 11 0.500000 14 0.500000 + 28 0.483765 -0.059986 1.150836 0.005433 0.999528 0.030243 0.676239 0.217072 2 11 0.500000 14 0.500000 +EievuiDh.png + 28 0.592480 -0.083793 1.151736 0.312746 0.883181 0.349546 0.709351 0.256531 2 11 0.500000 14 0.500000 + 28 0.618305 -0.092383 0.967728 0.489824 0.852022 -0.184744 0.699402 0.234558 2 11 0.600000 14 0.400000 + 28 0.483765 -0.059986 1.150836 0.005433 0.999528 0.030243 0.676239 0.217072 2 11 0.500000 14 0.500000 +EievuiDh.png + 28 0.592480 -0.083793 1.151736 0.312746 0.883181 0.349546 0.709351 0.256531 2 11 0.500000 14 0.500000 + 28 0.739198 -0.172601 1.177875 0.778819 0.617058 0.112605 0.731171 0.215759 2 11 0.500000 14 0.500000 + 28 0.618305 -0.092383 0.967728 0.489824 0.852022 -0.184744 0.699402 0.234558 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.739198 -0.172601 1.177875 0.778819 0.617058 0.112605 0.731171 0.215759 2 11 0.500000 14 0.500000 + 28 0.665785 -0.160291 0.976550 0.644997 -0.738918 -0.194883 0.719879 0.216949 2 11 0.600000 14 0.400000 + 28 0.618305 -0.092383 0.967728 0.489824 0.852022 -0.184744 0.699402 0.234558 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.739198 -0.172601 1.177875 0.778819 0.617058 0.112605 0.731171 0.215759 2 11 0.500000 14 0.500000 + 28 0.548805 -0.074280 0.982395 -0.855976 -0.500445 -0.129844 0.697754 0.217682 2 11 0.600000 14 0.400000 + 28 0.665785 -0.160291 0.976550 0.644997 -0.738918 -0.194883 0.719879 0.216949 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.548805 -0.074280 0.982395 -0.855976 -0.500445 -0.129844 0.697754 0.217682 2 11 0.600000 14 0.400000 + 28 0.626463 -0.173839 0.835657 0.395239 0.666017 -0.632620 0.694702 0.217743 2 11 0.700000 14 0.300000 + 28 0.665785 -0.160291 0.976550 0.644997 -0.738918 -0.194883 0.719879 0.216949 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.548805 -0.074280 0.982395 -0.855976 -0.500445 -0.129844 0.697754 0.217682 2 11 0.600000 14 0.400000 + 28 0.618305 -0.092383 0.967728 0.489824 0.852022 -0.184744 0.699402 0.234558 2 11 0.600000 14 0.400000 + 28 0.626463 -0.173839 0.835657 0.395239 0.666017 -0.632620 0.694702 0.217743 2 11 0.700000 14 0.300000 +EievuiDh.png + 28 0.618305 -0.092383 0.967728 0.489824 0.852022 -0.184744 0.699402 0.234558 2 11 0.600000 14 0.400000 + 28 0.665785 -0.160291 0.976550 0.644997 -0.738918 -0.194883 0.719879 0.216949 2 11 0.600000 14 0.400000 + 28 0.626463 -0.173839 0.835657 0.395239 0.666017 -0.632620 0.694702 0.217743 2 11 0.700000 14 0.300000 +EievuiDh.png + 28 -0.729895 -0.518660 0.747946 -0.788960 0.031805 -0.613621 0.814575 0.089844 2 15 0.200000 11 0.800000 + 28 -0.718922 -0.422391 0.751173 -0.738684 0.249593 -0.626138 0.772858 0.091095 2 15 0.200000 11 0.800000 + 28 -0.598509 -0.531405 0.560261 -0.238997 0.168383 -0.956309 0.820740 0.011108 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.718922 -0.422391 0.751173 -0.738684 0.249593 -0.626138 0.772858 0.091095 2 15 0.200000 11 0.800000 + 28 -0.595570 -0.452822 0.659080 0.184924 0.621397 -0.761360 0.764221 0.046539 2 15 0.200000 11 0.800000 + 28 -0.598509 -0.531405 0.560261 -0.238997 0.168383 -0.956309 0.820740 0.011108 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.718922 -0.422391 0.751173 -0.738684 0.249593 -0.626138 0.772858 0.091095 2 15 0.200000 11 0.800000 + 28 -0.649635 -0.305197 0.786517 -0.607751 0.456810 -0.649587 0.733093 0.092255 2 15 0.200000 11 0.800000 + 28 -0.595570 -0.452822 0.659080 0.184924 0.621397 -0.761360 0.764221 0.046539 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.649635 -0.305197 0.786517 -0.607751 0.456810 -0.649587 0.733093 0.092255 2 15 0.200000 11 0.800000 + 28 -0.529753 -0.278821 0.806816 0.464341 0.507385 -0.725912 0.686005 0.091156 2 15 0.200000 11 0.800000 + 28 -0.595570 -0.452822 0.659080 0.184924 0.621397 -0.761360 0.764221 0.046539 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.649635 -0.305197 0.786517 -0.607751 0.456810 -0.649587 0.733093 0.092255 2 15 0.200000 11 0.800000 + 28 -0.618791 -0.342670 0.672501 -0.450402 0.141767 -0.881499 0.700104 0.094482 2 15 0.200000 11 0.800000 + 28 -0.529753 -0.278821 0.806816 0.464341 0.507385 -0.725912 0.686005 0.091156 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.618791 -0.342670 0.672501 -0.450402 0.141767 -0.881499 0.700104 0.094482 2 15 0.200000 11 0.800000 + 28 -0.622000 -0.274981 0.747102 -0.297296 0.662399 -0.687636 0.700500 0.104645 2 15 0.200000 11 0.800000 + 28 -0.529753 -0.278821 0.806816 0.464341 0.507385 -0.725912 0.686005 0.091156 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.618791 -0.342670 0.672501 -0.450402 0.141767 -0.881499 0.700104 0.094482 2 15 0.200000 11 0.800000 + 28 -0.649635 -0.305197 0.786517 -0.607751 0.456810 -0.649587 0.733093 0.092255 2 15 0.200000 11 0.800000 + 28 -0.622000 -0.274981 0.747102 -0.297296 0.662399 -0.687636 0.700500 0.104645 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.649635 -0.305197 0.786517 -0.607751 0.456810 -0.649587 0.733093 0.092255 2 15 0.200000 11 0.800000 + 28 -0.619393 -0.210605 0.801284 -0.341487 0.687656 -0.640715 0.700317 0.129944 2 15 0.200000 11 0.800000 + 28 -0.622000 -0.274981 0.747102 -0.297296 0.662399 -0.687636 0.700500 0.104645 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.543592 -0.787024 0.724660 0.162654 -0.661424 -0.732162 0.972687 0.087860 2 15 0.200000 11 0.800000 + 28 -0.626542 -0.770807 0.731434 -0.263478 -0.706343 -0.657008 0.919678 0.087219 2 15 0.200000 11 0.800000 + 28 -0.642084 -0.640022 0.628534 -0.371338 -0.491000 -0.788053 0.891205 0.061462 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.626542 -0.770807 0.731434 -0.263478 -0.706343 -0.657008 0.919678 0.087219 2 15 0.200000 11 0.800000 + 28 -0.708017 -0.648982 0.729624 -0.819277 -0.072461 -0.568801 0.862640 0.089142 2 15 0.200000 11 0.800000 + 28 -0.642084 -0.640022 0.628534 -0.371338 -0.491000 -0.788053 0.891205 0.061462 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.626542 -0.770807 0.731434 -0.263478 -0.706343 -0.657008 0.919678 0.087219 2 15 0.200000 11 0.800000 + 28 -0.653462 -0.609933 0.587247 -0.490486 -0.321960 -0.809793 0.895111 0.093750 2 15 0.200000 11 0.800000 + 28 -0.708017 -0.648982 0.729624 -0.819277 -0.072461 -0.568801 0.862640 0.089142 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.653462 -0.609933 0.587247 -0.490486 -0.321960 -0.809793 0.895111 0.093750 2 15 0.200000 11 0.800000 + 28 -0.696885 -0.741994 0.726810 -0.643524 -0.518558 -0.563005 0.905975 0.113708 2 15 0.200000 11 0.800000 + 28 -0.708017 -0.648982 0.729624 -0.819277 -0.072461 -0.568801 0.862640 0.089142 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.653462 -0.609933 0.587247 -0.490486 -0.321960 -0.809793 0.895111 0.093750 2 15 0.200000 11 0.800000 + 28 -0.626542 -0.770807 0.731434 -0.263478 -0.706343 -0.657008 0.919678 0.087219 2 15 0.200000 11 0.800000 + 28 -0.696885 -0.741994 0.726810 -0.643524 -0.518558 -0.563005 0.905975 0.113708 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 0.529753 -0.278821 0.806816 -0.464341 0.507385 -0.725912 0.686005 0.091156 2 11 0.800000 14 0.200000 + 28 0.649635 -0.305197 0.786517 0.607751 0.456810 -0.649587 0.733093 0.092255 2 11 0.800000 14 0.200000 + 28 0.595570 -0.452822 0.659080 -0.184924 0.621397 -0.761360 0.764221 0.046539 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.649635 -0.305197 0.786517 0.607751 0.456810 -0.649587 0.733093 0.092255 2 11 0.800000 14 0.200000 + 28 0.718922 -0.422391 0.751173 0.738684 0.249593 -0.626138 0.772858 0.091095 2 11 0.800000 14 0.200000 + 28 0.595570 -0.452822 0.659080 -0.184924 0.621397 -0.761360 0.764221 0.046539 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.649635 -0.305197 0.786517 0.607751 0.456810 -0.649587 0.733093 0.092255 2 11 0.800000 14 0.200000 + 28 0.692646 -0.457732 0.602319 0.760229 0.315539 -0.567880 0.750031 0.095154 2 11 0.800000 14 0.200000 + 28 0.718922 -0.422391 0.751173 0.738684 0.249593 -0.626138 0.772858 0.091095 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.692646 -0.457732 0.602319 0.760229 0.315539 -0.567880 0.750031 0.095154 2 11 0.800000 14 0.200000 + 28 0.717505 -0.361124 0.758484 0.735128 0.494287 -0.463969 0.749756 0.118500 2 11 0.800000 14 0.200000 + 28 0.718922 -0.422391 0.751173 0.738684 0.249593 -0.626138 0.772858 0.091095 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.692646 -0.457732 0.602319 0.760229 0.315539 -0.567880 0.750031 0.095154 2 11 0.800000 14 0.200000 + 28 0.649635 -0.305197 0.786517 0.607751 0.456810 -0.649587 0.733093 0.092255 2 11 0.800000 14 0.200000 + 28 0.717505 -0.361124 0.758484 0.735128 0.494287 -0.463969 0.749756 0.118500 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.529753 -0.278821 0.806816 -0.464341 0.507385 -0.725912 0.508240 0.614899 2 11 0.800000 14 0.200000 + 28 0.595570 -0.452822 0.659080 -0.184924 0.621397 -0.761360 0.510162 0.607666 2 11 0.800000 14 0.200000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 +EievuiDh.png + 28 0.595570 -0.452822 0.659080 -0.184924 0.621397 -0.761360 0.510162 0.607666 2 11 0.800000 14 0.200000 + 28 0.564721 -0.526264 0.634242 -0.726896 0.228792 -0.647515 0.515778 0.601837 2 11 0.800000 14 0.200000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 +EievuiDh.png + 28 0.595570 -0.452822 0.659080 -0.184924 0.621397 -0.761360 0.510162 0.607666 2 11 0.800000 14 0.200000 + 28 0.598509 -0.531405 0.560261 0.238997 0.168383 -0.956309 0.510895 0.600861 2 11 0.800000 14 0.200000 + 28 0.564721 -0.526264 0.634242 -0.726896 0.228792 -0.647515 0.515778 0.601837 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.598509 -0.531405 0.560261 0.238997 0.168383 -0.956309 0.510895 0.600861 2 11 0.800000 14 0.200000 + 28 0.568894 -0.645445 0.635550 -0.474186 -0.331414 -0.815667 0.511047 0.595856 2 11 0.800000 14 0.200000 + 28 0.564721 -0.526264 0.634242 -0.726896 0.228792 -0.647515 0.515778 0.601837 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 -0.729895 -0.518660 0.747946 -0.788960 0.031805 -0.613621 0.814575 0.089844 2 15 0.200000 11 0.800000 + 28 -0.598509 -0.531405 0.560261 -0.238997 0.168383 -0.956309 0.820740 0.011108 2 15 0.200000 11 0.800000 + 28 -0.708017 -0.648982 0.729624 -0.819277 -0.072461 -0.568801 0.862640 0.089142 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.598509 -0.531405 0.560261 -0.238997 0.168383 -0.956309 0.820740 0.011108 2 15 0.200000 11 0.800000 + 28 -0.642084 -0.640022 0.628534 -0.371338 -0.491000 -0.788053 0.891205 0.061462 2 15 0.200000 11 0.800000 + 28 -0.708017 -0.648982 0.729624 -0.819277 -0.072461 -0.568801 0.862640 0.089142 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.598509 -0.531405 0.560261 -0.238997 0.168383 -0.956309 0.820740 0.011108 2 15 0.200000 11 0.800000 + 28 -0.568894 -0.645445 0.635550 0.474186 -0.331414 -0.815667 0.904205 0.050903 2 15 0.200000 11 0.800000 + 28 -0.642084 -0.640022 0.628534 -0.371338 -0.491000 -0.788053 0.891205 0.061462 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.568894 -0.645445 0.635550 0.474186 -0.331414 -0.815667 0.904205 0.050903 2 15 0.200000 11 0.800000 + 28 -0.543592 -0.787024 0.724660 0.162654 -0.661424 -0.732162 0.972687 0.087860 2 15 0.200000 11 0.800000 + 28 -0.642084 -0.640022 0.628534 -0.371338 -0.491000 -0.788053 0.891205 0.061462 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 0.529753 -0.278821 0.806816 -0.464341 0.507385 -0.725912 0.686005 0.091156 2 11 0.800000 14 0.200000 + 28 0.538154 -0.092392 0.971443 -0.089961 0.882900 -0.460863 0.674957 0.160583 2 11 0.600000 14 0.400000 + 28 0.619393 -0.210605 0.801284 0.341487 0.687656 -0.640715 0.700317 0.129944 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.538154 -0.092392 0.971443 -0.089961 0.882900 -0.460863 0.674957 0.160583 2 11 0.600000 14 0.400000 + 28 0.715586 -0.218294 0.968323 0.620761 0.719153 -0.312210 0.732391 0.151154 2 11 0.600000 14 0.400000 + 28 0.619393 -0.210605 0.801284 0.341487 0.687656 -0.640715 0.700317 0.129944 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.538154 -0.092392 0.971443 -0.089961 0.882900 -0.460863 0.674957 0.160583 2 11 0.600000 14 0.400000 + 28 0.483765 -0.059986 1.150836 0.005433 0.999528 0.030243 0.676239 0.217072 2 11 0.500000 14 0.500000 + 28 0.715586 -0.218294 0.968323 0.620761 0.719153 -0.312210 0.732391 0.151154 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.483765 -0.059986 1.150836 0.005433 0.999528 0.030243 0.676239 0.217072 2 11 0.500000 14 0.500000 + 28 0.739198 -0.172601 1.177875 0.778819 0.617058 0.112605 0.731171 0.215759 2 11 0.500000 14 0.500000 + 28 0.715586 -0.218294 0.968323 0.620761 0.719153 -0.312210 0.732391 0.151154 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.891044 -0.525628 0.935131 0.881267 0.061184 -0.468642 0.809875 0.141205 2 11 0.600000 14 0.400000 + 28 0.834704 -0.720243 0.918618 0.843493 -0.418200 -0.337089 0.871490 0.137817 2 11 0.600000 14 0.400000 + 28 0.708017 -0.648982 0.729624 0.819277 -0.072461 -0.568801 0.862640 0.089142 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.834704 -0.720243 0.918618 0.843493 -0.418200 -0.337089 0.871490 0.137817 2 11 0.600000 14 0.400000 + 28 0.696885 -0.741994 0.726810 0.643524 -0.518558 -0.563005 0.905975 0.113708 2 11 0.800000 14 0.200000 + 28 0.708017 -0.648982 0.729624 0.819277 -0.072461 -0.568801 0.862640 0.089142 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.834704 -0.720243 0.918618 0.843493 -0.418200 -0.337089 0.871490 0.137817 2 11 0.600000 14 0.400000 + 28 0.684708 -0.851988 0.900592 0.678034 -0.572122 -0.461460 0.927002 0.140411 2 11 0.600000 14 0.400000 + 28 0.696885 -0.741994 0.726810 0.643524 -0.518558 -0.563005 0.905975 0.113708 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.684708 -0.851988 0.900592 0.678034 -0.572122 -0.461460 0.927002 0.140411 2 11 0.600000 14 0.400000 + 28 0.626542 -0.770807 0.731434 0.263478 -0.706343 -0.657008 0.919678 0.087219 2 11 0.800000 14 0.200000 + 28 0.696885 -0.741994 0.726810 0.643524 -0.518558 -0.563005 0.905975 0.113708 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.575709 -0.981755 1.056989 0.732339 -0.677176 -0.071501 0.511932 0.582489 3 11 0.500000 14 0.300000 13 0.200000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 0.559052 -0.911051 0.897584 -0.580284 -0.724133 -0.372694 0.510925 0.584503 2 11 0.700000 14 0.300000 +EievuiDh.png + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 0.543592 -0.787024 0.724660 -0.162654 -0.661424 -0.732162 0.510132 0.586884 2 11 0.800000 14 0.200000 + 28 0.559052 -0.911051 0.897584 -0.580284 -0.724133 -0.372694 0.510925 0.584503 2 11 0.700000 14 0.300000 +EievuiDh.png + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 0.568894 -0.645445 0.635550 -0.474186 -0.331414 -0.815667 0.511047 0.595856 2 11 0.800000 14 0.200000 + 28 0.543592 -0.787024 0.724660 -0.162654 -0.661424 -0.732162 0.510132 0.586884 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 -0.649635 -0.305197 0.786517 -0.607751 0.456810 -0.649587 0.733093 0.092255 2 15 0.200000 11 0.800000 + 28 -0.692646 -0.457732 0.602319 -0.760229 0.315539 -0.567880 0.750031 0.095154 2 15 0.200000 11 0.800000 + 28 -0.717505 -0.361124 0.758484 -0.735128 0.494287 -0.463969 0.749756 0.118500 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.692646 -0.457732 0.602319 -0.760229 0.315539 -0.567880 0.750031 0.095154 2 15 0.200000 11 0.800000 + 28 -0.718922 -0.422391 0.751173 -0.738684 0.249593 -0.626138 0.772858 0.091095 2 15 0.200000 11 0.800000 + 28 -0.717505 -0.361124 0.758484 -0.735128 0.494287 -0.463969 0.749756 0.118500 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.692646 -0.457732 0.602319 -0.760229 0.315539 -0.567880 0.750031 0.095154 2 15 0.200000 11 0.800000 + 28 -0.649635 -0.305197 0.786517 -0.607751 0.456810 -0.649587 0.733093 0.092255 2 15 0.200000 11 0.800000 + 28 -0.718922 -0.422391 0.751173 -0.738684 0.249593 -0.626138 0.772858 0.091095 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 0.696885 -0.741994 0.726810 0.643524 -0.518558 -0.563005 0.905975 0.113708 2 11 0.800000 14 0.200000 + 28 0.653462 -0.609933 0.587247 0.490486 -0.321960 -0.809793 0.895111 0.093750 2 11 0.800000 14 0.200000 + 28 0.708017 -0.648982 0.729624 0.819277 -0.072461 -0.568801 0.862640 0.089142 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.653462 -0.609933 0.587247 0.490486 -0.321960 -0.809793 0.895111 0.093750 2 11 0.800000 14 0.200000 + 28 0.626542 -0.770807 0.731434 0.263478 -0.706343 -0.657008 0.919678 0.087219 2 11 0.800000 14 0.200000 + 28 0.708017 -0.648982 0.729624 0.819277 -0.072461 -0.568801 0.862640 0.089142 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.653462 -0.609933 0.587247 0.490486 -0.321960 -0.809793 0.895111 0.093750 2 11 0.800000 14 0.200000 + 28 0.696885 -0.741994 0.726810 0.643524 -0.518558 -0.563005 0.905975 0.113708 2 11 0.800000 14 0.200000 + 28 0.626542 -0.770807 0.731434 0.263478 -0.706343 -0.657008 0.919678 0.087219 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 -0.595570 -0.452822 0.659080 0.184924 0.621397 -0.761360 0.510162 0.607666 2 15 0.200000 11 0.800000 + 28 -0.564721 -0.526264 0.634242 0.726896 0.228792 -0.647515 0.515778 0.601837 2 15 0.200000 11 0.800000 + 28 -0.598509 -0.531405 0.560261 -0.238997 0.168383 -0.956309 0.510895 0.600861 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 -0.564721 -0.526264 0.634242 0.726896 0.228792 -0.647515 0.515778 0.601837 2 15 0.200000 11 0.800000 + 28 -0.568894 -0.645445 0.635550 0.474186 -0.331414 -0.815667 0.511047 0.595856 2 15 0.200000 11 0.800000 + 28 -0.598509 -0.531405 0.560261 -0.238997 0.168383 -0.956309 0.510895 0.600861 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 0.618305 -0.092383 0.967728 0.489824 0.852022 -0.184744 0.699402 0.234558 2 11 0.600000 14 0.400000 + 28 0.548805 -0.074280 0.982395 -0.855976 -0.500445 -0.129844 0.697754 0.217682 2 11 0.600000 14 0.400000 + 28 0.483765 -0.059986 1.150836 0.005433 0.999528 0.030243 0.676239 0.217072 2 11 0.500000 14 0.500000 +EievuiDh.png + 28 0.548805 -0.074280 0.982395 -0.855976 -0.500445 -0.129844 0.697754 0.217682 2 11 0.600000 14 0.400000 + 28 0.739198 -0.172601 1.177875 0.778819 0.617058 0.112605 0.731171 0.215759 2 11 0.500000 14 0.500000 + 28 0.483765 -0.059986 1.150836 0.005433 0.999528 0.030243 0.676239 0.217072 2 11 0.500000 14 0.500000 +EievuiDh.png + 28 0.483765 -0.059986 1.150836 0.005433 0.999528 0.030243 0.509705 0.631897 2 11 0.500000 14 0.500000 + 28 0.538154 -0.092392 0.971443 -0.089961 0.882900 -0.460863 0.508331 0.626801 2 11 0.600000 14 0.400000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 +EievuiDh.png + 28 0.538154 -0.092392 0.971443 -0.089961 0.882900 -0.460863 0.508331 0.626801 2 11 0.600000 14 0.400000 + 28 0.529753 -0.278821 0.806816 -0.464341 0.507385 -0.725912 0.508240 0.614899 2 11 0.800000 14 0.200000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 +EievuiDh.png + 28 0.729895 -0.518660 0.747946 0.788960 0.031805 -0.613621 0.814575 0.089844 2 11 0.800000 14 0.200000 + 28 0.598509 -0.531405 0.560261 0.238997 0.168383 -0.956309 0.820740 0.011108 2 11 0.800000 14 0.200000 + 28 0.718922 -0.422391 0.751173 0.738684 0.249593 -0.626138 0.772858 0.091095 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.598509 -0.531405 0.560261 0.238997 0.168383 -0.956309 0.820740 0.011108 2 11 0.800000 14 0.200000 + 28 0.595570 -0.452822 0.659080 -0.184924 0.621397 -0.761360 0.764221 0.046539 2 11 0.800000 14 0.200000 + 28 0.718922 -0.422391 0.751173 0.738684 0.249593 -0.626138 0.772858 0.091095 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.715586 -0.218294 0.968323 0.620761 0.719153 -0.312210 0.732391 0.151154 2 11 0.600000 14 0.400000 + 28 0.739198 -0.172601 1.177875 0.778819 0.617058 0.112605 0.731171 0.215759 2 11 0.500000 14 0.500000 + 28 0.819528 -0.340858 0.952423 0.845769 0.436588 -0.306703 0.765167 0.143738 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.739198 -0.172601 1.177875 0.778819 0.617058 0.112605 0.731171 0.215759 2 11 0.500000 14 0.500000 + 28 0.916556 -0.523645 1.161207 0.980144 0.013983 0.197792 0.809265 0.207855 2 11 0.500000 14 0.500000 + 28 0.819528 -0.340858 0.952423 0.845769 0.436588 -0.306703 0.765167 0.143738 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.736356 -0.888631 1.097048 0.705947 -0.708265 0.000036 0.925629 0.203033 2 11 0.500000 14 0.500000 + 28 0.575709 -0.981755 1.056989 0.732339 -0.677176 -0.071501 0.987030 0.197296 3 11 0.500000 14 0.300000 13 0.200000 + 28 0.619237 -0.934573 0.900701 0.306233 -0.877900 -0.368121 0.959747 0.162903 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.575709 -0.981755 1.056989 0.732339 -0.677176 -0.071501 0.987030 0.197296 3 11 0.500000 14 0.300000 13 0.200000 + 28 0.559052 -0.911051 0.897584 -0.580284 -0.724133 -0.372694 0.983643 0.141113 2 11 0.700000 14 0.300000 + 28 0.619237 -0.934573 0.900701 0.306233 -0.877900 -0.368121 0.959747 0.162903 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.563813 -0.837676 0.701470 0.217545 -0.375784 -0.900811 0.959259 0.150635 2 11 0.700000 14 0.300000 + 28 0.586602 -0.818175 0.766074 0.199305 -0.506656 -0.838795 0.956909 0.140991 2 11 0.700000 14 0.300000 + 28 0.684708 -0.851988 0.900592 0.678034 -0.572122 -0.461460 0.927002 0.140411 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.586602 -0.818175 0.766074 0.199305 -0.506656 -0.838795 0.956909 0.140991 2 11 0.700000 14 0.300000 + 28 0.626542 -0.770807 0.731434 0.263478 -0.706343 -0.657008 0.919678 0.087219 2 11 0.800000 14 0.200000 + 28 0.684708 -0.851988 0.900592 0.678034 -0.572122 -0.461460 0.927002 0.140411 2 11 0.600000 14 0.400000 +EievuiDh.png + 28 0.568894 -0.645445 0.635550 -0.474186 -0.331414 -0.815667 0.511047 0.595856 2 11 0.800000 14 0.200000 + 28 0.000000 -0.462180 1.004731 0.000000 0.671619 -0.740897 0.540161 0.606812 1 11 1.000000 + 28 0.564721 -0.526264 0.634242 -0.726896 0.228792 -0.647515 0.515778 0.601837 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 -0.529753 -0.278821 0.806816 0.464341 0.507385 -0.725912 0.686005 0.091156 2 15 0.200000 11 0.800000 + 28 -0.622000 -0.274981 0.747102 -0.297296 0.662399 -0.687636 0.700500 0.104645 2 15 0.200000 11 0.800000 + 28 -0.619393 -0.210605 0.801284 -0.341487 0.687656 -0.640715 0.700317 0.129944 2 15 0.200000 11 0.800000 +EievuiDh.png + 28 0.543592 -0.787024 0.724660 -0.162654 -0.661424 -0.732162 0.972687 0.087860 2 11 0.800000 14 0.200000 + 28 0.568894 -0.645445 0.635550 -0.474186 -0.331414 -0.815667 0.904205 0.050903 2 11 0.800000 14 0.200000 + 28 0.642084 -0.640022 0.628534 0.371338 -0.491000 -0.788053 0.891205 0.061462 2 11 0.800000 14 0.200000 +EievuiDh.png + 28 0.506783 -1.072139 1.264760 0.709264 -0.448520 0.543851 0.698517 0.524292 3 11 0.300000 14 0.100000 13 0.600000 + 28 0.582583 -1.071088 1.064746 0.934530 -0.355866 -0.003660 0.715454 0.478119 2 11 0.400000 13 0.600000 + 28 0.529943 -0.982386 1.266673 0.742541 -0.501296 0.444224 0.737305 0.521271 3 11 0.400000 14 0.300000 13 0.300000 +EievuiDh.png + 28 0.582583 -1.071088 1.064746 0.934530 -0.355866 -0.003660 0.715454 0.478119 2 11 0.400000 13 0.600000 + 28 0.575709 -0.981755 1.056989 0.732339 -0.677176 -0.071501 0.749969 0.475067 3 11 0.500000 14 0.300000 13 0.200000 + 28 0.529943 -0.982386 1.266673 0.742541 -0.501296 0.444224 0.737305 0.521271 3 11 0.400000 14 0.300000 13 0.300000 +EievuiDh.png + 28 0.575709 -0.981755 1.056989 0.732339 -0.677176 -0.071501 0.987030 0.197296 3 11 0.500000 14 0.300000 13 0.200000 + 28 0.736356 -0.888631 1.097048 0.705947 -0.708265 0.000036 0.925629 0.203033 2 11 0.500000 14 0.500000 + 28 0.529943 -0.982386 1.266673 0.742541 -0.501296 0.444224 0.976349 0.256226 3 11 0.400000 14 0.300000 13 0.300000 +EievuiDh.png + 28 0.736356 -0.888631 1.097048 0.705947 -0.708265 0.000036 0.925629 0.203033 2 11 0.500000 14 0.500000 + 28 0.677356 -0.859793 1.312334 0.605349 -0.635295 0.479535 0.917236 0.265869 2 11 0.400000 14 0.600000 + 28 0.529943 -0.982386 1.266673 0.742541 -0.501296 0.444224 0.976349 0.256226 3 11 0.400000 14 0.300000 13 0.300000 +EievuiDh.png + 28 0.126916 -0.492950 0.676139 -0.390766 -0.311477 -0.866189 0.460358 0.547760 2 11 0.800000 20 0.200000 + 28 0.241599 -0.208207 0.688530 -0.114477 0.590584 -0.798815 0.464691 0.504974 1 20 1.000000 + 28 0.137688 -0.570093 0.491872 -0.994453 0.025332 -0.102088 0.441803 0.548889 2 20 0.500000 21 0.500000 +EievuiDh.png + 28 0.241599 -0.208207 0.688530 -0.114477 0.590584 -0.798815 0.464691 0.504974 1 20 1.000000 + 28 0.236448 -0.375312 0.442396 -0.498127 0.742929 -0.447131 0.438690 0.507629 2 20 0.900000 21 0.100000 + 28 0.137688 -0.570093 0.491872 -0.994453 0.025332 -0.102088 0.441803 0.548889 2 20 0.500000 21 0.500000 +EievuiDh.png + 28 0.241599 -0.208207 0.688530 -0.114477 0.590584 -0.798815 0.464691 0.504974 1 20 1.000000 + 28 0.497964 -0.225514 0.713213 0.543615 0.739696 -0.396651 0.467590 0.462585 1 20 1.000000 + 28 0.236448 -0.375312 0.442396 -0.498127 0.742929 -0.447131 0.438690 0.507629 2 20 0.900000 21 0.100000 +EievuiDh.png + 28 0.497964 -0.225514 0.713213 0.543615 0.739696 -0.396651 0.467590 0.462585 1 20 1.000000 + 28 0.469757 -0.372332 0.442300 0.478572 0.736491 -0.478069 0.438568 0.457642 2 20 0.900000 21 0.100000 + 28 0.236448 -0.375312 0.442396 -0.498127 0.742929 -0.447131 0.438690 0.507629 2 20 0.900000 21 0.100000 +EievuiDh.png + 28 0.497964 -0.225514 0.713213 0.543615 0.739696 -0.396651 0.467590 0.462585 1 20 1.000000 + 28 0.578723 -0.558419 0.493067 0.992485 -0.050771 -0.111342 0.435028 0.402069 2 20 0.500000 21 0.500000 + 28 0.469757 -0.372332 0.442300 0.478572 0.736491 -0.478069 0.438568 0.457642 2 20 0.900000 21 0.100000 +EievuiDh.png + 28 0.578723 -0.558419 0.493067 0.992485 -0.050771 -0.111342 0.435028 0.402069 2 20 0.500000 21 0.500000 + 28 0.568639 -0.581868 0.433048 0.981713 0.033689 -0.187361 0.427795 0.401459 2 20 0.500000 21 0.500000 + 28 0.469757 -0.372332 0.442300 0.478572 0.736491 -0.478069 0.438568 0.457642 2 20 0.900000 21 0.100000 +EievuiDh.png + 28 0.211654 -0.747547 0.553209 -0.646662 -0.742902 0.172989 0.448578 0.290009 2 20 0.500000 21 0.500000 + 28 0.465252 -0.742814 0.556916 0.506671 -0.850520 0.141066 0.440582 0.353760 2 20 0.500000 21 0.500000 + 28 0.194427 -0.731712 0.708792 -0.448422 -0.893822 -0.000268 0.476990 0.292084 1 20 1.000000 +EievuiDh.png + 28 0.465252 -0.742814 0.556916 0.506671 -0.850520 0.141066 0.440582 0.353760 2 20 0.500000 21 0.500000 + 28 0.487876 -0.715908 0.742972 0.713605 -0.688348 0.130170 0.470337 0.354919 1 20 1.000000 + 28 0.194427 -0.731712 0.708792 -0.448422 -0.893822 -0.000268 0.476990 0.292084 1 20 1.000000 +EievuiDh.png + 28 0.465252 -0.742814 0.556916 0.506671 -0.850520 0.141066 0.440582 0.353760 2 20 0.500000 21 0.500000 + 28 0.578723 -0.558419 0.493067 0.992485 -0.050771 -0.111342 0.435028 0.402069 2 20 0.500000 21 0.500000 + 28 0.487876 -0.715908 0.742972 0.713605 -0.688348 0.130170 0.470337 0.354919 1 20 1.000000 +EievuiDh.png + 28 0.578723 -0.558419 0.493067 0.992485 -0.050771 -0.111342 0.435028 0.402069 2 20 0.500000 21 0.500000 + 28 0.581505 -0.480174 0.735075 0.999291 0.002772 0.037557 0.466675 0.402985 1 20 1.000000 + 28 0.487876 -0.715908 0.742972 0.713605 -0.688348 0.130170 0.470337 0.354919 1 20 1.000000 +EievuiDh.png + 28 0.578723 -0.558419 0.493067 0.992485 -0.050771 -0.111342 0.435028 0.402069 2 20 0.500000 21 0.500000 + 28 0.497964 -0.225514 0.713213 0.543615 0.739696 -0.396651 0.467590 0.462585 1 20 1.000000 + 28 0.581505 -0.480174 0.735075 0.999291 0.002772 0.037557 0.466675 0.402985 1 20 1.000000 +EievuiDh.png + 28 0.137688 -0.570093 0.491872 -0.994453 0.025332 -0.102088 0.441803 0.548889 2 20 0.500000 21 0.500000 + 28 0.236448 -0.375312 0.442396 -0.498127 0.742929 -0.447131 0.438690 0.507629 2 20 0.900000 21 0.100000 + 28 0.143092 -0.590970 0.388128 -0.970009 0.202966 -0.133747 0.427063 0.551300 2 20 0.400000 21 0.600000 +EievuiDh.png + 28 0.236448 -0.375312 0.442396 -0.498127 0.742929 -0.447131 0.438690 0.507629 2 20 0.900000 21 0.100000 + 28 0.238434 -0.431013 0.358476 -0.405137 0.793374 -0.454337 0.423767 0.510773 2 20 0.500000 21 0.500000 + 28 0.143092 -0.590970 0.388128 -0.970009 0.202966 -0.133747 0.427063 0.551300 2 20 0.400000 21 0.600000 +EievuiDh.png + 28 0.236448 -0.375312 0.442396 -0.498127 0.742929 -0.447131 0.438690 0.507629 2 20 0.900000 21 0.100000 + 28 0.469757 -0.372332 0.442300 0.478572 0.736491 -0.478069 0.438568 0.457642 2 20 0.900000 21 0.100000 + 28 0.238434 -0.431013 0.358476 -0.405137 0.793374 -0.454337 0.423767 0.510773 2 20 0.500000 21 0.500000 +EievuiDh.png + 28 0.469757 -0.372332 0.442300 0.478572 0.736491 -0.478069 0.438568 0.457642 2 20 0.900000 21 0.100000 + 28 0.457954 -0.424184 0.351375 0.356920 0.801954 -0.479039 0.425446 0.457153 2 20 0.500000 21 0.500000 + 28 0.238434 -0.431013 0.358476 -0.405137 0.793374 -0.454337 0.423767 0.510773 2 20 0.500000 21 0.500000 +EievuiDh.png + 28 0.469757 -0.372332 0.442300 0.478572 0.736491 -0.478069 0.438568 0.457642 2 20 0.900000 21 0.100000 + 28 0.568639 -0.581868 0.433048 0.981713 0.033689 -0.187361 0.427795 0.401459 2 20 0.500000 21 0.500000 + 28 0.457954 -0.424184 0.351375 0.356920 0.801954 -0.479039 0.425446 0.457153 2 20 0.500000 21 0.500000 +EievuiDh.png + 28 0.126916 -0.492950 0.676139 -0.390766 -0.311477 -0.866189 0.027130 0.334625 2 11 0.800000 20 0.200000 + 28 0.177669 -0.169446 0.644426 0.355791 -0.070466 -0.931905 0.035156 0.283997 2 11 0.900000 2 0.100000 + 28 0.241599 -0.208207 0.688530 -0.114477 0.590584 -0.798815 0.047424 0.294830 1 20 1.000000 +EievuiDh.png + 28 0.177669 -0.169446 0.644426 0.355791 -0.070466 -0.931905 0.035156 0.283997 2 11 0.900000 2 0.100000 + 28 0.345679 -0.156210 0.781878 0.649811 0.230439 -0.724323 0.071411 0.288422 3 11 0.800000 2 0.100000 20 0.100000 + 28 0.241599 -0.208207 0.688530 -0.114477 0.590584 -0.798815 0.047424 0.294830 1 20 1.000000 +EievuiDh.png + 28 0.126916 -0.492950 0.676139 -0.390766 -0.311477 -0.866189 0.478546 0.245392 2 11 0.800000 20 0.200000 + 28 0.137688 -0.570093 0.491872 -0.994453 0.025332 -0.102088 0.451477 0.238708 2 20 0.500000 21 0.500000 + 28 0.194427 -0.731712 0.708792 -0.448422 -0.893822 -0.000268 0.476990 0.292084 1 20 1.000000 +EievuiDh.png + 28 0.137688 -0.570093 0.491872 -0.994453 0.025332 -0.102088 0.451477 0.238708 2 20 0.500000 21 0.500000 + 28 0.211654 -0.747547 0.553209 -0.646662 -0.742902 0.172989 0.448578 0.290009 2 20 0.500000 21 0.500000 + 28 0.194427 -0.731712 0.708792 -0.448422 -0.893822 -0.000268 0.476990 0.292084 1 20 1.000000 +EievuiDh.png + 28 0.320338 -0.981149 -0.000110 -0.081813 -0.791515 -0.605649 0.208252 0.488800 1 22 1.000000 + 28 0.189393 -0.939625 -0.000110 -0.297029 -0.337720 -0.893151 0.223541 0.538269 1 22 1.000000 + 28 0.449128 -0.939483 -0.000110 0.340128 -0.575900 -0.743405 0.224335 0.440369 1 22 1.000000 +EievuiDh.png + 28 0.189393 -0.939625 -0.000110 -0.297029 -0.337720 -0.893151 0.223541 0.538269 1 22 1.000000 + 28 0.528242 -0.821337 -0.000110 0.716752 -0.195348 -0.669407 0.269073 0.410858 1 22 1.000000 + 28 0.449128 -0.939483 -0.000110 0.340128 -0.575900 -0.743405 0.224335 0.440369 1 22 1.000000 +EievuiDh.png + 28 0.189393 -0.939625 -0.000110 -0.297029 -0.337720 -0.893151 0.223541 0.538269 1 22 1.000000 + 28 0.131368 -0.821522 -0.000110 -0.736358 -0.139350 -0.662086 0.267883 0.560486 1 22 1.000000 + 28 0.528242 -0.821337 -0.000110 0.716752 -0.195348 -0.669407 0.269073 0.410858 1 22 1.000000 +EievuiDh.png + 28 0.131368 -0.821522 -0.000110 -0.736358 -0.139350 -0.662086 0.267883 0.560486 1 22 1.000000 + 28 0.517277 -0.657103 -0.000109 0.413966 0.454211 -0.788875 0.335113 0.414764 1 22 1.000000 + 28 0.528242 -0.821337 -0.000110 0.716752 -0.195348 -0.669407 0.269073 0.410858 1 22 1.000000 +EievuiDh.png + 28 0.131368 -0.821522 -0.000110 -0.736358 -0.139350 -0.662086 0.267883 0.560486 1 22 1.000000 + 28 0.150522 -0.657232 -0.000109 -0.627867 0.462169 -0.626245 0.334595 0.553589 1 22 1.000000 + 28 0.517277 -0.657103 -0.000109 0.413966 0.454211 -0.788875 0.335113 0.414764 1 22 1.000000 +EievuiDh.png + 28 0.150522 -0.657232 -0.000109 -0.627867 0.462169 -0.626245 0.334595 0.553589 1 22 1.000000 + 28 0.209446 -0.560604 0.101048 -0.359901 0.814960 -0.454215 0.369812 0.518158 2 21 0.300000 22 0.700000 + 28 0.517277 -0.657103 -0.000109 0.413966 0.454211 -0.788875 0.335113 0.414764 1 22 1.000000 +EievuiDh.png + 28 0.150522 -0.657232 -0.000109 -0.627867 0.462169 -0.626245 0.334595 0.553589 1 22 1.000000 + 28 0.130239 -0.692169 0.106266 -0.970771 0.219732 0.096545 0.377136 0.558380 2 21 0.500000 22 0.500000 + 28 0.209446 -0.560604 0.101048 -0.359901 0.814960 -0.454215 0.369812 0.518158 2 21 0.300000 22 0.700000 +EievuiDh.png + 28 0.130239 -0.692169 0.106266 -0.970771 0.219732 0.096545 0.377136 0.558380 2 21 0.500000 22 0.500000 + 28 0.231393 -0.522724 0.176486 -0.583302 0.759958 -0.286743 0.392700 0.514984 2 21 0.700000 22 0.300000 + 28 0.209446 -0.560604 0.101048 -0.359901 0.814960 -0.454215 0.369812 0.518158 2 21 0.300000 22 0.700000 +EievuiDh.png + 28 0.130239 -0.692169 0.106266 -0.970771 0.219732 0.096545 0.377136 0.558380 2 21 0.500000 22 0.500000 + 28 0.147995 -0.660746 0.212467 -0.998663 0.020552 0.047442 0.394836 0.554230 2 21 0.500000 22 0.500000 + 28 0.231393 -0.522724 0.176486 -0.583302 0.759958 -0.286743 0.392700 0.514984 2 21 0.700000 22 0.300000 +EievuiDh.png + 28 0.147995 -0.660746 0.212467 -0.998663 0.020552 0.047442 0.394836 0.554230 2 21 0.500000 22 0.500000 + 28 0.143092 -0.590970 0.388128 -0.970009 0.202966 -0.133747 0.427063 0.551300 2 20 0.400000 21 0.600000 + 28 0.231393 -0.522724 0.176486 -0.583302 0.759958 -0.286743 0.392700 0.514984 2 21 0.700000 22 0.300000 +EievuiDh.png + 28 0.449128 -0.939483 -0.000110 0.340128 -0.575900 -0.743405 0.330475 0.360016 1 22 1.000000 + 28 0.528242 -0.821337 -0.000110 0.716752 -0.195348 -0.669407 0.345184 0.394745 1 22 1.000000 + 28 0.455751 -0.981957 0.107300 0.633485 -0.767661 0.096921 0.361877 0.362030 1 22 1.000000 +EievuiDh.png + 28 0.528242 -0.821337 -0.000110 0.716752 -0.195348 -0.669407 0.345184 0.394745 1 22 1.000000 + 28 0.523965 -0.847322 0.105842 0.929850 -0.256592 0.263702 0.370331 0.377991 1 22 1.000000 + 28 0.455751 -0.981957 0.107300 0.633485 -0.767661 0.096921 0.361877 0.362030 1 22 1.000000 +EievuiDh.png + 28 0.528242 -0.821337 -0.000110 0.716752 -0.195348 -0.669407 0.345184 0.394745 1 22 1.000000 + 28 0.534303 -0.718783 0.107073 0.988879 0.091094 0.117562 0.368073 0.400543 2 21 0.500000 22 0.500000 + 28 0.523965 -0.847322 0.105842 0.929850 -0.256592 0.263702 0.370331 0.377991 1 22 1.000000 +EievuiDh.png + 28 0.534303 -0.718783 0.107073 0.988879 0.091094 0.117562 0.368073 0.400543 2 21 0.500000 22 0.500000 + 28 0.434255 -0.864052 0.247948 0.606081 -0.605354 0.515958 0.407257 0.355499 2 21 0.300000 22 0.700000 + 28 0.523965 -0.847322 0.105842 0.929850 -0.256592 0.263702 0.370331 0.377991 1 22 1.000000 +EievuiDh.png + 28 0.534303 -0.718783 0.107073 0.988879 0.091094 0.117562 0.368073 0.400543 2 21 0.500000 22 0.500000 + 28 0.529657 -0.683550 0.218182 0.989000 0.118494 -0.088528 0.399139 0.399628 2 21 0.500000 22 0.500000 + 28 0.434255 -0.864052 0.247948 0.606081 -0.605354 0.515958 0.407257 0.355499 2 21 0.300000 22 0.700000 +EievuiDh.png + 28 0.529657 -0.683550 0.218182 0.989000 0.118494 -0.088528 0.399139 0.399628 2 21 0.500000 22 0.500000 + 28 0.568639 -0.581868 0.433048 0.981713 0.033689 -0.187361 0.427795 0.401459 2 20 0.500000 21 0.500000 + 28 0.434255 -0.864052 0.247948 0.606081 -0.605354 0.515958 0.407257 0.355499 2 21 0.300000 22 0.700000 +EievuiDh.png + 28 0.529657 -0.683550 0.218182 0.989000 0.118494 -0.088528 0.399139 0.399628 2 21 0.500000 22 0.500000 + 28 0.425355 -0.514949 0.170021 0.465118 0.777697 -0.422909 0.392090 0.455292 2 21 0.700000 22 0.300000 + 28 0.568639 -0.581868 0.433048 0.981713 0.033689 -0.187361 0.427795 0.401459 2 20 0.500000 21 0.500000 +EievuiDh.png + 28 0.425355 -0.514949 0.170021 0.465118 0.777697 -0.422909 0.392090 0.455292 2 21 0.700000 22 0.300000 + 28 0.457954 -0.424184 0.351375 0.356920 0.801954 -0.479039 0.425446 0.457153 2 20 0.500000 21 0.500000 + 28 0.568639 -0.581868 0.433048 0.981713 0.033689 -0.187361 0.427795 0.401459 2 20 0.500000 21 0.500000 +EievuiDh.png + 28 0.425355 -0.514949 0.170021 0.465118 0.777697 -0.422909 0.392090 0.455292 2 21 0.700000 22 0.300000 + 28 0.231393 -0.522724 0.176486 -0.583302 0.759958 -0.286743 0.392700 0.514984 2 21 0.700000 22 0.300000 + 28 0.457954 -0.424184 0.351375 0.356920 0.801954 -0.479039 0.425446 0.457153 2 20 0.500000 21 0.500000 +EievuiDh.png + 28 0.578723 -0.558419 0.493067 0.992485 -0.050771 -0.111342 0.435028 0.402069 2 20 0.500000 21 0.500000 + 28 0.465252 -0.742814 0.556916 0.506671 -0.850520 0.141066 0.440582 0.353760 2 20 0.500000 21 0.500000 + 28 0.568639 -0.581868 0.433048 0.981713 0.033689 -0.187361 0.427795 0.401459 2 20 0.500000 21 0.500000 +EievuiDh.png + 28 0.465252 -0.742814 0.556916 0.506671 -0.850520 0.141066 0.440582 0.353760 2 20 0.500000 21 0.500000 + 28 0.434255 -0.864052 0.247948 0.606081 -0.605354 0.515958 0.407257 0.355499 2 21 0.300000 22 0.700000 + 28 0.568639 -0.581868 0.433048 0.981713 0.033689 -0.187361 0.427795 0.401459 2 20 0.500000 21 0.500000 +EievuiDh.png + 28 0.465252 -0.742814 0.556916 0.506671 -0.850520 0.141066 0.440582 0.353760 2 20 0.500000 21 0.500000 + 28 0.211654 -0.747547 0.553209 -0.646662 -0.742902 0.172989 0.448578 0.290009 2 20 0.500000 21 0.500000 + 28 0.434255 -0.864052 0.247948 0.606081 -0.605354 0.515958 0.407257 0.355499 2 21 0.300000 22 0.700000 +EievuiDh.png + 28 0.211654 -0.747547 0.553209 -0.646662 -0.742902 0.172989 0.448578 0.290009 2 20 0.500000 21 0.500000 + 28 0.216888 -0.864167 0.249308 -0.641483 -0.457952 0.615451 0.407684 0.289246 2 21 0.300000 22 0.700000 + 28 0.434255 -0.864052 0.247948 0.606081 -0.605354 0.515958 0.407257 0.355499 2 21 0.300000 22 0.700000 +EievuiDh.png + 28 0.211654 -0.747547 0.553209 -0.646662 -0.742902 0.172989 0.448578 0.290009 2 20 0.500000 21 0.500000 + 28 0.147995 -0.660746 0.212467 -0.998663 0.020552 0.047442 0.396759 0.227539 2 21 0.500000 22 0.500000 + 28 0.216888 -0.864167 0.249308 -0.641483 -0.457952 0.615451 0.407684 0.289246 2 21 0.300000 22 0.700000 +EievuiDh.png + 28 0.147995 -0.660746 0.212467 -0.998663 0.020552 0.047442 0.396759 0.227539 2 21 0.500000 22 0.500000 + 28 0.130239 -0.692169 0.106266 -0.970771 0.219732 0.096545 0.374756 0.223785 2 21 0.500000 22 0.500000 + 28 0.216888 -0.864167 0.249308 -0.641483 -0.457952 0.615451 0.407684 0.289246 2 21 0.300000 22 0.700000 +EievuiDh.png + 28 0.528242 -0.821337 -0.000110 0.716752 -0.195348 -0.669407 0.345184 0.394745 1 22 1.000000 + 28 0.517277 -0.657103 -0.000109 0.413966 0.454211 -0.788875 0.335113 0.414764 1 22 1.000000 + 28 0.534303 -0.718783 0.107073 0.988879 0.091094 0.117562 0.368073 0.400543 2 21 0.500000 22 0.500000 +EievuiDh.png + 28 0.517277 -0.657103 -0.000109 0.413966 0.454211 -0.788875 0.335113 0.414764 1 22 1.000000 + 28 0.434220 -0.552617 0.094725 0.595248 0.738376 -0.316987 0.369293 0.450287 2 21 0.300000 22 0.700000 + 28 0.534303 -0.718783 0.107073 0.988879 0.091094 0.117562 0.368073 0.400543 2 21 0.500000 22 0.500000 +EievuiDh.png + 28 0.517277 -0.657103 -0.000109 0.413966 0.454211 -0.788875 0.335113 0.414764 1 22 1.000000 + 28 0.209446 -0.560604 0.101048 -0.359901 0.814960 -0.454215 0.369812 0.518158 2 21 0.300000 22 0.700000 + 28 0.434220 -0.552617 0.094725 0.595248 0.738376 -0.316987 0.369293 0.450287 2 21 0.300000 22 0.700000 +EievuiDh.png + 28 0.209446 -0.560604 0.101048 -0.359901 0.814960 -0.454215 0.369812 0.518158 2 21 0.300000 22 0.700000 + 28 0.425355 -0.514949 0.170021 0.465118 0.777697 -0.422909 0.392090 0.455292 2 21 0.700000 22 0.300000 + 28 0.434220 -0.552617 0.094725 0.595248 0.738376 -0.316987 0.369293 0.450287 2 21 0.300000 22 0.700000 +EievuiDh.png + 28 0.209446 -0.560604 0.101048 -0.359901 0.814960 -0.454215 0.369812 0.518158 2 21 0.300000 22 0.700000 + 28 0.231393 -0.522724 0.176486 -0.583302 0.759958 -0.286743 0.392700 0.514984 2 21 0.700000 22 0.300000 + 28 0.425355 -0.514949 0.170021 0.465118 0.777697 -0.422909 0.392090 0.455292 2 21 0.700000 22 0.300000 +EievuiDh.png + 28 0.189393 -0.939625 -0.000110 -0.297029 -0.337720 -0.893151 0.330475 0.280853 1 22 1.000000 + 28 0.189888 -0.982062 0.108533 -0.617063 -0.785389 0.048969 0.362244 0.281006 1 22 1.000000 + 28 0.131368 -0.821522 -0.000110 -0.736358 -0.139350 -0.662086 0.342316 0.247345 1 22 1.000000 +EievuiDh.png + 28 0.189888 -0.982062 0.108533 -0.617063 -0.785389 0.048969 0.362244 0.281006 1 22 1.000000 + 28 0.131019 -0.846254 0.120180 -0.941975 -0.195444 0.272919 0.379486 0.260590 1 22 1.000000 + 28 0.131368 -0.821522 -0.000110 -0.736358 -0.139350 -0.662086 0.342316 0.247345 1 22 1.000000 +EievuiDh.png + 28 0.189888 -0.982062 0.108533 -0.617063 -0.785389 0.048969 0.362244 0.281006 1 22 1.000000 + 28 0.199639 -0.938865 0.198006 -0.577628 -0.561827 0.592197 0.376343 0.283966 1 22 1.000000 + 28 0.131019 -0.846254 0.120180 -0.941975 -0.195444 0.272919 0.379486 0.260590 1 22 1.000000 +EievuiDh.png + 28 0.199639 -0.938865 0.198006 -0.577628 -0.561827 0.592197 0.376343 0.283966 1 22 1.000000 + 28 0.216888 -0.864167 0.249308 -0.641483 -0.457952 0.615451 0.407684 0.289246 2 21 0.300000 22 0.700000 + 28 0.131019 -0.846254 0.120180 -0.941975 -0.195444 0.272919 0.379486 0.260590 1 22 1.000000 +EievuiDh.png + 28 0.199639 -0.938865 0.198006 -0.577628 -0.561827 0.592197 0.376343 0.283966 1 22 1.000000 + 28 0.324530 -0.969552 0.197356 0.004464 -0.742103 0.670272 0.376129 0.322052 1 22 1.000000 + 28 0.216888 -0.864167 0.249308 -0.641483 -0.457952 0.615451 0.407684 0.289246 2 21 0.300000 22 0.700000 +EievuiDh.png + 28 0.523965 -0.847322 0.105842 0.929850 -0.256592 0.263702 0.370331 0.377991 1 22 1.000000 + 28 0.448719 -0.938755 0.196709 0.580003 -0.573098 0.578926 0.375946 0.359894 1 22 1.000000 + 28 0.455751 -0.981957 0.107300 0.633485 -0.767661 0.096921 0.361877 0.362030 1 22 1.000000 +EievuiDh.png + 28 0.448719 -0.938755 0.196709 0.580003 -0.573098 0.578926 0.375946 0.359894 1 22 1.000000 + 28 0.324530 -0.969552 0.197356 0.004464 -0.742103 0.670272 0.376129 0.322052 1 22 1.000000 + 28 0.455751 -0.981957 0.107300 0.633485 -0.767661 0.096921 0.361877 0.362030 1 22 1.000000 +EievuiDh.png + 28 0.448719 -0.938755 0.196709 0.580003 -0.573098 0.578926 0.375946 0.359894 1 22 1.000000 + 28 0.434255 -0.864052 0.247948 0.606081 -0.605354 0.515958 0.407257 0.355499 2 21 0.300000 22 0.700000 + 28 0.324530 -0.969552 0.197356 0.004464 -0.742103 0.670272 0.376129 0.322052 1 22 1.000000 +EievuiDh.png + 28 0.434255 -0.864052 0.247948 0.606081 -0.605354 0.515958 0.407257 0.355499 2 21 0.300000 22 0.700000 + 28 0.216888 -0.864167 0.249308 -0.641483 -0.457952 0.615451 0.407684 0.289246 2 21 0.300000 22 0.700000 + 28 0.324530 -0.969552 0.197356 0.004464 -0.742103 0.670272 0.376129 0.322052 1 22 1.000000 +EievuiDh.png + 28 0.189393 -0.939625 -0.000110 -0.297029 -0.337720 -0.893151 0.330475 0.280853 1 22 1.000000 + 28 0.320338 -0.981149 -0.000110 -0.081813 -0.791515 -0.605649 0.330475 0.320770 1 22 1.000000 + 28 0.189888 -0.982062 0.108533 -0.617063 -0.785389 0.048969 0.362244 0.281006 1 22 1.000000 +EievuiDh.png + 28 0.320338 -0.981149 -0.000110 -0.081813 -0.791515 -0.605649 0.330475 0.320770 1 22 1.000000 + 28 0.323047 -1.023604 0.107915 0.066954 -0.997624 -0.016243 0.362060 0.321594 1 22 1.000000 + 28 0.189888 -0.982062 0.108533 -0.617063 -0.785389 0.048969 0.362244 0.281006 1 22 1.000000 +EievuiDh.png + 28 0.320338 -0.981149 -0.000110 -0.081813 -0.791515 -0.605649 0.330475 0.320770 1 22 1.000000 + 28 0.449128 -0.939483 -0.000110 0.340128 -0.575900 -0.743405 0.330475 0.360016 1 22 1.000000 + 28 0.323047 -1.023604 0.107915 0.066954 -0.997624 -0.016243 0.362060 0.321594 1 22 1.000000 +EievuiDh.png + 28 0.449128 -0.939483 -0.000110 0.340128 -0.575900 -0.743405 0.330475 0.360016 1 22 1.000000 + 28 0.455751 -0.981957 0.107300 0.633485 -0.767661 0.096921 0.361877 0.362030 1 22 1.000000 + 28 0.323047 -1.023604 0.107915 0.066954 -0.997624 -0.016243 0.362060 0.321594 1 22 1.000000 +EievuiDh.png + 28 0.137688 -0.570093 0.491872 -0.994453 0.025332 -0.102088 0.451477 0.238708 2 20 0.500000 21 0.500000 + 28 0.143092 -0.590970 0.388128 -0.970009 0.202966 -0.133747 0.428589 0.235687 2 20 0.400000 21 0.600000 + 28 0.211654 -0.747547 0.553209 -0.646662 -0.742902 0.172989 0.448578 0.290009 2 20 0.500000 21 0.500000 +EievuiDh.png + 28 0.143092 -0.590970 0.388128 -0.970009 0.202966 -0.133747 0.428589 0.235687 2 20 0.400000 21 0.600000 + 28 0.147995 -0.660746 0.212467 -0.998663 0.020552 0.047442 0.396759 0.227539 2 21 0.500000 22 0.500000 + 28 0.211654 -0.747547 0.553209 -0.646662 -0.742902 0.172989 0.448578 0.290009 2 20 0.500000 21 0.500000 +EievuiDh.png + 28 0.143092 -0.590970 0.388128 -0.970009 0.202966 -0.133747 0.427063 0.551300 2 20 0.400000 21 0.600000 + 28 0.238434 -0.431013 0.358476 -0.405137 0.793374 -0.454337 0.423767 0.510773 2 20 0.500000 21 0.500000 + 28 0.231393 -0.522724 0.176486 -0.583302 0.759958 -0.286743 0.392700 0.514984 2 21 0.700000 22 0.300000 +EievuiDh.png + 28 0.238434 -0.431013 0.358476 -0.405137 0.793374 -0.454337 0.423767 0.510773 2 20 0.500000 21 0.500000 + 28 0.457954 -0.424184 0.351375 0.356920 0.801954 -0.479039 0.425446 0.457153 2 20 0.500000 21 0.500000 + 28 0.231393 -0.522724 0.176486 -0.583302 0.759958 -0.286743 0.392700 0.514984 2 21 0.700000 22 0.300000 +EievuiDh.png + 28 0.534303 -0.718783 0.107073 0.988879 0.091094 0.117562 0.368073 0.400543 2 21 0.500000 22 0.500000 + 28 0.434220 -0.552617 0.094725 0.595248 0.738376 -0.316987 0.369293 0.450287 2 21 0.300000 22 0.700000 + 28 0.529657 -0.683550 0.218182 0.989000 0.118494 -0.088528 0.399139 0.399628 2 21 0.500000 22 0.500000 +EievuiDh.png + 28 0.434220 -0.552617 0.094725 0.595248 0.738376 -0.316987 0.369293 0.450287 2 21 0.300000 22 0.700000 + 28 0.425355 -0.514949 0.170021 0.465118 0.777697 -0.422909 0.392090 0.455292 2 21 0.700000 22 0.300000 + 28 0.529657 -0.683550 0.218182 0.989000 0.118494 -0.088528 0.399139 0.399628 2 21 0.500000 22 0.500000 +EievuiDh.png + 28 0.216888 -0.864167 0.249308 -0.641483 -0.457952 0.615451 0.407684 0.289246 2 21 0.300000 22 0.700000 + 28 0.130239 -0.692169 0.106266 -0.970771 0.219732 0.096545 0.374756 0.223785 2 21 0.500000 22 0.500000 + 28 0.131019 -0.846254 0.120180 -0.941975 -0.195444 0.272919 0.379486 0.260590 1 22 1.000000 +EievuiDh.png + 28 0.130239 -0.692169 0.106266 -0.970771 0.219732 0.096545 0.374756 0.223785 2 21 0.500000 22 0.500000 + 28 0.131368 -0.821522 -0.000110 -0.736358 -0.139350 -0.662086 0.342316 0.247345 1 22 1.000000 + 28 0.131019 -0.846254 0.120180 -0.941975 -0.195444 0.272919 0.379486 0.260590 1 22 1.000000 +EievuiDh.png + 28 0.199639 -0.938865 0.198006 -0.577628 -0.561827 0.592197 0.376343 0.283966 1 22 1.000000 + 28 0.189888 -0.982062 0.108533 -0.617063 -0.785389 0.048969 0.362244 0.281006 1 22 1.000000 + 28 0.324530 -0.969552 0.197356 0.004464 -0.742103 0.670272 0.376129 0.322052 1 22 1.000000 +EievuiDh.png + 28 0.189888 -0.982062 0.108533 -0.617063 -0.785389 0.048969 0.362244 0.281006 1 22 1.000000 + 28 0.323047 -1.023604 0.107915 0.066954 -0.997624 -0.016243 0.362060 0.321594 1 22 1.000000 + 28 0.324530 -0.969552 0.197356 0.004464 -0.742103 0.670272 0.376129 0.322052 1 22 1.000000 +EievuiDh.png + 28 0.130239 -0.692169 0.106266 -0.970771 0.219732 0.096545 0.377136 0.558380 2 21 0.500000 22 0.500000 + 28 0.150522 -0.657232 -0.000109 -0.627867 0.462169 -0.626245 0.334595 0.553589 1 22 1.000000 + 28 0.131368 -0.821522 -0.000110 -0.736358 -0.139350 -0.662086 0.347778 0.589294 1 22 1.000000 +EievuiDh.png + 28 0.434255 -0.864052 0.247948 0.606081 -0.605354 0.515958 0.407257 0.355499 2 21 0.300000 22 0.700000 + 28 0.448719 -0.938755 0.196709 0.580003 -0.573098 0.578926 0.375946 0.359894 1 22 1.000000 + 28 0.523965 -0.847322 0.105842 0.929850 -0.256592 0.263702 0.370331 0.377991 1 22 1.000000 +EievuiDh.png + 28 0.324530 -0.969552 0.197356 0.004464 -0.742103 0.670272 0.376129 0.322052 1 22 1.000000 + 28 0.323047 -1.023604 0.107915 0.066954 -0.997624 -0.016243 0.362060 0.321594 1 22 1.000000 + 28 0.455751 -0.981957 0.107300 0.633485 -0.767661 0.096921 0.361877 0.362030 1 22 1.000000 +EievuiDh.png + 28 0.000000 -1.558136 1.504255 0.000000 -0.584696 -0.811253 0.285034 0.645447 1 12 1.000000 + 28 0.264469 -1.323737 1.432574 0.251760 -0.341629 -0.905487 0.332245 0.650604 1 12 1.000000 + 28 0.262771 -1.523469 1.532473 0.244206 -0.665151 -0.705647 0.299866 0.668945 1 12 1.000000 +EievuiDh.png + 28 0.264469 -1.323737 1.432574 0.251760 -0.341629 -0.905487 0.332245 0.650604 1 12 1.000000 + 28 0.411220 -1.494211 1.581295 0.498073 -0.643311 -0.581442 0.306641 0.685852 1 12 1.000000 + 28 0.262771 -1.523469 1.532473 0.244206 -0.665151 -0.705647 0.299866 0.668945 1 12 1.000000 +EievuiDh.png + 28 0.264469 -1.323737 1.432574 0.251760 -0.341629 -0.905487 0.332245 0.650604 1 12 1.000000 + 28 0.546507 -1.288850 1.527970 0.501358 -0.297022 -0.812661 0.338623 0.677185 1 12 1.000000 + 28 0.411220 -1.494211 1.581295 0.498073 -0.643311 -0.581442 0.306641 0.685852 1 12 1.000000 +EievuiDh.png + 28 0.546507 -1.288850 1.527970 0.501358 -0.297022 -0.812661 0.338623 0.677185 1 12 1.000000 + 28 0.627333 -1.272752 1.613132 0.793922 -0.404978 -0.453520 0.340332 0.691467 1 12 1.000000 + 28 0.411220 -1.494211 1.581295 0.498073 -0.643311 -0.581442 0.306641 0.685852 1 12 1.000000 +EievuiDh.png + 28 0.546507 -1.288850 1.527970 0.501358 -0.297022 -0.812661 0.338623 0.677185 1 12 1.000000 + 28 0.585992 -1.015690 1.505927 0.686868 0.004768 -0.726767 0.366150 0.677429 1 12 1.000000 + 28 0.627333 -1.272752 1.613132 0.793922 -0.404978 -0.453520 0.340332 0.691467 1 12 1.000000 +EievuiDh.png + 28 0.585992 -1.015690 1.505927 0.686868 0.004768 -0.726767 0.366150 0.677429 1 12 1.000000 + 28 0.669067 -1.262891 1.726238 0.899932 -0.405513 -0.160253 0.340362 0.710480 1 12 1.000000 + 28 0.627333 -1.272752 1.613132 0.793922 -0.404978 -0.453520 0.340332 0.691467 1 12 1.000000 +EievuiDh.png + 28 0.585992 -1.015690 1.505927 0.686868 0.004768 -0.726767 0.366150 0.677429 1 12 1.000000 + 28 0.696218 -1.013694 1.700874 0.952214 -0.011933 -0.305199 0.365662 0.706207 1 12 1.000000 + 28 0.669067 -1.262891 1.726238 0.899932 -0.405513 -0.160253 0.340362 0.710480 1 12 1.000000 +EievuiDh.png + 28 0.696218 -1.013694 1.700874 0.952214 -0.011933 -0.305199 0.365662 0.706207 1 12 1.000000 + 28 0.670776 -1.245046 1.917189 0.907558 -0.417781 0.042403 0.341614 0.742523 1 12 1.000000 + 28 0.669067 -1.262891 1.726238 0.899932 -0.405513 -0.160253 0.340362 0.710480 1 12 1.000000 +EievuiDh.png + 28 0.696218 -1.013694 1.700874 0.952214 -0.011933 -0.305199 0.365662 0.706207 1 12 1.000000 + 28 0.723049 -1.004620 1.928214 0.993605 -0.112629 -0.007975 0.366211 0.744385 1 12 1.000000 + 28 0.670776 -1.245046 1.917189 0.907558 -0.417781 0.042403 0.341614 0.742523 1 12 1.000000 +EievuiDh.png + 28 0.723049 -1.004620 1.928214 0.993605 -0.112629 -0.007975 0.366211 0.744385 1 12 1.000000 + 28 0.661874 -1.208160 2.158572 0.900619 -0.421953 0.104117 0.341583 0.783051 1 12 1.000000 + 28 0.670776 -1.245046 1.917189 0.907558 -0.417781 0.042403 0.341614 0.742523 1 12 1.000000 +EievuiDh.png + 28 0.723049 -1.004620 1.928214 0.993605 -0.112629 -0.007975 0.366211 0.744385 1 12 1.000000 + 28 0.708670 -0.995001 2.184776 0.993174 -0.109059 0.041366 0.365265 0.787476 1 12 1.000000 + 28 0.661874 -1.208160 2.158572 0.900619 -0.421953 0.104117 0.341583 0.783051 1 12 1.000000 +EievuiDh.png + 28 0.708670 -0.995001 2.184776 0.993174 -0.109059 0.041366 0.365265 0.787476 1 12 1.000000 + 28 0.652948 -1.153013 2.424871 0.906064 -0.366519 0.211452 0.346375 0.834137 1 12 1.000000 + 28 0.661874 -1.208160 2.158572 0.900619 -0.421953 0.104117 0.341583 0.783051 1 12 1.000000 +EievuiDh.png + 28 0.708670 -0.995001 2.184776 0.993174 -0.109059 0.041366 0.365265 0.787476 1 12 1.000000 + 28 0.694255 -0.985358 2.426945 0.959216 -0.162375 0.231385 0.366211 0.832367 1 12 1.000000 + 28 0.652948 -1.153013 2.424871 0.906064 -0.366519 0.211452 0.346375 0.834137 1 12 1.000000 +EievuiDh.png + 28 0.694255 -0.985358 2.426945 0.959216 -0.162375 0.231385 0.366211 0.832367 1 12 1.000000 + 28 0.613026 -1.080598 2.588431 0.820496 -0.329135 0.467394 0.349426 0.859680 1 12 1.000000 + 28 0.652948 -1.153013 2.424871 0.906064 -0.366519 0.211452 0.346375 0.834137 1 12 1.000000 +EievuiDh.png + 28 0.694255 -0.985358 2.426945 0.959216 -0.162375 0.231385 0.366211 0.832367 1 12 1.000000 + 28 0.629702 -0.876630 2.604234 0.812058 -0.045955 0.581764 0.382477 0.857910 1 12 1.000000 + 28 0.613026 -1.080598 2.588431 0.820496 -0.329135 0.467394 0.349426 0.859680 1 12 1.000000 +EievuiDh.png + 28 0.629702 -0.876630 2.604234 0.812058 -0.045955 0.581764 0.382477 0.857910 1 12 1.000000 + 28 0.563044 -1.013993 2.682877 0.712678 -0.271131 0.646976 0.352325 0.874634 1 12 1.000000 + 28 0.613026 -1.080598 2.588431 0.820496 -0.329135 0.467394 0.349426 0.859680 1 12 1.000000 +EievuiDh.png + 28 0.629702 -0.876630 2.604234 0.812058 -0.045955 0.581764 0.382477 0.857910 1 12 1.000000 + 28 0.488626 -0.945402 2.751304 0.727322 0.089985 0.680372 0.386108 0.889526 1 12 1.000000 + 28 0.563044 -1.013993 2.682877 0.712678 -0.271131 0.646976 0.352325 0.874634 1 12 1.000000 +EievuiDh.png + 28 0.488626 -0.945402 2.751304 0.727322 0.089985 0.680372 0.386108 0.889526 1 12 1.000000 + 28 0.495607 -1.055120 2.734972 0.798172 -0.504384 0.329422 0.355652 0.893188 1 12 1.000000 + 28 0.563044 -1.013993 2.682877 0.712678 -0.271131 0.646976 0.352325 0.874634 1 12 1.000000 +EievuiDh.png + 28 0.488626 -0.945402 2.751304 0.727322 0.089985 0.680372 0.386108 0.889526 1 12 1.000000 + 28 0.456142 -1.173234 2.848743 0.542070 -0.701163 0.463174 0.368164 0.902710 1 12 1.000000 + 28 0.495607 -1.055120 2.734972 0.798172 -0.504384 0.329422 0.355652 0.893188 1 12 1.000000 +EievuiDh.png + 28 0.456142 -1.173234 2.848743 0.542070 -0.701163 0.463174 0.368164 0.902710 1 12 1.000000 + 28 0.409620 -1.119217 2.789639 0.053471 -0.977660 0.203276 0.353638 0.909088 1 12 1.000000 + 28 0.495607 -1.055120 2.734972 0.798172 -0.504384 0.329422 0.355652 0.893188 1 12 1.000000 +EievuiDh.png + 28 0.456142 -1.173234 2.848743 0.542070 -0.701163 0.463174 0.368164 0.902710 1 12 1.000000 + 28 0.318412 -1.077226 2.813980 0.334599 -0.663249 0.669436 0.369019 0.921570 1 12 1.000000 + 28 0.409620 -1.119217 2.789639 0.053471 -0.977660 0.203276 0.353638 0.909088 1 12 1.000000 +EievuiDh.png + 28 0.318412 -1.077226 2.813980 0.334599 -0.663249 0.669436 0.369019 0.921570 1 12 1.000000 + 28 0.302016 -1.117005 2.782819 0.363505 -0.646973 0.670291 0.354156 0.921509 1 12 1.000000 + 28 0.409620 -1.119217 2.789639 0.053471 -0.977660 0.203276 0.353638 0.909088 1 12 1.000000 +EievuiDh.png + 28 0.318412 -1.077226 2.813980 0.334599 -0.663249 0.669436 0.369019 0.921570 1 12 1.000000 + 28 0.212352 -1.179522 2.856385 0.096679 -0.935648 0.339436 0.353943 0.936066 1 12 1.000000 + 28 0.302016 -1.117005 2.782819 0.363505 -0.646973 0.670291 0.354156 0.921509 1 12 1.000000 +EievuiDh.png + 28 0.212352 -1.179522 2.856385 0.096679 -0.935648 0.339436 0.353943 0.936066 1 12 1.000000 + 28 0.204944 -1.256158 2.761225 0.221866 -0.632527 0.742081 0.332001 0.937073 1 12 1.000000 + 28 0.302016 -1.117005 2.782819 0.363505 -0.646973 0.670291 0.354156 0.921509 1 12 1.000000 +EievuiDh.png + 28 0.212352 -1.179522 2.856385 0.096679 -0.935648 0.339436 0.353943 0.936066 1 12 1.000000 + 28 0.118210 -1.152816 2.817327 0.080572 -0.661931 0.745222 0.353363 0.948944 1 12 1.000000 + 28 0.204944 -1.256158 2.761225 0.221866 -0.632527 0.742081 0.332001 0.937073 1 12 1.000000 +EievuiDh.png + 28 0.118210 -1.152816 2.817327 0.080572 -0.661931 0.745222 0.353363 0.948944 1 12 1.000000 + 28 0.000000 -1.296276 2.772293 -0.000001 -0.640688 0.767801 0.331543 0.965118 1 12 1.000000 + 28 0.204944 -1.256158 2.761225 0.221866 -0.632527 0.742081 0.332001 0.937073 1 12 1.000000 +EievuiDh.png + 28 0.118210 -1.152816 2.817327 0.080572 -0.661931 0.745222 0.353363 0.948944 1 12 1.000000 + 28 0.000000 -1.215737 2.865407 -0.000002 -0.923622 0.383306 0.353363 0.965118 1 12 1.000000 + 28 0.000000 -1.296276 2.772293 -0.000001 -0.640688 0.767801 0.331543 0.965118 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.215737 2.865407 -0.000002 -0.923622 0.383306 0.353363 0.965118 1 12 1.000000 + 28 -0.118209 -1.152816 2.817327 -0.080575 -0.661931 0.745222 0.353363 0.948944 1 12 1.000000 + 28 0.000000 -1.296276 2.772293 -0.000001 -0.640688 0.767801 0.331543 0.965118 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.215737 2.865407 -0.000002 -0.923622 0.383306 0.353363 0.965118 1 12 1.000000 + 28 -0.132810 -1.104942 2.862884 -0.020267 -0.588564 0.808197 0.369598 0.948792 1 12 1.000000 + 28 -0.118209 -1.152816 2.817327 -0.080575 -0.661931 0.745222 0.353363 0.948944 1 12 1.000000 +EievuiDh.png + 28 -0.132810 -1.104942 2.862884 -0.020267 -0.588564 0.808197 0.369598 0.948792 1 12 1.000000 + 28 -0.212352 -1.179522 2.856385 -0.096681 -0.935648 0.339436 0.353943 0.936066 1 12 1.000000 + 28 -0.118209 -1.152816 2.817327 -0.080575 -0.661931 0.745222 0.353363 0.948944 1 12 1.000000 +EievuiDh.png + 28 -0.132810 -1.104942 2.862884 -0.020267 -0.588564 0.808197 0.369598 0.948792 1 12 1.000000 + 28 -0.234772 -1.241882 2.979888 0.035276 -0.817849 0.574351 0.369202 0.934601 1 12 1.000000 + 28 -0.212352 -1.179522 2.856385 -0.096681 -0.935648 0.339436 0.353943 0.936066 1 12 1.000000 +EievuiDh.png + 28 -0.234772 -1.241882 2.979888 0.035276 -0.817849 0.574351 0.369202 0.934601 1 12 1.000000 + 28 -0.318412 -1.077226 2.813980 -0.334599 -0.663249 0.669436 0.369019 0.921570 1 12 1.000000 + 28 -0.212352 -1.179522 2.856385 -0.096681 -0.935648 0.339436 0.353943 0.936066 1 12 1.000000 +EievuiDh.png + 28 -0.234772 -1.241882 2.979888 0.035276 -0.817849 0.574351 0.369202 0.934601 1 12 1.000000 + 28 -0.211623 -0.949753 2.889487 -0.139857 0.064314 0.988081 0.386505 0.933655 1 12 1.000000 + 28 -0.318412 -1.077226 2.813980 -0.334599 -0.663249 0.669436 0.369019 0.921570 1 12 1.000000 +EievuiDh.png + 28 -0.211623 -0.949753 2.889487 -0.139857 0.064314 0.988081 0.386505 0.933655 1 12 1.000000 + 28 -0.410323 -0.945350 2.839900 -0.376998 0.054228 0.924625 0.386505 0.905762 1 12 1.000000 + 28 -0.318412 -1.077226 2.813980 -0.334599 -0.663249 0.669436 0.369019 0.921570 1 12 1.000000 +EievuiDh.png + 28 -0.211623 -0.949753 2.889487 -0.139857 0.064314 0.988081 0.386505 0.933655 1 12 1.000000 + 28 -0.337220 -0.478973 2.760143 -0.383270 0.311979 0.869352 0.428742 0.895630 1 12 1.000000 + 28 -0.410323 -0.945350 2.839900 -0.376998 0.054228 0.924625 0.386505 0.905762 1 12 1.000000 +EievuiDh.png + 28 -0.337220 -0.478973 2.760143 -0.383270 0.311979 0.869352 0.428742 0.895630 1 12 1.000000 + 28 -0.488626 -0.945402 2.751304 -0.727322 0.089985 0.680372 0.386108 0.889526 1 12 1.000000 + 28 -0.410323 -0.945350 2.839900 -0.376998 0.054228 0.924625 0.386505 0.905762 1 12 1.000000 +EievuiDh.png + 28 -0.337220 -0.478973 2.760143 -0.383270 0.311979 0.869352 0.428742 0.895630 1 12 1.000000 + 28 -0.555131 -0.654504 2.657518 -0.717976 0.253386 0.648310 0.405579 0.870789 1 12 1.000000 + 28 -0.488626 -0.945402 2.751304 -0.727322 0.089985 0.680372 0.386108 0.889526 1 12 1.000000 +EievuiDh.png + 28 -0.555131 -0.654504 2.657518 -0.717976 0.253386 0.648310 0.405579 0.870789 1 12 1.000000 + 28 -0.629702 -0.876630 2.604234 -0.812058 -0.045961 0.581764 0.382477 0.857910 1 12 1.000000 + 28 -0.488626 -0.945402 2.751304 -0.727322 0.089985 0.680372 0.386108 0.889526 1 12 1.000000 +EievuiDh.png + 28 -0.555131 -0.654504 2.657518 -0.717976 0.253386 0.648310 0.405579 0.870789 1 12 1.000000 + 28 -0.684308 -0.743881 2.458557 -0.704318 0.642204 0.302505 0.392944 0.833435 1 12 1.000000 + 28 -0.629702 -0.876630 2.604234 -0.812058 -0.045961 0.581764 0.382477 0.857910 1 12 1.000000 +EievuiDh.png + 28 0.629702 -0.876630 2.604234 0.812058 -0.045955 0.581764 0.382477 0.857910 1 12 1.000000 + 28 0.694255 -0.985358 2.426945 0.959216 -0.162375 0.231385 0.366211 0.832367 1 12 1.000000 + 28 0.707676 -0.800574 2.474357 0.538445 -0.828041 0.156284 0.387024 0.833557 1 12 1.000000 +EievuiDh.png + 28 0.694255 -0.985358 2.426945 0.959216 -0.162375 0.231385 0.366211 0.832367 1 12 1.000000 + 28 0.713593 -0.882779 2.313195 0.982627 0.113130 -0.147128 0.376862 0.809021 1 12 1.000000 + 28 0.707676 -0.800574 2.474357 0.538445 -0.828041 0.156284 0.387024 0.833557 1 12 1.000000 +EievuiDh.png + 28 0.694255 -0.985358 2.426945 0.959216 -0.162375 0.231385 0.366211 0.832367 1 12 1.000000 + 28 0.708670 -0.995001 2.184776 0.993174 -0.109059 0.041366 0.365265 0.787476 1 12 1.000000 + 28 0.713593 -0.882779 2.313195 0.982627 0.113130 -0.147128 0.376862 0.809021 1 12 1.000000 +EievuiDh.png + 28 0.708670 -0.995001 2.184776 0.993174 -0.109059 0.041366 0.365265 0.787476 1 12 1.000000 + 28 0.709257 -0.704575 2.222085 0.980032 0.195635 0.035548 0.399994 0.793732 1 12 1.000000 + 28 0.713593 -0.882779 2.313195 0.982627 0.113130 -0.147128 0.376862 0.809021 1 12 1.000000 +EievuiDh.png + 28 0.708670 -0.995001 2.184776 0.993174 -0.109059 0.041366 0.365265 0.787476 1 12 1.000000 + 28 0.709803 -0.694076 1.935543 0.984891 0.160766 -0.064373 0.401581 0.745605 1 12 1.000000 + 28 0.709257 -0.704575 2.222085 0.980032 0.195635 0.035548 0.399994 0.793732 1 12 1.000000 +EievuiDh.png + 28 0.709803 -0.694076 1.935543 0.984891 0.160766 -0.064373 0.401581 0.745605 1 12 1.000000 + 28 0.581187 -0.391274 1.930423 0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 + 28 0.709257 -0.704575 2.222085 0.980032 0.195635 0.035548 0.399994 0.793732 1 12 1.000000 +EievuiDh.png + 28 0.709803 -0.694076 1.935543 0.984891 0.160766 -0.064373 0.401581 0.745605 1 12 1.000000 + 28 0.666013 -0.688462 1.694522 0.882556 0.282521 -0.375868 0.400085 0.705139 1 12 1.000000 + 28 0.581187 -0.391274 1.930423 0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 +EievuiDh.png + 28 0.666013 -0.688462 1.694522 0.882556 0.282521 -0.375868 0.400085 0.705139 1 12 1.000000 + 28 0.559494 -0.469502 1.707522 0.700993 0.547303 -0.457240 0.426971 0.707336 1 12 1.000000 + 28 0.581187 -0.391274 1.930423 0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 +EievuiDh.png + 28 0.666013 -0.688462 1.694522 0.882556 0.282521 -0.375868 0.400085 0.705139 1 12 1.000000 + 28 0.520312 -0.631607 1.541114 0.656951 0.331325 -0.677229 0.405792 0.679382 1 12 1.000000 + 28 0.559494 -0.469502 1.707522 0.700993 0.547303 -0.457240 0.426971 0.707336 1 12 1.000000 +EievuiDh.png + 28 0.520312 -0.631607 1.541114 0.656951 0.331325 -0.677229 0.405792 0.679382 1 12 1.000000 + 28 0.333793 -0.294251 1.683030 0.454613 0.739794 -0.496017 0.452637 0.694641 1 12 1.000000 + 28 0.559494 -0.469502 1.707522 0.700993 0.547303 -0.457240 0.426971 0.707336 1 12 1.000000 +EievuiDh.png + 28 0.520312 -0.631607 1.541114 0.656951 0.331325 -0.677229 0.405792 0.679382 1 12 1.000000 + 28 0.311533 -0.518181 1.463409 0.327707 0.399161 -0.856317 0.423553 0.653717 1 12 1.000000 + 28 0.333793 -0.294251 1.683030 0.454613 0.739794 -0.496017 0.452637 0.694641 1 12 1.000000 +EievuiDh.png + 28 0.311533 -0.518181 1.463409 0.327707 0.399161 -0.856317 0.423553 0.653717 1 12 1.000000 + 28 0.000000 -0.188651 1.665497 0.000000 0.782165 -0.623071 0.480804 0.670624 1 12 1.000000 + 28 0.333793 -0.294251 1.683030 0.454613 0.739794 -0.496017 0.452637 0.694641 1 12 1.000000 +EievuiDh.png + 28 0.311533 -0.518181 1.463409 0.327707 0.399161 -0.856317 0.423553 0.653717 1 12 1.000000 + 28 0.000000 -0.438762 1.441254 0.000000 0.329255 -0.944241 0.440521 0.626099 1 12 1.000000 + 28 0.000000 -0.188651 1.665497 0.000000 0.782165 -0.623071 0.480804 0.670624 1 12 1.000000 +EievuiDh.png + 28 0.000000 -0.438762 1.441254 0.000000 0.329255 -0.944241 0.440521 0.626099 1 12 1.000000 + 28 -0.311533 -0.518181 1.463409 -0.327709 0.399160 -0.856316 0.423553 0.653717 1 12 1.000000 + 28 0.000000 -0.188651 1.665497 0.000000 0.782165 -0.623071 0.480804 0.670624 1 12 1.000000 +EievuiDh.png + 28 0.000000 -0.438762 1.441254 0.000000 0.329255 -0.944241 0.440521 0.626099 1 12 1.000000 + 28 -0.278151 -1.016167 1.393588 -0.226917 -0.018763 -0.973733 0.367188 0.647278 1 12 1.000000 + 28 -0.311533 -0.518181 1.463409 -0.327709 0.399160 -0.856316 0.423553 0.653717 1 12 1.000000 +EievuiDh.png + 28 -0.278151 -1.016167 1.393588 -0.226917 -0.018763 -0.973733 0.367188 0.647278 1 12 1.000000 + 28 -0.585992 -1.015690 1.505927 -0.686874 0.004768 -0.726761 0.366150 0.677429 1 12 1.000000 + 28 -0.311533 -0.518181 1.463409 -0.327709 0.399160 -0.856316 0.423553 0.653717 1 12 1.000000 +EievuiDh.png + 28 -0.278151 -1.016167 1.393588 -0.226917 -0.018763 -0.973733 0.367188 0.647278 1 12 1.000000 + 28 -0.546506 -1.288850 1.527970 -0.501358 -0.297022 -0.812661 0.338623 0.677185 1 12 1.000000 + 28 -0.585992 -1.015690 1.505927 -0.686874 0.004768 -0.726761 0.366150 0.677429 1 12 1.000000 +EievuiDh.png + 28 -0.546506 -1.288850 1.527970 -0.501358 -0.297022 -0.812661 0.338623 0.677185 1 12 1.000000 + 28 -0.627333 -1.272752 1.613132 -0.793922 -0.404978 -0.453520 0.340332 0.691467 1 12 1.000000 + 28 -0.585992 -1.015690 1.505927 -0.686874 0.004768 -0.726761 0.366150 0.677429 1 12 1.000000 +EievuiDh.png + 28 -0.546506 -1.288850 1.527970 -0.501358 -0.297022 -0.812661 0.338623 0.677185 1 12 1.000000 + 28 -0.411220 -1.494211 1.581295 -0.498073 -0.643311 -0.581442 0.306641 0.685852 1 12 1.000000 + 28 -0.627333 -1.272752 1.613132 -0.793922 -0.404978 -0.453520 0.340332 0.691467 1 12 1.000000 +EievuiDh.png + 28 -0.411220 -1.494211 1.581295 -0.498073 -0.643311 -0.581442 0.306641 0.685852 1 12 1.000000 + 28 -0.496281 -1.469576 1.688816 -0.636883 -0.743673 -0.203299 0.313293 0.703827 1 12 1.000000 + 28 -0.627333 -1.272752 1.613132 -0.793922 -0.404978 -0.453520 0.340332 0.691467 1 12 1.000000 +EievuiDh.png + 28 -0.411220 -1.494211 1.581295 -0.498073 -0.643311 -0.581442 0.306641 0.685852 1 12 1.000000 + 28 -0.263559 -1.581963 1.614510 -0.334969 -0.872254 -0.356328 0.287659 0.687073 1 12 1.000000 + 28 -0.496281 -1.469576 1.688816 -0.636883 -0.743673 -0.203299 0.313293 0.703827 1 12 1.000000 +EievuiDh.png + 28 -0.263559 -1.581963 1.614510 -0.334969 -0.872254 -0.356328 0.287659 0.687073 1 12 1.000000 + 28 -0.264021 -1.621983 1.754510 -0.443283 -0.891210 -0.096154 0.282898 0.707153 1 12 1.000000 + 28 -0.496281 -1.469576 1.688816 -0.636883 -0.743673 -0.203299 0.313293 0.703827 1 12 1.000000 +EievuiDh.png + 28 0.234772 -1.241882 2.979888 -0.035285 -0.817848 0.574351 0.369202 0.934601 1 12 1.000000 + 28 0.211623 -0.949753 2.889487 0.139855 0.064314 0.988081 0.386505 0.933655 1 12 1.000000 + 28 0.132811 -1.104942 2.862884 0.020263 -0.588564 0.808197 0.369598 0.948792 1 12 1.000000 +EievuiDh.png + 28 0.211623 -0.949753 2.889487 0.139855 0.064314 0.988081 0.386505 0.933655 1 12 1.000000 + 28 0.000000 -0.936618 2.905373 0.000000 0.142907 0.989736 0.387573 0.965027 1 12 1.000000 + 28 0.132811 -1.104942 2.862884 0.020263 -0.588564 0.808197 0.369598 0.948792 1 12 1.000000 +EievuiDh.png + 28 0.211623 -0.949753 2.889487 0.139855 0.064314 0.988081 0.386505 0.933655 1 12 1.000000 + 28 0.337220 -0.478973 2.760143 0.383270 0.311979 0.869352 0.428742 0.895630 1 12 1.000000 + 28 0.000000 -0.936618 2.905373 0.000000 0.142907 0.989736 0.387573 0.965027 1 12 1.000000 +EievuiDh.png + 28 0.337220 -0.478973 2.760143 0.383270 0.311979 0.869352 0.428742 0.895630 1 12 1.000000 + 28 0.000000 -0.394234 2.784142 0.000000 0.497968 0.867196 0.455414 0.930176 1 12 1.000000 + 28 0.000000 -0.936618 2.905373 0.000000 0.142907 0.989736 0.387573 0.965027 1 12 1.000000 +EievuiDh.png + 28 0.337220 -0.478973 2.760143 0.383270 0.311979 0.869352 0.428742 0.895630 1 12 1.000000 + 28 0.365663 -0.243283 2.568326 0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 + 28 0.000000 -0.394234 2.784142 0.000000 0.497968 0.867196 0.455414 0.930176 1 12 1.000000 +EievuiDh.png + 28 0.365663 -0.243283 2.568326 0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 + 28 0.000000 -0.150193 2.586426 0.000000 0.834591 0.550870 0.492401 0.879639 1 12 1.000000 + 28 0.000000 -0.394234 2.784142 0.000000 0.497968 0.867196 0.455414 0.930176 1 12 1.000000 +EievuiDh.png + 28 0.365663 -0.243283 2.568326 0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 + 28 0.000000 -0.067167 2.289680 0.000000 0.996444 0.084257 0.506378 0.809448 1 12 1.000000 + 28 0.000000 -0.150193 2.586426 0.000000 0.834591 0.550870 0.492401 0.879639 1 12 1.000000 +EievuiDh.png + 28 0.000000 -0.067167 2.289680 0.000000 0.996444 0.084257 0.506378 0.809448 1 12 1.000000 + 28 -0.365663 -0.243283 2.568326 -0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 + 28 0.000000 -0.150193 2.586426 0.000000 0.834591 0.550870 0.492401 0.879639 1 12 1.000000 +EievuiDh.png + 28 0.000000 -0.067167 2.289680 0.000000 0.996444 0.084257 0.506378 0.809448 1 12 1.000000 + 28 -0.372037 -0.164443 2.273452 -0.533540 0.844758 0.041461 0.474243 0.804810 1 12 1.000000 + 28 -0.365663 -0.243283 2.568326 -0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 +EievuiDh.png + 28 -0.372037 -0.164443 2.273452 -0.533540 0.844758 0.041461 0.474243 0.804810 1 12 1.000000 + 28 -0.591190 -0.382851 2.248181 -0.846317 0.521545 0.108338 0.439941 0.800018 1 12 1.000000 + 28 -0.365663 -0.243283 2.568326 -0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 +EievuiDh.png + 28 -0.372037 -0.164443 2.273452 -0.533540 0.844758 0.041461 0.474243 0.804810 1 12 1.000000 + 28 -0.581187 -0.391274 1.930423 -0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 + 28 -0.591190 -0.382851 2.248181 -0.846317 0.521545 0.108338 0.439941 0.800018 1 12 1.000000 +EievuiDh.png + 28 -0.581187 -0.391274 1.930423 -0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 + 28 -0.709256 -0.704575 2.222085 -0.980032 0.195635 0.035548 0.399994 0.793732 1 12 1.000000 + 28 -0.591190 -0.382851 2.248181 -0.846317 0.521545 0.108338 0.439941 0.800018 1 12 1.000000 +EievuiDh.png + 28 -0.581187 -0.391274 1.930423 -0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 + 28 -0.709803 -0.694076 1.935543 -0.984891 0.160766 -0.064373 0.401581 0.745605 1 12 1.000000 + 28 -0.709256 -0.704575 2.222085 -0.980032 0.195635 0.035548 0.399994 0.793732 1 12 1.000000 +EievuiDh.png + 28 -0.709803 -0.694076 1.935543 -0.984891 0.160766 -0.064373 0.401581 0.745605 1 12 1.000000 + 28 -0.708670 -0.995001 2.184776 -0.993174 -0.109059 0.041366 0.365265 0.787476 1 12 1.000000 + 28 -0.709256 -0.704575 2.222085 -0.980032 0.195635 0.035548 0.399994 0.793732 1 12 1.000000 +EievuiDh.png + 28 -0.709803 -0.694076 1.935543 -0.984891 0.160766 -0.064373 0.401581 0.745605 1 12 1.000000 + 28 -0.723049 -1.004620 1.928214 -0.993605 -0.112629 -0.007975 0.366211 0.744385 1 12 1.000000 + 28 -0.708670 -0.995001 2.184776 -0.993174 -0.109059 0.041366 0.365265 0.787476 1 12 1.000000 +EievuiDh.png + 28 -0.723049 -1.004620 1.928214 -0.993605 -0.112629 -0.007975 0.366211 0.744385 1 12 1.000000 + 28 -0.661874 -1.208160 2.158572 -0.900619 -0.421953 0.104117 0.341583 0.783051 1 12 1.000000 + 28 -0.708670 -0.995001 2.184776 -0.993174 -0.109059 0.041366 0.365265 0.787476 1 12 1.000000 +EievuiDh.png + 28 -0.723049 -1.004620 1.928214 -0.993605 -0.112629 -0.007975 0.366211 0.744385 1 12 1.000000 + 28 -0.670776 -1.245046 1.917189 -0.907558 -0.417781 0.042403 0.341614 0.742523 1 12 1.000000 + 28 -0.661874 -1.208160 2.158572 -0.900619 -0.421953 0.104117 0.341583 0.783051 1 12 1.000000 +EievuiDh.png + 28 -0.670776 -1.245046 1.917189 -0.907558 -0.417781 0.042403 0.341614 0.742523 1 12 1.000000 + 28 -0.568097 -1.326404 2.156641 -0.649933 -0.744841 0.150990 0.321533 0.782745 1 12 1.000000 + 28 -0.661874 -1.208160 2.158572 -0.900619 -0.421953 0.104117 0.341583 0.783051 1 12 1.000000 +EievuiDh.png + 28 -0.670776 -1.245046 1.917189 -0.907558 -0.417781 0.042403 0.341614 0.742523 1 12 1.000000 + 28 -0.561402 -1.386106 1.846201 -0.651751 -0.742099 0.156557 0.321411 0.731567 1 12 1.000000 + 28 -0.568097 -1.326404 2.156641 -0.649933 -0.744841 0.150990 0.321533 0.782745 1 12 1.000000 +EievuiDh.png + 28 0.713593 -0.882779 2.313195 0.982627 0.113130 -0.147128 0.376862 0.809021 1 12 1.000000 + 28 0.709257 -0.704575 2.222085 0.980032 0.195635 0.035548 0.399994 0.793732 1 12 1.000000 + 28 0.684308 -0.743881 2.458557 0.704318 0.642204 0.302505 0.392944 0.833435 1 12 1.000000 +EievuiDh.png + 28 0.709257 -0.704575 2.222085 0.980032 0.195635 0.035548 0.399994 0.793732 1 12 1.000000 + 28 0.591190 -0.382851 2.248181 0.846316 0.521548 0.108338 0.439941 0.800018 1 12 1.000000 + 28 0.684308 -0.743881 2.458557 0.704318 0.642204 0.302505 0.392944 0.833435 1 12 1.000000 +EievuiDh.png + 28 0.709257 -0.704575 2.222085 0.980032 0.195635 0.035548 0.399994 0.793732 1 12 1.000000 + 28 0.581187 -0.391274 1.930423 0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 + 28 0.591190 -0.382851 2.248181 0.846316 0.521548 0.108338 0.439941 0.800018 1 12 1.000000 +EievuiDh.png + 28 0.581187 -0.391274 1.930423 0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 + 28 0.372037 -0.164443 2.273452 0.533540 0.844758 0.041461 0.474243 0.804810 1 12 1.000000 + 28 0.591190 -0.382851 2.248181 0.846316 0.521548 0.108338 0.439941 0.800018 1 12 1.000000 +EievuiDh.png + 28 0.581187 -0.391274 1.930423 0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 + 28 0.355091 -0.199479 1.919907 0.421446 0.882121 -0.210345 0.468414 0.738831 1 12 1.000000 + 28 0.372037 -0.164443 2.273452 0.533540 0.844758 0.041461 0.474243 0.804810 1 12 1.000000 +EievuiDh.png + 28 0.355091 -0.199479 1.919907 0.421446 0.882121 -0.210345 0.468414 0.738831 1 12 1.000000 + 28 0.000000 -0.067167 2.289680 0.000000 0.996444 0.084257 0.506378 0.809448 1 12 1.000000 + 28 0.372037 -0.164443 2.273452 0.533540 0.844758 0.041461 0.474243 0.804810 1 12 1.000000 +EievuiDh.png + 28 0.355091 -0.199479 1.919907 0.421446 0.882121 -0.210345 0.468414 0.738831 1 12 1.000000 + 28 0.000000 -0.103359 1.895793 0.000000 0.960129 -0.279557 0.500305 0.724060 1 12 1.000000 + 28 0.000000 -0.067167 2.289680 0.000000 0.996444 0.084257 0.506378 0.809448 1 12 1.000000 +EievuiDh.png + 28 0.000000 -0.103359 1.895793 0.000000 0.960129 -0.279557 0.500305 0.724060 1 12 1.000000 + 28 -0.355091 -0.199479 1.919907 -0.421446 0.882121 -0.210345 0.468414 0.738831 1 12 1.000000 + 28 0.000000 -0.067167 2.289680 0.000000 0.996444 0.084257 0.506378 0.809448 1 12 1.000000 +EievuiDh.png + 28 0.000000 -0.103359 1.895793 0.000000 0.960129 -0.279557 0.500305 0.724060 1 12 1.000000 + 28 -0.333793 -0.294251 1.683030 -0.454613 0.739794 -0.496017 0.452637 0.694641 1 12 1.000000 + 28 -0.355091 -0.199479 1.919907 -0.421446 0.882121 -0.210345 0.468414 0.738831 1 12 1.000000 +EievuiDh.png + 28 -0.333793 -0.294251 1.683030 -0.454613 0.739794 -0.496017 0.452637 0.694641 1 12 1.000000 + 28 -0.581187 -0.391274 1.930423 -0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 + 28 -0.355091 -0.199479 1.919907 -0.421446 0.882121 -0.210345 0.468414 0.738831 1 12 1.000000 +EievuiDh.png + 28 -0.333793 -0.294251 1.683030 -0.454613 0.739794 -0.496017 0.452637 0.694641 1 12 1.000000 + 28 -0.559494 -0.469502 1.707522 -0.700993 0.547303 -0.457240 0.426971 0.707336 1 12 1.000000 + 28 -0.581187 -0.391274 1.930423 -0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 +EievuiDh.png + 28 -0.559494 -0.469502 1.707522 -0.700993 0.547303 -0.457240 0.426971 0.707336 1 12 1.000000 + 28 -0.666013 -0.688462 1.694522 -0.882552 0.282519 -0.375878 0.400085 0.705139 1 12 1.000000 + 28 -0.581187 -0.391274 1.930423 -0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 +EievuiDh.png + 28 -0.559494 -0.469502 1.707522 -0.700993 0.547303 -0.457240 0.426971 0.707336 1 12 1.000000 + 28 -0.520311 -0.631607 1.541114 -0.656951 0.331325 -0.677229 0.405792 0.679382 1 12 1.000000 + 28 -0.666013 -0.688462 1.694522 -0.882552 0.282519 -0.375878 0.400085 0.705139 1 12 1.000000 +EievuiDh.png + 28 -0.520311 -0.631607 1.541114 -0.656951 0.331325 -0.677229 0.405792 0.679382 1 12 1.000000 + 28 -0.696218 -1.013694 1.700874 -0.952214 -0.011933 -0.305199 0.365662 0.706207 1 12 1.000000 + 28 -0.666013 -0.688462 1.694522 -0.882552 0.282519 -0.375878 0.400085 0.705139 1 12 1.000000 +EievuiDh.png + 28 -0.520311 -0.631607 1.541114 -0.656951 0.331325 -0.677229 0.405792 0.679382 1 12 1.000000 + 28 -0.585992 -1.015690 1.505927 -0.686874 0.004768 -0.726761 0.366150 0.677429 1 12 1.000000 + 28 -0.696218 -1.013694 1.700874 -0.952214 -0.011933 -0.305199 0.365662 0.706207 1 12 1.000000 +EievuiDh.png + 28 -0.585992 -1.015690 1.505927 -0.686874 0.004768 -0.726761 0.366150 0.677429 1 12 1.000000 + 28 -0.669066 -1.262891 1.726238 -0.899932 -0.405513 -0.160253 0.340362 0.710480 1 12 1.000000 + 28 -0.696218 -1.013694 1.700874 -0.952214 -0.011933 -0.305199 0.365662 0.706207 1 12 1.000000 +EievuiDh.png + 28 -0.585992 -1.015690 1.505927 -0.686874 0.004768 -0.726761 0.366150 0.677429 1 12 1.000000 + 28 -0.627333 -1.272752 1.613132 -0.793922 -0.404978 -0.453520 0.340332 0.691467 1 12 1.000000 + 28 -0.669066 -1.262891 1.726238 -0.899932 -0.405513 -0.160253 0.340362 0.710480 1 12 1.000000 +EievuiDh.png + 28 -0.627333 -1.272752 1.613132 -0.793922 -0.404978 -0.453520 0.340332 0.691467 1 12 1.000000 + 28 -0.496281 -1.469576 1.688816 -0.636883 -0.743673 -0.203299 0.313293 0.703827 1 12 1.000000 + 28 -0.669066 -1.262891 1.726238 -0.899932 -0.405513 -0.160253 0.340362 0.710480 1 12 1.000000 +EievuiDh.png + 28 -0.262771 -1.523469 1.532473 -0.244206 -0.665151 -0.705647 0.299866 0.668945 1 12 1.000000 + 28 -0.264469 -1.323737 1.432574 -0.251760 -0.341629 -0.905487 0.332245 0.650604 1 12 1.000000 + 28 0.000000 -1.558136 1.504255 0.000000 -0.584696 -0.811253 0.285034 0.645447 1 12 1.000000 +EievuiDh.png + 28 -0.264469 -1.323737 1.432574 -0.251760 -0.341629 -0.905487 0.332245 0.650604 1 12 1.000000 + 28 0.000000 -1.348860 1.396786 0.000000 -0.244916 -0.969544 0.321320 0.623138 1 12 1.000000 + 28 0.000000 -1.558136 1.504255 0.000000 -0.584696 -0.811253 0.285034 0.645447 1 12 1.000000 +EievuiDh.png + 28 -0.264469 -1.323737 1.432574 -0.251760 -0.341629 -0.905487 0.332245 0.650604 1 12 1.000000 + 28 -0.278151 -1.016167 1.393588 -0.226917 -0.018763 -0.973733 0.367188 0.647278 1 12 1.000000 + 28 0.000000 -1.348860 1.396786 0.000000 -0.244916 -0.969544 0.321320 0.623138 1 12 1.000000 +EievuiDh.png + 28 -0.278151 -1.016167 1.393588 -0.226917 -0.018763 -0.973733 0.367188 0.647278 1 12 1.000000 + 28 0.000000 -1.012559 1.350318 0.000000 0.009894 -0.999951 0.364594 0.616333 1 12 1.000000 + 28 0.000000 -1.348860 1.396786 0.000000 -0.244916 -0.969544 0.321320 0.623138 1 12 1.000000 +EievuiDh.png + 28 -0.278151 -1.016167 1.393588 -0.226917 -0.018763 -0.973733 0.367188 0.647278 1 12 1.000000 + 28 0.000000 -0.438762 1.441254 0.000000 0.329255 -0.944241 0.440521 0.626099 1 12 1.000000 + 28 0.000000 -1.012559 1.350318 0.000000 0.009894 -0.999951 0.364594 0.616333 1 12 1.000000 +EievuiDh.png + 28 0.000000 -0.438762 1.441254 0.000000 0.329255 -0.944241 0.440521 0.626099 1 12 1.000000 + 28 0.278151 -1.016167 1.393588 0.226917 -0.018763 -0.973733 0.367188 0.647278 1 12 1.000000 + 28 0.000000 -1.012559 1.350318 0.000000 0.009894 -0.999951 0.364594 0.616333 1 12 1.000000 +EievuiDh.png + 28 0.000000 -0.438762 1.441254 0.000000 0.329255 -0.944241 0.440521 0.626099 1 12 1.000000 + 28 0.311533 -0.518181 1.463409 0.327707 0.399161 -0.856317 0.423553 0.653717 1 12 1.000000 + 28 0.278151 -1.016167 1.393588 0.226917 -0.018763 -0.973733 0.367188 0.647278 1 12 1.000000 +EievuiDh.png + 28 0.311533 -0.518181 1.463409 0.327707 0.399161 -0.856317 0.423553 0.653717 1 12 1.000000 + 28 0.585992 -1.015690 1.505927 0.686868 0.004768 -0.726767 0.366150 0.677429 1 12 1.000000 + 28 0.278151 -1.016167 1.393588 0.226917 -0.018763 -0.973733 0.367188 0.647278 1 12 1.000000 +EievuiDh.png + 28 0.311533 -0.518181 1.463409 0.327707 0.399161 -0.856317 0.423553 0.653717 1 12 1.000000 + 28 0.520312 -0.631607 1.541114 0.656951 0.331325 -0.677229 0.405792 0.679382 1 12 1.000000 + 28 0.585992 -1.015690 1.505927 0.686868 0.004768 -0.726767 0.366150 0.677429 1 12 1.000000 +EievuiDh.png + 28 0.520312 -0.631607 1.541114 0.656951 0.331325 -0.677229 0.405792 0.679382 1 12 1.000000 + 28 0.696218 -1.013694 1.700874 0.952214 -0.011933 -0.305199 0.365662 0.706207 1 12 1.000000 + 28 0.585992 -1.015690 1.505927 0.686868 0.004768 -0.726767 0.366150 0.677429 1 12 1.000000 +EievuiDh.png + 28 0.520312 -0.631607 1.541114 0.656951 0.331325 -0.677229 0.405792 0.679382 1 12 1.000000 + 28 0.666013 -0.688462 1.694522 0.882556 0.282521 -0.375868 0.400085 0.705139 1 12 1.000000 + 28 0.696218 -1.013694 1.700874 0.952214 -0.011933 -0.305199 0.365662 0.706207 1 12 1.000000 +EievuiDh.png + 28 0.666013 -0.688462 1.694522 0.882556 0.282521 -0.375868 0.400085 0.705139 1 12 1.000000 + 28 0.709803 -0.694076 1.935543 0.984891 0.160766 -0.064373 0.401581 0.745605 1 12 1.000000 + 28 0.696218 -1.013694 1.700874 0.952214 -0.011933 -0.305199 0.365662 0.706207 1 12 1.000000 +EievuiDh.png + 28 0.263559 -1.581963 1.614510 0.334969 -0.872254 -0.356328 0.287659 0.687073 1 12 1.000000 + 28 0.496281 -1.469576 1.688816 0.636883 -0.743673 -0.203299 0.313293 0.703827 1 12 1.000000 + 28 0.264022 -1.621983 1.754510 0.443283 -0.891210 -0.096154 0.282898 0.707153 1 12 1.000000 +EievuiDh.png + 28 0.496281 -1.469576 1.688816 0.636883 -0.743673 -0.203299 0.313293 0.703827 1 12 1.000000 + 28 0.535537 -1.440736 1.762260 0.653484 -0.734809 0.181699 0.317810 0.716461 1 12 1.000000 + 28 0.264022 -1.621983 1.754510 0.443283 -0.891210 -0.096154 0.282898 0.707153 1 12 1.000000 +EievuiDh.png + 28 0.496281 -1.469576 1.688816 0.636883 -0.743673 -0.203299 0.313293 0.703827 1 12 1.000000 + 28 0.669067 -1.262891 1.726238 0.899932 -0.405513 -0.160253 0.340362 0.710480 1 12 1.000000 + 28 0.535537 -1.440736 1.762260 0.653484 -0.734809 0.181699 0.317810 0.716461 1 12 1.000000 +EievuiDh.png + 28 0.669067 -1.262891 1.726238 0.899932 -0.405513 -0.160253 0.340362 0.710480 1 12 1.000000 + 28 0.561402 -1.386106 1.846201 0.651751 -0.742099 0.156557 0.321411 0.731567 1 12 1.000000 + 28 0.535537 -1.440736 1.762260 0.653484 -0.734809 0.181699 0.317810 0.716461 1 12 1.000000 +EievuiDh.png + 28 0.669067 -1.262891 1.726238 0.899932 -0.405513 -0.160253 0.340362 0.710480 1 12 1.000000 + 28 0.670776 -1.245046 1.917189 0.907558 -0.417781 0.042403 0.341614 0.742523 1 12 1.000000 + 28 0.561402 -1.386106 1.846201 0.651751 -0.742099 0.156557 0.321411 0.731567 1 12 1.000000 +EievuiDh.png + 28 0.670776 -1.245046 1.917189 0.907558 -0.417781 0.042403 0.341614 0.742523 1 12 1.000000 + 28 0.568097 -1.326404 2.156641 0.649933 -0.744841 0.150990 0.321533 0.782745 1 12 1.000000 + 28 0.561402 -1.386106 1.846201 0.651751 -0.742099 0.156557 0.321411 0.731567 1 12 1.000000 +EievuiDh.png + 28 0.670776 -1.245046 1.917189 0.907558 -0.417781 0.042403 0.341614 0.742523 1 12 1.000000 + 28 0.661874 -1.208160 2.158572 0.900619 -0.421953 0.104117 0.341583 0.783051 1 12 1.000000 + 28 0.568097 -1.326404 2.156641 0.649933 -0.744841 0.150990 0.321533 0.782745 1 12 1.000000 +EievuiDh.png + 28 0.661874 -1.208160 2.158572 0.900619 -0.421953 0.104117 0.341583 0.783051 1 12 1.000000 + 28 0.574811 -1.259555 2.434047 0.695579 -0.657188 0.290298 0.319916 0.841644 1 12 1.000000 + 28 0.568097 -1.326404 2.156641 0.649933 -0.744841 0.150990 0.321533 0.782745 1 12 1.000000 +EievuiDh.png + 28 0.661874 -1.208160 2.158572 0.900619 -0.421953 0.104117 0.341583 0.783051 1 12 1.000000 + 28 0.652948 -1.153013 2.424871 0.906064 -0.366519 0.211452 0.346375 0.834137 1 12 1.000000 + 28 0.574811 -1.259555 2.434047 0.695579 -0.657188 0.290298 0.319916 0.841644 1 12 1.000000 +EievuiDh.png + 28 0.652948 -1.153013 2.424871 0.906064 -0.366519 0.211452 0.346375 0.834137 1 12 1.000000 + 28 0.613026 -1.080598 2.588431 0.820496 -0.329135 0.467394 0.349426 0.859680 1 12 1.000000 + 28 0.574811 -1.259555 2.434047 0.695579 -0.657188 0.290298 0.319916 0.841644 1 12 1.000000 +EievuiDh.png + 28 0.118210 -1.152816 2.817327 0.080572 -0.661931 0.745222 0.353363 0.948944 1 12 1.000000 + 28 0.212352 -1.179522 2.856385 0.096679 -0.935648 0.339436 0.353943 0.936066 1 12 1.000000 + 28 0.132811 -1.104942 2.862884 0.020263 -0.588564 0.808197 0.369598 0.948792 1 12 1.000000 +EievuiDh.png + 28 0.212352 -1.179522 2.856385 0.096679 -0.935648 0.339436 0.353943 0.936066 1 12 1.000000 + 28 0.234772 -1.241882 2.979888 -0.035285 -0.817848 0.574351 0.369202 0.934601 1 12 1.000000 + 28 0.132811 -1.104942 2.862884 0.020263 -0.588564 0.808197 0.369598 0.948792 1 12 1.000000 +EievuiDh.png + 28 0.212352 -1.179522 2.856385 0.096679 -0.935648 0.339436 0.353943 0.936066 1 12 1.000000 + 28 0.318412 -1.077226 2.813980 0.334599 -0.663249 0.669436 0.369019 0.921570 1 12 1.000000 + 28 0.234772 -1.241882 2.979888 -0.035285 -0.817848 0.574351 0.369202 0.934601 1 12 1.000000 +EievuiDh.png + 28 0.318412 -1.077226 2.813980 0.334599 -0.663249 0.669436 0.369019 0.921570 1 12 1.000000 + 28 0.211623 -0.949753 2.889487 0.139855 0.064314 0.988081 0.386505 0.933655 1 12 1.000000 + 28 0.234772 -1.241882 2.979888 -0.035285 -0.817848 0.574351 0.369202 0.934601 1 12 1.000000 +EievuiDh.png + 28 0.318412 -1.077226 2.813980 0.334599 -0.663249 0.669436 0.369019 0.921570 1 12 1.000000 + 28 0.410324 -0.945350 2.839900 0.376998 0.054228 0.924625 0.386505 0.905762 1 12 1.000000 + 28 0.211623 -0.949753 2.889487 0.139855 0.064314 0.988081 0.386505 0.933655 1 12 1.000000 +EievuiDh.png + 28 0.410324 -0.945350 2.839900 0.376998 0.054228 0.924625 0.386505 0.905762 1 12 1.000000 + 28 0.337220 -0.478973 2.760143 0.383270 0.311979 0.869352 0.428742 0.895630 1 12 1.000000 + 28 0.211623 -0.949753 2.889487 0.139855 0.064314 0.988081 0.386505 0.933655 1 12 1.000000 +EievuiDh.png + 28 0.410324 -0.945350 2.839900 0.376998 0.054228 0.924625 0.386505 0.905762 1 12 1.000000 + 28 0.488626 -0.945402 2.751304 0.727322 0.089985 0.680372 0.386108 0.889526 1 12 1.000000 + 28 0.337220 -0.478973 2.760143 0.383270 0.311979 0.869352 0.428742 0.895630 1 12 1.000000 +EievuiDh.png + 28 0.488626 -0.945402 2.751304 0.727322 0.089985 0.680372 0.386108 0.889526 1 12 1.000000 + 28 0.555131 -0.654504 2.657518 0.717976 0.253386 0.648310 0.405579 0.870789 1 12 1.000000 + 28 0.337220 -0.478973 2.760143 0.383270 0.311979 0.869352 0.428742 0.895630 1 12 1.000000 +EievuiDh.png + 28 0.488626 -0.945402 2.751304 0.727322 0.089985 0.680372 0.386108 0.889526 1 12 1.000000 + 28 0.629702 -0.876630 2.604234 0.812058 -0.045955 0.581764 0.382477 0.857910 1 12 1.000000 + 28 0.555131 -0.654504 2.657518 0.717976 0.253386 0.648310 0.405579 0.870789 1 12 1.000000 +EievuiDh.png + 28 0.629702 -0.876630 2.604234 0.812058 -0.045955 0.581764 0.382477 0.857910 1 12 1.000000 + 28 0.684308 -0.743881 2.458557 0.704318 0.642204 0.302505 0.392944 0.833435 1 12 1.000000 + 28 0.555131 -0.654504 2.657518 0.717976 0.253386 0.648310 0.405579 0.870789 1 12 1.000000 +EievuiDh.png + 28 -0.574811 -1.259555 2.434047 -0.695579 -0.657188 0.290298 0.319916 0.841644 1 12 1.000000 + 28 -0.230203 -1.457876 2.482682 -0.397870 -0.865533 0.304223 0.281158 0.905487 1 12 1.000000 + 28 -0.506398 -1.219816 2.599470 -0.579929 -0.611758 0.537991 0.327179 0.876740 1 12 1.000000 +EievuiDh.png + 28 -0.230203 -1.457876 2.482682 -0.397870 -0.865533 0.304223 0.281158 0.905487 1 12 1.000000 + 28 -0.219142 -1.389034 2.625024 -0.307836 -0.757986 0.575061 0.306183 0.924194 1 12 1.000000 + 28 -0.506398 -1.219816 2.599470 -0.579929 -0.611758 0.537991 0.327179 0.876740 1 12 1.000000 +EievuiDh.png + 28 -0.230203 -1.457876 2.482682 -0.397870 -0.865533 0.304223 0.281158 0.905487 1 12 1.000000 + 28 0.000000 -1.509886 2.497933 0.000000 -0.903863 0.427821 0.271179 0.940308 1 12 1.000000 + 28 -0.219142 -1.389034 2.625024 -0.307836 -0.757986 0.575061 0.306183 0.924194 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.509886 2.497933 0.000000 -0.903863 0.427821 0.271179 0.940308 1 12 1.000000 + 28 0.000000 -1.423531 2.627622 0.000000 -0.766770 0.641922 0.297241 0.958344 1 12 1.000000 + 28 -0.219142 -1.389034 2.625024 -0.307836 -0.757986 0.575061 0.306183 0.924194 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.509886 2.497933 0.000000 -0.903863 0.427821 0.271179 0.940308 1 12 1.000000 + 28 0.219142 -1.389034 2.625024 0.307836 -0.757986 0.575061 0.306183 0.924194 1 12 1.000000 + 28 0.000000 -1.423531 2.627622 0.000000 -0.766770 0.641922 0.297241 0.958344 1 12 1.000000 +EievuiDh.png + 28 0.219142 -1.389034 2.625024 0.307836 -0.757986 0.575061 0.306183 0.924194 1 12 1.000000 + 28 0.204944 -1.256158 2.761225 0.221866 -0.632527 0.742081 0.332001 0.937073 1 12 1.000000 + 28 0.000000 -1.423531 2.627622 0.000000 -0.766770 0.641922 0.297241 0.958344 1 12 1.000000 +EievuiDh.png + 28 0.219142 -1.389034 2.625024 0.307836 -0.757986 0.575061 0.306183 0.924194 1 12 1.000000 + 28 0.409889 -1.167247 2.722722 0.466860 -0.609089 0.641133 0.333374 0.904480 1 12 1.000000 + 28 0.204944 -1.256158 2.761225 0.221866 -0.632527 0.742081 0.332001 0.937073 1 12 1.000000 +EievuiDh.png + 28 0.409889 -1.167247 2.722722 0.466860 -0.609089 0.641133 0.333374 0.904480 1 12 1.000000 + 28 0.302016 -1.117005 2.782819 0.363505 -0.646973 0.670291 0.354156 0.921509 1 12 1.000000 + 28 0.204944 -1.256158 2.761225 0.221866 -0.632527 0.742081 0.332001 0.937073 1 12 1.000000 +EievuiDh.png + 28 0.409889 -1.167247 2.722722 0.466860 -0.609089 0.641133 0.333374 0.904480 1 12 1.000000 + 28 0.409620 -1.119217 2.789639 0.053471 -0.977660 0.203276 0.353638 0.909088 1 12 1.000000 + 28 0.302016 -1.117005 2.782819 0.363505 -0.646973 0.670291 0.354156 0.921509 1 12 1.000000 +EievuiDh.png + 28 -0.104767 -1.696397 1.902657 -0.420175 -0.815376 0.398265 0.272552 0.720032 1 12 1.000000 + 28 0.000000 -1.714505 1.911086 -0.000001 -0.990928 0.134397 0.245056 0.718262 1 12 1.000000 + 28 -0.050049 -1.688883 1.951051 -0.395256 -0.705303 0.588490 0.267548 0.743011 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.714505 1.911086 -0.000001 -0.990928 0.134397 0.245056 0.718262 1 12 1.000000 + 28 0.000000 -1.712726 1.949825 0.000000 -0.935031 0.354565 0.245056 0.739197 1 12 1.000000 + 28 -0.050049 -1.688883 1.951051 -0.395256 -0.705303 0.588490 0.267548 0.743011 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.714505 1.911086 -0.000001 -0.990928 0.134397 0.245056 0.718262 1 12 1.000000 + 28 0.050049 -1.688883 1.951051 0.395254 -0.705304 0.588490 0.267548 0.743011 1 12 1.000000 + 28 0.000000 -1.712726 1.949825 0.000000 -0.935031 0.354565 0.245056 0.739197 1 12 1.000000 +EievuiDh.png + 28 0.050049 -1.688883 1.951051 0.395254 -0.705304 0.588490 0.267548 0.743011 1 12 1.000000 + 28 0.000000 -1.693209 1.974668 0.000000 -0.626850 0.779140 0.245056 0.753052 1 12 1.000000 + 28 0.000000 -1.712726 1.949825 0.000000 -0.935031 0.354565 0.245056 0.739197 1 12 1.000000 +EievuiDh.png + 28 0.050049 -1.688883 1.951051 0.395254 -0.705304 0.588490 0.267548 0.743011 1 12 1.000000 + 28 0.000000 -1.632234 2.003485 0.000000 -0.704509 0.709695 0.246155 0.754822 1 12 1.000000 + 28 0.000000 -1.693209 1.974668 0.000000 -0.626850 0.779140 0.245056 0.753052 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.632234 2.003485 0.000000 -0.704509 0.709695 0.246155 0.754822 1 12 1.000000 + 28 -0.050049 -1.688883 1.951051 -0.395256 -0.705303 0.588490 0.267548 0.743011 1 12 1.000000 + 28 0.000000 -1.693209 1.974668 0.000000 -0.626850 0.779140 0.245056 0.753052 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.632234 2.003485 0.000000 -0.704509 0.709695 0.246155 0.754822 1 12 1.000000 + 28 -0.079600 -1.616929 1.982576 -0.403019 -0.775073 0.486659 0.269043 0.748047 1 12 1.000000 + 28 -0.050049 -1.688883 1.951051 -0.395256 -0.705303 0.588490 0.267548 0.743011 1 12 1.000000 +EievuiDh.png + 28 -0.079600 -1.616929 1.982576 -0.403019 -0.775073 0.486659 0.269043 0.748047 1 12 1.000000 + 28 -0.104767 -1.696397 1.902657 -0.420175 -0.815376 0.398265 0.272552 0.720032 1 12 1.000000 + 28 -0.050049 -1.688883 1.951051 -0.395256 -0.705303 0.588490 0.267548 0.743011 1 12 1.000000 +EievuiDh.png + 28 -0.079600 -1.616929 1.982576 -0.403019 -0.775073 0.486659 0.269043 0.748047 1 12 1.000000 + 28 -0.214120 -1.569356 1.917495 -0.512530 -0.725897 0.458679 0.281525 0.735138 1 12 1.000000 + 28 -0.104767 -1.696397 1.902657 -0.420175 -0.815376 0.398265 0.272552 0.720032 1 12 1.000000 +EievuiDh.png + 28 -0.574811 -1.259555 2.434047 -0.695579 -0.657188 0.290298 0.319916 0.841644 1 12 1.000000 + 28 -0.506398 -1.219816 2.599470 -0.579929 -0.611758 0.537991 0.327179 0.876740 1 12 1.000000 + 28 -0.613026 -1.080598 2.588431 -0.820494 -0.329137 0.467396 0.349426 0.859680 1 12 1.000000 +EievuiDh.png + 28 -0.506398 -1.219816 2.599470 -0.579929 -0.611758 0.537991 0.327179 0.876740 1 12 1.000000 + 28 -0.563043 -1.013993 2.682877 -0.712676 -0.271142 0.646974 0.352325 0.874634 1 12 1.000000 + 28 -0.613026 -1.080598 2.588431 -0.820494 -0.329137 0.467396 0.349426 0.859680 1 12 1.000000 +EievuiDh.png + 28 -0.506398 -1.219816 2.599470 -0.579929 -0.611758 0.537991 0.327179 0.876740 1 12 1.000000 + 28 -0.409889 -1.167247 2.722722 -0.466860 -0.609089 0.641133 0.333374 0.904480 1 12 1.000000 + 28 -0.563043 -1.013993 2.682877 -0.712676 -0.271142 0.646974 0.352325 0.874634 1 12 1.000000 +EievuiDh.png + 28 -0.409889 -1.167247 2.722722 -0.466860 -0.609089 0.641133 0.333374 0.904480 1 12 1.000000 + 28 -0.495607 -1.055120 2.734972 -0.798172 -0.504384 0.329422 0.355652 0.893188 1 12 1.000000 + 28 -0.563043 -1.013993 2.682877 -0.712676 -0.271142 0.646974 0.352325 0.874634 1 12 1.000000 +EievuiDh.png + 28 -0.409889 -1.167247 2.722722 -0.466860 -0.609089 0.641133 0.333374 0.904480 1 12 1.000000 + 28 -0.409619 -1.119217 2.789639 -0.053468 -0.977656 0.203299 0.353638 0.909088 1 12 1.000000 + 28 -0.495607 -1.055120 2.734972 -0.798172 -0.504384 0.329422 0.355652 0.893188 1 12 1.000000 +EievuiDh.png + 28 -0.409619 -1.119217 2.789639 -0.053468 -0.977656 0.203299 0.353638 0.909088 1 12 1.000000 + 28 -0.456142 -1.173234 2.848743 -0.542068 -0.701164 0.463175 0.368164 0.902710 1 12 1.000000 + 28 -0.495607 -1.055120 2.734972 -0.798172 -0.504384 0.329422 0.355652 0.893188 1 12 1.000000 +EievuiDh.png + 28 -0.409619 -1.119217 2.789639 -0.053468 -0.977656 0.203299 0.353638 0.909088 1 12 1.000000 + 28 -0.318412 -1.077226 2.813980 -0.334599 -0.663249 0.669436 0.369019 0.921570 1 12 1.000000 + 28 -0.456142 -1.173234 2.848743 -0.542068 -0.701164 0.463175 0.368164 0.902710 1 12 1.000000 +EievuiDh.png + 28 -0.318412 -1.077226 2.813980 -0.334599 -0.663249 0.669436 0.369019 0.921570 1 12 1.000000 + 28 -0.410323 -0.945350 2.839900 -0.376998 0.054228 0.924625 0.386505 0.905762 1 12 1.000000 + 28 -0.456142 -1.173234 2.848743 -0.542068 -0.701164 0.463175 0.368164 0.902710 1 12 1.000000 +EievuiDh.png + 28 -0.709803 -0.694076 1.935543 -0.984891 0.160766 -0.064373 0.401581 0.745605 1 12 1.000000 + 28 -0.696218 -1.013694 1.700874 -0.952214 -0.011933 -0.305199 0.365662 0.706207 1 12 1.000000 + 28 -0.723049 -1.004620 1.928214 -0.993605 -0.112629 -0.007975 0.366211 0.744385 1 12 1.000000 +EievuiDh.png + 28 -0.696218 -1.013694 1.700874 -0.952214 -0.011933 -0.305199 0.365662 0.706207 1 12 1.000000 + 28 -0.670776 -1.245046 1.917189 -0.907558 -0.417781 0.042403 0.341614 0.742523 1 12 1.000000 + 28 -0.723049 -1.004620 1.928214 -0.993605 -0.112629 -0.007975 0.366211 0.744385 1 12 1.000000 +EievuiDh.png + 28 -0.696218 -1.013694 1.700874 -0.952214 -0.011933 -0.305199 0.365662 0.706207 1 12 1.000000 + 28 -0.669066 -1.262891 1.726238 -0.899932 -0.405513 -0.160253 0.340362 0.710480 1 12 1.000000 + 28 -0.670776 -1.245046 1.917189 -0.907558 -0.417781 0.042403 0.341614 0.742523 1 12 1.000000 +EievuiDh.png + 28 -0.669066 -1.262891 1.726238 -0.899932 -0.405513 -0.160253 0.340362 0.710480 1 12 1.000000 + 28 -0.561402 -1.386106 1.846201 -0.651751 -0.742099 0.156557 0.321411 0.731567 1 12 1.000000 + 28 -0.670776 -1.245046 1.917189 -0.907558 -0.417781 0.042403 0.341614 0.742523 1 12 1.000000 +EievuiDh.png + 28 -0.669066 -1.262891 1.726238 -0.899932 -0.405513 -0.160253 0.340362 0.710480 1 12 1.000000 + 28 -0.535537 -1.440736 1.762260 -0.653484 -0.734809 0.181699 0.317810 0.716461 1 12 1.000000 + 28 -0.561402 -1.386106 1.846201 -0.651751 -0.742099 0.156557 0.321411 0.731567 1 12 1.000000 +EievuiDh.png + 28 -0.535537 -1.440736 1.762260 -0.653484 -0.734809 0.181699 0.317810 0.716461 1 12 1.000000 + 28 -0.214120 -1.569356 1.917495 -0.512530 -0.725897 0.458679 0.281525 0.735138 1 12 1.000000 + 28 -0.561402 -1.386106 1.846201 -0.651751 -0.742099 0.156557 0.321411 0.731567 1 12 1.000000 +EievuiDh.png + 28 -0.535537 -1.440736 1.762260 -0.653484 -0.734809 0.181699 0.317810 0.716461 1 12 1.000000 + 28 -0.257126 -1.625133 1.839367 -0.502314 -0.828717 0.246798 0.281830 0.720734 1 12 1.000000 + 28 -0.214120 -1.569356 1.917495 -0.512530 -0.725897 0.458679 0.281525 0.735138 1 12 1.000000 +EievuiDh.png + 28 -0.257126 -1.625133 1.839367 -0.502314 -0.828717 0.246798 0.281830 0.720734 1 12 1.000000 + 28 -0.104767 -1.696397 1.902657 -0.420175 -0.815376 0.398265 0.272552 0.720032 1 12 1.000000 + 28 -0.214120 -1.569356 1.917495 -0.512530 -0.725897 0.458679 0.281525 0.735138 1 12 1.000000 +EievuiDh.png + 28 0.629702 -0.876630 2.604234 0.812058 -0.045955 0.581764 0.173798 0.953583 1 12 1.000000 + 28 0.707676 -0.800574 2.474357 0.538445 -0.828041 0.156284 0.124969 0.954590 1 12 1.000000 + 28 0.780509 -0.879781 2.816201 -0.770766 0.062209 0.634074 0.216278 0.877625 2 12 0.200000 16 0.800000 +EievuiDh.png + 28 0.707676 -0.800574 2.474357 0.538445 -0.828041 0.156284 0.124969 0.954590 1 12 1.000000 + 28 0.848238 -0.777598 2.580377 0.216413 -0.975755 -0.032687 0.125549 0.894897 2 12 0.200000 16 0.800000 + 28 0.780509 -0.879781 2.816201 -0.770766 0.062209 0.634074 0.216278 0.877625 2 12 0.200000 16 0.800000 +EievuiDh.png + 28 0.707676 -0.800574 2.474357 0.538445 -0.828041 0.156284 0.124969 0.954590 1 12 1.000000 + 28 0.914317 -0.862993 2.356079 0.017321 -0.996636 0.080108 0.046234 0.925232 2 12 0.200000 16 0.800000 + 28 0.848238 -0.777598 2.580377 0.216413 -0.975755 -0.032687 0.125549 0.894897 2 12 0.200000 16 0.800000 +EievuiDh.png + 28 0.914317 -0.862993 2.356079 0.017321 -0.996636 0.080108 0.046234 0.925232 2 12 0.200000 16 0.800000 + 28 1.063763 -0.728734 2.725076 0.197113 -0.980027 0.026321 0.125763 0.791718 3 12 0.100000 16 0.700000 17 0.200000 + 28 0.848238 -0.777598 2.580377 0.216413 -0.975755 -0.032687 0.125549 0.894897 2 12 0.200000 16 0.800000 +EievuiDh.png + 28 0.914317 -0.862993 2.356079 0.017321 -0.996636 0.080108 0.046234 0.925232 2 12 0.200000 16 0.800000 + 28 1.168406 -0.828569 2.419250 0.369743 0.274095 -0.887785 0.023956 0.856171 3 12 0.100000 16 0.700000 17 0.200000 + 28 1.063763 -0.728734 2.725076 0.197113 -0.980027 0.026321 0.125763 0.791718 3 12 0.100000 16 0.700000 17 0.200000 +EievuiDh.png + 28 1.168406 -0.828569 2.419250 0.369743 0.274095 -0.887785 0.023956 0.856171 3 12 0.100000 16 0.700000 17 0.200000 + 28 1.281630 -0.689002 2.876826 0.161778 -0.979967 0.116157 0.123383 0.715637 2 16 0.400000 17 0.600000 + 28 1.063763 -0.728734 2.725076 0.197113 -0.980027 0.026321 0.125763 0.791718 3 12 0.100000 16 0.700000 17 0.200000 +EievuiDh.png + 28 1.168406 -0.828569 2.419250 0.369743 0.274095 -0.887785 0.023956 0.856171 3 12 0.100000 16 0.700000 17 0.200000 + 28 1.392505 -0.784234 2.520859 0.568921 -0.341431 -0.748167 0.018646 0.755432 2 16 0.400000 17 0.600000 + 28 1.281630 -0.689002 2.876826 0.161778 -0.979967 0.116157 0.123383 0.715637 2 16 0.400000 17 0.600000 +EievuiDh.png + 28 -0.214120 -1.569356 1.917495 -0.512530 -0.725897 0.458679 0.281525 0.735138 1 12 1.000000 + 28 -0.079600 -1.616929 1.982576 -0.403019 -0.775073 0.486659 0.269043 0.748047 1 12 1.000000 + 28 -0.226425 -1.525103 2.196718 -0.409787 -0.896156 0.170231 0.280090 0.783264 1 12 1.000000 +EievuiDh.png + 28 -0.079600 -1.616929 1.982576 -0.403019 -0.775073 0.486659 0.269043 0.748047 1 12 1.000000 + 28 0.000000 -1.588171 2.214187 0.000000 -0.973387 0.229167 0.246216 0.783752 1 12 1.000000 + 28 -0.226425 -1.525103 2.196718 -0.409787 -0.896156 0.170231 0.280090 0.783264 1 12 1.000000 +EievuiDh.png + 28 -0.079600 -1.616929 1.982576 -0.403019 -0.775073 0.486659 0.269043 0.748047 1 12 1.000000 + 28 0.000000 -1.632234 2.003485 0.000000 -0.704509 0.709695 0.246155 0.754822 1 12 1.000000 + 28 0.000000 -1.588171 2.214187 0.000000 -0.973387 0.229167 0.246216 0.783752 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.632234 2.003485 0.000000 -0.704509 0.709695 0.246155 0.754822 1 12 1.000000 + 28 0.079600 -1.616929 1.982576 0.403016 -0.775069 0.486668 0.269043 0.748047 1 12 1.000000 + 28 0.000000 -1.588171 2.214187 0.000000 -0.973387 0.229167 0.246216 0.783752 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.632234 2.003485 0.000000 -0.704509 0.709695 0.246155 0.754822 1 12 1.000000 + 28 0.050049 -1.688883 1.951051 0.395254 -0.705304 0.588490 0.267548 0.743011 1 12 1.000000 + 28 0.079600 -1.616929 1.982576 0.403016 -0.775069 0.486668 0.269043 0.748047 1 12 1.000000 +EievuiDh.png + 28 0.050049 -1.688883 1.951051 0.395254 -0.705304 0.588490 0.267548 0.743011 1 12 1.000000 + 28 0.104768 -1.696397 1.902657 0.420175 -0.815376 0.398265 0.272552 0.720032 1 12 1.000000 + 28 0.079600 -1.616929 1.982576 0.403016 -0.775069 0.486668 0.269043 0.748047 1 12 1.000000 +EievuiDh.png + 28 0.050049 -1.688883 1.951051 0.395254 -0.705304 0.588490 0.267548 0.743011 1 12 1.000000 + 28 0.000000 -1.714505 1.911086 -0.000001 -0.990928 0.134397 0.245056 0.718262 1 12 1.000000 + 28 0.104768 -1.696397 1.902657 0.420175 -0.815376 0.398265 0.272552 0.720032 1 12 1.000000 +EievuiDh.png + 28 0.629702 -0.876630 2.604234 0.812058 -0.045955 0.581764 0.022339 0.402710 1 12 1.000000 + 28 0.780509 -0.879781 2.816201 -0.770766 0.062209 0.634074 0.039490 0.437469 2 12 0.200000 16 0.800000 + 28 0.684308 -0.743881 2.458557 0.704318 0.642204 0.302505 0.001953 0.402008 1 12 1.000000 +EievuiDh.png + 28 0.780509 -0.879781 2.816201 -0.770766 0.062209 0.634074 0.039490 0.437469 2 12 0.200000 16 0.800000 + 28 0.861285 -0.659967 2.593358 -0.156015 0.929495 -0.334214 0.001953 0.435944 2 12 0.200000 16 0.800000 + 28 0.684308 -0.743881 2.458557 0.704318 0.642204 0.302505 0.001953 0.402008 1 12 1.000000 +EievuiDh.png + 28 0.780509 -0.879781 2.816201 -0.770766 0.062209 0.634074 0.039490 0.437469 2 12 0.200000 16 0.800000 + 28 1.062405 -0.602267 2.728671 -0.301097 0.948757 0.095915 0.001953 0.470551 3 12 0.100000 16 0.700000 17 0.200000 + 28 0.861285 -0.659967 2.593358 -0.156015 0.929495 -0.334214 0.001953 0.435944 2 12 0.200000 16 0.800000 +EievuiDh.png + 28 1.062405 -0.602267 2.728671 -0.301097 0.948757 0.095915 0.001953 0.470551 3 12 0.100000 16 0.700000 17 0.200000 + 28 1.168406 -0.828569 2.419250 0.369743 0.274095 -0.887785 0.045593 0.476471 3 12 0.100000 16 0.700000 17 0.200000 + 28 0.861285 -0.659967 2.593358 -0.156015 0.929495 -0.334214 0.001953 0.435944 2 12 0.200000 16 0.800000 +EievuiDh.png + 28 1.062405 -0.602267 2.728671 -0.301097 0.948757 0.095915 0.001953 0.470551 3 12 0.100000 16 0.700000 17 0.200000 + 28 1.276284 -0.564658 2.878380 -0.188362 0.982099 0.001335 0.001953 0.509949 2 16 0.400000 17 0.600000 + 28 1.168406 -0.828569 2.419250 0.369743 0.274095 -0.887785 0.045593 0.476471 3 12 0.100000 16 0.700000 17 0.200000 +EievuiDh.png + 28 1.276284 -0.564658 2.878380 -0.188362 0.982099 0.001335 0.001953 0.509949 2 16 0.400000 17 0.600000 + 28 1.392505 -0.784234 2.520859 0.568921 -0.341431 -0.748167 0.041931 0.516754 2 16 0.400000 17 0.600000 + 28 1.168406 -0.828569 2.419250 0.369743 0.274095 -0.887785 0.045593 0.476471 3 12 0.100000 16 0.700000 17 0.200000 +EievuiDh.png + 28 -1.189972 -0.812426 3.162231 -0.288258 -0.956469 -0.045538 0.041931 0.516754 2 19 0.600000 18 0.400000 + 28 -0.980010 -0.854869 3.012328 0.421346 -0.570704 0.704815 0.045593 0.476471 3 12 0.100000 19 0.200000 18 0.700000 + 28 -1.276284 -0.564659 2.878380 0.188351 0.982101 0.001335 0.001953 0.509949 2 19 0.600000 18 0.400000 +EievuiDh.png + 28 -0.980010 -0.854869 3.012328 0.421346 -0.570704 0.704815 0.045593 0.476471 3 12 0.100000 19 0.200000 18 0.700000 + 28 -1.062405 -0.602267 2.728671 0.301088 0.948760 0.095916 0.001953 0.470551 3 12 0.100000 19 0.200000 18 0.700000 + 28 -1.276284 -0.564659 2.878380 0.188351 0.982101 0.001335 0.001953 0.509949 2 19 0.600000 18 0.400000 +EievuiDh.png + 28 -0.980010 -0.854869 3.012328 0.421346 -0.570704 0.704815 0.045593 0.476471 3 12 0.100000 19 0.200000 18 0.700000 + 28 -0.780509 -0.879781 2.816200 0.770768 0.062209 0.634071 0.039490 0.437469 2 12 0.200000 18 0.800000 + 28 -1.062405 -0.602267 2.728671 0.301088 0.948760 0.095916 0.001953 0.470551 3 12 0.100000 19 0.200000 18 0.700000 +EievuiDh.png + 28 -0.780509 -0.879781 2.816200 0.770768 0.062209 0.634071 0.039490 0.437469 2 12 0.200000 18 0.800000 + 28 -0.861285 -0.659967 2.593358 0.156014 0.929496 -0.334212 0.001953 0.435944 2 12 0.200000 18 0.800000 + 28 -1.062405 -0.602267 2.728671 0.301088 0.948760 0.095916 0.001953 0.470551 3 12 0.100000 19 0.200000 18 0.700000 +EievuiDh.png + 28 -0.780509 -0.879781 2.816200 0.770768 0.062209 0.634071 0.039490 0.437469 2 12 0.200000 18 0.800000 + 28 -0.684308 -0.743881 2.458557 -0.704318 0.642204 0.302505 0.001953 0.402008 1 12 1.000000 + 28 -0.861285 -0.659967 2.593358 0.156014 0.929496 -0.334212 0.001953 0.435944 2 12 0.200000 18 0.800000 +EievuiDh.png + 28 -0.684308 -0.743881 2.458557 -0.704318 0.642204 0.302505 0.001953 0.402008 1 12 1.000000 + 28 -0.713593 -0.882779 2.313195 -0.982627 0.113130 -0.147128 0.022339 0.402710 1 12 1.000000 + 28 -0.861285 -0.659967 2.593358 0.156014 0.929496 -0.334212 0.001953 0.435944 2 12 0.200000 18 0.800000 +EievuiDh.png + 28 0.257126 -1.625133 1.839367 0.502316 -0.828716 0.246798 0.281830 0.720734 1 12 1.000000 + 28 0.214120 -1.569356 1.917495 0.512530 -0.725897 0.458679 0.281525 0.735138 1 12 1.000000 + 28 0.104768 -1.696397 1.902657 0.420175 -0.815376 0.398265 0.272552 0.720032 1 12 1.000000 +EievuiDh.png + 28 0.214120 -1.569356 1.917495 0.512530 -0.725897 0.458679 0.281525 0.735138 1 12 1.000000 + 28 0.079600 -1.616929 1.982576 0.403016 -0.775069 0.486668 0.269043 0.748047 1 12 1.000000 + 28 0.104768 -1.696397 1.902657 0.420175 -0.815376 0.398265 0.272552 0.720032 1 12 1.000000 +EievuiDh.png + 28 0.214120 -1.569356 1.917495 0.512530 -0.725897 0.458679 0.281525 0.735138 1 12 1.000000 + 28 0.226425 -1.525103 2.196718 0.409787 -0.896156 0.170231 0.280090 0.783264 1 12 1.000000 + 28 0.079600 -1.616929 1.982576 0.403016 -0.775069 0.486668 0.269043 0.748047 1 12 1.000000 +EievuiDh.png + 28 0.226425 -1.525103 2.196718 0.409787 -0.896156 0.170231 0.280090 0.783264 1 12 1.000000 + 28 0.000000 -1.588171 2.214187 0.000000 -0.973387 0.229167 0.246216 0.783752 1 12 1.000000 + 28 0.079600 -1.616929 1.982576 0.403016 -0.775069 0.486668 0.269043 0.748047 1 12 1.000000 +EievuiDh.png + 28 0.226425 -1.525103 2.196718 0.409787 -0.896156 0.170231 0.280090 0.783264 1 12 1.000000 + 28 0.230203 -1.457876 2.482682 0.397870 -0.865533 0.304223 0.280670 0.831268 1 12 1.000000 + 28 0.000000 -1.588171 2.214187 0.000000 -0.973387 0.229167 0.246216 0.783752 1 12 1.000000 +EievuiDh.png + 28 0.230203 -1.457876 2.482682 0.397870 -0.865533 0.304223 0.280670 0.831268 1 12 1.000000 + 28 0.000000 -1.509886 2.497933 0.000000 -0.903863 0.427821 0.246216 0.831390 1 12 1.000000 + 28 0.000000 -1.588171 2.214187 0.000000 -0.973387 0.229167 0.246216 0.783752 1 12 1.000000 +EievuiDh.png + 28 -0.568097 -1.326404 2.156641 -0.649933 -0.744841 0.150990 0.321533 0.782745 1 12 1.000000 + 28 -0.574811 -1.259555 2.434047 -0.695579 -0.657188 0.290298 0.319916 0.841644 1 12 1.000000 + 28 -0.661874 -1.208160 2.158572 -0.900619 -0.421953 0.104117 0.341583 0.783051 1 12 1.000000 +EievuiDh.png + 28 -0.574811 -1.259555 2.434047 -0.695579 -0.657188 0.290298 0.319916 0.841644 1 12 1.000000 + 28 -0.652948 -1.153013 2.424871 -0.906064 -0.366519 0.211452 0.346375 0.834137 1 12 1.000000 + 28 -0.661874 -1.208160 2.158572 -0.900619 -0.421953 0.104117 0.341583 0.783051 1 12 1.000000 +EievuiDh.png + 28 -0.574811 -1.259555 2.434047 -0.695579 -0.657188 0.290298 0.319916 0.841644 1 12 1.000000 + 28 -0.613026 -1.080598 2.588431 -0.820494 -0.329137 0.467396 0.349426 0.859680 1 12 1.000000 + 28 -0.652948 -1.153013 2.424871 -0.906064 -0.366519 0.211452 0.346375 0.834137 1 12 1.000000 +EievuiDh.png + 28 -0.613026 -1.080598 2.588431 -0.820494 -0.329137 0.467396 0.349426 0.859680 1 12 1.000000 + 28 -0.694255 -0.985358 2.426945 -0.959216 -0.162375 0.231385 0.366211 0.832367 1 12 1.000000 + 28 -0.652948 -1.153013 2.424871 -0.906064 -0.366519 0.211452 0.346375 0.834137 1 12 1.000000 +EievuiDh.png + 28 -0.613026 -1.080598 2.588431 -0.820494 -0.329137 0.467396 0.349426 0.859680 1 12 1.000000 + 28 -0.629702 -0.876630 2.604234 -0.812058 -0.045961 0.581764 0.382477 0.857910 1 12 1.000000 + 28 -0.694255 -0.985358 2.426945 -0.959216 -0.162375 0.231385 0.366211 0.832367 1 12 1.000000 +EievuiDh.png + 28 -0.629702 -0.876630 2.604234 -0.812058 -0.045961 0.581764 0.382477 0.857910 1 12 1.000000 + 28 -0.707676 -0.800574 2.474357 -0.538445 -0.828041 0.156284 0.387024 0.833557 1 12 1.000000 + 28 -0.694255 -0.985358 2.426945 -0.959216 -0.162375 0.231385 0.366211 0.832367 1 12 1.000000 +EievuiDh.png + 28 -0.234772 -1.241882 2.979888 0.035276 -0.817849 0.574351 0.369202 0.934601 1 12 1.000000 + 28 -0.132810 -1.104942 2.862884 -0.020267 -0.588564 0.808197 0.369598 0.948792 1 12 1.000000 + 28 -0.211623 -0.949753 2.889487 -0.139857 0.064314 0.988081 0.386505 0.933655 1 12 1.000000 +EievuiDh.png + 28 -0.132810 -1.104942 2.862884 -0.020267 -0.588564 0.808197 0.369598 0.948792 1 12 1.000000 + 28 0.000000 -0.936618 2.905373 0.000000 0.142907 0.989736 0.387573 0.965027 1 12 1.000000 + 28 -0.211623 -0.949753 2.889487 -0.139857 0.064314 0.988081 0.386505 0.933655 1 12 1.000000 +EievuiDh.png + 28 -0.132810 -1.104942 2.862884 -0.020267 -0.588564 0.808197 0.369598 0.948792 1 12 1.000000 + 28 0.000000 -1.258533 3.019684 -0.000004 -0.656514 0.754314 0.369812 0.965118 1 12 1.000000 + 28 0.000000 -0.936618 2.905373 0.000000 0.142907 0.989736 0.387573 0.965027 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.258533 3.019684 -0.000004 -0.656514 0.754314 0.369812 0.965118 1 12 1.000000 + 28 0.132811 -1.104942 2.862884 0.020263 -0.588564 0.808197 0.369598 0.948792 1 12 1.000000 + 28 0.000000 -0.936618 2.905373 0.000000 0.142907 0.989736 0.387573 0.965027 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.258533 3.019684 -0.000004 -0.656514 0.754314 0.369812 0.965118 1 12 1.000000 + 28 0.000000 -1.215737 2.865407 -0.000002 -0.923622 0.383306 0.353363 0.965118 1 12 1.000000 + 28 0.132811 -1.104942 2.862884 0.020263 -0.588564 0.808197 0.369598 0.948792 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.215737 2.865407 -0.000002 -0.923622 0.383306 0.353363 0.965118 1 12 1.000000 + 28 0.118210 -1.152816 2.817327 0.080572 -0.661931 0.745222 0.353363 0.948944 1 12 1.000000 + 28 0.132811 -1.104942 2.862884 0.020263 -0.588564 0.808197 0.369598 0.948792 1 12 1.000000 +EievuiDh.png + 28 -0.713593 -0.882779 2.313195 -0.982627 0.113130 -0.147128 0.376862 0.809021 1 12 1.000000 + 28 -0.684308 -0.743881 2.458557 -0.704318 0.642204 0.302505 0.392944 0.833435 1 12 1.000000 + 28 -0.709256 -0.704575 2.222085 -0.980032 0.195635 0.035548 0.399994 0.793732 1 12 1.000000 +EievuiDh.png + 28 -0.684308 -0.743881 2.458557 -0.704318 0.642204 0.302505 0.392944 0.833435 1 12 1.000000 + 28 -0.591190 -0.382851 2.248181 -0.846317 0.521545 0.108338 0.439941 0.800018 1 12 1.000000 + 28 -0.709256 -0.704575 2.222085 -0.980032 0.195635 0.035548 0.399994 0.793732 1 12 1.000000 +EievuiDh.png + 28 -0.684308 -0.743881 2.458557 -0.704318 0.642204 0.302505 0.392944 0.833435 1 12 1.000000 + 28 -0.580123 -0.462576 2.514100 -0.817107 0.424975 0.389528 0.426361 0.845825 1 12 1.000000 + 28 -0.591190 -0.382851 2.248181 -0.846317 0.521545 0.108338 0.439941 0.800018 1 12 1.000000 +EievuiDh.png + 28 -0.580123 -0.462576 2.514100 -0.817107 0.424975 0.389528 0.426361 0.845825 1 12 1.000000 + 28 -0.365663 -0.243283 2.568326 -0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 + 28 -0.591190 -0.382851 2.248181 -0.846317 0.521545 0.108338 0.439941 0.800018 1 12 1.000000 +EievuiDh.png + 28 -0.580123 -0.462576 2.514100 -0.817107 0.424975 0.389528 0.426361 0.845825 1 12 1.000000 + 28 -0.555131 -0.654504 2.657518 -0.717976 0.253386 0.648310 0.405579 0.870789 1 12 1.000000 + 28 -0.365663 -0.243283 2.568326 -0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 +EievuiDh.png + 28 -0.555131 -0.654504 2.657518 -0.717976 0.253386 0.648310 0.405579 0.870789 1 12 1.000000 + 28 -0.337220 -0.478973 2.760143 -0.383270 0.311979 0.869352 0.428742 0.895630 1 12 1.000000 + 28 -0.365663 -0.243283 2.568326 -0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 +EievuiDh.png + 28 -0.506398 -1.219816 2.599470 -0.579929 -0.611758 0.537991 0.327179 0.876740 1 12 1.000000 + 28 -0.219142 -1.389034 2.625024 -0.307836 -0.757986 0.575061 0.306183 0.924194 1 12 1.000000 + 28 -0.409889 -1.167247 2.722722 -0.466860 -0.609089 0.641133 0.333374 0.904480 1 12 1.000000 +EievuiDh.png + 28 -0.219142 -1.389034 2.625024 -0.307836 -0.757986 0.575061 0.306183 0.924194 1 12 1.000000 + 28 -0.204944 -1.256158 2.761225 -0.221867 -0.632527 0.742081 0.332001 0.937073 1 12 1.000000 + 28 -0.409889 -1.167247 2.722722 -0.466860 -0.609089 0.641133 0.333374 0.904480 1 12 1.000000 +EievuiDh.png + 28 -0.219142 -1.389034 2.625024 -0.307836 -0.757986 0.575061 0.306183 0.924194 1 12 1.000000 + 28 0.000000 -1.423531 2.627622 0.000000 -0.766770 0.641922 0.297241 0.958344 1 12 1.000000 + 28 -0.204944 -1.256158 2.761225 -0.221867 -0.632527 0.742081 0.332001 0.937073 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.423531 2.627622 0.000000 -0.766770 0.641922 0.297241 0.958344 1 12 1.000000 + 28 0.000000 -1.296276 2.772293 -0.000001 -0.640688 0.767801 0.331543 0.965118 1 12 1.000000 + 28 -0.204944 -1.256158 2.761225 -0.221867 -0.632527 0.742081 0.332001 0.937073 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.423531 2.627622 0.000000 -0.766770 0.641922 0.297241 0.958344 1 12 1.000000 + 28 0.204944 -1.256158 2.761225 0.221866 -0.632527 0.742081 0.332001 0.937073 1 12 1.000000 + 28 0.000000 -1.296276 2.772293 -0.000001 -0.640688 0.767801 0.331543 0.965118 1 12 1.000000 +EievuiDh.png + 28 0.409620 -1.119217 2.789639 0.053471 -0.977660 0.203276 0.353638 0.909088 1 12 1.000000 + 28 0.409889 -1.167247 2.722722 0.466860 -0.609089 0.641133 0.333374 0.904480 1 12 1.000000 + 28 0.495607 -1.055120 2.734972 0.798172 -0.504384 0.329422 0.355652 0.893188 1 12 1.000000 +EievuiDh.png + 28 0.409889 -1.167247 2.722722 0.466860 -0.609089 0.641133 0.333374 0.904480 1 12 1.000000 + 28 0.563044 -1.013993 2.682877 0.712678 -0.271131 0.646976 0.352325 0.874634 1 12 1.000000 + 28 0.495607 -1.055120 2.734972 0.798172 -0.504384 0.329422 0.355652 0.893188 1 12 1.000000 +EievuiDh.png + 28 0.409889 -1.167247 2.722722 0.466860 -0.609089 0.641133 0.333374 0.904480 1 12 1.000000 + 28 0.506398 -1.219816 2.599470 0.579929 -0.611758 0.537991 0.327179 0.876740 1 12 1.000000 + 28 0.563044 -1.013993 2.682877 0.712678 -0.271131 0.646976 0.352325 0.874634 1 12 1.000000 +EievuiDh.png + 28 0.506398 -1.219816 2.599470 0.579929 -0.611758 0.537991 0.327179 0.876740 1 12 1.000000 + 28 0.613026 -1.080598 2.588431 0.820496 -0.329135 0.467394 0.349426 0.859680 1 12 1.000000 + 28 0.563044 -1.013993 2.682877 0.712678 -0.271131 0.646976 0.352325 0.874634 1 12 1.000000 +EievuiDh.png + 28 0.506398 -1.219816 2.599470 0.579929 -0.611758 0.537991 0.327179 0.876740 1 12 1.000000 + 28 0.574811 -1.259555 2.434047 0.695579 -0.657188 0.290298 0.319916 0.841644 1 12 1.000000 + 28 0.613026 -1.080598 2.588431 0.820496 -0.329135 0.467394 0.349426 0.859680 1 12 1.000000 +EievuiDh.png + 28 -0.713593 -0.882779 2.313195 -0.982627 0.113130 -0.147128 0.082031 0.989410 1 12 1.000000 + 28 -0.707676 -0.800574 2.474357 -0.538445 -0.828041 0.156284 0.124969 0.954590 1 12 1.000000 + 28 -0.914317 -0.862993 2.356079 -0.017321 -0.996636 0.080108 0.046234 0.925232 2 12 0.200000 18 0.800000 +EievuiDh.png + 28 -0.707676 -0.800574 2.474357 -0.538445 -0.828041 0.156284 0.124969 0.954590 1 12 1.000000 + 28 -0.848238 -0.777598 2.580376 -0.216412 -0.975755 -0.032687 0.125549 0.894897 2 12 0.200000 18 0.800000 + 28 -0.914317 -0.862993 2.356079 -0.017321 -0.996636 0.080108 0.046234 0.925232 2 12 0.200000 18 0.800000 +EievuiDh.png + 28 -0.707676 -0.800574 2.474357 -0.538445 -0.828041 0.156284 0.124969 0.954590 1 12 1.000000 + 28 -0.780509 -0.879781 2.816200 0.770768 0.062209 0.634071 0.216278 0.877625 2 12 0.200000 18 0.800000 + 28 -0.848238 -0.777598 2.580376 -0.216412 -0.975755 -0.032687 0.125549 0.894897 2 12 0.200000 18 0.800000 +EievuiDh.png + 28 -0.780509 -0.879781 2.816200 0.770768 0.062209 0.634071 0.216278 0.877625 2 12 0.200000 18 0.800000 + 28 -0.980010 -0.854869 3.012328 0.421346 -0.570704 0.704815 0.231720 0.802948 3 12 0.100000 19 0.200000 18 0.700000 + 28 -0.848238 -0.777598 2.580376 -0.216412 -0.975755 -0.032687 0.125549 0.894897 2 12 0.200000 18 0.800000 +EievuiDh.png + 28 0.337220 -0.478973 2.760143 0.383270 0.311979 0.869352 0.428742 0.895630 1 12 1.000000 + 28 0.555131 -0.654504 2.657518 0.717976 0.253386 0.648310 0.405579 0.870789 1 12 1.000000 + 28 0.365663 -0.243283 2.568326 0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 +EievuiDh.png + 28 0.555131 -0.654504 2.657518 0.717976 0.253386 0.648310 0.405579 0.870789 1 12 1.000000 + 28 0.580123 -0.462576 2.514100 0.817107 0.424975 0.389528 0.426361 0.845825 1 12 1.000000 + 28 0.365663 -0.243283 2.568326 0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 +EievuiDh.png + 28 0.555131 -0.654504 2.657518 0.717976 0.253386 0.648310 0.405579 0.870789 1 12 1.000000 + 28 0.684308 -0.743881 2.458557 0.704318 0.642204 0.302505 0.392944 0.833435 1 12 1.000000 + 28 0.580123 -0.462576 2.514100 0.817107 0.424975 0.389528 0.426361 0.845825 1 12 1.000000 +EievuiDh.png + 28 0.684308 -0.743881 2.458557 0.704318 0.642204 0.302505 0.392944 0.833435 1 12 1.000000 + 28 0.591190 -0.382851 2.248181 0.846316 0.521548 0.108338 0.439941 0.800018 1 12 1.000000 + 28 0.580123 -0.462576 2.514100 0.817107 0.424975 0.389528 0.426361 0.845825 1 12 1.000000 +EievuiDh.png + 28 -1.392505 -0.784234 2.520859 -0.568929 -0.341429 -0.748161 0.018646 0.755432 2 19 0.600000 18 0.400000 + 28 -1.168406 -0.828569 2.419250 -0.369725 0.274090 -0.887794 0.023956 0.856171 3 12 0.100000 19 0.200000 18 0.700000 + 28 -1.281630 -0.689002 2.876826 -0.161791 -0.979965 0.116157 0.123383 0.715637 2 19 0.600000 18 0.400000 +EievuiDh.png + 28 -1.168406 -0.828569 2.419250 -0.369725 0.274090 -0.887794 0.023956 0.856171 3 12 0.100000 19 0.200000 18 0.700000 + 28 -1.063763 -0.728735 2.725076 -0.197113 -0.980027 0.026321 0.125763 0.791718 3 12 0.100000 19 0.200000 18 0.700000 + 28 -1.281630 -0.689002 2.876826 -0.161791 -0.979965 0.116157 0.123383 0.715637 2 19 0.600000 18 0.400000 +EievuiDh.png + 28 -1.168406 -0.828569 2.419250 -0.369725 0.274090 -0.887794 0.023956 0.856171 3 12 0.100000 19 0.200000 18 0.700000 + 28 -0.914317 -0.862993 2.356079 -0.017321 -0.996636 0.080108 0.046234 0.925232 2 12 0.200000 18 0.800000 + 28 -1.063763 -0.728735 2.725076 -0.197113 -0.980027 0.026321 0.125763 0.791718 3 12 0.100000 19 0.200000 18 0.700000 +EievuiDh.png + 28 -0.914317 -0.862993 2.356079 -0.017321 -0.996636 0.080108 0.046234 0.925232 2 12 0.200000 18 0.800000 + 28 -0.848238 -0.777598 2.580376 -0.216412 -0.975755 -0.032687 0.125549 0.894897 2 12 0.200000 18 0.800000 + 28 -1.063763 -0.728735 2.725076 -0.197113 -0.980027 0.026321 0.125763 0.791718 3 12 0.100000 19 0.200000 18 0.700000 +EievuiDh.png + 28 -0.263559 -1.581963 1.614510 -0.334969 -0.872254 -0.356328 0.287659 0.687073 1 12 1.000000 + 28 -0.411220 -1.494211 1.581295 -0.498073 -0.643311 -0.581442 0.306641 0.685852 1 12 1.000000 + 28 -0.262771 -1.523469 1.532473 -0.244206 -0.665151 -0.705647 0.299866 0.668945 1 12 1.000000 +EievuiDh.png + 28 -0.411220 -1.494211 1.581295 -0.498073 -0.643311 -0.581442 0.306641 0.685852 1 12 1.000000 + 28 -0.264469 -1.323737 1.432574 -0.251760 -0.341629 -0.905487 0.332245 0.650604 1 12 1.000000 + 28 -0.262771 -1.523469 1.532473 -0.244206 -0.665151 -0.705647 0.299866 0.668945 1 12 1.000000 +EievuiDh.png + 28 -0.411220 -1.494211 1.581295 -0.498073 -0.643311 -0.581442 0.306641 0.685852 1 12 1.000000 + 28 -0.546506 -1.288850 1.527970 -0.501358 -0.297022 -0.812661 0.338623 0.677185 1 12 1.000000 + 28 -0.264469 -1.323737 1.432574 -0.251760 -0.341629 -0.905487 0.332245 0.650604 1 12 1.000000 +EievuiDh.png + 28 -0.546506 -1.288850 1.527970 -0.501358 -0.297022 -0.812661 0.338623 0.677185 1 12 1.000000 + 28 -0.278151 -1.016167 1.393588 -0.226917 -0.018763 -0.973733 0.367188 0.647278 1 12 1.000000 + 28 -0.264469 -1.323737 1.432574 -0.251760 -0.341629 -0.905487 0.332245 0.650604 1 12 1.000000 +EievuiDh.png + 28 0.262771 -1.523469 1.532473 0.244206 -0.665151 -0.705647 0.299866 0.668945 1 12 1.000000 + 28 0.411220 -1.494211 1.581295 0.498073 -0.643311 -0.581442 0.306641 0.685852 1 12 1.000000 + 28 0.263559 -1.581963 1.614510 0.334969 -0.872254 -0.356328 0.287659 0.687073 1 12 1.000000 +EievuiDh.png + 28 0.411220 -1.494211 1.581295 0.498073 -0.643311 -0.581442 0.306641 0.685852 1 12 1.000000 + 28 0.496281 -1.469576 1.688816 0.636883 -0.743673 -0.203299 0.313293 0.703827 1 12 1.000000 + 28 0.263559 -1.581963 1.614510 0.334969 -0.872254 -0.356328 0.287659 0.687073 1 12 1.000000 +EievuiDh.png + 28 0.411220 -1.494211 1.581295 0.498073 -0.643311 -0.581442 0.306641 0.685852 1 12 1.000000 + 28 0.627333 -1.272752 1.613132 0.793922 -0.404978 -0.453520 0.340332 0.691467 1 12 1.000000 + 28 0.496281 -1.469576 1.688816 0.636883 -0.743673 -0.203299 0.313293 0.703827 1 12 1.000000 +EievuiDh.png + 28 0.627333 -1.272752 1.613132 0.793922 -0.404978 -0.453520 0.340332 0.691467 1 12 1.000000 + 28 0.669067 -1.262891 1.726238 0.899932 -0.405513 -0.160253 0.340362 0.710480 1 12 1.000000 + 28 0.496281 -1.469576 1.688816 0.636883 -0.743673 -0.203299 0.313293 0.703827 1 12 1.000000 +EievuiDh.png + 28 -0.165143 -0.706260 1.079154 -0.084728 -0.871525 0.482975 0.180298 0.402924 1 12 1.000000 + 28 0.000000 -0.726519 1.078099 0.000001 -0.849894 0.526954 0.200378 0.425110 1 12 1.000000 + 28 -0.206072 -0.198032 1.416911 -0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 +EievuiDh.png + 28 0.000000 -0.726519 1.078099 0.000001 -0.849894 0.526954 0.200378 0.425110 1 12 1.000000 + 28 0.000000 -0.204070 1.435441 0.000000 -0.294486 0.955656 0.232635 0.378326 1 12 1.000000 + 28 -0.206072 -0.198032 1.416911 -0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 +EievuiDh.png + 28 0.000000 -0.726519 1.078099 0.000001 -0.849894 0.526954 0.200378 0.425110 1 12 1.000000 + 28 0.206072 -0.198032 1.416911 0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 + 28 0.000000 -0.204070 1.435441 0.000000 -0.294486 0.955656 0.232635 0.378326 1 12 1.000000 +EievuiDh.png + 28 0.290341 -0.374538 1.263131 0.544574 -0.266351 0.795296 0.169800 0.361115 1 12 1.000000 + 28 0.206072 -0.198032 1.416911 0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 + 28 0.411575 -0.644889 1.139290 0.550619 -0.478673 0.683880 0.166504 0.380493 1 12 1.000000 +EievuiDh.png + 28 0.206072 -0.198032 1.416911 0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 + 28 0.165143 -0.706260 1.079154 0.084728 -0.871530 0.482966 0.180298 0.402924 1 12 1.000000 + 28 0.411575 -0.644889 1.139290 0.550619 -0.478673 0.683880 0.166504 0.380493 1 12 1.000000 +EievuiDh.png + 28 0.206072 -0.198032 1.416911 0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 + 28 0.000000 -0.726519 1.078099 0.000001 -0.849894 0.526954 0.200378 0.425110 1 12 1.000000 + 28 0.165143 -0.706260 1.079154 0.084728 -0.871530 0.482966 0.180298 0.402924 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.558136 1.504255 0.000000 -0.584696 -0.811253 0.285034 0.645447 1 12 1.000000 + 28 0.000000 -1.348860 1.396786 0.000000 -0.244916 -0.969544 0.321320 0.623138 1 12 1.000000 + 28 0.264469 -1.323737 1.432574 0.251760 -0.341629 -0.905487 0.332245 0.650604 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.348860 1.396786 0.000000 -0.244916 -0.969544 0.321320 0.623138 1 12 1.000000 + 28 0.278151 -1.016167 1.393588 0.226917 -0.018763 -0.973733 0.367188 0.647278 1 12 1.000000 + 28 0.264469 -1.323737 1.432574 0.251760 -0.341629 -0.905487 0.332245 0.650604 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.348860 1.396786 0.000000 -0.244916 -0.969544 0.321320 0.623138 1 12 1.000000 + 28 0.000000 -1.012559 1.350318 0.000000 0.009894 -0.999951 0.364594 0.616333 1 12 1.000000 + 28 0.278151 -1.016167 1.393588 0.226917 -0.018763 -0.973733 0.367188 0.647278 1 12 1.000000 +EievuiDh.png + 28 -0.707676 -0.800574 2.474357 -0.538445 -0.828041 0.156284 0.387024 0.833557 1 12 1.000000 + 28 -0.713593 -0.882779 2.313195 -0.982627 0.113130 -0.147128 0.376862 0.809021 1 12 1.000000 + 28 -0.694255 -0.985358 2.426945 -0.959216 -0.162375 0.231385 0.366211 0.832367 1 12 1.000000 +EievuiDh.png + 28 -0.713593 -0.882779 2.313195 -0.982627 0.113130 -0.147128 0.376862 0.809021 1 12 1.000000 + 28 -0.708670 -0.995001 2.184776 -0.993174 -0.109059 0.041366 0.365265 0.787476 1 12 1.000000 + 28 -0.694255 -0.985358 2.426945 -0.959216 -0.162375 0.231385 0.366211 0.832367 1 12 1.000000 +EievuiDh.png + 28 -0.713593 -0.882779 2.313195 -0.982627 0.113130 -0.147128 0.376862 0.809021 1 12 1.000000 + 28 -0.709256 -0.704575 2.222085 -0.980032 0.195635 0.035548 0.399994 0.793732 1 12 1.000000 + 28 -0.708670 -0.995001 2.184776 -0.993174 -0.109059 0.041366 0.365265 0.787476 1 12 1.000000 +EievuiDh.png + 28 0.559494 -0.469502 1.707522 0.700993 0.547303 -0.457240 0.426971 0.707336 1 12 1.000000 + 28 0.333793 -0.294251 1.683030 0.454613 0.739794 -0.496017 0.452637 0.694641 1 12 1.000000 + 28 0.581187 -0.391274 1.930423 0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 +EievuiDh.png + 28 0.333793 -0.294251 1.683030 0.454613 0.739794 -0.496017 0.452637 0.694641 1 12 1.000000 + 28 0.355091 -0.199479 1.919907 0.421446 0.882121 -0.210345 0.468414 0.738831 1 12 1.000000 + 28 0.581187 -0.391274 1.930423 0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 +EievuiDh.png + 28 0.333793 -0.294251 1.683030 0.454613 0.739794 -0.496017 0.452637 0.694641 1 12 1.000000 + 28 0.000000 -0.103359 1.895793 0.000000 0.960129 -0.279557 0.500305 0.724060 1 12 1.000000 + 28 0.355091 -0.199479 1.919907 0.421446 0.882121 -0.210345 0.468414 0.738831 1 12 1.000000 +EievuiDh.png + 28 -0.559494 -0.469502 1.707522 -0.700993 0.547303 -0.457240 0.426971 0.707336 1 12 1.000000 + 28 -0.333793 -0.294251 1.683030 -0.454613 0.739794 -0.496017 0.452637 0.694641 1 12 1.000000 + 28 -0.520311 -0.631607 1.541114 -0.656951 0.331325 -0.677229 0.405792 0.679382 1 12 1.000000 +EievuiDh.png + 28 -0.333793 -0.294251 1.683030 -0.454613 0.739794 -0.496017 0.452637 0.694641 1 12 1.000000 + 28 -0.311533 -0.518181 1.463409 -0.327709 0.399160 -0.856316 0.423553 0.653717 1 12 1.000000 + 28 -0.520311 -0.631607 1.541114 -0.656951 0.331325 -0.677229 0.405792 0.679382 1 12 1.000000 +EievuiDh.png + 28 -0.333793 -0.294251 1.683030 -0.454613 0.739794 -0.496017 0.452637 0.694641 1 12 1.000000 + 28 0.000000 -0.188651 1.665497 0.000000 0.782165 -0.623071 0.480804 0.670624 1 12 1.000000 + 28 -0.311533 -0.518181 1.463409 -0.327709 0.399160 -0.856316 0.423553 0.653717 1 12 1.000000 +EievuiDh.png + 28 0.264022 -1.621983 1.754510 0.443283 -0.891210 -0.096154 0.282898 0.707153 1 12 1.000000 + 28 0.535537 -1.440736 1.762260 0.653484 -0.734809 0.181699 0.317810 0.716461 1 12 1.000000 + 28 0.257126 -1.625133 1.839367 0.502316 -0.828716 0.246798 0.281830 0.720734 1 12 1.000000 +EievuiDh.png + 28 0.535537 -1.440736 1.762260 0.653484 -0.734809 0.181699 0.317810 0.716461 1 12 1.000000 + 28 0.214120 -1.569356 1.917495 0.512530 -0.725897 0.458679 0.281525 0.735138 1 12 1.000000 + 28 0.257126 -1.625133 1.839367 0.502316 -0.828716 0.246798 0.281830 0.720734 1 12 1.000000 +EievuiDh.png + 28 0.535537 -1.440736 1.762260 0.653484 -0.734809 0.181699 0.317810 0.716461 1 12 1.000000 + 28 0.561402 -1.386106 1.846201 0.651751 -0.742099 0.156557 0.321411 0.731567 1 12 1.000000 + 28 0.214120 -1.569356 1.917495 0.512530 -0.725897 0.458679 0.281525 0.735138 1 12 1.000000 +EievuiDh.png + 28 -0.410323 -0.945350 2.839900 -0.376998 0.054228 0.924625 0.386505 0.905762 1 12 1.000000 + 28 -0.488626 -0.945402 2.751304 -0.727322 0.089985 0.680372 0.386108 0.889526 1 12 1.000000 + 28 -0.456142 -1.173234 2.848743 -0.542068 -0.701164 0.463175 0.368164 0.902710 1 12 1.000000 +EievuiDh.png + 28 -0.488626 -0.945402 2.751304 -0.727322 0.089985 0.680372 0.386108 0.889526 1 12 1.000000 + 28 -0.495607 -1.055120 2.734972 -0.798172 -0.504384 0.329422 0.355652 0.893188 1 12 1.000000 + 28 -0.456142 -1.173234 2.848743 -0.542068 -0.701164 0.463175 0.368164 0.902710 1 12 1.000000 +EievuiDh.png + 28 -0.488626 -0.945402 2.751304 -0.727322 0.089985 0.680372 0.386108 0.889526 1 12 1.000000 + 28 -0.563043 -1.013993 2.682877 -0.712676 -0.271142 0.646974 0.352325 0.874634 1 12 1.000000 + 28 -0.495607 -1.055120 2.734972 -0.798172 -0.504384 0.329422 0.355652 0.893188 1 12 1.000000 +EievuiDh.png + 28 0.684308 -0.743881 2.458557 0.704318 0.642204 0.302505 0.001953 0.402008 1 12 1.000000 + 28 0.861285 -0.659967 2.593358 -0.156015 0.929495 -0.334214 0.001953 0.435944 2 12 0.200000 16 0.800000 + 28 0.713593 -0.882779 2.313195 0.982627 0.113130 -0.147128 0.022339 0.402710 1 12 1.000000 +EievuiDh.png + 28 0.861285 -0.659967 2.593358 -0.156015 0.929495 -0.334214 0.001953 0.435944 2 12 0.200000 16 0.800000 + 28 0.914317 -0.862993 2.356079 0.017321 -0.996636 0.080108 0.039490 0.437469 2 12 0.200000 16 0.800000 + 28 0.713593 -0.882779 2.313195 0.982627 0.113130 -0.147128 0.022339 0.402710 1 12 1.000000 +EievuiDh.png + 28 0.861285 -0.659967 2.593358 -0.156015 0.929495 -0.334214 0.001953 0.435944 2 12 0.200000 16 0.800000 + 28 1.168406 -0.828569 2.419250 0.369743 0.274095 -0.887785 0.045593 0.476471 3 12 0.100000 16 0.700000 17 0.200000 + 28 0.914317 -0.862993 2.356079 0.017321 -0.996636 0.080108 0.039490 0.437469 2 12 0.200000 16 0.800000 +EievuiDh.png + 28 0.780509 -0.879781 2.816201 -0.770766 0.062209 0.634074 0.039490 0.437469 2 12 0.200000 16 0.800000 + 28 0.980010 -0.854869 3.012328 -0.421350 -0.570707 0.704811 0.045593 0.476471 3 12 0.100000 16 0.700000 17 0.200000 + 28 1.062405 -0.602267 2.728671 -0.301097 0.948757 0.095915 0.001953 0.470551 3 12 0.100000 16 0.700000 17 0.200000 +EievuiDh.png + 28 0.980010 -0.854869 3.012328 -0.421350 -0.570707 0.704811 0.045593 0.476471 3 12 0.100000 16 0.700000 17 0.200000 + 28 1.276284 -0.564658 2.878380 -0.188362 0.982099 0.001335 0.001953 0.509949 2 16 0.400000 17 0.600000 + 28 1.062405 -0.602267 2.728671 -0.301097 0.948757 0.095915 0.001953 0.470551 3 12 0.100000 16 0.700000 17 0.200000 +EievuiDh.png + 28 0.980010 -0.854869 3.012328 -0.421350 -0.570707 0.704811 0.045593 0.476471 3 12 0.100000 16 0.700000 17 0.200000 + 28 1.189972 -0.812426 3.162231 0.288247 -0.956474 -0.045514 0.041931 0.516754 2 16 0.400000 17 0.600000 + 28 1.276284 -0.564658 2.878380 -0.188362 0.982099 0.001335 0.001953 0.509949 2 16 0.400000 17 0.600000 +EievuiDh.png + 28 0.574811 -1.259555 2.434047 0.695579 -0.657188 0.290298 0.319916 0.841644 1 12 1.000000 + 28 0.506398 -1.219816 2.599470 0.579929 -0.611758 0.537991 0.327179 0.876740 1 12 1.000000 + 28 0.230203 -1.457876 2.482682 0.397870 -0.865533 0.304223 0.281158 0.905487 1 12 1.000000 +EievuiDh.png + 28 0.506398 -1.219816 2.599470 0.579929 -0.611758 0.537991 0.327179 0.876740 1 12 1.000000 + 28 0.219142 -1.389034 2.625024 0.307836 -0.757986 0.575061 0.306183 0.924194 1 12 1.000000 + 28 0.230203 -1.457876 2.482682 0.397870 -0.865533 0.304223 0.281158 0.905487 1 12 1.000000 +EievuiDh.png + 28 0.506398 -1.219816 2.599470 0.579929 -0.611758 0.537991 0.327179 0.876740 1 12 1.000000 + 28 0.409889 -1.167247 2.722722 0.466860 -0.609089 0.641133 0.333374 0.904480 1 12 1.000000 + 28 0.219142 -1.389034 2.625024 0.307836 -0.757986 0.575061 0.306183 0.924194 1 12 1.000000 +EievuiDh.png + 28 -0.204944 -1.256158 2.761225 -0.221867 -0.632527 0.742081 0.332001 0.937073 1 12 1.000000 + 28 -0.302016 -1.117005 2.782819 -0.363505 -0.646973 0.670291 0.354156 0.921509 1 12 1.000000 + 28 -0.409889 -1.167247 2.722722 -0.466860 -0.609089 0.641133 0.333374 0.904480 1 12 1.000000 +EievuiDh.png + 28 -0.302016 -1.117005 2.782819 -0.363505 -0.646973 0.670291 0.354156 0.921509 1 12 1.000000 + 28 -0.409619 -1.119217 2.789639 -0.053468 -0.977656 0.203299 0.353638 0.909088 1 12 1.000000 + 28 -0.409889 -1.167247 2.722722 -0.466860 -0.609089 0.641133 0.333374 0.904480 1 12 1.000000 +EievuiDh.png + 28 -0.302016 -1.117005 2.782819 -0.363505 -0.646973 0.670291 0.354156 0.921509 1 12 1.000000 + 28 -0.318412 -1.077226 2.813980 -0.334599 -0.663249 0.669436 0.369019 0.921570 1 12 1.000000 + 28 -0.409619 -1.119217 2.789639 -0.053468 -0.977656 0.203299 0.353638 0.909088 1 12 1.000000 +EievuiDh.png + 28 -1.281630 -0.689002 2.876826 -0.161791 -0.979965 0.116157 0.123383 0.715637 2 19 0.600000 18 0.400000 + 28 -1.063763 -0.728735 2.725076 -0.197113 -0.980027 0.026321 0.125763 0.791718 3 12 0.100000 19 0.200000 18 0.700000 + 28 -1.189972 -0.812426 3.162231 -0.288258 -0.956469 -0.045538 0.224426 0.700195 2 19 0.600000 18 0.400000 +EievuiDh.png + 28 -1.063763 -0.728735 2.725076 -0.197113 -0.980027 0.026321 0.125763 0.791718 3 12 0.100000 19 0.200000 18 0.700000 + 28 -0.980010 -0.854869 3.012328 0.421346 -0.570704 0.704815 0.231720 0.802948 3 12 0.100000 19 0.200000 18 0.700000 + 28 -1.189972 -0.812426 3.162231 -0.288258 -0.956469 -0.045538 0.224426 0.700195 2 19 0.600000 18 0.400000 +EievuiDh.png + 28 -1.063763 -0.728735 2.725076 -0.197113 -0.980027 0.026321 0.125763 0.791718 3 12 0.100000 19 0.200000 18 0.700000 + 28 -0.848238 -0.777598 2.580376 -0.216412 -0.975755 -0.032687 0.125549 0.894897 2 12 0.200000 18 0.800000 + 28 -0.980010 -0.854869 3.012328 0.421346 -0.570704 0.704815 0.231720 0.802948 3 12 0.100000 19 0.200000 18 0.700000 +EievuiDh.png + 28 -1.062405 -0.602267 2.728671 0.301088 0.948760 0.095916 0.001953 0.470551 3 12 0.100000 19 0.200000 18 0.700000 + 28 -0.861285 -0.659967 2.593358 0.156014 0.929496 -0.334212 0.001953 0.435944 2 12 0.200000 18 0.800000 + 28 -1.168406 -0.828569 2.419250 -0.369725 0.274090 -0.887794 0.045593 0.476471 3 12 0.100000 19 0.200000 18 0.700000 +EievuiDh.png + 28 -0.861285 -0.659967 2.593358 0.156014 0.929496 -0.334212 0.001953 0.435944 2 12 0.200000 18 0.800000 + 28 -0.914317 -0.862993 2.356079 -0.017321 -0.996636 0.080108 0.039490 0.437469 2 12 0.200000 18 0.800000 + 28 -1.168406 -0.828569 2.419250 -0.369725 0.274090 -0.887794 0.045593 0.476471 3 12 0.100000 19 0.200000 18 0.700000 +EievuiDh.png + 28 -0.861285 -0.659967 2.593358 0.156014 0.929496 -0.334212 0.001953 0.435944 2 12 0.200000 18 0.800000 + 28 -0.713593 -0.882779 2.313195 -0.982627 0.113130 -0.147128 0.022339 0.402710 1 12 1.000000 + 28 -0.914317 -0.862993 2.356079 -0.017321 -0.996636 0.080108 0.039490 0.437469 2 12 0.200000 18 0.800000 +EievuiDh.png + 28 -0.290340 -0.374538 1.263131 -0.544576 -0.266350 0.795295 0.169800 0.361115 1 12 1.000000 + 28 -0.411575 -0.644889 1.139290 -0.550621 -0.478672 0.683879 0.166504 0.380493 1 12 1.000000 + 28 -0.206072 -0.198032 1.416911 -0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 +EievuiDh.png + 28 -0.411575 -0.644889 1.139290 -0.550621 -0.478672 0.683879 0.166504 0.380493 1 12 1.000000 + 28 -0.165143 -0.706260 1.079154 -0.084728 -0.871525 0.482975 0.180298 0.402924 1 12 1.000000 + 28 -0.206072 -0.198032 1.416911 -0.332584 -0.301174 0.893690 0.202728 0.357391 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.509886 2.497933 0.000000 -0.903863 0.427821 0.246216 0.831390 1 12 1.000000 + 28 -0.230203 -1.457876 2.482682 -0.397870 -0.865533 0.304223 0.280670 0.831268 1 12 1.000000 + 28 0.000000 -1.588171 2.214187 0.000000 -0.973387 0.229167 0.246216 0.783752 1 12 1.000000 +EievuiDh.png + 28 -0.230203 -1.457876 2.482682 -0.397870 -0.865533 0.304223 0.280670 0.831268 1 12 1.000000 + 28 -0.226425 -1.525103 2.196718 -0.409787 -0.896156 0.170231 0.280090 0.783264 1 12 1.000000 + 28 0.000000 -1.588171 2.214187 0.000000 -0.973387 0.229167 0.246216 0.783752 1 12 1.000000 +EievuiDh.png + 28 -1.392505 -0.784234 2.520859 -0.568929 -0.341429 -0.748161 0.041931 0.516754 2 19 0.600000 18 0.400000 + 28 -1.276284 -0.564659 2.878380 0.188351 0.982101 0.001335 0.001953 0.509949 2 19 0.600000 18 0.400000 + 28 -1.168406 -0.828569 2.419250 -0.369725 0.274090 -0.887794 0.045593 0.476471 3 12 0.100000 19 0.200000 18 0.700000 +EievuiDh.png + 28 -1.276284 -0.564659 2.878380 0.188351 0.982101 0.001335 0.001953 0.509949 2 19 0.600000 18 0.400000 + 28 -1.062405 -0.602267 2.728671 0.301088 0.948760 0.095916 0.001953 0.470551 3 12 0.100000 19 0.200000 18 0.700000 + 28 -1.168406 -0.828569 2.419250 -0.369725 0.274090 -0.887794 0.045593 0.476471 3 12 0.100000 19 0.200000 18 0.700000 +EievuiDh.png + 28 0.580123 -0.462576 2.514100 0.817107 0.424975 0.389528 0.426361 0.845825 1 12 1.000000 + 28 0.591190 -0.382851 2.248181 0.846316 0.521548 0.108338 0.439941 0.800018 1 12 1.000000 + 28 0.365663 -0.243283 2.568326 0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 +EievuiDh.png + 28 0.591190 -0.382851 2.248181 0.846316 0.521548 0.108338 0.439941 0.800018 1 12 1.000000 + 28 0.372037 -0.164443 2.273452 0.533540 0.844758 0.041461 0.474243 0.804810 1 12 1.000000 + 28 0.365663 -0.243283 2.568326 0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 +EievuiDh.png + 28 0.264469 -1.323737 1.432574 0.251760 -0.341629 -0.905487 0.332245 0.650604 1 12 1.000000 + 28 0.278151 -1.016167 1.393588 0.226917 -0.018763 -0.973733 0.367188 0.647278 1 12 1.000000 + 28 0.546507 -1.288850 1.527970 0.501358 -0.297022 -0.812661 0.338623 0.677185 1 12 1.000000 +EievuiDh.png + 28 0.278151 -1.016167 1.393588 0.226917 -0.018763 -0.973733 0.367188 0.647278 1 12 1.000000 + 28 0.585992 -1.015690 1.505927 0.686868 0.004768 -0.726767 0.366150 0.677429 1 12 1.000000 + 28 0.546507 -1.288850 1.527970 0.501358 -0.297022 -0.812661 0.338623 0.677185 1 12 1.000000 +EievuiDh.png + 28 1.281630 -0.689002 2.876826 0.161778 -0.979967 0.116157 0.123383 0.715637 2 16 0.400000 17 0.600000 + 28 1.189972 -0.812426 3.162231 0.288247 -0.956474 -0.045514 0.224426 0.700195 2 16 0.400000 17 0.600000 + 28 1.063763 -0.728734 2.725076 0.197113 -0.980027 0.026321 0.125763 0.791718 3 12 0.100000 16 0.700000 17 0.200000 +EievuiDh.png + 28 1.189972 -0.812426 3.162231 0.288247 -0.956474 -0.045514 0.224426 0.700195 2 16 0.400000 17 0.600000 + 28 0.980010 -0.854869 3.012328 -0.421350 -0.570707 0.704811 0.231720 0.802948 3 12 0.100000 16 0.700000 17 0.200000 + 28 1.063763 -0.728734 2.725076 0.197113 -0.980027 0.026321 0.125763 0.791718 3 12 0.100000 16 0.700000 17 0.200000 +EievuiDh.png + 28 0.333793 -0.294251 1.683030 0.454613 0.739794 -0.496017 0.452637 0.694641 1 12 1.000000 + 28 0.000000 -0.188651 1.665497 0.000000 0.782165 -0.623071 0.480804 0.670624 1 12 1.000000 + 28 0.000000 -0.103359 1.895793 0.000000 0.960129 -0.279557 0.500305 0.724060 1 12 1.000000 +EievuiDh.png + 28 0.000000 -0.188651 1.665497 0.000000 0.782165 -0.623071 0.480804 0.670624 1 12 1.000000 + 28 -0.333793 -0.294251 1.683030 -0.454613 0.739794 -0.496017 0.452637 0.694641 1 12 1.000000 + 28 0.000000 -0.103359 1.895793 0.000000 0.960129 -0.279557 0.500305 0.724060 1 12 1.000000 +EievuiDh.png + 28 0.780509 -0.879781 2.816201 -0.770766 0.062209 0.634074 0.216278 0.877625 2 12 0.200000 16 0.800000 + 28 0.848238 -0.777598 2.580377 0.216413 -0.975755 -0.032687 0.125549 0.894897 2 12 0.200000 16 0.800000 + 28 0.980010 -0.854869 3.012328 -0.421350 -0.570707 0.704811 0.231720 0.802948 3 12 0.100000 16 0.700000 17 0.200000 +EievuiDh.png + 28 0.848238 -0.777598 2.580377 0.216413 -0.975755 -0.032687 0.125549 0.894897 2 12 0.200000 16 0.800000 + 28 1.063763 -0.728734 2.725076 0.197113 -0.980027 0.026321 0.125763 0.791718 3 12 0.100000 16 0.700000 17 0.200000 + 28 0.980010 -0.854869 3.012328 -0.421350 -0.570707 0.704811 0.231720 0.802948 3 12 0.100000 16 0.700000 17 0.200000 +EievuiDh.png + 28 0.318412 -1.077226 2.813980 0.334599 -0.663249 0.669436 0.369019 0.921570 1 12 1.000000 + 28 0.456142 -1.173234 2.848743 0.542070 -0.701163 0.463174 0.368164 0.902710 1 12 1.000000 + 28 0.410324 -0.945350 2.839900 0.376998 0.054228 0.924625 0.386505 0.905762 1 12 1.000000 +EievuiDh.png + 28 0.456142 -1.173234 2.848743 0.542070 -0.701163 0.463174 0.368164 0.902710 1 12 1.000000 + 28 0.488626 -0.945402 2.751304 0.727322 0.089985 0.680372 0.386108 0.889526 1 12 1.000000 + 28 0.410324 -0.945350 2.839900 0.376998 0.054228 0.924625 0.386505 0.905762 1 12 1.000000 +EievuiDh.png + 28 -0.488626 -0.945402 2.751304 -0.727322 0.089985 0.680372 0.386108 0.889526 1 12 1.000000 + 28 -0.629702 -0.876630 2.604234 -0.812058 -0.045961 0.581764 0.382477 0.857910 1 12 1.000000 + 28 -0.563043 -1.013993 2.682877 -0.712676 -0.271142 0.646974 0.352325 0.874634 1 12 1.000000 +EievuiDh.png + 28 -0.629702 -0.876630 2.604234 -0.812058 -0.045961 0.581764 0.382477 0.857910 1 12 1.000000 + 28 -0.613026 -1.080598 2.588431 -0.820494 -0.329137 0.467396 0.349426 0.859680 1 12 1.000000 + 28 -0.563043 -1.013993 2.682877 -0.712676 -0.271142 0.646974 0.352325 0.874634 1 12 1.000000 +EievuiDh.png + 28 -0.669066 -1.262891 1.726238 -0.899932 -0.405513 -0.160253 0.340362 0.710480 1 12 1.000000 + 28 -0.496281 -1.469576 1.688816 -0.636883 -0.743673 -0.203299 0.313293 0.703827 1 12 1.000000 + 28 -0.535537 -1.440736 1.762260 -0.653484 -0.734809 0.181699 0.317810 0.716461 1 12 1.000000 +EievuiDh.png + 28 -0.496281 -1.469576 1.688816 -0.636883 -0.743673 -0.203299 0.313293 0.703827 1 12 1.000000 + 28 -0.264021 -1.621983 1.754510 -0.443283 -0.891210 -0.096154 0.282898 0.707153 1 12 1.000000 + 28 -0.535537 -1.440736 1.762260 -0.653484 -0.734809 0.181699 0.317810 0.716461 1 12 1.000000 +EievuiDh.png + 28 -0.581187 -0.391274 1.930423 -0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 + 28 -0.372037 -0.164443 2.273452 -0.533540 0.844758 0.041461 0.474243 0.804810 1 12 1.000000 + 28 -0.355091 -0.199479 1.919907 -0.421446 0.882121 -0.210345 0.468414 0.738831 1 12 1.000000 +EievuiDh.png + 28 -0.372037 -0.164443 2.273452 -0.533540 0.844758 0.041461 0.474243 0.804810 1 12 1.000000 + 28 0.000000 -0.067167 2.289680 0.000000 0.996444 0.084257 0.506378 0.809448 1 12 1.000000 + 28 -0.355091 -0.199479 1.919907 -0.421446 0.882121 -0.210345 0.468414 0.738831 1 12 1.000000 +EievuiDh.png + 28 -0.661874 -1.208160 2.158572 -0.900619 -0.421953 0.104117 0.341583 0.783051 1 12 1.000000 + 28 -0.652948 -1.153013 2.424871 -0.906064 -0.366519 0.211452 0.346375 0.834137 1 12 1.000000 + 28 -0.708670 -0.995001 2.184776 -0.993174 -0.109059 0.041366 0.365265 0.787476 1 12 1.000000 +EievuiDh.png + 28 -0.652948 -1.153013 2.424871 -0.906064 -0.366519 0.211452 0.346375 0.834137 1 12 1.000000 + 28 -0.694255 -0.985358 2.426945 -0.959216 -0.162375 0.231385 0.366211 0.832367 1 12 1.000000 + 28 -0.708670 -0.995001 2.184776 -0.993174 -0.109059 0.041366 0.365265 0.787476 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.296276 2.772293 -0.000001 -0.640688 0.767801 0.331543 0.965118 1 12 1.000000 + 28 -0.118209 -1.152816 2.817327 -0.080575 -0.661931 0.745222 0.353363 0.948944 1 12 1.000000 + 28 -0.204944 -1.256158 2.761225 -0.221867 -0.632527 0.742081 0.332001 0.937073 1 12 1.000000 +EievuiDh.png + 28 -0.118209 -1.152816 2.817327 -0.080575 -0.661931 0.745222 0.353363 0.948944 1 12 1.000000 + 28 -0.212352 -1.179522 2.856385 -0.096681 -0.935648 0.339436 0.353943 0.936066 1 12 1.000000 + 28 -0.204944 -1.256158 2.761225 -0.221867 -0.632527 0.742081 0.332001 0.937073 1 12 1.000000 +EievuiDh.png + 28 0.000000 -0.150193 2.586426 0.000000 0.834591 0.550870 0.492401 0.879639 1 12 1.000000 + 28 -0.365663 -0.243283 2.568326 -0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 + 28 0.000000 -0.394234 2.784142 0.000000 0.497968 0.867196 0.455414 0.930176 1 12 1.000000 +EievuiDh.png + 28 -0.365663 -0.243283 2.568326 -0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 + 28 -0.337220 -0.478973 2.760143 -0.383270 0.311979 0.869352 0.428742 0.895630 1 12 1.000000 + 28 0.000000 -0.394234 2.784142 0.000000 0.497968 0.867196 0.455414 0.930176 1 12 1.000000 +EievuiDh.png + 28 -0.211623 -0.949753 2.889487 -0.139857 0.064314 0.988081 0.386505 0.933655 1 12 1.000000 + 28 0.000000 -0.936618 2.905373 0.000000 0.142907 0.989736 0.387573 0.965027 1 12 1.000000 + 28 -0.337220 -0.478973 2.760143 -0.383270 0.311979 0.869352 0.428742 0.895630 1 12 1.000000 +EievuiDh.png + 28 0.000000 -0.936618 2.905373 0.000000 0.142907 0.989736 0.387573 0.965027 1 12 1.000000 + 28 0.000000 -0.394234 2.784142 0.000000 0.497968 0.867196 0.455414 0.930176 1 12 1.000000 + 28 -0.337220 -0.478973 2.760143 -0.383270 0.311979 0.869352 0.428742 0.895630 1 12 1.000000 +EievuiDh.png + 28 -0.204944 -1.256158 2.761225 -0.221867 -0.632527 0.742081 0.332001 0.937073 1 12 1.000000 + 28 -0.212352 -1.179522 2.856385 -0.096681 -0.935648 0.339436 0.353943 0.936066 1 12 1.000000 + 28 -0.302016 -1.117005 2.782819 -0.363505 -0.646973 0.670291 0.354156 0.921509 1 12 1.000000 +EievuiDh.png + 28 -0.212352 -1.179522 2.856385 -0.096681 -0.935648 0.339436 0.353943 0.936066 1 12 1.000000 + 28 -0.318412 -1.077226 2.813980 -0.334599 -0.663249 0.669436 0.369019 0.921570 1 12 1.000000 + 28 -0.302016 -1.117005 2.782819 -0.363505 -0.646973 0.670291 0.354156 0.921509 1 12 1.000000 +EievuiDh.png + 28 -0.581187 -0.391274 1.930423 -0.801493 0.576917 -0.157404 0.438690 0.744751 1 12 1.000000 + 28 -0.666013 -0.688462 1.694522 -0.882552 0.282519 -0.375878 0.400085 0.705139 1 12 1.000000 + 28 -0.709803 -0.694076 1.935543 -0.984891 0.160766 -0.064373 0.401581 0.745605 1 12 1.000000 +EievuiDh.png + 28 -0.666013 -0.688462 1.694522 -0.882552 0.282519 -0.375878 0.400085 0.705139 1 12 1.000000 + 28 -0.696218 -1.013694 1.700874 -0.952214 -0.011933 -0.305199 0.365662 0.706207 1 12 1.000000 + 28 -0.709803 -0.694076 1.935543 -0.984891 0.160766 -0.064373 0.401581 0.745605 1 12 1.000000 +EievuiDh.png + 28 0.708670 -0.995001 2.184776 0.993174 -0.109059 0.041366 0.365265 0.787476 1 12 1.000000 + 28 0.723049 -1.004620 1.928214 0.993605 -0.112629 -0.007975 0.366211 0.744385 1 12 1.000000 + 28 0.709803 -0.694076 1.935543 0.984891 0.160766 -0.064373 0.401581 0.745605 1 12 1.000000 +EievuiDh.png + 28 0.723049 -1.004620 1.928214 0.993605 -0.112629 -0.007975 0.366211 0.744385 1 12 1.000000 + 28 0.696218 -1.013694 1.700874 0.952214 -0.011933 -0.305199 0.365662 0.706207 1 12 1.000000 + 28 0.709803 -0.694076 1.935543 0.984891 0.160766 -0.064373 0.401581 0.745605 1 12 1.000000 +EievuiDh.png + 28 0.914317 -0.862993 2.356079 0.017321 -0.996636 0.080108 0.046234 0.925232 2 12 0.200000 16 0.800000 + 28 0.707676 -0.800574 2.474357 0.538445 -0.828041 0.156284 0.124969 0.954590 1 12 1.000000 + 28 0.713593 -0.882779 2.313195 0.982627 0.113130 -0.147128 0.082031 0.989410 1 12 1.000000 +EievuiDh.png + 28 -0.780509 -0.879781 2.816200 0.770768 0.062209 0.634071 0.216278 0.877625 2 12 0.200000 18 0.800000 + 28 -0.707676 -0.800574 2.474357 -0.538445 -0.828041 0.156284 0.124969 0.954590 1 12 1.000000 + 28 -0.629702 -0.876630 2.604234 -0.812058 -0.045961 0.581764 0.173798 0.953583 1 12 1.000000 +EievuiDh.png + 28 -0.780509 -0.879781 2.816200 0.770768 0.062209 0.634071 0.039490 0.437469 2 12 0.200000 18 0.800000 + 28 -0.629702 -0.876630 2.604234 -0.812058 -0.045961 0.581764 0.022339 0.402710 1 12 1.000000 + 28 -0.684308 -0.743881 2.458557 -0.704318 0.642204 0.302505 0.001953 0.402008 1 12 1.000000 +EievuiDh.png + 28 0.000000 -1.258533 3.019684 -0.000004 -0.656514 0.754314 0.369812 0.965118 1 12 1.000000 + 28 -0.132810 -1.104942 2.862884 -0.020267 -0.588564 0.808197 0.369598 0.948792 1 12 1.000000 + 28 0.000000 -1.215737 2.865407 -0.000002 -0.923622 0.383306 0.353363 0.965118 1 12 1.000000 +EievuiDh.png + 28 -0.580123 -0.462576 2.514100 -0.817107 0.424975 0.389528 0.426361 0.845825 1 12 1.000000 + 28 -0.684308 -0.743881 2.458557 -0.704318 0.642204 0.302505 0.392944 0.833435 1 12 1.000000 + 28 -0.555131 -0.654504 2.657518 -0.717976 0.253386 0.648310 0.405579 0.870789 1 12 1.000000 +EievuiDh.png + 28 -0.585992 -1.015690 1.505927 -0.686874 0.004768 -0.726761 0.366150 0.677429 1 12 1.000000 + 28 -0.520311 -0.631607 1.541114 -0.656951 0.331325 -0.677229 0.405792 0.679382 1 12 1.000000 + 28 -0.311533 -0.518181 1.463409 -0.327709 0.399160 -0.856316 0.423553 0.653717 1 12 1.000000 +EievuiDh.png + 28 0.365663 -0.243283 2.568326 0.483435 0.712051 0.509190 0.459473 0.862915 1 12 1.000000 + 28 0.372037 -0.164443 2.273452 0.533540 0.844758 0.041461 0.474243 0.804810 1 12 1.000000 + 28 0.000000 -0.067167 2.289680 0.000000 0.996444 0.084257 0.506378 0.809448 1 12 1.000000 +EievuiDh.png + 28 -0.264021 -1.621983 1.754510 -0.443283 -0.891210 -0.096154 0.282898 0.707153 1 12 1.000000 + 28 -0.257126 -1.625133 1.839367 -0.502314 -0.828717 0.246798 0.281830 0.720734 1 12 1.000000 + 28 -0.535537 -1.440736 1.762260 -0.653484 -0.734809 0.181699 0.317810 0.716461 1 12 1.000000 +EievuiDh.png + 28 0.230203 -1.457876 2.482682 0.397870 -0.865533 0.304223 0.281158 0.905487 1 12 1.000000 + 28 0.219142 -1.389034 2.625024 0.307836 -0.757986 0.575061 0.306183 0.924194 1 12 1.000000 + 28 0.000000 -1.509886 2.497933 0.000000 -0.903863 0.427821 0.271179 0.940308 1 12 1.000000 +EievuiDh.png + 28 -0.050049 -1.688883 1.951051 -0.395256 -0.705303 0.588490 0.267548 0.743011 1 12 1.000000 + 28 0.000000 -1.712726 1.949825 0.000000 -0.935031 0.354565 0.245056 0.739197 1 12 1.000000 + 28 0.000000 -1.693209 1.974668 0.000000 -0.626850 0.779140 0.245056 0.753052 1 12 1.000000 +EievuiDh.png + 28 -0.180228 0.928854 0.931781 -0.112000 0.955544 -0.272750 0.035217 0.081787 3 2 0.500000 7 0.400000 8 0.100000 + 28 0.000000 0.863656 0.819631 -0.000003 0.705941 -0.708271 0.005341 0.113556 3 2 0.810000 3 0.100000 7 0.090000 + 28 -0.115200 0.851728 0.794155 0.178972 0.791270 -0.584688 0.028900 0.111328 3 2 0.500000 7 0.200000 8 0.300000 +EievuiDh.png + 28 0.000000 0.863656 0.819631 -0.000003 0.705941 -0.708271 0.005341 0.113556 3 2 0.810000 3 0.100000 7 0.090000 + 28 -0.088612 0.656837 0.691129 0.567377 0.321119 -0.758265 0.023407 0.150452 3 2 0.500000 7 0.100000 8 0.400000 + 28 -0.115200 0.851728 0.794155 0.178972 0.791270 -0.584688 0.028900 0.111328 3 2 0.500000 7 0.200000 8 0.300000 +EievuiDh.png + 28 0.000000 0.863656 0.819631 -0.000003 0.705941 -0.708271 0.005341 0.113556 3 2 0.810000 3 0.100000 7 0.090000 + 28 0.000000 0.673768 0.699282 -0.000002 0.319470 -0.947596 0.006378 0.148865 3 2 0.810000 3 0.100000 7 0.090000 + 28 -0.088612 0.656837 0.691129 0.567377 0.321119 -0.758265 0.023407 0.150452 3 2 0.500000 7 0.100000 8 0.400000 +EievuiDh.png + 28 0.000000 0.673768 0.699282 -0.000002 0.319470 -0.947596 0.006378 0.148865 3 2 0.810000 3 0.100000 7 0.090000 + 28 -0.148498 0.392330 0.635828 0.242266 -0.284377 -0.927598 0.041626 0.189270 3 2 0.600000 7 0.200000 8 0.200000 + 28 -0.088612 0.656837 0.691129 0.567377 0.321119 -0.758265 0.023407 0.150452 3 2 0.500000 7 0.100000 8 0.400000 +EievuiDh.png + 28 0.000000 0.673768 0.699282 -0.000002 0.319470 -0.947596 0.006378 0.148865 3 2 0.810000 3 0.100000 7 0.090000 + 28 0.000000 0.406950 0.640196 0.000000 0.106805 -0.994280 0.006226 0.189789 3 2 0.810000 3 0.100000 7 0.090000 + 28 -0.148498 0.392330 0.635828 0.242266 -0.284377 -0.927598 0.041626 0.189270 3 2 0.600000 7 0.200000 8 0.200000 +EievuiDh.png + 28 -0.180228 0.928854 0.931781 -0.112000 0.955544 -0.272750 0.227753 0.096344 3 2 0.500000 7 0.400000 8 0.100000 + 28 -0.115200 0.851728 0.794155 0.178972 0.791270 -0.584688 0.218964 0.070404 3 2 0.500000 7 0.200000 8 0.300000 + 28 -0.338847 0.896989 0.926126 -0.240195 0.964074 -0.113434 0.217072 0.114441 3 2 0.300000 7 0.500000 8 0.200000 +EievuiDh.png + 28 1.392505 -0.784234 2.520859 0.568921 -0.341431 -0.748167 0.018646 0.755432 2 16 0.400000 17 0.600000 + 28 1.601233 -0.726664 2.703799 0.630491 0.422034 -0.651436 0.027679 0.658447 2 16 0.300000 17 0.700000 + 28 1.281630 -0.689002 2.876826 0.161778 -0.979967 0.116157 0.123383 0.715637 2 16 0.400000 17 0.600000 +EievuiDh.png + 28 1.601233 -0.726664 2.703799 0.630491 0.422034 -0.651436 0.027679 0.658447 2 16 0.300000 17 0.700000 + 28 1.503499 -0.618750 3.037836 0.233376 -0.971775 0.034475 0.124085 0.620392 2 16 0.300000 17 0.700000 + 28 1.281630 -0.689002 2.876826 0.161778 -0.979967 0.116157 0.123383 0.715637 2 16 0.400000 17 0.600000 +EievuiDh.png + 28 1.601233 -0.726664 2.703799 0.630491 0.422034 -0.651436 0.027679 0.658447 2 16 0.300000 17 0.700000 + 28 1.820592 -0.644956 2.983711 0.201152 -0.956254 0.212406 0.055145 0.545929 2 16 0.200000 17 0.800000 + 28 1.503499 -0.618750 3.037836 0.233376 -0.971775 0.034475 0.124085 0.620392 2 16 0.300000 17 0.700000 +EievuiDh.png + 28 1.820592 -0.644956 2.983711 0.201152 -0.956254 0.212406 0.055145 0.545929 2 16 0.200000 17 0.800000 + 28 1.743691 -0.556996 3.199560 0.292349 -0.954324 -0.061631 0.121887 0.520691 2 16 0.200000 17 0.800000 + 28 1.503499 -0.618750 3.037836 0.233376 -0.971775 0.034475 0.124085 0.620392 2 16 0.300000 17 0.700000 +EievuiDh.png + 28 1.820592 -0.644956 2.983711 0.201152 -0.956254 0.212406 0.055145 0.545929 2 16 0.200000 17 0.800000 + 28 1.984906 -0.494842 3.369190 0.190628 -0.975727 0.107789 0.123566 0.417725 2 16 0.100000 17 0.900000 + 28 1.743691 -0.556996 3.199560 0.292349 -0.954324 -0.061631 0.121887 0.520691 2 16 0.200000 17 0.800000 +EievuiDh.png + 28 1.984906 -0.494842 3.369190 0.190628 -0.975727 0.107789 0.123566 0.417725 2 16 0.100000 17 0.900000 + 28 1.959865 -0.536390 3.455463 0.348771 -0.934219 0.074792 0.149902 0.412292 2 16 0.100000 17 0.900000 + 28 1.743691 -0.556996 3.199560 0.292349 -0.954324 -0.061631 0.121887 0.520691 2 16 0.200000 17 0.800000 +EievuiDh.png + 28 1.984906 -0.494842 3.369190 0.190628 -0.975727 0.107789 0.123566 0.417725 2 16 0.100000 17 0.900000 + 28 2.209481 -0.432484 3.531620 0.735186 -0.626977 0.257682 0.122345 0.323395 1 17 1.000000 + 28 1.959865 -0.536390 3.455463 0.348771 -0.934219 0.074792 0.149902 0.412292 2 16 0.100000 17 0.900000 +EievuiDh.png + 28 1.189972 -0.812426 3.162231 0.288247 -0.956474 -0.045514 0.041931 0.516754 2 16 0.400000 17 0.600000 + 28 1.433109 -0.735992 3.288409 -0.420296 0.355506 0.834846 0.033966 0.555267 2 16 0.300000 17 0.700000 + 28 1.276284 -0.564658 2.878380 -0.188362 0.982099 0.001335 0.001953 0.509949 2 16 0.400000 17 0.600000 +EievuiDh.png + 28 1.433109 -0.735992 3.288409 -0.420296 0.355506 0.834846 0.033966 0.555267 2 16 0.300000 17 0.700000 + 28 1.494180 -0.538227 3.028471 -0.140798 0.989772 0.022960 0.001953 0.548126 2 16 0.300000 17 0.700000 + 28 1.276284 -0.564658 2.878380 -0.188362 0.982099 0.001335 0.001953 0.509949 2 16 0.400000 17 0.600000 +EievuiDh.png + 28 1.433109 -0.735992 3.288409 -0.420296 0.355506 0.834846 0.033966 0.555267 2 16 0.300000 17 0.700000 + 28 1.744221 -0.505342 3.198093 -0.080193 0.993087 -0.085712 0.001953 0.591827 2 16 0.200000 17 0.800000 + 28 1.494180 -0.538227 3.028471 -0.140798 0.989772 0.022960 0.001953 0.548126 2 16 0.300000 17 0.700000 +EievuiDh.png + 28 1.744221 -0.505342 3.198093 -0.080193 0.993087 -0.085712 0.001953 0.591827 2 16 0.200000 17 0.800000 + 28 1.601233 -0.726664 2.703799 0.630491 0.422034 -0.651436 0.033966 0.555267 2 16 0.300000 17 0.700000 + 28 1.494180 -0.538227 3.028471 -0.140798 0.989772 0.022960 0.001953 0.548126 2 16 0.300000 17 0.700000 +EievuiDh.png + 28 1.744221 -0.505342 3.198093 -0.080193 0.993087 -0.085712 0.001953 0.591827 2 16 0.200000 17 0.800000 + 28 1.820592 -0.644956 2.983711 0.201152 -0.956254 0.212406 0.023254 0.594696 2 16 0.200000 17 0.800000 + 28 1.601233 -0.726664 2.703799 0.630491 0.422034 -0.651436 0.033966 0.555267 2 16 0.300000 17 0.700000 +EievuiDh.png + 28 1.281630 -0.689002 2.876826 0.161778 -0.979967 0.116157 0.123383 0.715637 2 16 0.400000 17 0.600000 + 28 1.503499 -0.618750 3.037836 0.233376 -0.971775 0.034475 0.124085 0.620392 2 16 0.300000 17 0.700000 + 28 1.189972 -0.812426 3.162231 0.288247 -0.956474 -0.045514 0.224426 0.700195 2 16 0.400000 17 0.600000 +EievuiDh.png + 28 1.503499 -0.618750 3.037836 0.233376 -0.971775 0.034475 0.124085 0.620392 2 16 0.300000 17 0.700000 + 28 1.433109 -0.735992 3.288409 -0.420296 0.355506 0.834846 0.203980 0.602875 2 16 0.300000 17 0.700000 + 28 1.189972 -0.812426 3.162231 0.288247 -0.956474 -0.045514 0.224426 0.700195 2 16 0.400000 17 0.600000 +EievuiDh.png + 28 1.503499 -0.618750 3.037836 0.233376 -0.971775 0.034475 0.124085 0.620392 2 16 0.300000 17 0.700000 + 28 1.743691 -0.556996 3.199560 0.292349 -0.954324 -0.061631 0.121887 0.520691 2 16 0.200000 17 0.800000 + 28 1.433109 -0.735992 3.288409 -0.420296 0.355506 0.834846 0.203980 0.602875 2 16 0.300000 17 0.700000 +EievuiDh.png + 28 1.743691 -0.556996 3.199560 0.292349 -0.954324 -0.061631 0.121887 0.520691 2 16 0.200000 17 0.800000 + 28 1.684237 -0.637741 3.379711 -0.421951 0.541010 0.727506 0.178070 0.510803 2 16 0.200000 17 0.800000 + 28 1.433109 -0.735992 3.288409 -0.420296 0.355506 0.834846 0.203980 0.602875 2 16 0.300000 17 0.700000 +EievuiDh.png + 28 1.743691 -0.556996 3.199560 0.292349 -0.954324 -0.061631 0.121887 0.520691 2 16 0.200000 17 0.800000 + 28 1.959865 -0.536390 3.455463 0.348771 -0.934219 0.074792 0.149902 0.412292 2 16 0.100000 17 0.900000 + 28 1.684237 -0.637741 3.379711 -0.421951 0.541010 0.727506 0.178070 0.510803 2 16 0.200000 17 0.800000 +EievuiDh.png + 28 1.433109 -0.735992 3.288409 -0.420296 0.355506 0.834846 0.033966 0.555267 2 16 0.300000 17 0.700000 + 28 1.684237 -0.637741 3.379711 -0.421951 0.541010 0.727506 0.023254 0.594696 2 16 0.200000 17 0.800000 + 28 1.744221 -0.505342 3.198093 -0.080193 0.993087 -0.085712 0.001953 0.591827 2 16 0.200000 17 0.800000 +EievuiDh.png + 28 1.684237 -0.637741 3.379711 -0.421951 0.541010 0.727506 0.023254 0.594696 2 16 0.200000 17 0.800000 + 28 1.985132 -0.470445 3.368480 -0.219072 0.969747 0.107694 0.001953 0.635193 2 16 0.100000 17 0.900000 + 28 1.744221 -0.505342 3.198093 -0.080193 0.993087 -0.085712 0.001953 0.591827 2 16 0.200000 17 0.800000 +EievuiDh.png + 28 1.684237 -0.637741 3.379711 -0.421951 0.541010 0.727506 0.023254 0.594696 2 16 0.200000 17 0.800000 + 28 1.959865 -0.536390 3.455463 0.348771 -0.934219 0.074792 0.011597 0.636902 2 16 0.100000 17 0.900000 + 28 1.985132 -0.470445 3.368480 -0.219072 0.969747 0.107694 0.001953 0.635193 2 16 0.100000 17 0.900000 +EievuiDh.png + 28 1.959865 -0.536390 3.455463 0.348771 -0.934219 0.074792 0.011597 0.636902 2 16 0.100000 17 0.900000 + 28 2.209481 -0.432484 3.531620 0.735186 -0.626977 0.257682 0.001953 0.674957 1 17 1.000000 + 28 1.985132 -0.470445 3.368480 -0.219072 0.969747 0.107694 0.001953 0.635193 2 16 0.100000 17 0.900000 +EievuiDh.png + 28 2.209481 -0.432484 3.531620 0.735186 -0.626977 0.257682 0.001953 0.674957 1 17 1.000000 + 28 2.018215 -0.538265 3.251189 0.519653 0.619007 -0.588889 0.011597 0.636902 2 16 0.100000 17 0.900000 + 28 1.985132 -0.470445 3.368480 -0.219072 0.969747 0.107694 0.001953 0.635193 2 16 0.100000 17 0.900000 +EievuiDh.png + 28 2.018215 -0.538265 3.251189 0.519653 0.619007 -0.588889 0.011597 0.636902 2 16 0.100000 17 0.900000 + 28 1.744221 -0.505342 3.198093 -0.080193 0.993087 -0.085712 0.001953 0.591827 2 16 0.200000 17 0.800000 + 28 1.985132 -0.470445 3.368480 -0.219072 0.969747 0.107694 0.001953 0.635193 2 16 0.100000 17 0.900000 +EievuiDh.png + 28 2.018215 -0.538265 3.251189 0.519653 0.619007 -0.588889 0.011597 0.636902 2 16 0.100000 17 0.900000 + 28 1.820592 -0.644956 2.983711 0.201152 -0.956254 0.212406 0.023254 0.594696 2 16 0.200000 17 0.800000 + 28 1.744221 -0.505342 3.198093 -0.080193 0.993087 -0.085712 0.001953 0.591827 2 16 0.200000 17 0.800000 +EievuiDh.png + 28 1.392505 -0.784234 2.520859 0.568921 -0.341431 -0.748167 0.041931 0.516754 2 16 0.400000 17 0.600000 + 28 1.276284 -0.564658 2.878380 -0.188362 0.982099 0.001335 0.001953 0.509949 2 16 0.400000 17 0.600000 + 28 1.601233 -0.726664 2.703799 0.630491 0.422034 -0.651436 0.033966 0.555267 2 16 0.300000 17 0.700000 +EievuiDh.png + 28 1.276284 -0.564658 2.878380 -0.188362 0.982099 0.001335 0.001953 0.509949 2 16 0.400000 17 0.600000 + 28 1.494180 -0.538227 3.028471 -0.140798 0.989772 0.022960 0.001953 0.548126 2 16 0.300000 17 0.700000 + 28 1.601233 -0.726664 2.703799 0.630491 0.422034 -0.651436 0.033966 0.555267 2 16 0.300000 17 0.700000 +EievuiDh.png + 28 2.209481 -0.432484 3.531620 0.735186 -0.626977 0.257682 0.122345 0.323395 1 17 1.000000 + 28 1.984906 -0.494842 3.369190 0.190628 -0.975727 0.107789 0.123566 0.417725 2 16 0.100000 17 0.900000 + 28 2.018215 -0.538265 3.251189 0.519653 0.619007 -0.588889 0.091064 0.431732 2 16 0.100000 17 0.900000 +EievuiDh.png + 28 1.984906 -0.494842 3.369190 0.190628 -0.975727 0.107789 0.123566 0.417725 2 16 0.100000 17 0.900000 + 28 1.820592 -0.644956 2.983711 0.201152 -0.956254 0.212406 0.055145 0.545929 2 16 0.200000 17 0.800000 + 28 2.018215 -0.538265 3.251189 0.519653 0.619007 -0.588889 0.091064 0.431732 2 16 0.100000 17 0.900000 +EievuiMouthDh.png + 28 -0.264021 -1.621983 1.754510 -0.443283 -0.891210 -0.096154 0.889587 0.899170 1 12 1.000000 + 28 -0.263559 -1.581963 1.614510 -0.334969 -0.872254 -0.356328 0.888336 0.817352 1 12 1.000000 + 28 0.000000 -1.713047 1.813242 0.000000 -0.985858 -0.167584 0.167542 0.943573 1 12 1.000000 +EievuiMouthDh.png + 28 -0.263559 -1.581963 1.614510 -0.334969 -0.872254 -0.356328 0.888336 0.817352 1 12 1.000000 + 28 0.000000 -1.660754 1.644340 0.000000 -0.868142 -0.496316 0.167542 0.844299 1 12 1.000000 + 28 0.000000 -1.713047 1.813242 0.000000 -0.985858 -0.167584 0.167542 0.943573 1 12 1.000000 +EievuiMouthDh.png + 28 -0.263559 -1.581963 1.614510 -0.334969 -0.872254 -0.356328 0.888336 0.817352 1 12 1.000000 + 28 -0.262771 -1.523469 1.532473 -0.244206 -0.665151 -0.705647 0.886169 0.764679 1 12 1.000000 + 28 0.000000 -1.660754 1.644340 0.000000 -0.868142 -0.496316 0.167542 0.844299 1 12 1.000000 +EievuiMouthDh.png + 28 -0.262771 -1.523469 1.532473 -0.244206 -0.665151 -0.705647 0.886169 0.764679 1 12 1.000000 + 28 0.000000 -1.558136 1.504255 0.000000 -0.584696 -0.811253 0.167542 0.753967 1 12 1.000000 + 28 0.000000 -1.660754 1.644340 0.000000 -0.868142 -0.496316 0.167542 0.844299 1 12 1.000000 +EievuiMouthDh.png + 28 -0.104767 -1.696397 1.902657 -0.420175 -0.815376 0.398265 0.454040 0.990112 1 12 1.000000 + 28 0.000000 -1.713047 1.813242 0.000000 -0.985858 -0.167584 0.167542 0.943573 1 12 1.000000 + 28 0.000000 -1.714505 1.911086 -0.000001 -0.990928 0.134397 0.167542 0.997162 1 12 1.000000 +EievuiMouthDh.png + 28 0.000000 -1.713047 1.813242 0.000000 -0.985858 -0.167584 0.167542 0.943573 1 12 1.000000 + 28 0.104768 -1.696397 1.902657 0.420175 -0.815376 0.398265 0.454040 0.990112 1 12 1.000000 + 28 0.000000 -1.714505 1.911086 -0.000001 -0.990928 0.134397 0.167542 0.997162 1 12 1.000000 +EievuiMouthDh.png + 28 0.000000 -1.713047 1.813242 0.000000 -0.985858 -0.167584 0.167542 0.943573 1 12 1.000000 + 28 0.257126 -1.625133 1.839367 0.502316 -0.828716 0.246798 0.870727 0.945923 1 12 1.000000 + 28 0.104768 -1.696397 1.902657 0.420175 -0.815376 0.398265 0.454040 0.990112 1 12 1.000000 +EievuiMouthDh.png + 28 0.257126 -1.625133 1.839367 0.502316 -0.828716 0.246798 0.870727 0.945923 1 12 1.000000 + 28 0.000000 -1.713047 1.813242 0.000000 -0.985858 -0.167584 0.167542 0.943573 1 12 1.000000 + 28 0.264022 -1.621983 1.754510 0.443283 -0.891210 -0.096154 0.889587 0.899170 1 12 1.000000 +EievuiMouthDh.png + 28 0.000000 -1.713047 1.813242 0.000000 -0.985858 -0.167584 0.167542 0.943573 1 12 1.000000 + 28 0.263559 -1.581963 1.614510 0.334969 -0.872254 -0.356328 0.888336 0.817352 1 12 1.000000 + 28 0.264022 -1.621983 1.754510 0.443283 -0.891210 -0.096154 0.889587 0.899170 1 12 1.000000 +EievuiMouthDh.png + 28 0.000000 -1.713047 1.813242 0.000000 -0.985858 -0.167584 0.167542 0.943573 1 12 1.000000 + 28 0.000000 -1.660754 1.644340 0.000000 -0.868142 -0.496316 0.167542 0.844299 1 12 1.000000 + 28 0.263559 -1.581963 1.614510 0.334969 -0.872254 -0.356328 0.888336 0.817352 1 12 1.000000 +EievuiMouthDh.png + 28 -0.104767 -1.696397 1.902657 -0.420175 -0.815376 0.398265 0.454040 0.990112 1 12 1.000000 + 28 -0.257126 -1.625133 1.839367 -0.502314 -0.828717 0.246798 0.870727 0.945923 1 12 1.000000 + 28 0.000000 -1.713047 1.813242 0.000000 -0.985858 -0.167584 0.167542 0.943573 1 12 1.000000 +EievuiMouthDh.png + 28 -0.257126 -1.625133 1.839367 -0.502314 -0.828717 0.246798 0.870727 0.945923 1 12 1.000000 + 28 -0.264021 -1.621983 1.754510 -0.443283 -0.891210 -0.096154 0.889587 0.899170 1 12 1.000000 + 28 0.000000 -1.713047 1.813242 0.000000 -0.985858 -0.167584 0.167542 0.943573 1 12 1.000000 +EievuiMouthDh.png + 28 0.000000 -1.558136 1.504255 0.000000 -0.584696 -0.811253 0.167542 0.753967 1 12 1.000000 + 28 0.262771 -1.523469 1.532473 0.244206 -0.665151 -0.705647 0.886169 0.764679 1 12 1.000000 + 28 0.000000 -1.660754 1.644340 0.000000 -0.868142 -0.496316 0.167542 0.844299 1 12 1.000000 +EievuiMouthDh.png + 28 0.262771 -1.523469 1.532473 0.244206 -0.665151 -0.705647 0.886169 0.764679 1 12 1.000000 + 28 0.263559 -1.581963 1.614510 0.334969 -0.872254 -0.356328 0.888336 0.817352 1 12 1.000000 + 28 0.000000 -1.660754 1.644340 0.000000 -0.868142 -0.496316 0.167542 0.844299 1 12 1.000000 +end diff --git a/Assets/MR Assets/PokePark 2/Eevee/Eevee_ColladaMax.DAE b/Assets/MR Assets/PokePark 2/Eevee/Eevee_ColladaMax.DAE new file mode 100644 index 0000000..4e4fe3c --- /dev/null +++ b/Assets/MR Assets/PokePark 2/Eevee/Eevee_ColladaMax.DAE @@ -0,0 +1,546 @@ + + + + + Random Talking Bush + 3dsMax 11 - Feeling ColladaMax v3.05B. + ColladaMax Export Options: ExportNormals=1;ExportEPolyAsTriangles=1;ExportXRefs=1;ExportSelected=0;ExportTangents=0;ExportAnimations=1;SampleAnim=0;ExportAnimClip=0;BakeMatrices=0;ExportRelativePaths=1;AnimStart=0;AnimEnd=3.33333; + + 2011-11-16T23:59:39Z + 2011-11-16T23:59:40Z + + Z_UP + + + + + + 0.505882 0.505882 0.505882 + + + + + 1 + + + + + + + ./images/EievuiEyeDh.png + + + ./images/EievuiDh.png + + + ./images/EievuiMouthDh.png + + + + + + + + + + + + + + + + + + + EievuiEyeDh.png + A8R8G8B8 + + + + + EievuiEyeDh_png-surface + WRAP + WRAP + NONE + NONE + NONE + + + + + + 0.588 0.588 0.588 1 + + + + + + 0 + 0 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + + + 1 + + + + + + 0.9 0.9 0.9 1 + + + 0.415939 + + + 0 0 0 1 + + + 1 + + + 1 1 1 1 + + + 1 + + + + + + 0 + + + 0 + + + + + + + + 0 + 0 + 0 + 0 + + + + + + + + EievuiDh.png + A8R8G8B8 + + + + + EievuiDh_png-surface + WRAP + WRAP + NONE + NONE + NONE + + + + + + 0.588 0.588 0.588 1 + + + + + + 0 + 0 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + + + 1 + + + + + + 0.9 0.9 0.9 1 + + + 0.415939 + + + 0 0 0 1 + + + 1 + + + 1 1 1 1 + + + 1 + + + + + + 0 + + + 0 + + + + + + + + 0 + 0 + 0 + 0 + + + + + + + + EievuiMouthDh.png + A8R8G8B8 + + + + + EievuiMouthDh_png-surface + WRAP + WRAP + NONE + NONE + NONE + + + + + + 0.588 0.588 0.588 1 + + + + + + 0 + 0 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + + + 1 + + + + + + 0.9 0.9 0.9 1 + + + 0.415939 + + + 0 0 0 1 + + + 1 + + + 1 1 1 1 + + + 1 + + + + + + 0 + + + 0 + + + + + + + + 0 + 0 + 0 + 0 + + + + + + + + + -0.574811 -1.25955 2.43405 -0.568097 -1.3264 2.15664 -0.230203 -1.45788 2.48268 -0.226425 -1.5251 2.19672 -0.561402 -1.38611 1.8462 -0.21412 -1.56936 1.9175 0.574811 -1.25955 2.43405 0.230203 -1.45788 2.48268 0.568097 -1.3264 2.15664 0.226425 -1.5251 2.19672 0.561402 -1.38611 1.8462 0.21412 -1.56936 1.9175 -0.310426 -0.381009 1.49983 -0.321822 -0.330866 1.55921 -0.460439 -0.119812 1.48441 -0.237752 -0.242023 1.70805 0 -0.936364 1.85842 0 -0.223692 1.77847 0.237752 -0.242023 1.70805 0 -0.047887 1.79993 0.28855 -0.070698 1.70634 0.460439 -0.119812 1.48441 0.321822 -0.330866 1.55921 0.310426 -0.381009 1.49983 -0.28855 -0.070698 1.70634 -0.45814 0.024987 1.34298 -0.459933 -0.173427 1.41247 0.24497 -0.280193 1.29601 0.412886 -0.200576 1.35024 0.459933 -0.173427 1.41247 0.45814 0.024987 1.34298 0.420519 -0.012012 1.36277 0.451297 0.018746 1.43776 0.40731 0.069374 1.37112 0.419059 0.090208 1.41596 0.341213 0.183649 1.4056 0.393114 0.124373 1.45253 0.340052 0.069674 1.38957 0.25662 0.281408 1.48244 0.271381 0.155964 1.4366 0.3104 0.076021 1.66121 0.252642 0.185993 1.59956 0 0.231297 1.65569 0.173333 0.276133 1.55631 0 0.300256 1.58538 0.028218 0.388231 1.5377 -0.412886 -0.200576 1.35024 -0.420519 -0.012012 1.36277 -0.451297 0.018746 1.43776 -0.3104 0.076021 1.66121 -0.393114 0.124373 1.45253 -0.25662 0.281408 1.48244 -0.340052 0.069674 1.38957 -0.271381 0.155964 1.4366 -0.252642 0.185993 1.59956 -0.173333 0.276133 1.55631 -0.028218 0.388231 1.5377 0 -0.226979 1.32247 0.190828 0.274925 1.49701 -0.341213 0.183649 1.4056 -0.419059 0.090208 1.41596 -0.40731 0.069374 1.37112 0 0.110696 1.75625 -0.24497 -0.280193 1.29601 -0.190828 0.274925 1.49701 0.483765 -0.059986 1.15084 0 -0.46218 1.00473 0.41011 -0.187412 1.36713 0.545913 0.557271 1.23368 0.525215 0.303174 1.20891 0.596466 0.53824 1.01008 0.556095 0.297168 0.935392 0.505228 0.229996 0.938987 0.421806 0.227237 0.752924 0.398722 0.291703 0.635462 0.541755 0.393579 0.702645 0.585521 0.583628 0.806612 0 0.262165 0.60409 0 0.40695 0.640196 0.172262 0.249256 0.654588 0.148498 0.39233 0.635828 0 0.673768 0.699282 0.180228 0.928855 0.931781 0.1152 0.851729 0.794155 0 0.863656 0.819631 0.088612 0.656838 0.691129 0.342076 0.895532 1.11706 0.518016 0.781393 1.06755 0.338847 0.896989 0.926126 0.522668 0.785828 0.903645 -0.447388 0.381866 1.38761 -0.19135 0.447478 1.49724 -0.439171 0.620215 1.38586 -0.200254 0.683885 1.45976 0 0.466955 1.51611 0 0.711813 1.46895 0.200254 0.683885 1.45976 0.19135 0.447478 1.49724 0.439171 0.620215 1.38586 0.447388 0.381866 1.38761 0.499573 0.751424 1.1941 0.401893 0.791864 1.3075 0.180723 0.930195 1.14021 0.186544 0.832283 1.3534 0 0.849754 1.35991 0 0.946906 1.15411 0 0.94211 0.941029 -0.18696 0.034584 0.634678 -0.375126 0.033862 0.770902 -0.421806 0.227237 0.752924 -0.505228 0.229996 0.938987 -0.484363 0.035698 0.929444 -0.525215 0.303174 1.20891 -0.485796 0.042764 1.15156 -0.402343 0.052105 1.34585 -0.199599 0.065731 1.45757 0 0.065731 1.4761 0.199599 0.065731 1.45757 0.402343 0.052105 1.34585 -0.148498 0.39233 0.635828 -0.172262 0.249256 0.654588 0 0.036237 0.596258 0.485796 0.042764 1.15156 0.484363 0.035698 0.929444 0.375126 0.033862 0.770902 0.18696 0.034584 0.634678 0.461436 -0.841423 0.764095 0.551962 -0.902802 0.897584 0.505198 -0.944309 0.749225 0.548034 -1.04715 0.882036 0.582583 -1.07109 1.06475 0.30842 -1.24249 0.857267 0.335004 -1.30986 1.06213 0 -1.35309 0.842255 0 -1.39724 1.04782 -0.335004 -1.30986 1.06213 0.452311 -1.01379 0.739612 0.398854 -1.10331 0.726329 0.293547 -1.15293 0.725502 0 -1.26983 0.708327 -0.461436 -0.841423 0.764095 -0.505198 -0.944309 0.749225 -0.551962 -0.902802 0.897584 -0.548034 -1.04715 0.882036 -0.452311 -1.01379 0.739612 -0.398854 -1.10331 0.726329 -0.30842 -1.24249 0.857267 -0.582583 -1.07109 1.06475 -0.293547 -1.15293 0.725502 -0.575709 -0.981755 1.05699 0.575709 -0.981755 1.05699 -0.677356 -0.859793 1.31233 -0.736356 -0.888631 1.09705 -0.529943 -0.982386 1.26667 -0.619237 -0.934573 0.900701 -0.559052 -0.911051 0.897584 -0.563813 -0.837676 0.70147 -0.586602 -0.818175 0.766074 -0.684708 -0.851988 0.900592 -0.626542 -0.770807 0.731434 -0.696885 -0.741994 0.72681 -0.538154 -0.092392 0.971443 -0.715586 -0.218294 0.968323 -0.483765 -0.059986 1.15084 -0.739198 -0.172601 1.17788 -0.819528 -0.340858 0.952423 -0.916556 -0.523645 1.16121 -0.891044 -0.525628 0.935131 -0.834704 -0.720243 0.918618 -0.708017 -0.648982 0.729624 -0.59248 -0.083793 1.15174 -0.618305 -0.092383 0.967728 -0.548805 -0.07428 0.982395 -0.665785 -0.160291 0.97655 -0.626463 -0.173839 0.835657 -0.729895 -0.51866 0.747946 -0.718922 -0.422391 0.751173 -0.717505 -0.361124 0.758484 -0.529753 -0.278821 0.806816 -0.619393 -0.210605 0.801284 -0.649635 -0.305197 0.786517 -0.59557 -0.452822 0.65908 -0.564721 -0.526264 0.634242 -0.568894 -0.645445 0.63555 -0.543592 -0.787024 0.72466 -0.506783 -1.07214 1.26476 0.372043 -1.00798 1.42843 0.205863 -1.17678 1.39535 0.506783 -1.07214 1.26476 0.295787 -1.27312 1.25482 0 -1.20532 1.39432 0 -1.34627 1.23719 -0.295787 -1.27312 1.25482 -0.372043 -1.00798 1.42843 -0.205863 -1.17678 1.39535 0.529943 -0.982386 1.26667 0.677356 -0.859793 1.31233 0.36723 -0.900831 1.42696 0.498367 -0.814194 1.49221 0.815886 -0.538745 1.40444 0.59002 -0.586052 1.57688 0.609166 -0.25979 1.39003 0.435894 -0.422373 1.54916 0.59248 -0.083793 1.15174 0.739198 -0.172601 1.17788 0.916556 -0.523645 1.16121 0.736356 -0.888631 1.09705 -0.59002 -0.586052 1.57688 -0.498367 -0.814194 1.49221 -0.36723 -0.900831 1.42696 -0.435894 -0.422373 1.54916 0.489414 0.858659 0.611151 0.33556 0.900073 0.637953 0.505782 0.811197 0.741378 0.338634 0.890666 0.786104 0.174528 0.845632 0.720238 0.554265 0.660312 0.642595 0.52785 0.741832 0.544099 0.521175 0.514868 0.534356 0.202875 0.86806 0.613552 0.178483 0.739162 0.536704 0.133602 0.683384 0.629467 0.165907 0.433216 0.565304 0.38337 0.356758 0.542566 0.368587 0.459109 0.465737 0.187471 0.509782 0.511053 0.519989 0.772296 0.481021 0.498878 0.594433 0.46512 0.357022 0.539735 0.442627 0.210543 0.588367 0.454615 0.203558 0.893638 0.474124 0.187072 0.787637 0.478875 0.162846 0.573051 0.12535 0.181492 0.736181 0.168706 0.170756 0.616526 -0.000316 0.505662 0.743775 0.169371 0.511778 0.624122 -0.000316 0.536045 0.575563 0.125398 0.478563 0.897768 0.474702 0.330626 0.927222 0.55984 0.217679 0.497441 0.241779 0.35414 0.479693 0.25724 0.477348 0.497942 0.241848 -0.187072 0.787637 0.478876 -0.202875 0.868059 0.613552 -0.178483 0.739162 0.536704 -0.174528 0.845631 0.720238 -0.33556 0.900072 0.637953 -0.338634 0.890666 0.786104 -0.505782 0.811197 0.741378 -0.522668 0.785827 0.903645 -0.203558 0.893637 0.474125 -0.330626 0.92722 0.55984 -0.478563 0.897766 0.474703 -0.519989 0.772295 0.481022 -0.52785 0.741831 0.544099 -0.489414 0.858657 0.611151 -0.554265 0.660312 0.642595 -0.585521 0.583627 0.806612 -0.133602 0.683384 0.629467 -0.088612 0.656837 0.691129 -0.1152 0.851728 0.794155 -0.338847 0.896989 0.926126 -0.521175 0.514868 0.534357 -0.541755 0.393579 0.702645 -0.38337 0.356759 0.542566 -0.398722 0.291703 0.635462 -0.165907 0.433216 0.565304 -0.187471 0.509782 0.511054 -0.368587 0.45911 0.465738 -0.162846 0.573052 0.125355 -0.181492 0.736181 0.168708 -0.170756 0.616527 -0.000309 -0.505662 0.743774 0.169373 -0.511778 0.624123 -0.000309 -0.536045 0.575564 0.125403 -0.210543 0.588367 0.454616 -0.357022 0.539736 0.442628 -0.498878 0.594433 0.465121 -0.217679 0.497444 0.241783 -0.35414 0.479695 0.257243 -0.477348 0.497944 0.241852 -0.271504 -0.799125 0.709759 0 -0.774808 0.60781 -0.294684 -0.972466 0.635929 -0.124084 -0.913066 0.549163 -0.039613 -0.885 0.50592 0 -1.01657 0.5426 0 -0.831256 0.443278 0.039613 -0.885 0.50592 0.124084 -0.913066 0.549163 0.294684 -0.972466 0.635929 0.19575 -1.07702 0.600881 0.178291 -0.928748 0.534696 0.287203 -1.01191 0.613872 0.303482 -0.879204 0.613557 0.42586 -0.912538 0.675203 0.03911 -0.871406 0.449286 0.085999 -1.00825 0.53827 0 -1.10917 0.600342 -0.085999 -1.00825 0.53827 -0.19575 -1.07702 0.600881 0.102674 -1.06423 0.50133 0.102368 -1.13951 0.591856 -0.102368 -1.13951 0.591856 -0.102674 -1.06423 0.50133 -0.287203 -1.01191 0.613872 -0.178291 -0.928748 0.534696 -0.284714 -1.06838 0.626949 -0.354311 -1.00956 0.651927 -0.247023 -1.00008 0.583865 -0.339164 -1.05733 0.639697 0.284714 -1.06838 0.626949 0.339164 -1.05733 0.639697 0.247023 -1.00008 0.583865 0.354311 -1.00956 0.651927 -0.42586 -0.912538 0.675203 -0.303482 -0.879204 0.613557 0.271504 -0.799125 0.709759 -0.177669 -0.169446 0.644426 -0.345679 -0.15621 0.781878 -0.03911 -0.871406 0.449286 -0.513439 -0.157564 1.14639 -0.489481 -0.128684 0.940135 -0.510578 -0.168201 0.955981 0.290341 -0.374538 1.26313 0.505716 -0.423853 1.18049 0.401785 -0.167544 1.34554 0.513439 -0.157564 1.14639 0.510578 -0.168201 0.955981 0.489481 -0.128684 0.940135 0.345679 -0.15621 0.781878 0.177669 -0.169446 0.644426 0.206072 -0.198032 1.41691 -0.206072 -0.198032 1.41691 0 -0.20407 1.43544 0 -0.17524 0.611489 -0.165143 -0.70626 1.07915 -0.411575 -0.644889 1.13929 -0.458943 -0.676672 1.02589 -0.505716 -0.423853 1.18049 -0.29034 -0.374538 1.26313 -0.401785 -0.167544 1.34554 -0.545227 -0.451768 0.987221 0.529895 0.347487 0.111243 0.511977 0.373941 0.012609 0.353116 0.284804 0.111632 0.348162 0.33434 0.219612 0.241971 0.371521 0.207731 0.177807 0.3452 0.112021 0.184053 0.370744 0.012609 -1.18997 -0.812426 3.16223 -1.27628 -0.564659 2.87838 -1.43311 -0.735992 3.28841 -1.49418 -0.538227 3.02847 -1.60123 -0.726664 2.7038 -1.74422 -0.505342 3.19809 -1.82059 -0.644956 2.98371 -2.01821 -0.538265 3.25119 -0.177807 0.345202 0.112023 -0.184053 0.370747 0.012612 -0.353116 0.284807 0.111634 -0.241971 0.371523 0.207733 -0.348162 0.334343 0.219613 -0.511977 0.373944 0.012612 -0.347342 0.323557 -0.000159 -1.68424 -0.637741 3.37971 -1.98513 -0.470445 3.36848 -1.95986 -0.53639 3.45546 -2.20948 -0.432484 3.53162 -0.529895 0.34749 0.111245 0.454354 0.374118 0.208317 -1.39251 -0.784234 2.52086 -1.28163 -0.689002 2.87683 -1.5035 -0.618751 3.03783 -1.74369 -0.556996 3.19956 -1.98491 -0.494842 3.36919 -0.454354 0.374121 0.208319 0.347342 0.323554 -0.000162 0.411575 -0.644889 1.13929 0.458943 -0.676672 1.02589 0.165143 -0.70626 1.07915 0.144726 -0.739082 0.823596 0.497964 -0.225514 0.713213 0.581505 -0.480174 0.735075 0.545227 -0.451768 0.987221 0.194427 -0.731712 0.708792 0.487876 -0.715908 0.742972 0.241599 -0.208207 0.68853 -0.144726 -0.739083 0.823596 0 -0.726519 1.0781 0 -0.764773 0.814851 -0.126916 -0.49295 0.676138 0 -0.517638 0.666849 0.126916 -0.49295 0.676139 -0.487877 -0.715909 0.742972 -0.581505 -0.480174 0.735075 -0.497964 -0.225513 0.713212 -0.241599 -0.208206 0.68853 -0.194427 -0.731712 0.708792 -0.131368 -0.821521 -0.00011 -0.150522 -0.657232 -0.00011 -0.130239 -0.692169 0.106265 -0.209446 -0.560605 0.101047 -0.517277 -0.657104 -0.00011 -0.43422 -0.552618 0.094724 -0.534303 -0.718784 0.107072 -0.529657 -0.68355 0.218181 -0.434255 -0.864052 0.247947 -0.568639 -0.581868 0.433047 -0.465252 -0.742815 0.556915 -0.578723 -0.558419 0.493066 -0.528242 -0.821336 -0.00011 -0.523965 -0.847321 0.105841 -0.455751 -0.981957 0.107299 -0.448719 -0.938754 0.196708 -0.32453 -0.969553 0.197354 -0.216888 -0.864167 0.249307 -0.211654 -0.747547 0.553207 -0.147995 -0.660746 0.212466 -0.143092 -0.59097 0.388127 -0.137688 -0.570094 0.49187 -0.236448 -0.375312 0.442394 -0.238434 -0.431013 0.358474 -0.231393 -0.522725 0.176485 -0.457954 -0.424184 0.351374 -0.425355 -0.51495 0.17002 -0.131019 -0.846253 0.12018 -0.199639 -0.938864 0.198004 -0.189888 -0.982061 0.108532 -0.323047 -1.0236 0.107914 -0.449128 -0.939484 -0.00011 -0.320338 -0.981149 -0.00011 -0.189393 -0.939624 -0.00011 -0.469757 -0.372332 0.442298 -0.41011 -0.187412 1.36713 -0.609166 -0.25979 1.39003 -0.815886 -0.538745 1.40444 0.13142 2.705 1.23418 0 2.71007 1.13278 0 2.89084 1.30957 -0.13142 2.705 1.23418 -0.176275 2.45197 0.965125 -0.328108 2.44239 1.11729 -0.285583 2.04288 0.790618 -0.498582 2.04136 1.01033 -0.293903 1.63126 0.75376 -0.54728 1.62973 0.984951 -0.252708 1.23473 0.832091 -0.475211 1.23315 1.04136 -0.305985 0.943639 1.14075 -0.357332 0.94232 1.34511 0 0.729551 1.34236 -0.303109 0.941034 1.54411 -0.156515 0.940101 1.68844 -0.475211 1.22885 1.63737 -0.252708 1.22718 1.85935 -0.560931 1.62514 1.68392 -0.321205 1.62354 1.92413 -0.291985 2.03581 1.8565 0 1.62312 1.99021 0 2.03542 1.91723 0.291985 2.03581 1.8565 0 2.40638 1.6528 0.152947 2.40796 1.6287 0 2.68354 1.51414 0.338345 2.41769 1.50562 0.148732 2.69123 1.43668 0.166428 2.6974 1.34495 0.067811 2.83898 1.44011 0.080385 2.85406 1.38971 0.038271 2.94438 1.47109 0 2.98142 1.41884 0 3.04931 1.56457 -0.038271 2.94438 1.47109 0 2.93815 1.48263 -0.067811 2.83898 1.44011 -0.026632 2.92517 1.50264 0 2.91413 1.52874 0 2.98387 1.57892 0.026632 2.92517 1.50264 0.328108 2.44239 1.11729 0.38204 2.42936 1.3244 0.498582 2.04136 1.01033 0.577003 2.0393 1.33657 0.645105 1.62746 1.34751 0.560931 1.62514 1.68392 0.535015 1.23096 1.34672 0.475211 1.22885 1.63737 0.303109 0.941034 1.54411 0.156515 0.940101 1.68844 0 0.93988 1.72267 0.176275 2.45197 0.965125 0 2.4552 0.909568 0.285583 2.04288 0.790618 0 2.04322 0.738147 0.293903 1.63126 0.75376 0 1.63163 0.696668 0.252708 1.23473 0.832091 0 1.23505 0.78298 0.165295 0.944593 0.992971 0 0.944786 0.96316 -0.165295 0.944593 0.992971 -0.080385 2.85406 1.38971 -0.166428 2.6974 1.34495 -0.38204 2.42936 1.3244 -0.577003 2.0393 1.33657 -0.645105 1.62746 1.34751 -0.535015 1.23096 1.34672 0.54728 1.62973 0.984951 0.475211 1.23315 1.04136 0.305985 0.943639 1.14075 0.357332 0.94232 1.34511 -0.152947 2.40796 1.6287 -0.338345 2.41769 1.50562 -0.148732 2.69123 1.43668 0.517488 2.03726 1.62292 0.321205 1.62354 1.92413 0 1.22685 1.91046 0 2.82662 1.50557 -0.517488 2.03726 1.62292 0.252708 1.22718 1.85935 -0.186544 0.832283 1.3534 -0.401893 0.791864 1.3075 -0.180228 0.928854 0.931781 -0.342076 0.895532 1.11706 -0.518016 0.781393 1.06755 -0.180723 0.930195 1.14021 -0.596466 0.53824 1.01008 -0.545913 0.557271 1.23368 -0.499573 0.751424 1.1941 -0.556095 0.297168 0.935392 0.568894 -0.645445 0.63555 0.598509 -0.531405 0.560261 0.642084 -0.640022 0.628534 0.708017 -0.648982 0.729624 0.729895 -0.51866 0.747946 0.891044 -0.525628 0.935131 0.718922 -0.422391 0.751173 0.819528 -0.340858 0.952423 0.717505 -0.361124 0.758484 0.715586 -0.218294 0.968323 0.649635 -0.305197 0.786517 0.619393 -0.210605 0.801284 0.622 -0.274981 0.747102 0.529753 -0.278821 0.806816 0.618791 -0.34267 0.672501 0.834704 -0.720243 0.918618 0.684708 -0.851988 0.900592 0.619237 -0.934573 0.900701 0.563813 -0.837676 0.70147 0.559052 -0.911051 0.897584 0.586602 -0.818175 0.766074 0.543592 -0.787024 0.72466 0.626542 -0.770807 0.731434 0.618305 -0.092383 0.967728 0.665785 -0.160291 0.97655 0.548805 -0.07428 0.982395 0.626463 -0.173839 0.835657 -0.598509 -0.531405 0.560261 -0.618791 -0.34267 0.672501 -0.622 -0.274981 0.747102 -0.642084 -0.640022 0.628534 -0.653462 -0.609933 0.587247 0.59557 -0.452822 0.65908 0.692646 -0.457732 0.602319 0.564721 -0.526264 0.634242 0.538154 -0.092392 0.971443 0.696885 -0.741994 0.72681 -0.692646 -0.457732 0.602319 0.653462 -0.609933 0.587247 0.137688 -0.570093 0.491872 0.236448 -0.375312 0.442396 0.469757 -0.372332 0.4423 0.578723 -0.558419 0.493067 0.568639 -0.581868 0.433048 0.211654 -0.747547 0.553209 0.465252 -0.742814 0.556916 0.143092 -0.59097 0.388128 0.238434 -0.431013 0.358476 0.457954 -0.424184 0.351375 0.320338 -0.981149 -0.00011 0.189393 -0.939625 -0.00011 0.449128 -0.939483 -0.00011 0.528242 -0.821337 -0.00011 0.131368 -0.821522 -0.00011 0.517277 -0.657103 -0.000109 0.150522 -0.657232 -0.000109 0.209446 -0.560604 0.101048 0.130239 -0.692169 0.106266 0.231393 -0.522724 0.176486 0.147995 -0.660746 0.212467 0.455751 -0.981957 0.1073 0.523965 -0.847322 0.105842 0.534303 -0.718783 0.107073 0.434255 -0.864052 0.247948 0.529657 -0.68355 0.218182 0.425355 -0.514949 0.170021 0.216888 -0.864167 0.249308 0.43422 -0.552617 0.094725 0.189888 -0.982062 0.108533 0.131019 -0.846254 0.12018 0.199639 -0.938865 0.198006 0.32453 -0.969552 0.197356 0.448719 -0.938755 0.196709 0.323047 -1.0236 0.107915 0 -1.55814 1.50426 0.264469 -1.32374 1.43257 0.262771 -1.52347 1.53247 0.41122 -1.49421 1.5813 0.546507 -1.28885 1.52797 0.627333 -1.27275 1.61313 0.585992 -1.01569 1.50593 0.669067 -1.26289 1.72624 0.696218 -1.01369 1.70087 0.670776 -1.24505 1.91719 0.723049 -1.00462 1.92821 0.661874 -1.20816 2.15857 0.70867 -0.995001 2.18478 0.652948 -1.15301 2.42487 0.694255 -0.985358 2.42694 0.613026 -1.0806 2.58843 0.629702 -0.87663 2.60423 0.563044 -1.01399 2.68288 0.488626 -0.945402 2.7513 0.495607 -1.05512 2.73497 0.456142 -1.17323 2.84874 0.40962 -1.11922 2.78964 0.318412 -1.07723 2.81398 0.302016 -1.117 2.78282 0.212352 -1.17952 2.85638 0.204944 -1.25616 2.76122 0.11821 -1.15282 2.81733 0 -1.29628 2.77229 0 -1.21574 2.86541 -0.118209 -1.15282 2.81733 -0.13281 -1.10494 2.86288 -0.212352 -1.17952 2.85638 -0.234772 -1.24188 2.97989 -0.318412 -1.07723 2.81398 -0.211623 -0.949753 2.88949 -0.410323 -0.94535 2.8399 -0.33722 -0.478973 2.76014 -0.488626 -0.945402 2.7513 -0.555131 -0.654504 2.65752 -0.629702 -0.87663 2.60423 -0.684308 -0.743881 2.45856 0.707676 -0.800574 2.47436 0.713593 -0.882779 2.31319 0.709257 -0.704575 2.22208 0.709803 -0.694076 1.93554 0.581187 -0.391274 1.93042 0.666013 -0.688462 1.69452 0.559494 -0.469502 1.70752 0.520312 -0.631607 1.54111 0.333793 -0.294251 1.68303 0.311533 -0.518181 1.46341 0 -0.188651 1.6655 0 -0.438762 1.44125 -0.311533 -0.518181 1.46341 -0.278151 -1.01617 1.39359 -0.585992 -1.01569 1.50593 -0.546506 -1.28885 1.52797 -0.627333 -1.27275 1.61313 -0.41122 -1.49421 1.5813 -0.496281 -1.46958 1.68882 -0.263559 -1.58196 1.61451 -0.264021 -1.62198 1.75451 0.234772 -1.24188 2.97989 0.211623 -0.949753 2.88949 0.132811 -1.10494 2.86288 0 -0.936618 2.90537 0.33722 -0.478973 2.76014 0 -0.394234 2.78414 0.365663 -0.243283 2.56833 0 -0.150193 2.58643 0 -0.067167 2.28968 -0.365663 -0.243283 2.56833 -0.372037 -0.164443 2.27345 -0.59119 -0.382851 2.24818 -0.581187 -0.391274 1.93042 -0.709256 -0.704575 2.22208 -0.709803 -0.694076 1.93554 -0.70867 -0.995001 2.18478 -0.723049 -1.00462 1.92821 -0.661874 -1.20816 2.15857 -0.670776 -1.24505 1.91719 0.684308 -0.743881 2.45856 0.59119 -0.382851 2.24818 0.372037 -0.164443 2.27345 0.355091 -0.199479 1.91991 0 -0.103359 1.89579 -0.355091 -0.199479 1.91991 -0.333793 -0.294251 1.68303 -0.559494 -0.469502 1.70752 -0.666013 -0.688462 1.69452 -0.520311 -0.631607 1.54111 -0.696218 -1.01369 1.70087 -0.669066 -1.26289 1.72624 -0.262771 -1.52347 1.53247 -0.264469 -1.32374 1.43257 0 -1.34886 1.39679 0 -1.01256 1.35032 0.278151 -1.01617 1.39359 0.263559 -1.58196 1.61451 0.496281 -1.46958 1.68882 0.264022 -1.62198 1.75451 0.535537 -1.44074 1.76226 0.410324 -0.94535 2.8399 0.555131 -0.654504 2.65752 -0.506398 -1.21982 2.59947 -0.219142 -1.38903 2.62502 0 -1.50989 2.49793 0 -1.42353 2.62762 0.219142 -1.38903 2.62502 0.409889 -1.16725 2.72272 -0.104767 -1.6964 1.90266 0 -1.7145 1.91109 -0.050049 -1.68888 1.95105 0 -1.71273 1.94983 0.050049 -1.68888 1.95105 0 -1.69321 1.97467 0 -1.63223 2.00348 -0.0796 -1.61693 1.98258 -0.613026 -1.0806 2.58843 -0.563043 -1.01399 2.68288 -0.409889 -1.16725 2.72272 -0.495607 -1.05512 2.73497 -0.409619 -1.11922 2.78964 -0.456142 -1.17323 2.84874 -0.535537 -1.44074 1.76226 -0.257126 -1.62513 1.83937 0.780509 -0.879781 2.8162 0.848238 -0.777598 2.58038 0.914317 -0.862993 2.35608 1.06376 -0.728734 2.72508 1.16841 -0.828569 2.41925 1.28163 -0.689002 2.87683 1.39251 -0.784234 2.52086 0 -1.58817 2.21419 0.0796 -1.61693 1.98258 0.104768 -1.6964 1.90266 0.861285 -0.659967 2.59336 1.0624 -0.602267 2.72867 1.27628 -0.564658 2.87838 -0.98001 -0.854869 3.01233 -1.0624 -0.602267 2.72867 -0.780509 -0.879781 2.8162 -0.861285 -0.659967 2.59336 -0.713593 -0.882779 2.31319 0.257126 -1.62513 1.83937 -0.652948 -1.15301 2.42487 -0.694255 -0.985358 2.42694 -0.707676 -0.800574 2.47436 0 -1.25853 3.01968 -0.580123 -0.462576 2.5141 -0.204944 -1.25616 2.76122 0.506398 -1.21982 2.59947 -0.914317 -0.862993 2.35608 -0.848238 -0.777598 2.58038 0.580123 -0.462576 2.5141 -1.16841 -0.828569 2.41925 -1.06376 -0.728735 2.72508 0.98001 -0.854869 3.01233 1.18997 -0.812426 3.16223 -0.302016 -1.117 2.78282 1.60123 -0.726664 2.7038 1.5035 -0.61875 3.03784 1.82059 -0.644956 2.98371 1.74369 -0.556996 3.19956 1.98491 -0.494842 3.36919 1.95986 -0.53639 3.45546 2.20948 -0.432484 3.53162 1.43311 -0.735992 3.28841 1.49418 -0.538227 3.02847 1.74422 -0.505342 3.19809 1.68424 -0.637741 3.37971 1.98513 -0.470445 3.36848 2.01821 -0.538265 3.25119 0 -1.71305 1.81324 0 -1.66075 1.64434 + + + + + + + + + + -0.695582 -0.657187 0.290293 -0.649937 -0.744838 0.150987 -0.397868 -0.865533 0.304227 -0.409786 -0.896155 0.17024 -0.651752 -0.742096 0.156561 -0.512533 -0.725897 0.458676 0.695582 -0.657187 0.290293 0.397868 -0.865533 0.304227 0.649937 -0.744838 0.150987 0.409786 -0.896155 0.17024 0.651752 -0.742097 0.156562 0.512533 -0.725896 0.458677 -0.802987 -0.224968 0.551906 -0.852771 -0.337764 0.398368 -0.894161 -0.073553 0.441663 -0.561215 -0.131924 0.817089 0 -0.355388 0.934719 0 -0.00516 0.999987 0.561215 -0.131924 0.817089 0 0.019636 0.999807 0.523388 0.055118 0.85031 0.894161 -0.073553 0.441663 0.852771 -0.337764 0.398368 0.802987 -0.224968 0.551906 -0.523388 0.055118 0.85031 -0.740379 0.417397 -0.526895 -0.927568 -0.34856 -0.134622 -0.086354 0.414892 -0.905764 0.466429 -0.359648 -0.808144 0.927568 -0.34856 -0.134622 0.740379 0.417397 -0.526895 0.233244 0.300874 -0.924701 0.962239 0.271897 -0.012934 0.499394 0.310492 -0.808826 0.847166 0.502602 -0.172339 0.32702 0.804494 -0.49583 0.740719 0.630765 0.231239 -0.215131 0.295059 -0.930945 -0.058828 0.716728 -0.694867 0.273252 0.689566 -0.670695 0.594675 0.444896 0.669649 0.623181 0.654788 0.427666 0 0.646 0.763338 0.541104 0.674496 0.502256 0 0.700934 0.713226 -0.090766 0.989535 -0.11217 -0.466429 -0.359648 -0.808144 -0.233244 0.300874 -0.924701 -0.962239 0.271897 -0.012934 -0.594675 0.444896 0.669649 -0.740719 0.630765 0.231239 0.058828 0.716728 -0.694867 0.215131 0.295059 -0.930945 -0.273252 0.689566 -0.670695 -0.623181 0.654788 0.427666 -0.541104 0.674496 0.502256 0.090766 0.989535 -0.11217 0 0.348107 -0.937455 0.471426 0.705896 -0.528648 -0.32702 0.804494 -0.49583 -0.847166 0.502602 -0.172339 -0.499394 0.310492 -0.808826 0 0.393971 0.919123 0.086354 0.414892 -0.905763 -0.471426 0.705896 -0.528648 0.005434 0.999528 0.030242 0 0.671619 -0.740896 -0.200732 0.831101 0.518631 0.910796 0.149582 0.384807 0.955697 -0.221642 0.193694 0.995044 0.025726 0.096045 0.891223 -0.425075 -0.15822 0.903559 -0.339546 -0.261323 0.579362 -0.394159 -0.713427 0.215346 -0.820932 -0.528863 0.82206 -0.448262 -0.351111 0.994047 0.06231 -0.089378 0 0.13897 -0.990297 0 0.106809 -0.99428 0.248628 0.047679 -0.967425 -0.242267 -0.284376 -0.927598 -0.000002 0.319467 -0.947597 0.111997 0.955543 -0.272751 -0.178973 0.79127 -0.584689 -0.000003 0.705937 -0.708274 -0.567379 0.321118 -0.758264 0.40746 0.900018 0.154738 0.830296 0.545591 0.113752 0.240196 0.964074 -0.113431 0.775559 0.631225 0.007986 -0.746076 -0.112004 0.656373 -0.26862 -0.019989 0.963039 -0.539975 0.281345 0.793267 -0.208141 0.336347 0.918449 0 0.081438 0.996678 0 0.477321 0.878729 0.208141 0.336347 0.918449 0.26862 -0.019989 0.963039 0.539975 0.281345 0.793267 0.746076 -0.112004 0.656373 0.7612 0.556577 0.332861 0.53625 0.663591 0.521616 0.159113 0.958898 0.234941 0.207326 0.693161 0.690322 0 0.831344 0.555759 0 0.978246 0.207447 -0.000002 0.980247 -0.197776 -0.439038 -0.043626 -0.897409 -0.752263 -0.167309 -0.637267 -0.579362 -0.394159 -0.713427 -0.903559 -0.339546 -0.261323 -0.954037 -0.050013 -0.295488 -0.955697 -0.221642 0.193694 -0.952199 -0.054319 0.300611 -0.61587 -0.097171 0.781832 -0.250063 -0.122895 0.960398 0 -0.116576 0.993182 0.250063 -0.122895 0.960398 0.615871 -0.097171 0.781832 0.242266 -0.284376 -0.927598 -0.248628 0.047679 -0.967425 0 0.002791 -0.999996 0.952199 -0.054319 0.300611 0.954036 -0.050013 -0.295488 0.752263 -0.167309 -0.637267 0.439038 -0.043626 -0.897409 0.56849 0.595386 -0.567746 0.920084 0.365229 -0.141607 0.822785 0.005374 -0.568327 0.826115 -0.405117 -0.391682 0.93453 -0.355866 -0.003659 0.474054 -0.779814 -0.408856 0.50133 -0.865073 -0.017789 0 -0.930406 -0.36653 0 -0.995189 0.097977 -0.501331 -0.865073 -0.017789 0.58989 -0.261357 -0.764017 0.570964 -0.551376 -0.608264 0.321533 -0.696714 -0.641253 0 -0.76453 -0.644588 -0.56849 0.595386 -0.567746 -0.822785 0.005374 -0.568327 -0.920084 0.365229 -0.141607 -0.826115 -0.405117 -0.391682 -0.58989 -0.261357 -0.764017 -0.570964 -0.551376 -0.608264 -0.474054 -0.779814 -0.408856 -0.93453 -0.355866 -0.003659 -0.321533 -0.696714 -0.641253 -0.732343 -0.677172 -0.071498 0.732343 -0.677172 -0.071498 -0.605336 -0.635298 0.479547 -0.705945 -0.708267 0.000033 -0.742538 -0.501293 0.444232 -0.306233 -0.877902 -0.368116 0.580284 -0.724137 -0.372688 -0.217547 -0.375783 -0.900811 -0.199306 -0.506651 -0.838798 -0.678029 -0.572128 -0.46146 -0.263474 -0.706341 -0.657011 -0.643529 -0.518558 -0.562999 0.089959 0.8829 -0.460862 -0.620766 0.719149 -0.312209 -0.005434 0.999528 0.030242 -0.77882 0.617057 0.112604 -0.845769 0.436583 -0.306709 -0.980143 0.013982 0.197797 -0.881267 0.061186 -0.468641 -0.843496 -0.418201 -0.33708 -0.819275 -0.072454 -0.568804 -0.312747 0.883181 0.349543 -0.489825 0.852023 -0.184738 0.855979 -0.500441 -0.129844 -0.644992 -0.738922 -0.194885 -0.39524 0.666017 -0.632619 -0.788959 0.031807 -0.613621 -0.738681 0.249591 -0.626143 -0.735128 0.494286 -0.463971 0.464341 0.507381 -0.725914 -0.341489 0.687656 -0.640714 -0.607754 0.456807 -0.649586 0.184926 0.6214 -0.761357 0.726895 0.228792 -0.647516 0.474185 -0.331415 -0.815667 0.162656 -0.661424 -0.732162 -0.709269 -0.448525 0.543841 0.683571 -0.307222 0.662077 0.354592 -0.704507 0.614764 0.709269 -0.448525 0.543841 0.32444 -0.81822 0.474611 0 -0.803388 0.595456 0 -0.878203 0.478288 -0.32444 -0.81822 0.474611 -0.683571 -0.307222 0.662077 -0.354592 -0.704507 0.614764 0.742539 -0.501293 0.444232 0.605336 -0.635298 0.479547 0.60599 -0.454858 0.652595 0.513701 -0.638018 0.573624 0.758933 -0.092446 0.644573 0.507253 0.060114 0.859698 0.456207 0.593456 0.663088 0.092489 0.535373 0.839537 0.312747 0.883181 0.349543 0.77882 0.617057 0.112604 0.980143 0.013982 0.197797 0.705945 -0.708267 0.000033 -0.507253 0.060114 0.859698 -0.513701 -0.638018 0.573624 -0.60599 -0.454858 0.652595 -0.092489 0.535373 0.839536 0.77319 0.621012 0.128532 0.017005 0.977789 0.208899 0.73902 0.670015 0.070211 0.185722 0.982239 0.026703 -0.608875 0.766799 -0.203201 0.977057 0.178418 -0.116302 0.982636 0.134975 -0.127311 0.799515 -0.277454 -0.532724 -0.803485 0.594311 0.034741 -0.961254 0.129191 -0.243518 -0.893539 0.168639 -0.416112 -0.637441 -0.449498 -0.625796 0.263968 -0.687262 -0.676751 -0.03275 -0.456135 -0.889308 -0.755298 -0.212061 -0.620125 0.988147 0.151349 -0.025668 0.82817 -0.557014 -0.062209 0.121614 -0.914189 -0.386611 -0.848117 -0.428841 -0.311116 -0.674387 0.736366 -0.054475 -0.998429 0.054475 -0.013143 -0.996897 -0.047976 0.062402 -0.537444 0.745765 -0.393686 -0.502913 0.388577 -0.772066 0.606995 0.689839 -0.394563 0.556472 0.263331 -0.788033 0.998978 -0.042002 0.016723 0.430116 0.892557 -0.135436 -0.039848 0.994472 0.097146 -0.565772 -0.537487 0.625307 0.10397 -0.675431 0.730057 0.660142 -0.472811 0.583663 0.998429 0.054476 -0.013143 0.803484 0.594312 0.034741 0.961254 0.129191 -0.243518 0.608876 0.766798 -0.203201 -0.017006 0.977791 0.208893 -0.185721 0.98224 0.026701 -0.73902 0.670016 0.070208 -0.77556 0.631224 0.007986 0.674384 0.736368 -0.054476 0.039845 0.994473 0.097139 -0.430116 0.892557 -0.135437 -0.988147 0.15135 -0.025669 -0.982636 0.134975 -0.127313 -0.77319 0.621013 0.128528 -0.977057 0.178417 -0.116302 -0.994047 0.06231 -0.089379 0.893539 0.16864 -0.416112 0.567378 0.321118 -0.758264 0.178972 0.791269 -0.58469 -0.240195 0.964075 -0.113432 -0.799514 -0.277455 -0.532725 -0.822059 -0.448262 -0.351112 -0.263969 -0.687258 -0.676755 -0.215347 -0.820931 -0.528865 0.637439 -0.449496 -0.6258 0.755296 -0.21206 -0.620128 0.032749 -0.456132 -0.889309 0.996897 -0.047978 0.062402 0.537442 0.745766 -0.393688 0.502909 0.388581 -0.772067 -0.606995 0.689837 -0.394565 -0.556469 0.263339 -0.788033 -0.998977 -0.042003 0.016723 0.848115 -0.428843 -0.311118 -0.121612 -0.914189 -0.386612 -0.828168 -0.557017 -0.06221 0.565768 -0.537495 0.625304 -0.103966 -0.675438 0.730051 -0.660137 -0.47282 0.583661 -0.33489 0.595587 -0.730153 0 0.745303 -0.666726 -0.486925 0.393098 -0.779986 -0.523661 0.257175 -0.812182 -0.706407 0.126984 -0.696322 0 -0.427752 -0.903896 0 0.095444 -0.995435 0.706407 0.126984 -0.696322 0.523661 0.257175 -0.812182 0.486925 0.393098 -0.779986 0.401125 -0.321923 -0.857592 0.52134 0.200426 -0.829478 0.570789 -0.180398 -0.801034 0.137071 0.0684 -0.988197 0.587055 0.05044 -0.807974 0.232719 -0.205337 -0.95062 0.272195 -0.413654 -0.868792 0 -0.456259 -0.889847 -0.272195 -0.413654 -0.868792 -0.401125 -0.321923 -0.857592 0.071647 -0.45088 -0.889705 0.1677 -0.702265 -0.691882 -0.1677 -0.702265 -0.691882 -0.071647 -0.45088 -0.889705 -0.570789 -0.180398 -0.801034 -0.52134 0.200426 -0.829478 0.185931 -0.800974 -0.569096 -0.253256 0.95321 -0.165083 -0.335949 -0.110458 -0.935381 -0.518402 -0.324536 -0.791161 -0.185931 -0.800974 -0.569096 0.518402 -0.324536 -0.791161 0.335949 -0.110458 -0.935381 0.253256 0.95321 -0.165083 -0.587055 0.05044 -0.807974 -0.137071 0.0684 -0.988197 0.33489 0.595587 -0.730153 -0.355786 -0.070465 -0.931907 -0.64981 0.230442 -0.724323 -0.232719 -0.205337 -0.95062 -0.981669 0.128247 0.140992 -0.901508 0.155207 -0.403973 -0.936645 0.327129 -0.12523 0.544573 -0.26635 0.795297 0.831239 -0.220122 0.510478 0.663697 -0.153645 0.732052 0.981669 0.128247 0.140992 0.936645 0.327129 -0.125231 0.901508 0.155207 -0.403973 0.64981 0.230439 -0.724324 0.355787 -0.070466 -0.931907 0.332584 -0.301174 0.89369 -0.332584 -0.301174 0.89369 0 -0.294486 0.955656 0 -0.115832 -0.993269 -0.084728 -0.871527 0.482971 -0.550621 -0.478673 0.683878 -0.519708 -0.821196 0.23567 -0.831239 -0.220122 0.510478 -0.544576 -0.266349 0.795296 -0.663697 -0.153645 0.732052 -0.972877 -0.15069 0.175506 0.736881 -0.603545 0.304533 0.699126 -0.48918 -0.521466 -0.050706 -0.998695 0.006077 0.030631 -0.625452 0.779661 -0.437051 -0.633061 0.638921 -0.799924 -0.54079 0.260129 -0.714339 -0.531907 -0.454747 -0.288263 -0.956469 -0.045503 0.188357 0.9821 0.001345 0.420302 0.355512 0.83484 0.140797 0.989773 0.022923 -0.630482 0.422033 -0.651445 0.080183 0.993089 -0.085706 -0.201143 -0.956257 0.212402 -0.519644 0.619018 -0.588886 0.799923 -0.540794 0.260126 0.714338 -0.531903 -0.454753 0.050702 -0.998695 0.006075 0.437044 -0.633066 0.638921 -0.030634 -0.625457 0.779657 -0.699126 -0.489175 -0.521469 -0.002885 -0.468186 -0.883626 0.421953 0.541012 0.727504 0.219084 0.969744 0.107696 -0.348768 -0.934221 0.074779 -0.73518 -0.62698 0.257695 -0.736878 -0.603548 0.304532 0.381129 -0.441221 0.812443 -0.568924 -0.341425 -0.748167 -0.16179 -0.979965 0.116155 -0.233371 -0.971777 0.034455 -0.292355 -0.954322 -0.061626 -0.190633 -0.975725 0.107792 -0.381124 -0.441232 0.81244 0.002885 -0.468195 -0.88362 0.550618 -0.478673 0.68388 0.519708 -0.821197 0.235669 0.084728 -0.871528 0.48297 -0.028694 -0.983607 -0.17803 0.543615 0.739696 -0.396652 0.999291 0.002771 0.037555 0.972877 -0.150691 0.175505 -0.448421 -0.893822 -0.000268 0.713608 -0.688345 0.130172 -0.114476 0.590583 -0.798816 0.028694 -0.983607 -0.17803 0.000001 -0.849892 0.526957 0.000003 -0.786426 -0.617684 0.390768 -0.311475 -0.866189 0.000003 -0.266437 -0.963852 -0.390765 -0.311476 -0.86619 -0.713609 -0.688344 0.130173 -0.999291 0.002773 0.037555 -0.543614 0.739698 -0.39665 0.114477 0.590586 -0.798813 0.448421 -0.893822 -0.000269 0.736357 -0.139354 -0.662086 0.627867 0.462171 -0.626244 0.970771 0.219732 0.096545 0.3599 0.814961 -0.454215 -0.413966 0.454211 -0.788876 -0.595244 0.738379 -0.316988 -0.988879 0.091094 0.117562 -0.989 0.118493 -0.088529 -0.606078 -0.605359 0.515955 -0.981713 0.033691 -0.187364 -0.506672 -0.85052 0.141063 -0.992484 -0.050774 -0.111343 -0.716753 -0.19535 -0.669405 -0.92985 -0.256593 0.263702 -0.633485 -0.767661 0.096923 -0.580006 -0.573093 0.578928 -0.004461 -0.742107 0.670267 0.641483 -0.45795 0.615452 0.646666 -0.742899 0.172987 0.998662 0.020555 0.047442 0.97001 0.202962 -0.133746 0.994453 0.025336 -0.102088 0.49813 0.742929 -0.447128 0.405136 0.793372 -0.454341 0.5833 0.759959 -0.286746 -0.356919 0.801951 -0.479043 -0.465115 0.777698 -0.422911 0.941974 -0.195445 0.27292 0.57763 -0.561827 0.592194 0.617064 -0.785388 0.048969 -0.06695 -0.997624 -0.016244 -0.340127 -0.575903 -0.743404 0.081816 -0.791517 -0.605646 0.297031 -0.337716 -0.893152 -0.478576 0.736485 -0.478074 0.200732 0.831101 0.518631 -0.456207 0.593456 0.663088 -0.758933 -0.092446 0.644573 0.642392 0.636356 -0.427064 0 0.709592 -0.704613 0 0.774512 -0.632559 -0.642392 0.636356 -0.427064 -0.449756 0.584821 -0.675059 -0.730271 0.555041 -0.398287 -0.463629 0.327823 -0.823153 -0.856119 0.267591 -0.442104 -0.456596 -0.005165 -0.889659 -0.855145 -0.112945 -0.505935 -0.4582 -0.364363 -0.810736 -0.81154 -0.427815 -0.397965 -0.601514 -0.693056 -0.39731 -0.729164 -0.683589 -0.032036 0 -0.999999 -0.001155 -0.650501 -0.693818 0.308974 -0.382866 -0.70618 0.595586 -0.765514 -0.440687 0.468811 -0.441156 -0.401862 0.802427 -0.875662 -0.041686 0.481122 -0.419468 -0.059255 0.905834 -0.408182 0.361529 0.838263 0 0.05172 0.998662 0 0.387547 0.92185 0.408182 0.361529 0.838263 0 0.52898 0.848634 0.362885 0.526101 0.769111 0 0.418036 0.908431 0.655479 0.553488 0.513808 0.679257 0.415395 0.605026 0.824979 0.56259 0.053876 0.8384 0.216932 0.500026 0.857773 0.501032 -0.114859 0.892092 0.13898 0.42995 0 0.875682 -0.482889 0 -0.091722 0.995785 -0.892092 0.13898 0.42995 0 0.549347 0.835594 -0.8384 0.216932 0.500026 -0.946567 0.280069 0.159915 0 -0.355271 0.934763 0 0.815354 0.578962 0.946567 0.280069 0.159915 0.730272 0.555041 -0.398287 0.857848 0.513745 0.012741 0.856119 0.267591 -0.442104 0.960811 0.274394 0.039373 0.998297 -0.015236 -0.056315 0.875662 -0.041686 0.481122 0.927409 -0.372831 0.030168 0.765514 -0.440687 0.468811 0.650501 -0.693818 0.308974 0.382866 -0.70618 0.595586 0 -0.677614 0.735418 0.449756 0.584821 -0.675059 0 0.504229 -0.86357 0.463629 0.327823 -0.823153 0 0.194542 -0.980894 0.456596 -0.005165 -0.889659 0 -0.109621 -0.993973 0.4582 -0.364363 -0.810736 0 -0.426616 -0.904433 0.293153 -0.692428 -0.659246 0 -0.721529 -0.692384 -0.293153 -0.692428 -0.659246 -0.857773 0.501032 -0.114859 -0.824979 0.56259 0.053876 -0.857848 0.513745 0.012741 -0.960811 0.274394 0.039373 -0.998297 -0.015236 -0.056315 -0.927409 -0.372831 0.030168 0.855145 -0.112945 -0.505935 0.81154 -0.427815 -0.397965 0.601514 -0.693056 -0.39731 0.729164 -0.683589 -0.032036 -0.362885 0.526101 0.769111 -0.655479 0.553488 0.513808 -0.679257 0.415395 0.605026 0.790401 0.398138 0.465566 0.419469 -0.059255 0.905834 0 -0.31875 0.947839 0 0.085523 0.996336 -0.790401 0.398138 0.465566 0.441156 -0.401862 0.802427 -0.207326 0.693161 0.690322 -0.53625 0.663591 0.521616 -0.111998 0.955543 -0.272753 -0.407459 0.900019 0.154737 -0.830296 0.545591 0.113751 -0.159114 0.958898 0.23494 -0.995044 0.025726 0.096045 -0.910796 0.149582 0.384807 -0.7612 0.556577 0.332861 -0.891223 -0.425075 -0.158219 -0.474185 -0.331414 -0.815667 0.238995 0.168385 -0.956309 0.371336 -0.491007 -0.788049 0.819275 -0.072454 -0.568804 0.788959 0.031807 -0.613621 0.881267 0.061186 -0.468641 0.738681 0.249591 -0.626143 0.845769 0.436583 -0.306709 0.735128 0.494286 -0.463971 0.620766 0.719149 -0.312209 0.607754 0.456807 -0.649586 0.341489 0.687656 -0.640714 0.297297 0.662397 -0.687637 -0.464341 0.507381 -0.725914 0.450404 0.141768 -0.881498 0.843496 -0.418201 -0.33708 0.67803 -0.572128 -0.46146 0.306233 -0.877902 -0.368116 0.217547 -0.375783 -0.900811 -0.580284 -0.724137 -0.372688 0.199306 -0.506651 -0.838798 -0.162656 -0.661424 -0.732162 0.263474 -0.706341 -0.657011 0.489825 0.852023 -0.184738 0.644992 -0.738922 -0.194885 -0.855979 -0.500441 -0.129844 0.39524 0.666017 -0.632619 -0.238995 0.168385 -0.956309 -0.450404 0.141768 -0.881498 -0.297297 0.662397 -0.687637 -0.371336 -0.491007 -0.788049 -0.490485 -0.32196 -0.809794 -0.184926 0.6214 -0.761357 0.760225 0.315538 -0.567885 -0.726895 0.228792 -0.647516 -0.089959 0.8829 -0.460862 0.643529 -0.518558 -0.562999 -0.760225 0.315538 -0.567885 0.490485 -0.32196 -0.809794 -0.994453 0.025338 -0.102088 -0.498129 0.742929 -0.447129 0.478576 0.736486 -0.478072 0.992484 -0.050775 -0.111342 0.981713 0.03369 -0.187362 -0.646665 -0.742899 0.172988 0.506673 -0.850519 0.141065 -0.970009 0.202963 -0.133745 -0.405137 0.793374 -0.454338 0.356919 0.801954 -0.479039 -0.081812 -0.791516 -0.605648 -0.29703 -0.337717 -0.893152 0.340128 -0.575901 -0.743405 0.716752 -0.195351 -0.669406 -0.736358 -0.139352 -0.662086 0.413965 0.454212 -0.788875 -0.627867 0.46217 -0.626245 -0.359902 0.81496 -0.454216 -0.970772 0.21973 0.096545 -0.583301 0.75996 -0.286743 -0.998663 0.020554 0.047443 0.633484 -0.767662 0.096921 0.92985 -0.256593 0.263702 0.988879 0.091095 0.117562 0.606079 -0.605358 0.515956 0.989001 0.118492 -0.088528 0.465116 0.777698 -0.42291 -0.641483 -0.457948 0.615454 0.595244 0.738379 -0.316987 -0.617062 -0.785389 0.048969 -0.941975 -0.195444 0.272919 -0.577628 -0.561826 0.592197 0.004463 -0.742104 0.67027 0.580004 -0.573096 0.578927 0.066955 -0.997624 -0.016243 0 -0.584696 -0.811253 0.25176 -0.341626 -0.905488 0.244207 -0.665152 -0.705646 0.498075 -0.643312 -0.581439 0.501361 -0.297023 -0.812659 0.793922 -0.404978 -0.453521 0.686869 0.00477 -0.726766 0.899932 -0.405514 -0.160249 0.952214 -0.011936 -0.305198 0.907559 -0.417778 0.042402 0.993605 -0.112631 -0.007979 0.900621 -0.421951 0.104115 0.993174 -0.10906 0.041365 0.906068 -0.366515 0.211442 0.959216 -0.162377 0.231385 0.820497 -0.32914 0.467387 0.812062 -0.045958 0.581759 0.712674 -0.271135 0.646979 0.727327 0.089984 0.680367 0.798172 -0.504383 0.329421 0.542072 -0.701163 0.463172 0.053472 -0.977659 0.203285 0.334597 -0.663249 0.669436 0.363504 -0.646969 0.670295 0.096678 -0.935647 0.339437 0.221865 -0.632528 0.742081 0.080572 -0.661939 0.745214 -0.000001 -0.640695 0.767795 -0.000002 -0.923618 0.383315 -0.080575 -0.661939 0.745214 -0.020267 -0.588566 0.808195 -0.096681 -0.935647 0.339436 0.035276 -0.817847 0.574354 -0.334596 -0.663249 0.669438 -0.139856 0.064312 0.988081 -0.377001 0.05423 0.924624 -0.383268 0.311977 0.869354 -0.727326 0.089984 0.680367 -0.717976 0.253385 0.648311 -0.812061 -0.045959 0.58176 -0.704317 0.642204 0.302509 0.538447 -0.828039 0.156287 0.982627 0.113128 -0.147127 0.980033 0.195634 0.035549 0.984892 0.160763 -0.064369 0.801493 0.576916 -0.157406 0.882555 0.28252 -0.375871 0.700991 0.547303 -0.457242 0.656949 0.331326 -0.677231 0.454614 0.739794 -0.496015 0.327707 0.399162 -0.856316 0 0.782165 -0.623072 0 0.329255 -0.944241 -0.327708 0.399162 -0.856316 -0.226918 -0.018769 -0.973733 -0.686869 0.00477 -0.726765 -0.50136 -0.297022 -0.81266 -0.793922 -0.404977 -0.453521 -0.498075 -0.643311 -0.58144 -0.636884 -0.743673 -0.203297 -0.334969 -0.872252 -0.356332 -0.443283 -0.891209 -0.096158 -0.035284 -0.817846 0.574354 0.139855 0.064312 0.988081 0.020262 -0.588565 0.808196 0 0.142908 0.989736 0.383268 0.311977 0.869353 0 0.49797 0.867194 0.483434 0.712052 0.50919 0 0.834586 0.550877 0 0.996445 0.084247 -0.483434 0.712052 0.50919 -0.53354 0.844757 0.041472 -0.846317 0.521545 0.108341 -0.801493 0.576916 -0.157405 -0.980032 0.195635 0.035548 -0.984892 0.160764 -0.064368 -0.993174 -0.10906 0.041365 -0.993605 -0.112631 -0.007979 -0.900621 -0.421951 0.104115 -0.907559 -0.417778 0.042401 0.704317 0.642204 0.30251 0.846317 0.521546 0.108342 0.53354 0.844757 0.041472 0.421447 0.882122 -0.210341 0 0.96013 -0.279554 -0.421447 0.882122 -0.210341 -0.454614 0.739794 -0.496015 -0.700991 0.547303 -0.457243 -0.882554 0.28252 -0.375873 -0.656948 0.331326 -0.677231 -0.952214 -0.011936 -0.305199 -0.899933 -0.405513 -0.160249 -0.244207 -0.665152 -0.705646 -0.251761 -0.341626 -0.905488 0 -0.24492 -0.969543 0 0.009897 -0.999951 0.226918 -0.018769 -0.973733 0.334969 -0.872252 -0.356333 0.636883 -0.743673 -0.203298 0.443283 -0.891209 -0.096157 0.65348 -0.734812 0.181702 0.377003 0.05423 0.924623 0.717976 0.253385 0.648311 -0.579929 -0.611762 0.537986 -0.307839 -0.757987 0.575057 0 -0.903862 0.427825 0 -0.766768 0.641924 0.307839 -0.757987 0.575057 0.466858 -0.609086 0.641138 -0.420176 -0.815377 0.398262 -0.000001 -0.990928 0.134394 -0.395255 -0.705305 0.588488 0 -0.935034 0.354559 0.395253 -0.705305 0.588489 0 -0.626849 0.779141 0 -0.704515 0.709689 -0.40302 -0.775069 0.486665 -0.820496 -0.32914 0.467389 -0.712674 -0.271136 0.646978 -0.466859 -0.609085 0.641138 -0.798173 -0.504383 0.329419 -0.053469 -0.977658 0.203289 -0.542067 -0.701163 0.463179 -0.65348 -0.734812 0.1817 -0.502316 -0.828716 0.246795 -0.770768 0.062218 0.63407 0.216419 -0.975753 -0.0327 0.017322 -0.996635 0.08012 0.197115 -0.980027 0.026333 0.369728 0.274094 -0.887792 0.161789 -0.979965 0.116156 0.568923 -0.341426 -0.748167 0 -0.973387 0.229168 0.403019 -0.775069 0.486667 0.420176 -0.815376 0.398264 -0.156014 0.929498 -0.334204 -0.301092 0.94876 0.095903 -0.188357 0.9821 0.001345 0.421353 -0.570708 0.704808 0.301092 0.94876 0.095903 0.770769 0.062216 0.63407 0.156015 0.929498 -0.334204 -0.982626 0.11313 -0.147129 0.502317 -0.828715 0.246797 -0.906068 -0.366515 0.211442 -0.959216 -0.162377 0.231385 -0.538447 -0.82804 0.156287 -0.000004 -0.656507 0.75432 -0.817107 0.424975 0.389528 -0.221866 -0.632528 0.742081 0.579929 -0.611763 0.537986 -0.017321 -0.996635 0.08012 -0.216417 -0.975753 -0.0327 0.817107 0.424975 0.389528 -0.369732 0.274093 -0.88779 -0.197114 -0.980027 0.026333 -0.421353 -0.570709 0.704807 0.288264 -0.956469 -0.045505 -0.363504 -0.64697 0.670295 0.630485 0.422033 -0.651443 0.233371 -0.971777 0.034454 0.201142 -0.956257 0.212402 0.292354 -0.954322 -0.061627 0.190631 -0.975726 0.107793 0.348766 -0.934222 0.074775 0.735187 -0.626978 0.257681 -0.420301 0.355514 0.83484 -0.140795 0.989773 0.022924 -0.080182 0.993089 -0.085706 -0.421953 0.541015 0.727502 -0.219083 0.969745 0.107693 0.519646 0.619014 -0.588889 0 -0.985857 -0.167587 0 -0.86814 -0.496319 + + + + + + + + + + 0.421875 0.976563 0 0.40625 0.871094 0 0.132813 0.996094 0 0.117188 0.886719 0 0.390625 0.753906 0 0.101563 0.78125 0 0.848267 0.533508 0 0.882202 0.546295 0 0.853699 0.503967 0 0.941437 0.557556 0 0.983521 0.677551 0 0.996185 0.561676 0 0.996185 0.510406 0 0.932678 0.506104 0 0.838135 0.470642 0 0.838745 0.503723 0 0.8255 0.533752 0 0.828613 0.499237 0 0.836761 0.448334 0 0.858154 0.454895 0 0.862579 0.424561 0 0.867706 0.427032 0 0.873291 0.40979 0 0.880737 0.43045 0 0.878571 0.389282 0 0.912842 0.392334 0 0.930633 0.378296 0 0.925079 0.459076 0 0.94223 0.421936 0 0.996185 0.416992 0 0.958771 0.388062 0 0.996185 0.374084 0 0.995697 0.347229 0 0.526794 0.631012 0 0.536438 0.621643 0 0.528748 0.637909 0 0.53241 0.642426 0 0.55191 0.625 0 0.536346 0.647705 0 0.542358 0.656647 0 0.996185 0.45993 0 0.950165 0.370575 0 0.550293 0.663605 0 0.55191 0.659821 0 0.509705 0.631897 0 0.540161 0.606812 0 0.514709 0.631805 0 0.52774 0.62558 0 0.524353 0.631348 0 0.210999 0.217316 0 0.189667 0.250885 0 0.183319 0.188049 0 0.150238 0.217377 0 0.139374 0.235352 0 0.094635 0.223572 0 0.086517 0.194031 0 0.123749 0.179535 0 0.157623 0.16153 0 0.006134 0.213165 0 0.006226 0.189789 0 0.043854 0.213715 0 0.041626 0.18927 0 0.006378 0.148865 0 0.035217 0.081787 0 0.0289 0.111328 0 0.005341 0.113556 0 0.023407 0.150452 0 0.246338 0.141785 0 0.216278 0.16156 0 0.217072 0.114441 0 0.192658 0.139465 0 0.218964 0.070404 0 0.227753 0.096344 0 0.217835 0.270782 0 0.248718 0.292633 0 0.234253 0.23996 0 0.266266 0.265045 0 0.276886 0.3125 0 0.295532 0.284546 0 0.222778 0.18866 0 0.247009 0.211853 0 0.315613 0.188782 0 0.298523 0.214172 0 0.270264 0.190002 0 0.282318 0.238892 0 0.312073 0.259888 0 0.327362 0.236298 0 0.34552 0.20813 0 0.006561 0.081451 0 0.041992 0.250458 0 0.086517 0.257904 0 0.125885 0.266663 0 0.166199 0.284882 0 0.194122 0.307678 0 0.220032 0.332428 0 0.249573 0.351837 0 0.005981 0.249695 0 0.749725 0.381073 0 0.750763 0.420319 0 0.729431 0.411224 0 0.714111 0.419617 0 0.715454 0.478119 0 0.642334 0.420868 0 0.638275 0.480804 0 0.562042 0.425415 0 0.562042 0.483429 0 0.710266 0.380096 0 0.677551 0.410126 0 0.641419 0.379547 0 0.559692 0.383575 0 0.749969 0.475067 0 0.511932 0.582489 0 0.514893 0.580048 0 0.518921 0.577606 0 0.917236 0.265869 0 0.925629 0.203033 0 0.976349 0.256226 0 0.98703 0.197296 0 0.959747 0.162903 0 0.983643 0.141113 0 0.959259 0.150635 0 0.956909 0.140991 0 0.927002 0.140411 0 0.919678 0.087219 0 0.905975 0.113708 0 0.674957 0.160583 0 0.732391 0.151154 0 0.676239 0.217072 0 0.731171 0.215759 0 0.765167 0.143738 0 0.809265 0.207855 0 0.809875 0.141205 0 0.87149 0.137817 0 0.86264 0.089142 0 0.709351 0.256531 0 0.699402 0.234558 0 0.697754 0.217682 0 0.719879 0.216949 0 0.694702 0.217743 0 0.814575 0.089844 0 0.772858 0.091095 0 0.749756 0.1185 0 0.686005 0.091156 0 0.700317 0.129944 0 0.733093 0.092255 0 0.508331 0.626801 0 0.50824 0.614899 0 0.510162 0.607666 0 0.515778 0.601837 0 0.511047 0.595856 0 0.510132 0.586884 0 0.510925 0.584503 0 0.972687 0.08786 0 0.698517 0.524292 0 0.737305 0.521271 0 0.66919 0.556274 0 0.605255 0.559753 0 0.62677 0.527679 0 0.557098 0.561584 0 0.559692 0.528381 0 0.962067 0.294647 0 0.903931 0.309235 0 0.813446 0.278351 0 0.825775 0.323364 0 0.732971 0.279938 0 0.758942 0.324646 0 0.680603 0.278503 0 0.722229 0.314972 0 0.557098 0.604736 0 0.707001 0.551605 0 0.831696 0.40213 0 0.168671 0.10318 0 0.178467 0.081604 0 0.177826 0.122772 0 0.196686 0.099976 0 0.203613 0.069855 0 0.152496 0.132935 0 0.149262 0.113495 0 0.126587 0.139923 0 0.183258 0.066864 0 0.186859 0.043365 0 0.206024 0.042267 0 0.219513 0.040619 0 0.059082 0.161499 0 0.091675 0.171631 0 0.093597 0.146484 0 0.065857 0.144531 0 0.036133 0.139618 0 0.146729 0.100739 0 0.12796 0.115204 0 0.097778 0.119324 0 0.072083 0.117889 0 0.050171 0.117157 0 0.63446 0.05661 0 0.582336 0.050934 0 0.556183 0.011261 0 0.403198 0.009888 0 0.451935 0.042725 0 0.375946 0.038757 0 0.4534 0.163177 0 0.377228 0.165466 0 0.403229 0.188263 0 0.559143 0.19165 0 0.583771 0.153107 0 0.633545 0.154358 0 0.647858 0.098816 0 0.61084 0.098145 0 0.047974 0.037231 0 0.0755 0.060547 0 0.102631 0.063324 0 0.150543 0.036896 0 0.125855 0.062347 0 0.052277 0.104492 0 0.169311 0.044281 0 0.729431 0.343018 0 0.655273 0.296753 0 0.681976 0.342865 0 0.616394 0.309357 0 0.579224 0.288757 0 0.557098 0.309021 0 0.557098 0.262573 0 0.611206 0.340729 0 0.6427 0.34198 0 0.651856 0.356812 0 0.729858 0.393433 0 0.730102 0.402222 0 0.583862 0.316772 0 0.586487 0.327301 0 0.557098 0.342957 0 0.586639 0.349304 0 0.587158 0.366852 0 0.65155 0.381836 0 0.696747 0.384766 0 0.675598 0.385437 0 0.67749 0.397247 0 0.526733 0.575867 0 0.540161 0.574982 0 0.035156 0.283997 0 0.071411 0.288422 0 0.516235 0.462158 0 0.495422 0.481476 0 0.492035 0.46347 0 0.47876 0.502014 0 0.111755 0.295929 0 0.146637 0.311951 0 0.539673 0.40271 0 0.515839 0.404022 0 0.541656 0.457092 0 0.1698 0.361115 0 0.176727 0.333832 0 0.202728 0.357391 0 0.232635 0.378326 0 0.005859 0.283875 0 0.508301 0.297089 0 0.520203 0.35611 0 0.498535 0.355988 0 0.494324 0.401642 0 0.142334 0.034241 0 0.141968 0.009857 0 0.102722 0.035004 0 0.101105 0.04718 0 0.076447 0.048248 0 0.063232 0.035797 0 0.0625 0.011169 0 0.041931 0.516754 0 0.001953 0.509949 0 0.033966 0.555267 0 0.001953 0.548126 0 0.001953 0.591827 0 0.023254 0.594696 0 0.011597 0.636902 0 0.304565 0.165527 0 0.287537 0.10437 0 0.304016 0.043701 0 0.001953 0.635193 0 0.001953 0.674957 0 0.100708 0.010468 0 0.125763 0.047577 0 0.018646 0.755432 0 0.123383 0.715637 0 0.027679 0.658447 0 0.124085 0.620392 0 0.224426 0.700195 0 0.20398 0.602875 0 0.055145 0.545929 0 0.121887 0.520691 0 0.17807 0.510803 0 0.149902 0.412292 0 0.123566 0.417725 0 0.122345 0.323395 0 0.091064 0.431732 0 0.498352 0.276764 0 0.46759 0.462585 0 0.466675 0.402985 0 0.47699 0.292084 0 0.470337 0.354919 0 0.464691 0.504974 0 0.037262 0.379272 0 0.028931 0.363922 0 0.005493 0.378845 0 0.005554 0.363342 0 0.02713 0.334625 0 0.005646 0.335907 0 0.478546 0.245392 0 0.047424 0.29483 0 0.347778 0.589294 0 0.334595 0.553589 0 0.377136 0.55838 0 0.369812 0.518158 0 0.335113 0.414764 0 0.369293 0.450287 0 0.368073 0.400543 0 0.399139 0.399628 0 0.407257 0.355499 0 0.427795 0.401459 0 0.440582 0.35376 0 0.435028 0.402069 0 0.345184 0.394745 0 0.370331 0.377991 0 0.361877 0.36203 0 0.375946 0.359894 0 0.376129 0.322052 0 0.407684 0.289246 0 0.448578 0.290009 0 0.396759 0.227539 0 0.428589 0.235687 0 0.460358 0.54776 0 0.441803 0.548889 0 0.43869 0.507629 0 0.427063 0.5513 0 0.423767 0.510773 0 0.3927 0.514984 0 0.425446 0.457153 0 0.39209 0.455292 0 0.374756 0.223785 0 0.379486 0.26059 0 0.376343 0.283966 0 0.362244 0.281006 0 0.36206 0.321594 0 0.330475 0.360016 0 0.330475 0.32077 0 0.330475 0.280853 0 0.342316 0.247345 0 0.394836 0.55423 0 0.438568 0.457642 0 0.451477 0.238708 0 0.267883 0.560486 0 0.269073 0.410858 0 0.223541 0.538269 0 0.208252 0.4888 0 0.224335 0.440369 0 0.737091 0.596527 0 0.683014 0.595001 0 0.724426 0.56604 0 0.642944 0.653595 0 0.703644 0.656433 0 0.592987 0.775146 0 0.673035 0.775574 0 0.592285 0.835144 0 0.670013 0.835602 0 0.61319 0.897766 0 0.685059 0.898254 0 0.709137 0.946075 0 0.766205 0.946442 0 0.765442 0.993988 0 0.824249 0.946838 0 0.878052 0.947113 0 0.844238 0.899536 0 0.911743 0.900024 0 0.856659 0.836945 0 0.929047 0.837433 0 0.924042 0.777252 0 0.992371 0.837555 0 0.990387 0.777344 0 0.911682 0.667145 0 0.873108 0.666687 0 0.83905 0.602875 0 0.814789 0.663788 0 0.797882 0.600616 0 0.771942 0.598785 0 0.791382 0.567474 0 0.774597 0.56781 0 0.773987 0.539001 0 0.746612 0.53949 0 0.767609 0.499268 0 0.783783 0.539734 0 0.795319 0.539093 0 0.807953 0.539307 0 0.794769 0.515656 0 0.76294 0.660309 0 0.766419 0.776184 0 0.766846 0.836273 0 0.766632 0.898895 0 0.921936 0.947174 0 0.591431 0.652649 0 0.521484 0.775024 0 0.522888 0.835022 0 0.545929 0.897675 0 0.647552 0.94577 0 0.60022 0.945709 0 0.848358 0.776794 0 0.971069 0.900116 0 0.81781 0.567017 0 0.904205 0.050903 0 0.82074 0.011108 0 0.891205 0.061462 0 0.7005 0.104645 0 0.700104 0.094482 0 0.764221 0.046539 0 0.895111 0.09375 0 0.750031 0.095154 0 0.510895 0.600861 0 0.285034 0.645447 0 0.332245 0.650604 0 0.299866 0.668945 0 0.306641 0.685852 0 0.338623 0.677185 0 0.340332 0.691467 0 0.36615 0.677429 0 0.340362 0.71048 0 0.365662 0.706207 0 0.341614 0.742523 0 0.366211 0.744385 0 0.341583 0.783051 0 0.365265 0.787476 0 0.346375 0.834137 0 0.366211 0.832367 0 0.349426 0.85968 0 0.382477 0.85791 0 0.352325 0.874634 0 0.386108 0.889526 0 0.355652 0.893188 0 0.368164 0.90271 0 0.353638 0.909088 0 0.369019 0.92157 0 0.354156 0.921509 0 0.353943 0.936066 0 0.332001 0.937073 0 0.353363 0.948944 0 0.331543 0.965118 0 0.353363 0.965118 0 0.369598 0.948792 0 0.369202 0.934601 0 0.386505 0.933655 0 0.386505 0.905762 0 0.428742 0.89563 0 0.405579 0.870789 0 0.392944 0.833435 0 0.387024 0.833557 0 0.376862 0.809021 0 0.399994 0.793732 0 0.401581 0.745605 0 0.43869 0.744751 0 0.400085 0.705139 0 0.426971 0.707336 0 0.405792 0.679382 0 0.452637 0.694641 0 0.423553 0.653717 0 0.480804 0.670624 0 0.440521 0.626099 0 0.367188 0.647278 0 0.313293 0.703827 0 0.287659 0.687073 0 0.282898 0.707153 0 0.387573 0.965027 0 0.455414 0.930176 0 0.459473 0.862915 0 0.492401 0.879639 0 0.506378 0.809448 0 0.474243 0.80481 0 0.439941 0.800018 0 0.321533 0.782745 0 0.321411 0.731567 0 0.468414 0.738831 0 0.500305 0.72406 0 0.32132 0.623138 0 0.364594 0.616333 0 0.31781 0.716461 0 0.319916 0.841644 0 0.281158 0.905487 0 0.327179 0.87674 0 0.306183 0.924194 0 0.271179 0.940308 0 0.297241 0.958344 0 0.333374 0.90448 0 0.272552 0.720032 0 0.245056 0.718262 0 0.267548 0.743011 0 0.245056 0.739197 0 0.245056 0.753052 0 0.246155 0.754822 0 0.269043 0.748047 0 0.281525 0.735138 0 0.28183 0.720734 0 0.173798 0.953583 0 0.124969 0.95459 0 0.216278 0.877625 0 0.125549 0.894897 0 0.046234 0.925232 0 0.125763 0.791718 0 0.023956 0.856171 0 0.28009 0.783264 0 0.246216 0.783752 0 0.022339 0.40271 0 0.03949 0.437469 0 0.001953 0.402008 0 0.001953 0.435944 0 0.001953 0.470551 0 0.045593 0.476471 0 0.28067 0.831268 0 0.246216 0.83139 0 0.369812 0.965118 0 0.426361 0.845825 0 0.082031 0.98941 0 0.23172 0.802948 0 0.180298 0.402924 0 0.200378 0.42511 0 0.166504 0.380493 0 0.889587 0.89917 0 0.888336 0.817352 0 0.167542 0.943573 0 0.167542 0.844299 0 0.886169 0.764679 0 0.167542 0.753967 0 0.45404 0.990112 0 0.167542 0.997162 0 0.870727 0.945923 0 + + + + + + + + + + + + + + + +

0 0 0 1 1 1 2 2 2 1 1 1 3 3 3 2 2 2 1 1 1 4 4 4 3 3 3 4 4 4 5 5 5 3 3 3 6 6 0 7 7 2 8 8 1 7 7 2 9 9 3 8 8 1 8 8 1 9 9 3 10 10 4 9 9 3 11 11 5 10 10 4

+
+ + + + +

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

+
+ + + + +

667 667 518 666 666 519 779 779 520 666 666 519 780 780 521 779 779 520 666 666 519 699 699 522 780 780 521 699 699 522 606 606 523 780 780 521 716 716 524 779 779 520 717 717 525 779 779 520 741 741 524 717 717 525 779 779 520 750 750 526 741 741 524 750 750 526 779 779 520 706 706 518 779 779 520 704 704 519 706 706 518 779 779 520 780 780 521 704 704 519 716 716 524 731 731 526 779 779 520 731 731 526 667 667 518 779 779 520 606 606 523 608 608 522 780 780 521 608 608 522 704 704 519 780 780 521

+
+
+
+
+ + + + 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 + + Bone1 Bone2 Bone3 Bone4 Bone5 Bone6 Bone7 Bone8 Bone9 Bone10 Bone11 Bone12 Bone13 Bone14 Bone15 Bone16 Bone17 Bone18 Bone19 Bone20 Bone21 Bone22 Bone23 Bone24 Bone25 Bone26 + + + + + + + + 1 0 0 0 0 0.000000 1 -1.14153 0 -1 0.000000 0.47274 0 0 0 1 1 0 0 -0.35 0 -0.304656 -0.952462 1.2889 0 0.952462 -0.304656 -0.161771 0 0 0 1 1 0 0 -0.35 0 0.904761 -0.425919 -0.056551 0 0.425919 0.904761 -0.812883 0 0 0 1 1 0 0 -0.35 0 -0.331414 -0.943486 0.764698 0 0.943486 -0.331414 -0.511522 0 0 0 1 1 0 0 -0.35 0 -1 0.000001 0.59824 0 -0.000001 -1 0.159647 0 0 0 1 1 0 0 0.35 0 -0.304656 -0.952462 1.2889 0 0.952462 -0.304656 -0.161771 0 0 0 1 1 0 0 0.35 0 0.904832 -0.425768 -0.056687 0 0.425768 0.904832 -0.812874 0 0 0 1 1 0 0 0.35 0 -0.331772 -0.94336 0.764957 0 0.94336 -0.331772 -0.51121 0 0 0 1 1 0 0 0.35 0 -1 -0.000000 0.598241 0 0.000000 -1 0.16019 0 0 0 1 1 0 0 0 0 -1 0.000000 0.038855 0 -0.000000 -1 1.16198 0 0 0 1 1 0 0 0 0 -1 0.000000 -0.438762 0 -0.000000 -1 1.44125 0 0 0 1 1 0 0 0 0 -1 0.000000 -1.15623 0 -0.000000 -1 1.39951 0 0 0 1 0.000000 1 -0.000000 0.576541 1 -0.000000 0 -0.540737 0 -0.000000 -1 1.53361 0 0 0 1 0.000000 -1 0.000000 -0.576541 -1 -0.000000 0 -0.541 0 -0.000000 -1 1.53325 0 0 0 1 0.568237 0.040732 -0.821856 1.66414 0.808656 0.157165 0.566899 -1.84902 0.152258 -0.986732 0.056368 -1.03715 0 0 0 1 0.596523 -0.036748 -0.801754 1.51668 0.787855 0.21739 0.576217 -2.51751 0.153118 -0.975393 0.158631 -1.32463 0 0 0 1 0.568237 -0.040732 0.821856 -1.66414 -0.808656 0.157165 0.566899 -1.84902 -0.152258 -0.986732 0.056368 -1.03715 0 0 0 1 0.596523 0.036748 0.801754 -1.51668 -0.787855 0.21739 0.576217 -2.51751 -0.153118 -0.975393 0.158631 -1.32463 0 0 0 1 1 0.000000 0.000000 -0.347673 0.000001 -0.258444 -0.966026 0.8128 -0.000000 0.966026 -0.258444 0.649295 0 0 0 1 1 -0.000000 0.000000 -0.347673 0.000000 -0.479758 -0.877401 0.158488 0.000000 0.877401 -0.479758 0.706897 0 0 0 1 1 -0.000000 0.000000 -0.347673 -0.000000 -1 0.000000 -0.689761 0.000000 -0.000000 -1 0.211982 0 0 0 1 1 -0.000001 -0.000000 0.347672 -0.000001 -0.258029 -0.966137 0.81302 0.000000 0.966137 -0.258029 0.648759 0 0 0 1 1 0.000000 -0.000000 0.347673 -0.000000 -0.479759 -0.8774 0.158352 -0.000000 0.8774 -0.479759 0.706454 0 0 0 1 1 0.000000 -0.000000 0.347673 0.000000 -1 0.000001 -0.689438 -0.000000 -0.000001 -1 0.21165 0 0 0 1 1 0 0 0 0 0.999457 0.032942 -0.773376 0 -0.032942 0.999457 -1.3176 0 0 0 1 1 0 0 0 0 1 -0.000000 -2.03564 0 0.000000 1 -1.38541 0 0 0 1 + + + + + + + + 1 0.4 0.3 0.3 0.5 0.5 0.6 0.4 0.5 0.5 0.5 0.5 0.5 0.5 0.6 0.4 0.6 0.4 0.6 0.4 0.5 0.5 0.3 0.3 0.4 0.6 0.4 0.9 0.1 0.2 0.6 0.2 0.5 0.5 0.6 0.2 0.2 0.9 0.1 0.7 0.3 0.7 0.3 0.9 0.1 0.8 0.2 0.9 0.1 0.8 0.2 0.8 0.2 0.9 0.1 0.9 0.1 0.7 0.3 0.8 0.2 0.8 0.2 0.9 0.1 0.9 0.1 0.5 0.5 0.7 0.3 0.7 0.3 0.7 0.3 0.8 0.2 0.9 0.1 0.8 0.2 0.9 0.1 0.8 0.2 0.9 0.1 0.9 0.1 0.9 0.1 0.8 0.2 0.9 0.1 0.7 0.3 0.9 0.1 0.5 0.5 0.5 0.5 0.9 0.1 0.1 0.7 0.2 0.3 0.7 0.2 0.8 0.2 0.7 0.1 0.2 0.7 0.1 0.5 0.5 0.5 0.5 0.6 0.4 0.2 0.8 0.81 0.1 0.09 0.2 0.8 0.6 0.2 0.2 0.81 0.1 0.09 0.5 0.4 0.1 0.5 0.2 0.3 0.81 0.1 0.09 0.5 0.1 0.4 0.5 0.5 0.5 0.5 0.3 0.5 0.2 0.3 0.5 0.2 0.1 0.9 0.1 0.9 0.1 0.9 0.1 0.9 0.1 0.9 0.8 0.2 0.7 0.3 0.81 0.1 0.09 0.5 0.5 0.5 0.5 0.2 0.7 0.1 0.2 0.7 0.1 0.5 0.5 0.1 0.7 0.2 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.6 0.2 0.2 0.2 0.8 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.6 0.4 0.5 0.1 0.4 0.6 0.4 0.5 0.5 0.4 0.6 0.5 0.5 0.4 0.6 0.5 0.5 0.4 0.6 0.4 0.6 0.6 0.4 0.6 0.4 0.6 0.4 0.6 0.4 0.6 0.4 0.6 0.4 0.1 0.5 0.4 0.5 0.5 0.6 0.4 0.6 0.4 0.5 0.5 0.4 0.6 0.6 0.4 0.3 0.5 0.2 0.5 0.3 0.2 0.6 0.4 0.5 0.5 0.3 0.4 0.3 0.4 0.6 0.3 0.7 0.3 0.7 0.3 0.7 0.4 0.6 0.2 0.8 0.2 0.8 0.4 0.6 0.4 0.6 0.5 0.5 0.5 0.5 0.4 0.6 0.5 0.5 0.4 0.6 0.4 0.6 0.2 0.8 0.5 0.5 0.4 0.6 0.4 0.6 0.4 0.6 0.3 0.7 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.1 0.3 0.6 0.2 0.3 0.5 0.2 0.8 0.3 0.1 0.6 0.3 0.7 0.2 0.8 0.3 0.7 0.3 0.7 0.3 0.2 0.5 0.2 0.8 0.4 0.3 0.3 0.4 0.6 0.3 0.4 0.3 0.4 0.3 0.3 0.4 0.6 0.4 0.3 0.3 0.4 0.6 0.4 0.3 0.3 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.3 0.4 0.3 0.3 0.4 0.3 0.4 0.3 0.3 0.3 0.4 0.3 0.5 0.5 0.5 0.5 0.1 0.4 0.4 0.1 0.1 0.4 0.4 0.1 0.1 0.8 0.1 0.1 0.9 0.5 0.5 0.2 0.6 0.2 0.5 0.5 0.5 0.5 0.1 0.9 0.4 0.6 0.4 0.5 0.1 0.2 0.4 0.4 0.2 0.6 0.2 0.5 0.5 0.4 0.6 0.3 0.7 0.3 0.7 0.5 0.5 0.5 0.5 0.4 0.6 0.4 0.6 0.4 0.6 0.4 0.6 0.5 0.5 0.5 0.5 0.4 0.6 0.4 0.6 0.4 0.6 0.5 0.5 0.5 0.5 0.5 0.5 0.1 0.8 0.1 0.5 0.5 0.1 0.4 0.4 0.1 0.1 0.4 0.4 0.1 0.3 0.5 0.2 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.1 0.9 0.6 0.4 0.1 0.9 0.5 0.1 0.4 0.5 0.2 0.3 0.3 0.5 0.2 0.2 0.6 0.2 0.5 0.5 0.4 0.5 0.1 0.5 0.5 0.4 0.6 0.2 0.6 0.2 0.2 0.4 0.4 0.4 0.6 0.4 0.6 0.4 0.6 0.4 0.6 0.3 0.7 0.3 0.7 0.4 0.6 0.4 0.6 0.4 0.6 0.4 0.6 0.7 0.3 0.9 0.1 0.8 0.2 0.8 0.2 0.9 0.1 0.8 0.2 0.9 0.1 0.9 0.1 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.7 0.3 0.9 0.1 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.7 0.3 0.7 0.3 0.8 0.2 0.8 0.2 0.8 0.2 0.7 0.3 0.7 0.3 0.8 0.2 0.7 0.3 0.7 0.3 0.7 0.3 0.8 0.2 0.7 0.3 0.7 0.3 0.8 0.2 0.7 0.3 0.9 0.1 0.8 0.1 0.1 0.9 0.1 0.9 0.1 0.6 0.4 0.5 0.5 0.9 0.1 0.6 0.4 0.9 0.1 0.8 0.1 0.1 0.9 0.1 0.9 0.1 0.2 0.8 0.5 0.5 0.1 0.9 0.2 0.8 0.6 0.4 0.6 0.4 0.7 0.3 0.7 0.3 0.7 0.3 0.8 0.2 0.8 0.2 0.9 0.1 0.8 0.2 0.9 0.1 0.9 0.1 0.6 0.4 0.6 0.4 0.7 0.3 0.8 0.2 0.9 0.1 0.2 0.8 0.7 0.3 0.2 0.8 0.7 0.3 0.8 0.2 0.8 0.2 0.5 0.5 0.7 0.3 0.7 0.3 0.5 0.5 0.5 0.5 0.7 0.3 0.5 0.5 0.5 0.5 0.5 0.5 0.7 0.3 0.5 0.5 0.5 0.5 0.4 0.6 0.5 0.5 0.9 0.1 0.5 0.5 0.3 0.7 0.5 0.5 0.3 0.7 0.9 0.1 0.5 0.5 0.6 0.4 0.6 0.4 0.7 0.3 0.7 0.3 0.8 0.2 0.7 0.3 0.6 0.4 0.6 0.4 0.3 0.7 0.3 0.7 0.1 0.1 0.8 0.1 0.1 0.8 0.2 0.8 0.2 0.8 0.3 0.7 0.3 0.7 0.3 0.7 0.3 0.7 0.2 0.8 0.2 0.8 0.1 0.1 0.8 0.1 0.1 0.8 0.3 0.7 0.1 0.1 0.8 0.3 0.7 0.3 0.7 0.6 0.4 0.6 0.4 0.7 0.3 0.6 0.4 0.7 0.3 0.7 0.3 0.8 0.2 0.8 0.2 0.9 0.1 0.9 0.1 0.9 0.1 0.9 0.1 0.8 0.2 0.9 0.1 0.9 0.1 0.9 0.1 0.6 0.4 0.6 0.4 0.3 0.7 0.3 0.7 0.1 0.1 0.8 0.1 0.1 0.8 0.2 0.8 0.2 0.8 0.3 0.7 0.3 0.7 0.3 0.7 0.6 0.4 0.6 0.4 0.3 0.7 0.3 0.7 0.1 0.1 0.8 0.1 0.1 0.8 0.2 0.8 0.2 0.8 0.3 0.7 0.3 0.7 0.3 0.7 0.8 0.2 0.7 0.3 0.6 0.4 0.3 0.7 0.1 0.1 0.8 0.2 0.8 0.1 0.1 0.8 0.2 0.8 0.3 0.7 0.3 0.7 0.6 0.4 0.6 0.4 0.7 0.3 0.3 0.7 0.1 0.1 0.8 0.2 0.8 0.8 0.2 0.3 0.7 0.2 0.8 0.5 0.4 0.1 0.5 0.5 0.5 0.5 0.7 0.3 0.3 0.7 0.9 0.1 0.8 0.2 0.2 0.8 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.6 0.4 0.8 0.2 0.6 0.4 0.8 0.2 0.6 0.4 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.6 0.4 0.6 0.4 0.6 0.4 0.7 0.3 0.7 0.3 0.7 0.3 0.8 0.2 0.8 0.2 0.6 0.4 0.6 0.4 0.6 0.4 0.7 0.3 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.8 0.2 0.8 0.2 0.8 0.2 0.6 0.4 0.8 0.2 0.2 0.8 0.8 0.2 0.5 0.5 0.9 0.1 0.9 0.1 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.4 0.6 0.5 0.5 0.5 0.5 0.3 0.7 0.5 0.5 0.7 0.3 0.5 0.5 0.5 0.5 0.3 0.7 0.5 0.5 0.7 0.3 0.3 0.7 0.3 0.7 0.2 0.8 0.2 0.8 0.2 0.8 0.1 0.7 0.2 0.1 0.7 0.2 0.4 0.6 0.4 0.6 0.2 0.8 0.1 0.7 0.2 0.4 0.6 0.1 0.2 0.7 0.1 0.2 0.7 0.2 0.8 0.2 0.8 0.2 0.8 0.2 0.8 0.1 0.2 0.7 0.1 0.2 0.7 0.1 0.7 0.2 0.4 0.6 0.3 0.7 0.3 0.7 0.2 0.8 0.2 0.8 0.1 0.9 0.1 0.9 0.3 0.7 0.3 0.7 0.2 0.8 0.2 0.8 0.1 0.9 0.1 0.9 + + + + + + + + + + + + + + 1 1 1 1 1 1 1 1 1 1 1 1 3 2 2 2 1 2 2 2 2 2 2 3 2 2 3 1 2 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 2 2 2 2 2 2 2 2 2 1 1 2 2 2 2 2 1 2 2 1 2 2 3 2 2 3 3 2 2 2 2 3 2 3 3 3 3 3 3 2 2 3 3 2 2 1 1 2 1 1 2 1 2 2 1 2 1 1 1 3 2 2 3 3 2 3 2 2 2 2 2 2 3 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 3 3 2 2 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 3 2 2 2 2 3 2 3 2 3 3 2 3 2 3 2 2 2 2 3 3 3 3 2 2 4 4 3 2 2 3 2 2 2 2 3 3 3 2 2 2 2 2 2 2 1 2 1 2 2 2 2 2 2 2 2 2 2 3 2 4 4 3 2 2 2 2 2 2 2 2 2 3 3 3 3 2 3 2 2 3 3 2 1 2 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 2 1 2 2 1 2 2 1 2 2 3 2 1 1 1 2 1 1 2 2 1 2 2 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 2 2 2 1 1 1 2 2 2 2 2 1 1 1 2 1 2 1 1 2 1 1 1 2 1 1 2 1 2 1 1 1 1 1 1 1 2 2 1 2 2 2 2 2 2 2 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2 1 2 2 2 2 3 3 2 3 2 2 2 2 2 2 2 2 2 2 2 2 1 2 2 2 2 2 1 2 2 2 2 2 3 3 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2 2 2 2 2 2 3 2 3 2 2 2 2 2 2 2 3 2 2 2 2 1 1 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 2 2 2 2 1 1 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 3 3 2 2 1 1 1 2 3 2 3 3 2 2 1 1 1 1 1 1 1 1 1 2 2 1 3 3 3 2 1 2 2 2 2 2 2 1 2 2 2 2 2 2 1 1 + 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 13 1 9 2 10 3 9 4 10 5 9 6 10 7 9 8 10 9 10 0 9 10 10 11 9 12 10 13 9 14 10 15 9 16 10 17 9 18 10 19 9 20 10 21 9 22 10 23 12 24 9 25 10 26 9 27 10 28 13 29 9 30 10 31 9 0 9 32 12 33 9 34 10 35 12 36 9 37 10 38 9 39 10 40 9 41 10 42 9 43 10 44 9 45 10 46 9 47 10 48 9 49 10 50 9 51 10 52 9 53 10 54 9 55 10 56 9 57 10 58 9 59 10 60 9 61 10 62 9 63 10 64 9 65 10 66 9 0 13 67 9 68 9 69 10 70 9 71 10 72 9 73 10 74 9 75 10 76 9 77 10 78 9 79 10 80 9 81 10 82 9 83 10 84 9 85 10 86 9 0 9 0 9 87 10 88 9 89 10 90 9 91 10 92 9 93 10 94 9 95 10 96 9 0 9 97 10 98 9 99 12 100 9 0 9 101 12 102 0 103 1 104 9 105 0 106 1 107 0 108 1 109 0 110 1 111 9 112 0 113 1 114 9 115 0 116 1 117 1 118 2 119 1 120 2 121 1 122 2 123 9 124 0 125 0 126 1 127 5 128 9 129 0 130 0 131 1 132 2 133 0 134 1 135 5 136 0 137 1 138 2 139 0 140 1 141 2 142 0 143 1 144 5 145 0 146 1 147 2 148 0 149 1 150 0 151 1 152 0 153 1 154 2 155 0 156 1 157 2 158 9 159 0 160 9 161 0 162 0 0 0 0 9 163 0 164 0 0 0 0 9 165 0 166 0 0 9 167 0 168 0 169 1 170 0 0 0 171 1 172 0 0 0 0 0 0 0 173 1 174 5 175 9 176 0 177 9 178 0 179 9 180 0 181 5 182 9 183 0 184 5 185 9 186 0 187 9 188 0 189 5 190 9 191 0 192 9 193 0 194 9 195 0 196 9 197 0 198 9 199 0 200 9 201 0 202 0 203 5 204 6 205 9 206 0 207 9 208 0 209 9 210 0 211 9 212 0 213 9 214 0 215 9 216 0 217 9 218 11 219 9 220 12 221 11 222 9 223 11 224 9 225 11 226 9 227 11 228 9 229 11 230 9 231 11 232 9 233 11 234 9 235 11 236 9 237 11 238 9 239 11 240 9 241 11 242 9 243 11 244 9 245 11 246 9 247 11 248 9 249 11 250 13 251 9 252 11 253 9 254 11 255 9 256 11 257 9 258 11 259 9 260 11 261 9 262 11 263 9 264 11 265 13 266 9 267 11 268 9 269 12 270 11 271 13 272 9 273 13 274 9 275 13 276 9 277 11 278 13 279 9 280 13 281 9 282 13 283 9 284 13 285 9 286 13 287 9 288 13 289 9 290 13 291 9 292 13 293 9 294 13 295 9 296 13 297 9 298 13 299 9 300 13 301 9 302 13 303 9 304 13 305 9 306 13 307 9 308 13 309 9 310 13 311 9 312 13 313 9 314 13 315 9 316 13 317 9 318 13 319 9 320 13 321 9 322 13 323 9 324 13 325 9 326 13 327 9 328 13 329 9 330 13 331 9 332 13 333 9 334 13 335 9 336 13 337 9 338 13 339 9 340 13 341 9 342 11 343 9 344 12 345 11 346 9 347 11 348 9 349 12 350 11 351 9 352 11 353 9 354 11 355 9 356 11 357 9 358 11 359 13 360 9 361 11 362 9 363 11 364 9 365 12 366 11 367 9 368 12 369 9 370 12 371 11 372 9 373 10 374 12 375 9 376 12 377 9 378 10 379 12 380 9 381 12 382 9 383 10 384 12 385 9 386 12 387 9 388 12 389 9 390 12 391 9 392 12 393 13 394 9 395 10 396 13 397 9 398 10 399 13 400 9 401 11 402 13 403 9 404 10 405 2 406 3 407 2 408 3 409 0 410 1 411 2 412 3 413 0 414 1 415 2 416 3 417 0 418 2 419 3 420 1 421 2 422 2 423 3 424 1 425 2 426 3 427 2 428 3 429 2 430 3 431 1 432 2 433 1 434 2 435 1 436 2 437 3 438 1 439 2 440 3 441 1 442 2 443 3 444 2 445 3 446 2 447 3 448 2 449 3 450 2 451 3 452 2 453 3 454 2 455 3 456 3 457 4 458 3 0 3 459 4 460 3 0 3 461 4 462 3 463 4 464 2 465 3 466 2 467 3 468 3 469 4 470 3 471 4 472 3 473 4 474 6 475 7 476 6 477 7 478 6 479 7 480 0 481 6 482 7 483 6 484 7 485 0 486 5 487 6 488 7 489 0 490 5 491 6 492 7 493 0 494 5 495 6 496 6 497 7 498 6 499 7 500 6 501 7 502 6 503 7 504 6 505 7 506 6 507 7 508 5 509 6 510 5 511 6 512 5 513 6 514 0 515 5 516 6 517 0 518 5 519 6 520 0 521 5 522 6 523 5 524 6 525 7 526 5 527 6 528 5 529 6 530 7 531 5 532 6 533 5 534 6 535 5 536 6 537 7 538 5 539 6 540 7 541 7 542 8 543 7 0 7 544 8 545 7 0 7 546 8 547 7 548 8 549 6 550 7 551 6 552 7 553 6 554 7 555 7 556 8 557 7 558 8 559 7 560 8 561 9 562 11 563 9 564 11 565 9 566 11 567 9 568 11 569 9 570 11 571 9 572 11 573 9 574 11 575 9 576 11 577 9 578 11 579 9 580 11 581 9 582 11 583 9 584 11 585 9 586 11 587 9 588 11 589 9 590 11 591 9 592 11 593 9 594 11 595 9 596 11 597 9 598 11 599 9 600 11 601 9 602 11 603 9 604 11 605 9 606 11 607 9 608 11 609 9 610 11 611 9 612 11 613 9 614 11 615 9 616 11 617 9 618 11 619 9 620 11 621 9 622 11 623 9 624 11 625 9 626 11 627 9 628 11 629 9 630 11 631 9 632 11 633 9 634 11 635 9 636 0 637 9 638 0 639 21 640 9 641 11 642 9 0 9 643 21 644 9 645 21 646 10 0 9 647 18 648 9 649 12 650 9 0 9 651 18 652 9 653 18 654 9 655 0 656 18 657 9 658 0 659 10 0 10 0 10 0 9 660 0 661 10 0 10 0 9 662 21 663 9 664 21 665 10 0 13 666 9 667 9 668 21 669 4 0 4 0 4 0 4 0 4 0 4 0 4 0 17 670 16 671 17 672 16 673 17 674 16 675 17 676 16 677 17 678 16 679 17 680 16 681 17 682 16 683 17 684 16 685 8 0 8 0 8 0 8 0 8 0 8 0 8 0 17 686 16 687 17 688 16 689 17 690 16 691 17 0 8 0 4 0 17 692 16 693 17 694 16 695 17 696 16 697 17 698 16 699 17 700 16 701 8 0 4 0 10 0 9 702 18 703 10 0 9 704 18 705 18 0 18 0 9 706 18 707 18 0 18 0 18 0 9 708 21 709 10 0 9 0 9 710 21 711 9 0 9 712 18 713 21 0 21 0 21 0 21 0 21 0 23 0 23 0 23 714 22 715 23 716 22 717 23 0 23 718 22 719 23 720 22 721 23 722 22 723 23 724 22 725 21 726 22 727 21 728 22 729 21 730 22 731 23 0 23 0 23 0 23 0 23 0 23 732 22 733 21 734 22 735 23 736 22 737 21 738 22 739 21 740 22 741 21 742 22 743 21 744 22 745 23 746 22 747 21 748 22 749 23 750 22 751 23 0 23 0 23 0 23 0 23 0 23 0 23 0 21 752 22 753 13 754 9 755 13 756 9 757 13 758 9 759 25 760 24 761 25 762 24 763 25 764 24 765 25 766 24 767 25 768 24 769 25 770 24 771 25 772 24 773 25 774 24 775 0 776 25 777 24 778 0 779 25 780 24 781 0 782 24 783 0 784 24 785 0 786 24 787 0 788 24 789 0 0 0 790 24 791 0 792 24 793 0 794 24 795 0 796 24 797 0 798 25 799 24 800 0 801 25 802 24 803 25 804 24 805 0 806 25 807 24 808 25 809 24 810 25 811 24 812 25 813 24 814 25 815 24 816 25 817 24 818 25 819 24 820 25 821 24 822 25 823 24 824 25 825 24 826 25 827 24 828 25 829 24 830 25 831 24 832 25 0 25 833 24 834 25 835 24 836 25 837 24 838 25 839 24 840 25 841 24 842 25 0 25 843 24 844 25 845 24 846 25 847 24 848 25 849 24 850 25 851 24 852 0 853 25 854 24 855 0 856 25 857 24 858 0 859 24 860 0 861 24 862 0 863 24 864 0 865 24 866 0 867 24 868 25 869 24 870 25 871 24 872 25 873 24 874 25 875 24 876 0 877 25 878 24 879 0 880 25 881 24 882 0 883 24 884 0 885 24 886 0 887 24 888 0 889 24 890 0 891 24 892 25 893 24 894 25 895 24 896 25 897 24 898 25 899 24 900 0 901 25 902 24 903 0 904 24 905 0 906 25 907 24 908 0 909 24 910 0 911 24 912 0 913 24 914 25 915 24 916 25 917 24 918 25 919 24 920 25 921 24 922 0 923 25 924 24 925 0 926 24 927 25 928 24 929 25 930 24 931 0 932 24 933 0 0 0 0 0 934 5 935 6 936 0 937 5 938 0 939 5 940 0 941 5 942 0 943 5 944 0 945 5 946 0 947 5 948 0 949 5 950 9 951 12 952 9 953 12 954 9 955 12 956 9 957 12 958 9 959 12 960 9 961 12 962 9 963 12 964 9 965 12 966 9 967 12 968 9 969 12 970 9 971 12 972 9 973 12 974 9 975 12 976 9 977 12 978 9 979 12 980 9 981 12 982 9 983 12 984 9 985 12 986 9 987 12 988 9 989 12 990 9 991 12 992 9 993 12 994 9 995 12 996 9 997 12 998 9 999 12 1000 9 1001 12 1002 9 1003 12 1004 13 1005 9 1006 13 1007 9 1008 13 1009 9 1010 13 1011 9 1012 13 1013 9 1014 9 1015 12 1016 9 1017 12 1018 9 1019 12 1020 9 1021 12 1022 9 1023 12 1024 13 1025 9 1026 9 1027 12 1028 18 1029 19 1030 18 1031 19 1032 18 1033 19 1034 18 1035 19 1036 18 1037 19 1038 18 1039 19 1040 18 1041 19 1042 18 1043 19 1044 18 1045 19 1046 18 1047 19 1048 20 0 20 0 20 0 20 0 20 0 20 0 20 0 19 1049 20 1050 19 1051 20 1052 19 1053 20 1054 19 1055 20 1056 20 0 20 0 19 1057 20 1058 19 1059 20 1060 19 1061 20 1062 19 1063 20 1064 19 1065 20 1066 19 1067 20 1068 20 0 20 0 20 0 20 0 20 0 20 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 1069 14 1070 10 1071 14 1072 10 1073 14 1074 10 1075 14 1076 15 1077 10 1078 14 1079 15 1080 14 1081 15 1082 14 1083 15 1084 10 0 10 0 10 0 10 1085 14 1086 10 1087 14 1088 15 1089 14 1090 15 1091 10 1092 17 1093 16 1094 10 1095 17 1096 16 1097 10 1098 16 1099 10 1100 16 1101 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 0 10 1102 16 1103 10 1104 16 1105 10 0 10 1106 17 1107 16 1108 10 1109 17 1110 16 1111 10 1112 14 1113 15 1114 14 1115 15 1116 10 0 14 1117 15 1118 14 1119 15 1120 14 1121 15 1122 14 1123 15 1124 14 1125 15 1126 14 1127 15 1128 15 0 14 1129 15 1130 14 1131 15 1132 14 1133 15 1134 14 1135 15 1136 14 1137 15 1138 14 1139 15 1140 10 0 10 0 + + + + + + + + 0 0 0 + -1 0 0 -90 + + 0 0 0 + + 0 1.14153 -0.47274 + + 0 0.02045 0.433884 + -1 0 0 -90 + + -0.347672 0.455863 0.20909 + -1 0.000000 -0.000001 -75.0469 + + 0 0.491671 -0.000000 + 1 0.000003 0.000004 -13.7165 + + 0 0.303413 0 + 1 0 0 -61.3304 + + + + + 0 0.477618 -0.279277 + + -0.541 0.137779 -0.092 + 0 0 -1 -90 + + + 0.540737 0.137779 -0.092356 + 0 0 1 -90 + + + -0.707512 0.361812 -1.0331 + 0.820708 -0.353716 -0.448691 -108.823 + + 0.000000 0.70983 0 + 0.585671 -0.788684 0.186995 -6.00394 + + + + 0.707512 0.361812 -1.0331 + 0.820708 0.353716 0.448691 -108.823 + + 0 0.70983 0 + 0.585671 0.788684 -0.186993 -6.00394 + + + + 0 0.71747 0.041747 + + + + 0.347672 0.456029 0.208985 + -1 -0.000000 0.000001 -75.0223 + + 0 0.491493 0 + 1 -0.000003 -0.000004 -13.6919 + + 0 0.303413 0 + 1 0 0 -61.3304 + + + + + + 0 0.200833 -0.256811 + 1 0 0 -88.1122 + + 0 1.3068 0 + 1 0 0 -1.88784 + + + + 0.35 0.036813 -0.07401 + 1 0 0 -197.737 + + 0 0.490267 0 + -1 0 0 -82.5286 + + 0 0.374306 0 + 1 0 0 -84.1458 + + 0 0.415808 0 + 1 0 0 -70.6454 + + + + + + -0.35 0.036813 -0.07401 + 1 0 0 -197.737 + + 0 0.490267 0 + -1 0 0 -82.5382 + + 0 0.374277 0 + 1 0 0 -84.1771 + + 0 0.41536 0.000000 + 1 0 0 -70.6236 + + + + + + + + + + #Waist-node + + + + + + + + + + + + + + + + + + + + + 0 + 3.33333 + + + + + 30 + + + + + + + +
diff --git a/Assets/MR Assets/PokePark 2/Eevee/Materials/EievuiDh.mat b/Assets/MR Assets/PokePark 2/Eevee/Materials/EievuiDh.mat new file mode 100644 index 0000000..5bffaf4 Binary files /dev/null and b/Assets/MR Assets/PokePark 2/Eevee/Materials/EievuiDh.mat differ diff --git a/Assets/MR Assets/PokePark 2/Eevee/Materials/EievuiEyeDh.mat b/Assets/MR Assets/PokePark 2/Eevee/Materials/EievuiEyeDh.mat new file mode 100644 index 0000000..795d743 Binary files /dev/null and b/Assets/MR Assets/PokePark 2/Eevee/Materials/EievuiEyeDh.mat differ diff --git a/Assets/MR Assets/PokePark 2/Eevee/Materials/EievuiMouthDh.mat b/Assets/MR Assets/PokePark 2/Eevee/Materials/EievuiMouthDh.mat new file mode 100644 index 0000000..a213ce9 Binary files /dev/null and b/Assets/MR Assets/PokePark 2/Eevee/Materials/EievuiMouthDh.mat differ diff --git a/Assets/MR Assets/PokePark 2/Eevee/Tag.txt b/Assets/MR Assets/PokePark 2/Eevee/Tag.txt new file mode 100644 index 0000000..22ae356 --- /dev/null +++ b/Assets/MR Assets/PokePark 2/Eevee/Tag.txt @@ -0,0 +1,6 @@ +Game: PokéPark Wii: Pikachu's Adventure + PokéPark Wii 2: Beyond the World +Subject: Eevee +Copyright: Nintendo, Game Freak +Model Ripper: Random Talking Bush +Hosting Permissions: The Models Resource \ No newline at end of file diff --git a/Assets/MR Assets/PokePark 2/Eevee/images/EievuiDh.png b/Assets/MR Assets/PokePark 2/Eevee/images/EievuiDh.png new file mode 100644 index 0000000..71bfb37 Binary files /dev/null and b/Assets/MR Assets/PokePark 2/Eevee/images/EievuiDh.png differ diff --git a/Assets/MR Assets/PokePark 2/Eevee/images/EievuiEnvNl.png b/Assets/MR Assets/PokePark 2/Eevee/images/EievuiEnvNl.png new file mode 100644 index 0000000..6dd358f Binary files /dev/null and b/Assets/MR Assets/PokePark 2/Eevee/images/EievuiEnvNl.png differ diff --git a/Assets/MR Assets/PokePark 2/Eevee/images/EievuiEyeDh.png b/Assets/MR Assets/PokePark 2/Eevee/images/EievuiEyeDh.png new file mode 100644 index 0000000..588de17 Binary files /dev/null and b/Assets/MR Assets/PokePark 2/Eevee/images/EievuiEyeDh.png differ diff --git a/Assets/MR Assets/PokePark 2/Eevee/images/EievuiMouthDh.png b/Assets/MR Assets/PokePark 2/Eevee/images/EievuiMouthDh.png new file mode 100644 index 0000000..de7d77c Binary files /dev/null and b/Assets/MR Assets/PokePark 2/Eevee/images/EievuiMouthDh.png differ diff --git a/Assets/MR Assets/PokePark 2/Eevee/images/EievuiSpecularDh.png b/Assets/MR Assets/PokePark 2/Eevee/images/EievuiSpecularDh.png new file mode 100644 index 0000000..83de1ae Binary files /dev/null and b/Assets/MR Assets/PokePark 2/Eevee/images/EievuiSpecularDh.png differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Rock Chain.prefab b/Assets/MR Assets/Stone_Pack_1_Obj/Rock Chain.prefab new file mode 100644 index 0000000..56c8b4e Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Rock Chain.prefab differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Materials/Stone_1_LOD1Mat.mat b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Materials/Stone_1_LOD1Mat.mat new file mode 100644 index 0000000..b9a1c32 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Materials/Stone_1_LOD1Mat.mat differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Stone_1_DiffuseMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Stone_1_DiffuseMap.jpg new file mode 100644 index 0000000..f1f112d Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Stone_1_DiffuseMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Stone_1_LOD1NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Stone_1_LOD1NormalsMap.jpg new file mode 100644 index 0000000..8d38007 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Stone_1_LOD1NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Stone_1_LOD2NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Stone_1_LOD2NormalsMap.jpg new file mode 100644 index 0000000..9106a19 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Stone_1_LOD2NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Stone_1_Normamap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Stone_1_Normamap.jpg new file mode 100644 index 0000000..0a1b1de Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_1/Stone_1_Normamap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Materials/Stone_2_LOD1Mat.mat b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Materials/Stone_2_LOD1Mat.mat new file mode 100644 index 0000000..e32e8fc Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Materials/Stone_2_LOD1Mat.mat differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Materials/Stone_2_LOD2Mat.mat b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Materials/Stone_2_LOD2Mat.mat new file mode 100644 index 0000000..335053b Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Materials/Stone_2_LOD2Mat.mat differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Materials/Stone_2_Mat.mat b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Materials/Stone_2_Mat.mat new file mode 100644 index 0000000..52dae35 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Materials/Stone_2_Mat.mat differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Stone_2 NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Stone_2 NormalsMap.jpg new file mode 100644 index 0000000..ddbd30c Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Stone_2 NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Stone_2_DiffuseMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Stone_2_DiffuseMap.jpg new file mode 100644 index 0000000..9081802 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Stone_2_DiffuseMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Stone_2_LOD1NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Stone_2_LOD1NormalsMap.jpg new file mode 100644 index 0000000..7407301 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Stone_2_LOD1NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Stone_2_LOD2NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Stone_2_LOD2NormalsMap.jpg new file mode 100644 index 0000000..98c6ab9 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_2/Stone_2_LOD2NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_3/Materials/Stone_3Mat.mat b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_3/Materials/Stone_3Mat.mat new file mode 100644 index 0000000..1724b3c Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_3/Materials/Stone_3Mat.mat differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_3/Materials/Stone_3_LOD1Mat.mat b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_3/Materials/Stone_3_LOD1Mat.mat new file mode 100644 index 0000000..26405f9 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_3/Materials/Stone_3_LOD1Mat.mat differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_3/Materials/Stone_3_LOD2Mat.mat b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_3/Materials/Stone_3_LOD2Mat.mat new file mode 100644 index 0000000..39c3eea Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_3/Materials/Stone_3_LOD2Mat.mat differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Materials/Stone_4Mat.mat b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Materials/Stone_4Mat.mat new file mode 100644 index 0000000..619a85e Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Materials/Stone_4Mat.mat differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Materials/Stone_4_LOD1Mat.mat b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Materials/Stone_4_LOD1Mat.mat new file mode 100644 index 0000000..da81d7b Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Materials/Stone_4_LOD1Mat.mat differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Materials/Stone_4_LOD2Mat.mat b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Materials/Stone_4_LOD2Mat.mat new file mode 100644 index 0000000..b1d8cd4 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Materials/Stone_4_LOD2Mat.mat differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_3NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_3NormalsMap.jpg new file mode 100644 index 0000000..c304750 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_3NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_3_DiffuseMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_3_DiffuseMap.jpg new file mode 100644 index 0000000..ccf5e4e Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_3_DiffuseMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_3_LOD1NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_3_LOD1NormalsMap.jpg new file mode 100644 index 0000000..a29e673 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_3_LOD1NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_3_LOD2NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_3_LOD2NormalsMap.jpg new file mode 100644 index 0000000..5be6fe5 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_3_LOD2NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_4NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_4NormalsMap.jpg new file mode 100644 index 0000000..e94ee46 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_4NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_4_DiffuseMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_4_DiffuseMap.jpg new file mode 100644 index 0000000..cf9fcf8 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_4_DiffuseMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_4_LOD1NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_4_LOD1NormalsMap.jpg new file mode 100644 index 0000000..d1566da Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_4_LOD1NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_4_LOD2NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_4_LOD2NormalsMap.jpg new file mode 100644 index 0000000..30dfb9d Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_4/Stone_4_LOD2NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Materials/Stone_5Mat.mat b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Materials/Stone_5Mat.mat new file mode 100644 index 0000000..083e904 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Materials/Stone_5Mat.mat differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Materials/Stone_5_LOD1Mat.mat b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Materials/Stone_5_LOD1Mat.mat new file mode 100644 index 0000000..afed084 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Materials/Stone_5_LOD1Mat.mat differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Materials/Stone_5_LOD2Mat.mat b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Materials/Stone_5_LOD2Mat.mat new file mode 100644 index 0000000..227fcea Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Materials/Stone_5_LOD2Mat.mat differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Stone_5NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Stone_5NormalsMap.jpg new file mode 100644 index 0000000..bc1ea37 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Stone_5NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Stone_5_DiffuseMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Stone_5_DiffuseMap.jpg new file mode 100644 index 0000000..515562c Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Stone_5_DiffuseMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Stone_5_LOD1NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Stone_5_LOD1NormalsMap.jpg new file mode 100644 index 0000000..114de2d Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Stone_5_LOD1NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Stone_5_LOD2NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Stone_5_LOD2NormalsMap.jpg new file mode 100644 index 0000000..a6c8703 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Stone Pack1_Stone_5/Stone_5_LOD2NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Stone_Pack_1.txt b/Assets/MR Assets/Stone_Pack_1_Obj/Stone_Pack_1.txt new file mode 100644 index 0000000..b55096b --- /dev/null +++ b/Assets/MR Assets/Stone_Pack_1_Obj/Stone_Pack_1.txt @@ -0,0 +1,83 @@ +Low poly Stones for Games. +After you place some stones, rotate them until they dont look too dark or too bright with your scene lightning. + +There is also a similar terrain texture (It looks better when not tiled too much). + +It was originally made for old game engine Reality Factory,for making games with no programming. +RF had a big success iin its days. + +If anyone is interested,a new open source Reality Factory,the RF2 is on now in develpment,but there is only one developer whith little time to spare +on the project and progress, +So,if any programmer is interested to help developing this wonderful Game engine that will make game developing easy to anyone, +can get the code from there and start working + +http://sourceforge.net/projects/realityfactory2/ + +visit the RF2 forum for details, Developer is User: Paradoxnj + +http://www.realityfactory.info/forum/viewforum.php?f=13&sid=81bfd95d4cde8bf3e497c16f94b714d3 + +http://veleran.cgsociety.org/gallery/ + +Stone_1 +Faces: 1584 +Points: 794 + +Stone_1_LOD1 +Faces: 396 +Points: 200 + +Stone_1_LOD2 +Faces: 88 +Points: 46 +------------- + +Stone_2 +Faces: 396 +Points: 200 +Export all Lod levels,and the game engine will render each one according the rendering distance. + +Stone_2_LOD1 +Faces: 88 +Points: 46 + +Stone_2_LOD2 +Faces: 44 +Points: 46 +-------- +Stone_3 +Faces: 396 +Points: 200 + +Stone_3_LOD1 +Faces: 88 +Points: 46 + +Stone_3_LOD2 +Faces: 32 +Points: 18 +-------------- +Stone_4 +Faces: 396 +Points: 200 + +Stone_4_LOD1 +Faces: 88 +Points: 46 + +Stone_4_LOD2 +Faces: 18 +Points: 11 +------------------ +Stone_5 +Faces: 6336 +Points: 3170 + +Stone_5_LOD1 +Faces: 1584 +Points: 794 + +Stone_5_LOD2 +Faces: 396 +Points: 200 +------------------ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Grass0097_4_S.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Grass0097_4_S.jpg new file mode 100644 index 0000000..e00d7d3 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Grass0097_4_S.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Grass0097_5_S.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Grass0097_5_S.jpg new file mode 100644 index 0000000..e8446b9 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Grass0097_5_S.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Materials/Terrain_texture_exampleMat.mat b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Materials/Terrain_texture_exampleMat.mat new file mode 100644 index 0000000..f19496a Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Materials/Terrain_texture_exampleMat.mat differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack1_Texture_1_Mask.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack1_Texture_1_Mask.jpg new file mode 100644 index 0000000..57e761f Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack1_Texture_1_Mask.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack1_Texture_1_NormalsMap.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack1_Texture_1_NormalsMap.jpg new file mode 100644 index 0000000..a54589d Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack1_Texture_1_NormalsMap.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack1_Texture_2_Mask.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack1_Texture_2_Mask.jpg new file mode 100644 index 0000000..53ca4f5 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack1_Texture_2_Mask.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack1_Texture_2_Normal.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack1_Texture_2_Normal.jpg new file mode 100644 index 0000000..bb39956 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack1_Texture_2_Normal.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack_1 texture_1_diffuse1.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack_1 texture_1_diffuse1.jpg new file mode 100644 index 0000000..0c0f20d Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack_1 texture_1_diffuse1.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack_1 texture_2_diffuse1.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack_1 texture_2_diffuse1.jpg new file mode 100644 index 0000000..969b48d Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack_1 texture_2_diffuse1.jpg differ diff --git a/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack_1 texture_Example_Terrain_mask.jpg b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack_1 texture_Example_Terrain_mask.jpg new file mode 100644 index 0000000..f5e5617 Binary files /dev/null and b/Assets/MR Assets/Stone_Pack_1_Obj/Terrain Texture example/Stonepack_1 texture_Example_Terrain_mask.jpg differ diff --git a/Assets/MR Assets/Synth_4500000_ambience_4690000_AMB_PAM_CL_4631_007_ssh02_aif.wav b/Assets/MR Assets/Synth_4500000_ambience_4690000_AMB_PAM_CL_4631_007_ssh02_aif.wav new file mode 100644 index 0000000..d77c225 Binary files /dev/null and b/Assets/MR Assets/Synth_4500000_ambience_4690000_AMB_PAM_CL_4631_007_ssh02_aif.wav differ diff --git a/Assets/MR Assets/Synth_4500000_ambience_4690000_AMB_PAM_CL_4631_007_ssh03_aif.wav b/Assets/MR Assets/Synth_4500000_ambience_4690000_AMB_PAM_CL_4631_007_ssh03_aif.wav new file mode 100644 index 0000000..88ca89f Binary files /dev/null and b/Assets/MR Assets/Synth_4500000_ambience_4690000_AMB_PAM_CL_4631_007_ssh03_aif.wav differ diff --git a/Assets/MR Assets/TARDIS/79797c43.png b/Assets/MR Assets/TARDIS/79797c43.png new file mode 100644 index 0000000..600f2ba Binary files /dev/null and b/Assets/MR Assets/TARDIS/79797c43.png differ diff --git a/Assets/MR Assets/TARDIS/8ca4ee08.png b/Assets/MR Assets/TARDIS/8ca4ee08.png new file mode 100644 index 0000000..ab82d89 Binary files /dev/null and b/Assets/MR Assets/TARDIS/8ca4ee08.png differ diff --git a/Assets/MR Assets/TARDIS/8d89a493.png b/Assets/MR Assets/TARDIS/8d89a493.png new file mode 100644 index 0000000..a6a0494 Binary files /dev/null and b/Assets/MR Assets/TARDIS/8d89a493.png differ diff --git a/Assets/MR Assets/TARDIS/Materials/79797c43.mat b/Assets/MR Assets/TARDIS/Materials/79797c43.mat new file mode 100644 index 0000000..c7f62f2 Binary files /dev/null and b/Assets/MR Assets/TARDIS/Materials/79797c43.mat differ diff --git a/Assets/MR Assets/TARDIS/Materials/8ca4ee08.mat b/Assets/MR Assets/TARDIS/Materials/8ca4ee08.mat new file mode 100644 index 0000000..e2f0ad1 Binary files /dev/null and b/Assets/MR Assets/TARDIS/Materials/8ca4ee08.mat differ diff --git a/Assets/MR Assets/TARDIS/Materials/8d89a493.mat b/Assets/MR Assets/TARDIS/Materials/8d89a493.mat new file mode 100644 index 0000000..55ae53d Binary files /dev/null and b/Assets/MR Assets/TARDIS/Materials/8d89a493.mat differ diff --git a/Assets/MR Assets/TARDIS/Materials/Mat.mat b/Assets/MR Assets/TARDIS/Materials/Mat.mat new file mode 100644 index 0000000..a84716e Binary files /dev/null and b/Assets/MR Assets/TARDIS/Materials/Mat.mat differ diff --git a/Assets/MR Assets/TARDIS/Materials/No Name.mat b/Assets/MR Assets/TARDIS/Materials/No Name.mat new file mode 100644 index 0000000..c22e835 Binary files /dev/null and b/Assets/MR Assets/TARDIS/Materials/No Name.mat differ diff --git a/Assets/MR Assets/TARDIS/Materials/c6ec23a4.mat b/Assets/MR Assets/TARDIS/Materials/c6ec23a4.mat new file mode 100644 index 0000000..707a463 Binary files /dev/null and b/Assets/MR Assets/TARDIS/Materials/c6ec23a4.mat differ diff --git a/Assets/MR Assets/TARDIS/Materials/d9c2a958_dds.mat b/Assets/MR Assets/TARDIS/Materials/d9c2a958_dds.mat new file mode 100644 index 0000000..4963159 Binary files /dev/null and b/Assets/MR Assets/TARDIS/Materials/d9c2a958_dds.mat differ diff --git a/Assets/MR Assets/TARDIS/TARDIS.dae b/Assets/MR Assets/TARDIS/TARDIS.dae new file mode 100644 index 0000000..bdcedb6 --- /dev/null +++ b/Assets/MR Assets/TARDIS/TARDIS.dae @@ -0,0 +1,1003 @@ + + + + + CINEMA4D 11.514 COLLADA Exporter + + 2011-10-30T20:35:11Z + 2011-10-30T20:35:11Z + + Y_UP + + + + 8d89a493.png + + + 8d89a493.png + + + 8ca4ee08.png + + + 8ca4ee08.png + + + 79797c43.png + + + + + + + + + 0.8 0.8 0.8 1 + + + 0.2 0.2 0.2 1 + + + 0.5 + + + + + + + + + + ID5 + + + + + ID6 + + + + + ID8 + + + + + ID9 + + + + + + + + + + + + 1 + + + 1.3 + + + + + + + + + + + 0.8 0.8 0.8 1 + + + + + + + + + + ID15 + + + + + ID16 + + + + + + + + + + + + + + + + ID20 + + + + + ID21 + + + + + + + + + + + + + + + + ID25 + + + + + ID26 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -0.681454 5.44401e-05 -0.000355925 -0.680473 -1.97298 -0.000104084 0.487779 7.35016e-05 9.02588e-06 0.48818 -1.97296 -0.000562774 1.81406 0.000496715 0.00066006 1.81308 1.97353 0.000409912 0.487374 1.97311 0.00057589 1.81447 -1.97354 8.74739e-05 -1.81447 1.97317 -0.000339243 -1.81348 0.000128669 -8.91905e-05 -0.681855 1.97309 0.000215899 -1.81308 -1.97291 -0.00066006 + + + + + + + + + + -0.000287372 -0.000229567 1 -0.000136834 -1.16147e-05 1 -0.000189008 -8.12257e-05 1 -4.89517e-05 -0.000289817 1 -0.000224502 -0.00014931 1 0.000125159 0.000126846 1 -0.000285467 -0.00015024 1 -0.000490592 -0.000290034 1 0.00023562 -8.12179e-05 1 -0.000127265 -8.15333e-05 1 -0.000370057 -0.000289057 1 -0.000127633 -8.09455e-05 1 + + + + + + + + + + 0.6663 0.4994 0.3355 0.0043 0.3355 0.4992 0.6661 0.0043 0.6663 0.9961 0.9892 0.9961 0.9892 0.4997 0.9892 0.0043 0.0086 0.499 0.0086 0.9961 0.3355 0.9961 0.0086 0.0043 + + + + + + + + + + + + + + +

0 2 2 1 1 1 2 0 0 1 1 1 3 3 3 2 0 0 4 6 6 5 5 5 6 4 4 2 0 0 4 6 6 6 4 4 7 7 7 4 6 6 2 0 0 3 3 3 7 7 7 2 0 0 8 9 9 9 8 8 0 2 2 10 10 10 8 9 9 0 2 2 11 11 11 1 1 1 0 2 2 9 8 8 11 11 11 0 2 2 10 10 10 0 2 2 2 0 0 6 4 4 10 10 10 2 0 0

+
+
+
+ + + + -1.18818 -0.000212218 -6.6433 -1.18778 -1.97325 -6.64387 -2.3208 -0.000135544 -6.64386 -2.32039 -1.97317 -6.64442 -0.627342 0.000527888 6.64421 -0.627747 1.97356 6.64478 -1.95403 1.97314 6.64413 -1.95304 0.000101514 6.64438 6.59273 -1.97369 0.824101 6.59314 0.000345497 0.824094 6.62892 -0.000195288 2.16379 6.6299 -1.97323 2.16404 -4.25529 1.97319 6.64403 -4.25489 0.000159833 6.64347 -3.12228 8.24145e-05 6.64402 -3.12268 1.97312 6.64459 -4.25448 -1.97387 6.64289 -3.12187 -1.97295 6.64346 6.69176 1.97376 4.4894 6.69216 -0.000279523 4.48883 6.66105 0.000161324 3.34433 6.66064 1.9732 3.3449 6.69315 -1.97332 4.48908 6.66203 -1.97288 3.34458 6.62851 1.97384 2.16437 -6.4556 -0.000375746 4.68635 -6.456 1.97366 4.68692 -6.49259 1.97319 3.34779 -6.49219 0.000159652 3.34723 -0.626358 -1.97351 6.64446 -1.95264 -1.97293 6.64381 -6.55584 1.97328 1.02276 -6.55543 0.000243878 1.02219 -6.52432 -0.000196973 2.16669 -6.52473 1.97384 2.16726 -6.55503 -1.97379 1.02162 -6.52391 -1.97323 2.16612 6.45501 0.000309758 -4.67302 6.45461 1.97334 -4.67246 6.4912 1.97381 -3.33333 6.49161 -0.000225612 -3.3339 0.627162 -1.97363 -6.63146 0.626759 0.000406367 -6.63089 1.95304 -0.000170652 -6.63024 1.95344 -1.97321 -6.63081 6.55445 1.97372 -1.0083 6.55485 -0.000309828 -1.00887 6.52374 0.000131014 -2.15337 6.52333 1.97317 -2.1528 6.55526 -1.97334 -1.00944 6.52472 -1.97291 -2.15312 4.2539 1.97381 -6.62957 4.25431 -0.000225052 -6.63014 3.12088 -0.000153784 -6.63012 3.12129 1.97389 -6.63012 4.25471 -1.97326 -6.63071 3.12128 -1.97319 -6.63068 1.95206 1.97387 -6.63048 6.49259 -1.97326 -3.33366 6.59274 1.97338 0.824665 6.45542 -1.97372 -4.6736 -6.69315 1.97325 -4.47494 -6.69274 0.00021355 -4.4755 -6.66162 -0.000227299 -3.33101 -6.66204 1.97381 -3.33044 -6.69234 -1.97382 -4.47608 -6.66122 -1.97326 -3.33157 -6.6295 0.000129325 -2.15047 -6.6299 1.97316 -2.1499 -6.62909 -1.9739 -2.15104 -6.49179 -1.97387 3.34665 -6.59372 -0.000411445 -0.810773 -6.59413 1.97362 -0.810201 -6.45462 -1.97341 4.6866 -2.32178 1.9739 -6.64411 -3.49003 -0.000154658 -6.64421 -3.49044 1.97388 -6.64365 -3.48962 -1.97319 -6.64478 0.626353 1.97344 -6.63032 -4.81532 -1.97362 -6.64462 -4.81573 0.000419159 -6.64404 -4.81671 1.97346 -6.64429 -6.59332 -1.97345 -0.811339 -1.18917 1.97382 -6.64355 + + + + + + + + + + 0.000429212 8.08708e-05 -1 0.000490408 0.000287019 -1 0.000495782 8.29559e-05 -1 0.00036482 0.000285189 -1 9.08437e-06 -1.12904e-05 1 -0.00049117 -0.000287793 1 -8.01111e-05 -1.21291e-05 1 -0.000108623 -0.000110043 1 0.999632 0.000273622 -0.0271354 0.999644 7.26473e-05 -0.0266964 0.99963 0.000142407 -0.0272141 0.999623 0.000492795 -0.0274686 -0.000431606 -0.000287756 1 -0.000491756 -0.000288493 1 -0.000493776 -0.00028586 1 -0.000136054 -0.000148991 1 -0.000370544 -0.000287511 1 -0.00049567 -0.00029004 1 0.99963 0.000353929 -0.0271855 0.999631 0.00035391 -0.0271771 0.999631 0.000213038 -0.0271765 0.99963 0.000213448 -0.0271955 0.99963 0.000494409 -0.0271956 0.999631 0.000494808 -0.0271764 0.999639 0.000213625 -0.026866 -0.999628 -0.000212423 0.0272797 -0.999627 -0.000213441 0.0273141 -0.999627 -0.000306353 0.0273155 -0.999627 -0.00025263 0.0273121 -0.000180683 -8.12537e-05 1 -0.00039673 -0.000287 1 -0.99963 -0.000213298 0.0271857 -0.999631 -0.000213038 0.0271772 -0.999631 -0.000213431 0.0271759 -0.99963 -0.000213429 0.027196 -0.99963 -0.000212421 0.0271947 -0.999631 -0.000213032 0.0271765 0.999628 0.000213714 -0.0272795 0.999627 0.000212703 -0.0273164 0.999627 0.000213983 -0.0273179 0.999627 0.000333424 -0.0273108 0.000298936 0.000129128 -1 0.000287982 0.000150628 -1 0.000491277 0.000289266 -1 0.00029923 0.000290073 -1 0.999633 0.000306848 -0.0271044 0.999631 0.000212647 -0.0271785 0.999631 0.000213033 -0.0271779 0.99963 0.000213178 -0.0271939 0.999634 0.000493942 -0.0270328 0.999637 0.000353578 -0.0269343 0.000105851 0.000190592 -1 -1.74832e-05 0.000288002 -1 0.000235779 0.000143721 -1 0.000299212 -4.25028e-05 -1 6.29563e-05 0.000286932 -1 -1.88296e-05 0.000286142 -1 0.000226466 1.30564e-05 -1 0.999623 0.000491326 -0.0274664 0.999644 0.000211043 -0.0266926 0.999621 0.00035315 -0.027522 -0.99963 -0.000213286 0.0271859 -0.999631 -0.000212303 0.0271785 -0.999631 -0.000213774 0.0271752 -0.99963 -0.000214408 0.0271959 -0.99963 -0.000212662 0.0271968 -0.999631 -0.000212302 0.0271778 -0.999636 -0.000213143 0.0269873 -0.999639 -0.000212309 0.0268662 -0.999637 -0.000214121 0.0269506 -0.999623 -0.000212014 0.0274672 -0.999644 -0.000213265 0.0266926 -0.999644 -0.000212518 0.0266941 -0.999621 -0.000352888 0.0275235 1.90659e-05 0.000228548 -1 0.000134304 1.29884e-05 -1 -1.13674e-05 0.000149207 -1 9.12156e-05 0.000287711 -1 -0.000120947 0.000287668 -1 7.71434e-05 0.000149999 -1 -0.000127169 0.000288753 -1 0.000489003 -0.000127362 -1 -0.999644 -0.00021329 0.0266937 0.000495768 -0.000124201 -1 + + + + + + + + + + 0.3355 0.4992 0.0086 0.0043 0.0086 0.499 0.3355 0.0043 0.6663 0.9961 0.9892 0.9961 0.9892 0.4997 0.6663 0.4994 0.9892 0.0043 0.6661 0.0043 0.0086 0.9961 0.3355 0.9961 + + + + + + + + + + + + + + +

0 2 2 1 1 1 2 0 0 1 1 1 3 3 3 2 0 0 4 6 6 5 5 5 6 4 4 7 7 7 4 6 6 6 4 4 8 10 8 9 9 6 10 8 7 11 11 9 8 10 8 10 8 7 12 14 10 13 13 2 14 12 0 15 15 11 12 14 10 14 12 0 16 17 1 17 16 3 14 12 0 13 13 2 16 17 1 14 12 0 18 20 10 19 19 2 20 18 0 21 21 11 18 20 10 20 18 0 22 23 1 23 22 3 20 18 0 19 19 2 22 23 1 20 18 0 21 21 11 20 18 0 10 8 7 24 24 4 21 21 11 10 8 7 23 22 3 11 11 9 10 8 7 20 18 0 23 22 3 10 8 7 25 27 6 26 26 5 27 25 4 28 28 7 25 27 6 27 25 4 29 29 8 4 6 6 7 7 7 30 30 9 29 29 8 7 7 7 31 33 10 32 32 2 33 31 0 34 34 11 31 33 10 33 31 0 35 36 1 36 35 3 33 31 0 32 32 2 35 36 1 33 31 0 15 15 11 14 12 0 7 7 7 6 4 4 15 15 11 7 7 7 17 16 3 30 30 9 7 7 7 14 12 0 17 16 3 7 7 7 37 39 6 38 38 5 39 37 4 40 40 7 37 39 6 39 37 4 41 43 8 42 42 6 43 41 7 44 44 9 41 43 8 43 41 7 45 47 10 46 46 2 47 45 0 48 48 11 45 47 10 47 45 0 49 50 1 50 49 3 47 45 0 46 46 2 49 50 1 47 45 0 51 53 10 52 52 2 53 51 0 54 54 11 51 53 10 53 51 0 55 56 1 56 55 3 53 51 0 52 52 2 55 56 1 53 51 0 54 54 11 53 51 0 43 41 7 57 57 4 54 54 11 43 41 7 56 55 3 44 44 9 43 41 7 53 51 0 56 55 3 43 41 7 48 48 11 47 45 0 40 40 7 39 37 4 48 48 11 40 40 7 50 49 3 58 58 9 40 40 7 47 45 0 50 49 3 40 40 7 9 9 6 59 59 5 24 24 4 10 8 7 9 9 6 24 24 4 60 60 8 37 39 6 40 40 7 58 58 9 60 60 8 40 40 7 61 63 10 62 62 2 63 61 0 64 64 11 61 63 10 63 61 0 65 66 1 66 65 3 63 61 0 62 62 2 65 66 1 63 61 0 64 64 11 63 61 0 67 67 7 68 68 4 64 64 11 67 67 7 66 65 3 69 69 9 67 67 7 63 61 0 66 65 3 67 67 7 34 34 11 33 31 0 28 28 7 27 25 4 34 34 11 28 28 7 36 35 3 70 70 9 28 28 7 33 31 0 36 35 3 28 28 7 71 72 6 72 71 5 68 68 4 67 67 7 71 72 6 68 68 4 73 73 8 25 27 6 28 28 7 70 70 9 73 73 8 28 28 7 74 75 11 2 0 0 75 74 7 76 76 4 74 75 11 75 74 7 3 3 3 77 77 9 75 74 7 2 0 0 3 3 3 75 74 7 42 42 6 78 78 5 57 57 4 43 41 7 42 42 6 57 57 4 79 80 8 80 79 6 75 74 7 77 77 9 79 80 8 75 74 7 80 79 6 81 81 5 76 76 4 75 74 7 80 79 6 76 76 4 82 82 8 71 72 6 67 67 7 69 69 9 82 82 8 67 67 7 83 83 10 0 2 2 2 0 0 74 75 11 83 83 10 2 0 0

+
+
+
+ + + + -0.385224 0.0811816 0.708714 0.0221262 0.0816086 0.818493 -0.356305 0.221561 0.655691 0.0208546 0.221955 0.757442 0.424683 0.0812756 0.708649 0.392571 0.221495 0.655961 -0.638236 0.221411 0.378675 -0.690544 0.0810991 0.409048 -0.749329 0.221279 0.000292009 -0.81 0.0811232 -0.000178455 0.712584 0.0807243 0.409201 0.659455 0.221764 0.37875 0.810391 0.0813051 0.000511192 0.749239 0.221152 0.00025335 0.690938 0.0813292 -0.40871 0.638145 0.221021 -0.378136 0.385618 0.0812483 -0.708375 0.356787 0.221867 -0.654328 -0.65873 0.221674 -0.378778 -0.712183 0.0807046 -0.408864 -0.392664 0.221938 -0.65541 -0.42429 0.0811542 -0.708311 0.712761 -0.0812807 0.409668 0.424865 -0.0807308 0.709121 0.809993 -0.0806966 0.00016663 0.392662 -0.221511 0.65541 0.0209451 -0.221049 0.756891 0.0223115 -0.0813973 0.818958 0.659542 -0.221242 0.378194 -0.385622 -0.0808202 0.708368 -0.356215 -0.221444 0.65514 -0.690364 -0.0809058 0.409521 -0.638146 -0.221594 0.378124 -0.0217305 0.0808212 -0.818148 -0.0221288 -0.0811821 -0.818493 0.385797 -0.0807582 -0.707902 -0.0203715 0.221473 -0.75608 0.35688 -0.221137 -0.654881 0.638233 -0.220984 -0.378682 0.690541 -0.0806741 -0.409055 -0.0202809 -0.221532 -0.756631 0.749328 -0.221854 -0.00030455 -0.424108 -0.0808507 -0.707839 -0.80982 -0.0808832 0.000293852 -0.749239 -0.221725 -0.000259143 -0.712582 -0.0812972 -0.409208 -0.658876 -0.22134 -0.377935 -0.391996 -0.221072 -0.655151 -0.380907 -0.457775 0.701118 -0.336696 -0.522196 0.619326 0.0206089 -0.522821 0.715523 0.0225036 -0.458345 0.808785 -0.682521 -0.457866 0.404962 -0.603225 -0.522391 0.357138 -0.801299 -0.457867 0.00015347 -0.707898 -0.522625 -6.46464e-05 -0.704772 -0.458308 -0.405165 -0.62308 -0.522367 -0.357884 -0.419564 -0.457883 -0.701484 -0.371027 -0.522225 -0.619695 -0.343252 -0.43328 0.631664 0.0202059 -0.4329 0.729641 0.420398 -0.457704 0.701021 0.378423 -0.433416 0.631586 0.371376 -0.522364 0.619076 0.623431 -0.522222 0.357264 0.70561 -0.458279 0.404695 -0.721729 -0.433662 0.000269094 -0.614643 -0.43346 0.364341 -0.377716 -0.433172 -0.63177 -0.634904 -0.433355 -0.365097 0.635611 -0.433232 0.364913 0.708249 -0.521964 -0.000556005 0.801314 -0.457726 -3.73366e-05 0.603577 -0.522199 -0.35776 0.682537 -0.457725 -0.404846 0.337046 -0.522394 -0.619946 0.380925 -0.457818 -0.701004 -0.0196756 -0.522772 -0.715334 -0.0216676 -0.458241 -0.809254 0.722436 -0.432927 -0.000453153 0.343959 -0.433307 -0.631848 0.615351 -0.433128 -0.364526 -0.0203159 -0.433693 -0.729247 0.816293 -0.359682 -0.000467493 0.695921 -0.359644 -0.412718 0.388051 -0.359723 -0.714249 0.718582 -0.359285 0.411829 0.427999 -0.359759 0.7144 0.626516 -0.332055 -0.372041 0.350023 -0.332226 -0.643103 0.735771 -0.331894 0.00029157 -0.0226678 -0.360151 -0.825323 -0.427672 -0.359833 -0.713747 -0.020166 -0.331608 -0.743654 -0.38525 -0.332125 -0.643201 0.647182 -0.332239 0.371813 0.023232 -0.359432 0.824582 0.0205843 -0.331975 0.743233 0.385672 -0.33146 0.642777 -0.349842 -0.332367 0.644065 -0.388299 -0.359866 0.714091 -0.695356 -0.359938 0.411977 -0.815726 -0.3599 -0.000275181 -0.718017 -0.359299 -0.41256 -0.647574 -0.332349 -0.371664 -0.734773 -0.331693 0.000103466 -0.626094 -0.331528 0.371617 0.37771 0.433598 0.631765 0.419561 0.45831 0.701477 0.0222412 0.458665 0.810065 0.0194945 0.433113 0.729807 -0.380928 0.458245 0.700997 -0.343962 0.433732 0.631841 0.634906 0.432782 0.36509 0.704775 0.457735 0.405158 0.722305 0.433085 0.000536141 0.800474 0.458288 0.000414062 -0.337051 0.522821 0.61994 0.0188624 0.522193 0.715904 0.371021 0.522651 0.61969 -0.682542 0.458152 0.40484 -0.615355 0.433554 0.364519 0.62308 0.522795 0.357883 -0.603581 0.522625 0.357753 -0.708252 0.52239 0.000549163 -0.801317 0.458151 3.72412e-05 -0.721621 0.433359 -0.000125394 -0.704216 0.457708 -0.404469 -0.635037 0.433656 -0.364102 -0.419823 0.458127 -0.700211 -0.378424 0.432841 -0.631599 0.708479 0.522049 0.000873982 0.683097 0.458289 -0.404145 0.603225 0.522817 -0.35714 0.381482 0.458198 -0.700308 0.343827 0.433705 -0.630854 0.615223 0.432883 -0.363531 0.336694 0.522621 -0.619326 -0.0216842 0.457778 -0.809371 -0.0192158 0.522249 -0.715297 -0.0196287 0.433325 -0.728825 -0.371379 0.522791 -0.619083 -0.623436 0.522648 -0.35727 0.385828 0.331547 0.644005 0.42743 0.360251 0.715135 0.0226642 0.359576 0.825312 0.0201646 0.332035 0.743653 -0.388873 0.360144 0.714822 -0.350024 0.331651 0.643091 0.646756 0.331769 0.37223 0.718012 0.359724 0.412554 0.735352 0.332115 0.000711568 0.816307 0.359324 0.00108454 -0.695924 0.360071 0.412711 -0.626517 0.331482 0.372028 -0.816296 0.360108 0.000460651 -0.735199 0.332317 0.000520246 -0.717767 0.359715 -0.412409 -0.646604 0.331663 -0.371009 -0.427424 0.360183 -0.71359 -0.38486 0.331892 -0.643361 0.626669 0.331952 -0.370807 0.695356 0.359365 -0.411982 0.350416 0.331791 -0.643266 0.38888 0.359289 -0.713282 -0.0200093 0.331399 -0.742427 -0.0218415 0.359861 -0.82435 -0.831006 -0.250939 -6.50608e-05 -0.708457 -0.251018 0.420449 -0.731284 -0.251289 -0.419904 -0.435567 -0.251773 -0.727348 -0.395726 -0.250956 0.727116 0.0233586 -0.251515 0.839613 0.436386 -0.251808 0.727254 0.732103 -0.251293 0.419821 0.831824 -0.251642 -1.61448e-05 0.708462 -0.251568 -0.419954 0.395967 -0.251621 -0.728015 -0.0231143 -0.251062 -0.840507 -0.831824 0.251069 1.03751e-05 -0.731293 0.251723 -0.420405 -0.708463 0.250995 0.419942 -0.434994 0.251236 -0.727026 -0.395969 0.251047 0.728004 0.0231118 0.251489 0.840507 0.435562 0.251199 0.72733 0.731858 0.251712 0.420715 0.831578 0.251362 0.000876876 0.709032 0.251441 -0.419639 0.395721 0.251383 -0.727122 -0.0233609 0.250941 -0.839625 + + + + + + + + + + -0.385817 0.39427 0.834084 0.00490932 0.205511 0.978642 -0.483784 0.202353 0.851473 0.0839161 0.398362 0.913382 0.502687 0.207533 0.839187 0.538 0.400487 0.741732 -0.744651 0.393674 0.538995 -0.838347 0.202464 0.506144 -0.912348 0.395927 0.104227 -0.978797 0.202955 0.0276872 0.860635 0.205125 0.466081 0.841199 0.398776 0.365188 0.978731 0.203236 -0.02793 0.910663 0.399677 -0.104645 0.838016 0.203932 -0.506104 0.743222 0.397624 -0.538067 0.483474 0.203943 -0.85127 0.384695 0.398594 -0.832546 -0.841379 0.398136 -0.365472 -0.860626 0.205419 -0.465968 -0.537687 0.399452 -0.742517 -0.50206 0.205854 -0.839976 0.813219 -0.205412 0.5445 0.420249 -0.206361 0.883632 0.977329 -0.202667 0.0612658 0.53635 -0.40531 0.740306 0.000766844 -0.404183 0.914678 -0.0543182 -0.165376 0.984734 0.840897 -0.400596 0.36389 -0.489585 -0.204264 0.847693 -0.523655 -0.395899 0.754354 -0.841872 -0.202981 0.50005 -0.826171 -0.394722 0.40204 -0.00554147 0.206861 -0.978355 0.0866706 -0.204638 -0.974993 0.558925 -0.202071 -0.804221 -0.0829218 0.401092 -0.912277 0.385983 -0.395466 -0.833441 0.744303 -0.393676 -0.539474 0.880609 -0.201734 -0.428755 -0.0845397 -0.401294 -0.91204 0.912962 -0.394369 -0.104751 -0.460843 -0.23718 -0.855201 -0.979045 -0.202504 0.0215041 -0.916336 -0.39632 -0.0570866 -0.856844 -0.205831 -0.472706 -0.759316 -0.403469 -0.510541 -0.466993 -0.402748 -0.787218 -0.0501396 -0.822129 0.567089 -0.326815 -0.820467 0.469069 -0.240152 -0.820489 0.518772 0.0521455 -0.823143 0.565435 -0.464442 -0.81933 0.336144 -0.515611 -0.81917 0.251211 -0.568158 -0.820267 0.0660164 -0.568654 -0.821854 -0.0344782 -0.518547 -0.825142 -0.224165 -0.467546 -0.826554 -0.313383 -0.328986 -0.827473 -0.455034 -0.241657 -0.826307 -0.508743 -0.0268904 0.952829 0.302313 -0.169139 0.954972 0.243764 -0.125977 0.953423 0.274069 0.0255284 0.953724 0.299599 0.125216 0.95602 0.26523 0.171755 0.9567 0.234999 0.242727 -0.825504 0.509536 0.328697 -0.82787 0.454521 0.466257 -0.827749 0.312147 0.51632 -0.826991 0.222484 0.24524 0.955568 0.163547 -0.265558 0.955383 0.129313 -0.293741 0.955707 -0.0184457 -0.291397 0.955993 0.0341454 -0.240773 0.954873 0.173912 -0.245698 0.95537 -0.164016 -0.124781 0.956381 -0.264132 -0.172012 0.956096 -0.237259 -0.270123 0.955644 -0.117381 0.273478 0.954464 0.119199 0.56677 -0.823185 0.0337407 0.567719 -0.820544 -0.0663457 0.299993 0.953757 0.0187618 0.516904 -0.818278 -0.251459 0.467065 -0.817167 -0.337768 0.328764 -0.817868 -0.472236 0.241249 -0.818982 -0.520641 0.0507608 -0.822076 -0.56711 -0.051176 -0.824385 -0.563711 0.298755 0.953703 -0.0345952 0.271049 0.953441 -0.132224 0.0260508 0.95537 -0.29426 0.170979 0.953998 -0.246279 0.124678 0.954529 -0.270794 0.243587 0.95364 -0.176739 -0.0262487 0.955815 -0.292795 0.55639 -0.785752 -0.27023 0.61571 -0.787066 0.0377849 0.613043 -0.786901 -0.07047 0.501988 -0.784968 -0.363088 0.353549 -0.785175 -0.508433 0.25984 -0.786364 -0.56046 0.563992 -0.789039 0.243577 0.509366 -0.790599 0.339853 0.357966 -0.792684 0.49347 0.260701 -0.793297 0.550196 0.185081 0.945822 -0.26677 0.293539 0.945167 -0.14316 0.263414 0.945478 -0.191534 0.137346 0.944817 -0.297416 0.324226 0.945262 -0.0368285 0.323219 0.946124 0.0194654 0.0293347 0.944703 -0.326613 0.0549365 -0.790933 -0.609431 -0.0560434 -0.792802 -0.606897 -0.261649 -0.793871 -0.548916 -0.358075 -0.79273 -0.493317 -0.028881 0.944899 -0.326084 -0.138367 0.946389 -0.291894 -0.186241 0.948139 -0.257578 0.293013 0.947826 0.125573 0.264056 0.948195 0.176635 0.0552054 -0.790766 0.609624 0.138162 0.946854 0.290479 -0.0293171 0.946673 0.320858 0.0290538 0.946793 0.32053 0.187292 0.947465 0.259292 -0.136826 0.945445 0.295656 -0.188647 0.944075 0.270433 -0.0544077 -0.789322 0.611564 -0.258546 -0.786795 0.560454 -0.352903 -0.786254 0.507213 -0.501716 -0.785428 0.36247 -0.557602 -0.784514 0.271325 -0.614589 -0.785668 0.0707558 -0.616843 -0.786175 -0.037854 -0.563596 -0.789146 -0.24415 -0.508129 -0.791235 -0.340224 -0.325793 0.94525 -0.0189963 -0.263128 0.948533 -0.176204 -0.293823 0.947539 -0.125846 -0.329448 0.943414 0.0378768 -0.300734 0.942422 0.146288 -0.26957 0.94307 0.194811 0.0268974 -0.953762 0.299357 0.170944 -0.956058 0.238182 0.125752 -0.955332 0.267445 -0.0264508 -0.953404 0.300536 -0.126768 -0.953286 0.274181 -0.171766 -0.953977 0.245814 0.244694 -0.955509 0.164702 0.275447 -0.953994 0.118421 0.304493 -0.952351 0.017616 0.305661 -0.95148 -0.0354531 -0.240902 0.820423 0.518529 -0.0509094 0.8254 0.562248 -0.32932 0.81777 0.472018 0.0513819 0.827518 0.559083 0.241211 0.828271 0.505751 0.330853 0.826116 0.456145 0.47148 0.82374 0.314897 -0.243685 -0.953658 0.176506 -0.270065 -0.953809 0.131576 0.522121 0.822405 0.22592 0.570493 0.820527 0.0356774 -0.467262 0.817112 0.33763 -0.516857 0.81823 0.25171 -0.567816 0.820498 0.0660908 -0.570369 0.820613 -0.0356864 -0.296914 -0.954278 0.0345832 -0.295183 -0.955274 -0.0178479 -0.267285 -0.956669 -0.115513 -0.243728 -0.955951 -0.163569 -0.174305 -0.954862 -0.240532 -0.129001 -0.954714 -0.268103 0.567808 0.820608 -0.0647739 0.515497 0.819545 -0.250215 0.464633 0.819272 -0.33602 0.327029 0.819488 -0.470628 0.246635 -0.952596 -0.178133 0.125323 -0.955123 -0.268393 0.172133 -0.953713 -0.246579 0.276826 -0.951414 -0.134825 0.239818 0.820347 -0.519152 0.0505904 0.822912 -0.565912 -0.051421 0.823701 -0.564688 -0.0267401 -0.955444 -0.29396 0.0277469 -0.956181 -0.29146 -0.242924 0.824719 -0.510711 -0.332947 0.823629 -0.45911 -0.522735 0.821765 -0.22683 -0.473922 0.821523 -0.317015 0.0294202 -0.946182 0.322296 0.192576 -0.944702 0.265429 0.140996 -0.945401 0.293832 -0.0301732 -0.94621 0.322144 -0.138647 -0.944477 0.297892 -0.190245 -0.942937 0.273271 0.0545568 0.792814 0.607017 0.259605 0.795854 0.547011 -0.0544465 0.790527 0.610003 0.271386 -0.945135 0.181852 0.295197 -0.946724 0.128735 0.321384 -0.946729 0.0204393 0.319348 -0.946929 -0.0366415 0.355651 0.796244 0.489396 0.505219 0.79453 0.336861 0.560697 0.79171 0.242515 0.615167 0.787477 0.0380674 0.614835 0.785489 -0.0706044 -0.258223 0.787652 0.559396 -0.352388 0.787043 0.506346 -0.501562 0.785924 0.361605 -0.27139 -0.942228 0.196353 -0.555175 0.786852 0.269528 -0.29929 -0.942963 0.145759 -0.326502 -0.944448 0.0376071 -0.610917 0.788588 0.0700699 -0.613118 0.789052 -0.0385027 -0.325357 -0.945377 -0.0201301 -0.297 -0.946235 -0.128181 -0.269729 -0.945843 -0.180633 -0.190292 -0.945617 -0.263813 -0.14072 -0.944951 -0.295408 0.291529 -0.946035 -0.141522 0.264321 -0.945361 -0.190859 0.557575 0.784479 -0.27148 0.186509 -0.945398 -0.267276 0.137466 -0.944626 -0.297967 0.503404 0.783719 -0.363825 0.355655 0.783643 -0.509326 0.0285312 -0.944774 -0.326479 -0.0305978 -0.944391 -0.327399 0.261517 0.784957 -0.56165 0.0556159 0.789335 -0.611438 -0.055355 0.792385 -0.607504 -0.260662 0.794318 -0.548739 -0.356715 0.793986 -0.492281 -0.561499 0.790827 -0.243539 -0.507551 0.791763 -0.339857 -0.304877 0.940785 0.148235 -0.33799 0.940912 -0.0211467 -0.335776 0.941143 0.0387996 -0.309539 0.941415 -0.133878 -0.275058 0.940617 0.198956 -0.282035 0.940533 -0.189353 -0.17228 0.941556 -0.289469 -0.174901 0.939656 -0.294034 -0.644544 -0.763592 -0.0386121 -0.591009 -0.765587 -0.254136 -0.640244 -0.764632 0.0736535 -0.53359 -0.767423 -0.355448 -0.374047 -0.770471 -0.5162 -0.272499 -0.771479 -0.574948 -0.168604 0.940273 0.295734 -0.169016 0.941034 0.293066 -0.0296359 0.93916 0.3422 0.0319214 0.938607 0.343507 0.146591 0.939796 0.308698 0.198529 0.940648 0.275261 0.28198 0.940685 0.188676 0.311205 0.940826 0.134157 0.340748 0.939926 0.0207473 0.342232 0.938769 -0.0398779 0.641378 -0.766196 0.0397359 0.587522 -0.768264 0.254143 0.639786 -0.764995 -0.0738672 -0.581356 -0.763404 0.281495 -0.525359 -0.761644 0.379337 -0.370695 -0.760036 0.53379 -0.272573 -0.759564 0.590564 0.313972 0.937 -0.153142 0.284808 0.936205 -0.205923 0.199392 0.93722 -0.286116 0.14487 0.939297 -0.311021 0.368735 -0.764405 -0.528885 0.524469 -0.762303 -0.379244 0.269751 -0.765873 -0.583672 0.0564236 -0.768056 -0.637892 -0.0583185 -0.768886 -0.636721 0.581612 -0.762324 -0.283884 0.0312556 0.941525 -0.33549 -0.0310083 0.941616 -0.335259 0.528981 -0.771283 0.353979 0.371007 -0.774271 0.512697 0.271112 -0.773691 0.572627 0.0577535 -0.769431 0.636114 -0.0567336 -0.763988 0.642732 -0.338913 -0.940017 0.0388051 -0.308183 -0.939356 0.150444 -0.340284 -0.940071 -0.0217752 -0.310884 -0.94073 -0.135563 -0.584293 0.771282 -0.252441 -0.641356 0.766234 -0.0393512 -0.5275 0.772428 -0.353694 -0.641359 0.763655 0.0740954 -0.582794 0.761311 0.284177 -0.276801 -0.93986 0.200111 -0.194041 -0.940552 0.278766 -0.280324 -0.941363 -0.187759 -0.196843 -0.942305 -0.270766 -0.143166 -0.943079 -0.300176 -0.524211 0.762437 0.379332 -0.368635 0.764551 0.528744 -0.141397 -0.941147 0.307 -0.270523 0.765576 0.583704 -0.0573503 0.768011 0.637863 0.0306137 -0.94158 0.335394 -0.0297365 -0.941786 0.334896 0.144119 -0.941919 0.303345 0.197667 -0.941624 0.272528 0.280803 -0.94121 0.18781 0.311826 -0.940488 0.13508 0.343281 -0.93899 0.0213603 0.344106 -0.938097 -0.0395653 0.313041 -0.937305 -0.153185 0.279985 -0.93832 -0.20289 0.195712 -0.93968 -0.280534 0.584565 0.770998 0.252676 0.640798 0.766686 0.0396266 0.528015 0.771783 0.354331 0.142468 -0.941246 -0.306201 0.640168 0.76476 -0.0729899 0.580706 0.763548 -0.282444 0.523691 0.76298 -0.378957 0.368638 0.763301 -0.530544 0.0581381 0.767936 0.637882 0.27436 0.769285 0.576999 0.373077 0.770904 0.516256 0.03055 -0.942501 -0.332803 -0.030232 -0.942712 -0.332234 -0.0580239 0.768779 -0.636876 -0.272701 0.77022 -0.576538 0.0564401 0.767834 -0.638157 -0.37184 0.77177 -0.515855 0.27033 0.764059 -0.585777 + + + + + + + + + + 0.3341 0.6916 0.4169 0.5691 0.3341 0.5691 0.4169 0.6916 0.4998 0.5691 0.4998 0.6916 0.2512 0.6916 0.2512 0.5691 0.1683 0.6916 0.1683 0.5691 0.5827 0.5691 0.5827 0.6916 0.6656 0.5691 0.6656 0.6916 0.7486 0.5691 0.7486 0.6916 0.8315 0.5691 0.8315 0.6916 0.0854 0.6916 0.0854 0.5691 0.0024 0.6916 0.0024 0.5691 0.5827 0.4302 0.4998 0.4302 0.6656 0.4302 0.4999 0.3077 0.417 0.3077 0.4169 0.4302 0.5828 0.3077 0.3341 0.4302 0.3341 0.3077 0.2512 0.4302 0.2512 0.3077 0.9144 0.5691 0.9144 0.4302 0.8315 0.4302 0.9144 0.6916 0.9973 0.5691 0.9973 0.6916 0.8315 0.3077 0.7486 0.3077 0.7486 0.4302 0.9144 0.3077 0.6657 0.3077 0.9973 0.4302 0.1683 0.4302 0.1683 0.3077 0.0854 0.4302 0.0854 0.3077 0.9973 0.3077 0.0024 0.4302 0.0024 0.3077 0.417 0.00180006 0.3341 0.00180006 0.3341 0.0767 0.417 0.0767 0.2512 0.0767 0.2512 0.00180006 0.1683 0.0767 0.1683 0.00180006 0.0854 0.0767 0.0853 0.00180006 0.0025 0.0767 0.0025 0.00180006 0.3341 0.1038 0.417 0.1038 0.4999 0.0767 0.4999 0.1038 0.4999 0.00180006 0.5829 0.00180006 0.5828 0.0767 0.1683 0.1038 0.2512 0.1038 0.0025 0.1038 0.0853 0.1038 0.5829 0.1038 0.6658 0.00180006 0.6658 0.0767 0.7487 0.00180006 0.7487 0.0767 0.8316 0.00180006 0.8316 0.0767 0.9145 0.00180006 0.9145 0.0767 0.9973 0.00180006 0.9973 0.0767 0.6658 0.1038 0.8316 0.1038 0.7487 0.1038 0.9145 0.1038 0.9973 0.1038 0.6658 0.1787 0.7487 0.1787 0.8316 0.1787 0.5828 0.1787 0.4999 0.1787 0.7487 0.2057 0.8316 0.2057 0.6658 0.2057 0.9145 0.1787 0.9973 0.1787 0.9145 0.2057 0.9973 0.2057 0.5829 0.2057 0.417 0.1787 0.417 0.2057 0.4999 0.2057 0.3341 0.2057 0.3341 0.1787 0.2512 0.1787 0.1683 0.1787 0.0854 0.1787 0.0025 0.1787 0.0854 0.2057 0.1683 0.2057 0.0025 0.2057 0.2512 0.2057 0.4169 0.9226 0.4998 0.9226 0.4998 0.8955 0.4169 0.8955 0.3341 0.9226 0.3341 0.8955 0.5827 0.8955 0.5827 0.9226 0.6656 0.8955 0.6656 0.9226 0.3341 0.9975 0.4169 0.9975 0.4998 0.9975 0.2512 0.9226 0.2512 0.8955 0.5827 0.9975 0.2512 0.9975 0.1683 0.9975 0.1683 0.9226 0.1683 0.8955 0.0854 0.9226 0.0854 0.8955 0.0024 0.9226 0.0024 0.8955 0.6656 0.9975 0.7486 0.9226 0.7486 0.9975 0.8315 0.9226 0.8315 0.8955 0.7486 0.8955 0.8315 0.9975 0.9144 0.9226 0.9144 0.9975 0.9144 0.8955 0.9973 0.8955 0.9973 0.9226 0.9973 0.9975 0.0854 0.9975 0.0024 0.9975 0.4169 0.8206 0.4998 0.8206 0.4998 0.7936 0.4169 0.7936 0.3341 0.8206 0.3341 0.7936 0.5827 0.7936 0.5827 0.8206 0.6656 0.7936 0.6656 0.8206 0.2512 0.8206 0.2512 0.7936 0.1683 0.8206 0.1683 0.7936 0.0854 0.8206 0.0854 0.7936 0.0024 0.8206 0.0024 0.7936 0.7486 0.7936 0.7486 0.8206 0.8315 0.7936 0.8315 0.8206 0.9144 0.7936 0.9144 0.8206 0.9973 0.7936 0.9973 0.8206 0.2512 0.2807 0.1683 0.2807 0.0854 0.2807 0.0025 0.2807 0.3341 0.2807 0.417 0.2807 0.4999 0.2807 0.5828 0.2807 0.6658 0.2807 0.7487 0.2807 0.8316 0.2807 0.9145 0.2807 0.9973 0.2807 0.1683 0.7186 0.0853 0.7186 0.2512 0.7186 0.0024 0.7186 0.3341 0.7186 0.4169 0.7186 0.4998 0.7186 0.5827 0.7186 0.6656 0.7186 0.7486 0.7186 0.8315 0.7186 0.9144 0.7186 0.9973 0.7186 + + + + + + + + + + + + + + +

0 2 2 1 1 1 2 0 0 1 1 1 3 3 3 2 0 0 1 1 1 4 4 4 3 3 3 4 4 4 5 5 5 3 3 3 0 2 2 2 0 0 6 6 6 7 7 7 0 2 2 6 6 6 7 7 7 6 6 6 8 8 8 9 9 9 7 7 7 8 8 8 4 4 4 10 10 10 5 5 5 10 10 10 11 11 11 5 5 5 10 10 10 12 12 12 11 11 11 12 12 12 13 13 13 11 11 11 12 12 12 14 14 14 13 13 13 14 14 14 15 15 15 13 13 13 14 14 14 16 16 16 15 15 15 16 16 16 17 17 17 15 15 15 9 9 9 8 8 8 18 18 18 19 19 19 9 9 9 18 18 18 19 19 19 18 18 18 20 20 20 21 21 21 19 19 19 20 20 20 22 22 22 10 10 10 4 4 4 23 23 23 22 22 22 4 4 4 23 23 23 4 4 4 1 1 1 22 22 22 24 24 24 10 10 10 24 24 24 12 12 12 10 10 10 22 22 22 23 23 23 25 25 25 25 25 25 23 23 23 26 26 26 23 23 23 27 27 27 26 26 26 28 28 28 22 22 22 25 25 25 24 24 24 22 22 22 28 28 28 27 27 27 23 23 23 1 1 1 27 27 27 1 1 1 0 2 2 29 29 29 27 27 27 0 2 2 26 26 26 27 27 27 29 29 29 30 30 30 26 26 26 29 29 29 30 30 30 29 29 29 31 31 31 32 32 32 30 30 30 31 31 31 16 16 16 33 33 33 17 17 17 34 34 34 33 33 33 16 16 16 35 35 35 34 34 34 16 16 16 35 35 35 16 16 16 14 14 14 33 33 33 36 36 36 17 17 17 33 33 33 21 21 37 36 36 36 21 21 37 20 20 38 36 36 36 34 34 34 35 35 35 37 37 39 37 37 39 35 35 35 38 38 40 35 35 35 39 39 41 38 38 40 40 40 42 34 34 34 37 37 39 24 24 24 39 39 41 12 12 12 39 39 41 14 14 14 12 12 12 39 39 41 35 35 35 14 14 14 41 41 43 24 24 24 28 28 28 38 38 40 39 39 41 41 41 43 39 39 41 24 24 24 41 41 43 34 34 34 42 42 44 33 33 33 42 42 44 21 21 37 33 33 33 42 42 44 34 34 34 40 40 42 31 31 31 29 29 29 7 7 7 29 29 29 0 2 2 7 7 7 31 31 31 7 7 7 9 9 9 43 43 45 31 31 31 9 9 9 32 32 32 31 31 31 43 43 45 44 44 46 32 32 32 43 43 45 44 44 46 43 43 45 45 45 47 46 46 48 44 44 46 45 45 47 47 47 49 42 42 44 40 40 42 45 45 47 43 43 45 19 19 19 43 43 45 9 9 9 19 19 19 45 45 47 19 19 19 21 21 21 42 42 50 45 45 47 21 21 21 46 46 48 45 45 47 42 42 50 47 47 51 46 46 48 42 42 50 48 50 54 49 49 53 50 48 52 51 51 55 48 50 54 50 48 52 48 50 54 52 52 56 49 49 53 52 52 56 53 53 57 49 49 53 52 52 56 54 54 58 53 53 57 54 54 58 55 55 59 53 53 57 54 54 58 56 56 60 55 55 59 56 56 60 57 57 61 55 55 59 56 56 60 58 58 62 57 57 61 58 58 62 59 59 63 57 57 61 60 62 64 48 61 54 51 60 55 61 63 65 60 62 64 51 60 55 61 63 65 51 60 55 62 64 66 63 65 67 61 63 65 62 64 66 62 67 66 51 51 55 64 66 68 51 51 55 50 48 52 64 66 68 62 67 66 64 66 68 65 68 69 66 69 70 62 67 66 65 68 69 63 65 67 62 64 66 66 70 70 67 73 71 54 72 58 52 71 56 68 74 72 67 73 71 52 71 56 60 62 64 68 74 72 48 61 54 68 74 72 52 71 56 48 61 54 69 77 73 58 76 62 56 75 60 67 73 71 70 78 74 54 72 58 70 78 74 56 75 60 54 72 58 70 78 74 69 77 73 56 75 60 71 79 75 63 65 67 66 70 70 66 69 70 65 68 69 72 80 76 73 81 77 66 69 70 72 80 76 71 79 75 66 70 70 73 82 77 73 81 77 72 80 76 74 83 78 75 84 79 73 81 77 74 83 78 75 84 79 74 83 78 76 85 80 77 86 81 75 84 79 76 85 80 77 86 81 76 85 80 78 87 82 79 88 83 77 86 81 78 87 82 79 88 83 78 87 82 59 59 84 58 58 85 79 88 83 59 59 84 80 89 86 71 79 75 73 82 77 80 89 86 73 82 77 75 90 79 81 93 87 77 92 81 79 91 83 82 94 88 80 89 86 75 90 79 81 93 87 82 94 88 77 92 81 82 94 88 75 90 79 77 92 81 83 95 89 81 93 87 79 91 83 83 95 89 79 91 83 58 76 85 69 77 90 83 95 89 58 76 85 84 98 91 80 97 86 82 96 88 85 99 92 84 98 91 82 96 88 85 99 92 82 96 88 81 100 87 86 101 93 85 99 92 81 100 87 84 98 91 87 102 94 80 97 86 87 102 94 71 103 75 80 97 86 87 102 94 88 104 95 71 103 75 88 104 95 63 105 67 71 103 75 89 108 96 85 107 92 86 106 93 90 109 97 89 108 96 86 106 93 89 108 96 91 110 98 85 107 92 91 110 98 84 111 91 85 107 92 90 109 97 86 106 93 92 112 99 92 114 99 86 101 93 83 113 89 86 101 93 81 100 87 83 113 89 92 114 99 83 113 89 69 115 90 93 116 100 92 114 99 69 115 90 94 117 101 90 109 97 92 112 99 94 117 101 92 112 99 93 118 100 95 119 102 94 117 101 93 118 100 91 110 98 96 120 103 84 111 91 96 120 103 87 121 94 84 111 91 88 104 95 97 122 104 63 105 67 98 125 105 97 124 104 88 123 95 99 126 106 98 125 105 88 123 95 96 120 103 99 126 106 87 121 94 99 126 106 88 123 95 87 121 94 98 125 105 100 127 107 97 124 104 100 127 107 101 128 108 97 124 104 97 122 104 101 130 108 61 129 65 97 122 104 61 129 65 63 105 67 101 130 108 60 131 64 61 129 65 101 130 108 102 132 109 60 131 64 102 132 109 68 133 72 60 131 64 102 132 109 103 134 110 68 133 72 103 134 110 67 135 71 68 133 72 103 134 110 104 136 111 67 135 71 104 136 111 70 137 74 67 135 71 104 136 111 93 116 112 70 137 74 93 116 112 69 115 73 70 137 74 105 140 113 104 139 111 103 138 110 106 141 114 105 140 113 103 138 110 106 141 114 103 138 110 102 142 109 105 140 113 95 119 115 104 139 111 95 119 115 93 118 112 104 139 111 100 127 107 107 143 116 101 128 108 107 143 116 102 142 109 101 128 108 107 143 116 106 141 114 102 142 109 108 146 119 109 145 118 110 144 117 111 147 120 108 146 119 110 144 117 111 147 120 110 144 117 112 148 121 113 149 122 111 147 120 112 148 121 108 146 119 114 150 123 109 145 118 114 150 123 115 151 124 109 145 118 114 150 123 116 152 125 115 151 124 116 152 125 117 153 126 115 151 124 112 156 121 110 155 117 118 154 127 110 155 117 119 157 128 118 154 127 110 155 117 109 158 118 119 157 128 109 158 118 120 159 129 119 157 128 109 158 118 115 160 124 120 159 129 113 149 122 112 148 121 121 161 130 122 162 131 113 149 122 121 161 130 115 160 124 123 163 132 120 159 129 115 160 124 117 164 126 123 163 132 112 156 121 118 154 127 124 165 133 121 166 130 112 156 121 124 165 133 121 166 130 124 165 133 125 167 134 126 168 135 121 166 130 125 167 134 122 162 131 121 161 130 126 169 135 127 170 136 122 162 131 126 169 135 127 170 136 126 169 135 128 171 137 129 172 138 127 170 136 128 171 137 129 172 138 128 171 137 130 173 139 131 174 140 129 172 138 130 173 139 117 164 126 132 175 141 123 163 132 117 164 126 133 176 142 132 175 141 133 176 142 134 177 143 132 175 141 133 176 142 135 178 144 134 177 143 136 181 145 135 180 144 133 179 142 137 182 146 136 181 145 133 179 142 116 152 125 137 182 146 117 153 126 137 182 146 133 179 142 117 153 126 135 178 144 138 183 147 134 177 143 135 178 144 139 184 148 138 183 147 139 184 148 140 185 149 138 183 147 141 187 150 139 186 148 135 180 144 136 181 145 141 187 150 135 180 144 141 187 150 131 174 151 139 186 148 131 174 151 130 173 152 139 186 148 139 184 148 130 188 152 140 185 149 130 188 152 142 189 153 140 185 149 126 168 135 125 167 134 143 190 154 128 191 137 126 168 135 143 190 154 128 191 137 143 190 154 142 189 155 130 188 139 128 191 137 142 189 155 144 194 158 145 193 157 146 192 156 147 195 159 144 194 158 146 192 156 147 195 159 146 192 156 148 196 160 149 197 161 147 195 159 148 196 160 146 200 156 145 199 157 111 198 120 144 194 158 150 201 162 145 193 157 150 201 162 151 202 163 145 193 157 150 201 162 152 203 164 151 202 163 152 203 164 153 204 165 151 202 163 145 199 157 108 205 119 111 198 120 145 199 157 151 206 163 108 205 119 151 206 163 153 208 165 114 207 123 151 206 163 114 207 123 108 205 119 153 208 165 116 209 125 114 207 123 146 200 156 111 198 120 113 210 122 148 211 160 146 200 156 113 210 122 148 211 160 113 210 122 122 212 131 149 197 161 148 196 160 154 213 166 154 214 166 148 211 160 122 212 131 155 215 167 149 197 161 154 213 166 155 215 167 154 213 166 156 216 168 156 218 168 154 214 166 127 217 136 154 214 166 122 212 131 127 217 136 157 219 169 155 215 167 156 216 168 157 219 169 156 216 168 158 220 170 159 221 171 157 219 169 158 220 170 159 221 171 158 220 170 160 222 172 161 223 173 159 221 171 160 222 172 152 203 164 162 224 174 153 204 165 162 224 174 163 225 175 153 204 165 153 208 165 163 226 175 116 209 125 162 224 174 164 227 176 163 225 175 164 227 176 165 228 177 163 225 175 163 226 175 165 230 177 137 229 146 163 226 175 137 229 146 116 209 125 164 227 176 166 231 178 165 228 177 166 231 178 167 232 179 165 228 177 165 230 177 167 234 179 136 233 145 165 230 177 136 233 145 137 229 146 167 234 179 141 235 150 136 233 145 166 231 178 161 223 180 167 232 179 161 223 180 160 222 181 167 232 179 167 234 179 160 236 181 141 235 150 160 236 181 131 237 151 141 235 150 156 218 168 127 217 136 129 238 138 158 239 170 156 218 168 129 238 138 158 239 170 129 238 138 131 237 140 160 236 172 158 239 170 131 237 140 44 242 46 168 241 183 169 240 182 44 242 46 46 243 48 168 241 183 32 244 32 44 242 46 169 240 182 46 243 48 170 245 184 168 241 183 46 243 48 47 246 51 170 245 184 47 246 51 171 247 185 170 245 184 168 250 183 170 249 184 106 248 114 170 249 184 171 252 185 105 251 113 170 249 184 105 251 113 106 248 114 171 252 185 95 253 115 105 251 113 32 244 32 169 240 182 172 254 186 30 255 30 32 244 32 172 254 186 30 255 30 172 254 186 26 256 26 172 254 186 173 257 187 26 256 26 26 256 26 173 257 187 25 258 25 173 257 187 174 259 188 25 258 25 25 258 25 174 259 188 28 260 28 174 259 188 175 261 189 28 260 28 28 260 28 175 261 189 41 262 43 175 261 189 176 263 190 41 262 43 176 266 190 175 265 189 91 264 98 168 250 183 106 248 114 107 267 116 169 268 182 168 250 183 107 267 116 169 268 182 107 267 116 100 269 107 172 270 186 169 268 182 100 269 107 41 262 43 176 263 190 38 271 40 176 263 190 177 272 191 38 271 40 38 271 40 177 272 191 37 273 39 177 272 191 178 274 192 37 273 39 178 277 192 177 276 191 90 275 97 178 277 192 90 275 97 94 278 101 179 279 193 178 277 192 94 278 101 177 276 191 176 266 190 89 280 96 176 266 190 91 264 98 89 280 96 177 276 191 89 280 96 90 275 97 37 273 39 178 274 192 40 281 42 178 274 192 179 282 193 40 281 42 40 281 42 179 282 193 47 246 49 179 282 193 171 247 194 47 246 49 171 252 194 179 279 193 95 253 102 179 279 193 94 278 101 95 253 102 175 265 189 174 284 188 96 283 103 175 265 189 96 283 103 91 264 98 174 284 188 99 285 106 96 283 103 174 284 188 173 286 187 99 285 106 173 286 187 98 287 105 99 285 106 172 270 186 100 269 107 98 287 105 173 286 187 172 270 186 98 287 105 8 290 8 6 289 6 180 288 195 8 290 8 180 288 195 181 291 196 181 294 196 180 293 195 159 292 171 180 293 195 157 295 169 159 292 171 180 293 195 182 296 197 157 295 169 6 289 6 182 297 197 180 288 195 6 289 6 2 298 0 182 297 197 18 299 18 8 290 8 181 291 196 18 299 18 181 291 196 183 300 198 20 301 20 18 299 18 183 300 198 182 296 197 155 302 167 157 295 169 182 296 197 184 303 199 155 302 167 2 298 0 184 304 199 182 297 197 184 303 199 149 305 161 155 302 167 184 303 199 185 306 200 149 305 161 3 308 3 185 307 200 184 304 199 2 298 0 3 308 3 184 304 199 3 308 3 5 309 5 185 307 200 5 309 5 186 310 201 185 307 200 5 309 5 11 311 11 186 310 201 11 311 11 187 312 202 186 310 201 11 311 11 13 313 13 187 312 202 13 313 13 188 314 203 187 312 202 13 313 13 15 315 15 188 314 203 15 315 15 189 316 204 188 314 203 15 315 15 17 317 17 189 316 204 187 320 202 188 319 203 150 318 162 17 317 17 190 321 205 189 316 204 188 319 203 152 322 164 150 318 162 188 319 203 189 323 204 152 322 164 189 323 204 162 324 174 152 322 164 189 323 204 190 325 205 162 324 174 185 306 200 186 327 201 147 326 159 185 306 200 147 326 159 149 305 161 186 327 201 187 320 202 144 328 158 187 320 202 150 318 162 144 328 158 186 327 201 144 328 158 147 326 159 17 317 17 36 329 36 190 321 205 36 329 36 191 330 206 190 321 205 36 329 36 20 301 38 191 330 206 20 301 38 183 300 207 191 330 206 191 333 206 183 332 207 166 331 178 183 332 207 161 334 180 166 331 178 190 325 205 164 335 176 162 324 174 190 325 205 191 333 206 164 335 176 191 333 206 166 331 178 164 335 176 183 332 198 181 294 196 161 334 173 181 294 196 159 292 171 161 334 173

+
+
+
+ + + + 8.49298e-05 0.507089 0.000629178 0.172974 0.369344 -0.317166 -0.00956963 0.369148 -0.36557 -0.668463 -0.126909 0.396856 -0.668669 -0.454917 0.39696 -0.373309 -0.454809 0.687748 -0.373102 -0.126803 0.687644 0.366776 0.147545 0.612016 0.483117 -0.0172626 0.805923 0.81036 -0.0174753 0.465132 0.615328 0.147657 0.353912 0.0219435 -0.127387 0.793882 0.0217333 -0.455395 0.793981 0.412185 -0.454781 0.687815 0.412391 -0.126773 0.687711 0.596257 0.147637 -0.353087 0.785577 -0.0172429 -0.4645 0.439156 -0.0181988 -0.804909 0.332614 0.147427 -0.611194 -0.025216 -0.0176881 -0.929448 -0.0185372 0.148057 -0.705624 0.921308 -0.0175417 0.00058578 0.699433 0.14789 0.000276291 0.669325 -0.126935 -0.396087 0.669933 -0.454937 -0.396567 0.374575 -0.455043 -0.687349 0.373967 -0.127041 -0.686876 0.785925 -0.126892 0.000451662 0.785718 -0.4549 0.000555755 -0.0210738 -0.127456 -0.793114 -0.0212839 -0.455463 -0.793015 -0.410916 -0.455071 -0.687418 -0.411527 -0.127071 -0.686944 0.691655 -0.127394 0.396832 0.691445 -0.455403 0.396931 0.0198469 0.148108 0.706977 0.0257535 -0.0181507 0.930064 -0.361906 0.369153 0.000341924 -0.57326 0.237606 4.59835e-06 -0.487956 0.237173 0.29005 -0.308485 0.369249 0.183074 -0.59552 0.147532 0.353616 -0.784223 -0.0175911 0.464549 -0.438036 -0.0176447 0.806347 -0.332695 0.147736 0.612302 -0.0152167 0.237345 -0.57897 -0.299643 0.237169 -0.501311 -0.189375 0.369404 -0.316666 0.27358 0.237651 -0.501641 -0.318495 0.369305 -0.18234 -0.50372 0.237434 -0.289411 -0.614593 0.147511 -0.353382 -0.809825 -0.0173641 -0.46451 -0.920773 -0.0172977 3.59679e-05 -0.698696 0.148277 0.000263488 -0.481767 -0.0175713 -0.805879 -0.36604 0.147624 -0.611487 -0.841623 -0.0533371 -0.483797 -0.84234 -0.0923417 -0.48344 -0.957199 -0.092392 -0.000194292 -0.9573 -0.0533928 2.79137e-05 -0.501424 -0.0534431 -0.837435 -0.501323 -0.0924423 -0.837657 -0.607124 -0.506551 0.36053 -0.339439 -0.506362 0.624352 -0.81538 -0.0917838 0.483881 -0.815481 -0.0527846 0.484103 0.816781 -0.0530572 -0.483064 0.816068 -0.0920603 -0.482709 0.456214 -0.0919731 -0.836884 0.456114 -0.0529739 -0.836662 0.957202 -0.0534507 0.000756245 0.9573 -0.0914504 0.000539713 -0.0258994 -0.0534762 -0.967088 -0.0258013 -0.0914744 -0.967304 0.608421 -0.506308 -0.359324 0.340156 -0.506495 -0.623963 0.714009 -0.507089 0.000897823 -0.0185405 -0.506872 -0.720405 -0.372917 -0.506337 -0.62385 0.0206562 -0.506983 0.721027 0.374212 -0.506523 0.625057 0.628137 -0.506359 0.360694 0.0266239 -0.053362 0.967304 0.0267247 -0.0923611 0.967082 0.501432 -0.0923996 0.838008 0.502148 -0.053395 0.837651 -0.454817 -0.0528664 0.837696 -0.455533 -0.0918726 0.838052 0.842344 -0.053501 0.484008 0.842443 -0.0914992 0.483792 -0.690784 -0.127449 -0.396065 -0.690179 -0.45545 -0.396543 -0.785268 -0.454959 0.000420855 -0.785061 -0.126951 0.000316785 0.0163036 0.237826 0.579947 0.0173393 0.190642 0.612118 0.3169 0.190886 0.529875 0.300734 0.238002 0.502293 -0.273068 0.237523 0.501806 -0.287944 0.190318 0.530541 0.504808 0.237736 0.290387 0.533113 0.190721 0.305694 0.606088 0.19065 0.000369047 0.573772 0.237568 0.000160602 -0.515688 0.19101 0.30583 -0.62742 -0.506496 -0.360306 -0.712713 -0.506772 0.000303973 0.288461 0.190848 -0.529516 -0.0160059 0.19053 -0.611671 -0.316964 0.191285 -0.529662 0.516199 0.191156 -0.304806 0.31914 0.369869 0.183432 0.362549 0.370021 0.000744037 0.190018 0.36977 0.317752 0.309132 0.369925 -0.181983 0.489046 0.237997 -0.289068 -0.172092 0.369839 0.316857 0.0102104 0.370026 0.366658 -0.531778 0.190451 -0.305248 -0.604755 0.190522 7.74628e-05 + + + + + + + + + + -0.0293572 0.888576 -0.45779 0.204391 0.886395 -0.415364 -0.00106171 0.999999 -0.000429813 -0.570971 0.000620028 0.82097 -0.89896 0.00070496 0.438031 -0.81051 0.000696152 0.585724 -0.419244 0.00054807 0.907873 0.570266 0.762742 0.304995 0.332798 0.764132 0.552583 0.26374 0.86479 0.427293 0.447 0.863204 0.23467 0.429189 1.02797e-05 0.903215 -0.0883887 0.000361633 0.996086 0.0911616 0.000248477 0.995836 0.587268 -0.000119376 0.809392 0.318334 0.761531 -0.564565 0.557001 0.758311 -0.338695 0.436065 0.858131 -0.271033 0.248859 0.857885 -0.449558 -0.00428908 0.764186 -0.644981 -0.00742405 0.862183 -0.506543 0.652479 0.75752 -0.020828 0.509383 0.860279 -0.0212024 0.570477 0.0022464 -0.821311 0.899296 0.00131825 -0.437339 0.810507 0.00235427 -0.585723 0.418677 0.00128391 -0.908134 0.999685 -0.000637673 -0.0250951 0.99967 0.000104784 -0.0256696 -0.428929 0.000152502 -0.903338 0.0880296 0.000442816 -0.996118 -0.0908801 0.000111873 -0.995862 -0.587264 8.45278e-05 -0.809395 0.877938 -0.000409502 0.478774 0.877938 -0.000417956 0.478774 0.00512272 0.763687 0.645566 0.0082936 0.862972 0.505184 -0.587581 0.721367 0.366575 -0.691393 0.721825 0.0307189 -0.461477 0.886195 0.0411905 -0.386301 0.884361 0.262062 -0.320334 0.759033 0.566794 -0.555472 0.759758 0.337963 -0.436842 0.857878 0.270582 -0.24768 0.859175 0.447743 -0.359595 0.731646 -0.579125 -0.0143767 0.728934 -0.684433 -0.256514 0.889968 -0.377038 0.333271 0.721053 -0.607464 -0.611277 0.724288 -0.318978 -0.415209 0.88897 -0.193218 -0.648952 0.760538 0.0210494 -0.569002 0.76371 -0.304931 -0.446865 0.863306 -0.234549 -0.507034 0.861655 0.0216323 -0.331341 0.7658 -0.551148 -0.263909 0.863622 -0.429546 -0.998024 0.00360091 -0.0627296 -0.830617 0.00851203 -0.556778 -0.917312 0.00738373 -0.3981 -0.993556 -0.00321199 0.113299 -0.4292 0.00403704 -0.9032 -0.586779 0.00475384 -0.809733 -0.33499 -0.810758 0.480056 -0.527127 -0.809975 0.257055 -0.475714 -0.809497 0.344108 -0.245826 -0.812215 0.529034 -0.89922 -0.004816 0.437471 -0.810253 0.00323051 0.586071 0.570748 -0.00249119 -0.821122 0.899635 -0.0121252 -0.436475 0.810666 -0.0115109 -0.585396 0.419571 0.00625568 -0.907701 0.998043 0.00222385 0.0624958 0.993622 -0.00509163 -0.11265 0.0892058 0.00590504 -0.995996 -0.0911305 0.00543813 -0.995824 0.333223 -0.81309 -0.477333 0.527532 -0.8101 -0.255828 0.473389 -0.812145 -0.341062 0.244818 -0.812654 -0.528826 0.584359 -0.810733 0.035152 0.583893 -0.809026 -0.0674219 -0.245287 -0.819967 -0.517193 0.0515319 -0.815098 -0.577027 -0.0521648 -0.816912 -0.574399 -0.335432 -0.820172 -0.463468 0.248536 -0.816218 0.521552 -0.0520697 -0.814965 0.577166 0.0528352 -0.815343 0.576563 0.337946 -0.817392 0.466543 0.477789 -0.817818 0.320767 0.531029 -0.815637 0.229663 0.428992 -0.00266113 0.903304 -0.088042 0.000884483 0.996116 0.0913048 -0.00241107 0.99582 0.586794 -0.00171984 0.809735 -0.56998 0.00929285 0.821606 -0.418285 0.00918812 0.90827 0.83066 -0.00267731 0.556773 0.917522 0.000106008 0.397686 -0.998038 -7.64255e-05 -0.0626166 -0.830791 -0.000728337 -0.556584 -0.917391 -0.000425714 -0.397987 -0.993442 0.000661846 0.114338 0.398899 0.71527 -0.573819 0.635594 0.707964 -0.307907 0.705083 0.707748 0.0441668 -0.297264 0.720456 -0.62656 0.0616007 0.722545 -0.688574 0.298666 0.71855 0.62808 -0.0613294 0.720874 0.690347 -0.399166 0.713921 0.575312 0.580808 0.715499 0.38823 0.310021 0.767903 0.560546 -0.0176015 0.768768 0.639286 0.0131916 0.722838 0.690892 0.363312 0.724771 0.585415 -0.334793 0.767202 0.547097 -0.334578 0.720822 0.60702 0.642763 0.766064 0.00118062 0.553528 0.767185 0.32409 0.610087 0.725948 0.317481 0.691024 0.72216 -0.031174 -0.70219 0.71062 -0.0441407 -0.578585 0.717986 -0.386957 -0.562936 0.76393 0.315459 -0.627004 0.717086 0.304392 0.0835589 -0.980746 0.176509 -0.0179941 -0.980034 0.198014 0.017702 -0.980335 0.196543 0.115505 -0.980575 0.15853 -0.115415 -0.979571 0.16468 -0.0848668 -0.979694 0.181652 0.203503 -0.979 0.012084 0.166534 -0.979882 0.109988 0.186309 -0.979272 0.0794751 0.201382 -0.979248 -0.0227877 -0.580975 -0.813145 -0.0355381 -0.477932 -0.818088 -0.319865 -0.530801 -0.815824 -0.229526 -0.579895 -0.811901 0.0673701 -0.180623 -0.979541 0.0887363 -0.163517 -0.979382 0.118628 -0.197961 -0.98014 -0.0117507 -0.163496 -0.980525 -0.108808 -0.181056 -0.980382 -0.077903 -0.197525 -0.980015 0.0235511 -0.0835851 -0.980398 -0.178419 -0.11379 -0.980811 -0.158306 0.115474 -0.979484 -0.165155 0.182426 -0.979274 -0.0879972 0.163675 -0.979458 -0.117781 0.0849523 -0.979277 -0.183847 0.0177032 -0.979389 -0.201205 -0.0175366 -0.979683 -0.199784 0.33825 0.762094 -0.552087 0.0180938 0.768943 -0.639061 -0.306561 0.774705 -0.553039 0.565117 0.761344 -0.317801 0.415273 0.888851 0.193628 0.461438 0.88626 -0.0402302 0.256859 0.89039 0.375805 0.591102 0.717682 -0.368145 0.384077 0.885128 -0.262742 -0.208182 0.885809 0.414733 0.0278602 0.888908 0.457237 -0.644737 0.764401 -0.00221506 -0.549138 0.77204 -0.320003 + + + + + + + + + + 0.8009 0.0407001 0.7929 0.0428001 0.8009 0.0565001 0.8194 0.2463 0.7951 0.2463 0.7951 0.2679 0.8194 0.2679 0.7626 0.0786 0.7787 0.0948 0.7827 0.0880001 0.7694 0.0747 0.5765 0.2463 0.5525 0.2463 0.5525 0.2679 0.5765 0.2679 0.8437 0.2463 0.8437 0.2679 0.7787 0.0182 0.7626 0.0344 0.7694 0.0383 0.7827 0.025 0.8009 0.0123 0.8009 0.0202 0.7566 0.0565001 0.7645 0.0565001 0.6736 0.2463 0.6503 0.2463 0.6503 0.2679 0.6736 0.2679 0.625 0.2463 0.625 0.2679 0.7222 0.2463 0.6977 0.2463 0.6977 0.2679 0.7222 0.2679 0.6008 0.2463 0.6008 0.2679 0.8009 0.1007 0.8009 0.0928 0.8215 0.0684 0.8247 0.0565001 0.8167 0.0565001 0.8146 0.0644001 0.823 0.0948 0.8392 0.0786 0.8323 0.0747 0.819 0.0880001 0.8128 0.0358 0.8009 0.0326 0.8088 0.0428001 0.7889 0.0358 0.8215 0.0446 0.8146 0.0486001 0.8451 0.0565001 0.8392 0.0344 0.8323 0.0383 0.8372 0.0565001 0.823 0.0182 0.819 0.025 0.8483 0.0565001 0.842 0.0328001 0.8403 0.0337 0.8464 0.0565001 0.8246 0.0154001 0.8236 0.0171 0.8194 0.2435 0.7951 0.2435 0.842 0.0802001 0.8403 0.0793 0.7771 0.0154001 0.7598 0.0328001 0.7614 0.0337 0.7781 0.0171 0.7534 0.0565001 0.7553 0.0565001 0.8009 0.00900006 0.8009 0.011 0.6736 0.2435 0.6503 0.2435 0.625 0.2435 0.7222 0.2435 0.6977 0.2435 0.5765 0.2435 0.5525 0.2435 0.8437 0.2435 0.6008 0.2435 0.7771 0.0976 0.8009 0.104 0.8009 0.102 0.7781 0.0959001 0.8246 0.0976 0.8236 0.0959001 0.7598 0.0802001 0.7614 0.0793 0.7708 0.2463 0.7465 0.2463 0.7465 0.2679 0.7708 0.2679 0.7873 0.08 0.8009 0.0836 0.8009 0.0804 0.7889 0.0772001 0.8144 0.08 0.8128 0.0772001 0.7737 0.0565001 0.7774 0.0701001 0.7802 0.0684 0.777 0.0565001 0.8244 0.0701001 0.5525 0.2694 0.5765 0.2694 0.8194 0.2694 0.8437 0.2694 0.6008 0.2694 0.625 0.2694 0.7708 0.2435 0.7465 0.2435 0.7951 0.2694 0.7465 0.2694 0.7708 0.2694 0.7222 0.2694 0.6503 0.2694 0.6736 0.2694 0.6977 0.2694 0.7873 0.033 0.8009 0.0294 0.8144 0.033 0.7774 0.0429001 0.7871 0.0644001 0.785 0.0565001 0.7929 0.0702001 0.7802 0.0446 0.7871 0.0486001 0.8088 0.0702001 0.8009 0.0723001 0.828 0.0565001 0.8244 0.0429001 + + + + + + + + + + + + + + +

0 2 2 1 1 1 2 0 0 3 5 5 4 4 4 5 3 3 6 6 6 3 5 5 5 3 3 7 9 9 8 8 8 9 7 7 10 10 10 7 9 9 9 7 7 11 13 13 12 12 12 13 11 11 14 14 14 11 13 13 13 11 11 6 6 6 5 3 3 12 12 15 11 13 16 6 6 6 12 12 15 15 17 19 16 16 18 17 15 17 18 18 20 15 17 19 17 15 17 18 18 20 17 15 17 19 19 21 20 20 22 18 18 20 19 19 21 10 10 10 9 7 7 21 21 23 22 22 24 10 10 10 21 21 23 22 22 24 21 21 23 16 16 18 15 17 19 22 22 24 16 16 18 23 25 27 24 24 26 25 23 25 26 26 28 23 25 27 25 23 25 27 28 30 28 27 29 24 24 26 23 25 27 27 28 30 24 24 26 29 31 33 30 30 32 31 29 31 32 32 34 29 31 33 31 29 31 26 26 28 25 23 25 30 30 32 29 31 33 26 26 28 30 30 32 27 28 30 33 34 36 34 33 35 28 27 29 27 28 30 34 33 35 14 14 14 13 11 11 34 33 35 33 34 36 14 14 14 34 33 35 35 36 38 36 35 37 8 8 8 7 9 9 35 36 38 8 8 8 37 39 41 38 38 40 39 37 39 40 40 42 37 39 41 39 37 39 41 43 45 42 42 44 43 41 43 44 44 46 41 43 45 43 41 43 44 44 46 43 41 43 36 35 37 35 36 38 44 44 46 36 35 37 2 0 0 45 46 48 46 45 47 47 47 49 2 0 0 46 45 47 1 1 1 48 48 50 45 46 48 2 0 0 1 1 1 45 46 48 49 50 52 50 49 51 38 38 40 37 39 41 49 50 52 38 38 40 47 47 49 46 45 47 50 49 51 49 50 52 47 47 49 50 49 51 51 53 55 52 52 54 53 51 53 54 54 56 51 53 55 53 51 53 54 54 56 53 51 53 42 42 44 41 43 45 54 54 56 42 42 44 20 20 22 19 19 21 55 55 57 56 56 58 20 20 22 55 55 57 56 56 58 55 55 57 52 52 54 51 53 55 56 56 58 52 52 54 57 59 61 58 58 60 59 57 59 60 60 62 57 59 61 59 57 59 61 62 64 62 61 63 58 58 60 57 59 61 61 62 64 58 58 60 4 65 4 63 64 66 64 63 65 5 66 3 4 65 4 64 63 65 60 60 62 59 57 59 65 67 67 66 68 68 60 60 62 65 67 67 67 71 71 68 70 70 69 69 69 70 72 72 67 71 71 69 69 69 71 74 74 72 73 73 68 70 70 67 71 71 71 74 74 68 70 70 73 76 76 74 75 75 62 61 63 61 62 64 73 76 76 62 61 63 70 72 72 69 69 69 74 75 75 73 76 76 70 72 72 74 75 75 24 79 26 75 78 78 76 77 77 25 80 25 24 79 26 76 77 77 28 82 29 77 81 79 75 78 78 24 79 26 28 82 29 75 78 78 30 85 32 78 84 81 79 83 80 31 86 31 30 85 32 79 83 80 25 80 25 76 77 77 78 84 81 30 85 32 25 80 25 78 84 81 12 89 12 80 88 83 81 87 82 13 90 11 12 89 12 81 87 82 5 66 3 64 63 65 80 88 84 12 89 15 5 66 3 80 88 84 34 92 35 82 91 85 77 81 79 28 82 29 34 92 35 77 81 79 13 90 11 81 87 82 82 91 85 34 92 35 13 90 11 82 91 85 83 95 88 84 94 87 85 93 86 86 96 89 83 95 88 85 93 86 87 98 91 88 97 90 84 94 87 83 95 88 87 98 91 84 94 87 89 100 93 90 99 92 72 73 73 71 74 74 89 100 93 72 73 73 86 96 89 85 93 86 90 99 92 89 100 93 86 96 89 90 99 92 91 103 96 92 102 95 93 101 94 94 104 97 91 103 96 93 101 94 32 32 34 31 29 31 92 102 95 91 103 96 32 32 34 92 102 95 66 68 68 65 67 67 88 97 90 87 98 91 66 68 68 88 97 90 94 104 97 93 101 94 4 4 4 3 5 5 94 104 97 4 4 4 16 16 18 67 106 71 70 105 72 17 15 17 16 16 18 70 105 72 21 21 23 71 107 74 67 106 71 16 16 18 21 21 23 67 106 71 19 19 21 73 109 76 61 108 64 55 55 57 19 19 21 61 108 64 17 15 17 70 105 72 73 109 76 19 19 21 17 15 17 73 109 76 36 35 37 83 111 88 86 110 89 8 8 8 36 35 37 86 110 89 43 41 43 87 112 91 83 111 88 36 35 37 43 41 43 83 111 88 9 7 7 89 113 93 71 107 74 21 21 23 9 7 7 71 107 74 8 8 8 86 110 89 89 113 93 9 7 7 8 8 8 89 113 93 95 116 100 96 115 99 97 114 98 98 117 101 95 116 100 97 114 98 99 119 103 100 118 102 96 115 99 95 116 100 99 119 103 96 115 99 101 122 106 102 121 105 103 120 104 104 123 107 101 122 106 103 120 104 98 117 101 97 114 98 102 121 105 101 122 106 98 117 101 102 121 105 52 52 54 57 125 61 60 124 62 53 51 53 52 52 54 60 124 62 55 55 57 61 108 64 57 125 61 52 52 54 55 55 57 57 125 61 39 37 39 105 126 108 100 118 102 99 119 103 39 37 39 100 118 102 53 51 53 60 124 62 66 127 68 42 42 44 53 51 53 66 127 68 84 130 109 11 129 13 14 128 14 85 131 110 84 130 109 14 128 14 88 133 111 6 132 6 11 129 16 84 130 112 88 133 111 11 129 16 90 136 113 33 135 36 27 134 30 72 137 114 90 136 113 27 134 30 85 131 110 14 128 14 33 135 36 90 136 113 85 131 110 33 135 36 92 140 95 106 139 116 107 138 115 93 141 94 92 140 95 107 138 115 31 86 31 79 83 80 106 139 116 92 140 95 31 86 31 106 139 116 65 143 117 3 142 5 6 132 6 88 133 111 65 143 117 6 132 6 93 141 94 107 138 115 63 64 66 4 65 4 93 141 94 63 64 66 58 146 118 91 145 96 94 144 97 59 147 119 58 146 118 94 144 97 62 149 120 32 148 34 91 145 96 58 146 118 62 149 120 91 145 96 42 42 44 66 127 68 87 112 91 43 41 43 42 42 44 87 112 91 59 147 119 94 144 97 3 142 5 65 143 117 59 147 119 3 142 5 68 152 121 23 151 27 26 150 28 69 153 122 68 152 121 26 150 28 72 137 114 27 134 30 23 151 27 68 152 121 72 137 114 23 151 27 74 155 123 29 154 33 32 148 34 62 149 120 74 155 123 32 148 34 69 153 122 26 150 28 29 154 33 74 155 123 69 153 122 29 154 33 97 114 98 7 9 9 10 10 10 102 121 105 97 114 98 10 10 10 102 121 105 10 10 10 22 22 24 103 120 104 102 121 105 22 22 24 103 120 104 22 22 24 15 17 19 100 118 102 44 44 46 35 36 38 96 115 99 35 36 38 7 9 9 97 114 98 96 115 99 7 9 9 108 156 124 18 18 20 20 20 22 109 157 125 108 156 124 20 20 22 109 157 125 20 20 22 56 56 58 110 158 126 109 157 125 56 56 58 96 115 99 100 118 102 35 36 38 111 159 127 103 120 104 15 17 19 111 159 127 15 17 19 18 18 20 108 156 124 111 159 127 18 18 20 112 160 128 101 122 106 104 123 107 113 161 129 112 160 128 104 123 107 114 162 130 98 117 101 101 122 106 112 160 128 114 162 130 101 122 106 115 164 132 116 163 131 48 48 50 1 1 1 115 164 132 48 48 50 113 161 129 104 123 107 116 163 131 115 164 132 113 161 129 116 163 131 40 40 42 39 37 39 99 119 103 117 165 133 40 40 42 99 119 103 105 126 108 41 43 45 44 44 46 100 118 102 105 126 108 44 44 46 118 166 134 95 116 100 98 117 101 114 162 130 118 166 134 98 117 101 117 165 133 99 119 103 95 116 100 118 166 134 117 165 133 95 116 100 50 49 51 119 168 136 120 167 135 38 38 40 50 49 51 120 167 135 46 45 47 110 158 126 119 168 136 50 49 51 46 45 47 119 168 136 0 2 2 40 40 42 117 165 133 0 2 2 117 165 133 118 166 134 38 38 40 120 167 135 105 126 108 39 37 39 38 38 40 105 126 108 116 163 131 111 159 127 108 156 124 48 48 50 116 163 131 108 156 124 104 123 107 103 120 104 111 159 127 116 163 131 104 123 107 111 159 127 45 46 48 109 157 125 110 158 126 46 45 47 45 46 48 110 158 126 48 48 50 108 156 124 109 157 125 45 46 48 48 48 50 109 157 125 120 167 135 54 54 56 41 43 45 120 167 135 119 168 136 54 54 56 105 126 108 120 167 135 41 43 45 0 2 2 37 39 41 40 40 42 110 158 126 56 56 58 51 53 55 119 168 136 110 158 126 51 53 55 119 168 136 51 53 55 54 54 56 0 2 2 49 50 52 37 39 41 0 2 2 112 160 128 113 161 129 0 2 2 113 161 129 115 164 132 0 2 2 118 166 134 114 162 130 0 2 2 114 162 130 112 160 128 0 2 2 2 0 0 47 47 49 0 2 2 47 47 49 49 50 52 0 2 2 115 164 132 1 1 1

+
+
+
+ + + + -0.373566 0.000361189 -0.624161 -0.0191887 -0.000173483 -0.720716 -0.607773 0.000147107 0.360219 -0.340087 0.000336545 0.624041 -0.713361 -7.36822e-05 -6.8291e-06 -0.628068 0.000202443 -0.360616 0.339508 0.000203814 -0.624274 0.0200081 -0.000284868 0.720716 0.713361 -0.000390092 0.000587068 0.627489 0.000339441 0.360384 0.373564 0.000176001 0.624746 0.607772 0.000390092 -0.359635 + + + + + + + + + + 5.24399e-05 -1 -6.02203e-06 -0.000171262 -1 0.000139881 -0.000112349 -1 -0.000426852 -0.000122537 -1 0.000103046 0.000669834 -1 -0.000332073 -0.000224048 -1 -0.000818711 0.000217603 -1 -0.000262862 7.1669e-05 -1 -9.84533e-05 0.000442299 -1 0.000637022 0.00366536 -0.999989 0.00290241 -1.76138e-06 -1 0.000906011 -0.000495179 -1 -0.000384026 + + + + + + + + + + 0 1 + + + + + + + + + + + + + + +

0 2 0 1 1 0 2 0 0 1 1 0 3 3 0 2 0 0 2 0 0 4 4 0 0 2 0 4 4 0 5 5 0 0 2 0 6 7 0 7 6 0 3 3 0 1 1 0 6 7 0 3 3 0 8 10 0 9 9 0 10 8 0 11 11 0 8 10 0 10 8 0 11 11 0 10 8 0 7 6 0 6 7 0 11 11 0 7 6 0

+
+
+
+ + + + -0.333354 0.000262314 0.612037 0.0191903 -0.000365659 0.706706 0.595597 0.000164335 -0.353352 0.699352 0.000413307 0.000828135 0.332776 -4.1832e-05 -0.612033 -0.596179 5.76921e-05 0.353351 0.366121 7.22809e-05 0.611756 0.614669 0.000184675 0.353647 -0.366699 0.000149727 -0.611752 -0.616064 3.19261e-05 -0.353064 -0.699352 -0.000194459 -7.30761e-06 -0.0197687 -0.000413307 -0.706706 + + + + + + + + + + -0.000117375 1 0.000186613 -0.000434936 1 0.000282145 0.000245949 1 0.00013464 -0.000815976 1 9.45352e-05 -0.000495085 1 -0.000648289 -0.000504877 1 -0.000588383 -0.000505112 1 0.000282696 0.000294032 1 0.00071859 0.000673546 1 0.000593243 0.000255253 1 0.000701431 0.00117142 0.999999 0.00119962 0.000316687 1 6.35487e-05 + + + + + + + + + + 0 1 + + + + + + + + + + + + + + +

0 2 0 1 1 0 2 0 0 1 1 0 3 3 0 2 0 0 4 5 0 5 4 0 0 2 0 2 0 0 4 5 0 0 2 0 3 3 0 1 1 0 6 6 0 7 7 0 3 3 0 6 6 0 8 10 0 9 9 0 10 8 0 11 11 0 8 10 0 10 8 0 5 4 0 4 5 0 11 11 0 10 8 0 5 4 0 11 11 0

+
+
+
+ + + + -0.407998 0.138 -0.681428 -0.685386 0.13764 -0.3931 -0.36622 0.190711 -0.611556 -0.412891 0.112037 -0.690315 -0.672538 -0.155846 0.399266 -0.694007 -0.190975 0.41188 -0.387529 -0.1909 0.713179 0.69442 0.0776925 0.398976 0.694786 -0.156313 0.399038 0.789536 -0.155792 -0.000127505 0.789748 0.077207 0.000623347 0.413889 -0.155703 0.691074 0.0220488 -0.156318 0.797004 0.0226115 -0.190469 0.823435 0.427377 -0.190794 0.713255 -0.375786 -0.155738 0.690288 0.375482 0.0770731 -0.689969 0.375841 -0.155933 -0.689905 -0.021172 -0.156347 -0.7972 -0.0215381 0.0776566 -0.797262 0.376206 0.112077 -0.690346 -0.413256 -0.155971 -0.689874 0.673175 -0.155826 -0.398061 0.67281 0.0771764 -0.398128 0.672719 0.112178 -0.397929 -0.0223711 -0.190201 -0.823435 0.388444 -0.188792 -0.708754 -0.788659 -0.155871 -6.3683e-05 -0.694146 -0.156362 -0.397839 -0.716905 -0.190345 -0.411261 -0.815194 -0.190943 0.00020795 -0.426556 -0.190877 -0.712444 0.717721 -0.190328 0.412072 0.815194 -0.190736 0.00116992 0.691215 -0.188708 -0.410964 0.413525 0.0773017 0.691007 0.694332 0.111691 0.39917 0.789658 0.112207 0.000822784 0.779596 0.138183 0.000696876 -0.375572 0.0772631 0.691038 0.0222611 0.0776829 0.797759 -0.413618 0.077033 -0.689935 -0.021626 0.111657 -0.797068 -0.0213881 0.137595 -0.786105 0.663913 0.138126 -0.392819 -0.672086 0.0771621 0.398621 -0.375663 0.112261 0.691238 -0.672176 0.112162 0.39882 -0.370454 0.138332 0.681532 0.371683 0.138011 -0.680918 0.333255 0.190519 -0.611837 -0.789025 0.077133 -0.000129677 -0.693784 0.111648 -0.398285 -0.693697 0.0776486 -0.398479 -0.0192896 0.190148 -0.70651 0.685801 0.137697 0.394287 0.407831 0.138341 0.681805 0.413437 0.111302 0.691201 0.0218032 0.137743 0.787292 0.0221732 0.111682 0.797953 0.0196694 0.190196 0.706902 -0.789116 0.112133 6.97362e-05 -0.779188 0.138156 0.000491903 -0.615585 0.190593 -0.352868 0.699831 0.190975 0.00102404 0.615148 0.190746 0.353843 0.3666 0.190634 0.611952 0.596076 0.190726 -0.353156 -0.332875 0.190824 0.612233 -0.5957 0.190619 0.353547 -0.663504 0.138213 0.394007 -0.698873 0.190367 0.000188649 + + + + + + + + + + -0.320575 0.837657 -0.442225 -0.456339 0.835802 -0.305272 -0.233752 0.837503 -0.493912 -0.577087 0.184745 -0.795513 -0.398707 0.37184 -0.838312 -0.776705 0.355306 -0.520084 -0.401665 0.591824 0.698863 -0.699645 0.578273 0.419638 -0.694818 0.58595 0.417002 0.998021 -8.09629e-06 0.0628746 0.830806 0.00145311 0.55656 0.877524 -0.000298778 0.479532 0.999686 0.00108114 -0.0250537 0.0725276 0.604227 0.793505 -0.071802 0.604814 0.793123 0.343642 0.599993 0.72244 0.468654 0.599782 0.648557 -0.400785 0.590086 0.700836 0.0886781 -0.000130435 -0.99606 0.570461 0.000656918 -0.821325 0.497218 -0.00533197 -0.867609 -0.00194564 -0.00103536 -0.999997 0.412123 0.186859 -0.891761 -0.429954 -0.000907554 -0.90285 0.899073 0.000803962 -0.437798 0.857711 0.00296854 -0.514124 0.79689 0.183759 -0.575498 0.00181328 0.59727 -0.802038 -0.00037853 0.612566 -0.790419 -0.343726 0.604527 -0.718609 0.410801 0.567081 -0.713906 0.408057 0.576992 -0.70751 -0.727497 0.609379 -0.315287 -0.659594 0.607305 -0.44285 -0.795483 0.603912 -0.049976 -0.799109 0.594037 0.0924335 -0.467438 0.604251 -0.645277 0.729395 0.606909 0.315666 0.660713 0.605377 0.443821 0.80139 0.596194 0.0482326 0.811456 0.576339 -0.0968102 0.670474 0.561801 -0.484607 0.741282 0.564975 -0.362359 0.428733 -0.000459565 0.903431 0.510353 -0.00145087 0.859964 0.901862 0.181336 0.392126 0.976216 0.185921 -0.111518 0.932416 0.356561 0.0588578 -0.0884323 -0.00312974 0.996077 -0.5705 -0.000406377 0.821298 -0.497101 -0.00436384 0.867682 0.00175205 -0.00391942 0.999991 -0.510729 0.000831514 -0.859742 -0.0901584 0.19528 -0.976595 0.0815484 0.38476 -0.919407 0.83842 0.361388 -0.407984 -0.899233 0.00156071 0.437468 -0.85808 -0.00167154 0.513514 -0.79718 0.183227 0.575267 -0.411213 0.192743 0.890929 -0.52973 0.375851 0.760343 -0.830858 -0.000198142 -0.556485 0.53111 0.368998 -0.762734 0.231897 0.83183 -0.504264 0.0489756 0.83327 -0.550692 0.317254 0.831204 -0.456563 -0.999692 -0.00117908 0.0248035 -0.901985 0.181165 -0.39192 -0.87758 0.00129631 -0.479428 -0.0490822 0.834929 -0.548164 0.576679 0.185789 0.795565 0.397579 0.376013 0.836986 0.774969 0.359497 0.519793 0.0903445 0.189275 0.977759 -0.0810207 0.381829 0.920675 0.0494618 0.837412 0.544329 0.233026 0.839159 0.491438 -0.0486856 0.835351 0.547557 -0.997986 -0.000613833 -0.0634321 -0.977377 0.179577 0.111744 -0.933907 0.352654 -0.0587652 -0.503087 0.836243 -0.218178 -0.547861 0.835877 -0.0340442 0.503252 0.83597 0.218841 0.550737 0.832268 -0.0633834 0.551213 0.833645 0.0346515 0.453865 0.837534 0.30421 0.319163 0.839022 0.440655 0.451505 0.830366 -0.326552 0.500838 0.830353 -0.244285 -0.4506 0.831299 0.325425 -0.232285 0.832466 0.503035 -0.317046 0.831599 0.455988 -0.496931 0.833343 0.242075 -0.841126 0.35254 0.410149 -0.545562 0.835659 0.0635359 + + + + + + + + + + 0.7225 0.2402 0.7468 0.2352 0.7225 0.2352 0.7225 0.2339 0.8195 0.2119 0.7953 0.2119 0.7953 0.2133 0.6254 0.2133 0.6012 0.2133 0.6012 0.2321 0.6254 0.2321 0.5527 0.2119 0.5527 0.2133 0.5769 0.2133 0.5769 0.2119 0.8195 0.2133 0.8438 0.2133 0.8438 0.2119 0.698 0.2133 0.674 0.2133 0.674 0.2321 0.698 0.2321 0.674 0.2339 0.7225 0.2133 0.6497 0.2133 0.6497 0.2321 0.6497 0.2339 0.698 0.2119 0.674 0.2119 0.7468 0.2119 0.7468 0.2133 0.771 0.2133 0.771 0.2119 0.7225 0.2119 0.6012 0.2119 0.6254 0.2119 0.6497 0.2119 0.5769 0.2321 0.6012 0.2339 0.6254 0.2339 0.6254 0.2352 0.8195 0.2321 0.5527 0.2321 0.7225 0.2321 0.698 0.2339 0.698 0.2352 0.6497 0.2352 0.7953 0.2321 0.7953 0.2339 0.8195 0.2339 0.8195 0.2352 0.674 0.2352 0.674 0.2402 0.771 0.2321 0.7468 0.2339 0.7468 0.2321 0.698 0.2402 0.5769 0.2339 0.5769 0.2352 0.6012 0.2352 0.5527 0.2339 0.5528 0.2352 0.5527 0.2402 0.8438 0.2321 0.771 0.2339 0.771 0.2352 0.7468 0.2402 0.8438 0.2339 0.8438 0.2352 0.6012 0.2402 0.6254 0.2402 0.5769 0.2402 0.6497 0.2402 0.7953 0.2402 0.8195 0.2402 0.7953 0.2352 0.8438 0.2402 0.771 0.2402 + + + + + + + + + + + + + + +

0 2 2 1 1 1 2 0 0 1 5 1 0 4 2 3 3 3 4 8 6 5 7 5 6 6 4 7 11 9 8 10 8 9 9 7 10 12 10 7 11 9 9 9 7 11 15 13 12 14 12 13 13 11 14 16 14 11 15 13 13 13 11 12 14 16 15 17 15 6 6 4 13 13 17 12 14 16 6 6 4 16 20 20 17 19 19 18 18 18 19 21 21 16 20 20 18 18 18 20 22 22 16 20 20 19 21 21 19 21 21 18 18 18 21 23 23 10 12 10 9 9 7 22 24 24 23 25 25 10 12 10 22 24 24 23 25 25 22 24 24 17 19 19 16 20 20 23 25 25 17 19 19 24 26 26 23 25 25 16 20 20 21 29 23 18 28 18 25 27 27 17 31 19 26 30 28 25 27 27 18 28 18 17 31 19 25 27 27 27 34 31 28 33 30 29 32 29 30 35 32 27 34 31 29 32 29 28 33 30 21 29 23 31 36 33 29 32 29 28 33 30 31 36 33 9 39 7 8 38 8 32 37 34 33 40 35 9 39 7 32 37 34 8 38 8 11 15 13 14 16 14 32 37 34 8 38 8 14 16 14 17 31 19 22 42 24 34 41 36 26 30 28 17 31 19 34 41 36 22 42 24 9 39 7 33 40 35 34 41 36 22 42 24 33 40 35 35 44 37 11 43 13 8 10 8 7 11 9 35 44 37 8 10 8 36 45 38 7 11 9 10 12 10 37 46 39 36 45 38 10 12 10 37 46 39 38 47 40 36 45 38 39 50 41 15 49 15 12 48 16 40 51 42 12 48 12 11 43 13 35 44 37 40 51 42 11 43 13 41 52 43 19 21 21 21 23 23 42 53 44 19 21 21 41 52 43 42 53 44 20 22 22 19 21 21 42 53 44 43 54 45 20 22 22 3 3 3 42 53 44 41 52 43 3 3 3 0 4 2 42 53 44 24 26 26 37 46 39 23 25 25 24 26 26 44 55 46 37 46 39 37 46 39 10 12 10 23 25 25 20 22 22 24 26 26 16 20 20 45 57 47 4 56 6 15 49 15 39 50 41 45 57 47 15 49 15 46 59 49 47 58 48 39 50 41 47 58 48 45 57 47 39 50 41 47 58 48 46 59 49 48 60 50 41 52 43 21 23 23 28 61 30 43 54 45 49 62 51 20 22 22 49 65 51 43 64 45 50 63 52 45 57 47 51 66 53 4 56 6 20 22 22 49 62 51 24 26 26 15 17 15 4 8 6 6 6 4 52 67 54 1 5 1 3 3 3 52 67 54 3 3 3 53 68 55 0 4 2 43 54 45 42 53 44 43 64 45 0 2 2 54 69 56 55 72 59 56 71 58 57 70 57 56 71 58 58 74 61 59 73 60 58 77 61 56 76 58 60 75 62 57 70 57 56 71 58 59 73 60 57 70 57 59 73 60 35 44 37 51 66 53 27 78 31 4 56 6 40 51 63 39 50 41 12 48 16 61 79 64 51 66 53 45 57 47 47 58 48 61 79 64 45 57 47 53 68 55 28 61 30 27 78 31 53 68 55 41 52 43 28 61 30 3 3 3 41 52 43 53 68 55 31 36 33 21 29 23 25 27 27 52 67 54 53 68 55 51 66 53 61 79 64 52 67 54 51 66 53 57 70 57 35 44 37 7 11 9 36 45 38 57 70 57 7 11 9 62 80 65 1 5 1 52 67 54 1 1 1 62 82 65 63 81 66 61 79 64 62 80 65 52 67 54 59 73 67 46 59 49 40 51 63 59 73 67 58 74 68 46 59 49 59 73 60 40 51 42 35 44 37 38 85 40 64 84 70 65 83 69 55 86 59 38 85 40 65 83 69 55 86 59 65 83 69 66 87 71 56 76 58 55 86 59 66 87 71 49 65 51 50 63 52 67 88 72 44 89 46 49 65 51 67 88 72 49 62 51 44 55 46 24 26 26 44 89 46 67 88 72 64 84 70 48 92 50 68 91 74 69 90 73 70 93 75 48 92 50 69 90 73 70 94 75 47 58 48 48 60 50 4 8 6 27 34 31 30 35 32 56 76 58 66 87 71 60 75 62 44 55 46 38 47 40 37 46 39 38 85 40 44 89 46 64 84 70 58 77 68 60 75 76 68 91 74 51 66 53 53 68 55 27 78 31 5 7 5 4 8 6 30 35 32 70 93 75 69 90 73 71 95 77 62 82 65 70 93 75 71 95 77 61 79 64 47 58 48 70 94 75 62 80 65 61 79 64 70 94 75 58 74 68 48 60 50 46 59 49 48 92 50 58 77 68 68 91 74 38 47 40 55 72 59 36 45 38 36 45 38 55 72 59 57 70 57 43 64 45 54 69 56 50 63 52 0 2 2 2 0 0 54 69 56 62 82 65 71 95 77 63 81 66 46 59 49 39 50 41 40 51 63 1 1 1 63 81 66 2 0 0

+
+
+
+ + + + 0.850875 0.0154851 0.836897 -0.80474 0.0152082 0.836642 0.85101 -0.0365143 0.8366 0.805559 -0.0370972 -0.836897 0.805422 0.0159016 -0.836595 -0.78541 0.0373781 0.815695 -0.829989 0.0365651 -0.81677 -0.85101 0.0156193 -0.836271 -0.850873 -0.0373781 -0.836573 -0.804606 -0.0367912 0.836345 0.785985 0.0367317 -0.815398 0.829983 0.0365484 0.81624 + + + + + + + + + + -0.000153131 -0.00569857 0.999984 -0.000153073 -0.00569674 0.999984 0.999628 0.00273776 -0.0271496 0.999628 0.00273784 -0.0271496 0.999628 0.00273768 -0.0271496 -0.729351 0.683849 0.0199552 -0.714585 0.699286 0.0191655 -0.743783 0.668099 0.0207357 -0.999614 -0.00273975 0.0276467 -0.999614 -0.00273879 0.0276468 -0.999614 -0.00274071 0.0276467 -0.000196141 0.00569646 -0.999984 -0.000196138 0.00569638 -0.999984 -0.000196144 0.00569654 -0.999984 0.000131183 0.697698 -0.716392 0.000521297 0.713488 -0.700668 -0.000258996 0.681562 -0.73176 0.000205432 1 -0.000198371 -0.000102689 1 -0.000495215 0.000513552 1 9.84721e-05 -5.98945e-05 0.693425 0.720529 -0.000227089 0.700066 0.714078 0.000107305 0.686725 0.726918 0.720161 0.693537 -0.0193647 0.721056 0.692605 -0.0194118 0.719265 0.694467 -0.0193175 0.000168407 -1 0.000344963 0.000167217 -1 0.000343818 0.000169598 -1 0.000346109 -0.000153188 -0.0057004 0.999984 + + + + + + + + + + 0.9208 0.0488 0.9135 0.0115 0.9135 0.0488 0.8732 0.0592 0.9105 0.0592 0.9105 0.0518 0.8732 0.0518 0.8732 0.0115 0.8736 0.0120001 0.91 0.0120001 0.9105 0.0115 0.9105 0.00120008 0.8732 0.00120008 0.8732 0.00849998 0.9105 0.00849998 0.8628 0.0115 0.8628 0.0488 0.8701 0.0488 0.8702 0.0115 0.8732 0.0488 0.8736 0.0484 0.91 0.0484 0.9105 0.0488 0.9481 0.0291001 0.9306 0.0291001 0.9306 0.0466 0.9481 0.0466 0.9208 0.0115 + + + + + + + + + + + + + + +

0 1 2 1 0 1 2 0 0 0 2 5 2 3 4 3 2 3 4 4 6 0 2 5 3 2 3 5 5 9 6 6 8 7 5 7 1 7 10 5 5 9 7 5 7 7 8 13 8 9 12 9 8 11 1 10 14 7 8 13 9 8 11 4 11 17 3 12 16 8 11 15 7 13 18 4 11 17 8 11 15 6 14 8 10 15 20 4 14 19 7 16 7 6 14 8 4 14 19 10 17 20 6 18 8 5 17 9 11 19 21 10 17 20 5 17 9 1 20 10 0 21 22 11 20 21 5 22 9 1 20 10 11 20 21 0 23 22 4 24 19 10 23 20 11 25 21 0 23 22 10 23 20 3 26 25 2 27 24 9 26 23 8 28 26 3 26 25 9 26 23 1 0 1 9 29 27 2 0 0

+
+
+
+ + + + -0.840651 0.172778 -0.826893 0.795551 0.173003 -0.826368 -0.84081 -0.172229 -0.826881 0.795392 -0.173003 -0.826368 0.840159 0.172698 0.826893 0.84081 -0.172303 0.826324 -0.796043 0.172475 0.826375 -0.795391 -0.172527 0.825798 + + + + + + + + + + 0.000317223 -1.88017e-05 -1 0.000320752 -3.553e-05 -1 0.000313693 -2.07342e-06 -1 0.999629 0.0007374 -0.0272218 0.999621 0.00193373 -0.0274717 -0.000318713 -0.0016622 0.999999 -0.000321043 -0.00167326 0.999999 -0.000316383 -0.00165114 0.999999 -0.999629 -0.000735898 0.027222 -0.999622 0.000462416 0.0274722 -0.999634 -0.00193421 0.0269718 0.999636 -0.000458936 -0.0269718 + + + + + + + + + + 0.8601 0.079 0.8704 0.1163 0.8704 0.079 0.8601 0.1163 0.8704 0.1266 0.9077 0.1266 0.9077 0.1163 0.9181 0.1163 0.9181 0.079 0.9077 0.079 0.9077 0.0686001 0.8704 0.0686001 + + + + + + + + + + + + + + +

0 1 2 1 0 1 2 0 0 1 0 1 3 2 3 2 0 0 4 3 6 5 4 5 3 3 4 6 5 9 7 6 8 5 5 7 4 7 6 6 5 9 5 5 7 0 8 2 2 9 11 7 8 10 6 10 9 0 8 2 7 8 10 1 11 1 4 3 6 3 3 4

+
+
+
+ + + + -0.251721 0.385073 -0.000374013 -0.315985 0.148901 0.000109579 -0.122164 0.385682 0.127219 0.00878097 0.148915 0.32031 -0.129605 0.385112 -0.127287 -0.00812822 0.149518 -0.319599 0.0068206 0.385293 0.253994 -0.00748901 0.385151 -0.2542 -0.331427 -0.0861453 0.000330857 -0.00873977 -0.0864021 -0.334782 0.316064 0.149535 -0.000210788 0.331427 -0.0864326 0.000247594 -0.00836496 -0.325574 -0.305339 0.302392 -0.325512 0.000273609 0.00955666 -0.0861705 0.334782 0.00854592 -0.325009 0.305166 0.251976 -0.564643 -0.000481898 0.00692632 -0.564725 0.253916 -0.173693 0.466276 -0.000172004 -0.301638 -0.325073 0.000367046 -0.251616 -0.563944 -0.000446683 -0.00738358 -0.563867 -0.254266 0.128937 0.38533 0.12708 0.122069 0.385759 -0.126601 0.251051 0.38537 0.000168198 0.00495314 0.466734 0.175981 -0.00464982 0.466708 -0.175018 0.173419 0.46717 0.000316474 -0.000271053 0.564725 -6.32577e-05 + + + + + + + + + + -0.688909 0.189602 0.699611 -0.696829 0.116843 0.707656 -0.689486 0.189046 0.699193 -0.694632 0.140764 0.705459 -0.707331 0.190946 -0.680604 -0.707347 0.191081 -0.68055 -0.713079 0.143221 -0.686299 -0.715337 0.119024 -0.688568 -0.6878 0.190789 0.700379 -0.707384 0.19081 -0.680587 -0.720354 0.00117697 -0.693606 -0.720124 -0.0431284 -0.692503 0.701739 0.000653677 -0.712434 0.696745 0.118001 -0.707547 0.694407 0.142976 -0.705235 0.700902 -0.0423965 -0.711996 0.721007 0.00206845 0.692925 0.715816 0.121613 0.687618 0.713609 0.146103 0.685139 0.69737 -0.106538 -0.708748 0.694964 -0.125663 -0.707979 0.715825 -0.109395 0.689657 0.719702 -0.0436999 0.692907 -0.700853 0.000955522 0.713305 -0.699834 -0.0419383 0.713073 -0.696703 -0.106166 0.70946 0.713843 -0.13084 0.687974 0.711727 -0.151797 0.685859 0.711936 -0.151415 0.685726 -0.582655 0.557909 0.590974 -0.583189 0.558915 0.589495 -0.582976 0.559102 0.589528 -0.59202 0.570283 -0.569465 -0.591229 0.571366 -0.5692 -0.591375 0.570828 -0.569589 -0.693601 -0.146938 0.705214 -0.695424 -0.126992 0.707289 -0.717083 -0.107625 -0.688629 -0.715428 -0.127741 -0.686909 -0.713159 -0.148515 -0.68509 -0.693856 -0.1477 0.704804 -0.712423 -0.149867 -0.68556 0.692681 -0.145953 -0.706323 0.691911 -0.143642 -0.70755 0.707065 0.195188 0.679677 0.706503 0.196595 0.679856 0.688439 0.191591 -0.699532 0.688143 0.192309 -0.699626 0.688368 0.190888 -0.699794 0.706908 0.193781 0.680243 0.595447 0.563243 0.572888 0.595575 0.562759 0.57323 0.595621 0.563 0.572945 -0.582387 0.557406 0.591712 -0.582006 0.555517 0.593859 0.581929 0.55597 -0.593512 0.582627 0.555965 -0.592831 0.582008 0.556357 -0.593072 -0.590936 0.572442 -0.568423 -0.590833 0.571907 -0.569068 0.582976 0.555962 -0.59249 0.583865 0.555181 -0.592348 0.595097 0.563729 0.572774 0.595382 0.563485 0.572717 0.442306 0.789156 0.426144 -0.445741 0.785665 -0.429006 -0.442012 0.77813 0.446249 0.438664 0.779272 -0.447559 + + + + + + + + + + 0 1 + + + + + + + + + + + + + + +

0 2 0 1 1 0 2 0 0 1 1 0 3 3 0 2 0 0 1 6 0 0 5 0 4 4 0 5 7 0 1 6 0 4 4 0 3 3 0 6 8 0 2 0 0 7 9 0 5 7 0 4 4 0 1 6 0 5 7 0 8 10 0 5 7 0 9 11 0 8 10 0 5 14 0 10 13 0 9 12 0 10 13 0 11 15 0 9 12 0 10 18 0 3 17 0 11 16 0 9 12 0 11 15 0 12 19 0 11 15 0 13 20 0 12 19 0 11 16 0 14 22 0 13 21 0 3 3 0 1 1 0 14 23 0 1 1 0 8 24 0 14 23 0 3 17 0 14 22 0 11 16 0 14 23 0 8 24 0 15 25 0 14 22 0 15 26 0 13 21 0 13 21 0 15 26 0 16 27 0 15 26 0 17 28 0 16 27 0 18 31 0 0 30 0 2 29 0 18 34 0 4 33 0 0 32 0 15 25 0 19 36 0 17 35 0 8 24 0 19 36 0 15 25 0 9 11 0 12 38 0 19 37 0 8 10 0 9 11 0 19 37 0 19 37 0 12 38 0 20 39 0 19 36 0 20 40 0 17 35 0 12 38 0 21 41 0 20 39 0 12 19 0 13 20 0 21 42 0 13 20 0 16 43 0 21 42 0 3 17 0 10 18 0 22 44 0 6 45 0 3 17 0 22 44 0 10 13 0 5 14 0 23 46 0 5 14 0 7 47 0 23 46 0 24 48 0 10 13 0 23 46 0 10 18 0 24 49 0 22 44 0 25 52 0 6 51 0 22 50 0 25 53 0 18 31 0 2 29 0 25 53 0 2 29 0 6 54 0 26 57 0 23 56 0 7 55 0 26 59 0 7 58 0 4 33 0 18 34 0 26 59 0 4 33 0 26 57 0 27 60 0 23 56 0 27 60 0 24 61 0 23 56 0 27 63 0 22 50 0 24 62 0 27 63 0 25 52 0 22 50 0 28 64 0 25 64 0 27 64 0 28 65 0 26 65 0 18 65 0 28 66 0 18 66 0 25 66 0 28 67 0 27 67 0 26 67 0

+
+
+
+ + + + 0.0573758 0.541158 -0.119184 0.0578459 0.541008 -0.0925632 0.0588145 0.390008 -0.0926067 0.057617 0.354154 -0.118859 -0.000675269 0.558012 -0.119676 0.000378044 0.557858 -0.092234 0.0580918 0.354003 -0.0922342 -0.0586297 0.353852 -0.118638 -0.0573392 0.353707 -0.0925904 -0.0580107 0.389709 -0.0932022 0.0484775 0.292486 -0.0060209 -0.0433536 0.292248 -0.00592476 -0.0588734 0.540857 -0.118961 -0.0584008 0.540706 -0.0923419 0.0501109 0.211203 0.043978 -0.0417238 0.210966 0.0440692 0.0508902 4.85915e-05 0.0707899 -0.0417614 -0.000194618 0.0714596 0.0501484 -0.210802 0.0435456 -0.0425093 -0.210045 0.0442159 0.0486987 -0.291525 -0.005976 -0.0431394 -0.291763 -0.00588982 -0.0576206 -0.353307 -0.0926729 0.0586273 -0.353006 -0.0928951 -0.0580954 -0.353157 -0.119298 -0.0575276 -0.389307 -0.092878 -0.0584279 -0.540159 -0.119785 -0.0579543 -0.540309 -0.0931599 0.0581572 -0.352855 -0.119516 0.0587203 -0.389005 -0.0931002 9.44359e-05 -0.557162 -0.092674 -0.000374286 -0.558012 -0.119299 0.0583985 -0.53986 -0.119191 0.0588733 -0.540011 -0.0925661 0.00492984 0.219849 0.0858107 0.00593204 0.000653208 0.119785 0.0515016 -7.30686e-05 0.0924193 0.0501244 0.219085 0.0648352 0.00558851 -0.21916 0.0860992 0.0507769 -0.218924 0.0651244 0.00260908 -0.338726 0.00809604 0.0493201 -0.322577 0.00326129 -0.0411548 0.000683658 0.0930887 -0.000128295 -0.379157 -0.0930543 -0.0416397 -0.219158 0.0643937 0.00296544 0.339289 0.00801325 0.0489409 0.323433 0.0035755 -0.0425158 -0.322815 0.00335333 -0.0417164 0.219847 0.064927 2.10596e-05 0.379856 -0.0926697 -0.0428924 0.323195 0.00366579 + + + + + + + + + + 0.999967 -0.00793376 0.00156689 0.999824 0.00641858 -0.0176191 0.999467 0.00381295 -0.0324186 0.999424 -0.00952275 -0.0325819 0.280066 0.959978 -0.00246011 0.0959784 0.995376 0.00390458 0.2788 0.960349 0.000505806 -0.097257 0.995232 0.00732526 0.998336 -0.0266068 0.0511656 0.00314666 -0.978581 -0.205839 0.00258399 -0.99998 -0.00569824 0.00258393 -0.99998 -0.00569799 0.00277142 -0.914314 -0.404997 -0.993616 -0.0207852 0.110887 -0.999242 -0.0095231 0.0377427 -0.998199 -0.00944903 0.0592388 0.00198614 -0.730923 -0.682457 0.000842472 -0.632463 -0.77459 -0.999758 -0.00197109 0.0219179 -0.999839 -0.00268445 0.0177347 -0.28012 0.959909 0.0103998 -0.28132 0.959522 0.0133069 0.000107945 -0.399242 -0.916846 -0.00237281 -0.264756 -0.964313 -0.005034 -0.0424532 -0.999086 -0.00686925 0.0430839 -0.999048 -0.00527751 0.265165 -0.964188 -0.00345815 0.399305 -0.916812 -0.00253315 0.683376 -0.730062 -0.00245432 0.683228 -0.730201 -0.00294562 0.916327 -0.400419 -0.00292064 0.98037 -0.197146 -0.00258376 0.99998 0.00569755 -0.999783 -0.000484858 0.0208256 -0.994176 0.0060215 0.107602 -0.998537 -0.000405933 0.0540721 -0.999781 0.00225386 0.0208174 -0.999838 0.0027924 0.0178001 -0.00258381 0.99998 0.00569776 0.999825 0.00196962 -0.0186169 0.999947 0.00173099 0.0101741 0.998431 0.0163973 0.05354 -0.286475 -0.957926 0.0175922 -0.27881 -0.960346 -0.000470419 -0.101311 -0.994632 0.0210558 0.0974368 -0.995087 0.0175679 0.999824 0.00110272 -0.0187102 0.999841 0.00094987 -0.0178266 0.287592 -0.957723 0.00751367 0.295091 -0.95541 -0.0106631 0.46905 0.00123253 0.883171 0.0124828 0.000800814 0.999922 0.0100533 0.285733 0.958256 0.353563 0.381109 0.854254 0.0049081 -0.285357 0.958409 0.353937 -0.383711 0.852932 0.999585 0.000123318 -0.0288005 0.999481 0.00296911 -0.0320695 0.999754 0.001616 -0.0221015 0.999831 0.0176995 0.0050451 0.999601 0.000117814 -0.0282566 0.999894 0.00733411 -0.0126107 0.999902 0.0053416 -0.0129652 -0.000944776 -0.691273 0.722593 0.162331 -0.776451 0.608911 0.998737 0.0184056 0.0467464 -0.453583 -0.000345591 0.891214 -5.68857e-05 -0.504301 0.863528 -0.351945 -0.376804 0.856827 -0.999357 -0.00598247 0.0353633 -0.999694 -0.000473876 0.0247246 -0.99928 -0.00945537 0.0367404 -0.999607 0.00185852 0.0279574 -0.997385 -0.000328656 0.0722726 0.0021695 0.689786 0.724011 0.156956 0.774856 0.612343 0.99983 -0.0101157 0.0154259 0.998638 -0.0218172 0.0473843 -0.161446 -0.772167 0.614567 -0.993662 0.00341105 0.112353 -0.343372 0.3787 0.859466 -0.0770779 -0.464712 0.882101 0.0857107 -0.469461 0.878783 -0.00217495 0.000125072 0.999998 -0.999915 -0.0047691 0.0121002 -0.999913 -0.00407527 0.012508 -0.000542642 0.00283581 0.999996 -0.00264168 0.503547 0.863964 -0.0813105 0.465432 0.881341 -0.160794 0.772305 0.614565 -0.00510538 0.00212991 0.999985 0.0713188 0.46765 0.881032 -0.00563484 -0.00408467 0.999976 0.00194313 -0.0024518 0.999995 0.00199354 -0.00137616 0.999997 -0.998196 -0.0127991 0.0586631 -0.994475 -0.0128973 0.10418 + + + + + + + + + + 0.1998 0.0999 0.2196 0.0999 0.2196 0.0961 0.1944 0.0961 0.2266 0.0961 0.2266 0.0999 0.1944 0.0999 0.1813 0.0961 0.1813 0.0999 0.1759 0.0999 0.193 0.1188 0.1826 0.1188 0.156 0.0961 0.156 0.0999 0.149 0.0999 0.149 0.0961 0.193 0.1344 0.1826 0.1344 0.193 0.1664 0.1826 0.1664 0.193 0.1983 0.1826 0.1983 0.193 0.2139 0.1826 0.2139 0.1813 0.2328 0.1944 0.2328 0.1813 0.2366 0.1759 0.2328 0.156 0.2366 0.156 0.2328 0.1944 0.2367 0.1998 0.2328 0.149 0.2328 0.149 0.2366 0.2196 0.2366 0.2196 0.2328 0.2266 0.2366 0.2266 0.2328 0.1123 0.2932 0.1067 0.2932 0.1067 0.3181 0.1117 0.3193 0.1067 0.2683 0.1117 0.267 0.1151 0.2668 0.1158 0.2524 0.1157 0.2932 0.1151 0.3196 0.1067 0.2502 0.1117 0.2507 0.1011 0.2932 0.1067 0.2315 0.1017 0.267 0.0983 0.2667 0.0977 0.2932 0.0977 0.2524 0.1067 0.3361 0.1117 0.3356 0.1158 0.334 0.1017 0.2507 0.0937 0.2345 0.1017 0.3194 0.1198 0.2345 0.1156 0.2305 0.0978 0.2305 0.0958 0.1963 0.0983 0.3196 0.1176 0.1963 0.1067 0.3548 0.1156 0.3559 0.1198 0.3518 0.1017 0.3356 0.1067 0.1921 0.0978 0.3559 0.0958 0.39 0.1067 0.3943 0.1176 0.39 0.0977 0.334 0.0937 0.3518 + + + + + + + + + + + + + + +

0 2 2 1 1 1 2 0 0 3 3 3 0 2 2 2 0 0 0 6 2 4 5 4 1 4 1 4 5 4 5 7 5 1 4 1 3 3 3 2 0 0 6 8 6 7 11 7 3 10 3 6 9 6 8 12 8 7 11 7 6 9 6 9 15 9 7 14 7 8 13 8 8 12 8 6 9 6 10 16 10 11 17 11 8 12 8 10 16 10 12 18 12 7 14 7 9 15 9 13 19 13 12 18 12 9 15 9 12 21 12 13 20 13 5 7 14 4 5 15 12 21 12 5 7 14 11 17 11 10 16 10 14 22 16 15 23 17 11 17 11 14 22 16 15 23 17 14 22 16 16 24 18 17 25 19 15 23 17 16 24 18 16 24 18 18 26 20 17 25 19 18 26 20 19 27 21 17 25 19 18 26 20 20 28 22 19 27 21 20 28 22 21 29 23 19 27 21 22 30 24 21 29 23 20 28 22 23 31 25 22 30 24 20 28 22 24 32 26 22 30 24 23 31 25 25 35 27 22 34 24 24 33 26 25 35 27 24 33 26 26 36 28 27 37 29 25 35 27 26 36 28 28 38 30 24 32 26 23 31 25 23 41 25 29 40 31 28 39 30 30 44 32 27 43 29 26 42 28 31 45 33 30 44 32 26 42 28 32 46 34 28 39 30 29 40 31 33 47 35 32 46 34 29 40 31 32 49 34 33 48 35 31 45 36 33 48 35 30 44 37 31 45 36 34 52 40 35 51 39 36 50 38 37 53 41 34 52 40 36 50 38 36 50 38 35 51 39 38 54 42 39 55 43 36 50 38 38 54 42 36 58 38 39 57 43 18 56 44 18 56 44 39 57 43 20 59 45 16 60 46 36 58 38 18 56 44 36 58 38 16 60 46 14 61 47 37 62 41 36 58 38 14 61 47 38 54 42 40 63 48 39 55 43 40 63 48 41 64 49 39 55 43 39 57 43 41 65 49 20 59 45 35 51 39 42 66 50 38 54 42 42 66 50 35 51 39 34 52 40 41 64 49 40 63 48 43 67 51 42 66 50 44 68 52 38 54 42 38 54 42 44 68 52 40 63 48 44 71 52 42 70 50 19 69 53 42 70 50 17 72 54 19 69 53 44 71 52 19 69 53 21 73 55 45 74 56 34 52 40 37 53 41 46 75 57 45 74 56 37 53 41 46 77 57 37 62 41 10 76 58 37 62 41 14 61 47 10 76 58 40 63 48 47 78 59 43 67 51 47 79 59 44 71 52 21 73 55 44 68 52 47 78 59 40 63 48 47 79 59 21 73 55 22 34 60 48 80 61 34 52 40 45 74 56 48 80 61 42 66 50 34 52 40 20 59 45 41 65 49 23 41 62 41 65 49 29 40 63 23 41 62 29 81 63 41 64 49 43 67 51 47 78 59 25 82 64 43 67 51 25 35 64 47 79 59 22 34 60 43 67 51 25 82 64 27 83 65 48 85 61 15 84 66 42 70 50 15 84 66 17 72 54 42 70 50 29 81 63 43 67 51 33 86 67 49 87 68 45 74 56 46 75 57 2 88 69 49 87 68 46 75 57 46 77 57 10 76 58 6 8 70 2 0 69 46 77 57 6 8 70 50 89 71 45 74 56 49 87 68 50 89 71 48 80 61 45 74 56 43 67 51 30 90 72 33 86 67 30 90 72 43 67 51 27 83 65 9 91 73 50 89 71 49 87 68 13 92 74 9 91 73 49 87 68 5 93 75 13 92 74 49 87 68 49 87 68 2 88 69 1 94 76 5 93 75 49 87 68 1 94 76 50 96 71 11 95 77 48 85 61 11 95 77 15 84 66 48 85 61 9 15 73 8 13 78 50 96 71 8 13 78 11 95 77 50 96 71

+
+
+
+ + + + 6.63259 6.23953 -1.01192 6.63565 6.33898 -0.913228 6.6365 2.1919 -0.912718 5.71066 -3.4446 6.98496 5.70735 7.28859 6.98716 5.50561 6.98906 6.98671 5.50838 -3.44512 6.98483 -7.07202 8.96317 -5.57438 -7.20187 8.96384 -5.57432 -6.89525 8.96406 5.58222 -6.76622 8.96339 5.58274 7.20673 6.98856 7.14467 7.20683 8.67359 7.14499 6.63932 6.98909 7.14457 5.86317 -14.0453 7.14107 7.21247 -14.0448 7.14135 7.2095 -3.44463 7.14279 6.63942 8.67412 7.14489 -7.16511 7.41852 6.07612 -7.24834 7.41831 6.07624 -7.24842 8.76333 6.0766 -7.16518 8.76255 6.07647 -7.49712 7.41898 -6.0905 -7.58035 7.41877 -6.09038 -7.49719 8.76301 -6.09015 -7.581 8.7628 -6.09084 5.85835 6.98823 7.11801 5.71124 9.23489 7.11814 5.71407 -3.44434 7.1161 5.86112 -3.44496 7.11612 6.63895 8.67427 7.11827 6.63885 6.98824 7.11794 5.85829 9.23527 7.11816 7.19175 9.24771 7.11868 7.17916 8.67367 7.11803 5.86078 -3.44512 7.14332 5.85882 6.98907 7.14463 5.32367 8.96421 -6.97932 5.32002 8.96393 -7.10907 -5.72351 8.96341 -7.11011 -5.7201 8.96367 -6.97897 -7.24312 8.96322 6.27457 -6.87658 8.96416 6.2748 -7.22115 8.96386 -6.28852 -7.58628 8.96391 -6.2885 -6.22069 7.41873 -7.39753 -6.22279 7.4182 -7.48182 -6.22368 8.76322 -7.48088 -6.22076 8.76275 -7.39717 5.82315 7.41883 -7.39414 5.82106 7.4183 -7.47843 5.82308 8.76285 -7.39379 5.82098 8.76333 -7.47808 -7.24306 7.21819 6.27391 -7.58565 7.21788 -6.28835 -7.22051 7.21782 -6.28838 -7.20182 7.21781 -5.57499 -6.90065 7.21755 5.66383 -6.87653 7.21814 6.27413 5.8627 -14.0452 7.11444 5.51135 -14.0453 6.98339 5.50619 -3.44463 6.89694 5.41674 -14.0451 6.89477 5.50857 -14.0448 6.89467 5.41435 -3.44487 6.89703 5.41265 -14.0451 6.72979 5.40968 -3.44493 6.73123 7.05378 6.98823 5.3782 7.05927 7.28808 5.58256 7.06258 -3.44511 5.58036 5.71704 -14.0445 7.11466 5.71362 -14.0448 6.98352 7.18879 9.23445 5.58293 7.19213 9.23462 5.73127 7.193 6.98858 5.73055 7.19577 -3.44461 5.72866 7.21393 8.67417 6.51994 7.24113 8.67424 6.52029 7.21464 6.98814 6.51904 7.19161 -3.44478 5.58089 7.22901 8.6741 7.06557 7.22947 9.24704 7.07849 7.25716 6.98898 7.09304 7.24185 6.98821 6.51939 7.25726 8.67401 7.09335 7.22239 -3.44454 5.72819 7.25994 -3.4442 7.09115 7.26233 -14.0444 7.08889 7.05656 -3.44496 5.37631 7.22536 -14.0447 5.72674 7.2202 6.98865 5.73089 5.50341 6.98856 6.89882 5.411 6.98832 6.89809 5.40691 6.98825 6.73312 6.46713 9.28812 6.36741 5.90023 9.28768 7.06539 7.19309 9.28793 7.08114 5.63281 9.28796 6.36761 5.70769 9.28763 6.9873 5.70934 9.28818 7.06577 7.15261 7.41871 -6.06868 7.15254 8.76274 -6.06833 7.48455 8.76327 6.09829 7.48462 7.41925 6.09794 -5.33688 8.96408 6.98696 -5.33346 8.96335 7.1181 5.71089 8.96388 7.11857 5.70747 8.96362 6.98742 7.23048 8.96407 -6.26612 6.86396 8.96412 -6.26634 6.88204 8.96423 -5.57458 7.18843 8.96344 5.58335 7.20794 8.96343 6.29616 7.57308 8.96338 6.29614 6.20819 7.4185 7.40496 6.2111 7.41903 7.48868 6.21022 8.76305 7.4896 6.20754 8.76353 7.4045 -5.83565 7.4184 7.40157 -5.83356 7.41893 7.48587 -5.83573 8.76343 7.40193 -5.83363 8.76295 7.48622 7.23584 7.41893 -6.06881 7.23054 7.21804 -6.26679 7.23577 8.76295 -6.06846 7.56785 7.41846 6.09781 7.57371 7.21835 6.2963 7.56778 8.76349 6.09817 7.20858 7.2184 6.29632 7.1893 7.21842 5.58211 6.88732 7.21767 -5.65613 6.86401 7.21809 -6.26701 -6.0399 8.96353 7.11719 -6.02979 8.96345 7.48621 6.40582 8.96356 7.48911 5.70753 7.21759 6.98676 5.71094 7.21785 7.1179 -5.33625 7.21805 6.98711 6.39681 7.21762 7.11744 6.40644 7.21853 7.48925 -6.02916 7.21742 7.48636 6.39594 8.96365 7.11869 -0.00354362 15.4468 0.000380744 -0.0281843 15.419 -0.0398656 -0.0495074 15.4197 0.000971764 -0.0837205 15.3436 0.000396641 -0.0256125 15.4195 0.0416379 -0.0412319 15.3443 0.0707909 0.0184337 15.4191 -0.0397904 -0.0451867 15.3441 -0.0697728 0.0344381 15.3443 -0.0697962 -0.0518588 15.2411 -0.0801574 0.0407938 15.2414 -0.0808202 -5.33341 7.21832 7.11744 -5.3312 7.21832 7.1171 -5.3348 7.21831 7.1172 -6.03927 7.21749 7.11734 7.05939 8.96411 5.58283 6.75277 8.96389 -5.57371 -6.41984 8.96372 -7.48089 -6.40939 8.96363 -7.10966 6.0267 8.96376 -7.10955 6.01659 8.96384 -7.47858 -6.41839 7.21769 -7.48132 6.01722 7.21781 -7.47842 6.02733 7.21773 -7.1094 5.32089 7.21791 -7.11031 -5.80468 7.21821 -7.1182 -6.40933 7.2176 -7.11032 -6.91214 -14.0453 5.72574 -6.91453 -3.44506 5.72799 -6.88873 -3.445 5.7281 -6.88494 -14.0452 5.72608 -6.67785 -14.0446 5.3748 -6.68082 -3.44445 5.37624 -6.68288 -3.44493 5.28335 -6.68049 -14.0451 5.2811 -6.52002 -3.44451 5.28321 -6.51705 -14.0447 5.28176 -6.76527 -14.0449 5.37421 -6.76824 -3.44468 5.37566 -6.89648 6.98868 6.51895 -6.91812 6.98812 5.73045 -6.87756 -3.44473 7.09014 -6.88034 6.98846 7.09202 -6.76007 -14.045 5.57884 -6.89207 -3.44516 5.57975 -6.8891 -14.0453 5.57831 -6.76303 -3.44483 5.58027 -5.47652 -3.44525 7.11504 -5.33028 -3.44487 7.11563 -5.33311 9.23435 7.11767 -5.48017 9.23498 7.11765 -5.48011 6.98893 7.1175 -6.26003 8.6738 7.14451 -6.25955 6.98876 7.14501 -6.26061 6.98892 7.11757 -6.26051 8.67395 7.11789 -6.8145 9.24753 7.11786 -6.80129 8.67355 7.11731 -6.82744 8.67333 7.1444 -6.82754 6.9883 7.14409 -5.13419 6.98857 6.98651 -5.33701 7.28805 6.98669 -5.3337 -3.44514 6.98449 -5.13142 -3.44461 6.98462 -5.47906 6.98878 7.14494 -5.47547 -3.4444 7.14248 -6.82419 -3.44489 7.14301 -6.8218 -14.0451 7.14076 -5.4725 -14.0446 7.14104 -6.89092 6.98819 5.7308 -6.89098 9.23523 5.73095 -6.89571 9.23507 5.58237 -6.86927 6.98875 6.5193 -6.89637 8.67371 6.51928 -6.86975 8.67379 6.51881 -6.85445 9.24765 7.07875 -6.85409 8.67371 7.06525 -6.88105 8.67349 7.09292 -6.76553 7.28837 5.5819 -6.77101 6.98851 5.37754 -6.8746 -14.0449 7.08869 -6.6836 6.98873 5.37813 -6.68566 6.98826 5.28524 -6.52279 6.98868 5.28509 -6.13043 9.28757 6.36769 -6.83828 9.28712 5.77471 -6.81759 9.28773 7.08099 -6.766 9.2874 5.58261 -6.15359 9.28731 5.52513 -6.84342 9.2872 5.5823 -5.33501 9.28765 7.06531 -5.33666 9.28709 6.98682 -6.92661 -3.44473 0.223717 -6.91218 6.9885 0.225673 -6.92442 6.988 -0.21904 -5.52589 9.28715 7.06569 -6.02068 -3.44439 0.224278 -6.01829 -14.0446 0.222021 -6.05652 -3.44495 -0.220881 -6.05356 -14.0451 -0.22232 -6.93588 -14.0454 -0.222436 -6.93885 -3.44523 -0.220991 -6.92364 -14.0449 0.222271 -5.1342 -3.44512 6.89591 -5.13697 6.98807 6.8978 -5.04236 -3.44488 6.89582 -5.04513 6.98831 6.89771 -5.04645 -3.44495 6.73084 -5.12846 -14.0448 6.98317 -5.04922 6.98824 6.73273 -5.29832 9.28772 6.36783 -5.47355 -14.0454 7.1136 -5.03939 -14.0451 6.89438 -5.13123 -14.0453 6.89447 -5.04348 -14.0451 6.7294 -5.33072 -14.0453 6.98305 -5.32731 -14.0451 7.11419 7.05879 9.28812 5.58328 7.13703 9.28732 5.58301 0.408656 -3.4443 6.98505 0.40588 6.98888 6.98693 -0.0344671 6.98875 6.98629 -0.031692 -3.44444 6.98441 7.14217 9.28724 5.77543 -0.0388958 -3.445 6.72851 -0.0359297 -14.0452 6.72706 -0.0295428 -14.0446 6.98354 0.411625 -14.0445 6.98361 0.403471 -14.0449 6.70387 0.400502 -3.44473 6.70531 6.9689 -3.44419 5.37712 6.96694 6.989 5.37843 7.05952 -14.0451 5.37488 7.06555 -14.0453 5.57892 6.80258 -3.44509 5.28414 6.7998 6.9891 5.28603 6.96349 6.98852 5.2853 6.96626 -3.44466 5.28341 6.44315 9.28786 5.52543 7.19816 -14.0448 5.7264 6.97129 -14.0444 5.37487 6.96923 -14.0449 5.28197 6.80579 -14.0453 5.2813 7.19458 -14.045 5.57945 6.10041 9.28743 0.00409995 6.25226 9.28736 5.5258 6.90589 9.28751 0.00472034 6.90636 7.28847 0.00400641 6.63571 6.9885 0.226365 6.82438 6.98899 0.226328 6.77827 6.98851 5.37847 6.81214 6.98849 -0.218385 6.67097 6.98848 -5.37025 6.7592 6.98871 -5.37024 6.90037 6.98872 -0.218377 6.91261 6.98822 0.226331 6.93178 -3.44493 0.225099 6.04945 -3.44421 0.224983 6.93417 -14.0451 0.222836 6.015 -3.44476 -0.219937 6.91953 -3.44443 -0.219613 6.01739 -14.045 -0.222194 6.05184 -14.0444 0.222726 6.92274 -14.0446 -0.222449 6.48312 6.989 -5.37079 6.62347 6.989 -0.218341 6.04749 6.98898 0.22629 6.01165 6.98842 -0.218865 6.75347 7.28786 -5.57455 6.75299 9.2879 -5.57384 6.14059 9.28799 -5.51635 5.94913 9.28749 -5.51678 -0.0372413 6.98825 6.89758 -5.14258 6.98814 6.70817 -0.0420428 6.98832 6.70738 0.184819 9.28736 6.98694 -5.30241 9.28782 6.17345 0.185869 7.28832 6.98705 0.403344 6.98839 6.89682 0.163039 9.28793 6.17403 0.397727 6.98846 6.70719 -0.0416708 6.98819 6.73039 5.6279 9.28805 6.1738 5.49861 6.98863 6.70861 -0.484429 13.1359 0.640764 -0.626837 13.1363 0.500221 -0.484199 13.0469 0.640257 -0.626607 13.0473 0.499714 -0.484457 14.4639 0.641022 -0.484227 14.3749 0.640515 -0.44038 14.3692 0.61067 -0.440354 13.0421 0.610417 -0.598744 13.0426 0.45423 -0.599025 14.4687 0.455047 -0.627446 14.4633 0.499653 -0.440638 14.4692 0.61124 -0.627454 14.3743 0.50054 -0.439792 13.1412 0.610402 -0.513384 13.0811 0.592438 -0.580203 13.1336 0.638732 -0.547592 13.0431 0.566271 -0.599 13.1416 0.454794 0.604149 14.2709 0.607047 0.647026 14.271 0.612224 0.604479 13.2359 0.606489 0.596182 14.3559 0.598322 0.611506 13.2356 0.649295 0.647929 13.236 0.61248 0.59671 13.1509 0.598185 0.654058 14.2707 0.655034 0.635885 14.373 0.600906 0.611182 14.2707 0.649856 -0.599585 14.3696 0.45506 0.654148 13.2357 0.655865 -0.617978 14.3728 0.600429 -0.574007 14.4263 0.531513 -0.539584 14.3812 0.557205 -0.619118 14.3905 0.640517 -0.633634 14.2714 0.655241 -0.580003 14.3727 0.638484 -0.513218 14.4261 0.591397 -0.578864 14.3559 0.598401 -0.54845 14.4701 0.566281 -0.586466 14.2708 0.605908 -0.591065 14.2706 0.649594 -0.629853 14.2707 0.612122 -0.628949 13.2357 0.612378 -0.634123 13.2354 0.655252 -0.591551 13.2355 0.649614 -0.539742 13.1252 0.557357 -0.574165 13.0802 0.532551 -0.618176 13.1337 0.600683 -0.619225 13.1165 0.64057 -0.579154 13.1509 0.598843 -0.586378 13.2358 0.60674 0.453999 14.4685 0.614885 0.499806 14.4634 0.644921 0.604716 14.4687 0.459149 0.500036 14.3744 0.644414 0.635119 14.4636 0.503765 0.604156 14.3697 0.459162 0.63511 14.3746 0.504653 0.454255 14.3695 0.614321 0.454864 13.0424 0.614889 0.500067 13.0474 0.644166 0.45403 13.1414 0.614636 0.635136 13.0475 0.504401 0.499837 13.1364 0.644673 0.604741 13.1417 0.458896 0.635724 13.1365 0.504328 0.605 13.0417 0.458326 0.57165 14.2707 -0.596514 0.563611 14.3556 -0.588039 0.575433 14.2709 -0.639622 0.614224 14.2708 -0.602145 0.602056 14.3727 -0.590688 0.61455 13.2358 -0.602708 0.564659 14.3728 -0.627926 0.618002 14.2711 -0.645258 0.6045 14.3899 -0.630338 0.618329 13.236 -0.645821 0.575758 13.2359 -0.640184 0.5647 13.1338 -0.629069 0.571983 13.2356 -0.597065 0.563562 13.1506 -0.588986 0.598646 14.3727 0.638299 0.639165 14.3898 0.640305 0.529765 14.4258 0.5917 0.554433 14.381 0.556902 0.562774 14.47 0.566051 0.636499 13.134 0.600577 0.599841 13.1337 0.638785 0.588018 14.4263 0.532076 0.53042 13.0808 0.592167 0.564215 13.043 0.566863 0.639635 13.1168 0.641181 0.554858 13.125 0.557876 0.588672 13.0803 0.532532 -3.16555 6.23862 6.63965 -3.16305 6.23906 6.73836 -4.26039 6.23879 6.64053 -0.826283 4.31607 6.73774 -0.826559 6.2391 6.73802 -0.828481 6.23866 6.64013 -2.02213 6.23957 6.63991 -2.01881 6.23902 6.73804 -3.06732 6.23887 6.63994 -4.25765 6.23924 6.73784 -4.25929 4.31576 6.63967 -1.91977 2.29221 6.73719 -0.825169 2.29203 6.7377 -0.827672 2.29259 6.639 -0.828207 4.31562 6.63985 -4.25737 4.3152 6.73756 -0.827948 4.21562 6.63928 -4.25735 4.2152 6.73838 -4.25626 2.29217 6.73753 -4.25958 2.29172 6.63939 -3.16416 2.29255 6.63934 -0.825446 4.21607 6.73799 -1.9239 6.23883 6.64019 -3.06482 6.23932 6.73865 -4.25985 4.21575 6.63968 -1.92058 6.23928 6.73833 -1.92336 4.21579 6.63934 -1.92086 4.21524 6.73804 -1.92308 2.29176 6.63906 -1.9203 4.31524 6.73803 -1.92362 4.31579 6.63991 -2.02074 2.2925 6.63959 -2.018 2.29195 6.7369 -2.02159 4.21554 6.63906 -2.02185 4.31554 6.63963 -2.01853 4.31599 6.73775 -3.06373 4.31529 6.73778 -3.06704 4.31584 6.63966 -3.06593 2.2918 6.63962 -3.06401 2.29225 6.73751 -3.16166 2.29199 6.73804 -3.16252 4.21603 6.73751 -3.16444 4.21558 6.63962 -3.06678 4.21584 6.63909 -3.06428 4.21528 6.73779 -2.01909 4.21598 6.73776 -4.35416 6.33898 6.73918 -0.727772 6.33936 6.7383 -4.35307 2.19191 6.7383 -3.16277 4.31603 6.73808 -0.0368878 2.0895 6.83672 -0.038257 6.43658 6.83735 -0.625928 2.09198 6.83723 -0.0370738 1.34549 6.83642 -4.45109 6.98818 6.83852 -5.04652 6.98864 6.83864 -4.45097 6.43917 6.83875 -0.627297 6.43905 6.83786 -0.624738 -3.00312 6.83629 -0.0356982 -3.00559 6.83577 -0.626104 1.34296 6.83691 -0.0358801 -3.7506 6.83547 -4.4484 -3.004 6.83717 -5.04383 -3.00554 6.83729 -4.44858 -3.75301 6.83685 -5.04558 6.43964 6.8383 -5.04502 2.09255 6.83825 -4.4496 2.09209 6.83813 -4.44977 1.34308 6.8378 -5.04438 1.34154 6.83734 -5.04319 -3.75155 6.8364 -0.0326766 -14.0338 6.83386 -0.033311 -13.1968 6.83387 -0.622287 -14.0343 6.83355 -0.624119 -8.09921 6.83452 -0.0345008 -8.10168 6.83482 -0.624907 -3.75313 6.83596 -0.623714 -8.84922 6.835 -0.622348 -13.1953 6.83438 -0.0340978 -8.8497 6.83532 -4.44601 -13.1952 6.83527 -4.44595 -14.0342 6.83444 -3.16527 4.31559 6.63937 -4.44738 -8.8491 6.83589 -5.04199 -8.84864 6.83544 -5.04263 -8.10063 6.83634 -0.627425 6.98806 6.83762 -5.04144 -13.1947 6.8354 -4.44778 -8.10009 6.8354 0.424479 14.3693 -0.600964 0.468873 14.3746 -0.629935 0.584263 14.3698 -0.444534 0.611871 14.4642 -0.489454 0.612103 14.3742 -0.489967 0.468885 14.4636 -0.630819 0.583429 14.4688 -0.444787 -0.669688 14.2707 -0.645056 -0.626814 14.2708 -0.639884 -0.669361 13.2357 -0.645619 -0.61457 14.3728 -0.628558 -0.662329 13.2355 -0.602809 -0.651184 13.1335 -0.591486 -0.626486 13.2358 -0.64044 0.425083 13.0423 -0.6004 0.46972 13.0476 -0.630762 0.584291 13.0418 -0.444792 0.612714 13.1361 -0.49029 0.612129 13.0471 -0.490219 0.468911 13.1366 -0.631072 0.42504 14.4683 -0.600979 -0.662653 14.2705 -0.602248 -0.651225 14.3725 -0.590344 -0.619207 14.2706 -0.596262 -0.611434 14.3556 -0.587953 -0.569583 14.3814 -0.547644 -0.654359 14.3897 -0.63095 -0.602822 14.4262 -0.521487 -0.620267 13.2356 -0.597054 -0.611484 13.1505 -0.588907 -0.545145 14.4257 -0.581935 0.603488 13.1337 -0.591597 0.532844 14.4703 -0.556003 0.497838 14.4254 -0.581631 0.604624 13.1169 -0.631678 0.523623 14.3813 -0.547365 0.558625 14.4262 -0.521741 0.425071 13.1413 -0.601227 0.498732 13.0804 -0.582561 0.533132 13.0423 -0.556832 0.583457 13.1408 -0.445045 0.524281 13.1252 -0.547791 0.559513 13.0812 -0.522674 -0.0964785 15.2406 0.000454198 -0.651273 14.4639 -0.494383 -0.515382 14.4641 -0.634722 -0.650465 14.3749 -0.494073 -0.515971 14.3751 -0.63465 -0.0472912 15.2412 0.0820348 0.0453604 15.2405 0.0813612 -0.469601 14.469 -0.604629 -0.620314 14.4687 -0.448888 -0.619483 14.3697 -0.44864 -0.469345 14.37 -0.605193 0.042326 15.4199 0.000881485 0.0383981 15.3435 0.07076 0.0769319 15.344 0.000590559 0.0204246 15.4196 0.040898 0.0885896 15.241 0.000515295 -0.615345 13.1338 -0.629122 -0.654469 13.1167 -0.63089 -0.603323 13.0812 -0.522655 -0.570318 13.1254 -0.548309 -0.545068 13.0807 -0.582286 -0.578959 14.4705 -0.55659 -0.469312 13.042 -0.605447 -0.515124 13.0471 -0.635488 -0.469568 13.141 -0.604883 -0.650432 13.0469 -0.494327 -0.515354 13.1361 -0.634981 -0.619471 13.1417 -0.449719 -0.649845 13.1359 -0.494399 -0.61945 13.0417 -0.448894 -0.578667 13.0424 -0.557414 -6.58136 2.29186 3.27922 -6.61027 2.29181 2.22262 -6.54634 2.19253 4.58231 -6.57828 2.29231 3.37875 -6.61278 2.29237 2.12392 -6.64335 2.29259 1.01825 -6.64447 4.31562 1.01828 -6.64474 6.23866 1.01857 -6.64641 2.19214 0.919549 -6.64363 4.21562 1.01853 -6.54852 2.29208 4.48499 -6.6475 6.33921 0.920432 -6.64365 6.43878 4.68358 -6.54743 6.3386 4.58319 -6.64229 2.09271 4.68296 -6.74689 2.09245 0.819988 -6.74825 6.43852 0.820615 -6.61417 6.23944 2.12424 -6.57937 4.21534 3.3796 -6.58245 4.21589 3.28009 -6.61109 6.23888 2.22376 -6.58217 6.23893 3.28036 -6.61387 4.2154 2.12478 -6.61331 4.3154 2.12477 -6.61081 4.31584 2.22347 -6.5488 4.21612 4.48528 -6.54963 4.31512 4.48503 -6.57967 6.23938 3.37907 -6.54991 6.23915 4.48531 -6.74272 -13.1958 0.817949 -6.64144 -13.0961 0.916928 -6.74409 -8.84875 0.818577 -6.54327 -8.94868 4.58116 -6.54218 -13.0957 4.58027 -6.63812 -13.1956 4.68092 -6.74344 -14.0518 0.817591 -6.75937 -14.0515 0.222324 -6.6431 -8.94906 0.916994 -6.63867 -8.84949 4.68096 -6.6399 -8.09948 4.68105 -6.54337 -7.99966 4.58122 -6.7445 -8.09974 0.818083 -6.54447 -3.85258 4.58211 -6.6443 -3.85296 0.917948 -6.64321 -8.00004 0.917067 -6.63987 -3.7534 4.68191 -6.74529 -3.75266 0.819528 -6.75923 -13.1935 0.221877 -6.64522 -2.90395 0.918599 -6.54515 -2.90356 4.58136 -6.64549 1.24313 0.918899 -6.54623 1.24251 4.58224 -6.64246 1.34269 4.68263 -6.74706 1.34243 0.819661 -6.6411 -3.00339 4.682 -6.74569 -3.00365 0.819033 -6.64378 6.98879 4.68335 -6.62741 6.98841 5.28443 -6.62728 6.4374 5.28465 -6.51676 6.23868 2.12509 -6.51648 4.31565 2.12482 -6.51425 6.23913 2.22381 -6.51622 4.21565 2.12425 -6.51594 2.29262 2.12397 -6.48534 6.23918 3.28041 -6.48506 4.31515 3.28012 -6.48283 6.23863 3.37911 -6.57939 4.31534 3.37878 -6.51398 4.31509 2.22352 -6.5819 4.3159 3.28008 -6.48145 2.29256 3.3788 -6.48172 4.21559 3.37907 -6.48452 2.29211 3.27927 -6.51287 2.29206 2.22348 -6.51314 4.21609 2.22377 -6.4848 4.21515 3.27955 -6.61137 4.21584 2.22348 -6.54705 4.31587 1.01915 -6.63802 -14.0516 4.67998 -6.45196 4.21536 4.48532 -6.48256 4.31559 3.37883 -6.54679 4.21587 1.01858 -6.45141 4.31537 4.48531 -6.45169 2.29233 4.48504 -6.54791 6.23891 1.01861 -6.45226 6.23941 4.48478 -6.5457 2.29184 1.01771 -6.60341 6.23933 -1.01169 -6.70024 6.23908 -1.01174 -6.63316 6.23856 -2.11794 -6.73308 6.23887 -2.21751 -6.76281 6.23881 -3.27354 -6.66516 6.23906 -3.27407 -6.69852 4.2158 -4.47871 -6.79536 4.21555 -4.47877 -6.69743 2.29177 -4.47958 -6.73082 6.2393 -2.11741 -6.66766 6.23862 -3.37277 -6.76532 6.23936 -3.37224 -6.69824 6.23884 -4.47844 -6.69996 4.31505 -1.01203 -6.63624 6.23912 -2.21746 -6.79507 6.23859 -4.47849 -6.76478 4.21533 -3.3731 -6.7617 4.21577 -3.27357 -6.76504 4.31533 -3.37253 -6.79508 2.29252 -4.47905 -6.76451 2.2923 -3.37338 -6.66767 2.29255 -3.37333 -6.73279 4.21583 -2.21697 -6.76172 4.31578 -3.2744 -6.6012 2.29227 -1.0126 -6.69943 2.29201 -1.01288 -6.60287 4.2153 -1.01255 -6.69971 4.21605 -1.01259 -6.66487 4.21602 -3.27352 -6.66459 2.29199 -3.27381 -6.73251 2.29179 -2.21726 -6.63514 4.21608 -2.2175 -6.66795 4.21558 -3.37305 -6.76142 2.29174 -3.27386 -6.63263 4.21553 -2.1188 -6.73028 4.21527 -2.11827 -6.63235 2.29249 -2.11907 -6.72972 4.31527 -2.11827 -6.63289 4.31552 -2.11823 -6.63486 2.29205 -2.21779 -6.73 2.29224 -2.11854 -6.69796 4.31581 -4.47872 -6.60231 4.3153 -1.01256 -6.7948 4.31556 -4.47877 -6.79756 2.19207 -4.57693 -6.69718 6.33853 -0.913041 -6.79923 6.33914 -4.57686 -6.69691 2.19245 -0.913345 -6.73281 4.31583 -2.21779 -6.89861 2.09238 -4.6773 -6.91498 2.09276 -5.27838 -6.89879 1.34336 -4.67763 -6.91729 6.98884 -5.27742 -6.91635 6.43884 -5.27776 -6.89997 6.43845 -4.67668 -6.91515 1.34174 -5.27872 -6.77586 2.08929 -0.219425 -6.77723 6.43637 -0.218797 -6.7918 2.09264 -0.814674 -6.77605 1.34528 -0.219718 -6.9001 6.98847 -4.67691 -6.79317 6.43872 -0.814052 -6.89759 -3.75273 -4.67858 -6.91396 -3.75235 -5.27966 -6.89622 -8.09981 -4.67921 -6.91378 -3.00633 -5.27935 -6.89742 -3.00372 -4.67826 -6.91259 -8.10042 -5.2803 -6.89639 -8.84882 -4.67953 -6.78822 -13.1956 -0.817535 -6.77171 -13.197 -0.221457 -6.78958 -8.84955 -0.816912 -6.78753 -14.0516 -0.817649 -6.77308 -8.84991 -0.220828 -6.77348 -8.10189 -0.221329 -6.77161 -14.051 -0.222377 -6.7906 -3.00345 -0.815624 -6.77467 -3.0058 -0.220374 -6.79197 1.34263 -0.815002 -6.77428 -3.74982 -0.219851 -6.78941 -8.09954 -0.81658 -6.79077 -3.75346 -0.815952 -6.66739 4.31558 -3.37306 -6.63597 4.31508 -2.21775 -6.66489 4.31603 -3.27435 -6.7933 6.98873 -0.814286 -6.91276 -8.84844 -5.28061 -6.89502 -13.1959 -4.68016 -6.9114 -13.1945 -5.28124 -6.89435 -14.0519 -4.68028 4.44357 -8.84925 -6.83303 0.619908 -8.84914 -6.83214 4.44317 -8.09923 -6.83351 0.619499 -8.09912 -6.83263 4.44197 -3.00314 -6.83257 4.4418 -3.75316 -6.83289 0.618136 -3.75304 -6.832 0.620695 -13.1952 -6.83358 4.44436 -13.1953 -6.83447 0.621376 -14.0512 -6.8337 0.616536 2.09207 -6.83154 4.4402 2.09195 -6.83243 0.616938 1.34305 -6.83105 4.43941 6.43903 -6.83099 0.615746 6.43914 -6.83009 0.615618 6.98815 -6.83033 0.618306 -3.00403 -6.83168 4.4406 1.34293 -6.83194 1.9126 4.31533 -6.63302 1.90928 4.31588 -6.73114 0.818 4.3155 -6.63354 2.00776 4.21613 -6.73143 3.05354 4.21583 -6.73065 3.05628 4.21528 -6.63334 0.818018 4.2155 -6.63271 0.815519 4.21605 -6.73141 1.91204 4.21532 -6.63301 0.814682 4.31605 -6.73166 3.05602 4.31528 -6.63277 3.05352 4.31584 -6.73147 2.01025 4.31558 -6.63355 4.44504 -14.0513 -6.83459 2.01027 4.21558 -6.63272 2.00751 4.31613 -6.73086 5.03659 -3.00561 -6.83213 5.03484 6.43957 -6.83111 5.03481 2.09248 -6.83198 5.03603 1.34147 -6.83208 5.03722 -3.75162 -6.83301 5.03389 6.98857 -6.83077 5.03842 -8.84871 -6.83397 5.0386 -8.1007 -6.83365 4.43928 6.98904 -6.83122 5.03978 -13.1938 -6.83459 3.05655 2.29225 -6.63362 3.05463 2.2918 -6.73151 2.01136 2.29255 -6.63358 3.15228 2.29206 -6.73204 3.15119 4.21609 -6.73118 3.15451 4.21554 -6.63305 1.91313 2.29229 -6.63387 1.9104 2.29184 -6.73118 0.818295 2.29246 -6.63299 2.00804 2.2921 -6.73172 3.15478 2.2925 -6.63333 3.15339 6.23957 -6.63301 3.15147 6.23912 -6.7309 4.24881 6.2394 -6.63307 0.814408 6.23909 -6.73138 0.816907 6.23953 -6.63267 2.00997 6.23962 -6.63326 2.00723 6.23917 -6.73058 3.05574 6.23932 -6.63248 4.24549 6.23895 -6.7312 4.24909 4.31537 -6.63336 0.815796 2.29202 -6.7317 4.24577 4.31592 -6.73148 3.15425 4.31553 -6.63248 3.15175 4.31609 -6.73118 4.24661 4.21592 -6.73124 4.24935 4.21537 -6.63392 3.05325 6.23887 -6.73119 1.91011 4.21588 -6.7309 1.909 6.23891 -6.73087 1.91232 6.23936 -6.63273 -4.82467 1.343 -6.83258 -4.7231 1.24269 -6.73334 -4.8233 -3.00408 -6.83321 -4.72144 -2.90338 -6.73341 -1.09528 -2.90402 -6.73289 -1.00069 -3.00321 -6.83212 -1.00148 1.34287 -6.83069 -1.09637 1.24306 -6.73201 -4.82173 -13.1953 -6.83453 -4.71986 -13.0956 -6.73473 -0.997722 -13.1954 -6.83321 -4.72013 -8.94949 -6.73443 -1.0948 -8.94913 -6.73334 -1.09371 -13.0952 -6.73422 -4.82309 -8.84919 -6.8339 -0.999091 -8.84932 -6.83259 -1.09757 6.33915 -6.73106 -4.7243 6.33879 -6.73239 -1.00325 6.43896 -6.83054 -1.19497 2.29182 -6.73166 -1.09648 2.19208 -6.73195 -4.72321 2.19271 -6.73327 -4.82531 2.09201 -6.83167 -1.00189 2.09188 -6.83117 -4.82587 6.43909 -6.83163 -3.43381 2.29204 -6.73186 -2.38722 2.29174 -6.73165 -3.53203 2.29179 -6.73214 -2.28956 2.292 -6.73218 -4.8268 6.9881 -6.83128 -5.42142 6.98856 -6.83173 -5.42129 6.43755 -6.83151 0.0298978 -8.10164 -6.83295 0.0290896 -3.75057 -6.83149 0.0316624 -13.1967 -6.83309 0.030293 -8.84966 -6.83246 0.0275059 2.08954 -6.83105 0.0261365 6.43662 -6.83043 0.0273197 1.34553 -6.83135 0.0287013 -3.00555 -6.832 -1.096 -3.85304 -6.73239 -4.72214 -3.85341 -6.7329 -1.00029 -3.75323 -6.83164 -0.408696 -13.1939 -6.83371 -0.408009 -14.0519 -6.83384 -1.0949 -8.00011 -6.73327 -4.72106 -7.99948 -6.73378 -4.82429 -3.7531 -6.83295 -0.997619 -14.0514 -6.83414 -0.99892 -8.0993 -6.83226 -4.82292 -8.10018 -6.83358 0.0317658 -14.0517 -6.83401 4.34528 -3.85298 -6.73307 0.719971 -7.99942 -6.73306 4.34636 -8.00005 -6.73395 0.718886 -3.85335 -6.73219 -6.6261 1.34631 5.28373 -6.62472 -3.00377 5.28309 -6.6235 -3.75278 5.283 -6.62592 2.09132 5.28403 0.72117 -13.0955 -6.73401 0.720896 -8.94844 -6.73371 4.34756 -13.0951 -6.7349 4.34647 -8.94907 -6.73402 0.71736 -2.90405 -6.78258 4.34433 -2.90368 -6.78264 4.34266 1.2434 -6.78257 0.716269 1.24302 -6.78169 0.0260012 6.98863 -6.83065 -6.76499 6.43687 0.225914 -6.76363 2.09179 0.225298 -6.76299 1.34378 0.2244 -6.74919 6.98853 0.820958 -6.76513 6.98888 0.225693 -6.76243 -3.0043 0.224343 -6.76178 -3.75531 0.223432 -6.62353 -8.09886 5.28214 -6.62095 -13.193 5.28143 -6.62231 -8.84987 5.28204 -6.62165 -14.052 5.28106 -6.76123 -8.10239 0.223382 -6.76059 -8.8504 0.222482 4.34231 6.33921 -6.73198 4.24688 2.29188 -6.73152 4.24962 2.29233 -6.63421 0.717008 2.19276 -6.73197 4.34398 2.19213 -6.73205 5.03965 -14.0518 -6.83414 0.715922 6.33883 -6.7311 0.0294163 6.98889 -6.6995 0.0246172 6.98896 -6.88971 5.12996 6.98808 -6.7003 5.12517 6.98815 -6.8905 -0.415157 6.98883 -6.88953 -5.51604 6.98866 -6.89095 -5.51741 6.98816 -6.97942 -0.417689 6.98833 -6.97963 -0.197933 7.28791 -6.9797 0.0220793 6.98847 -6.97981 -5.72023 7.28864 -6.97923 -5.71988 9.28768 -6.9791 -0.198405 9.28794 -6.97898 5.32412 7.28817 -6.97877 5.32389 9.28721 -6.97945 5.12239 6.98865 -6.97921 -0.176046 9.28736 -6.16525 5.28882 9.28749 -6.16549 5.28392 9.28758 -6.35929 0.046159 6.98855 -6.10482 0.0489378 -3.44464 -6.10669 0.0246862 -3.44463 -6.99751 -0.415665 -3.44476 -6.99815 -0.390464 -3.44491 -6.0835 -0.393235 6.98828 -6.08161 6.86782 8.67378 -7.08383 6.88337 8.67356 -6.51158 6.88385 6.98853 -6.51108 6.86853 6.98876 -7.08472 6.75595 -3.44433 -5.57617 6.76198 -3.44448 -5.37213 -5.6464 9.28734 -6.35965 -5.64149 9.28725 -6.16583 -0.412691 -14.045 -6.99959 0.0270749 -14.0448 -6.99977 -5.51042 6.98859 -6.70132 -0.410352 6.98876 -6.69932 -7.19216 8.67361 -7.11032 -7.21983 8.67369 -7.1373 -7.26968 8.67326 -7.08484 -7.24201 8.67318 -7.05787 -7.21854 6.98866 -7.13738 -7.21577 -3.44453 -7.13926 -7.26701 -3.44496 -7.08704 -7.26897 6.98824 -7.08574 -5.72293 9.28712 -7.05781 -5.72397 9.23441 -7.10996 -5.87103 9.23503 -7.10998 -5.91381 9.28762 -7.05742 -7.20152 9.23485 -5.57475 -7.19869 -3.44438 -5.57678 -7.06883 -3.44505 -5.57684 -7.07214 7.28814 -5.57463 -7.0718 9.28718 -5.57449 -7.15004 9.28798 -5.57423 -5.72115 -3.44482 -7.112 -5.71692 -3.44455 -6.98143 -7.21419 -14.0447 -7.14094 -7.26404 -14.0451 -7.08848 -0.387499 -14.0451 -6.08494 -7.24285 9.24726 -7.071 -7.20667 9.28737 -7.07317 -7.20537 9.24758 -7.10978 0.0519026 -14.0448 -6.10814 -7.15576 9.28706 -5.76747 -7.20625 9.23468 -5.72333 6.67959 -14.0444 -5.28126 6.67662 -3.44423 -5.27982 6.51294 -3.44465 -5.2791 6.5159 -14.0448 -5.28054 6.76437 -14.0447 -5.37439 6.67375 -3.44471 -5.37214 6.67671 -14.0449 -5.37359 6.24693 6.98845 -7.13714 6.24703 8.67348 -7.13682 6.81445 8.67395 -7.1367 6.81491 6.98891 -7.13621 5.32744 -3.44502 -6.98096 5.12516 -3.44454 -6.9811 6.88461 -14.0444 -5.72544 6.88164 -3.44417 -5.72399 6.88581 -3.445 -5.57623 6.8882 -14.0452 -5.57848 6.75892 -14.0445 -5.57762 6.91042 -14.0453 -5.72533 6.90827 -3.44509 -5.72447 5.46743 9.23532 -7.10947 6.8017 9.24777 -7.10954 6.24808 8.67433 -7.10937 5.46748 6.98828 -7.10963 5.32037 9.23494 -7.1095 5.47026 -3.44491 -7.11151 6.78829 8.67373 -7.10961 6.11742 9.28773 -6.35891 6.80458 9.28757 -7.07221 5.51288 9.28814 -7.05691 6.24798 6.9883 -7.1097 5.46643 6.98843 -7.13707 5.46921 -3.44475 -7.13895 6.81769 -3.44427 -7.13809 6.82008 -14.0445 -7.14035 5.47136 -14.0449 -7.13982 5.3232 -3.44429 -7.11153 6.85675 8.67349 -6.51111 6.84083 9.24765 -7.06985 6.87824 9.23507 -5.72277 6.87829 6.98902 -5.72292 6.84167 8.67356 -7.05673 6.82551 9.28719 -5.76733 6.85665 6.98846 -6.51143 6.90549 6.98909 -5.72258 6.87288 -14.0446 -7.08828 6.87049 -3.44443 -7.08603 6.88216 9.23523 -5.57361 6.67385 6.98896 -5.27794 6.51017 6.98853 -5.27721 6.82983 9.2881 -5.57433 -5.86681 -3.4452 -7.11179 -5.87016 6.98799 -7.11071 -6.65137 8.674 -7.10975 -6.65066 6.98798 -7.11065 -6.65242 8.67416 -7.13719 -5.86489 -14.0452 -7.14066 -5.86786 -3.44504 -7.13922 -6.65113 6.98813 -7.13728 -5.87063 6.98814 -7.13734 -5.51464 -3.44503 -6.98131 -5.51326 -3.44453 -6.89283 -5.42362 6.98889 -6.89021 -5.41872 6.98797 -6.72583 -5.41594 -3.44522 -6.7277 -5.51225 -14.0452 -6.98357 -5.71395 -14.0447 -6.98287 -5.42084 -3.4453 -6.89211 -6.48071 9.28718 -6.35945 -6.91843 7.28776 0.00334173 -6.83619 6.98823 -0.219031 -6.97875 6.98822 -5.37114 -6.79007 6.9887 -5.37117 -6.64752 6.98872 -0.219069 -6.11399 9.28787 0.00385933 -6.26528 9.28794 -5.51703 -6.45673 9.28745 -5.51747 -6.82395 6.98873 0.225682 -6.9189 9.28779 0.00405739 -7.06559 6.98799 -5.37091 -6.02346 6.98879 0.226162 -6.0593 6.98824 -0.218992 -6.49492 6.98822 5.37808 -6.63527 6.98821 0.225638 -5.96271 9.28781 5.52475 -7.06363 -3.4452 -5.37221 -6.97598 -3.44497 -5.37302 -6.80965 -3.44507 -5.28004 -6.81242 6.98812 -5.27815 -6.9753 6.9887 -5.278 -7.22947 -3.44462 -5.72409 -7.20285 -3.44455 -5.72455 -7.23201 6.98857 -5.72359 -7.06587 -14.0452 -5.57828 -7.06124 -14.0454 -5.37448 -7.25365 6.98801 -6.5121 -6.97334 -3.4445 -5.27931 -7.25437 8.67403 -6.51119 -7.20538 6.98864 -5.72406 -6.97301 -14.0452 -5.37446 -7.19988 -14.0447 -5.726 -7.2265 -14.0448 -5.72552 -6.80669 -14.0453 -5.28148 -6.97095 -14.0447 -5.28156 -7.19572 -14.0446 -5.57822 -5.51029 -14.0447 -6.89427 -5.86442 -14.0454 -7.11404 -5.41764 -14.0455 -6.89495 -5.41297 -14.0454 -6.72915 -5.71818 -14.045 -7.11345 -7.22775 8.67411 -6.51166 -7.22645 6.98808 -6.51175 -7.95588 -15.4468 -7.82077 -0.214395 -15.4468 -7.81937 -7.52744 -15.4468 7.82005 7.67212 -14.371 0.000436218 7.4759 -14.3802 -7.76781 6.8599 -14.0444 -7.12565 7.52674 -15.4468 -7.82019 0.214274 -15.4468 7.82005 7.74042 -14.4858 0.000643726 7.74055 -15.4468 0.000509639 7.5266 -14.4858 -7.82005 7.95504 -14.4858 7.82076 7.05388 -14.0445 0.000826053 0.193655 -14.0449 7.1257 7.24845 -14.0447 7.12813 -0.000329966 -14.0448 -0.000781363 -6.8608 -14.0451 7.12549 -0.195138 -14.0447 -7.12669 -7.05536 -14.045 -0.00181467 7.956 -15.4468 7.82005 -0.212906 -14.3712 -7.7501 -7.67344 -14.3706 -0.00038432 -7.47718 -14.3804 7.76775 -7.74139 -14.4858 -0.000506423 -7.74125 -15.4468 -0.000641273 -7.52758 -14.4858 7.82019 -7.95601 -14.4858 -7.82062 -7.90407 -14.3799 -7.76878 -7.24993 -14.0449 -7.12911 7.90279 -14.3796 7.76873 -0.215109 -14.4858 -7.82004 -6.26559 10.1369 -5.51474 -5.64648 10.1363 -6.35875 -6.45797 10.1365 -5.51821 -6.28364 10.2366 -6.16571 -5.87851 10.2364 -5.77009 5.93075 10.2372 -6.16547 -5.8782 11.3414 -5.76971 5.55023 11.3419 -5.76674 5.55049 10.2369 -5.7663 -5.64134 10.1373 -6.16633 -6.4808 10.1372 -6.35855 -6.2842 10.1366 -6.16571 -5.96338 10.1368 5.52483 0.21414 -14.4858 7.82019 0.212154 -14.3704 7.75098 5.93159 10.1372 -6.16522 5.28676 10.1365 -6.16565 -6.74373 -2.90376 -0.914615 -6.84577 -2.90415 -4.57843 -6.84685 1.24292 -4.57754 -6.6936 -8.94874 -0.915894 -6.79507 -8.94913 -4.5789 -6.74482 1.24331 -0.913733 -6.69251 -13.0958 -0.916782 -6.79398 -13.0962 -4.57979 -6.91071 -14.0515 -5.28136 -6.6937 -7.99973 -0.915828 -6.69479 -3.85265 -0.914945 -6.79517 -8.00012 -4.57884 -6.79626 -3.85304 -4.57795 -6.77679 6.98838 -0.218203 5.32142 9.28765 -7.05734 6.11757 10.1367 -6.35941 5.28465 10.1366 -6.35898 5.28473 9.28758 -6.35987 6.13992 10.137 -5.51627 5.94904 10.1365 -5.51589 5.0361 -3.44428 -6.89229 5.04019 -3.44421 -6.72732 5.03332 6.98891 -6.89041 5.12813 -14.0447 -6.98254 5.12794 -3.44504 -6.89238 5.03741 6.98898 -6.72543 5.3304 -14.0452 -6.98241 5.04315 -14.0444 -6.72876 5.03849 -14.0445 -6.89455 5.13033 -14.0452 -6.89464 5.32617 -14.0445 -7.11297 5.47183 -14.0451 -7.11319 5.62782 10.1371 6.17469 -5.30028 10.1368 6.17401 -5.94511 10.1372 6.17358 -6.15426 10.1373 5.52521 6.26986 10.1367 6.17464 6.26984 10.2367 6.17381 -6.13109 10.1366 6.36777 -5.29898 10.1367 6.36791 5.8639 10.2369 5.77877 -5.94455 10.2372 6.17357 5.8642 11.342 5.77915 -5.5648 11.3414 5.77537 -5.56371 10.2364 5.77522 5.63296 10.137 6.36711 6.25207 10.1374 5.5231 -0.848029 12.4272 -0.822428 -0.802609 12.4269 0.830251 6.4443 9.28785 5.52706 6.46728 10.1371 6.36691 6.44445 10.1369 5.52656 0.833592 12.4272 0.830777 0.788174 12.4265 -0.821915 6.71981 2.29281 2.12513 6.68641 2.19259 0.919366 6.69005 2.29203 1.01888 6.68533 6.33866 0.920249 6.72232 2.29225 2.22383 6.75205 2.29231 3.27986 6.68894 4.31607 1.01892 6.68867 6.23911 1.0192 6.7835 6.2396 4.48595 6.78737 6.33905 4.58406 6.78847 2.19198 4.58319 6.6892 4.21607 1.01835 6.88921 2.09267 4.683 6.7824 2.0924 0.820374 6.78103 6.43948 0.821001 6.88842 6.43874 4.68444 6.75455 2.29276 3.37857 6.78489 2.29253 4.48563 6.75096 4.21534 3.28072 6.71954 4.21584 2.12541 6.72204 4.21629 2.22412 6.75374 6.23882 3.3797 6.75346 4.21579 3.37943 6.72232 6.23933 2.22439 6.7226 4.31529 2.22411 6.71924 6.23888 2.12487 6.71952 4.31585 2.12459 6.75402 4.31579 3.37942 6.75151 4.31534 3.28071 6.75124 6.23938 3.28099 6.78461 4.21556 4.48591 6.78459 4.31557 4.48509 6.89201 -8.84853 4.68159 6.89337 -13.1956 4.68096 6.79096 -8.94922 4.58121 6.78656 -13.1959 0.81833 6.69058 -13.0957 0.917323 6.79204 -13.0953 4.58033 6.7852 -8.8488 0.818964 6.68949 -8.94861 0.918211 6.68938 -7.9996 0.918277 6.68829 -3.85252 0.919161 6.79085 -7.99921 4.58128 6.78976 -3.85313 4.58216 6.78401 -3.75271 0.819917 6.89081 -3.75244 4.68254 6.89218 -8.09952 4.68191 6.78537 -8.09979 0.819286 6.76512 6.43683 0.225722 6.76498 6.98884 0.2255 6.78149 6.98849 0.821578 6.73593 1.2427 0.919842 6.78281 1.34338 0.820868 6.8374 1.24309 4.58285 6.91042 -14.051 5.28193 6.89406 -14.0516 4.68084 6.73701 -2.90338 0.918966 6.83848 -2.90399 4.58196 6.88962 1.34265 4.68349 6.90974 -13.194 5.28205 6.7836 -3.00369 0.819418 6.89041 -3.00342 4.68205 6.62495 4.31603 2.22464 6.62409 6.23907 2.22411 6.6541 4.3161 3.27985 6.62159 6.23963 2.1254 6.62187 4.31559 2.12512 6.65718 4.31554 3.37937 6.65609 6.23957 3.38024 6.6872 4.21532 4.48505 6.65301 6.23913 3.28071 6.65412 4.21609 3.28068 6.6544 2.29206 3.28039 6.62521 4.21604 2.22407 6.6569 2.2925 3.3791 6.65662 4.21554 3.37938 6.62212 4.2156 2.12455 6.6224 2.29256 2.12427 6.62548 2.292 2.22379 6.78724 -14.0509 0.818221 6.68694 4.31531 4.48562 6.59211 4.31582 1.01887 6.59155 4.21582 1.01888 6.59182 2.29278 1.0186 6.68805 2.29228 4.48558 6.68666 6.23935 4.4859 6.59183 6.23885 1.01915 -2.38611 6.23926 -6.63262 -3.43187 6.23856 -6.6334 -2.3886 6.23881 -6.73133 -4.62494 6.23947 -6.63281 -4.62744 6.23903 -6.73152 -3.53284 6.23885 -6.731 -1.19304 6.23934 -6.63321 -2.28845 6.23951 -6.63314 -1.19635 6.23889 -6.73134 -3.43461 6.23911 -6.73072 -1.19276 4.31531 -6.63349 -1.1955 4.31585 -6.73081 -4.62385 4.31544 -6.63367 -4.62717 4.31599 -6.7318 -3.52952 6.2393 -6.63287 -4.62413 2.2924 -6.63395 -3.52872 2.29223 -6.63401 -4.62605 2.29196 -6.73184 -1.19274 4.2153 -6.63268 -1.19524 4.21586 -6.73137 -3.53231 4.21582 -6.73186 -3.53176 4.31582 -6.73187 -3.43408 4.21607 -6.73157 -4.6244 4.21544 -6.63366 -4.62633 4.21599 -6.73155 -2.29037 6.23906 -6.73104 -1.19246 2.29226 -6.63295 -2.38529 2.29219 -6.63375 -2.38556 4.21522 -6.63347 -2.28706 2.29244 -6.63346 -2.29066 4.21603 -6.73132 -3.43157 4.21552 -6.63286 -3.43049 2.29249 -6.63372 -2.38831 4.21577 -6.73079 -2.28817 4.31548 -6.63343 -2.38833 4.31578 -6.73161 -2.28733 4.21548 -6.63318 -2.2901 4.31603 -6.73132 -3.52981 4.21526 -6.63315 -3.43434 4.31507 -6.731 -5.41648 -14.0518 -6.83453 -5.41635 -13.1928 -6.83496 -0.409875 -8.10178 -6.83277 -0.409473 -8.85079 -6.83228 -5.41754 -8.09871 -6.83403 -5.4177 -8.84972 -6.83436 -4.82105 -14.0513 -6.83465 -0.411078 -3.00369 -6.83181 -0.411244 -3.7557 -6.83215 -0.412448 1.34339 -6.83118 -5.41873 -3.00362 -6.83308 -5.41993 2.09147 -6.83214 -5.4189 -3.75263 -6.8334 -5.42011 1.34646 -6.83244 -3.52925 4.31527 -6.63316 -2.38582 4.31522 -6.6329 -3.4316 4.31552 -6.63369 -1.0028 6.98897 -6.82996 -0.413764 6.98849 -6.83046 -0.413636 6.43648 -6.83025 -0.412275 2.0924 -6.83086 6.73868 -3.00349 -0.815245 6.73851 -3.75251 -0.815567 6.63408 -3.00375 -4.67821 6.7379 1.34258 -0.813806 6.6333 1.34332 -4.67676 6.63289 2.09234 -4.67726 6.73749 2.0926 -0.814289 6.63511 -8.84886 -4.67948 6.63528 -8.09984 -4.67916 6.73971 -8.8486 -0.816516 6.73988 -8.09959 -0.816195 6.63116 6.98842 -4.67547 6.73657 6.98868 -0.813079 6.63152 6.43941 -4.67663 6.63391 -3.75277 -4.67853 6.73612 6.43867 -0.813667 6.50321 4.21603 -2.2172 6.47429 4.21597 -3.2738 6.60005 4.21628 -2.21715 6.50295 4.31603 -2.21662 6.60061 4.31528 -2.21716 6.57087 4.31522 -3.27319 6.50545 4.31547 -2.11793 6.53603 4.31525 -1.01226 6.60311 4.31572 -2.11845 6.57113 4.21622 -3.27375 6.74107 -13.1957 -0.817151 6.74176 -14.0517 -0.817265 6.63647 -13.1959 -4.68012 6.7525 6.98833 -0.217819 6.75345 6.43633 -0.218173 6.47404 4.31597 -3.27323 6.63634 -14.051 -4.67965 6.75584 -3.75486 -0.220072 6.75639 -8.10194 -0.220127 6.75703 -8.85095 -0.221028 6.75519 -3.00385 -0.219162 6.75839 -13.194 -0.221638 6.61997 -14.0516 -5.28073 6.6201 -13.1926 -5.28118 6.75341 2.09225 -0.219027 6.75464 1.34324 -0.219113 6.47207 2.29249 -3.37279 6.4718 4.21553 -3.37251 6.56891 2.29274 -3.37274 6.47457 2.29194 -3.27409 6.57141 2.29219 -3.27403 6.50349 2.29199 -2.21748 6.56863 4.21578 -3.37246 6.60033 2.29224 -2.21744 6.50657 2.29243 -2.11796 6.6034 2.29268 -2.11791 6.60313 4.21572 -2.11763 6.53575 6.23928 -1.01197 6.63287 4.3155 -1.01221 6.4412 4.31575 -4.479 6.53861 4.316 -4.47813 6.53833 6.23904 -4.47786 6.47068 6.23956 -3.37247 6.44011 6.23879 -4.47814 6.56809 6.23881 -3.37161 6.53575 2.29221 -1.01253 6.63398 2.29246 -1.01224 6.44122 4.21575 -4.47817 6.47096 4.31553 -3.37275 6.56919 4.31578 -3.37247 6.53805 4.216 -4.47813 6.53547 4.21624 -1.01225 6.50571 4.21547 -2.1185 6.6337 4.2155 -1.01196 6.50518 6.2395 -2.11764 6.60201 6.23875 -2.1176 6.50268 6.23906 -2.21634 6.59951 6.23931 -2.2163 6.47376 6.23901 -3.27295 6.57059 6.23926 -3.2729 -4.35104 -2.90346 6.78699 -0.725733 1.24299 6.78699 -4.35212 1.24261 6.78787 -0.724647 -2.90409 6.7861 -5.04138 -14.0337 6.83457 -0.723098 -13.096 6.73456 -0.724185 -8.94892 6.73545 -4.34949 -13.0954 6.73545 -4.35058 -8.94929 6.73632 -0.726682 2.19229 6.73742 6.61633 1.34671 -5.27865 6.61771 -3.00337 -5.27929 6.61754 -3.75239 -5.27961 6.61571 2.09171 -5.27777 6.61516 6.4378 -5.27772 -0.725381 -3.85282 6.7364 -0.724292 -7.9999 6.73551 6.61891 -8.09846 -5.28024 6.61931 -8.84948 -5.27976 -0.0378135 6.98859 6.83794 -4.35177 -3.8532 6.73728 -4.35069 -7.99927 6.7364 6.53905 -7.99966 -4.57877 6.53796 -3.85259 -4.57789 6.63804 -3.8532 -0.915134 6.63889 -7.99928 -0.914616 6.75768 -14.051 -0.221993 6.77006 -13.1965 0.222246 6.76927 -8.84945 0.22369 6.76887 -8.10143 0.223189 6.76992 -14.0515 0.22271 6.63981 -8.9493 -0.915266 6.53916 -8.94868 -4.57885 6.63769 -2.90319 -0.913665 6.63743 1.24289 -0.913362 6.6409 -13.0954 -0.916149 6.54025 -13.0958 -4.57973 6.53786 -2.90357 -4.57782 6.53677 1.2435 -4.57694 6.90718 -3.75182 5.28363 6.90599 1.34127 5.28456 6.90736 -3.00581 5.28393 6.90855 -8.0999 5.28299 6.90479 6.43936 5.28553 6.90558 2.09228 5.28408 6.90837 -8.84791 5.28267 6.88829 6.98875 4.68421 6.76767 -3.00534 0.224145 6.76749 -3.75035 0.223845 6.7663 1.34574 0.224796 6.90467 6.98837 5.28529 6.76648 2.08975 0.225089 6.44231 2.29272 -4.47903 6.53915 2.29197 -4.47899 6.53558 6.33959 -4.57599 6.53667 2.19252 -4.57687 6.61478 6.9888 -5.27655 + + + + + + + + + + 0.99948 0.000176412 -0.0322488 0.999506 -0.0155963 -0.0272787 0.999528 -0.000994944 -0.0307121 -0.00084144 -0.000634299 0.999999 -0.000393213 -0.000428021 1 -0.00107673 -0.000174414 0.999999 -0.000655906 -0.000151216 1 0.00135013 0.999999 -8.8714e-05 0.000646118 1 -2.24875e-05 0.00515771 0.999987 -0.000161457 0.0052038 0.999986 -0.000162187 -0.000121153 -0.000180905 1 -0.000188422 -0.000188343 1 -0.000193795 -0.000183822 1 9.57065e-05 -0.000164218 1 -0.00020803 -0.000135873 1 9.45756e-05 -0.000174306 1 -0.000183045 -0.000190154 1 -0.00153905 0.000262074 -0.999999 -0.00150397 0.000264247 -0.999999 -0.00157412 0.000259902 -0.999999 -0.00259386 0.999997 0.000108909 -0.00259392 0.999997 0.00010891 -0.00259381 0.999997 0.000108908 -0.00340413 4.34539e-05 0.999994 -0.00825708 0.000343691 0.999966 0.00144889 -0.000256784 0.999999 -0.00343645 -0.999994 9.64765e-05 0.00253086 -0.999997 -2.55371e-05 -0.00940363 -0.999956 0.000218487 -4.61328e-05 -0.000158903 1 -0.000835192 -0.000115135 1 -0.000371849 -0.000135374 1 -9.4102e-05 -0.000169612 1 -0.999843 5.78927e-05 0.0177487 -0.999843 5.80474e-05 0.017739 -0.000234302 -0.000161529 1 -9.0188e-06 -0.000438444 1 8.99355e-05 -0.000196393 1 0.000442182 -0.00114206 0.999999 2.93179e-05 -0.000744057 1 -2.62523e-05 0.999492 -0.0318726 -2.63145e-05 0.999492 -0.0318708 -0.999842 5.77379e-05 0.0177584 0.000397166 -0.000169141 1 -2.619e-05 0.999492 -0.0318745 -0.999628 -6.06737e-05 0.0272783 -0.999628 -5.98661e-05 0.0272784 -0.999628 -6.14812e-05 0.0272782 4.60586e-05 1 -0.000729871 4.76439e-05 0.999995 -0.00308452 -4.80846e-05 0.999998 -0.00204008 -4.85591e-05 0.999998 -0.00200001 -0.00257685 0.999997 -7.59564e-05 -0.00139835 0.999999 1.70726e-05 0.000156712 1 5.09824e-05 -0.000339243 1 5.01152e-05 0.999555 0.00037002 -0.0298294 0.999691 0.000679052 -0.0248499 0.999394 6.09783e-05 -0.0348081 -6.47943e-06 0.999981 -0.00623592 -6.48108e-06 0.999981 -0.00623569 -6.47779e-06 0.999981 -0.00623614 -0.999691 -6.09271e-05 0.0248432 -0.99969 -6.37666e-05 0.0248883 -0.999692 -5.80877e-05 0.0247981 1.00299e-05 -0.999984 -0.00562692 1.01194e-05 -0.999984 -0.00563929 9.94044e-06 -0.999984 -0.00561455 -0.999635 -1.84463e-05 0.0270269 -0.999634 1.10815e-05 0.0270628 -0.999638 0.000160747 0.026919 -0.999633 -0.000307188 0.0270766 -0.999628 -0.000133558 0.0272538 -0.999637 -0.000448377 0.0269439 -0.99964 0.000109175 0.0268273 -0.999634 -0.000201698 0.0270501 -0.000153191 -1 -1.91768e-05 -0.000152532 -1 -1.95315e-05 -0.013956 -0.999902 0.000784006 -0.0277645 -0.999613 0.00156361 -0.000147802 -1 2.86274e-05 -0.0277615 -0.999613 0.00158735 -5.79957e-05 -8.53367e-05 -1 -5.64285e-05 -8.50084e-05 -1 -5.9563e-05 -8.5665e-05 -1 -0.000615141 -0.000380607 1 -0.000623476 -0.000378858 1 -0.000606807 -0.000382357 1 -0.999997 -0.000207344 0.00256561 -0.999997 -0.000187154 0.00263506 -0.999841 -0.00015132 0.0178483 -0.999647 -0.000264065 0.0265636 -0.999688 -0.000276993 0.0249867 -0.999604 -0.000257659 0.0281462 0.000997379 -0.000176089 0.999999 0.000997472 -0.000213179 1 0.000997463 -0.000213179 1 -0.999921 -0.000204633 -0.0125787 -0.99965 -0.000277186 0.0264689 -0.99965 -0.00025721 0.0264712 -0.999693 -0.000283327 0.0247802 0.999581 0.000288252 -0.0289537 0.999625 0.000343152 -0.0273739 0.999606 0.000324545 -0.0280602 -0.99951 -0.000231849 0.0313054 -0.999603 -0.00027769 0.0281622 -0.999662 -0.000293595 0.0260143 -0.999597 -0.000275234 0.0283783 -0.999661 -0.00028346 0.026019 0.000241587 -0.000145682 1 0.000722645 -0.000146834 1 0.00153934 -0.000135384 0.999999 -0.00194918 -0.000165883 0.999998 -0.999661 -0.000283287 0.026033 0.999676 0.000375728 -0.0254398 0.999666 0.000228331 -0.0258608 0.999686 0.000297518 -0.0250352 0.999655 0.000252925 -0.026265 0.0126754 0.000539313 -0.99992 0.0127872 0.000537556 -0.999918 0.999604 0.00025561 -0.0281328 0.999621 0.000139668 -0.0275325 0.999623 0.000440704 -0.0274398 0.999617 -0.000139498 -0.0276718 0.999618 -0.000171573 -0.0276389 0.999624 0.000192335 -0.0274187 0.999627 0.000219479 -0.0273014 0.999644 0.000107582 -0.0266912 0.999626 0.000257278 -0.0273327 0.999628 0.000242172 -0.0272539 0.999624 0.00023913 -0.0274109 0.999565 0.000277408 -0.029507 0.999604 0.000440268 -0.0281463 -0.00254637 0.999997 0.000622876 -0.00253221 0.999997 0.000621999 0.0125636 0.00054107 -0.999921 0.999632 0.000283287 -0.0271303 -0.00256052 0.999997 0.000623753 -0.999688 -0.000270421 0.0249751 -0.999688 -0.000270471 0.0249809 -0.999846 -0.000268696 0.0175703 -0.999997 -0.000227534 0.00249615 -0.000652175 -0.000136214 1 -0.000640866 -0.000135995 1 -0.999693 -0.000270034 0.0247708 -0.99965 -0.000297161 0.0264665 0.000308407 1 -4.53854e-05 0.000676173 0.999997 -0.00212356 0.000581503 1 0.000564249 0.000497648 0.999999 -0.0014313 -7.26354e-05 1 0.00057486 -0.000786092 0.999988 0.00477821 -0.000830575 0.999992 0.00388009 0.00103299 0.999992 0.0038572 0.00112244 0.999983 0.00565497 -0.00342252 -0.000142234 0.999994 -0.00784217 -0.000182556 0.999969 0.00262749 0.999971 -0.00715211 0.999628 6.04644e-05 -0.0272784 0.999628 6.10415e-05 -0.0272784 0.999628 5.98873e-05 -0.0272783 7.06782e-05 0.999999 0.00119976 5.68709e-05 1 -0.000826528 -3.15151e-06 0.999998 0.00181811 4.22917e-05 0.999998 -0.00199649 0.000823421 1 -3.07183e-05 0.00014788 1 -0.000157169 -7.87582e-05 1 -7.42002e-07 0.00152663 0.999999 1.03049e-05 0.000154623 1 5.09284e-05 -0.000515691 1 4.97256e-05 -0.999452 -0.000579165 0.0331133 -0.999395 -0.00068436 0.034783 -0.999505 -0.000473969 0.0314436 -6.80659e-06 0.99998 -0.00628467 -6.38766e-06 0.99998 -0.00634261 -7.22552e-06 0.999981 -0.00622673 0.999691 5.99955e-05 -0.0248582 0.999691 5.92694e-05 -0.0248698 0.999691 6.07216e-05 -0.0248465 9.72192e-06 -0.999984 -0.00562567 9.82032e-06 -0.999984 -0.00563918 9.62353e-06 -0.999984 -0.00561215 0.999635 1.65653e-05 -0.0270042 0.999632 0.00091839 -0.0271279 0.999638 0.000207585 -0.0269184 0.999636 -0.000234785 -0.0269775 0.999607 0.000924085 -0.0280119 0.999609 0.000871935 -0.0279625 0.99963 0.000425467 -0.0271958 0.999614 9.56787e-05 -0.0277805 -0.000242631 -1 2.59066e-05 -0.000150443 -1 -2.37138e-05 0.00950954 -0.999955 -0.000521078 0.0191692 -0.999816 -0.00104454 -0.000147802 -1 2.83895e-05 0.0192626 -0.999814 -0.00106812 5.48623e-05 9.15054e-05 1 5.32952e-05 9.18328e-05 1 5.64295e-05 9.11781e-05 1 0.000592764 0.000383339 -1 0.000581844 0.000381047 -1 0.000603685 0.000385632 -1 -0.000247375 3.90792e-05 1 -0.000281258 -0.000264345 1 0.000136873 0.999998 -0.00192193 -9.12768e-06 1 0.000204929 0.000129237 0.99999 -0.00442529 -4.20466e-05 -0.999998 0.0020173 -4.18009e-05 -0.999998 0.00199655 -0.000213492 0.000342503 1 0.000785381 -0.999998 -0.00178859 8.90053e-05 -0.999997 0.00243541 -0.000124056 -0.999989 -0.00474101 0.000337411 1 0.00021963 -0.491756 0.827409 -0.271237 -0.818833 0.368003 -0.440553 -0.820113 0.372059 -0.434725 -0.483967 0.826391 0.287845 -0.803923 0.354236 0.477729 -0.806438 0.351738 0.47533 -0.00123722 0.822782 -0.568355 -0.000357631 0.371477 -0.928442 0.000527772 0.37083 -0.928701 -0.00124303 0.372124 -0.928182 -0.0039739 0.103217 -0.994651 -0.000554478 0.100387 -0.994948 -0.00739325 0.106045 -0.994334 -4.22923e-05 -0.999998 0.00203805 0.000774077 0.00169193 0.999998 4.4605e-05 0.000687068 1 -0.00111594 0.00180714 0.999998 0.000870343 0.00083197 0.999999 -8.86076e-05 -5.62492e-05 1 0.000582559 0.000595406 1 -3.6714e-05 0.000488588 1 0.00148367 0.00103349 0.999998 -0.000189919 -0.999974 -0.00722736 0.00150539 -0.999999 0.000388805 0.00210884 -0.999997 0.00153817 0.00116418 -0.999999 -0.00023865 -0.999625 -0.000360543 0.0273934 -0.999625 -0.000360652 0.0273939 -0.999625 -0.000360433 0.0273929 0.999655 0.00043704 -0.0262733 0.999645 0.000356535 -0.0266521 0.999665 0.000517546 -0.0258944 0.000281226 0.000260284 -1 0.000281194 0.000260568 -1 0.000281258 0.00026 -1 0.00128867 0.999999 -1.02269e-05 -0.00262009 0.999997 5.19041e-05 0.000328298 1 0.000227097 0.000127278 0.999999 -0.00168379 -9.73219e-06 1 0.000211148 0.000114353 0.999992 -0.00394793 0.00151996 -0.000261748 0.999999 0.00151766 -0.000261606 0.999999 0.00152225 -0.00026189 0.999999 0.00341869 0.999994 -9.61759e-05 -0.00259395 0.999997 2.67643e-05 0.00943121 0.999956 -0.000219113 -0.00153905 0.000262926 -0.999999 -0.00150397 0.000265098 -0.999999 -0.00157412 0.000260753 -0.999999 0.00259858 -0.999997 -2.6922e-05 0.00258488 -0.999997 -2.66418e-05 0.00261228 -0.999997 -2.72021e-05 -0.00040933 -0.000385212 -1 -0.000764311 -0.000771839 -0.999999 -0.000591677 -0.00061055 -1 0.000491975 0.000443279 -1 0.00026565 -0.000765792 -1 -0.000648711 0.00012872 -1 -0.00113748 -0.00137881 -0.999998 -0.000439881 -0.000576652 -1 -0.00014029 -1 1.44224e-05 -0.000253536 -1 -0.000199798 0.000376389 -0.99989 0.0148037 0.00087508 -0.999554 0.029834 9.19885e-06 -1 -0.000246999 0.000893215 -0.999561 0.0295963 0.999625 0.00036007 -0.0273934 0.999625 0.000359075 -0.0273981 0.999625 0.000361065 -0.0273887 -0.999655 -0.000439205 0.0262838 -0.999603 -0.000836353 0.0281482 -0.999702 -4.20556e-05 0.0244193 0.00831963 0.000226916 -0.999965 0.00399099 0.000225482 -0.999992 0.00827096 0.000204338 -0.999966 0.0125507 0.000194875 -0.999921 -0.999709 -0.000261451 0.0241269 -0.999755 -0.000274283 0.022136 -0.999684 -0.000257193 0.0251251 -0.999605 -0.000231321 0.0281195 0.000347274 0.000177713 -1 -0.000892914 0.000196541 -1 0.00159093 0.000175097 -0.999999 0.00407481 0.000137494 -0.999992 0.00671878 0.000160128 -0.999977 0.00670684 0.000160186 -0.999978 0.00672635 0.000138001 -0.999977 0.00674581 0.000137846 -0.999977 -0.999622 -0.000289095 0.0274748 -0.999628 -0.000330044 0.0272831 -0.999619 -0.000240904 0.0276082 -0.999604 -0.000354745 0.0281477 -0.999677 -0.000278884 0.0254293 -0.999677 -0.000283204 0.0254316 -0.999676 -0.000283068 0.0254387 -0.999632 -0.000290759 0.027127 -0.999681 -0.00028851 0.0252561 -0.999746 -0.000288567 0.0225204 -0.999679 -0.000322585 0.025324 -0.999604 -0.000283835 0.0281274 0.00410009 0.000142094 -0.999992 0.00256601 0.000165276 -0.999997 0.00410159 0.000136981 -0.999992 0.00410604 0.000136928 -0.999992 -0.000586129 -0.00015436 1 -0.0040794 -0.000149329 0.999992 -0.00244815 -0.000167846 0.999997 0.000689367 -0.000139377 1 0.000124712 2.4759e-05 1 0.999606 0.000107572 -0.0280669 0.999266 0.000271501 -0.03831 0.999841 -5.63679e-05 -0.0178209 -0.000121292 -0.000259293 1 -0.000460826 -0.000390556 1 -0.00107854 -0.00098718 0.999999 -0.000914217 5.36737e-05 1 -0.000200586 0.000294247 1 -0.000594072 -8.89029e-05 1 -0.00162788 -0.000145082 0.999999 -0.00034379 -0.00016462 1 9.37962e-05 -0.000650417 1 -1.57641e-05 -0.000317904 1 -0.000667205 -0.000158908 1 -2.1506e-05 0.999984 0.00560341 -2.09997e-05 0.999984 0.00561775 -2.20124e-05 0.999984 0.00558906 9.40101e-05 -0.00017445 1 -0.000278604 -0.00017629 1 0.000168502 -0.000199374 1 -0.000208031 -0.000136089 1 -0.999554 -0.000160699 0.0298577 -0.99959 5.29963e-05 0.02862 -0.999627 -0.000167821 0.0273178 -0.00245842 -5.44825e-05 -0.999997 0.0127316 0.00018983 -0.999919 -0.0176479 -0.000298783 -0.999844 -0.999612 -0.00054687 0.0278673 -0.999621 -0.000348911 0.0275218 -0.999589 -0.00130905 0.0286478 -0.999644 5.55611e-05 0.0266981 -0.999624 -0.000191535 0.0274229 -0.999645 -0.000298283 0.0266613 -0.999626 -0.000325947 0.0273509 -0.999662 -0.000263302 0.0260058 -0.0024879 0.999997 -0.000646749 -0.00248789 0.999997 -0.000646749 -0.0024879 0.999997 -0.000646749 -0.999621 -0.000283414 0.027533 -0.999627 -0.000257265 0.02733 0.0083683 0.000249494 -0.999965 0.00671563 0.000182294 -0.999977 0.0067112 0.000182255 -0.999977 -0.999755 -0.000269892 0.0221387 0.0127455 0.000261815 -0.999919 -0.000896379 0.000180328 -1 -0.000899885 0.000180273 -1 -0.00389757 0.999988 0.00305123 -0.00522138 0.999986 0.000407196 -0.00266121 0.999996 0.000208908 0.000100543 1 -0.000128824 -0.00140816 0.999999 0.000321012 -0.000141448 1 0.000264556 -0.999623 -0.000273909 0.0274392 -0.00517201 0.999982 0.00314847 -0.000926078 1 0.000295256 -0.999755 -0.000269819 0.0221471 -0.000606208 1 -1.52567e-05 -0.00256416 0.999997 0.000496733 -0.703245 -0.000307967 0.710947 -0.703242 -0.000306295 0.710951 -0.702701 -0.000430308 0.711485 -0.698999 -0.000356484 0.715122 -0.702968 -0.000301799 0.711221 -0.702146 -0.000293601 0.712033 -0.697415 -0.000385416 0.716667 -0.692643 -9.37929e-05 0.721281 -0.00198926 0.999978 0.00626417 -0.00137933 0.99998 0.00625303 0.00155672 0.000214426 -0.999999 -0.000989266 0.000173499 -1 0.00410831 0.000358382 -0.999992 0.00131299 0.000249454 -0.999999 0.999485 0.000316988 -0.0320927 0.999595 0.00011876 -0.0284455 0.999537 0.000184254 -0.0304389 0.999584 0.000275455 -0.0288366 0.999661 0.000264834 -0.0260268 0.999778 -0.000171037 -0.0210794 -0.598456 0.516002 0.612856 -0.999622 -0.000271389 0.0274952 -0.999623 1.31228e-05 0.0274542 -0.999621 0.000823839 0.0275113 0.00122689 0.703191 0.711 0.00286736 0.700905 0.713249 0.00307606 0.705003 0.709197 0.00513057 0.696915 0.717135 -0.000171899 -0.000174669 1 -0.000321082 -0.000178676 1 -0.000596271 -0.000193486 1 0.000127985 0.000136114 -1 0.000131335 0.000135836 -1 0.000126864 0.000151094 -1 -0.999621 0.000270181 0.0275115 0.000275641 -0.000136318 1 -0.721782 0.692017 0.0119948 -0.707432 0.706555 0.017871 -0.717733 0.696169 0.0144178 -0.736373 0.67648 0.0113435 -0.705861 0.708018 0.0217108 -0.70771 0.706206 0.020486 -0.700775 -0.0169899 0.71318 -0.699495 -0.0167868 0.71444 -0.702052 -0.017193 0.711918 0.00790301 0.692592 0.721286 0.00902776 0.676228 0.736637 0.999272 0.00035298 -0.0381377 0.999273 0.000330353 -0.0381193 0.999274 0.000307689 -0.0380877 0.999512 0.000271103 -0.0312411 0.999512 0.000271122 -0.0312433 0.999512 0.000275467 -0.0312404 0.000989029 -0.000158167 1 0.000989094 -0.000180725 1 0.000980724 -0.000158169 1 0.99927 0.000353132 -0.038191 0.999693 0.000270105 -0.0247777 0.999693 0.000274551 -0.0247769 0.999693 0.000278996 -0.0247762 -0.000642756 -0.000136103 1 0.999512 0.000279781 -0.031234 0.999693 0.000270142 -0.02478 -0.000776489 0.999978 0.00653002 -0.000578531 0.999997 -0.00220655 8.40697e-05 -0.000190171 1 -0.000732655 0.999984 0.00565799 -0.000602842 0.999999 -0.0012039 0.000997407 -0.000180795 0.999999 -7.29589e-05 1 0.000837308 -0.00260805 0.999972 -0.007051 0.999274 0.000285119 -0.0380893 0.999274 0.000285138 -0.0380962 0.000988965 -0.00013561 1 0.000997264 -0.000135536 1 0.999693 0.00028346 -0.0247765 0.999693 0.000283478 -0.0247777 0.999512 0.000284129 -0.0312315 0.999512 0.000284065 -0.031224 8.99359e-05 -0.000235801 1 -0.000618249 -0.000135629 1 -0.00408467 -0.000137102 0.999992 -0.00408991 -0.000137176 0.999992 0.999661 0.000283666 -0.0260193 0.999662 0.000283381 -0.0259965 0.715402 4.67269e-05 0.698713 0.715418 -1.50652e-05 0.698696 0.715419 -9.47948e-05 0.698696 -0.000840651 0.999992 0.00390428 -0.00081469 0.999998 0.00207019 0.720124 6.10421e-05 0.693845 0.718549 6.18761e-05 0.695477 0.715411 -0.000174207 0.698704 -0.00184662 0.707141 0.70707 -0.00191067 0.700856 0.7133 0.000688459 0.704556 0.709648 0.715388 -0.000175646 0.698727 -0.999579 -0.000195829 0.0290058 0.00266239 0.000167765 -0.999996 0.00410405 0.000145239 -0.999992 0.000834259 0.000215899 -1 -0.999595 -0.000120622 0.0284466 -0.999405 -0.000320142 0.0344895 -0.00166111 0.000281808 -0.999999 0.724828 0.000109474 0.68893 -0.00237922 0.000320371 -0.999997 -0.0033801 0.000359302 -0.999994 -0.000870297 -0.000968287 0.999999 -0.000716908 -0.000887036 0.999999 -0.00144146 -0.000166003 0.999999 -0.00100708 -0.00013298 0.999999 0.71582 0.698056 -0.0178697 0.715186 0.698628 -0.0206596 0.725796 0.68746 -0.0248516 0.627005 0.520332 0.579758 -0.999648 -0.000244048 0.0265175 -0.99969 -0.000283124 0.024895 -0.999634 -0.000253018 0.0270584 -0.999604 -0.000248961 0.0281401 0.999575 0.00028391 -0.029136 0.999575 0.000283957 -0.0291378 0.999575 0.000279658 -0.0291354 0.999575 0.00027539 -0.0291342 -0.00797718 0.697524 0.716517 -0.00422189 0.701122 0.713029 -0.0090343 0.682476 0.730852 0.730065 0.682811 -0.0278444 0.745825 0.665491 -0.0294346 0.726896 -0.0163421 0.686554 0.724842 -0.0166754 0.688713 0.714479 0.699453 -0.0168751 0.728942 -0.0160086 0.684388 -0.00597322 0.000151532 -0.999982 -0.00272243 0.000125084 -0.999996 -0.00705671 0.000171316 -0.999975 -0.00611428 0.000174904 -0.999981 -0.00252144 0.000219686 -0.999997 0.0126076 0.000184247 -0.99992 -0.00756479 0.000216127 -0.999971 -0.00756475 0.000201321 -0.999971 0.999564 0.000283903 -0.0295127 0.999564 0.000284012 -0.0295183 -0.00445593 0.000179829 -0.99999 -0.00445993 0.000179891 -0.99999 -0.00445467 0.000208612 -0.99999 -0.00160821 0.000194326 -0.999999 0.00495468 0.999987 0.000832618 -0.000875417 1 -9.75548e-05 0.00330877 0.999994 0.000664326 -0.00252679 0.999997 0.000198505 8.08004e-05 1 0.000256443 0.999583 0.000244119 -0.0288913 0.999313 0.000191948 -0.0370593 0.999468 0.000231195 -0.0326093 0.999604 0.000277138 -0.0281588 0.0101903 0.999948 0.00015591 -0.00252132 0.000174434 -0.999997 0.0126077 0.000139834 -0.999921 -0.0045594 0.000173365 -0.99999 0.999683 0.000257039 -0.0251729 0.999754 0.000230237 -0.0221867 -0.000186325 0.000201605 -1 0.00407951 0.000137029 -0.999992 -0.999779 0.000170849 0.0210373 0.000104946 0.000135845 -1 0.999623 0.000217481 -0.0274429 0.00410308 0.000137072 -0.999992 0.999656 0.000257299 -0.0262428 0.999703 0.000230687 -0.0243526 0.00410011 0.000137107 -0.999992 -0.0025938 0.999997 8.39075e-05 -0.0013389 0.999999 4.88459e-05 -0.000113505 1 -7.57229e-07 0.999625 0.000246096 -0.0273986 0.999624 0.000358617 -0.0274221 0.00258191 -0.999997 -6.91472e-05 -0.00312797 -0.999995 8.81478e-05 0.00258394 -0.999997 -6.91291e-05 -0.00316831 -0.999995 8.989e-05 0.00257686 -0.999997 -6.85365e-05 -8.84423e-05 -1 4.4967e-06 -7.93361e-05 -1 3.91488e-06 0.999622 0.00100491 -0.0274709 0.999623 0.000770304 -0.0274556 -0.000127634 -0.000213216 1 -0.000128826 -0.000183901 1 -0.000103599 -0.000152344 1 -0.00883774 -0.999961 0.00024544 3.81652e-05 0.000240231 -1 0.000145113 0.000199861 -1 0.000422654 0.000144989 -1 -0.000123985 -0.000212912 1 0.999625 0.000245522 -0.0273985 -0.00875909 -0.999962 0.000241937 0.999638 0.000793456 -0.0269067 0.99962 0.00132951 -0.0275267 0.999646 0.000270402 -0.0265944 0.999671 0.000230754 -0.0256559 -0.00273553 -0.999996 7.63662e-05 -0.00271731 -0.999996 7.52025e-05 -8.97576e-05 -0.000121756 1 -4.83048e-05 -0.000118243 1 0.000454493 0.000111019 -1 0.000549978 0.000102917 -1 0.999623 0.000307494 -0.0274615 0.999602 0.000322957 -0.0282091 0.999625 0.000249276 -0.0273993 0.00257685 -0.999997 -6.85364e-05 -0.00257044 0.999997 8.23166e-05 -0.000598798 1 -1.56596e-05 0.000135982 0.999998 -0.00186919 3.54166e-05 -1 -0.000362496 3.49691e-05 -0.999997 0.00265102 3.52937e-05 -0.999997 0.00264547 3.59901e-05 -1 -0.000377952 -6.23095e-06 1 0.000605679 -2.79552e-05 1 0.000695954 -0.00032303 -0.000842168 0.999999 3.25008e-05 -0.999984 0.00560699 3.12607e-05 -0.999996 0.00268578 3.27279e-05 -0.999997 0.00262329 3.49391e-05 -0.999985 0.0054686 3.51705e-05 -0.999984 0.00565341 3.52463e-05 -0.999984 0.00565776 -2.47655e-05 1 0.000630504 -2.14141e-05 -6.79306e-05 1 -4.26881e-05 -8.02224e-06 1 0.999576 0.000271154 -0.0291342 0.999575 0.000271153 -0.0291341 -0.999604 -0.000270956 0.0281401 -0.000790759 -0.000109077 1 -0.000141782 -8.19353e-05 1 -0.000282644 0.000267532 -1 -0.999604 -0.000270956 0.0281401 -2.21772e-05 1 0.000472937 -6.39564e-05 -6.79233e-05 1 3.29547e-05 -1 -0.000360426 3.34507e-05 -1 -0.000346998 -0.702425 -0.00587024 0.711733 -0.702425 -0.00587022 0.711733 -0.702425 -0.00587025 0.711733 0.562395 -0.00325775 0.826863 0.562395 -0.00325777 0.826863 -0.0647253 -0.995941 0.0625482 -0.0646392 -0.99595 0.0624954 -0.0733197 0.994805 0.0706169 -0.0739595 0.994681 0.0716945 -0.84779 -0.000272231 -0.530333 -0.843062 -0.0052935 -0.53779 0.562395 -0.00325772 0.826862 -0.0726798 0.994928 0.0695393 0.562532 -0.00316326 0.82677 0.562669 -0.00306874 0.826677 -0.069017 0.994917 0.0733218 -0.0685545 0.995007 0.0725327 0.069552 -0.608082 0.790822 0.562395 -0.00325778 0.826863 -0.852681 0.000773489 -0.522431 -0.852682 0.000773816 -0.52243 -0.0648114 -0.995932 0.062601 -0.0694795 0.994827 0.0741109 -0.852681 0.000773163 -0.522431 0.130911 0.0281852 -0.990993 0.120798 -0.0470348 -0.991562 0.119833 -0.0448866 -0.991779 0.113086 -0.0941854 -0.989111 -0.987509 0.0435746 0.151417 -0.986088 0.0368962 0.162076 -0.986479 -0.025502 0.161893 0.125527 0.0626615 -0.990109 0.119805 0.0939654 -0.988341 0.98839 -0.0310726 -0.148728 0.987687 0.0495105 -0.148405 0.985807 0.0451868 -0.16169 0.984595 0.0985111 -0.144457 -0.987701 -0.0618781 0.143591 -0.986637 -0.0925389 0.134101 -0.0688095 -0.995105 0.0709335 -0.0776014 -0.994055 0.0763727 -0.85243 0.00474906 -0.52282 -0.0600102 -0.996047 0.0654868 -0.132606 -0.048329 0.98999 -0.13072 0.0325144 0.990886 -0.111801 0.0695703 0.991292 0.988605 -0.0665552 -0.135023 -0.701009 0.000659091 0.713152 -0.703043 -0.00586834 0.711123 -0.698939 0.00718649 0.715145 -0.152087 -0.0424064 0.987457 -0.315564 -0.642808 -0.698009 -0.316598 -0.640705 -0.699474 0.117222 0.101435 0.987912 0.124473 0.0507568 0.990924 0.101626 0.109835 0.988741 0.713692 -0.638706 0.287574 0.713807 -0.638544 0.287648 -0.872946 0.436285 -0.218221 0.210187 0.518766 0.828676 0.248823 0.446362 0.859563 -0.314527 -0.644907 -0.696539 -0.802255 0.579875 -0.141887 0.994 -0.0449668 0.0997099 0.992166 -0.0896964 0.0869594 0.993746 -0.0396612 0.104379 -0.118371 -0.0884329 -0.989024 -0.0955094 -0.102295 -0.990158 -0.126296 -0.0591255 -0.990229 -0.124264 0.0459181 -0.991186 -0.138155 -0.0252437 -0.990089 0.99253 -0.0999293 0.0699907 -0.990663 0.108104 -0.0830677 -0.993786 0.0723186 -0.0846105 -0.994499 0.0349187 -0.0987547 -0.993567 -0.0515739 -0.100818 0.132286 0.046531 0.990119 0.131398 -0.0303364 0.990865 -0.99078 0.111161 -0.0774485 -0.317526 0.638689 -0.700895 -0.319936 0.63374 -0.704283 0.119258 -0.0671436 0.99059 0.113033 -0.10058 0.988487 0.0949794 -0.110285 0.989351 0.712523 0.639822 0.28799 0.718318 0.631598 0.291723 -0.795461 -0.604748 -0.038999 0.273895 -0.539015 0.79652 -0.315102 0.64361 -0.697479 -0.807551 -0.53342 -0.251644 0.992898 0.0585842 0.103542 0.99155 0.0880379 0.0952739 0.992181 0.102942 0.07057 -0.0922434 0.103895 -0.990301 -0.111705 0.0923294 -0.989443 0.169934 0.587181 0.791417 0.993085 0.0242705 0.114864 -0.989885 -0.102807 -0.0977644 -0.991719 -0.0458722 -0.119953 -0.131299 0.039987 -0.990536 0.0681313 0.995421 0.0670422 0.0665334 0.995589 0.0661447 -0.548811 -0.00618099 0.835924 -0.54881 -0.00618056 0.835924 0.826566 -0.00521839 -0.562816 0.82611 -0.00474844 -0.563489 0.069729 0.99525 0.0679395 0.0656567 -0.995911 0.0620498 0.0651334 -0.995999 0.0611827 0.720475 0.00236782 0.693477 0.719061 -0.00210173 0.694944 0.721872 0.00683731 0.691993 -0.548812 -0.00618143 0.835923 -0.546121 -0.00430825 0.837695 -0.543424 -0.00243565 0.839455 0.0712285 -0.994978 0.070321 0.0674732 -0.995656 0.0641627 0.0673087 0.99551 0.0665606 0.0664465 0.9956 0.0660763 -0.54881 -0.0061808 0.835924 0.718751 -0.00314252 0.69526 0.718419 -0.00418317 0.695598 0.719083 -0.00210187 0.694921 0.82702 -0.00568833 -0.562143 0.07498 -0.994248 0.0764756 -0.995526 -0.0457781 -0.0826573 -0.992787 -0.0911938 -0.0778292 -0.995239 -0.0427809 -0.0875732 0.121328 -0.0920026 0.98834 0.111713 -0.0978373 0.988913 0.124714 -0.0615577 0.990281 0.1248 0.0441012 0.991201 0.13126 -0.0290705 0.990922 -0.992938 -0.0971645 -0.0680626 -0.119381 0.105557 -0.987221 -0.131253 0.0499923 -0.990088 -0.125499 0.0530994 -0.990672 0.989966 0.103869 0.0958082 0.993235 0.0694176 0.0930877 0.995504 0.0363633 0.0874633 0.989587 0.0993144 0.104182 0.995218 -0.0508249 0.0834098 -0.131104 -0.030811 -0.99089 -0.123677 -0.0659688 -0.990127 -0.119671 -0.0990938 -0.987856 0.0661799 -0.995822 0.0629168 -0.995755 0.0298525 -0.0870653 0.131158 0.0402455 0.990544 -0.994682 0.0632759 -0.0812632 -0.992409 0.0949516 -0.0781598 -0.198435 0.519313 0.831227 -0.233497 0.452489 0.860659 -0.70122 -0.63944 0.31529 -0.698213 -0.643734 0.313217 -0.16207 0.582729 0.796342 0.103612 0.103858 -0.989181 -0.987781 0.100748 0.118908 -0.986214 0.0874736 0.140465 0.788493 0.589999 -0.173722 -0.988252 -0.109323 0.106802 -0.107552 0.10384 0.988762 0.106618 -0.0981118 -0.989448 0.713577 -0.638867 0.2875 -0.0955733 0.110435 0.989277 0.319807 -0.630541 -0.707207 0.318479 -0.63338 -0.705267 -0.704204 -0.635125 0.317354 0.985943 0.107523 -0.127884 0.321131 -0.627694 -0.709137 -0.0760732 -0.601086 0.795555 0.799096 -0.528825 -0.285989 -0.702015 0.635021 0.322372 -0.702933 0.633671 0.323027 -0.273363 -0.52952 0.803045 0.831882 -0.000317054 -0.554953 0.826447 0.00534262 -0.562989 0.0681709 0.995418 0.0670448 0.79527 -0.600275 -0.0849444 0.837211 -0.00597669 -0.546847 -0.128785 -0.096656 0.986951 0.986307 -0.0997092 -0.131364 -0.105868 -0.109091 0.988378 0.305597 0.627583 -0.716066 0.303286 0.632531 -0.712686 -0.701095 0.636369 0.321716 0.987036 -0.105491 -0.120958 0.307895 0.622608 -0.719416 -0.000155236 -0.99999 0.00458367 -0.000148653 -0.99999 0.00450983 -0.999807 -0.000145839 0.0196402 -0.999807 -0.000146259 0.019632 0.000196417 -1 -0.000563363 0.000670646 -0.999984 -0.00563208 -0.000161819 -0.999989 0.00465751 0.999715 0.000365388 -0.0238868 0.999604 0.000581801 -0.0281252 -0.000300972 1 0.000537526 0.000156781 0.999984 0.00562883 -0.999807 -0.000145419 0.0196485 0.999807 0.000148968 -0.0196479 -0.999679 -0.000147444 0.025346 -0.999679 -0.000147106 0.0253526 0.999563 0.00036448 -0.0295776 0.999428 0.000583203 -0.0338246 -0.000300772 1 0.000535865 -0.000758693 0.999989 -0.00455719 -0.999679 -0.000147782 0.0253394 -0.000154827 -0.99999 0.00458298 -0.000154369 -0.99999 0.00457784 -0.000277818 -0.99999 0.00450537 0.999679 0.000145749 -0.02533 -0.000155285 -0.99999 0.00458812 0.999563 0.000365832 -0.0295532 0.999678 0.000150093 -0.0253636 0.999428 0.00014739 -0.0338169 0.999428 0.000147197 -0.0338131 -0.999643 -0.000507435 0.0267053 -0.999605 -0.000435645 0.0281153 0.99943 0.000581564 -0.0337423 -0.999429 -0.000148435 0.0337924 -0.999431 -0.000151187 0.0337384 0.999563 0.000365353 -0.0295552 0.999429 0.000582684 -0.0337754 0.999428 0.000147582 -0.0338206 -0.999427 -0.000145684 0.0338465 -0.000192954 1 0.000529029 -0.000670375 0.999989 -0.00455768 -0.999747 -0.000293051 0.022499 -0.999807 -0.000439914 0.0196304 -0.000758717 0.999989 -0.00455379 0.000284473 0.999984 0.00561572 0.999747 0.000290869 -0.0224785 0.999679 0.000436269 -0.0253261 -0.99968 -0.000579225 0.0252952 -0.999678 -0.000146186 0.0253674 0.999807 0.000145466 -0.0196307 0.00124973 -0.0190575 0.999818 -0.00168654 -0.024309 0.999703 -0.000540646 -0.0100248 0.99995 -0.00206932 -0.0185776 0.999825 -0.000719311 -0.00166038 0.999998 -0.00205651 -0.0192715 0.999812 0.00178451 0.0250065 0.999686 0.000527296 -0.00108999 0.999999 0.00369194 0.0434617 0.999048 -0.00201474 -0.00492957 0.999986 -0.00141518 -5.17084e-05 0.999999 -0.0022925 -0.000127691 0.999997 0.00803324 -0.00474327 0.999956 -0.00136723 -0.000738821 0.999999 -0.00957285 -0.0002933 0.999954 -0.0168477 0.00146505 0.999857 0.0122875 -0.000176797 0.999925 0.000742008 -0.00121938 0.999999 -0.0119418 0.001117 0.999928 0.00273393 -0.00355472 0.99999 0.00433558 0.00351421 0.999985 0.0084288 -0.000438746 0.999964 0.0109268 -0.000144715 0.99994 -0.170789 0.00804084 0.985275 -0.057011 0.0035203 0.998367 -0.0853165 0.00814732 0.996321 -0.002293 -8.02621e-06 0.999997 0.00150818 -5.89194e-05 0.999999 -0.00135053 0.000622617 0.999999 -6.64748e-05 -0.00239145 0.999997 0.000157157 0.999984 0.0056289 -0.00208692 -0.0118235 0.999928 0.000737583 -0.000310896 1 0.000876248 -0.000455694 0.999999 0.000877032 -0.000269076 1 0.000840464 -0.000326775 1 -0.000167014 0.00010598 1 -0.000273516 -9.3735e-05 1 0.000220784 0.000428065 1 0.000361992 -8.89603e-05 1 0.000597705 -0.000320604 1 0.000858619 -0.000232508 1 0.000704977 -0.0003556 1 0.000848225 -0.000330482 1 -0.000266223 -0.00059457 1 -0.000117108 -0.000542231 1 1.69939e-05 -0.000290559 1 2.73126e-05 -0.000293633 1 -0.00011645 -0.000557179 1 -0.000432271 -0.000257197 1 -0.000450983 -0.000459101 1 -0.000276596 -0.000560635 1 2.76321e-05 -0.000510774 1 0.000198815 -0.000748463 1 0.000165273 -0.000370288 1 -0.000535696 -9.52105e-06 1 0.706646 0.647972 0.284223 -0.990507 -0.114794 -0.0756177 0.000324677 -0.000357088 1 -0.000178701 0.000209262 1 -0.000260676 0.000320807 1 -4.07686e-05 0.000356964 1 0.000655193 -0.000710896 1 -0.000535562 0.000168552 1 -0.000301648 1 0.000526139 0.00015527 0.999984 0.00560827 0.000192152 -1 -0.000575041 0.00066992 -0.999984 -0.0056481 0.000301039 -1 -0.00057396 -0.000155418 -0.99999 0.00450614 -0.000758559 0.999989 -0.004556 -0.000191765 1 0.00052172 0.000286697 0.999984 0.00560021 0.000223656 -0.000994793 1 5.92192e-05 -0.000688802 1 -0.000285621 -0.99999 0.00449804 -0.000670222 0.999989 -0.00455678 -0.99968 -0.000147407 0.0253127 -0.99968 -0.000148623 0.025289 0.000301408 -1 -0.000538237 0.000757153 -0.999984 -0.0056504 0.999679 0.000148015 -0.0253346 -0.999679 -0.000146191 0.0253365 -0.000296274 1 0.000585907 0.000158449 0.999984 0.00564354 0.000757488 -0.999984 -0.00565404 -0.000154344 -0.99999 0.00457394 -0.000750989 0.99999 -0.00447174 -0.000431569 -0.000451932 1 7.55122e-05 -9.15577e-06 1 0.00080143 -0.000187069 1 -2.31857e-05 0.000431715 1 0.000214873 -0.000502562 1 0.000575138 0.00032191 1 0.0642091 -0.995785 -0.0654994 0.0722534 -0.994893 -0.0704832 0.701004 -0.000634952 -0.713157 0.698913 0.00588118 -0.715183 0.70306 -0.00715105 -0.711095 0.847902 0.00381825 0.530139 0.852256 0.00851764 0.523056 0.113244 -0.0516201 -0.992225 0.119697 0.0322412 -0.992287 0.11428 0.0667407 -0.991204 0.111347 0.0997132 -0.988766 -0.986351 -0.0301214 0.16188 -0.986409 -0.0658773 0.150527 -0.986966 0.0507733 0.152711 -0.984589 -0.0985128 0.144497 0.119873 -0.0480466 -0.991626 -0.554143 -0.00258701 -0.832417 -0.545806 -0.00824046 -0.837871 0.069063 -0.99491 -0.0733721 0.0682527 -0.995003 -0.0728757 0.700996 -0.000660048 -0.713165 0.702411 -0.00518677 -0.711752 0.699563 0.00386669 -0.714561 0.0614705 0.995932 -0.0658866 0.0611055 0.995995 -0.0652729 -0.562408 0.00306678 -0.826854 0.0618354 0.995869 -0.0665004 0.0561589 -0.996587 -0.0605097 -0.984487 0.10182 0.142888 -0.985707 0.0454617 0.162217 0.985214 -0.0891305 -0.14632 0.986137 -0.0593337 -0.154962 0.986501 -0.0245424 -0.161906 0.988073 0.0452487 -0.147185 -0.304358 -0.630201 0.714292 -0.307847 -0.622672 0.719381 -0.985929 0.112366 0.123764 -0.30084 -0.63767 0.709135 -0.135863 0.0265066 0.990373 -0.128023 -0.0473512 0.99064 -0.136285 -0.0423978 0.989762 -0.119739 -0.0940055 0.988345 0.988967 0.0437749 -0.141523 -0.125911 0.0594747 0.990257 -0.120914 0.0894235 0.988627 0.10364 0.103941 -0.989169 0.702027 -0.634997 -0.322392 0.701089 -0.636372 -0.321723 -0.103586 -0.103874 0.989182 -0.992536 0.0998792 -0.0699776 0.105438 0.0962893 0.989753 0.118081 0.0886097 0.989043 -0.20713 0.51753 -0.830217 -0.168506 0.584043 -0.79404 0.860462 0.438986 -0.258644 0.991642 -0.101785 0.0792895 0.995012 -0.0489414 0.0869199 0.991787 -0.105532 0.0722562 -0.709269 -0.640597 -0.294231 -0.710176 -0.639318 -0.294827 0.320565 -0.63247 0.705138 0.31528 -0.643281 0.697702 -0.107814 0.111732 -0.987873 -0.708361 -0.641875 -0.293635 0.880123 0.41316 0.233841 -0.244258 0.447277 -0.860396 0.325786 -0.621533 0.712432 0.801314 0.580486 0.144678 -0.562496 -0.0074788 -0.826766 -0.563232 -0.00697494 -0.826269 0.0640985 0.996005 -0.0621693 0.0644509 0.995945 -0.0627681 -0.0721898 -0.602601 -0.794771 -0.561759 -0.00798266 -0.827262 0.8459 0.00171188 0.533339 0.852165 0.008517 0.523204 0.0698733 -0.994817 -0.0738683 0.0637461 0.996065 -0.0615704 0.839476 -0.00509356 0.543373 -0.715546 0.636074 -0.288797 -0.717489 0.633306 -0.290056 0.316009 0.644939 0.695839 0.314758 0.64746 0.694063 -0.108926 -0.104836 -0.988506 -0.713593 0.638834 -0.287535 0.801578 -0.595058 0.0581151 -0.278068 -0.534306 -0.798245 0.317257 0.642412 0.697607 0.811021 -0.531161 0.245177 -0.87108 0.106298 -0.4795 -0.870401 0.104921 -0.481034 -0.720484 -0.00236591 -0.693467 -0.718368 -0.00894648 -0.695606 -0.722563 0.00421478 -0.691292 0.00475773 0.105197 0.99444 0.00810886 0.107959 0.994122 -0.871755 0.107674 -0.477964 -0.817509 0.363927 -0.446358 -0.851871 0.105904 0.512933 -0.851959 0.105776 0.512813 0.542126 0.000943516 -0.840297 0.549606 -0.00430936 -0.835413 -0.826462 -0.00553631 0.562965 -0.826452 -0.00552505 0.56298 -0.0655703 0.995916 -0.0620635 -0.0646668 0.996007 -0.0615556 -0.0674117 -0.99554 -0.0659949 -0.0680593 -0.995425 -0.0670556 -0.851782 0.106031 0.513054 -0.801394 0.356727 0.480119 0.534587 0.00619629 -0.845091 0.484603 0.821156 -0.301434 0.798894 0.364117 -0.478735 0.800229 0.362815 -0.477492 0.00896132 0.364369 0.931212 0.00395601 0.360712 0.932669 0.00140651 0.102433 0.994739 -0.0667639 -0.995654 -0.064934 0.797554 0.365417 -0.479977 0.854797 0.102555 -0.508729 0.851316 0.107571 -0.513507 0.0139663 0.368011 0.929716 0.00670052 0.832331 0.554238 0.874224 0.102942 0.474484 0.871983 0.0983716 0.47955 0.813904 0.368923 0.448838 0.813754 0.368464 0.449488 0.814055 0.369382 0.448188 0.484527 0.831692 0.271148 0.858226 0.0975329 -0.50392 0.87642 0.107506 0.469394 -0.0664737 0.995824 -0.0625713 0.106331 -0.103678 -0.988911 0.84347 -0.000881484 0.537175 0.986388 0.0906455 -0.137193 0.0930959 -0.110781 -0.989475 -0.31415 0.634256 0.70642 -0.311501 0.639885 0.702506 0.702435 0.632668 -0.326063 0.697988 0.639171 -0.322914 -0.985935 -0.107503 0.127966 -0.316781 0.628594 0.710295 0.204859 0.513217 -0.833451 0.240743 0.444414 -0.862867 -0.83024 0.512128 0.220058 -0.858006 0.445707 0.255287 0.702963 -0.633621 -0.323059 0.167564 0.578485 -0.798296 -0.106539 0.0981626 0.989451 0.986681 0.0929212 -0.133513 -0.797142 0.57526 0.183415 0.987096 -0.105105 -0.120808 0.548822 0.00618069 -0.835916 0.548822 0.00618061 -0.835916 -0.0675147 -0.995522 -0.0661636 -0.0669985 -0.995613 -0.0653183 -0.071879 0.994892 -0.0708786 -0.0639641 0.995737 -0.0664563 0.548822 0.00618076 -0.835916 -0.72225 0.00314427 -0.691625 -0.722584 0.00421104 -0.69127 -0.721914 0.00207751 -0.691979 -0.826473 -0.00554756 0.562949 -0.0680308 -0.99543 -0.0670088 0.0841649 -0.594288 -0.799836 -0.798351 -0.527194 0.291037 0.706831 0.626119 -0.329188 0.266533 -0.526772 -0.807138 -0.826566 0.00517745 0.562815 -0.827267 0.00445683 0.561792 -0.0797879 0.993964 -0.0752949 -0.796103 -0.596776 0.100396 -0.825864 0.00589805 0.563838 -0.999632 0.00468054 0.0267254 -0.999613 -0.0104793 0.0257741 -0.999386 0.0186954 0.0296455 -0.999465 0.0133557 0.0298505 -0.999568 0.00634786 0.028698 -0.999603 -0.0107563 0.0260313 -0.998244 -0.000943168 0.0592245 -0.999659 -0.000300653 0.0261296 -0.996833 -0.00541725 0.079345 -0.997662 -0.00266338 0.0682847 -0.999756 0.0013366 0.022069 -0.999604 -0.00498775 0.0276851 -0.722895 -8.51164e-05 -0.690958 -0.722011 -0.000126592 -0.691882 -0.712475 0.701432 0.0193181 -0.713851 0.700028 0.0194288 -0.703853 -0.000329733 0.710346 -0.703713 -0.000323171 0.710484 -0.723779 -4.36405e-05 -0.690032 -0.711434 -0.702487 0.0193158 -0.711523 -0.702397 0.019323 -0.711096 0.702833 0.0192073 -0.711345 -0.702578 0.0193087 -0.999533 0.0103024 0.028767 -0.999574 0.00201652 0.029101 -0.999574 -0.00219467 0.0290976 -0.999561 -0.0144194 0.0258947 -0.999488 0.0115536 0.0298277 -0.999667 0.00311572 0.0256162 -0.999635 0.0032327 0.026829 -0.999651 0.000605099 0.0264023 -0.99848 -0.00205973 0.0550851 -0.997087 -0.00543641 0.0760798 -0.997822 -0.004064 0.0658444 -0.999626 -0.00639987 0.02657 -0.999413 -0.0223966 0.0259155 -0.698418 -0.000307561 0.71569 -0.698751 -0.000323166 0.715364 -0.723338 -6.38014e-05 -0.690494 -0.72378 -4.3015e-05 -0.690031 -0.999629 0.000495897 0.0272215 -0.999627 0.000374172 0.0273001 -0.999634 0.000500165 0.0270337 -0.698084 -0.000291956 0.716016 -0.710968 0.702963 0.0191968 -0.711094 0.702834 0.019207 -0.999631 -0.000335339 0.027161 -0.999629 -0.000268421 0.0272367 -0.999633 -0.000402257 0.0270853 -0.722895 -8.45878e-05 -0.690958 -0.709994 0.703946 0.0192248 -0.709106 0.704842 0.0191535 -0.999629 -0.000268597 0.0272357 -0.999629 -0.000268973 0.0272353 -0.999629 -0.00026822 0.0272361 -0.72084 5.02849e-05 -0.693102 -0.722794 0.000141669 -0.691064 -0.712452 -0.701452 0.0193977 -0.714068 -0.699804 0.0195278 -0.999617 -0.000155597 0.0276854 -0.71088 0.703048 0.019296 -0.710832 -0.703097 0.0192676 -0.99963 -0.000168389 0.027198 -0.999627 -6.87328e-05 0.0273108 -0.999633 -0.000268045 0.0270853 -0.709895 -0.704046 0.0191928 -0.711337 -0.702586 0.0193085 -0.712459 0.701448 0.0193175 -0.71108 0.702849 0.0192068 -0.999629 -0.000222854 0.0272235 -0.99963 -0.000543872 0.0272041 -0.999629 -0.000222789 0.0272529 -0.703992 -0.000336296 0.710208 -0.708449 -0.705504 0.0190769 -0.999629 -0.000286025 0.0272246 -0.712451 -0.701454 0.0193978 -0.714078 -0.699794 0.0195287 -0.70132 -0.00021088 0.712847 -0.698919 -9.84317e-05 0.715201 -0.710841 0.703091 0.0191866 -0.71082 -0.70311 0.0192668 -0.722863 -8.51677e-05 -0.690991 -0.72198 -0.000126578 -0.691914 -0.713835 0.700044 0.0194283 -0.703713 -0.000323325 0.710484 -0.723745 -4.37575e-05 -0.690067 0.00463201 -6.49961e-05 -0.999989 0.00877474 0.00014538 -0.999962 -0.000471152 -0.000150787 1 -0.000499921 -0.000149343 1 -0.00247247 0.000296064 -0.999997 -0.00543029 0.00014542 -0.999985 0.000489197 -0.000275371 -1 0.000473099 0.000147814 -1 0.000503861 0.000149366 -1 -0.000457351 -0.000147613 1 -0.000426597 -0.000149157 1 -0.000442382 -0.000152232 1 0.000442338 0.000146261 -1 0.00247148 -0.000292471 0.999997 -0.00048811 -0.000143888 1 -0.00249015 0.000298178 -0.999997 0.000503084 0.000450548 -1 -0.0025581 0.999997 1.61484e-05 -0.00258229 0.999997 1.45787e-05 0.00543106 -0.000441052 0.999985 -0.00587377 -0.000299609 0.999983 -0.00883022 -0.000150364 0.999961 0.000485361 0.000446705 -1 -0.00548335 0.000145805 -0.999985 -0.00291726 -0.000448852 0.999996 -0.0025289 -0.999997 -0.000350707 0.00256977 -0.999996 -0.000961789 0.00774655 0.99997 -0.000263099 0.00775243 0.99997 -0.000262721 -0.00256023 0.999997 0.000272676 -0.00258437 0.999997 0.000271229 -0.00762749 -0.999971 0.000260384 -0.999617 0.000148693 0.027661 -0.999619 -0.000700817 0.0275866 -0.999615 -0.000341859 0.027747 -0.99963 -0.000758577 0.0272016 0.00774068 0.99997 -0.000263477 -0.999629 -0.00014653 0.0272543 -0.0025704 -0.999997 0.000322405 0.00261192 -0.999997 -0.000274751 -0.00257023 0.999997 0.000273486 -0.00257647 0.999997 0.000273107 -0.000488105 -0.000146069 1 -0.00775265 -0.99997 0.000919553 0.00259814 -0.999997 -0.000272471 0.00258045 -0.999997 -0.000270432 -0.00253608 0.999997 0.000274122 -0.00256399 0.999997 0.000273864 0.00261583 -0.999997 -0.000274509 -0.999645 0.00404317 0.0263187 -0.999644 0.004152 0.026363 -0.999641 0.00108283 0.0267768 -0.00258238 0.999997 0.000273784 -0.00258238 0.999997 0.000273784 0.0024896 -0.000296507 0.999997 -0.000500914 -0.000146368 1 -0.00258238 0.999997 0.000273784 -0.0046924 6.36699e-05 0.999989 -0.00888479 0.000274153 0.999961 -0.00127587 -6.55285e-05 -0.999999 0.00287351 0.000146938 -0.999996 -0.00257431 -0.999997 0.000322159 -0.00775264 -0.99997 0.000918839 -0.000499929 -0.000146815 1 0.00251958 0.999997 -0.00032069 -0.00258196 0.999996 -0.000630036 -0.00253391 0.999997 1.7718e-05 -0.00542523 -0.000277994 -0.999985 0.00762105 0.999971 -1.13368e-05 0.000461268 0.000145036 -1 0.000430493 0.000143483 -1 -0.00258477 -0.999997 0.000321718 -0.00774598 -0.999969 0.000918683 0.00548008 -0.000446643 0.999985 0.000492042 0.00014659 -1 0.0025823 -0.999997 -1.9582e-05 0.00258427 -0.999997 -1.98164e-05 0.00260409 -0.999997 -0.000274531 0.00257651 -0.999997 -0.000275257 0.00258033 -0.999997 -1.93476e-05 -0.00251663 -0.999997 0.000320183 0.00258394 -0.999997 0.000629463 0.00260069 -0.999997 -1.76738e-05 0.00261725 -0.999997 -1.6609e-05 0.00246846 -0.000299282 0.999997 -0.000550323 -0.000452953 1 -0.00761715 -0.999971 1.08944e-05 -0.00251655 -0.999997 0.000321214 -0.00761299 -0.999971 1.21491e-05 -0.00246124 0.000297949 -0.999997 0.000499921 0.000149366 -1 0.00258412 -0.999997 -1.87387e-05 0.00257997 -0.999996 0.00063027 -0.999544 -0.00122987 0.0301552 -0.999525 -0.000594736 0.0307991 -0.999576 -1.78018e-05 0.0291069 0.00252179 0.999997 -0.000316629 -0.00257844 0.999997 0.000271063 -0.999533 -0.000125161 0.0305707 -0.999653 -3.61176e-05 0.0263536 0.0016314 8.6987e-05 -0.999999 0.00282242 2.71931e-05 -0.999996 0.00548722 -0.000145608 0.999985 0.00762194 0.999971 -0.000904313 0.000440371 0.000146781 -1 -0.000499922 -0.000149366 1 -0.000503861 -0.000149565 1 -0.00542736 0.000148556 -0.999985 -0.00542639 0.000148506 -0.999985 0.000490073 0.000146565 -1 0.000495983 0.000146269 -1 -0.000495983 -0.000149167 1 0.00542733 -0.000142683 0.999985 0.00542637 -0.000142732 0.999985 0.00249506 -0.000297634 0.999997 -0.000497176 -0.00044995 1 -0.00542834 0.000148605 -0.999985 0.00542828 -0.000142634 0.999985 -0.000513696 -0.000147362 1 -0.000488104 -0.000146069 1 -0.00258795 0.999997 0.000272771 -0.00256596 0.999997 0.00027021 -0.00542237 0.00044653 -0.999985 -0.000539288 -0.000148654 1 -0.00259485 0.999997 1.78582e-05 -0.00257835 0.999997 1.58807e-05 0.000484162 0.000146862 -1 -0.00260995 0.999997 0.000275332 -0.00261135 0.999997 1.98357e-05 -0.999639 0.000691818 0.0268553 -0.999976 0.000547993 0.00686383 -0.99991 0.00365444 -0.0128821 -0.999314 -0.0234821 0.0286559 -0.999166 -5.70109e-05 0.04083 -0.999583 -0.000313662 0.0288909 -0.999431 -0.00518467 0.033314 -0.999997 0.00205699 -0.00148069 -0.998995 -0.0374494 0.0246106 -0.999569 -0.00849578 0.0281111 -0.999521 -0.0170563 0.0258012 -0.999212 -0.0299075 0.0260793 -0.999631 0.00071434 0.0271616 -0.999556 0.011545 0.0274677 -0.999631 -0.0073214 0.0261457 -0.998992 0.0334596 0.029929 -0.999648 -0.00590511 0.0258747 -0.998758 -0.00199208 0.0497865 -0.999049 -9.75708e-05 0.043608 -0.999574 0.0019633 0.0291258 -0.999622 0.000969796 0.0274589 -0.999635 0.00217209 0.0269377 -0.999206 0.0259216 0.0302563 -0.999627 8.71252e-05 0.0273231 -0.999629 4.0597e-05 0.0272227 -0.999625 6.62466e-06 0.0273944 -0.999617 -0.000544637 0.0276696 -0.999629 -0.000790303 0.0272284 -0.99961 -0.00097932 0.0279192 -0.99963 -0.000142512 0.0272086 -0.999637 5.45505e-06 0.0269324 -0.999642 4.70606e-05 0.0267601 -0.999642 -4.02093e-05 0.0267652 -0.999642 4.38348e-05 0.0267462 -0.999604 -0.000223778 0.0281259 -0.99963 3.76614e-06 0.0272101 -0.999625 3.6993e-06 0.0273906 -0.999629 -0.0001342 0.0272236 -0.999627 8.87363e-05 0.0273238 -0.999625 2.68816e-06 0.0273814 -0.99963 4.49503e-05 0.0272116 -0.999627 8.42638e-05 0.0273279 -0.999629 3.95526e-05 0.0272234 -0.999621 -8.31363e-05 0.0275139 -0.999623 -0.000395929 0.027448 -0.999617 -0.000640133 0.0276691 -0.999624 -0.000635117 0.0274276 -0.99963 -0.000202574 0.0272116 -0.999617 -0.000419173 0.0276815 -0.698424 -0.000350178 0.715685 -0.698739 -0.00036483 0.715377 -0.71888 -4.10999e-05 -0.695134 -0.999642 -0.000145826 0.0267441 -0.698108 -0.000335526 0.715992 -0.999633 3.10779e-06 0.0271015 -0.999642 -0.000383115 0.0267463 -0.99963 -0.000100501 0.0272005 -0.999626 -0.000163523 0.0273563 -0.999623 2.72071e-05 0.0274711 -0.999634 4.07035e-05 0.0270488 -0.00259807 0.999997 0.000273157 -0.00258032 0.999997 0.000271111 -0.002556 -0.999997 0.000317108 0.00262075 -0.999996 0.000631004 0.00258431 -0.999997 -0.000271222 0.00258435 -0.999997 -0.000271221 -0.00261583 0.999997 0.000275202 -0.00260011 0.999997 0.000273735 -0.00258045 0.999997 0.000271469 0.00260073 -0.999997 -1.73117e-05 0.00258033 -0.999997 -1.86236e-05 -0.00773268 -0.99997 3.20378e-06 -0.00261977 0.999997 0.000276 0.000488862 0.000148806 -1 0.000432521 0.000151635 -1 0.00247153 -0.00029631 0.999997 -0.000483387 -0.000446803 1 0.00548726 -0.000145315 0.999985 0.000545203 0.000145978 -1 -0.00542939 0.00014816 -0.999985 -0.0054342 0.000148403 -0.999985 0.00258428 -0.999997 -0.000271224 0.00542642 -0.000145815 0.999985 -0.00542458 0.000147916 -0.999985 -0.999618 -0.000223023 0.0276548 -0.999625 -0.000637522 0.0273642 -0.999629 -0.000139029 0.0272263 -0.999629 -0.000560229 0.0272312 0.00257991 0.999997 0.0003511 -0.00258468 0.999996 0.000965743 -0.999623 -0.000792464 0.0274292 0.00262114 -0.999997 -1.59998e-05 0.00774443 0.99997 -0.000263553 -0.000221504 -0.000330667 -1 5.75095e-05 -0.000355307 -1 -0.000904892 -0.000131485 -1 0.000289002 -0.00038716 -1 -0.000326763 0.000351658 -1 2.91579e-05 0.000548673 -1 0.00015796 0.000289518 -1 -0.000190767 0.000376191 -1 -0.000279204 6.21377e-05 -1 -0.000632918 0.000203966 -1 0.000216326 -0.000333172 -1 0.000171951 -0.00028605 -1 -0.000161706 -8.73756e-05 -1 2.28421e-05 -0.00043146 -1 0.000358674 -0.000235155 -1 -2.31786e-05 -6.62288e-05 -1 -3.50349e-06 7.72348e-05 -1 2.0322e-05 -0.000258089 -1 0.000157128 0.999984 0.00560662 0.000156947 0.999984 0.00560459 -0.000284208 -0.999984 -0.0056184 -0.000284677 -0.999984 -0.0056134 -0.000157544 -0.999984 -0.00563715 -0.000158104 -0.999984 -0.00563091 0.000157309 0.999984 0.00560864 0.000284561 0.999984 0.00561842 0.000284697 0.999984 0.00561987 0.000261542 0.000139245 -1 -0.00028374 -0.999984 -0.00562341 0.000284424 0.999984 0.00561696 0.000427806 0.000542644 -1 0.000434887 -0.000107426 -1 0.000119593 0.000382686 -1 9.62494e-05 9.5634e-05 -1 -0.000204325 0.00049033 -1 0.000276839 9.75804e-05 -1 -0.00111784 0.000301931 -0.999999 -0.000675884 -2.1758e-05 -1 0.000262167 -0.000421625 -1 -0.000191714 -0.000188809 -1 0.000285583 0.99999 -0.00458065 0.000286342 0.999989 -0.00457256 0.999563 0.000365437 -0.0295707 0.999428 0.000583476 -0.0338043 0.00015488 0.99999 -0.00457908 0.000148014 0.999989 -0.00465545 0.000284823 0.999989 -0.00458874 -0.999715 -0.000361865 0.0238859 -0.999604 -0.00014668 0.0281484 0.999563 0.000365939 -0.0295766 0.999678 0.000149599 -0.0253755 0.999679 0.000147391 -0.0253365 -0.999807 -0.000577044 0.0196229 -0.000155535 -0.99999 0.00457525 -0.000155414 -0.99999 0.00457389 0.999563 0.000364694 -0.0295515 0.99968 0.000146167 -0.0253077 -0.000285273 -0.999989 0.00458507 -0.000292743 -0.999989 0.00466491 -0.000155656 -0.99999 0.0045766 -0.999429 -0.000148272 0.0337815 -0.99943 -0.000149091 0.0337654 0.000161746 0.99999 -0.0045027 0.999429 0.000583215 -0.0337948 -0.999429 -0.000147453 0.0337976 0.999747 0.000291529 -0.0224778 0.999679 0.000437691 -0.0253403 -0.000155834 -0.999984 -0.00561451 -0.00015527 -0.999984 -0.00562087 -0.999679 -0.000146361 0.0253381 -0.99968 -0.000147669 0.0253125 0.999808 0.000145364 -0.0196151 0.00015759 0.999984 0.00561753 0.000156395 0.999984 0.00560434 -0.000156985 -0.999984 -0.00564338 -0.000156398 -0.999984 -0.00560814 0.000158786 0.999984 0.00563071 -0.999714 -0.00036391 0.0239094 -0.999806 -0.000576029 0.0197072 -0.999429 -0.000150202 0.0337895 -0.99943 -0.000151195 0.03377 0.999429 0.000582272 -0.0337771 -0.999605 -0.000151784 0.0281113 0.999603 0.000148261 -0.0281832 0.999603 0.000148494 -0.0281878 -0.999678 -0.000145054 0.0253636 -0.999428 -0.00014921 0.033809 0.999603 0.000148029 -0.0281786 0.699355 0.000307648 -0.714775 0.699014 0.000323502 -0.715108 0.000132935 0.705629 -0.708581 0.000223876 0.707335 -0.706878 -0.722279 2.71574e-05 -0.691602 -0.723769 9.59767e-05 -0.690042 0.699695 0.000291794 -0.714442 0.000254466 0.000114248 -1 0.000141846 0.000212707 -1 0.000367086 1.57885e-05 -1 0.000329779 -0.703181 -0.711011 0.000328187 -0.70315 -0.711041 4.19923e-05 0.703919 -0.71028 0.00014835 0.705081 -0.709126 0.000267557 0.707322 -0.706892 0.000220097 0.000142088 -1 0.0003003 7.19693e-05 -1 0.000139894 0.000212206 -1 0.697376 0.00020918 -0.716705 0.694979 0.000321376 -0.71903 0.000252244 -0.704629 -0.709575 0.000283115 -0.70521 -0.708998 -0.720786 -4.1662e-05 -0.693158 2.9141e-05 0.702834 -0.711354 0.000221372 -0.704048 -0.710152 0.000253862 -0.704664 -0.709541 0.000329383 -0.706084 -0.708128 0.00177109 0.0226011 -0.999743 0.0197889 0.00184914 -0.999802 -0.00063077 0.000893964 -0.999999 0.000249228 0.701357 -0.71281 0.00011604 0.698839 -0.715279 0.000178341 -0.703241 -0.710952 -0.00412031 0.0412708 -0.999139 0.00197235 -0.00386695 -0.999991 0.00210631 -0.00208241 -0.999996 -0.00358841 0.0508248 -0.998701 0.000280612 0.000118084 -1 0.000198786 0.000387924 -1 0.000551566 0.00063463 -1 -0.724782 -8.57432e-05 -0.688978 -0.725671 -4.4515e-05 -0.688042 0.000331371 -0.703211 -0.710981 0.000129633 -8.17225e-05 -1 0.696354 0.000215888 -0.717698 0.698905 9.7183e-05 -0.715215 0.000382413 0.703867 -0.710332 -0.723893 -0.000126971 -0.689912 0.693796 0.000334589 -0.720172 0.000196875 -0.000207525 -1 -0.0003927 2.5308e-05 -1 -0.000145263 0.00042525 -1 0.000546279 -0.000255973 -1 0.000104003 2.53995e-05 -1 -0.000822339 0.000269078 -1 6.31561e-05 -3.65944e-05 -1 0.000527749 -0.000128266 -1 0.000195176 -0.705629 -0.708582 0.000169751 -0.705152 -0.709056 -0.000164503 0.000617174 -1 -0.000394768 0.000205689 -1 -0.000208717 0.00061667 -1 0.000140028 0.000211721 -1 0.000141214 0.000210684 -1 0.000138842 0.000212758 -1 0.0002206 -0.706105 -0.708107 0.699766 9.69819e-05 -0.714372 0.000332785 0.000774884 -1 -0.718868 -8.39209e-05 -0.695146 -0.719783 -4.15871e-05 -0.694199 -0.718892 -8.52553e-05 -0.695122 -0.718006 -0.000126193 -0.696037 0.699799 0.000329019 -0.71434 0.699676 0.000334808 -0.71446 0.000537332 0.00108512 -0.999999 -0.719777 -4.43174e-05 -0.694206 0.000154187 0.705202 -0.709006 8.49341e-05 0.703898 -0.710302 -0.717952 -0.000126255 -0.696092 0.699922 0.00032323 -0.714219 0.000223439 0.706504 -0.707709 -0.717923 -8.31384e-05 -0.696122 -0.718836 -0.000126482 -0.69518 -9.68201e-05 0.707529 -0.706684 -5.09133e-05 0.706664 -0.707549 0.703843 0.00032891 -0.710355 0.703722 0.000323226 -0.710475 -0.717009 -3.97948e-05 -0.697064 -0.000243514 0.000212172 -1 -0.000244221 0.000211553 -1 -0.000242807 0.00021279 -1 -0.00014302 -0.706215 -0.707997 -0.000186817 -0.707037 -0.707177 -0.000142727 0.708393 -0.705818 -0.999631 4.03834e-05 0.0271699 -0.99963 4.24179e-05 0.0272145 -0.999631 -5.19531e-05 0.0271784 -0.999629 -0.00097684 0.0272222 -0.999629 -0.000542581 0.0272184 -0.999628 -0.00122692 0.0272372 -0.999629 -4.25773e-05 0.0272276 0.703964 0.000334593 -0.710235 -0.999629 -0.00103025 0.0272028 -0.000164937 0.000142767 -1 -0.000243845 7.37559e-05 -1 -8.60302e-05 0.000211779 -1 -0.000185666 -0.704103 -0.710098 -0.000187686 -0.704141 -0.71006 -0.00019558 0.705825 -0.708386 -0.000145204 0.704878 -0.709329 0.444588 0.000289195 -0.895735 0.443945 0.000270358 -0.896054 -0.45276 -9.11722e-05 -0.891633 -0.455403 -0.000168857 -0.890285 -0.000183646 -0.704065 -0.710136 0.44523 0.000308032 -0.895416 0.00055191 -0.00041845 -1 0.700858 0.000230926 -0.713301 0.698017 9.89275e-05 -0.716082 -9.92232e-05 -0.705393 -0.708816 -0.715516 3.08702e-05 -0.698596 -0.714004 0.000102255 -0.700141 -0.000245956 0.70677 -0.707443 0.703688 0.000362922 -0.710509 -0.717024 -4.05152e-05 -0.697049 -0.999618 -0.000218001 0.0276465 -0.999604 -0.000290775 0.0281364 -0.999621 -0.00100544 0.0275234 -0.999629 -0.000266143 0.0272155 -0.999604 -0.000601297 0.0281368 -0.999623 -0.000985388 0.0274448 -0.999634 -0.0012299 0.0270345 -0.999617 -0.000466718 0.0276731 -0.999631 3.97931e-05 0.0271559 -0.999614 -0.000455531 0.0277793 -0.99962 -0.000755208 0.0275635 -0.999613 -0.000405063 0.0278195 -0.999628 -0.00125751 0.0272351 -0.999629 -0.00108889 0.0272195 -0.999617 -0.000691995 0.0276748 -0.999591 0.000244371 0.0285857 -0.999611 0.000329393 0.0279047 -0.999617 -0.000601037 0.0276752 -0.999608 -0.000512431 0.0279774 0.00234102 -0.0273777 -0.999622 0.000506979 0.00186021 -0.999998 0.00183452 -0.0292302 -0.999571 0.00164166 -0.00176102 -0.999997 0.00207735 -0.0117769 -0.999928 0.00150047 -0.00265298 -0.999995 0.000614352 -0.00161053 -0.999998 -0.00410955 0.0192026 -0.999807 -0.00262165 0.000246522 -0.999997 -0.00357251 0.0263024 -0.999648 -0.00279304 -0.000533026 -0.999996 -0.0186656 -0.00135999 -0.999825 -0.0232403 -0.00177514 -0.999728 -0.0166373 -0.00192488 -0.99986 0.00190524 -0.0181381 -0.999834 -0.025678 -0.00178759 -0.999669 -0.000353788 -0.0231539 -0.999732 -0.00083384 -0.00651817 -0.999978 -0.00402729 0.0321036 -0.999476 -0.00251569 -0.0031201 -0.999992 -0.00365206 0.0467832 -0.998898 -0.00267979 0.000822471 -0.999996 -0.00363968 -0.00244134 -0.99999 0.99968 0.000147924 -0.0253076 0.99968 0.000147952 -0.0253081 -0.999604 -0.00014718 0.0281327 -0.999605 -0.000147658 0.0281232 0.000154966 0.99999 -0.00457978 0.000148013 0.999989 -0.00465712 0.99968 0.000147895 -0.025307 -0.000158239 -0.99999 0.00454926 -0.000154728 -0.99999 0.00451019 -0.000277804 -0.99999 0.00450523 -0.999604 -0.000146702 0.0281421 -0.000161749 -0.99999 0.00458834 0.00016192 0.99999 -0.00450244 0.7034 0.000349193 -0.710794 0.703722 0.000364225 -0.710475 -0.718039 -8.83281e-05 -0.696003 -0.722058 -0.000279575 -0.691833 0.000283134 -0.000189809 -1 0.703078 0.000334162 -0.711112 -1.83819e-05 0.705415 -0.708795 -0.000143706 0.707757 -0.706456 -0.000144398 -0.703318 -0.710875 -0.000187828 -0.704139 -0.710062 -0.713997 0.000102922 -0.700149 0.000106942 0.703064 -0.711126 -0.000185434 0.44464 -0.895709 -0.00031024 0.448365 -0.89385 -0.000129923 0.000114655 -1 -0.000242576 1.60918e-05 -1 -1.72707e-05 0.000213217 -1 -0.450112 -1.34864e-05 -0.892972 -0.000197251 -0.4434 -0.896324 -0.000171782 -0.442633 -0.896703 -6.06256e-05 0.440907 -0.897553 -0.00022272 -0.444168 -0.895944 -0.0135788 1.57936e-05 -0.999908 -0.017527 0.000498189 -0.999846 0.00100274 0.000879915 -0.999999 -0.00159824 -0.00229987 -0.999996 -0.00110589 0.0302527 -0.999542 -0.000100968 -0.702496 -0.711687 -0.000160183 -1 -0.000371 -0.000111958 -1 -0.000218897 -0.000160258 -1 -0.000368986 -0.000160515 -0.999996 -0.00298767 3.32849e-05 -0.999985 0.00556268 3.2617e-05 -0.999997 0.00265047 3.30829e-05 -0.999997 0.00260014 0.000182843 0.00108578 -0.999999 -4.93158e-05 0.000221048 -1 -0.000238626 0.00056844 -1 -0.000167352 0.000213758 -1 -2.47725e-05 0.000332655 -1 4.90283e-06 0.00011269 -1 2.16906e-05 6.48773e-05 -1 3.47866e-05 -0.999985 0.00547744 0.000453584 0.000424495 -1 -8.52874e-05 -0.000340444 -1 -6.37312e-05 -1 -6.67922e-05 3.34599e-05 -0.999985 0.00546873 0.00088779 0.00059636 -0.999999 -2.10043e-05 1 3.03727e-06 -2.21771e-05 1 0.000476888 -2.18664e-05 1 0.000592581 1.00469e-05 1 0.000350288 -0.00151901 0.999997 0.00202721 0.999627 0.000266217 -0.0273125 0.999624 0.000261867 -0.0274209 0.999626 0.000283788 -0.0273617 0.999622 0.000296423 -0.0275092 -0.999624 -0.000265552 0.027435 -0.999621 -0.00027013 0.0275387 -0.999625 -0.000256661 0.0273815 -0.999629 -0.000270464 0.027221 0.999635 0.000284006 -0.0270004 0.999631 0.000276167 -0.0271692 0.999637 0.00035655 -0.0269329 0.999644 0.000313962 -0.0266966 0.999582 0.000263707 -0.028917 0.999591 0.000262016 -0.028603 -2.14076e-05 1 0.000468971 -7.19165e-05 1 0.000577018 0.000495572 0.999999 -0.00144708 0.000827773 0.000681926 -0.999999 0.000831081 0.00120232 -0.999999 0.000515104 0.000174729 -1 -0.000423377 0.000213452 -1 3.28806e-05 -1 -0.00036242 3.23106e-05 -1 -0.000377851 -0.00028276 0.999994 0.00330726 -0.00170543 0.999987 0.00480464 -0.00168679 0.999985 0.00523784 -0.000336704 1 0.000862831 -0.714356 -7.15212e-05 -0.699783 -0.71752 -5.53765e-05 -0.696538 -0.714894 -0.00020842 -0.699232 -0.718595 -0.000167373 -0.695429 0.00334813 0.706644 -0.707561 0.00304766 0.703323 -0.710864 0.00173851 0.705192 -0.709014 0.00527713 0.698075 -0.716005 -0.72017 -0.000227336 -0.693798 -0.724874 6.02114e-05 -0.688882 -0.00107663 -0.000167768 0.999999 0.00041054 -0.000144037 1 -0.0043316 -0.000310252 0.999991 -0.00302918 -0.000316373 0.999995 0.00331951 -6.90777e-05 0.999995 -0.00335409 -0.000279754 0.999994 0.999573 0.000229439 -0.029234 0.999737 0.000385731 -0.0229281 0.999549 0.00027525 -0.0300271 0.999475 0.000294396 -0.0324036 -0.719365 -5.15948e-05 -0.694633 -0.724868 9.91042e-07 -0.688887 -0.999621 -0.000283767 0.0275371 -0.999621 -0.0002842 0.0275321 -0.615121 0.522855 -0.590126 0.999621 0.000257224 -0.0275242 0.999613 0.000283373 -0.0278344 -0.725296 0.68789 0.0274561 -0.741437 0.670392 0.0290687 -0.721004 0.692508 0.0242228 -0.713079 0.700741 0.0219036 0.00770127 0.693535 -0.720381 0.00883136 0.677187 -0.735758 -0.715234 0.6986 0.0199411 -0.718139 0.695548 0.0221272 -0.721831 -0.016488 -0.691873 -0.718933 -0.0169439 -0.694873 -0.724716 -0.0160318 -0.688861 0.00441562 -0.00015712 0.99999 0.0044238 -0.000156991 0.99999 0.00440738 -0.000134833 0.99999 0.00439102 -0.00013509 0.99999 0.00218684 -0.000177264 0.999998 -0.000159457 -0.00019707 1 0.00450293 -0.000173542 0.99999 0.00916518 -0.000133677 0.999958 0.00091623 -5.04889e-05 -1 0.000201533 0.000190153 -1 0.000803417 7.74002e-05 -1 0.00163073 -5.51111e-05 -0.999999 0.000953341 0.000164664 -1 0.000649119 0.000158396 -1 0.999615 0.000283125 -0.0277551 0.999603 0.000303927 -0.028163 0.999655 0.000257167 -0.0262778 0.999702 0.000230621 -0.0243924 0.0025237 -0.000166046 0.999997 -0.00110313 -0.000190386 0.999999 0.00356854 -0.000173693 0.999994 0.00670336 -0.000134583 0.999977 0.00487996 -0.00012458 0.999988 0.0181301 -0.000127171 0.999836 0.00706117 -0.000107564 0.999975 -0.00401039 -0.000137621 0.999992 0.999515 0.000279801 -0.0311498 0.999515 0.000275525 -0.0311345 0.999515 0.000283973 -0.0311537 0.999514 0.000284076 -0.0311653 -0.000100216 4.07538e-05 -1 -0.00024339 -4.97391e-05 -1 9.72498e-05 -3.56399e-05 -1 0.000532014 0.000127918 -1 0.000144243 0.000159015 -1 0.000718983 0.000136502 -1 -0.000443301 0.000143262 -1 -0.000769375 0.999982 -0.00592958 0.00013926 0.999931 -0.0117442 -0.00199124 0.999978 0.00626309 -0.00186026 0.999993 0.00316429 0.000486677 1 0.0002453 6.26873e-05 1 9.80078e-05 -9.38445e-05 0.000194583 -1 0.00110148 0.999522 -0.0308845 -2.05176e-05 0.999984 0.00560306 -2.1035e-05 0.999984 0.0055884 -2.00001e-05 0.999984 0.00561772 0.000122191 0.000147363 -1 0.000968938 0.000173547 -1 0.000199616 0.000150449 -1 -0.000393739 8.16108e-05 -1 0.00011476 0.000148158 -1 -0.999273 5.14658e-05 0.0381316 -0.999268 5.33539e-05 0.0382488 -0.999277 4.95778e-05 0.0380144 0.999633 0.000254483 -0.0270977 0.999616 0.000768167 -0.02769 0.999621 0.000377222 -0.0275195 0.999611 0.000123452 -0.0278887 0.999618 0.000826026 -0.0276306 -0.00390621 0.999988 0.00304682 -0.00523704 0.999986 0.000399217 -0.00263313 0.999997 0.000200027 0.000266361 0.999997 -0.00231605 0.999624 -5.40488e-05 -0.027435 -0.00520273 0.999982 0.00314457 -0.00250209 0.999997 -0.000642977 -0.00251599 0.999997 -0.000643075 -0.00248819 0.999997 -0.000642879 0.999624 0.000226114 -0.0274292 0.999621 0.000231489 -0.0275329 0.999618 0.000218279 -0.0276358 0.999615 0.00023808 -0.0277386 0.9996 0.000160282 -0.0282913 0.00251717 5.06364e-05 0.999997 -0.0127903 0.000293359 0.999918 0.0178241 -0.000192098 0.999841 0.00442385 -0.000179407 0.99999 0.999604 0.000257363 -0.0281471 -0.000129238 -0.000180985 1 0.00442384 -0.000179407 0.99999 0.999619 0.000251512 -0.0275889 0.999641 0.00023084 -0.0267795 0.999515 0.000271353 -0.0311308 0.999516 0.000271251 -0.0311195 -0.00264097 0.999986 -0.00465671 0.0026986 -0.000141597 0.999996 -9.89765e-05 -0.000181233 1 -0.0127318 -0.000106314 0.999919 0.000942715 0.000153293 -1 0.000137378 0.000290286 -1 -0.00146699 0.000157205 -0.999999 0.00106868 0.000976329 -0.999999 7.2487e-05 0.000407988 -1 0.000456753 0.000385295 -1 0.00138865 0.000243825 -0.999999 -0.000190666 0.000148893 -1 -8.6032e-05 0.00053528 -1 -0.000776787 0.999988 0.00478453 7.47977e-05 0.000170046 -1 0.000208139 0.000158086 -1 0.000121642 0.000147063 -1 3.51536e-05 0.000158007 -1 0.000116663 0.000119225 -1 0.00019358 5.30921e-05 -1 0.000185556 5.03847e-05 -1 0.000177594 0.000114356 -1 0.999607 0.00060695 -0.0280197 0.999843 0.000769625 -0.0176996 0.999265 0.00044421 -0.0383367 -2.10303e-05 0.999984 0.00564498 -2.10413e-05 0.999984 0.00564531 -2.10192e-05 0.999984 0.00564466 0.999853 0.000262216 -0.0171736 0.999879 0.000268757 -0.015571 0.999878 0.000248504 -0.015611 0.999567 0.000284132 -0.0294134 0.999555 0.000271574 -0.0298205 0.999555 0.00027144 -0.0298291 0.99961 0.000277645 -0.0279454 0.999609 0.000297953 -0.0279767 0.999272 0.000279036 -0.0381604 0.999879 0.000269091 -0.0155309 -0.000747201 0.000176634 -1 -0.00142653 0.000174376 -0.999999 -0.00346442 0.000212694 -0.999994 -2.34765e-05 0.000187534 -1 0.999555 0.000290694 -0.0298377 0.000192933 0.000174122 -1 -0.000279089 1 0.000147873 0.000673064 0.999997 -0.00214798 0.0026272 0.999971 -0.00721583 -0.000732616 0.999984 0.00567192 -8.28667e-05 1 0.000352595 0.00787583 0.000182923 -0.999969 0.00784856 0.000168114 -0.999969 0.00276514 0.000195985 -0.999996 0.999842 0.000322986 -0.0177901 0.00795725 0.000182223 -0.999968 -0.999622 -0.000376628 0.0274812 0.00258186 -0.999997 -6.88489e-05 0.00258572 -0.999997 -6.90312e-05 0.0025809 -0.999997 -6.87613e-05 0.00258393 -0.999997 -6.88304e-05 -0.000873019 1 -9.74853e-05 -0.00257044 0.999997 8.24578e-05 -0.00134231 0.999999 4.89795e-05 0.00256296 -0.999997 -6.86898e-05 -7.81889e-05 -1 3.17301e-06 0.00257687 -0.999997 -6.88328e-05 -0.000116661 1 -3.94788e-07 -8.4143e-05 -1 3.18047e-06 0.00257994 -0.999997 -6.86737e-05 0.00256822 -0.999997 -6.81522e-05 -0.999602 -0.00124781 0.0281722 -0.999599 -0.000816011 0.0283156 0.000101266 0.000168136 -1 -0.999624 -0.000142923 0.0274356 0.00220529 0.999997 -0.00145357 -0.999625 0.000170184 0.0273975 -0.000584687 -0.00018372 1 -0.000549926 -0.00018075 1 -0.999622 -0.000283445 0.0275124 -0.999621 -0.000283409 0.0275133 8.95822e-05 0.000184009 -1 5.45437e-05 0.000186962 -1 -0.999625 -0.000244805 0.0273993 -0.00271934 -0.999996 7.50358e-05 -0.00272134 -0.999996 7.51638e-05 -0.00259786 0.999997 8.3207e-05 0.00590284 -0.000151311 0.999983 0.00700929 -0.000145319 0.999975 0.00609501 -0.00015656 0.999981 0.00266662 -0.000152755 0.999996 0.000908108 -0.000180673 1 0.00325278 -0.000146851 0.999995 0.0176427 -4.29659e-05 0.999844 0.0176308 -7.23125e-05 0.999845 0.0176307 -0.000101626 0.999845 0.00258351 -0.000179824 0.999997 -0.999654 -0.000254758 0.0263147 -0.99971 -0.000256639 0.0240665 -0.999742 -0.000282714 0.0227019 -0.999629 -0.000237404 0.0272491 -0.999644 -0.000314844 0.0266888 -0.999635 -0.00030948 0.0270094 0.00278262 -0.000157464 0.999996 -0.999677 -0.000210802 0.0254312 0.010153 0.999936 -0.00502607 0.0032253 0.999993 -0.00172619 0.000796801 0.999999 -0.00154087 -0.999583 -0.000244543 0.0288737 -0.999469 -0.000231678 0.032598 -0.999605 -0.00021131 0.0281194 0.0176785 -4.28658e-05 0.999844 -0.999312 -0.00027247 0.037076 0.00453142 -0.000173442 0.99999 -0.000159413 -0.000213547 1 0.0176426 -0.000130907 0.999844 0.0176782 -0.000130807 0.999844 0.999252 -0.000168534 -0.0386819 0.999561 0.00018802 -0.029625 0.00196136 -0.000173777 0.999998 -0.000502383 -0.000212509 1 0.000422338 -0.000135769 1 0.000457607 -0.000135327 1 -0.999622 -0.000262153 0.027509 -0.999623 -0.00024406 0.0274448 -0.999684 -0.000257405 0.0251491 -0.999754 -0.000283069 0.0221785 -0.999594 -0.000259868 0.0284951 -0.999604 -0.000255746 0.0281329 -0.999604 -0.000284012 0.0281453 -0.999603 -0.00028384 0.0281577 0.999824 0.000255673 -0.0187761 0.999759 0.000282759 -0.021941 0.99961 0.000257336 -0.027914 0.999844 0.000229462 -0.0176648 0.99958 0.000296825 -0.0289977 0.999604 0.000283567 -0.0281576 0.999475 0.000284189 -0.0324078 0.999474 0.000284346 -0.0324204 0.000250418 0.000202164 -1 -0.00729321 0.000265821 -0.999973 0.00129055 0.000174722 -0.999999 0.00404823 0.00013745 -0.999992 -0.999582 -0.000452202 0.0289251 -0.999554 -0.000289833 0.0298534 -0.999645 -0.000357479 0.0266236 -0.999639 -0.000470394 0.02688 -0.999659 -0.000867107 0.0261017 -0.999584 -0.000214198 0.0288505 -0.999642 -0.000769925 0.0267373 -0.00275173 0.999995 -0.00162108 -0.999621 -0.000283437 0.0275311 -0.999621 -0.000283683 0.027533 -0.999644 -0.000437161 0.0266922 -0.999643 -0.000435974 0.0266957 0.00254766 -0.000291328 0.999997 -0.01273 -0.000544261 0.999919 0.0178247 -3.83262e-05 0.999841 -0.00261039 0.999996 -0.000646566 -0.00270504 0.999996 -0.000640768 -0.00251573 0.999997 -0.000652364 -9.84978e-08 -1 -4.36323e-07 9.85767e-08 -1 -3.44169e-07 0.467503 0.883899 -0.012786 0.468161 0.88355 -0.0128769 0.466855 0.884241 -0.0127851 2.95651e-07 -1 -2.52015e-07 0.999627 0.000147065 -0.0273288 0.999624 0.000362908 -0.0274086 0.999625 0.000145883 -0.0273821 0.999622 0.000578751 -0.0274883 0.466845 0.884248 -0.012713 0.999627 0.000148252 -0.0273287 -3.13344e-05 1 1.52613e-05 -3.07189e-05 1 1.56104e-05 -3.11493e-05 1 1.51935e-05 -3.17962e-05 1 1.54256e-05 -3.12925e-05 1 1.53423e-05 -3.12924e-05 1 1.50581e-05 -3.11518e-05 1 1.56222e-05 -3.13656e-05 1 1.49877e-05 6.59449e-05 0.885918 -0.463843 7.31932e-06 0.886012 -0.463662 8.62057e-05 0.885858 -0.463957 -0.466689 0.884329 0.0128263 -0.467348 0.883979 0.0129174 -0.466277 0.884546 0.0127876 -5.33189e-05 -0.000281837 -1 3.70558e-05 -0.000279035 -1 -0.000105653 0.000139709 -1 -2.5776e-05 0.886166 -0.463367 -0.999627 -0.000147096 0.0273289 -0.999625 -0.000145183 0.027382 -0.999625 -0.000146695 0.0273817 -0.999624 -0.000143271 0.027435 -0.466029 0.884678 0.0127351 -0.999627 -0.000147502 0.027329 0.466207 0.884583 -0.0127843 0.00012457 0.885823 -0.464024 0.000117144 0.885788 -0.46409 0.99962 0.00101161 -0.0275415 0.465569 0.884918 -0.0128375 0.000127431 -0.000276232 -1 3.67135e-05 -0.000703355 -1 0.000180449 0.000150863 -1 -0.0101463 -0.000931179 0.999948 -0.00226443 -0.00270481 0.999994 0.999662 -3.12506e-05 -0.0260062 0.999679 0.000123759 -0.0253244 -0.000240294 0.00105546 -0.999999 -0.000240699 0.00105586 -0.999999 -0.0180276 0.000842511 0.999837 -0.00023731 1 0.00040824 0.000146276 1 0.000385229 0.000779667 1 0.000152288 0.000295481 -2.43523e-05 -1 0.000259706 -0.000394517 -1 0.999644 -0.000186261 -0.026688 -5.20387e-05 1 0.000212372 -1.30937e-05 0.999999 -0.00135139 -7.13885e-05 1 -0.000585873 0.00161105 0.999998 0.00141966 -0.00247052 0.999997 -0.000448583 -0.000129683 1 0.000179644 -0.999625 -0.00061412 0.0273784 -0.999104 -0.032029 0.0276749 -0.999605 0.00512494 0.0276214 -0.00103713 0.999988 -0.00473423 -0.999613 -0.000782478 0.027813 -0.999594 -0.00143402 0.0284702 -0.00023989 0.00105506 -0.999999 -0.999631 -0.000130936 0.0271557 -3.72554e-05 -0.000442996 1 -1.83813e-05 -0.000292948 1 -3.70091e-05 -0.000144493 1 4.92802e-07 -0.0001429 1 -9.58889e-05 0.886579 0.462578 -9.33373e-05 0.886675 0.462393 -0.000114022 0.886996 0.461778 -1.96952e-07 -0.000741493 1 -9.07857e-05 0.886772 0.462208 -3.07185e-05 1 1.56107e-05 6.899e-07 -0.000141312 1 -0.000139343 0.886546 0.46264 0.000186514 0.0182871 -0.999833 0.000304207 0.0324062 -0.999475 -7.67422e-05 0.0178437 -0.999841 4.72424e-05 -0.00038827 -1 3.14491e-05 -0.00018504 -1 0.000331255 0.000345812 -1 2.0319e-05 -0.00246791 -0.999997 -0.000283952 0.00199364 -0.999998 -5.96306e-06 0.886162 0.463376 -0.000978429 -8.22712e-05 -1 -0.903062 -0.000184201 -0.429511 -0.903698 -0.000222858 -0.428171 -0.887893 -0.000338951 0.460051 -0.888024 -0.000331349 0.459796 -0.71087 -0.703049 0.0196455 -0.708571 -0.705364 0.0197034 -0.902424 -0.000145543 -0.43085 -0.896131 0.443094 0.0248302 -0.897336 0.440653 0.0247834 -0.999612 -0.00026837 0.0278394 -0.999612 -0.000268023 0.027839 -0.999612 -0.000268718 0.0278398 -0.887761 -0.000346554 0.460305 -0.70469 -0.000330394 0.709515 -0.704817 -0.000324383 0.709389 -0.711918 0.701988 0.0196407 -0.711843 0.702064 0.0196425 -0.718835 -8.28765e-05 -0.695181 -0.719766 -0.000126839 -0.694217 -0.704563 -0.000336406 0.709642 -0.999617 -0.000268155 0.0276899 -0.999617 -0.000267619 0.0276893 -0.999617 -0.000268692 0.0276905 -0.713161 -0.700726 0.0195873 -0.711992 0.701913 0.0196388 -0.713429 0.700453 0.0196024 -0.71199 0.701915 0.0196388 -0.711929 -0.701974 0.0197235 -0.711727 -0.702179 0.0197286 -0.704285 -0.000308896 0.709917 -0.703986 -0.000322884 0.710214 -0.714864 0.698989 0.0195659 -0.712132 -0.701769 0.0197184 -0.895563 -0.444242 0.0248355 -0.89325 -0.448869 0.0249244 -0.999629 -0.000797686 0.0272232 -0.89492 0.445533 0.0248768 -0.897851 -0.439604 0.024746 -0.719301 -6.11892e-05 -0.694699 -0.720708 -0.000127239 -0.693239 -0.704583 -0.000294907 0.709621 -0.71789 4.86124e-06 -0.696156 -0.87976 0.474837 0.0234776 -0.881117 0.47228 0.024179 -0.861068 0.507938 0.0236728 4.78619e-05 0.481798 -0.876282 -1.05809e-06 0.44353 -0.896259 -0.000677871 0.482704 -0.875783 0.00060283 0.480212 0.877152 -5.60449e-05 0.478928 0.877854 8.89233e-08 0.445305 0.895379 -0.897155 0.441034 0.0245279 0.878485 0.477195 -0.0234267 0.87992 0.474508 -0.0241487 0.859243 0.511022 -0.023628 -0.902197 0.430613 0.0247608 -0.882466 0.469718 0.0248804 6.26981e-05 0.520915 -0.853609 0.89637 0.442628 -0.0245055 -0.465865 0.884764 0.0127489 0.901691 0.431672 -0.0247473 0.881346 0.471816 -0.0248706 -0.999624 -0.000139842 0.0274354 -0.465701 0.88485 0.0127625 -0.000714997 0.477643 0.878554 -7.87189e-05 0.514358 0.857576 -6.66434e-05 0.44009 0.897953 -0.999617 -0.00026825 0.0276898 -0.999616 -0.000268507 0.0276901 -0.999617 -0.000267992 0.0276895 -0.710878 -0.703041 0.0196463 -0.71315 -0.700737 0.0195887 -0.711912 0.701994 0.0196416 -0.711985 0.70192 0.0196398 -0.999629 0.000277781 0.0272217 -0.717902 -3.89142e-05 -0.696144 -0.708599 -0.705337 0.0197038 0.000773661 0.480891 -0.87678 -0.718867 -8.30118e-05 -0.695148 -0.717964 -4.04046e-05 -0.696081 6.69137e-05 0.43986 -0.898067 -0.704687 -0.000330654 0.709518 -0.704817 -0.000324506 0.709389 -0.71184 0.702067 0.0196435 -0.719769 -0.000125619 -0.694213 -0.704557 -0.000336801 0.709647 0.698248 0.000332743 -0.715856 0.703794 -1.08501e-05 -0.710404 0.69639 0.000326627 -0.717663 0.695836 0.000403891 -0.718201 0.724769 0.68888 -0.0123863 0.71011 0.70388 -0.0172544 0.72023 0.69358 -0.0146713 0.740629 0.671812 -0.0116816 0.710752 0.703174 -0.0194408 0.710901 0.703026 -0.0193393 -0.99967 -0.000360676 0.0256927 -0.999657 -0.000322701 0.0261736 -0.999676 -0.00031967 0.0254548 -0.999561 -0.000275344 0.0296141 -0.999475 -0.000265563 0.0324058 -0.999498 -0.000105363 0.0316987 0.698998 0.000281825 -0.715124 0.702146 0.000280398 -0.712033 0.702146 0.000310125 -0.712033 0.702146 0.000310125 -0.712033 -0.000490823 1 -0.000266183 -0.00060887 1 -0.000896574 0.00083113 0.999999 -0.00132554 0.000317733 0.000228349 -1 -0.000519555 0.00104954 -0.999999 -0.000372776 1 0.000364208 -0.00102968 0.999999 0.000508469 0.999636 0.000294728 -0.026993 0.999622 0.000784371 -0.0274862 -0.999872 -0.00126654 0.0159712 -0.99994 -0.000112559 0.0109282 0.00115502 -0.00059284 -0.999999 0.999649 -0.000194916 -0.0264999 0.707821 -0.0158721 -0.706214 0.711948 -0.0165393 -0.702037 0.703669 -0.0152043 -0.710365 -0.00748825 0.696417 -0.717598 -0.00833399 0.68438 -0.729077 -0.00506086 0.699461 -0.714653 -0.00285119 0.705723 -0.708482 0.609822 0.518202 -0.599654 -0.00259586 0.999996 0.00107788 -0.000956547 0.704448 -0.709755 -0.0017067 0.703394 -0.710799 -0.999693 -0.000270501 0.0247824 -0.999693 -0.000274661 0.0247801 -0.999665 -0.000261578 0.0258943 0.000633985 0.000136281 -1 -0.99951 -0.000271335 0.0313137 -0.99951 -0.000258324 0.0313093 -0.999573 -0.000262396 0.0292142 -0.999693 -0.000270391 0.0247895 -8.40693e-05 0.000180453 -1 0.000618903 0.000136564 -1 -0.00100354 0.000196441 -1 -0.00102856 0.000180056 -0.999999 -0.00100782 0.000180244 -1 -0.00257909 0.99998 0.00570385 -0.999267 -0.000272901 0.038294 -0.999266 -0.0002333 0.0383088 -0.999503 -0.000210318 0.0315095 -0.999509 -0.000271223 0.0313272 -0.000986951 0.000196483 -1 -0.999268 -0.000273009 0.0382502 -0.99965 -0.000257061 0.0264538 -0.999604 -0.000231139 0.0281321 -0.999603 -0.000257871 0.0281711 -0.999686 -0.000283436 0.0250413 -0.00266745 -7.90699e-05 0.999997 -0.00876155 9.53742e-05 0.999962 0.00641939 -0.000356268 0.999979 -0.0034634 2.10433e-05 0.999994 -0.000712256 0.000147233 -1 -0.00153922 0.000158475 -0.999999 -0.999475 -0.000284155 0.0324024 -0.999475 -0.000284272 0.0323928 -0.999605 -0.000179075 0.0280947 -0.999841 -0.000204033 0.017848 -0.000999247 0.000212638 -0.999999 -0.00101168 0.000212743 -0.999999 -4.74872e-05 -0.000856796 1 -0.000194531 0.0203197 0.999793 -1.15157e-05 0.00549083 0.999985 0.0002397 1 0.000162727 0.00264867 0.999996 -0.000614343 0.000205023 1 0.000924917 -0.000152751 0.0228366 0.999739 9.17081e-05 0.00826555 0.999966 0.000170346 0.999999 0.0016871 -0.00117382 0.999998 0.00189316 -0.000173043 -9.42651e-05 1 -0.000172356 -9.35906e-05 1 0.000519055 1 0.000527696 0.000616068 1 -0.000513076 0.000167609 1 -0.000486136 -2.51228e-05 1 0.000168748 -0.000320514 -0.00023711 1 -0.00033073 -0.000131507 1 -0.999662 3.33697e-05 0.0259995 -0.999643 -0.000126582 0.0267015 0.000780358 0.999999 -0.000675733 -0.000319823 0.0369136 0.999318 -3.19542e-05 -0.000656806 1 -0.000310298 -0.000342713 1 -1.96725e-05 8.7844e-05 1 -0.99963 -0.000357097 0.0271958 -0.999628 -0.000986055 0.027256 -0.997428 -0.0659833 0.0279924 -0.999607 0.00558476 0.027469 -0.999192 -0.0289248 0.0278897 -0.999632 0.00027186 0.0271357 -0.999589 0.00559226 0.0281338 -0.999625 -0.000445951 0.0273913 -0.999622 -0.000785227 0.0274838 -0.999622 -0.000788143 0.0274809 0.999904 -0.000856103 -0.0138457 0.999977 0.000779709 -0.00668029 -0.000173731 -9.49396e-05 1 -0.999622 -0.000782311 0.0274868 -0.00200145 9.34053e-05 -0.999998 -0.00200417 9.27915e-05 -0.999998 0.999776 -0.00249187 -0.0210103 -0.00199873 9.40192e-05 -0.999998 0.999584 0.00940019 -0.0272581 0.999605 0.00829216 -0.0268577 0.999619 0.00431815 -0.0272464 0.999597 0.00740369 -0.0273968 0.999549 0.0123883 -0.0273668 0.999624 0.000133022 -0.0274407 0.999623 0.000136174 -0.027441 -0.216356 0.976296 0.00599617 -0.216517 0.976261 0.00587505 0.000270687 0.976818 -0.21407 1.19918e-05 0.976748 -0.214389 -0.216195 0.976331 0.0061173 -0.000131979 -0.000569838 1 0.0020052 -0.00104983 0.999997 -0.999776 -0.00242049 0.0210138 -0.00226916 -8.98393e-05 0.999997 0.999631 -1.79576e-05 -0.0271598 0.999632 0.000230491 -0.027136 0.999623 -4.02265e-05 -0.02747 0.99963 -0.000266406 -0.0271835 0.999631 -0.000196549 -0.0271536 0.999631 -0.000195737 -0.0271544 0.000233528 0.000592593 1 0.00023307 0.000592143 1 0.00030084 1 -0.000219827 0.000432596 1 0.000336684 -0.00101447 0.999999 -0.00112093 0.999631 -0.000197362 -0.0271528 0.0122461 -0.00188334 -0.999923 0.00652739 -0.00317755 -0.999974 -0.99968 0.000193321 0.0252976 0.000233986 0.000593043 1 0.0179644 -0.000589062 -0.999839 0.21655 0.976252 -0.00612769 0.216854 0.976183 -0.00637262 -0.000158117 0.976755 0.214357 -0.000201862 0.976743 0.214413 0.000529382 0.976888 -0.21375 0.216246 0.976321 -0.00588276 0.000169084 1 -0.000776337 0.00270346 0.999996 0.000948454 -0.000114372 0.976768 0.2143 0.000528831 1 0.000414108 0.999508 -0.00299373 -0.0312226 0.999515 -0.0131305 -0.0282293 0.999593 -0.0119298 -0.0259156 0.99974 0.00183384 -0.022722 0.999478 -0.0189543 -0.0261546 0.99965 -0.00441979 -0.0260849 0.999558 0.0015772 -0.0296754 0.999878 0.00179308 -0.0155397 0.999394 0.00187818 -0.0347595 0.999544 0.00667888 -0.0294631 0.999506 -0.00385656 -0.031178 0.999844 0.00141402 -0.0176086 0.711937 0.701966 -0.0197242 0.711723 0.702183 -0.0197296 0.713701 -0.700168 -0.0198878 0.712115 -0.70178 -0.0199281 0.704275 0.000349286 -0.709927 0.704558 0.000362592 -0.709646 0.712151 0.701749 -0.0197188 0.999532 0.000446974 -0.0305741 0.999506 -0.0179769 -0.0257627 0.715284 -0.698552 -0.0198473 0.999664 -0.00311914 -0.0257275 0.999644 -0.00420372 -0.0263366 0.999638 -0.00108944 -0.0268745 0.99957 -0.0137361 -0.0259083 0.999642 -0.0026562 -0.026609 0.999307 0.0217646 -0.0301947 0.999574 -0.00222445 -0.0291052 0.999168 0.0278158 -0.0298337 0.999572 0.000707082 -0.029253 0.99963 -0.00833756 -0.0258858 0.999644 -0.00417789 -0.0263409 0.999662 -0.00329191 -0.0257888 0.999358 -1.32129e-05 -0.0358156 0.999507 -0.0012985 -0.0313818 0.704703 0.000329824 -0.709503 0.7046 0.000324972 -0.709604 0.712668 0.701223 -0.0197859 0.712101 0.701797 -0.0198004 0.718899 8.20051e-05 0.695115 0.717987 0.000124138 0.696057 0.704805 0.000334677 -0.709401 0.999617 0.00026771 -0.02769 0.999617 0.000267807 -0.0276899 0.999617 0.000267612 -0.0276901 0.713608 -0.700266 -0.0197844 0.715476 -0.698359 -0.0197363 0.713234 0.700647 -0.0197713 0.999617 0.000268611 -0.0276898 0.999617 0.000268874 -0.0276895 0.999617 0.000268348 -0.0276901 0.713599 -0.700275 -0.0197835 0.715479 -0.698355 -0.0197351 0.712674 0.701217 -0.0197857 0.71324 0.700642 -0.0197712 0.999629 -0.000257977 -0.0272318 0.99963 -0.000279032 -0.0272046 0.999643 0.000289815 -0.0267324 0.719809 3.98723e-05 0.694172 0.711713 -0.702191 -0.0198317 0.999616 -0.000453215 -0.0277015 0.896063 -0.443232 -0.024819 0.896723 -0.441897 -0.024793 0.999626 0.000638903 -0.0273568 0.999624 0.000800151 -0.0274276 0.999629 0.000799392 -0.027214 0.999617 0.000267514 -0.0276904 0.999617 0.000267601 -0.0276903 0.999617 0.000267428 -0.0276905 0.895402 -0.444566 -0.0248449 0.703993 0.00033598 -0.710207 0.99963 0.000558332 -0.0272144 0.718907 8.28063e-05 0.695106 0.719826 4.02863e-05 0.694155 0.90472 8.44558e-05 0.426007 0.905748 2.27342e-05 0.423816 0.887631 0.000321874 -0.460556 0.887784 0.000330684 -0.460261 0.711734 -0.702169 -0.0198323 0.903686 0.000146177 0.428197 0.896634 0.442078 -0.0247945 0.896183 0.442991 -0.0248121 0.717987 0.000125326 0.696057 0.887477 0.000313065 -0.460851 0.897084 0.441166 -0.0247768 0.00131628 6.62121e-05 0.999999 0.00549432 0.000280155 0.999985 0.00587127 0.000298876 -0.999983 0.00881548 0.00015016 -0.999961 -0.00544609 0.000146716 -0.999985 -0.00547357 0.000148107 -0.999985 -0.00286179 -0.000147732 0.999996 0.00249609 -0.000298273 0.999997 -0.000487319 -0.000450143 1 0.00255432 -0.999997 -0.000271649 0.00253218 -0.999997 -0.000272976 0.00292702 0.000447589 -0.999996 0.00547948 -0.0001464 0.999985 -0.00250217 0.000297385 -0.999997 0.000434481 0.000149952 -1 -0.000501888 -0.000149565 1 -0.000511741 -0.000150062 1 0.00247734 -0.00029621 0.999997 0.00543805 -0.000145417 0.999985 -0.00543879 0.000444816 -0.999985 0.00887292 0.000147365 -0.999961 0.00887295 0.000147364 -0.999961 -0.00541861 0.000145325 -0.999985 -0.000492036 -0.000149067 1 0.00887288 0.000147367 -0.999961 0.00767391 0.999971 -0.000267005 0.00773606 0.99997 -0.000274454 0.999608 0.000553976 -0.0280085 -0.00257599 -0.999997 -0.000351176 0.00258823 -0.999997 -1.91971e-05 0.00761175 0.999971 -0.000259555 0.999625 -3.77467e-06 -0.0273902 0.999626 6.22465e-05 -0.027352 0.999627 -8.65761e-05 -0.0273234 0.999617 -3.96981e-05 -0.0276605 0.999617 0.000444757 -0.0276668 0.99962 0.000284606 -0.0275592 0.999614 0.000417153 -0.0277617 0.999617 0.000638262 -0.0276629 -0.00259812 0.999997 0.000272813 -0.00261583 0.999997 0.000274854 0.00257796 -0.999997 -0.000274745 0.00254002 -0.999997 -0.000277045 0.00257647 -0.999997 -0.000270322 -0.00258041 0.999997 0.000270772 -0.00260205 0.999997 0.000273613 -0.00261975 0.999997 0.000275653 -0.00774014 -0.99997 -0.000683145 0.00261589 -0.999997 -0.000272445 -0.00258435 0.999997 0.000271573 -0.00259713 0.999997 0.000276964 -0.00261188 0.999997 0.00027867 0.0012738 6.56699e-05 0.999999 -0.00287094 -0.000146557 0.999996 0.00468505 -6.36462e-05 -0.999989 0.000488102 0.000147062 -1 -0.00258238 0.999997 0.000275258 0.00541852 0.000277896 0.999985 -0.00246363 0.000298072 -0.999997 0.000499922 0.000149366 -1 0.00254089 0.999997 -0.000317342 0.00761579 0.999971 -0.000904342 -0.000490565 -0.000146243 1 -0.000490073 -0.000146218 1 -0.00542717 0.000446775 -0.999985 -0.00259678 0.999997 1.75504e-05 -0.00261327 0.999997 1.9527e-05 -0.00048339 -0.000447002 1 -0.00253406 0.999997 0.000269667 -0.00258028 0.999997 1.55738e-05 -0.00252251 -0.999997 0.000320513 0.00258391 -0.999997 0.000630155 0.00256901 -0.999997 -1.88656e-05 0.00256706 -0.999997 -1.89936e-05 0.00888192 -0.000274353 -0.999961 -0.00762886 -0.999971 1.08629e-05 -0.00252255 -0.999997 0.000321548 -0.0076211 -0.999971 1.23786e-05 -0.000491058 -0.000146268 1 0.00257096 -0.999997 -1.87376e-05 0.00257606 -0.999996 0.00063071 0.000190057 -1 -0.000569585 0.000664209 -0.99999 0.00448174 -0.000157707 -0.99999 0.00454708 -0.000161393 -0.99999 0.00450608 -0.000155168 -0.99999 0.0045792 -0.000155022 -0.999989 0.00458082 -0.0002841 -0.999984 -0.00562089 -0.99952 -0.000292439 0.0309728 -0.999603 -0.000150979 0.0281868 0.999562 0.000363915 -0.0295851 0.999428 0.000148789 -0.0338092 -0.00015402 -0.999989 0.00458808 -0.99943 -0.000433896 0.0337587 0.000154924 0.99999 -0.00457843 0.000154369 0.999989 -0.0045722 -0.999679 -0.000148941 0.0253527 -0.999679 -0.000147919 0.0253329 0.00369308 0.00232668 -0.99999 0.00472878 0.00123159 -0.999988 0.00140498 -0.000613327 -0.999999 0.000155479 0.99999 -0.00458465 0.999807 0.000146163 -0.0196542 0.999806 0.000143152 -0.0197135 -0.000155313 -0.999989 0.00457758 -0.999678 -0.000149962 0.0253726 0.999808 0.000149174 -0.0195949 -0.999713 -0.000363475 0.0239443 -0.999806 -0.000146383 0.0196927 0.999562 0.000363116 -0.0296062 0.999678 0.000579332 -0.02536 0.999562 0.000362385 -0.0296087 0.999677 0.000576971 -0.0253943 -0.999602 -0.000580561 0.0281956 0.999806 0.000146112 -0.0196932 0.999807 0.000147455 -0.0196668 -0.999679 -0.000149404 0.0253363 -0.99968 -0.000146888 0.0252875 0.999427 0.000146893 -0.0338517 0.999806 0.000144769 -0.0197197 0.000161921 0.99999 -0.00450409 0.000161746 0.99999 -0.00450216 0.00028533 0.99999 -0.0045796 0.000284664 0.99999 -0.00457248 0.999678 0.000579035 -0.0253604 0.000162096 0.99999 -0.00450603 -0.999563 -0.000366595 0.0295541 -0.999431 -0.000581485 0.0337268 0.999428 0.000147793 -0.0338226 0.000285996 0.999989 -0.00458671 -0.999678 -0.0001517 0.0253809 0.00124036 -0.0169943 -0.999855 0.00331678 -0.00674373 -0.999972 0.00216683 -0.029223 -0.999571 0.00358349 -0.0163341 -0.99986 -0.00359348 -0.00214231 -0.999991 -0.0112312 -0.00130772 -0.999936 -0.0051088 0.00098824 -0.999986 0.00214112 -0.00814136 -0.999965 0.00177252 -0.00853474 -0.999962 0.0330822 0.00379329 -0.999445 0.0285209 0.0029373 -0.999589 0.00865622 0.00501172 -0.99995 -0.0140774 -0.00171718 -0.9999 0.00157306 0.00142509 -0.999998 -0.0026821 -0.00150037 -0.999995 0.000556755 -0.00325886 -0.999995 -0.00267068 -0.00258982 -0.999993 0.00449484 0.000831513 -0.99999 -2.31482e-07 0.000187162 -1 0.000419314 0.000192695 -1 0.000738287 -0.0001843 -1 0.0002659 -0.000181065 -1 -0.00041005 -2.4301e-05 -1 -0.000566809 0.000290221 -1 0.000514587 -0.000162446 -1 0.000753936 0.000339256 -1 0.000656609 0.000361885 -1 0.000588279 0.000316917 -1 0.000757893 0.000242545 -1 -3.6023e-05 0.00014614 -1 -0.000163726 6.95235e-05 -1 -0.000105746 7.73154e-05 -1 0.000446859 -0.000321118 -1 -0.000116232 -0.000208344 -1 -0.000870217 0.000245529 -1 -0.000383971 -2.58693e-05 -1 0.000170475 -0.000117289 -1 0.000292496 0.000388432 -1 0.718879 8.27606e-05 0.695135 0.719772 4.14787e-05 0.694211 -5.08298e-05 0.000680264 -1 2.00614e-05 9.53066e-05 -1 4.97564e-05 -0.000296307 -1 0.000782432 0.000271605 -1 0.704717 0.000329926 -0.709488 0.704606 0.000324655 -0.709599 0.712107 0.701792 -0.0198003 0.717986 0.000124042 0.696058 0.704828 0.000335197 -0.709378 0.000410286 -2.71119e-05 -1 0.000753009 0.00023916 -1 9.94039e-05 0.000587152 -1 -0.000155782 -0.999984 -0.00561758 -0.000156998 -0.999984 -0.00563111 0.000155756 0.999984 0.005634 0.000156605 0.999984 0.00562448 0.000155639 0.999984 0.0056155 0.000156992 0.999984 0.00560044 -0.000154566 -0.999984 -0.00560405 -0.000284398 -0.999984 -0.00562411 -0.000284103 -0.999984 -0.00562097 -0.000188945 1 0.000495161 -0.000671378 0.999984 0.00565152 0.000154908 0.999984 0.00564351 -0.000284692 -0.999984 -0.00562724 0.999604 0.000146632 -0.0281516 0.999603 0.000145792 -0.0281682 -0.999562 -0.000363598 0.0296071 -0.999428 -0.000580628 0.0338207 -0.999678 -0.000151919 0.0253851 0.999604 0.000147473 -0.0281349 -0.000157378 -0.999984 -0.00563494 -0.000156971 -0.999984 -0.0056304 0.000154286 0.999984 0.00563056 -0.999678 -0.000146562 0.0253929 -0.000157786 -0.999984 -0.00563947 -7.29187e-05 0.000918097 -1 0.000108391 0.000470257 -1 0.000509876 -3.27136e-05 -1 -0.00017548 0.000338179 -1 0.000531568 0.000285284 -1 0.000293493 0.999989 -0.00466121 0.999632 -0.000117426 -0.0271468 0.999608 0.000111252 -0.0279964 0.999622 -8.27675e-05 -0.0274771 0.999614 0.000483485 -0.0277865 0.999617 0.00039113 -0.0276577 0.999618 0.000379436 -0.0276205 0.99962 0.000601078 -0.0275569 0.999603 0.000145072 -0.0281741 0.999631 -4.24919e-06 -0.0271635 0.999643 0.000100817 -0.0267246 0.999611 1.80009e-06 -0.027881 0.99963 0.000337798 -0.0272023 0.999634 -0.000290324 -0.0270333 0.999628 0.000713245 -0.0272584 0.99963 -8.5257e-05 -0.0271859 0.999608 0.000117781 -0.027996 0.00257439 -0.999997 -1.90072e-05 0.00257637 -0.999997 -1.92428e-05 0.00768787 0.99997 -0.000267937 0.00762731 0.999971 -0.000271831 -0.00259807 0.999997 0.000273865 -0.00261573 0.999997 0.000272794 0.00257241 -0.999997 -1.87715e-05 0.999634 0.000133004 -0.0270567 0.999634 0.000475798 -0.0270328 0.999608 0.000277648 -0.0279824 0.999599 0.000683956 -0.0283037 0.99961 0.000472502 -0.0279146 0.00774843 0.99997 -0.000264044 0.999629 -0.000172786 -0.0272523 0.99959 0.00044743 -0.0286168 0.999577 0.000604943 -0.0290813 0.999604 0.000267361 -0.0281511 0.999604 0.000248719 -0.0281468 0.999577 -5.80067e-05 -0.0290659 0.999629 1.28886e-05 -0.0272331 0.999629 -0.000168042 -0.0272274 0.999617 0.000763854 -0.0276763 0.999642 0.000817406 -0.0267439 0.000492047 0.000146268 -1 0.000492047 0.000146268 -1 -0.000523551 -0.000147387 1 -0.000559005 -0.000145608 1 -0.00258223 0.999997 1.88657e-05 -0.00258222 0.999997 1.88669e-05 0.000492047 0.000146268 -1 0.000490066 0.00014996 -1 0.000488094 0.00014986 -1 -0.00468305 6.69136e-05 0.999989 -0.00049205 -0.000143492 1 -0.000488098 -0.000149166 1 0.000492038 0.000150059 -1 0.000524043 0.000148255 -1 0.000558998 0.00015002 -1 -0.00586695 -0.000296721 0.999983 -0.00887282 -0.000144895 0.999961 -0.00259294 -0.999997 0.000322661 -0.00774585 -0.99997 0.000918663 0.000489088 0.00014649 -1 -0.00257504 0.999997 0.00026998 -0.00258238 0.999997 0.000269531 -0.00258225 0.999997 1.88644e-05 -0.00286102 -0.000448545 0.999996 -0.00256771 0.999997 0.000270429 0.00258043 -0.999997 -0.000271124 0.00258043 -0.999997 -0.000271124 -0.00254992 0.999997 0.000270825 -0.00256382 0.999997 0.000269974 0.00583773 0.000300317 -0.999983 0.00291216 0.000150509 -0.999996 0.00258043 -0.999997 -0.000271124 -0.002537 -0.999997 0.000316891 -0.00760996 -0.999971 0.000903668 -0.00258041 0.999997 0.000274935 -0.00253602 0.999997 0.000271676 0.00253602 -0.999997 -0.000269894 0.00247768 -0.000295266 0.999997 -0.000432507 -0.000149158 1 -0.00250091 0.00029763 -0.999997 0.000489288 0.000449846 -1 -0.00887396 0.000277318 0.999961 0.00538784 -0.000441372 0.999985 -0.000467211 -0.00014811 1 -0.000507818 -0.000146072 1 0.00876326 0.000450123 -0.999961 -0.00549108 0.000145411 -0.999985 -0.000426605 -0.000150149 1 0.000200085 0.44937 0.893346 0.000103454 0.446474 0.894797 0.000243934 -0.00021254 1 0.000242596 -0.00021137 1 0.000245272 -0.00021371 1 0.456707 -2.66363e-05 0.889617 0.455262 1.47385e-05 0.890358 0.000229135 -0.445907 0.895079 0.000263191 -0.446923 0.894572 0.00021449 -0.000994794 1 0.000296715 0.452261 0.891886 0.00019508 -0.444889 0.895585 0.000243619 -0.000212264 1 0.000245904 -0.000214261 1 0.000241334 -0.000210266 1 0.00019362 -0.705804 0.708407 0.000143512 -0.704862 0.709344 0.000240344 0.708038 0.706174 0.000185833 0.707017 0.707197 -0.448385 -0.000288636 0.89384 -0.449062 -0.000268874 0.893501 0.458152 -6.8011e-05 0.888874 0.000243727 -0.706745 0.707468 -0.447709 -0.000308399 0.89418 0.000679541 0.01214 0.999926 0.000194248 -0.705811 0.708401 0.000244841 -0.70676 0.707453 -0.703825 -0.000330253 0.710373 -0.703954 -0.000324242 0.710246 0.717975 8.3343e-05 0.696069 0.71888 4.12168e-05 0.695134 -0.703697 -0.000336263 0.7105 0.000142827 0.706223 0.707989 0.000186323 0.707039 0.707175 0.000143655 -0.70486 0.709347 0.717068 0.000125469 0.697003 9.93306e-05 0.705407 0.708803 0.999599 0.000574533 -0.0283131 0.999623 1.79544e-05 -0.0274615 0.999629 0.000139267 -0.027226 0.999591 0.000501359 -0.0286015 0.999617 0.000393638 -0.0276757 -0.703419 -0.000349516 0.710775 -0.703707 -0.000336061 0.710491 0.999638 0.000207808 -0.0269195 0.999646 0.000343768 -0.0266112 0.000168772 -0.000322652 1 -0.703847 -0.000329974 0.710352 -0.703703 -0.000336735 0.710495 0.000194208 -0.705813 0.708399 0.000244692 -0.70676 0.707453 0.717962 8.43379e-05 0.696083 0.717071 0.000125729 0.697 0.000294854 0.709057 0.705151 -0.703991 -0.000323213 0.710208 0.718851 4.29461e-05 0.695164 0.715438 -3.12038e-05 0.698676 0.716954 -0.000101432 0.69712 0.000149014 0.703424 0.710771 0.000294918 0.706178 0.708034 -0.703132 -0.000362971 0.711059 0.713918 3.90241e-05 0.700229 0.000243513 -0.000212172 1 0.00024422 -0.00021279 1 0.000242806 -0.000211553 1 0.000143724 -0.704864 0.709343 3.10843e-06 0.700659 0.713496 0.712696 0.701205 -0.0194181 0.711324 0.702599 -0.0193078 0.999628 0.00023488 -0.0272743 0.999627 0.000268428 -0.0273122 0.999629 0.000201332 -0.0272363 0.722834 8.53463e-05 0.691022 0.723732 0.000128384 0.690081 0.714269 -0.699601 -0.019463 0.717434 -0.696347 -0.0197183 0.999611 -4.15594e-06 -0.027901 0.714065 0.699807 -0.0195283 0.711089 -0.70284 -0.0192073 0.999614 0.000281545 -0.0277914 0.999623 0.000234942 -0.0274435 0.999642 0.000355456 -0.0267429 0.700993 0.000189325 -0.713168 0.698102 0.000323176 -0.715998 0.721934 4.2308e-05 0.691962 0.999577 -0.000180809 -0.0290761 0.703873 5.54719e-05 -0.710326 0.715291 -0.698554 -0.0195458 0.719477 -0.694232 -0.0198838 0.700967 0.000230228 -0.713194 0.703816 9.68208e-05 -0.710382 0.999623 0.000268029 -0.0274633 0.999623 0.000267233 -0.0274624 0.999623 0.000268825 -0.0274642 0.711079 -0.70285 -0.0192069 0.712692 0.701208 -0.019418 0.714053 0.699819 -0.0195275 0.698105 0.000363631 -0.715995 0.720414 -2.89351e-05 0.693544 0.72191 4.24832e-05 0.691987 0.702963 0.000330126 -0.711226 0.703073 0.000325036 -0.711118 0.722823 8.46392e-05 0.691033 0.721944 4.25789e-05 0.691952 0.702854 0.000335217 -0.711334 0.714236 0.699633 -0.0195422 0.711337 0.702586 -0.019309 0.718914 -0.000100353 0.695099 0.723702 0.000126699 0.690113 0.717122 0.696667 -0.019775 0.999629 0.000136986 -0.0272222 0.999612 0.000204873 -0.0278425 0.999621 0.000344273 -0.0275316 0.99963 -4.2091e-05 -0.0272197 0.999625 0.000393212 -0.0273912 0.999629 0.000415093 -0.0272241 0.999629 0.00019818 -0.0272219 0.999626 0.00044316 -0.0273275 0.999622 0.00041859 -0.0274801 0.999633 0.000290025 -0.0271055 0.999624 1.19796e-05 -0.0274193 0.99963 0.000255503 -0.0272011 0.99963 0.000136787 -0.0272144 0.999624 0.000224039 -0.0274355 0.999634 9.33443e-05 -0.0270541 0.999625 0.000206932 -0.0273724 0.999625 0.000202936 -0.02737 0.999629 0.000218789 -0.0272247 0.999643 3.96021e-05 -0.026732 0.999747 -0.00155403 -0.0224348 0.999596 -0.0157058 -0.0236781 0.999377 -0.0241384 -0.0257601 0.998352 -0.0041509 -0.0572343 0.998066 -0.0035273 -0.0620706 0.999641 -0.00415761 -0.0264733 0.999633 -0.00204687 -0.0270211 0.999633 -0.00782089 -0.025949 0.999599 -0.0110819 -0.026059 0.999652 0.00218221 -0.0263018 0.99975 -2.39928e-05 -0.0223509 0.999574 -0.00109762 -0.0291563 0.999847 0.00424789 0.0169673 0.998134 0.00846233 0.0604746 0.999711 2.6511e-05 -0.0240496 0.999662 -0.00354715 -0.0257458 0.999144 0.0283347 -0.030131 0.998795 0.0388651 -0.0299536 0.999658 -0.00222457 -0.0260457 0.999567 -0.00211312 -0.0293469 -0.000469951 -0.000448861 1 -0.000487329 -0.000447996 1 -0.00258615 -0.999997 0.000323531 -0.00775265 -0.99997 0.000918862 0.002893 0.000145961 -0.999996 0.00291216 0.000146943 -0.999996 -0.000452572 -0.000449726 1 0.00258033 -0.999997 -1.9353e-05 0.00258422 -0.999997 -1.9817e-05 0.00256004 -0.999997 -0.000273349 0.00258041 -0.999997 -0.000271809 0.00257643 -0.999997 -1.8889e-05 0.00258331 0.999997 -0.000316828 0.0077485 0.99997 -3.6133e-06 0.00287384 0.00014498 -0.999996 -0.00258195 0.999996 -0.000630035 0.722838 8.52561e-05 0.691018 0.723733 0.00012813 0.69008 0.710912 0.703016 -0.0192742 0.710484 0.703451 -0.0192398 0.701001 0.00018969 -0.713161 0.698147 0.000321766 -0.715954 0.721941 4.23816e-05 0.691955 0.712474 -0.701427 -0.0195053 0.713942 -0.699929 -0.019623 0.999503 0.0156365 -0.0273607 0.999493 0.00229035 0.031764 0.999637 0.00360499 -0.0266827 0.711341 0.702582 -0.0193086 0.711003 -0.702922 -0.0193875 0.999626 0.000167041 -0.0273499 0.999629 6.58185e-05 -0.0272355 0.999623 0.000268263 -0.0274644 0.711507 -0.702408 -0.0195338 0.708999 -0.704944 -0.019333 0.711328 0.702595 -0.0193083 0.999629 0.000724581 -0.027224 0.703842 5.7612e-05 -0.710356 0.714006 -0.699862 -0.0197344 0.998853 -0.000755657 -0.0478851 0.999762 0.000785069 -0.0217893 0.999615 -0.00441058 -0.0273874 0.999445 0.000150718 -0.0332958 + + + + + + + + + + 0.3068 0.7426 0.3068 0.898 0.3105 0.8942 0.4772 0.9223 0.4816 0.9335 0.4813 0.5315 0.4772 0.5315 0.5318 0.1197 0.0555 0.1193 0.0553 0.1251 0.5318 0.1258 0.5184 0.9223 0.54 0.973 0.54 0.9223 0.54 0.5315 0.54 0.1344 0.4885 0.1344 0.5184 0.973 0.5639 0.1017 0.5639 0.0334001 0.5594 0.0391001 0.5594 0.0959001 0.0267 0.0392001 0.0221 0.0335001 0.0221 0.1016 0.0267 0.0958 0.483 0.5238 0.483 0.9896 0.4872 0.9237 0.4872 0.5322 0.5172 0.9237 0.5172 0.9739 0.4886 0.9899 0.5389 0.9739 0.5394 0.9904 0.4886 0.5315 0.4886 0.9223 0.5721 0.1196 0.5721 0.1107 0.0139 0.1106 0.0139 0.1194 0.5721 0.0243 0.0139 0.0245 0.0397 0.0145 0.0139 0.0145 0.5405 0.0143 0.5721 0.0143 0.0024 0.0245 0.0024 0.1106 0.5811 0.1107 0.5811 0.0243 0.4871 0.1344 0.4753 0.5315 0.4772 0.1344 0.4729 0.5315 0.4753 0.1344 0.4729 0.1344 0.4717 0.5315 0.4717 0.1344 0.062 0.5315 0.0627 0.9335 0.0672 0.9223 0.483 0.1344 0.4809 0.1344 0.0563 0.9232 0.0557 0.99 0.0613 0.9896 0.0564 0.5319 0.0266 0.9232 0.0259 0.973 0.0266 0.9739 0.0613 0.5238 0.0048 0.9904 0.0053 0.9739 0.0042 0.973 0.0259 0.9223 0.0043 0.9223 0.0042 0.1344 0.0042 0.5315 0.0557 0.5315 0.0672 0.5315 0.0557 0.1344 0.0557 0.9223 0.4753 0.9223 0.4718 0.9223 0.4729 0.9223 0.5396 0.9918 0.4903 0.9918 0.5126 0.9966 0.4819 0.9915 0.4808 0.9967 0.4826 0.9915 0.8381 0.1243 0.835 0.1243 0.8366 0.1274 0.8381 0.1212 0.8412 0.1243 0.8397 0.1274 0.8412 0.1212 0.8319 0.1243 0.8335 0.1274 0.835 0.1212 0.8319 0.1212 0.835 0.1181 0.8319 0.1181 0.5408 0.0143 0.0396 0.0145 0.542 0.5315 0.542 0.9223 0.542 0.1344 0.542 0.973 0.541 0.9739 0.483 0.9897 0.0619 0.9915 0.0627 0.9915 0.5396 0.9905 0.541 0.9904 0.2637 0.9223 0.2769 0.9223 0.2769 0.5315 0.0613 0.9915 0.0557 0.9915 0.2805 0.1344 0.2805 0.5315 0.2637 0.1344 0.2674 0.1344 0.2674 0.5315 0.2637 0.5315 0.2769 0.1344 0.4903 0.9915 0.5396 0.9915 0.483 0.9915 0.4886 0.9915 0.0047 0.9915 0.054 0.9915 0.069 0.9223 0.069 0.5315 0.0725 0.9223 0.0725 0.5315 0.073 0.5315 0.0672 0.1344 0.073 0.9223 0.054 0.9918 0.0047 0.9917 0.0316 0.9952 0.0635 0.9952 0.0564 0.1344 0.0725 0.1344 0.069 0.1344 0.073 0.1344 0.0613 0.1344 0.0635 0.9983 0.2721 0.9983 0.2721 0.9919 0.2721 0.9335 0.2805 0.9223 0.2674 0.9223 0.2722 0.9919 0.2722 0.9335 0.4808 0.9983 0.6792 0.2774 0.6535 0.289 0.6792 0.289 0.6535 0.2774 0.6513 0.275 0.6513 0.2914 0.6814 0.275 0.6814 0.2914 0.8243 0.0424 0.8253 0.0444 0.827 0.0433 0.8257 0.0464001 0.825 0.0684 0.8257 0.0684 0.826 0.0701001 0.8235 0.0464001 0.8228 0.0464001 0.8228 0.0684 0.825 0.0464001 0.826 0.0447 0.8243 0.0684 0.8253 0.0705 0.8235 0.0684 0.8226 0.0701001 0.8243 0.0464001 0.8214 0.0706 0.8215 0.0715001 0.8232 0.0705 0.8243 0.0708001 0.8271 0.0715001 0.8272 0.0706 0.8243 0.0724 0.8232 0.0444 0.8215 0.0433 0.8214 0.0442001 0.8243 0.044 0.8272 0.0442001 0.8226 0.0447 0.1483 0.8222 0.1882 0.8184 0.1483 0.8184 0.1882 0.8222 0.0991 0.898 0.1882 0.8942 0.1483 0.8942 0.1446 0.8942 0.2338 0.8942 0.192 0.8942 0.1446 0.7464 0.1483 0.7464 0.1882 0.7464 0.192 0.8184 0.1028 0.8942 0.1446 0.8184 0.2375 0.898 0.2338 0.8222 0.0991 0.7426 0.2338 0.7464 0.2338 0.8184 0.1028 0.7464 0.1028 0.8184 0.1028 0.8222 0.192 0.8222 0.1446 0.8222 0.192 0.7464 0.2413 0.7389 0.2638 0.9016 0.2638 0.7388 0.2638 0.7109 0.0953 0.9017 0.0735 0.9223 0.0953 0.9223 0.2413 0.9017 0.2413 0.7108 0.2637 0.5479 0.2413 0.548 0.2637 0.52 0.0953 0.5199 0.0735 0.5479 0.0953 0.548 0.0953 0.7389 0.0735 0.7389 0.0735 0.9017 0.0735 0.7108 0.0953 0.7108 0.0735 0.52 0.2412 0.1364 0.2637 0.1662 0.2637 0.1364 0.2412 0.5199 0.2637 0.357 0.2412 0.3571 0.2412 0.329 0.2412 0.1662 0.2637 0.329 0.0953 0.1364 0.0953 0.1662 0.0735 0.329 0.0953 0.329 0.0735 0.3571 0.2413 0.9223 0.0735 0.1663 0.0953 0.3571 0.8381 0.1181 0.8443 0.1181 0.8412 0.1181 0.8505 0.1243 0.8474 0.1243 0.849 0.1274 0.8505 0.1212 0.8443 0.1212 0.8474 0.1212 0.8505 0.1181 0.8443 0.1243 0.8428 0.1274 0.8474 0.1181 0.8459 0.1274 0.4452 0.7426 0.3561 0.7464 0.396 0.7464 0.3997 0.7464 0.3105 0.7464 0.3529 0.7464 0.3105 0.8222 0.3105 0.8184 0.4415 0.7464 0.449 0.7389 0.4452 0.898 0.449 0.9017 0.303 0.7389 0.303 0.9017 0.3529 0.8942 0.396 0.8184 0.3997 0.8184 0.396 0.8942 0.3561 0.8942 0.3529 0.8184 0.3561 0.8222 0.3529 0.8222 0.4415 0.8184 0.4415 0.8222 0.4415 0.8942 0.3997 0.8942 0.303 0.329 0.3068 0.1699 0.303 0.1662 0.449 0.1662 0.4452 0.1699 0.4452 0.3253 0.2805 0.1364 0.303 0.1364 0.3068 0.3253 0.449 0.329 0.303 0.3571 0.4452 0.3608 0.449 0.3571 0.3068 0.5162 0.4452 0.5162 0.3068 0.3608 0.449 0.5199 0.303 0.5199 0.2805 0.1663 0.2375 0.3608 0.099 0.5162 0.2375 0.5162 0.099 0.3608 0.303 0.7108 0.449 0.7108 0.4452 0.7071 0.303 0.548 0.4452 0.5517 0.449 0.548 0.4717 0.9223 0.449 0.9223 0.3068 0.7071 0.4717 0.9017 0.3068 0.5517 0.449 0.1364 0.3561 0.8184 0.396 0.8222 0.3997 0.8222 0.2375 0.7426 0.4717 0.711 0.4717 0.548 0.4717 0.5199 0.4717 0.7388 0.099 0.1699 0.2375 0.3253 0.2375 0.1699 0.099 0.3253 0.2375 0.5517 0.2375 0.7071 0.2638 0.9223 0.2805 0.9016 0.2805 0.7108 0.2805 0.7389 0.303 0.9223 0.4717 0.3571 0.4717 0.329 0.4717 0.1663 0.4717 0.1364 0.2805 0.5198 0.2805 0.329 0.2805 0.357 0.0735 0.1364 0.0991 0.5517 0.0991 0.7071 0.8506 0.1412 0.9194 0.1412 0.9194 0.2787 0.8506 0.2787 0.6972 0.6123 0.6815 0.629 0.8316 0.6285 0.9882 0.1412 0.9882 0.2787 0.6802 0.6316 0.8316 0.6469 0.8316 0.6309 0.9822 0.6313 0.8317 0.6123 0.6802 0.6469 0.8317 0.4638 0.9662 0.6123 0.966 0.4638 0.9655 0.3153 0.8317 0.3153 0.6973 0.4638 0.8311 0.2992 0.6975 0.3151 0.8311 0.3152 0.9809 0.2983 0.8317 0.2987 0.6813 0.2967 0.8312 0.2813 0.6813 0.2809 0.6824 0.2986 0.9815 0.2959 0.8317 0.2802 0.8317 0.2965 0.6814 0.2967 0.9816 0.2802 0.9647 0.3158 0.9791 0.3004 0.8311 0.3 0.982 0.6469 0.9811 0.6293 0.9803 0.2978 0.8311 0.297 0.9803 0.2817 0.9956 0.1194 0.9639 0.1267 0.9956 0.1267 0.9321 0.0877 0.9321 0.0559 0.9248 0.0559 0.9639 0.0559 0.9639 0.1194 0.6265 0.57 0.6143 0.9847 0.6265 0.9852 0.6143 0.5695 0.5855 0.5694 0.5855 0.9846 0.9248 0.0877 0.9566 0.0949 0.9639 0.0877 0.9566 0.1195 0.654 0.9718 0.6294 0.582 0.6294 0.9716 0.9321 0.0949 0.9956 0.0877 0.9834 0.63 0.9976 0.4638 0.983 0.4638 0.9827 0.2971 0.981 0.4638 0.9979 0.6299 0.6978 0.3153 0.9972 0.2964 0.6294 0.57 0.654 0.5822 0.6294 0.9852 0.8317 0.2978 0.9809 0.2971 0.8316 0.6296 0.6824 0.2987 0.6808 0.6304 0.6815 0.2802 0.9818 0.4638 0.9822 0.6293 0.8311 0.2983 0.9797 0.2991 0.8022 0.8471 0.6637 0.6554 0.6637 0.9856 0.994 0.9855 0.8022 0.7939 0.8554 0.8471 0.9939 0.6553 0.8554 0.7939 + + + + + + + + + + + + + + +

0 2 2 1 1 1 2 0 0 3 5 5 4 4 4 5 3 3 6 6 6 3 5 5 5 3 3 7 9 9 8 8 8 9 7 7 10 10 10 7 9 9 9 7 7 11 13 13 12 12 12 13 11 11 14 16 16 15 15 15 16 14 14 12 12 12 17 17 17 13 11 11 18 18 20 19 19 19 20 18 18 21 20 21 18 18 20 20 18 18 19 21 19 18 22 20 22 21 22 23 23 23 19 21 19 22 21 22 24 24 25 25 25 24 23 24 23 22 26 22 24 24 25 23 24 23 20 27 18 25 28 24 24 27 25 21 29 21 20 27 18 24 27 25 26 32 28 27 31 27 28 30 26 29 33 29 26 32 28 28 30 26 30 35 31 31 34 30 17 34 17 26 32 28 32 36 32 27 31 27 30 37 31 32 36 32 26 32 28 31 38 30 30 37 31 26 32 28 33 40 34 30 37 31 34 39 33 30 37 31 33 40 34 32 36 32 31 42 30 26 41 28 13 41 11 31 34 30 13 43 11 17 34 17 35 44 35 14 16 16 16 14 14 26 41 28 36 45 36 13 41 11 18 46 20 21 47 21 24 46 25 22 48 22 18 46 20 24 46 25 37 51 9 38 50 8 39 49 7 40 52 10 37 51 9 39 49 7 41 54 38 42 53 37 9 7 7 8 8 8 41 54 38 9 7 7 43 56 40 44 55 39 41 54 38 8 8 8 43 56 40 41 54 38 45 57 20 46 58 19 47 57 18 48 59 21 45 57 20 47 57 18 46 60 19 45 61 20 49 60 22 50 62 23 46 60 19 49 60 22 51 63 25 52 64 24 50 63 23 49 65 22 51 63 25 50 63 23 47 66 18 52 67 24 51 66 25 48 68 21 47 66 18 51 66 25 19 71 19 53 70 41 41 69 38 20 72 18 19 71 19 41 69 38 53 70 41 19 71 19 23 73 23 54 74 42 53 70 41 23 73 23 25 76 24 44 75 39 54 74 42 23 73 23 25 76 24 54 74 42 41 69 38 44 75 39 25 76 24 20 72 18 41 69 38 25 76 24 54 79 42 55 78 44 56 77 43 57 80 45 54 79 42 56 77 43 58 82 46 53 81 41 54 79 42 57 80 45 58 82 46 54 79 42 55 83 47 54 84 42 44 83 39 43 85 48 55 83 47 44 83 39 42 86 49 41 87 38 53 86 41 58 88 50 42 86 49 53 86 41 59 91 51 14 90 16 29 89 29 60 94 53 6 93 6 61 92 52 62 97 56 63 96 55 64 95 54 14 90 16 35 98 35 29 89 29 65 101 58 62 100 56 66 99 57 67 104 61 68 103 60 69 102 59 63 105 55 60 94 53 61 92 52 62 100 56 64 106 54 66 99 57 13 11 11 16 14 14 11 13 13 70 109 62 28 108 26 3 107 5 36 110 36 35 44 35 16 14 14 13 11 11 36 110 36 16 14 14 70 112 62 59 111 51 28 30 26 63 96 55 61 113 52 64 95 54 71 114 63 70 109 62 3 107 5 59 111 51 29 33 29 28 30 26 72 117 66 73 116 65 74 115 64 72 117 66 74 115 64 75 118 67 76 120 70 77 119 69 78 119 68 75 118 67 79 121 71 72 117 66 74 115 64 73 116 65 76 122 70 74 115 64 76 122 70 78 123 68 80 125 73 76 122 70 81 124 72 73 116 65 81 124 72 76 122 70 82 128 76 83 127 75 84 126 74 85 131 79 86 130 78 87 129 77 88 132 80 67 104 61 69 102 59 83 127 75 77 133 69 84 126 74 78 135 68 83 134 75 74 134 64 77 119 69 83 136 75 78 119 68 89 137 81 85 131 79 87 129 77 83 134 75 90 138 82 74 134 64 5 140 3 91 139 83 61 92 52 6 93 6 5 140 3 61 92 52 36 142 36 26 141 28 29 89 29 35 98 35 36 142 36 29 89 29 71 143 63 3 5 5 6 6 6 60 144 53 71 143 63 6 6 6 92 146 85 93 145 84 66 99 57 64 106 54 92 146 85 66 99 57 94 149 88 95 148 87 96 147 86 94 149 88 97 151 90 98 150 89 17 154 17 12 153 12 34 152 33 30 155 31 17 154 17 34 152 33 61 113 52 91 157 83 92 156 85 64 95 54 61 113 52 92 156 85 98 150 89 99 158 91 95 148 87 98 150 89 95 148 87 94 149 88 100 159 20 101 160 21 102 159 25 103 161 22 100 159 20 102 159 25 104 164 9 105 163 8 106 162 7 107 165 10 104 164 9 106 162 7 108 168 38 109 167 37 110 166 7 111 169 8 108 168 38 110 166 7 112 171 40 113 170 39 108 168 38 111 169 8 112 171 40 108 168 38 114 172 20 115 173 19 116 172 18 117 174 21 114 172 20 116 172 18 115 175 19 114 176 20 118 175 22 119 177 23 115 175 19 118 175 22 120 178 25 121 179 24 119 178 23 118 180 22 120 178 25 119 178 23 116 181 18 121 182 24 120 181 25 117 183 21 116 181 18 120 181 25 122 186 19 123 185 41 108 184 38 124 187 18 122 186 19 108 184 38 123 185 41 122 186 19 125 188 23 126 189 42 123 185 41 125 188 23 127 191 24 113 190 39 126 189 42 125 188 23 127 191 24 126 189 42 108 184 38 113 190 39 127 191 24 124 187 18 108 184 38 127 191 24 126 194 42 128 193 44 129 192 43 130 195 45 126 194 42 129 192 43 131 197 46 123 196 41 126 194 42 130 195 45 131 197 46 126 194 42 128 198 47 126 199 42 113 198 39 112 200 48 128 198 47 113 198 39 109 201 49 108 202 38 123 201 41 131 203 50 109 201 49 123 201 41 118 205 22 114 204 20 120 204 25 132 208 40 133 207 39 134 206 38 135 210 10 136 209 7 137 209 9 114 204 20 117 211 21 120 204 25 105 163 8 134 206 38 106 162 7 138 214 46 139 213 41 140 212 42 105 163 8 132 208 40 134 206 38 134 206 38 141 215 37 106 162 7 142 216 94 143 216 93 144 216 92 144 218 92 143 217 93 145 217 95 142 219 97 144 219 92 146 219 96 146 221 96 144 220 92 147 220 98 142 222 100 148 222 99 143 222 93 143 224 93 148 223 99 149 223 101 148 223 99 150 225 102 149 223 101 149 227 101 150 226 102 151 226 103 150 226 102 152 228 104 151 226 103 136 209 7 153 229 8 137 209 9 139 232 41 115 231 19 119 230 23 140 233 42 139 232 41 119 230 23 121 235 24 133 234 39 140 233 42 119 230 23 121 235 24 140 233 42 134 236 38 133 234 39 121 235 24 116 237 18 134 236 38 121 235 24 154 239 43 136 238 105 140 212 42 154 239 43 140 212 42 155 240 106 136 238 105 138 214 46 140 212 42 140 212 42 156 241 44 155 240 106 156 242 47 140 243 42 133 242 39 132 244 48 156 242 47 133 242 39 141 245 49 134 246 38 139 245 41 138 247 50 141 245 49 139 245 41 45 248 20 48 249 21 51 248 25 49 250 22 45 248 20 51 248 25 157 251 9 111 169 8 110 166 7 158 252 10 157 251 9 110 166 7 159 254 38 160 253 37 39 49 7 38 50 8 159 254 38 39 49 7 161 256 40 162 255 39 159 254 38 38 50 8 161 256 40 159 254 38 100 257 20 122 258 19 124 257 18 101 259 21 100 257 20 124 257 18 122 260 19 100 261 20 103 260 22 125 262 23 122 260 19 103 260 22 102 263 25 127 264 24 125 263 23 103 265 22 102 263 25 125 263 23 124 266 18 127 267 24 102 266 25 101 268 21 124 266 18 102 266 25 46 271 19 163 270 41 159 269 38 47 272 18 46 271 19 159 269 38 163 270 41 46 271 19 50 273 23 164 274 42 163 270 41 50 273 23 52 276 24 162 275 39 164 274 42 50 273 23 52 276 24 164 274 42 159 269 38 162 275 39 52 276 24 47 272 18 159 269 38 52 276 24 164 279 42 165 278 44 166 277 43 167 280 45 164 279 42 166 277 43 168 282 46 163 281 41 164 279 42 167 280 45 168 282 46 164 279 42 165 283 47 164 284 42 162 283 39 161 285 48 165 283 47 162 283 39 160 286 49 159 287 38 163 286 41 168 288 50 160 286 49 163 286 41 169 291 16 170 290 35 171 289 29 172 292 51 169 291 16 171 289 29 173 295 55 174 294 52 175 293 54 176 296 56 173 295 55 175 293 54 176 299 56 175 298 54 177 297 57 178 300 58 176 299 56 177 297 57 179 303 53 180 302 6 174 301 52 173 304 55 179 303 53 174 301 52 181 307 11 182 306 36 183 305 14 181 307 11 183 305 14 184 308 13 179 311 53 185 310 63 180 309 6 182 306 36 170 312 35 183 305 14 172 315 51 171 314 29 186 313 26 187 316 62 172 315 51 186 313 26 187 319 62 186 318 26 188 317 5 185 320 63 187 319 62 188 317 5 189 323 67 190 322 71 191 321 66 191 321 66 192 325 65 193 324 64 194 326 69 195 327 75 196 326 68 197 328 70 194 326 69 196 326 68 192 325 65 198 330 72 197 329 70 193 324 64 192 325 65 197 329 70 191 321 66 193 324 64 189 323 67 199 331 73 197 329 70 198 330 72 195 334 75 194 333 69 200 332 74 201 335 76 195 334 75 200 332 74 202 338 61 203 337 60 204 336 59 205 339 80 202 338 61 204 336 59 195 340 75 206 341 82 193 340 64 196 342 68 195 340 75 193 340 64 207 345 79 208 344 78 209 343 77 210 346 81 207 345 79 209 343 77 211 349 28 212 348 32 213 347 27 211 349 28 213 347 27 186 313 26 214 350 30 181 351 11 215 350 17 216 352 31 214 350 30 215 350 17 216 354 31 217 353 34 212 348 32 216 354 31 212 348 32 211 349 28 171 314 29 211 349 28 186 313 26 217 353 34 216 354 31 218 355 33 219 357 12 215 356 17 181 307 11 184 308 13 219 357 12 181 307 11 188 360 5 220 359 4 221 358 3 180 309 6 188 360 5 221 358 3 211 361 28 182 362 36 181 361 11 214 363 30 211 361 28 181 361 11 169 365 16 222 364 15 183 305 14 170 312 35 169 365 16 183 305 14 170 290 35 182 366 36 171 289 29 221 368 3 223 367 83 174 301 52 175 293 54 174 294 52 224 369 85 182 366 36 211 370 28 171 289 29 175 298 54 224 371 85 177 297 57 185 310 63 188 360 5 180 309 6 180 302 6 221 368 3 174 301 52 224 371 85 225 372 84 177 297 57 216 375 31 215 374 17 218 373 33 226 378 88 227 377 87 228 376 86 214 379 30 216 354 31 211 349 28 215 374 17 219 380 12 218 373 33 229 381 89 227 377 87 226 378 88 174 294 52 223 382 83 224 369 85 226 378 88 230 383 90 229 381 89 229 381 89 231 384 91 227 377 87 184 387 13 183 386 14 208 385 107 201 388 108 184 387 13 208 385 107 183 386 14 222 390 15 209 389 109 208 385 107 183 386 14 209 389 109 201 388 108 200 392 110 219 391 12 184 387 13 201 388 108 219 391 12 218 373 33 219 380 12 200 393 111 199 394 111 218 373 33 200 393 111 186 318 26 213 396 112 220 395 4 186 318 26 220 395 4 188 317 5 231 398 91 229 397 89 220 395 4 213 396 112 231 398 91 220 395 4 203 401 60 232 400 113 191 399 66 203 401 60 191 399 66 204 402 59 191 399 66 190 403 71 204 402 59 203 401 60 233 404 114 232 400 113 198 405 116 228 405 115 217 405 34 234 408 119 235 407 118 236 406 117 192 411 65 191 410 66 232 409 120 237 412 121 192 411 65 232 409 120 238 415 123 234 414 119 239 413 122 240 418 126 241 417 125 242 416 124 243 419 127 234 408 119 236 406 117 234 414 119 244 420 128 239 413 122 227 423 129 212 422 32 217 421 34 228 424 130 227 423 129 217 421 34 231 426 131 213 425 27 212 422 32 227 423 132 231 426 131 212 422 32 199 427 111 198 428 116 217 427 34 218 429 33 199 427 111 217 427 34 237 412 134 228 431 133 198 430 72 192 411 65 237 412 134 198 430 72 207 434 79 189 433 67 206 432 82 245 437 136 246 436 135 202 435 61 247 440 138 248 439 137 245 438 136 189 433 67 193 441 64 206 432 82 247 444 138 249 443 139 248 442 137 250 445 140 205 339 80 204 336 59 205 446 80 245 437 136 202 435 61 249 443 139 251 447 141 248 442 137 200 393 74 194 448 69 199 394 73 226 378 144 228 376 143 237 449 142 193 324 64 197 329 70 196 450 68 194 448 69 197 451 70 199 394 73 226 378 144 237 449 142 233 452 114 248 439 137 246 453 135 245 438 136 233 452 114 252 454 145 226 378 144 237 449 142 232 455 113 233 452 114 253 456 146 189 433 67 207 434 79 210 457 81 253 456 146 207 434 79 254 458 147 247 440 138 245 438 136 255 459 148 254 458 147 245 438 136 256 460 149 249 443 139 247 444 138 254 461 147 256 460 149 247 444 138 255 462 148 245 437 136 205 446 80 250 463 140 255 462 148 205 446 80 195 334 75 208 344 78 207 345 79 195 334 75 207 345 79 206 464 82 257 465 150 250 445 140 204 336 59 195 334 75 201 335 76 208 344 78 258 466 150 190 322 71 189 323 67 253 467 146 258 466 150 189 323 67 257 468 150 204 402 59 190 403 71 258 469 150 257 468 150 190 403 71 82 472 108 11 471 13 86 470 107 34 152 33 12 153 12 84 473 111 80 474 111 34 152 33 84 473 111 86 470 107 16 476 14 87 475 109 11 471 13 82 472 108 12 477 12 99 480 131 27 479 27 32 478 32 11 471 13 16 476 14 86 470 107 82 472 108 84 481 110 12 477 12 28 108 26 4 482 4 3 107 5 72 485 66 79 484 71 69 483 59 27 487 112 99 486 91 4 482 4 28 108 26 27 487 112 4 482 4 68 488 60 72 485 66 69 483 59 16 476 14 15 489 15 87 475 109 68 488 60 259 491 114 260 490 113 68 488 60 260 490 113 72 485 66 261 494 119 262 493 118 263 492 117 264 495 127 261 494 119 263 492 117 265 498 121 73 497 65 260 496 120 81 499 116 96 499 115 33 499 34 266 502 126 267 501 125 268 500 124 264 503 127 266 502 126 268 500 124 261 506 119 269 505 128 270 504 122 271 507 123 261 506 119 270 504 122 96 510 130 95 509 129 33 508 34 265 498 134 96 512 133 81 511 72 95 509 132 99 480 131 32 478 32 95 509 129 32 478 32 33 508 34 34 514 33 80 513 111 33 513 34 73 497 65 72 515 66 260 496 120 73 497 65 265 498 134 81 511 72 80 513 111 81 516 116 33 513 34 272 519 136 273 518 135 67 517 61 88 520 80 272 519 136 67 517 61 75 523 67 74 522 64 90 521 82 85 524 79 75 523 67 90 521 82 274 525 140 88 132 80 69 102 59 275 526 150 274 525 140 69 102 59 276 529 139 277 528 141 278 527 137 279 530 138 276 529 139 278 527 137 94 149 144 96 147 143 265 531 142 259 533 114 280 532 145 94 149 144 77 535 69 76 534 70 80 474 73 84 473 74 77 535 69 80 474 73 278 538 137 273 537 135 272 536 136 279 539 138 278 538 137 272 536 136 265 531 142 260 540 113 259 533 114 94 149 144 265 531 142 259 533 114 89 542 81 281 541 146 85 524 79 282 543 148 272 519 136 88 520 80 282 545 148 283 544 147 272 536 136 281 541 146 75 523 67 85 524 79 283 547 147 284 546 149 279 530 138 99 486 91 98 548 89 4 482 4 274 549 140 282 543 148 88 520 80 284 546 149 276 529 139 279 530 138 83 127 75 85 131 79 90 550 82 275 551 150 69 483 59 79 484 71 83 127 75 82 128 76 86 130 78 83 127 75 86 130 78 85 131 79 281 553 146 285 552 150 75 118 67 283 544 147 279 539 138 272 536 136 285 554 150 275 551 150 79 484 71 285 552 150 79 121 71 75 118 67 286 556 152 287 555 151 280 532 145 286 556 152 280 532 145 288 557 153 289 559 154 288 558 153 68 103 60 280 532 145 259 533 114 288 557 153 290 562 117 291 561 117 292 560 135 291 561 117 273 563 135 292 560 135 293 566 155 294 565 83 295 564 3 296 568 155 289 559 154 297 567 117 298 571 127 299 570 126 300 569 124 67 572 135 273 563 135 291 561 117 301 575 123 302 574 119 303 573 122 299 570 126 304 576 125 300 569 124 289 559 154 68 103 60 297 567 117 288 558 153 259 577 114 68 103 60 297 578 117 67 572 135 291 561 117 68 103 60 67 104 135 297 567 117 305 581 128 302 580 119 298 579 127 300 582 124 305 581 128 298 579 127 306 583 85 294 565 83 293 566 155 307 584 155 306 583 85 293 566 155 308 585 156 299 570 126 298 571 127 297 586 117 308 585 156 298 571 127 296 587 118 302 574 119 301 575 123 309 588 155 296 587 118 301 575 123 295 590 3 310 589 4 296 568 155 310 589 4 311 591 89 288 558 157 296 592 155 293 566 155 295 564 3 310 589 4 289 559 158 296 568 155 312 594 90 313 593 159 286 556 152 312 594 90 286 556 152 288 557 157 289 559 158 310 589 4 288 558 157 288 557 157 311 595 89 312 594 90 314 598 117 246 597 135 315 596 135 316 599 117 314 598 117 315 596 135 317 601 153 318 600 151 252 454 145 262 493 155 319 602 154 263 492 117 4 4 4 319 602 158 262 493 155 5 3 3 4 4 4 262 493 155 320 605 155 91 604 83 5 603 3 262 606 155 320 605 155 5 603 3 203 337 60 202 338 135 263 492 117 319 602 154 203 337 60 263 492 117 202 607 135 246 597 135 314 598 117 263 608 117 202 607 135 314 598 117 252 454 145 233 452 114 317 601 153 317 601 153 321 609 152 318 600 151 317 611 153 233 610 114 203 337 60 319 602 154 317 611 153 203 337 60 322 613 155 262 612 118 271 507 123 323 614 156 266 502 126 264 503 127 268 616 124 269 615 128 264 495 127 262 612 118 261 506 119 271 507 123 298 579 127 302 580 119 297 567 117 302 574 119 305 617 128 303 573 122 263 618 117 323 614 156 264 503 127 302 580 119 296 568 118 297 567 117 317 601 157 98 150 89 97 151 90 97 151 90 324 619 159 321 609 152 4 4 4 98 620 89 317 611 157 319 602 158 4 4 4 317 611 157 322 622 155 325 621 85 320 605 155 325 621 85 91 604 83 320 605 155 269 615 128 261 494 119 264 495 127 97 151 90 321 609 152 317 601 157 326 624 162 327 623 161 328 623 160 327 623 161 329 625 163 328 623 160 330 626 160 331 627 163 332 626 164 333 629 164 328 628 163 334 628 165 335 631 167 336 630 162 337 630 166 338 632 161 336 633 162 335 632 167 337 634 166 330 626 160 332 626 164 336 630 162 330 635 160 337 630 166 339 637 166 326 636 160 333 636 164 327 638 162 326 639 160 339 638 166 340 640 170 341 640 169 342 640 168 326 636 160 328 641 163 333 636 164 334 643 165 329 642 161 343 642 167 328 628 163 329 644 161 334 628 165 343 645 167 327 638 162 339 638 166 329 642 161 327 646 162 343 642 167 344 649 173 345 648 172 346 647 171 344 649 173 347 650 174 345 648 172 344 653 177 346 652 176 348 651 175 345 648 172 349 654 178 346 647 171 350 655 179 346 647 171 349 654 178 345 658 172 351 657 180 349 656 178 351 657 180 345 658 172 352 659 181 353 660 182 344 653 177 348 651 175 344 653 177 353 660 182 347 661 183 332 663 164 331 662 163 354 662 165 354 664 165 338 632 161 335 632 167 331 662 163 338 665 161 354 662 165 351 668 180 353 667 182 355 666 184 351 657 180 355 669 184 349 656 178 330 671 162 336 670 161 331 670 160 336 670 161 338 672 163 331 670 160 353 667 182 348 673 175 355 666 184 356 674 187 357 675 186 358 674 185 359 678 188 360 677 180 361 676 181 358 679 190 362 680 189 361 679 181 356 681 187 359 681 188 357 681 186 359 682 188 361 683 181 362 682 189 363 684 183 356 674 187 358 674 185 359 685 188 364 685 191 357 685 186 365 688 173 363 687 174 366 686 172 367 691 182 356 690 187 363 689 183 367 691 182 365 693 177 368 692 175 363 687 174 361 694 181 366 686 172 367 697 182 360 696 180 356 695 187 360 696 180 367 697 182 369 698 184 360 677 180 366 699 172 361 676 181 366 699 172 360 677 180 370 700 178 360 696 180 359 701 188 356 695 187 371 702 194 372 703 193 373 702 192 374 706 195 341 705 169 369 704 184 371 707 196 375 708 179 341 707 169 372 709 193 342 709 168 373 709 192 341 710 169 374 710 195 342 710 168 375 711 197 371 702 194 373 702 192 342 712 168 374 712 195 373 712 192 341 715 169 375 714 179 370 713 178 375 717 197 373 716 192 368 692 175 364 718 191 359 682 188 362 682 189 375 714 179 376 719 171 370 713 178 366 686 172 370 713 178 376 719 171 368 721 175 373 720 192 369 698 184 367 697 182 368 721 175 369 698 184 376 722 176 375 717 197 368 692 175 377 724 167 378 723 162 379 723 166 380 725 161 378 726 162 377 725 167 379 728 166 381 727 160 382 727 164 378 723 162 381 729 160 379 723 166 382 731 164 383 730 163 384 730 165 378 732 161 380 733 163 383 732 160 381 734 162 378 732 161 383 732 160 384 735 165 380 725 161 377 725 167 385 737 165 386 736 161 387 736 167 388 738 163 386 739 161 385 738 165 387 741 167 389 740 162 390 740 166 386 736 161 389 742 162 387 736 167 391 744 162 389 743 161 388 743 160 389 743 161 386 745 163 388 743 160 381 727 160 383 746 163 382 727 164 392 747 164 388 738 163 385 738 165 393 750 173 394 749 174 395 748 172 396 753 182 397 752 187 394 751 183 396 753 182 393 755 177 398 754 175 393 755 177 396 753 182 394 751 183 394 749 174 399 756 181 395 748 172 400 759 180 395 758 172 399 757 181 396 762 182 400 761 180 397 760 187 400 761 180 401 763 188 397 760 187 400 761 180 396 762 182 402 764 184 400 759 180 402 766 184 403 765 178 404 767 169 403 765 178 402 766 184 383 730 163 380 768 161 384 730 165 393 750 173 395 748 172 405 769 171 393 755 177 405 770 176 398 754 175 395 758 172 400 759 180 403 765 178 395 748 172 403 771 178 405 769 171 406 772 179 405 769 171 403 771 178 407 774 187 408 773 188 409 773 186 347 776 183 407 775 187 410 775 185 408 773 188 411 777 191 409 773 186 412 778 169 350 655 179 349 654 178 350 780 197 413 779 192 348 651 175 411 781 191 408 781 188 414 781 189 353 660 182 407 782 187 347 661 183 353 667 182 351 668 180 407 783 187 347 650 174 352 784 181 345 648 172 363 785 174 358 679 190 361 679 181 351 668 180 408 786 188 407 783 187 347 788 174 410 787 190 352 787 181 407 775 187 409 789 186 410 775 185 408 790 188 351 657 180 352 659 181 410 787 190 414 791 189 352 787 181 415 792 193 416 792 168 413 792 192 412 793 169 417 793 195 416 793 168 350 795 197 418 794 194 413 794 192 416 796 168 417 796 195 413 796 192 390 798 166 391 797 160 392 797 164 389 740 162 391 799 160 390 740 166 419 800 170 412 800 169 416 800 168 391 797 160 388 801 163 392 797 164 348 673 175 413 802 192 355 666 184 412 803 169 349 656 178 355 669 184 346 652 176 350 780 197 348 651 175 413 802 192 417 804 195 355 666 184 419 806 170 418 805 196 412 805 169 418 794 194 415 807 193 413 794 192 417 808 195 412 803 169 355 669 184 418 805 196 350 809 179 412 805 169 420 811 200 421 810 199 422 810 198 423 812 199 424 813 201 425 812 198 426 815 200 427 814 199 428 814 198 421 810 199 429 816 201 422 810 198 422 818 200 429 817 199 430 817 198 431 819 199 432 820 201 433 819 198 434 821 200 423 812 199 425 812 198 429 817 199 435 822 201 430 817 198 433 824 200 432 823 199 436 823 198 437 825 199 438 826 201 439 825 198 439 828 200 438 827 199 440 827 198 432 823 199 441 829 201 436 823 198 425 831 200 424 830 199 442 830 198 427 814 199 443 832 201 428 814 198 444 833 200 437 825 199 439 825 198 424 830 199 445 834 201 442 830 198 446 836 200 447 835 199 448 835 198 445 837 199 449 838 201 450 837 198 451 840 200 452 839 199 453 839 198 447 835 199 431 841 201 448 835 198 454 843 200 455 842 199 426 842 198 443 844 199 456 845 201 457 844 198 442 846 200 445 837 199 450 837 198 455 842 199 427 847 201 426 842 198 458 849 200 459 848 199 451 848 198 460 850 199 461 851 201 462 850 198 448 852 200 431 819 199 433 819 198 459 848 199 452 853 201 451 848 198 463 855 200 464 854 199 458 854 198 452 839 199 465 856 201 453 839 198 440 857 200 460 850 199 462 850 198 464 854 199 459 858 201 458 854 198 443 861 204 427 860 203 466 859 202 421 862 205 443 861 204 466 859 202 445 864 207 424 863 206 466 859 202 427 860 203 445 864 207 466 859 202 459 867 209 464 866 200 460 865 208 447 870 211 465 869 199 452 868 210 421 862 205 466 859 202 429 871 212 464 866 200 461 872 213 460 865 208 423 874 215 467 873 214 424 863 206 429 871 212 466 859 202 468 875 216 441 877 218 432 876 217 467 873 214 423 874 215 441 877 218 467 873 214 437 880 220 468 879 216 438 878 219 424 863 206 467 873 214 466 859 202 435 881 221 429 871 212 468 875 216 437 884 220 435 883 221 468 882 216 465 869 199 447 870 211 455 885 201 465 869 199 455 885 201 456 886 198 447 870 211 441 877 218 449 887 222 447 870 211 449 887 222 455 885 201 461 872 213 464 866 200 469 888 223 438 827 199 460 889 201 440 827 198 464 866 200 465 869 199 456 886 198 464 866 200 456 886 198 469 888 223 427 860 203 455 885 201 445 864 207 455 885 201 449 887 222 445 864 207 469 888 223 456 886 198 443 861 204 431 890 224 447 870 211 452 868 210 469 888 223 435 883 221 461 872 213 441 877 218 423 874 215 449 887 222 421 862 205 469 888 223 443 861 204 435 883 221 437 884 220 461 872 213 470 893 227 471 892 226 472 891 225 473 894 228 470 893 227 472 891 225 474 897 231 475 896 230 476 895 229 471 892 226 477 898 232 472 891 225 478 901 235 479 900 234 480 899 233 481 902 236 479 900 234 478 901 235 480 899 233 473 894 228 472 891 225 479 900 234 473 894 228 480 899 233 482 905 239 483 904 238 484 903 237 485 908 242 486 907 241 487 906 240 488 910 244 489 909 243 482 905 239 483 904 238 490 911 245 484 903 237 487 906 240 486 907 241 488 910 244 475 896 230 485 908 242 476 895 229 476 895 229 485 908 242 487 906 240 486 907 241 489 909 243 488 910 244 365 693 177 367 691 182 363 689 183 360 677 180 369 704 184 370 700 178 341 705 169 370 700 178 369 704 184 491 914 248 492 913 247 493 912 246 365 688 173 366 686 172 376 719 171 365 693 177 376 722 176 368 692 175 340 915 170 371 707 196 341 707 169 373 720 192 374 916 195 369 698 184 494 919 251 495 918 250 496 917 249 495 918 250 494 919 251 497 920 252 496 917 249 481 902 236 478 901 235 495 918 250 481 902 236 496 917 249 498 921 253 492 913 247 497 920 252 492 913 247 498 921 253 493 912 246 499 922 254 495 918 250 497 920 252 492 913 247 499 922 254 497 920 252 450 924 200 449 923 199 434 923 198 465 925 199 464 926 201 463 925 198 436 928 200 441 927 199 446 927 198 449 923 199 423 929 201 434 923 198 457 931 200 456 930 199 454 930 198 500 933 256 501 932 255 493 912 246 453 934 200 465 925 199 463 925 198 456 930 199 455 935 201 454 930 198 502 937 200 469 936 199 420 936 198 461 938 199 437 939 201 444 938 198 428 940 200 443 844 199 457 844 198 469 936 199 421 941 201 420 936 198 430 943 200 435 942 199 502 942 198 441 927 199 447 944 201 446 927 198 462 945 200 461 938 199 444 938 198 435 942 199 469 946 201 502 942 198 503 948 258 504 947 257 500 933 256 505 949 259 504 947 257 503 948 258 474 897 231 476 895 229 506 950 260 504 947 257 507 951 261 500 933 256 484 903 237 490 911 245 508 952 262 489 909 243 483 904 238 482 905 239 508 952 262 505 949 259 503 948 258 490 911 245 505 949 259 508 952 262 503 948 258 497 920 252 508 952 262 482 905 239 484 903 237 496 917 249 498 921 253 500 933 256 493 912 246 497 920 252 494 919 251 508 952 262 472 891 225 487 906 240 480 899 233 487 906 240 488 910 244 480 899 233 476 895 229 477 898 232 506 950 260 478 901 235 482 905 239 496 917 249 509 954 164 510 953 163 511 953 165 512 955 161 513 956 163 510 955 160 514 957 162 512 955 161 510 955 160 511 959 165 513 958 161 515 958 167 516 962 180 517 961 182 518 960 184 517 961 182 516 962 180 519 963 187 516 966 180 518 965 184 520 964 178 521 967 169 520 964 178 518 965 184 517 961 182 522 968 175 518 960 184 514 969 160 510 970 163 509 969 164 523 972 164 524 971 163 525 971 165 526 973 161 527 974 163 524 973 160 528 975 162 526 973 161 524 973 160 515 977 167 512 976 162 529 976 166 529 978 166 514 969 160 509 969 164 512 976 162 514 979 160 529 976 166 510 953 163 513 980 161 511 953 165 516 966 180 530 982 172 531 981 181 530 982 172 516 966 180 520 964 178 532 985 177 517 984 182 533 983 183 517 984 182 532 985 177 522 986 175 533 988 174 534 987 190 531 987 181 535 989 188 516 966 180 531 981 181 534 987 190 536 990 189 531 987 181 532 993 173 530 992 172 537 991 171 532 993 173 533 994 174 530 992 172 532 985 177 537 995 176 522 986 175 530 992 172 520 996 178 537 991 171 538 997 179 537 991 171 520 996 178 516 962 180 535 998 188 519 963 187 519 999 187 539 1000 186 534 999 185 533 994 174 531 1001 181 530 992 172 404 1002 169 406 772 179 403 771 178 406 1004 197 540 1003 192 398 754 175 541 1006 191 401 1005 188 542 1005 189 408 1007 188 352 1007 181 414 1007 189 398 1009 175 540 1008 192 402 764 184 396 762 182 398 1009 175 402 764 184 405 770 176 406 1004 197 398 754 175 540 1008 192 543 1010 195 402 764 184 394 1012 174 544 1011 190 399 1011 181 397 1013 187 545 1014 186 544 1013 185 401 1015 188 400 759 180 399 757 181 544 1011 190 542 1016 189 399 1011 181 397 1017 187 401 1017 188 545 1017 186 401 1005 188 399 1018 181 542 1005 189 394 1019 183 397 1013 187 544 1013 185 401 1020 188 541 1020 191 545 1020 186 546 1022 166 528 1021 160 523 1021 164 526 1023 162 528 1024 160 546 1023 166 547 1025 170 404 1025 169 548 1025 168 528 1021 160 524 1026 163 523 1021 164 525 1028 165 527 1027 161 549 1027 167 524 971 163 527 1029 161 525 971 165 549 1030 167 526 1023 162 546 1023 166 527 1027 161 526 1031 162 549 1027 167 547 1033 170 550 1032 196 404 1032 169 550 1034 194 551 1035 193 540 1034 192 543 1036 195 404 767 169 402 766 184 550 1032 196 406 1037 179 404 1032 169 551 1038 193 548 1038 168 540 1038 192 404 1039 169 543 1039 195 548 1039 168 406 1040 197 550 1034 194 540 1034 192 548 1041 168 543 1041 195 540 1041 192 115 231 19 139 232 41 134 236 38 149 1042 101 151 1043 103 552 1042 263 553 1045 162 554 1044 161 555 1044 160 554 1044 161 556 1046 163 555 1044 160 116 237 18 115 231 19 134 236 38 147 1047 98 557 1048 265 558 1047 264 145 1049 95 149 1042 101 552 1042 263 143 217 93 149 1050 101 145 217 95 145 1051 95 552 1052 263 557 1051 265 556 1053 161 554 1054 162 559 1053 167 560 1056 166 553 1055 160 561 1055 164 554 1057 162 553 1058 160 560 1057 166 561 1060 164 555 1059 163 562 1059 165 147 1061 98 145 1051 95 557 1051 265 144 220 92 145 1062 95 147 220 98 562 1063 165 556 1053 161 559 1053 167 142 1064 268 563 1064 267 148 1064 266 148 1066 266 563 1065 267 150 1065 269 146 1067 96 147 1068 98 564 1067 270 564 1069 270 147 1047 98 558 1047 264 555 1059 163 556 1070 161 562 1059 165 563 1065 267 565 1071 271 150 1065 269 150 1073 269 565 1072 271 152 1072 272 566 1074 273 146 1067 96 564 1067 270 142 1075 274 146 1075 96 566 1075 273 565 1077 271 564 1076 270 567 1076 275 566 1078 273 564 1079 270 565 1078 271 563 1080 267 566 1078 273 565 1078 271 142 1081 276 566 1081 273 563 1081 267 565 1072 271 567 1082 275 152 1072 272 564 1076 270 558 1083 264 567 1076 275 559 1084 167 554 1057 162 560 1057 166 522 968 175 568 1085 192 518 960 184 513 958 161 512 1086 162 515 958 167 537 995 176 538 1087 197 522 986 175 568 1085 192 569 1088 195 518 960 184 570 1090 170 571 1089 196 521 1089 169 571 1091 194 572 1092 193 568 1091 192 569 1093 195 521 967 169 518 965 184 571 1089 196 538 1094 179 521 1089 169 519 1096 187 535 1095 188 539 1095 186 535 1097 188 531 1098 181 536 1097 189 533 1099 183 519 999 187 534 999 185 535 1095 188 573 1100 191 539 1095 186 521 1101 169 538 997 179 520 996 178 538 1087 197 568 1102 192 522 986 175 573 1103 191 535 1097 188 536 1097 189 517 984 182 519 1104 187 533 983 183 574 1106 165 575 1105 161 576 1105 167 577 1107 163 575 1108 161 574 1107 165 576 1110 167 578 1109 162 579 1109 166 575 1105 161 578 1111 162 576 1105 167 580 1113 162 578 1112 161 577 1112 160 578 1112 161 575 1114 163 577 1112 160 553 1055 160 555 1115 163 561 1055 164 581 1116 164 577 1107 163 574 1107 165 572 1117 193 582 1117 168 568 1117 192 521 1118 169 569 1118 195 582 1118 168 538 1119 197 571 1091 194 568 1091 192 582 1120 168 569 1120 195 568 1120 192 579 1122 166 580 1121 160 581 1121 164 578 1109 162 580 1123 160 579 1109 166 570 1124 170 521 1124 169 582 1124 168 580 1121 160 577 1125 163 581 1121 164 583 1128 279 584 1127 278 585 1126 277 586 1129 280 583 1128 279 585 1126 277 587 1131 282 588 1130 281 585 1126 277 584 1127 278 587 1131 282 585 1126 277 589 1134 283 590 1133 2 591 1132 0 592 1135 284 589 1134 283 591 1132 0 586 1129 280 585 1126 277 593 1136 285 590 1133 2 594 1137 1 591 1132 0 595 1139 288 596 1138 287 597 1138 286 585 1140 277 591 1141 0 598 1140 289 598 1143 289 591 1142 0 599 1142 290 596 1138 287 585 1144 277 597 1138 286 594 1146 1 596 1145 287 599 1145 290 588 1130 281 591 1132 0 585 1126 277 597 1147 286 585 1140 277 598 1140 289 596 1145 287 595 1148 288 599 1145 290 600 1149 291 594 1137 1 590 1133 2 586 1129 280 601 1151 293 602 1150 292 603 1153 295 604 1152 294 594 1137 1 600 1149 291 603 1153 295 594 1137 1 587 1131 282 584 1127 278 605 1154 296 600 1149 291 606 1156 298 607 1155 297 603 1153 295 600 1149 291 607 1155 297 583 1128 279 586 1129 280 602 1150 292 608 1158 299 593 1136 285 596 1157 287 609 1159 300 608 1158 299 596 1157 287 588 1130 281 592 1135 284 591 1132 0 593 1136 285 585 1126 277 596 1157 287 610 1161 302 611 1160 301 594 1137 1 604 1152 294 610 1161 302 594 1137 1 611 1160 301 609 1159 300 596 1157 287 611 1160 301 596 1157 287 594 1137 1 612 1163 305 613 1162 304 614 1162 303 615 1164 308 616 1165 307 617 1164 306 618 1168 310 612 1167 305 619 1166 309 613 1162 304 620 1169 311 614 1162 303 617 1171 306 616 1170 307 612 1170 305 616 1172 307 615 1173 308 620 1172 311 613 1174 304 616 1172 307 620 1172 311 621 1175 312 615 1164 308 617 1164 306 622 1177 315 623 1176 314 624 1176 313 623 1178 314 625 1179 317 626 1178 316 627 1180 318 623 1178 314 626 1178 316 628 1182 319 625 1181 317 622 1181 315 626 1184 316 625 1183 317 629 1183 320 612 1167 305 630 1185 321 619 1166 309 623 1176 314 627 1186 318 624 1176 313 625 1183 317 628 1187 319 629 1183 320 631 1189 324 632 1188 323 633 1188 322 632 1188 323 634 1190 325 633 1188 322 634 1191 328 635 1192 327 636 1191 326 637 1194 331 632 1193 330 638 1193 329 639 1197 333 595 1196 288 640 1195 332 591 1142 0 594 1198 1 599 1142 290 633 1199 334 634 1191 328 636 1191 326 595 1196 288 641 1200 335 640 1195 332 620 1202 311 615 1201 308 614 1201 303 631 1203 336 633 1204 334 636 1203 326 616 1170 307 613 1205 304 612 1170 305 615 1201 308 621 1206 312 614 1201 303 635 1208 327 634 1207 328 637 1207 331 632 1193 330 631 1209 336 638 1193 329 638 1210 329 631 1203 336 636 1203 326 634 1207 328 632 1211 330 637 1207 331 642 1213 200 643 1212 199 600 1212 198 644 1214 199 603 1215 201 607 1214 198 645 1217 200 646 1216 199 605 1216 198 643 1212 199 606 1218 201 600 1212 198 647 1220 200 648 1219 199 604 1219 198 649 1221 199 610 1222 201 650 1221 198 651 1223 200 644 1214 199 607 1214 198 648 1219 199 652 1224 201 604 1219 198 653 1226 200 654 1225 199 586 1225 198 655 1227 199 583 1228 201 602 1227 198 655 1230 200 656 1229 199 583 1229 198 654 1225 199 601 1231 201 586 1225 198 656 1233 200 657 1232 199 584 1232 198 646 1216 199 587 1234 201 605 1216 198 658 1235 200 655 1227 199 602 1227 198 657 1232 199 659 1236 201 584 1232 198 657 1238 200 658 1237 199 659 1237 198 651 1239 199 607 1240 201 652 1239 198 643 1242 200 660 1241 199 606 1241 198 658 1237 199 602 1243 201 659 1237 198 612 1167 305 618 1168 310 617 1244 306 622 1247 315 624 1246 313 614 1245 303 648 1248 200 651 1239 199 652 1239 198 618 1168 310 661 1249 337 617 1244 306 654 1251 200 662 1250 199 601 1250 198 663 1252 199 650 1253 201 609 1252 198 663 1254 200 649 1221 199 650 1221 198 662 1250 199 608 1255 201 601 1250 198 664 1257 200 645 1256 199 592 1256 198 660 1241 199 589 1258 201 606 1241 198 665 1259 200 663 1252 199 609 1252 198 645 1256 199 605 1260 201 592 1256 198 602 1150 292 652 1262 339 659 1261 338 650 1263 340 652 1262 339 602 1150 292 659 1261 338 607 1155 297 605 1154 296 652 1262 339 607 1155 297 659 1261 338 666 1265 200 653 1264 199 593 1264 198 664 1266 199 592 1267 201 588 1266 198 601 1151 293 650 1263 340 602 1150 292 653 1264 199 586 1268 201 593 1264 198 610 1161 302 604 1152 294 650 1263 340 601 1151 293 608 1158 299 609 1159 300 584 1127 278 659 1261 338 605 1154 296 604 1152 294 652 1262 339 650 1263 340 605 1154 296 606 1156 298 592 1135 284 607 1155 297 606 1156 298 605 1154 296 650 1263 340 601 1151 293 609 1159 300 606 1156 298 589 1134 283 592 1135 284 660 1270 200 667 1269 199 589 1269 198 665 1271 199 609 1272 201 611 1271 198 649 1274 200 668 1273 199 610 1273 198 667 1269 199 590 1275 201 589 1269 198 646 1277 200 669 1276 199 587 1276 198 656 1229 199 584 1278 201 583 1229 198 668 1279 200 665 1271 199 611 1271 198 669 1276 199 588 1280 201 587 1276 198 662 1282 200 666 1281 199 608 1281 198 642 1283 199 600 1284 201 590 1283 198 669 1285 200 664 1266 199 588 1266 198 666 1281 199 593 1286 201 608 1281 198 644 1288 200 647 1287 199 603 1287 198 668 1273 199 611 1289 201 610 1273 198 667 1290 200 642 1283 199 590 1283 198 647 1287 199 604 1291 201 603 1287 198 670 1293 200 671 1292 199 672 1292 198 673 1294 199 674 1295 201 675 1294 198 676 1297 200 677 1296 199 678 1296 198 671 1292 199 679 1298 201 672 1292 198 680 1300 200 681 1299 199 682 1299 198 683 1301 199 671 1302 201 670 1301 198 684 1303 200 673 1294 199 675 1294 198 681 1299 199 685 1304 201 682 1299 198 686 1307 213 687 1306 200 688 1305 223 689 1308 199 690 1309 201 691 1308 198 687 1306 200 692 1311 199 693 1310 198 687 1306 200 693 1310 198 688 1305 223 694 1313 200 695 1312 199 696 1312 198 677 1296 199 689 1314 201 678 1296 198 678 1315 200 689 1308 199 691 1308 198 695 1312 199 697 1316 201 696 1312 198 698 1318 200 687 1317 199 699 1317 198 700 1319 199 692 1320 201 701 1319 198 691 1322 200 690 1321 199 702 1321 198 687 1317 199 703 1323 201 699 1317 198 704 1325 200 705 1324 199 706 1324 198 679 1326 199 707 1327 201 708 1326 198 709 1328 200 700 1319 199 701 1319 198 705 1324 199 710 1329 201 706 1324 198 682 1331 200 685 1330 199 711 1330 198 710 1332 199 695 1333 201 694 1332 198 712 1334 200 683 1301 199 670 1301 198 685 1330 199 713 1335 201 711 1330 198 699 1337 200 703 1336 199 709 1336 198 690 1321 199 686 1338 201 702 1321 198 706 1339 200 710 1332 199 694 1332 198 703 1336 199 700 1340 201 709 1336 198 677 1343 220 714 1342 216 689 1341 219 671 1346 206 715 1345 214 716 1344 202 713 1348 221 685 1347 212 714 1342 216 677 1343 220 713 1348 221 714 1342 216 674 1350 204 673 1349 203 716 1344 202 681 1351 205 674 1350 204 716 1344 202 679 1352 207 671 1346 206 716 1344 202 673 1349 203 679 1352 207 716 1344 202 710 1355 224 717 1354 341 695 1353 217 695 1353 217 717 1354 341 715 1345 214 700 1357 210 703 1356 209 717 1354 341 710 1355 224 700 1357 210 717 1354 341 683 1358 215 715 1345 214 671 1346 206 685 1347 212 716 1344 202 714 1342 216 697 1359 218 695 1353 217 715 1345 214 683 1358 215 697 1359 218 715 1345 214 688 1305 223 713 1348 221 686 1307 213 697 1359 218 683 1358 215 707 1360 222 681 1351 205 688 1305 223 674 1350 204 713 1348 221 677 1343 220 686 1307 213 692 1311 199 705 1362 211 718 1361 201 692 1311 199 718 1361 201 693 1310 198 705 1362 211 697 1359 218 707 1360 222 705 1362 211 707 1360 222 718 1361 201 703 1356 209 687 1306 200 690 1363 208 705 1362 211 692 1311 199 700 1357 210 681 1351 205 716 1344 202 685 1347 212 687 1306 200 686 1307 213 690 1363 208 673 1349 203 718 1361 201 679 1352 207 718 1361 201 707 1360 222 679 1352 207 688 1305 223 693 1310 198 674 1350 204 710 1355 224 705 1362 211 700 1357 210 719 1366 240 720 1365 241 721 1364 244 722 1369 230 723 1368 242 724 1367 229 724 1367 229 723 1368 242 719 1366 240 720 1365 241 725 1370 243 721 1364 244 726 1373 227 727 1372 226 728 1371 225 729 1374 228 726 1373 227 728 1371 225 730 1375 231 722 1369 230 724 1367 229 727 1372 226 731 1376 232 728 1371 225 732 1379 237 733 1378 245 734 1377 262 725 1370 243 735 1381 238 736 1380 239 734 1377 262 737 1383 259 738 1382 258 733 1378 245 737 1383 259 734 1377 262 736 1380 239 735 1381 238 732 1379 237 723 1368 242 720 1365 241 719 1366 240 721 1364 244 725 1370 243 736 1380 239 735 1381 238 733 1378 245 732 1379 237 739 1386 253 740 1385 247 741 1384 252 740 1385 247 739 1386 253 742 1387 246 743 1389 254 744 1388 250 741 1384 252 740 1385 247 743 1389 254 741 1384 252 624 1391 313 627 1390 318 629 1390 320 625 1181 317 623 1392 314 622 1181 315 745 1393 248 740 1385 247 742 1387 246 627 1390 318 626 1394 316 629 1390 320 746 1397 235 747 1396 234 748 1395 233 749 1398 236 747 1396 234 746 1397 235 748 1395 233 729 1374 228 728 1371 225 747 1396 234 729 1374 228 748 1395 233 750 1400 251 744 1388 250 751 1399 249 744 1388 250 750 1400 251 741 1384 252 751 1399 249 749 1398 236 746 1397 235 744 1388 250 749 1398 236 751 1399 249 711 1402 200 713 1401 199 752 1401 198 697 1403 199 705 1404 201 704 1403 198 702 1406 200 686 1405 199 676 1405 198 713 1401 199 688 1407 201 752 1401 198 708 1409 200 707 1408 199 712 1408 198 692 1410 199 687 1411 201 698 1410 198 696 1412 200 697 1403 199 704 1403 198 707 1408 199 683 1413 201 712 1408 198 753 1415 200 718 1414 199 684 1414 198 674 1416 199 693 1417 201 754 1416 198 672 1418 200 679 1326 199 708 1326 198 718 1414 199 673 1419 201 684 1414 198 752 1421 200 688 1420 199 680 1420 198 686 1405 199 677 1422 201 676 1405 198 675 1423 200 674 1416 199 754 1416 198 688 1420 199 681 1424 201 680 1420 198 728 1371 225 719 1366 240 748 1395 233 724 1367 229 731 1376 232 755 1425 260 746 1397 235 736 1380 239 751 1399 249 719 1366 240 721 1364 244 748 1395 233 738 1382 258 756 1427 257 757 1426 256 737 1383 259 756 1427 257 738 1382 258 730 1375 231 724 1367 229 755 1425 260 756 1427 257 758 1428 261 757 1426 256 754 1430 200 693 1429 199 753 1429 198 757 1426 256 759 1431 255 742 1387 246 701 1432 200 692 1410 199 698 1410 198 693 1429 199 718 1433 201 753 1429 198 738 1382 258 741 1384 252 734 1377 262 741 1384 252 750 1400 251 734 1377 262 736 1380 239 732 1379 237 751 1399 249 739 1386 253 757 1426 256 742 1387 246 760 1436 258 761 1435 252 762 1434 262 761 1435 252 763 1437 251 762 1434 262 764 1440 239 765 1439 237 766 1438 249 767 1443 253 768 1442 256 769 1441 246 770 1446 225 771 1445 240 772 1444 233 773 1449 229 774 1448 232 775 1447 260 776 1450 235 764 1440 239 766 1438 249 771 1445 240 777 1451 244 772 1444 233 778 1453 200 779 1452 199 780 1452 198 781 1454 199 782 1455 201 783 1454 198 784 1457 200 785 1456 199 786 1456 198 779 1452 199 787 1458 201 780 1452 198 788 1460 200 789 1459 199 790 1459 198 768 1442 256 791 1461 255 769 1441 246 792 1462 200 781 1454 199 783 1454 198 789 1459 199 793 1463 201 790 1459 198 764 1440 239 794 1464 238 765 1439 237 795 1466 242 796 1465 241 771 1445 240 777 1451 244 797 1467 243 764 1440 239 794 1464 238 798 1468 245 765 1439 237 771 1445 240 796 1465 241 777 1451 244 799 1469 230 795 1466 242 773 1449 229 773 1449 229 795 1466 242 771 1445 240 796 1465 241 797 1467 243 777 1451 244 760 1436 258 800 1470 257 768 1442 256 801 1471 259 800 1470 257 760 1436 258 802 1472 231 773 1449 229 775 1447 260 800 1470 257 803 1473 261 768 1442 256 765 1439 237 798 1468 245 762 1434 262 797 1467 243 794 1464 238 764 1440 239 762 1434 262 801 1471 259 760 1436 258 798 1468 245 801 1471 259 762 1434 262 804 1475 200 805 1474 199 806 1474 198 807 1476 199 808 1477 201 809 1476 198 810 1479 200 811 1478 199 812 1478 198 805 1474 199 813 1480 201 806 1474 198 783 1482 200 782 1481 199 804 1481 198 813 1483 199 781 1484 201 792 1483 198 814 1485 200 807 1476 199 809 1476 198 782 1481 199 805 1486 201 804 1481 198 815 1488 200 816 1487 199 817 1487 198 787 1489 199 818 1490 201 819 1489 198 820 1492 200 821 1491 199 822 1491 198 816 1487 199 823 1493 201 817 1487 198 817 1495 200 823 1494 199 824 1494 198 811 1478 199 825 1496 201 812 1478 198 780 1497 200 787 1489 199 819 1489 198 823 1494 199 826 1498 201 824 1494 198 827 1500 200 828 1499 199 815 1499 198 808 1501 199 829 1502 201 830 1501 198 822 1504 200 831 1503 199 788 1503 198 828 1499 199 816 1505 201 815 1499 198 824 1507 200 826 1506 199 827 1506 198 785 1456 199 832 1508 201 786 1456 198 809 1509 200 808 1501 199 830 1501 198 826 1506 199 828 1510 201 827 1506 198 786 1512 200 832 1511 199 810 1511 198 833 1513 199 779 1514 201 778 1513 198 806 1515 200 813 1483 199 792 1483 198 832 1511 199 811 1516 201 810 1511 198 790 1518 200 793 1517 199 820 1517 198 831 1503 199 789 1519 201 788 1503 198 834 1520 200 833 1513 199 778 1513 198 793 1517 199 821 1521 201 820 1517 198 835 1523 327 836 1522 328 837 1522 331 838 1524 330 839 1525 336 840 1524 329 840 1527 329 839 1526 336 841 1526 326 836 1522 328 838 1528 330 837 1522 331 839 1530 324 838 1529 323 842 1529 322 838 1529 323 836 1531 325 842 1529 322 836 1532 328 835 1533 327 841 1532 326 837 1534 331 838 1524 330 840 1524 329 843 1536 306 844 1535 307 845 1535 305 844 1537 307 846 1538 308 847 1537 311 848 1539 304 844 1537 307 847 1537 311 849 1541 312 846 1540 308 843 1540 306 847 1543 311 846 1542 308 850 1542 303 839 1526 336 842 1544 334 841 1526 326 844 1535 307 848 1545 304 845 1535 305 846 1542 308 849 1546 312 850 1542 303 851 1548 1 852 1547 287 853 1547 290 854 1551 281 855 1550 0 856 1549 277 857 1553 286 856 1552 277 858 1552 289 852 1547 287 859 1554 288 853 1547 290 860 1556 279 861 1555 278 856 1549 277 862 1557 280 860 1556 279 856 1549 277 863 1558 282 854 1551 281 856 1549 277 861 1555 278 863 1558 282 856 1549 277 864 1561 333 859 1560 288 865 1559 332 855 1562 0 851 1563 1 853 1562 290 842 1564 334 836 1532 328 841 1532 326 859 1560 288 866 1565 335 865 1559 332 859 1567 288 852 1566 287 857 1566 286 856 1552 277 855 1568 0 858 1552 289 858 1569 289 855 1562 0 853 1562 290 852 1566 287 856 1570 277 857 1566 286 763 1437 251 867 1571 250 766 1438 249 867 1571 250 763 1437 251 761 1435 252 766 1438 249 868 1572 236 776 1450 235 867 1571 250 868 1572 236 766 1438 249 767 1443 253 869 1573 247 761 1435 252 869 1573 247 767 1443 253 769 1441 246 870 1574 254 867 1571 250 761 1435 252 869 1573 247 870 1574 254 761 1435 252 871 1576 227 872 1575 226 770 1446 225 873 1577 228 871 1576 227 770 1446 225 802 1472 231 799 1469 230 773 1449 229 872 1575 226 774 1448 232 770 1446 225 776 1450 235 874 1578 234 772 1444 233 868 1572 236 874 1578 234 776 1450 235 772 1444 233 873 1577 228 770 1446 225 874 1578 234 873 1577 228 772 1444 233 875 1580 316 876 1579 317 877 1579 320 845 1583 305 878 1582 321 879 1581 309 880 1585 318 881 1584 314 875 1584 316 881 1584 314 876 1586 317 875 1584 316 876 1579 317 882 1587 319 877 1579 320 846 1540 308 844 1588 307 843 1540 306 883 1589 310 845 1583 305 879 1581 309 848 1590 304 847 1591 311 850 1590 303 884 1593 313 880 1592 318 877 1592 320 876 1594 317 881 1595 314 885 1594 315 886 1596 248 869 1573 247 769 1441 246 880 1592 318 875 1597 316 877 1592 320 885 1599 315 881 1598 314 884 1598 313 845 1600 305 848 1590 304 850 1590 303 882 1601 319 876 1594 317 885 1594 315 881 1598 314 880 1602 318 884 1598 313 765 1604 237 762 1603 262 887 1603 323 763 1605 251 888 1606 322 889 1605 325 763 1608 251 766 1607 249 888 1607 322 762 1603 262 889 1609 325 887 1603 323 888 1611 322 890 1610 324 889 1610 325 890 1610 324 887 1612 323 889 1610 325 766 1613 249 765 1614 237 887 1613 323 762 1615 262 763 1605 251 889 1605 325 635 1618 327 891 1617 342 597 1616 286 892 1619 343 891 1617 342 635 1618 327 628 1621 319 622 1247 315 893 1620 344 891 1617 342 894 1622 345 597 1616 286 595 1196 288 597 1616 286 641 1200 335 766 1607 249 890 1623 324 888 1607 322 637 1624 331 892 1619 343 635 1618 327 597 1616 286 894 1622 345 641 1200 335 895 1626 348 896 1625 347 897 1625 346 896 1625 347 898 1627 349 897 1625 346 761 1628 252 760 1629 258 898 1628 349 768 1631 256 767 1630 253 897 1630 346 776 1633 235 772 1632 233 899 1632 350 764 1634 262 900 1635 325 901 1634 323 896 1636 347 761 1628 252 898 1628 349 772 1632 233 902 1637 351 899 1632 350 872 1575 226 903 1638 352 774 1448 232 761 1639 252 896 1640 347 895 1639 348 890 1641 324 766 1613 249 887 1613 323 903 1638 352 775 1447 260 774 1448 232 760 1643 258 768 1642 256 898 1642 349 767 1630 253 895 1644 348 897 1630 346 767 1645 253 761 1639 252 895 1639 348 768 1642 256 897 1646 346 898 1642 349 599 1649 290 904 1648 353 598 1647 289 598 1647 289 905 1651 355 906 1650 354 907 1653 356 908 1652 155 599 1649 290 904 1648 353 905 1651 355 598 1647 289 638 1656 233 636 1655 235 909 1654 228 909 1654 236 910 1658 234 629 1657 235 636 1655 326 598 1647 289 906 1650 354 636 1655 235 906 1650 234 909 1654 228 638 1656 289 629 1657 326 637 1624 286 636 1655 326 635 1618 327 597 1616 286 621 1659 312 622 1247 315 614 1245 303 629 1657 326 628 1621 327 637 1624 286 639 1197 333 907 1653 356 595 1196 288 908 1652 155 904 1648 353 599 1649 290 598 1647 289 636 1655 326 597 1616 286 907 1653 356 599 1649 290 595 1196 288 622 1247 315 621 1659 312 911 1660 357 617 1244 306 912 1662 359 913 1661 358 661 1249 337 914 1663 360 617 1244 306 621 1659 312 913 1661 358 911 1660 357 637 1624 331 628 1621 319 892 1619 343 622 1247 315 911 1660 357 893 1620 344 621 1659 312 617 1244 306 913 1661 358 628 1621 319 893 1620 344 892 1619 343 629 1657 320 910 1658 361 624 1246 313 915 1665 363 916 1664 362 614 1245 303 638 1656 249 909 1654 236 629 1657 235 910 1658 361 915 1665 363 624 1246 313 612 1167 305 614 1245 303 630 1185 321 914 1663 360 912 1662 359 617 1244 306 624 1246 313 915 1665 363 614 1245 303 614 1245 303 916 1664 362 630 1185 321 821 1668 203 793 1667 201 833 1666 207 793 1667 201 779 1669 222 833 1666 207 828 1672 223 789 1671 198 831 1670 204 811 1675 224 832 1674 211 813 1673 210 828 1672 223 826 1677 221 808 1676 213 785 1679 218 787 1678 215 779 1669 222 816 1680 205 828 1672 223 831 1670 204 826 1677 221 829 1681 220 808 1676 213 831 1670 204 821 1668 203 917 1682 202 816 1680 205 831 1670 204 917 1682 202 833 1666 207 818 1683 206 917 1682 202 821 1668 203 833 1666 207 917 1682 202 805 1686 209 782 1685 200 807 1684 208 832 1674 211 781 1687 199 813 1673 210 816 1680 205 917 1682 202 823 1688 212 782 1685 200 808 1676 213 807 1684 208 812 1690 200 825 1689 199 784 1689 198 829 1691 199 918 1692 201 919 1691 198 919 1694 200 918 1693 199 814 1693 198 825 1689 199 785 1695 201 784 1689 198 819 1697 200 818 1696 199 834 1696 198 821 1491 199 831 1698 201 822 1491 198 830 1699 200 829 1691 199 919 1691 198 818 1696 199 833 1700 201 834 1696 198 781 1687 199 832 1674 211 793 1667 201 781 1687 199 793 1667 201 789 1671 198 832 1674 211 785 1679 218 779 1669 222 832 1674 211 779 1669 222 793 1667 201 808 1676 213 782 1685 200 828 1672 223 918 1693 199 807 1701 201 814 1693 198 782 1685 200 781 1687 199 789 1671 198 782 1685 200 789 1671 198 828 1672 223 770 1703 225 774 1702 232 920 1702 341 771 1704 240 921 1705 216 917 1704 202 803 1473 261 922 1706 364 768 1442 256 774 1702 232 923 1707 214 920 1702 341 771 1709 240 770 1708 225 921 1708 216 774 1710 232 773 1711 229 917 1710 202 773 1712 229 771 1704 240 917 1704 202 770 1708 225 920 1713 341 921 1708 216 764 1715 239 776 1714 235 900 1714 365 902 1716 318 901 1717 314 900 1716 317 899 1718 316 902 1716 318 900 1716 317 777 1719 237 764 1634 262 901 1634 323 902 1721 351 772 1720 233 901 1720 366 922 1706 364 791 1461 255 768 1442 256 776 1714 235 899 1722 350 900 1714 365 772 1720 233 777 1723 244 901 1720 366 787 1678 215 923 1724 214 818 1683 206 823 1688 212 917 1682 202 921 1725 216 785 1679 218 825 1726 217 923 1724 214 787 1678 215 785 1679 218 923 1724 214 829 1681 220 921 1725 216 918 1727 219 818 1683 206 923 1724 214 917 1682 202 826 1677 221 823 1688 212 921 1725 216 829 1681 220 826 1677 221 921 1725 216 807 1684 208 918 1727 219 920 1728 341 805 1686 209 807 1684 208 920 1728 341 923 1729 214 774 1710 232 917 1710 202 918 1727 219 921 1725 216 920 1728 341 811 1675 224 920 1728 341 825 1726 217 825 1726 217 920 1728 341 923 1724 214 813 1673 210 805 1686 209 920 1728 341 811 1675 224 813 1673 210 920 1728 341 924 1732 117 925 1731 117 926 1730 135 925 1731 117 927 1733 135 926 1730 135 928 1736 155 929 1735 83 930 1734 3 931 1739 155 932 1738 154 933 1737 117 930 1741 3 934 1740 4 931 1739 155 934 1740 4 935 1743 89 936 1742 157 931 1744 155 928 1736 155 930 1734 3 934 1740 4 932 1738 158 931 1739 155 932 1738 154 937 1745 60 933 1737 117 936 1742 153 938 1746 114 937 1745 60 933 1748 117 939 1747 135 925 1731 117 937 1745 60 939 1749 135 933 1737 117 940 1752 152 941 1751 151 942 1750 145 940 1752 152 942 1750 145 936 1753 153 932 1738 154 936 1742 153 937 1745 60 942 1750 145 938 1754 114 936 1753 153 943 1757 156 944 1756 126 945 1755 127 933 1758 117 943 1757 156 945 1755 127 931 1761 118 946 1760 119 947 1759 123 948 1762 155 931 1761 118 947 1759 123 949 1765 12 950 1764 17 951 1763 11 952 1766 13 949 1765 12 951 1763 11 953 1767 5 310 589 4 295 590 3 954 1768 6 953 1767 5 295 590 3 955 1770 90 956 1769 159 940 1752 152 955 1770 90 940 1752 152 936 1753 157 932 1738 158 934 1740 4 936 1742 157 936 1753 157 935 1771 89 955 1770 90 957 1774 128 946 1773 119 945 1772 127 958 1775 124 957 1774 128 945 1772 127 959 1776 85 929 1735 83 928 1736 155 960 1777 155 959 1776 85 928 1736 155 961 1780 33 962 1779 12 963 1778 111 964 1781 111 961 1780 33 963 1778 111 965 1784 13 966 1783 14 967 1782 107 968 1785 108 965 1784 13 967 1782 107 969 1788 131 970 1787 27 971 1786 32 972 1789 132 969 1788 131 971 1786 32 968 1785 108 963 1791 110 962 1790 12 965 1784 13 968 1785 108 962 1790 12 973 1794 66 974 1793 71 975 1792 59 976 1797 60 977 1796 114 978 1795 113 979 1800 26 970 1799 112 934 1798 4 979 1800 26 934 1798 4 980 1801 5 966 1783 14 981 1803 15 982 1802 109 967 1782 107 966 1783 14 982 1802 109 976 1797 60 978 1795 113 973 1794 66 976 1797 60 973 1794 66 975 1792 59 945 1772 127 946 1773 119 933 1737 117 946 1760 119 957 1805 128 983 1804 122 984 1806 116 985 1806 115 986 1806 34 946 1773 119 931 1739 118 933 1737 117 945 1755 127 944 1756 126 958 1807 124 939 1747 135 927 1733 135 925 1731 117 947 1759 123 946 1760 119 983 1804 122 944 1756 126 987 1808 125 958 1807 124 988 1811 134 985 1810 133 984 1809 72 989 1812 65 988 1811 134 984 1809 72 972 1789 129 971 1786 32 986 1813 34 985 1814 130 972 1789 129 986 1813 34 989 1812 65 973 1816 66 978 1815 120 988 1811 121 989 1812 65 978 1815 120 964 1817 111 984 1818 116 986 1817 34 961 1819 33 964 1817 111 986 1817 34 990 1822 56 991 1821 54 992 1820 57 993 1823 58 990 1822 56 992 1820 57 994 1826 53 954 1825 6 995 1824 52 996 1827 55 994 1826 53 995 1824 52 997 1830 75 998 1829 69 999 1828 74 1000 1831 76 997 1830 75 999 1828 74 939 1749 61 937 1745 60 1001 1832 59 1002 1833 80 939 1749 61 1001 1832 59 1003 1836 51 1004 1835 29 1005 1834 26 1006 1837 62 1003 1836 51 1005 1834 26 1006 1840 62 1005 1839 26 953 1838 5 1007 1841 63 1006 1840 62 953 1838 5 1008 1844 16 1009 1843 35 1004 1842 29 1003 1845 51 1008 1844 16 1004 1842 29 996 1848 55 995 1847 52 991 1846 54 990 1849 56 996 1848 55 991 1846 54 1010 1852 65 1011 1851 72 1012 1850 70 1013 1853 64 1010 1852 65 1012 1850 70 1014 1855 66 1013 1853 64 1015 1854 67 1016 1856 73 1012 1850 70 1011 1851 72 999 1859 74 998 1858 69 1016 1857 73 1017 1862 144 1018 1861 143 1019 1860 142 1013 1853 64 1012 1850 70 1020 1863 68 998 1858 69 1012 1864 70 1016 1857 73 997 1865 75 1021 1866 82 1013 1865 64 1020 1867 68 997 1865 75 1013 1865 64 1022 1870 79 1023 1869 78 1024 1868 77 1025 1871 81 1022 1870 79 1024 1868 77 1015 1854 67 1026 1872 71 1014 1855 66 1014 1855 66 1010 1852 65 1013 1853 64 998 1873 69 997 1874 75 1020 1873 68 1012 1875 70 998 1873 69 1020 1873 68 1027 1878 31 1028 1877 34 1029 1876 32 1027 1878 31 1029 1876 32 1030 1879 28 1004 1835 29 1030 1879 28 1005 1834 26 1028 1877 34 1027 1878 31 1031 1880 33 1027 1883 31 950 1882 17 1031 1881 33 1017 1862 88 1032 1884 87 1018 1861 86 1033 1885 30 1027 1878 31 1030 1879 28 950 1882 17 949 1886 12 1031 1881 33 1030 1887 28 1034 1888 36 951 1887 11 1033 1889 30 1030 1887 28 951 1887 11 1008 1892 16 1035 1891 15 1036 1890 14 1009 1893 35 1008 1892 16 1036 1890 14 1030 1879 28 1029 1876 32 1037 1894 27 1030 1879 28 1037 1894 27 1005 1834 26 1033 1895 30 951 1896 11 950 1895 17 1027 1897 31 1033 1895 30 950 1895 17 991 1821 54 1038 1898 85 992 1820 57 1007 1899 63 953 1767 5 954 1768 6 954 1825 6 295 1900 3 995 1824 52 1038 1898 85 1039 1901 84 992 1820 57 951 1763 11 1034 1902 36 1036 1890 14 951 1763 11 1036 1890 14 952 1766 13 994 1903 53 1007 1899 63 954 1768 6 1034 1902 36 1009 1893 35 1036 1890 14 311 595 89 1032 1884 87 1017 1862 88 995 1847 52 294 1905 83 1038 1904 85 1017 1862 88 312 594 90 311 595 89 311 595 89 1040 1906 91 1032 1884 87 1009 1843 35 1034 1907 36 1004 1842 29 295 1900 3 294 1908 83 995 1824 52 991 1846 54 995 1847 52 1038 1904 85 1034 1907 36 1030 1909 28 1004 1842 29 1041 1912 29 1042 1911 28 979 1910 26 986 1915 34 1043 1914 31 961 1913 33 1042 1911 28 971 1917 32 970 1916 27 1042 1911 28 970 1916 27 979 1910 26 1044 1918 30 1043 1914 31 1042 1911 28 1045 1919 17 962 1779 12 961 1780 33 1043 1914 31 986 1915 34 971 1917 32 1043 1914 31 971 1917 32 1042 1911 28 1046 1922 16 981 1921 15 966 1920 14 1047 1923 35 1046 1922 16 966 1920 14 962 1926 12 1045 1925 17 1048 1924 11 965 1927 13 962 1926 12 1048 1924 11 1044 1928 30 1048 1929 11 1045 1928 17 1043 1930 31 1044 1928 30 1045 1928 17 1042 1931 28 1049 1932 36 1048 1931 11 1044 1933 30 1042 1931 28 1048 1931 11 1050 1936 6 930 1935 3 1051 1934 52 1052 1939 85 1053 1938 84 1054 1937 57 1047 1942 35 1049 1941 36 1041 1940 29 930 1935 3 929 1943 83 1051 1934 52 1055 1946 53 1056 1945 63 1050 1944 6 1049 1947 36 1047 1923 35 966 1920 14 1057 1948 54 1052 1939 85 1054 1937 57 1056 1945 63 980 1949 5 1050 1944 6 1058 1950 88 955 1770 90 935 1771 89 935 1771 89 969 1952 91 972 1951 87 1043 1953 31 1045 1919 17 961 1780 33 1058 1950 88 972 1951 87 985 1954 86 1057 1957 54 1051 1956 52 1052 1955 85 1049 1941 36 1042 1958 28 1041 1940 29 935 1771 89 972 1951 87 1058 1950 88 1051 1956 52 929 1959 83 1052 1955 85 235 407 155 1059 1960 154 236 406 117 1060 1963 117 1061 1962 135 1062 1961 135 1063 1964 117 1060 1963 117 1062 1961 135 1064 1967 152 1065 1966 151 1066 1965 145 235 1970 155 1067 1969 155 221 1968 3 220 359 4 1059 1960 158 235 407 155 1064 1967 152 1066 1965 145 1068 1971 153 1067 1969 155 223 1972 83 221 1968 3 236 1974 117 1069 1973 135 1060 1963 117 976 1976 60 1069 1975 135 236 406 117 243 1977 127 240 418 126 242 416 124 1069 1973 135 1061 1962 135 1060 1963 117 1059 1960 154 1068 1978 153 976 1976 60 1066 1965 145 977 1979 114 1068 1971 153 1059 1960 154 976 1976 60 236 406 117 1068 1978 153 977 1980 114 976 1976 60 235 1981 118 234 414 119 238 415 123 1070 1982 155 235 1981 118 238 415 123 244 1983 128 234 408 119 243 419 127 242 1984 124 244 1983 128 243 419 127 980 1949 5 934 1740 4 930 1741 3 1050 1944 6 980 1949 5 930 1741 3 1071 1985 156 240 418 126 243 1977 127 236 1986 117 1071 1985 156 243 1977 127 1059 1960 158 220 359 4 1068 1978 157 1068 1971 157 229 381 89 230 383 90 221 358 3 220 359 4 235 407 155 220 359 4 229 1987 89 1068 1978 157 1072 1988 85 223 1972 83 1067 1969 155 1073 1989 155 1072 1988 85 1067 1969 155 230 383 90 1074 1990 159 1064 1967 152 230 383 90 1064 1967 152 1068 1971 157 1075 1993 80 1076 1992 136 1069 1991 61 1077 1996 139 1078 1995 141 1079 1994 137 1080 1999 79 1081 1998 67 1082 1997 82 1076 1992 136 1061 2000 135 1069 1991 61 1083 2003 150 1084 2002 140 975 2001 59 1085 2006 75 968 2005 76 967 2004 78 1086 2007 138 1077 1996 139 1079 1994 137 1084 2002 140 1075 2008 80 975 2001 59 977 1979 114 1066 1965 145 1058 1950 144 988 2010 142 978 2009 113 977 1979 114 963 1778 74 1087 2011 69 964 1781 73 1058 1950 144 985 1954 143 988 2010 142 1086 2014 138 1079 2013 137 1076 2012 136 1081 1998 67 1088 2015 64 1082 1997 82 1058 1950 144 988 2010 142 977 1979 114 1079 2013 137 1061 2016 135 1076 2012 136 1089 2017 148 1076 1992 136 1075 1993 80 1084 2018 140 1089 2017 148 1075 1993 80 1090 2019 146 1081 1998 67 1080 1999 79 1091 2020 81 1090 2019 146 1080 1999 79 969 2022 91 935 2021 89 934 1798 4 970 1799 112 969 2022 91 934 1798 4 1092 2023 149 1077 1996 139 1086 2007 138 1093 2024 147 1092 2023 149 1086 2007 138 1083 2025 150 975 1792 59 974 1793 71 1094 2026 150 1083 2025 150 974 1793 71 1085 2006 75 967 2004 78 1080 2027 79 1085 2006 75 1080 2027 79 1082 2028 82 1093 2029 147 1086 2014 138 1076 2012 136 1089 2030 148 1093 2029 147 1076 2012 136 1094 2033 150 974 2032 71 1081 2031 67 1090 2034 146 1094 2033 150 1081 2031 67 1055 2035 53 1050 1936 6 1051 1934 52 1095 2036 55 1055 2035 53 1051 1934 52 1046 2037 16 1047 1942 35 1041 1940 29 1096 2038 51 1046 2037 16 1041 1940 29 1069 1975 61 976 1976 60 975 2001 59 1075 2008 80 1069 1975 61 975 2001 59 1097 2039 56 1057 1948 54 1054 1937 57 1098 2040 58 1097 2039 56 1054 1937 57 1099 2041 62 979 1800 26 980 1801 5 1056 2042 63 1099 2041 62 980 1801 5 1048 1924 11 1049 1947 36 966 1920 14 1048 1924 11 966 1920 14 965 1927 13 1095 2043 55 1051 1956 52 1057 1957 54 1097 2044 56 1095 2043 55 1057 1957 54 1096 2045 51 1041 1912 29 979 1910 26 1099 2046 62 1096 2045 51 979 1910 26 973 2048 66 1088 2047 64 1081 2031 67 964 2051 73 1100 2050 70 984 2049 72 1081 2031 67 974 2032 71 973 2048 66 973 2048 66 989 2052 65 1088 2047 64 1088 2047 64 1100 2050 70 1101 2053 68 1087 2011 69 1100 2054 70 964 1781 73 989 2052 65 984 2049 72 1100 2050 70 1088 2047 64 989 2052 65 1100 2050 70 1080 2027 79 967 2004 78 982 2055 77 1091 2056 81 1080 2027 79 982 2055 77 1085 2006 75 1087 2058 69 963 2057 74 968 2005 76 1085 2006 75 963 2057 74 1087 2059 69 1085 2060 75 1101 2059 68 1100 2061 70 1087 2059 69 1101 2059 68 1085 2062 75 1082 2063 82 1088 2062 64 1101 2064 68 1085 2062 75 1088 2062 64 1103 2066 369 1109 2066 368 1104 2065 367 1102 2065 370 1103 2066 369 1104 2065 367 1105 2069 373 1106 2068 372 1107 2067 371 1108 2070 375 1121 2070 374 1109 2066 368 1103 2066 369 1108 2070 375 1109 2066 368 1110 2073 378 1111 2072 377 1112 2071 376 1111 2072 377 1110 2073 378 1113 2074 379 1114 2075 380 1105 2069 373 1107 2067 371 1111 2072 377 1108 2076 381 1112 2071 376 1115 2079 384 1116 2078 383 1117 2077 382 1118 2080 385 1115 2079 384 1117 2077 382 1117 2077 382 1119 2082 387 1120 2081 386 1116 2078 383 1114 2083 380 1117 2077 382 1114 2083 380 1107 2084 371 1117 2077 382 1120 2081 386 1118 2080 385 1117 2077 382 1107 2084 371 1119 2082 387 1117 2077 382 1119 2087 390 1107 2086 389 1122 2085 388 1123 2090 392 1124 2089 391 1118 2088 385 1108 2093 395 1103 2092 394 1112 2091 393 1107 2086 389 1106 2094 396 1122 2085 388 1125 2097 399 1126 2096 398 1127 2095 397 1126 2096 398 1125 2097 399 1128 2098 400 1120 2099 386 1123 2090 392 1118 2088 385 1126 2096 398 1104 2100 401 1127 2095 397 1114 2075 380 1116 2101 383 1105 2069 373 1122 2085 404 1129 2103 403 1130 2102 402 1121 2104 405 1111 2072 377 1113 2074 379 1116 2101 383 1131 2105 406 1105 2069 373 1132 2107 408 1103 2092 394 1128 2106 407 1103 2092 394 1132 2107 408 1112 2091 393 1119 2087 390 1122 2085 404 1130 2102 402 1103 2092 394 1102 2108 409 1128 2106 407 1065 2110 412 1133 2109 411 1066 2109 410 956 2111 415 955 2112 414 1134 2111 413 955 2114 414 1058 2113 416 1134 2113 413 1133 2109 411 1135 2115 417 1066 2109 410 1136 2118 420 1137 2117 419 1138 2116 418 1139 2119 423 1140 2120 422 1141 2119 421 1142 2121 424 956 2111 415 1134 2111 413 1137 2117 419 1141 2122 421 1138 2116 418 1143 2125 426 1144 2124 425 1134 2123 413 1135 2127 417 1133 2126 427 1144 2124 425 1145 2130 430 1133 2129 429 1074 2128 428 1144 2124 425 1142 2131 431 1134 2123 413 1066 2133 410 1135 2132 417 1058 2132 432 1058 2113 416 1143 2134 426 1134 2113 413 1143 2125 426 1135 2127 417 1144 2124 425 1135 2132 417 1143 2135 426 1058 2132 432 1146 2138 435 1109 2137 434 1113 2136 433 1109 2137 434 1146 2138 435 1127 2139 436 1115 2142 384 1147 2141 437 1116 2140 383 1109 2137 434 1121 2143 438 1113 2136 433 1115 2142 384 1118 2144 385 1147 2141 437 1119 2082 387 1130 2145 439 1120 2081 386 1104 2146 440 1109 2137 434 1127 2139 436 1118 2144 385 1124 2147 391 1147 2141 437 1136 2150 420 1148 2149 441 1149 2148 429 1149 2148 429 941 2152 442 956 2151 428 1137 2153 419 1139 2119 423 1141 2119 421 1136 2150 420 1138 2154 418 1148 2149 441 1142 2155 430 1149 2148 429 956 2151 428 1147 2141 437 1131 2156 406 1116 2140 383 1142 2155 430 1144 2157 443 1136 2150 420 1142 2155 430 1136 2150 420 1149 2148 429 746 2159 235 748 2158 233 1150 2158 350 736 2160 262 1151 2161 325 1152 2160 323 1153 2163 347 741 2162 252 1154 2162 349 748 2158 233 1155 2164 351 1150 2158 350 736 2166 239 746 2165 235 1151 2165 365 1155 2167 318 1152 2168 314 1151 2167 317 1150 2169 316 1155 2167 318 1151 2167 317 721 2170 237 736 2160 262 1152 2160 323 738 2172 258 757 2171 256 1154 2171 349 739 2173 253 1156 2174 348 1157 2173 346 739 2176 253 741 2175 252 1156 2175 348 757 2171 256 1157 2177 346 1154 2171 349 1156 2179 348 1153 2178 347 1157 2178 346 1153 2178 347 1154 2180 349 1157 2178 346 741 2162 252 738 2181 258 1154 2162 349 757 2182 256 739 2173 253 1157 2173 346 719 2184 240 728 2183 225 714 2183 216 731 2185 232 724 2186 229 716 2185 202 724 2188 229 719 2187 240 716 2187 202 728 2183 225 717 2189 341 714 2183 216 690 1363 208 689 1341 219 717 1354 341 703 1356 209 690 1363 208 717 1354 341 715 2190 214 731 2185 232 716 2185 202 689 1341 219 714 1342 216 717 1354 341 1155 2192 351 748 2191 233 1152 2191 366 1158 2193 364 759 1431 255 757 1426 256 746 2165 235 1150 2194 350 1151 2165 365 748 2191 233 721 2195 244 1152 2191 366 728 2197 225 731 2196 232 717 2196 341 719 2187 240 714 2198 216 716 2187 202 758 1428 261 1158 2193 364 757 1426 256 731 2196 232 715 2199 214 717 2196 341 1123 2202 392 1125 2201 444 1124 2200 391 1106 2205 396 1112 2204 393 1132 2203 408 1127 2208 436 1146 2207 435 1124 2206 391 1125 2201 444 1127 2209 445 1124 2200 391 1105 2212 373 1110 2211 446 1106 2210 372 1129 2214 447 1128 2213 400 1125 2201 399 1122 2215 388 1106 2205 396 1132 2203 408 1110 2211 446 1112 2216 448 1106 2210 372 1120 2099 386 1130 2217 439 1123 2090 392 1131 2219 406 1113 2218 379 1110 2211 378 1102 2220 449 1126 2096 398 1128 2098 400 1130 2217 439 1129 2221 447 1123 2090 392 1147 2223 437 1146 2207 450 1131 2222 406 1146 2207 435 1147 2223 437 1124 2206 391 1105 2212 373 1131 2219 406 1110 2211 378 1146 2207 450 1113 2224 451 1131 2222 406 1159 2226 322 1160 2225 324 1161 2225 325 1160 2225 324 1162 2227 323 1161 2225 325 751 2228 249 732 2229 237 1162 2228 323 734 2231 262 750 2230 251 1161 2230 325 727 1372 226 1163 2232 352 731 1376 232 741 2175 252 1153 2233 347 1156 2175 348 1160 2234 324 751 2228 249 1162 2228 323 1163 2232 352 755 1425 260 731 1376 232 1122 2215 404 1132 2203 452 1129 2235 403 751 2236 249 1160 2237 324 1159 2236 322 1123 2202 392 1129 2214 447 1125 2201 399 1132 2203 452 1128 2238 453 1129 2235 403 732 2240 237 734 2239 262 1162 2239 323 750 2230 251 1159 2241 322 1161 2230 325 750 2242 251 751 2236 249 1159 2236 322 734 2239 262 1161 2243 325 1162 2239 323 1000 2246 108 999 2245 110 949 2244 12 952 2247 13 1000 2246 108 949 2244 12 1031 1881 33 949 1886 12 999 1859 111 1016 1857 111 1031 1881 33 999 1859 111 1032 2250 129 1029 2249 32 1028 2248 34 1018 2251 130 1032 2250 129 1028 2248 34 1040 2253 131 1037 2252 27 1029 2249 32 1032 2250 132 1040 2253 131 1029 2249 32 937 2256 60 1164 2255 113 1014 2254 66 937 2256 60 1014 2254 66 1001 2257 59 1014 2254 66 1026 2258 71 1001 2257 59 937 2256 60 938 2259 114 1164 2255 113 952 2247 13 1036 2261 14 1023 2260 107 1000 2246 108 952 2247 13 1023 2260 107 1036 2261 14 1035 2263 15 1024 2262 109 1023 2260 107 1036 2261 14 1024 2262 109 1165 2266 426 1166 2265 417 1148 2264 425 1167 2267 410 1166 2268 417 1165 2267 426 1165 2266 426 1148 2264 425 1168 2269 413 1166 2265 417 1149 2270 427 1148 2264 425 312 2272 414 1017 2271 416 1168 2271 413 1149 2273 411 1166 2274 417 1167 2273 410 1017 2275 432 1167 2267 410 1165 2267 426 1017 2271 416 1165 2276 426 1168 2271 413 1016 2277 111 1011 2278 116 1028 2277 34 1031 2279 33 1016 2277 111 1028 2277 34 1019 2282 134 1018 2281 133 1011 2280 72 1010 2283 65 1019 2282 134 1011 2280 72 1011 2284 116 1018 2284 115 1028 2284 34 1148 2264 425 1169 2285 431 1168 2269 413 1010 2283 65 1014 2287 66 1164 2286 120 1019 2282 121 1010 2283 65 1164 2286 120 1170 2290 138 1171 2289 139 1172 2288 137 1173 2291 140 1002 1833 80 1001 1832 59 1002 2294 80 1174 2293 136 939 2292 61 1171 2289 139 1175 2295 141 1172 2288 137 997 1830 75 1023 1869 78 1022 1870 79 997 1830 75 1022 1870 79 1021 2296 82 1176 2297 150 1173 2291 140 1001 1832 59 997 1830 75 1000 1831 76 1023 1869 78 1017 1862 144 1019 1860 142 938 1754 114 1172 2300 137 927 2299 135 1174 2298 136 938 1754 114 942 1750 145 1017 1862 144 1019 1860 142 1164 2301 113 938 1754 114 1022 2304 79 1015 2303 67 1021 2302 82 1174 2293 136 927 2305 135 939 2292 61 1170 2306 138 1172 2300 137 1174 2298 136 1015 2303 67 1013 2307 64 1021 2302 82 1177 2308 149 1171 2289 139 1170 2290 138 1178 2309 147 1177 2308 149 1170 2290 138 1179 2310 148 1174 2293 136 1002 2294 80 1173 2311 140 1179 2310 148 1002 2294 80 1005 1839 26 1037 2313 112 310 2312 4 1005 1839 26 310 2312 4 953 1838 5 1040 2315 91 311 2314 89 310 2312 4 1037 2313 112 1040 2315 91 310 2312 4 1180 2316 150 1026 1872 71 1015 1854 67 1181 2317 146 1180 2316 150 1015 1854 67 1176 2318 150 1001 2257 59 1026 2258 71 1180 2319 150 1176 2318 150 1026 2258 71 1181 2320 146 1015 2303 67 1022 2304 79 1025 2321 81 1181 2320 146 1022 2304 79 1178 2322 147 1170 2306 138 1174 2298 136 1179 2323 148 1178 2322 147 1174 2298 136 1182 2326 430 1183 2325 429 324 2324 428 1184 2329 425 1145 2328 431 1185 2327 413 1182 2326 430 1186 2331 443 1187 2330 420 1182 2326 430 1187 2330 420 1183 2325 429 1188 2333 426 1189 2332 417 1184 2329 425 252 2334 410 1189 2335 417 1188 2334 426 1188 2333 426 1184 2329 425 1185 2327 413 1189 2332 417 1183 2336 427 1184 2329 425 1187 2339 420 1190 2338 419 1191 2337 418 1192 2340 423 1193 2341 422 1194 2340 421 1182 2343 424 324 2342 415 1195 2342 413 1190 2338 419 1194 2344 421 1191 2337 418 1187 2330 420 1184 2345 441 1183 2325 429 1183 2325 429 318 2346 442 324 2324 428 1190 2347 419 1192 2340 423 1194 2340 421 1187 2330 420 1191 2348 418 1184 2345 441 1194 2350 419 1193 2349 423 1137 2349 421 1191 2353 420 1136 2352 418 1144 2351 441 1191 2337 420 1194 2344 419 1136 2118 418 1193 2349 423 1139 2354 422 1137 2349 421 1145 2130 430 1184 2355 443 1191 2353 420 1145 2130 430 1191 2353 420 1133 2129 429 1191 2353 420 1144 2351 441 1133 2129 429 1133 2129 429 1065 2356 442 1074 2128 428 230 2358 414 226 2357 416 1185 2357 413 1183 2359 411 1189 2360 417 252 2359 410 226 2361 432 252 2334 410 1188 2334 426 226 2357 416 1188 2362 426 1185 2357 413 1145 2364 424 1074 2363 415 1185 2363 413 1194 2344 419 1137 2117 421 1136 2118 418 318 2365 412 1183 2359 411 252 2359 410 1074 2363 415 230 2366 414 1185 2363 413 1169 2369 430 1148 2368 443 1138 2367 420 1169 2369 430 1138 2367 420 1196 2370 429 1138 2367 420 1186 2371 441 1196 2370 429 1196 2370 429 287 2373 442 313 2372 428 1139 2375 456 1193 2374 455 1197 2374 454 1140 2376 457 1139 2377 456 1197 2376 454 1169 2369 430 1196 2370 429 313 2372 428 1193 2374 455 1198 2378 458 1197 2374 454 1169 2380 424 313 2379 415 1168 2379 413 1141 2122 419 1190 2338 421 1187 2339 418 941 2381 412 1149 2273 411 1167 2273 410 313 2379 415 312 2382 414 1168 2379 413 1141 2384 419 1140 2383 423 1190 2383 421 1138 2367 420 1187 2385 418 1186 2371 441 1138 2116 420 1141 2122 419 1187 2339 418 1140 2383 423 1192 2386 422 1190 2383 421 94 2388 432 1199 2387 410 1200 2387 426 94 2389 416 1200 2390 426 1195 2389 413 1200 2393 426 1201 2392 417 1186 2391 425 1199 2387 410 1201 2394 417 1200 2387 426 287 2396 412 1196 2395 411 1199 2395 410 324 2342 415 97 2397 414 1195 2342 413 97 2398 414 94 2389 416 1195 2389 413 1196 2395 411 1201 2399 417 1199 2395 410 1202 2401 461 1192 2400 460 1203 2400 459 1192 2402 460 1202 2403 461 1198 2402 458 1203 2404 459 1140 2376 457 1197 2376 454 1192 2400 460 1140 2405 457 1203 2400 459 1200 2393 426 1186 2391 425 1195 2406 413 1201 2392 417 1196 2407 427 1186 2391 425 1193 2408 455 1192 2402 460 1198 2402 458 1186 2391 425 1182 2409 431 1195 2406 413 1204 2412 224 1205 2411 341 1206 2410 217 1206 2410 217 1205 2411 341 1207 2413 214 1208 2415 210 1209 2414 209 1205 2411 341 1204 2412 224 1208 2415 210 1205 2411 341 1210 2417 215 1207 2413 214 1211 2416 206 1212 2420 212 1213 2419 202 1214 2418 216 1215 2421 218 1206 2410 217 1207 2413 214 1210 2417 215 1215 2421 218 1207 2413 214 1216 2423 240 1217 2422 225 1214 2422 216 1218 2424 232 1219 2425 229 1213 2424 202 1219 2427 229 1216 2426 240 1213 2426 202 1217 2422 225 1205 2428 341 1214 2422 216 1220 2430 208 1221 2429 219 1205 2411 341 1209 2414 209 1220 2430 208 1205 2411 341 1207 2431 214 1218 2424 232 1213 2424 202 1221 2429 219 1214 2418 216 1205 2411 341 1209 2414 209 1222 2432 200 1220 2430 208 1223 2434 211 1224 2433 199 1208 2415 210 1225 2435 205 1213 2419 202 1212 2420 212 1222 2432 200 1226 2436 213 1220 2430 208 1227 2439 203 1228 2438 201 1229 2437 207 1228 2438 201 1230 2440 222 1229 2437 207 1231 2443 223 1232 2442 198 1233 2441 204 1204 2412 224 1223 2434 211 1208 2415 210 1234 2444 220 1214 2418 216 1221 2429 219 1211 2416 206 1207 2413 214 1213 2419 202 1235 2445 221 1212 2420 212 1214 2418 216 1234 2444 220 1235 2445 221 1214 2418 216 1233 2441 204 1227 2439 203 1213 2419 202 1225 2435 205 1233 2441 204 1213 2419 202 1229 2437 207 1211 2416 206 1213 2419 202 1227 2439 203 1229 2437 207 1213 2419 202 1236 2447 258 1237 2446 256 1238 2446 349 1239 2448 253 1240 2449 348 1241 2448 346 1239 2451 253 1242 2450 252 1240 2450 348 1237 2446 256 1241 2452 346 1238 2446 349 1240 2454 348 1243 2453 347 1241 2453 346 1243 2453 347 1238 2455 349 1241 2453 346 1242 2456 252 1236 2457 258 1238 2456 349 1237 2458 256 1239 2448 253 1241 2448 346 1244 2460 322 1245 2459 324 1246 2459 325 1245 2459 324 1247 2461 323 1246 2459 325 1248 2462 249 1249 2463 237 1247 2462 323 1250 2465 262 1251 2464 251 1246 2464 325 1252 2468 226 1253 2467 352 1218 2466 232 1242 2450 252 1243 2469 347 1240 2450 348 1245 2470 324 1248 2462 249 1247 2462 323 1253 2467 352 1254 2471 260 1218 2466 232 1255 2473 351 1256 2472 233 1257 2472 366 1258 2476 364 1259 2475 255 1237 2474 256 1260 2478 316 1255 2477 318 1261 2477 317 1255 2477 318 1257 2479 314 1261 2477 317 1256 2472 233 1262 2480 244 1257 2472 366 1216 2426 240 1214 2481 216 1213 2426 202 1263 2482 261 1258 2476 364 1237 2474 256 1218 2483 232 1207 2484 214 1205 2483 341 1264 2486 235 1256 2485 233 1260 2485 350 1265 2487 262 1261 2488 325 1257 2487 323 1243 2489 347 1242 2456 252 1238 2456 349 1256 2485 233 1255 2490 351 1260 2485 350 1265 2492 239 1264 2491 235 1261 2491 365 1217 2493 225 1218 2483 232 1205 2483 341 1262 2494 237 1265 2487 262 1257 2487 323 1264 2491 235 1260 2495 350 1261 2491 365 1266 2497 200 1228 2496 199 1267 2496 198 1233 2498 199 1232 2499 201 1268 2498 198 1269 2501 200 1229 2500 199 1270 2500 198 1228 2496 199 1227 2502 201 1267 2496 198 1271 2504 200 1231 2503 199 1272 2503 198 1226 2505 199 1234 2506 201 1273 2505 198 1274 2507 200 1233 2498 199 1268 2498 198 1231 2503 199 1225 2508 201 1272 2503 198 1275 2510 200 1222 2509 199 1276 2509 198 1208 2511 199 1224 2512 201 1277 2511 198 1278 2514 200 1220 2513 199 1279 2513 198 1222 2509 199 1209 2515 201 1276 2509 198 1280 2517 200 1223 2516 199 1281 2516 198 1229 2500 199 1230 2518 201 1270 2500 198 1282 2519 200 1208 2511 199 1277 2511 198 1223 2516 199 1204 2520 201 1281 2516 198 1268 2522 200 1232 2521 199 1266 2521 198 1237 2474 256 1259 2475 255 1283 2523 246 1277 2525 200 1224 2524 199 1275 2524 198 1232 2521 199 1228 2526 201 1266 2521 198 1236 2529 258 1242 2528 252 1250 2527 262 1242 2528 252 1251 2530 251 1250 2527 262 1265 2533 239 1249 2532 237 1248 2531 249 1239 2534 253 1237 2474 256 1283 2523 246 1284 2536 200 1235 2535 199 1271 2535 198 1215 2537 199 1223 2538 201 1280 2537 198 1279 2539 200 1226 2505 199 1273 2505 198 1235 2535 199 1231 2540 201 1271 2535 198 1270 2542 200 1230 2541 199 1285 2541 198 1224 2524 199 1222 2543 201 1275 2524 198 1286 2544 200 1215 2537 199 1280 2537 198 1230 2541 199 1210 2545 201 1285 2541 198 1226 2436 213 1222 2432 200 1231 2443 223 1221 2546 199 1220 2547 201 1278 2546 198 1222 2432 200 1224 2433 199 1232 2442 198 1222 2432 200 1232 2442 198 1231 2443 223 1287 2549 200 1206 2548 199 1286 2548 198 1234 2550 199 1221 2551 201 1288 2550 198 1288 2552 200 1221 2546 199 1278 2546 198 1206 2548 199 1215 2553 201 1286 2548 198 1231 2443 223 1235 2445 221 1226 2436 213 1215 2421 218 1210 2417 215 1230 2440 222 1225 2435 205 1231 2443 223 1233 2441 204 1235 2445 221 1234 2444 220 1226 2436 213 1224 2433 199 1223 2434 211 1228 2438 201 1224 2433 199 1228 2438 201 1232 2442 198 1223 2434 211 1215 2421 218 1230 2440 222 1223 2434 211 1230 2440 222 1228 2438 201 1289 2555 200 1212 2554 199 1284 2554 198 1204 2556 199 1206 2557 201 1287 2556 198 1285 2559 200 1210 2558 199 1290 2558 198 1212 2554 199 1235 2560 201 1284 2554 198 1276 2562 200 1209 2561 199 1282 2561 198 1220 2513 199 1226 2563 201 1279 2513 198 1281 2564 200 1204 2556 199 1287 2556 198 1209 2561 199 1208 2565 201 1282 2561 198 1290 2567 200 1211 2566 199 1269 2566 198 1227 2568 199 1233 2569 201 1274 2568 198 1273 2570 200 1234 2550 199 1288 2550 198 1211 2566 199 1229 2571 201 1269 2566 198 1272 2573 200 1225 2572 199 1289 2572 198 1210 2558 199 1211 2574 201 1290 2558 198 1267 2575 200 1227 2568 199 1274 2568 198 1225 2572 199 1212 2576 201 1289 2572 198 1291 2578 200 1292 2577 199 1293 2577 198 1294 2579 199 1295 2580 201 1296 2579 198 1297 2582 200 1298 2581 199 1299 2581 198 1292 2577 199 1300 2583 201 1293 2577 198 1301 2585 200 1297 2584 199 1302 2584 198 1303 2586 199 1304 2587 201 1295 2586 198 1305 2588 200 1294 2579 199 1296 2579 198 1297 2584 199 1299 2589 201 1302 2584 198 1306 2591 200 1307 2590 199 1308 2590 198 1309 2592 199 1310 2593 201 854 2592 198 1311 2596 293 1312 2595 340 1313 2594 292 1307 2590 199 862 2597 201 1308 2590 198 1314 2599 200 1306 2598 199 1315 2598 198 1298 2581 199 1316 2600 201 1299 2581 198 1317 2601 200 1309 2592 199 854 2592 198 1306 2598 199 1308 2602 201 1315 2598 198 1318 2604 200 1319 2603 199 861 2603 198 1320 2605 199 863 2606 201 1321 2605 198 1322 2608 200 1323 2607 199 1313 2607 198 1319 2603 199 1324 2609 201 861 2603 198 1298 2611 200 1325 2610 199 1316 2610 198 1291 2612 199 1293 2613 201 1326 2612 198 1327 2614 200 1320 2605 199 1321 2605 198 1325 2610 199 1328 2615 201 1316 2610 198 1320 2617 200 1317 2616 199 863 2616 198 1318 2618 199 861 2619 201 860 2618 198 1294 2620 200 1303 2586 199 1295 2586 198 1317 2616 199 854 2621 201 863 2616 198 1307 2623 200 1329 2622 199 862 2622 198 1323 2607 199 860 2624 201 1313 2607 198 1323 2625 200 1318 2618 199 860 2618 198 1329 2622 199 1311 2626 201 862 2622 198 1296 2629 302 1295 2628 301 851 2627 1 1300 2630 294 1296 2629 302 851 2627 1 1295 2628 301 1304 2632 300 852 2631 287 1295 2628 301 852 2631 287 851 2627 1 1316 2634 291 851 2627 1 1299 2633 2 862 1557 280 1311 2596 293 1313 2594 292 1293 2635 295 1300 2630 294 851 2627 1 1316 2634 291 1293 2635 295 851 2627 1 1302 2636 283 1299 2633 2 855 1550 0 1310 2637 284 1302 2636 283 855 1550 0 862 1557 280 856 1549 277 1308 2638 285 1299 2633 2 851 2627 1 855 1550 0 1315 2639 299 1308 2638 285 852 2631 287 1304 2632 300 1315 2639 299 852 2631 287 854 1551 281 1310 2637 284 855 1550 0 1308 2638 285 856 1549 277 852 2631 287 1321 2641 296 1328 2640 298 1310 2637 284 1326 2642 297 1328 2640 298 1321 2641 296 1312 2595 340 1311 2596 293 1304 2632 300 1328 2640 298 1302 2636 283 1310 2637 284 1313 2594 292 1330 2644 339 1324 2643 338 1312 2595 340 1330 2644 339 1313 2594 292 1324 2643 338 1326 2642 297 1321 2641 296 1330 2644 339 1326 2642 297 1324 2643 338 863 1558 282 861 1555 278 1321 2641 296 1316 2634 291 1328 2640 298 1326 2642 297 1293 2635 295 1316 2634 291 1326 2642 297 860 1556 279 862 1557 280 1313 2594 292 1296 2629 302 1300 2630 294 1312 2595 340 1311 2596 293 1315 2639 299 1304 2632 300 861 1555 278 1324 2643 338 1321 2641 296 1300 2630 294 1330 2644 339 1312 2595 340 845 1583 305 850 2645 303 878 1582 321 1331 2648 360 1332 2647 359 843 2646 306 884 2650 313 1333 2649 363 850 2645 303 850 2645 303 1334 2651 362 878 1582 321 885 2654 315 849 2653 312 1335 2652 357 843 2646 306 1332 2647 359 1336 2655 358 1337 2656 337 1331 2648 360 843 2646 306 849 2653 312 1336 2655 358 1335 2652 357 840 2659 233 841 2658 235 1338 2657 228 1338 2657 236 1339 2661 234 877 2660 235 841 2658 326 858 2663 289 1340 2662 354 841 2658 235 1340 2662 234 1338 2657 228 877 2660 320 1339 2661 361 884 2650 313 1333 2649 363 1334 2651 362 850 2645 303 840 2659 249 1338 2657 236 877 2660 235 1339 2661 361 1333 2649 363 884 2650 313 859 1560 288 857 2664 286 866 1565 335 1248 2665 249 1245 2666 324 1244 2665 322 837 2669 331 1341 2668 343 835 2667 327 857 2664 286 1342 2670 345 866 1565 335 1249 2672 237 1250 2671 262 1247 2671 323 1251 2464 251 1244 2673 322 1246 2464 325 1251 2674 251 1248 2665 249 1244 2665 322 1250 2671 262 1246 2675 325 1247 2671 323 837 2669 331 882 2676 319 1341 2668 343 885 2654 315 1335 2652 357 1343 2677 344 849 2653 312 843 2646 306 1336 2655 358 882 2676 319 1343 2677 344 1341 2668 343 835 2667 327 1344 2678 342 857 2664 286 1341 2668 343 1344 2678 342 835 2667 327 882 2676 319 885 2654 315 1343 2677 344 1344 2678 342 1342 2670 345 857 2664 286 1309 2680 200 1327 2679 199 1310 2679 198 1301 2681 199 1302 2682 201 1328 2681 198 1303 2684 200 1345 2683 199 1304 2683 198 1327 2679 199 1321 2685 201 1310 2679 198 1319 2687 200 1322 2686 199 1324 2686 198 1346 2688 199 1326 2689 201 1330 2688 198 1325 2690 200 1301 2681 199 1328 2681 198 1322 2686 199 1313 2691 201 1324 2686 198 1292 2693 200 1347 2692 199 1300 2692 198 1305 2694 199 1296 2695 201 1312 2694 198 1346 2696 200 1291 2612 199 1326 2612 198 1347 2692 199 1330 2697 201 1300 2692 198 1329 2699 200 1314 2698 199 1311 2698 198 1345 2683 199 1312 2700 201 1304 2683 198 1345 2701 200 1305 2694 199 1312 2694 198 1314 2698 199 1315 2702 201 1311 2698 198 864 1561 333 1348 2703 356 859 1560 288 1349 2706 155 1350 2705 353 853 2704 290 858 2663 289 841 2658 326 857 2664 286 841 2658 326 835 2667 327 857 2664 286 1348 2703 356 853 2704 290 859 1560 288 858 2663 289 1351 2707 355 1340 2662 354 1348 2703 356 1349 2706 155 853 2704 290 1350 2705 353 1351 2707 355 858 2663 289 845 1583 305 883 1589 310 843 2646 306 885 2654 315 884 2650 313 850 2645 303 849 2653 312 885 2654 315 850 2645 303 1347 2708 200 1346 2688 199 1330 2688 198 840 2659 289 877 2660 326 837 2669 286 853 2704 290 1350 2705 353 858 2663 289 883 1589 310 1337 2656 337 843 2646 306 877 2660 326 882 2676 327 837 2669 286 1352 2711 289 1353 2710 326 1354 2709 286 1355 2714 326 1356 2713 327 1357 2712 286 1358 2715 289 1355 2714 326 1357 2712 286 1359 2718 312 1360 2717 315 1361 2716 303 1360 2717 315 1362 2719 313 1361 2716 303 1363 2722 333 1364 2721 356 1365 2720 288 1353 2710 326 1366 2723 327 1354 2709 286 1364 2721 356 1367 2724 290 1365 2720 288 1368 2726 200 1369 2725 199 1370 2725 198 1371 2727 199 1372 2728 201 1373 2727 198 1374 2730 200 1375 2729 199 1376 2729 198 1369 2725 199 1377 2731 201 1370 2725 198 1378 2734 305 1379 2733 310 1380 2732 306 1381 2736 155 1382 2735 353 1367 2724 290 1383 2737 200 1371 2727 199 1373 2727 198 1379 2733 310 1384 2738 337 1380 2732 306 1353 2710 320 1385 2739 361 1362 2719 313 1386 2741 363 1387 2740 362 1361 2716 303 1352 2711 249 1388 2742 236 1353 2710 235 1385 2739 361 1386 2741 363 1362 2719 313 1378 2734 305 1361 2716 303 1389 2743 321 1390 2745 360 1391 2744 359 1380 2732 306 1362 2719 313 1386 2741 363 1361 2716 303 1361 2716 303 1387 2740 362 1389 2743 321 1367 2724 290 1382 2735 353 1358 2715 289 1358 2715 289 1392 2747 355 1393 2746 354 1364 2721 356 1381 2736 155 1367 2724 290 1382 2735 353 1392 2747 355 1358 2715 289 1352 2711 233 1355 2714 235 1388 2742 228 1388 2742 236 1385 2739 234 1353 2710 235 1355 2714 326 1358 2715 289 1393 2746 354 1355 2714 235 1393 2746 234 1388 2742 228 1394 2749 200 1395 2748 199 1396 2748 198 1397 2750 199 1398 2751 201 1377 2750 198 1397 2753 200 1399 2752 199 1398 2752 198 1395 2748 199 1400 2754 201 1396 2748 198 1399 2756 200 1368 2755 199 1401 2755 198 1402 2757 199 1403 2758 201 1404 2757 198 1369 2759 200 1397 2750 199 1377 2750 198 1368 2755 199 1370 2760 201 1401 2755 198 1375 2762 200 1405 2761 199 1406 2761 198 1407 2763 199 1408 2764 201 1409 2763 198 1410 2766 200 1411 2765 199 1412 2765 198 1405 2761 199 0 2767 201 1406 2761 198 1402 2769 200 1413 2768 199 1403 2768 198 1399 2752 199 1401 2770 201 1398 2752 198 1411 2771 200 1407 2763 199 1409 2763 198 1413 2768 199 1414 2772 201 1403 2768 198 1395 2774 200 1415 2773 199 1400 2773 198 1416 2775 199 1417 2776 201 1408 2775 198 1416 2778 200 1410 2777 199 1417 2777 198 1415 2773 199 1418 2779 201 1400 2773 198 1419 2781 200 1420 2780 199 1421 2780 198 1375 2729 199 1406 2782 201 1376 2729 198 1407 2783 200 1416 2775 199 1408 2775 198 1420 2780 199 1404 2784 201 1421 2780 198 1422 2786 200 1374 2785 199 1423 2785 198 1424 2787 199 1425 2788 201 1372 2787 198 1420 2789 200 1402 2757 199 1404 2757 198 1374 2785 199 1376 2790 201 1423 2785 198 1426 2792 200 1383 2791 199 1427 2791 198 1410 2777 199 1412 2793 201 1417 2777 198 1371 2794 200 1424 2787 199 1372 2787 198 1383 2791 199 1373 2795 201 1427 2791 198 482 2797 239 478 2796 235 1428 2796 365 1429 2798 351 1430 2799 366 1428 2798 365 1431 2800 350 1429 2798 351 1428 2798 365 488 2802 244 482 2801 239 1430 2801 366 1429 2804 351 480 2803 233 1430 2803 366 1432 2805 364 501 932 255 500 933 256 478 2796 235 1431 2806 350 1428 2796 365 480 2803 233 488 2807 244 1430 2803 366 1433 2809 348 1434 2808 347 1435 2808 346 1434 2808 347 1436 2810 349 1435 2808 346 497 2811 252 503 2812 258 1436 2811 349 500 2814 256 498 2813 253 1435 2813 346 478 2816 235 480 2815 233 1431 2815 350 482 2801 239 1428 2817 365 1430 2801 366 1434 2818 347 497 2811 252 1436 2811 349 480 2815 233 1429 2819 351 1431 2815 350 460 865 208 438 878 219 1437 2820 341 459 867 209 460 865 208 1437 2820 341 467 2822 214 477 2821 232 466 2821 202 438 878 219 468 879 216 1437 2820 341 431 890 224 1437 2820 341 432 876 217 432 876 217 1437 2820 341 467 873 214 452 868 210 459 867 209 1437 2820 341 431 890 224 452 868 210 1437 2820 341 472 2824 225 477 2823 232 1437 2823 341 487 2825 240 468 2826 216 466 2825 202 507 951 261 1432 2805 364 500 933 256 477 2823 232 467 2827 214 1437 2823 341 487 2829 240 472 2828 225 468 2828 216 477 2821 232 476 2830 229 466 2821 202 476 2831 229 487 2825 240 466 2825 202 472 2828 225 1437 2832 341 468 2828 216 1356 2713 327 1438 2833 342 1357 2712 286 1439 2834 343 1438 2833 342 1356 2713 327 1366 2723 319 1360 2717 315 1440 2835 344 1438 2833 342 1441 2836 345 1357 2712 286 1365 2720 288 1357 2712 286 1442 2837 335 496 2838 249 1443 2839 324 1444 2838 322 1354 2709 331 1439 2834 343 1356 2713 327 1357 2712 286 1441 2836 345 1442 2837 335 1360 2717 315 1359 2718 312 1445 2840 357 1380 2732 306 1391 2744 359 1446 2841 358 1384 2738 337 1390 2745 360 1380 2732 306 1359 2718 312 1446 2841 358 1445 2840 357 1354 2709 331 1366 2723 319 1439 2834 343 1360 2717 315 1445 2840 357 1440 2835 344 1359 2718 312 1380 2732 306 1446 2841 358 1366 2723 319 1440 2835 344 1439 2834 343 471 892 226 1447 2842 352 477 898 232 497 2843 252 1434 2844 347 1433 2843 348 1443 2846 324 496 2845 249 1448 2845 323 1447 2842 352 506 950 260 477 898 232 503 2848 258 500 2847 256 1436 2847 349 498 2813 253 1433 2849 348 1435 2813 346 498 2850 253 497 2843 252 1433 2843 348 500 2847 256 1435 2851 346 1436 2847 349 484 2853 237 508 2852 262 1448 2852 323 494 2854 251 1444 2855 322 1449 2854 325 494 2856 251 496 2838 249 1444 2838 322 508 2852 262 1449 2857 325 1448 2852 323 1444 2859 322 1443 2858 324 1449 2858 325 1443 2858 324 1448 2860 323 1449 2858 325 496 2845 249 484 2861 237 1448 2845 323 508 2862 262 494 2854 251 1449 2854 325 1360 2864 315 1450 2863 314 1362 2863 313 1450 2865 314 1451 2866 317 1452 2865 316 1453 2867 318 1450 2865 314 1452 2865 316 1366 2869 319 1451 2868 317 1360 2868 315 1452 2871 316 1451 2870 317 1353 2870 320 1378 2734 305 1389 2743 321 1454 2872 309 1450 2863 314 1453 2873 318 1362 2863 313 1451 2870 317 1366 2874 319 1353 2870 320 1239 2534 253 1455 2875 247 1242 2528 252 1455 2875 247 1239 2534 253 1283 2523 246 1456 2877 254 1457 2876 250 1242 2528 252 1455 2875 247 1456 2877 254 1242 2528 252 1362 2879 313 1453 2878 318 1353 2878 320 1451 2868 317 1450 2880 314 1360 2868 315 1458 2881 248 1455 2875 247 1283 2523 246 1453 2878 318 1452 2882 316 1353 2878 320 1459 2884 311 1460 2883 308 1361 2883 303 1461 2885 336 1462 2886 334 1355 2885 326 1463 2888 304 1464 2887 307 1459 2887 311 1464 2887 307 1460 2889 308 1459 2887 311 1460 2883 308 1359 2890 312 1361 2883 303 1465 2891 330 1461 2892 336 1352 2891 329 1352 2893 329 1461 2885 336 1355 2885 326 1466 2894 328 1465 2895 330 1354 2894 331 1378 2897 305 1463 2896 304 1361 2896 303 1460 2898 308 1464 2899 307 1380 2898 306 1379 2733 310 1378 2734 305 1454 2872 309 1463 2896 304 1459 2900 311 1361 2896 303 1380 2902 306 1464 2901 307 1378 2901 305 1356 2903 327 1466 2894 328 1354 2894 331 1359 2904 312 1460 2898 308 1380 2898 306 1464 2901 307 1463 2905 304 1378 2901 305 1249 2532 237 1467 2906 245 1250 2527 262 1468 2908 243 1469 2907 238 1265 2533 239 1250 2527 262 1470 2909 259 1236 2529 258 1467 2906 245 1470 2909 259 1250 2527 262 1265 2533 239 1469 2907 238 1249 2532 237 1471 2912 242 1472 2911 241 1216 2910 240 1262 2913 244 1468 2908 243 1265 2533 239 1469 2907 238 1467 2906 245 1249 2532 237 1217 2915 225 1216 2910 240 1256 2914 233 1219 2916 229 1218 2466 232 1254 2471 260 1264 2917 235 1265 2533 239 1248 2531 249 1216 2910 240 1262 2913 244 1256 2914 233 1236 2529 258 1473 2918 257 1237 2474 256 1470 2909 259 1473 2918 257 1236 2529 258 1474 2919 231 1219 2916 229 1254 2471 260 1473 2918 257 1263 2482 261 1237 2474 256 1264 2917 235 1475 2920 234 1256 2914 233 1476 2921 236 1475 2920 234 1264 2917 235 1256 2914 233 1477 2922 228 1217 2915 225 1475 2920 234 1477 2922 228 1256 2914 233 1251 2530 251 1457 2876 250 1248 2531 249 1457 2876 250 1251 2530 251 1242 2528 252 1248 2531 249 1476 2921 236 1264 2917 235 1457 2876 250 1476 2921 236 1248 2531 249 1216 2910 240 1472 2911 241 1262 2913 244 1478 2923 230 1471 2912 242 1219 2916 229 1219 2916 229 1471 2912 242 1216 2910 240 1472 2911 241 1468 2908 243 1262 2913 244 1479 2924 227 1252 2468 226 1217 2915 225 1477 2922 228 1479 2924 227 1217 2915 225 1474 2919 231 1478 2923 230 1219 2916 229 1252 2468 226 1218 2466 232 1217 2915 225 1412 2927 302 1427 2926 294 1417 2925 340 1400 2930 293 1418 2929 299 1408 2928 300 1425 2933 295 1423 2932 291 1372 2931 297 1423 2932 291 1376 2934 298 1372 2931 297 1427 2926 294 1373 2935 339 1417 2925 340 1372 2931 297 1376 2934 298 1404 2936 296 1417 2925 340 1400 2930 293 1408 2928 300 1376 2934 298 1406 2938 283 1421 2937 284 1423 2932 291 1 1 1 0 2 2 1396 2940 280 1400 2930 293 1377 2939 292 1425 2933 295 1427 2926 294 1 1 1 1423 2932 291 1425 2933 295 1 1 1 1403 2942 282 1401 2941 278 1404 2936 296 1404 2936 296 1376 2934 298 1421 2937 284 1398 2943 279 1396 2940 280 1377 2939 292 1401 2941 278 1370 2944 338 1404 2936 296 1415 2946 200 1480 2945 199 1418 2945 198 1422 2947 199 1423 2948 201 0 2947 198 1413 2950 200 1419 2949 199 1414 2949 198 1480 2945 199 1481 2951 201 1418 2945 198 1424 2953 200 1426 2952 199 1425 2952 198 1411 2765 199 1409 2954 201 1412 2765 198 1405 2955 200 1422 2947 199 0 2947 198 1426 2952 199 1427 2956 201 1425 2952 198 1377 2939 292 1373 2935 339 1370 2944 338 1417 2925 340 1373 2935 339 1377 2939 292 1370 2944 338 1372 2931 297 1404 2936 296 1373 2935 339 1372 2931 297 1370 2944 338 1480 2958 200 1394 2957 199 1481 2957 198 1419 2949 199 1421 2959 201 1414 2949 198 1400 2930 293 1417 2925 340 1377 2939 292 1394 2957 199 1396 2960 201 1481 2957 198 1365 2962 288 1482 2961 287 1357 2961 286 1483 2963 277 2 2964 0 1358 2963 289 1358 2966 289 2 2965 0 1367 2965 290 1482 2961 287 1483 2967 277 1357 2961 286 1 2969 1 1482 2968 287 1367 2968 290 1414 2972 281 2 2971 0 1483 2970 277 1357 2973 286 1483 2963 277 1358 2963 289 1482 2968 287 1365 2974 288 1367 2968 290 1461 2976 324 1465 2975 323 1462 2975 322 1465 2975 323 1466 2977 325 1462 2975 322 1466 2978 328 1356 2979 327 1355 2978 326 1354 2980 331 1465 2891 330 1352 2891 329 1363 2722 333 1365 2720 288 1484 2981 332 2 2965 0 1 2982 1 1367 2965 290 1462 2983 334 1466 2978 328 1355 2978 326 1365 2720 288 1442 2837 335 1484 2981 332 1418 2929 299 1481 2985 285 1482 2984 287 1408 2928 300 1418 2929 299 1482 2984 287 1414 2972 281 1421 2937 284 2 2971 0 1481 2985 285 1483 2970 277 1482 2984 287 1412 2927 302 1409 2986 301 1 1 1 1427 2926 294 1412 2927 302 1 1 1 1409 2986 301 1408 2928 300 1482 2984 287 1409 2986 301 1482 2984 287 1 1 1 1398 2943 279 1401 2941 278 1483 2970 277 1396 2940 280 1398 2943 279 1483 2970 277 1403 2942 282 1414 2972 281 1483 2970 277 1401 2941 278 1403 2942 282 1483 2970 277 1406 2987 283 0 2 2 2 0 0 1421 2937 284 1406 2938 283 2 2971 0 1396 2940 280 1483 2970 277 1481 2985 285

+
+
+
+ + + + 0.0623638 0.766677 -0.171411 0.0631414 0.766465 -0.133977 0.0634068 0.57146 -0.133692 0.0627674 0.518673 -0.171429 -0.000125204 0.791514 -0.171174 0.000651211 0.791303 -0.13374 0.0635438 0.518461 -0.133994 -0.0634768 0.518347 -0.17148 -0.0627017 0.519136 -0.134041 -0.0628386 0.572135 -0.133739 0.0534576 0.428829 -0.0279459 -0.0469815 0.42857 -0.0278945 -0.0638791 0.766351 -0.171462 -0.0631027 0.766139 -0.134028 0.0551848 0.30938 0.0512459 -0.0438601 0.309123 0.0515367 0.056963 0.000134479 0.0941277 -0.0428988 -0.000128498 0.0949969 0.0554894 -0.30963 0.0510815 -0.0443715 -0.308893 0.0519614 0.054146 -0.429185 -0.0280727 -0.0462969 -0.428445 -0.0280147 -0.0623663 -0.518881 -0.134614 0.0638791 -0.518555 -0.134564 -0.0631427 -0.51867 -0.172048 -0.0624653 -0.571888 -0.133522 -0.0635583 -0.766679 -0.171494 -0.0627784 -0.76689 -0.134055 0.0631014 -0.518344 -0.171997 0.0637776 -0.571562 -0.13347 0.00109987 -0.790725 -0.134052 0.000324788 -0.791514 -0.171491 0.0626894 -0.766353 -0.171438 0.0634658 -0.766564 -0.134004 0.00709679 0.321873 0.118426 0.00921496 -0.000432871 0.172048 0.0573994 -6.50854e-05 0.12935 0.0566442 0.321194 0.084564 0.0074669 -0.321137 0.11813 0.0570131 -0.321816 0.0842686 0.00447404 -0.497444 -0.00541266 0.0538523 -0.474271 -0.0133356 -0.0422205 -0.000319515 0.128829 0.000729859 -0.555721 -0.134107 -0.0434285 -0.321075 0.0843258 0.00424977 0.497573 -0.00508463 0.053747 0.473747 -0.0132736 -0.0457749 -0.473525 -0.0138551 -0.0437951 0.321935 0.084627 0.000442744 0.556302 -0.134501 -0.0466885 0.473488 -0.0132172 + + + + + + + + + + 0.999984 0.0019444 0.00524532 0.999784 0.00133047 -0.0207616 0.999799 0.00147947 -0.0199909 0.999798 0.00216485 -0.0199702 0.369353 0.929286 -0.00242161 0.132069 0.991236 0.00285116 0.369356 0.929285 -0.00242774 -0.129727 0.991515 0.00828635 0.99901 -0.00817587 0.0437189 -0.00232996 -0.97496 -0.222368 0.00258352 -0.999981 -0.00569759 -0.00138142 -0.999969 0.0077376 -0.00267145 -0.892749 -0.450547 -0.995844 -0.0128491 0.0901696 -0.999798 -0.00216244 0.0199859 -0.998856 -0.00224211 0.0477688 -0.000404989 -0.698364 -0.715743 0.000548767 -0.627689 -0.778464 -0.999799 -0.00147671 0.019973 -0.999784 -0.00132998 0.020728 -0.367155 0.930071 0.0128631 -0.367155 0.930071 0.0128637 -0.00087046 -0.423976 -0.905673 -0.00402544 -0.28305 -0.959097 -0.0066523 -0.0466882 -0.998887 -0.00838651 0.0459163 -0.99891 -0.00680445 0.282158 -0.959344 -0.00251022 0.424829 -0.90527 0.000975895 0.665658 -0.746256 0.00447254 0.665441 -0.746437 0.000330171 0.891503 -0.453014 -0.00242845 0.974906 -0.222603 -0.00258368 0.99998 0.00569834 -0.999791 0.00200716 0.0203518 -0.995526 0.0116571 0.0937615 -0.998793 0.00254837 0.0490476 -0.999791 0.00163404 0.0203956 -0.999782 0.00154814 0.020836 -0.00258352 0.99998 0.00569781 0.999791 -0.00202437 -0.0203427 0.999985 -0.00145067 0.0052737 0.998933 0.00524859 0.0458875 -0.35594 -0.934395 0.0145619 -0.349594 -0.936899 0.00199421 -0.124184 -0.992151 0.0146239 0.132489 -0.991141 0.00933818 0.999792 -0.00162397 -0.0203236 0.999784 -0.00154194 -0.0207442 0.367712 -0.92994 -0.000413609 0.37413 -0.927285 -0.012992 0.905608 0.000261863 0.424116 0.663214 -0.000203085 0.748429 0.0089779 0.307894 0.951378 0.873572 0.220128 0.434068 0.0062565 -0.308505 0.951202 0.870807 -0.222117 0.438588 0.999464 0.00578017 -0.0322253 0.999948 0.00746278 0.0069647 0.999923 0.000501013 -0.012385 0.999497 -0.00377891 -0.0314846 -0.00204235 -0.697845 0.716246 0.217076 -0.750234 0.624522 0.998849 0.00225316 0.0479126 -0.891041 -0.000952507 0.453922 -0.643311 -0.000993677 0.765605 -0.000628142 -0.470802 0.882239 -0.855355 -0.216939 0.470431 -0.999669 -0.000330899 0.0257293 -0.999799 0.000841048 0.0200496 -0.998126 0.0075319 0.0607286 0.00589962 0.698134 0.715943 0.225882 0.748263 0.623763 0.999914 -0.0130053 0.00140569 0.999088 -0.00836447 0.0418729 -0.220048 -0.743001 0.632083 -0.995311 0.0099764 0.0962129 -0.859428 0.212403 0.465047 -0.117137 -0.430217 0.895093 0.118513 -0.430876 0.894595 0.00500148 -0.00125545 0.999987 -0.999905 -0.00813806 0.0111043 -0.00582237 -0.0012418 0.999982 0.00205496 0.469522 0.882919 -0.114847 0.42926 0.895849 -0.216477 0.743638 0.632566 -0.000409131 0.000235538 1 0.118575 0.430856 0.894596 0.00459286 -0.000865049 0.999989 -0.000367282 -0.0032396 0.999995 -0.00534139 -0.000901208 0.999985 -0.998493 -0.0181274 0.0517912 -0.995677 -0.0126418 0.09202 + + + + + + + + + + 0.1998 0.0999 0.2196 0.0999 0.2196 0.0961 0.1944 0.0961 0.2266 0.0961 0.2266 0.0999 0.1944 0.0999 0.1813 0.0961 0.1813 0.0999 0.1759 0.0999 0.193 0.1188 0.1826 0.1188 0.156 0.0961 0.156 0.0999 0.149 0.0999 0.149 0.0961 0.193 0.1344 0.1826 0.1344 0.193 0.1664 0.1826 0.1664 0.193 0.1983 0.1826 0.1983 0.193 0.2139 0.1826 0.2139 0.1813 0.2328 0.1944 0.2328 0.1813 0.2366 0.1759 0.2328 0.156 0.2366 0.156 0.2328 0.1944 0.2367 0.1998 0.2328 0.149 0.2328 0.149 0.2366 0.2196 0.2366 0.2196 0.2328 0.2266 0.2366 0.2266 0.2328 0.1123 0.2932 0.1067 0.2932 0.1067 0.3181 0.1117 0.3193 0.1067 0.2683 0.1117 0.267 0.1151 0.2668 0.1158 0.2524 0.1157 0.2932 0.1151 0.3196 0.1067 0.2502 0.1117 0.2507 0.1011 0.2932 0.1067 0.2315 0.1017 0.267 0.0983 0.2667 0.0977 0.2932 0.0977 0.2524 0.1067 0.3361 0.1117 0.3356 0.1158 0.334 0.1017 0.2507 0.0937 0.2345 0.1017 0.3194 0.1198 0.2345 0.1156 0.2305 0.0978 0.2305 0.0958 0.1963 0.0983 0.3196 0.1176 0.1963 0.1067 0.3548 0.1156 0.3559 0.1198 0.3518 0.1017 0.3356 0.1067 0.1921 0.0978 0.3559 0.0958 0.39 0.1067 0.3943 0.1176 0.39 0.0977 0.334 0.0937 0.3518 + + + + + + + + + + + + + + +

0 2 2 1 1 1 2 0 0 3 3 3 0 2 2 2 0 0 0 6 2 4 5 4 1 4 1 4 5 4 5 7 5 1 4 1 3 3 3 2 0 0 6 8 6 7 11 7 3 10 3 6 9 6 8 12 8 7 11 7 6 9 6 9 15 9 7 14 7 8 13 8 8 12 8 6 9 6 10 16 10 11 17 11 8 12 8 10 16 10 12 18 12 7 14 7 9 15 9 13 19 13 12 18 12 9 15 9 12 21 12 13 20 13 5 7 14 4 5 15 12 21 12 5 7 14 11 17 11 10 16 10 14 22 16 15 23 17 11 17 11 14 22 16 15 23 17 14 22 16 16 24 18 17 25 19 15 23 17 16 24 18 16 24 18 18 26 20 17 25 19 18 26 20 19 27 21 17 25 19 18 26 20 20 28 22 19 27 21 20 28 22 21 29 23 19 27 21 22 30 24 21 29 23 20 28 22 23 31 25 22 30 24 20 28 22 24 32 26 22 30 24 23 31 25 25 35 27 22 34 24 24 33 26 25 35 27 24 33 26 26 36 28 27 37 29 25 35 27 26 36 28 28 38 30 24 32 26 23 31 25 23 41 25 29 40 31 28 39 30 30 44 32 27 43 29 26 42 28 31 45 33 30 44 32 26 42 28 32 46 34 28 39 30 29 40 31 33 47 35 32 46 34 29 40 31 32 49 34 33 48 35 31 45 36 33 48 35 30 44 37 31 45 36 34 52 40 35 51 39 36 50 38 37 53 41 34 52 40 36 50 38 36 50 38 35 51 39 38 54 42 39 55 43 36 50 38 38 54 42 36 50 38 39 55 43 18 56 44 18 56 44 39 55 43 20 57 45 16 58 46 36 50 38 18 56 44 36 50 38 16 58 46 14 59 47 37 53 41 36 50 38 14 59 47 38 54 42 40 60 48 39 55 43 40 60 48 41 61 49 39 55 43 39 55 43 41 62 49 20 57 45 35 64 39 42 63 50 38 54 42 42 63 50 35 64 39 34 52 40 41 61 49 40 60 48 43 65 51 42 63 50 44 66 52 38 54 42 38 54 42 44 66 52 40 60 48 44 66 52 42 63 50 19 67 53 42 63 50 17 68 54 19 67 53 44 66 52 19 67 53 21 69 55 45 70 56 34 52 40 37 53 41 46 71 57 45 70 56 37 53 41 46 73 57 37 53 41 10 72 58 37 53 41 14 59 47 10 72 58 40 60 48 47 74 59 43 65 51 47 75 59 44 66 52 21 69 55 44 66 52 47 74 59 40 60 48 47 75 59 21 69 55 22 34 60 48 76 61 34 52 40 45 70 56 48 76 61 42 63 50 34 52 40 20 57 45 41 62 49 23 41 62 41 62 49 29 40 63 23 41 62 29 77 63 41 61 49 43 65 51 47 74 59 25 78 64 43 65 51 25 35 64 47 75 59 22 34 60 43 65 51 25 78 64 27 79 65 48 76 61 15 80 66 42 63 50 15 80 66 17 68 54 42 63 50 29 77 63 43 65 51 33 81 67 49 82 68 45 70 56 46 71 57 2 83 69 49 82 68 46 71 57 46 73 57 10 72 58 6 8 70 2 0 69 46 73 57 6 8 70 50 84 71 45 70 56 49 82 68 50 84 71 48 76 61 45 70 56 43 65 51 30 85 72 33 81 67 30 85 72 43 65 51 27 79 65 9 86 73 50 84 71 49 82 68 13 87 74 9 86 73 49 82 68 5 88 75 13 87 74 49 82 68 49 82 68 2 83 69 1 89 76 5 88 75 49 82 68 1 89 76 50 91 71 11 90 77 48 76 61 11 90 77 15 80 66 48 76 61 9 15 73 8 13 78 50 91 71 8 13 78 11 90 77 50 91 71

+
+
+
+ + + + 1.91051 10.4899 0.1861 1.91064 9.93991 0.186341 2.50594 10.4895 0.185973 1.81198 -0.351967 0.0840572 1.91385 -0.252271 0.183857 -1.91016 -0.252144 0.182535 -1.81417 -0.352334 0.0835423 -1.82002 0.101796 0.23526 -1.82433 0.0587814 0.235693 -1.80599 0.0549377 0.216565 -1.80251 0.101947 0.216734 -1.82374 0.143785 0.2356 1.81106 0.597045 0.0847016 -1.81509 0.596679 0.0841866 -1.90999 0.49687 0.182858 1.81427 -9.59513 0.0822192 -1.81189 -9.5945 0.0817099 -1.9076 -9.69432 0.180958 1.91641 -9.69444 0.182274 -1.85575 -0.0193007 0.235584 -1.88287 -0.0523685 0.235054 -1.87032 -0.0662295 0.216309 -1.841 -0.0301542 0.216517 -1.91523 -0.0804568 0.235809 -1.90547 -0.0953224 0.21658 -1.83643 0.0177503 0.235524 -1.81948 0.0109044 0.216147 -0.525829 5.79311 0.0845927 -0.623478 5.79285 0.0851219 1.80987 5.69314 0.0856569 0.520761 5.79281 0.0847952 -1.71808 5.79303 0.0846041 -1.81629 5.69277 0.085142 1.7122 9.73996 0.0859223 1.80878 9.84021 0.0865404 -1.81796 9.83985 0.0852085 0.617601 9.74014 0.0854035 0.6176 5.79306 0.0848476 1.71301 5.79289 0.0847847 -1.91254 9.94004 0.184445 -1.91199 5.59296 0.18439 1.80997 4.74412 0.0855851 1.91184 4.84382 0.185385 -1.91135 4.84395 0.183491 -1.81618 4.74375 0.0850752 1.91143 5.59283 0.18489 -2.24469 0.0586958 0.235603 -2.24898 0.101688 0.235137 -2.26809 0.101743 0.216807 -2.26379 0.147758 0.216391 -2.26297 0.0557563 0.216684 -2.24409 0.1437 0.23551 -2.21229 -0.0202222 0.235634 -2.23238 0.0177284 0.235304 -2.25007 0.0107859 0.217174 -2.22834 -0.0301539 0.216331 -2.21268 0.222782 0.235625 -2.18614 0.255852 0.235342 -2.19947 0.269925 0.216654 -2.22879 0.23385 0.216441 -2.15319 0.282938 0.235399 -2.16431 0.299018 0.216382 -2.23257 0.184734 0.234867 -2.2503 0.192791 0.216816 -1.99257 -0.112655 0.235309 -2.03418 -0.116762 0.235348 -2.03521 -0.135657 0.216401 -1.98942 -0.131543 0.217078 -2.0758 -0.11287 0.235434 -2.08045 -0.130775 0.216597 -1.95238 -0.100549 0.235075 -1.94563 -0.117428 0.216756 -2.15331 -0.0800691 0.235304 -2.18558 -0.0531502 0.234976 -2.19965 -0.0660826 0.216707 -2.16435 -0.0959886 0.216105 -2.11664 -0.099973 0.234988 -2.12431 -0.117891 0.217073 -2.50039 4.84442 0.183992 -2.4996 0.497348 0.182547 -2.50079 5.59244 0.183496 -2.49782 -4.60075 0.182397 -2.49799 -5.34976 0.182076 -1.90838 -5.34824 0.182403 -1.90879 -4.59922 0.181908 -2.49919 -0.254668 0.183019 0.614283 9.73969 -0.0127282 0.617876 7.8161 0.0851177 0.614562 7.81665 -0.0130052 0.51691 7.8164 -0.0124742 0.519646 7.81685 0.0848357 0.51937 9.73989 0.0851176 0.516631 9.74043 -0.0121933 -1.91291 10.489 0.185601 -0.528866 7.8167 -0.0132601 -0.526363 7.81614 0.0854443 2.50305 -10.4892 -0.128393 2.50125 -4.97307 -0.127835 2.51101 -9.69191 0.182743 2.50983 -4.59782 0.183685 2.50966 -5.34883 0.183352 -2.5046 -10.4891 -0.129661 -2.49664 -9.69284 0.18147 -2.50639 -4.975 -0.129113 1.81307 -4.49904 0.0831745 1.91521 -4.59835 0.183229 -1.81308 -4.49841 0.0826652 2.51097 -10.4899 0.18214 1.91636 -10.4895 0.181695 -2.51101 10.4893 -0.126067 2.50846 -0.251737 0.184308 -2.50841 0.121085 -0.127586 2.49664 10.4892 -0.124801 0.517441 5.79336 -0.0133309 0.519667 7.71684 0.0856604 0.517169 7.7164 -0.0130439 -0.528329 5.79267 -0.0141175 -0.52914 9.73974 -0.012979 -0.526638 9.74018 0.0857302 -0.528608 7.7167 -0.0138298 -0.526104 7.71615 0.0848746 -0.624869 9.73993 0.0854444 -1.71946 9.7401 0.0849305 -1.7214 5.79258 -0.0135278 -0.625983 5.79341 -0.0135817 1.7097 9.74052 -0.0127822 -1.83239 0.192443 -0.234736 -1.95807 -0.117885 -0.235159 -2.26251 0.0103287 -0.234741 -2.13659 0.320666 -0.235713 -2.26275 0.192334 -0.235098 -1.95874 0.321124 -0.235452 -2.04701 0.338895 -0.235358 -1.88343 0.255634 0.235415 -1.9157 0.283553 0.235094 -1.83663 0.184756 0.235087 -1.85614 0.222703 0.235574 -2.28053 0.101286 -0.235113 -2.21191 0.269468 -0.235266 -2.04766 -0.136115 -0.235519 -2.13594 -0.117343 -0.235419 -2.2121 -0.0665399 -0.235212 -1.83192 0.0104472 -0.235773 -1.95236 0.303457 0.235409 -1.88257 0.269321 -0.235664 -2.03483 0.320246 0.235049 -2.07644 0.316139 0.235088 -2.11662 0.303033 0.235316 -1.99262 0.315351 0.235774 -1.81844 0.0554804 -0.235344 -1.81496 0.101489 -0.235186 -1.81868 0.147479 -0.23482 -1.80681 0.147939 0.216278 -1.91791 -0.0957796 -0.23534 -1.88276 -0.0666867 -0.235611 -1.85345 -0.0306114 -0.235403 -2.09304 0.334772 -0.234641 -2.00178 0.334013 -0.235554 -2.24123 0.233392 -0.235474 -2.17676 0.29856 -0.235537 -1.91788 0.299227 -0.235062 -1.85389 0.233392 -0.235288 -2.00187 -0.131 -0.234837 -2.09289 -0.131233 -0.235323 -2.27541 0.055299 -0.235236 -2.27623 0.1483 -0.235523 -2.1768 -0.0954458 -0.235809 -2.24079 -0.0306112 -0.235589 -1.81995 0.192901 0.217184 -1.84144 0.233849 0.216632 1.9132 0.497737 0.184757 -2.03457 0.339353 0.216561 -2.08059 0.33423 0.217274 -1.98934 0.334471 0.216366 -2.12415 0.321123 0.216207 -1.87013 0.269778 0.216251 -1.90543 0.298684 0.216852 -1.94629 0.320581 0.216463 2.50863 0.497276 0.18463 2.50726 4.84735 0.18528 2.50686 5.59237 0.184762 -2.49669 -10.4899 0.18087 -2.50253 10.4895 0.185285 2.50608 9.93845 0.186207 1.91504 -5.34836 0.182902 -2.5096 5.21818 -0.126624 2.50006 0.123022 -0.12688 2.49886 5.22011 -0.125925 -1.90707 -10.4893 0.181191 -2.50215 9.93752 0.184112 -0.626257 7.71645 -0.0133006 -0.624335 7.71689 0.0845926 -1.71917 7.71706 0.0854692 -1.72167 7.71662 -0.013241 1.71248 7.81693 0.0856403 1.70997 7.81648 -0.0130691 -1.72111 7.81662 -0.0132497 -1.71861 7.81606 0.0854557 -0.624593 7.81689 0.0851624 -0.626516 7.81644 -0.0127309 0.615396 7.71665 -0.012763 0.61732 7.7161 0.0851246 0.615671 5.79262 -0.0130489 1.70999 7.71648 -0.0122442 1.71273 7.71693 0.0850706 -0.627372 9.74048 -0.0132601 -1.72221 9.73965 -0.0123893 1.71027 5.79344 -0.0125263 1.81318 -5.44806 0.0831018 -1.81297 -5.44843 0.0825918 + + + + + + + + + + 0.000219757 0.000430719 1 7.32966e-06 -0.000228227 1 4.16385e-05 0.000436957 1 -0.000148979 -0.705102 0.709106 -0.000267935 -0.707337 0.706876 -3.00211e-05 -0.702859 0.711329 0.709487 -0.112482 0.695684 0.700049 -0.163406 0.695147 0.722755 -0.0207458 0.690793 0.732267 0.0261677 0.680515 0.726903 0.122148 0.675789 -0.000341559 0.706316 0.707897 -0.000171995 0.703124 0.711068 -9.78132e-05 0.707359 0.706854 2.35373e-05 0.705074 0.709133 -0.000219163 0.709637 0.704568 0.520092 -0.486965 0.70169 0.498104 -0.517545 0.69573 0.583615 -0.417678 0.696375 0.618144 -0.376121 0.69024 0.435912 -0.579985 0.688184 0.393736 -0.610081 0.687585 0.677611 -0.25312 0.690488 0.66465 -0.292827 0.687381 -0.000783947 0.0205834 0.999788 0.00333456 0.0408696 0.999159 0.00185158 0.0336991 0.99943 -0.000425747 0.00243575 0.999997 -0.00149792 0.00109759 0.999998 0.00177198 -0.000381445 0.999998 -0.000497465 -0.014605 0.999893 0.0152719 -0.00234686 0.999881 -0.00236291 -0.00520607 0.999984 -0.00204216 -0.0249234 0.999687 0.00111469 0.00244972 0.999996 -0.00704938 0.00281154 0.999971 0.721897 0.000181279 0.692001 0.723998 0.000280324 0.689802 0.719789 8.22325e-05 0.694193 -0.000202187 -0.704025 0.710175 -0.000374829 -0.707281 0.706933 -2.95418e-05 -0.700755 0.713403 -0.000282659 -0.705543 0.708667 -0.000375057 -0.707284 0.70693 -0.000190259 -0.703798 0.7104 -0.699327 -0.000350709 0.714802 -0.699017 -0.000336176 0.715105 -0.699637 -0.000365242 0.714498 -0.699007 -0.0237503 0.71472 -0.690845 0.0278428 0.722467 -0.69759 -0.118106 0.706696 -0.681252 0.112262 0.72339 -0.689306 -0.158911 0.706827 -0.669299 0.153753 0.72691 -0.637682 -0.283822 0.716106 -0.657498 -0.238488 0.714717 -0.59859 -0.376411 0.70711 -0.574886 -0.412328 0.706747 -0.510175 0.473796 0.717801 -0.47601 0.506833 0.718703 -0.573693 0.399329 0.715131 -0.593319 0.359485 0.720238 -0.407105 0.564775 0.71784 -0.372418 0.590234 0.71619 -0.640601 0.236548 0.730531 -0.629249 0.277666 0.725912 0.0163316 -0.702003 0.711987 -0.0226417 -0.710763 0.703067 0.108758 -0.688246 0.717279 0.159659 -0.677404 0.718076 -0.111032 -0.703285 0.702184 -0.157447 -0.683886 0.712397 0.302945 -0.650925 0.696075 0.25177 -0.657276 0.710352 -0.481749 -0.501269 0.718782 -0.515817 -0.473369 0.714041 -0.410844 -0.566816 0.714092 -0.37426 -0.586419 0.71836 -0.249165 -0.641742 0.725317 -0.295059 -0.619954 0.727046 0.000153778 -7.00045e-05 1 6.0561e-05 -0.000289993 1 0.000109391 -0.000443593 1 -0.000517137 -0.000335609 1 -0.00151858 0.000259913 0.999999 -0.000576516 -0.000378736 1 1.88706e-05 -2.60175e-06 1 -0.000554095 -0.000284622 1 0.000369368 2.96683e-05 1 0.000534597 0.000258814 1 0.000824488 0.000113812 1 5.4306e-05 -0.000315443 1 0.99943 0.000149109 -0.0337718 0.999429 0.000148284 -0.033788 0.99943 0.000149935 -0.0337555 -0.999605 -0.000148295 0.028119 -0.999605 -0.000147384 0.028101 -0.999604 -0.000149205 0.0281369 -0.000538272 -0.00158748 0.999999 -0.000387949 -0.00125829 0.999999 -0.000190219 1 0.000485468 -0.000672842 0.999984 0.00564408 0.000292408 0.999989 -0.00467315 0.999657 0.000203006 -0.026176 0.999635 0.000168271 -0.0270301 0.999663 0.000146858 -0.0259487 0.999637 5.212e-05 -0.0269482 0.999629 0.000115576 -0.0272275 -0.999623 -0.000229628 0.0274689 -0.999658 -0.000199712 0.0261622 -0.999663 -0.000141225 0.0259423 -0.699796 -0.00032935 0.714342 -0.699934 -0.000335869 0.714207 -0.699658 -0.000322831 0.714478 0.71885 8.3668e-05 0.695165 0.717944 4.0936e-05 0.696101 0.719755 0.0001264 0.694228 -0.000276289 -0.999999 -0.00133327 -0.000783459 -0.999997 -0.00239512 -0.000398315 -0.999999 -0.00166642 0.0001862 1 -0.000642058 0.000291807 1 0.000181733 0.0001993 1 -0.000635501 -0.000759899 -0.000239242 1 -0.000762243 -0.000341068 1 -0.000552877 -0.000100016 1 -0.000411516 -0.000743606 1 -0.999588 -0.000416715 0.0287018 -0.999578 -0.00034084 0.0290499 -0.999637 -4.88836e-05 0.0269245 0.000394015 0.999999 -0.00155409 -0.99962 -4.96345e-05 0.0275691 -0.999563 -0.00036434 0.0295586 -0.999428 -0.000583432 0.0338126 -0.99968 -0.000145242 0.0253039 -0.000193118 1 0.000567306 0.000284805 0.99999 -0.00450164 -0.000671035 0.999984 0.00563623 0.999679 0.0001467 -0.0253455 0.999679 0.000147016 -0.0253393 0.999679 0.000146385 -0.0253516 0.999679 0.000147683 -0.0253386 0.999679 0.000147017 -0.0253516 0.999679 0.000148349 -0.0253256 -0.00171644 -0.00622978 0.999979 -0.00226994 -0.00873903 0.999959 -0.0022403 -0.000999073 0.999997 -0.00198368 -0.0130959 0.999912 -0.000297855 1 0.000530793 0.000162131 0.999989 -0.00458858 -0.000757834 0.999984 0.00565015 0.000300877 -1 -0.000538601 -0.000156943 -0.999984 -0.00563076 0.000758689 -0.999989 0.00455357 0.0257842 0.012711 -0.999587 0.0018917 -0.0142348 -0.999897 -0.000943653 -0.00360283 -0.999993 -0.00496936 0.0233023 -0.999716 0.0273447 -0.0106842 -0.999569 0.00603575 0.00670862 -0.999959 -0.0124329 0.0490408 -0.998719 0.000306617 0.00381975 0.999993 -0.0132721 -0.00542986 0.999897 0.00727522 0.00319787 0.999968 0.0576406 0.0239943 0.998049 0.125703 0.0519342 0.990708 0.0579962 -0.0023716 -0.998314 0.0152145 -0.0149828 -0.999772 0.0114302 0.0178654 -0.999775 0.007282 -0.045386 -0.998943 0.0591569 0.0609194 -0.996388 0.012714 -0.00394727 -0.999911 0.0143945 0.0127889 0.999815 0.00816894 0.0136785 -0.999873 -0.000261242 -0.00205432 0.999998 -0.00603649 0.0016617 0.99998 0.000608242 0.00197821 0.999998 -0.000213961 0.0034423 0.999994 -0.00190784 -0.00114755 0.999998 0.000897042 -0.00394586 0.999992 0.00211054 -0.00371375 0.999991 0.000226575 -0.000173216 1 -8.31695e-07 0.000528748 1 0.00187792 0.00572131 0.999982 -0.00948326 -0.0082208 0.999921 0.00191074 0.00529638 0.999984 -0.00358736 -0.00454959 0.999983 -0.00102719 -0.00537123 0.999985 0.000279691 0.0032004 0.999995 -0.000171249 0.0010372 1 0.99936 -0.0228261 -0.0275534 0.996776 -0.0753565 -0.0275406 0.996839 -0.0745565 -0.0274594 0.999074 0.0333931 -0.0271348 0.95681 -0.289516 -0.0263796 0.957714 -0.286537 -0.0260834 0.955896 -0.292493 -0.0266756 0.0195582 0.00574711 -0.999792 0.0273372 0.0101855 -0.999574 0.0273608 0.00134674 -0.999625 0.995861 0.0868252 -0.0268963 0.995335 0.0928284 -0.0262721 0.637435 -0.770321 -0.0167751 0.637428 -0.770327 -0.0167759 0.637443 -0.770315 -0.0167744 0.482101 -0.876028 -0.0123885 0.482123 -0.876016 -0.0123865 0.482078 -0.876041 -0.0123905 0.885361 -0.464289 -0.0239111 0.885361 -0.464289 -0.0239111 0.885361 -0.464289 -0.0239111 0.775941 -0.630465 -0.0207298 0.775941 -0.630465 -0.0207298 -0.0304938 0.169054 -0.985135 -0.00809697 -0.0349371 -0.999357 0.0515092 -0.0361164 -0.998019 0.00219418 -0.0119633 -0.999926 0.0149218 -0.0146951 -0.999781 0.0550942 0.0850869 -0.994849 -0.0108577 -0.0191549 -0.999758 0.0279405 -0.117723 -0.992653 -0.00762883 -0.0305751 -0.999503 0.0511182 -0.0357957 -0.998051 0.00189656 -0.0116119 -0.999931 0.0778124 0.0113394 -0.996903 0.0852708 -0.0164998 -0.996221 0.0592861 0.0929249 -0.993906 0.11542 0.0817677 -0.989946 0.71025 0.163752 0.684639 0.669611 0.24191 0.702211 0.645631 0.279283 0.710747 -0.0387039 0.0107043 0.999193 -0.0201572 0.0086259 0.99976 -0.0726492 0.0173263 0.997207 0.603562 0.371611 0.705421 0.578696 0.416421 0.701216 -0.000511117 0.709493 0.704712 0.00146222 -0.00102716 0.999998 -0.00291812 0.00428753 0.999987 0.00429271 -0.00322555 0.999986 -0.00168141 0.00112357 0.999998 0.00112121 -0.0017886 0.999998 0.00402789 0.000910125 0.999991 -0.0111096 0.00635546 0.999918 -0.0186891 0.694727 0.719031 0.0265949 0.698815 0.714808 -0.11534 0.684108 0.720204 -0.165362 0.674288 0.719716 0.121713 0.693079 0.710512 0.16599 0.692458 0.702104 -0.296624 0.632121 0.715848 -0.25544 0.647796 0.717712 0.48745 0.508338 0.709919 0.518924 0.480673 0.706875 0.418922 0.566756 0.709431 0.379483 0.60262 0.702027 0.255393 0.67118 0.695911 0.297434 0.652274 0.697189 1.73617e-05 0.000256952 1 0.000188604 0.000402282 1 -3.7681e-05 -0.000480803 1 -0.000103445 -0.00074381 1 3.33908e-05 2.50351e-05 1 0.000215203 0.000181459 1 -0.999676 4.61406e-05 0.0254631 0.000813044 0.999999 -0.000818538 0.00022135 -8.05275e-05 1 -0.000766374 -0.000242865 1 -0.000601964 -0.000365177 1 -0.00059197 -0.000367306 1 -0.000785799 -0.000447854 1 -0.000766331 -0.000741664 0.999999 -0.000440063 -0.000728111 1 -0.999579 -0.000315374 0.0290063 -0.999585 -0.000335628 0.0288148 -0.999584 -0.000359815 0.0288272 -0.999582 -0.000416271 0.0289143 0.999625 0.000144655 -0.0273699 0.999629 0.000113551 -0.027219 0.999649 0.000416013 -0.026479 0.999628 0.000337726 -0.027263 0.999637 4.95996e-05 -0.0269323 0.000279465 -0.999999 -0.00134417 0.000773743 0.999999 -0.000838207 0.000883804 -0.999997 -0.0024278 0.000425783 -0.999999 -0.00154739 -0.999607 -0.000440499 0.0280352 -0.999617 -0.00050184 0.027655 0.999675 -3.57096e-05 -0.0254812 -0.999629 -0.000733846 0.0272426 -0.000150965 -0.99999 0.00453218 -0.000147557 -0.99999 0.00456989 -0.000154373 -0.99999 0.00449447 -0.000301943 1 0.000560824 -0.000758232 0.999984 0.00563932 0.000154355 0.99999 -0.00451769 0.000189383 -1 -0.000569026 0.000663432 -0.99999 0.00448176 -0.000284671 -0.999984 -0.00561979 -0.000295976 1 0.000530164 -0.000755123 0.999984 0.0056461 0.00016318 0.99999 -0.00458578 -0.999747 -0.000291864 0.0224981 -0.999678 -0.000438158 0.0253632 -0.999807 -0.000145568 0.0196328 0.999806 0.000147102 -0.0196756 0.999807 0.000147984 -0.0196583 0.999806 0.000146219 -0.019693 0.000300186 -1 -0.000502073 0.000758693 -0.999989 0.00464334 -0.000158329 -0.999984 -0.00564747 -0.999747 -0.000292156 0.0224915 -0.999807 -0.000146172 0.0196323 -0.999678 -0.000438137 0.0253504 -0.000879384 -0.000760165 0.999999 -0.000546366 -0.00211564 0.999998 0.000393535 -0.000408283 1 0.000211453 -0.000124918 1 -0.000340406 -4.75363e-05 1 -0.995354 0.0922981 0.0274212 -0.995443 0.0912995 0.0275273 -0.995264 0.0932965 0.0273151 -0.956817 0.289492 0.0263729 -0.955906 0.292519 0.026023 -0.957719 0.286462 0.0267226 -0.96097 -0.275358 0.0267393 -0.985733 -0.166086 0.0273137 -0.974865 -0.221148 0.0270679 -0.960976 -0.275337 0.0267372 -0.993478 -0.110669 0.0274723 -0.993479 -0.110659 0.0274712 -0.637428 0.770327 0.0167759 -0.637429 0.770327 0.0167759 -0.637428 0.770327 0.0167759 -0.482086 0.876036 0.01239 -0.48208 0.87604 0.0123891 -0.482092 0.876033 0.0123909 -0.885392 0.46423 0.0239078 -0.885392 0.464229 0.0239079 -0.885392 0.46423 0.0239077 -0.775922 0.630488 0.0207286 -0.775941 0.630465 0.0207321 -0.775904 0.630511 0.0207251 -0.107294 -0.994219 0.00396083 -0.107297 -0.994219 0.00396063 -0.107291 -0.99422 0.00396102 -0.294438 -0.955639 0.00773589 -0.307075 -0.951661 0.00674097 -0.281748 -0.959449 0.00872945 0.29678 -0.95491 -0.00826604 0.286796 -0.957949 -0.00904994 0.306732 -0.951767 -0.00748124 0.1003 -0.994953 -0.00285771 0.111039 -0.993814 -0.00205239 0.0895481 -0.995976 -0.0036627 -0.781398 -0.62364 0.0221498 -0.781405 -0.623631 0.0221488 -0.78139 -0.623649 0.0221508 -0.882817 -0.469063 0.0247831 -0.882826 -0.469046 0.0247815 -0.882809 -0.469079 0.0247848 -0.47626 -0.879228 0.011617 -0.472431 -0.881286 0.0119552 -0.48008 -0.877152 0.0112785 -0.63966 -0.768457 0.0175515 -0.633211 -0.773765 0.0182217 -0.646065 -0.763096 0.0168801 0.000140434 0.000187771 -1 0.000177316 0.000168808 -1 0.000139994 0.000160519 -1 0.000178999 0.000225333 -1 0.000217138 0.000196262 -1 0.000254523 0.000166867 -1 0.957784 0.286304 -0.0260745 0.956156 0.29175 -0.0254447 0.959381 0.280848 -0.0267034 0.00025285 0.000213444 -1 0.000196207 0.000159589 -1 0.999658 0.000350753 -0.0261706 0.999594 0.000282726 -0.0284897 0.999557 0.000329438 -0.0297458 0.000254171 0.000100333 -1 0.000253039 9.9305e-05 -1 0.999552 0.000231578 -0.0299189 0.107297 0.994219 -0.00396097 0.107298 0.994219 -0.00396104 0.107297 0.994219 -0.00396091 0.29699 0.954846 -0.00808592 0.286865 0.957947 -0.00675078 0.307081 0.951637 -0.00942014 -0.298331 0.954426 0.00830313 -0.30833 0.951231 0.00963497 -0.288298 0.957515 0.00697036 -0.099887 0.994995 0.00284407 -0.089201 0.996013 0.00144889 -0.110561 0.99386 0.00423891 0.781377 0.623666 -0.0221462 0.781401 0.623636 -0.0221507 0.781354 0.623695 -0.0221418 0.885306 0.464345 -0.0248501 0.885302 0.464353 -0.0248491 0.88531 0.464337 -0.0248512 0.472424 0.88129 -0.0119545 0.47243 0.881287 -0.0119553 0.472418 0.881294 -0.0119536 0.639688 0.768434 -0.0175372 0.646031 0.763085 -0.0185574 0.6333 0.77373 -0.0165159 -7.08045e-06 -0.00145804 0.999999 -0.00527301 0.000192936 0.999986 -0.00117932 -0.00285344 0.999995 -0.000496087 -0.00339515 0.999994 0.0243841 -0.00279554 0.999699 0.0307675 -0.00375337 0.999519 0.0026371 -0.0014325 0.999996 -0.000716117 0.001612 0.999998 -0.00148915 -0.000825585 0.999999 -0.00220459 -0.00348053 0.999992 -0.00146268 0.00266213 0.999995 0.00137354 0.00318741 0.999994 0.000189671 -1 -0.000565932 -0.000284095 -0.999984 -0.00561336 0.000663432 -0.99999 0.00448151 0.000303488 -1 -0.000509546 -0.000157662 -0.999984 -0.00563847 0.00076463 -0.999989 0.00461939 -0.999679 -0.000147333 0.025345 -0.999679 -0.000146991 0.0253383 -0.999679 -0.000147674 0.0253516 0.999642 0.000507122 -0.0267547 0.999603 0.00043496 -0.0281719 0.999679 0.000579283 -0.0253374 -0.000301073 1 0.000538348 0.000154356 0.999989 -0.00456988 -0.000756493 0.999984 0.00564656 -0.999604 -0.000147381 0.0281366 -0.999604 -0.000147371 0.0281364 -0.999604 -0.000147391 0.0281368 0.999563 0.000364317 -0.0295592 0.999679 0.000579734 -0.0253285 0.999429 0.000148895 -0.0337894 -0.000140547 -0.000212808 1 -0.000140617 -0.000212869 1 -0.000140477 -0.000212746 1 -0.699796 -0.000329351 0.714343 -0.699934 -0.000335855 0.714208 -0.699658 -0.000322847 0.714478 0.719792 8.24935e-05 0.694189 0.718875 3.95041e-05 0.695139 0.720708 0.000125483 0.693238 -7.17446e-05 -0.706607 0.707606 -0.000115286 -0.707421 0.706793 -2.82027e-05 -0.705792 0.708419 -0.000141238 -0.000212238 1 -0.000141985 -0.000212891 1 -0.000140491 -0.000211585 1 -0.0001915 0.705542 0.708668 2.24859e-05 0.701518 0.712652 -0.00040548 0.709543 0.704662 0.721385 -2.93589e-05 0.692535 0.722885 4.18819e-05 0.690968 0.719881 -0.000100599 0.694098 0.000160976 -0.000230119 1 -0.0001413 -0.000213697 1 -0.000140589 -0.000213075 1 -0.000142011 -0.000214318 1 -0.6998 -0.000329505 0.714339 -0.699942 -0.000336226 0.714199 -0.699657 -0.000322784 0.714478 -0.000121028 0.704219 0.709983 -0.000171829 0.705172 0.709036 -7.0226e-05 0.703264 0.710929 + + + + + + + + + + 0.4717 0.9223 0.449 0.9017 0.449 0.9223 0.303 0.5199 0.449 0.5199 0.4452 0.5162 0.3068 0.5162 0.3062 0.5316 0.3056 0.5318 0.3057 0.5332 0.3064 0.5332 0.3056 0.5347 0.303 0.548 0.3068 0.5517 0.4452 0.5517 0.303 0.1662 0.3068 0.1699 0.4452 0.1699 0.449 0.1662 0.3039 0.5274 0.3035 0.5279 0.3044 0.529 0.305 0.5287 0.3027 0.5264 0.3023 0.5269 0.3057 0.5301 0.3051 0.5303 0.4452 0.7426 0.3529 0.7464 0.3561 0.7464 0.396 0.7464 0.3068 0.7426 0.3105 0.7464 0.3068 0.898 0.4452 0.898 0.4415 0.8942 0.3997 0.8942 0.3997 0.7464 0.4415 0.7464 0.303 0.9017 0.303 0.7389 0.303 0.7108 0.449 0.7108 0.4452 0.7071 0.3068 0.7071 0.449 0.7389 0.2899 0.5332 0.2906 0.5332 0.2907 0.5318 0.2901 0.5348 0.2901 0.5316 0.2907 0.5347 0.2905 0.5301 0.2912 0.5303 0.2919 0.529 0.2913 0.5287 0.2923 0.539 0.2928 0.5386 0.2919 0.5374 0.2913 0.5378 0.2936 0.5401 0.2939 0.5395 0.2905 0.5364 0.2912 0.5361 0.2981 0.525 0.2981 0.5257 0.2996 0.5258 0.2997 0.5252 0.2965 0.5252 0.2967 0.5258 0.3013 0.5256 0.301 0.5262 0.2923 0.5274 0.2928 0.5279 0.2939 0.5269 0.2936 0.5264 0.295 0.5256 0.2952 0.5262 0.2805 0.548 0.2805 0.7108 0.2805 0.7389 0.303 0.329 0.2805 0.329 0.2805 0.357 0.303 0.3571 0.2805 0.5198 0.1483 0.8222 0.1882 0.8222 0.1882 0.8184 0.1483 0.8184 0.303 0.9223 0.4925 0.038 0.5075 0.2585 0.5075 0 0.4925 0.245 0.4925 0.2809 0.4717 0.3431 0.46 0.1667 0.4717 0.1369 0.449 0.3571 0.4452 0.3608 0.3068 0.3608 0.4384 0.1295 0.4576 0.1295 0.4576 0.1335 0.6392 0.7556 0.6392 0.8732 0.6487 0.8913 0.4717 0.5199 0.4717 0.3571 0.46 0.5196 0.4717 0.5336 0.46 0.3291 0.6487 0.7373 0.46 0.3571 0.3561 0.8942 0.3529 0.8942 0.3105 0.8942 0.396 0.8942 0.2906 0.5363 0.3012 0.5407 0.3056 0.5301 0.295 0.5257 0.2906 0.5301 0.3012 0.5257 0.2981 0.5251 0.3023 0.5395 0.3035 0.5386 0.3044 0.5374 0.3051 0.5361 0.295 0.5407 0.2981 0.5413 0.2923 0.5389 0.3056 0.5363 0.301 0.5402 0.3038 0.5274 0.2967 0.5406 0.2981 0.5408 0.2952 0.5402 0.2996 0.5406 0.3019 0.5266 0.3018 0.5266 0.3018 0.5394 0.3019 0.5394 0.3017 0.5266 0.3017 0.5394 0.3062 0.5332 0.3061 0.5316 0.3061 0.5348 0.3015 0.5266 0.3015 0.5394 0.3014 0.5266 0.3014 0.5394 0.3016 0.5266 0.3016 0.5394 0.3038 0.5389 0.3026 0.5264 0.3048 0.5287 0.2997 0.5412 0.2965 0.5412 0.3048 0.5377 0.3026 0.54 0.2936 0.54 0.2913 0.5377 0.3062 0.5348 0.3057 0.5364 0.305 0.5378 0.449 0.548 0.2981 0.5414 0.2965 0.5413 0.2997 0.5413 0.295 0.5408 0.3039 0.539 0.3027 0.5401 0.3013 0.5408 0.4717 0.711 0.4717 0.548 0.4717 0.7388 0.46 0.1369 0.6392 0.8913 0.4717 0.9017 0.4717 0.329 0.449 0.329 0.4717 0.1663 0.4717 0.1364 0.449 0.1364 0.46 0.7102 0.4717 0.7241 0.46 0.5476 0.46 0.7381 0.5075 0.5058 0.4925 0.5237 0.4925 0.7311 0.5075 0.7488 0.4925 0.488 0.2953 0.1336 0.6392 0.7373 0.2953 0.1295 0.3144 0.1295 0.46 0.9005 0.4717 0.9212 0.4925 0 0.46 0.9212 0.2805 0.9016 0.2805 0.9223 0.2805 0.1663 0.303 0.1364 0.3006 0.5266 0.3005 0.5266 0.3005 0.5394 0.3006 0.5394 0.3004 0.5266 0.3004 0.5394 0.3008 0.5266 0.3007 0.5266 0.3007 0.5394 0.3008 0.5394 0.3003 0.5266 0.3002 0.5266 0.3002 0.5394 0.3003 0.5394 0.3001 0.5266 0.3001 0.5394 0.3012 0.5266 0.3011 0.5266 0.3011 0.5394 0.3012 0.5394 0.3013 0.5266 0.3013 0.5394 0.3009 0.5266 0.3009 0.5394 0.301 0.5266 0.301 0.5394 0.6925 0.3306 0.6925 0.5097 0.5515 0.5096 0.5515 0.3306 0.2995 0.5266 0.2994 0.5266 0.2994 0.5394 0.2995 0.5394 0.4925 0.7666 0.4925 0.9737 0.5075 1 0.4925 1 0.3 0.5266 0.2999 0.5266 0.2999 0.5394 0.3 0.5394 0.2998 0.5266 0.2998 0.5394 0.2996 0.5266 0.2996 0.5394 0.2997 0.5266 0.2997 0.5394 0.3105 0.8184 0.3105 0.8222 0.3529 0.8222 0.3529 0.8184 0.4415 0.8222 0.4415 0.8184 0.3997 0.8184 0.3997 0.8222 0.3561 0.8184 0.3561 0.8222 0.396 0.8222 0.396 0.8184 0.3068 0.3253 0.4452 0.3253 0.2805 0.1364 + + + + + + + + + + + + + + +

0 2 2 1 1 1 2 0 0 3 3 5 4 4 4 5 3 3 6 5 6 3 3 5 5 3 3 7 8 9 8 7 8 9 6 7 10 9 10 7 8 9 9 6 7 7 8 9 10 9 10 11 10 11 12 11 14 13 12 13 14 11 12 15 13 17 16 14 16 17 13 15 18 15 18 15 13 17 17 13 15 19 18 21 20 17 20 21 16 19 22 19 22 19 18 21 21 16 19 20 17 20 23 21 24 24 20 23 21 16 19 20 17 20 24 20 23 8 7 8 25 23 26 26 22 25 9 6 7 8 7 8 26 22 25 25 23 26 19 18 21 22 19 22 26 22 25 25 23 26 22 19 22 27 26 29 28 25 28 29 24 27 30 27 30 27 26 29 29 24 27 31 29 32 32 28 31 29 24 27 28 25 28 31 29 32 29 24 27 33 32 35 34 31 34 35 30 33 36 33 36 33 32 35 35 30 33 37 34 37 30 27 30 29 24 27 37 34 37 29 24 27 38 35 38 32 36 31 35 37 33 39 36 39 40 38 40 32 36 31 39 36 39 41 39 43 42 40 42 43 39 41 44 41 44 41 39 43 43 39 41 34 42 34 1 43 1 39 42 39 35 44 33 34 42 34 39 42 39 34 45 34 29 46 27 45 45 45 1 47 1 34 45 34 45 45 45 46 50 48 47 49 47 48 48 46 48 48 46 47 49 47 49 51 49 50 52 50 46 50 48 48 48 46 47 49 47 51 53 51 49 51 49 52 56 54 53 55 53 54 54 52 55 57 55 52 56 54 54 54 52 53 55 53 46 50 48 50 52 50 54 54 52 53 55 53 50 52 50 56 60 58 57 59 57 58 58 56 59 61 59 56 60 58 58 58 56 57 59 57 60 63 61 61 62 60 58 58 56 57 59 57 61 62 60 51 53 51 62 65 63 63 64 62 49 51 49 51 53 51 63 64 62 62 65 63 56 60 58 59 61 59 63 64 62 62 65 63 59 61 59 64 68 66 65 67 65 66 66 64 67 69 67 64 68 66 66 66 64 65 67 65 68 71 69 69 70 68 66 66 64 65 67 65 69 70 68 23 21 24 70 73 71 71 72 70 24 20 23 23 21 24 71 72 70 70 73 71 64 68 66 67 69 67 71 72 70 70 73 71 67 69 67 72 76 74 73 75 73 74 74 72 75 77 75 72 76 74 74 74 72 73 75 73 52 56 54 55 57 55 74 74 72 73 75 73 55 57 55 68 71 69 76 79 77 77 78 76 69 70 68 68 71 69 77 78 76 76 79 77 72 76 74 75 77 75 77 78 76 76 79 77 75 77 75 43 82 41 78 81 79 79 80 78 14 83 12 43 82 41 79 80 78 40 85 40 80 84 80 78 81 79 43 82 41 40 85 40 78 81 79 81 88 83 82 87 82 83 86 81 84 89 84 81 88 83 83 86 81 85 90 85 81 88 83 84 89 84 5 91 3 85 90 85 84 89 84 86 92 88 36 93 87 87 92 86 88 94 89 86 92 88 87 92 86 89 95 88 90 96 87 91 95 86 92 97 89 89 95 88 91 95 86 93 99 90 39 98 39 1 1 1 0 2 2 93 99 90 1 1 1 94 100 88 95 101 87 90 100 86 89 102 89 94 100 88 90 100 86 96 105 93 97 104 92 98 103 91 97 104 92 99 107 95 100 106 94 101 110 98 102 109 97 103 108 96 97 104 92 100 106 94 98 103 91 3 111 5 104 112 100 105 111 99 4 113 4 3 111 5 105 111 99 106 114 101 6 115 6 5 114 3 84 116 84 106 114 101 5 114 3 96 119 104 107 118 103 108 117 102 109 122 107 93 121 106 0 120 105 105 125 99 99 124 109 110 123 108 4 126 4 105 125 99 110 123 108 111 128 111 103 108 96 85 127 110 102 109 97 82 129 112 103 108 96 112 130 113 109 122 107 0 120 105 103 108 96 81 131 114 85 127 110 113 132 88 30 133 87 114 132 86 115 134 89 113 132 88 114 132 86 116 135 88 27 136 87 30 135 86 113 137 89 116 135 88 30 135 86 117 138 88 118 139 87 95 138 86 94 140 89 117 138 88 95 138 86 119 141 88 120 142 87 27 141 86 116 143 89 119 141 88 27 141 86 121 145 116 118 144 115 35 30 33 121 145 116 35 30 33 122 146 117 91 147 118 36 33 36 35 30 33 118 144 115 91 147 118 35 30 33 123 148 88 31 149 87 28 148 86 124 150 89 123 148 88 28 148 86 125 151 88 33 152 87 36 151 86 86 153 89 125 151 88 36 151 86 126 156 121 127 155 120 128 154 119 126 156 121 128 154 119 129 157 122 128 154 119 130 158 123 129 157 122 129 157 122 131 159 124 126 156 121 129 157 122 132 160 125 131 159 124 11 163 11 133 162 127 134 161 126 11 163 11 135 165 129 136 164 128 11 163 11 136 164 128 133 162 127 128 154 119 137 166 46 130 158 123 130 158 123 138 167 72 129 157 122 127 155 120 139 169 131 140 168 130 127 155 120 140 168 130 128 154 119 140 168 130 141 170 132 128 154 119 126 156 121 142 171 133 127 155 120 11 163 11 134 161 126 143 172 134 131 159 124 144 173 135 126 156 121 7 175 9 11 163 11 47 174 47 7 175 9 47 174 47 46 176 48 11 163 11 62 178 63 51 177 51 11 163 11 51 177 51 47 174 47 7 175 9 52 180 54 73 179 73 7 175 9 73 179 73 72 181 74 7 175 9 46 176 48 53 182 53 7 175 9 53 182 53 52 180 54 11 163 11 145 184 137 146 183 136 11 163 11 146 183 136 147 185 138 11 163 11 143 172 134 148 186 139 11 163 11 148 186 139 145 184 137 11 163 11 57 188 57 56 187 58 11 163 11 56 187 58 62 178 63 11 163 11 147 185 138 60 189 61 11 163 11 60 189 61 57 188 57 9 192 142 149 191 141 150 190 140 10 193 143 9 192 142 150 190 140 26 194 145 142 195 144 149 194 141 9 196 142 26 194 145 149 194 141 126 156 121 151 198 147 150 197 146 150 197 146 149 199 148 142 171 133 10 193 143 150 190 140 151 200 140 152 201 143 10 193 143 151 200 140 24 202 150 153 203 149 154 202 149 21 204 150 24 202 150 154 202 149 71 205 152 127 206 151 153 205 149 24 207 150 71 205 152 153 205 149 22 208 154 155 209 153 142 208 144 26 210 145 22 208 154 142 208 144 21 211 150 154 211 149 155 211 153 22 212 154 21 211 150 155 211 153 129 157 122 156 213 68 132 160 125 132 160 125 157 214 67 131 159 124 130 158 123 158 215 55 138 167 72 138 167 72 159 216 75 129 157 122 126 156 121 150 197 146 142 171 133 142 171 133 154 217 155 127 155 120 131 159 124 160 218 156 144 173 135 144 173 135 161 219 157 126 156 121 127 155 120 162 220 158 139 169 131 139 169 131 163 221 159 140 168 130 142 171 133 155 222 160 154 217 155 154 217 155 153 223 161 127 155 120 128 154 119 164 224 49 137 166 46 137 166 46 165 225 50 130 158 123 140 168 130 166 226 162 141 170 132 141 170 132 167 227 163 128 154 119 135 229 129 11 10 11 152 228 164 168 230 165 135 229 129 152 228 164 7 175 9 19 232 21 25 231 26 7 175 9 25 231 26 8 233 8 136 234 128 135 229 129 168 230 165 169 235 166 136 234 128 168 230 165 10 9 10 152 228 164 11 10 11 170 236 167 12 11 14 14 11 12 7 175 9 68 238 69 65 237 65 7 175 9 65 237 65 64 239 66 7 175 9 72 181 74 76 240 77 7 175 9 76 240 77 68 238 69 7 175 9 23 242 24 20 241 20 7 175 9 20 241 20 19 232 21 7 175 9 64 239 66 70 243 71 7 175 9 70 243 71 23 242 24 146 246 136 145 245 137 171 244 168 172 247 169 146 246 136 171 244 168 145 245 137 148 249 139 173 248 170 171 244 168 145 245 137 173 248 170 60 63 61 147 251 138 174 250 171 61 62 60 60 63 61 174 250 171 147 251 138 146 246 136 172 247 169 174 250 171 147 251 138 172 247 169 134 254 126 133 253 127 175 252 172 176 255 173 134 254 126 175 252 172 133 253 127 136 234 128 169 235 166 175 252 172 133 253 127 169 235 166 148 249 139 143 257 134 177 256 174 173 248 170 148 249 139 177 256 174 143 257 134 134 254 126 176 255 173 177 256 174 143 257 134 176 255 173 178 260 176 179 259 175 42 258 42 170 261 167 178 260 176 42 258 42 179 259 175 180 263 177 45 262 45 42 258 42 179 259 175 45 262 45 101 110 98 181 264 178 102 109 97 109 122 107 182 265 179 93 121 106 45 262 45 180 263 177 183 266 180 1 1 1 45 262 45 183 266 180 184 268 182 100 267 181 99 124 109 105 125 99 184 268 182 99 124 109 107 271 184 98 270 183 18 269 18 108 272 185 107 271 184 18 269 18 4 126 4 110 123 108 178 260 176 170 261 167 4 126 4 178 260 176 18 269 18 98 270 183 100 267 181 184 268 182 18 269 18 100 267 181 185 274 187 111 128 111 78 273 186 111 128 111 85 127 110 79 275 188 185 274 187 78 273 186 80 276 189 111 128 111 79 275 188 78 273 186 97 104 92 186 277 190 99 107 95 187 280 193 179 279 192 178 278 191 103 108 96 82 129 112 81 131 114 186 277 190 110 281 194 99 107 95 96 119 104 108 117 102 101 282 195 112 130 113 0 120 105 2 283 196 101 282 195 188 285 198 181 284 197 108 117 102 188 285 198 101 282 195 185 274 187 80 276 189 189 286 199 109 287 200 185 274 187 189 286 199 96 105 93 98 103 91 107 288 201 109 287 200 189 286 199 182 289 202 190 290 88 191 291 87 192 290 86 193 292 89 190 290 88 192 290 86 88 293 88 87 294 87 194 293 86 195 295 89 88 293 88 194 293 86 115 296 88 114 297 87 120 296 86 119 298 89 115 296 88 120 296 86 196 299 88 197 300 87 198 299 86 199 301 89 196 299 88 198 299 86 124 302 88 28 303 87 191 302 86 190 304 89 124 302 88 191 302 86 200 305 88 201 306 87 37 305 86 202 307 89 200 305 88 37 305 86 203 308 88 204 309 87 201 308 86 200 310 89 203 308 88 201 308 86 199 311 88 198 312 87 121 311 86 205 313 89 199 311 88 121 311 86 189 314 203 80 84 80 40 85 40 39 98 39 189 314 203 40 85 40 182 315 204 189 314 203 39 98 39 93 99 90 182 315 204 39 98 39 83 86 81 82 87 82 102 316 205 17 317 15 83 86 81 102 316 205 79 80 78 85 90 85 5 91 3 14 83 12 79 80 78 5 91 3 105 125 99 84 89 84 83 86 81 184 268 182 105 125 99 83 86 81 188 318 206 108 272 185 18 269 18 17 317 15 188 318 206 18 269 18 43 82 41 42 258 42 45 262 45 40 85 40 43 82 41 45 262 45 5 91 3 4 126 4 170 261 167 14 83 12 5 91 3 170 261 167 49 319 209 165 320 208 137 319 207 48 321 210 49 319 209 137 319 207 63 322 212 130 323 211 165 322 208 49 324 209 63 322 212 165 322 208 50 327 215 164 326 214 128 325 213 54 328 216 50 327 215 128 325 213 48 330 210 137 329 207 164 326 214 50 327 215 48 330 210 164 326 214 61 331 219 159 332 218 138 331 217 58 333 220 61 331 219 138 331 217 174 334 222 129 335 221 159 334 218 61 336 219 174 334 222 159 334 218 59 337 212 158 338 211 130 337 211 63 339 212 59 337 212 130 337 211 58 340 220 138 341 217 158 340 211 59 342 212 58 340 220 158 340 211 69 343 225 163 344 224 139 343 223 66 345 226 69 343 225 139 343 223 77 346 225 140 347 224 163 346 224 69 348 225 77 346 225 163 346 224 67 349 228 162 350 227 127 349 151 71 351 152 67 349 228 127 349 151 66 352 226 139 353 223 162 352 227 67 354 228 66 352 226 162 352 227 55 355 216 167 356 213 141 355 229 74 357 230 55 355 216 141 355 229 54 358 216 128 359 213 167 358 213 55 360 216 54 358 216 167 358 213 75 361 232 166 362 231 140 361 224 77 363 225 75 361 232 140 361 224 74 364 230 141 365 229 166 364 231 75 366 232 74 364 230 166 364 231 185 369 235 187 368 234 186 367 233 111 370 236 185 369 235 186 367 233 111 370 235 186 367 234 97 371 233 103 372 236 111 370 235 97 371 233 152 373 239 151 374 238 126 373 237 168 375 240 152 373 239 126 373 237 109 377 235 112 376 234 187 368 233 185 369 236 109 377 235 187 368 233 183 379 242 180 378 241 187 280 193 112 380 243 183 379 242 187 280 193 186 277 190 187 280 193 178 278 191 186 277 190 178 278 191 110 281 194 103 372 235 97 371 234 96 381 233 101 382 236 103 372 235 96 381 233 187 280 193 180 378 241 179 279 192 112 380 243 2 383 244 183 379 242 173 384 247 157 385 246 132 384 245 171 386 248 173 384 247 132 384 245 177 387 250 131 388 249 157 387 246 173 389 247 177 387 250 157 387 246 172 390 248 156 391 245 129 390 221 174 392 222 172 390 248 129 390 221 171 393 248 132 394 245 156 393 245 172 395 248 171 393 248 156 393 245 169 396 252 161 397 251 144 396 251 175 398 252 169 396 252 144 396 251 168 399 240 126 400 237 161 399 251 169 401 252 168 399 240 161 399 251 176 402 254 160 403 253 131 402 249 177 404 250 176 402 254 131 402 249 175 405 252 144 406 251 160 405 253 176 407 254 175 405 252 160 405 253 198 410 257 197 409 256 192 408 255 191 411 258 198 410 257 192 408 255 201 414 261 204 413 260 194 412 259 87 415 262 201 414 261 194 412 259 90 418 265 95 417 264 120 416 263 114 419 266 90 418 265 120 416 263 95 417 264 198 410 257 191 411 258 120 416 263 95 417 264 191 411 258 27 26 29 120 416 263 191 411 258 28 25 28 27 26 29 191 411 258 37 34 37 201 414 261 114 419 266 30 27 30 37 34 37 114 419 266 91 147 118 90 418 265 87 415 262 36 33 36 91 147 118 87 415 262 121 145 116 198 410 257 95 417 264 118 144 115 121 145 116 95 417 264 92 420 88 91 421 87 118 420 86 117 422 89 92 420 88 118 420 86 205 423 88 121 424 87 122 423 86 206 425 89 205 423 88 122 423 86 195 426 88 194 427 87 33 426 86 125 428 89 195 426 88 33 426 86 206 429 88 122 430 87 197 429 86 196 431 89 206 429 88 197 429 86 202 432 88 37 433 87 38 432 86 207 434 89 202 432 88 38 432 86 87 415 262 90 418 265 114 419 266 201 414 261 87 415 262 114 419 266 207 435 88 38 436 87 204 435 86 203 437 89 207 435 88 204 435 86 193 438 88 192 439 87 31 438 86 123 440 89 193 438 88 31 438 86 15 441 17 208 442 268 209 441 267 16 443 16 15 441 17 209 441 267 208 444 268 15 445 17 18 444 18 184 446 182 208 444 268 18 444 18 13 447 13 44 448 44 43 447 41 14 449 12 13 447 13 43 447 41 208 450 268 184 451 182 83 450 81 209 452 267 208 450 268 83 450 81 104 453 100 3 454 5 6 453 6 106 455 101 104 453 100 6 453 6 104 456 100 106 457 101 84 456 84 105 458 99 104 456 100 84 456 84 16 459 16 209 460 267 83 459 81 17 461 15 16 459 16 83 459 81 17 317 15 102 316 205 181 462 269 188 318 206 17 317 15 181 462 269 192 408 255 197 409 256 32 28 31 31 29 32 192 408 255 32 28 31 122 146 117 35 30 33 32 28 31 197 409 256 122 146 117 32 28 31 194 412 259 204 413 260 34 31 34 33 32 35 194 412 259 34 31 34 38 35 38 29 24 27 34 31 34 204 413 260 38 35 38 34 31 34 12 463 14 41 464 43 44 463 44 13 465 13 12 463 14 44 463 44 41 466 43 12 467 14 170 466 167 42 468 42 41 466 43 170 466 167 29 469 27 32 470 31 40 469 40 45 471 45 29 469 27 40 469 40 1 1 1 183 266 180 2 0 0

+
+
+
+
+ + + + 2.99652 19.7124 6.65439 + 0 1 0 360 + 1 0 0 4.00109e-08 + 0 0 1 -360 + 1 1 1 + + + + + + + + + + + + -0.0051489 19.7124 -0.00314426 + 0 1 0 360 + 1 0 0 4.00109e-08 + 0 0 1 -360 + 1 1 1 + + + + + + + + + + + + -0.00377275 29.1903 0.00101795 + 0 1 0 360 + 1 0 0 4.00109e-08 + 0 0 1 -360 + 1 1 1 + + + + + + + + + + + + -0.00430852 30.2195 0.00112915 + 0 1 0 360 + 1 0 0 4.00109e-08 + 0 0 1 -360 + 1 1 1 + + + + + + + + + + + + -0.00366079 29.7128 0.00144024 + 0 1 0 360 + 1 0 0 4.00109e-08 + 0 0 1 -360 + 1 1 1 + + + + + + + + + + + + -0.0072178 28.6679 0.00470066 + 0 1 0 360 + 1 0 0 4.00109e-08 + 0 0 1 -360 + 1 1 1 + + + + + + + + + + + + -0.00769693 28.4773 0.00450497 + 0 1 0 360 + 1 0 0 4.00109e-08 + 0 0 1 -360 + 1 1 1 + + + + + + + + + + + + -0.00757295 28.2495 0.00476151 + 0 1 0 360 + 1 0 0 4.00109e-08 + 0 0 1 -360 + 1 1 1 + + + + + + + + + + + + -0.00727598 28.0463 0.004809 + 0 1 0 360 + 1 0 0 4.00109e-08 + 0 0 1 -360 + 1 1 1 + + + + + + + + + + + + -0.00771047 29.0368 0.00503712 + 0 1 0 360 + 1 0 0 4.00109e-08 + 0 0 1 -360 + 1 1 1 + + + + + + + + + + + + -0.905011 14.6163 6.90356 + 0 1 0 360 + 1 0 0 4.00109e-08 + 0 0 1 -360 + 1 1 1 + + + + + + + + + + + + -5.79971e-05 15.4468 0.000356293 + 0 1 0 5.12264e-06 + 1 0 0 4.00158e-08 + 0 0 1 -5.12264e-06 + 1 1 1 + + + + + + + + + + + + 0.703305 14.6166 7.01261 + 0 1 0 360 + 1 0 0 4.00109e-08 + 0 0 1 -360 + 1 1 1 + + + + + + + + + + + + 2.90361 11.946 6.65341 + 0 1 0 360 + 1 0 0 4.00109e-08 + 0 0 1 -360 + 1 1 1 + + + + + + + + + + + + + + + +
diff --git a/Assets/MR Assets/TARDIS/TARDIS.mtl b/Assets/MR Assets/TARDIS/TARDIS.mtl new file mode 100644 index 0000000..3652222 --- /dev/null +++ b/Assets/MR Assets/TARDIS/TARDIS.mtl @@ -0,0 +1,19 @@ +# ========================================================================== +# Wavefront Material file +# Exported by Red-i Productions' "Riptide" +# (a free plugin for Cinema 4D PC & Mac, R7.3 or later) +# +# Red-i Productions +# http://skinprops.com +# +# ========================================================================== + +newmtl Mat +illum 2 +Kd 1.000000 1.000000 1.000000 +map_Kd 8ca4ee08.png + +newmtl d9c2a958_dds +illum 2 +Kd 0.800000 0.800000 0.800000 +map_Kd 79797c43.png diff --git a/Assets/MR Assets/TARDIS/c6ec23a4.png b/Assets/MR Assets/TARDIS/c6ec23a4.png new file mode 100644 index 0000000..9494b37 Binary files /dev/null and b/Assets/MR Assets/TARDIS/c6ec23a4.png differ diff --git a/Assets/MR Assets/TARDIS/reflecty.png b/Assets/MR Assets/TARDIS/reflecty.png new file mode 100644 index 0000000..ca353ba Binary files /dev/null and b/Assets/MR Assets/TARDIS/reflecty.png differ diff --git a/Assets/MR Assets/TARDIS/tardisnormal.png b/Assets/MR Assets/TARDIS/tardisnormal.png new file mode 100644 index 0000000..3505810 Binary files /dev/null and b/Assets/MR Assets/TARDIS/tardisnormal.png differ diff --git a/Assets/MR Assets/The Gardner house/Black Metal.JPG b/Assets/MR Assets/The Gardner house/Black Metal.JPG new file mode 100644 index 0000000..b5f3a69 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Black Metal.JPG differ diff --git a/Assets/MR Assets/The Gardner house/Brass.JPG b/Assets/MR Assets/The Gardner house/Brass.JPG new file mode 100644 index 0000000..9d662da Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Brass.JPG differ diff --git a/Assets/MR Assets/The Gardner house/Carpet.jpg b/Assets/MR Assets/The Gardner house/Carpet.jpg new file mode 100644 index 0000000..8a9a4e2 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Carpet.jpg differ diff --git a/Assets/MR Assets/The Gardner house/Cement.jpg b/Assets/MR Assets/The Gardner house/Cement.jpg new file mode 100644 index 0000000..248952e Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Cement.jpg differ diff --git a/Assets/MR Assets/The Gardner house/DoorB.jpg b/Assets/MR Assets/The Gardner house/DoorB.jpg new file mode 100644 index 0000000..8e307ee Binary files /dev/null and b/Assets/MR Assets/The Gardner house/DoorB.jpg differ diff --git a/Assets/MR Assets/The Gardner house/DoorTrim.jpg b/Assets/MR Assets/The Gardner house/DoorTrim.jpg new file mode 100644 index 0000000..e121e24 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/DoorTrim.jpg differ diff --git a/Assets/MR Assets/The Gardner house/Doorknob.JPG b/Assets/MR Assets/The Gardner house/Doorknob.JPG new file mode 100644 index 0000000..0fe781e Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Doorknob.JPG differ diff --git a/Assets/MR Assets/The Gardner house/Doormat1.JPG b/Assets/MR Assets/The Gardner house/Doormat1.JPG new file mode 100644 index 0000000..1f4d1d0 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Doormat1.JPG differ diff --git a/Assets/MR Assets/The Gardner house/Driveway.jpg b/Assets/MR Assets/The Gardner house/Driveway.jpg new file mode 100644 index 0000000..ead51c6 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Driveway.jpg differ diff --git a/Assets/MR Assets/The Gardner house/Garage.jpg b/Assets/MR Assets/The Gardner house/Garage.jpg new file mode 100644 index 0000000..869d63d Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Garage.jpg differ diff --git a/Assets/MR Assets/The Gardner house/GardnerHouse1.mtl b/Assets/MR Assets/The Gardner house/GardnerHouse1.mtl new file mode 100644 index 0000000..7a7f158 --- /dev/null +++ b/Assets/MR Assets/The Gardner house/GardnerHouse1.mtl @@ -0,0 +1,209 @@ +newmtl whiteeave +Ns 30 +Ka 0.509804 0.509804 0.509804 +Kd 0.560784 0.560784 0.560784 +Ks 0.0980392 0.0980392 0.0980392 +map_Kd WhiteEave.jpg +newmtl Roof +Ns 30 +Ka 0 0 0 +Kd 0.909804 0.901961 0.894118 +Ks 0.0671397 0.0851301 0.183032 +map_Kd Roof.jpg +newmtl house +Ns 30 +Ka 0.513726 0.513726 0.513726 +Kd 0.486275 0.486275 0.486275 +Ks 0.38822 0.305867 0.196063 +map_Kd House.jpg +newmtl interior1 +Ns 30 +Ka 0.639216 0.639216 0.639216 +Kd 0.490196 0.490196 0.490196 +Ks 0.0588235 0.0588235 0.0588235 +map_Kd Interior1.jpg +newmtl doortrim1 +Ns 30 +Ka 0.584314 0.584314 0.584314 +Kd 0.521569 0.521569 0.521569 +Ks 0.0392157 0.0392157 0.0392157 +map_Kd DoorTrim.jpg +newmtl cement +Ns 30 +Ka 0.541176 0.541176 0.541176 +Kd 0.47451 0.47451 0.47451 +Ks 0.0862745 0.0862745 0.0862745 +map_Kd Cement.jpg +newmtl mat1 +Ns 30 +Ka 0.52549 0.52549 0.52549 +Kd 0.372549 0.372549 0.372549 +Ks 0.560784 0.486275 0.262745 +map_Kd Mat 1.jpg +newmtl interior2 +Ns 30 +Ka 0.6 0.6 0.6 +Kd 0.45098 0.45098 0.45098 +Ks 0.101961 0.101961 0.101961 +map_Kd Interior2.jpg +newmtl whitetrim +Ns 30 +Ka 0.576471 0.576471 0.576471 +Kd 0.501961 0.501961 0.501961 +Ks 0.0705882 0.0705882 0.0705882 +map_Kd White Trim.jpg +newmtl Preview +Ns 10 +Ka 0 0 0 +Kd 0.992157 0.992157 0.992157 +Ks 1 1 1 +newmtl porch1 +Ns 30 +Ka 0.568627 0.568627 0.568627 +Kd 0.478431 0.478431 0.478431 +Ks 0.0509804 0.0509804 0.0509804 +map_Kd Porch1.jpg +newmtl metal +Ns 30 +Ka 0.521569 0.521569 0.521569 +Kd 0.521569 0.521569 0.521569 +Ks 0.447059 0.447059 0.447059 +map_Kd Metal.jpg +newmtl window +Ns 30 +Ka 0.66273 0.482353 0.756863 +Kd 0.86273 0.580377 0.86273 +Ks 0.165576 0.171695 0.14963 +map_Kd woodframe.jpg +newmtl wood +Ns 1 +Ka 0.494118 0.494118 0.494118 +Kd 0.439216 0.439216 0.439216 +Ks 0.0666667 0.0666667 0.0666667 +map_Kd woodframeone.jpg +newmtl whitepost +Ns 30 +Ka 0 0 0 +Kd 0.956863 0.956863 0.956863 +Ks 0.137425 0.0661153 0.117649 +newmtl white +Ns 30 +Ka 0.576471 0.576471 0.576471 +Kd 0.396078 0.396078 0.396078 +Ks 0.0509804 0.0509804 0.0509804 +map_Kd White.jpg +newmtl doorframe +Ns 30 +Ka 0.521569 0.521569 0.521569 +Kd 0.486275 0.486275 0.486275 +Ks 0.188235 0.188235 0.188235 +map_Kd doorFrame.jpg +newmtl black +Ns 30 +Ka 0 0 0 +Kd 0.207843 0.207843 0.207843 +Ks 0.040022 0.164849 0.0646992 +newmtl carpet +Ns 30 +Ka 0.6 0.6 0.6 +Kd 0.486275 0.486275 0.486275 +Ks 0.294118 0.294118 0.294118 +map_Kd Carpet.jpg +newmtl whitearch +Ns 30 +Ka 0 0 0 +Kd 0.701961 0.701961 0.701961 +Ks 0.129809 0.166949 0.162356 +newmtl backPatio +Ns 30 +Ka 0.564706 0.564706 0.564706 +Kd 0.513726 0.513726 0.513726 +Ks 0.0588235 0.0588235 0.0588235 +map_Kd backPatio.jpg +newmtl metal2 +Ns 30 +Ka 0.564706 0.564706 0.564706 +Kd 0.337255 0.337255 0.337255 +Ks 0.282353 0.282353 0.282353 +map_Kd Metal2.jpg +newmtl wooddoor +Ns 30 +Ka 0.552941 0.552941 0.552941 +Kd 0.505882 0.505882 0.505882 +Ks 0.27451 0.27451 0.27451 +map_Kd Wooddoor.jpg +newmtl doorglass +Ns 30 +Ka 0.619608 0.619608 0.619608 +Kd 0.15314 0.910384 0.94374 +Ks 0.117983 0.185443 0.00834669 +newmtl doorknob +Ns 30 +Ka 0.533333 0.533333 0.533333 +Kd 0.490196 0.490196 0.490196 +Ks 0.215686 0.215686 0.215686 +map_Kd Doorknob.jpg +newmtl glass +Ns 30 +Ka 0.858824 0.858824 0.858824 +Kd 0 0.152926 0.929412 +Ks 0.0332036 0.124041 0.0905165 +newmtl light +Ns 30 +Ka 0.6 0.6 0.6 +Kd 0.552941 0.552941 0.552941 +Ks 0.211765 0.211765 0.211765 +map_Kd Light.jpg +newmtl brass +Ns 30 +Ka 0.470588 0.470588 0.470588 +Kd 0.490196 0.490196 0.490196 +Ks 0.615686 0.615686 0 +map_Kd Brass.jpg +newmtl doormat +Ns 30 +Ka 0.509804 0.509804 0.509804 +Kd 0.498039 0.498039 0.498039 +Ks 0.12549 0.12549 0.12549 +map_Kd Doormat1.jpg +newmtl driveway +Ns 30 +Ka 0.545098 0.545098 0.545098 +Kd 0.490196 0.490196 0.490196 +Ks 0.211765 0.211765 0.211765 +map_Kd Driveway.jpg +newmtl Gooddoor +Ns 30 +Ka 0.54902 0.54902 0.54902 +Kd 0.509804 0.509804 0.509804 +Ks 0.219608 0.219608 0.219608 +map_Kd Good Door.jpg +newmtl blackmetal +Ns 30 +Ka 0.54902 0.54902 0.54902 +Kd 0.443137 0.443137 0.443137 +Ks 0.305882 0.305882 0.305882 +map_Kd Black Metal.jpg +newmtl doorwindow +Ns 30 +Ka 0.564706 0.564706 0.564706 +Kd 0.501961 0 1 +Ks 0.112337 0.0277867 0.0571603 +map_Kd Glass 1.jpg +newmtl gold +Ns 30 +Ka 0 0 0 +Kd 0.543687 0.600696 0.707144 +Ks 0.107474 0.0304392 0.165709 +newmtl garage +Ns 30 +Ka 0.545098 0.545098 0.545098 +Kd 0.345098 0.345098 0.345098 +Ks 0.0313725 0.0313725 0.0313725 +map_Kd Garage.jpg +newmtl doorB +Ns 30 +Ka 0.568597 0.568597 0.568597 +Kd 0.337255 0.337255 0.337255 +Ks 0.235279 0.235279 0.235279 +map_Kd DoorB.jpg diff --git a/Assets/MR Assets/The Gardner house/Glass 1.jpg b/Assets/MR Assets/The Gardner house/Glass 1.jpg new file mode 100644 index 0000000..64497ff Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Glass 1.jpg differ diff --git a/Assets/MR Assets/The Gardner house/Good Door.jpg b/Assets/MR Assets/The Gardner house/Good Door.jpg new file mode 100644 index 0000000..10738e6 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Good Door.jpg differ diff --git a/Assets/MR Assets/The Gardner house/House.jpg b/Assets/MR Assets/The Gardner house/House.jpg new file mode 100644 index 0000000..2d78fd9 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/House.jpg differ diff --git a/Assets/MR Assets/The Gardner house/Interior1.JPG b/Assets/MR Assets/The Gardner house/Interior1.JPG new file mode 100644 index 0000000..eb207d2 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Interior1.JPG differ diff --git a/Assets/MR Assets/The Gardner house/Interior2.JPG b/Assets/MR Assets/The Gardner house/Interior2.JPG new file mode 100644 index 0000000..1ae442c Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Interior2.JPG differ diff --git a/Assets/MR Assets/The Gardner house/Light.jpg b/Assets/MR Assets/The Gardner house/Light.jpg new file mode 100644 index 0000000..34f8df4 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Light.jpg differ diff --git a/Assets/MR Assets/The Gardner house/Mat 1.jpg b/Assets/MR Assets/The Gardner house/Mat 1.jpg new file mode 100644 index 0000000..5cdb4df Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Mat 1.jpg differ diff --git a/Assets/MR Assets/The Gardner house/Materials/Gooddoor.mat b/Assets/MR Assets/The Gardner house/Materials/Gooddoor.mat new file mode 100644 index 0000000..186e043 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/Gooddoor.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/No Name.mat b/Assets/MR Assets/The Gardner house/Materials/No Name.mat new file mode 100644 index 0000000..c22e835 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/No Name.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/Preview.mat b/Assets/MR Assets/The Gardner house/Materials/Preview.mat new file mode 100644 index 0000000..78f6991 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/Preview.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/Roof.mat b/Assets/MR Assets/The Gardner house/Materials/Roof.mat new file mode 100644 index 0000000..c056609 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/Roof.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/backPatio.mat b/Assets/MR Assets/The Gardner house/Materials/backPatio.mat new file mode 100644 index 0000000..9173091 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/backPatio.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/black.mat b/Assets/MR Assets/The Gardner house/Materials/black.mat new file mode 100644 index 0000000..ae02cfc Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/black.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/blackmetal.mat b/Assets/MR Assets/The Gardner house/Materials/blackmetal.mat new file mode 100644 index 0000000..81aec96 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/blackmetal.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/brass.mat b/Assets/MR Assets/The Gardner house/Materials/brass.mat new file mode 100644 index 0000000..b0af12c Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/brass.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/carpet.mat b/Assets/MR Assets/The Gardner house/Materials/carpet.mat new file mode 100644 index 0000000..03ed827 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/carpet.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/cement.mat b/Assets/MR Assets/The Gardner house/Materials/cement.mat new file mode 100644 index 0000000..e57129c Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/cement.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/doorB.mat b/Assets/MR Assets/The Gardner house/Materials/doorB.mat new file mode 100644 index 0000000..dc60d25 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/doorB.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/doorframe.mat b/Assets/MR Assets/The Gardner house/Materials/doorframe.mat new file mode 100644 index 0000000..0baa67a Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/doorframe.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/doorglass.mat b/Assets/MR Assets/The Gardner house/Materials/doorglass.mat new file mode 100644 index 0000000..41d6f9c Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/doorglass.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/doormat.mat b/Assets/MR Assets/The Gardner house/Materials/doormat.mat new file mode 100644 index 0000000..b71007a Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/doormat.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/doortrim1.mat b/Assets/MR Assets/The Gardner house/Materials/doortrim1.mat new file mode 100644 index 0000000..97cdc76 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/doortrim1.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/doorwindow.mat b/Assets/MR Assets/The Gardner house/Materials/doorwindow.mat new file mode 100644 index 0000000..f64d736 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/doorwindow.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/driveway.mat b/Assets/MR Assets/The Gardner house/Materials/driveway.mat new file mode 100644 index 0000000..61900ab Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/driveway.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/garage.mat b/Assets/MR Assets/The Gardner house/Materials/garage.mat new file mode 100644 index 0000000..169fc14 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/garage.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/gold.mat b/Assets/MR Assets/The Gardner house/Materials/gold.mat new file mode 100644 index 0000000..2e7cf84 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/gold.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/house.mat b/Assets/MR Assets/The Gardner house/Materials/house.mat new file mode 100644 index 0000000..d9e8e0a Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/house.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/interior1.mat b/Assets/MR Assets/The Gardner house/Materials/interior1.mat new file mode 100644 index 0000000..1097e89 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/interior1.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/interior2.mat b/Assets/MR Assets/The Gardner house/Materials/interior2.mat new file mode 100644 index 0000000..2158e6a Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/interior2.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/mat1.mat b/Assets/MR Assets/The Gardner house/Materials/mat1.mat new file mode 100644 index 0000000..04ce0e7 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/mat1.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/metal.mat b/Assets/MR Assets/The Gardner house/Materials/metal.mat new file mode 100644 index 0000000..7ab31db Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/metal.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/metal2.mat b/Assets/MR Assets/The Gardner house/Materials/metal2.mat new file mode 100644 index 0000000..9ac45ee Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/metal2.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/porch1.mat b/Assets/MR Assets/The Gardner house/Materials/porch1.mat new file mode 100644 index 0000000..6f60bfd Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/porch1.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/white.mat b/Assets/MR Assets/The Gardner house/Materials/white.mat new file mode 100644 index 0000000..09335e8 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/white.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/whitearch.mat b/Assets/MR Assets/The Gardner house/Materials/whitearch.mat new file mode 100644 index 0000000..2bf266d Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/whitearch.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/whiteeave.mat b/Assets/MR Assets/The Gardner house/Materials/whiteeave.mat new file mode 100644 index 0000000..c033bbf Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/whiteeave.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/whitepost.mat b/Assets/MR Assets/The Gardner house/Materials/whitepost.mat new file mode 100644 index 0000000..020dd8d Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/whitepost.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/whitetrim.mat b/Assets/MR Assets/The Gardner house/Materials/whitetrim.mat new file mode 100644 index 0000000..5b9cf1e Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/whitetrim.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/window.mat b/Assets/MR Assets/The Gardner house/Materials/window.mat new file mode 100644 index 0000000..333d634 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/window.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/wood.mat b/Assets/MR Assets/The Gardner house/Materials/wood.mat new file mode 100644 index 0000000..ae05891 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/wood.mat differ diff --git a/Assets/MR Assets/The Gardner house/Materials/wooddoor.mat b/Assets/MR Assets/The Gardner house/Materials/wooddoor.mat new file mode 100644 index 0000000..1430432 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Materials/wooddoor.mat differ diff --git a/Assets/MR Assets/The Gardner house/Metal.jpg b/Assets/MR Assets/The Gardner house/Metal.jpg new file mode 100644 index 0000000..9cb87f8 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Metal.jpg differ diff --git a/Assets/MR Assets/The Gardner house/Metal2.JPG b/Assets/MR Assets/The Gardner house/Metal2.JPG new file mode 100644 index 0000000..e820548 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Metal2.JPG differ diff --git a/Assets/MR Assets/The Gardner house/Porch1.jpg b/Assets/MR Assets/The Gardner house/Porch1.jpg new file mode 100644 index 0000000..ead905a Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Porch1.jpg differ diff --git a/Assets/MR Assets/The Gardner house/Readme.doc b/Assets/MR Assets/The Gardner house/Readme.doc new file mode 100644 index 0000000..e45127f Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Readme.doc differ diff --git a/Assets/MR Assets/The Gardner house/Roof.jpg b/Assets/MR Assets/The Gardner house/Roof.jpg new file mode 100644 index 0000000..7b3dfa1 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Roof.jpg differ diff --git a/Assets/MR Assets/The Gardner house/Silver.jpg b/Assets/MR Assets/The Gardner house/Silver.jpg new file mode 100644 index 0000000..5491f1c Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Silver.jpg differ diff --git a/Assets/MR Assets/The Gardner house/Wallpaper22.JPG b/Assets/MR Assets/The Gardner house/Wallpaper22.JPG new file mode 100644 index 0000000..d2facbe Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Wallpaper22.JPG differ diff --git a/Assets/MR Assets/The Gardner house/White Trim.jpg b/Assets/MR Assets/The Gardner house/White Trim.jpg new file mode 100644 index 0000000..464845d Binary files /dev/null and b/Assets/MR Assets/The Gardner house/White Trim.jpg differ diff --git a/Assets/MR Assets/The Gardner house/White.jpg b/Assets/MR Assets/The Gardner house/White.jpg new file mode 100644 index 0000000..eaf3b9a Binary files /dev/null and b/Assets/MR Assets/The Gardner house/White.jpg differ diff --git a/Assets/MR Assets/The Gardner house/WhiteEave.jpg b/Assets/MR Assets/The Gardner house/WhiteEave.jpg new file mode 100644 index 0000000..b794113 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/WhiteEave.jpg differ diff --git a/Assets/MR Assets/The Gardner house/Wooddoor.JPG b/Assets/MR Assets/The Gardner house/Wooddoor.JPG new file mode 100644 index 0000000..d538a6c Binary files /dev/null and b/Assets/MR Assets/The Gardner house/Wooddoor.JPG differ diff --git a/Assets/MR Assets/The Gardner house/backPatio.JPG b/Assets/MR Assets/The Gardner house/backPatio.JPG new file mode 100644 index 0000000..cca25e1 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/backPatio.JPG differ diff --git a/Assets/MR Assets/The Gardner house/doorFrame.JPG b/Assets/MR Assets/The Gardner house/doorFrame.JPG new file mode 100644 index 0000000..3b0705a Binary files /dev/null and b/Assets/MR Assets/The Gardner house/doorFrame.JPG differ diff --git a/Assets/MR Assets/The Gardner house/woodframe.jpg b/Assets/MR Assets/The Gardner house/woodframe.jpg new file mode 100644 index 0000000..0bd6c40 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/woodframe.jpg differ diff --git a/Assets/MR Assets/The Gardner house/woodframeone.jpg b/Assets/MR Assets/The Gardner house/woodframeone.jpg new file mode 100644 index 0000000..0bd6c40 Binary files /dev/null and b/Assets/MR Assets/The Gardner house/woodframeone.jpg differ diff --git a/Assets/MR Assets/bloop.wav b/Assets/MR Assets/bloop.wav new file mode 100644 index 0000000..5cb2a2c Binary files /dev/null and b/Assets/MR Assets/bloop.wav differ diff --git a/Assets/MR Assets/builds/Materials/BaseMat.mat b/Assets/MR Assets/builds/Materials/BaseMat.mat new file mode 100644 index 0000000..96d63f9 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/BaseMat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Box09Mat.mat b/Assets/MR Assets/builds/Materials/Box09Mat.mat new file mode 100644 index 0000000..aa48002 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Box09Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Box10Mat.mat b/Assets/MR Assets/builds/Materials/Box10Mat.mat new file mode 100644 index 0000000..2f7e4e9 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Box10Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Box11Mat.mat b/Assets/MR Assets/builds/Materials/Box11Mat.mat new file mode 100644 index 0000000..2704bb1 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Box11Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Box12Mat.mat b/Assets/MR Assets/builds/Materials/Box12Mat.mat new file mode 100644 index 0000000..336c8ec Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Box12Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Box13Mat.mat b/Assets/MR Assets/builds/Materials/Box13Mat.mat new file mode 100644 index 0000000..ce19dbc Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Box13Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Box14Mat.mat b/Assets/MR Assets/builds/Materials/Box14Mat.mat new file mode 100644 index 0000000..32ce603 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Box14Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Box15Mat.mat b/Assets/MR Assets/builds/Materials/Box15Mat.mat new file mode 100644 index 0000000..935e32f Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Box15Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Box16Mat.mat b/Assets/MR Assets/builds/Materials/Box16Mat.mat new file mode 100644 index 0000000..c95d2e6 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Box16Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane01Mat.mat b/Assets/MR Assets/builds/Materials/Plane01Mat.mat new file mode 100644 index 0000000..4c1b16a Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane01Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane02Mat.mat b/Assets/MR Assets/builds/Materials/Plane02Mat.mat new file mode 100644 index 0000000..a13cea7 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane02Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane03Mat.mat b/Assets/MR Assets/builds/Materials/Plane03Mat.mat new file mode 100644 index 0000000..9c5a4e8 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane03Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane04Mat.mat b/Assets/MR Assets/builds/Materials/Plane04Mat.mat new file mode 100644 index 0000000..1a56ff4 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane04Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane05Mat.mat b/Assets/MR Assets/builds/Materials/Plane05Mat.mat new file mode 100644 index 0000000..5415d27 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane05Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane06Mat.mat b/Assets/MR Assets/builds/Materials/Plane06Mat.mat new file mode 100644 index 0000000..36b421a Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane06Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane07Mat.mat b/Assets/MR Assets/builds/Materials/Plane07Mat.mat new file mode 100644 index 0000000..abde29e Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane07Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane08Mat.mat b/Assets/MR Assets/builds/Materials/Plane08Mat.mat new file mode 100644 index 0000000..d59d74e Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane08Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane09Mat.mat b/Assets/MR Assets/builds/Materials/Plane09Mat.mat new file mode 100644 index 0000000..11f0c7d Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane09Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane101Mat.mat b/Assets/MR Assets/builds/Materials/Plane101Mat.mat new file mode 100644 index 0000000..9ba7408 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane101Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane103Mat.mat b/Assets/MR Assets/builds/Materials/Plane103Mat.mat new file mode 100644 index 0000000..2612da3 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane103Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane106Mat.mat b/Assets/MR Assets/builds/Materials/Plane106Mat.mat new file mode 100644 index 0000000..6cc2b84 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane106Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane108Mat.mat b/Assets/MR Assets/builds/Materials/Plane108Mat.mat new file mode 100644 index 0000000..4c9269f Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane108Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane10Mat.mat b/Assets/MR Assets/builds/Materials/Plane10Mat.mat new file mode 100644 index 0000000..15141c4 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane10Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane110Mat.mat b/Assets/MR Assets/builds/Materials/Plane110Mat.mat new file mode 100644 index 0000000..95b431f Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane110Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane112Mat.mat b/Assets/MR Assets/builds/Materials/Plane112Mat.mat new file mode 100644 index 0000000..dd85bf5 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane112Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane113Mat.mat b/Assets/MR Assets/builds/Materials/Plane113Mat.mat new file mode 100644 index 0000000..5b0759e Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane113Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane115Mat.mat b/Assets/MR Assets/builds/Materials/Plane115Mat.mat new file mode 100644 index 0000000..96de04c Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane115Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane117Mat.mat b/Assets/MR Assets/builds/Materials/Plane117Mat.mat new file mode 100644 index 0000000..3a3ed42 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane117Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane11Mat.mat b/Assets/MR Assets/builds/Materials/Plane11Mat.mat new file mode 100644 index 0000000..ef1dae0 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane11Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane120Mat.mat b/Assets/MR Assets/builds/Materials/Plane120Mat.mat new file mode 100644 index 0000000..ec435a6 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane120Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane122Mat.mat b/Assets/MR Assets/builds/Materials/Plane122Mat.mat new file mode 100644 index 0000000..7898b0f Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane122Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane123Mat.mat b/Assets/MR Assets/builds/Materials/Plane123Mat.mat new file mode 100644 index 0000000..767ffa1 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane123Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane126Mat.mat b/Assets/MR Assets/builds/Materials/Plane126Mat.mat new file mode 100644 index 0000000..cf1f722 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane126Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane128Mat.mat b/Assets/MR Assets/builds/Materials/Plane128Mat.mat new file mode 100644 index 0000000..aae9a48 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane128Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane12Mat.mat b/Assets/MR Assets/builds/Materials/Plane12Mat.mat new file mode 100644 index 0000000..4c97b42 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane12Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane130Mat.mat b/Assets/MR Assets/builds/Materials/Plane130Mat.mat new file mode 100644 index 0000000..091d58b Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane130Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane132Mat.mat b/Assets/MR Assets/builds/Materials/Plane132Mat.mat new file mode 100644 index 0000000..e226c1c Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane132Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane134Mat.mat b/Assets/MR Assets/builds/Materials/Plane134Mat.mat new file mode 100644 index 0000000..c30af37 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane134Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane136Mat.mat b/Assets/MR Assets/builds/Materials/Plane136Mat.mat new file mode 100644 index 0000000..325d4b4 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane136Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane137Mat.mat b/Assets/MR Assets/builds/Materials/Plane137Mat.mat new file mode 100644 index 0000000..6c8967b Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane137Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane139Mat.mat b/Assets/MR Assets/builds/Materials/Plane139Mat.mat new file mode 100644 index 0000000..9178f3d Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane139Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane13Mat.mat b/Assets/MR Assets/builds/Materials/Plane13Mat.mat new file mode 100644 index 0000000..d7e7ed6 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane13Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane141Mat.mat b/Assets/MR Assets/builds/Materials/Plane141Mat.mat new file mode 100644 index 0000000..c8d49d4 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane141Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane143Mat.mat b/Assets/MR Assets/builds/Materials/Plane143Mat.mat new file mode 100644 index 0000000..4f01f33 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane143Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane146Mat.mat b/Assets/MR Assets/builds/Materials/Plane146Mat.mat new file mode 100644 index 0000000..d8e5cc8 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane146Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane148Mat.mat b/Assets/MR Assets/builds/Materials/Plane148Mat.mat new file mode 100644 index 0000000..c46317b Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane148Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane14Mat.mat b/Assets/MR Assets/builds/Materials/Plane14Mat.mat new file mode 100644 index 0000000..35361c3 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane14Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane150Mat.mat b/Assets/MR Assets/builds/Materials/Plane150Mat.mat new file mode 100644 index 0000000..063ba0a Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane150Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane151Mat.mat b/Assets/MR Assets/builds/Materials/Plane151Mat.mat new file mode 100644 index 0000000..4f4f8af Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane151Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane154Mat.mat b/Assets/MR Assets/builds/Materials/Plane154Mat.mat new file mode 100644 index 0000000..14f1fb8 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane154Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane156Mat.mat b/Assets/MR Assets/builds/Materials/Plane156Mat.mat new file mode 100644 index 0000000..02dea91 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane156Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane158Mat.mat b/Assets/MR Assets/builds/Materials/Plane158Mat.mat new file mode 100644 index 0000000..d15d377 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane158Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane15Mat.mat b/Assets/MR Assets/builds/Materials/Plane15Mat.mat new file mode 100644 index 0000000..7aed0d8 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane15Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane160Mat.mat b/Assets/MR Assets/builds/Materials/Plane160Mat.mat new file mode 100644 index 0000000..da4e22e Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane160Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane161Mat.mat b/Assets/MR Assets/builds/Materials/Plane161Mat.mat new file mode 100644 index 0000000..f669450 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane161Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane162Mat.mat b/Assets/MR Assets/builds/Materials/Plane162Mat.mat new file mode 100644 index 0000000..e866499 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane162Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane163Mat.mat b/Assets/MR Assets/builds/Materials/Plane163Mat.mat new file mode 100644 index 0000000..a4f37c5 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane163Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane164Mat.mat b/Assets/MR Assets/builds/Materials/Plane164Mat.mat new file mode 100644 index 0000000..f81d5fa Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane164Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane165Mat.mat b/Assets/MR Assets/builds/Materials/Plane165Mat.mat new file mode 100644 index 0000000..6e3c67f Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane165Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane166Mat.mat b/Assets/MR Assets/builds/Materials/Plane166Mat.mat new file mode 100644 index 0000000..2fbe335 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane166Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane167Mat.mat b/Assets/MR Assets/builds/Materials/Plane167Mat.mat new file mode 100644 index 0000000..439a96d Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane167Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane168Mat.mat b/Assets/MR Assets/builds/Materials/Plane168Mat.mat new file mode 100644 index 0000000..9935147 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane168Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane169Mat.mat b/Assets/MR Assets/builds/Materials/Plane169Mat.mat new file mode 100644 index 0000000..e254988 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane169Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane16Mat.mat b/Assets/MR Assets/builds/Materials/Plane16Mat.mat new file mode 100644 index 0000000..2000bb1 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane16Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane170Mat.mat b/Assets/MR Assets/builds/Materials/Plane170Mat.mat new file mode 100644 index 0000000..6a6006d Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane170Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane171Mat.mat b/Assets/MR Assets/builds/Materials/Plane171Mat.mat new file mode 100644 index 0000000..b061bea Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane171Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane172Mat.mat b/Assets/MR Assets/builds/Materials/Plane172Mat.mat new file mode 100644 index 0000000..b629a6a Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane172Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane173Mat.mat b/Assets/MR Assets/builds/Materials/Plane173Mat.mat new file mode 100644 index 0000000..5fbdb9c Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane173Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane174Mat.mat b/Assets/MR Assets/builds/Materials/Plane174Mat.mat new file mode 100644 index 0000000..7773e1f Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane174Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane175Mat.mat b/Assets/MR Assets/builds/Materials/Plane175Mat.mat new file mode 100644 index 0000000..f87d5c8 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane175Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane176Mat.mat b/Assets/MR Assets/builds/Materials/Plane176Mat.mat new file mode 100644 index 0000000..51fd7a9 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane176Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane177Mat.mat b/Assets/MR Assets/builds/Materials/Plane177Mat.mat new file mode 100644 index 0000000..2323959 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane177Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane178Mat.mat b/Assets/MR Assets/builds/Materials/Plane178Mat.mat new file mode 100644 index 0000000..10e8b14 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane178Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane179Mat.mat b/Assets/MR Assets/builds/Materials/Plane179Mat.mat new file mode 100644 index 0000000..bf95045 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane179Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane17Mat.mat b/Assets/MR Assets/builds/Materials/Plane17Mat.mat new file mode 100644 index 0000000..845973e Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane17Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane180Mat.mat b/Assets/MR Assets/builds/Materials/Plane180Mat.mat new file mode 100644 index 0000000..19e7e17 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane180Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane181Mat.mat b/Assets/MR Assets/builds/Materials/Plane181Mat.mat new file mode 100644 index 0000000..418a2e7 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane181Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane182Mat.mat b/Assets/MR Assets/builds/Materials/Plane182Mat.mat new file mode 100644 index 0000000..9fc24a9 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane182Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane183Mat.mat b/Assets/MR Assets/builds/Materials/Plane183Mat.mat new file mode 100644 index 0000000..0bd1d89 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane183Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane184Mat.mat b/Assets/MR Assets/builds/Materials/Plane184Mat.mat new file mode 100644 index 0000000..e617c34 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane184Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane185Mat.mat b/Assets/MR Assets/builds/Materials/Plane185Mat.mat new file mode 100644 index 0000000..45cd728 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane185Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane186Mat.mat b/Assets/MR Assets/builds/Materials/Plane186Mat.mat new file mode 100644 index 0000000..8ab0943 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane186Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane187Mat.mat b/Assets/MR Assets/builds/Materials/Plane187Mat.mat new file mode 100644 index 0000000..f5b24bd Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane187Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane188Mat.mat b/Assets/MR Assets/builds/Materials/Plane188Mat.mat new file mode 100644 index 0000000..b32978d Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane188Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane189Mat.mat b/Assets/MR Assets/builds/Materials/Plane189Mat.mat new file mode 100644 index 0000000..084addd Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane189Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane18Mat.mat b/Assets/MR Assets/builds/Materials/Plane18Mat.mat new file mode 100644 index 0000000..ae335ef Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane18Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane190Mat.mat b/Assets/MR Assets/builds/Materials/Plane190Mat.mat new file mode 100644 index 0000000..c1c4ea9 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane190Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane191Mat.mat b/Assets/MR Assets/builds/Materials/Plane191Mat.mat new file mode 100644 index 0000000..1d5ef9e Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane191Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane192Mat.mat b/Assets/MR Assets/builds/Materials/Plane192Mat.mat new file mode 100644 index 0000000..728874c Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane192Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane193Mat.mat b/Assets/MR Assets/builds/Materials/Plane193Mat.mat new file mode 100644 index 0000000..572972f Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane193Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane194Mat.mat b/Assets/MR Assets/builds/Materials/Plane194Mat.mat new file mode 100644 index 0000000..34aa77c Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane194Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane195Mat.mat b/Assets/MR Assets/builds/Materials/Plane195Mat.mat new file mode 100644 index 0000000..ae319f1 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane195Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane196Mat.mat b/Assets/MR Assets/builds/Materials/Plane196Mat.mat new file mode 100644 index 0000000..7df7031 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane196Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane197Mat.mat b/Assets/MR Assets/builds/Materials/Plane197Mat.mat new file mode 100644 index 0000000..3f2f173 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane197Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane198Mat.mat b/Assets/MR Assets/builds/Materials/Plane198Mat.mat new file mode 100644 index 0000000..ab34856 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane198Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane199Mat.mat b/Assets/MR Assets/builds/Materials/Plane199Mat.mat new file mode 100644 index 0000000..a3e090d Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane199Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane19Mat.mat b/Assets/MR Assets/builds/Materials/Plane19Mat.mat new file mode 100644 index 0000000..b63f0e7 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane19Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane200Mat.mat b/Assets/MR Assets/builds/Materials/Plane200Mat.mat new file mode 100644 index 0000000..681b877 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane200Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane201Mat.mat b/Assets/MR Assets/builds/Materials/Plane201Mat.mat new file mode 100644 index 0000000..49799a4 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane201Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane202Mat.mat b/Assets/MR Assets/builds/Materials/Plane202Mat.mat new file mode 100644 index 0000000..ff72b78 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane202Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane203Mat.mat b/Assets/MR Assets/builds/Materials/Plane203Mat.mat new file mode 100644 index 0000000..8f1ab85 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane203Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane204Mat.mat b/Assets/MR Assets/builds/Materials/Plane204Mat.mat new file mode 100644 index 0000000..d27935d Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane204Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane205Mat.mat b/Assets/MR Assets/builds/Materials/Plane205Mat.mat new file mode 100644 index 0000000..3430757 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane205Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane206Mat.mat b/Assets/MR Assets/builds/Materials/Plane206Mat.mat new file mode 100644 index 0000000..3db4867 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane206Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane207Mat.mat b/Assets/MR Assets/builds/Materials/Plane207Mat.mat new file mode 100644 index 0000000..cd918d9 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane207Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane208Mat.mat b/Assets/MR Assets/builds/Materials/Plane208Mat.mat new file mode 100644 index 0000000..4cfa3bf Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane208Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane209Mat.mat b/Assets/MR Assets/builds/Materials/Plane209Mat.mat new file mode 100644 index 0000000..cfaaf92 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane209Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane20Mat.mat b/Assets/MR Assets/builds/Materials/Plane20Mat.mat new file mode 100644 index 0000000..a138b08 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane20Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane210Mat.mat b/Assets/MR Assets/builds/Materials/Plane210Mat.mat new file mode 100644 index 0000000..dbc20f2 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane210Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane211Mat.mat b/Assets/MR Assets/builds/Materials/Plane211Mat.mat new file mode 100644 index 0000000..c2da5d0 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane211Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane212Mat.mat b/Assets/MR Assets/builds/Materials/Plane212Mat.mat new file mode 100644 index 0000000..bc8d44e Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane212Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane213Mat.mat b/Assets/MR Assets/builds/Materials/Plane213Mat.mat new file mode 100644 index 0000000..f4e0449 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane213Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane214Mat.mat b/Assets/MR Assets/builds/Materials/Plane214Mat.mat new file mode 100644 index 0000000..a98c7fd Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane214Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane215Mat.mat b/Assets/MR Assets/builds/Materials/Plane215Mat.mat new file mode 100644 index 0000000..c7d3c2f Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane215Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane216Mat.mat b/Assets/MR Assets/builds/Materials/Plane216Mat.mat new file mode 100644 index 0000000..e9b97cf Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane216Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane217Mat.mat b/Assets/MR Assets/builds/Materials/Plane217Mat.mat new file mode 100644 index 0000000..adad5f5 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane217Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane218Mat.mat b/Assets/MR Assets/builds/Materials/Plane218Mat.mat new file mode 100644 index 0000000..016e5ec Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane218Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane219Mat.mat b/Assets/MR Assets/builds/Materials/Plane219Mat.mat new file mode 100644 index 0000000..ef417bd Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane219Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane21Mat.mat b/Assets/MR Assets/builds/Materials/Plane21Mat.mat new file mode 100644 index 0000000..c49043d Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane21Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane220Mat.mat b/Assets/MR Assets/builds/Materials/Plane220Mat.mat new file mode 100644 index 0000000..3a09ae5 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane220Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane221Mat.mat b/Assets/MR Assets/builds/Materials/Plane221Mat.mat new file mode 100644 index 0000000..b4a74da Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane221Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane222Mat.mat b/Assets/MR Assets/builds/Materials/Plane222Mat.mat new file mode 100644 index 0000000..e5c7c7b Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane222Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane223Mat.mat b/Assets/MR Assets/builds/Materials/Plane223Mat.mat new file mode 100644 index 0000000..b31e00f Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane223Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane224Mat.mat b/Assets/MR Assets/builds/Materials/Plane224Mat.mat new file mode 100644 index 0000000..839decb Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane224Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane225Mat.mat b/Assets/MR Assets/builds/Materials/Plane225Mat.mat new file mode 100644 index 0000000..8766306 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane225Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane226Mat.mat b/Assets/MR Assets/builds/Materials/Plane226Mat.mat new file mode 100644 index 0000000..0e0ce03 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane226Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane227Mat.mat b/Assets/MR Assets/builds/Materials/Plane227Mat.mat new file mode 100644 index 0000000..fb233b5 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane227Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane228Mat.mat b/Assets/MR Assets/builds/Materials/Plane228Mat.mat new file mode 100644 index 0000000..92c8913 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane228Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane229Mat.mat b/Assets/MR Assets/builds/Materials/Plane229Mat.mat new file mode 100644 index 0000000..9640eed Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane229Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane22Mat.mat b/Assets/MR Assets/builds/Materials/Plane22Mat.mat new file mode 100644 index 0000000..a1bef47 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane22Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane230Mat.mat b/Assets/MR Assets/builds/Materials/Plane230Mat.mat new file mode 100644 index 0000000..cb8d995 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane230Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane231Mat.mat b/Assets/MR Assets/builds/Materials/Plane231Mat.mat new file mode 100644 index 0000000..aee9ab3 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane231Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane232Mat.mat b/Assets/MR Assets/builds/Materials/Plane232Mat.mat new file mode 100644 index 0000000..6cf414a Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane232Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane233Mat.mat b/Assets/MR Assets/builds/Materials/Plane233Mat.mat new file mode 100644 index 0000000..90d3099 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane233Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane234Mat.mat b/Assets/MR Assets/builds/Materials/Plane234Mat.mat new file mode 100644 index 0000000..12da039 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane234Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane23Mat.mat b/Assets/MR Assets/builds/Materials/Plane23Mat.mat new file mode 100644 index 0000000..18f4a9d Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane23Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane24Mat.mat b/Assets/MR Assets/builds/Materials/Plane24Mat.mat new file mode 100644 index 0000000..126a360 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane24Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane25Mat.mat b/Assets/MR Assets/builds/Materials/Plane25Mat.mat new file mode 100644 index 0000000..7dc4121 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane25Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane26Mat.mat b/Assets/MR Assets/builds/Materials/Plane26Mat.mat new file mode 100644 index 0000000..82c0152 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane26Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane27Mat.mat b/Assets/MR Assets/builds/Materials/Plane27Mat.mat new file mode 100644 index 0000000..3eef675 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane27Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane28Mat.mat b/Assets/MR Assets/builds/Materials/Plane28Mat.mat new file mode 100644 index 0000000..7ef14eb Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane28Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane29Mat.mat b/Assets/MR Assets/builds/Materials/Plane29Mat.mat new file mode 100644 index 0000000..8c9fa12 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane29Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane30Mat.mat b/Assets/MR Assets/builds/Materials/Plane30Mat.mat new file mode 100644 index 0000000..a25d22d Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane30Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane31Mat.mat b/Assets/MR Assets/builds/Materials/Plane31Mat.mat new file mode 100644 index 0000000..03cad34 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane31Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane32Mat.mat b/Assets/MR Assets/builds/Materials/Plane32Mat.mat new file mode 100644 index 0000000..72c444f Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane32Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane33Mat.mat b/Assets/MR Assets/builds/Materials/Plane33Mat.mat new file mode 100644 index 0000000..70ba9ff Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane33Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane34Mat.mat b/Assets/MR Assets/builds/Materials/Plane34Mat.mat new file mode 100644 index 0000000..c7f1297 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane34Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane35Mat.mat b/Assets/MR Assets/builds/Materials/Plane35Mat.mat new file mode 100644 index 0000000..854f1b4 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane35Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane36Mat.mat b/Assets/MR Assets/builds/Materials/Plane36Mat.mat new file mode 100644 index 0000000..422473c Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane36Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane37Mat.mat b/Assets/MR Assets/builds/Materials/Plane37Mat.mat new file mode 100644 index 0000000..35babaa Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane37Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane38Mat.mat b/Assets/MR Assets/builds/Materials/Plane38Mat.mat new file mode 100644 index 0000000..d43cdd5 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane38Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane39Mat.mat b/Assets/MR Assets/builds/Materials/Plane39Mat.mat new file mode 100644 index 0000000..46e0029 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane39Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane40Mat.mat b/Assets/MR Assets/builds/Materials/Plane40Mat.mat new file mode 100644 index 0000000..2935ab8 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane40Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane41Mat.mat b/Assets/MR Assets/builds/Materials/Plane41Mat.mat new file mode 100644 index 0000000..4d79ed4 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane41Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane42Mat.mat b/Assets/MR Assets/builds/Materials/Plane42Mat.mat new file mode 100644 index 0000000..c2ad3d4 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane42Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane43Mat.mat b/Assets/MR Assets/builds/Materials/Plane43Mat.mat new file mode 100644 index 0000000..c0bbd9a Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane43Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane44Mat.mat b/Assets/MR Assets/builds/Materials/Plane44Mat.mat new file mode 100644 index 0000000..8def336 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane44Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane45Mat.mat b/Assets/MR Assets/builds/Materials/Plane45Mat.mat new file mode 100644 index 0000000..3765baf Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane45Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane46Mat.mat b/Assets/MR Assets/builds/Materials/Plane46Mat.mat new file mode 100644 index 0000000..2470dd3 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane46Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane47Mat.mat b/Assets/MR Assets/builds/Materials/Plane47Mat.mat new file mode 100644 index 0000000..a06003c Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane47Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane48Mat.mat b/Assets/MR Assets/builds/Materials/Plane48Mat.mat new file mode 100644 index 0000000..73fe37a Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane48Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane49Mat.mat b/Assets/MR Assets/builds/Materials/Plane49Mat.mat new file mode 100644 index 0000000..0148e2b Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane49Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane50Mat.mat b/Assets/MR Assets/builds/Materials/Plane50Mat.mat new file mode 100644 index 0000000..b4c9241 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane50Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane51Mat.mat b/Assets/MR Assets/builds/Materials/Plane51Mat.mat new file mode 100644 index 0000000..3f398fb Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane51Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane52Mat.mat b/Assets/MR Assets/builds/Materials/Plane52Mat.mat new file mode 100644 index 0000000..41ee2aa Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane52Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane53Mat.mat b/Assets/MR Assets/builds/Materials/Plane53Mat.mat new file mode 100644 index 0000000..54128da Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane53Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane54Mat.mat b/Assets/MR Assets/builds/Materials/Plane54Mat.mat new file mode 100644 index 0000000..482917d Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane54Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane55Mat.mat b/Assets/MR Assets/builds/Materials/Plane55Mat.mat new file mode 100644 index 0000000..42c8ad1 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane55Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane56Mat.mat b/Assets/MR Assets/builds/Materials/Plane56Mat.mat new file mode 100644 index 0000000..ca2b0ce Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane56Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane57Mat.mat b/Assets/MR Assets/builds/Materials/Plane57Mat.mat new file mode 100644 index 0000000..14ba3be Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane57Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane58Mat.mat b/Assets/MR Assets/builds/Materials/Plane58Mat.mat new file mode 100644 index 0000000..9fc89a8 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane58Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane59Mat.mat b/Assets/MR Assets/builds/Materials/Plane59Mat.mat new file mode 100644 index 0000000..a97dba0 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane59Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane60Mat.mat b/Assets/MR Assets/builds/Materials/Plane60Mat.mat new file mode 100644 index 0000000..8c75158 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane60Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane61Mat.mat b/Assets/MR Assets/builds/Materials/Plane61Mat.mat new file mode 100644 index 0000000..035c6c5 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane61Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane62Mat.mat b/Assets/MR Assets/builds/Materials/Plane62Mat.mat new file mode 100644 index 0000000..abc9f8a Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane62Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane63Mat.mat b/Assets/MR Assets/builds/Materials/Plane63Mat.mat new file mode 100644 index 0000000..57f638c Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane63Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane64Mat.mat b/Assets/MR Assets/builds/Materials/Plane64Mat.mat new file mode 100644 index 0000000..3e847d8 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane64Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane65Mat.mat b/Assets/MR Assets/builds/Materials/Plane65Mat.mat new file mode 100644 index 0000000..7bdea6c Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane65Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane66Mat.mat b/Assets/MR Assets/builds/Materials/Plane66Mat.mat new file mode 100644 index 0000000..5cc4bae Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane66Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane67Mat.mat b/Assets/MR Assets/builds/Materials/Plane67Mat.mat new file mode 100644 index 0000000..ca5d7c3 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane67Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane68Mat.mat b/Assets/MR Assets/builds/Materials/Plane68Mat.mat new file mode 100644 index 0000000..a220b4d Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane68Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane69Mat.mat b/Assets/MR Assets/builds/Materials/Plane69Mat.mat new file mode 100644 index 0000000..1c7dfaf Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane69Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane70Mat.mat b/Assets/MR Assets/builds/Materials/Plane70Mat.mat new file mode 100644 index 0000000..3e1c9a0 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane70Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane71Mat.mat b/Assets/MR Assets/builds/Materials/Plane71Mat.mat new file mode 100644 index 0000000..fdd86b2 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane71Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane72Mat.mat b/Assets/MR Assets/builds/Materials/Plane72Mat.mat new file mode 100644 index 0000000..cc23da7 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane72Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane73Mat.mat b/Assets/MR Assets/builds/Materials/Plane73Mat.mat new file mode 100644 index 0000000..0b91efb Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane73Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane74Mat.mat b/Assets/MR Assets/builds/Materials/Plane74Mat.mat new file mode 100644 index 0000000..4c7d689 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane74Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane75Mat.mat b/Assets/MR Assets/builds/Materials/Plane75Mat.mat new file mode 100644 index 0000000..4a61d0d Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane75Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane76Mat.mat b/Assets/MR Assets/builds/Materials/Plane76Mat.mat new file mode 100644 index 0000000..408ff17 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane76Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane77Mat.mat b/Assets/MR Assets/builds/Materials/Plane77Mat.mat new file mode 100644 index 0000000..77de356 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane77Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane78Mat.mat b/Assets/MR Assets/builds/Materials/Plane78Mat.mat new file mode 100644 index 0000000..cf7f186 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane78Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane79Mat.mat b/Assets/MR Assets/builds/Materials/Plane79Mat.mat new file mode 100644 index 0000000..df4216f Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane79Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane80Mat.mat b/Assets/MR Assets/builds/Materials/Plane80Mat.mat new file mode 100644 index 0000000..b222d0e Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane80Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane82Mat.mat b/Assets/MR Assets/builds/Materials/Plane82Mat.mat new file mode 100644 index 0000000..d0d8f7b Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane82Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane84Mat.mat b/Assets/MR Assets/builds/Materials/Plane84Mat.mat new file mode 100644 index 0000000..2c7818b Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane84Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane86Mat.mat b/Assets/MR Assets/builds/Materials/Plane86Mat.mat new file mode 100644 index 0000000..05c5f6e Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane86Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane88Mat.mat b/Assets/MR Assets/builds/Materials/Plane88Mat.mat new file mode 100644 index 0000000..84e6670 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane88Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane90Mat.mat b/Assets/MR Assets/builds/Materials/Plane90Mat.mat new file mode 100644 index 0000000..dfbec84 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane90Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane92Mat.mat b/Assets/MR Assets/builds/Materials/Plane92Mat.mat new file mode 100644 index 0000000..6f68950 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane92Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane93Mat.mat b/Assets/MR Assets/builds/Materials/Plane93Mat.mat new file mode 100644 index 0000000..6c9e7fe Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane93Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane95Mat.mat b/Assets/MR Assets/builds/Materials/Plane95Mat.mat new file mode 100644 index 0000000..b0a8dd7 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane95Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane97Mat.mat b/Assets/MR Assets/builds/Materials/Plane97Mat.mat new file mode 100644 index 0000000..2c67c50 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane97Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/Plane99Mat.mat b/Assets/MR Assets/builds/Materials/Plane99Mat.mat new file mode 100644 index 0000000..e6f2177 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/Plane99Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/base.mat b/Assets/MR Assets/builds/Materials/base.mat new file mode 100644 index 0000000..37cb7f3 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/base.mat differ diff --git a/Assets/MR Assets/builds/Materials/bottom_pelystrMat.mat b/Assets/MR Assets/builds/Materials/bottom_pelystrMat.mat new file mode 100644 index 0000000..ca084da Binary files /dev/null and b/Assets/MR Assets/builds/Materials/bottom_pelystrMat.mat differ diff --git a/Assets/MR Assets/builds/Materials/left_blockMat.mat b/Assets/MR Assets/builds/Materials/left_blockMat.mat new file mode 100644 index 0000000..3bcaaec Binary files /dev/null and b/Assets/MR Assets/builds/Materials/left_blockMat.mat differ diff --git a/Assets/MR Assets/builds/Materials/left_wingMat.mat b/Assets/MR Assets/builds/Materials/left_wingMat.mat new file mode 100644 index 0000000..c392000 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/left_wingMat.mat differ diff --git a/Assets/MR Assets/builds/Materials/mid_pelystr01Mat.mat b/Assets/MR Assets/builds/Materials/mid_pelystr01Mat.mat new file mode 100644 index 0000000..f1759bd Binary files /dev/null and b/Assets/MR Assets/builds/Materials/mid_pelystr01Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/mid_pelystr02Mat.mat b/Assets/MR Assets/builds/Materials/mid_pelystr02Mat.mat new file mode 100644 index 0000000..6de62ae Binary files /dev/null and b/Assets/MR Assets/builds/Materials/mid_pelystr02Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/mid_pelystr03Mat.mat b/Assets/MR Assets/builds/Materials/mid_pelystr03Mat.mat new file mode 100644 index 0000000..4176696 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/mid_pelystr03Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/mid_pelystrMat.mat b/Assets/MR Assets/builds/Materials/mid_pelystrMat.mat new file mode 100644 index 0000000..d0a7ee0 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/mid_pelystrMat.mat differ diff --git a/Assets/MR Assets/builds/Materials/right_blockMat.mat b/Assets/MR Assets/builds/Materials/right_blockMat.mat new file mode 100644 index 0000000..9730730 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/right_blockMat.mat differ diff --git a/Assets/MR Assets/builds/Materials/right_wingMat.mat b/Assets/MR Assets/builds/Materials/right_wingMat.mat new file mode 100644 index 0000000..6ba8956 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/right_wingMat.mat differ diff --git a/Assets/MR Assets/builds/Materials/roof.mat b/Assets/MR Assets/builds/Materials/roof.mat new file mode 100644 index 0000000..fb95a1a Binary files /dev/null and b/Assets/MR Assets/builds/Materials/roof.mat differ diff --git a/Assets/MR Assets/builds/Materials/roofMat.mat b/Assets/MR Assets/builds/Materials/roofMat.mat new file mode 100644 index 0000000..752834f Binary files /dev/null and b/Assets/MR Assets/builds/Materials/roofMat.mat differ diff --git a/Assets/MR Assets/builds/Materials/roof_floorsMat.mat b/Assets/MR Assets/builds/Materials/roof_floorsMat.mat new file mode 100644 index 0000000..7db38e0 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/roof_floorsMat.mat differ diff --git a/Assets/MR Assets/builds/Materials/top_pelystrMat.mat b/Assets/MR Assets/builds/Materials/top_pelystrMat.mat new file mode 100644 index 0000000..c9b67c3 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/top_pelystrMat.mat differ diff --git a/Assets/MR Assets/builds/Materials/triangle_boo01Mat.mat b/Assets/MR Assets/builds/Materials/triangle_boo01Mat.mat new file mode 100644 index 0000000..1c1966d Binary files /dev/null and b/Assets/MR Assets/builds/Materials/triangle_boo01Mat.mat differ diff --git a/Assets/MR Assets/builds/Materials/window.mat b/Assets/MR Assets/builds/Materials/window.mat new file mode 100644 index 0000000..8adb7b0 Binary files /dev/null and b/Assets/MR Assets/builds/Materials/window.mat differ diff --git a/Assets/MR Assets/builds/Materials/winframe.mat b/Assets/MR Assets/builds/Materials/winframe.mat new file mode 100644 index 0000000..5b3cdee Binary files /dev/null and b/Assets/MR Assets/builds/Materials/winframe.mat differ diff --git a/Assets/MR Assets/builds/Materials/yellow.mat b/Assets/MR Assets/builds/Materials/yellow.mat new file mode 100644 index 0000000..500909f Binary files /dev/null and b/Assets/MR Assets/builds/Materials/yellow.mat differ diff --git a/Assets/MR Assets/builds/Materials/yellow2.mat b/Assets/MR Assets/builds/Materials/yellow2.mat new file mode 100644 index 0000000..56c553c Binary files /dev/null and b/Assets/MR Assets/builds/Materials/yellow2.mat differ diff --git a/Assets/MR Assets/builds/builds.3DS b/Assets/MR Assets/builds/builds.3DS new file mode 100644 index 0000000..f13de44 Binary files /dev/null and b/Assets/MR Assets/builds/builds.3DS differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Kokiri Forest.mtl b/Assets/MR Assets/kokiriforest/Kokiri Forest/Kokiri Forest.mtl new file mode 100644 index 0000000..1888791 --- /dev/null +++ b/Assets/MR Assets/kokiriforest/Kokiri Forest/Kokiri Forest.mtl @@ -0,0 +1,808 @@ +# 3ds Max Wavefront OBJ Exporter v0.94b - (c)2007 guruware +# File Created: 12.09.2010 01:40:48 + +newmtl awning + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd awning.png + +newmtl awninga + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd awninga.png + +newmtl bark + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd bark.png + +newmtl bridge + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd bridge.png + +newmtl bridgea + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd bridgea.png + +newmtl bush + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd bush.png + +newmtl bushside + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd bushside.png + +newmtl curtain + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd curtain.png + +newmtl curtaina + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd curtaina.png + +newmtl cut + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd cut.png + +newmtl dead + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd deada.png + +newmtl deada + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd deada.png + +newmtl doodd + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd doodd.png + +newmtl doodda + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd doodda.png + +newmtl doodh + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd doodh.png + +newmtl doodha + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd doodha.png + +newmtl doods + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd doods.png + +newmtl doodsa + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd doodsa.png + +newmtl edge + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd edge.png + +newmtl enter + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd enter.png + +newmtl exit + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd exit.png + +newmtl fade + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd fade.png + +newmtl fence + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd fence.png + +newmtl fencea + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd fencea.png + +newmtl fencew + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd fencew.png + +newmtl fencewa + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd fencewa.png + +newmtl grass + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd grass.png + +newmtl grassmix + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd grassmix.png + +newmtl house + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd house.png + +newmtl ladder + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd ladder.png + +newmtl laddera + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd laddera.png + +newmtl leaf + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd leaf.png + +newmtl leafa + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd leafa.png + +newmtl ledge + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd ledge.png + +newmtl mido + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd mido.png + +newmtl patch + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd patch.png + +newmtl patcha + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd patcha.png + +newmtl path + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd path.png + +newmtl pathe + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd pathe.png + +newmtl patht + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd patht.png + +newmtl porch + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd porch.png + +newmtl rail + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd rail.png + +newmtl raila + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd raila.png + +newmtl shop + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd shop.png + +newmtl shroom + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd shroom.png + +newmtl shrooma + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd shrooma.png + +newmtl step + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd step.png + +newmtl steptop + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd steptop.png + +newmtl tower + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd tower.png + +newmtl trees + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd trees.png + +newmtl treesa + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd treesa.png + +newmtl treetop + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd treetop.png + +newmtl treetopa + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd treetopa.png + +newmtl trunks + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd trunks.png + +newmtl vine + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd vine.png + +newmtl vinea + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd vinea.png + +newmtl vineh + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd vineh.png + +newmtl vineha + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd vineha.png + +newmtl vinew + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd vinew.png + +newmtl wall + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd wall.png + +newmtl walls + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd walls.png + +newmtl water + Ns 10.0830 + Ni 1.5000 + d 1.0000 + Tr 1.0000 + Tf 1.0000 1.0000 1.0000 + illum 2 + Ka 0.0000 0.0000 0.0000 + Kd 1.0000 1.0000 1.0000 + Ks 0.0000 0.0000 0.0000 + Ke 0.0000 0.0000 0.0000 + map_Kd water.png \ No newline at end of file diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_barkbMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_barkbMat.mat new file mode 100644 index 0000000..7ef7b13 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_barkbMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_barkfMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_barkfMat.mat new file mode 100644 index 0000000..8586e7e Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_barkfMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_barkmaMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_barkmaMat.mat new file mode 100644 index 0000000..ab9a3f5 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_barkmaMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_barkmbMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_barkmbMat.mat new file mode 100644 index 0000000..17f1de5 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_barkmbMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_fade3Mat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_fade3Mat.mat new file mode 100644 index 0000000..a10ead8 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_fade3Mat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_grassdMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_grassdMat.mat new file mode 100644 index 0000000..599ba3d Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_grassdMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_pathdMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_pathdMat.mat new file mode 100644 index 0000000..cae5d01 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_pathdMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_pathedMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_pathedMat.mat new file mode 100644 index 0000000..c74c893 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_pathedMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_treesdMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_treesdMat.mat new file mode 100644 index 0000000..1d37a47 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_treesdMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_treetopdMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_treetopdMat.mat new file mode 100644 index 0000000..31e26be Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_treetopdMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_trunksdMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_trunksdMat.mat new file mode 100644 index 0000000..dcdd24e Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_trunksdMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_vinehdMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_vinehdMat.mat new file mode 100644 index 0000000..abd1881 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_vinehdMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_walld1Mat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_walld1Mat.mat new file mode 100644 index 0000000..e7949be Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_walld1Mat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_walld2Mat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_walld2Mat.mat new file mode 100644 index 0000000..ea7ac7a Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/dekutree_walld2Mat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_awningMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_awningMat.mat new file mode 100644 index 0000000..9a92630 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_awningMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_barkmMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_barkmMat.mat new file mode 100644 index 0000000..01a4ae3 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_barkmMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_bridgeMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_bridgeMat.mat new file mode 100644 index 0000000..1f34592 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_bridgeMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_bridgeuMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_bridgeuMat.mat new file mode 100644 index 0000000..58630d6 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_bridgeuMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_bushmMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_bushmMat.mat new file mode 100644 index 0000000..f961dd4 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_bushmMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_bushsidemMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_bushsidemMat.mat new file mode 100644 index 0000000..cd2fb31 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_bushsidemMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_curtainMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_curtainMat.mat new file mode 100644 index 0000000..0e8c63b Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_curtainMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmkMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmkMat.mat new file mode 100644 index 0000000..1cf10e7 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmkMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmlMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmlMat.mat new file mode 100644 index 0000000..fe44906 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmlMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmmMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmmMat.mat new file mode 100644 index 0000000..bd6fb15 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmmMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmsMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmsMat.mat new file mode 100644 index 0000000..25886bc Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmsMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmshMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmshMat.mat new file mode 100644 index 0000000..00bbdf1 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmshMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmt1Mat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmt1Mat.mat new file mode 100644 index 0000000..0b791fb Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmt1Mat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmtMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmtMat.mat new file mode 100644 index 0000000..296ea03 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmtMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmzMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmzMat.mat new file mode 100644 index 0000000..a7a5f45 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_cutmzMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_dooddMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_dooddMat.mat new file mode 100644 index 0000000..725be44 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_dooddMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_doodhMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_doodhMat.mat new file mode 100644 index 0000000..612930c Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_doodhMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_doodsMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_doodsMat.mat new file mode 100644 index 0000000..cce6665 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_doodsMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_edgeMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_edgeMat.mat new file mode 100644 index 0000000..a870556 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_edgeMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_enterkMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_enterkMat.mat new file mode 100644 index 0000000..6fae532 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_enterkMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_enterlMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_enterlMat.mat new file mode 100644 index 0000000..e040406 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_enterlMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_entermMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_entermMat.mat new file mode 100644 index 0000000..5be4603 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_entermMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_entersMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_entersMat.mat new file mode 100644 index 0000000..05746dd Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_entersMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_entershMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_entershMat.mat new file mode 100644 index 0000000..05aa355 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_entershMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_entertMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_entertMat.mat new file mode 100644 index 0000000..9bbf076 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_entertMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_exit1Mat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_exit1Mat.mat new file mode 100644 index 0000000..d68f109 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_exit1Mat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_exit2Mat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_exit2Mat.mat new file mode 100644 index 0000000..6652916 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_exit2Mat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fade1Mat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fade1Mat.mat new file mode 100644 index 0000000..1594704 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fade1Mat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fade2Mat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fade2Mat.mat new file mode 100644 index 0000000..3f7e36b Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fade2Mat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fence1Mat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fence1Mat.mat new file mode 100644 index 0000000..89af391 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fence1Mat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fence2Mat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fence2Mat.mat new file mode 100644 index 0000000..1edbcf1 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fence2Mat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fence3Mat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fence3Mat.mat new file mode 100644 index 0000000..5e103f8 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fence3Mat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fencewMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fencewMat.mat new file mode 100644 index 0000000..ca59ca5 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_fencewMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_grassmMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_grassmMat.mat new file mode 100644 index 0000000..2e3b596 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_grassmMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_housegMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_housegMat.mat new file mode 100644 index 0000000..61f5884 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_housegMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_housekMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_housekMat.mat new file mode 100644 index 0000000..c9e4c9d Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_housekMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_houselMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_houselMat.mat new file mode 100644 index 0000000..3244d8f Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_houselMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_housetMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_housetMat.mat new file mode 100644 index 0000000..1c61b8e Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_housetMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_houseuMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_houseuMat.mat new file mode 100644 index 0000000..ed8d22b Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_houseuMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_ladderMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_ladderMat.mat new file mode 100644 index 0000000..511eb7c Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_ladderMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_ladderbMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_ladderbMat.mat new file mode 100644 index 0000000..3495b69 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_ladderbMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_leafkMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_leafkMat.mat new file mode 100644 index 0000000..998a4c4 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_leafkMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_leafsMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_leafsMat.mat new file mode 100644 index 0000000..2a25305 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_leafsMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_leakmMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_leakmMat.mat new file mode 100644 index 0000000..37f7183 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_leakmMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_ledgeMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_ledgeMat.mat new file mode 100644 index 0000000..8506552 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_ledgeMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_midoMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_midoMat.mat new file mode 100644 index 0000000..b83d726 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_midoMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_patchMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_patchMat.mat new file mode 100644 index 0000000..4ba7fe0 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_patchMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_pathemMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_pathemMat.mat new file mode 100644 index 0000000..5af202e Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_pathemMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_pathmMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_pathmMat.mat new file mode 100644 index 0000000..0ac6336 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_pathmMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_pathtm1Mat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_pathtm1Mat.mat new file mode 100644 index 0000000..6d0e6b5 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_pathtm1Mat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_pathtm2Mat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_pathtm2Mat.mat new file mode 100644 index 0000000..a046c2d Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_pathtm2Mat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_porchMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_porchMat.mat new file mode 100644 index 0000000..d15b2a8 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_porchMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_railMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_railMat.mat new file mode 100644 index 0000000..95b9add Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_railMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_sariaMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_sariaMat.mat new file mode 100644 index 0000000..8a19423 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_sariaMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_shopMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_shopMat.mat new file mode 100644 index 0000000..16b3bda Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_shopMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_shroomMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_shroomMat.mat new file mode 100644 index 0000000..94fb463 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_shroomMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_stepMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_stepMat.mat new file mode 100644 index 0000000..91ee81b Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_stepMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_steptopMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_steptopMat.mat new file mode 100644 index 0000000..251d079 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_steptopMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_towerMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_towerMat.mat new file mode 100644 index 0000000..d336682 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_towerMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_treesmMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_treesmMat.mat new file mode 100644 index 0000000..a6f3172 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_treesmMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_treetopmMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_treetopmMat.mat new file mode 100644 index 0000000..a307fa2 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_treetopmMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_trunksmMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_trunksmMat.mat new file mode 100644 index 0000000..ce1bb5f Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_trunksmMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_vineMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_vineMat.mat new file mode 100644 index 0000000..1f3315e Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_vineMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_vinehmMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_vinehmMat.mat new file mode 100644 index 0000000..0952f17 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_vinehmMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_vinewMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_vinewMat.mat new file mode 100644 index 0000000..0edbe11 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_vinewMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_wallmMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_wallmMat.mat new file mode 100644 index 0000000..adb6715 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_wallmMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_wallsMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_wallsMat.mat new file mode 100644 index 0000000..0d35ac4 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_wallsMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_waterMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_waterMat.mat new file mode 100644 index 0000000..84a5e27 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_waterMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_waterfallMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_waterfallMat.mat new file mode 100644 index 0000000..62387f0 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/main_waterfallMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_bushsidetMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_bushsidetMat.mat new file mode 100644 index 0000000..1fbb0aa Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_bushsidetMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_bushtMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_bushtMat.mat new file mode 100644 index 0000000..470085f Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_bushtMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_cutteMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_cutteMat.mat new file mode 100644 index 0000000..ae7b3d0 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_cutteMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_cuttsMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_cuttsMat.mat new file mode 100644 index 0000000..e59b493 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_cuttsMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_cutttMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_cutttMat.mat new file mode 100644 index 0000000..df9d228 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_cutttMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_grasstMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_grasstMat.mat new file mode 100644 index 0000000..55e501f Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_grasstMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_housesMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_housesMat.mat new file mode 100644 index 0000000..5b1c683 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_housesMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_pathbMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_pathbMat.mat new file mode 100644 index 0000000..6a2f75b Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_pathbMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_treestMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_treestMat.mat new file mode 100644 index 0000000..6d3d423 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_treestMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_trunkstMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_trunkstMat.mat new file mode 100644 index 0000000..cf703a1 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_trunkstMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_walltMat.mat b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_walltMat.mat new file mode 100644 index 0000000..6f9b81d Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/Materials/training_walltMat.mat differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/awning.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/awning.png new file mode 100644 index 0000000..2051831 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/awning.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/awninga.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/awninga.png new file mode 100644 index 0000000..9871640 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/awninga.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/bark.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/bark.png new file mode 100644 index 0000000..6cb96a8 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/bark.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/bridge.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/bridge.png new file mode 100644 index 0000000..2823bad Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/bridge.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/bridgea.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/bridgea.png new file mode 100644 index 0000000..70cf152 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/bridgea.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/bush.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/bush.png new file mode 100644 index 0000000..0bd6381 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/bush.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/bushside.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/bushside.png new file mode 100644 index 0000000..91a196e Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/bushside.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/curtain.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/curtain.png new file mode 100644 index 0000000..a48a2ca Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/curtain.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/curtaina.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/curtaina.png new file mode 100644 index 0000000..36e8dfe Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/curtaina.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/cut.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/cut.png new file mode 100644 index 0000000..909ade9 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/cut.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/dead.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/dead.png new file mode 100644 index 0000000..6f414a5 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/dead.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/deada.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/deada.png new file mode 100644 index 0000000..bb83248 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/deada.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/doodd.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/doodd.png new file mode 100644 index 0000000..1c775d8 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/doodd.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/doodda.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/doodda.png new file mode 100644 index 0000000..a2bbda6 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/doodda.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/doodh.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/doodh.png new file mode 100644 index 0000000..5f8364d Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/doodh.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/doodha.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/doodha.png new file mode 100644 index 0000000..dc4b2f2 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/doodha.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/doods.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/doods.png new file mode 100644 index 0000000..0f4c7b0 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/doods.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/doodsa.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/doodsa.png new file mode 100644 index 0000000..759a850 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/doodsa.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/edge.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/edge.png new file mode 100644 index 0000000..97a0e44 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/edge.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/enter.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/enter.png new file mode 100644 index 0000000..01cc014 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/enter.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/exit.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/exit.png new file mode 100644 index 0000000..baaaa6a Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/exit.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/fade.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/fade.png new file mode 100644 index 0000000..d169ac9 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/fade.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/fence.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/fence.png new file mode 100644 index 0000000..d73eccc Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/fence.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/fencea.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/fencea.png new file mode 100644 index 0000000..2c7026a Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/fencea.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/fencew.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/fencew.png new file mode 100644 index 0000000..d720777 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/fencew.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/fencewa.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/fencewa.png new file mode 100644 index 0000000..b13e663 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/fencewa.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/grass.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/grass.png new file mode 100644 index 0000000..f06adb0 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/grass.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/grassmix.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/grassmix.png new file mode 100644 index 0000000..f065b89 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/grassmix.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/house.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/house.png new file mode 100644 index 0000000..ff49ce8 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/house.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/ladder.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/ladder.png new file mode 100644 index 0000000..bea9b3a Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/ladder.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/laddera.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/laddera.png new file mode 100644 index 0000000..6844892 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/laddera.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/leaf.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/leaf.png new file mode 100644 index 0000000..1121dfc Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/leaf.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/leafa.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/leafa.png new file mode 100644 index 0000000..5f715d5 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/leafa.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/ledge.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/ledge.png new file mode 100644 index 0000000..2a63648 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/ledge.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/mido.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/mido.png new file mode 100644 index 0000000..a655a2d Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/mido.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/patch.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/patch.png new file mode 100644 index 0000000..f732ace Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/patch.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/patcha.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/patcha.png new file mode 100644 index 0000000..6f75303 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/patcha.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/path.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/path.png new file mode 100644 index 0000000..bd88dc0 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/path.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/pathe.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/pathe.png new file mode 100644 index 0000000..027ea63 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/pathe.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/patht.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/patht.png new file mode 100644 index 0000000..843da77 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/patht.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/porch.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/porch.png new file mode 100644 index 0000000..a52aa32 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/porch.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/rail.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/rail.png new file mode 100644 index 0000000..a456393 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/rail.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/raila.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/raila.png new file mode 100644 index 0000000..a05a6af Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/raila.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/saria.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/saria.png new file mode 100644 index 0000000..288c0d0 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/saria.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/shop.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/shop.png new file mode 100644 index 0000000..bfcc7b5 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/shop.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/shroom.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/shroom.png new file mode 100644 index 0000000..27e6a2b Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/shroom.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/shrooma.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/shrooma.png new file mode 100644 index 0000000..fe490bb Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/shrooma.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/step.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/step.png new file mode 100644 index 0000000..9d54190 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/step.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/steptop.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/steptop.png new file mode 100644 index 0000000..01b731e Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/steptop.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/tower.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/tower.png new file mode 100644 index 0000000..a7f1c5e Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/tower.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/trees.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/trees.png new file mode 100644 index 0000000..0fa030e Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/trees.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/treesa.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/treesa.png new file mode 100644 index 0000000..b01d04c Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/treesa.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/treetop.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/treetop.png new file mode 100644 index 0000000..0cf60f6 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/treetop.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/treetopa.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/treetopa.png new file mode 100644 index 0000000..bb83248 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/treetopa.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/trunks.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/trunks.png new file mode 100644 index 0000000..93fed63 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/trunks.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/vine.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/vine.png new file mode 100644 index 0000000..3918903 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/vine.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/vinea.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/vinea.png new file mode 100644 index 0000000..cd584cb Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/vinea.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/vineh.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/vineh.png new file mode 100644 index 0000000..1877658 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/vineh.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/vineha.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/vineha.png new file mode 100644 index 0000000..10c3937 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/vineha.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/vinew.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/vinew.png new file mode 100644 index 0000000..dedc346 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/vinew.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/vinewa.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/vinewa.png new file mode 100644 index 0000000..9daa9e2 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/vinewa.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/wall.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/wall.png new file mode 100644 index 0000000..774eb9f Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/wall.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/walls.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/walls.png new file mode 100644 index 0000000..aa6eabd Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/walls.png differ diff --git a/Assets/MR Assets/kokiriforest/Kokiri Forest/water.png b/Assets/MR Assets/kokiriforest/Kokiri Forest/water.png new file mode 100644 index 0000000..e72b685 Binary files /dev/null and b/Assets/MR Assets/kokiriforest/Kokiri Forest/water.png differ diff --git a/Assets/MR Assets/metalmariosstage/Materials/Material01.mat b/Assets/MR Assets/metalmariosstage/Materials/Material01.mat new file mode 100644 index 0000000..3bebc52 Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/Materials/Material01.mat differ diff --git a/Assets/MR Assets/metalmariosstage/Materials/Material02.mat b/Assets/MR Assets/metalmariosstage/Materials/Material02.mat new file mode 100644 index 0000000..3ea7b5e Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/Materials/Material02.mat differ diff --git a/Assets/MR Assets/metalmariosstage/Materials/Material03.mat b/Assets/MR Assets/metalmariosstage/Materials/Material03.mat new file mode 100644 index 0000000..3e63a7c Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/Materials/Material03.mat differ diff --git a/Assets/MR Assets/metalmariosstage/Materials/Material04.mat b/Assets/MR Assets/metalmariosstage/Materials/Material04.mat new file mode 100644 index 0000000..7388c5d Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/Materials/Material04.mat differ diff --git a/Assets/MR Assets/metalmariosstage/Materials/Material05.mat b/Assets/MR Assets/metalmariosstage/Materials/Material05.mat new file mode 100644 index 0000000..e310c24 Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/Materials/Material05.mat differ diff --git a/Assets/MR Assets/metalmariosstage/Materials/Material06.mat b/Assets/MR Assets/metalmariosstage/Materials/Material06.mat new file mode 100644 index 0000000..ab0d49f Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/Materials/Material06.mat differ diff --git a/Assets/MR Assets/metalmariosstage/Materials/Material07.mat b/Assets/MR Assets/metalmariosstage/Materials/Material07.mat new file mode 100644 index 0000000..d395adb Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/Materials/Material07.mat differ diff --git a/Assets/MR Assets/metalmariosstage/Materials/Material08.mat b/Assets/MR Assets/metalmariosstage/Materials/Material08.mat new file mode 100644 index 0000000..ec82513 Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/Materials/Material08.mat differ diff --git a/Assets/MR Assets/metalmariosstage/Original textures/metalwires.png b/Assets/MR Assets/metalmariosstage/Original textures/metalwires.png new file mode 100644 index 0000000..7ad06d4 Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/Original textures/metalwires.png differ diff --git a/Assets/MR Assets/metalmariosstage/Original textures/metalwires_2.png b/Assets/MR Assets/metalmariosstage/Original textures/metalwires_2.png new file mode 100644 index 0000000..9825d1f Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/Original textures/metalwires_2.png differ diff --git a/Assets/MR Assets/metalmariosstage/Original textures/way.png b/Assets/MR Assets/metalmariosstage/Original textures/way.png new file mode 100644 index 0000000..0928ad7 Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/Original textures/way.png differ diff --git a/Assets/MR Assets/metalmariosstage/diamond.png b/Assets/MR Assets/metalmariosstage/diamond.png new file mode 100644 index 0000000..a8d6d67 Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/diamond.png differ diff --git a/Assets/MR Assets/metalmariosstage/diamond_2.png b/Assets/MR Assets/metalmariosstage/diamond_2.png new file mode 100644 index 0000000..531f854 Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/diamond_2.png differ diff --git a/Assets/MR Assets/metalmariosstage/diamond_3.png b/Assets/MR Assets/metalmariosstage/diamond_3.png new file mode 100644 index 0000000..483c414 Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/diamond_3.png differ diff --git a/Assets/MR Assets/metalmariosstage/metalmariostage.mtl b/Assets/MR Assets/metalmariosstage/metalmariostage.mtl new file mode 100644 index 0000000..92f60cf --- /dev/null +++ b/Assets/MR Assets/metalmariosstage/metalmariostage.mtl @@ -0,0 +1,75 @@ +# +# metalmariostage.mtl +# + +newmtl Material01 +illum 2 +Kd 0.800000 0.800000 0.800000 +Ka 0.200000 0.200000 0.200000 +Ks 0.000000 0.000000 0.000000 +Ke 0.000000 0.000000 0.000000 +Ns 0.000000 +map_Kd diamond.png + +newmtl Material02 +illum 2 +Kd 0.800000 0.800000 0.800000 +Ka 0.200000 0.200000 0.200000 +Ks 0.000000 0.000000 0.000000 +Ke 0.000000 0.000000 0.000000 +Ns 0.000000 +map_Kd diamond_2.png + +newmtl Material03 +illum 2 +Kd 0.800000 0.800000 0.800000 +Ka 0.200000 0.200000 0.200000 +Ks 0.000000 0.000000 0.000000 +Ke 0.000000 0.000000 0.000000 +Ns 0.000000 +map_Kd diamond_3.png + +newmtl Material04 +illum 2 +Kd 0.800000 0.800000 0.800000 +Ka 0.200000 0.200000 0.200000 +Ks 0.000000 0.000000 0.000000 +Ke 0.000000 0.000000 0.000000 +Ns 0.000000 +map_Kd way.png + +newmtl Material05 +illum 2 +Kd 0.800000 0.800000 0.800000 +Ka 0.200000 0.200000 0.200000 +Ks 0.000000 0.000000 0.000000 +Ke 0.000000 0.000000 0.000000 +Ns 0.000000 +map_Kd way_side.png + +newmtl Material06 +illum 2 +Kd 0.800000 0.800000 0.800000 +Ka 0.200000 0.200000 0.200000 +Ks 0.000000 0.000000 0.000000 +Ke 0.000000 0.000000 0.000000 +Ns 0.000000 +map_Kd metalwires.png + +newmtl Material07 +illum 2 +Kd 0.800000 0.800000 0.800000 +Ka 0.200000 0.200000 0.200000 +Ks 0.000000 0.000000 0.000000 +Ke 0.000000 0.000000 0.000000 +Ns 0.000000 +map_Kd metalwires_2.png + +newmtl Material08 +illum 2 +Kd 0.800000 0.800000 0.800000 +Ka 0.200000 0.200000 0.200000 +Ks 0.000000 0.000000 0.000000 +Ke 0.000000 0.000000 0.000000 +Ns 0.000000 +map_Kd yellow.png diff --git a/Assets/MR Assets/metalmariosstage/metalwires.png b/Assets/MR Assets/metalmariosstage/metalwires.png new file mode 100644 index 0000000..3f75a39 Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/metalwires.png differ diff --git a/Assets/MR Assets/metalmariosstage/metalwires_2.png b/Assets/MR Assets/metalmariosstage/metalwires_2.png new file mode 100644 index 0000000..4ab41b7 Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/metalwires_2.png differ diff --git a/Assets/MR Assets/metalmariosstage/way.png b/Assets/MR Assets/metalmariosstage/way.png new file mode 100644 index 0000000..3412df7 Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/way.png differ diff --git a/Assets/MR Assets/metalmariosstage/way_side.png b/Assets/MR Assets/metalmariosstage/way_side.png new file mode 100644 index 0000000..4e19d4a Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/way_side.png differ diff --git a/Assets/MR Assets/metalmariosstage/yellow.png b/Assets/MR Assets/metalmariosstage/yellow.png new file mode 100644 index 0000000..9155595 Binary files /dev/null and b/Assets/MR Assets/metalmariosstage/yellow.png differ diff --git a/Assets/Materials/colors.mat b/Assets/Materials/colors.mat new file mode 100644 index 0000000..0433eb0 Binary files /dev/null and b/Assets/Materials/colors.mat differ diff --git a/Assets/ScoreUI.js b/Assets/ScoreUI.js new file mode 100644 index 0000000..14ad28e --- /dev/null +++ b/Assets/ScoreUI.js @@ -0,0 +1,27 @@ +#pragma strict + +static var score : int = 0; +static var time : int = 0; +static var flag : boolean = true; + +var style : GUIStyle; +var style2 : GUIStyle; + +function Start(){ + //style.normal.textColor = Color.black; + //style.fontSize = 48; + //style.font = +} + +function Update () { + if(score > 7 && flag){ Time.timeScale = .00001; time = Time.timeSinceLevelLoad; flag = false;} +} + +function OnGUI(){ + GUI.Label(Rect(10, 10, 50, 100), score + " / 8", style); + if(score > 7){ + GUI.Label(Rect(Screen.width / 2 - 100, 70, 50, 100), "Level Complete!", style2); + GUI.Label(Rect(Screen.width / 2 - 100, 100, 50, 100), "Time: " + time + " seconds", style2); + GUI.Label(Rect(Screen.width / 2 - 100, 130, 50, 100), "Press [esc] to continue", style2); + } +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Control Setups/CameraRelativeSetup.unity b/Assets/Standard Assets (Mobile)/Control Setups/CameraRelativeSetup.unity new file mode 100644 index 0000000..d03b343 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Control Setups/CameraRelativeSetup.unity differ diff --git a/Assets/Standard Assets (Mobile)/Control Setups/FirstPersonSetup.unity b/Assets/Standard Assets (Mobile)/Control Setups/FirstPersonSetup.unity new file mode 100644 index 0000000..bc7826f Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Control Setups/FirstPersonSetup.unity differ diff --git a/Assets/Standard Assets (Mobile)/Control Setups/FirstPersonTilt.unity b/Assets/Standard Assets (Mobile)/Control Setups/FirstPersonTilt.unity new file mode 100644 index 0000000..3ce8f63 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Control Setups/FirstPersonTilt.unity differ diff --git a/Assets/Standard Assets (Mobile)/Control Setups/PlayerRelativeSetup.unity b/Assets/Standard Assets (Mobile)/Control Setups/PlayerRelativeSetup.unity new file mode 100644 index 0000000..b438d69 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Control Setups/PlayerRelativeSetup.unity differ diff --git a/Assets/Standard Assets (Mobile)/Control Setups/SidescrollSetup.unity b/Assets/Standard Assets (Mobile)/Control Setups/SidescrollSetup.unity new file mode 100644 index 0000000..f922510 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Control Setups/SidescrollSetup.unity differ diff --git a/Assets/Standard Assets (Mobile)/Control Setups/TapControlSetup.unity b/Assets/Standard Assets (Mobile)/Control Setups/TapControlSetup.unity new file mode 100644 index 0000000..7299577 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Control Setups/TapControlSetup.unity differ diff --git a/Assets/Standard Assets (Mobile)/Materials/grid.mat b/Assets/Standard Assets (Mobile)/Materials/grid.mat new file mode 100644 index 0000000..2686275 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Materials/grid.mat differ diff --git a/Assets/Standard Assets (Mobile)/Materials/gridFor2D.mat b/Assets/Standard Assets (Mobile)/Materials/gridFor2D.mat new file mode 100644 index 0000000..ad1087f Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Materials/gridFor2D.mat differ diff --git a/Assets/Standard Assets (Mobile)/Materials/skybox.mat b/Assets/Standard Assets (Mobile)/Materials/skybox.mat new file mode 100644 index 0000000..13eb354 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Materials/skybox.mat differ diff --git a/Assets/Standard Assets (Mobile)/Prefabs/2D Side Scroller.prefab b/Assets/Standard Assets (Mobile)/Prefabs/2D Side Scroller.prefab new file mode 100644 index 0000000..0793982 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Prefabs/2D Side Scroller.prefab differ diff --git a/Assets/Standard Assets (Mobile)/Prefabs/Camera Relative Controls.prefab b/Assets/Standard Assets (Mobile)/Prefabs/Camera Relative Controls.prefab new file mode 100644 index 0000000..64cc694 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Prefabs/Camera Relative Controls.prefab differ diff --git a/Assets/Standard Assets (Mobile)/Prefabs/Dual Joysticks.prefab b/Assets/Standard Assets (Mobile)/Prefabs/Dual Joysticks.prefab new file mode 100644 index 0000000..a9c955e Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Prefabs/Dual Joysticks.prefab differ diff --git a/Assets/Standard Assets (Mobile)/Prefabs/Dual TouchPads.prefab b/Assets/Standard Assets (Mobile)/Prefabs/Dual TouchPads.prefab new file mode 100644 index 0000000..0f79c58 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Prefabs/Dual TouchPads.prefab differ diff --git a/Assets/Standard Assets (Mobile)/Prefabs/First Person Controls.prefab b/Assets/Standard Assets (Mobile)/Prefabs/First Person Controls.prefab new file mode 100644 index 0000000..bdeb939 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Prefabs/First Person Controls.prefab differ diff --git a/Assets/Standard Assets (Mobile)/Prefabs/First Person Tilt Controls.prefab b/Assets/Standard Assets (Mobile)/Prefabs/First Person Tilt Controls.prefab new file mode 100644 index 0000000..cc5cdb7 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Prefabs/First Person Tilt Controls.prefab differ diff --git a/Assets/Standard Assets (Mobile)/Prefabs/Player Relative Controls.prefab b/Assets/Standard Assets (Mobile)/Prefabs/Player Relative Controls.prefab new file mode 100644 index 0000000..8723f22 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Prefabs/Player Relative Controls.prefab differ diff --git a/Assets/Standard Assets (Mobile)/Prefabs/Roll A Ball.prefab b/Assets/Standard Assets (Mobile)/Prefabs/Roll A Ball.prefab new file mode 100644 index 0000000..52fa97f Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Prefabs/Roll A Ball.prefab differ diff --git a/Assets/Standard Assets (Mobile)/Prefabs/Single Joystick.prefab b/Assets/Standard Assets (Mobile)/Prefabs/Single Joystick.prefab new file mode 100644 index 0000000..7d0926c Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Prefabs/Single Joystick.prefab differ diff --git a/Assets/Standard Assets (Mobile)/Prefabs/Single TouchPad.prefab b/Assets/Standard Assets (Mobile)/Prefabs/Single TouchPad.prefab new file mode 100644 index 0000000..c97b6ac Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Prefabs/Single TouchPad.prefab differ diff --git a/Assets/Standard Assets (Mobile)/Prefabs/Skybox.fbx b/Assets/Standard Assets (Mobile)/Prefabs/Skybox.fbx new file mode 100644 index 0000000..ddab394 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Prefabs/Skybox.fbx differ diff --git a/Assets/Standard Assets (Mobile)/Prefabs/TapToMove Controls.prefab b/Assets/Standard Assets (Mobile)/Prefabs/TapToMove Controls.prefab new file mode 100644 index 0000000..44b7058 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Prefabs/TapToMove Controls.prefab differ diff --git a/Assets/Standard Assets (Mobile)/Scripts/CameraRelativeControl.js b/Assets/Standard Assets (Mobile)/Scripts/CameraRelativeControl.js new file mode 100644 index 0000000..8606c92 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Scripts/CameraRelativeControl.js @@ -0,0 +1,125 @@ +////////////////////////////////////////////////////////////// +// CameraRelativeControl.js +// Penelope iPhone Tutorial +// +// CameraRelativeControl creates a control scheme similar to what +// might be found in 3rd person platformer games found on consoles. +// The left stick is used to move the character, and the right +// stick is used to rotate the camera around the character. +// A quick double-tap on the right joystick will make the +// character jump. +////////////////////////////////////////////////////////////// + +#pragma strict + +// This script must be attached to a GameObject that has a CharacterController +@script RequireComponent( CharacterController ) + +var moveJoystick : Joystick; +var rotateJoystick : Joystick; + +var cameraPivot : Transform; // The transform used for camera rotation +var cameraTransform : Transform; // The actual transform of the camera + +var speed : float = 5; // Ground speed +var jumpSpeed : float = 8; +var inAirMultiplier : float = 0.25; // Limiter for ground speed while jumping +var rotationSpeed : Vector2 = Vector2( 50, 25 ); // Camera rotation speed for each axis + +private var thisTransform : Transform; +private var character : CharacterController; +private var velocity : Vector3; // Used for continuing momentum while in air +private var canJump = true; + +function Start() +{ + // Cache component lookup at startup instead of doing this every frame + thisTransform = GetComponent( Transform ); + character = GetComponent( CharacterController ); + + // Move the character to the correct start position in the level, if one exists + var spawn = GameObject.Find( "PlayerSpawn" ); + if ( spawn ) + thisTransform.position = spawn.transform.position; +} + +function FaceMovementDirection() +{ + var horizontalVelocity : Vector3 = character.velocity; + horizontalVelocity.y = 0; // Ignore vertical movement + + // If moving significantly in a new direction, point that character in that direction + if ( horizontalVelocity.magnitude > 0.1 ) + thisTransform.forward = horizontalVelocity.normalized; +} + +function OnEndGame() +{ + // Disable joystick when the game ends + moveJoystick.Disable(); + rotateJoystick.Disable(); + + // Don't allow any more control changes when the game ends + this.enabled = false; +} + +function Update() +{ + var movement = cameraTransform.TransformDirection( Vector3( moveJoystick.position.x, 0, moveJoystick.position.y ) ); + // We only want the camera-space horizontal direction + movement.y = 0; + movement.Normalize(); // Adjust magnitude after ignoring vertical movement + + // Let's use the largest component of the joystick position for the speed. + var absJoyPos = Vector2( Mathf.Abs( moveJoystick.position.x ), Mathf.Abs( moveJoystick.position.y ) ); + movement *= speed * ( ( absJoyPos.x > absJoyPos.y ) ? absJoyPos.x : absJoyPos.y ); + + // Check for jump + if ( character.isGrounded ) + { + if ( !rotateJoystick.IsFingerDown() ) + canJump = true; + + if ( canJump && rotateJoystick.tapCount == 2 ) + { + // Apply the current movement to launch velocity + velocity = character.velocity; + velocity.y = jumpSpeed; + canJump = false; + } + } + else + { + // Apply gravity to our velocity to diminish it over time + velocity.y += Physics.gravity.y * Time.deltaTime; + + // Adjust additional movement while in-air + movement.x *= inAirMultiplier; + movement.z *= inAirMultiplier; + } + + movement += velocity; + movement += Physics.gravity; + movement *= Time.deltaTime; + + // Actually move the character + character.Move( movement ); + + if ( character.isGrounded ) + // Remove any persistent velocity after landing + velocity = Vector3.zero; + + // Face the character to match with where she is moving + FaceMovementDirection(); + + // Scale joystick input with rotation speed + var camRotation = rotateJoystick.position; + camRotation.x *= rotationSpeed.x; + camRotation.y *= rotationSpeed.y; + camRotation *= Time.deltaTime; + + // Rotate around the character horizontally in world, but use local space + // for vertical rotation + cameraPivot.Rotate( 0, camRotation.x, 0, Space.World ); + cameraPivot.Rotate( camRotation.y, 0, 0 ); +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Scripts/FirstPersonControl.js b/Assets/Standard Assets (Mobile)/Scripts/FirstPersonControl.js new file mode 100644 index 0000000..ede241a --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Scripts/FirstPersonControl.js @@ -0,0 +1,166 @@ +////////////////////////////////////////////////////////////// +// FirstPersonControl.js +// +// FirstPersonControl creates a control scheme where the camera +// location and controls directly map to being in the first person. +// The left pad is used to move the character, and the +// right pad is used to rotate the character. A quick double-tap +// on the right joystick will make the character jump. +// +// If no right pad is assigned, then tilt is used for rotation +// you double tap the left pad to jump +////////////////////////////////////////////////////////////// + +#pragma strict + +@script RequireComponent( CharacterController ) + +// This script must be attached to a GameObject that has a CharacterController +var moveTouchPad : Joystick; +var rotateTouchPad : Joystick; // If unassigned, tilt is used + +var cameraPivot : Transform; // The transform used for camera rotation + +var forwardSpeed : float = 4; +var backwardSpeed : float = 1; +var sidestepSpeed : float = 1; +var jumpSpeed : float = 8; +var inAirMultiplier : float = 0.25; // Limiter for ground speed while jumping +var rotationSpeed : Vector2 = Vector2( 50, 25 ); // Camera rotation speed for each axis +var tiltPositiveYAxis = 0.6; +var tiltNegativeYAxis = 0.4; +var tiltXAxisMinimum = 0.1; + +private var thisTransform : Transform; +private var character : CharacterController; +private var cameraVelocity : Vector3; +private var velocity : Vector3; // Used for continuing momentum while in air +private var canJump = true; + +function Start() +{ + // Cache component lookup at startup instead of doing this every frame + thisTransform = GetComponent( Transform ); + character = GetComponent( CharacterController ); + + // Move the character to the correct start position in the level, if one exists + var spawn = GameObject.Find( "PlayerSpawn" ); + if ( spawn ) + thisTransform.position = spawn.transform.position; +} + +function OnEndGame() +{ + // Disable joystick when the game ends + moveTouchPad.Disable(); + + if ( rotateTouchPad ) + rotateTouchPad.Disable(); + + // Don't allow any more control changes when the game ends + this.enabled = false; +} + +function Update() +{ + var movement = thisTransform.TransformDirection( Vector3( moveTouchPad.position.x, 0, moveTouchPad.position.y ) ); + + // We only want horizontal movement + movement.y = 0; + movement.Normalize(); + + // Apply movement from move joystick + var absJoyPos = Vector2( Mathf.Abs( moveTouchPad.position.x ), Mathf.Abs( moveTouchPad.position.y ) ); + if ( absJoyPos.y > absJoyPos.x ) + { + if ( moveTouchPad.position.y > 0 ) + movement *= forwardSpeed * absJoyPos.y; + else + movement *= backwardSpeed * absJoyPos.y; + } + else + movement *= sidestepSpeed * absJoyPos.x; + + // Check for jump + if ( character.isGrounded ) + { + var jump = false; + var touchPad : Joystick; + if ( rotateTouchPad ) + touchPad = rotateTouchPad; + else + touchPad = moveTouchPad; + + if ( !touchPad.IsFingerDown() ) + canJump = true; + + if ( canJump && touchPad.tapCount >= 2 ) + { + jump = true; + canJump = false; + } + + if ( jump ) + { + // Apply the current movement to launch velocity + velocity = character.velocity; + velocity.y = jumpSpeed; + } + } + else + { + // Apply gravity to our velocity to diminish it over time + velocity.y += Physics.gravity.y * Time.deltaTime; + + // Adjust additional movement while in-air + movement.x *= inAirMultiplier; + movement.z *= inAirMultiplier; + } + + movement += velocity; + movement += Physics.gravity; + movement *= Time.deltaTime; + + // Actually move the character + character.Move( movement ); + + if ( character.isGrounded ) + // Remove any persistent velocity after landing + velocity = Vector3.zero; + + // Apply rotation from rotation joystick + if ( character.isGrounded ) + { + var camRotation = Vector2.zero; + + if ( rotateTouchPad ) + camRotation = rotateTouchPad.position; + else + { + // Use tilt instead +// print( iPhoneInput.acceleration ); + var acceleration = Input.acceleration; + var absTiltX = Mathf.Abs( acceleration.x ); + if ( acceleration.z < 0 && acceleration.x < 0 ) + { + if ( absTiltX >= tiltPositiveYAxis ) + camRotation.y = (absTiltX - tiltPositiveYAxis) / (1 - tiltPositiveYAxis); + else if ( absTiltX <= tiltNegativeYAxis ) + camRotation.y = -( tiltNegativeYAxis - absTiltX) / tiltNegativeYAxis; + } + + if ( Mathf.Abs( acceleration.y ) >= tiltXAxisMinimum ) + camRotation.x = -(acceleration.y - tiltXAxisMinimum) / (1 - tiltXAxisMinimum); + } + + camRotation.x *= rotationSpeed.x; + camRotation.y *= rotationSpeed.y; + camRotation *= Time.deltaTime; + + // Rotate the character around world-y using x-axis of joystick + thisTransform.Rotate( 0, camRotation.x, 0, Space.World ); + + // Rotate only the camera with y-axis input + cameraPivot.Rotate( -camRotation.y, 0, 0 ); + } +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Scripts/FollowTransform.js b/Assets/Standard Assets (Mobile)/Scripts/FollowTransform.js new file mode 100644 index 0000000..45f54f3 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Scripts/FollowTransform.js @@ -0,0 +1,28 @@ +////////////////////////////////////////////////////////////// +// FollowTransform.js +// Penelope iPhone Tutorial +// +// FollowTransform will follow any assigned Transform and +// optionally face the forward vector to match for the Transform +// where this script is attached. +////////////////////////////////////////////////////////////// + +#pragma strict + +var targetTransform : Transform; // Transform to follow +var faceForward : boolean = false; // Match forward vector? +private var thisTransform : Transform; + +function Start() +{ + // Cache component lookup at startup instead of doing this every frame + thisTransform = transform; +} + +function Update () +{ + thisTransform.position = targetTransform.position; + + if ( faceForward ) + thisTransform.forward = targetTransform.forward; +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Scripts/Joystick.js b/Assets/Standard Assets (Mobile)/Scripts/Joystick.js new file mode 100644 index 0000000..409a58b --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Scripts/Joystick.js @@ -0,0 +1,246 @@ +////////////////////////////////////////////////////////////// +// Joystick.js +// Penelope iPhone Tutorial +// +// Joystick creates a movable joystick (via GUITexture) that +// handles touch input, taps, and phases. Dead zones can control +// where the joystick input gets picked up and can be normalized. +// +// Optionally, you can enable the touchPad property from the editor +// to treat this Joystick as a TouchPad. A TouchPad allows the finger +// to touch down at any point and it tracks the movement relatively +// without moving the graphic +////////////////////////////////////////////////////////////// + +#pragma strict + +@script RequireComponent( GUITexture ) + +// A simple class for bounding how far the GUITexture will move +class Boundary +{ + var min : Vector2 = Vector2.zero; + var max : Vector2 = Vector2.zero; +} + +static private var joysticks : Joystick[]; // A static collection of all joysticks +static private var enumeratedJoysticks : boolean = false; +static private var tapTimeDelta : float = 0.3; // Time allowed between taps + +var touchPad : boolean; // Is this a TouchPad? +var touchZone : Rect; +var deadZone : Vector2 = Vector2.zero; // Control when position is output +var normalize : boolean = false; // Normalize output after the dead-zone? +var position : Vector2; // [-1, 1] in x,y +var tapCount : int; // Current tap count + +private var lastFingerId = -1; // Finger last used for this joystick +private var tapTimeWindow : float; // How much time there is left for a tap to occur +private var fingerDownPos : Vector2; +private var fingerDownTime : float; +private var firstDeltaTime : float = 0.5; + +private var gui : GUITexture; // Joystick graphic +private var defaultRect : Rect; // Default position / extents of the joystick graphic +private var guiBoundary : Boundary = Boundary(); // Boundary for joystick graphic +private var guiTouchOffset : Vector2; // Offset to apply to touch input +private var guiCenter : Vector2; // Center of joystick + +function Start() +{ + // Cache this component at startup instead of looking up every frame + gui = GetComponent( GUITexture ); + + // Store the default rect for the gui, so we can snap back to it + defaultRect = gui.pixelInset; + + defaultRect.x += transform.position.x * Screen.width;// + gui.pixelInset.x; // - Screen.width * 0.5; + defaultRect.y += transform.position.y * Screen.height;// - Screen.height * 0.5; + + transform.position.x = 0.0; + transform.position.y = 0.0; + + if ( touchPad ) + { + // If a texture has been assigned, then use the rect ferom the gui as our touchZone + if ( gui.texture ) + touchZone = defaultRect; + } + else + { + // This is an offset for touch input to match with the top left + // corner of the GUI + guiTouchOffset.x = defaultRect.width * 0.5; + guiTouchOffset.y = defaultRect.height * 0.5; + + // Cache the center of the GUI, since it doesn't change + guiCenter.x = defaultRect.x + guiTouchOffset.x; + guiCenter.y = defaultRect.y + guiTouchOffset.y; + + // Let's build the GUI boundary, so we can clamp joystick movement + guiBoundary.min.x = defaultRect.x - guiTouchOffset.x; + guiBoundary.max.x = defaultRect.x + guiTouchOffset.x; + guiBoundary.min.y = defaultRect.y - guiTouchOffset.y; + guiBoundary.max.y = defaultRect.y + guiTouchOffset.y; + } +} + +function Disable() +{ + gameObject.active = false; + enumeratedJoysticks = false; +} + +function ResetJoystick() +{ + // Release the finger control and set the joystick back to the default position + gui.pixelInset = defaultRect; + lastFingerId = -1; + position = Vector2.zero; + fingerDownPos = Vector2.zero; + + if ( touchPad ) + gui.color.a = 0.025; +} + +function IsFingerDown() : boolean +{ + return (lastFingerId != -1); +} + +function LatchedFinger( fingerId : int ) +{ + // If another joystick has latched this finger, then we must release it + if ( lastFingerId == fingerId ) + ResetJoystick(); +} + +function Update() +{ + if ( !enumeratedJoysticks ) + { + // Collect all joysticks in the game, so we can relay finger latching messages + joysticks = FindObjectsOfType( Joystick ) as Joystick[]; + enumeratedJoysticks = true; + } + + var count = Input.touchCount; + + // Adjust the tap time window while it still available + if ( tapTimeWindow > 0 ) + tapTimeWindow -= Time.deltaTime; + else + tapCount = 0; + + if ( count == 0 ) + ResetJoystick(); + else + { + for(var i : int = 0;i < count; i++) + { + var touch : Touch = Input.GetTouch(i); + var guiTouchPos : Vector2 = touch.position - guiTouchOffset; + + var shouldLatchFinger = false; + if ( touchPad ) + { + if ( touchZone.Contains( touch.position ) ) + shouldLatchFinger = true; + } + else if ( gui.HitTest( touch.position ) ) + { + shouldLatchFinger = true; + } + + // Latch the finger if this is a new touch + if ( shouldLatchFinger && ( lastFingerId == -1 || lastFingerId != touch.fingerId ) ) + { + + if ( touchPad ) + { + gui.color.a = 0.15; + + lastFingerId = touch.fingerId; + fingerDownPos = touch.position; + fingerDownTime = Time.time; + } + + lastFingerId = touch.fingerId; + + // Accumulate taps if it is within the time window + if ( tapTimeWindow > 0 ) + tapCount++; + else + { + tapCount = 1; + tapTimeWindow = tapTimeDelta; + } + + // Tell other joysticks we've latched this finger + for ( var j : Joystick in joysticks ) + { + if ( j != this ) + j.LatchedFinger( touch.fingerId ); + } + } + + if ( lastFingerId == touch.fingerId ) + { + // Override the tap count with what the iPhone SDK reports if it is greater + // This is a workaround, since the iPhone SDK does not currently track taps + // for multiple touches + if ( touch.tapCount > tapCount ) + tapCount = touch.tapCount; + + if ( touchPad ) + { + // For a touchpad, let's just set the position directly based on distance from initial touchdown + position.x = Mathf.Clamp( ( touch.position.x - fingerDownPos.x ) / ( touchZone.width / 2 ), -1, 1 ); + position.y = Mathf.Clamp( ( touch.position.y - fingerDownPos.y ) / ( touchZone.height / 2 ), -1, 1 ); + } + else + { + // Change the location of the joystick graphic to match where the touch is + gui.pixelInset.x = Mathf.Clamp( guiTouchPos.x, guiBoundary.min.x, guiBoundary.max.x ); + gui.pixelInset.y = Mathf.Clamp( guiTouchPos.y, guiBoundary.min.y, guiBoundary.max.y ); + } + + if ( touch.phase == TouchPhase.Ended || touch.phase == TouchPhase.Canceled ) + ResetJoystick(); + } + } + } + + if ( !touchPad ) + { + // Get a value between -1 and 1 based on the joystick graphic location + position.x = ( gui.pixelInset.x + guiTouchOffset.x - guiCenter.x ) / guiTouchOffset.x; + position.y = ( gui.pixelInset.y + guiTouchOffset.y - guiCenter.y ) / guiTouchOffset.y; + } + + // Adjust for dead zone + var absoluteX = Mathf.Abs( position.x ); + var absoluteY = Mathf.Abs( position.y ); + + if ( absoluteX < deadZone.x ) + { + // Report the joystick as being at the center if it is within the dead zone + position.x = 0; + } + else if ( normalize ) + { + // Rescale the output after taking the dead zone into account + position.x = Mathf.Sign( position.x ) * ( absoluteX - deadZone.x ) / ( 1 - deadZone.x ); + } + + if ( absoluteY < deadZone.y ) + { + // Report the joystick as being at the center if it is within the dead zone + position.y = 0; + } + else if ( normalize ) + { + // Rescale the output after taking the dead zone into account + position.y = Mathf.Sign( position.y ) * ( absoluteY - deadZone.y ) / ( 1 - deadZone.y ); + } +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Scripts/ObliqueNear.js b/Assets/Standard Assets (Mobile)/Scripts/ObliqueNear.js new file mode 100644 index 0000000..8897b5c --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Scripts/ObliqueNear.js @@ -0,0 +1,36 @@ + +#pragma strict + +var plane : Transform; + +function CalculateObliqueMatrix( projection : Matrix4x4 , clipPlane : Vector4 ) : Matrix4x4 +{ + var q : Vector4 = projection.inverse * Vector4( + Mathf.Sign(clipPlane.x), + Mathf.Sign(clipPlane.y), + 1.0, + 1.0); + var c : Vector4 = clipPlane * (2.0 / (Vector4.Dot(clipPlane, q))); + + projection[2] = c.x - projection[3]; + projection[6] = c.y - projection[7]; + projection[10] = c.z - projection[11]; + projection[14] = c.w - projection[15]; + + return projection; +} + +function OnPreCull() +{ + var projection : Matrix4x4 = camera.projectionMatrix; + + var m : Matrix4x4 = camera.worldToCameraMatrix; + var planePos : Vector3 = m.MultiplyPoint(plane.position); + var planeNormal : Vector3 = m.MultiplyVector(-Vector3.up); + planeNormal.Normalize(); + var nearPlane : Vector4 = planeNormal; + nearPlane.w = -Vector3.Dot(planeNormal, planePos); + + + camera.projectionMatrix = CalculateObliqueMatrix(projection, nearPlane); +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Scripts/PlayerRelativeControl.js b/Assets/Standard Assets (Mobile)/Scripts/PlayerRelativeControl.js new file mode 100644 index 0000000..aaf91b9 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Scripts/PlayerRelativeControl.js @@ -0,0 +1,140 @@ +////////////////////////////////////////////////////////////// +// PlayerRelativeControl.js +// Penelope iPhone Tutorial +// +// PlayerRelativeControl creates a control scheme similar to what +// might be found in a 3rd person, over-the-shoulder game found on +// consoles. The left stick is used to move the character, and the +// right stick is used to rotate the character. A quick double-tap +// on the right joystick will make the character jump. +////////////////////////////////////////////////////////////// + +#pragma strict + +@script RequireComponent( CharacterController ) + +// This script must be attached to a GameObject that has a CharacterController +var moveJoystick : Joystick; +var rotateJoystick : Joystick; + +var cameraPivot : Transform; // The transform used for camera rotation + +var forwardSpeed : float = 4; +var backwardSpeed : float = 1; +var sidestepSpeed : float = 1; +var jumpSpeed : float = 8; +var inAirMultiplier : float = 0.25; // Limiter for ground speed while jumping +var rotationSpeed : Vector2 = Vector2( 50, 25 ); // Camera rotation speed for each axis + +private var thisTransform : Transform; +private var character : CharacterController; +private var cameraVelocity : Vector3; +private var velocity : Vector3; // Used for continuing momentum while in air + +function Start() +{ + // Cache component lookup at startup instead of doing this every frame + thisTransform = GetComponent( Transform ); + character = GetComponent( CharacterController ); + + // Move the character to the correct start position in the level, if one exists + var spawn = GameObject.Find( "PlayerSpawn" ); + if ( spawn ) + thisTransform.position = spawn.transform.position; +} + +function OnEndGame() +{ + // Disable joystick when the game ends + moveJoystick.Disable(); + rotateJoystick.Disable(); + + // Don't allow any more control changes when the game ends + this.enabled = false; +} + +function Update() +{ + var movement = thisTransform.TransformDirection( Vector3( moveJoystick.position.x, 0, moveJoystick.position.y ) ); + + // We only want horizontal movement + movement.y = 0; + movement.Normalize(); + + var cameraTarget = Vector3.zero; + + // Apply movement from move joystick + var absJoyPos = Vector2( Mathf.Abs( moveJoystick.position.x ), Mathf.Abs( moveJoystick.position.y ) ); + if ( absJoyPos.y > absJoyPos.x ) + { + if ( moveJoystick.position.y > 0 ) + movement *= forwardSpeed * absJoyPos.y; + else + { + movement *= backwardSpeed * absJoyPos.y; + cameraTarget.z = moveJoystick.position.y * 0.75; + } + } + else + { + movement *= sidestepSpeed * absJoyPos.x; + + // Let's move the camera a bit, so the character isn't stuck under our thumb + cameraTarget.x = -moveJoystick.position.x * 0.5; + } + + // Check for jump + if ( character.isGrounded ) + { + if ( rotateJoystick.tapCount == 2 ) + { + // Apply the current movement to launch velocity + velocity = character.velocity; + velocity.y = jumpSpeed; + } + } + else + { + // Apply gravity to our velocity to diminish it over time + velocity.y += Physics.gravity.y * Time.deltaTime; + + // Move the camera back from the character when we jump + cameraTarget.z = -jumpSpeed * 0.25; + + // Adjust additional movement while in-air + movement.x *= inAirMultiplier; + movement.z *= inAirMultiplier; + } + + movement += velocity; + movement += Physics.gravity; + movement *= Time.deltaTime; + + // Actually move the character + character.Move( movement ); + + if ( character.isGrounded ) + // Remove any persistent velocity after landing + velocity = Vector3.zero; + + // Seek camera towards target position + var pos = cameraPivot.localPosition; + pos.x = Mathf.SmoothDamp( pos.x, cameraTarget.x, cameraVelocity.x, 0.3 ); + pos.z = Mathf.SmoothDamp( pos.z, cameraTarget.z, cameraVelocity.z, 0.5 ); + cameraPivot.localPosition = pos; + + // Apply rotation from rotation joystick + if ( character.isGrounded ) + { + var camRotation = rotateJoystick.position; + camRotation.x *= rotationSpeed.x; + camRotation.y *= rotationSpeed.y; + camRotation *= Time.deltaTime; + + // Rotate the character around world-y using x-axis of joystick + thisTransform.Rotate( 0, camRotation.x, 0, Space.World ); + + // Rotate only the camera with y-axis input + cameraPivot.Rotate( camRotation.y, 0, 0 ); + } +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Scripts/RollABall.js b/Assets/Standard Assets (Mobile)/Scripts/RollABall.js new file mode 100644 index 0000000..71668e4 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Scripts/RollABall.js @@ -0,0 +1,35 @@ + +#pragma strict + +var tilt : Vector3 = Vector3.zero; +var speed : float; +private var circ : float; +private var previousPosition : Vector3; + +@script RequireComponent(Rigidbody) +function Start() +{ + //Find the circumference of the circle so that the circle can be rotated the appropriate amount when rolling + circ = 2 * Mathf.PI * collider.bounds.extents.x; + previousPosition = transform.position; +} + + +function Update () { + tilt.x = -Input.acceleration.y; + tilt.z = Input.acceleration.x; + + rigidbody.AddForce(tilt * speed * Time.deltaTime); +} + +function LateUpdate() +{ + var movement : Vector3 = transform.position - previousPosition; + + movement = Vector3(movement.z,0, -movement.x); + + transform.Rotate(movement / circ * 360, Space.World); + + previousPosition = transform.position; + +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Scripts/RotationConstraint.js b/Assets/Standard Assets (Mobile)/Scripts/RotationConstraint.js new file mode 100644 index 0000000..2df5aef --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Scripts/RotationConstraint.js @@ -0,0 +1,78 @@ +////////////////////////////////////////////////////////////// +// RotationConstraint.js +// Penelope iPhone Tutorial +// +// RotationConstraint constrains the relative rotation of a +// Transform. You select the constraint axis in the editor and +// specify a min and max amount of rotation that is allowed +// from the default rotation +////////////////////////////////////////////////////////////// + +enum ConstraintAxis +{ + X = 0, + Y, + Z +} + +public var axis : ConstraintAxis; // Rotation around this axis is constrained +public var min : float; // Relative value in degrees +public var max : float; // Relative value in degrees +private var thisTransform : Transform; +private var rotateAround : Vector3; +private var minQuaternion : Quaternion; +private var maxQuaternion : Quaternion; +private var range : float; + +function Start() +{ + thisTransform = transform; + + // Set the axis that we will rotate around + switch ( axis ) + { + case ConstraintAxis.X: + rotateAround = Vector3.right; + break; + + case ConstraintAxis.Y: + rotateAround = Vector3.up; + break; + + case ConstraintAxis.Z: + rotateAround = Vector3.forward; + break; + } + + // Set the min and max rotations in quaternion space + var axisRotation = Quaternion.AngleAxis( thisTransform.localRotation.eulerAngles[ axis ], rotateAround ); + minQuaternion = axisRotation * Quaternion.AngleAxis( min, rotateAround ); + maxQuaternion = axisRotation * Quaternion.AngleAxis( max, rotateAround ); + range = max - min; +} + +// We use LateUpdate to grab the rotation from the Transform after all Updates from +// other scripts have occured +function LateUpdate() +{ + // We use quaternions here, so we don't have to adjust for euler angle range [ 0, 360 ] + var localRotation = thisTransform.localRotation; + var axisRotation = Quaternion.AngleAxis( localRotation.eulerAngles[ axis ], rotateAround ); + var angleFromMin = Quaternion.Angle( axisRotation, minQuaternion ); + var angleFromMax = Quaternion.Angle( axisRotation, maxQuaternion ); + + if ( angleFromMin <= range && angleFromMax <= range ) + return; // within range + else + { + // Let's keep the current rotations around other axes and only + // correct the axis that has fallen out of range. + var euler = localRotation.eulerAngles; + if ( angleFromMin > angleFromMax ) + euler[ axis ] = maxQuaternion.eulerAngles[ axis ]; + else + euler[ axis ] = minQuaternion.eulerAngles[ axis ]; + + thisTransform.localEulerAngles = euler; + } +} diff --git a/Assets/Standard Assets (Mobile)/Scripts/SidescrollControl.js b/Assets/Standard Assets (Mobile)/Scripts/SidescrollControl.js new file mode 100644 index 0000000..4f75da3 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Scripts/SidescrollControl.js @@ -0,0 +1,101 @@ +////////////////////////////////////////////////////////////// +// SidescrollControl.js +// +// SidescrollControl creates a 2D control scheme where the left +// pad is used to move the character, and the right pad is used +// to make the character jump. +////////////////////////////////////////////////////////////// + +#pragma strict + +@script RequireComponent( CharacterController ) + +// This script must be attached to a GameObject that has a CharacterController +var moveTouchPad : Joystick; +var jumpTouchPad : Joystick; + +var forwardSpeed : float = 4; +var backwardSpeed : float = 4; +var jumpSpeed : float = 16; +var inAirMultiplier : float = 0.25; // Limiter for ground speed while jumping + +private var thisTransform : Transform; +private var character : CharacterController; +private var velocity : Vector3; // Used for continuing momentum while in air +private var canJump = true; + +function Start() +{ + // Cache component lookup at startup instead of doing this every frame + thisTransform = GetComponent( Transform ); + character = GetComponent( CharacterController ); + + // Move the character to the correct start position in the level, if one exists + var spawn = GameObject.Find( "PlayerSpawn" ); + if ( spawn ) + thisTransform.position = spawn.transform.position; +} + +function OnEndGame() +{ + // Disable joystick when the game ends + moveTouchPad.Disable(); + jumpTouchPad.Disable(); + + // Don't allow any more control changes when the game ends + this.enabled = false; +} + +function Update() +{ + var movement = Vector3.zero; + + // Apply movement from move joystick + if ( moveTouchPad.position.x > 0 ) + movement = Vector3.right * forwardSpeed * moveTouchPad.position.x; + else + movement = Vector3.right * backwardSpeed * moveTouchPad.position.x; + + // Check for jump + if ( character.isGrounded ) + { + var jump = false; + var touchPad = jumpTouchPad; + + if ( !touchPad.IsFingerDown() ) + canJump = true; + + if ( canJump && touchPad.IsFingerDown() ) + { + jump = true; + canJump = false; + } + + if ( jump ) + { + // Apply the current movement to launch velocity + velocity = character.velocity; + velocity.y = jumpSpeed; + } + } + else + { + // Apply gravity to our velocity to diminish it over time + velocity.y += Physics.gravity.y * Time.deltaTime; + + // Adjust additional movement while in-air + movement.x *= inAirMultiplier; +// movement.z *= inAirMultiplier; + } + + movement += velocity; + movement += Physics.gravity; + movement *= Time.deltaTime; + + // Actually move the character + character.Move( movement ); + + if ( character.isGrounded ) + // Remove any persistent velocity after landing + velocity = Vector3.zero; +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Scripts/SmoothFollow2D.js b/Assets/Standard Assets (Mobile)/Scripts/SmoothFollow2D.js new file mode 100644 index 0000000..34122d4 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Scripts/SmoothFollow2D.js @@ -0,0 +1,20 @@ + +#pragma strict + +var target : Transform; +var smoothTime = 0.3; +private var thisTransform : Transform; +private var velocity : Vector2; + +function Start() +{ + thisTransform = transform; +} + +function Update() +{ + thisTransform.position.x = Mathf.SmoothDamp( thisTransform.position.x, + target.position.x, velocity.x, smoothTime); + thisTransform.position.y = Mathf.SmoothDamp( thisTransform.position.y, + target.position.y, velocity.y, smoothTime); +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Scripts/ZoomCamera.js b/Assets/Standard Assets (Mobile)/Scripts/ZoomCamera.js new file mode 100644 index 0000000..bd72609 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Scripts/ZoomCamera.js @@ -0,0 +1,83 @@ +////////////////////////////////////////////////////////////// +// ZoomCamera.js +// Penelope iPhone Tutorial +// +// ZoomCamera is a simple camera that uses a zoom value to zoom +// the camera in or out relatively from the default position set +// in the editor. It can snap to zoom values when moving closer +// to the specified origin and smoothly seeks when moving farther +// away. The camera checks for any objects that obstruct the view +// of the camera to the origin and snaps to be in front of those +// locations. +////////////////////////////////////////////////////////////// + +#pragma strict + +var origin : Transform; // What is considered the origin to the camera +var zoom : float; +var zoomMin : float = -5; +var zoomMax : float = 5; +var seekTime = 1.0; +var smoothZoomIn = false; +private var defaultLocalPosition : Vector3; +private var thisTransform : Transform; +private var currentZoom : float; +private var targetZoom : float; +private var zoomVelocity : float; + +function Start() +{ + // Cache component instead of looking it up every frame + thisTransform = transform; + + // The default position is the position that is set in the editor + defaultLocalPosition = thisTransform.localPosition; + + // Default the current zoom to what was set in the editor + currentZoom = zoom; +} + +function Update() +{ + // The zoom set externally must still be within the min-max range + zoom = Mathf.Clamp( zoom, zoomMin, zoomMax ); + + // Only collide with non-Player (8) layers + var layerMask = ~((1 << 8) | (1 << 2)); + + var hit : RaycastHit; + var start = origin.position; + var zoomedPosition = defaultLocalPosition + thisTransform.parent.InverseTransformDirection( thisTransform.forward * zoom ); + var end = thisTransform.parent.TransformPoint( zoomedPosition ); + + // Cast a line from the origin transform to the camera and find out if we hit anything in-between + if ( Physics.Linecast( start, end, hit, layerMask ) ) + { + // We hit something, so translate this to a zoom value + var position = hit.point + thisTransform.TransformDirection( Vector3.forward ); + var difference = position - thisTransform.parent.TransformPoint( defaultLocalPosition ); + targetZoom = difference.magnitude; + } + else + // We didn't hit anything, so the camera should use the zoom set externally + targetZoom = zoom; + + // Clamp target zoom to our min-max range + targetZoom = Mathf.Clamp( targetZoom, zoomMin, zoomMax ); + + if ( !smoothZoomIn && ( targetZoom - currentZoom ) > 0 ) + { + // Snap the current zoom to our target if it is closer. This is useful if + // some object is between the camera and the origin + currentZoom = targetZoom; + } + else + { + // Smoothly seek towards our target zoom value + currentZoom = Mathf.SmoothDamp( currentZoom, targetZoom, zoomVelocity, seekTime ); + } + + // Set the position of the camera + zoomedPosition = defaultLocalPosition + thisTransform.parent.InverseTransformDirection( thisTransform.forward * currentZoom ); + thisTransform.localPosition = zoomedPosition; +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Scripts/tapcontrol.js b/Assets/Standard Assets (Mobile)/Scripts/tapcontrol.js new file mode 100644 index 0000000..19d4080 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Scripts/tapcontrol.js @@ -0,0 +1,435 @@ +////////////////////////////////////////////////////////////// +// TapControl.js +// Penelope iPhone Tutorial +// +// TapControl handles the control scheme in which Penelope is +// driven by a single finger. When the player touches the screen, +// Penelope will move toward the finger. The player can also +// use two fingers to do pinching and twisting gestures to do +// camera zooming and rotation. +////////////////////////////////////////////////////////////// + +#pragma strict + +enum ControlState +{ + WaitingForFirstTouch, + WaitingForSecondTouch, + MovingCharacter, + WaitingForMovement, + ZoomingCamera, + RotatingCamera, + WaitingForNoFingers +} + +var cameraObject : GameObject; +var cameraPivot : Transform; +var jumpButton : GUITexture; +var speed : float; +var jumpSpeed : float; +var inAirMultiplier : float = 0.25; +var minimumDistanceToMove = 1.0; +var minimumTimeUntilMove = 0.25; +var zoomEnabled : boolean; +var zoomEpsilon : float; +var zoomRate : float; +var rotateEnabled : boolean; +var rotateEpsilon : float = 1; // in degrees + +private var zoomCamera : ZoomCamera; +private var cam : Camera; +private var thisTransform : Transform; +private var character : CharacterController; +private var targetLocation : Vector3; +private var moving : boolean = false; +private var rotationTarget : float; +private var rotationVelocity : float; +private var velocity : Vector3; + +// State for tracking touches +private var state = ControlState.WaitingForFirstTouch; +private var fingerDown : int[] = new int[ 2 ]; +private var fingerDownPosition : Vector2[] = new Vector2[ 2 ]; +private var fingerDownFrame : int[] = new int[ 2 ]; +private var firstTouchTime : float; + +function Start() +{ + // Cache component lookups at startup instead of every frame + thisTransform = transform; + zoomCamera = cameraObject.GetComponent( ZoomCamera ); + cam = cameraObject.camera; + character = GetComponent( CharacterController ); + + // Initialize control state + ResetControlState(); + + // Move the character to the correct start position in the level, if one exists + var spawn = GameObject.Find( "PlayerSpawn" ); + if( spawn ) + thisTransform.position = spawn.transform.position; +} + +function OnEndGame() +{ + // Don't allow any more control changes when the game ends + this.enabled = false; +} + +function FaceMovementDirection() +{ + var horizontalVelocity : Vector3 = character.velocity; + horizontalVelocity.y = 0; // Ignore vertical movement + + // If moving significantly in a new direction, point that character in that direction + if( horizontalVelocity.magnitude > 0.1 ) + thisTransform.forward = horizontalVelocity.normalized; +} + +function CameraControl( touch0 : Touch, touch1 : Touch ) +{ + if( rotateEnabled && state == ControlState.RotatingCamera ) + { + var currentVector : Vector2 = touch1.position - touch0.position; + var currentDir = currentVector / currentVector.magnitude; + var lastVector : Vector2 = ( touch1.position - touch1.deltaPosition ) - ( touch0.position - touch0.deltaPosition ); + var lastDir = lastVector / lastVector.magnitude; + + // Get the rotation amount between last frame and this frame + var rotationCos : float = Vector2.Dot( currentDir, lastDir ); + + if ( rotationCos < 1 ) // if it is 1, then we have no rotation + { + var currentVector3 : Vector3 = Vector3( currentVector.x, currentVector.y ); + var lastVector3 : Vector3 = Vector3( lastVector.x, lastVector.y ); + var rotationDirection : float = Vector3.Cross( currentVector3, lastVector3 ).normalized.z; + + // Accumulate the rotation change with our target rotation + var rotationRad = Mathf.Acos( rotationCos ); + rotationTarget += rotationRad * Mathf.Rad2Deg * rotationDirection; + + // Wrap rotations to keep them 0-360 degrees + if ( rotationTarget < 0 ) + rotationTarget += 360; + else if ( rotationTarget >= 360 ) + rotationTarget -= 360; + } + } + else if( zoomEnabled && state == ControlState.ZoomingCamera ) + { + var touchDistance = ( touch1.position - touch0.position ).magnitude; + var lastTouchDistance = ( ( touch1.position - touch1.deltaPosition ) - ( touch0.position - touch0.deltaPosition ) ).magnitude; + var deltaPinch = touchDistance - lastTouchDistance; + + // Accumulate the pinch change with our target zoom + zoomCamera.zoom += deltaPinch * zoomRate * Time.deltaTime; + } +} + +function CharacterControl() +{ + var count : int = Input.touchCount; + if( count == 1 && state == ControlState.MovingCharacter ) + { + var touch : Touch = Input.GetTouch(0); + + // Check for jump + if ( character.isGrounded && jumpButton.HitTest( touch.position ) ) + { + // Apply the current movement to launch velocity + velocity = character.velocity; + velocity.y = jumpSpeed; + } + else if ( !jumpButton.HitTest( touch.position ) && touch.phase != TouchPhase.Began ) + { + // If we aren't jumping, then let's move to where the touch was placed + var ray = cam.ScreenPointToRay( Vector3( touch.position.x, touch.position.y ) ); + + var hit : RaycastHit; + if( Physics.Raycast(ray, hit) ) + { + var touchDist : float = (transform.position - hit.point).magnitude; + if( touchDist > minimumDistanceToMove ) + { + targetLocation = hit.point; + } + moving = true; + } + } + } + + var movement : Vector3 = Vector3.zero; + + if( moving ) + { + // Move towards the target location + movement = targetLocation - thisTransform.position; + movement.y=0; + var dist : float = movement.magnitude; + + if( dist < 1 ) + { + moving = false; + } + else + { + movement = movement.normalized * speed; + } + } + + if ( !character.isGrounded ) + { + // Apply gravity to our velocity to diminish it over time + velocity.y += Physics.gravity.y * Time.deltaTime; + + // Adjust additional movement while in-air + movement.x *= inAirMultiplier; + movement.z *= inAirMultiplier; + } + + movement += velocity; + movement += Physics.gravity; + movement *= Time.deltaTime; + + // Actually move the character + character.Move( movement ); + + if ( character.isGrounded ) + // Remove any persistent velocity after landing + velocity = Vector3.zero; + + // Face the character to match with where she is moving + FaceMovementDirection(); +} + +function ResetControlState() +{ + // Return to origin state and reset fingers that we are watching + state = ControlState.WaitingForFirstTouch; + fingerDown[ 0 ] = -1; + fingerDown[ 1 ] = -1; +} + +function Update () +{ + // UnityRemote inherently introduces latency into the touch input received + // because the data is being passed back over WiFi. Sometimes you will get + // an iPhoneTouchPhase.Moved event before you have even seen an + // iPhoneTouchPhase.Began. The following state machine takes this into + // account to improve the feedback loop when using UnityRemote. + + var touchCount : int = Input.touchCount; + if ( touchCount == 0 ) + { + ResetControlState(); + } + else + { + var i : int; + var touch : Touch; + var theseTouches = Input.touches; + + var touch0 : Touch; + var touch1 : Touch; + var gotTouch0 = false; + var gotTouch1 = false; + + // Check if we got the first finger down + if ( state == ControlState.WaitingForFirstTouch ) + { + for ( i = 0; i < touchCount; i++ ) + { + touch = theseTouches[ i ]; + + if ( touch.phase != TouchPhase.Ended + && touch.phase != TouchPhase.Canceled ) + { + state = ControlState.WaitingForSecondTouch; + firstTouchTime = Time.time; + fingerDown[ 0 ] = touch.fingerId; + fingerDownPosition[ 0 ] = touch.position; + fingerDownFrame[ 0 ] = Time.frameCount; + break; + } + } + } + + // Wait to see if a second finger touches down. Otherwise, we will + // register this as a character move + if ( state == ControlState.WaitingForSecondTouch ) + { + for ( i = 0; i < touchCount; i++ ) + { + touch = theseTouches[ i ]; + + if ( touch.phase != TouchPhase.Canceled ) + { + if ( touchCount >= 2 && touch.fingerId != fingerDown[ 0 ] ) + { + // If we got a second finger, then let's see what kind of + // movement occurs + state = ControlState.WaitingForMovement; + fingerDown[ 1 ] = touch.fingerId; + fingerDownPosition[ 1 ] = touch.position; + fingerDownFrame[ 1 ] = Time.frameCount; + break; + } + else if ( touchCount == 1 ) + { + var deltaSinceDown = touch.position - fingerDownPosition[ 0 ]; + + // Either the finger is held down long enough to count + // as a move or it is lifted, which is also a move. + if ( touch.fingerId == fingerDown[ 0 ] && + ( Time.time > firstTouchTime + minimumTimeUntilMove + || touch.phase == TouchPhase.Ended ) ) + { + state = ControlState.MovingCharacter; + break; + } + } + } + } + } + + // Now that we have two fingers down, let's see what kind of gesture is made + if ( state == ControlState.WaitingForMovement ) + { + // See if we still have both fingers + for ( i = 0; i < touchCount; i++ ) + { + touch = theseTouches[ i ]; + + if ( touch.phase == TouchPhase.Began ) + { + if ( touch.fingerId == fingerDown[ 0 ] + && fingerDownFrame[ 0 ] == Time.frameCount ) + { + // We need to grab the first touch if this + // is all in the same frame, so the control + // state doesn't reset. + touch0 = touch; + gotTouch0 = true; + } + else if ( touch.fingerId != fingerDown[ 0 ] + && touch.fingerId != fingerDown[ 1 ] ) + { + // We still have two fingers, but the second + // finger was lifted and touched down again + fingerDown[ 1 ] = touch.fingerId; + touch1 = touch; + gotTouch1 = true; + } + } + + if ( touch.phase == TouchPhase.Moved + || touch.phase == TouchPhase.Stationary + || touch.phase == TouchPhase.Ended ) + { + if ( touch.fingerId == fingerDown[ 0 ] ) + { + touch0 = touch; + gotTouch0 = true; + } + else if ( touch.fingerId == fingerDown[ 1 ] ) + { + touch1 = touch; + gotTouch1 = true; + } + } + } + + if ( gotTouch0 ) + { + if ( gotTouch1 ) + { + var originalVector = fingerDownPosition[ 1 ] - fingerDownPosition[ 0 ]; + var currentVector = touch1.position - touch0.position; + var originalDir = originalVector / originalVector.magnitude; + var currentDir = currentVector / currentVector.magnitude; + var rotationCos : float = Vector2.Dot( originalDir, currentDir ); + + if ( rotationCos < 1 ) // if it is 1, then we have no rotation + { + var rotationRad = Mathf.Acos( rotationCos ); + if ( rotationRad > rotateEpsilon * Mathf.Deg2Rad ) + { + // Enough rotation was applied with the two-finger movement, + // so let's switch to rotate the camera + state = ControlState.RotatingCamera; + } + } + + // If we aren't rotating the camera, then let's check for a zoom + if ( state == ControlState.WaitingForMovement ) + { + var deltaDistance = originalVector.magnitude - currentVector.magnitude; + if ( Mathf.Abs( deltaDistance ) > zoomEpsilon ) + { + // The distance between fingers has changed enough + // to count this as a pinch + state = ControlState.ZoomingCamera; + } + } + } + } + else + { + // A finger was lifted, so let's just wait until we have no fingers + // before we reset to the origin state + state = ControlState.WaitingForNoFingers; + } + } + + // Now that we are either rotating or zooming the camera, let's keep + // feeding those changes until we no longer have two fingers + if ( state == ControlState.RotatingCamera + || state == ControlState.ZoomingCamera ) + { + for ( i = 0; i < touchCount; i++ ) + { + touch = theseTouches[ i ]; + + if ( touch.phase == TouchPhase.Moved + || touch.phase == TouchPhase.Stationary + || touch.phase == TouchPhase.Ended ) + { + if ( touch.fingerId == fingerDown[ 0 ] ) + { + touch0 = touch; + gotTouch0 = true; + } + else if ( touch.fingerId == fingerDown[ 1 ] ) + { + touch1 = touch; + gotTouch1 = true; + } + } + } + + if ( gotTouch0 ) + { + if ( gotTouch1 ) + { + CameraControl( touch0, touch1 ); + } + } + else + { + // A finger was lifted, so let's just wait until we have no fingers + // before we reset to the origin state + state = ControlState.WaitingForNoFingers; + } + + } + } + + // Apply character movement if we have any + CharacterControl(); +} + +function LateUpdate() +{ + // Seek towards target rotation, smoothly + cameraPivot.eulerAngles.y = Mathf.SmoothDampAngle( cameraPivot.eulerAngles.y, rotationTarget, rotationVelocity, 0.3 ); +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Shaders/Lightmap Shaders (Legacy)/Mobile Lightmap AlphaTest.shader b/Assets/Standard Assets (Mobile)/Shaders/Lightmap Shaders (Legacy)/Mobile Lightmap AlphaTest.shader new file mode 100644 index 0000000..1bacbf9 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Shaders/Lightmap Shaders (Legacy)/Mobile Lightmap AlphaTest.shader @@ -0,0 +1,31 @@ +Shader "Mobile/Legacy/Lightmap/Lightmap AlphaTest" +{ + Properties + { + _Color ("Main Color", Color) = (1,1,1,1) + _MainTex ("Base (RGB)", 2D) = "white" {} + _LightMap ("Lightmap (RGB)", 2D) = "white" { LightmapMode } + _Cutoff ("Alpha cutoff", Range(0,1)) = 0.5 + } + + SubShader + { + Pass + { + Name "BASE" + Alphatest Greater [_Cutoff] + + BindChannels { + Bind "Vertex", vertex + Bind "texcoord1", texcoord0 // lightmap uses 2nd uv + Bind "texcoord", texcoord1 // main uses 1st uv + } + SetTexture [_LightMap] { + combine texture + } + SetTexture [_MainTex] { + combine texture * previous, texture + } + } + } +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Shaders/Lightmap Shaders (Legacy)/Mobile Lightmap Only.shader b/Assets/Standard Assets (Mobile)/Shaders/Lightmap Shaders (Legacy)/Mobile Lightmap Only.shader new file mode 100644 index 0000000..a2f7730 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Shaders/Lightmap Shaders (Legacy)/Mobile Lightmap Only.shader @@ -0,0 +1,31 @@ +Shader "Mobile/Legacy/Lightmap/Lightmap Only" +{ + Properties + { + _Color ("Main Color", Color) = (1,1,1,1) + _MainTex ("Base (RGB)", 2D) = "white" {} + _LightMap ("Lightmap (RGB)", 2D) = "black" { LightmapMode } + } + + SubShader + { + Pass + { + Name "BASE" + Tags {"LightMode" = "Always"} + + BindChannels { + Bind "Vertex", vertex + Bind "texcoord1", texcoord0 // lightmap uses 2nd uv + Bind "texcoord", texcoord1 // main uses 1st uv + } + SetTexture [_LightMap] { + constantColor [_Color] + combine texture * constant + } + SetTexture [_MainTex] { + combine texture * previous + } + } + } +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Shaders/Lightmap Shaders (Legacy)/Mobile Lightmap Reflective.shader b/Assets/Standard Assets (Mobile)/Shaders/Lightmap Shaders (Legacy)/Mobile Lightmap Reflective.shader new file mode 100644 index 0000000..f4fc961 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Shaders/Lightmap Shaders (Legacy)/Mobile Lightmap Reflective.shader @@ -0,0 +1,71 @@ +Shader "Mobile/Legacy/Lightmap/Reflective" +{ + Properties + { + _Color ("Main Color", Color) = (1,1,1,1) + _MainTex ("Base (RGB)", 2D) = "white" {} + _LightMap ("Lightmap (RGB)", 2D) = "white" { LightmapMode } + _Reflect ("Reflection", 2D) = "black" { TexGen SphereMap } + } + + SubShader + { + Pass + { + Name "BASE" + + BindChannels { + Bind "Vertex", vertex + Bind "texcoord1", texcoord0 // lightmap uses 2nd uv + Bind "texcoord", texcoord1 // main uses 1st uv + } + SetTexture [_LightMap] { + combine texture + } + SetTexture [_MainTex] { + combine texture * previous + } + } + + /* This pass uses vertex information to control Reflection + Pass + { + Name "REFLECT" + ZWrite Off + Blend SrcAlpha OneMinusSrcAlpha + ColorMaterial AmbientAndDiffuse + Lighting Off + + BindChannels { + Bind "Vertex", vertex + Bind "normal", normal + } + + SetTexture [_Reflect] { + combine texture, primary + } + }*/ + + // Use this pass, if you want to fetch alpha from main texture instead + Pass + { + Name "REFLECT" + ZWrite Off + Blend SrcAlpha OneMinusSrcAlpha + + BindChannels { + Bind "Vertex", vertex + Bind "normal", normal + Bind "texcoord", texcoord0 // main uses 1st uv + } + + SetTexture [_MainTex] { + combine texture + } + SetTexture [_Reflect] { + combine texture, previous + } + } + + } +} diff --git a/Assets/Standard Assets (Mobile)/Shaders/Miscellaneous Shaders/Mobile Background.shader b/Assets/Standard Assets (Mobile)/Shaders/Miscellaneous Shaders/Mobile Background.shader new file mode 100644 index 0000000..13998c8 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Shaders/Miscellaneous Shaders/Mobile Background.shader @@ -0,0 +1,19 @@ +Shader "Mobile/Background" { +Properties { + _MainTex ("Base (RGB)", 2D) = "white" {} +} + +SubShader { + Pass { + Tags {"Queue" = "Background" } + Material { } + Lighting Off + Zwrite off + Fog { Mode Off } + SetTexture [_MainTex] { + Combine texture + } + + } +} +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Shaders/Miscellaneous Shaders/Mobile Detail.shader b/Assets/Standard Assets (Mobile)/Shaders/Miscellaneous Shaders/Mobile Detail.shader new file mode 100644 index 0000000..2926b41 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Shaders/Miscellaneous Shaders/Mobile Detail.shader @@ -0,0 +1,23 @@ +Shader "Mobile/Diffuse Detail" { + Properties { + _Color ("Main Color", Color) = (1,1,1,1) + _MainTex ("Base (RGB)", 2D) = "white" {} + _Detail ("Detail (RGB)", 2D) = "gray" {} + } + SubShader { + + Pass{ + + Material{ + Diffuse [_Color] + } + + Lighting On + Fog { Mode Off } + SetTexture [_MainTex] { combine texture * primary Double, texture * primary} + SetTexture [_Detail] { combine previous * texture Double, previous} + } + + } + FallBack "VertexLit", 2 +} diff --git a/Assets/Standard Assets (Mobile)/Shaders/Particle Shaders/Mobile Multiply Culled.shader b/Assets/Standard Assets (Mobile)/Shaders/Particle Shaders/Mobile Multiply Culled.shader new file mode 100644 index 0000000..1c216d3 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Shaders/Particle Shaders/Mobile Multiply Culled.shader @@ -0,0 +1,39 @@ +Shader "Mobile/Particles/Multiply Culled" { +Properties { + _MainTex ("Main Texture", 2D) = "white" {} +} + +Category { + Tags { "Queue" = "Transparent" } + Blend Zero SrcColor + Lighting Off ZWrite Off Fog { Mode Off } + BindChannels { + Bind "Color", color + Bind "Vertex", vertex + Bind "TexCoord", texcoord + } + + // ---- Dual texture cards + SubShader { + Pass { + SetTexture [_MainTex] { + combine texture * primary + } + SetTexture [_MainTex] { + constantColor (1,1,1,1) + combine previous lerp (previous) constant + } + } + } + + // ---- Single texture cards (does not do particle colors) + SubShader { + Pass { + SetTexture [_MainTex] { + constantColor (1,1,1,1) + combine texture lerp(texture) constant + } + } + } +} +} diff --git a/Assets/Standard Assets (Mobile)/Shaders/Particle Shaders/Mobile Particles Additive Culled.shader b/Assets/Standard Assets (Mobile)/Shaders/Particle Shaders/Mobile Particles Additive Culled.shader new file mode 100644 index 0000000..d175007 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Shaders/Particle Shaders/Mobile Particles Additive Culled.shader @@ -0,0 +1,41 @@ +Shader "Mobile/Particles/Additive Culled" { +Properties { + _TintColor ("Tint Color", Color) = (0.5,0.5,0.5,0.5) + _MainTex ("Particle Texture", 2D) = "white" {} +} + +Category { + Tags { "Queue"="Transparent" "IgnoreProjector"="True" "RenderType"="Transparent" } + Blend SrcAlpha One + AlphaTest Greater .01 + ColorMask RGB + Cull Back Lighting Off ZWrite Off Fog { Mode Off } + BindChannels { + Bind "Color", color + Bind "Vertex", vertex + Bind "TexCoord", texcoord + } + + // ---- Dual texture cards + SubShader { + Pass { + SetTexture [_MainTex] { + constantColor [_TintColor] + combine constant * primary + } + SetTexture [_MainTex] { + combine texture * previous DOUBLE + } + } + } + + // ---- Single texture cards (does not do color tint) + SubShader { + Pass { + SetTexture [_MainTex] { + combine texture * primary + } + } + } +} +} diff --git a/Assets/Standard Assets (Mobile)/Shaders/Vertex Colored Shaders/Mobile Transparent Vertex Color.shader b/Assets/Standard Assets (Mobile)/Shaders/Vertex Colored Shaders/Mobile Transparent Vertex Color.shader new file mode 100644 index 0000000..9d40c13 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Shaders/Vertex Colored Shaders/Mobile Transparent Vertex Color.shader @@ -0,0 +1,38 @@ +Shader "Mobile/Transparent/Vertex Color" { +Properties { + _Color ("Main Color", Color) = (1,1,1,1) + _SpecColor ("Spec Color", Color) = (1,1,1,0) + _Emission ("Emmisive Color", Color) = (0,0,0,0) + _Shininess ("Shininess", Range (0.1, 1)) = 0.7 + _MainTex ("Base (RGB) Trans (A)", 2D) = "white" {} +} + +Category { + Tags {"Queue"="Transparent" "IgnoreProjector"="True" "RenderType"="Transparent"} + ZWrite Off + Alphatest Greater 0 + Blend SrcAlpha OneMinusSrcAlpha + SubShader { + Material { + Diffuse [_Color] + Ambient [_Color] + Shininess [_Shininess] + Specular [_SpecColor] + Emission [_Emission] + } + Pass { + ColorMaterial AmbientAndDiffuse + Fog { Mode Off } + Lighting Off + SeparateSpecular On + SetTexture [_MainTex] { + Combine texture * primary, texture * primary + } + SetTexture [_MainTex] { + constantColor [_Color] + Combine previous * constant DOUBLE, previous * constant + } + } + } +} +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Shaders/Vertex Colored Shaders/Mobile Vertex Colored.shader b/Assets/Standard Assets (Mobile)/Shaders/Vertex Colored Shaders/Mobile Vertex Colored.shader new file mode 100644 index 0000000..2bda9b4 --- /dev/null +++ b/Assets/Standard Assets (Mobile)/Shaders/Vertex Colored Shaders/Mobile Vertex Colored.shader @@ -0,0 +1,31 @@ +Shader "Mobile/Vertex Colored" { +Properties { + _Color ("Main Color", Color) = (1,1,1,1) + _SpecColor ("Spec Color", Color) = (1,1,1,1) + _Emission ("Emmisive Color", Color) = (0,0,0,0) + _Shininess ("Shininess", Range (0.01, 1)) = 0.7 + _MainTex ("Base (RGB)", 2D) = "white" {} +} + +SubShader { + Pass { + Material { + Shininess [_Shininess] + Specular [_SpecColor] + Emission [_Emission] + } + ColorMaterial AmbientAndDiffuse + Lighting Off + Fog { Mode Off } + SetTexture [_MainTex] { + Combine texture * primary, texture * primary + } + SetTexture [_MainTex] { + constantColor [_Color] + Combine previous * constant DOUBLE, previous * constant + } + } +} + +Fallback " VertexLit", 1 +} \ No newline at end of file diff --git a/Assets/Standard Assets (Mobile)/Textures/JoystickThumb.psd b/Assets/Standard Assets (Mobile)/Textures/JoystickThumb.psd new file mode 100644 index 0000000..3c5f046 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Textures/JoystickThumb.psd differ diff --git a/Assets/Standard Assets (Mobile)/Textures/ThumbAreaLeft.psd b/Assets/Standard Assets (Mobile)/Textures/ThumbAreaLeft.psd new file mode 100644 index 0000000..181ae94 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Textures/ThumbAreaLeft.psd differ diff --git a/Assets/Standard Assets (Mobile)/Textures/ThumbAreaRight.psd b/Assets/Standard Assets (Mobile)/Textures/ThumbAreaRight.psd new file mode 100644 index 0000000..fe4dbcf Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Textures/ThumbAreaRight.psd differ diff --git a/Assets/Standard Assets (Mobile)/Textures/grid.psd b/Assets/Standard Assets (Mobile)/Textures/grid.psd new file mode 100644 index 0000000..89c45d6 Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Textures/grid.psd differ diff --git a/Assets/Standard Assets (Mobile)/Textures/skyBox.tga b/Assets/Standard Assets (Mobile)/Textures/skyBox.tga new file mode 100644 index 0000000..9097a4d Binary files /dev/null and b/Assets/Standard Assets (Mobile)/Textures/skyBox.tga differ diff --git a/Assets/Standard Assets/Character Controllers/3rd Person Controller.prefab b/Assets/Standard Assets/Character Controllers/3rd Person Controller.prefab new file mode 100644 index 0000000..df7ab5d Binary files /dev/null and b/Assets/Standard Assets/Character Controllers/3rd Person Controller.prefab differ diff --git a/Assets/Standard Assets/Character Controllers/First Person Controller.prefab b/Assets/Standard Assets/Character Controllers/First Person Controller.prefab new file mode 100644 index 0000000..fd4a583 Binary files /dev/null and b/Assets/Standard Assets/Character Controllers/First Person Controller.prefab differ diff --git a/Assets/Standard Assets/Character Controllers/Sources/PrototypeCharacter/Constructor.FBX b/Assets/Standard Assets/Character Controllers/Sources/PrototypeCharacter/Constructor.FBX new file mode 100644 index 0000000..b3ee8f3 Binary files /dev/null and b/Assets/Standard Assets/Character Controllers/Sources/PrototypeCharacter/Constructor.FBX differ diff --git a/Assets/Standard Assets/Character Controllers/Sources/PrototypeCharacter/Materials/constructor_done.mat b/Assets/Standard Assets/Character Controllers/Sources/PrototypeCharacter/Materials/constructor_done.mat new file mode 100644 index 0000000..9b8dff8 Binary files /dev/null and b/Assets/Standard Assets/Character Controllers/Sources/PrototypeCharacter/Materials/constructor_done.mat differ diff --git a/Assets/Standard Assets/Character Controllers/Sources/PrototypeCharacter/Textures/constructor_diffuse.png b/Assets/Standard Assets/Character Controllers/Sources/PrototypeCharacter/Textures/constructor_diffuse.png new file mode 100644 index 0000000..59fef90 Binary files /dev/null and b/Assets/Standard Assets/Character Controllers/Sources/PrototypeCharacter/Textures/constructor_diffuse.png differ diff --git a/Assets/Standard Assets/Character Controllers/Sources/PrototypeCharacter/Textures/constructor_normals.png b/Assets/Standard Assets/Character Controllers/Sources/PrototypeCharacter/Textures/constructor_normals.png new file mode 100644 index 0000000..b312669 Binary files /dev/null and b/Assets/Standard Assets/Character Controllers/Sources/PrototypeCharacter/Textures/constructor_normals.png differ diff --git a/Assets/Standard Assets/Character Controllers/Sources/Scripts/CharacterMotor.js b/Assets/Standard Assets/Character Controllers/Sources/Scripts/CharacterMotor.js new file mode 100644 index 0000000..7e01c2e --- /dev/null +++ b/Assets/Standard Assets/Character Controllers/Sources/Scripts/CharacterMotor.js @@ -0,0 +1,587 @@ +#pragma strict +#pragma implicit +#pragma downcast + +// Does this script currently respond to input? +var canControl : boolean = true; + +var useFixedUpdate : boolean = true; + +// For the next variables, @System.NonSerialized tells Unity to not serialize the variable or show it in the inspector view. +// Very handy for organization! + +// The current global direction we want the character to move in. +@System.NonSerialized +var inputMoveDirection : Vector3 = Vector3.zero; + +// Is the jump button held down? We use this interface instead of checking +// for the jump button directly so this script can also be used by AIs. +@System.NonSerialized +var inputJump : boolean = false; + +class CharacterMotorMovement { + // The maximum horizontal speed when moving + var maxForwardSpeed : float = 10.0; + var maxSidewaysSpeed : float = 10.0; + var maxBackwardsSpeed : float = 10.0; + + // Curve for multiplying speed based on slope (negative = downwards) + var slopeSpeedMultiplier : AnimationCurve = AnimationCurve(Keyframe(-90, 1), Keyframe(0, 1), Keyframe(90, 0)); + + // How fast does the character change speeds? Higher is faster. + var maxGroundAcceleration : float = 30.0; + var maxAirAcceleration : float = 20.0; + + // The gravity for the character + var gravity : float = 10.0; + var maxFallSpeed : float = 20.0; + + // For the next variables, @System.NonSerialized tells Unity to not serialize the variable or show it in the inspector view. + // Very handy for organization! + + // The last collision flags returned from controller.Move + @System.NonSerialized + var collisionFlags : CollisionFlags; + + // We will keep track of the character's current velocity, + @System.NonSerialized + var velocity : Vector3; + + // This keeps track of our current velocity while we're not grounded + @System.NonSerialized + var frameVelocity : Vector3 = Vector3.zero; + + @System.NonSerialized + var hitPoint : Vector3 = Vector3.zero; + + @System.NonSerialized + var lastHitPoint : Vector3 = Vector3(Mathf.Infinity, 0, 0); +} + +var movement : CharacterMotorMovement = CharacterMotorMovement(); + +enum MovementTransferOnJump { + None, // The jump is not affected by velocity of floor at all. + InitTransfer, // Jump gets its initial velocity from the floor, then gradualy comes to a stop. + PermaTransfer, // Jump gets its initial velocity from the floor, and keeps that velocity until landing. + PermaLocked // Jump is relative to the movement of the last touched floor and will move together with that floor. +} + +// We will contain all the jumping related variables in one helper class for clarity. +class CharacterMotorJumping { + // Can the character jump? + var enabled : boolean = true; + + // How high do we jump when pressing jump and letting go immediately + var baseHeight : float = 1.0; + + // We add extraHeight units (meters) on top when holding the button down longer while jumping + var extraHeight : float = 4.1; + + // How much does the character jump out perpendicular to the surface on walkable surfaces? + // 0 means a fully vertical jump and 1 means fully perpendicular. + var perpAmount : float = 0.0; + + // How much does the character jump out perpendicular to the surface on too steep surfaces? + // 0 means a fully vertical jump and 1 means fully perpendicular. + var steepPerpAmount : float = 0.5; + + // For the next variables, @System.NonSerialized tells Unity to not serialize the variable or show it in the inspector view. + // Very handy for organization! + + // Are we jumping? (Initiated with jump button and not grounded yet) + // To see if we are just in the air (initiated by jumping OR falling) see the grounded variable. + @System.NonSerialized + var jumping : boolean = false; + + @System.NonSerialized + var holdingJumpButton : boolean = false; + + // the time we jumped at (Used to determine for how long to apply extra jump power after jumping.) + @System.NonSerialized + var lastStartTime : float = 0.0; + + @System.NonSerialized + var lastButtonDownTime : float = -100; + + @System.NonSerialized + var jumpDir : Vector3 = Vector3.up; +} + +var jumping : CharacterMotorJumping = CharacterMotorJumping(); + +class CharacterMotorMovingPlatform { + var enabled : boolean = true; + + var movementTransfer : MovementTransferOnJump = MovementTransferOnJump.PermaTransfer; + + @System.NonSerialized + var hitPlatform : Transform; + + @System.NonSerialized + var activePlatform : Transform; + + @System.NonSerialized + var activeLocalPoint : Vector3; + + @System.NonSerialized + var activeGlobalPoint : Vector3; + + @System.NonSerialized + var activeLocalRotation : Quaternion; + + @System.NonSerialized + var activeGlobalRotation : Quaternion; + + @System.NonSerialized + var lastMatrix : Matrix4x4; + + @System.NonSerialized + var platformVelocity : Vector3; + + @System.NonSerialized + var newPlatform : boolean; +} + +var movingPlatform : CharacterMotorMovingPlatform = CharacterMotorMovingPlatform(); + +class CharacterMotorSliding { + // Does the character slide on too steep surfaces? + var enabled : boolean = true; + + // How fast does the character slide on steep surfaces? + var slidingSpeed : float = 15; + + // How much can the player control the sliding direction? + // If the value is 0.5 the player can slide sideways with half the speed of the downwards sliding speed. + var sidewaysControl : float = 1.0; + + // How much can the player influence the sliding speed? + // If the value is 0.5 the player can speed the sliding up to 150% or slow it down to 50%. + var speedControl : float = 0.4; +} + +var sliding : CharacterMotorSliding = CharacterMotorSliding(); + +@System.NonSerialized +var grounded : boolean = true; + +@System.NonSerialized +var groundNormal : Vector3 = Vector3.zero; + +private var lastGroundNormal : Vector3 = Vector3.zero; + +private var tr : Transform; + +private var controller : CharacterController; + +function Awake () { + controller = GetComponent (CharacterController); + tr = transform; +} + +private function UpdateFunction () { + // We copy the actual velocity into a temporary variable that we can manipulate. + var velocity : Vector3 = movement.velocity; + + // Update velocity based on input + velocity = ApplyInputVelocityChange(velocity); + + // Apply gravity and jumping force + velocity = ApplyGravityAndJumping (velocity); + + // Moving platform support + var moveDistance : Vector3 = Vector3.zero; + if (MoveWithPlatform()) { + var newGlobalPoint : Vector3 = movingPlatform.activePlatform.TransformPoint(movingPlatform.activeLocalPoint); + moveDistance = (newGlobalPoint - movingPlatform.activeGlobalPoint); + if (moveDistance != Vector3.zero) + controller.Move(moveDistance); + + // Support moving platform rotation as well: + var newGlobalRotation : Quaternion = movingPlatform.activePlatform.rotation * movingPlatform.activeLocalRotation; + var rotationDiff : Quaternion = newGlobalRotation * Quaternion.Inverse(movingPlatform.activeGlobalRotation); + + var yRotation = rotationDiff.eulerAngles.y; + if (yRotation != 0) { + // Prevent rotation of the local up vector + tr.Rotate(0, yRotation, 0); + } + } + + // Save lastPosition for velocity calculation. + var lastPosition : Vector3 = tr.position; + + // We always want the movement to be framerate independent. Multiplying by Time.deltaTime does this. + var currentMovementOffset : Vector3 = velocity * Time.deltaTime; + + // Find out how much we need to push towards the ground to avoid loosing grouning + // when walking down a step or over a sharp change in slope. + var pushDownOffset : float = Mathf.Max(controller.stepOffset, Vector3(currentMovementOffset.x, 0, currentMovementOffset.z).magnitude); + if (grounded) + currentMovementOffset -= pushDownOffset * Vector3.up; + + // Reset variables that will be set by collision function + movingPlatform.hitPlatform = null; + groundNormal = Vector3.zero; + + // Move our character! + movement.collisionFlags = controller.Move (currentMovementOffset); + + movement.lastHitPoint = movement.hitPoint; + lastGroundNormal = groundNormal; + + if (movingPlatform.enabled && movingPlatform.activePlatform != movingPlatform.hitPlatform) { + if (movingPlatform.hitPlatform != null) { + movingPlatform.activePlatform = movingPlatform.hitPlatform; + movingPlatform.lastMatrix = movingPlatform.hitPlatform.localToWorldMatrix; + movingPlatform.newPlatform = true; + } + } + + // Calculate the velocity based on the current and previous position. + // This means our velocity will only be the amount the character actually moved as a result of collisions. + var oldHVelocity : Vector3 = new Vector3(velocity.x, 0, velocity.z); + movement.velocity = (tr.position - lastPosition) / Time.deltaTime; + var newHVelocity : Vector3 = new Vector3(movement.velocity.x, 0, movement.velocity.z); + + // The CharacterController can be moved in unwanted directions when colliding with things. + // We want to prevent this from influencing the recorded velocity. + if (oldHVelocity == Vector3.zero) { + movement.velocity = new Vector3(0, movement.velocity.y, 0); + } + else { + var projectedNewVelocity : float = Vector3.Dot(newHVelocity, oldHVelocity) / oldHVelocity.sqrMagnitude; + movement.velocity = oldHVelocity * Mathf.Clamp01(projectedNewVelocity) + movement.velocity.y * Vector3.up; + } + + if (movement.velocity.y < velocity.y - 0.001) { + if (movement.velocity.y < 0) { + // Something is forcing the CharacterController down faster than it should. + // Ignore this + movement.velocity.y = velocity.y; + } + else { + // The upwards movement of the CharacterController has been blocked. + // This is treated like a ceiling collision - stop further jumping here. + jumping.holdingJumpButton = false; + } + } + + // We were grounded but just loosed grounding + if (grounded && !IsGroundedTest()) { + grounded = false; + + // Apply inertia from platform + if (movingPlatform.enabled && + (movingPlatform.movementTransfer == MovementTransferOnJump.InitTransfer || + movingPlatform.movementTransfer == MovementTransferOnJump.PermaTransfer) + ) { + movement.frameVelocity = movingPlatform.platformVelocity; + movement.velocity += movingPlatform.platformVelocity; + } + + SendMessage("OnFall", SendMessageOptions.DontRequireReceiver); + // We pushed the character down to ensure it would stay on the ground if there was any. + // But there wasn't so now we cancel the downwards offset to make the fall smoother. + tr.position += pushDownOffset * Vector3.up; + } + // We were not grounded but just landed on something + else if (!grounded && IsGroundedTest()) { + grounded = true; + jumping.jumping = false; + SubtractNewPlatformVelocity(); + + SendMessage("OnLand", SendMessageOptions.DontRequireReceiver); + } + + // Moving platforms support + if (MoveWithPlatform()) { + // Use the center of the lower half sphere of the capsule as reference point. + // This works best when the character is standing on moving tilting platforms. + movingPlatform.activeGlobalPoint = tr.position + Vector3.up * (controller.center.y - controller.height*0.5 + controller.radius); + movingPlatform.activeLocalPoint = movingPlatform.activePlatform.InverseTransformPoint(movingPlatform.activeGlobalPoint); + + // Support moving platform rotation as well: + movingPlatform.activeGlobalRotation = tr.rotation; + movingPlatform.activeLocalRotation = Quaternion.Inverse(movingPlatform.activePlatform.rotation) * movingPlatform.activeGlobalRotation; + } +} + +function FixedUpdate () { + if (movingPlatform.enabled) { + if (movingPlatform.activePlatform != null) { + if (!movingPlatform.newPlatform) { + var lastVelocity : Vector3 = movingPlatform.platformVelocity; + + movingPlatform.platformVelocity = ( + movingPlatform.activePlatform.localToWorldMatrix.MultiplyPoint3x4(movingPlatform.activeLocalPoint) + - movingPlatform.lastMatrix.MultiplyPoint3x4(movingPlatform.activeLocalPoint) + ) / Time.deltaTime; + } + movingPlatform.lastMatrix = movingPlatform.activePlatform.localToWorldMatrix; + movingPlatform.newPlatform = false; + } + else { + movingPlatform.platformVelocity = Vector3.zero; + } + } + + if (useFixedUpdate) + UpdateFunction(); +} + +function Update () { + if (!useFixedUpdate) + UpdateFunction(); +} + +private function ApplyInputVelocityChange (velocity : Vector3) { + if (!canControl) + inputMoveDirection = Vector3.zero; + + // Find desired velocity + var desiredVelocity : Vector3; + if (grounded && TooSteep()) { + // The direction we're sliding in + desiredVelocity = Vector3(groundNormal.x, 0, groundNormal.z).normalized; + // Find the input movement direction projected onto the sliding direction + var projectedMoveDir = Vector3.Project(inputMoveDirection, desiredVelocity); + // Add the sliding direction, the spped control, and the sideways control vectors + desiredVelocity = desiredVelocity + projectedMoveDir * sliding.speedControl + (inputMoveDirection - projectedMoveDir) * sliding.sidewaysControl; + // Multiply with the sliding speed + desiredVelocity *= sliding.slidingSpeed; + } + else + desiredVelocity = GetDesiredHorizontalVelocity(); + + if (movingPlatform.enabled && movingPlatform.movementTransfer == MovementTransferOnJump.PermaTransfer) { + desiredVelocity += movement.frameVelocity; + desiredVelocity.y = 0; + } + + if (grounded) + desiredVelocity = AdjustGroundVelocityToNormal(desiredVelocity, groundNormal); + else + velocity.y = 0; + + // Enforce max velocity change + var maxVelocityChange : float = GetMaxAcceleration(grounded) * Time.deltaTime; + var velocityChangeVector : Vector3 = (desiredVelocity - velocity); + if (velocityChangeVector.sqrMagnitude > maxVelocityChange * maxVelocityChange) { + velocityChangeVector = velocityChangeVector.normalized * maxVelocityChange; + } + // If we're in the air and don't have control, don't apply any velocity change at all. + // If we're on the ground and don't have control we do apply it - it will correspond to friction. + if (grounded || canControl) + velocity += velocityChangeVector; + + if (grounded) { + // When going uphill, the CharacterController will automatically move up by the needed amount. + // Not moving it upwards manually prevent risk of lifting off from the ground. + // When going downhill, DO move down manually, as gravity is not enough on steep hills. + velocity.y = Mathf.Min(velocity.y, 0); + } + + return velocity; +} + +private function ApplyGravityAndJumping (velocity : Vector3) { + + if (!inputJump || !canControl) { + jumping.holdingJumpButton = false; + jumping.lastButtonDownTime = -100; + } + + if (inputJump && jumping.lastButtonDownTime < 0 && canControl) + jumping.lastButtonDownTime = Time.time; + + if (grounded) + velocity.y = Mathf.Min(0, velocity.y) - movement.gravity * Time.deltaTime; + else { + velocity.y = movement.velocity.y - movement.gravity * Time.deltaTime; + + // When jumping up we don't apply gravity for some time when the user is holding the jump button. + // This gives more control over jump height by pressing the button longer. + if (jumping.jumping && jumping.holdingJumpButton) { + // Calculate the duration that the extra jump force should have effect. + // If we're still less than that duration after the jumping time, apply the force. + if (Time.time < jumping.lastStartTime + jumping.extraHeight / CalculateJumpVerticalSpeed(jumping.baseHeight)) { + // Negate the gravity we just applied, except we push in jumpDir rather than jump upwards. + velocity += jumping.jumpDir * movement.gravity * Time.deltaTime; + } + } + + // Make sure we don't fall any faster than maxFallSpeed. This gives our character a terminal velocity. + velocity.y = Mathf.Max (velocity.y, -movement.maxFallSpeed); + } + + if (grounded) { + // Jump only if the jump button was pressed down in the last 0.2 seconds. + // We use this check instead of checking if it's pressed down right now + // because players will often try to jump in the exact moment when hitting the ground after a jump + // and if they hit the button a fraction of a second too soon and no new jump happens as a consequence, + // it's confusing and it feels like the game is buggy. + if (jumping.enabled && canControl && (Time.time - jumping.lastButtonDownTime < 0.2)) { + grounded = false; + jumping.jumping = true; + jumping.lastStartTime = Time.time; + jumping.lastButtonDownTime = -100; + jumping.holdingJumpButton = true; + + // Calculate the jumping direction + if (TooSteep()) + jumping.jumpDir = Vector3.Slerp(Vector3.up, groundNormal, jumping.steepPerpAmount); + else + jumping.jumpDir = Vector3.Slerp(Vector3.up, groundNormal, jumping.perpAmount); + + // Apply the jumping force to the velocity. Cancel any vertical velocity first. + velocity.y = 0; + velocity += jumping.jumpDir * CalculateJumpVerticalSpeed (jumping.baseHeight); + + // Apply inertia from platform + if (movingPlatform.enabled && + (movingPlatform.movementTransfer == MovementTransferOnJump.InitTransfer || + movingPlatform.movementTransfer == MovementTransferOnJump.PermaTransfer) + ) { + movement.frameVelocity = movingPlatform.platformVelocity; + velocity += movingPlatform.platformVelocity; + } + + SendMessage("OnJump", SendMessageOptions.DontRequireReceiver); + } + else { + jumping.holdingJumpButton = false; + } + } + + return velocity; +} + +function OnControllerColliderHit (hit : ControllerColliderHit) { + if (hit.normal.y > 0 && hit.normal.y > groundNormal.y && hit.moveDirection.y < 0) { + if ((hit.point - movement.lastHitPoint).sqrMagnitude > 0.001 || lastGroundNormal == Vector3.zero) + groundNormal = hit.normal; + else + groundNormal = lastGroundNormal; + + movingPlatform.hitPlatform = hit.collider.transform; + movement.hitPoint = hit.point; + movement.frameVelocity = Vector3.zero; + } +} + +private function SubtractNewPlatformVelocity () { + // When landing, subtract the velocity of the new ground from the character's velocity + // since movement in ground is relative to the movement of the ground. + if (movingPlatform.enabled && + (movingPlatform.movementTransfer == MovementTransferOnJump.InitTransfer || + movingPlatform.movementTransfer == MovementTransferOnJump.PermaTransfer) + ) { + // If we landed on a new platform, we have to wait for two FixedUpdates + // before we know the velocity of the platform under the character + if (movingPlatform.newPlatform) { + var platform : Transform = movingPlatform.activePlatform; + yield WaitForFixedUpdate(); + yield WaitForFixedUpdate(); + if (grounded && platform == movingPlatform.activePlatform) + yield 1; + } + movement.velocity -= movingPlatform.platformVelocity; + } +} + +private function MoveWithPlatform () : boolean { + return ( + movingPlatform.enabled + && (grounded || movingPlatform.movementTransfer == MovementTransferOnJump.PermaLocked) + && movingPlatform.activePlatform != null + ); +} + +private function GetDesiredHorizontalVelocity () { + // Find desired velocity + var desiredLocalDirection : Vector3 = tr.InverseTransformDirection(inputMoveDirection); + var maxSpeed : float = MaxSpeedInDirection(desiredLocalDirection); + if (grounded) { + // Modify max speed on slopes based on slope speed multiplier curve + var movementSlopeAngle = Mathf.Asin(movement.velocity.normalized.y) * Mathf.Rad2Deg; + maxSpeed *= movement.slopeSpeedMultiplier.Evaluate(movementSlopeAngle); + } + return tr.TransformDirection(desiredLocalDirection * maxSpeed); +} + +private function AdjustGroundVelocityToNormal (hVelocity : Vector3, groundNormal : Vector3) : Vector3 { + var sideways : Vector3 = Vector3.Cross(Vector3.up, hVelocity); + return Vector3.Cross(sideways, groundNormal).normalized * hVelocity.magnitude; +} + +private function IsGroundedTest () { + return (groundNormal.y > 0.01); +} + +function GetMaxAcceleration (grounded : boolean) : float { + // Maximum acceleration on ground and in air + if (grounded) + return movement.maxGroundAcceleration; + else + return movement.maxAirAcceleration; +} + +function CalculateJumpVerticalSpeed (targetJumpHeight : float) { + // From the jump height and gravity we deduce the upwards speed + // for the character to reach at the apex. + return Mathf.Sqrt (2 * targetJumpHeight * movement.gravity); +} + +function IsJumping () { + return jumping.jumping; +} + +function IsSliding () { + return (grounded && sliding.enabled && TooSteep()); +} + +function IsTouchingCeiling () { + return (movement.collisionFlags & CollisionFlags.CollidedAbove) != 0; +} + +function IsGrounded () { + return grounded; +} + +function TooSteep () { + return (groundNormal.y <= Mathf.Cos(controller.slopeLimit * Mathf.Deg2Rad)); +} + +function GetDirection () { + return inputMoveDirection; +} + +function SetControllable (controllable : boolean) { + canControl = controllable; +} + +// Project a direction onto elliptical quater segments based on forward, sideways, and backwards speed. +// The function returns the length of the resulting vector. +function MaxSpeedInDirection (desiredMovementDirection : Vector3) : float { + if (desiredMovementDirection == Vector3.zero) + return 0; + else { + var zAxisEllipseMultiplier : float = (desiredMovementDirection.z > 0 ? movement.maxForwardSpeed : movement.maxBackwardsSpeed) / movement.maxSidewaysSpeed; + var temp : Vector3 = new Vector3(desiredMovementDirection.x, 0, desiredMovementDirection.z / zAxisEllipseMultiplier).normalized; + var length : float = new Vector3(temp.x, 0, temp.z * zAxisEllipseMultiplier).magnitude * movement.maxSidewaysSpeed; + return length; + } +} + +function SetVelocity (velocity : Vector3) { + grounded = false; + movement.velocity = velocity; + movement.frameVelocity = Vector3.zero; + SendMessage("OnExternalVelocity"); +} + +// Require a character controller to be attached to the same game object +@script RequireComponent (CharacterController) +@script AddComponentMenu ("Character/Character Motor") diff --git a/Assets/Standard Assets/Character Controllers/Sources/Scripts/FPSInputController.js b/Assets/Standard Assets/Character Controllers/Sources/Scripts/FPSInputController.js new file mode 100644 index 0000000..3b00bff --- /dev/null +++ b/Assets/Standard Assets/Character Controllers/Sources/Scripts/FPSInputController.js @@ -0,0 +1,37 @@ +private var motor : CharacterMotor; + +// Use this for initialization +function Awake () { + motor = GetComponent(CharacterMotor); +} + +// Update is called once per frame +function Update () { + // Get the input vector from kayboard or analog stick + var directionVector = new Vector3(Input.GetAxis("Horizontal"), 0, Input.GetAxis("Vertical")); + + if (directionVector != Vector3.zero) { + // Get the length of the directon vector and then normalize it + // Dividing by the length is cheaper than normalizing when we already have the length anyway + var directionLength = directionVector.magnitude; + directionVector = directionVector / directionLength; + + // Make sure the length is no bigger than 1 + directionLength = Mathf.Min(1, directionLength); + + // Make the input vector more sensitive towards the extremes and less sensitive in the middle + // This makes it easier to control slow speeds when using analog sticks + directionLength = directionLength * directionLength; + + // Multiply the normalized direction vector by the modified length + directionVector = directionVector * directionLength; + } + + // Apply the direction to the CharacterMotor + motor.inputMoveDirection = transform.rotation * directionVector; + motor.inputJump = Input.GetButton("Jump"); +} + +// Require a character controller to be attached to the same game object +@script RequireComponent (CharacterMotor) +@script AddComponentMenu ("Character/FPS Input Controller") diff --git a/Assets/Standard Assets/Character Controllers/Sources/Scripts/MouseLook.cs b/Assets/Standard Assets/Character Controllers/Sources/Scripts/MouseLook.cs new file mode 100644 index 0000000..6374449 --- /dev/null +++ b/Assets/Standard Assets/Character Controllers/Sources/Scripts/MouseLook.cs @@ -0,0 +1,63 @@ +using UnityEngine; +using System.Collections; + +/// MouseLook rotates the transform based on the mouse delta. +/// Minimum and Maximum values can be used to constrain the possible rotation + +/// To make an FPS style character: +/// - Create a capsule. +/// - Add the MouseLook script to the capsule. +/// -> Set the mouse look to use LookX. (You want to only turn character but not tilt it) +/// - Add FPSInputController script to the capsule +/// -> A CharacterMotor and a CharacterController component will be automatically added. + +/// - Create a camera. Make the camera a child of the capsule. Reset it's transform. +/// - Add a MouseLook script to the camera. +/// -> Set the mouse look to use LookY. (You want the camera to tilt up and down like a head. The character already turns.) +[AddComponentMenu("Camera-Control/Mouse Look")] +public class MouseLook : MonoBehaviour { + + public enum RotationAxes { MouseXAndY = 0, MouseX = 1, MouseY = 2 } + public RotationAxes axes = RotationAxes.MouseXAndY; + public float sensitivityX = 15F; + public float sensitivityY = 15F; + + public float minimumX = -360F; + public float maximumX = 360F; + + public float minimumY = -60F; + public float maximumY = 60F; + + float rotationY = 0F; + + void Update () + { + if (axes == RotationAxes.MouseXAndY) + { + float rotationX = transform.localEulerAngles.y + Input.GetAxis("Mouse X") * sensitivityX; + + rotationY += Input.GetAxis("Mouse Y") * sensitivityY; + rotationY = Mathf.Clamp (rotationY, minimumY, maximumY); + + transform.localEulerAngles = new Vector3(-rotationY, rotationX, 0); + } + else if (axes == RotationAxes.MouseX) + { + transform.Rotate(0, Input.GetAxis("Mouse X") * sensitivityX, 0); + } + else + { + rotationY += Input.GetAxis("Mouse Y") * sensitivityY; + rotationY = Mathf.Clamp (rotationY, minimumY, maximumY); + + transform.localEulerAngles = new Vector3(-rotationY, transform.localEulerAngles.y, 0); + } + } + + void Start () + { + // Make the rigid body not change rotation + if (rigidbody) + rigidbody.freezeRotation = true; + } +} \ No newline at end of file diff --git a/Assets/Standard Assets/Character Controllers/Sources/Scripts/PlatformInputController.js b/Assets/Standard Assets/Character Controllers/Sources/Scripts/PlatformInputController.js new file mode 100644 index 0000000..08691f0 --- /dev/null +++ b/Assets/Standard Assets/Character Controllers/Sources/Scripts/PlatformInputController.js @@ -0,0 +1,68 @@ +// This makes the character turn to face the current movement speed per default. +var autoRotate : boolean = true; +var maxRotationSpeed : float = 360; + +private var motor : CharacterMotor; + +// Use this for initialization +function Awake () { + motor = GetComponent(CharacterMotor); +} + +// Update is called once per frame +function Update () { + // Get the input vector from kayboard or analog stick + var directionVector = new Vector3(Input.GetAxis("Horizontal"), Input.GetAxis("Vertical"), 0); + + if (directionVector != Vector3.zero) { + // Get the length of the directon vector and then normalize it + // Dividing by the length is cheaper than normalizing when we already have the length anyway + var directionLength = directionVector.magnitude; + directionVector = directionVector / directionLength; + + // Make sure the length is no bigger than 1 + directionLength = Mathf.Min(1, directionLength); + + // Make the input vector more sensitive towards the extremes and less sensitive in the middle + // This makes it easier to control slow speeds when using analog sticks + directionLength = directionLength * directionLength; + + // Multiply the normalized direction vector by the modified length + directionVector = directionVector * directionLength; + } + + // Rotate the input vector into camera space so up is camera's up and right is camera's right + directionVector = Camera.main.transform.rotation * directionVector; + + // Rotate input vector to be perpendicular to character's up vector + var camToCharacterSpace = Quaternion.FromToRotation(-Camera.main.transform.forward, transform.up); + directionVector = (camToCharacterSpace * directionVector); + + // Apply the direction to the CharacterMotor + motor.inputMoveDirection = directionVector; + motor.inputJump = Input.GetButton("Jump"); + + // Set rotation to the move direction + if (autoRotate && directionVector.sqrMagnitude > 0.01) { + var newForward : Vector3 = ConstantSlerp( + transform.forward, + directionVector, + maxRotationSpeed * Time.deltaTime + ); + newForward = ProjectOntoPlane(newForward, transform.up); + transform.rotation = Quaternion.LookRotation(newForward, transform.up); + } +} + +function ProjectOntoPlane (v : Vector3, normal : Vector3) { + return v - Vector3.Project(v, normal); +} + +function ConstantSlerp (from : Vector3, to : Vector3, angle : float) { + var value : float = Mathf.Min(1, angle / Vector3.Angle(from, to)); + return Vector3.Slerp(from, to, value); +} + +// Require a character controller to be attached to the same game object +@script RequireComponent (CharacterMotor) +@script AddComponentMenu ("Character/Platform Input Controller") diff --git a/Assets/Standard Assets/Character Controllers/Sources/Scripts/ThirdPersonCamera.js b/Assets/Standard Assets/Character Controllers/Sources/Scripts/ThirdPersonCamera.js new file mode 100644 index 0000000..425e7c1 --- /dev/null +++ b/Assets/Standard Assets/Character Controllers/Sources/Scripts/ThirdPersonCamera.js @@ -0,0 +1,230 @@ + + +var cameraTransform : Transform; +private var _target : Transform; + +// The distance in the x-z plane to the target + +var distance = 7.0; + +// the height we want the camera to be above the target +var height = 3.0; + +var angularSmoothLag = 0.3; +var angularMaxSpeed = 15.0; + +var heightSmoothLag = 0.3; + +var snapSmoothLag = 0.2; +var snapMaxSpeed = 720.0; + +var clampHeadPositionScreenSpace = 0.75; + +var lockCameraTimeout = 0.2; + +private var headOffset = Vector3.zero; +private var centerOffset = Vector3.zero; + +private var heightVelocity = 0.0; +private var angleVelocity = 0.0; +private var snap = false; +private var controller : ThirdPersonController; +private var targetHeight = 100000.0; + +function Awake () +{ + if(!cameraTransform && Camera.main) + cameraTransform = Camera.main.transform; + if(!cameraTransform) { + Debug.Log("Please assign a camera to the ThirdPersonCamera script."); + enabled = false; + } + + + _target = transform; + if (_target) + { + controller = _target.GetComponent(ThirdPersonController); + } + + if (controller) + { + var characterController : CharacterController = _target.collider; + centerOffset = characterController.bounds.center - _target.position; + headOffset = centerOffset; + headOffset.y = characterController.bounds.max.y - _target.position.y; + } + else + Debug.Log("Please assign a target to the camera that has a ThirdPersonController script attached."); + + + Cut(_target, centerOffset); +} + +function DebugDrawStuff () +{ + Debug.DrawLine(_target.position, _target.position + headOffset); + +} + +function AngleDistance (a : float, b : float) +{ + a = Mathf.Repeat(a, 360); + b = Mathf.Repeat(b, 360); + + return Mathf.Abs(b - a); +} + +function Apply (dummyTarget : Transform, dummyCenter : Vector3) +{ + // Early out if we don't have a target + if (!controller) + return; + + var targetCenter = _target.position + centerOffset; + var targetHead = _target.position + headOffset; + +// DebugDrawStuff(); + + // Calculate the current & target rotation angles + var originalTargetAngle = _target.eulerAngles.y; + var currentAngle = cameraTransform.eulerAngles.y; + + // Adjust real target angle when camera is locked + var targetAngle = originalTargetAngle; + + // When pressing Fire2 (alt) the camera will snap to the target direction real quick. + // It will stop snapping when it reaches the target + if (Input.GetButton("Fire2")) + snap = true; + + if (snap) + { + // We are close to the target, so we can stop snapping now! + if (AngleDistance (currentAngle, originalTargetAngle) < 3.0) + snap = false; + + currentAngle = Mathf.SmoothDampAngle(currentAngle, targetAngle, angleVelocity, snapSmoothLag, snapMaxSpeed); + } + // Normal camera motion + else + { + if (controller.GetLockCameraTimer () < lockCameraTimeout) + { + targetAngle = currentAngle; + } + + // Lock the camera when moving backwards! + // * It is really confusing to do 180 degree spins when turning around. + if (AngleDistance (currentAngle, targetAngle) > 160 && controller.IsMovingBackwards ()) + targetAngle += 180; + + currentAngle = Mathf.SmoothDampAngle(currentAngle, targetAngle, angleVelocity, angularSmoothLag, angularMaxSpeed); + } + + + // When jumping don't move camera upwards but only down! + if (controller.IsJumping ()) + { + // We'd be moving the camera upwards, do that only if it's really high + var newTargetHeight = targetCenter.y + height; + if (newTargetHeight < targetHeight || newTargetHeight - targetHeight > 5) + targetHeight = targetCenter.y + height; + } + // When walking always update the target height + else + { + targetHeight = targetCenter.y + height; + } + + // Damp the height + var currentHeight = cameraTransform.position.y; + currentHeight = Mathf.SmoothDamp (currentHeight, targetHeight, heightVelocity, heightSmoothLag); + + // Convert the angle into a rotation, by which we then reposition the camera + var currentRotation = Quaternion.Euler (0, currentAngle, 0); + + // Set the position of the camera on the x-z plane to: + // distance meters behind the target + cameraTransform.position = targetCenter; + cameraTransform.position += currentRotation * Vector3.back * distance; + + // Set the height of the camera + cameraTransform.position.y = currentHeight; + + // Always look at the target + SetUpRotation(targetCenter, targetHead); +} + +function LateUpdate () { + Apply (transform, Vector3.zero); +} + +function Cut (dummyTarget : Transform, dummyCenter : Vector3) +{ + var oldHeightSmooth = heightSmoothLag; + var oldSnapMaxSpeed = snapMaxSpeed; + var oldSnapSmooth = snapSmoothLag; + + snapMaxSpeed = 10000; + snapSmoothLag = 0.001; + heightSmoothLag = 0.001; + + snap = true; + Apply (transform, Vector3.zero); + + heightSmoothLag = oldHeightSmooth; + snapMaxSpeed = oldSnapMaxSpeed; + snapSmoothLag = oldSnapSmooth; +} + +function SetUpRotation (centerPos : Vector3, headPos : Vector3) +{ + // Now it's getting hairy. The devil is in the details here, the big issue is jumping of course. + // * When jumping up and down we don't want to center the guy in screen space. + // This is important to give a feel for how high you jump and avoiding large camera movements. + // + // * At the same time we dont want him to ever go out of screen and we want all rotations to be totally smooth. + // + // So here is what we will do: + // + // 1. We first find the rotation around the y axis. Thus he is always centered on the y-axis + // 2. When grounded we make him be centered + // 3. When jumping we keep the camera rotation but rotate the camera to get him back into view if his head is above some threshold + // 4. When landing we smoothly interpolate towards centering him on screen + var cameraPos = cameraTransform.position; + var offsetToCenter = centerPos - cameraPos; + + // Generate base rotation only around y-axis + var yRotation = Quaternion.LookRotation(Vector3(offsetToCenter.x, 0, offsetToCenter.z)); + + var relativeOffset = Vector3.forward * distance + Vector3.down * height; + cameraTransform.rotation = yRotation * Quaternion.LookRotation(relativeOffset); + + // Calculate the projected center position and top position in world space + var centerRay = cameraTransform.camera.ViewportPointToRay(Vector3(.5, 0.5, 1)); + var topRay = cameraTransform.camera.ViewportPointToRay(Vector3(.5, clampHeadPositionScreenSpace, 1)); + + var centerRayPos = centerRay.GetPoint(distance); + var topRayPos = topRay.GetPoint(distance); + + var centerToTopAngle = Vector3.Angle(centerRay.direction, topRay.direction); + + var heightToAngle = centerToTopAngle / (centerRayPos.y - topRayPos.y); + + var extraLookAngle = heightToAngle * (centerRayPos.y - centerPos.y); + if (extraLookAngle < centerToTopAngle) + { + extraLookAngle = 0; + } + else + { + extraLookAngle = extraLookAngle - centerToTopAngle; + cameraTransform.rotation *= Quaternion.Euler(-extraLookAngle, 0, 0); + } +} + +function GetCenterOffset () +{ + return centerOffset; +} diff --git a/Assets/Standard Assets/Character Controllers/Sources/Scripts/ThirdPersonController.js b/Assets/Standard Assets/Character Controllers/Sources/Scripts/ThirdPersonController.js new file mode 100644 index 0000000..219b84d --- /dev/null +++ b/Assets/Standard Assets/Character Controllers/Sources/Scripts/ThirdPersonController.js @@ -0,0 +1,440 @@ + +// Require a character controller to be attached to the same game object +@script RequireComponent(CharacterController) + +public var idleAnimation : AnimationClip; +public var walkAnimation : AnimationClip; +public var runAnimation : AnimationClip; +public var jumpPoseAnimation : AnimationClip; + +public var walkMaxAnimationSpeed : float = 0.75; +public var trotMaxAnimationSpeed : float = 1.0; +public var runMaxAnimationSpeed : float = 1.0; +public var jumpAnimationSpeed : float = 1.15; +public var landAnimationSpeed : float = 1.0; + +private var _animation : Animation; + +enum CharacterState { + Idle = 0, + Walking = 1, + Trotting = 2, + Running = 3, + Jumping = 4, +} + +private var _characterState : CharacterState; + +// The speed when walking +var walkSpeed = 2.0; +// after trotAfterSeconds of walking we trot with trotSpeed +var trotSpeed = 4.0; +// when pressing "Fire3" button (cmd) we start running +var runSpeed = 6.0; + +var inAirControlAcceleration = 3.0; + +// How high do we jump when pressing jump and letting go immediately +var jumpHeight = 0.5; + +// The gravity for the character +var gravity = 20.0; +// The gravity in controlled descent mode +var speedSmoothing = 10.0; +var rotateSpeed = 500.0; +var trotAfterSeconds = 3.0; + +var canJump = true; + +private var jumpRepeatTime = 0.05; +private var jumpTimeout = 0.15; +private var groundedTimeout = 0.25; + +// The camera doesnt start following the target immediately but waits for a split second to avoid too much waving around. +private var lockCameraTimer = 0.0; + +// The current move direction in x-z +private var moveDirection = Vector3.zero; +// The current vertical speed +private var verticalSpeed = 0.0; +// The current x-z move speed +private var moveSpeed = 0.0; + +// The last collision flags returned from controller.Move +private var collisionFlags : CollisionFlags; + +// Are we jumping? (Initiated with jump button and not grounded yet) +private var jumping = false; +private var jumpingReachedApex = false; + +// Are we moving backwards (This locks the camera to not do a 180 degree spin) +private var movingBack = false; +// Is the user pressing any keys? +private var isMoving = false; +// When did the user start walking (Used for going into trot after a while) +private var walkTimeStart = 0.0; +// Last time the jump button was clicked down +private var lastJumpButtonTime = -10.0; +// Last time we performed a jump +private var lastJumpTime = -1.0; + + +// the height we jumped from (Used to determine for how long to apply extra jump power after jumping.) +private var lastJumpStartHeight = 0.0; + + +private var inAirVelocity = Vector3.zero; + +private var lastGroundedTime = 0.0; + + +private var isControllable = true; + +function Awake () +{ + moveDirection = transform.TransformDirection(Vector3.forward); + + _animation = GetComponent(Animation); + if(!_animation) + Debug.Log("The character you would like to control doesn't have animations. Moving her might look weird."); + + /* +public var idleAnimation : AnimationClip; +public var walkAnimation : AnimationClip; +public var runAnimation : AnimationClip; +public var jumpPoseAnimation : AnimationClip; + */ + if(!idleAnimation) { + _animation = null; + Debug.Log("No idle animation found. Turning off animations."); + } + if(!walkAnimation) { + _animation = null; + Debug.Log("No walk animation found. Turning off animations."); + } + if(!runAnimation) { + _animation = null; + Debug.Log("No run animation found. Turning off animations."); + } + if(!jumpPoseAnimation && canJump) { + _animation = null; + Debug.Log("No jump animation found and the character has canJump enabled. Turning off animations."); + } + +} + + +function UpdateSmoothedMovementDirection () +{ + var cameraTransform = Camera.main.transform; + var grounded = IsGrounded(); + + // Forward vector relative to the camera along the x-z plane + var forward = cameraTransform.TransformDirection(Vector3.forward); + forward.y = 0; + forward = forward.normalized; + + // Right vector relative to the camera + // Always orthogonal to the forward vector + var right = Vector3(forward.z, 0, -forward.x); + + var v = Input.GetAxisRaw("Vertical"); + var h = Input.GetAxisRaw("Horizontal"); + + // Are we moving backwards or looking backwards + if (v < -0.2) + movingBack = true; + else + movingBack = false; + + var wasMoving = isMoving; + isMoving = Mathf.Abs (h) > 0.1 || Mathf.Abs (v) > 0.1; + + // Target direction relative to the camera + var targetDirection = h * right + v * forward; + + // Grounded controls + if (grounded) + { + // Lock camera for short period when transitioning moving & standing still + lockCameraTimer += Time.deltaTime; + if (isMoving != wasMoving) + lockCameraTimer = 0.0; + + // We store speed and direction seperately, + // so that when the character stands still we still have a valid forward direction + // moveDirection is always normalized, and we only update it if there is user input. + if (targetDirection != Vector3.zero) + { + // If we are really slow, just snap to the target direction + if (moveSpeed < walkSpeed * 0.9 && grounded) + { + moveDirection = targetDirection.normalized; + } + // Otherwise smoothly turn towards it + else + { + moveDirection = Vector3.RotateTowards(moveDirection, targetDirection, rotateSpeed * Mathf.Deg2Rad * Time.deltaTime, 1000); + + moveDirection = moveDirection.normalized; + } + } + + // Smooth the speed based on the current target direction + var curSmooth = speedSmoothing * Time.deltaTime; + + // Choose target speed + //* We want to support analog input but make sure you cant walk faster diagonally than just forward or sideways + var targetSpeed = Mathf.Min(targetDirection.magnitude, 1.0); + + _characterState = CharacterState.Idle; + + // Pick speed modifier + if (Input.GetKey (KeyCode.LeftShift) || Input.GetKey (KeyCode.RightShift)) + { + targetSpeed *= runSpeed; + _characterState = CharacterState.Running; + } + else if (Time.time - trotAfterSeconds > walkTimeStart) + { + targetSpeed *= trotSpeed; + _characterState = CharacterState.Trotting; + } + else + { + targetSpeed *= walkSpeed; + _characterState = CharacterState.Walking; + } + + moveSpeed = Mathf.Lerp(moveSpeed, targetSpeed, curSmooth); + + // Reset walk time start when we slow down + if (moveSpeed < walkSpeed * 0.3) + walkTimeStart = Time.time; + } + // In air controls + else + { + // Lock camera while in air + if (jumping) + lockCameraTimer = 0.0; + + if (isMoving) + inAirVelocity += targetDirection.normalized * Time.deltaTime * inAirControlAcceleration; + } + + + +} + + +function ApplyJumping () +{ + // Prevent jumping too fast after each other + if (lastJumpTime + jumpRepeatTime > Time.time) + return; + + if (IsGrounded()) { + // Jump + // - Only when pressing the button down + // - With a timeout so you can press the button slightly before landing + if (canJump && Time.time < lastJumpButtonTime + jumpTimeout) { + verticalSpeed = CalculateJumpVerticalSpeed (jumpHeight); + SendMessage("DidJump", SendMessageOptions.DontRequireReceiver); + } + } +} + + +function ApplyGravity () +{ + if (isControllable) // don't move player at all if not controllable. + { + // Apply gravity + var jumpButton = Input.GetButton("Jump"); + + + // When we reach the apex of the jump we send out a message + if (jumping && !jumpingReachedApex && verticalSpeed <= 0.0) + { + jumpingReachedApex = true; + SendMessage("DidJumpReachApex", SendMessageOptions.DontRequireReceiver); + } + + if (IsGrounded ()) + verticalSpeed = 0.0; + else + verticalSpeed -= gravity * Time.deltaTime; + } +} + +function CalculateJumpVerticalSpeed (targetJumpHeight : float) +{ + // From the jump height and gravity we deduce the upwards speed + // for the character to reach at the apex. + return Mathf.Sqrt(2 * targetJumpHeight * gravity); +} + +function DidJump () +{ + jumping = true; + jumpingReachedApex = false; + lastJumpTime = Time.time; + lastJumpStartHeight = transform.position.y; + lastJumpButtonTime = -10; + + _characterState = CharacterState.Jumping; +} + +function Update() { + + if (!isControllable) + { + // kill all inputs if not controllable. + Input.ResetInputAxes(); + } + + if (Input.GetButtonDown ("Jump")) + { + lastJumpButtonTime = Time.time; + } + + UpdateSmoothedMovementDirection(); + + // Apply gravity + // - extra power jump modifies gravity + // - controlledDescent mode modifies gravity + ApplyGravity (); + + // Apply jumping logic + ApplyJumping (); + + // Calculate actual motion + var movement = moveDirection * moveSpeed + Vector3 (0, verticalSpeed, 0) + inAirVelocity; + movement *= Time.deltaTime; + + // Move the controller + var controller : CharacterController = GetComponent(CharacterController); + collisionFlags = controller.Move(movement); + + // ANIMATION sector + if(_animation) { + if(_characterState == CharacterState.Jumping) + { + if(!jumpingReachedApex) { + _animation[jumpPoseAnimation.name].speed = jumpAnimationSpeed; + _animation[jumpPoseAnimation.name].wrapMode = WrapMode.ClampForever; + _animation.CrossFade(jumpPoseAnimation.name); + } else { + _animation[jumpPoseAnimation.name].speed = -landAnimationSpeed; + _animation[jumpPoseAnimation.name].wrapMode = WrapMode.ClampForever; + _animation.CrossFade(jumpPoseAnimation.name); + } + } + else + { + if(controller.velocity.sqrMagnitude < 0.1) { + _animation.CrossFade(idleAnimation.name); + } + else + { + if(_characterState == CharacterState.Running) { + _animation[runAnimation.name].speed = Mathf.Clamp(controller.velocity.magnitude, 0.0, runMaxAnimationSpeed); + _animation.CrossFade(runAnimation.name); + } + else if(_characterState == CharacterState.Trotting) { + _animation[walkAnimation.name].speed = Mathf.Clamp(controller.velocity.magnitude, 0.0, trotMaxAnimationSpeed); + _animation.CrossFade(walkAnimation.name); + } + else if(_characterState == CharacterState.Walking) { + _animation[walkAnimation.name].speed = Mathf.Clamp(controller.velocity.magnitude, 0.0, walkMaxAnimationSpeed); + _animation.CrossFade(walkAnimation.name); + } + + } + } + } + // ANIMATION sector + + // Set rotation to the move direction + if (IsGrounded()) + { + + transform.rotation = Quaternion.LookRotation(moveDirection); + + } + else + { + var xzMove = movement; + xzMove.y = 0; + if (xzMove.sqrMagnitude > 0.001) + { + transform.rotation = Quaternion.LookRotation(xzMove); + } + } + + // We are in jump mode but just became grounded + if (IsGrounded()) + { + lastGroundedTime = Time.time; + inAirVelocity = Vector3.zero; + if (jumping) + { + jumping = false; + SendMessage("DidLand", SendMessageOptions.DontRequireReceiver); + } + } +} + +function OnControllerColliderHit (hit : ControllerColliderHit ) +{ +// Debug.DrawRay(hit.point, hit.normal); + if (hit.moveDirection.y > 0.01) + return; +} + +function GetSpeed () { + return moveSpeed; +} + +function IsJumping () { + return jumping; +} + +function IsGrounded () { + return (collisionFlags & CollisionFlags.CollidedBelow) != 0; +} + +function GetDirection () { + return moveDirection; +} + +function IsMovingBackwards () { + return movingBack; +} + +function GetLockCameraTimer () +{ + return lockCameraTimer; +} + +function IsMoving () : boolean +{ + return Mathf.Abs(Input.GetAxisRaw("Vertical")) + Mathf.Abs(Input.GetAxisRaw("Horizontal")) > 0.5; +} + +function HasJumpReachedApex () +{ + return jumpingReachedApex; +} + +function IsGroundedWithTimeout () +{ + return lastGroundedTime + groundedTimeout > Time.time; +} + +function Reset () +{ + gameObject.tag = "Player"; +} + diff --git a/Assets/Standard Assets/Light Cookies/Flashlight.tif b/Assets/Standard Assets/Light Cookies/Flashlight.tif new file mode 100644 index 0000000..51b202f Binary files /dev/null and b/Assets/Standard Assets/Light Cookies/Flashlight.tif differ diff --git a/Assets/Standard Assets/Light Cookies/Flashlight_Irregular.tif b/Assets/Standard Assets/Light Cookies/Flashlight_Irregular.tif new file mode 100644 index 0000000..889ae62 Binary files /dev/null and b/Assets/Standard Assets/Light Cookies/Flashlight_Irregular.tif differ diff --git a/Assets/Standard Assets/Light Cookies/Hard.psd b/Assets/Standard Assets/Light Cookies/Hard.psd new file mode 100644 index 0000000..d6e8482 Binary files /dev/null and b/Assets/Standard Assets/Light Cookies/Hard.psd differ diff --git a/Assets/Standard Assets/Light Cookies/Soft.tif b/Assets/Standard Assets/Light Cookies/Soft.tif new file mode 100644 index 0000000..73de099 Binary files /dev/null and b/Assets/Standard Assets/Light Cookies/Soft.tif differ diff --git a/Assets/Standard Assets/Light Cookies/square.psd b/Assets/Standard Assets/Light Cookies/square.psd new file mode 100644 index 0000000..9187a26 Binary files /dev/null and b/Assets/Standard Assets/Light Cookies/square.psd differ diff --git a/Assets/Standard Assets/Light Flares/50mm Zoom.flare b/Assets/Standard Assets/Light Flares/50mm Zoom.flare new file mode 100644 index 0000000..4d80a24 Binary files /dev/null and b/Assets/Standard Assets/Light Flares/50mm Zoom.flare differ diff --git a/Assets/Standard Assets/Light Flares/Small Flare.flare b/Assets/Standard Assets/Light Flares/Small Flare.flare new file mode 100644 index 0000000..72fc35c Binary files /dev/null and b/Assets/Standard Assets/Light Flares/Small Flare.flare differ diff --git a/Assets/Standard Assets/Light Flares/Sources/Materials/flare mat.mat b/Assets/Standard Assets/Light Flares/Sources/Materials/flare mat.mat new file mode 100644 index 0000000..cc28a31 Binary files /dev/null and b/Assets/Standard Assets/Light Flares/Sources/Materials/flare mat.mat differ diff --git a/Assets/Standard Assets/Light Flares/Sources/Textures/50mmflare.psd b/Assets/Standard Assets/Light Flares/Sources/Textures/50mmflare.psd new file mode 100644 index 0000000..4136f76 Binary files /dev/null and b/Assets/Standard Assets/Light Flares/Sources/Textures/50mmflare.psd differ diff --git a/Assets/Standard Assets/Light Flares/Sources/Textures/starflare.psd b/Assets/Standard Assets/Light Flares/Sources/Textures/starflare.psd new file mode 100644 index 0000000..9c58963 Binary files /dev/null and b/Assets/Standard Assets/Light Flares/Sources/Textures/starflare.psd differ diff --git a/Assets/Standard Assets/Light Flares/Sun.flare b/Assets/Standard Assets/Light Flares/Sun.flare new file mode 100644 index 0000000..6f8d495 Binary files /dev/null and b/Assets/Standard Assets/Light Flares/Sun.flare differ diff --git a/Assets/Standard Assets/Particles/Dust/Dust Storm.prefab b/Assets/Standard Assets/Particles/Dust/Dust Storm.prefab new file mode 100644 index 0000000..08073ff Binary files /dev/null and b/Assets/Standard Assets/Particles/Dust/Dust Storm.prefab differ diff --git a/Assets/Standard Assets/Particles/Fire/Fire1.prefab b/Assets/Standard Assets/Particles/Fire/Fire1.prefab new file mode 100644 index 0000000..3aef138 Binary files /dev/null and b/Assets/Standard Assets/Particles/Fire/Fire1.prefab differ diff --git a/Assets/Standard Assets/Particles/Fire/Flame.prefab b/Assets/Standard Assets/Particles/Fire/Flame.prefab new file mode 100644 index 0000000..2fd12d7 Binary files /dev/null and b/Assets/Standard Assets/Particles/Fire/Flame.prefab differ diff --git a/Assets/Standard Assets/Particles/Legacy Particles/Small explosion.prefab b/Assets/Standard Assets/Particles/Legacy Particles/Small explosion.prefab new file mode 100644 index 0000000..7202532 Binary files /dev/null and b/Assets/Standard Assets/Particles/Legacy Particles/Small explosion.prefab differ diff --git a/Assets/Standard Assets/Particles/Legacy Particles/Sparks.prefab b/Assets/Standard Assets/Particles/Legacy Particles/Sparks.prefab new file mode 100644 index 0000000..f477141 Binary files /dev/null and b/Assets/Standard Assets/Particles/Legacy Particles/Sparks.prefab differ diff --git a/Assets/Standard Assets/Particles/Legacy Particles/TimedObjectDestructor.js b/Assets/Standard Assets/Particles/Legacy Particles/TimedObjectDestructor.js new file mode 100644 index 0000000..ad3bb52 --- /dev/null +++ b/Assets/Standard Assets/Particles/Legacy Particles/TimedObjectDestructor.js @@ -0,0 +1,15 @@ +var timeOut = 1.0; +var detachChildren = false; + +function Awake () +{ + Invoke ("DestroyNow", timeOut); +} + +function DestroyNow () +{ + if (detachChildren) { + transform.DetachChildren (); + } + DestroyObject (gameObject); +} \ No newline at end of file diff --git a/Assets/Standard Assets/Particles/Legacy Particles/explosion.prefab b/Assets/Standard Assets/Particles/Legacy Particles/explosion.prefab new file mode 100644 index 0000000..b8566b2 Binary files /dev/null and b/Assets/Standard Assets/Particles/Legacy Particles/explosion.prefab differ diff --git a/Assets/Standard Assets/Particles/Legacy Particles/large flames.prefab b/Assets/Standard Assets/Particles/Legacy Particles/large flames.prefab new file mode 100644 index 0000000..1cbe330 Binary files /dev/null and b/Assets/Standard Assets/Particles/Legacy Particles/large flames.prefab differ diff --git a/Assets/Standard Assets/Particles/Legacy Particles/small flames.prefab b/Assets/Standard Assets/Particles/Legacy Particles/small flames.prefab new file mode 100644 index 0000000..6160917 Binary files /dev/null and b/Assets/Standard Assets/Particles/Legacy Particles/small flames.prefab differ diff --git a/Assets/Standard Assets/Particles/Misc/Fireworks.prefab b/Assets/Standard Assets/Particles/Misc/Fireworks.prefab new file mode 100644 index 0000000..837c322 Binary files /dev/null and b/Assets/Standard Assets/Particles/Misc/Fireworks.prefab differ diff --git a/Assets/Standard Assets/Particles/Misc/Light Snow.prefab b/Assets/Standard Assets/Particles/Misc/Light Snow.prefab new file mode 100644 index 0000000..ca70496 Binary files /dev/null and b/Assets/Standard Assets/Particles/Misc/Light Snow.prefab differ diff --git a/Assets/Standard Assets/Particles/Misc/Soap Bubbles.prefab b/Assets/Standard Assets/Particles/Misc/Soap Bubbles.prefab new file mode 100644 index 0000000..b9bb956 Binary files /dev/null and b/Assets/Standard Assets/Particles/Misc/Soap Bubbles.prefab differ diff --git a/Assets/Standard Assets/Particles/Misc/Sparks.prefab b/Assets/Standard Assets/Particles/Misc/Sparks.prefab new file mode 100644 index 0000000..5f0c658 Binary files /dev/null and b/Assets/Standard Assets/Particles/Misc/Sparks.prefab differ diff --git a/Assets/Standard Assets/Particles/Smoke/Detailed Smoke.prefab b/Assets/Standard Assets/Particles/Smoke/Detailed Smoke.prefab new file mode 100644 index 0000000..838f42a Binary files /dev/null and b/Assets/Standard Assets/Particles/Smoke/Detailed Smoke.prefab differ diff --git a/Assets/Standard Assets/Particles/Smoke/Fluffy Smoke Large.prefab b/Assets/Standard Assets/Particles/Smoke/Fluffy Smoke Large.prefab new file mode 100644 index 0000000..a1581aa Binary files /dev/null and b/Assets/Standard Assets/Particles/Smoke/Fluffy Smoke Large.prefab differ diff --git a/Assets/Standard Assets/Particles/Smoke/Fluffy Smoke.prefab b/Assets/Standard Assets/Particles/Smoke/Fluffy Smoke.prefab new file mode 100644 index 0000000..da1cd30 Binary files /dev/null and b/Assets/Standard Assets/Particles/Smoke/Fluffy Smoke.prefab differ diff --git a/Assets/Standard Assets/Particles/Smoke/Smoke Trail.prefab b/Assets/Standard Assets/Particles/Smoke/Smoke Trail.prefab new file mode 100644 index 0000000..3766934 Binary files /dev/null and b/Assets/Standard Assets/Particles/Smoke/Smoke Trail.prefab differ diff --git a/Assets/Standard Assets/Particles/Sources/Animations/Light explosion.anim b/Assets/Standard Assets/Particles/Sources/Animations/Light explosion.anim new file mode 100644 index 0000000..82f4866 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Animations/Light explosion.anim differ diff --git a/Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting ,5 sec.anim b/Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting ,5 sec.anim new file mode 100644 index 0000000..8a7b49b Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting ,5 sec.anim differ diff --git a/Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting 1 sec.anim b/Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting 1 sec.anim new file mode 100644 index 0000000..5bf1fb7 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting 1 sec.anim differ diff --git a/Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting 2 sec.anim b/Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting 2 sec.anim new file mode 100644 index 0000000..ca541ad Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Animations/Stop Emitting 2 sec.anim differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Dust Material 1.mat b/Assets/Standard Assets/Particles/Sources/Materials/Dust Material 1.mat new file mode 100644 index 0000000..b2cf8e8 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Dust Material 1.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Fairy Dust.mat b/Assets/Standard Assets/Particles/Sources/Materials/Fairy Dust.mat new file mode 100644 index 0000000..aea13e9 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Fairy Dust.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Fire Add.mat b/Assets/Standard Assets/Particles/Sources/Materials/Fire Add.mat new file mode 100644 index 0000000..4190c83 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Fire Add.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Fire Smoke.mat b/Assets/Standard Assets/Particles/Sources/Materials/Fire Smoke.mat new file mode 100644 index 0000000..4ba68b7 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Fire Smoke.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/FlameA.mat b/Assets/Standard Assets/Particles/Sources/Materials/FlameA.mat new file mode 100644 index 0000000..36819d5 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/FlameA.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/FlameB.mat b/Assets/Standard Assets/Particles/Sources/Materials/FlameB.mat new file mode 100644 index 0000000..00df316 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/FlameB.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/FlameC.mat b/Assets/Standard Assets/Particles/Sources/Materials/FlameC.mat new file mode 100644 index 0000000..62225d0 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/FlameC.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/FlameD.mat b/Assets/Standard Assets/Particles/Sources/Materials/FlameD.mat new file mode 100644 index 0000000..5061524 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/FlameD.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/FlameE.mat b/Assets/Standard Assets/Particles/Sources/Materials/FlameE.mat new file mode 100644 index 0000000..0efa913 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/FlameE.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Poof1.mat b/Assets/Standard Assets/Particles/Sources/Materials/Poof1.mat new file mode 100644 index 0000000..dd17f8c Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Poof1.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Smoke Trail.mat b/Assets/Standard Assets/Particles/Sources/Materials/Smoke Trail.mat new file mode 100644 index 0000000..86fa872 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Smoke Trail.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Smoke.mat b/Assets/Standard Assets/Particles/Sources/Materials/Smoke.mat new file mode 100644 index 0000000..5f5078a Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Smoke.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Smoke1.mat b/Assets/Standard Assets/Particles/Sources/Materials/Smoke1.mat new file mode 100644 index 0000000..22fa88b Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Smoke1.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Smoke2.mat b/Assets/Standard Assets/Particles/Sources/Materials/Smoke2.mat new file mode 100644 index 0000000..564412f Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Smoke2.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Smoke3.mat b/Assets/Standard Assets/Particles/Sources/Materials/Smoke3.mat new file mode 100644 index 0000000..1c89f45 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Smoke3.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Smoke4.mat b/Assets/Standard Assets/Particles/Sources/Materials/Smoke4.mat new file mode 100644 index 0000000..b710382 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Smoke4.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Snowflake.mat b/Assets/Standard Assets/Particles/Sources/Materials/Snowflake.mat new file mode 100644 index 0000000..020843b Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Snowflake.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/SoapBubble.mat b/Assets/Standard Assets/Particles/Sources/Materials/SoapBubble.mat new file mode 100644 index 0000000..3591277 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/SoapBubble.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Spark.mat b/Assets/Standard Assets/Particles/Sources/Materials/Spark.mat new file mode 100644 index 0000000..f484403 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Spark.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Sparkles1.mat b/Assets/Standard Assets/Particles/Sources/Materials/Sparkles1.mat new file mode 100644 index 0000000..d69ddf5 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Sparkles1.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Sparkles2.mat b/Assets/Standard Assets/Particles/Sources/Materials/Sparkles2.mat new file mode 100644 index 0000000..7fbce8d Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Sparkles2.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Water Splash1.mat b/Assets/Standard Assets/Particles/Sources/Materials/Water Splash1.mat new file mode 100644 index 0000000..b1722d5 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Water Splash1.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Materials/Water Splash2.mat b/Assets/Standard Assets/Particles/Sources/Materials/Water Splash2.mat new file mode 100644 index 0000000..6b4dc07 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Materials/Water Splash2.mat differ diff --git a/Assets/Standard Assets/Particles/Sources/Shaders/Particle Alpha Blend (Queue +100).shader b/Assets/Standard Assets/Particles/Sources/Shaders/Particle Alpha Blend (Queue +100).shader new file mode 100644 index 0000000..c0573df --- /dev/null +++ b/Assets/Standard Assets/Particles/Sources/Shaders/Particle Alpha Blend (Queue +100).shader @@ -0,0 +1,87 @@ +Shader "Hidden/Particles/Alpha Blended +100" { +Properties { + _TintColor ("Tint Color", Color) = (0.5,0.5,0.5,0.5) + _MainTex ("Particle Texture", 2D) = "white" {} +} + +Category { + Tags { "Queue"="Transparent +100" "IgnoreProjector"="True" "RenderType"="Transparent" } + Blend SrcAlpha OneMinusSrcAlpha + AlphaTest Greater .01 + ColorMask RGB + Cull Off Lighting Off ZWrite Off Fog { Color (0,0,0,0) } + BindChannels { + Bind "Color", color + Bind "Vertex", vertex + Bind "TexCoord", texcoord + } + + // ---- Fragment program cards + SubShader { + Pass { + + CGPROGRAM + #pragma vertex vert + #pragma fragment frag + #pragma fragmentoption ARB_precision_hint_fastest + #pragma fragmentoption ARB_fog_exp2 + + #include "UnityCG.cginc" + + sampler2D _MainTex; + float4 _TintColor; + + struct appdata_t { + float4 vertex : POSITION; + float4 color : COLOR; + float2 texcoord : TEXCOORD0; + }; + + struct v2f { + float4 vertex : POSITION; + float4 color : COLOR; + float2 texcoord : TEXCOORD0; + }; + + float4 _MainTex_ST; + + v2f vert (appdata_t v) + { + v2f o; + o.vertex = mul(UNITY_MATRIX_MVP, v.vertex); + o.color = v.color; + o.texcoord = TRANSFORM_TEX(v.texcoord,_MainTex); + return o; + } + + half4 frag (v2f i) : COLOR + { + return 2.0f * i.color * _TintColor * tex2D(_MainTex, i.texcoord); + } + ENDCG + } + } + + // ---- Dual texture cards + SubShader { + Pass { + SetTexture [_MainTex] { + constantColor [_TintColor] + combine constant * primary + } + SetTexture [_MainTex] { + combine texture * previous DOUBLE + } + } + } + + // ---- Single texture cards (does not do color tint) + SubShader { + Pass { + SetTexture [_MainTex] { + combine texture * primary + } + } + } +} +} diff --git a/Assets/Standard Assets/Particles/Sources/Textures/ColorFlare.png b/Assets/Standard Assets/Particles/Sources/Textures/ColorFlare.png new file mode 100644 index 0000000..5ba39f0 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/ColorFlare.png differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/DustPoof.psd b/Assets/Standard Assets/Particles/Sources/Textures/DustPoof.psd new file mode 100644 index 0000000..4335621 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/DustPoof.psd differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/Fireball.psd b/Assets/Standard Assets/Particles/Sources/Textures/Fireball.psd new file mode 100644 index 0000000..8bc7c79 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/Fireball.psd differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/Snowflake.tif b/Assets/Standard Assets/Particles/Sources/Textures/Snowflake.tif new file mode 100644 index 0000000..81ab8dc Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/Snowflake.tif differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/Star02.png b/Assets/Standard Assets/Particles/Sources/Textures/Star02.png new file mode 100644 index 0000000..8ab98d1 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/Star02.png differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/SteamBlur.png b/Assets/Standard Assets/Particles/Sources/Textures/SteamBlur.png new file mode 100644 index 0000000..e5f1f40 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/SteamBlur.png differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/fairydust.tif b/Assets/Standard Assets/Particles/Sources/Textures/fairydust.tif new file mode 100644 index 0000000..c90fd20 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/fairydust.tif differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/fire3.psd b/Assets/Standard Assets/Particles/Sources/Textures/fire3.psd new file mode 100644 index 0000000..fa81952 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/fire3.psd differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/fire4.psd b/Assets/Standard Assets/Particles/Sources/Textures/fire4.psd new file mode 100644 index 0000000..ba59803 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/fire4.psd differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/flameA.tif b/Assets/Standard Assets/Particles/Sources/Textures/flameA.tif new file mode 100644 index 0000000..b2fbb32 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/flameA.tif differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/flameB.tif b/Assets/Standard Assets/Particles/Sources/Textures/flameB.tif new file mode 100644 index 0000000..7fa15b1 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/flameB.tif differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/flameC.tif b/Assets/Standard Assets/Particles/Sources/Textures/flameC.tif new file mode 100644 index 0000000..11df92a Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/flameC.tif differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/flameD.tif b/Assets/Standard Assets/Particles/Sources/Textures/flameD.tif new file mode 100644 index 0000000..6123969 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/flameD.tif differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/flameE.tif b/Assets/Standard Assets/Particles/Sources/Textures/flameE.tif new file mode 100644 index 0000000..99954a0 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/flameE.tif differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/flametemplate.tif b/Assets/Standard Assets/Particles/Sources/Textures/flametemplate.tif new file mode 100644 index 0000000..cd0c867 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/flametemplate.tif differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/foam.tga b/Assets/Standard Assets/Particles/Sources/Textures/foam.tga new file mode 100644 index 0000000..b481618 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/foam.tga differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/smoke.tif b/Assets/Standard Assets/Particles/Sources/Textures/smoke.tif new file mode 100644 index 0000000..527bfc6 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/smoke.tif differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/smoke2.tif b/Assets/Standard Assets/Particles/Sources/Textures/smoke2.tif new file mode 100644 index 0000000..ad9dc48 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/smoke2.tif differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/smoke3.tif b/Assets/Standard Assets/Particles/Sources/Textures/smoke3.tif new file mode 100644 index 0000000..fa6b99a Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/smoke3.tif differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/smoke4.tif b/Assets/Standard Assets/Particles/Sources/Textures/smoke4.tif new file mode 100644 index 0000000..4ec870d Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/smoke4.tif differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/smokepuff1.psd b/Assets/Standard Assets/Particles/Sources/Textures/smokepuff1.psd new file mode 100644 index 0000000..aeb382d Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/smokepuff1.psd differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/smoketest2.psd b/Assets/Standard Assets/Particles/Sources/Textures/smoketest2.psd new file mode 100644 index 0000000..be7356d Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/smoketest2.psd differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/soapbubble.tif b/Assets/Standard Assets/Particles/Sources/Textures/soapbubble.tif new file mode 100644 index 0000000..5b12714 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/soapbubble.tif differ diff --git a/Assets/Standard Assets/Particles/Sources/Textures/spark.tif b/Assets/Standard Assets/Particles/Sources/Textures/spark.tif new file mode 100644 index 0000000..dfe8c94 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sources/Textures/spark.tif differ diff --git a/Assets/Standard Assets/Particles/Sparkles/Sparkle Rising.prefab b/Assets/Standard Assets/Particles/Sparkles/Sparkle Rising.prefab new file mode 100644 index 0000000..52ca158 Binary files /dev/null and b/Assets/Standard Assets/Particles/Sparkles/Sparkle Rising.prefab differ diff --git a/Assets/Standard Assets/Particles/Water/Water Fountain.prefab b/Assets/Standard Assets/Particles/Water/Water Fountain.prefab new file mode 100644 index 0000000..250c23e Binary files /dev/null and b/Assets/Standard Assets/Particles/Water/Water Fountain.prefab differ diff --git a/Assets/Standard Assets/Particles/Water/Water Surface Splash.prefab b/Assets/Standard Assets/Particles/Water/Water Surface Splash.prefab new file mode 100644 index 0000000..f9b1899 Binary files /dev/null and b/Assets/Standard Assets/Particles/Water/Water Surface Splash.prefab differ diff --git a/Assets/Standard Assets/Particles/Water/WaterFall.prefab b/Assets/Standard Assets/Particles/Water/WaterFall.prefab new file mode 100644 index 0000000..121e992 Binary files /dev/null and b/Assets/Standard Assets/Particles/Water/WaterFall.prefab differ diff --git a/Assets/Standard Assets/Physic Materials/Bouncy.physicmaterial b/Assets/Standard Assets/Physic Materials/Bouncy.physicmaterial new file mode 100644 index 0000000..046c1f7 Binary files /dev/null and b/Assets/Standard Assets/Physic Materials/Bouncy.physicmaterial differ diff --git a/Assets/Standard Assets/Physic Materials/Ice.physicmaterial b/Assets/Standard Assets/Physic Materials/Ice.physicmaterial new file mode 100644 index 0000000..48ee159 Binary files /dev/null and b/Assets/Standard Assets/Physic Materials/Ice.physicmaterial differ diff --git a/Assets/Standard Assets/Physic Materials/Metal.physicmaterial b/Assets/Standard Assets/Physic Materials/Metal.physicmaterial new file mode 100644 index 0000000..c16329d Binary files /dev/null and b/Assets/Standard Assets/Physic Materials/Metal.physicmaterial differ diff --git a/Assets/Standard Assets/Physic Materials/Rubber.physicmaterial b/Assets/Standard Assets/Physic Materials/Rubber.physicmaterial new file mode 100644 index 0000000..ba964a2 Binary files /dev/null and b/Assets/Standard Assets/Physic Materials/Rubber.physicmaterial differ diff --git a/Assets/Standard Assets/Physic Materials/Wood.physicmaterial b/Assets/Standard Assets/Physic Materials/Wood.physicmaterial new file mode 100644 index 0000000..bd63581 Binary files /dev/null and b/Assets/Standard Assets/Physic Materials/Wood.physicmaterial differ diff --git a/Assets/Standard Assets/Projectors/Blob Light Projector.prefab b/Assets/Standard Assets/Projectors/Blob Light Projector.prefab new file mode 100644 index 0000000..1091317 Binary files /dev/null and b/Assets/Standard Assets/Projectors/Blob Light Projector.prefab differ diff --git a/Assets/Standard Assets/Projectors/Blob Shadow Projector.prefab b/Assets/Standard Assets/Projectors/Blob Shadow Projector.prefab new file mode 100644 index 0000000..2590c59 Binary files /dev/null and b/Assets/Standard Assets/Projectors/Blob Shadow Projector.prefab differ diff --git a/Assets/Standard Assets/Projectors/Grid Projector.prefab b/Assets/Standard Assets/Projectors/Grid Projector.prefab new file mode 100644 index 0000000..842b56a Binary files /dev/null and b/Assets/Standard Assets/Projectors/Grid Projector.prefab differ diff --git a/Assets/Standard Assets/Projectors/Guidelines.txt b/Assets/Standard Assets/Projectors/Guidelines.txt new file mode 100644 index 0000000..2a1c1f3 --- /dev/null +++ b/Assets/Standard Assets/Projectors/Guidelines.txt @@ -0,0 +1,3 @@ +To use the Additive-Projector properly: +1. Make sure to have your Cookie texture set to "Clamp" +2. To prevent projector bleeding turn on the "Border Mipmaps" option or disable Mipmaps altogether in the Import Settings for the Cookie texture. \ No newline at end of file diff --git a/Assets/Standard Assets/Projectors/Sources/Materials/Grid Material.mat b/Assets/Standard Assets/Projectors/Sources/Materials/Grid Material.mat new file mode 100644 index 0000000..469969e Binary files /dev/null and b/Assets/Standard Assets/Projectors/Sources/Materials/Grid Material.mat differ diff --git a/Assets/Standard Assets/Projectors/Sources/Materials/Light Material.mat b/Assets/Standard Assets/Projectors/Sources/Materials/Light Material.mat new file mode 100644 index 0000000..a01a6f7 Binary files /dev/null and b/Assets/Standard Assets/Projectors/Sources/Materials/Light Material.mat differ diff --git a/Assets/Standard Assets/Projectors/Sources/Materials/Shadow Material.mat b/Assets/Standard Assets/Projectors/Sources/Materials/Shadow Material.mat new file mode 100644 index 0000000..8e8f682 Binary files /dev/null and b/Assets/Standard Assets/Projectors/Sources/Materials/Shadow Material.mat differ diff --git a/Assets/Standard Assets/Projectors/Sources/Shaders/Projector Light.shader b/Assets/Standard Assets/Projectors/Sources/Shaders/Projector Light.shader new file mode 100644 index 0000000..58f19d3 --- /dev/null +++ b/Assets/Standard Assets/Projectors/Sources/Shaders/Projector Light.shader @@ -0,0 +1,26 @@ +Shader "Projector/Light" { + Properties { + _Color ("Main Color", Color) = (1,1,1,1) + _ShadowTex ("Cookie", 2D) = "" { TexGen ObjectLinear } + _FalloffTex ("FallOff", 2D) = "" { TexGen ObjectLinear } + } + Subshader { + Pass { + ZWrite off + Fog { Color (0, 0, 0) } + Color [_Color] + ColorMask RGB + Blend DstColor One + Offset -1, -1 + SetTexture [_ShadowTex] { + combine texture * primary, ONE - texture + Matrix [_Projector] + } + SetTexture [_FalloffTex] { + constantColor (0,0,0,0) + combine previous lerp (texture) constant + Matrix [_ProjectorClip] + } + } + } +} \ No newline at end of file diff --git a/Assets/Standard Assets/Projectors/Sources/Shaders/Projector Multiply.shader b/Assets/Standard Assets/Projectors/Sources/Shaders/Projector Multiply.shader new file mode 100644 index 0000000..f922142 --- /dev/null +++ b/Assets/Standard Assets/Projectors/Sources/Shaders/Projector Multiply.shader @@ -0,0 +1,27 @@ +Shader "Projector/Multiply" { + Properties { + _ShadowTex ("Cookie", 2D) = "gray" { TexGen ObjectLinear } + _FalloffTex ("FallOff", 2D) = "white" { TexGen ObjectLinear } + } + + Subshader { + Tags { "RenderType"="Transparent-1" } + Pass { + ZWrite Off + Fog { Color (1, 1, 1) } + AlphaTest Greater 0 + ColorMask RGB + Blend DstColor Zero + Offset -1, -1 + SetTexture [_ShadowTex] { + combine texture, ONE - texture + Matrix [_Projector] + } + SetTexture [_FalloffTex] { + constantColor (1,1,1,0) + combine previous lerp (texture) constant + Matrix [_ProjectorClip] + } + } + } +} \ No newline at end of file diff --git a/Assets/Standard Assets/Projectors/Sources/Textures/Falloff.psd b/Assets/Standard Assets/Projectors/Sources/Textures/Falloff.psd new file mode 100644 index 0000000..2dea334 Binary files /dev/null and b/Assets/Standard Assets/Projectors/Sources/Textures/Falloff.psd differ diff --git a/Assets/Standard Assets/Projectors/Sources/Textures/Light.psd b/Assets/Standard Assets/Projectors/Sources/Textures/Light.psd new file mode 100644 index 0000000..dad13f8 Binary files /dev/null and b/Assets/Standard Assets/Projectors/Sources/Textures/Light.psd differ diff --git a/Assets/Standard Assets/Projectors/Sources/Textures/Shadow.psd b/Assets/Standard Assets/Projectors/Sources/Textures/Shadow.psd new file mode 100644 index 0000000..656dcb4 Binary files /dev/null and b/Assets/Standard Assets/Projectors/Sources/Textures/Shadow.psd differ diff --git a/Assets/Standard Assets/Projectors/Sources/Textures/grid.psd b/Assets/Standard Assets/Projectors/Sources/Textures/grid.psd new file mode 100644 index 0000000..89c45d6 Binary files /dev/null and b/Assets/Standard Assets/Projectors/Sources/Textures/grid.psd differ diff --git a/Assets/Standard Assets/Scripts/Camera Scripts/MouseOrbit.js b/Assets/Standard Assets/Scripts/Camera Scripts/MouseOrbit.js new file mode 100644 index 0000000..e5a3568 --- /dev/null +++ b/Assets/Standard Assets/Scripts/Camera Scripts/MouseOrbit.js @@ -0,0 +1,46 @@ +var target : Transform; +var distance = 10.0; + +var xSpeed = 250.0; +var ySpeed = 120.0; + +var yMinLimit = -20; +var yMaxLimit = 80; + +private var x = 0.0; +private var y = 0.0; + +@script AddComponentMenu("Camera-Control/Mouse Orbit") + +function Start () { + var angles = transform.eulerAngles; + x = angles.y; + y = angles.x; + + // Make the rigid body not change rotation + if (rigidbody) + rigidbody.freezeRotation = true; +} + +function LateUpdate () { + if (target) { + x += Input.GetAxis("Mouse X") * xSpeed * 0.02; + y -= Input.GetAxis("Mouse Y") * ySpeed * 0.02; + + y = ClampAngle(y, yMinLimit, yMaxLimit); + + var rotation = Quaternion.Euler(y, x, 0); + var position = rotation * Vector3(0.0, 0.0, -distance) + target.position; + + transform.rotation = rotation; + transform.position = position; + } +} + +static function ClampAngle (angle : float, min : float, max : float) { + if (angle < -360) + angle += 360; + if (angle > 360) + angle -= 360; + return Mathf.Clamp (angle, min, max); +} \ No newline at end of file diff --git a/Assets/Standard Assets/Scripts/Camera Scripts/SmoothFollow.js b/Assets/Standard Assets/Scripts/Camera Scripts/SmoothFollow.js new file mode 100644 index 0000000..8af7f59 --- /dev/null +++ b/Assets/Standard Assets/Scripts/Camera Scripts/SmoothFollow.js @@ -0,0 +1,57 @@ +/* +This camera smoothes out rotation around the y-axis and height. +Horizontal Distance to the target is always fixed. + +There are many different ways to smooth the rotation but doing it this way gives you a lot of control over how the camera behaves. + +For every of those smoothed values we calculate the wanted value and the current value. +Then we smooth it using the Lerp function. +Then we apply the smoothed values to the transform's position. +*/ + +// The target we are following +var target : Transform; +// The distance in the x-z plane to the target +var distance = 10.0; +// the height we want the camera to be above the target +var height = 5.0; +// How much we +var heightDamping = 2.0; +var rotationDamping = 3.0; + +// Place the script in the Camera-Control group in the component menu +@script AddComponentMenu("Camera-Control/Smooth Follow") + + +function LateUpdate () { + // Early out if we don't have a target + if (!target) + return; + + // Calculate the current rotation angles + var wantedRotationAngle = target.eulerAngles.y; + var wantedHeight = target.position.y + height; + + var currentRotationAngle = transform.eulerAngles.y; + var currentHeight = transform.position.y; + + // Damp the rotation around the y-axis + currentRotationAngle = Mathf.LerpAngle (currentRotationAngle, wantedRotationAngle, rotationDamping * Time.deltaTime); + + // Damp the height + currentHeight = Mathf.Lerp (currentHeight, wantedHeight, heightDamping * Time.deltaTime); + + // Convert the angle into a rotation + var currentRotation = Quaternion.Euler (0, currentRotationAngle, 0); + + // Set the position of the camera on the x-z plane to: + // distance meters behind the target + transform.position = target.position; + transform.position -= currentRotation * Vector3.forward * distance; + + // Set the height of the camera + transform.position.y = currentHeight; + + // Always look at the target + transform.LookAt (target); +} \ No newline at end of file diff --git a/Assets/Standard Assets/Scripts/Camera Scripts/SmoothLookAt.js b/Assets/Standard Assets/Scripts/Camera Scripts/SmoothLookAt.js new file mode 100644 index 0000000..65d4051 --- /dev/null +++ b/Assets/Standard Assets/Scripts/Camera Scripts/SmoothLookAt.js @@ -0,0 +1,27 @@ +var target : Transform; +var damping = 6.0; +var smooth = true; + +@script AddComponentMenu("Camera-Control/Smooth Look At") + +function LateUpdate () { + if (target) { + if (smooth) + { + // Look at and dampen the rotation + var rotation = Quaternion.LookRotation(target.position - transform.position); + transform.rotation = Quaternion.Slerp(transform.rotation, rotation, Time.deltaTime * damping); + } + else + { + // Just lookat + transform.LookAt(target); + } + } +} + +function Start () { + // Make the rigid body not change rotation + if (rigidbody) + rigidbody.freezeRotation = true; +} \ No newline at end of file diff --git a/Assets/Standard Assets/Scripts/General Scripts/ActivateTrigger.cs b/Assets/Standard Assets/Scripts/General Scripts/ActivateTrigger.cs new file mode 100644 index 0000000..f840d94 --- /dev/null +++ b/Assets/Standard Assets/Scripts/General Scripts/ActivateTrigger.cs @@ -0,0 +1,62 @@ +using UnityEngine; + +public class ActivateTrigger : MonoBehaviour { + public enum Mode { + Trigger = 0, // Just broadcast the action on to the target + Replace = 1, // replace target with source + Activate = 2, // Activate the target GameObject + Enable = 3, // Enable a component + Animate = 4, // Start animation on target + Deactivate= 5 // Decativate target GameObject + } + + /// The action to accomplish + public Mode action = Mode.Activate; + + /// The game object to affect. If none, the trigger work on this game object + public Object target; + public GameObject source; + public int triggerCount = 1;/// + public bool repeatTrigger = false; + + void DoActivateTrigger () { + triggerCount--; + + if (triggerCount == 0 || repeatTrigger) { + Object currentTarget = target != null ? target : gameObject; + Behaviour targetBehaviour = currentTarget as Behaviour; + GameObject targetGameObject = currentTarget as GameObject; + if (targetBehaviour != null) + targetGameObject = targetBehaviour.gameObject; + + switch (action) { + case Mode.Trigger: + targetGameObject.BroadcastMessage ("DoActivateTrigger"); + break; + case Mode.Replace: + if (source != null) { + Object.Instantiate (source, targetGameObject.transform.position, targetGameObject.transform.rotation); + DestroyObject (targetGameObject); + } + break; + case Mode.Activate: + targetGameObject.active = true; + break; + case Mode.Enable: + if (targetBehaviour != null) + targetBehaviour.enabled = true; + break; + case Mode.Animate: + targetGameObject.animation.Play (); + break; + case Mode.Deactivate: + targetGameObject.active = false; + break; + } + } + } + + void OnTriggerEnter (Collider other) { + DoActivateTrigger (); + } +} \ No newline at end of file diff --git a/Assets/Standard Assets/Scripts/General Scripts/DragRigidbody.js b/Assets/Standard Assets/Scripts/General Scripts/DragRigidbody.js new file mode 100644 index 0000000..b1aa5a4 --- /dev/null +++ b/Assets/Standard Assets/Scripts/General Scripts/DragRigidbody.js @@ -0,0 +1,81 @@ +var spring = 50.0; +var damper = 5.0; +var drag = 10.0; +var angularDrag = 5.0; +var distance = 0.2; +var attachToCenterOfMass = false; + +private var springJoint : SpringJoint; + +function Update () +{ + // Make sure the user pressed the mouse down + if (!Input.GetMouseButtonDown (0)) + return; + + var mainCamera = FindCamera(); + + // We need to actually hit an object + var hit : RaycastHit; + if (!Physics.Raycast(mainCamera.ScreenPointToRay(Input.mousePosition), hit, 100)) + return; + // We need to hit a rigidbody that is not kinematic + if (!hit.rigidbody || hit.rigidbody.isKinematic) + return; + + if (!springJoint) + { + var go = new GameObject("Rigidbody dragger"); + var body : Rigidbody = go.AddComponent ("Rigidbody") as Rigidbody; + springJoint = go.AddComponent ("SpringJoint"); + body.isKinematic = true; + } + + springJoint.transform.position = hit.point; + if (attachToCenterOfMass) + { + var anchor = transform.TransformDirection(hit.rigidbody.centerOfMass) + hit.rigidbody.transform.position; + anchor = springJoint.transform.InverseTransformPoint(anchor); + springJoint.anchor = anchor; + } + else + { + springJoint.anchor = Vector3.zero; + } + + springJoint.spring = spring; + springJoint.damper = damper; + springJoint.maxDistance = distance; + springJoint.connectedBody = hit.rigidbody; + + StartCoroutine ("DragObject", hit.distance); +} + +function DragObject (distance : float) +{ + var oldDrag = springJoint.connectedBody.drag; + var oldAngularDrag = springJoint.connectedBody.angularDrag; + springJoint.connectedBody.drag = drag; + springJoint.connectedBody.angularDrag = angularDrag; + var mainCamera = FindCamera(); + while (Input.GetMouseButton (0)) + { + var ray = mainCamera.ScreenPointToRay (Input.mousePosition); + springJoint.transform.position = ray.GetPoint(distance); + yield; + } + if (springJoint.connectedBody) + { + springJoint.connectedBody.drag = oldDrag; + springJoint.connectedBody.angularDrag = oldAngularDrag; + springJoint.connectedBody = null; + } +} + +function FindCamera () +{ + if (camera) + return camera; + else + return Camera.main; +} \ No newline at end of file diff --git a/Assets/Standard Assets/Scripts/General Scripts/ScoreSkin.guiskin b/Assets/Standard Assets/Scripts/General Scripts/ScoreSkin.guiskin new file mode 100644 index 0000000..2010389 Binary files /dev/null and b/Assets/Standard Assets/Scripts/General Scripts/ScoreSkin.guiskin differ diff --git a/Assets/Standard Assets/Scripts/Utility Scripts/CombineChildren.cs b/Assets/Standard Assets/Scripts/Utility Scripts/CombineChildren.cs new file mode 100644 index 0000000..75296c6 --- /dev/null +++ b/Assets/Standard Assets/Scripts/Utility Scripts/CombineChildren.cs @@ -0,0 +1,87 @@ +using UnityEngine; +using System.Collections; +/* +Attach this script as a parent to some game objects. The script will then combine the meshes at startup. +This is useful as a performance optimization since it is faster to render one big mesh than many small meshes. See the docs on graphics performance optimization for more info. + +Different materials will cause multiple meshes to be created, thus it is useful to share as many textures/material as you can. +*/ + +[AddComponentMenu("Mesh/Combine Children")] +public class CombineChildren : MonoBehaviour { + + /// Usually rendering with triangle strips is faster. + /// However when combining objects with very low triangle counts, it can be faster to use triangles. + /// Best is to try out which value is faster in practice. + public bool generateTriangleStrips = true; + + /// This option has a far longer preprocessing time at startup but leads to better runtime performance. + void Start () { + Component[] filters = GetComponentsInChildren(typeof(MeshFilter)); + Matrix4x4 myTransform = transform.worldToLocalMatrix; + Hashtable materialToMesh= new Hashtable(); + + for (int i=0;i + + + + + + + \ No newline at end of file diff --git a/sysinfo.txt b/sysinfo.txt new file mode 100644 index 0000000..85a165d --- /dev/null +++ b/sysinfo.txt @@ -0,0 +1,51 @@ +System: + OS: Windows 7 Service Pack 1 (6.1.7601) 64bit + CPU: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz, count: 4 + Physical RAM: 8153 MB + Addressable RAM: 2048 MB + +D3D9: + Renderer: NVIDIA GeForce GTX 660 Ti + VendorID: 10de + Driver: nvd3dum.dll 9.18.13.1106 + VRAM: 1994 (via DXGI) + +OpenGL: + Version: 4.3.0 + Vendor: NVIDIA Corporation + Renderer: GeForce GTX 660 Ti/PCIe/SSE2 + VRAM: 1994 (via DXGI) + Extensions: GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_blend_func_extended GL_ARB_clear_buffer_object GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counters GL_ARB_shader_bit_encoding GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_store GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_texture_type_2_10_10_10_REV GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_debug GL_KTX_buffer_region GL_NV_alpha_test GL_NV_bindless_texture GL_NV_blend_minmax GL_NV_blend_square GL_NV_complex_primitives GL_NV_compute_program5 GL_NV_conditional_render GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_ES1_1_compatibility GL_NV_explicit_multisample GL_NV_fbo_color_attachments GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragdepth GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_gpu_program4 GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_expand_normal GL_NV_texture_lod_clamp GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render GL_NVX_gpu_memory_info GL_OES_compressed_paletted_texture GL_OES_depth24 GL_OES_depth32 GL_OES_depth_texture GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_point_size_array GL_OES_point_sprite GL_OES_rgb8_rgba8 GL_OES_read_format GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object GL_OES_vertex_half_float GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control + +User locale: en-US +System locale: en-US + +Running processes: +iusb3mon.exe (3200) + path: C:\Program Files (x86)\Intel\Intel(R) USB 3.0 eXtensible Host Controller Driver\Application\iusb3mon.exe + company: Intel Corporation + product: Intel(R) USB 3.0 Monitor + filedesc: Intel(R) USB 3.0 Monitor + filever: 1.0.0.120 + prodver: 1.0.0.120 +IAStorIcon.exe (4564) + path: C:\Program Files (x86)\Intel\Intel(R) Rapid Storage Technology\IAStorIcon.exe + company: Intel Corporation + product: IAStorIcon + filedesc: IAStorIcon + filever: 11.1.0.1006 + prodver: 11.1.0.1006 +Steam.exe (956) + path: F:\Program Files (x86)\Steam\Steam.exe + company: Valve Corporation + product: Steam Client Bootstrapper + filedesc: Steam Client Bootstrapper (buildbot_winslave04_steam_steam_rel_client_win32@winslave04) + filever: 1.71.93.25 + prodver: 1.0.0.1 +UnityBugReporter.exe (5092) + path: F:\Program Files (x86)\Unity\Editor\UnityBugReporter.exe + company: Unity Technologies ApS + product: Unity Bug Reporter + filedesc: Unity Bug Reporter + filever: 4.0.1.62181 + prodver: 4.0.1.62181