SM_Wall_Thick_Curved_Base_01.fbx 432 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309
  1. ; FBX 7.5.0 project file
  2. ; Copyright (C) 1997-2010 Autodesk Inc. and/or its licensors.
  3. ; All rights reserved.
  4. ; ----------------------------------------------------
  5. FBXHeaderExtension: {
  6. FBXHeaderVersion: 1003
  7. FBXVersion: 7500
  8. CreationTimeStamp: {
  9. Version: 1000
  10. Year: 2021
  11. Month: 4
  12. Day: 5
  13. Hour: 13
  14. Minute: 32
  15. Second: 28
  16. Millisecond: 831
  17. }
  18. Creator: "FBX SDK/FBX Plugins version 2016.1.2"
  19. SceneInfo: "SceneInfo::GlobalInfo", "UserData" {
  20. Type: "UserData"
  21. Version: 100
  22. MetaData: {
  23. Version: 100
  24. Title: ""
  25. Subject: ""
  26. Author: ""
  27. Keywords: ""
  28. Revision: ""
  29. Comment: ""
  30. }
  31. Properties70: {
  32. P: "DocumentUrl", "KString", "Url", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\Source_NEW\SM_Wall_Thick_Curved_Base_01.fbx"
  33. P: "SrcDocumentUrl", "KString", "Url", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\Source_NEW\SM_Wall_Thick_Curved_Base_01.fbx"
  34. P: "Original", "Compound", "", ""
  35. P: "Original|ApplicationVendor", "KString", "", "", "Autodesk"
  36. P: "Original|ApplicationName", "KString", "", "", "Maya LT"
  37. P: "Original|ApplicationVersion", "KString", "", "", "2016"
  38. P: "Original|DateTime_GMT", "DateTime", "", "", "05/04/2021 10:32:28.830"
  39. P: "Original|FileName", "KString", "", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\Source_NEW\SM_Wall_Thick_Curved_Base_01.fbx"
  40. P: "LastSaved", "Compound", "", ""
  41. P: "LastSaved|ApplicationVendor", "KString", "", "", "Autodesk"
  42. P: "LastSaved|ApplicationName", "KString", "", "", "Maya LT"
  43. P: "LastSaved|ApplicationVersion", "KString", "", "", "2016"
  44. P: "LastSaved|DateTime_GMT", "DateTime", "", "", "05/04/2021 10:32:28.830"
  45. P: "Original|ApplicationActiveProject", "KString", "", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel"
  46. P: "Original|ApplicationNativeFile", "KString", "", "", "A:\Lordenfel\Maya\Lordenfel_10_Unity_EXPORT.mlt"
  47. }
  48. }
  49. }
  50. GlobalSettings: {
  51. Version: 1000
  52. Properties70: {
  53. P: "UpAxis", "int", "Integer", "",1
  54. P: "UpAxisSign", "int", "Integer", "",1
  55. P: "FrontAxis", "int", "Integer", "",2
  56. P: "FrontAxisSign", "int", "Integer", "",1
  57. P: "CoordAxis", "int", "Integer", "",0
  58. P: "CoordAxisSign", "int", "Integer", "",1
  59. P: "OriginalUpAxis", "int", "Integer", "",1
  60. P: "OriginalUpAxisSign", "int", "Integer", "",1
  61. P: "UnitScaleFactor", "double", "Number", "",1
  62. P: "OriginalUnitScaleFactor", "double", "Number", "",1
  63. P: "AmbientColor", "ColorRGB", "Color", "",0,0,0
  64. P: "DefaultCamera", "KString", "", "", "Producer Perspective"
  65. P: "TimeMode", "enum", "", "",6
  66. P: "TimeProtocol", "enum", "", "",2
  67. P: "SnapOnFrameMode", "enum", "", "",0
  68. P: "TimeSpanStart", "KTime", "Time", "",1539538600
  69. P: "TimeSpanStop", "KTime", "Time", "",92372316000
  70. P: "CustomFrameRate", "double", "Number", "",-1
  71. P: "TimeMarker", "Compound", "", ""
  72. P: "CurrentTimeMarker", "int", "Integer", "",-1
  73. }
  74. }
  75. ; Documents Description
  76. ;------------------------------------------------------------------
  77. Documents: {
  78. Count: 1
  79. Document: 2271771984816, "", "Scene" {
  80. Properties70: {
  81. P: "SourceObject", "object", "", ""
  82. P: "ActiveAnimStackName", "KString", "", "", "Take 001"
  83. }
  84. RootNode: 0
  85. }
  86. }
  87. ; Document References
  88. ;------------------------------------------------------------------
  89. References: {
  90. }
  91. ; Object definitions
  92. ;------------------------------------------------------------------
  93. Definitions: {
  94. Version: 100
  95. Count: 53
  96. ObjectType: "GlobalSettings" {
  97. Count: 1
  98. }
  99. ObjectType: "AnimationStack" {
  100. Count: 1
  101. PropertyTemplate: "FbxAnimStack" {
  102. Properties70: {
  103. P: "Description", "KString", "", "", ""
  104. P: "LocalStart", "KTime", "Time", "",0
  105. P: "LocalStop", "KTime", "Time", "",0
  106. P: "ReferenceStart", "KTime", "Time", "",0
  107. P: "ReferenceStop", "KTime", "Time", "",0
  108. }
  109. }
  110. }
  111. ObjectType: "AnimationLayer" {
  112. Count: 1
  113. PropertyTemplate: "FbxAnimLayer" {
  114. Properties70: {
  115. P: "Weight", "Number", "", "A",100
  116. P: "Mute", "bool", "", "",0
  117. P: "Solo", "bool", "", "",0
  118. P: "Lock", "bool", "", "",0
  119. P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8
  120. P: "BlendMode", "enum", "", "",0
  121. P: "RotationAccumulationMode", "enum", "", "",0
  122. P: "ScaleAccumulationMode", "enum", "", "",0
  123. P: "BlendModeBypass", "ULongLong", "", "",0
  124. }
  125. }
  126. }
  127. ObjectType: "NodeAttribute" {
  128. Count: 1
  129. PropertyTemplate: "FbxNull" {
  130. Properties70: {
  131. P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8
  132. P: "Size", "double", "Number", "",100
  133. P: "Look", "enum", "", "",1
  134. }
  135. }
  136. }
  137. ObjectType: "Model" {
  138. Count: 22
  139. PropertyTemplate: "FbxNode" {
  140. Properties70: {
  141. P: "QuaternionInterpolate", "enum", "", "",0
  142. P: "RotationOffset", "Vector3D", "Vector", "",0,0,0
  143. P: "RotationPivot", "Vector3D", "Vector", "",0,0,0
  144. P: "ScalingOffset", "Vector3D", "Vector", "",0,0,0
  145. P: "ScalingPivot", "Vector3D", "Vector", "",0,0,0
  146. P: "TranslationActive", "bool", "", "",0
  147. P: "TranslationMin", "Vector3D", "Vector", "",0,0,0
  148. P: "TranslationMax", "Vector3D", "Vector", "",0,0,0
  149. P: "TranslationMinX", "bool", "", "",0
  150. P: "TranslationMinY", "bool", "", "",0
  151. P: "TranslationMinZ", "bool", "", "",0
  152. P: "TranslationMaxX", "bool", "", "",0
  153. P: "TranslationMaxY", "bool", "", "",0
  154. P: "TranslationMaxZ", "bool", "", "",0
  155. P: "RotationOrder", "enum", "", "",0
  156. P: "RotationSpaceForLimitOnly", "bool", "", "",0
  157. P: "RotationStiffnessX", "double", "Number", "",0
  158. P: "RotationStiffnessY", "double", "Number", "",0
  159. P: "RotationStiffnessZ", "double", "Number", "",0
  160. P: "AxisLen", "double", "Number", "",10
  161. P: "PreRotation", "Vector3D", "Vector", "",0,0,0
  162. P: "PostRotation", "Vector3D", "Vector", "",0,0,0
  163. P: "RotationActive", "bool", "", "",0
  164. P: "RotationMin", "Vector3D", "Vector", "",0,0,0
  165. P: "RotationMax", "Vector3D", "Vector", "",0,0,0
  166. P: "RotationMinX", "bool", "", "",0
  167. P: "RotationMinY", "bool", "", "",0
  168. P: "RotationMinZ", "bool", "", "",0
  169. P: "RotationMaxX", "bool", "", "",0
  170. P: "RotationMaxY", "bool", "", "",0
  171. P: "RotationMaxZ", "bool", "", "",0
  172. P: "InheritType", "enum", "", "",0
  173. P: "ScalingActive", "bool", "", "",0
  174. P: "ScalingMin", "Vector3D", "Vector", "",0,0,0
  175. P: "ScalingMax", "Vector3D", "Vector", "",1,1,1
  176. P: "ScalingMinX", "bool", "", "",0
  177. P: "ScalingMinY", "bool", "", "",0
  178. P: "ScalingMinZ", "bool", "", "",0
  179. P: "ScalingMaxX", "bool", "", "",0
  180. P: "ScalingMaxY", "bool", "", "",0
  181. P: "ScalingMaxZ", "bool", "", "",0
  182. P: "GeometricTranslation", "Vector3D", "Vector", "",0,0,0
  183. P: "GeometricRotation", "Vector3D", "Vector", "",0,0,0
  184. P: "GeometricScaling", "Vector3D", "Vector", "",1,1,1
  185. P: "MinDampRangeX", "double", "Number", "",0
  186. P: "MinDampRangeY", "double", "Number", "",0
  187. P: "MinDampRangeZ", "double", "Number", "",0
  188. P: "MaxDampRangeX", "double", "Number", "",0
  189. P: "MaxDampRangeY", "double", "Number", "",0
  190. P: "MaxDampRangeZ", "double", "Number", "",0
  191. P: "MinDampStrengthX", "double", "Number", "",0
  192. P: "MinDampStrengthY", "double", "Number", "",0
  193. P: "MinDampStrengthZ", "double", "Number", "",0
  194. P: "MaxDampStrengthX", "double", "Number", "",0
  195. P: "MaxDampStrengthY", "double", "Number", "",0
  196. P: "MaxDampStrengthZ", "double", "Number", "",0
  197. P: "PreferedAngleX", "double", "Number", "",0
  198. P: "PreferedAngleY", "double", "Number", "",0
  199. P: "PreferedAngleZ", "double", "Number", "",0
  200. P: "LookAtProperty", "object", "", ""
  201. P: "UpVectorProperty", "object", "", ""
  202. P: "Show", "bool", "", "",1
  203. P: "NegativePercentShapeSupport", "bool", "", "",1
  204. P: "DefaultAttributeIndex", "int", "Integer", "",-1
  205. P: "Freeze", "bool", "", "",0
  206. P: "LODBox", "bool", "", "",0
  207. P: "Lcl Translation", "Lcl Translation", "", "A",0,0,0
  208. P: "Lcl Rotation", "Lcl Rotation", "", "A",0,0,0
  209. P: "Lcl Scaling", "Lcl Scaling", "", "A",1,1,1
  210. P: "Visibility", "Visibility", "", "A",1
  211. P: "Visibility Inheritance", "Visibility Inheritance", "", "",1
  212. }
  213. }
  214. }
  215. ObjectType: "Geometry" {
  216. Count: 21
  217. PropertyTemplate: "FbxMesh" {
  218. Properties70: {
  219. P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8
  220. P: "BBoxMin", "Vector3D", "Vector", "",0,0,0
  221. P: "BBoxMax", "Vector3D", "Vector", "",0,0,0
  222. P: "Primary Visibility", "bool", "", "",1
  223. P: "Casts Shadows", "bool", "", "",1
  224. P: "Receive Shadows", "bool", "", "",1
  225. }
  226. }
  227. }
  228. ObjectType: "Material" {
  229. Count: 2
  230. PropertyTemplate: "FbxSurfacePhong" {
  231. Properties70: {
  232. P: "ShadingModel", "KString", "", "", "Phong"
  233. P: "MultiLayer", "bool", "", "",0
  234. P: "EmissiveColor", "Color", "", "A",0,0,0
  235. P: "EmissiveFactor", "Number", "", "A",1
  236. P: "AmbientColor", "Color", "", "A",0.2,0.2,0.2
  237. P: "AmbientFactor", "Number", "", "A",1
  238. P: "DiffuseColor", "Color", "", "A",0.8,0.8,0.8
  239. P: "DiffuseFactor", "Number", "", "A",1
  240. P: "Bump", "Vector3D", "Vector", "",0,0,0
  241. P: "NormalMap", "Vector3D", "Vector", "",0,0,0
  242. P: "BumpFactor", "double", "Number", "",1
  243. P: "TransparentColor", "Color", "", "A",0,0,0
  244. P: "TransparencyFactor", "Number", "", "A",0
  245. P: "DisplacementColor", "ColorRGB", "Color", "",0,0,0
  246. P: "DisplacementFactor", "double", "Number", "",1
  247. P: "VectorDisplacementColor", "ColorRGB", "Color", "",0,0,0
  248. P: "VectorDisplacementFactor", "double", "Number", "",1
  249. P: "SpecularColor", "Color", "", "A",0.2,0.2,0.2
  250. P: "SpecularFactor", "Number", "", "A",1
  251. P: "ShininessExponent", "Number", "", "A",20
  252. P: "ReflectionColor", "Color", "", "A",0,0,0
  253. P: "ReflectionFactor", "Number", "", "A",1
  254. }
  255. }
  256. }
  257. ObjectType: "Texture" {
  258. Count: 2
  259. PropertyTemplate: "FbxFileTexture" {
  260. Properties70: {
  261. P: "TextureTypeUse", "enum", "", "",0
  262. P: "Texture alpha", "Number", "", "A",1
  263. P: "CurrentMappingType", "enum", "", "",0
  264. P: "WrapModeU", "enum", "", "",0
  265. P: "WrapModeV", "enum", "", "",0
  266. P: "UVSwap", "bool", "", "",0
  267. P: "PremultiplyAlpha", "bool", "", "",1
  268. P: "Translation", "Vector", "", "A",0,0,0
  269. P: "Rotation", "Vector", "", "A",0,0,0
  270. P: "Scaling", "Vector", "", "A",1,1,1
  271. P: "TextureRotationPivot", "Vector3D", "Vector", "",0,0,0
  272. P: "TextureScalingPivot", "Vector3D", "Vector", "",0,0,0
  273. P: "CurrentTextureBlendMode", "enum", "", "",1
  274. P: "UVSet", "KString", "", "", "default"
  275. P: "UseMaterial", "bool", "", "",0
  276. P: "UseMipMap", "bool", "", "",0
  277. }
  278. }
  279. }
  280. ObjectType: "Video" {
  281. Count: 2
  282. PropertyTemplate: "FbxVideo" {
  283. Properties70: {
  284. P: "ImageSequence", "bool", "", "",0
  285. P: "ImageSequenceOffset", "int", "Integer", "",0
  286. P: "FrameRate", "double", "Number", "",0
  287. P: "LastFrame", "int", "Integer", "",0
  288. P: "Width", "int", "Integer", "",0
  289. P: "Height", "int", "Integer", "",0
  290. P: "Path", "KString", "XRefUrl", "", ""
  291. P: "StartFrame", "int", "Integer", "",0
  292. P: "StopFrame", "int", "Integer", "",0
  293. P: "PlaySpeed", "double", "Number", "",0
  294. P: "Offset", "KTime", "Time", "",0
  295. P: "InterlaceMode", "enum", "", "",0
  296. P: "FreeRunning", "bool", "", "",0
  297. P: "Loop", "bool", "", "",0
  298. P: "AccessMode", "enum", "", "",0
  299. }
  300. }
  301. }
  302. }
  303. ; Object properties
  304. ;------------------------------------------------------------------
  305. Objects: {
  306. NodeAttribute: 2267387873424, "NodeAttribute::", "Null" {
  307. Properties70: {
  308. P: "Look", "enum", "", "",0
  309. }
  310. TypeFlags: "Null"
  311. }
  312. Geometry: 2267733799072, "Geometry::", "Mesh" {
  313. Vertices: *24 {
  314. a: 328.580078125,600,-428.44189453125,429.4443359375,1200,-278.137451171875,238.44140625,600,-333.326171875,311.720703125,1200,-221.181884765625,429.4443359375,600,-278.137451171875,328.580078125,1200,-428.44189453125,311.720703125,600,-221.181884765625,238.44140625,1200,-333.326171875
  315. }
  316. PolygonVertexIndex: *24 {
  317. a: 1,4,0,-6,7,2,6,-4,1,5,7,-4,0,4,6,-3,1,3,6,-5,7,5,0,-3
  318. }
  319. Edges: *12 {
  320. a: 1,3,0,7,4,11,15,13,2,9,6,5
  321. }
  322. GeometryVersion: 124
  323. LayerElementNormal: 0 {
  324. Version: 102
  325. Name: ""
  326. MappingInformationType: "ByVertice"
  327. ReferenceInformationType: "Direct"
  328. Normals: *24 {
  329. a: 0.274677932262421,-0.144383028149605,-0.950634300708771,0.98598849773407,0.14626707136631,0.0802043154835701,-0.979812145233154,-0.183346062898636,-0.0797019153833389,-0.273018807172775,0.180664509534836,0.944892108440399,0.98598849773407,-0.14626707136631,0.0802043154835701,0.274677932262421,0.144383028149605,-0.950634300708771,-0.273018807172775,-0.180664479732513,0.944892108440399,-0.979812145233154,0.183346077799797,-0.0797019153833389
  330. }
  331. NormalsW: *8 {
  332. a: 1,1,1,1,1,1,1,1
  333. }
  334. }
  335. LayerElementBinormal: 0 {
  336. Version: 102
  337. Name: "map1"
  338. MappingInformationType: "ByPolygonVertex"
  339. ReferenceInformationType: "Direct"
  340. Binormals: *72 {
  341. a: -0.154182285070419,0.982610106468201,0.103466548025608,0.154182285070419,0.982610106468201,-0.103466548025608,0.155412063002586,0.98232901096344,-0.104291811585426,-0.155412063002586,0.98232901096344,0.104291811585426,0.192341044545174,0.973246514797211,-0.125682890415192,-0.192341029644012,0.973246514797211,0.12568287551403,-0.0469726733863354,0.983539462089539,0.17448154091835,0.046972680836916,0.983539402484894,-0.174481555819511,-0.106498196721077,0.922012329101563,-0.372224897146225,-0.0576676838099957,-0.984408557415009,-0.166175276041031,-0.128835201263428,-0.883920907974243,-0.44953915476799,-0.0479780770838261,0.978428065776825,-0.200939491391182,0.0576676689088345,-0.984408557415009,0.166175276041031,0.106498196721077,0.922012388706207,0.372224986553192,0.0479780547320843,0.978428065776825,0.20093946158886,0.128835186362267,-0.883920907974243,0.449539184570313,-0.121916353702545,0.960018515586853,-0.25199356675148,0.046972680836916,0.983539402484894,-0.174481555819511,-0.0469726733863354,0.983539462089539,0.17448154091835,0.121916353702545,0.960018515586853,0.25199356675148,0.168958857655525,0.972530364990234,0.160117864608765,0.219745203852654,0.953071534633636,0.208246737718582,-0.219745203852654,0.953071534633636,-0.208246737718582,-0.168958842754364,0.972530364990234,-0.160117849707603
  342. }
  343. BinormalsW: *24 {
  344. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  345. }
  346. }
  347. LayerElementTangent: 0 {
  348. Version: 102
  349. Name: "map1"
  350. MappingInformationType: "ByPolygonVertex"
  351. ReferenceInformationType: "Direct"
  352. Tangents: *72 {
  353. a: 0.0636758953332901,0.114382915198803,-0.99139392375946,0.0636758953332901,-0.114382915198803,-0.99139392375946,-0.94889372587204,0.119093395769596,-0.292263001203537,-0.94889372587204,-0.119093395769596,-0.292263001203537,-0.0545261614024639,0.138475567102432,0.988863706588745,-0.0545261614024639,-0.138475552201271,0.988863706588745,0.960861265659332,-0.00325262872502208,0.277011036872864,0.960861206054688,0.00325262872502208,0.277011036872864,0.128393352031708,-0.358467876911163,-0.92467075586319,0.959805428981781,-0.100465565919876,0.262069076299667,0.152871370315552,0.430195510387421,-0.889697849750519,0.96081155538559,0.100194364786148,0.258461326360703,0.959805428981781,0.100465551018715,0.262069076299667,0.128393366932869,0.358467936515808,-0.924670696258545,0.96081155538559,-0.100194334983826,0.258461326360703,0.152871400117874,-0.430195540189743,-0.889697849750519,0.113855816423893,-0.238684564828873,-0.964399576187134,0.960861206054688,0.00325262872502208,0.277011036872864,0.960861265659332,-0.00325262872502208,0.277011036872864,0.113855816423893,0.238684564828873,-0.964399576187134,-0.106869503855705,-0.143419086933136,0.983875036239624,-0.936089754104614,0.266098111867905,-0.230060234665871,-0.936089754104614,-0.266098111867905,-0.230060234665871,-0.106869503855705,0.143419072031975,0.983875036239624
  354. }
  355. TangentsW: *24 {
  356. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  357. }
  358. }
  359. LayerElementUV: 0 {
  360. Version: 101
  361. Name: "map1"
  362. MappingInformationType: "ByPolygonVertex"
  363. ReferenceInformationType: "IndexToDirect"
  364. UV: *44 {
  365. a: 0.00959655176848173,0.990196049213409,0.00959655176848173,0.00980386231094599,0.215432330965996,0.00980386231094599,0.215432330965996,0.990196049213409,0.23879012465477,0.990196049213409,0.23879012465477,0.00980386231094599,0.355288296937943,0.00980386231094599,0.355288296937943,0.990196049213409,0.772254645824432,0.0484199374914169,0.634124636650085,0.254255712032318,0.563217580318451,0.183349058032036,0.679715752601624,0.00980386231094599,0.831113576889038,0.273798108100891,0.969243586063385,0.479633897542953,0.876704692840576,0.518249988555908,0.760206520557404,0.344704777002335,0.447827160358429,0.990196049213409,0.447827160358429,0.00980386231094599,0.54061359167099,0.990196049213409,0.469706922769547,0.990196049213409,0.469706922769547,0.00980386231094599,0.54061359167099,0.00980386231094599
  366. }
  367. UVIndex: *24 {
  368. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,7,6,17,18,19,20,21
  369. }
  370. }
  371. LayerElementSmoothing: 0 {
  372. Version: 102
  373. Name: ""
  374. MappingInformationType: "ByEdge"
  375. ReferenceInformationType: "Direct"
  376. Smoothing: *12 {
  377. a: 1,1,1,1,1,1,1,1,1,1,1,1
  378. }
  379. }
  380. LayerElementMaterial: 0 {
  381. Version: 101
  382. Name: ""
  383. MappingInformationType: "AllSame"
  384. ReferenceInformationType: "IndexToDirect"
  385. Materials: *1 {
  386. a: 0
  387. }
  388. }
  389. Layer: 0 {
  390. Version: 100
  391. LayerElement: {
  392. Type: "LayerElementNormal"
  393. TypedIndex: 0
  394. }
  395. LayerElement: {
  396. Type: "LayerElementBinormal"
  397. TypedIndex: 0
  398. }
  399. LayerElement: {
  400. Type: "LayerElementTangent"
  401. TypedIndex: 0
  402. }
  403. LayerElement: {
  404. Type: "LayerElementMaterial"
  405. TypedIndex: 0
  406. }
  407. LayerElement: {
  408. Type: "LayerElementSmoothing"
  409. TypedIndex: 0
  410. }
  411. LayerElement: {
  412. Type: "LayerElementUV"
  413. TypedIndex: 0
  414. }
  415. }
  416. }
  417. Geometry: 2267733784224, "Geometry::", "Mesh" {
  418. Vertices: *24 {
  419. a: 177.841796875,600,-529.08251953125,327.984375,1200,-429.036376953125,129.056640625,600,-408.3408203125,238.068359375,1200,-333.705078125,327.984375,600,-429.036376953125,177.841796875,1200,-529.08251953125,238.068359375,600,-333.705078125,129.056640625,1200,-408.3408203125
  420. }
  421. PolygonVertexIndex: *24 {
  422. a: 1,4,0,-6,7,2,6,-4,1,5,7,-4,0,4,6,-3,1,3,6,-5,7,5,0,-3
  423. }
  424. Edges: *12 {
  425. a: 1,3,0,7,4,11,15,13,2,9,6,5
  426. }
  427. GeometryVersion: 124
  428. LayerElementNormal: 0 {
  429. Version: 102
  430. Name: ""
  431. MappingInformationType: "ByVertice"
  432. ReferenceInformationType: "Direct"
  433. Normals: *24 {
  434. a: -0.102399557828903,-0.143936112523079,-0.984274685382843,0.945605993270874,0.14443926513195,-0.291490167379379,-0.939510405063629,-0.182881087064743,0.289611130952835,0.10177381336689,0.180689260363579,0.978260397911072,0.945605993270874,-0.14443926513195,-0.291490167379379,-0.102399557828903,0.143936112523079,-0.984274685382843,0.10177381336689,-0.180689260363579,0.978260397911072,-0.939510405063629,0.182881087064743,0.289611130952835
  435. }
  436. NormalsW: *8 {
  437. a: 1,1,1,1,1,1,1,1
  438. }
  439. }
  440. LayerElementBinormal: 0 {
  441. Version: 102
  442. Name: "map1"
  443. MappingInformationType: "ByPolygonVertex"
  444. ReferenceInformationType: "Direct"
  445. Binormals: *72 {
  446. a: -0.157203763723373,0.987348794937134,-0.0207241531461477,0.157203763723373,0.987348794937134,0.0207241494208574,0.102883145213127,0.982637166976929,-0.154400154948235,-0.102883145213127,0.982637166976929,0.154400154948235,0.175268530845642,0.983133673667908,-0.0522422827780247,-0.175268530845642,0.983133673667908,0.0522422827780247,-0.132367625832558,0.972162902355194,0.193333953619003,0.132367625832558,0.972162902355194,-0.193333953619003,-0.163600951433182,0.985617935657501,-0.0423345565795898,-0.499066203832626,-0.863369822502136,-0.0743348747491837,-0.206646338105202,-0.976954698562622,-0.0534504391252995,-0.365620493888855,0.921336770057678,-0.132137686014175,-0.499066203832626,0.863369822502136,-0.0743348747491837,-0.163600951433182,-0.985617935657501,-0.0423345565795898,-0.365620493888855,-0.921336770057678,-0.132137686014175,-0.206646338105202,0.976954698562622,-0.0534504391252995,-0.157203763723373,0.987348794937134,-0.0207241531461477,-0.171408459544182,0.971844434738159,-0.16167163848877,0.171408459544182,0.971844434738159,0.16167163848877,0.157203763723373,0.987348794937134,0.0207241494208574,0.175268530845642,0.983133673667908,-0.0522422827780247,0.27487987279892,0.95504230260849,0.111064001917839,-0.27487987279892,0.95504230260849,-0.111064001917839,-0.175268530845642,0.983133673667908,0.0522422827780247
  447. }
  448. BinormalsW: *24 {
  449. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  450. }
  451. }
  452. LayerElementTangent: 0 {
  453. Version: 102
  454. Name: "map1"
  455. MappingInformationType: "ByPolygonVertex"
  456. ReferenceInformationType: "Direct"
  457. Tangents: *72 {
  458. a: -0.284809023141861,-0.0654202252626419,-0.956349313259125,-0.284809052944183,0.0654202252626419,-0.956349313259125,-0.989408612251282,0.117075763642788,0.0858129560947418,-0.989408612251282,-0.117075763642788,0.0858129560947418,0.294280558824539,-0.00167754874564707,0.955717623233795,0.294280558824539,0.00167754874564707,0.955717623233795,0.98596203327179,0.149166360497475,-0.0750232711434364,0.98596203327179,-0.149166360497475,-0.0750232711434364,-0.28118309378624,-0.0877198651432991,-0.955636620521545,0.860492467880249,-0.483606308698654,-0.160242557525635,-0.273161858320236,0.110064320266247,-0.955650806427002,0.925183057785034,0.344223886728287,-0.159831792116165,-0.860492467880249,-0.483606308698654,0.160242557525635,0.28118309378624,-0.0877198651432991,0.955636620521545,-0.925183057785034,0.344223886728287,0.159831792116165,0.273161858320236,0.110064320266247,0.955650806427002,-0.284809023141861,-0.0654202252626419,-0.956349313259125,0.979929208755493,0.151228159666061,-0.129880040884018,0.979929208755493,-0.151228159666061,-0.129880040884018,-0.284809052944183,0.0654202252626419,-0.956349313259125,0.294280558824539,-0.00167754874564707,0.955717623233795,-0.956010103225708,0.259184390306473,0.13736118376255,-0.956010103225708,-0.259184390306473,0.13736118376255,0.294280558824539,0.00167754874564707,0.955717623233795
  459. }
  460. TangentsW: *24 {
  461. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  462. }
  463. }
  464. LayerElementUV: 0 {
  465. Version: 101
  466. Name: "map1"
  467. MappingInformationType: "ByPolygonVertex"
  468. ReferenceInformationType: "IndexToDirect"
  469. UV: *40 {
  470. a: 0.0800928771495819,0.990196049213409,0.0800928771495819,0.00980386231094599,0.217102289199829,0.00980386231094599,0.217102289199829,0.990196049213409,0.330960839986801,0.990196049213409,0.330960839986801,0.00980386231094599,0.446460396051407,0.00980386231094599,0.446460396051407,0.990196049213409,0.538629770278931,0.00980386231094599,0.675639569759369,0.215418145060539,0.582994878292084,0.253790348768234,0.467492431402206,0.0804868787527084,0.696673929691315,0.215418145060539,0.833683729171753,0.00980386231094599,0.9048210978508,0.0804868787527084,0.7893186211586,0.253790348768234,0.00895867496728897,0.990196049213409,0.00895867496728897,0.00980386231094599,0.238316774368286,0.990196049213409,0.238316774368286,0.00980386231094599
  471. }
  472. UVIndex: *24 {
  473. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,0,16,17,1,4,18,19,5
  474. }
  475. }
  476. LayerElementSmoothing: 0 {
  477. Version: 102
  478. Name: ""
  479. MappingInformationType: "ByEdge"
  480. ReferenceInformationType: "Direct"
  481. Smoothing: *12 {
  482. a: 1,1,1,1,1,1,1,1,1,1,1,1
  483. }
  484. }
  485. LayerElementMaterial: 0 {
  486. Version: 101
  487. Name: ""
  488. MappingInformationType: "AllSame"
  489. ReferenceInformationType: "IndexToDirect"
  490. Materials: *1 {
  491. a: 0
  492. }
  493. }
  494. Layer: 0 {
  495. Version: 100
  496. LayerElement: {
  497. Type: "LayerElementNormal"
  498. TypedIndex: 0
  499. }
  500. LayerElement: {
  501. Type: "LayerElementBinormal"
  502. TypedIndex: 0
  503. }
  504. LayerElement: {
  505. Type: "LayerElementTangent"
  506. TypedIndex: 0
  507. }
  508. LayerElement: {
  509. Type: "LayerElementMaterial"
  510. TypedIndex: 0
  511. }
  512. LayerElement: {
  513. Type: "LayerElementSmoothing"
  514. TypedIndex: 0
  515. }
  516. LayerElement: {
  517. Type: "LayerElementUV"
  518. TypedIndex: 0
  519. }
  520. }
  521. }
  522. Geometry: 2267733805728, "Geometry::", "Mesh" {
  523. Vertices: *24 {
  524. a: -0.2333984375,600,-564.273193359375,176.8583984375,1200,-529.353759765625,-0.201171875,600,-434.550048828125,128.375,1200,-408.510986328125,176.8583984375,600,-529.353759765625,-0.2333984375,1200,-564.273193359375,128.375,600,-408.510986328125,-0.201171875,1200,-434.550048828125
  525. }
  526. PolygonVertexIndex: *24 {
  527. a: 1,4,0,-6,7,2,6,-4,1,5,7,-4,0,4,6,-3,1,3,6,-5,7,5,0,-3
  528. }
  529. Edges: *12 {
  530. a: 1,3,0,7,4,11,15,13,2,9,6,5
  531. }
  532. GeometryVersion: 124
  533. LayerElementNormal: 0 {
  534. Version: 102
  535. Name: ""
  536. MappingInformationType: "ByVertice"
  537. ReferenceInformationType: "Direct"
  538. Normals: *24 {
  539. a: -0.467174500226974,-0.143054783344269,-0.872515559196472,0.763185918331146,0.143072605133057,-0.630140721797943,-0.75825572013855,-0.181891143321991,0.626070201396942,0.464226901531219,0.181068897247314,0.867010533809662,0.763185918331146,-0.143072605133057,-0.630140721797943,-0.467174500226974,0.143054783344269,-0.872515559196472,0.464226901531219,-0.181068897247314,0.867010533809662,-0.75825572013855,0.181891143321991,0.626070201396942
  540. }
  541. NormalsW: *8 {
  542. a: 1,1,1,1,1,1,1,1
  543. }
  544. }
  545. LayerElementBinormal: 0 {
  546. Version: 102
  547. Name: "map1"
  548. MappingInformationType: "ByPolygonVertex"
  549. ReferenceInformationType: "Direct"
  550. Binormals: *72 {
  551. a: 0.0355248786509037,-0.982995271682739,-0.18016229569912,-0.0355248786509037,-0.982995271682739,0.18016229569912,-0.035530760884285,-0.982989549636841,0.180192112922668,0.035530760884285,-0.982989549636841,-0.180192112922668,0.0459641292691231,0.9728182554245,-0.226962506771088,-0.0459641292691231,0.9728182554245,0.226962506771088,-0.0461391247808933,0.972607970237732,0.227826625108719,0.0461391247808933,0.972607970237732,-0.227826625108719,-0.201120495796204,0.979336500167847,-0.0212271828204393,-0.292917460203171,-0.956137776374817,7.2769820690155e-005,-0.254011929035187,-0.966831088066101,-0.0267509594559669,-0.274506717920303,0.960094213485718,-0.0535285249352455,-0.292917460203171,0.956137776374817,7.2769820690155e-005,-0.201120495796204,-0.979336500167847,-0.0212271828204393,-0.274506747722626,-0.960094213485718,-0.0535285100340843,-0.254011899232864,0.966831088066101,-0.0267509445548058,-0.268358051776886,0.957283496856689,-0.107668094336987,-0.21680024266243,0.972333133220673,-0.0869825482368469,0.21680024266243,0.972333133220673,0.0869825482368469,0.268358051776886,0.957283496856689,0.107668094336987,0.233218297362328,0.972424387931824,-5.79431653022766e-005,0.292917460203171,0.956137776374817,-7.2769820690155e-005,-0.292917460203171,0.956137776374817,7.2769820690155e-005,-0.233218297362328,0.972424387931824,5.79431653022766e-005
  552. }
  553. BinormalsW: *24 {
  554. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  555. }
  556. }
  557. LayerElementTangent: 0 {
  558. Version: 102
  559. Name: "map1"
  560. MappingInformationType: "ByPolygonVertex"
  561. ReferenceInformationType: "Direct"
  562. Tangents: *72 {
  563. a: 0.645201742649078,-0.115111634135246,0.755290687084198,0.645201742649078,0.115111634135246,0.755290687084198,0.883450925350189,-0.115182302892208,-0.454144835472107,0.883450925350189,0.115182302892208,-0.454144835472107,0.65033495426178,0.143318846821785,0.746005475521088,0.65033495426178,-0.143318846821785,0.746005475521088,0.884513795375824,0.145766332745552,-0.443156331777573,0.884513795375824,-0.145766332745552,-0.443156331777573,-0.61408269405365,-0.142934486269951,-0.776190757751465,0.834234654903412,-0.255609035491943,-0.488586246967316,-0.600438356399536,0.179313361644745,-0.779307663440704,0.842104077339172,0.213150814175606,-0.49540638923645,-0.834234654903412,-0.255609035491943,0.488586246967316,0.61408269405365,-0.142934486269951,0.776190757751465,-0.842104077339172,0.213150843977928,0.49540638923645,0.600438356399536,0.179313331842422,0.779307663440704,-0.587818741798401,-0.251274079084396,-0.768980145454407,0.858772993087769,0.147588446736336,-0.490639179944992,0.858772993087769,-0.147588446736336,-0.490639179944992,-0.587818741798401,0.251274079084396,-0.768980145454407,0.608816504478455,-0.145967096090317,0.77976667881012,-0.834234654903412,0.255609035491943,0.488586246967316,-0.834234654903412,-0.255609035491943,0.488586246967316,0.608816504478455,0.145967096090317,0.77976667881012
  564. }
  565. TangentsW: *24 {
  566. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  567. }
  568. }
  569. LayerElementUV: 0 {
  570. Version: 101
  571. Name: "map1"
  572. MappingInformationType: "ByPolygonVertex"
  573. ReferenceInformationType: "IndexToDirect"
  574. UV: *48 {
  575. a: 0.246304228901863,0.00956071261316538,0.246304228901863,0.965637862682343,0.00980119127780199,0.965637862682343,0.00980119127780199,0.00956071261316538,0.2692990899086,0.965637862682343,0.2692990899086,0.00956071261316538,0.468636512756348,0.00956071261316538,0.468636512756348,0.965637862682343,0.815962791442871,0.00956071261316538,0.862595856189728,0.246063753962517,0.764808475971222,0.246063753962517,0.725512683391571,0.0467263422906399,0.853104174137115,0.502531051635742,0.899743258953094,0.266027987003326,0.990193367004395,0.303193628787994,0.950897574424744,0.502531051635742,0.58200865983963,0.965637862682343,0.491557031869888,0.965637862682343,0.491557031869888,0.00956071261316538,0.58200865983963,0.00956071261316538,0.702426016330719,0.965637862682343,0.604635834693909,0.965637862682343,0.604635834693909,0.00956071261316538,0.702426016330719,0.00956071261316538
  576. }
  577. UVIndex: *24 {
  578. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
  579. }
  580. }
  581. LayerElementSmoothing: 0 {
  582. Version: 102
  583. Name: ""
  584. MappingInformationType: "ByEdge"
  585. ReferenceInformationType: "Direct"
  586. Smoothing: *12 {
  587. a: 1,1,1,1,1,1,1,1,1,1,1,1
  588. }
  589. }
  590. LayerElementMaterial: 0 {
  591. Version: 101
  592. Name: ""
  593. MappingInformationType: "AllSame"
  594. ReferenceInformationType: "IndexToDirect"
  595. Materials: *1 {
  596. a: 0
  597. }
  598. }
  599. Layer: 0 {
  600. Version: 100
  601. LayerElement: {
  602. Type: "LayerElementNormal"
  603. TypedIndex: 0
  604. }
  605. LayerElement: {
  606. Type: "LayerElementBinormal"
  607. TypedIndex: 0
  608. }
  609. LayerElement: {
  610. Type: "LayerElementTangent"
  611. TypedIndex: 0
  612. }
  613. LayerElement: {
  614. Type: "LayerElementMaterial"
  615. TypedIndex: 0
  616. }
  617. LayerElement: {
  618. Type: "LayerElementSmoothing"
  619. TypedIndex: 0
  620. }
  621. LayerElement: {
  622. Type: "LayerElementUV"
  623. TypedIndex: 0
  624. }
  625. }
  626. }
  627. Geometry: 2267733781152, "Geometry::", "Mesh" {
  628. Vertices: *24 {
  629. a: -178.07421875,600,-528.852294921875,-0.96484375,1200,-564.2724609375,-129.25390625,600,-408.13671875,-0.69921875,1200,-434.549072265625,-0.96484375,600,-564.2724609375,-178.07421875,1200,-528.852294921875,-0.69921875,600,-434.549072265625,-129.25390625,1200,-408.13671875
  630. }
  631. PolygonVertexIndex: *24 {
  632. a: 1,4,0,-6,7,2,6,-4,1,5,7,-4,0,4,6,-3,1,3,6,-5,7,5,0,-3
  633. }
  634. Edges: *12 {
  635. a: 1,3,0,7,4,11,15,13,2,9,6,5
  636. }
  637. GeometryVersion: 124
  638. LayerElementNormal: 0 {
  639. Version: 102
  640. Name: ""
  641. MappingInformationType: "ByVertice"
  642. ReferenceInformationType: "Direct"
  643. Normals: *24 {
  644. a: -0.764692306518555,-0.143080621957779,-0.628310203552246,0.464609205722809,0.143057376146317,-0.873883783817291,-0.461673825979233,-0.181118220090866,0.868362545967102,0.759743273258209,0.18196140229702,0.62424373626709,0.464609205722809,-0.143057376146317,-0.873883783817291,-0.764692306518555,0.143080621957779,-0.628310203552246,0.759743273258209,-0.18196140229702,0.62424373626709,-0.461673825979233,0.181118220090866,0.868362545967102
  645. }
  646. NormalsW: *8 {
  647. a: 1,1,1,1,1,1,1,1
  648. }
  649. }
  650. LayerElementBinormal: 0 {
  651. Version: 102
  652. Name: "map1"
  653. MappingInformationType: "ByPolygonVertex"
  654. ReferenceInformationType: "Direct"
  655. Binormals: *72 {
  656. a: -0.0360112674534321,-0.982995390892029,-0.180065020918846,0.0360112674534321,-0.982995390892029,0.180065020918846,0.0360046848654747,-0.98300164937973,0.180032074451447,-0.0360046848654747,-0.98300164937973,-0.180032074451447,-0.0467896275222301,0.972598254680634,-0.227735310792923,0.0467896275222301,0.972598254680634,0.227735310792923,0.0466064736247063,0.97281539440155,0.226843908429146,-0.0466064736247063,0.97281539440155,-0.226843908429146,-0.293842703104019,0.955853760242462,0.000251658231718466,-0.20087081193924,-0.979383111000061,0.0214442107826471,-0.275018572807312,-0.959921419620514,0.0539986342191696,-0.253785103559494,0.966882824897766,0.0270346067845821,-0.20087081193924,0.979383111000061,0.0214442033320665,-0.293842643499374,-0.955853760242462,0.00025167313287966,-0.253785103559494,-0.966882824897766,0.0270346067845821,-0.275018602609634,0.959921419620514,0.0539986118674278,-0.293243229389191,0.956037700176239,0.000600464642047882,-0.233287811279297,0.972407698631287,0.000477679073810577,0.233287811279297,0.972407698631287,-0.000477679073810577,0.293243229389191,0.956037700176239,-0.000600464642047882,0.216646164655685,0.972310543060303,-0.087616965174675,0.268240094184875,0.957224547863007,-0.10848281532526,-0.268240094184875,0.957224547863007,0.10848281532526,-0.216646164655685,0.972310543060303,0.087616965174675
  657. }
  658. BinormalsW: *24 {
  659. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  660. }
  661. }
  662. LayerElementTangent: 0 {
  663. Version: 102
  664. Name: "map1"
  665. MappingInformationType: "ByPolygonVertex"
  666. ReferenceInformationType: "Direct"
  667. Tangents: *72 {
  668. a: 0.884783267974854,-0.115129522979259,0.451556980609894,0.884783267974854,0.115129522979259,0.451556980609894,0.64338892698288,-0.11504703015089,-0.756845355033875,0.64338892698288,0.11504703015089,-0.756845355033875,0.885814964771271,0.14576980471611,0.440548777580261,0.885814964771271,-0.14576980471611,0.440548777580261,0.648550689220428,0.143249332904816,-0.747570514678955,0.648550689220428,-0.143249332904816,-0.747570514678955,-0.835341215133667,-0.256667464971542,-0.486134886741638,0.612288117408752,-0.142607390880585,-0.777667224407196,-0.843339860439301,0.213886052370071,-0.492981374263763,0.598651230335236,0.178963109850883,-0.78076171875,-0.612288117408752,-0.142607375979424,0.777667224407196,0.835341215133667,-0.25666743516922,0.486134886741638,-0.598651230335236,0.178963109850883,0.78076171875,0.843339860439301,0.213886097073555,0.492981374263763,-0.835551738739014,-0.255981534719467,-0.48613452911377,0.606932461261749,0.145991370081902,-0.781229496002197,0.606932461261749,-0.145991370081902,-0.781229496002197,-0.835551738739014,0.255981534719467,-0.48613452911377,0.86018705368042,-0.147676944732666,0.488128840923309,-0.585912227630615,0.251493960618973,0.770362019538879,-0.585912227630615,-0.251493960618973,0.770362019538879,0.86018705368042,0.147676944732666,0.488128840923309
  669. }
  670. TangentsW: *24 {
  671. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  672. }
  673. }
  674. LayerElementUV: 0 {
  675. Version: 101
  676. Name: "map1"
  677. MappingInformationType: "ByPolygonVertex"
  678. ReferenceInformationType: "IndexToDirect"
  679. UV: *48 {
  680. a: 0.246294885873795,0.00955893658101559,0.246294885873795,0.965458512306213,0.00980543810874224,0.965458512306213,0.00980543810874224,0.00955893658101559,0.269303679466248,0.965458512306213,0.269303679466248,0.00955893658101559,0.468573749065399,0.00955893658101559,0.468573749065399,0.965458512306213,0.863139450550079,0.00976523943245411,0.815847635269165,0.246254697442055,0.725517451763153,0.208828985691071,0.76537024974823,0.00955893658101559,0.899867415428162,0.502914786338806,0.852575540542603,0.266425311565399,0.950344741344452,0.266219019889832,0.990197539329529,0.465489059686661,0.589331269264221,0.965458512306213,0.491559028625488,0.965458512306213,0.491559028625488,0.00955893658101559,0.589331269264221,0.00955893658101559,0.702765822410584,0.965458512306213,0.612436354160309,0.965458512306213,0.612436354160309,0.00955893658101559,0.702765822410584,0.00955893658101559
  681. }
  682. UVIndex: *24 {
  683. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
  684. }
  685. }
  686. LayerElementSmoothing: 0 {
  687. Version: 102
  688. Name: ""
  689. MappingInformationType: "ByEdge"
  690. ReferenceInformationType: "Direct"
  691. Smoothing: *12 {
  692. a: 1,1,1,1,1,1,1,1,1,1,1,1
  693. }
  694. }
  695. LayerElementMaterial: 0 {
  696. Version: 101
  697. Name: ""
  698. MappingInformationType: "AllSame"
  699. ReferenceInformationType: "IndexToDirect"
  700. Materials: *1 {
  701. a: 0
  702. }
  703. }
  704. Layer: 0 {
  705. Version: 100
  706. LayerElement: {
  707. Type: "LayerElementNormal"
  708. TypedIndex: 0
  709. }
  710. LayerElement: {
  711. Type: "LayerElementBinormal"
  712. TypedIndex: 0
  713. }
  714. LayerElement: {
  715. Type: "LayerElementTangent"
  716. TypedIndex: 0
  717. }
  718. LayerElement: {
  719. Type: "LayerElementMaterial"
  720. TypedIndex: 0
  721. }
  722. LayerElement: {
  723. Type: "LayerElementSmoothing"
  724. TypedIndex: 0
  725. }
  726. LayerElement: {
  727. Type: "LayerElementUV"
  728. TypedIndex: 0
  729. }
  730. }
  731. }
  732. Geometry: 2267733800608, "Geometry::", "Mesh" {
  733. Vertices: *24 {
  734. a: -329.0419921875,600,-427.980712890625,-178.787109375,1200,-528.496337890625,-238.8349609375,600,-332.918212890625,-129.8681640625,1200,-407.82177734375,-178.787109375,600,-528.496337890625,-329.0419921875,1200,-427.980712890625,-129.8681640625,600,-407.82177734375,-238.8349609375,1200,-332.918212890625
  735. }
  736. PolygonVertexIndex: *24 {
  737. a: 1,4,0,-6,7,2,6,-4,1,5,7,-4,0,4,6,-3,1,3,6,-5,7,5,0,-3
  738. }
  739. Edges: *12 {
  740. a: 1,3,0,7,4,11,15,13,2,9,6,5
  741. }
  742. GeometryVersion: 124
  743. LayerElementNormal: 0 {
  744. Version: 102
  745. Name: ""
  746. MappingInformationType: "ByVertice"
  747. ReferenceInformationType: "Direct"
  748. Normals: *24 {
  749. a: -0.945937752723694,-0.14440493285656,-0.290428787469864,0.099650003015995,0.143916130065918,-0.984559834003448,-0.0990375503897667,-0.180867701768875,0.978508293628693,0.939803242683411,0.183061271905899,0.288545370101929,0.099650003015995,-0.143916144967079,-0.984559834003448,-0.945937752723694,0.144404903054237,-0.290428787469864,0.939803242683411,-0.183061301708221,0.288545370101929,-0.0990375503897667,0.180867701768875,0.978508293628693
  750. }
  751. NormalsW: *8 {
  752. a: 1,1,1,1,1,1,1,1
  753. }
  754. }
  755. LayerElementBinormal: 0 {
  756. Version: 102
  757. Name: "map1"
  758. MappingInformationType: "ByPolygonVertex"
  759. ReferenceInformationType: "Direct"
  760. Binormals: *72 {
  761. a: 0.103068917989731,0.982669234275818,0.154071658849716,-0.103068925440311,0.982669234275818,-0.154071673750877,-0.157317474484444,0.987314403057098,0.0214836206287146,0.157317444682121,0.987314462661743,-0.0214836243540049,-0.132756650447845,0.97215062379837,-0.1931292116642,0.132756650447845,0.97215062379837,0.1931292116642,0.175532504916191,0.983099937438965,0.0519901849329472,-0.175532475113869,0.98309987783432,-0.051990170031786,-0.50176602602005,0.861730456352234,0.0751766636967659,-0.163509070873261,-0.985626518726349,0.0424891896545887,-0.366838872432709,-0.920719861984253,0.133057296276093,-0.206780180335045,0.976912081241608,0.0537104867398739,-0.163509100675583,0.985626518726349,0.0424892045557499,-0.501766085624695,-0.861730456352234,0.0751766711473465,-0.206780225038528,-0.976912081241608,0.0537105016410351,-0.366838872432709,0.920719861984253,0.133057296276093,-0.275497764348984,0.954792320728302,0.111681029200554,-0.175532475113869,0.98309987783432,-0.051990170031786,0.175532504916191,0.983099937438965,0.0519901849329472,0.275497764348984,0.954792320728302,-0.111681044101715,0.171051844954491,0.971799910068512,-0.162315100431442,0.157317444682121,0.987314462661743,-0.0214836243540049,-0.157317474484444,0.987314403057098,0.0214836206287146,-0.171051844954491,0.971799910068512,0.162315100431442
  762. }
  763. BinormalsW: *24 {
  764. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  765. }
  766. }
  767. LayerElementTangent: 0 {
  768. Version: 102
  769. Name: "map1"
  770. MappingInformationType: "ByPolygonVertex"
  771. ReferenceInformationType: "Direct"
  772. Tangents: *72 {
  773. a: -0.989670097827911,0.11683078110218,-0.0830897465348244,-0.989670097827911,-0.116830788552761,-0.0830897465348244,-0.283642143011093,-0.0660116821527481,0.956655383110046,-0.283642172813416,0.0660116821527481,0.956655442714691,0.986188232898712,0.149030521512032,0.0722680538892746,0.986188232898712,-0.149030521512032,0.0722680538892746,0.293186336755753,-0.00178855354897678,-0.956053674221039,0.29318630695343,0.00178855354897678,-0.956053674221039,-0.859244406223297,-0.486527383327484,-0.158083528280258,0.280118584632874,-0.087679848074913,-0.955952763557434,-0.924997746944427,0.345777183771133,-0.157535046339035,0.272051155567169,0.110142752528191,-0.955958604812622,-0.280118584632874,-0.0876798704266548,0.955952763557434,0.859244287014008,-0.486527353525162,0.158083513379097,-0.272051155567169,0.110142774879932,0.955958604812622,0.924997746944427,0.345777183771133,0.157535046339035,-0.956122815608978,-0.260115027427673,-0.134793549776077,0.29318630695343,0.00178855354897678,-0.956053674221039,0.293186336755753,-0.00178855354897678,-0.956053674221039,-0.956122815608978,0.260115027427673,-0.134793549776077,0.980271816253662,-0.151300355792046,0.127182394266129,-0.283642172813416,0.0660116821527481,0.956655442714691,-0.283642143011093,-0.0660116821527481,0.956655383110046,0.980271816253662,0.151300355792046,0.127182394266129
  774. }
  775. TangentsW: *24 {
  776. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  777. }
  778. }
  779. LayerElementUV: 0 {
  780. Version: 101
  781. Name: "map1"
  782. MappingInformationType: "ByPolygonVertex"
  783. ReferenceInformationType: "IndexToDirect"
  784. UV: *40 {
  785. a: 0.00896450877189636,0.990196049213409,0.00896450877189636,0.00980386231094599,0.146616280078888,0.00980386231094599,0.146616280078888,0.990196049213409,0.238385215401649,0.990196049213409,0.238385215401649,0.00980386231094599,0.354299753904343,0.00980386231094599,0.354299753904343,0.990196049213409,0.676180958747864,0.0481885112822056,0.538530170917511,0.253952145576477,0.467623144388199,0.183038875460625,0.58354252576828,0.00980386231094599,0.834517657756805,0.253952145576477,0.696866869926453,0.0481885112822056,0.789505302906036,0.00980386231094599,0.90542471408844,0.183038875460625,0.446943670511246,0.990196049213409,0.446943670511246,0.00980386231094599,0.217522948980331,0.990196049213409,0.217522948980331,0.00980386231094599
  786. }
  787. UVIndex: *24 {
  788. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,7,6,17,18,3,2,19
  789. }
  790. }
  791. LayerElementSmoothing: 0 {
  792. Version: 102
  793. Name: ""
  794. MappingInformationType: "ByEdge"
  795. ReferenceInformationType: "Direct"
  796. Smoothing: *12 {
  797. a: 1,1,1,1,1,1,1,1,1,1,1,1
  798. }
  799. }
  800. LayerElementMaterial: 0 {
  801. Version: 101
  802. Name: ""
  803. MappingInformationType: "AllSame"
  804. ReferenceInformationType: "IndexToDirect"
  805. Materials: *1 {
  806. a: 0
  807. }
  808. }
  809. Layer: 0 {
  810. Version: 100
  811. LayerElement: {
  812. Type: "LayerElementNormal"
  813. TypedIndex: 0
  814. }
  815. LayerElement: {
  816. Type: "LayerElementBinormal"
  817. TypedIndex: 0
  818. }
  819. LayerElement: {
  820. Type: "LayerElementTangent"
  821. TypedIndex: 0
  822. }
  823. LayerElement: {
  824. Type: "LayerElementMaterial"
  825. TypedIndex: 0
  826. }
  827. LayerElement: {
  828. Type: "LayerElementSmoothing"
  829. TypedIndex: 0
  830. }
  831. LayerElement: {
  832. Type: "LayerElementUV"
  833. TypedIndex: 0
  834. }
  835. }
  836. }
  837. Geometry: 2267733810848, "Geometry::", "Mesh" {
  838. Vertices: *24 {
  839. a: -429.91015625,600,-277.01611328125,-329.578125,1200,-427.447021484375,-312.0537109375,600,-220.345703125,-239.296875,1200,-332.445556640625,-329.578125,600,-427.447021484375,-429.91015625,1200,-277.01611328125,-239.296875,600,-332.445556640625,-312.0537109375,1200,-220.345703125
  840. }
  841. PolygonVertexIndex: *24 {
  842. a: 1,4,0,-6,7,2,6,-4,1,5,7,-4,0,4,6,-3,1,3,6,-5,7,5,0,-3
  843. }
  844. Edges: *12 {
  845. a: 1,3,0,7,4,11,15,13,2,9,6,5
  846. }
  847. GeometryVersion: 124
  848. LayerElementNormal: 0 {
  849. Version: 102
  850. Name: ""
  851. MappingInformationType: "ByVertice"
  852. ReferenceInformationType: "Direct"
  853. Normals: *24 {
  854. a: -0.985742270946503,-0.146133273839951,0.0834111049771309,-0.276310116052628,0.144205659627914,-0.950188040733337,0.274639189243317,-0.180561721324921,0.9444420337677,0.979557514190674,0.183294296264648,-0.0828877314925194,-0.276310116052628,-0.144205659627914,-0.950188040733337,-0.985742270946503,0.146133273839951,0.0834111049771309,0.979557514190674,-0.183294296264648,-0.0828877314925194,0.274639189243317,0.180561721324921,0.9444420337677
  855. }
  856. NormalsW: *8 {
  857. a: 1,1,1,1,1,1,1,1
  858. }
  859. }
  860. LayerElementBinormal: 0 {
  861. Version: 102
  862. Name: "map1"
  863. MappingInformationType: "ByPolygonVertex"
  864. ReferenceInformationType: "Direct"
  865. Binormals: *72 {
  866. a: 0.155660361051559,0.9823397397995,0.103819891810417,-0.155660361051559,0.9823397397995,-0.103819891810417,-0.154384955763817,0.982630491256714,-0.102969236671925,0.154384955763817,0.982630491256714,0.102969236671925,-0.0475538372993469,0.983559370040894,-0.174211874604225,0.0475538372993469,0.983559370040894,0.174211874604225,0.192697957158089,0.973255157470703,0.125067889690399,-0.192697957158089,0.973255157470703,-0.125067889690399,0.0575326792895794,-0.984423816204071,-0.166131690144539,0.105544939637184,0.923069775104523,-0.369868040084839,0.0478186942636967,0.978430569171906,-0.200965225696564,0.12781423330307,-0.885273814201355,-0.447162091732025,-0.105544932186604,0.923069775104523,0.369868069887161,-0.0575326681137085,-0.984423816204071,0.166131675243378,-0.127814218401909,-0.88527375459671,0.447162091732025,-0.0478187091648579,0.978430569171906,0.200965225696564,-0.219329074025154,0.953127086162567,0.208431541919708,-0.168451249599457,0.972624361515045,0.160081639885902,0.168451249599457,0.972624361515045,-0.160081639885902,0.219329074025154,0.953127086162567,-0.208431541919708,-0.0475538372993469,0.983559370040894,-0.174211874604225,0.121044993400574,0.960196673870087,-0.251735150814056,-0.121044993400574,0.960196673870087,0.251735150814056,0.0475538372993469,0.983559370040894,0.174211874604225
  867. }
  868. BinormalsW: *24 {
  869. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  870. }
  871. }
  872. LayerElementTangent: 0 {
  873. Version: 102
  874. Name: "map1"
  875. MappingInformationType: "ByPolygonVertex"
  876. ReferenceInformationType: "Direct"
  877. Tangents: *72 {
  878. a: -0.94837886095047,0.119220115244389,0.293877631425858,-0.94837886095047,-0.119220115244389,0.293877631425858,0.0669151842594147,0.114378564059734,0.991181075572968,0.0669151842594147,-0.114378564059734,0.991181075572968,0.960370719432831,-0.00293356669135392,-0.278710305690765,0.960370719432831,0.00293356669135392,-0.278710305690765,-0.0577467493712902,0.138483494520187,-0.988679766654968,-0.0577467493712902,-0.138483494520187,-0.988679766654968,0.959344983100891,0.100570723414421,-0.263709634542465,0.131043881177902,0.355790972709656,0.925332486629486,0.96035760641098,-0.100354909896851,-0.260081142187119,0.155340373516083,-0.427426755428314,0.890604197978973,0.131043881177902,-0.355791002511978,0.925332486629486,0.959344983100891,-0.10057071596384,-0.263709664344788,0.15534034371376,0.427426755428314,0.890604138374329,0.96035760641098,0.100354924798012,-0.260081142187119,0.935707032680511,0.265995562076569,-0.231729924678802,0.109960593283176,-0.142846629023552,0.983617544174194,0.109960593283176,0.142846629023552,0.983617544174194,0.935707032680511,-0.265995562076569,-0.231729924678802,0.960370719432831,-0.00293356669135392,-0.278710305690765,0.116877667605877,0.238049507141113,0.964195132255554,0.116877667605877,-0.238049507141113,0.964195132255554,0.960370719432831,0.00293356669135392,-0.278710305690765
  879. }
  880. TangentsW: *24 {
  881. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  882. }
  883. }
  884. LayerElementUV: 0 {
  885. Version: 101
  886. Name: "map1"
  887. MappingInformationType: "ByPolygonVertex"
  888. ReferenceInformationType: "IndexToDirect"
  889. UV: *40 {
  890. a: 0.00893942173570395,0.990196049213409,0.00893942173570395,0.00980386231094599,0.214948296546936,0.00980386231094599,0.214948296546936,0.990196049213409,0.329051315784454,0.990196049213409,0.329051315784454,0.00980386231094599,0.444721788167953,0.00980386231094599,0.444721788167953,0.990196049213409,0.602890431880951,0.254187256097794,0.465488582849503,0.0481784008443356,0.558133244514465,0.00980386231094599,0.673803746700287,0.183280602097511,0.694570541381836,0.215812727808952,0.831972360610962,0.00980386231094599,0.902885675430298,0.0807105302810669,0.787215173244476,0.254187256097794,0.0798460841178894,0.990196049213409,0.0798460841178894,0.00980386231094599,0.23640663921833,0.990196049213409,0.23640663921833,0.00980386231094599
  891. }
  892. UVIndex: *24 {
  893. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,0,16,17,1,4,18,19,5
  894. }
  895. }
  896. LayerElementSmoothing: 0 {
  897. Version: 102
  898. Name: ""
  899. MappingInformationType: "ByEdge"
  900. ReferenceInformationType: "Direct"
  901. Smoothing: *12 {
  902. a: 1,1,1,1,1,1,1,1,1,1,1,1
  903. }
  904. }
  905. LayerElementMaterial: 0 {
  906. Version: 101
  907. Name: ""
  908. MappingInformationType: "AllSame"
  909. ReferenceInformationType: "IndexToDirect"
  910. Materials: *1 {
  911. a: 0
  912. }
  913. }
  914. Layer: 0 {
  915. Version: 100
  916. LayerElement: {
  917. Type: "LayerElementNormal"
  918. TypedIndex: 0
  919. }
  920. LayerElement: {
  921. Type: "LayerElementBinormal"
  922. TypedIndex: 0
  923. }
  924. LayerElement: {
  925. Type: "LayerElementTangent"
  926. TypedIndex: 0
  927. }
  928. LayerElement: {
  929. Type: "LayerElementMaterial"
  930. TypedIndex: 0
  931. }
  932. LayerElement: {
  933. Type: "LayerElementSmoothing"
  934. TypedIndex: 0
  935. }
  936. LayerElement: {
  937. Type: "LayerElementUV"
  938. TypedIndex: 0
  939. }
  940. }
  941. }
  942. Geometry: 2267733791904, "Geometry::", "Mesh" {
  943. Vertices: *24 {
  944. a: -430.087890625,1200,-276.30419921875,-465.3330078125,1200,-98.941162109375,-312.2060546875,1200,-219.715576171875,-337.7685546875,1200,-87.55712890625,-430.087890625,600,-276.30419921875,-465.3330078125,600,-98.941162109375,-312.2060546875,600,-219.715576171875,-337.7685546875,600,-87.55712890625
  945. }
  946. PolygonVertexIndex: *24 {
  947. a: 0,4,5,-2,3,7,6,-3,3,2,0,-2,6,7,5,-5,0,2,6,-5,3,1,5,-8
  948. }
  949. Edges: *12 {
  950. a: 1,3,0,7,4,11,9,15,13,2,6,5
  951. }
  952. GeometryVersion: 124
  953. LayerElementNormal: 0 {
  954. Version: 102
  955. Name: ""
  956. MappingInformationType: "ByVertice"
  957. ReferenceInformationType: "Direct"
  958. Normals: *24 {
  959. a: -0.612978994846344,0.142289072275162,-0.777181208133698,-0.888622343540192,0.146418273448944,0.434640020132065,0.88334846496582,0.181711807847023,-0.432060450315475,0.609243512153625,0.179307326674461,0.772445023059845,-0.612978994846344,-0.142289072275162,-0.777181208133698,-0.888622343540192,-0.146418273448944,0.434640020132065,0.88334846496582,-0.181711807847023,-0.432060450315475,0.609243512153625,-0.179307326674461,0.772445023059845
  960. }
  961. NormalsW: *8 {
  962. a: 1,1,1,1,1,1,1,1
  963. }
  964. }
  965. LayerElementBinormal: 0 {
  966. Version: 102
  967. Name: "map1"
  968. MappingInformationType: "ByPolygonVertex"
  969. ReferenceInformationType: "Direct"
  970. Binormals: *72 {
  971. a: 0.182185977697372,0.982597410678864,0.0362035259604454,-0.182185977697372,0.982597410678864,-0.0362035259604454,-0.179429203271866,0.983124613761902,-0.0356557033956051,0.179429203271866,0.983124613761902,0.0356557033956051,-0.229785412549973,0.972225904464722,-0.0444458015263081,0.229785412549973,0.972225904464722,0.0444458015263081,0.221353098750114,0.974253416061401,0.0428148023784161,-0.221353098750114,0.974253416061401,-0.0428148023784161,0.0216151755303144,0.969983041286469,-0.24221009016037,0.0466761328279972,-0.95131504535675,-0.304665446281433,0.050507940351963,-0.974581360816956,-0.218266442418098,0.0379976034164429,0.967917501926422,-0.24837863445282,-0.0466761253774166,-0.95131504535675,0.304665446281433,-0.0216151755303144,0.969983041286469,0.24221009016037,-0.0379975885152817,0.967917501926422,0.248378664255142,-0.0505079030990601,-0.974581360816956,0.218266427516937,0.134442687034607,-0.950521051883698,-0.28006249666214,0.0991794317960739,-0.973384976387024,-0.206604316830635,-0.0991794317960739,-0.973384976387024,0.206604316830635,-0.134442687034607,-0.950521051883698,0.28006249666214,0.0216151755303144,0.969983041286469,-0.24221009016037,0.0244439952075481,0.961445093154907,-0.273908644914627,-0.0244439952075481,0.961445093154907,0.273908644914627,-0.0216151755303144,0.969983041286469,0.24221009016037
  972. }
  973. BinormalsW: *24 {
  974. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  975. }
  976. }
  977. LayerElementTangent: 0 {
  978. Version: 102
  979. Name: "map1"
  980. MappingInformationType: "ByPolygonVertex"
  981. ReferenceInformationType: "Direct"
  982. Tangents: *72 {
  983. a: -0.768807590007782,0.119399517774582,0.628234565258026,-0.768807590007782,-0.119399517774582,0.628234565258026,0.422084599733353,0.109671555459499,0.899898171424866,0.422084599733353,-0.109671555459499,0.899898171424866,0.758960545063019,0.150418296456337,-0.633524477481842,0.758960545063019,-0.150418296456337,-0.633524477481842,-0.413156419992447,0.133458331227303,-0.900827884674072,-0.413156419992447,-0.133458331227303,-0.900827884674072,0.792688608169556,-0.164261475205421,-0.587080180644989,0.466387003660202,-0.248958811163902,0.848824203014374,0.788483142852783,0.173046559095383,-0.590211153030396,0.457062989473343,0.204199522733688,0.865676641464233,0.466387003660202,0.248958826065063,0.848824203014374,0.792688608169556,0.164261475205421,-0.587080180644989,0.457062989473343,-0.204199552536011,0.865676641464233,0.788483142852783,-0.17304652929306,-0.59021121263504,0.778576791286469,0.27615875005722,-0.563519775867462,0.458103626966476,-0.139652073383331,0.877860128879547,0.458103626966476,0.139652073383331,0.877860128879547,0.778576791286469,-0.27615875005722,-0.563519775867462,0.792688608169556,-0.164261475205421,-0.587080180644989,0.457987844944,0.232776969671249,0.857940554618835,0.457987844944,-0.232776969671249,0.857940554618835,0.792688608169556,0.164261475205421,-0.587080180644989
  984. }
  985. TangentsW: *24 {
  986. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  987. }
  988. }
  989. LayerElementUV: 0 {
  990. Version: 101
  991. Name: "map1"
  992. MappingInformationType: "ByPolygonVertex"
  993. ReferenceInformationType: "IndexToDirect"
  994. UV: *48 {
  995. a: 0.00980384275317192,0.965264081954956,0.00980384275317192,0.00955701246857643,0.246579900383949,0.00955701246857643,0.246579900383949,0.965264081954956,0.269299119710922,0.965264081954956,0.269299119710922,0.00955701246857643,0.468666881322861,0.00955701246857643,0.468666881322861,0.965264081954956,0.823260426521301,0.00955701246857643,0.862874627113342,0.208924755454063,0.772562682628632,0.246333062648773,0.725510895252228,0.00955701246857643,0.990198373794556,0.303705483675003,0.95058411359787,0.503073215484619,0.852834582328796,0.503073215484619,0.8998863697052,0.266297161579132,0.491556346416473,0.00955701246857643,0.581868350505829,0.00955701246857643,0.581868350505829,0.965264081954956,0.491556346416473,0.965264081954956,0.702385425567627,0.965264081954956,0.604635894298553,0.965264081954956,0.604635894298553,0.00955701246857643,0.702385425567627,0.00955701246857643
  996. }
  997. UVIndex: *24 {
  998. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
  999. }
  1000. }
  1001. LayerElementSmoothing: 0 {
  1002. Version: 102
  1003. Name: ""
  1004. MappingInformationType: "ByEdge"
  1005. ReferenceInformationType: "Direct"
  1006. Smoothing: *12 {
  1007. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1008. }
  1009. }
  1010. LayerElementMaterial: 0 {
  1011. Version: 101
  1012. Name: ""
  1013. MappingInformationType: "AllSame"
  1014. ReferenceInformationType: "IndexToDirect"
  1015. Materials: *1 {
  1016. a: 0
  1017. }
  1018. }
  1019. Layer: 0 {
  1020. Version: 100
  1021. LayerElement: {
  1022. Type: "LayerElementNormal"
  1023. TypedIndex: 0
  1024. }
  1025. LayerElement: {
  1026. Type: "LayerElementBinormal"
  1027. TypedIndex: 0
  1028. }
  1029. LayerElement: {
  1030. Type: "LayerElementTangent"
  1031. TypedIndex: 0
  1032. }
  1033. LayerElement: {
  1034. Type: "LayerElementMaterial"
  1035. TypedIndex: 0
  1036. }
  1037. LayerElement: {
  1038. Type: "LayerElementSmoothing"
  1039. TypedIndex: 0
  1040. }
  1041. LayerElement: {
  1042. Type: "LayerElementUV"
  1043. TypedIndex: 0
  1044. }
  1045. }
  1046. }
  1047. Geometry: 2267733806752, "Geometry::", "Mesh" {
  1048. Vertices: *24 {
  1049. a: -465.3330078125,600,-98.4072265625,-465.6494140625,600,0.59375,-337.7685546875,600,-87.084716796875,-337.7685546875,600,0.525390625,-465.3330078125,1200,-98.4072265625,-465.6494140625,1200,0.59375,-337.7685546875,1200,-87.084716796875,-337.7685546875,1200,0.525390625
  1050. }
  1051. PolygonVertexIndex: *24 {
  1052. a: 4,0,1,-6,7,3,2,-7,4,5,7,-7,1,0,2,-4,4,6,2,-1,7,5,1,-4
  1053. }
  1054. Edges: *12 {
  1055. a: 1,0,5,7,4,13,15,2,11,3,9,6
  1056. }
  1057. GeometryVersion: 124
  1058. LayerElementNormal: 0 {
  1059. Version: 102
  1060. Name: ""
  1061. MappingInformationType: "ByVertice"
  1062. ReferenceInformationType: "Direct"
  1063. Normals: *24 {
  1064. a: -0.561374187469482,-0.120270371437073,-0.81877589225769,-0.608277440071106,-0.121838949620724,0.784317433834076,0.607730865478516,-0.128896027803421,-0.783612787723541,0.56089186668396,-0.127113178372383,0.818072378635406,-0.561374187469482,0.120270371437073,-0.81877589225769,-0.608277440071106,0.121838949620724,0.784317433834076,0.607730865478516,0.128896027803421,-0.783612787723541,0.56089186668396,0.127113178372383,0.818072378635406
  1065. }
  1066. NormalsW: *8 {
  1067. a: 1,1,1,1,1,1,1,1
  1068. }
  1069. }
  1070. LayerElementBinormal: 0 {
  1071. Version: 102
  1072. Name: "map1"
  1073. MappingInformationType: "ByPolygonVertex"
  1074. ReferenceInformationType: "Direct"
  1075. Binormals: *72 {
  1076. a: 0.208559319376946,0.978009581565857,0.000666558800730854,-0.208559319376946,0.978009581565857,-0.000666558800730854,-0.197181612253189,0.980366826057434,-0.000630192458629608,0.197181612253189,0.980366826057434,0.000630192458629608,-0.22102215886116,0.975268840789795,0,0.22102215886116,0.975268840789795,0,0.207478672266006,0.9782395362854,-7.45058059692383e-009,-0.207478672266006,0.9782395362854,7.45058059692383e-009,0.0137146655470133,-0.987895250320435,-0.154515519738197,0.0153273418545723,0.989767074584961,-0.141867190599442,0.0214617177844048,0.985578000545502,-0.167855143547058,0.0162097942084074,-0.988548040390015,-0.150034204125404,-0.0153273567557335,0.989767074584961,0.141867160797119,-0.0137146655470133,-0.987895250320435,0.154515519738197,-0.0162097942084074,-0.988548040390015,0.150034204125404,-0.0214617326855659,0.985578000545502,0.167855143547058,0.0137146655470133,-0.987895250320435,-0.154515519738197,0.0134994760155678,-0.988274276256561,-0.152091160416603,-0.0134994760155678,-0.988274276256561,0.152091160416603,-0.0137146655470133,-0.987895250320435,0.154515519738197,-8.20457935333252e-005,0.9881511926651,-0.153484001755714,-8.20904970169067e-005,0.988138556480408,-0.153564989566803,8.20904970169067e-005,0.988138556480408,0.153564989566803,8.20457935333252e-005,0.9881511926651,0.153484001755714
  1077. }
  1078. BinormalsW: *24 {
  1079. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1080. }
  1081. }
  1082. LayerElementTangent: 0 {
  1083. Version: 102
  1084. Name: "map1"
  1085. MappingInformationType: "ByPolygonVertex"
  1086. ReferenceInformationType: "Direct"
  1087. Tangents: *72 {
  1088. a: -0.800850749015808,0.170389130711555,0.574112951755524,-0.800850749015808,-0.170389130711555,0.574112951755524,0.768841981887817,0.155036315321922,0.620359361171722,0.768841981887817,-0.155036315321922,0.620359361171722,0.797840416431427,0.1808120906353,-0.575115382671356,0.797840416431427,-0.1808120906353,-0.575115382671356,-0.766561031341553,0.16258293390274,-0.621249556541443,-0.766561031341553,-0.16258293390274,-0.621249556541443,0.827448487281799,0.0979702472686768,-0.55292934179306,0.793576538562775,0.0742731019854546,0.603920459747314,0.827610909938812,-0.1117058172822,-0.550074577331543,0.793977618217468,-0.0784782022237778,0.602860450744629,0.79357647895813,-0.0742730870842934,0.603920459747314,0.827448487281799,-0.0979702472686768,-0.55292934179306,0.793977618217468,0.0784782022237778,0.602860450744629,0.827610909938812,0.111705832183361,-0.550074577331543,0.827448487281799,0.0979702472686768,-0.55292934179306,0.794028341770172,-0.0818521305918694,0.602344810962677,0.794028341770172,0.0818521305918694,0.602344810962677,0.827448487281799,-0.0979702472686768,-0.55292934179306,0.827889204025269,-0.0860208049416542,-0.55425637960434,0.793724477291107,0.0934744998812675,0.601052403450012,0.793724477291107,-0.0934744998812675,0.601052403450012,0.827889204025269,0.0860208049416542,-0.55425637960434
  1089. }
  1090. TangentsW: *24 {
  1091. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1092. }
  1093. }
  1094. LayerElementUV: 0 {
  1095. Version: 101
  1096. Name: "map1"
  1097. MappingInformationType: "ByPolygonVertex"
  1098. ReferenceInformationType: "IndexToDirect"
  1099. UV: *48 {
  1100. a: 0.00980395171791315,0.964938998222351,0.00980395171791315,0.00955379288643599,0.246737912297249,0.00955379288643599,0.246737912297249,0.964938998222351,0.269300520420074,0.964938998222351,0.269300520420074,0.00955379288643599,0.468838959932327,0.00955379288643599,0.468838959932327,0.964938998222351,0.725515186786652,0.246487751603127,0.772787630558014,0.00955379288643599,0.863069176673889,0.046949315816164,0.823231756687164,0.246487751603127,0.89991682767868,0.503385901451111,0.852644383907318,0.266451954841614,0.950361013412476,0.266451954841614,0.990198373794556,0.465990364551544,0.491560578346252,0.00955379288643599,0.58927720785141,0.00955379288643599,0.58927720785141,0.964938998222351,0.491560578346252,0.964938998222351,0.702718913555145,0.964938998222351,0.61243736743927,0.964938998222351,0.61243736743927,0.00955379288643599,0.702718913555145,0.00955379288643599
  1101. }
  1102. UVIndex: *24 {
  1103. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
  1104. }
  1105. }
  1106. LayerElementSmoothing: 0 {
  1107. Version: 102
  1108. Name: ""
  1109. MappingInformationType: "ByEdge"
  1110. ReferenceInformationType: "Direct"
  1111. Smoothing: *12 {
  1112. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1113. }
  1114. }
  1115. LayerElementMaterial: 0 {
  1116. Version: 101
  1117. Name: ""
  1118. MappingInformationType: "AllSame"
  1119. ReferenceInformationType: "IndexToDirect"
  1120. Materials: *1 {
  1121. a: 0
  1122. }
  1123. }
  1124. Layer: 0 {
  1125. Version: 100
  1126. LayerElement: {
  1127. Type: "LayerElementNormal"
  1128. TypedIndex: 0
  1129. }
  1130. LayerElement: {
  1131. Type: "LayerElementBinormal"
  1132. TypedIndex: 0
  1133. }
  1134. LayerElement: {
  1135. Type: "LayerElementTangent"
  1136. TypedIndex: 0
  1137. }
  1138. LayerElement: {
  1139. Type: "LayerElementMaterial"
  1140. TypedIndex: 0
  1141. }
  1142. LayerElement: {
  1143. Type: "LayerElementSmoothing"
  1144. TypedIndex: 0
  1145. }
  1146. LayerElement: {
  1147. Type: "LayerElementUV"
  1148. TypedIndex: 0
  1149. }
  1150. }
  1151. }
  1152. Geometry: 2267733810336, "Geometry::", "Mesh" {
  1153. Vertices: *24 {
  1154. a: 464.4599609375,1200,0.59375,465.3330078125,1200,-98.94091796875,337.7685546875,1200,0.525390625,337.7685546875,1200,-87.556884765625,464.4599609375,600,0.59375,465.3330078125,600,-98.94091796875,337.7685546875,600,0.525390625,337.7685546875,600,-87.556884765625
  1155. }
  1156. PolygonVertexIndex: *24 {
  1157. a: 0,4,5,-2,3,7,6,-3,3,2,0,-2,6,7,5,-5,0,2,6,-5,3,1,5,-8
  1158. }
  1159. Edges: *12 {
  1160. a: 1,3,0,7,4,11,9,15,13,2,6,5
  1161. }
  1162. GeometryVersion: 124
  1163. LayerElementNormal: 0 {
  1164. Version: 102
  1165. Name: ""
  1166. MappingInformationType: "ByVertice"
  1167. ReferenceInformationType: "Direct"
  1168. Normals: *24 {
  1169. a: 0.6102654337883,0.122561611235142,0.782658755779266,0.567022860050201,0.119868628680706,-0.814933598041534,-0.566461682319641,0.127742692828178,0.814127147197723,-0.609785139560699,0.128729775547981,-0.782042741775513,0.6102654337883,-0.122561611235142,0.782658755779266,0.567022860050201,-0.119868628680706,-0.814933598041534,-0.566461682319641,-0.127742692828178,0.814127147197723,-0.609785139560699,-0.128729775547981,-0.782042741775513
  1170. }
  1171. NormalsW: *8 {
  1172. a: 1,1,1,1,1,1,1,1
  1173. }
  1174. }
  1175. LayerElementBinormal: 0 {
  1176. Version: 102
  1177. Name: "map1"
  1178. MappingInformationType: "ByPolygonVertex"
  1179. ReferenceInformationType: "Direct"
  1180. Binormals: *72 {
  1181. a: -0.194794595241547,0.980842649936676,-0.0017086046282202,0.194794595241547,0.980842649936676,0.0017086046282202,0.209354132413864,0.977838158607483,0.00183630711399019,-0.209354132413864,0.977838158607483,-0.00183630711399019,0.206554308533669,0.978435218334198,0,-0.206554308533669,0.978435218334198,0,-0.219985574483871,0.975503206253052,7.45058059692383e-009,0.219985574483871,0.975503206253052,-7.45058059692383e-009,-0.0163869801908731,-0.988558351993561,-0.149946227669716,-0.0220784172415733,0.98520565032959,-0.169948160648346,-0.0156063046306372,0.989628076553345,-0.142803519964218,-0.0138252358883619,-0.987830340862274,-0.154919490218163,0.0220783948898315,0.98520565032959,0.169948130846024,0.0163869690150023,-0.988558351993561,0.149946242570877,0.0138252358883619,-0.987830340862274,0.154919490218163,0.0156063009053469,0.989628076553345,0.142803519964218,8.35135651868768e-005,0.987949907779694,-0.154774591326714,8.36104154586792e-005,0.98792165517807,-0.154954195022583,-8.36104154586792e-005,0.98792165517807,0.154954195022583,-8.35135651868768e-005,0.987949907779694,0.154774591326714,-0.0135730337351561,-0.988272905349731,-0.15209336578846,-0.0138252358883619,-0.987830340862274,-0.154919490218163,0.0138252358883619,-0.987830340862274,0.154919490218163,0.0135730337351561,-0.988272905349731,0.15209336578846
  1182. }
  1183. BinormalsW: *24 {
  1184. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1185. }
  1186. }
  1187. LayerElementTangent: 0 {
  1188. Version: 102
  1189. Name: "map1"
  1190. MappingInformationType: "ByPolygonVertex"
  1191. ReferenceInformationType: "Direct"
  1192. Tangents: *72 {
  1193. a: 0.767874419689178,0.151414975523949,-0.622448682785034,0.767874419689178,-0.151414975523949,-0.622448682785034,-0.796653151512146,0.171650975942612,-0.579551339149475,-0.796653151512146,-0.171650975942612,-0.579551339149475,-0.765178143978119,0.161534294486046,0.62322473526001,-0.765178143978119,-0.161534294486046,0.62322473526001,0.794183611869812,0.179096221923828,0.580686628818512,0.794183611869812,-0.179096221923828,0.580686628818512,0.792397379875183,0.0786196663975716,-0.604917705059052,0.823792278766632,0.114243753254414,0.555260896682739,0.792043268680573,-0.0749336332082748,-0.605848491191864,0.823585987091064,-0.0991095453500748,0.558465242385864,0.823792278766632,-0.114243730902672,0.555260896682739,0.792397379875183,-0.0786196812987328,-0.604917705059052,0.823585987091064,0.0991095453500748,0.558465242385864,0.792043268680573,0.0749336406588554,-0.605848491191864,0.792196989059448,-0.0945189371705055,-0.60290139913559,0.824088037014008,0.0877075418829918,0.559630453586578,0.824088037014008,-0.0877075418829918,0.559630453586578,0.792196989059448,0.0945189371705055,-0.60290139913559,0.792450547218323,0.0821295976638794,-0.604381442070007,0.823585987091064,-0.0991095453500748,0.558465242385864,0.823585987091064,0.0991095453500748,0.558465242385864,0.792450547218323,-0.0821295976638794,-0.604381442070007
  1194. }
  1195. TangentsW: *24 {
  1196. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1197. }
  1198. }
  1199. LayerElementUV: 0 {
  1200. Version: 101
  1201. Name: "map1"
  1202. MappingInformationType: "ByPolygonVertex"
  1203. ReferenceInformationType: "IndexToDirect"
  1204. UV: *48 {
  1205. a: 0.00980386137962341,0.96522855758667,0.00980386137962341,0.00955666042864323,0.246571391820908,0.00955666042864323,0.246571391820908,0.96522855758667,0.269300013780594,0.96522855758667,0.269300013780594,0.00955666042864323,0.468660801649094,0.00955666042864323,0.468660801649094,0.96522855758667,0.765363872051239,0.246324181556702,0.725520610809326,0.0469634048640728,0.815823197364807,0.00955666042864323,0.863109827041626,0.246324181556702,0.852609097957611,0.465649098157883,0.892452418804169,0.266288310289383,0.990198314189911,0.266288310289383,0.942911684513092,0.503055810928345,0.581865131855011,0.96522855758667,0.491562515497208,0.96522855758667,0.491562515497208,0.00955666042864323,0.581865131855011,0.00955666042864323,0.604644000530243,0.00955666042864323,0.702389895915985,0.00955666042864323,0.702389895915985,0.96522855758667,0.604644000530243,0.96522855758667
  1206. }
  1207. UVIndex: *24 {
  1208. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
  1209. }
  1210. }
  1211. LayerElementSmoothing: 0 {
  1212. Version: 102
  1213. Name: ""
  1214. MappingInformationType: "ByEdge"
  1215. ReferenceInformationType: "Direct"
  1216. Smoothing: *12 {
  1217. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1218. }
  1219. }
  1220. LayerElementMaterial: 0 {
  1221. Version: 101
  1222. Name: ""
  1223. MappingInformationType: "AllSame"
  1224. ReferenceInformationType: "IndexToDirect"
  1225. Materials: *1 {
  1226. a: 0
  1227. }
  1228. }
  1229. Layer: 0 {
  1230. Version: 100
  1231. LayerElement: {
  1232. Type: "LayerElementNormal"
  1233. TypedIndex: 0
  1234. }
  1235. LayerElement: {
  1236. Type: "LayerElementBinormal"
  1237. TypedIndex: 0
  1238. }
  1239. LayerElement: {
  1240. Type: "LayerElementTangent"
  1241. TypedIndex: 0
  1242. }
  1243. LayerElement: {
  1244. Type: "LayerElementMaterial"
  1245. TypedIndex: 0
  1246. }
  1247. LayerElement: {
  1248. Type: "LayerElementSmoothing"
  1249. TypedIndex: 0
  1250. }
  1251. LayerElement: {
  1252. Type: "LayerElementUV"
  1253. TypedIndex: 0
  1254. }
  1255. }
  1256. }
  1257. Geometry: 2267733806240, "Geometry::", "Mesh" {
  1258. Vertices: *24 {
  1259. a: 429.677734375,600,-277.24658203125,465.3330078125,600,-99.47509765625,311.8564453125,600,-220.549560546875,337.7685546875,600,-88.02978515625,429.677734375,1200,-277.24658203125,465.3330078125,1200,-99.47509765625,311.8564453125,1200,-220.549560546875,337.7685546875,1200,-88.02978515625
  1260. }
  1261. PolygonVertexIndex: *24 {
  1262. a: 5,1,0,-5,6,2,3,-8,5,4,6,-8,0,1,3,-3,5,7,3,-2,6,4,0,-3
  1263. }
  1264. Edges: *12 {
  1265. a: 1,0,5,7,4,13,15,2,9,3,11,6
  1266. }
  1267. GeometryVersion: 124
  1268. LayerElementNormal: 0 {
  1269. Version: 102
  1270. Name: ""
  1271. MappingInformationType: "ByVertice"
  1272. ReferenceInformationType: "Direct"
  1273. Normals: *24 {
  1274. a: 0.613040328025818,-0.142451986670494,-0.777102887630463,0.889790594577789,-0.146540209650993,0.432202190160751,-0.884492337703705,-0.181913450360298,-0.429628729820251,-0.609290063381195,-0.179562285542488,0.772349059581757,0.613040328025818,0.142451986670494,-0.777102887630463,0.889790594577789,0.146540209650993,0.432202190160751,-0.884492337703705,0.181913450360298,-0.429628729820251,-0.609290063381195,0.179562285542488,0.772349059581757
  1275. }
  1276. NormalsW: *8 {
  1277. a: 1,1,1,1,1,1,1,1
  1278. }
  1279. }
  1280. LayerElementBinormal: 0 {
  1281. Version: 102
  1282. Name: "map1"
  1283. MappingInformationType: "ByPolygonVertex"
  1284. ReferenceInformationType: "Direct"
  1285. Binormals: *72 {
  1286. a: -0.179387167096138,0.983120441436768,0.0359793230891228,0.179387167096138,0.983120441436768,-0.0359793230891228,0.182045266032219,0.982612013816834,-0.0365124642848969,-0.182045266032219,0.982612013816834,0.0365124642848969,0.221395939588547,0.974222660064697,-0.0432904213666916,-0.221395939588547,0.974222660064697,0.0432904213666916,-0.229614898562431,0.972245454788208,0.0448975041508675,0.229614898562431,0.972245454788208,-0.0448975041508675,-0.0382879748940468,0.967676758766174,-0.249270543456078,-0.0508067682385445,-0.97446608543396,-0.218711361289024,-0.047040157020092,-0.950932741165161,-0.305800795555115,-0.0217717364430428,0.969867527484894,-0.242658331990242,0.0508067831397057,-0.97446608543396,0.218711376190186,0.0382879823446274,0.967676758766174,0.249270528554916,0.0217717364430428,0.969867527484894,0.242658331990242,0.047040157020092,-0.950932741165161,0.305800795555115,-0.0246789902448654,0.961109936237335,-0.275061339139938,-0.0217717364430428,0.969867527484894,-0.242658331990242,0.0217717364430428,0.969867527484894,0.242658331990242,0.0246789902448654,0.961109936237335,0.275061339139938,-0.0996163710951805,-0.973253786563873,-0.207011386752129,-0.135110840201378,-0.950217008590698,-0.280771940946579,0.135110840201378,-0.950217008590698,0.280771940946579,0.0996163710951805,-0.973253786563873,0.207011386752129
  1287. }
  1288. BinormalsW: *24 {
  1289. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1290. }
  1291. }
  1292. LayerElementTangent: 0 {
  1293. Version: 102
  1294. Name: "map1"
  1295. MappingInformationType: "ByPolygonVertex"
  1296. ReferenceInformationType: "Direct"
  1297. Tangents: *72 {
  1298. a: 0.419634401798248,0.109545595943928,-0.901058673858643,0.419634401798248,-0.109545595943928,-0.901058673858643,-0.768791913986206,0.119084291160107,-0.628313601016998,-0.768791913986206,-0.119084291160107,-0.628313601016998,-0.410678952932358,0.133408099412918,0.901967346668243,-0.410678952932358,-0.133408099412918,0.901967346668243,0.75897479057312,0.149987250566483,0.633609592914581,0.75897479057312,-0.149987250566483,0.633609592914581,0.454760044813156,-0.205250442028046,-0.866640388965607,0.78841632604599,-0.173560947179794,0.590149402618408,0.464177221059799,0.250268638134003,-0.849649965763092,0.792648434638977,0.164664700627327,0.587021291255951,0.78841632604599,0.173560962080956,0.590149402618408,0.454760044813156,0.205250427126884,-0.866640388965607,0.792648434638977,-0.164664700627327,0.587021291255951,0.464177221059799,-0.250268638134003,-0.849649965763092,0.455701231956482,-0.234080672264099,-0.858803033828735,0.792648434638977,0.164664700627327,0.587021291255951,0.792648434638977,-0.164664700627327,0.587021291255951,0.455701231956482,0.234080672264099,-0.858803033828735,0.455795884132385,0.140301927924156,-0.878957033157349,0.778412997722626,-0.277119517326355,0.563274383544922,0.778412997722626,0.277119517326355,0.563274383544922,0.455795884132385,-0.140301927924156,-0.878957033157349
  1299. }
  1300. TangentsW: *24 {
  1301. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1302. }
  1303. }
  1304. LayerElementUV: 0 {
  1305. Version: 101
  1306. Name: "map1"
  1307. MappingInformationType: "ByPolygonVertex"
  1308. ReferenceInformationType: "IndexToDirect"
  1309. UV: *48 {
  1310. a: 0.00980398803949356,0.964513778686523,0.00980398803949356,0.00954958330839872,0.246940791606903,0.00954958330839872,0.246940791606903,0.964513778686523,0.269300252199173,0.964513778686523,0.269300252199173,0.00954958330839872,0.469058007001877,0.00954958330839872,0.469058007001877,0.964513778686523,0.8633131980896,0.00954958330839872,0.815752446651459,0.246686384081841,0.725516736507416,0.209307342767715,0.765639662742615,0.00954958330839872,0.942637741565704,0.266650497913361,0.990198493003845,0.503787279129028,0.89252495765686,0.503787279129028,0.852402031421661,0.304029524326324,0.589235723018646,0.964513778686523,0.491562187671661,0.964513778686523,0.491562187671661,0.00954958330839872,0.589235723018646,0.00954958330839872,0.612440228462219,0.00954996142536402,0.702675938606262,0.00954996142536402,0.702675938606262,0.964514136314392,0.612440228462219,0.964514136314392
  1311. }
  1312. UVIndex: *24 {
  1313. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
  1314. }
  1315. }
  1316. LayerElementSmoothing: 0 {
  1317. Version: 102
  1318. Name: ""
  1319. MappingInformationType: "ByEdge"
  1320. ReferenceInformationType: "Direct"
  1321. Smoothing: *12 {
  1322. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1323. }
  1324. }
  1325. LayerElementMaterial: 0 {
  1326. Version: 101
  1327. Name: ""
  1328. MappingInformationType: "AllSame"
  1329. ReferenceInformationType: "IndexToDirect"
  1330. Materials: *1 {
  1331. a: 0
  1332. }
  1333. }
  1334. Layer: 0 {
  1335. Version: 100
  1336. LayerElement: {
  1337. Type: "LayerElementNormal"
  1338. TypedIndex: 0
  1339. }
  1340. LayerElement: {
  1341. Type: "LayerElementBinormal"
  1342. TypedIndex: 0
  1343. }
  1344. LayerElement: {
  1345. Type: "LayerElementTangent"
  1346. TypedIndex: 0
  1347. }
  1348. LayerElement: {
  1349. Type: "LayerElementMaterial"
  1350. TypedIndex: 0
  1351. }
  1352. LayerElement: {
  1353. Type: "LayerElementSmoothing"
  1354. TypedIndex: 0
  1355. }
  1356. LayerElement: {
  1357. Type: "LayerElementUV"
  1358. TypedIndex: 0
  1359. }
  1360. }
  1361. }
  1362. Geometry: 2267733798048, "Geometry::", "Mesh" {
  1363. Vertices: *24 {
  1364. a: 368.18359375,0,-480.08203125,429.4443359375,600,-278.137451171875,238.44140625,0,-333.326171875,311.720703125,600,-221.181884765625,481.205078125,0,-311.661376953125,328.580078125,600,-428.44189453125,311.720703125,0,-221.181884765625,238.44140625,600,-333.326171875
  1365. }
  1366. PolygonVertexIndex: *24 {
  1367. a: 1,4,0,-6,7,2,6,-4,1,5,7,-4,0,4,6,-3,1,3,6,-5,7,5,0,-3
  1368. }
  1369. Edges: *12 {
  1370. a: 1,3,0,7,4,11,15,13,2,9,6,5
  1371. }
  1372. GeometryVersion: 124
  1373. LayerElementNormal: 0 {
  1374. Version: 102
  1375. Name: ""
  1376. MappingInformationType: "ByVertice"
  1377. ReferenceInformationType: "Direct"
  1378. Normals: *24 {
  1379. a: 0.203034147620201,-0.116116262972355,-0.972262322902679,0.962018251419067,0.200489223003387,0.185270249843597,-0.955650389194489,-0.253254860639572,-0.15031410753727,-0.172214046120644,0.159939661622047,0.971988499164581,0.983897864818573,-0.133915901184082,0.118369579315186,0.143439784646034,0.212928131222725,-0.966481566429138,-0.168852612376213,-0.2514927983284,0.953016340732574,-0.974280536174774,0.165207713842392,-0.153244435787201
  1380. }
  1381. NormalsW: *8 {
  1382. a: 1,1,1,1,1,1,1,1
  1383. }
  1384. }
  1385. LayerElementBinormal: 0 {
  1386. Version: 102
  1387. Name: "map1"
  1388. MappingInformationType: "ByPolygonVertex"
  1389. ReferenceInformationType: "Direct"
  1390. Binormals: *72 {
  1391. a: -0.229973703622818,0.960882484912872,0.154327616095543,0.145761996507645,0.984472215175629,-0.0978159978985786,0.133953422307968,0.986902296543121,-0.0898916646838188,-0.255772441625595,0.951377987861633,0.171640321612358,0.184353694319725,0.975449740886688,-0.120463624596596,-0.278536051511765,0.943022549152374,0.18200595676899,-0.0055634044110775,0.967127561569214,0.254230916500092,0.100960180163383,0.984400272369385,-0.144094184041023,-0.113787211477757,0.91141551733017,-0.395441859960556,-0.0782753601670265,-0.971080005168915,-0.225558415055275,-0.101830251514912,-0.929453611373901,-0.354607760906219,-0.0403991974890232,0.984753847122192,-0.169197991490364,0.0697868689894676,-0.988702654838562,0.132653072476387,0.102486908435822,0.965298533439636,0.240198343992233,0.0951279252767563,0.958227753639221,0.269722521305084,0.173956319689751,-0.897262692451477,0.405781745910645,-0.1433474868536,0.948591649532318,-0.282179653644562,0.100960180163383,0.984400272369385,-0.144094184041023,-0.0055634044110775,0.967127561569214,0.254230916500092,0.108109563589096,0.973294734954834,0.202508687973022,0.1446133852005,0.979951739311218,0.137046307325363,0.267902702093124,0.931763708591461,0.245039969682693,-0.172136709094048,0.973247170448303,-0.152180597186089,-0.22099943459034,0.95404726266861,-0.20236898958683
  1392. }
  1393. BinormalsW: *24 {
  1394. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1395. }
  1396. }
  1397. LayerElementTangent: 0 {
  1398. Version: 102
  1399. Name: "map1"
  1400. MappingInformationType: "ByPolygonVertex"
  1401. ReferenceInformationType: "Direct"
  1402. Tangents: *72 {
  1403. a: 0.14708200097084,0.191073268651962,-0.970493614673615,0.103432312607765,-0.113494724035263,-0.988140046596527,-0.969965755939484,0.111986771225929,-0.21592915058136,-0.956036448478699,-0.222579315304756,-0.190926641225815,-0.12958075106144,0.145616561174393,0.980818450450897,-0.095655731856823,-0.215801984071732,0.971740543842316,0.985625624656677,-0.0376255363225937,0.164701163768768,0.979872107505798,-0.0733170881867409,0.185675084590912,0.248139783740044,-0.359340906143188,-0.899611413478851,0.986558675765991,-0.108005747199059,0.122624471783638,0.201017498970032,0.329882502555847,-0.922371685504913,0.984230756759644,0.0684058219194412,0.16312700510025,0.976681709289551,0.0947842448949814,0.192636951804161,0.146428644657135,0.224199280142784,-0.963479816913605,0.981040000915527,-0.136201813817024,0.137875258922577,0.237637415528297,-0.361637383699417,-0.901524722576141,0.232319667935371,-0.244903966784477,-0.941302120685577,0.979872107505798,-0.0733170881867409,0.185675084590912,0.985625624656677,-0.0376255363225937,0.164701163768768,0.142327874898911,0.186450973153114,-0.97210031747818,-0.172813251614571,-0.111360356211662,0.978639185428619,-0.95270836353302,0.29407149553299,-0.0766079425811768,-0.963922381401062,-0.198259904980659,-0.177614361047745,-0.194657668471336,0.160174667835236,0.967704772949219
  1404. }
  1405. TangentsW: *24 {
  1406. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1407. }
  1408. }
  1409. LayerElementUV: 0 {
  1410. Version: 101
  1411. Name: "map1"
  1412. MappingInformationType: "ByPolygonVertex"
  1413. ReferenceInformationType: "IndexToDirect"
  1414. UV: *44 {
  1415. a: 0.00959655176848173,0.990196049213409,0.00959655176848173,0.00980386231094599,0.215432330965996,0.00980386231094599,0.215432330965996,0.990196049213409,0.23879012465477,0.990196049213409,0.23879012465477,0.00980386231094599,0.355288296937943,0.00980386231094599,0.355288296937943,0.990196049213409,0.772254645824432,0.0484199374914169,0.634124636650085,0.254255712032318,0.563217580318451,0.183349058032036,0.679715752601624,0.00980386231094599,0.831113576889038,0.273798108100891,0.969243586063385,0.479633897542953,0.876704692840576,0.518249988555908,0.760206520557404,0.344704777002335,0.447827160358429,0.990196049213409,0.447827160358429,0.00980386231094599,0.54061359167099,0.990196049213409,0.469706922769547,0.990196049213409,0.469706922769547,0.00980386231094599,0.54061359167099,0.00980386231094599
  1416. }
  1417. UVIndex: *24 {
  1418. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,7,6,17,18,19,20,21
  1419. }
  1420. }
  1421. LayerElementSmoothing: 0 {
  1422. Version: 102
  1423. Name: ""
  1424. MappingInformationType: "ByEdge"
  1425. ReferenceInformationType: "Direct"
  1426. Smoothing: *12 {
  1427. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1428. }
  1429. }
  1430. LayerElementMaterial: 0 {
  1431. Version: 101
  1432. Name: ""
  1433. MappingInformationType: "AllSame"
  1434. ReferenceInformationType: "IndexToDirect"
  1435. Materials: *1 {
  1436. a: 0
  1437. }
  1438. }
  1439. Layer: 0 {
  1440. Version: 100
  1441. LayerElement: {
  1442. Type: "LayerElementNormal"
  1443. TypedIndex: 0
  1444. }
  1445. LayerElement: {
  1446. Type: "LayerElementBinormal"
  1447. TypedIndex: 0
  1448. }
  1449. LayerElement: {
  1450. Type: "LayerElementTangent"
  1451. TypedIndex: 0
  1452. }
  1453. LayerElement: {
  1454. Type: "LayerElementMaterial"
  1455. TypedIndex: 0
  1456. }
  1457. LayerElement: {
  1458. Type: "LayerElementSmoothing"
  1459. TypedIndex: 0
  1460. }
  1461. LayerElement: {
  1462. Type: "LayerElementUV"
  1463. TypedIndex: 0
  1464. }
  1465. }
  1466. }
  1467. Geometry: 2267733807264, "Geometry::", "Mesh" {
  1468. Vertices: *24 {
  1469. a: 199.2763671875,0,-592.8525390625,327.984375,600,-429.036376953125,129.056640625,0,-408.3408203125,238.068359375,600,-333.705078125,367.515625,0,-480.747802734375,177.841796875,600,-529.08251953125,238.068359375,0,-333.705078125,129.056640625,600,-408.3408203125
  1470. }
  1471. PolygonVertexIndex: *24 {
  1472. a: 1,4,0,-6,7,2,6,-4,1,5,7,-4,0,4,6,-3,1,3,6,-5,7,5,0,-3
  1473. }
  1474. Edges: *12 {
  1475. a: 1,3,0,7,4,11,15,13,2,9,6,5
  1476. }
  1477. GeometryVersion: 124
  1478. LayerElementNormal: 0 {
  1479. Version: 102
  1480. Name: ""
  1481. MappingInformationType: "ByVertice"
  1482. ReferenceInformationType: "Direct"
  1483. Normals: *24 {
  1484. a: -0.174116492271423,-0.11751452088356,-0.977687954902649,0.963422119617462,0.203519970178604,-0.174348503351212,-0.944605708122253,-0.255682200193405,0.205782949924469,0.20554792881012,0.158996745944023,0.965644955635071,0.960264682769775,-0.12882599234581,-0.247579351067543,-0.232852339744568,0.212801083922386,-0.948944389820099,0.201364576816559,-0.254069894552231,0.945991992950439,-0.963988542556763,0.163167700171471,0.210005521774292
  1485. }
  1486. NormalsW: *8 {
  1487. a: 1,1,1,1,1,1,1,1
  1488. }
  1489. }
  1490. LayerElementBinormal: 0 {
  1491. Version: 102
  1492. Name: "map1"
  1493. MappingInformationType: "ByPolygonVertex"
  1494. ReferenceInformationType: "Direct"
  1495. Binormals: *72 {
  1496. a: -0.217898920178413,0.973631799221039,-0.067537821829319,0.121116600930691,0.991563141345978,-0.0461876280605793,0.0896795690059662,0.986835539340973,-0.134585067629814,-0.17003022134304,0.95182877779007,0.255169987678528,0.15494304895401,0.986382722854614,-0.0551531501114368,-0.242490366101265,0.966209232807159,0.0873965471982956,-0.201146006584167,0.934466421604156,0.293790519237518,0.128503873944283,0.973785936832428,-0.187690630555153,-0.215975254774094,0.974819004535675,-0.0555221922695637,-0.493008315563202,-0.866920232772827,-0.073432557284832,-0.176328912377357,-0.983282685279846,-0.0454230047762394,-0.27425679564476,0.956534802913666,-0.0991182178258896,-0.310653477907181,0.948708593845367,-0.0587070174515247,-0.145287066698074,-0.988158941268921,-0.0493315905332565,-0.35663828253746,-0.91850209236145,-0.17077249288559,-0.279205054044724,0.955586731433868,-0.0943332239985466,-0.217898920178413,0.973631799221039,-0.067537821829319,-0.139773204922676,0.981368184089661,-0.131833404302597,0.227403521537781,0.951513290405273,0.207147479057312,0.121116600930691,0.991563141345978,-0.0461876280605793,0.15494304895401,0.986382722854614,-0.0551531501114368,0.329062551259995,0.93545138835907,0.129029780626297,-0.209667101502419,0.974511623382568,-0.0797931179404259,-0.242490366101265,0.966209232807159,0.0873965471982956
  1497. }
  1498. BinormalsW: *24 {
  1499. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1500. }
  1501. }
  1502. LayerElementTangent: 0 {
  1503. Version: 102
  1504. Name: "map1"
  1505. MappingInformationType: "ByPolygonVertex"
  1506. ReferenceInformationType: "Direct"
  1507. Tangents: *72 {
  1508. a: -0.156005904078484,-0.103057764470577,-0.982365131378174,-0.251440763473511,-0.0143663743510842,-0.967766046524048,-0.980632960796356,0.111112110316753,0.161285653710365,-0.957533061504364,-0.22076615691185,0.185452908277512,0.216145053505898,0.0206281095743179,0.976143419742584,0.221175104379654,-0.0326548963785172,0.974687159061432,0.958640992641449,0.249441519379616,-0.137063324451447,0.970173597335815,-0.162668541073799,-0.17972806096077,-0.158658340573311,-0.0911462754011154,-0.983117520809174,0.838285505771637,-0.450738489627838,-0.306777149438858,-0.199083179235458,0.0808172896504402,-0.976644396781921,0.939432561397552,0.244461178779602,-0.240219548344612,-0.934439837932587,-0.293500274419785,0.201692223548889,0.238292530179024,-0.0833414569497108,0.967610955238342,-0.912283658981323,0.302989393472672,0.275564730167389,0.172524079680443,0.146563321352005,0.974040269851685,-0.156005904078484,-0.103057764470577,-0.982365131378174,0.968614220619202,0.107873201370239,-0.223941594362259,0.952753961086273,-0.173409774899483,-0.249377444386482,-0.251440763473511,-0.0143663743510842,-0.967766046524048,0.216145053505898,0.0206281095743179,0.976143419742584,-0.915149033069611,0.282217174768448,0.287846952676773,-0.962145090103149,-0.191095665097237,0.194317534565926,0.221175104379654,-0.0326548963785172,0.974687159061432
  1509. }
  1510. TangentsW: *24 {
  1511. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1512. }
  1513. }
  1514. LayerElementUV: 0 {
  1515. Version: 101
  1516. Name: "map1"
  1517. MappingInformationType: "ByPolygonVertex"
  1518. ReferenceInformationType: "IndexToDirect"
  1519. UV: *40 {
  1520. a: 0.0800928771495819,0.990196049213409,0.0800928771495819,0.00980386231094599,0.217102289199829,0.00980386231094599,0.217102289199829,0.990196049213409,0.330960839986801,0.990196049213409,0.330960839986801,0.00980386231094599,0.446460396051407,0.00980386231094599,0.446460396051407,0.990196049213409,0.538629770278931,0.00980386231094599,0.675639569759369,0.215418145060539,0.582994878292084,0.253790348768234,0.467492431402206,0.0804868787527084,0.696673929691315,0.215418145060539,0.833683729171753,0.00980386231094599,0.9048210978508,0.0804868787527084,0.7893186211586,0.253790348768234,0.00895867496728897,0.990196049213409,0.00895867496728897,0.00980386231094599,0.238316774368286,0.990196049213409,0.238316774368286,0.00980386231094599
  1521. }
  1522. UVIndex: *24 {
  1523. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,0,16,17,1,4,18,19,5
  1524. }
  1525. }
  1526. LayerElementSmoothing: 0 {
  1527. Version: 102
  1528. Name: ""
  1529. MappingInformationType: "ByEdge"
  1530. ReferenceInformationType: "Direct"
  1531. Smoothing: *12 {
  1532. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1533. }
  1534. }
  1535. LayerElementMaterial: 0 {
  1536. Version: 101
  1537. Name: ""
  1538. MappingInformationType: "AllSame"
  1539. ReferenceInformationType: "IndexToDirect"
  1540. Materials: *1 {
  1541. a: 0
  1542. }
  1543. }
  1544. Layer: 0 {
  1545. Version: 100
  1546. LayerElement: {
  1547. Type: "LayerElementNormal"
  1548. TypedIndex: 0
  1549. }
  1550. LayerElement: {
  1551. Type: "LayerElementBinormal"
  1552. TypedIndex: 0
  1553. }
  1554. LayerElement: {
  1555. Type: "LayerElementTangent"
  1556. TypedIndex: 0
  1557. }
  1558. LayerElement: {
  1559. Type: "LayerElementMaterial"
  1560. TypedIndex: 0
  1561. }
  1562. LayerElement: {
  1563. Type: "LayerElementSmoothing"
  1564. TypedIndex: 0
  1565. }
  1566. LayerElement: {
  1567. Type: "LayerElementUV"
  1568. TypedIndex: 0
  1569. }
  1570. }
  1571. }
  1572. Geometry: 2267733793952, "Geometry::", "Mesh" {
  1573. Vertices: *24 {
  1574. a: -0.2607421875,0,-632.284912109375,176.8583984375,600,-529.353759765625,-0.201171875,0,-434.550048828125,128.375,600,-408.510986328125,198.1748046875,0,-593.15673828125,-0.2333984375,600,-564.273193359375,128.375,0,-408.510986328125,-0.201171875,600,-434.550048828125
  1575. }
  1576. PolygonVertexIndex: *24 {
  1577. a: 1,4,0,-6,7,2,6,-4,1,5,7,-4,0,4,6,-3,1,3,6,-5,7,5,0,-3
  1578. }
  1579. Edges: *12 {
  1580. a: 1,3,0,7,4,11,15,13,2,9,6,5
  1581. }
  1582. GeometryVersion: 124
  1583. LayerElementNormal: 0 {
  1584. Version: 102
  1585. Name: ""
  1586. MappingInformationType: "ByVertice"
  1587. ReferenceInformationType: "Direct"
  1588. Normals: *24 {
  1589. a: -0.525404214859009,-0.119708299636841,-0.842389702796936,0.828627228736877,0.207064479589462,-0.520097374916077,-0.800053954124451,-0.256636381149292,0.542265057563782,0.55231499671936,0.159307777881622,0.818272113800049,0.799881756305695,-0.123507216572762,-0.587311744689941,-0.573737502098084,0.210475787520409,-0.791533410549164,0.540814518928528,-0.256016075611115,0.801233768463135,-0.816996932029724,0.160867497324944,0.553748786449432
  1590. }
  1591. NormalsW: *8 {
  1592. a: 1,1,1,1,1,1,1,1
  1593. }
  1594. }
  1595. LayerElementBinormal: 0 {
  1596. Version: 102
  1597. Name: "map1"
  1598. MappingInformationType: "ByPolygonVertex"
  1599. ReferenceInformationType: "Direct"
  1600. Binormals: *72 {
  1601. a: 0.0570777878165245,-0.955484867095947,-0.289466500282288,-0.0322309210896492,-0.986023843288422,0.163456857204437,-0.0315232202410698,-0.986634969711304,0.159867614507675,0.0583295002579689,-0.953463077545166,-0.29581406712532,0.0441626682877541,0.974934101104736,-0.218067198991776,-0.0691698715090752,0.937315583229065,0.341548204421997,-0.0701229497790337,0.935516357421875,0.346254408359528,0.0445079691708088,0.974535405635834,-0.219772219657898,-0.25805726647377,0.965762138366699,-0.0266455076634884,-0.344510704278946,-0.938782453536987,8.55922771734186e-005,-0.207179188728333,-0.978065967559814,-0.0215363651514053,-0.21818619966507,0.974979341030121,-0.0425460822880268,-0.222249418497086,0.974989891052246,6.69509172439575e-005,-0.168514981865883,-0.985447406768799,-0.0222746897488832,-0.328068614006042,-0.941316366195679,-0.0793374702334404,-0.331565976142883,0.942444205284119,-0.0431619137525558,-0.311740636825562,0.942368566989899,-0.12148828804493,-0.177563458681107,0.9815274477005,-0.0712403357028961,0.28571492433548,0.951831221580505,0.111285023391247,0.208359986543655,0.974875628948212,0.0787642598152161,0.193160265684128,0.981167197227478,-4.79817317682318e-005,0.344521790742874,0.938778400421143,-9.46819927776232e-005,-0.222249418497086,0.974989891052246,6.69509172439575e-005,-0.305392503738403,0.952226638793945,8.39233471197076e-005
  1602. }
  1603. BinormalsW: *24 {
  1604. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1605. }
  1606. }
  1607. LayerElementTangent: 0 {
  1608. Version: 102
  1609. Name: "map1"
  1610. MappingInformationType: "ByPolygonVertex"
  1611. ReferenceInformationType: "Direct"
  1612. Tangents: *72 {
  1613. a: 0.556883335113525,-0.210173830389977,0.803559541702271,0.599291563034058,0.111816570162773,0.792683243751526,0.850268602371216,-0.110549964010715,-0.51460862159729,0.816959619522095,0.21588933467865,-0.534760475158691,0.57494843006134,0.153705224394798,0.803622543811798,0.595927178859711,-0.235748574137688,0.767654478549957,0.838213801383972,0.24344427883625,-0.487988233566284,0.832446575164795,-0.157803133130074,-0.531160116195679,-0.496773064136505,-0.156294122338295,-0.853691279888153,0.743059575557709,-0.272740811109543,-0.611125946044922,-0.538138389587402,0.132320374250412,-0.832405209541321,0.804576396942139,0.155036866664886,-0.573254406452179,-0.821313440799713,-0.187255799770355,0.538868725299835,0.576013684272766,-0.116787925362587,0.809054255485535,-0.774526178836823,0.219952806830406,0.593068301677704,0.499977618455887,0.2143285125494,0.839098155498505,-0.464967548847198,-0.262804001569748,-0.845422565937042,0.814505636692047,0.105948127806187,-0.570399463176727,0.791130125522614,-0.168739914894104,-0.587911665439606,-0.562827885150909,0.185374349355698,-0.805519282817841,0.543327927589417,-0.106923073530197,0.832683861255646,-0.743054449558258,0.272754788398743,0.611125946044922,-0.821313440799713,-0.187255799770355,0.538868725299835,0.516380727291107,0.165536522865295,0.840207457542419
  1614. }
  1615. TangentsW: *24 {
  1616. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1617. }
  1618. }
  1619. LayerElementUV: 0 {
  1620. Version: 101
  1621. Name: "map1"
  1622. MappingInformationType: "ByPolygonVertex"
  1623. ReferenceInformationType: "IndexToDirect"
  1624. UV: *48 {
  1625. a: 0.246304228901863,0.00956071261316538,0.246304228901863,0.965637862682343,0.00980119127780199,0.965637862682343,0.00980119127780199,0.00956071261316538,0.2692990899086,0.965637862682343,0.2692990899086,0.00956071261316538,0.468636512756348,0.00956071261316538,0.468636512756348,0.965637862682343,0.815962791442871,0.00956071261316538,0.862595856189728,0.246063753962517,0.764808475971222,0.246063753962517,0.725512683391571,0.0467263422906399,0.853104174137115,0.502531051635742,0.899743258953094,0.266027987003326,0.990193367004395,0.303193628787994,0.950897574424744,0.502531051635742,0.58200865983963,0.965637862682343,0.491557031869888,0.965637862682343,0.491557031869888,0.00956071261316538,0.58200865983963,0.00956071261316538,0.702426016330719,0.965637862682343,0.604635834693909,0.965637862682343,0.604635834693909,0.00956071261316538,0.702426016330719,0.00956071261316538
  1626. }
  1627. UVIndex: *24 {
  1628. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
  1629. }
  1630. }
  1631. LayerElementSmoothing: 0 {
  1632. Version: 102
  1633. Name: ""
  1634. MappingInformationType: "ByEdge"
  1635. ReferenceInformationType: "Direct"
  1636. Smoothing: *12 {
  1637. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1638. }
  1639. }
  1640. LayerElementMaterial: 0 {
  1641. Version: 101
  1642. Name: ""
  1643. MappingInformationType: "AllSame"
  1644. ReferenceInformationType: "IndexToDirect"
  1645. Materials: *1 {
  1646. a: 0
  1647. }
  1648. }
  1649. Layer: 0 {
  1650. Version: 100
  1651. LayerElement: {
  1652. Type: "LayerElementNormal"
  1653. TypedIndex: 0
  1654. }
  1655. LayerElement: {
  1656. Type: "LayerElementBinormal"
  1657. TypedIndex: 0
  1658. }
  1659. LayerElement: {
  1660. Type: "LayerElementTangent"
  1661. TypedIndex: 0
  1662. }
  1663. LayerElement: {
  1664. Type: "LayerElementMaterial"
  1665. TypedIndex: 0
  1666. }
  1667. LayerElement: {
  1668. Type: "LayerElementSmoothing"
  1669. TypedIndex: 0
  1670. }
  1671. LayerElement: {
  1672. Type: "LayerElementUV"
  1673. TypedIndex: 0
  1674. }
  1675. }
  1676. }
  1677. Geometry: 2267733781664, "Geometry::", "Mesh" {
  1678. Vertices: *24 {
  1679. a: -199.537109375,0,-592.594482421875,-0.96484375,600,-564.2724609375,-129.25390625,0,-408.13671875,-0.69921875,600,-434.549072265625,-1.0810546875,0,-632.283935546875,-178.07421875,600,-528.852294921875,-0.69921875,0,-434.549072265625,-129.25390625,600,-408.13671875
  1680. }
  1681. PolygonVertexIndex: *24 {
  1682. a: 1,4,0,-6,7,2,6,-4,1,5,7,-4,0,4,6,-3,1,3,6,-5,7,5,0,-3
  1683. }
  1684. Edges: *12 {
  1685. a: 1,3,0,7,4,11,15,13,2,9,6,5
  1686. }
  1687. GeometryVersion: 124
  1688. LayerElementNormal: 0 {
  1689. Version: 102
  1690. Name: ""
  1691. MappingInformationType: "ByVertice"
  1692. ReferenceInformationType: "Direct"
  1693. Normals: *24 {
  1694. a: -0.80124169588089,-0.12353241443634,-0.585449934005737,0.571419715881348,0.21053321659565,-0.79319304227829,-0.538475275039673,-0.256091982126236,0.80278354883194,0.818272411823273,0.160940274596214,0.551841020584106,0.522970795631409,-0.119677327573299,-0.843906939029694,-0.829833567142487,0.20707930624485,-0.5181645154953,0.80129086971283,-0.256735414266586,0.540388703346252,-0.549933195114136,0.159354940056801,0.819865524768829
  1695. }
  1696. NormalsW: *8 {
  1697. a: 1,1,1,1,1,1,1,1
  1698. }
  1699. }
  1700. LayerElementBinormal: 0 {
  1701. Version: 102
  1702. Name: "map1"
  1703. MappingInformationType: "ByPolygonVertex"
  1704. ReferenceInformationType: "Direct"
  1705. Binormals: *72 {
  1706. a: -0.0591312795877457,-0.953458309173584,-0.295670032501221,0.0319413505494595,-0.986646473407745,0.159713834524155,0.0326678976416588,-0.986027717590332,0.163347035646439,-0.0578425377607346,-0.955511510372162,-0.289226651191711,-0.0451370142400265,0.974524617195129,-0.219691693782806,0.071113720536232,0.935489058494568,0.346125960350037,0.0701283812522888,0.937323749065399,0.341330170631409,-0.0447766147553921,0.974935114383698,-0.217937529087067,-0.345358520746231,0.938470840454102,0.000295758276479319,-0.257831007242203,-0.965814590454102,0.0269346907734871,-0.218527063727379,-0.974887132644653,0.042906790971756,-0.207057803869247,0.978086411952972,0.0217747334390879,-0.168388277292252,0.985463500022888,0.0225177463144064,-0.22271440923214,-0.974883794784546,0.000235043466091156,-0.331410527229309,-0.942476391792297,0.0436521954834461,-0.328361541032791,0.941159605979919,0.0799827873706818,-0.344881296157837,0.938646078109741,0.000686079263687134,-0.193242564797401,0.981150925159454,0.000395692826714367,0.305494844913483,0.952193558216095,-0.000607743801083416,0.222416177392006,0.97495174407959,-0.000429496169090271,0.177433654665947,0.981513142585754,-0.0717584937810898,0.31156998872757,0.942308068275452,-0.122391082346439,-0.208285957574844,0.97484290599823,0.0793623551726341,-0.285533159971237,0.951789975166321,0.112101502716541
  1707. }
  1708. BinormalsW: *24 {
  1709. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1710. }
  1711. }
  1712. LayerElementTangent: 0 {
  1713. Version: 102
  1714. Name: "map1"
  1715. MappingInformationType: "ByPolygonVertex"
  1716. ReferenceInformationType: "Direct"
  1717. Tangents: *72 {
  1718. a: 0.818524956703186,-0.215854197740555,0.532375693321228,0.851751983165741,0.110481210052967,0.512164711952209,0.597448348999023,-0.111755028367043,-0.794082045555115,0.555004954338074,0.210038021206856,-0.804893493652344,0.833988189697266,0.15782205760479,0.528730690479279,0.839635133743286,-0.243469193577766,0.485526114702225,0.594150602817535,0.235608160495758,-0.769073367118835,0.573084056377411,-0.153622671961784,-0.804968774318695,-0.744450747966766,-0.273766964673996,-0.60897022485733,0.494873225688934,-0.155950173735619,-0.854856789112091,-0.80611377954483,0.155566945672035,-0.570946156978607,0.536243677139282,0.132080629467964,-0.833664953708649,-0.574157953262329,-0.116625070571899,0.810395836830139,0.822739362716675,-0.187827318906784,0.536489546298981,-0.498096525669098,0.214068606495857,0.840282380580902,0.776030421257019,0.220534488558769,0.590881824493408,-0.744671940803528,-0.2731654047966,-0.608969926834106,0.541375696659088,0.106962971389294,-0.833949327468872,0.514398634433746,-0.165572941303253,-0.841415405273438,-0.822819948196411,0.187473937869072,-0.536489367485046,0.816143870353699,-0.106009364128113,0.568041563034058,-0.462926000356674,0.263008743524551,0.846478521823883,-0.560917973518372,-0.185529425740242,0.806814610958099,0.792789697647095,0.168857455253601,0.585637986660004
  1719. }
  1720. TangentsW: *24 {
  1721. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1722. }
  1723. }
  1724. LayerElementUV: 0 {
  1725. Version: 101
  1726. Name: "map1"
  1727. MappingInformationType: "ByPolygonVertex"
  1728. ReferenceInformationType: "IndexToDirect"
  1729. UV: *48 {
  1730. a: 0.246294885873795,0.00955893658101559,0.246294885873795,0.965458512306213,0.00980543810874224,0.965458512306213,0.00980543810874224,0.00955893658101559,0.269303679466248,0.965458512306213,0.269303679466248,0.00955893658101559,0.468573749065399,0.00955893658101559,0.468573749065399,0.965458512306213,0.863139450550079,0.00976523943245411,0.815847635269165,0.246254697442055,0.725517451763153,0.208828985691071,0.76537024974823,0.00955893658101559,0.899867415428162,0.502914786338806,0.852575540542603,0.266425311565399,0.950344741344452,0.266219019889832,0.990197539329529,0.465489059686661,0.589331269264221,0.965458512306213,0.491559028625488,0.965458512306213,0.491559028625488,0.00955893658101559,0.589331269264221,0.00955893658101559,0.702765822410584,0.965458512306213,0.612436354160309,0.965458512306213,0.612436354160309,0.00955893658101559,0.702765822410584,0.00955893658101559
  1731. }
  1732. UVIndex: *24 {
  1733. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
  1734. }
  1735. }
  1736. LayerElementSmoothing: 0 {
  1737. Version: 102
  1738. Name: ""
  1739. MappingInformationType: "ByEdge"
  1740. ReferenceInformationType: "Direct"
  1741. Smoothing: *12 {
  1742. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1743. }
  1744. }
  1745. LayerElementMaterial: 0 {
  1746. Version: 101
  1747. Name: ""
  1748. MappingInformationType: "AllSame"
  1749. ReferenceInformationType: "IndexToDirect"
  1750. Materials: *1 {
  1751. a: 0
  1752. }
  1753. }
  1754. Layer: 0 {
  1755. Version: 100
  1756. LayerElement: {
  1757. Type: "LayerElementNormal"
  1758. TypedIndex: 0
  1759. }
  1760. LayerElement: {
  1761. Type: "LayerElementBinormal"
  1762. TypedIndex: 0
  1763. }
  1764. LayerElement: {
  1765. Type: "LayerElementTangent"
  1766. TypedIndex: 0
  1767. }
  1768. LayerElement: {
  1769. Type: "LayerElementMaterial"
  1770. TypedIndex: 0
  1771. }
  1772. LayerElement: {
  1773. Type: "LayerElementSmoothing"
  1774. TypedIndex: 0
  1775. }
  1776. LayerElement: {
  1777. Type: "LayerElementUV"
  1778. TypedIndex: 0
  1779. }
  1780. }
  1781. }
  1782. Geometry: 2267733782688, "Geometry::", "Mesh" {
  1783. Vertices: *24 {
  1784. a: -368.701171875,0,-479.56494140625,-178.787109375,600,-528.496337890625,-238.8349609375,0,-332.918212890625,-129.8681640625,600,-407.82177734375,-200.3369140625,0,-592.19580078125,-329.0419921875,600,-427.980712890625,-129.8681640625,0,-407.82177734375,-238.8349609375,600,-332.918212890625
  1785. }
  1786. PolygonVertexIndex: *24 {
  1787. a: 1,4,0,-6,7,2,6,-4,1,5,7,-4,0,4,6,-3,1,3,6,-5,7,5,0,-3
  1788. }
  1789. Edges: *12 {
  1790. a: 1,3,0,7,4,11,15,13,2,9,6,5
  1791. }
  1792. GeometryVersion: 124
  1793. LayerElementNormal: 0 {
  1794. Version: 102
  1795. Name: ""
  1796. MappingInformationType: "ByVertice"
  1797. ReferenceInformationType: "Direct"
  1798. Normals: *24 {
  1799. a: -0.96056467294693,-0.128733918070793,-0.246461033821106,0.230085119605064,0.212853729724884,-0.949607312679291,-0.19859504699707,-0.254330545663834,0.946507275104523,0.964201331138611,0.163333281874657,0.208897218108177,0.17127725481987,-0.117494225502014,-0.978191792964935,-0.963598608970642,0.203612074255943,-0.173261970281601,0.944770693778992,-0.255951911211014,0.204687491059303,-0.202729240059853,0.159176886081696,0.966210901737213
  1800. }
  1801. NormalsW: *8 {
  1802. a: 1,1,1,1,1,1,1,1
  1803. }
  1804. }
  1805. LayerElementBinormal: 0 {
  1806. Version: 102
  1807. Name: "map1"
  1808. MappingInformationType: "ByPolygonVertex"
  1809. ReferenceInformationType: "Direct"
  1810. Binormals: *72 {
  1811. a: 0.170349925756454,0.95191216468811,0.254645317792892,-0.0898180976510048,0.98686683177948,-0.13426299393177,-0.121166899800301,0.991580009460449,-0.0456921458244324,0.218034759163857,0.973531365394592,-0.0685392692685127,-0.128860831260681,0.9737828373909,-0.187461733818054,0.201692283153534,0.934466958045959,0.293414086103439,0.257367074489594,0.966103732585907,0.0201439596712589,-0.145547285676003,0.984489917755127,-0.0979576408863068,-0.494908213615417,0.865775942802429,0.0741491988301277,-0.216005474328995,-0.974798440933228,0.0557643435895443,-0.275144696235657,-0.956208944320679,0.0997985973954201,-0.176449507474899,0.983250796794891,0.0456457734107971,-0.145138531923294,0.988171637058258,0.0495158955454826,-0.311822563409805,-0.948287844657898,0.0593035295605659,-0.279401928186417,-0.955478072166443,0.0948486328125,-0.357182383537292,0.918107151985168,0.171755731105804,-0.329634189605713,0.935151159763336,0.129744678735733,-0.145547285676003,0.984489917755127,-0.0979576408863068,0.257367074489594,0.966103732585907,0.0201439596712589,0.210009709000587,0.974398970603943,-0.0802668407559395,0.139519765973091,0.981328785419464,-0.132393568754196,0.218034759163857,0.973531365394592,-0.0685392692685127,-0.121166899800301,0.991580009460449,-0.0456921458244324,-0.226999938488007,0.951418995857239,0.208021461963654
  1812. }
  1813. BinormalsW: *24 {
  1814. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1815. }
  1816. }
  1817. LayerElementTangent: 0 {
  1818. Version: 102
  1819. Name: "map1"
  1820. MappingInformationType: "ByPolygonVertex"
  1821. ReferenceInformationType: "Direct"
  1822. Tangents: *72 {
  1823. a: -0.958145081996918,0.220355629920959,-0.182761147618294,-0.98112028837204,-0.110855527222157,-0.15847472846508,-0.25026798248291,0.0140273394063115,0.968075037002563,-0.154720485210419,0.103821463882923,0.982487976551056,0.970719218254089,0.162510707974434,0.176902517676353,0.959103882312775,-0.249173790216446,0.134284034371376,0.202905252575874,-0.0336484089493752,-0.978620052337646,0.221656918525696,-0.0640464574098587,-0.973019063472748,-0.837930023670197,-0.452907770872116,-0.304545342922211,0.157541140913963,-0.091159962117672,-0.983295738697052,-0.939785301685333,0.245615720748901,-0.237648338079453,0.19794288277626,0.0808715298771858,-0.97687178850174,-0.23717138171196,-0.0833342000842094,0.967886984348297,0.934575200080872,-0.294864922761917,0.199057549238205,-0.17129772901535,0.146800294518471,0.974221110343933,0.912677824497223,0.303965896368027,0.273173868656158,-0.915643036365509,-0.283170729875565,-0.285328358411789,0.221656918525696,-0.0640464574098587,-0.973019063472748,0.202905252575874,-0.0336484089493752,-0.978620052337646,-0.962579905986786,0.191681861877441,-0.191567331552505,0.969244599342346,-0.107965476810932,0.221152409911156,-0.154720485210419,0.103821463882923,0.982487976551056,-0.25026798248291,0.0140273394063115,0.968075037002563,0.953431248664856,0.173545077443123,0.246680095791817
  1824. }
  1825. TangentsW: *24 {
  1826. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1827. }
  1828. }
  1829. LayerElementUV: 0 {
  1830. Version: 101
  1831. Name: "map1"
  1832. MappingInformationType: "ByPolygonVertex"
  1833. ReferenceInformationType: "IndexToDirect"
  1834. UV: *40 {
  1835. a: 0.00896450877189636,0.990196049213409,0.00896450877189636,0.00980386231094599,0.146616280078888,0.00980386231094599,0.146616280078888,0.990196049213409,0.238385215401649,0.990196049213409,0.238385215401649,0.00980386231094599,0.354299753904343,0.00980386231094599,0.354299753904343,0.990196049213409,0.676180958747864,0.0481885112822056,0.538530170917511,0.253952145576477,0.467623144388199,0.183038875460625,0.58354252576828,0.00980386231094599,0.834517657756805,0.253952145576477,0.696866869926453,0.0481885112822056,0.789505302906036,0.00980386231094599,0.90542471408844,0.183038875460625,0.446943670511246,0.990196049213409,0.446943670511246,0.00980386231094599,0.217522948980331,0.990196049213409,0.217522948980331,0.00980386231094599
  1836. }
  1837. UVIndex: *24 {
  1838. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,7,6,17,18,3,2,19
  1839. }
  1840. }
  1841. LayerElementSmoothing: 0 {
  1842. Version: 102
  1843. Name: ""
  1844. MappingInformationType: "ByEdge"
  1845. ReferenceInformationType: "Direct"
  1846. Smoothing: *12 {
  1847. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1848. }
  1849. }
  1850. LayerElementMaterial: 0 {
  1851. Version: 101
  1852. Name: ""
  1853. MappingInformationType: "AllSame"
  1854. ReferenceInformationType: "IndexToDirect"
  1855. Materials: *1 {
  1856. a: 0
  1857. }
  1858. }
  1859. Layer: 0 {
  1860. Version: 100
  1861. LayerElement: {
  1862. Type: "LayerElementNormal"
  1863. TypedIndex: 0
  1864. }
  1865. LayerElement: {
  1866. Type: "LayerElementBinormal"
  1867. TypedIndex: 0
  1868. }
  1869. LayerElement: {
  1870. Type: "LayerElementTangent"
  1871. TypedIndex: 0
  1872. }
  1873. LayerElement: {
  1874. Type: "LayerElementMaterial"
  1875. TypedIndex: 0
  1876. }
  1877. LayerElement: {
  1878. Type: "LayerElementSmoothing"
  1879. TypedIndex: 0
  1880. }
  1881. LayerElement: {
  1882. Type: "LayerElementUV"
  1883. TypedIndex: 0
  1884. }
  1885. }
  1886. }
  1887. Geometry: 2267733794464, "Geometry::", "Mesh" {
  1888. Vertices: *24 {
  1889. a: -481.7275390625,0,-310.40478515625,-329.578125,600,-427.447021484375,-312.0537109375,0,-220.345703125,-239.296875,600,-332.445556640625,-369.3017578125,0,-478.967041015625,-429.91015625,600,-277.01611328125,-239.296875,0,-332.445556640625,-312.0537109375,600,-220.345703125
  1890. }
  1891. PolygonVertexIndex: *24 {
  1892. a: 1,4,0,-6,7,2,6,-4,1,5,7,-4,0,4,6,-3,1,3,6,-5,7,5,0,-3
  1893. }
  1894. Edges: *12 {
  1895. a: 1,3,0,7,4,11,15,13,2,9,6,5
  1896. }
  1897. GeometryVersion: 124
  1898. LayerElementNormal: 0 {
  1899. Version: 102
  1900. Name: ""
  1901. MappingInformationType: "ByVertice"
  1902. ReferenceInformationType: "Direct"
  1903. Normals: *24 {
  1904. a: -0.983534455299377,-0.133775666356087,0.121507130563259,-0.145032629370689,0.212713569402695,-0.966291069984436,0.170449838042259,-0.251300543546677,0.95278263092041,0.973802924156189,0.165117889642715,-0.156345501542091,-0.204685255885124,-0.11590963602066,-0.971940815448761,-0.961465835571289,0.200285777449608,0.188332170248032,0.955200254917145,-0.253127604722977,-0.153358817100525,0.173837721347809,0.15981262922287,0.971720337867737
  1905. }
  1906. NormalsW: *8 {
  1907. a: 1,1,1,1,1,1,1,1
  1908. }
  1909. }
  1910. LayerElementBinormal: 0 {
  1911. Version: 102
  1912. Name: "map1"
  1913. MappingInformationType: "ByPolygonVertex"
  1914. ReferenceInformationType: "Direct"
  1915. Binormals: *72 {
  1916. a: 0.25631657242775,0.95135509967804,0.170954570174217,-0.134116813540459,0.986920058727264,-0.0894517451524735,-0.145930752158165,0.984495341777802,-0.0973309352993965,0.230257302522659,0.960935413837433,0.153573364019394,-0.05477474629879,0.98678582906723,-0.152491316199303,0.0811856314539909,0.967226564884186,0.240586340427399,0.278984308242798,0.943070113658905,0.18107083439827,-0.184641271829605,0.975472390651703,-0.119838826358318,0.0780906900763512,-0.971109688282013,-0.225495114922524,0.112952545285225,0.912321865558624,-0.393586903810501,0.0402505546808243,0.98476654291153,-0.169158950448036,0.1010672301054,-0.930192530155182,-0.352884262800217,-0.101772911846638,0.965597808361053,0.239297196269035,-0.0695420280098915,-0.988732755184174,0.132557332515717,-0.172959521412849,-0.897911667823792,0.404771387577057,-0.0947468653321266,0.958272337913513,0.26969838142395,-0.267277985811234,0.931886255741119,0.245256215333939,-0.144174858927727,0.980021178722382,0.13701143860817,0.220358282327652,0.954183399677277,-0.20242640376091,0.171539634466171,0.973349094390869,-0.152202859520912,-0.05477474629879,0.98678582906723,-0.152491316199303,0.142406195402145,0.948786675930023,-0.282000631093979,-0.107400253415108,0.973407328128815,0.202345058321953,0.0811856314539909,0.967226564884186,0.240586340427399
  1917. }
  1918. BinormalsW: *24 {
  1919. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1920. }
  1921. }
  1922. LayerElementTangent: 0 {
  1923. Version: 102
  1924. Name: "map1"
  1925. MappingInformationType: "ByPolygonVertex"
  1926. ReferenceInformationType: "Direct"
  1927. Tangents: *72 {
  1928. a: -0.955650329589844,0.2228824198246,0.192499607801437,-0.969596147537231,-0.112044155597687,0.217553347349167,0.106602638959885,0.113459937274456,0.987807035446167,0.150216445326805,-0.191020384430885,0.970023810863495,0.983249843120575,0.0267169885337353,-0.180294290184975,0.982016086578369,-0.036344338208437,-0.185265630483627,-0.0987941101193428,0.215743616223335,-0.971439361572266,-0.132723152637482,-0.145567208528519,-0.980405390262604,0.986340403556824,0.108162470161915,-0.124231614172459,0.250649511814117,0.357147753238678,0.899789094924927,0.983951389789581,-0.0685184895992279,-0.164757043123245,0.203698977828026,-0.327838331460953,0.922512233257294,0.149339258670807,-0.222990900278091,0.963313460350037,0.976354360580444,-0.0947232693433762,-0.19431845843792,0.240161389112473,0.360112816095352,0.901466190814972,0.980800747871399,0.136243209242821,-0.1395273655653,0.952642738819122,0.29383847117424,-0.0783002078533173,0.175844967365265,-0.110881045460701,0.978153347969055,0.197572112083435,0.159563854336739,0.967214941978455,0.963679552078247,-0.197880074381828,-0.179347202181816,0.983249843120575,0.0267169885337353,-0.180294290184975,0.235167846083641,0.244314298033714,0.940747976303101,0.145344868302345,-0.185963451862335,0.971747219562531,0.982016086578369,-0.036344338208437,-0.185265630483627
  1929. }
  1930. TangentsW: *24 {
  1931. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1932. }
  1933. }
  1934. LayerElementUV: 0 {
  1935. Version: 101
  1936. Name: "map1"
  1937. MappingInformationType: "ByPolygonVertex"
  1938. ReferenceInformationType: "IndexToDirect"
  1939. UV: *40 {
  1940. a: 0.00893942173570395,0.990196049213409,0.00893942173570395,0.00980386231094599,0.214948296546936,0.00980386231094599,0.214948296546936,0.990196049213409,0.329051315784454,0.990196049213409,0.329051315784454,0.00980386231094599,0.444721788167953,0.00980386231094599,0.444721788167953,0.990196049213409,0.602890431880951,0.254187256097794,0.465488582849503,0.0481784008443356,0.558133244514465,0.00980386231094599,0.673803746700287,0.183280602097511,0.694570541381836,0.215812727808952,0.831972360610962,0.00980386231094599,0.902885675430298,0.0807105302810669,0.787215173244476,0.254187256097794,0.0798460841178894,0.990196049213409,0.0798460841178894,0.00980386231094599,0.23640663921833,0.990196049213409,0.23640663921833,0.00980386231094599
  1941. }
  1942. UVIndex: *24 {
  1943. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,0,16,17,1,4,18,19,5
  1944. }
  1945. }
  1946. LayerElementSmoothing: 0 {
  1947. Version: 102
  1948. Name: ""
  1949. MappingInformationType: "ByEdge"
  1950. ReferenceInformationType: "Direct"
  1951. Smoothing: *12 {
  1952. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1953. }
  1954. }
  1955. LayerElementMaterial: 0 {
  1956. Version: 101
  1957. Name: ""
  1958. MappingInformationType: "AllSame"
  1959. ReferenceInformationType: "IndexToDirect"
  1960. Materials: *1 {
  1961. a: 0
  1962. }
  1963. }
  1964. Layer: 0 {
  1965. Version: 100
  1966. LayerElement: {
  1967. Type: "LayerElementNormal"
  1968. TypedIndex: 0
  1969. }
  1970. LayerElement: {
  1971. Type: "LayerElementBinormal"
  1972. TypedIndex: 0
  1973. }
  1974. LayerElement: {
  1975. Type: "LayerElementTangent"
  1976. TypedIndex: 0
  1977. }
  1978. LayerElement: {
  1979. Type: "LayerElementMaterial"
  1980. TypedIndex: 0
  1981. }
  1982. LayerElement: {
  1983. Type: "LayerElementSmoothing"
  1984. TypedIndex: 0
  1985. }
  1986. LayerElement: {
  1987. Type: "LayerElementUV"
  1988. TypedIndex: 0
  1989. }
  1990. }
  1991. }
  1992. Geometry: 2267733794976, "Geometry::", "Mesh" {
  1993. Vertices: *24 {
  1994. a: -430.087890625,600,-276.30419921875,-465.3330078125,600,-98.941162109375,-312.2060546875,600,-219.715576171875,-337.7685546875,600,-87.55712890625,-481.92578125,0,-309.60693359375,-521.4189453125,0,-110.866455078125,-312.2060546875,0,-219.715576171875,-337.7685546875,0,-87.55712890625
  1995. }
  1996. PolygonVertexIndex: *24 {
  1997. a: 0,4,5,-2,3,7,6,-3,3,2,0,-2,6,7,5,-5,0,2,6,-5,3,1,5,-8
  1998. }
  1999. Edges: *12 {
  2000. a: 1,3,0,7,4,11,9,15,13,2,6,5
  2001. }
  2002. GeometryVersion: 124
  2003. LayerElementNormal: 0 {
  2004. Version: 102
  2005. Name: ""
  2006. MappingInformationType: "ByVertice"
  2007. ReferenceInformationType: "Direct"
  2008. Normals: *24 {
  2009. a: -0.502297937870026,0.209033712744713,-0.839048147201538,-0.833800137042999,0.196540862321854,0.515896320343018,0.854779601097107,0.16502171754837,-0.492056638002396,0.528374433517456,0.160197302699089,0.833760917186737,-0.554861962795258,-0.113489300012589,-0.824165344238281,-0.874604761600494,-0.136169031262398,0.465321779251099,0.839543879032135,-0.248194620013237,-0.483286172151566,0.518707931041718,-0.246956780552864,0.818507432937622
  2010. }
  2011. NormalsW: *8 {
  2012. a: 1,1,1,1,1,1,1,1
  2013. }
  2014. }
  2015. LayerElementBinormal: 0 {
  2016. Version: 102
  2017. Name: "map1"
  2018. MappingInformationType: "ByPolygonVertex"
  2019. ReferenceInformationType: "Direct"
  2020. Binormals: *72 {
  2021. a: 0.297702550888062,0.952823996543884,0.0591586604714394,-0.1559147387743,0.987284541130066,-0.0309829525649548,-0.171419098973274,0.984609186649323,-0.0340639464557171,0.259206652641296,0.964447379112244,0.0515088587999344,-0.226049482822418,0.973134160041809,-0.043723214417696,0.341930687427521,0.937394976615906,0.0661372989416122,0.315075814723969,0.947107911109924,0.0609429553151131,-0.212116152048111,0.976382851600647,-0.0410281643271446,0.0178061425685883,0.979730367660522,-0.19952780008316,0.0393325909972191,-0.965973496437073,-0.255632996559143,0.0641542971134186,-0.958656966686249,-0.277238190174103,0.0449665114283562,0.955555438995361,-0.291362047195435,-0.0758586451411247,-0.934389472007751,0.348083198070526,-0.0395376980304718,0.949419617652893,0.311511069536209,-0.0440167598426342,0.978087365627289,0.203489154577255,-0.0579686015844345,-0.982969999313354,0.174383878707886,0.167547509074211,-0.928422212600708,-0.331602305173874,0.0860345587134361,-0.980039715766907,-0.179221749305725,-0.131985917687416,-0.956076920032501,0.261718988418579,-0.110167823731899,-0.971904337406158,0.208002775907516,0.0178061425685883,0.979730367660522,-0.19952780008316,0.0332058593630791,0.950644969940186,-0.308499038219452,-0.0291719548404217,0.972790956497192,0.229841083288193,-0.0333563834428787,0.950798273086548,0.308009803295136
  2022. }
  2023. BinormalsW: *24 {
  2024. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  2025. }
  2026. }
  2027. LayerElementTangent: 0 {
  2028. Version: 102
  2029. Name: "map1"
  2030. MappingInformationType: "ByPolygonVertex"
  2031. ReferenceInformationType: "Direct"
  2032. Tangents: *72 {
  2033. a: -0.81183135509491,0.220071494579315,0.54083126783371,-0.817201912403107,-0.111308261752129,0.565501093864441,0.453521549701691,0.109557524323463,0.884485900402069,0.487431317567825,-0.176671877503395,0.85510116815567,0.818365514278412,0.165368989109993,-0.550391674041748,0.783597767353058,-0.245566859841347,-0.570676326751709,-0.442598402500153,0.20343604683876,-0.873338639736176,-0.473665148019791,-0.139443203806877,-0.86959582567215,0.848824739456177,-0.120271451771259,-0.514811992645264,0.517498552799225,-0.199156001210213,0.83218514919281,0.86231142282486,0.193084731698036,-0.468121081590652,0.550232112407684,0.219739660620689,0.805580019950867,0.537969887256622,0.255569666624069,0.803288698196411,0.854036808013916,0.193945154547691,-0.482707381248474,0.482834428548813,-0.157490596175194,0.861433506011963,0.829920291900635,-0.144534692168236,-0.538833916187286,0.848306894302368,0.307143598794937,-0.431321620941162,0.511810421943665,-0.110861212015152,0.851915419101715,0.52701598405838,0.155937567353249,0.835426568984985,0.824615836143494,-0.206209346652031,-0.526770055294037,0.848824739456177,-0.120271451771259,-0.514811992645264,0.551066935062408,0.240095764398575,0.799174189567566,0.483958214521408,-0.187445744872093,0.854779839515686,0.854300618171692,0.187069579958916,-0.484949022531509
  2034. }
  2035. TangentsW: *24 {
  2036. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  2037. }
  2038. }
  2039. LayerElementUV: 0 {
  2040. Version: 101
  2041. Name: "map1"
  2042. MappingInformationType: "ByPolygonVertex"
  2043. ReferenceInformationType: "IndexToDirect"
  2044. UV: *48 {
  2045. a: 0.00980384275317192,0.965264081954956,0.00980384275317192,0.00955701246857643,0.246579900383949,0.00955701246857643,0.246579900383949,0.965264081954956,0.269299119710922,0.965264081954956,0.269299119710922,0.00955701246857643,0.468666881322861,0.00955701246857643,0.468666881322861,0.965264081954956,0.823260426521301,0.00955701246857643,0.862874627113342,0.208924755454063,0.772562682628632,0.246333062648773,0.725510895252228,0.00955701246857643,0.990198373794556,0.303705483675003,0.95058411359787,0.503073215484619,0.852834582328796,0.503073215484619,0.8998863697052,0.266297161579132,0.491556346416473,0.00955701246857643,0.581868350505829,0.00955701246857643,0.581868350505829,0.965264081954956,0.491556346416473,0.965264081954956,0.702385425567627,0.965264081954956,0.604635894298553,0.965264081954956,0.604635894298553,0.00955701246857643,0.702385425567627,0.00955701246857643
  2046. }
  2047. UVIndex: *24 {
  2048. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
  2049. }
  2050. }
  2051. LayerElementSmoothing: 0 {
  2052. Version: 102
  2053. Name: ""
  2054. MappingInformationType: "ByEdge"
  2055. ReferenceInformationType: "Direct"
  2056. Smoothing: *12 {
  2057. a: 1,1,1,1,1,1,1,1,1,1,1,1
  2058. }
  2059. }
  2060. LayerElementMaterial: 0 {
  2061. Version: 101
  2062. Name: ""
  2063. MappingInformationType: "AllSame"
  2064. ReferenceInformationType: "IndexToDirect"
  2065. Materials: *1 {
  2066. a: 0
  2067. }
  2068. }
  2069. Layer: 0 {
  2070. Version: 100
  2071. LayerElement: {
  2072. Type: "LayerElementNormal"
  2073. TypedIndex: 0
  2074. }
  2075. LayerElement: {
  2076. Type: "LayerElementBinormal"
  2077. TypedIndex: 0
  2078. }
  2079. LayerElement: {
  2080. Type: "LayerElementTangent"
  2081. TypedIndex: 0
  2082. }
  2083. LayerElement: {
  2084. Type: "LayerElementMaterial"
  2085. TypedIndex: 0
  2086. }
  2087. LayerElement: {
  2088. Type: "LayerElementSmoothing"
  2089. TypedIndex: 0
  2090. }
  2091. LayerElement: {
  2092. Type: "LayerElementUV"
  2093. TypedIndex: 0
  2094. }
  2095. }
  2096. }
  2097. Geometry: 2267733780640, "Geometry::", "Mesh" {
  2098. Vertices: *24 {
  2099. a: -521.4189453125,0,-110.268310546875,-521.7744140625,0,0.665283203125,-337.7685546875,0,-87.084716796875,-337.7685546875,0,0.525390625,-465.3330078125,600,-98.4072265625,-465.6494140625,600,0.59375,-337.7685546875,600,-87.084716796875,-337.7685546875,600,0.525390625
  2100. }
  2101. PolygonVertexIndex: *24 {
  2102. a: 4,0,1,-6,7,3,2,-7,4,5,7,-7,1,0,2,-4,4,6,2,-1,7,5,1,-4
  2103. }
  2104. Edges: *12 {
  2105. a: 1,0,5,7,4,13,15,2,11,3,9,6
  2106. }
  2107. GeometryVersion: 124
  2108. LayerElementNormal: 0 {
  2109. Version: 102
  2110. Name: ""
  2111. MappingInformationType: "ByVertice"
  2112. ReferenceInformationType: "Direct"
  2113. Normals: *24 {
  2114. a: -0.50979071855545,-0.102956734597683,-0.854115605354309,-0.578620493412018,-0.113257229328156,0.807694971561432,0.550832509994507,-0.168713673949242,-0.817385613918304,0.483305007219315,-0.167661666870117,0.859247267246246,-0.464043587446213,0.155612155795097,-0.872036874294281,-0.530692756175995,0.149983435869217,0.834188282489777,0.555138647556305,0.114956147968769,-0.82377552986145,0.487247735261917,0.110403008759022,0.866256833076477
  2115. }
  2116. NormalsW: *8 {
  2117. a: 1,1,1,1,1,1,1,1
  2118. }
  2119. }
  2120. LayerElementBinormal: 0 {
  2121. Version: 102
  2122. Name: "map1"
  2123. MappingInformationType: "ByPolygonVertex"
  2124. ReferenceInformationType: "Direct"
  2125. Binormals: *72 {
  2126. a: 0.316228955984116,0.948682367801666,0.00101198256015778,-0.196945935487747,0.980414152145386,-0.000631086470093578,-0.192921340465546,0.981214046478271,-0.000617384910583496,0.273236274719238,0.961946547031403,0.000873260200023651,-0.220983237028122,0.975277662277222,-7.45058059692383e-009,0.327745527029037,0.944766044616699,0,0.292859464883804,0.956155478954315,0,-0.202774524688721,0.97922545671463,0,0.016337662935257,-0.982777833938599,-0.184067398309708,0.0179283265024424,0.985984683036804,-0.165870144963264,0.017392210662365,0.990552484989166,-0.136026978492737,0.0139386653900146,-0.991549849510193,-0.128975510597229,-0.013832051306963,0.991531729698181,0.129126250743866,-0.016316644847393,-0.991477370262146,0.129253402352333,-0.0202486384660006,-0.981768786907196,0.188997954130173,-0.0177928656339645,0.979405879974365,0.201115801930428,0.0200250912457705,-0.982354402542114,-0.185954064130783,0.0115863084793091,-0.991375803947449,-0.130536451935768,-0.0202746987342834,-0.981771469116211,0.188980951905251,-0.016316644847393,-0.991477370262146,0.129253402352333,-6.75618648529053e-005,0.991980910301209,-0.12638832628727,-0.000114612281322479,0.984205663204193,-0.177028805017471,0.000105626866570674,0.990301012992859,0.138938426971436,0.00012394787336234,0.981503009796143,0.191447257995605
  2127. }
  2128. BinormalsW: *24 {
  2129. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  2130. }
  2131. }
  2132. LayerElementTangent: 0 {
  2133. Version: 102
  2134. Name: "map1"
  2135. MappingInformationType: "ByPolygonVertex"
  2136. ReferenceInformationType: "Direct"
  2137. Tangents: *72 {
  2138. a: -0.827443480491638,0.275293707847595,0.489439219236374,-0.837452054023743,-0.167892903089523,0.520082712173462,0.792451739311218,0.156178832054138,0.589600205421448,0.802313566207886,-0.22839392721653,0.55147910118103,0.844840943813324,0.191428244113922,-0.499598890542984,0.811787664890289,-0.281614452600479,-0.511560440063477,-0.781547844409943,0.23937913775444,-0.57609099149704,-0.80666196346283,-0.167040705680847,-0.566916108131409,0.885661721229553,0.0996623411774635,-0.453509390354156,0.847374677658081,0.0730704739689827,0.52594381570816,0.87309056520462,-0.0813449546694756,-0.480724334716797,0.831641137599945,-0.0601169541478157,0.552049994468689,0.815479576587677,-0.0635430216789246,0.575287163257599,0.860143661499023,-0.0798284858465195,-0.503766119480133,0.834370136260986,0.0875552594661713,0.544206321239471,0.875271201133728,0.112488746643066,-0.470368593931198,0.885586023330688,0.10375339537859,-0.452739059925079,0.831677138805389,-0.0629213154315948,0.551682949066162,0.834369540214539,0.0875245928764343,0.544212222099304,0.860143661499023,-0.0798284858465195,-0.503766119480133,0.873263776302338,-0.0615239031612873,-0.48334789276123,0.847564280033112,0.0940435156226158,0.522293627262115,0.815596997737885,-0.0804779455065727,0.572996556758881,0.875452041625977,0.092420905828476,-0.474386036396027
  2139. }
  2140. TangentsW: *24 {
  2141. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  2142. }
  2143. }
  2144. LayerElementUV: 0 {
  2145. Version: 101
  2146. Name: "map1"
  2147. MappingInformationType: "ByPolygonVertex"
  2148. ReferenceInformationType: "IndexToDirect"
  2149. UV: *48 {
  2150. a: 0.00980395171791315,0.964938998222351,0.00980395171791315,0.00955379288643599,0.246737912297249,0.00955379288643599,0.246737912297249,0.964938998222351,0.269300520420074,0.964938998222351,0.269300520420074,0.00955379288643599,0.468838959932327,0.00955379288643599,0.468838959932327,0.964938998222351,0.725515186786652,0.246487751603127,0.772787630558014,0.00955379288643599,0.863069176673889,0.046949315816164,0.823231756687164,0.246487751603127,0.89991682767868,0.503385901451111,0.852644383907318,0.266451954841614,0.950361013412476,0.266451954841614,0.990198373794556,0.465990364551544,0.491560578346252,0.00955379288643599,0.58927720785141,0.00955379288643599,0.58927720785141,0.964938998222351,0.491560578346252,0.964938998222351,0.702718913555145,0.964938998222351,0.61243736743927,0.964938998222351,0.61243736743927,0.00955379288643599,0.702718913555145,0.00955379288643599
  2151. }
  2152. UVIndex: *24 {
  2153. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
  2154. }
  2155. }
  2156. LayerElementSmoothing: 0 {
  2157. Version: 102
  2158. Name: ""
  2159. MappingInformationType: "ByEdge"
  2160. ReferenceInformationType: "Direct"
  2161. Smoothing: *12 {
  2162. a: 1,1,1,1,1,1,1,1,1,1,1,1
  2163. }
  2164. }
  2165. LayerElementMaterial: 0 {
  2166. Version: 101
  2167. Name: ""
  2168. MappingInformationType: "AllSame"
  2169. ReferenceInformationType: "IndexToDirect"
  2170. Materials: *1 {
  2171. a: 0
  2172. }
  2173. }
  2174. Layer: 0 {
  2175. Version: 100
  2176. LayerElement: {
  2177. Type: "LayerElementNormal"
  2178. TypedIndex: 0
  2179. }
  2180. LayerElement: {
  2181. Type: "LayerElementBinormal"
  2182. TypedIndex: 0
  2183. }
  2184. LayerElement: {
  2185. Type: "LayerElementTangent"
  2186. TypedIndex: 0
  2187. }
  2188. LayerElement: {
  2189. Type: "LayerElementMaterial"
  2190. TypedIndex: 0
  2191. }
  2192. LayerElement: {
  2193. Type: "LayerElementSmoothing"
  2194. TypedIndex: 0
  2195. }
  2196. LayerElement: {
  2197. Type: "LayerElementUV"
  2198. TypedIndex: 0
  2199. }
  2200. }
  2201. }
  2202. Geometry: 2267733778592, "Geometry::", "Mesh" {
  2203. Vertices: *24 {
  2204. a: 464.4599609375,600,0.59375,465.3330078125,600,-98.94091796875,337.7685546875,600,0.525390625,337.7685546875,600,-87.556884765625,520.44140625,0,0.665283203125,521.4189453125,0,-110.8662109375,337.7685546875,0,0.525390625,337.7685546875,0,-87.556884765625
  2205. }
  2206. PolygonVertexIndex: *24 {
  2207. a: 0,4,5,-2,3,7,6,-3,3,2,0,-2,6,7,5,-5,0,2,6,-5,3,1,5,-8
  2208. }
  2209. Edges: *12 {
  2210. a: 1,3,0,7,4,11,9,15,13,2,6,5
  2211. }
  2212. GeometryVersion: 124
  2213. LayerElementNormal: 0 {
  2214. Version: 102
  2215. Name: ""
  2216. MappingInformationType: "ByVertice"
  2217. ReferenceInformationType: "Direct"
  2218. Normals: *24 {
  2219. a: 0.532622635364532,0.150739923119545,0.832820773124695,0.469123125076294,0.155748948454857,-0.869290351867676,-0.492218106985092,0.110979363322258,0.863368332386017,-0.55719929933548,0.114863820374012,-0.822395980358124,0.580623984336853,-0.114265739917755,0.806113600730896,0.514721393585205,-0.102134972810745,-0.851252138614655,-0.488181501626968,-0.1686702221632,0.856288015842438,-0.552872121334076,-0.168705090880394,-0.816009283065796
  2220. }
  2221. NormalsW: *8 {
  2222. a: 1,1,1,1,1,1,1,1
  2223. }
  2224. }
  2225. LayerElementBinormal: 0 {
  2226. Version: 102
  2227. Name: "map1"
  2228. MappingInformationType: "ByPolygonVertex"
  2229. ReferenceInformationType: "Direct"
  2230. Binormals: *72 {
  2231. a: -0.268901616334915,0.963164806365967,-0.00235861563123763,0.190856993198395,0.98161643743515,0.00167342997156084,0.197384655475616,0.980324625968933,0.00173001736402512,-0.319763213396072,0.947493433952332,-0.00280369841493666,0.201899647712708,0.979406297206879,0,-0.291857689619064,0.956461787223816,-1.49011611938477e-008,-0.326564729213715,0.945174932479858,1.49011629702045e-008,0.219946578145027,0.975511908531189,0,-0.0140956584364176,-0.991552352905273,-0.128939598798752,-0.0178608782589436,0.990342974662781,-0.137483701109886,-0.0182341579347849,0.985826849937439,-0.166772425174713,-0.0165060479193926,-0.98260760307312,-0.184959441423416,0.0182312522083521,0.978961765766144,0.203228175640106,0.0204442497342825,-0.981741607189178,0.189117640256882,0.0163545217365026,-0.991528630256653,0.128854617476463,0.0140918660908937,0.991364598274231,0.13037483394146,0.000116296127089299,0.983998417854309,-0.178177326917648,6.87688661855645e-005,0.991844475269318,-0.127454772591591,-0.000126093626022339,0.981160283088684,0.193195462226868,-0.000107534229755402,0.990091800689697,0.140421897172928,-0.0116522246971726,-0.991370677947998,-0.130569726228714,-0.0202363152056932,-0.982171654701233,-0.186894416809082,0.0163545217365026,-0.991528630256653,0.128854617476463,0.0204020570963621,-0.98173713684082,0.189145296812058
  2232. }
  2233. BinormalsW: *24 {
  2234. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  2235. }
  2236. }
  2237. LayerElementTangent: 0 {
  2238. Version: 102
  2239. Name: "map1"
  2240. MappingInformationType: "ByPolygonVertex"
  2241. ReferenceInformationType: "Direct"
  2242. Tangents: *72 {
  2243. a: 0.802499115467072,0.222690567374229,-0.553537786006927,0.791485667228699,-0.152880802750587,-0.591758489608765,-0.83432674407959,0.168914586305618,-0.524754166603088,-0.823210120201111,-0.279282331466675,-0.49429389834404,-0.805459797382355,0.16604146361351,0.568915605545044,-0.78048175573349,-0.238158583641052,0.578038692474365,0.809341907501221,0.279633432626724,0.516498625278473,0.842226088047028,-0.189894914627075,0.504574239253998,0.830259203910828,0.0602528341114521,-0.554111301898956,0.870288670063019,0.0830924808979034,0.485482543706894,0.846156418323517,-0.0736409723758698,-0.527822256088257,0.882978498935699,-0.101117290556431,0.458393096923828,0.872551679611206,-0.114823430776596,0.474835902452469,0.833015322685242,-0.0878751948475838,-0.546226680278778,0.857201516628265,0.0802460461854935,0.508690595626831,0.814049959182739,0.0643391236662865,-0.577220320701599,0.846352875232697,-0.0949981212615967,-0.524082243442535,0.870471894741058,0.0626761689782143,0.488211393356323,0.872742116451263,-0.0942064821720123,0.479005575180054,0.814171850681305,0.0816190093755722,-0.574858725070953,0.83029705286026,0.0631706044077873,-0.55372941493988,0.882900893688202,-0.105267725884914,0.457607597112656,0.857201516628265,0.0802460461854935,0.508690595626831,0.833016335964203,-0.087924912571907,-0.546217083930969
  2244. }
  2245. TangentsW: *24 {
  2246. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  2247. }
  2248. }
  2249. LayerElementUV: 0 {
  2250. Version: 101
  2251. Name: "map1"
  2252. MappingInformationType: "ByPolygonVertex"
  2253. ReferenceInformationType: "IndexToDirect"
  2254. UV: *48 {
  2255. a: 0.00980386137962341,0.96522855758667,0.00980386137962341,0.00955666042864323,0.246571391820908,0.00955666042864323,0.246571391820908,0.96522855758667,0.269300013780594,0.96522855758667,0.269300013780594,0.00955666042864323,0.468660801649094,0.00955666042864323,0.468660801649094,0.96522855758667,0.765363872051239,0.246324181556702,0.725520610809326,0.0469634048640728,0.815823197364807,0.00955666042864323,0.863109827041626,0.246324181556702,0.852609097957611,0.465649098157883,0.892452418804169,0.266288310289383,0.990198314189911,0.266288310289383,0.942911684513092,0.503055810928345,0.581865131855011,0.96522855758667,0.491562515497208,0.96522855758667,0.491562515497208,0.00955666042864323,0.581865131855011,0.00955666042864323,0.604644000530243,0.00955666042864323,0.702389895915985,0.00955666042864323,0.702389895915985,0.96522855758667,0.604644000530243,0.96522855758667
  2256. }
  2257. UVIndex: *24 {
  2258. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
  2259. }
  2260. }
  2261. LayerElementSmoothing: 0 {
  2262. Version: 102
  2263. Name: ""
  2264. MappingInformationType: "ByEdge"
  2265. ReferenceInformationType: "Direct"
  2266. Smoothing: *12 {
  2267. a: 1,1,1,1,1,1,1,1,1,1,1,1
  2268. }
  2269. }
  2270. LayerElementMaterial: 0 {
  2271. Version: 101
  2272. Name: ""
  2273. MappingInformationType: "AllSame"
  2274. ReferenceInformationType: "IndexToDirect"
  2275. Materials: *1 {
  2276. a: 0
  2277. }
  2278. }
  2279. Layer: 0 {
  2280. Version: 100
  2281. LayerElement: {
  2282. Type: "LayerElementNormal"
  2283. TypedIndex: 0
  2284. }
  2285. LayerElement: {
  2286. Type: "LayerElementBinormal"
  2287. TypedIndex: 0
  2288. }
  2289. LayerElement: {
  2290. Type: "LayerElementTangent"
  2291. TypedIndex: 0
  2292. }
  2293. LayerElement: {
  2294. Type: "LayerElementMaterial"
  2295. TypedIndex: 0
  2296. }
  2297. LayerElement: {
  2298. Type: "LayerElementSmoothing"
  2299. TypedIndex: 0
  2300. }
  2301. LayerElement: {
  2302. Type: "LayerElementUV"
  2303. TypedIndex: 0
  2304. }
  2305. }
  2306. }
  2307. Geometry: 2267733807776, "Geometry::", "Mesh" {
  2308. Vertices: *24 {
  2309. a: 481.466796875,0,-310.662841796875,521.4189453125,0,-111.46484375,311.8564453125,0,-220.549560546875,337.7685546875,0,-88.02978515625,429.677734375,600,-277.24658203125,465.3330078125,600,-99.47509765625,311.8564453125,600,-220.549560546875,337.7685546875,600,-88.02978515625
  2310. }
  2311. PolygonVertexIndex: *24 {
  2312. a: 5,1,0,-5,6,2,3,-8,5,4,6,-8,0,1,3,-3,5,7,3,-2,6,4,0,-3
  2313. }
  2314. Edges: *12 {
  2315. a: 1,0,5,7,4,13,15,2,9,3,11,6
  2316. }
  2317. GeometryVersion: 124
  2318. LayerElementNormal: 0 {
  2319. Version: 102
  2320. Name: ""
  2321. MappingInformationType: "ByVertice"
  2322. ReferenceInformationType: "Direct"
  2323. Normals: *24 {
  2324. a: 0.554970562458038,-0.113647967576981,-0.824070334434509,0.875842869281769,-0.136281132698059,0.462954550981522,-0.840767502784729,-0.248534142971039,-0.48097887635231,-0.518800914287567,-0.247365698218346,0.818324983119965,0.502449452877045,0.209311038255692,-0.838888227939606,0.835141479969025,0.196796059608459,0.513624489307404,-0.856069266796112,0.165249407291412,-0.489732563495636,-0.528502285480499,0.160470545291901,0.833627343177795
  2325. }
  2326. NormalsW: *8 {
  2327. a: 1,1,1,1,1,1,1,1
  2328. }
  2329. }
  2330. LayerElementBinormal: 0 {
  2331. Version: 102
  2332. Name: "map1"
  2333. MappingInformationType: "ByPolygonVertex"
  2334. ReferenceInformationType: "Direct"
  2335. Binormals: *72 {
  2336. a: -0.259235560894012,0.964413642883301,0.0519943609833717,0.171373009681702,0.984606564044952,-0.0343716852366924,0.155785113573074,0.9872967004776,-0.031245045363903,-0.297377079725266,0.952895283699036,0.0596438869833946,0.212203368544579,0.976344347000122,-0.0414929501712322,-0.315201431512833,0.947021484375,0.0616325661540031,-0.341620415449142,0.937461256980896,0.0667983815073967,0.225832551717758,0.973164796829224,-0.0441579334437847,-0.0453026071190834,0.955240547657013,-0.292340993881226,-0.0645329728722572,-0.958469033241272,-0.277799487113953,-0.0396377854049206,-0.965712547302246,-0.256570100784302,-0.0179399996995926,0.979641556739807,-0.199951410293579,0.0583616122603416,-0.982863664627075,0.174850896000862,0.0443183891475201,0.977958798408508,0.204040288925171,0.0398361533880234,0.949187874794006,0.312178611755371,0.0763935372233391,-0.933977127075195,0.349071472883224,-0.0335048139095306,0.950270116329193,-0.30961948633194,-0.0179399996995926,0.979641556739807,-0.199951410293579,0.0336062870919704,0.950581669807434,0.308650344610214,0.0294298268854618,0.972596645355225,0.230628818273544,-0.086421325802803,-0.97993803024292,-0.179590940475464,-0.168431177735329,-0.927970111370087,-0.332419186830521,0.110863626003265,-0.971682906150818,0.208666458725929,0.132579460740089,-0.955871224403381,0.262169778347015
  2337. }
  2338. BinormalsW: *24 {
  2339. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  2340. }
  2341. }
  2342. LayerElementTangent: 0 {
  2343. Version: 102
  2344. Name: "map1"
  2345. MappingInformationType: "ByPolygonVertex"
  2346. ReferenceInformationType: "Direct"
  2347. Tangents: *72 {
  2348. a: 0.485114187002182,0.176572382450104,-0.856438219547272,0.4511439204216,-0.109442107379436,-0.885715305805206,-0.817152857780457,0.111037813127041,-0.565625131130219,-0.811856865882874,-0.219498127698898,-0.541026055812836,-0.471290856599808,0.139443710446358,0.870884835720062,-0.440179437398911,-0.203423872590065,0.874563217163086,0.78367155790329,0.244901433587074,0.570860922336578,0.818342924118042,-0.164922654628754,0.550559341907501,0.548166334629059,-0.220877557992935,-0.80667632818222,0.862194895744324,-0.193716138601303,0.468074798583984,0.515338957309723,0.200229823589325,-0.833266854286194,0.848742306232452,0.120630040764809,0.514863967895508,0.829820156097412,0.145131185650826,0.538827836513519,0.480557084083557,0.158189848065376,-0.862577974796295,0.853966474533081,-0.194557458162308,0.482585430145264,0.535979509353638,-0.256744205951691,-0.804243862628937,0.549013733863831,-0.241367191076279,-0.800203621387482,0.848742306232452,0.120630040764809,0.514863967895508,0.854234397411346,-0.187628954648972,0.484849631786346,0.481698125600815,0.188369959592819,-0.855852603912354,0.509584903717041,0.111418947577477,-0.85317587852478,0.848042070865631,-0.308318763971329,0.431003540754318,0.824449360370636,0.207163169980049,0.526656091213226,0.524912059307098,-0.156655892729759,-0.836615920066834
  2349. }
  2350. TangentsW: *24 {
  2351. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  2352. }
  2353. }
  2354. LayerElementUV: 0 {
  2355. Version: 101
  2356. Name: "map1"
  2357. MappingInformationType: "ByPolygonVertex"
  2358. ReferenceInformationType: "IndexToDirect"
  2359. UV: *48 {
  2360. a: 0.00980398803949356,0.964513778686523,0.00980398803949356,0.00954958330839872,0.246940791606903,0.00954958330839872,0.246940791606903,0.964513778686523,0.269300252199173,0.964513778686523,0.269300252199173,0.00954958330839872,0.469058007001877,0.00954958330839872,0.469058007001877,0.964513778686523,0.8633131980896,0.00954958330839872,0.815752446651459,0.246686384081841,0.725516736507416,0.209307342767715,0.765639662742615,0.00954958330839872,0.942637741565704,0.266650497913361,0.990198493003845,0.503787279129028,0.89252495765686,0.503787279129028,0.852402031421661,0.304029524326324,0.589235723018646,0.964513778686523,0.491562187671661,0.964513778686523,0.491562187671661,0.00954958330839872,0.589235723018646,0.00954958330839872,0.612440228462219,0.00954996142536402,0.702675938606262,0.00954996142536402,0.702675938606262,0.964514136314392,0.612440228462219,0.964514136314392
  2361. }
  2362. UVIndex: *24 {
  2363. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23
  2364. }
  2365. }
  2366. LayerElementSmoothing: 0 {
  2367. Version: 102
  2368. Name: ""
  2369. MappingInformationType: "ByEdge"
  2370. ReferenceInformationType: "Direct"
  2371. Smoothing: *12 {
  2372. a: 1,1,1,1,1,1,1,1,1,1,1,1
  2373. }
  2374. }
  2375. LayerElementMaterial: 0 {
  2376. Version: 101
  2377. Name: ""
  2378. MappingInformationType: "AllSame"
  2379. ReferenceInformationType: "IndexToDirect"
  2380. Materials: *1 {
  2381. a: 0
  2382. }
  2383. }
  2384. Layer: 0 {
  2385. Version: 100
  2386. LayerElement: {
  2387. Type: "LayerElementNormal"
  2388. TypedIndex: 0
  2389. }
  2390. LayerElement: {
  2391. Type: "LayerElementBinormal"
  2392. TypedIndex: 0
  2393. }
  2394. LayerElement: {
  2395. Type: "LayerElementTangent"
  2396. TypedIndex: 0
  2397. }
  2398. LayerElement: {
  2399. Type: "LayerElementMaterial"
  2400. TypedIndex: 0
  2401. }
  2402. LayerElement: {
  2403. Type: "LayerElementSmoothing"
  2404. TypedIndex: 0
  2405. }
  2406. LayerElement: {
  2407. Type: "LayerElementUV"
  2408. TypedIndex: 0
  2409. }
  2410. }
  2411. }
  2412. Geometry: 2267733795488, "Geometry::", "Mesh" {
  2413. Vertices: *1326 {
  2414. a: -338.166015625,0,0.666015625,-266.794921875,0,-306.2138671875,-338.814453125,600,0.59375,-267.306640625,600,-306.875,-463.814453125,600,0.59375,-365.9248046875,600,-383.6826171875,-520.42578125,0,0.666015625,-410.587890625,0,-430.5126953125,-338.166015625,0,-90.3671875,-520.42578125,0,-101.673828125,-463.814453125,600,-90.6142578125,-338.814453125,600,-90.6142578125,-330.935546875,0,-167.9765625,-509.298828125,0,-217.7734375,-453.8984375,600,-194.083984375,-331.5703125,600,-168.373046875,-306.7529296875,0,-240.755859375,-472.0830078125,0,-329.775390625,-420.73046875,600,-293.9033203125,-307.341796875,600,-241.291015625,-0.0009765625,0,-436.5888671875,-0.0009765625,600,-437.5,-0.0009765625,600,-562.5,-0.0009765625,0,-631.15625,-213.1142578125,0,-360.984375,-327.9755859375,0,-514.802734375,-292.298828125,600,-458.8037109375,-213.5234375,600,-361.7509765625,-148.4736328125,0,-402.2509765625,-228.4951171875,0,-578.3125,-203.640625,600,-515.404296875,-148.7578125,600,-403.0966796875,-76.1962890625,0,-427.892578125,-117.263671875,0,-617.7734375,-104.5078125,600,-550.5732421875,-76.3427734375,600,-428.787109375,266.79296875,0,-306.2138671875,267.3046875,600,-306.875,365.923828125,600,-383.6826171875,410.5859375,0,-430.5126953125,76.1953125,0,-427.892578125,117.26171875,0,-617.7734375,104.505859375,600,-550.5732421875,76.341796875,600,-428.787109375,148.47265625,0,-402.2509765625,228.494140625,0,-578.3125,203.638671875,600,-515.404296875,148.7578125,600,-403.0966796875,213.11328125,0,-360.984375,327.974609375,0,-514.802734375,292.298828125,600,-458.8037109375,213.521484375,600,-361.7509765625,338.1640625,0,0.666015625,338.814453125,600,0.59375,463.814453125,600,0.59375,520.423828125,0,0.666015625,306.751953125,0,-240.755859375,472.08203125,0,-329.775390625,420.73046875,600,-293.9033203125,307.341796875,600,-241.291015625,330.93359375,0,-167.9765625,509.296875,0,-217.7734375,453.896484375,600,-194.083984375,331.5703125,600,-168.373046875,338.1640625,0,-90.3671875,520.423828125,0,-101.673828125,463.814453125,600,-90.6142578125,
  2415. 338.814453125,600,-90.6142578125,-338.814453125,1200,0.59375,-267.306640625,1200,-306.875,-463.814453125,1200,0.59375,-365.9248046875,1200,-383.6826171875,-463.814453125,1200,-90.6142578125,-338.814453125,1200,-90.6142578125,-453.8984375,1200,-194.083984375,-331.5703125,1200,-168.373046875,-420.73046875,1200,-293.9033203125,-307.341796875,1200,-241.291015625,-365.9248046875,1100,-383.6826171875,-267.306640625,1100,-306.875,-307.341796875,1100,-241.291015625,-331.5703125,1100,-168.373046875,-338.814453125,1100,-90.6142578125,-338.814453125,1100,0.59375,-463.814453125,1100,0.59375,-365.9248046875,1000,-383.6826171875,-267.306640625,1000,-306.875,-307.341796875,1000,-241.291015625,-331.5703125,1000,-168.373046875,-338.814453125,1000,-90.6142578125,-338.814453125,1000,0.59375,-463.814453125,1000,0.59375,-365.9248046875,900,-383.6826171875,-267.306640625,900,-306.875,-307.341796875,900,-241.291015625,-331.5703125,900,-168.373046875,-338.814453125,900,-90.6142578125,-338.814453125,900,0.59375,-463.814453125,900,0.59375,-365.9248046875,800,-383.6826171875,-267.306640625,800,-306.875,-307.341796875,800,-241.291015625,-331.5703125,800,-168.373046875,-338.814453125,800,-90.6142578125,-338.814453125,800,0.59375,-463.814453125,800,0.59375,-365.9248046875,700,-383.6826171875,-267.306640625,700,-306.875,-307.341796875,700,-241.291015625,-331.5703125,700,-168.373046875,-338.814453125,700,-90.6142578125,-338.814453125,700,0.59375,-463.814453125,700,0.59375,-463.814453125,1100,-90.6142578125,-453.8984375,1100,-194.083984375,-420.73046875,1100,-293.9033203125,-463.814453125,1000,-90.6142578125,-453.8984375,1000,-194.083984375,-420.73046875,1000,-293.9033203125,-463.814453125,900,-90.6142578125,-453.8984375,900,-194.083984375,-420.73046875,900,-293.9033203125,-463.814453125,800,-90.6142578125,-453.8984375,800,-194.083984375,-420.73046875,800,-293.9033203125,-463.814453125,700,-90.6142578125,-453.8984375,700,-194.083984375,-420.73046875,700,-293.9033203125,-0.0009765625,1200,-437.5,-0.0009765625,1200,-562.5,-292.298828125,1200,-458.8037109375,
  2416. -213.5234375,1200,-361.7509765625,-203.640625,1200,-515.404296875,-148.7578125,1200,-403.0966796875,-104.5078125,1200,-550.5732421875,-76.3427734375,1200,-428.787109375,-0.0009765625,1100,-562.5,-0.0009765625,1100,-437.5,-76.3427734375,1100,-428.787109375,-148.7578125,1100,-403.0966796875,-213.5234375,1100,-361.7509765625,-0.0009765625,1000,-562.5,-0.0009765625,1000,-437.5,-76.3427734375,1000,-428.787109375,-148.7578125,1000,-403.0966796875,-213.5234375,1000,-361.7509765625,-0.0009765625,900,-562.5,-0.0009765625,900,-437.5,-76.3427734375,900,-428.787109375,-148.7578125,900,-403.0966796875,-213.5234375,900,-361.7509765625,-0.0009765625,800,-562.5,-0.0009765625,800,-437.5,-76.3427734375,800,-428.787109375,-148.7578125,800,-403.0966796875,-213.5234375,800,-361.7509765625,-0.0009765625,700,-562.5,-0.0009765625,700,-437.5,-76.3427734375,700,-428.787109375,-148.7578125,700,-403.0966796875,-213.5234375,700,-361.7509765625,-292.298828125,1100,-458.8037109375,-203.640625,1100,-515.404296875,-104.5078125,1100,-550.5732421875,-292.298828125,1000,-458.8037109375,-203.640625,1000,-515.404296875,-104.5078125,1000,-550.5732421875,-292.298828125,900,-458.8037109375,-203.640625,900,-515.404296875,-104.5078125,900,-550.5732421875,-292.298828125,800,-458.8037109375,-203.640625,800,-515.404296875,-104.5078125,800,-550.5732421875,-292.298828125,700,-458.8037109375,-203.640625,700,-515.404296875,-104.5078125,700,-550.5732421875,267.3046875,1200,-306.875,365.923828125,1200,-383.6826171875,104.505859375,1200,-550.5732421875,76.341796875,1200,-428.787109375,203.638671875,1200,-515.404296875,148.7578125,1200,-403.0966796875,292.298828125,1200,-458.8037109375,213.521484375,1200,-361.7509765625,365.923828125,1100,-383.6826171875,267.3046875,1100,-306.875,213.521484375,1100,-361.7509765625,148.7578125,1100,-403.0966796875,76.341796875,1100,-428.787109375,365.923828125,1000,-383.6826171875,267.3046875,1000,-306.875,213.521484375,1000,-361.7509765625,148.7578125,1000,-403.0966796875,76.341796875,1000,-428.787109375,365.923828125,900,-383.6826171875,
  2417. 267.3046875,900,-306.875,213.521484375,900,-361.7509765625,148.7578125,900,-403.0966796875,76.341796875,900,-428.787109375,365.923828125,800,-383.6826171875,267.3046875,800,-306.875,213.521484375,800,-361.7509765625,148.7578125,800,-403.0966796875,76.341796875,800,-428.787109375,365.923828125,700,-383.6826171875,267.3046875,700,-306.875,213.521484375,700,-361.7509765625,148.7578125,700,-403.0966796875,76.341796875,700,-428.787109375,104.505859375,1100,-550.5732421875,203.638671875,1100,-515.404296875,292.298828125,1100,-458.8037109375,104.505859375,1000,-550.5732421875,203.638671875,1000,-515.404296875,292.298828125,1000,-458.8037109375,104.505859375,900,-550.5732421875,203.638671875,900,-515.404296875,292.298828125,900,-458.8037109375,104.505859375,800,-550.5732421875,203.638671875,800,-515.404296875,292.298828125,800,-458.8037109375,104.505859375,700,-550.5732421875,203.638671875,700,-515.404296875,292.298828125,700,-458.8037109375,338.814453125,1200,0.59375,463.814453125,1200,0.59375,420.73046875,1200,-293.9033203125,307.341796875,1200,-241.291015625,453.896484375,1200,-194.083984375,331.5703125,1200,-168.373046875,463.814453125,1200,-90.6142578125,338.814453125,1200,-90.6142578125,463.814453125,1100,0.59375,338.814453125,1100,0.59375,338.814453125,1100,-90.6142578125,331.5703125,1100,-168.373046875,307.341796875,1100,-241.291015625,463.814453125,1000,0.59375,338.814453125,1000,0.59375,338.814453125,1000,-90.6142578125,331.5703125,1000,-168.373046875,307.341796875,1000,-241.291015625,463.814453125,900,0.59375,338.814453125,900,0.59375,338.814453125,900,-90.6142578125,331.5703125,900,-168.373046875,307.341796875,900,-241.291015625,463.814453125,800,0.59375,338.814453125,800,0.59375,338.814453125,800,-90.6142578125,331.5703125,800,-168.373046875,307.341796875,800,-241.291015625,463.814453125,700,0.59375,338.814453125,700,0.59375,338.814453125,700,-90.6142578125,331.5703125,700,-168.373046875,307.341796875,700,-241.291015625,420.73046875,1100,-293.9033203125,453.896484375,1100,-194.083984375,463.814453125,1100,-90.6142578125,
  2418. 420.73046875,1000,-293.9033203125,453.896484375,1000,-194.083984375,463.814453125,1000,-90.6142578125,420.73046875,900,-293.9033203125,453.896484375,900,-194.083984375,463.814453125,900,-90.6142578125,420.73046875,800,-293.9033203125,453.896484375,800,-194.083984375,463.814453125,800,-90.6142578125,420.73046875,700,-293.9033203125,453.896484375,700,-194.083984375,463.814453125,700,-90.6142578125,473.06640625,501.93310546875,0.60546875,473.06640625,501.93310546875,-92.421875,462.951171875,501.93310546875,-197.9560546875,429.123046875,501.93310546875,-299.7666015625,373.22265625,501.93310546875,-391.337890625,298.12890625,501.93310546875,-467.9560546875,207.701171875,501.93310546875,-525.685546875,106.591796875,501.93310546875,-561.556640625,-0.0009765625,501.93310546875,-573.72265625,-106.5927734375,501.93310546875,-561.556640625,-207.7021484375,501.93310546875,-525.685546875,-298.1298828125,501.93310546875,-467.9560546875,-373.224609375,501.93310546875,-391.337890625,-429.1240234375,501.93310546875,-299.7666015625,-462.953125,501.93310546875,-197.9560546875,-473.0673828125,501.93310546875,-92.421875,-473.0673828125,501.93310546875,0.60546875,-338.708984375,501.93310546875,0.60546875,-338.708984375,501.93310546875,-90.57421875,-331.466796875,501.93310546875,-168.30859375,-307.24609375,501.93310546875,-241.203125,-267.22265625,501.93310546875,-306.767578125,-213.4560546875,501.93310546875,-361.625,-148.7119140625,501.93310546875,-402.9580078125,-76.318359375,501.93310546875,-428.640625,-0.0009765625,501.93310546875,-437.3515625,76.3173828125,501.93310546875,-428.640625,148.7109375,501.93310546875,-402.9580078125,213.455078125,501.93310546875,-361.625,267.22265625,501.93310546875,-306.767578125,307.244140625,501.93310546875,-241.203125,331.46484375,501.93310546875,-168.30859375,338.70703125,501.93310546875,-90.57421875,338.70703125,501.93310546875,0.60546875,482.74609375,399.335632324219,0.6171875,482.74609375,399.335632324219,-94.3125,472.42578125,399.335632324219,-202.0068359375,437.904296875,399.335632324219,-305.900390625,
  2419. 380.861328125,399.335632324219,-399.345703125,304.23046875,399.335632324219,-477.53125,211.951171875,399.335632324219,-536.443359375,108.7734375,399.335632324219,-573.046875,-0.0009765625,399.335632324219,-585.462890625,-108.7734375,399.335632324219,-573.046875,-211.953125,399.335632324219,-536.443359375,-304.23046875,399.335632324219,-477.53125,-380.861328125,399.335632324219,-399.345703125,-437.9052734375,399.335632324219,-305.900390625,-472.42578125,399.335632324219,-202.0068359375,-482.748046875,399.335632324219,-94.3125,-482.748046875,399.335632324219,0.6171875,-338.59765625,399.335632324219,0.6171875,-338.59765625,399.335632324219,-90.5322265625,-331.3583984375,399.335632324219,-168.240234375,-307.1455078125,399.335632324219,-241.1123046875,-267.1357421875,399.335632324219,-306.654296875,-213.38671875,399.335632324219,-361.494140625,-148.6630859375,399.335632324219,-402.8134765625,-76.2939453125,399.335632324219,-428.48828125,-0.0009765625,399.335632324219,-437.1962890625,76.29296875,399.335632324219,-428.48828125,148.662109375,399.335632324219,-402.8134765625,213.384765625,399.335632324219,-361.494140625,267.134765625,399.335632324219,-306.654296875,307.14453125,399.335632324219,-241.1123046875,331.357421875,399.335632324219,-168.240234375,338.595703125,399.335632324219,-90.5322265625,338.595703125,399.335632324219,0.6171875,492.009765625,301.162475585938,0.62890625,492.009765625,301.162475585938,-96.12109375,481.490234375,301.162475585938,-205.8818359375,446.306640625,301.162475585938,-311.76953125,388.16796875,301.162475585938,-407.0078125,310.06640625,301.162475585938,-486.693359375,216.017578125,301.162475585938,-546.736328125,110.859375,301.162475585938,-584.0419921875,-0.0009765625,301.162475585938,-596.6962890625,-110.8603515625,301.162475585938,-584.0419921875,-216.01953125,301.162475585938,-546.736328125,-310.068359375,301.162475585938,-486.693359375,-388.169921875,301.162475585938,-407.0078125,-446.3076171875,301.162475585938,-311.76953125,-481.4912109375,301.162475585938,-205.8818359375,-492.0107421875,301.162475585938,-96.12109375,
  2420. -492.0107421875,301.162475585938,0.62890625,-338.4912109375,301.162414550781,0.62890625,-338.4912109375,301.162475585938,-90.4912109375,-331.25390625,301.162475585938,-168.1748046875,-307.048828125,301.162475585938,-241.0244140625,-267.0517578125,301.162414550781,-306.5458984375,-213.3193359375,301.162475585938,-361.369140625,-148.6162109375,301.162475585938,-402.6748046875,-76.26953125,301.162475585938,-428.341796875,-0.0009765625,301.162414550781,-437.046875,76.2685546875,301.162475585938,-428.341796875,148.615234375,301.162475585938,-402.6748046875,213.318359375,301.162475585938,-361.369140625,267.05078125,301.162414550781,-306.5458984375,307.046875,301.162475585938,-241.0244140625,331.25390625,301.162475585938,-168.1748046875,338.490234375,301.162475585938,-90.4912109375,338.490234375,301.162414550781,0.62890625,501.6015625,199.492980957031,0.642578125,501.6015625,199.492980957031,-97.99609375,490.876953125,199.492980957031,-209.8955078125,455.0078125,199.492980957031,-317.84765625,395.736328125,199.492980957031,-414.943359375,316.11328125,199.492980957031,-496.1826171875,220.23046875,199.492980957031,-557.39453125,113.021484375,199.492980957031,-595.4287109375,-0.0009765625,199.492980957031,-608.330078125,-113.0224609375,199.492980957031,-595.4287109375,-220.2314453125,199.492980957031,-557.39453125,-316.11328125,199.492980957031,-496.1826171875,-395.73828125,199.492980957031,-414.943359375,-455.0087890625,199.492980957031,-317.84765625,-490.87890625,199.492980957031,-209.8955078125,-501.603515625,199.492980957031,-97.99609375,-501.603515625,199.492980957031,0.642578125,-338.3818359375,199.492919921875,0.642578125,-338.3818359375,199.492980957031,-90.44921875,-331.146484375,199.492980957031,-168.107421875,-306.94921875,199.492980957031,-240.93359375,-266.96484375,199.492919921875,-306.43359375,-213.25,199.492980957031,-361.2392578125,-148.568359375,199.492980957031,-402.53125,-76.2451171875,199.492980957031,-428.189453125,-0.0009765625,199.492919921875,-436.892578125,76.244140625,199.492980957031,-428.189453125,
  2421. 148.56640625,199.492980957031,-402.53125,213.25,199.492980957031,-361.2392578125,266.962890625,199.492919921875,-306.43359375,306.947265625,199.492980957031,-240.93359375,331.14453125,199.492980957031,-168.107421875,338.380859375,199.492980957031,-90.44921875,338.380859375,199.492919921875,0.642578125,510.921875,100.726196289063,0.654296875,510.921875,100.726196289063,-99.81640625,499.99609375,100.726196289063,-213.796875,463.4609375,100.726196289063,-323.75390625,403.087890625,100.726196289063,-422.65234375,321.984375,100.726196289063,-505.4013671875,224.322265625,100.726196289063,-567.751953125,115.12109375,100.726196289063,-606.4921875,-0.0009765625,100.726196289063,-619.630859375,-115.1220703125,100.726196289063,-606.4921875,-224.322265625,100.726196289063,-567.751953125,-321.986328125,100.726196289063,-505.4013671875,-403.08984375,100.726196289063,-422.65234375,-463.4619140625,100.726196289063,-323.75390625,-499.998046875,100.726196289063,-213.796875,-510.921875,100.726196289063,-99.81640625,-510.921875,100.726196289063,0.654296875,-338.2744140625,100.726135253906,0.654296875,-338.2744140625,100.726196289063,-90.408203125,-331.0419921875,100.726196289063,-168.04296875,-306.8525390625,100.726196289063,-240.845703125,-266.880859375,100.726135253906,-306.32421875,-213.1826171875,100.726196289063,-361.11328125,-148.521484375,100.726196289063,-402.392578125,-76.220703125,100.726196289063,-428.04296875,-0.0009765625,100.726135253906,-436.7421875,76.2197265625,100.726196289063,-428.04296875,148.51953125,100.726196289063,-402.392578125,213.181640625,100.726196289063,-361.11328125,266.87890625,100.726135253906,-306.32421875,306.8515625,100.726196289063,-240.845703125,331.041015625,100.726196289063,-168.04296875,338.2734375,100.726196289063,-90.408203125,338.2734375,100.726135253906,0.654296875
  2422. }
  2423. PolygonVertexIndex: *1760 {
  2424. a: 327,293,292,-327,324,290,289,-324,325,291,290,-325,326,292,291,-326,323,289,288,-323,8,0,6,-10,12,8,9,-14,16,12,13,-18,7,1,16,-18,322,288,287,-322,319,285,284,-319,320,286,285,-320,321,287,286,-321,331,297,296,-331,328,294,293,-328,329,295,294,-329,330,296,295,-330,24,1,7,-26,28,24,25,-30,32,28,29,-34,23,20,32,-34,318,284,283,-318,315,281,280,-315,316,282,281,-316,317,283,282,-317,335,301,300,-335,332,298,297,-332,333,299,298,-333,334,300,299,-334,40,20,23,-42,44,40,41,-46,48,44,45,-50,39,36,48,-50,314,280,279,-314,311,277,276,-311,312,278,277,-312,313,279,278,-313,339,305,304,-339,336,302,301,-336,337,303,302,-337,338,304,303,-338,339,306,272,-306,56,36,39,-58,60,56,57,-62,64,60,61,-66,55,52,64,-66,310,276,275,-310,307,273,272,-307,308,274,273,-308,309,275,274,-309,107,108,19,-4,2,11,110,-112,15,109,110,-12,19,108,109,-16,80,79,69,-78,80,77,75,-82,81,75,73,-83,83,82,73,-69,79,80,87,-87,87,80,81,-89,88,81,82,-90,90,89,82,-84,94,93,86,-88,94,87,88,-96,95,88,89,-97,97,96,89,-91,93,94,101,-101,101,94,95,-103,102,95,96,-104,104,103,96,-98,108,107,100,-102,108,101,102,-110,109,102,103,-111,111,110,103,-105,111,112,4,-3,84,83,68,-71,83,84,91,-91,98,97,90,-92,97,98,105,-105,112,111,104,-106,73,72,70,-69,73,75,74,-73,75,77,76,-75,71,76,77,-70,112,125,10,-5,5,18,127,-107,18,14,126,-128,14,10,125,-127,113,84,70,-73,113,72,74,-115,114,74,76,-116,71,78,115,-77,84,113,116,-92,116,113,114,-118,117,114,115,-119,85,118,115,-79,119,98,91,-117,119,116,117,-121,120,117,118,-122,85,92,121,-119,98,119,122,-106,122,119,120,-124,123,120,121,-125,99,124,121,-93,125,112,105,-123,125,122,123,-127,126,123,124,-128,99,106,127,-125,157,158,35,-22,3,27,160,-108,31,159,160,-28,35,158,159,-32,138,137,128,-136,138,135,133,-140,139,133,131,-141,79,140,131,-70,137,138,143,-143,143,138,139,-145,144,139,140,-146,86,145,140,-80,148,147,142,-144,148,143,144,-150,149,144,145,-151,93,150,145,-87,147,148,153,-153,153,148,149,-155,154,149,150,-156,100,155,150,-94,158,157,152,-154,158,153,154,-160,159,154,155,-161,107,160,155,-101,131,130,
  2425. 71,-70,131,133,132,-131,133,135,134,-133,129,134,135,-129,106,173,26,-6,22,34,175,-157,34,30,174,-176,30,26,173,-175,161,78,71,-131,161,130,132,-163,162,132,134,-164,129,136,163,-135,78,161,164,-86,164,161,162,-166,165,162,163,-167,141,166,163,-137,167,92,85,-165,167,164,165,-169,168,165,166,-170,141,146,169,-167,92,167,170,-100,170,167,168,-172,171,168,169,-173,151,172,169,-147,173,106,99,-171,173,170,171,-175,174,171,172,-176,151,156,175,-173,205,206,51,-38,21,43,208,-158,47,207,208,-44,51,206,207,-48,186,185,176,-184,186,183,181,-188,187,181,179,-189,137,188,179,-129,185,186,191,-191,191,186,187,-193,192,187,188,-194,142,193,188,-138,196,195,190,-192,196,191,192,-198,197,192,193,-199,147,198,193,-143,195,196,201,-201,201,196,197,-203,202,197,198,-204,152,203,198,-148,206,205,200,-202,206,201,202,-208,207,202,203,-209,157,208,203,-153,179,178,129,-129,179,181,180,-179,181,183,182,-181,177,182,183,-177,156,221,42,-23,38,50,223,-205,50,46,222,-224,46,42,221,-223,209,136,129,-179,209,178,180,-211,210,180,182,-212,177,184,211,-183,136,209,212,-142,212,209,210,-214,213,210,211,-215,189,214,211,-185,215,146,141,-213,215,212,213,-217,216,213,214,-218,189,194,217,-215,146,215,218,-152,218,215,216,-220,219,216,217,-221,199,220,217,-195,221,156,151,-219,221,218,219,-223,222,219,220,-224,199,204,223,-221,253,254,67,-54,37,59,256,-206,63,255,256,-60,67,254,255,-64,234,233,224,-232,234,231,229,-236,235,229,227,-237,185,236,227,-177,233,234,239,-239,239,234,235,-241,240,235,236,-242,190,241,236,-186,244,243,238,-240,244,239,240,-246,245,240,241,-247,195,246,241,-191,243,244,249,-249,249,244,245,-251,250,245,246,-252,200,251,246,-196,254,253,248,-250,254,249,250,-256,255,250,251,-257,205,256,251,-201,252,253,53,-55,224,233,232,-226,232,233,238,-238,238,243,242,-238,242,243,248,-248,248,253,252,-248,227,226,177,-177,227,229,228,-227,229,231,230,-229,225,230,231,-225,204,269,58,-39,54,66,271,-253,66,62,270,-272,62,58,269,-271,257,184,177,-227,257,226,228,-259,258,228,230,-260,225,232,259,-231,184,257,260,-190,260,257,258,-262,261,
  2426. 258,259,-263,237,262,259,-233,263,194,189,-261,263,260,261,-265,264,261,262,-266,237,242,265,-263,194,263,266,-200,266,263,264,-268,267,264,265,-269,247,268,265,-243,269,204,199,-267,269,266,267,-271,270,267,268,-272,247,252,271,-269,287,288,4,-11,286,287,10,-15,285,286,14,-19,5,284,285,-19,283,284,5,-27,282,283,26,-31,281,282,30,-35,22,280,281,-35,279,280,22,-43,278,279,42,-47,277,278,46,-51,38,276,277,-51,275,276,38,-59,274,275,58,-63,273,274,62,-67,54,272,273,-67,53,305,272,-55,304,305,53,-68,303,304,67,-64,302,303,63,-60,301,302,59,-38,300,301,37,-52,299,300,51,-48,298,299,47,-44,297,298,43,-22,296,297,21,-36,295,296,35,-32,294,295,31,-28,293,294,27,-4,292,293,3,-20,291,292,19,-16,290,291,15,-12,289,290,11,-3,288,289,2,-5,341,307,306,-341,342,308,307,-342,343,309,308,-343,344,310,309,-344,345,311,310,-345,346,312,311,-346,347,313,312,-347,348,314,313,-348,349,315,314,-349,350,316,315,-350,351,317,316,-351,352,318,317,-352,353,319,318,-353,354,320,319,-354,355,321,320,-355,356,322,321,-356,357,323,322,-357,358,324,323,-358,359,325,324,-359,360,326,325,-360,361,327,326,-361,362,328,327,-362,363,329,328,-363,364,330,329,-364,365,331,330,-365,366,332,331,-366,367,333,332,-367,368,334,333,-368,369,335,334,-369,370,336,335,-370,371,337,336,-371,372,338,337,-372,373,339,338,-373,373,340,306,-340,375,341,340,-375,376,342,341,-376,377,343,342,-377,378,344,343,-378,379,345,344,-379,380,346,345,-380,381,347,346,-381,382,348,347,-382,383,349,348,-383,384,350,349,-384,385,351,350,-385,386,352,351,-386,387,353,352,-387,388,354,353,-388,389,355,354,-389,390,356,355,-390,391,357,356,-391,392,358,357,-392,393,359,358,-393,394,360,359,-394,395,361,360,-395,396,362,361,-396,397,363,362,-397,398,364,363,-398,399,365,364,-399,400,366,365,-400,401,367,366,-401,402,368,367,-402,403,369,368,-403,404,370,369,-404,405,371,370,-405,406,372,371,-406,407,373,372,-407,407,374,340,-374,409,375,374,-409,410,376,375,-410,411,377,376,-411,412,378,377,-412,413,379,378,-413,414,380,379,-414,415,381,380,-415,416,382,381,-416,417,383,382,-417,418,
  2427. 384,383,-418,419,385,384,-419,420,386,385,-420,421,387,386,-421,422,388,387,-422,423,389,388,-423,424,390,389,-424,425,391,390,-425,426,392,391,-426,427,393,392,-427,428,394,393,-428,429,395,394,-429,430,396,395,-430,431,397,396,-431,432,398,397,-432,433,399,398,-433,434,400,399,-434,435,401,400,-435,436,402,401,-436,437,403,402,-437,438,404,403,-438,439,405,404,-439,440,406,405,-440,441,407,406,-441,441,408,374,-408,65,409,408,-56,61,410,409,-66,57,411,410,-62,39,412,411,-58,49,413,412,-40,45,414,413,-50,41,415,414,-46,23,416,415,-42,33,417,416,-24,29,418,417,-34,25,419,418,-30,7,420,419,-26,17,421,420,-8,13,422,421,-18,9,423,422,-14,6,424,423,-10,0,425,424,-7,8,426,425,-1,12,427,426,-9,16,428,427,-13,1,429,428,-17,24,430,429,-2,28,431,430,-25,32,432,431,-29,20,433,432,-33,40,434,433,-21,44,435,434,-41,48,436,435,-45,36,437,436,-49,56,438,437,-37,60,439,438,-57,64,440,439,-61,52,441,440,-65,55,408,441,-53
  2428. }
  2429. Edges: *880 {
  2430. a: 20,204,338,22,298,21,1081,24,26,1207,348,211,28,30,1203,344,215,33,35,340,202,1199,1092,23,27,31,1091,1087,1083,32,68,436,546,70,72,74,1191,556,443,76,78,1187,552,447,81,83,548,434,1183,1108,71,75,79,1107,1103,1099,80,116,644,754,118,120,122,1175,764,651,124,126,1171,760,655,129,131,756,642,1167,1124,119,123,127,1123,1119,1115,128,168,852,986,170,946,172,174,1159,996,859,176,178,1155,992,863,181,183,988,850,1151,1140,171,175,179,1139,1135,1131,180,230,321,302,335,207,303,203,226,326,225,222,330,221,332,218,219,364,231,383,217,233,238,242,305,216,223,227,228,235,251,254,258,247,311,234,239,243,244,396,263,415,249,265,270,274,313,248,255,259,260,267,283,286,290,279,319,266,271,275,276,428,295,343,281,201,208,205,297,200,213,209,206,300,306,308,314,296,320,325,329,362,358,355,369,374,378,352,359,363,365,387,390,394,370,375,379,380,401,406,410,384,391,395,397,419,422,426,402,407,411,412,337,345,341,336,350,346,342,462,529,543,435,458,534,457,454,538,453,540,450,451,572,591,449,465,470,474,448,455,459,460,467,483,486,490,466,471,475,476,604,623,481,497,502,506,480,487,491,492,499,515,518,522,498,503,507,508,636,551,513,433,440,437,432,445,441,438,528,533,537,570,566,563,577,582,586,560,567,571,573,595,598,602,578,583,587,588,609,614,618,592,599,603,605,627,630,634,610,615,619,620,545,553,549,544,558,554,550,670,737,751,643,666,742,665,662,746,661,748,658,659,780,799,657,673,678,682,656,663,667,668,675,691,694,698,674,679,683,684,812,831,689,705,710,714,688,695,699,700,707,723,726,730,706,711,715,716,844,759,721,641,648,645,640,653,649,646,736,741,745,778,774,771,785,790,794,768,775,779,781,803,806,810,786,791,795,796,817,822,826,800,807,811,813,835,838,842,818,823,827,828,753,761,757,752,766,762,758,878,969,951,851,874,974,873,870,978,869,980,866,867,950,955,865,881,886,890,864,871,875,876,883,899,902,906,882,887,891,892,958,963,897,913,918,922,896,903,907,908,915,931,934,938,914,919,923,924,966,947,929,849,856,853,848,861,857,854,949,954,957,962,944,968,973,977,1010,1006,1003,1017,1022,1026,1000,1007,
  2431. 1011,1013,1035,1038,1042,1018,1023,1027,1028,1049,1054,1058,1032,1039,1043,1045,1067,1070,1074,1050,1055,1059,1060,985,993,989,984,998,994,990,1752,1736,1720,1704,1688,165,188,189,192,193,186,197,138,185,136,137,140,141,134,145,90,133,88,89,92,93,86,97,42,85,40,41,44,45,38,49,18,37,1211,17,4,5,8,9,2,13,1195,1,56,57,60,61,54,65,1179,53,104,105,108,109,102,113,1163,101,152,153,156,157,150,161,1144,149,166,1218,1216,191,1220,195,1224,199,1228,187,1232,139,1236,143,1240,147,1244,135,1248,91,1252,95,1256,99,1260,87,1264,43,1268,47,1272,51,1276,39,6,19,1284,7,1288,11,1292,15,0,3,1300,59,1304,63,1308,67,52,55,1316,107,1320,111,1324,115,100,103,1332,155,1336,159,1340,163,148,151,164,1354,1352,1219,1356,1223,1360,1227,1364,1231,1368,1235,1372,1239,1376,1243,1380,1247,1384,1251,1388,1255,1392,1259,1396,1263,1400,1267,1404,1271,1408,1275,1412,1279,1280,1283,1420,1287,1424,1291,1428,1295,1296,1299,1436,1303,1440,1307,1444,1311,1312,1315,1452,1319,1456,1323,1460,1327,1328,1331,1468,1335,1472,1339,1476,1343,1344,1347,1348,1490,1488,1355,1492,1359,1496,1363,1500,1367,1504,1371,1508,1375,1512,1379,1516,1383,1520,1387,1524,1391,1528,1395,1532,1399,1536,1403,1540,1407,1544,1411,1548,1415,1416,1419,1556,1423,1560,1427,1564,1431,1432,1435,1572,1439,1576,1443,1580,1447,1448,1451,1588,1455,1592,1459,1596,1463,1464,1467,1604,1471,1608,1475,1612,1479,1480,1483,1484,1626,1624,1491,1628,1495,1632,1499,1636,1503,1640,1507,1644,1511,1648,1515,1652,1519,1656,1523,1660,1527,1664,1531,1668,1535,1672,1539,1676,1543,1680,1547,1684,1551,1552,1555,1692,1559,1696,1563,1700,1567,1568,1571,1708,1575,1712,1579,1716,1583,1584,1587,1724,1591,1728,1595,1732,1599,1600,1603,1740,1607,1744,1611,1748,1615,1616,1619,1620
  2432. }
  2433. GeometryVersion: 124
  2434. LayerElementNormal: 0 {
  2435. Version: 102
  2436. Name: ""
  2437. MappingInformationType: "ByPolygonVertex"
  2438. ReferenceInformationType: "Direct"
  2439. Normals: *5280 {
  2440. a: 0.788944065570831,0.00134961726143956,0.614463567733765,0.788943529129028,0.00134858780074865,0.614464223384857,0.90710985660553,0.00126281590200961,0.420892030000687,0.907110989093781,0.00126659858506173,0.420889586210251,0.999081671237946,0.0011012036120519,0.0428338013589382,0.999081611633301,0.00109678343869746,0.0428346507251263,0.999999403953552,0.0010803648037836,0,0.999999403953552,0.00108466309029609,2.08466355289261e-010,0.978874087333679,0.00117352907545865,0.2044607847929,0.978873372077942,0.0011688326485455,0.204463750123978,0.999081611633301,0.00109678343869746,0.0428346507251263,0.999081671237946,0.0011012036120519,0.0428338013589382,0.907110989093781,0.00126659858506173,0.420889586210251,0.90710985660553,0.00126281590200961,0.420892030000687,0.978873372077942,0.0011688326485455,0.204463750123978,0.978874087333679,0.00117352907545865,0.2044607847929,8.2557675973316e-012,0.000116825052828062,1,0,0.000116703879029956,0.999999940395355,0,0.000116548755613621,1,8.7383598620927e-012,0.000116977302241139,1,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-0.995578169822693,0.093935914337635,0,-0.995578169822693,0.0939373299479485,0,-0.994213759899139,0.0947398990392685,-0.050630260258913,-0.994212627410889,0.094740092754364,-0.0506511032581329,-0.902347207069397,0.10226209461689,-0.418702721595764,-0.902371227741241,0.102261669933796,-0.418651103973389,-0.784513413906097,0.106084555387497,-0.610970377922058,-0.784481465816498,0.106084644794464,-0.611011207103729,-0.973554909229279,0.0980393216013908,-0.206347241997719,-0.97356790304184,0.0980376005172729,-0.206286311149597,-0.902371227741241,0.102261669933796,-0.418651103973389,-0.902347207069397,0.10226209461689,-0.418702721595764,-0.994212627410889,0.094740092754364,-0.0506511032581329,-0.994213759899139,0.0947398990392685,-0.050630260258913,-0.97356790304184,0.0980376005172729,-0.206286311149597,
  2441. -0.973554909229279,0.0980393216013908,-0.206347241997719,0,0.00151687406469136,0.999998867511749,-7.61179563824044e-009,0.00151524518150836,0.999998867511749,0.225328862667084,0.00150564010255039,0.97428160905838,0.225332915782928,0.00150646292604506,0.974280655384064,0.630198538303375,0.00142047414556146,0.776432812213898,0.630198538303375,0.00142160418909043,0.776432693004608,0.788943529129028,0.00134858780074865,0.614464223384857,0.788944065570831,0.00134961726143956,0.614463567733765,0.439055204391479,0.00147420994471759,0.898458898067474,0.43905383348465,0.00147498503793031,0.898459613323212,0.630198538303375,0.00142160418909043,0.776432693004608,0.630198538303375,0.00142047414556146,0.776432812213898,0.225332915782928,0.00150646292604506,0.974280655384064,0.225328862667084,0.00150564010255039,0.97428160905838,0.43905383348465,0.00147498503793031,0.898459613323212,0.439055204391479,0.00147420994471759,0.898458898067474,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,-0.784481465816498,0.106084644794464,-0.611011207103729,-0.784513413906097,0.106084555387497,-0.610970377922058,-0.626450538635254,0.109278343617916,-0.771762847900391,-0.626419305801392,0.109279721975327,-0.771787941455841,-0.223877683281899,0.113176688551903,-0.968023717403412,-0.22389143705368,0.113178201019764,-0.968020260334015,-5.41064437697969e-009,0.113686673343182,-0.993516564369202,5.30598320835907e-009,0.11368253082037,-0.993517100811005,-0.436304479837418,0.111684888601303,-0.892840981483459,-0.436329960823059,0.111683130264282,-0.892828762531281,-0.22389143705368,0.113178201019764,-0.968020260334015,-0.223877683281899,0.113176688551903,-0.968023717403412,-0.626419305801392,0.109279721975327,-0.771787941455841,-0.626450538635254,0.109278343617916,-0.771762847900391,-0.436329960823059,0.111683130264282,-0.892828762531281,-0.436304479837418,0.111684888601303,-0.892840981483459,-0.788943886756897,0.00135149783454835,0.614463746547699,
  2442. -0.788943231105804,0.0013477720785886,0.614464700222015,-0.630199015140533,0.00142142572440207,0.77643233537674,-0.63019734621048,0.00142136530485004,0.776433706283569,-0.22533155977726,0.00150648062117398,0.974281072616577,-0.225327149033546,0.00150605186354369,0.974282026290894,-7.61179563824044e-009,0.00151524518150836,0.999998867511749,0,0.00151687406469136,0.999998867511749,-0.439056426286697,0.00147426209878176,0.898458242416382,-0.439054816961288,0.0014760575722903,0.898459017276764,-0.225327149033546,0.00150605186354369,0.974282026290894,-0.22533155977726,0.00150648062117398,0.974281072616577,-0.63019734621048,0.00142136530485004,0.776433706283569,-0.630199015140533,0.00142142572440207,0.77643233537674,-0.439054816961288,0.0014760575722903,0.898459017276764,-0.439056426286697,0.00147426209878176,0.898458242416382,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-1,0,5.30598320835907e-009,0.11368253082037,-0.993517100811005,-5.41064437697969e-009,0.113686673343182,-0.993516564369202,0.223890900611877,0.113179296255112,-0.96802031993866,0.22387807071209,0.113176286220551,-0.968023657798767,0.626418590545654,0.109277494251728,-0.771788895130157,0.626449465751648,0.109279379248619,-0.771763682365417,0.784513592720032,0.106085650622845,-0.610970020294189,0.784482777118683,0.106083706021309,-0.611009955406189,0.436304688453674,0.111683078110218,-0.892841100692749,0.436329454183578,0.111683793365955,-0.892828762531281,0.626449465751648,0.109279379248619,-0.771763682365417,0.626418590545654,0.109277494251728,-0.771788895130157,0.22387807071209,0.113176286220551,-0.968023657798767,0.223890900611877,0.113179296255112,-0.96802031993866,0.436329454183578,0.111683793365955,-0.892828762531281,0.436304688453674,0.111683078110218,-0.892841100692749,-0.999999403953552,0.00107985991053283,2.08466341411473e-010,-0.999999403953552,0.00109016732312739,0,-0.999081552028656,0.00110542750917375,0.0428331904113293,-0.99908185005188,0.00109521835111082,0.0428295135498047,
  2443. -0.907111763954163,0.00126532383728772,0.420888006687164,-0.907110869884491,0.00126511405687779,0.420889794826508,-0.788943231105804,0.0013477720785886,0.614464700222015,-0.788943886756897,0.00135149783454835,0.614463746547699,-0.978874325752258,0.00116752251051366,0.204459249973297,-0.978873670101166,0.00117478054016829,0.204462394118309,-0.907110869884491,0.00126511405687779,0.420889794826508,-0.907111763954163,0.00126532383728772,0.420888006687164,-0.99908185005188,0.00109521835111082,0.0428295135498047,-0.999081552028656,0.00110542750917375,0.0428331904113293,-0.978873670101166,0.00117478054016829,0.204462394118309,-0.978874325752258,0.00116752251051366,0.204459249973297,0,0.000116825038276147,1,0,0.000116977265861351,1,0,0.000116548770165537,1,0,0.000116703871753998,1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0.784482777118683,0.106083706021309,-0.611009955406189,0.784513592720032,0.106085650622845,-0.610970020294189,0.902371406555176,0.102262981235981,-0.418650269508362,0.902346670627594,0.102263152599335,-0.418703615665436,0.994212627410889,0.0947416052222252,-0.0506475605070591,0.994214057922363,0.0947354733943939,-0.0506326220929623,0.99557900428772,0.0939276292920113,0,0.995578169822693,0.0939361080527306,0,0.973555207252502,0.0980417728424072,-0.206344828009605,0.973568141460419,0.0980387330055237,-0.206285178661346,0.994214057922363,0.0947354733943939,-0.0506326220929623,0.994212627410889,0.0947416052222252,-0.0506475605070591,0.902346670627594,0.102263152599335,-0.418703615665436,0.902371406555176,0.102262981235981,-0.418650269508362,0.973568141460419,0.0980387330055237,-0.206285178661346,0.973555207252502,0.0980417728424072,-0.206344828009605,0.788948118686676,0,0.614459812641144,0.907111048698425,0,0.420891463756561,0.9071044921875,0.00062521657673642,0.420904964208603,0.788939416408539,0.000668871332891285,0.614470660686493,0.99999988079071,0.000532480247784406,0,0.99908185005188,0.000541009881999344,0.0428394563496113,
  2444. 0.999082148075104,0,0.0428338088095188,1,0,0,0.978871047496796,0.000577653991058469,0.204477980732918,0.978874266147614,0,0.204462677240372,0.999082148075104,0,0.0428338088095188,0.99908185005188,0.000541009881999344,0.0428394563496113,0.9071044921875,0.00062521657673642,0.420904964208603,0.907111048698425,0,0.420891463756561,0.978874266147614,0,0.204462677240372,0.978871047496796,0.000577653991058469,0.204477980732918,0.907111048698425,0,0.420891463756561,0.788948118686676,0,0.614459812641144,0.788948118686676,0,0.614459812641144,0.907111048698425,0,0.420891463756561,0.907111048698425,0,0.420891463756561,0.907111048698425,0,0.420891463756561,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.999082148075104,0,0.0428338088095188,0.999082148075104,0,0.0428338088095188,1,0,0,0.999082148075104,0,0.0428338088095188,0.999082148075104,0,0.0428338088095188,1,0,0,0.788948118686676,0,0.614459812641144,0.907111048698425,0,0.420891463756561,0.907111048698425,0,0.420891463756561,0.788948118686676,0,0.614459812641144,0.907111048698425,0,0.420891463756561,0.907111048698425,0,0.420891463756561,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.999082148075104,0,0.0428338088095188,0.999082148075104,0,0.0428338088095188,1,0,0,0.999082148075104,0,0.0428338088095188,0.999082148075104,0,0.0428338088095188,1,0,0,0.907111048698425,0,0.420891463756561,0.788948118686676,0,0.614459812641144,0.788948118686676,0,0.614459812641144,0.907111048698425,0,0.420891463756561,0.907111048698425,0,0.420891463756561,0.907111048698425,0,0.420891463756561,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.999082148075104,0,0.0428338088095188,0.999082148075104,0,0.0428338088095188,1,0,0,0.999082148075104,0,0.0428338088095188,0.999082148075104,0,0.0428338088095188,
  2445. 1,0,0,0.788948118686676,0,0.614459812641144,0.907111048698425,0,0.420891463756561,0.907111048698425,0,0.420891463756561,0.788948118686676,0,0.614459812641144,0.907111048698425,0,0.420891463756561,0.907111048698425,0,0.420891463756561,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.999082148075104,0,0.0428338088095188,0.999082148075104,0,0.0428338088095188,1,0,0,0.999082148075104,0,0.0428338088095188,0.999082148075104,0,0.0428338088095188,1,0,0,0.907111048698425,0,0.420891463756561,0.788948118686676,0,0.614459812641144,0.788948118686676,0,0.614459812641144,0.907111048698425,0,0.420891463756561,0.907111048698425,0,0.420891463756561,0.907111048698425,0,0.420891463756561,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.978874266147614,0,0.204462677240372,0.999082148075104,0,0.0428338088095188,0.999082148075104,0,0.0428338088095188,1,0,0,0.999082148075104,0,0.0428338088095188,0.999082148075104,0,0.0428338088095188,1,0,0,0,0,1,0,0,1,0,6.20000573690049e-005,1,0,6.02839172643144e-005,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0.999999940395355,0,0,1,0,0,1,0,0,1,0,0,0.999999940395355,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-1,0,0,-0.998705267906189,0,-0.0508695915341377,-0.997595429420471,0.0473543219268322,-0.0506052784621716,-0.998899579048157,0.0469004325568676,0,-0.78817230463028,0.0532080791890621,-0.613150358200073,-0.906187951564789,0.051264937967062,-0.419756263494492,-0.907108187675476,0,-0.420897573232651,-0.788944482803345,0,-0.614464521408081,-0.906187951564789,0.051264937967062,-0.419756263494492,-0.977233052253723,0.0491181835532188,-0.206404611468315,-0.978271126747131,0,-0.207329496741295,-0.907108187675476,0,-0.420897573232651,-0.977233052253723,0.0491181835532188,-0.206404611468315,-0.997595429420471,0.0473543219268322,-0.0506052784621716,
  2446. -0.998705267906189,0,-0.0508695915341377,-0.978271126747131,0,-0.207329496741295,-0.998705267906189,0,-0.0508695915341377,-1,0,0,-1,0,0,-0.998705267906189,0,-0.0508695915341377,-0.998705267906189,0,-0.0508695915341377,-0.998705267906189,0,-0.0508695915341377,-0.978271126747131,0,-0.207329496741295,-0.978271126747131,0,-0.207329496741295,-0.978271126747131,0,-0.207329496741295,-0.978271126747131,0,-0.207329496741295,-0.907108187675476,0,-0.420897573232651,-0.907108187675476,0,-0.420897573232651,-0.788944602012634,0,-0.614464461803436,-0.7889444231987,0,-0.614464461803436,-0.907108187675476,0,-0.420897573232651,-0.907108187675476,0,-0.420897573232651,-1,0,0,-0.998705267906189,0,-0.0508695915341377,-0.998705267906189,0,-0.0508695915341377,-1,0,0,-0.998705267906189,0,-0.0508695915341377,-0.998705267906189,0,-0.0508695915341377,-0.978271126747131,0,-0.207329496741295,-0.978271126747131,0,-0.207329496741295,-0.978271126747131,0,-0.207329496741295,-0.978271126747131,0,-0.207329496741295,-0.907108187675476,0,-0.420897573232651,-0.907108187675476,0,-0.420897573232651,-0.788944363594055,0,-0.614464581012726,-0.907108187675476,0,-0.420897573232651,-0.907108187675476,0,-0.420897573232651,-0.7889444231987,0,-0.614464461803436,-0.998705267906189,0,-0.0508695915341377,-1,0,0,-1,0,0,-0.998705267906189,0,-0.0508695915341377,-0.998705267906189,0,-0.0508695915341377,-0.998705267906189,0,-0.0508695915341377,-0.978271126747131,0,-0.207329496741295,-0.978271126747131,0,-0.207329496741295,-0.978271126747131,0,-0.207329496741295,-0.978271126747131,0,-0.207329496741295,-0.907108187675476,0,-0.420897573232651,-0.907108187675476,0,-0.420897573232651,-0.788944363594055,0,-0.614464581012726,-0.788944482803345,0,-0.614464521408081,-0.907108187675476,0,-0.420897573232651,-0.907108187675476,0,-0.420897573232651,-1,0,0,-0.998705267906189,0,-0.0508695915341377,-0.998705267906189,0,-0.0508695915341377,-1,0,0,-0.998705267906189,0,-0.0508695915341377,-0.998705267906189,0,-0.0508695915341377,-0.978271126747131,0,-0.207329496741295,-0.978271126747131,0,-0.207329496741295,
  2447. -0.978271126747131,0,-0.207329496741295,-0.978271126747131,0,-0.207329496741295,-0.907108187675476,0,-0.420897573232651,-0.907108187675476,0,-0.420897573232651,-0.788944602012634,0,-0.614464521408081,-0.907108187675476,0,-0.420897573232651,-0.907108187675476,0,-0.420897573232651,-0.788944482803345,0,-0.614464521408081,-0.998705267906189,0,-0.0508695915341377,-1,0,0,-1,0,0,-0.998705267906189,0,-0.0508695915341377,-0.998705267906189,0,-0.0508695915341377,-0.998705267906189,0,-0.0508695915341377,-0.978271126747131,0,-0.207329496741295,-0.978271126747131,0,-0.207329496741295,-0.978271126747131,0,-0.207329496741295,-0.978271126747131,0,-0.207329496741295,-0.907108187675476,0,-0.420897573232651,-0.907108187675476,0,-0.420897573232651,-0.788944602012634,0,-0.614464521408081,-0.788944482803345,0,-0.614464521408081,-0.907108187675476,0,-0.420897573232651,-0.907108187675476,0,-0.420897573232651,-5.08973307944416e-009,0,1,0.225324720144272,0,0.974283754825592,0.225322693586349,0.000746948644518852,0.974283993244171,-1.02801864798607e-008,0.000751431682147086,0.999999821186066,0.788939416408539,0.000668871332891285,0.614470660686493,0.630192875862122,0.000705610669683665,0.776438236236572,0.630201101303101,0,0.776432037353516,0.788948118686676,0,0.614459812641144,0.439045757055283,0.000732014013919979,0.898464381694794,0.439051687717438,0,0.898461759090424,0.630201101303101,0,0.776432037353516,0.630192875862122,0.000705610669683665,0.776438236236572,0.225322693586349,0.000746948644518852,0.974283993244171,0.225324720144272,0,0.974283754825592,0.439051687717438,0,0.898461759090424,0.439045757055283,0.000732014013919979,0.898464381694794,0.225324735045433,0,0.974283635616302,-2.54486653972208e-009,0,1,-5.08973174717653e-009,0,1,0.225324794650078,0,0.974283635616302,0.225324735045433,0,0.974283635616302,0.225324794650078,0,0.974283635616302,0.439051806926727,0,0.898461759090424,0.439051687717438,0,0.898461759090424,0.439051687717438,0,0.898461759090424,0.439051806926727,0,0.898461759090424,0.630201101303101,0,0.776432037353516,0.630201101303101,0,0.776432037353516,
  2448. 0.788948118686676,0,0.614459812641144,0.630201101303101,0,0.776432037353516,0.630201101303101,0,0.776432037353516,0.788948118686676,0,0.614459812641144,-2.54486653972208e-009,0,1,0.225324735045433,0,0.974283635616302,0.225324690341949,0,0.974283695220947,0,0,1,0.225324690341949,0,0.974283695220947,0.225324735045433,0,0.974283635616302,0.439051687717438,0,0.898461759090424,0.439051687717438,0,0.898461818695068,0.439051687717438,0,0.898461818695068,0.439051687717438,0,0.898461759090424,0.630201101303101,0,0.776432037353516,0.630201101303101,0,0.776432037353516,0.788948118686676,0,0.614459812641144,0.630201101303101,0,0.776432037353516,0.630201101303101,0,0.776432037353516,0.788948118686676,0,0.614459812641144,0.225324720144272,0,0.974283754825592,-2.54486631767747e-009,0,0.999999940395355,0,0,1,0.225324690341949,0,0.974283695220947,0.225324720144272,0,0.974283754825592,0.225324690341949,0,0.974283695220947,0.439051687717438,0,0.898461818695068,0.439051687717438,0,0.898461759090424,0.439051687717438,0,0.898461759090424,0.439051687717438,0,0.898461818695068,0.630201101303101,0,0.776432037353516,0.630201101303101,0,0.776432037353516,0.788948118686676,0,0.614459812641144,0.630201101303101,0,0.776432037353516,0.630201101303101,0,0.776432037353516,0.788948118686676,0,0.614459812641144,-2.54486631767747e-009,0,0.999999940395355,0.225324720144272,0,0.974283754825592,0.225324720144272,0,0.974283754825592,-5.08973219126574e-009,0,0.999999940395355,0.225324720144272,0,0.974283754825592,0.225324720144272,0,0.974283754825592,0.439051687717438,0,0.898461759090424,0.439051687717438,0,0.898461759090424,0.439051687717438,0,0.898461759090424,0.439051687717438,0,0.898461759090424,0.630201101303101,0,0.776432037353516,0.630201101303101,0,0.776432037353516,0.788948118686676,0,0.614459812641144,0.630201101303101,0,0.776432037353516,0.630201101303101,0,0.776432037353516,0.788948118686676,0,0.614459812641144,0.225324720144272,0,0.974283754825592,-5.08973307944416e-009,0,1,-5.08973219126574e-009,0,0.999999940395355,0.225324720144272,0,0.974283754825592,
  2449. 0.225324720144272,0,0.974283754825592,0.225324720144272,0,0.974283754825592,0.439051687717438,0,0.898461759090424,0.439051687717438,0,0.898461759090424,0.439051687717438,0,0.898461759090424,0.439051687717438,0,0.898461759090424,0.630201101303101,0,0.776432037353516,0.630201101303101,0,0.776432037353516,0.788948118686676,0,0.614459812641144,0.630201101303101,0,0.776432037353516,0.630201101303101,0,0.776432037353516,0.788948118686676,0,0.614459812641144,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-0.788944482803345,0,-0.614464521408081,-0.630205750465393,0,-0.776428163051605,-0.629604697227478,0.05483153834939,-0.774978399276733,-0.78817230463028,0.0532080791890621,-0.613150358200073,-5.57193402528355e-009,0.0570824295282364,-0.998369514942169,-0.225117295980453,0.0568210147321224,-0.972673416137695,-0.225322514772415,0,-0.97428423166275,0,0,-1,-0.225117295980453,0.0568210147321224,-0.972673416137695,-0.438649296760559,0.0560557506978512,-0.896908342838287,-0.439057886600494,0,-0.89845871925354,-0.225322514772415,0,-0.97428423166275,-0.438649296760559,0.0560557506978512,-0.896908342838287,-0.629604697227478,0.05483153834939,-0.774978399276733,-0.630205750465393,0,-0.776428163051605,-0.439057886600494,0,-0.89845871925354,-0.630205690860748,0,-0.776428163051605,-0.7889444231987,0,-0.614464461803436,-0.788944602012634,0,-0.614464461803436,-0.630205750465393,0,-0.776428043842316,-0.630205690860748,0,-0.776428163051605,-0.630205750465393,0,-0.776428043842316,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.22532245516777,0,-0.974284172058105,-0.225322514772415,0,-0.97428423166275,0,0,-1,0,0,-1,-0.225322514772415,0,-0.97428423166275,-0.22532245516777,0,-0.974284172058105,-0.7889444231987,0,-0.614464461803436,-0.630205690860748,0,-0.776428163051605,-0.630205631256104,0,-0.77642822265625,-0.788944363594055,0,-0.614464581012726,-0.630205631256104,0,-0.77642822265625,
  2450. -0.630205690860748,0,-0.776428163051605,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.225322514772415,0,-0.97428423166275,-0.225322544574738,0,-0.974284172058105,0,0,-1,-0.225322544574738,0,-0.974284172058105,-0.225322514772415,0,-0.97428423166275,0,0,-1,-0.630205750465393,0,-0.776428163051605,-0.788944482803345,0,-0.614464521408081,-0.788944363594055,0,-0.614464581012726,-0.630205631256104,0,-0.77642822265625,-0.630205750465393,0,-0.776428163051605,-0.630205631256104,0,-0.77642822265625,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.225322544574738,0,-0.974284172058105,-0.225322514772415,0,-0.97428423166275,0,0,-1,0,0,-1,-0.225322514772415,0,-0.97428423166275,-0.225322544574738,0,-0.974284172058105,-0.788944482803345,0,-0.614464521408081,-0.630205750465393,0,-0.776428163051605,-0.630205750465393,0,-0.776428163051605,-0.788944602012634,0,-0.614464521408081,-0.630205750465393,0,-0.776428163051605,-0.630205750465393,0,-0.776428163051605,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.225322514772415,0,-0.97428423166275,-0.22532245516777,0,-0.974284172058105,0,0,-1,-0.22532245516777,0,-0.974284172058105,-0.225322514772415,0,-0.97428423166275,0,0,-1,-0.630205750465393,0,-0.776428163051605,-0.788944482803345,0,-0.614464521408081,-0.788944602012634,0,-0.614464521408081,-0.630205750465393,0,-0.776428163051605,-0.630205750465393,0,-0.776428163051605,-0.630205750465393,0,-0.776428163051605,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.439057886600494,0,-0.89845871925354,-0.22532245516777,0,-0.974284172058105,-0.225322514772415,0,-0.97428423166275,0,0,-1,0,0,-1,-0.225322514772415,0,-0.97428423166275,-0.22532245516777,0,-0.974284172058105,
  2451. -0.788941860198975,0,0.614467859268188,-0.630207359790802,0,0.77642697095871,-0.630196630954742,0.000702949764672667,0.776435256004334,-0.78893518447876,0.000666234293021262,0.614476025104523,-1.02801864798607e-008,0.000751431682147086,0.999999821186066,-0.225320279598236,0.000747356156352907,0.974284470081329,-0.225321963429451,0,0.97428435087204,-5.08973307944416e-009,0,1,-0.439047992229462,0.000732412852812558,0.898463249206543,-0.439054220914841,0,0.898460566997528,-0.225321963429451,0,0.97428435087204,-0.225320279598236,0.000747356156352907,0.974284470081329,-0.630196630954742,0.000702949764672667,0.776435256004334,-0.630207359790802,0,0.77642697095871,-0.439054220914841,0,0.898460566997528,-0.439047992229462,0.000732412852812558,0.898463249206543,-0.630207359790802,0,0.77642697095871,-0.788941860198975,0,0.614467859268188,-0.788941860198975,0,0.614467859268188,-0.630207359790802,0,0.77642697095871,-0.630207359790802,0,0.77642697095871,-0.630207359790802,0,0.77642697095871,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.225321888923645,0,0.974284410476685,-0.22532194852829,0,0.97428435087204,-2.54486653972208e-009,0,1,-0.22532194852829,0,0.97428435087204,-0.225321888923645,0,0.974284410476685,-5.08973174717653e-009,0,1,-0.788941860198975,0,0.614467859268188,-0.630207359790802,0,0.77642697095871,-0.630207359790802,0,0.77642697095871,-0.788941860198975,0,0.614467859268188,-0.630207359790802,0,0.77642697095871,-0.630207359790802,0,0.77642697095871,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.22532194852829,0,0.97428435087204,-0.225321978330612,0,0.97428435087204,0,0,1,-0.225321978330612,0,0.97428435087204,-0.22532194852829,0,0.97428435087204,-2.54486653972208e-009,0,1,-0.630207359790802,0,0.77642697095871,-0.788941860198975,0,0.614467859268188,-0.788941860198975,0,0.614467859268188,-0.630207359790802,0,0.77642697095871,
  2452. -0.630207359790802,0,0.77642697095871,-0.630207359790802,0,0.77642697095871,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.225321978330612,0,0.97428435087204,-0.22532194852829,0,0.97428435087204,-2.54486631767747e-009,0,0.999999940395355,-0.22532194852829,0,0.97428435087204,-0.225321978330612,0,0.97428435087204,0,0,1,-0.788941860198975,0,0.614467859268188,-0.630207359790802,0,0.77642697095871,-0.630207359790802,0,0.77642697095871,-0.788941860198975,0,0.614467859268188,-0.630207359790802,0,0.77642697095871,-0.630207359790802,0,0.77642697095871,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.22532194852829,0,0.97428435087204,-0.225321933627129,0,0.97428435087204,-5.08973219126574e-009,0,0.999999940395355,-0.225321933627129,0,0.97428435087204,-0.22532194852829,0,0.97428435087204,-2.54486631767747e-009,0,0.999999940395355,-0.630207359790802,0,0.77642697095871,-0.788941860198975,0,0.614467859268188,-0.788941860198975,0,0.614467859268188,-0.630207359790802,0,0.77642697095871,-0.630207359790802,0,0.77642697095871,-0.630207359790802,0,0.77642697095871,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.439054220914841,0,0.898460566997528,-0.225321933627129,0,0.97428435087204,-0.225321963429451,0,0.97428435087204,-5.08973307944416e-009,0,1,-0.225321963429451,0,0.97428435087204,-0.225321933627129,0,0.97428435087204,-5.08973219126574e-009,0,0.999999940395355,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,-1,0.225322514772415,0,-0.97428423166275,0.225116640329361,0.0568220466375351,-0.972673416137695,-5.57193402528355e-009,0.0570824295282364,-0.998369514942169,0.788172543048859,0.0532039925456047,-0.613150298595428,0.629603803157806,0.0548296384513378,-0.774979174137115,0.630203485488892,0,-0.776430010795593,
  2453. 0.7889444231987,0,-0.614464461803436,0.629603803157806,0.0548296384513378,-0.774979174137115,0.438646227121353,0.0560564324259758,-0.896909832954407,0.439054220914841,0,-0.898460566997528,0.630203485488892,0,-0.776430010795593,0.438646227121353,0.0560564324259758,-0.896909832954407,0.225116640329361,0.0568220466375351,-0.972673416137695,0.225322514772415,0,-0.97428423166275,0.439054220914841,0,-0.898460566997528,0.225322514772415,0,-0.97428423166275,0,0,-1,0,0,-1,0.22532245516777,0,-0.974284172058105,0.225322514772415,0,-0.97428423166275,0.22532245516777,0,-0.974284172058105,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.630203485488892,0,-0.776430010795593,0.630203485488892,0,-0.776430010795593,0.7889444231987,0,-0.614464461803436,0.7889444231987,0,-0.614464461803436,0.630203485488892,0,-0.776430010795593,0.630203485488892,0,-0.776430010795593,0,0,-1,0.225322514772415,0,-0.97428423166275,0.225322544574738,0,-0.974284172058105,0,0,-1,0.225322544574738,0,-0.974284172058105,0.225322514772415,0,-0.97428423166275,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.630203485488892,0,-0.776430010795593,0.630203485488892,0,-0.776430010795593,0.7889444231987,0,-0.614464461803436,0.630203485488892,0,-0.776430010795593,0.630203485488892,0,-0.776430010795593,0.7889444231987,0,-0.614464461803436,0.225322514772415,0,-0.97428423166275,0,0,-1,0,0,-1,0.225322544574738,0,-0.974284172058105,0.225322514772415,0,-0.97428423166275,0.225322544574738,0,-0.974284172058105,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.630203485488892,0,-0.776430010795593,0.630203485488892,0,-0.776430010795593,0.7889444231987,0,-0.614464461803436,0.7889444231987,0,-0.614464461803436,0.630203485488892,0,-0.776430010795593,0.630203485488892,0,-0.776430010795593,
  2454. 0,0,-1,0.225322514772415,0,-0.97428423166275,0.22532245516777,0,-0.974284172058105,0,0,-1,0.22532245516777,0,-0.974284172058105,0.225322514772415,0,-0.97428423166275,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.630203485488892,0,-0.776430010795593,0.630203485488892,0,-0.776430010795593,0.7889444231987,0,-0.614464461803436,0.630203485488892,0,-0.776430010795593,0.630203485488892,0,-0.776430010795593,0.7889444231987,0,-0.614464461803436,0.225322514772415,0,-0.97428423166275,0,0,-1,0,0,-1,0.22532245516777,0,-0.974284172058105,0.225322514772415,0,-0.97428423166275,0.22532245516777,0,-0.974284172058105,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.439054220914841,0,-0.898460566997528,0.630203485488892,0,-0.776430010795593,0.630203485488892,0,-0.776430010795593,0.7889444231987,0,-0.614464461803436,0.7889444231987,0,-0.614464461803436,0.630203485488892,0,-0.776430010795593,0.630203485488892,0,-0.776430010795593,-1,0,0,-0.999082148075104,0,0.0428338088095188,-0.999081790447235,0.00055093044647947,0.0428394414484501,-0.99999988079071,0.000542410067282617,0,-0.78893518447876,0.000666234293021262,0.614476025104523,-0.907102167606354,0.000629926333203912,0.420910000801086,-0.907106041908264,0,0.420901954174042,-0.788941860198975,0,0.614467859268188,-0.978871047496796,0.000587327696848661,0.204477861523628,-0.978874266147614,0,0.204462677240372,-0.907106041908264,0,0.420901954174042,-0.907102167606354,0.000629926333203912,0.420910000801086,-0.999081790447235,0.00055093044647947,0.0428394414484501,-0.999082148075104,0,0.0428338088095188,-0.978874266147614,0,0.204462677240372,-0.978871047496796,0.000587327696848661,0.204477861523628,-0.999082148075104,0,0.0428338088095188,-1,0,0,-1,0,0,-0.999082148075104,0,0.0428338088095188,-0.999082148075104,0,0.0428338088095188,-0.999082148075104,0,0.0428338088095188,-0.978874266147614,0,0.204462677240372,-0.978874266147614,0,0.204462677240372,
  2455. -0.978874266147614,0,0.204462677240372,-0.978874266147614,0,0.204462677240372,-0.907106041908264,0,0.420901954174042,-0.907106041908264,0,0.420901954174042,-0.788941860198975,0,0.614467859268188,-0.907106041908264,0,0.420901954174042,-0.907106041908264,0,0.420901954174042,-0.788941860198975,0,0.614467859268188,-1,0,0,-0.999082148075104,0,0.0428338088095188,-0.999082148075104,0,0.0428338088095188,-1,0,0,-0.999082148075104,0,0.0428338088095188,-0.999082148075104,0,0.0428338088095188,-0.978874266147614,0,0.204462677240372,-0.978874266147614,0,0.204462677240372,-0.978874266147614,0,0.204462677240372,-0.978874266147614,0,0.204462677240372,-0.907106041908264,0,0.420901954174042,-0.907106041908264,0,0.420901954174042,-0.788941860198975,0,0.614467859268188,-0.907106041908264,0,0.420901954174042,-0.907106041908264,0,0.420901954174042,-0.788941860198975,0,0.614467859268188,-0.999082148075104,0,0.0428338088095188,-1,0,0,-1,0,0,-0.999082148075104,0,0.0428338088095188,-0.999082148075104,0,0.0428338088095188,-0.999082148075104,0,0.0428338088095188,-0.978874266147614,0,0.204462677240372,-0.978874266147614,0,0.204462677240372,-0.978874266147614,0,0.204462677240372,-0.978874266147614,0,0.204462677240372,-0.907106041908264,0,0.420901954174042,-0.907106041908264,0,0.420901954174042,-0.788941860198975,0,0.614467859268188,-0.907106041908264,0,0.420901954174042,-0.907106041908264,0,0.420901954174042,-0.788941860198975,0,0.614467859268188,-1,0,0,-0.999082148075104,0,0.0428338088095188,-0.999082148075104,0,0.0428338088095188,-1,0,0,-0.999082148075104,0,0.0428338088095188,-0.999082148075104,0,0.0428338088095188,-0.978874266147614,0,0.204462677240372,-0.978874266147614,0,0.204462677240372,-0.978874266147614,0,0.204462677240372,-0.978874266147614,0,0.204462677240372,-0.907106041908264,0,0.420901954174042,-0.907106041908264,0,0.420901954174042,-0.788941860198975,0,0.614467859268188,-0.907106041908264,0,0.420901954174042,-0.907106041908264,0,0.420901954174042,-0.788941860198975,0,0.614467859268188,-0.999082148075104,0,0.0428338088095188,-1,0,0,
  2456. -1,0,0,-0.999082148075104,0,0.0428338088095188,-0.999082148075104,0,0.0428338088095188,-0.999082148075104,0,0.0428338088095188,-0.978874266147614,0,0.204462677240372,-0.978874266147614,0,0.204462677240372,-0.978874266147614,0,0.204462677240372,-0.978874266147614,0,0.204462677240372,-0.907106041908264,0,0.420901954174042,-0.907106041908264,0,0.420901954174042,-0.788941860198975,0,0.614467859268188,-0.907106041908264,0,0.420901954174042,-0.907106041908264,0,0.420901954174042,-0.788941860198975,0,0.614467859268188,0,0,1,0,0,1,0,6.02844083914533e-005,1,0,6.19999918853864e-005,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0.7889444231987,0,-0.614464461803436,0.907109975814819,0,-0.42089369893074,0.906189441680908,0.051261592656374,-0.419753223657608,0.788172543048859,0.0532039925456047,-0.613150298595428,0.998899757862091,0.0468952879309654,0,0.997595131397247,0.0473506227135658,-0.0506139658391476,0.998704731464386,0,-0.0508795902132988,1,0,0,0.997595131397247,0.0473506227135658,-0.0506139658391476,0.977233171463013,0.0491155944764614,-0.206404760479927,0.978271186351776,0,-0.207329511642456,0.998704731464386,0,-0.0508795902132988,0.977233171463013,0.0491155944764614,-0.206404760479927,0.906189441680908,0.051261592656374,-0.419753223657608,0.907109975814819,0,-0.42089369893074,0.978271186351776,0,-0.207329511642456,0.907109975814819,0,-0.42089369893074,0.7889444231987,0,-0.614464461803436,0.7889444231987,0,-0.614464461803436,0.907109916210175,0,-0.42089369893074,0.907109975814819,0,-0.42089369893074,0.907109916210175,0,-0.42089369893074,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.998704731464386,0,-0.0508795902132988,0.998704731464386,0,-0.0508795902132988,1,0,0,1,0,0,0.998704731464386,0,-0.0508795902132988,0.998704731464386,0,-0.0508795902132988,
  2457. 0.7889444231987,0,-0.614464461803436,0.907109975814819,0,-0.42089369893074,0.907109975814819,0,-0.42089369893074,0.7889444231987,0,-0.614464461803436,0.907109975814819,0,-0.42089369893074,0.907109975814819,0,-0.42089369893074,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.998704731464386,0,-0.0508795902132988,0.998704731464386,0,-0.0508795902132988,1,0,0,0.998704731464386,0,-0.0508795902132988,0.998704731464386,0,-0.0508795902132988,1,0,0,0.907109975814819,0,-0.42089369893074,0.7889444231987,0,-0.614464461803436,0.7889444231987,0,-0.614464461803436,0.907109975814819,0,-0.42089369893074,0.907109975814819,0,-0.42089369893074,0.907109975814819,0,-0.42089369893074,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.998704731464386,0,-0.0508795902132988,0.998704731464386,0,-0.0508795902132988,1,0,0,1,0,0,0.998704731464386,0,-0.0508795902132988,0.998704731464386,0,-0.0508795902132988,0.7889444231987,0,-0.614464461803436,0.907109975814819,0,-0.42089369893074,0.907109975814819,0,-0.42089369893074,0.7889444231987,0,-0.614464461803436,0.907109975814819,0,-0.42089369893074,0.907109975814819,0,-0.42089369893074,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.998704731464386,0,-0.0508795902132988,0.998704731464386,0,-0.0508795902132988,1,0,0,0.998704731464386,0,-0.0508795902132988,0.998704731464386,0,-0.0508795902132988,1,0,0,0.907109975814819,0,-0.42089369893074,0.7889444231987,0,-0.614464461803436,0.7889444231987,0,-0.614464461803436,0.907109975814819,0,-0.42089369893074,0.907109975814819,0,-0.42089369893074,0.907109975814819,0,-0.42089369893074,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.978271186351776,0,-0.207329511642456,0.998704731464386,0,-0.0508795902132988,
  2458. 0.998704731464386,0,-0.0508795902132988,1,0,0,1,0,0,0.998704731464386,0,-0.0508795902132988,0.998704731464386,0,-0.0508795902132988,-0.994213759899139,0.0947398990392685,-0.050630260258913,-0.995578169822693,0.0939373299479485,0,-0.998899579048157,0.0469004325568676,0,-0.997595429420471,0.0473543219268322,-0.0506052784621716,-0.97356790304184,0.0980376005172729,-0.206286311149597,-0.994213759899139,0.0947398990392685,-0.050630260258913,-0.997595429420471,0.0473543219268322,-0.0506052784621716,-0.977233052253723,0.0491181835532188,-0.206404611468315,-0.902371227741241,0.102261669933796,-0.418651103973389,-0.97356790304184,0.0980376005172729,-0.206286311149597,-0.977233052253723,0.0491181835532188,-0.206404611468315,-0.906187951564789,0.051264937967062,-0.419756263494492,-0.78817230463028,0.0532080791890621,-0.613150358200073,-0.784513413906097,0.106084555387497,-0.610970377922058,-0.902371227741241,0.102261669933796,-0.418651103973389,-0.906187951564789,0.051264937967062,-0.419756263494492,-0.626450538635254,0.109278343617916,-0.771762847900391,-0.784513413906097,0.106084555387497,-0.610970377922058,-0.78817230463028,0.0532080791890621,-0.613150358200073,-0.629604697227478,0.05483153834939,-0.774978399276733,-0.436329960823059,0.111683130264282,-0.892828762531281,-0.626450538635254,0.109278343617916,-0.771762847900391,-0.629604697227478,0.05483153834939,-0.774978399276733,-0.438649296760559,0.0560557506978512,-0.896908342838287,-0.22389143705368,0.113178201019764,-0.968020260334015,-0.436329960823059,0.111683130264282,-0.892828762531281,-0.438649296760559,0.0560557506978512,-0.896908342838287,-0.225117295980453,0.0568210147321224,-0.972673416137695,-5.57193402528355e-009,0.0570824295282364,-0.998369514942169,-5.41064437697969e-009,0.113686673343182,-0.993516564369202,-0.22389143705368,0.113178201019764,-0.968020260334015,-0.225117295980453,0.0568210147321224,-0.972673416137695,0.223890900611877,0.113179296255112,-0.96802031993866,-5.41064437697969e-009,0.113686673343182,-0.993516564369202,-5.57193402528355e-009,0.0570824295282364,-0.998369514942169,
  2459. 0.225116640329361,0.0568220466375351,-0.972673416137695,0.436329454183578,0.111683793365955,-0.892828762531281,0.223890900611877,0.113179296255112,-0.96802031993866,0.225116640329361,0.0568220466375351,-0.972673416137695,0.438646227121353,0.0560564324259758,-0.896909832954407,0.626449465751648,0.109279379248619,-0.771763682365417,0.436329454183578,0.111683793365955,-0.892828762531281,0.438646227121353,0.0560564324259758,-0.896909832954407,0.629603803157806,0.0548296384513378,-0.774979174137115,0.788172543048859,0.0532039925456047,-0.613150298595428,0.784513592720032,0.106085650622845,-0.610970020294189,0.626449465751648,0.109279379248619,-0.771763682365417,0.629603803157806,0.0548296384513378,-0.774979174137115,0.902371406555176,0.102262981235981,-0.418650269508362,0.784513592720032,0.106085650622845,-0.610970020294189,0.788172543048859,0.0532039925456047,-0.613150298595428,0.906189441680908,0.051261592656374,-0.419753223657608,0.973568141460419,0.0980387330055237,-0.206285178661346,0.902371406555176,0.102262981235981,-0.418650269508362,0.906189441680908,0.051261592656374,-0.419753223657608,0.977233171463013,0.0491155944764614,-0.206404760479927,0.994214057922363,0.0947354733943939,-0.0506326220929623,0.973568141460419,0.0980387330055237,-0.206285178661346,0.977233171463013,0.0491155944764614,-0.206404760479927,0.997595131397247,0.0473506227135658,-0.0506139658391476,0.998899757862091,0.0468952879309654,0,0.99557900428772,0.0939276292920113,0,0.994214057922363,0.0947354733943939,-0.0506326220929623,0.997595131397247,0.0473506227135658,-0.0506139658391476,0,6.02844083914533e-005,1,0,0.000116703871753998,1,0,0.000116548770165537,1,0,6.19999918853864e-005,1,-0.999081552028656,0.00110542750917375,0.0428331904113293,-0.999999403953552,0.00109016732312739,0,-0.99999988079071,0.000542410067282617,0,-0.999081790447235,0.00055093044647947,0.0428394414484501,-0.978873670101166,0.00117478054016829,0.204462394118309,-0.999081552028656,0.00110542750917375,0.0428331904113293,-0.999081790447235,0.00055093044647947,0.0428394414484501,
  2460. -0.978871047496796,0.000587327696848661,0.204477861523628,-0.907110869884491,0.00126511405687779,0.420889794826508,-0.978873670101166,0.00117478054016829,0.204462394118309,-0.978871047496796,0.000587327696848661,0.204477861523628,-0.907102167606354,0.000629926333203912,0.420910000801086,-0.788943231105804,0.0013477720785886,0.614464700222015,-0.907110869884491,0.00126511405687779,0.420889794826508,-0.907102167606354,0.000629926333203912,0.420910000801086,-0.78893518447876,0.000666234293021262,0.614476025104523,-0.630199015140533,0.00142142572440207,0.77643233537674,-0.788943231105804,0.0013477720785886,0.614464700222015,-0.78893518447876,0.000666234293021262,0.614476025104523,-0.630196630954742,0.000702949764672667,0.776435256004334,-0.439054816961288,0.0014760575722903,0.898459017276764,-0.630199015140533,0.00142142572440207,0.77643233537674,-0.630196630954742,0.000702949764672667,0.776435256004334,-0.439047992229462,0.000732412852812558,0.898463249206543,-0.225327149033546,0.00150605186354369,0.974282026290894,-0.439054816961288,0.0014760575722903,0.898459017276764,-0.439047992229462,0.000732412852812558,0.898463249206543,-0.225320279598236,0.000747356156352907,0.974284470081329,-7.61179563824044e-009,0.00151524518150836,0.999998867511749,-0.225327149033546,0.00150605186354369,0.974282026290894,-0.225320279598236,0.000747356156352907,0.974284470081329,-1.02801864798607e-008,0.000751431682147086,0.999999821186066,0.225328862667084,0.00150564010255039,0.97428160905838,-7.61179563824044e-009,0.00151524518150836,0.999998867511749,-1.02801864798607e-008,0.000751431682147086,0.999999821186066,0.225322693586349,0.000746948644518852,0.974283993244171,0.43905383348465,0.00147498503793031,0.898459613323212,0.225328862667084,0.00150564010255039,0.97428160905838,0.225322693586349,0.000746948644518852,0.974283993244171,0.439045757055283,0.000732014013919979,0.898464381694794,0.630198538303375,0.00142160418909043,0.776432693004608,0.43905383348465,0.00147498503793031,0.898459613323212,0.439045757055283,0.000732014013919979,0.898464381694794,
  2461. 0.630192875862122,0.000705610669683665,0.776438236236572,0.788943529129028,0.00134858780074865,0.614464223384857,0.630198538303375,0.00142160418909043,0.776432693004608,0.630192875862122,0.000705610669683665,0.776438236236572,0.788939416408539,0.000668871332891285,0.614470660686493,0.90710985660553,0.00126281590200961,0.420892030000687,0.788943529129028,0.00134858780074865,0.614464223384857,0.788939416408539,0.000668871332891285,0.614470660686493,0.9071044921875,0.00062521657673642,0.420904964208603,0.978873372077942,0.0011688326485455,0.204463750123978,0.90710985660553,0.00126281590200961,0.420892030000687,0.9071044921875,0.00062521657673642,0.420904964208603,0.978871047496796,0.000577653991058469,0.204477980732918,0.999081611633301,0.00109678343869746,0.0428346507251263,0.978873372077942,0.0011688326485455,0.204463750123978,0.978871047496796,0.000577653991058469,0.204477980732918,0.99908185005188,0.000541009881999344,0.0428394563496113,0.999999403953552,0.0010803648037836,0,0.999081611633301,0.00109678343869746,0.0428346507251263,0.99908185005188,0.000541009881999344,0.0428394563496113,0.99999988079071,0.000532480247784406,0,0,0.000116548755613621,1,0,0.000116703879029956,0.999999940395355,0,6.02839172643144e-005,1,0,6.20000573690049e-005,1,0.994213938713074,0.0947370752692223,-0.0506314933300018,0.994212627410889,0.0947416052222252,-0.0506475605070591,0.995578169822693,0.0939361080527306,0,0.995578467845917,0.0939341709017754,0,0.973567128181458,0.0980338230729103,-0.20629195868969,0.973555207252502,0.0980417728424072,-0.206344828009605,0.994212627410889,0.0947416052222252,-0.0506475605070591,0.994213938713074,0.0947370752692223,-0.0506314933300018,0.902368903160095,0.102256514132023,-0.418657213449478,0.902346670627594,0.102263152599335,-0.418703615665436,0.973555207252502,0.0980417728424072,-0.206344828009605,0.973567128181458,0.0980338230729103,-0.20629195868969,0.784509778022766,0.106081195175648,-0.610975742340088,0.784482777118683,0.106083706021309,-0.611009955406189,0.902346670627594,0.102263152599335,-0.418703615665436,
  2462. 0.902368903160095,0.102256514132023,-0.418657213449478,0.626445412635803,0.10927689820528,-0.771767258644104,0.626418590545654,0.109277494251728,-0.771788895130157,0.784482777118683,0.106083706021309,-0.611009955406189,0.784509778022766,0.106081195175648,-0.610975742340088,0.436325758695602,0.111680954694748,-0.892830967903137,0.436304688453674,0.111683078110218,-0.892841100692749,0.626418590545654,0.109277494251728,-0.771788895130157,0.626445412635803,0.10927689820528,-0.771767258644104,0.223889946937561,0.113174870610237,-0.968021035194397,0.22387807071209,0.113176286220551,-0.968023657798767,0.436304688453674,0.111683078110218,-0.892841100692749,0.436325758695602,0.111680954694748,-0.892830967903137,3.4830482942283e-009,0.113683186471462,-0.99351704120636,5.30598320835907e-009,0.11368253082037,-0.993517100811005,0.22387807071209,0.113176286220551,-0.968023657798767,0.223889946937561,0.113174870610237,-0.968021035194397,-0.223890542984009,0.113174997270107,-0.968020856380463,-0.223877683281899,0.113176688551903,-0.968023717403412,5.30598320835907e-009,0.11368253082037,-0.993517100811005,3.4830482942283e-009,0.113683186471462,-0.99351704120636,-0.436325699090958,0.111680276691914,-0.892831087112427,-0.436304479837418,0.111684888601303,-0.892840981483459,-0.223877683281899,0.113176688551903,-0.968023717403412,-0.223890542984009,0.113174997270107,-0.968020856380463,-0.626446723937988,0.109277740120888,-0.771766066551209,-0.626419305801392,0.109279721975327,-0.771787941455841,-0.436304479837418,0.111684888601303,-0.892840981483459,-0.436325699090958,0.111680276691914,-0.892831087112427,-0.784509599208832,0.106085002422333,-0.61097514629364,-0.784481465816498,0.106084644794464,-0.611011207103729,-0.626419305801392,0.109279721975327,-0.771787941455841,-0.626446723937988,0.109277740120888,-0.771766066551209,-0.902369320392609,0.102260962128639,-0.418655216693878,-0.902347207069397,0.10226209461689,-0.418702721595764,-0.784481465816498,0.106084644794464,-0.611011207103729,-0.784509599208832,0.106085002422333,-0.61097514629364,
  2463. -0.973566293716431,0.0980386435985565,-0.206293880939484,-0.973554909229279,0.0980393216013908,-0.206347241997719,-0.902347207069397,0.10226209461689,-0.418702721595764,-0.902369320392609,0.102260962128639,-0.418655216693878,-0.994213581085205,0.0947398245334625,-0.0506338030099869,-0.994212627410889,0.094740092754364,-0.0506511032581329,-0.973554909229279,0.0980393216013908,-0.206347241997719,-0.973566293716431,0.0980386435985565,-0.206293880939484,-0.995578467845917,0.0939343795180321,0,-0.995578169822693,0.093935914337635,0,-0.994212627410889,0.094740092754364,-0.0506511032581329,-0.994213581085205,0.0947398245334625,-0.0506338030099869,4.27125279589546e-011,0.000127292500110343,0.999999940395355,8.2557675973316e-012,0.000116825052828062,1,8.7383598620927e-012,0.000116977302241139,1,4.41940303796962e-011,0.000127737279399298,1,0.999081492424011,0.00109759927727282,0.0428348295390606,0.999081671237946,0.0011012036120519,0.0428338013589382,0.999999403953552,0.00108466309029609,2.08466355289261e-010,0.999999403953552,0.00108008179813623,5.23725618428728e-010,0.978873789310455,0.00117249775212258,0.20446190237999,0.978874087333679,0.00117352907545865,0.2044607847929,0.999081671237946,0.0011012036120519,0.0428338013589382,0.999081492424011,0.00109759927727282,0.0428348295390606,0.907111525535584,0.00126808963250369,0.420888453722,0.907110989093781,0.00126659858506173,0.420889586210251,0.978874087333679,0.00117352907545865,0.2044607847929,0.978873789310455,0.00117249775212258,0.20446190237999,0.788943946361542,0.00135235430207103,0.614463746547699,0.788944065570831,0.00134961726143956,0.614463567733765,0.907110989093781,0.00126659858506173,0.420889586210251,0.907111525535584,0.00126808963250369,0.420888453722,0.63019734621048,0.00142257055267692,0.776433706283569,0.630198538303375,0.00142047414556146,0.776432812213898,0.788944065570831,0.00134961726143956,0.614463567733765,0.788943946361542,0.00135235430207103,0.614463746547699,0.439053148031235,0.00147674372419715,0.898459851741791,0.439055204391479,0.00147420994471759,0.898458898067474,
  2464. 0.630198538303375,0.00142047414556146,0.776432812213898,0.63019734621048,0.00142257055267692,0.776433706283569,0.2253338098526,0.00151066516991705,0.974280476570129,0.225332915782928,0.00150646292604506,0.974280655384064,0.439055204391479,0.00147420994471759,0.898458898067474,0.439053148031235,0.00147674372419715,0.898459851741791,5.09864861442111e-009,0.00152147631160915,0.999998867511749,0,0.00151687406469136,0.999998867511749,0.225332915782928,0.00150646292604506,0.974280655384064,0.2253338098526,0.00151066516991705,0.974280476570129,-0.225332736968994,0.00151108531281352,0.974280714988709,-0.22533155977726,0.00150648062117398,0.974281072616577,0,0.00151687406469136,0.999998867511749,5.09864861442111e-009,0.00152147631160915,0.999998867511749,-0.439053356647491,0.00147651904262602,0.898459732532501,-0.439056426286697,0.00147426209878176,0.898458242416382,-0.22533155977726,0.00150648062117398,0.974281072616577,-0.225332736968994,0.00151108531281352,0.974280714988709,-0.630197286605835,0.00142103247344494,0.776433765888214,-0.63019734621048,0.00142136530485004,0.776433706283569,-0.439056426286697,0.00147426209878176,0.898458242416382,-0.439053356647491,0.00147651904262602,0.898459732532501,-0.788946390151978,0.00135351158678532,0.614460468292236,-0.788943886756897,0.00135149783454835,0.614463746547699,-0.63019734621048,0.00142136530485004,0.776433706283569,-0.630197286605835,0.00142103247344494,0.776433765888214,-0.907110214233398,0.00127250782679766,0.420891135931015,-0.907111763954163,0.00126532383728772,0.420888006687164,-0.788943886756897,0.00135149783454835,0.614463746547699,-0.788946390151978,0.00135351158678532,0.614460468292236,-0.978873252868652,0.00117484689690173,0.2044647783041,-0.978874325752258,0.00116752251051366,0.204459249973297,-0.907111763954163,0.00126532383728772,0.420888006687164,-0.907110214233398,0.00127250782679766,0.420891135931015,-0.99908173084259,0.00109493883792311,0.0428320057690144,-0.99908185005188,0.00109521835111082,0.0428295135498047,-0.978874325752258,0.00116752251051366,0.204459249973297,
  2465. -0.978873252868652,0.00117484689690173,0.2044647783041,-0.999999403953552,0.00107514823321253,5.23725562917576e-010,-0.999999403953552,0.00107985991053283,2.08466341411473e-010,-0.99908185005188,0.00109521835111082,0.0428295135498047,-0.99908173084259,0.00109493883792311,0.0428320057690144,0,0.000127292441902682,1,0,0.000127737235743552,1,0,0.000116977265861351,1,0,0.000116825038276147,1,0.994212746620178,0.094740092754364,-0.0506487749516964,0.994213938713074,0.0947370752692223,-0.0506314933300018,0.995578467845917,0.0939341709017754,0,0.995578110218048,0.0939374193549156,0,0.973557353019714,0.09803756326437,-0.206336677074432,0.973567128181458,0.0980338230729103,-0.20629195868969,0.994213938713074,0.0947370752692223,-0.0506314933300018,0.994212746620178,0.094740092754364,-0.0506487749516964,0.90235161781311,0.10226121544838,-0.418693393468857,0.902368903160095,0.102256514132023,-0.418657213449478,0.973567128181458,0.0980338230729103,-0.20629195868969,0.973557353019714,0.09803756326437,-0.206336677074432,0.784487724304199,0.10608597099781,-0.611003041267395,0.784509778022766,0.106081195175648,-0.610975742340088,0.902368903160095,0.102256514132023,-0.418657213449478,0.90235161781311,0.10226121544838,-0.418693393468857,0.626424908638,0.109283111989498,-0.77178293466568,0.626445412635803,0.10927689820528,-0.771767258644104,0.784509778022766,0.106081195175648,-0.610975742340088,0.784487724304199,0.10608597099781,-0.611003041267395,0.436308830976486,0.111690670251846,-0.892838001251221,0.436325758695602,0.111680954694748,-0.892830967903137,0.626445412635803,0.10927689820528,-0.771767258644104,0.626424908638,0.109283111989498,-0.77178293466568,0.223880097270012,0.113182373344898,-0.968022346496582,0.223889946937561,0.113174870610237,-0.968021035194397,0.436325758695602,0.111680954694748,-0.892830967903137,0.436308830976486,0.111690670251846,-0.892838001251221,-5.11393061231047e-009,0.113686583936214,-0.993516683578491,3.4830482942283e-009,0.113683186471462,-0.99351704120636,0.223889946937561,0.113174870610237,-0.968021035194397,
  2466. 0.223880097270012,0.113182373344898,-0.968022346496582,-0.223881080746651,0.113181583583355,-0.968022346496582,-0.223890542984009,0.113174997270107,-0.968020856380463,3.4830482942283e-009,0.113683186471462,-0.99351704120636,-5.11393061231047e-009,0.113686583936214,-0.993516683578491,-0.436308920383453,0.111688651144505,-0.892838299274445,-0.436325699090958,0.111680276691914,-0.892831087112427,-0.223890542984009,0.113174997270107,-0.968020856380463,-0.223881080746651,0.113181583583355,-0.968022346496582,-0.626422166824341,0.109281875193119,-0.771785438060761,-0.626446723937988,0.109277740120888,-0.771766066551209,-0.436325699090958,0.111680276691914,-0.892831087112427,-0.436308920383453,0.111688651144505,-0.892838299274445,-0.784487724304199,0.106085993349552,-0.611003041267395,-0.784509599208832,0.106085002422333,-0.61097514629364,-0.626446723937988,0.109277740120888,-0.771766066551209,-0.626422166824341,0.109281875193119,-0.771785438060761,-0.902351915836334,0.102262265980244,-0.418692499399185,-0.902369320392609,0.102260962128639,-0.418655216693878,-0.784509599208832,0.106085002422333,-0.61097514629364,-0.784487724304199,0.106085993349552,-0.611003041267395,-0.973556995391846,0.0980385541915894,-0.206337556242943,-0.973566293716431,0.0980386435985565,-0.206293880939484,-0.902369320392609,0.102260962128639,-0.418655216693878,-0.902351915836334,0.102262265980244,-0.418692499399185,-0.994213104248047,0.0947376936674118,-0.0506465062499046,-0.994213581085205,0.0947398245334625,-0.0506338030099869,-0.973566293716431,0.0980386435985565,-0.206293880939484,-0.973556995391846,0.0980385541915894,-0.206337556242943,-0.995578587055206,0.0939327403903008,0,-0.995578467845917,0.0939343795180321,0,-0.994213581085205,0.0947398245334625,-0.0506338030099869,-0.994213104248047,0.0947376936674118,-0.0506465062499046,8.75398573074726e-011,0.000126439423183911,1,4.27125279589546e-011,0.000127292500110343,0.999999940395355,4.41940303796962e-011,0.000127737279399298,1,8.87572515484436e-011,0.000125971593661234,1,0.999081611633301,0.00109803525265306,0.042835146188736,
  2467. 0.999081492424011,0.00109759927727282,0.0428348295390606,0.999999403953552,0.00108008179813623,5.23725618428728e-010,0.999999463558197,0.00108171196188778,6.26795948477366e-010,0.978874027729034,0.00116976955905557,0.204460501670837,0.978873789310455,0.00117249775212258,0.20446190237999,0.999081492424011,0.00109759927727282,0.0428348295390606,0.999081611633301,0.00109803525265306,0.042835146188736,0.907111763954163,0.00126454071141779,0.420888066291809,0.907111525535584,0.00126808963250369,0.420888453722,0.978873789310455,0.00117249775212258,0.20446190237999,0.978874027729034,0.00116976955905557,0.204460501670837,0.788944065570831,0.00135068839881569,0.614463567733765,0.788943946361542,0.00135235430207103,0.614463746547699,0.907111525535584,0.00126808963250369,0.420888453722,0.907111763954163,0.00126454071141779,0.420888066291809,0.630199611186981,0.00142110441811383,0.776431918144226,0.63019734621048,0.00142257055267692,0.776433706283569,0.788943946361542,0.00135235430207103,0.614463746547699,0.788944065570831,0.00135068839881569,0.614463567733765,0.439052700996399,0.00147343508433551,0.898460149765015,0.439053148031235,0.00147674372419715,0.898459851741791,0.63019734621048,0.00142257055267692,0.776433706283569,0.630199611186981,0.00142110441811383,0.776431918144226,0.225334420800209,0.00150741171091795,0.974280297756195,0.2253338098526,0.00151066516991705,0.974280476570129,0.439053148031235,0.00147674372419715,0.898459851741791,0.439052700996399,0.00147343508433551,0.898460149765015,2.54256748988269e-009,0.00151940691284835,0.999998867511749,5.09864861442111e-009,0.00152147631160915,0.999998867511749,0.2253338098526,0.00151066516991705,0.974280476570129,0.225334420800209,0.00150741171091795,0.974280297756195,-0.225334078073502,0.00150781869888306,0.974280416965485,-0.225332736968994,0.00151108531281352,0.974280714988709,5.09864861442111e-009,0.00152147631160915,0.999998867511749,2.54256748988269e-009,0.00151940691284835,0.999998867511749,-0.439051181077957,0.00147448480129242,0.898460865020752,-0.439053356647491,0.00147651904262602,0.898459732532501,
  2468. -0.225332736968994,0.00151108531281352,0.974280714988709,-0.225334078073502,0.00150781869888306,0.974280416965485,-0.630200088024139,0.00142268533818424,0.776431500911713,-0.630197286605835,0.00142103247344494,0.776433765888214,-0.439053356647491,0.00147651904262602,0.898459732532501,-0.439051181077957,0.00147448480129242,0.898460865020752,-0.788947820663452,0.00135155860334635,0.614458680152893,-0.788946390151978,0.00135351158678532,0.614460468292236,-0.630197286605835,0.00142103247344494,0.776433765888214,-0.630200088024139,0.00142268533818424,0.776431500911713,-0.907110393047333,0.00126447633374482,0.420890808105469,-0.907110214233398,0.00127250782679766,0.420891135931015,-0.788946390151978,0.00135351158678532,0.614460468292236,-0.788947820663452,0.00135155860334635,0.614458680152893,-0.978873014450073,0.00117103662341833,0.204465299844742,-0.978873252868652,0.00117484689690173,0.2044647783041,-0.907110214233398,0.00127250782679766,0.420891135931015,-0.907110393047333,0.00126447633374482,0.420890808105469,-0.999081492424011,0.00109913048800081,0.0428365729749203,-0.99908173084259,0.00109493883792311,0.0428320057690144,-0.978873252868652,0.00117484689690173,0.2044647783041,-0.978873014450073,0.00117103662341833,0.204465299844742,-0.999999463558197,0.00108160509262234,6.26795948477366e-010,-0.999999403953552,0.00107514823321253,5.23725562917576e-010,-0.99908173084259,0.00109493883792311,0.0428320057690144,-0.999081492424011,0.00109913048800081,0.0428365729749203,0,0.00012643939408008,0.999999940395355,0,0.000125971564557403,1,0,0.000127737235743552,1,0,0.000127292441902682,1,0.994213342666626,0.0947382524609566,-0.0506402589380741,0.994212746620178,0.094740092754364,-0.0506487749516964,0.995578110218048,0.0939374193549156,0,0.995578467845917,0.0939332246780396,0,0.973563611507416,0.0980391800403595,-0.206306174397469,0.973557353019714,0.09803756326437,-0.206336677074432,0.994212746620178,0.094740092754364,-0.0506487749516964,0.994213342666626,0.0947382524609566,-0.0506402589380741,0.902363777160645,0.102262087166309,-0.418666958808899,
  2469. 0.90235161781311,0.10226121544838,-0.418693393468857,0.973557353019714,0.09803756326437,-0.206336677074432,0.973563611507416,0.0980391800403595,-0.206306174397469,0.784504115581512,0.106083072721958,-0.610982537269592,0.784487724304199,0.10608597099781,-0.611003041267395,0.90235161781311,0.10226121544838,-0.418693393468857,0.902363777160645,0.102262087166309,-0.418666958808899,0.626443803310394,0.109280914068222,-0.771768033504486,0.626424908638,0.109283111989498,-0.77178293466568,0.784487724304199,0.10608597099781,-0.611003041267395,0.784504115581512,0.106083072721958,-0.610982537269592,0.436322599649429,0.111690454185009,-0.892831325531006,0.436308830976486,0.111690670251846,-0.892838001251221,0.626424908638,0.109283111989498,-0.77178293466568,0.626443803310394,0.109280914068222,-0.771768033504486,0.22388257086277,0.113181911408901,-0.968021929264069,0.223880097270012,0.113182373344898,-0.968022346496582,0.436308830976486,0.111690670251846,-0.892838001251221,0.436322599649429,0.111690454185009,-0.892831325531006,3.36073835427442e-009,0.113685429096222,-0.993516862392426,-5.11393061231047e-009,0.113686583936214,-0.993516683578491,0.223880097270012,0.113182373344898,-0.968022346496582,0.22388257086277,0.113181911408901,-0.968021929264069,-0.22388356924057,0.113182447850704,-0.9680215716362,-0.223881080746651,0.113181583583355,-0.968022346496582,-5.11393061231047e-009,0.113686583936214,-0.993516683578491,3.36073835427442e-009,0.113685429096222,-0.993516862392426,-0.436321914196014,0.111691482365131,-0.89283150434494,-0.436308920383453,0.111688651144505,-0.892838299274445,-0.223881080746651,0.113181583583355,-0.968022346496582,-0.22388356924057,0.113182447850704,-0.9680215716362,-0.626441180706024,0.109282314777374,-0.771769881248474,-0.626422166824341,0.109281875193119,-0.771785438060761,-0.436308920383453,0.111688651144505,-0.892838299274445,-0.436321914196014,0.111691482365131,-0.89283150434494,-0.784504532814026,0.106083899736404,-0.61098176240921,-0.784487724304199,0.106085993349552,-0.611003041267395,-0.626422166824341,0.109281875193119,-0.771785438060761,
  2470. -0.626441180706024,0.109282314777374,-0.771769881248474,-0.902363777160645,0.102262005209923,-0.418666929006577,-0.902351915836334,0.102262265980244,-0.418692499399185,-0.784487724304199,0.106085993349552,-0.611003041267395,-0.784504532814026,0.106083899736404,-0.61098176240921,-0.973563551902771,0.0980393514037132,-0.206306144595146,-0.973556995391846,0.0980385541915894,-0.206337556242943,-0.902351915836334,0.102262265980244,-0.418692499399185,-0.902363777160645,0.102262005209923,-0.418666929006577,-0.994213581085205,0.0947383567690849,-0.0506357736885548,-0.994213104248047,0.0947376936674118,-0.0506465062499046,-0.973556995391846,0.0980385541915894,-0.206337556242943,-0.973563551902771,0.0980393514037132,-0.206306144595146,-0.995578467845917,0.0939334258437157,0,-0.995578587055206,0.0939327403903008,0,-0.994213104248047,0.0947376936674118,-0.0506465062499046,-0.994213581085205,0.0947383567690849,-0.0506357736885548,5.18523349257727e-011,0.000117452771519311,1,8.75398573074726e-011,0.000126439423183911,1,8.87572515484436e-011,0.000125971593661234,1,4.86729476167902e-011,0.00011738470493583,1,0.999081552028656,0.00109801604412496,0.0428343787789345,0.999081611633301,0.00109803525265306,0.042835146188736,0.999999463558197,0.00108171196188778,6.26795948477366e-010,0.999999403953552,0.00108169368468225,4.98710017726722e-010,0.9788738489151,0.00117064861115068,0.204461753368378,0.978874027729034,0.00116976955905557,0.204460501670837,0.999081611633301,0.00109803525265306,0.042835146188736,0.999081552028656,0.00109801604412496,0.0428343787789345,0.907110869884491,0.00126560393255204,0.420889884233475,0.907111763954163,0.00126454071141779,0.420888066291809,0.978874027729034,0.00116976955905557,0.204460501670837,0.9788738489151,0.00117064861115068,0.204461753368378,0.788943946361542,0.00134984066244215,0.614463686943054,0.788944065570831,0.00135068839881569,0.614463567733765,0.907111763954163,0.00126454071141779,0.420888066291809,0.907110869884491,0.00126560393255204,0.420889884233475,0.630200803279877,0.00141974177677184,0.77643084526062,
  2471. 0.630199611186981,0.00142110441811383,0.776431918144226,0.788944065570831,0.00135068839881569,0.614463567733765,0.788943946361542,0.00134984066244215,0.614463686943054,0.439052820205688,0.00147200026549399,0.898460030555725,0.439052700996399,0.00147343508433551,0.898460149765015,0.630199611186981,0.00142110441811383,0.776431918144226,0.630200803279877,0.00141974177677184,0.77643084526062,0.225330337882042,0.00150624429807067,0.974281251430511,0.225334420800209,0.00150741171091795,0.974280297756195,0.439052700996399,0.00147343508433551,0.898460149765015,0.439052820205688,0.00147200026549399,0.898460030555725,2.55542453864166e-009,0.00151924649253488,0.999998807907104,2.54256748988269e-009,0.00151940691284835,0.999998867511749,0.225334420800209,0.00150741171091795,0.974280297756195,0.225330337882042,0.00150624429807067,0.974281251430511,-0.225330010056496,0.00150581868365407,0.974281370639801,-0.225334078073502,0.00150781869888306,0.974280416965485,2.54256748988269e-009,0.00151940691284835,0.999998867511749,2.55542453864166e-009,0.00151924649253488,0.999998807907104,-0.439051926136017,0.001471565105021,0.898460388183594,-0.439051181077957,0.00147448480129242,0.898460865020752,-0.225334078073502,0.00150781869888306,0.974280416965485,-0.225330010056496,0.00150581868365407,0.974281370639801,-0.630201399326324,0.00142061081714928,0.776430368423462,-0.630200088024139,0.00142268533818424,0.776431500911713,-0.439051181077957,0.00147448480129242,0.898460865020752,-0.439051926136017,0.001471565105021,0.898460388183594,-0.788945555686951,0.00134961795993149,0.614461660385132,-0.788947820663452,0.00135155860334635,0.614458680152893,-0.630200088024139,0.00142268533818424,0.776431500911713,-0.630201399326324,0.00142061081714928,0.776430368423462,-0.907109677791595,0.00126341753639281,0.420892387628555,-0.907110393047333,0.00126447633374482,0.420890808105469,-0.788947820663452,0.00135155860334635,0.614458680152893,-0.788945555686951,0.00134961795993149,0.614461660385132,-0.978873789310455,0.00117083895020187,0.204461559653282,-0.978873014450073,0.00117103662341833,0.204465299844742,
  2472. -0.907110393047333,0.00126447633374482,0.420890808105469,-0.907109677791595,0.00126341753639281,0.420892387628555,-0.999081492424011,0.00110184273216873,0.0428358055651188,-0.999081492424011,0.00109913048800081,0.0428365729749203,-0.978873014450073,0.00117103662341833,0.204465299844742,-0.978873789310455,0.00117083895020187,0.204461559653282,-0.999999403953552,0.00108663970604539,4.98710017726722e-010,-0.999999463558197,0.00108160509262234,6.26795948477366e-010,-0.999081492424011,0.00109913048800081,0.0428365729749203,-0.999081492424011,0.00110184273216873,0.0428358055651188,0,0.000117452764243353,1,0,0.000117384712211788,1,0,0.000125971564557403,1,0,0.00012643939408008,0.999999940395355,0.994192004203796,0.094733402132988,-0.0510660521686077,0.994213342666626,0.0947382524609566,-0.0506402589380741,0.995578467845917,0.0939332246780396,0,0.995580017566681,0.0939177721738815,0,0.973266065120697,0.0980627685785294,-0.207693994045258,0.973563611507416,0.0980391800403595,-0.206306174397469,0.994213342666626,0.0947382524609566,-0.0506402589380741,0.994192004203796,0.094733402132988,-0.0510660521686077,0.901798903942108,0.102284252643585,-0.419877082109451,0.902363777160645,0.102262087166309,-0.418666958808899,0.973563611507416,0.0980391800403595,-0.206306174397469,0.973266065120697,0.0980627685785294,-0.207693994045258,0.783789455890656,0.106101132929325,-0.611895799636841,0.784504115581512,0.106083072721958,-0.610982537269592,0.902363777160645,0.102262087166309,-0.418666958808899,0.901798903942108,0.102284252643585,-0.419877082109451,0.625725984573364,0.109292030334473,-0.772348582744598,0.626443803310394,0.109280914068222,-0.771768033504486,0.784504115581512,0.106083072721958,-0.610982537269592,0.783789455890656,0.106101132929325,-0.611895799636841,0.43574246764183,0.111689165234566,-0.893114805221558,0.436322599649429,0.111690454185009,-0.892831325531006,0.626443803310394,0.109280914068222,-0.771768033504486,0.625725984573364,0.109292030334473,-0.772348582744598,0.223556607961655,0.11317653208971,-0.968097865581512,0.22388257086277,0.113181911408901,-0.968021929264069,
  2473. 0.436322599649429,0.111690454185009,-0.892831325531006,0.43574246764183,0.111689165234566,-0.893114805221558,0,0.113682262599468,-0.993517160415649,3.36073835427442e-009,0.113685429096222,-0.993516862392426,0.22388257086277,0.113181911408901,-0.968021929264069,0.223556607961655,0.11317653208971,-0.968097865581512,-0.223558619618416,0.113178394734859,-0.968097269535065,-0.22388356924057,0.113182447850704,-0.9680215716362,3.36073835427442e-009,0.113685429096222,-0.993516862392426,0,0.113682262599468,-0.993517160415649,-0.435743004083633,0.111690744757652,-0.893114387989044,-0.436321914196014,0.111691482365131,-0.89283150434494,-0.22388356924057,0.113182447850704,-0.9680215716362,-0.223558619618416,0.113178394734859,-0.968097269535065,-0.625722646713257,0.109290368855,-0.772351443767548,-0.626441180706024,0.109282314777374,-0.771769881248474,-0.436321914196014,0.111691482365131,-0.89283150434494,-0.435743004083633,0.111690744757652,-0.893114387989044,-0.783790707588196,0.106099382042885,-0.61189466714859,-0.784504532814026,0.106083899736404,-0.61098176240921,-0.626441180706024,0.109282314777374,-0.771769881248474,-0.625722646713257,0.109290368855,-0.772351443767548,-0.901798963546753,0.102284245193005,-0.419876962900162,-0.902363777160645,0.102262005209923,-0.418666929006577,-0.784504532814026,0.106083899736404,-0.61098176240921,-0.783790707588196,0.106099382042885,-0.61189466714859,-0.973265528678894,0.0980678424239159,-0.207693964242935,-0.973563551902771,0.0980393514037132,-0.206306144595146,-0.902363777160645,0.102262005209923,-0.418666929006577,-0.901798963546753,0.102284245193005,-0.419876962900162,-0.994190990924835,0.094747357070446,-0.0510614551603794,-0.994213581085205,0.0947383567690849,-0.0506357736885548,-0.973563551902771,0.0980393514037132,-0.206306144595146,-0.973265528678894,0.0980678424239159,-0.207693964242935,-0.995578169822693,0.0939366370439529,0,-0.995578467845917,0.0939334258437157,0,-0.994213581085205,0.0947383567690849,-0.0506357736885548,-0.994190990924835,0.094747357070446,-0.0510614551603794,
  2474. 0,0.000116342656838242,1,5.18523349257727e-011,0.000117452771519311,1,4.86729476167902e-011,0.00011738470493583,1,0,0.000116342649562284,1,0.999081969261169,0.00109341833740473,0.0428235121071339,0.999081552028656,0.00109801604412496,0.0428343787789345,0.999999403953552,0.00108169368468225,4.98710017726722e-010,0.999999523162842,0.00107592286076397,3.63961860649908e-010,0.978880107402802,0.00117040809709579,0.20443157851696,0.9788738489151,0.00117064861115068,0.204461753368378,0.999081552028656,0.00109801604412496,0.0428343787789345,0.999081969261169,0.00109341833740473,0.0428235121071339,0.907122790813446,0.00126773118972778,0.420864284038544,0.907110869884491,0.00126560393255204,0.420889884233475,0.9788738489151,0.00117064861115068,0.204461753368378,0.978880107402802,0.00117040809709579,0.20443157851696,0.788959264755249,0.0013498617336154,0.614444017410278,0.788943946361542,0.00134984066244215,0.614463686943054,0.907110869884491,0.00126560393255204,0.420889884233475,0.907122790813446,0.00126773118972778,0.420864284038544,0.630217254161835,0.00141945772338659,0.776417553424835,0.630200803279877,0.00141974177677184,0.77643084526062,0.788943946361542,0.00134984066244215,0.614463686943054,0.788959264755249,0.0013498617336154,0.614444017410278,0.439066022634506,0.0014736206503585,0.898453533649445,0.439052820205688,0.00147200026549399,0.898460030555725,0.630200803279877,0.00141974177677184,0.77643084526062,0.630217254161835,0.00141945772338659,0.776417553424835,0.225335478782654,0.00150854338426143,0.974279999732971,0.225330337882042,0.00150624429807067,0.974281251430511,0.439052820205688,0.00147200026549399,0.898460030555725,0.439066022634506,0.0014736206503585,0.898453533649445,0,0.00152143824379891,0.999998867511749,2.55542453864166e-009,0.00151924649253488,0.999998807907104,0.225330337882042,0.00150624429807067,0.974281251430511,0.225335478782654,0.00150854338426143,0.974279999732971,-0.225334778428078,0.00150770565960556,0.974280178546906,-0.225330010056496,0.00150581868365407,0.974281370639801,2.55542453864166e-009,0.00151924649253488,0.999998807907104,
  2475. 0,0.00152143824379891,0.999998867511749,-0.439066618680954,0.00147147371899337,0.898453295230865,-0.439051926136017,0.001471565105021,0.898460388183594,-0.225330010056496,0.00150581868365407,0.974281370639801,-0.225334778428078,0.00150770565960556,0.974280178546906,-0.630218744277954,0.00141809391789138,0.77641624212265,-0.630201399326324,0.00142061081714928,0.776430368423462,-0.439051926136017,0.001471565105021,0.898460388183594,-0.439066618680954,0.00147147371899337,0.898453295230865,-0.788959264755249,0.00134979805443436,0.614443957805634,-0.788945555686951,0.00134961795993149,0.614461660385132,-0.630201399326324,0.00142061081714928,0.776430368423462,-0.630218744277954,0.00141809391789138,0.77641624212265,-0.907121539115906,0.0012701473897323,0.420866906642914,-0.907109677791595,0.00126341753639281,0.420892387628555,-0.788945555686951,0.00134961795993149,0.614461660385132,-0.788959264755249,0.00134979805443436,0.614443957805634,-0.978880703449249,0.00117772852536291,0.204428657889366,-0.978873789310455,0.00117083895020187,0.204461559653282,-0.907109677791595,0.00126341753639281,0.420892387628555,-0.907121539115906,0.0012701473897323,0.420866906642914,-0.999081969261169,0.00110318092629313,0.0428235232830048,-0.999081492424011,0.00110184273216873,0.0428358055651188,-0.978873789310455,0.00117083895020187,0.204461559653282,-0.978880703449249,0.00117772852536291,0.204428657889366,-0.999999523162842,0.00108571944292635,3.63961860649908e-010,-0.999999403953552,0.00108663970604539,4.98710017726722e-010,-0.999081492424011,0.00110184273216873,0.0428358055651188,-0.999081969261169,0.00110318092629313,0.0428235232830048,0,0.000116342671390157,1,0,0.000117384712211788,1,0,0.000117452764243353,1,0,0.0001163426641142,1
  2476. }
  2477. NormalsW: *1760 {
  2478. a: 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,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,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,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,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,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,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,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,
  2479. 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,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,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,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,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,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
  2480. }
  2481. }
  2482. LayerElementBinormal: 0 {
  2483. Version: 102
  2484. Name: "map1"
  2485. MappingInformationType: "ByPolygonVertex"
  2486. ReferenceInformationType: "Direct"
  2487. Binormals: *5280 {
  2488. a: -0.00106468971353024,0.999999165534973,-0.000829399097710848,-0.0010954859899357,0.999999165534973,-0.000788182835094631,-0.00116590724792331,0.999999284744263,-0.000487557525048032,-0.00114903319627047,0.999999284744263,-0.000532911682967097,-0.00110002746805549,0.999999403953552,-5.10262689203955e-005,-0.0010963351232931,0.999999403953552,-3.39565704052802e-005,-0.0010803648037836,0.999999403953552,0,-0.00108466309029609,0.999999403953552,0,-0.00114858546294272,0.999999344348907,-0.000240670138737187,-0.00115307432133704,0.999999403953552,-0.00019621170940809,-0.0010963351232931,0.999999403953552,-3.39565704052802e-005,-0.00110002746805549,0.999999403953552,-5.10262689203955e-005,-0.00114903319627047,0.999999284744263,-0.000532911682967097,-0.00116590724792331,0.999999284744263,-0.000487557525048032,-0.00115307432133704,0.999999403953552,-0.00019621170940809,-0.00114858546294272,0.999999344348907,-0.000240670138737187,-2.62927842413774e-005,1,-0.000116825052828062,-1.07528703665594e-005,1,-0.000116703893581871,-2.12111699511297e-005,1,-0.000116548755613621,-3.51047347066924e-005,1,-0.000116977302241139,0.999520659446716,0,0.0309617444872856,1,0,1.08036338133388e-005,1,0,1.0206837032456e-005,0.998026549816132,0,0.0627940744161606,0.98565000295639,0,0.168802037835121,0.999520659446716,0,0.0309617444872856,0.998026549816132,0,0.0627940744161606,0.969926774501801,0,0.24339696764946,0.922450065612793,0,0.386116534471512,0.98565000295639,0,0.168802037835121,0.969926774501801,0,0.24339696764946,0.890449345111847,0,0.455082416534424,0.765010893344879,0,0.644017457962036,0.811729967594147,0,0.584032893180847,0.922450065612793,0,0.386116534471512,0.890449345111847,0,0.455082416534424,0.0939359292387962,0.995578289031982,0,0.0939373299479485,0.995578169822693,0,0.0946322977542877,0.995502054691315,0.00452362606301904,0.0946324989199638,0.995502114295959,0.00452397624030709,0.0927628725767136,0.994757533073425,0.0430416874587536,0.0927624404430389,0.994757533073425,0.0430416017770767,0.0836944505572319,0.994357228279114,0.0651856884360313,
  2489. 0.0836944878101349,0.994357168674469,0.0651857927441597,0.0959228500723839,0.995182573795319,0.0202613119035959,0.0959211364388466,0.995182752609253,0.0202610921114683,0.0927624404430389,0.994757533073425,0.0430416017770767,0.0927628725767136,0.994757533073425,0.0430416874587536,0.0946324989199638,0.995502114295959,0.00452397624030709,0.0946322977542877,0.995502054691315,0.00452362606301904,0.0959211364388466,0.995182752609253,0.0202610921114683,0.0959228500723839,0.995182573795319,0.0202613119035959,1.33218094333643e-007,0.999998867511749,-0.00151687406469136,-5.76480124436785e-005,0.999998867511749,-0.00151524518150836,-0.000395070877857506,0.999998927116394,-0.0014540123520419,-0.000339457124937326,0.999998867511749,-0.00146771920844913,-0.000895325967576355,0.999998986721039,-0.00110278639476746,-0.000937886419706047,0.999999046325684,-0.00106969755142927,-0.0010954859899357,0.999999165534973,-0.000788182835094631,-0.00106468971353024,0.999999165534973,-0.000829399097710848,-0.00064725853735581,0.999998986721039,-0.00132451939862221,-0.000698009680490941,0.999998927116394,-0.00130058114882559,-0.000937886419706047,0.999999046325684,-0.00106969755142927,-0.000895325967576355,0.999998986721039,-0.00110278639476746,-0.000339457124937326,0.999998867511749,-0.00146771920844913,-0.000395070877857506,0.999998927116394,-0.0014540123520419,-0.000698009680490941,0.999998927116394,-0.00130058114882559,-0.00064725853735581,0.999998986721039,-0.00132451939862221,0.659259974956512,0,0.751915097236633,0.811729967594147,0,0.584032893180847,0.765010893344879,0,0.644017457962036,0.600231289863586,0,0.799826562404633,0.472891330718994,0,0.88112086057663,0.659259974956512,0,0.751915097236633,0.600231289863586,0,0.799826562404633,0.404583841562271,0,0.914501011371613,0.262197315692902,0,0.965014398097992,0.472891330718994,0,0.88112086057663,0.404583841562271,0,0.914501011371613,0.188120141625404,0,0.982146084308624,-1.10609437342646e-006,-0,1,-1.04047865079338e-006,-0,1,0.262197315692902,0,0.965014398097992,0.188120141625404,0,0.982146084308624,
  2490. 0.0836944878101349,0.994357168674469,0.0651857927441597,0.0836944505572319,0.994357228279114,0.0651856884360313,0.0688672065734863,0.994011282920837,0.0848473086953163,0.0688684061169624,0.994011044502258,0.0848481133580208,0.0255016461014748,0.993574857711792,0.110266163945198,0.02550208568573,0.993574738502502,0.110267631709576,7.84242715212713e-008,0.993516683578491,0.113686688244343,9.67342543845007e-008,0.993517220020294,0.113682545721531,0.0490364097058773,0.993743658065796,0.100344121456146,0.0490356087684631,0.993743896484375,0.100342564284801,0.02550208568573,0.993574738502502,0.110267631709576,0.0255016461014748,0.993574857711792,0.110266163945198,0.0688684061169624,0.994011044502258,0.0848481133580208,0.0688672065734863,0.994011282920837,0.0848473086953163,0.0490356087684631,0.993743896484375,0.100342564284801,0.0490364097058773,0.993743658065796,0.100344121456146,0.00106633838731796,0.999999105930328,-0.000830342760309577,0.00103181134909391,0.999999105930328,-0.000868610048200935,0.000853796547744423,0.999998986721039,-0.00113771995529532,0.000895738194230944,0.999998986721039,-0.00110359978862107,0.00033932609949261,0.999998867511749,-0.00146776740439236,0.000283534231130034,0.999998927116394,-0.00148023082874715,-5.76480124436785e-005,0.999998867511749,-0.00151524518150836,1.33218094333643e-007,0.999998867511749,-0.00151687406469136,0.000647290027700365,0.999998927116394,-0.00132456212304533,0.000597622187342495,0.999998986721039,-0.0013508319389075,0.000283534231130034,0.999998927116394,-0.00148023082874715,0.00033932609949261,0.999998867511749,-0.00146776740439236,0.000895738194230944,0.999998986721039,-0.00110359978862107,0.000853796547744423,0.999998986721039,-0.00113771995529532,0.000597622187342495,0.999998986721039,-0.0013508319389075,0.000647290027700365,0.999998927116394,-0.00132456212304533,-0.262198865413666,-0,0.965013861656189,-1.04047865079338e-006,-0,1,-1.10609437342646e-006,-0,1,-0.188121318817139,-0,0.982145845890045,-0.472893983125687,-0,0.88111937046051,-0.262198865413666,-0,0.965013861656189,
  2491. -0.188121318817139,-0,0.982145845890045,-0.404585331678391,-0,0.91450035572052,-0.65926593542099,-0,0.751909911632538,-0.472893983125687,-0,0.88111937046051,-0.404585331678391,-0,0.91450035572052,-0.600234985351563,-0,0.799823760986328,-0.765015244483948,-0,0.644012331962585,-0.811732053756714,-0,0.584030032157898,-0.65926593542099,-0,0.751909911632538,-0.600234985351563,-0,0.799823760986328,9.67342543845007e-008,0.993517220020294,0.113682545721531,7.84242715212713e-008,0.993516683578491,0.113686688244343,-0.0255024041980505,0.993574619293213,0.110268674790859,-0.0255017727613449,0.993574917316437,0.110265731811523,-0.0688667297363281,0.994011282920837,0.0848466008901596,-0.068867914378643,0.994011163711548,0.0848480612039566,-0.0836955681443214,0.994357049465179,0.0651860237121582,-0.0836939737200737,0.994357228279114,0.0651848912239075,-0.0490354970097542,0.99374395608902,0.100342571735382,-0.0490357428789139,0.99374383687973,0.100343257188797,-0.068867914378643,0.994011163711548,0.0848480612039566,-0.0688667297363281,0.994011282920837,0.0848466008901596,-0.0255017727613449,0.993574917316437,0.110265731811523,-0.0255024041980505,0.993574619293213,0.110268674790859,-0.0490357428789139,0.99374383687973,0.100343257188797,-0.0490354970097542,0.99374395608902,0.100342571735382,0.00107985991053283,0.999999403953552,3.09446647861478e-007,0.00109016732312739,0.999999403953552,0,0.0011035087518394,0.999999463558197,-6.84442202327773e-005,0.00109404418617487,0.999999403953552,-5.08527809870429e-005,0.00114773435052484,0.999999225139618,-0.000532682170160115,0.00112734409049153,0.999999225139618,-0.000576129416003823,0.00103181134909391,0.999999105930328,-0.000868610048200935,0.00106633838731796,0.999999105930328,-0.000830342760309577,0.0011426341952756,0.999999403953552,-0.000239786924794316,0.00114057317841798,0.999999403953552,-0.000285151327261701,0.00112734409049153,0.999999225139618,-0.000576129416003823,0.00114773435052484,0.999999225139618,-0.000532682170160115,0.00109404418617487,0.999999403953552,-5.08527809870429e-005,
  2492. 0.0011035087518394,0.999999463558197,-6.84442202327773e-005,0.00114057317841798,0.999999403953552,-0.000285151327261701,0.0011426341952756,0.999999403953552,-0.000239786924794316,-6.43046878394671e-005,1,-0.000116825038276147,-8.65035617607646e-005,1,-0.000116977265861351,-5.21366309840232e-005,1,-0.000116548770165537,-2.66467450273922e-005,1,-0.000116703871753998,-0.922454535961151,-0,0.386105716228485,-0.811732053756714,-0,0.584030032157898,-0.765015244483948,-0,0.644012331962585,-0.89045125246048,-0,0.455078721046448,-0.985652089118958,-0,0.16878966987133,-0.922454535961151,-0,0.386105716228485,-0.89045125246048,-0,0.455078721046448,-0.969930291175842,-0,0.243383288383484,-0.999520897865295,-0,0.0309534836560488,-0.985652089118958,-0,0.16878966987133,-0.969930291175842,-0,0.243383288383484,-0.99802702665329,-0,0.0627864152193069,-1,-0,2.55170880336664e-006,-1,-0,2.70090845333471e-006,-0.999520897865295,-0,0.0309534836560488,-0.99802702665329,-0,0.0627864152193069,-0.0836939737200737,0.994357228279114,0.0651848912239075,-0.0836955681443214,0.994357049465179,0.0651860237121582,-0.0927636176347733,0.994757413864136,0.0430421829223633,-0.092763863503933,0.994757473468781,0.0430420786142349,-0.0946340188384056,0.99550187587738,0.00452362606301904,-0.0946278497576714,0.995502531528473,0.00452399952337146,-0.0939276441931725,0.995579123497009,0,-0.0939361229538918,0.995578289031982,0,-0.0959253460168839,0.99518233537674,0.0202613342553377,-0.0959223434329033,0.995182573795319,0.0202607680112123,-0.0946278497576714,0.995502531528473,0.00452399952337146,-0.0946340188384056,0.99550187587738,0.00452362606301904,-0.092763863503933,0.994757473468781,0.0430420786142349,-0.0927636176347733,0.994757413864136,0.0430421829223633,-0.0959223434329033,0.995182573795319,0.0202607680112123,-0.0959253460168839,0.99518233537674,0.0202613342553377,-0,1,0,-0,1,0,-0.000567140930797905,0.999999821186066,-0.000263148103840649,-0.000543340865988284,0.99999988079071,-0.00039091898361221,-0.000532480247784406,0.99999988079071,0,-0.000540429726243019,0.99999988079071,-2.51234941970324e-005,
  2493. -0,1,0,-0,1,0,-0.00056083349045366,0.999999821186066,-0.0001402118941769,-0,1,0,-0,1,0,-0.000540429726243019,0.99999988079071,-2.51234941970324e-005,-0.000567140930797905,0.999999821186066,-0.000263148103840649,-0,1,0,-0,1,0,-0.00056083349045366,0.999999821186066,-0.0001402118941769,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,0,1,-0,-3.56085947714746e-005,1,0,-0.000106825784314424,1,-6.20000573690049e-005,-5.34128921572119e-005,1,-6.02839172643144e-005,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,-3.56085947714746e-005,1,0,0,1,-0,0,1,-0,0,1,-0,0.998921513557434,-0,0.0464300848543644,0.998889863491058,-0,0.0471066683530808,1,-0,7.39544202588149e-006,1,-0,3.69772101294075e-006,0.998921513557434,-0,0.0464300848543644,0.985649585723877,-0,0.168804794549942,0.969927847385406,-0,0.243392840027809,0.998889863491058,-0,0.0471066683530808,0.985649585723877,-0,0.168804794549942,0.922457218170166,-0,0.386099368333817,0.89045923948288,-0,0.455063164234161,0.969927847385406,-0,0.243392840027809,0.788948655128479,-0,0.614459156990051,0.89045923948288,-0,0.455063164234161,0.922457218170166,-0,0.386099368333817,0.788946390151978,-0,0.614462018013,0,1,0,-5.32583932510988e-009,1,1.04560378133556e-007,0.0472622700035572,0.998878061771393,0.0030148746445775,0.0469004325568676,0.998899579048157,2.61113257238321e-007,0.0407348833978176,0.998581409454346,0.0342925563454628,0.0456829033792019,0.998683214187622,0.0233472064137459,3.20072999215881e-008,1,-6.89813504095582e-008,
  2494. -4.00519297727442e-008,1,5.14248554850383e-008,0.0456829033792019,0.998683214187622,0.0233472064137459,0.0476749837398529,0.998791337013245,0.0119631318375468,0,1,0,3.20072999215881e-008,1,-6.89813504095582e-008,0.0476749837398529,0.998791337013245,0.0119631318375468,0.0472622700035572,0.998878061771393,0.0030148746445775,-5.32583932510988e-009,1,1.04560378133556e-007,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-5.32583932510988e-009,1,1.04560378133556e-007,0,1,0,0,1,0,0,1,0,-5.32583932510988e-009,1,1.04560378133556e-007,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3.20072999215881e-008,1,-6.89813504095582e-008,0,1,0,-4.00519297727442e-008,1,5.14248554850383e-008,3.20072999215881e-008,1,-6.89813504095582e-008,0,1,0,0,1,-0,-0,1,0,-0.000168306200066581,0.999999821186066,-0.000727739825379103,-2.85873320535757e-005,0.999999701976776,-0.000751431565731764,-0.000543340865988284,0.99999988079071,-0.00039091898361221,-0.000444676814367995,0.999999821186066,-0.000547858595382422,-0,1,0,-0,1,0,-0.000296373415039852,0.999999761581421,-0.000669912318699062,-0,1,0,-0,1,0,-0.000444676814367995,0.999999821186066,-0.000547858595382422,-0.000168306200066581,0.999999821186066,-0.000727739825379103,-0,1,0,-0,1,0,-0.000296373415039852,0.999999761581421,-0.000669912318699062,-0,1,0,0,1,-0,0,1,-0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,0,1,-0,-0,1,0,-0,1,0,0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,0,1,-0,0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,0,1,-0,-0,1,0,-0,1,0,0,1,-0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,
  2495. -0,1,0,-0,1,0,0,1,-0,0,1,-0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,1,0,0.630199074745178,-0,0.77643358707428,0.630192041397095,-0,0.776439368724823,0.788948655128479,-0,0.614459156990051,0.788946390151978,-0,0.614462018013,0.630199074745178,-0,0.77643358707428,0.472876161336899,-0,0.881128907203674,0.404579639434814,-0,0.914502799510956,0.630192041397095,-0,0.776439368724823,0.472876161336899,-0,0.881128907203674,0.262207537889481,-0,0.965011477470398,0.188133984804153,-0,0.982143342494965,0.404579639434814,-0,0.914502799510956,6.37035782347084e-006,-0,1,0.188133984804153,-0,0.982143342494965,0.262207537889481,-0,0.965011477470398,2.7183691031496e-007,-0,1,-4.00519297727442e-008,1,5.14248554850383e-008,0,1,0,0.0329359099268913,0.998493432998657,0.0438880994915962,0.0407348833978176,0.998581409454346,0.0342925563454628,-0.00217164191417396,0.998367190361023,0.0570822991430759,0.0106968367472291,0.998382091522217,0.0558471530675888,7.40893213446725e-008,1,-1.71346226096603e-008,-6.51819505037565e-008,1,0,0.0106968367472291,0.998382091522217,0.0558471530675888,0.0226959623396397,0.998425424098969,0.0513005815446377,0,1,0,7.40893213446725e-008,1,-1.71346226096603e-008,0.0226959623396397,0.998425424098969,0.0513005815446377,0.0329359099268913,0.998493432998657,0.0438880994915962,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-4.00519297727442e-008,1,5.14248554850383e-008,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,7.40893213446725e-008,1,-1.71346226096603e-008,0,1,0,-6.51819505037565e-008,1,0,7.40893213446725e-008,1,-1.71346226096603e-008,0,1,0,0,1,-0,0,1,-0,0.000443003635155037,0.999999761581421,-0.000545789487659931,
  2496. 0.00051004666602239,0.99999988079071,-0.000429374718805775,-2.85873320535757e-005,0.999999701976776,-0.000751431565731764,0.00016839595627971,0.999999821186066,-0.000728137441910803,0,1,-0,0,1,-0,0.000346603832440451,0.999999761581421,-0.000645810447167605,0,1,-0,0,1,-0,0.00016839595627971,0.999999821186066,-0.000728137441910803,0.000443003635155037,0.999999761581421,-0.000545789487659931,0,1,-0,0,1,-0,0.000346603832440451,0.999999761581421,-0.000645810447167605,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,-0.225325405597687,0,0.974283635616302,-0.225336462259293,0,0.974281072616577,6.37035782347084e-006,-0,1,2.7183691031496e-007,-0,1,-0.225325405597687,0,0.974283635616302,-0.404599666595459,0,0.914493978023529,-0.472898751497269,0,0.88111686706543,-0.225336462259293,0,0.974281072616577,-0.404599666595459,0,0.914493978023529,-0.600227415561676,0,0.799829423427582,-0.659256160259247,0,0.75191855430603,-0.472898751497269,0,0.88111686706543,-0.788940250873566,0,0.614470064640045,-0.659256160259247,0,0.75191855430603,-0.600227415561676,0,0.799829423427582,-0.788942694664001,0,0.614466786384583,-6.51819505037565e-008,1,0,0,1,0,-0.0149091817438602,0.998382031917572,0.0548733063042164,-0.00217164191417396,0.998367190361023,0.0570822991430759,-0.0432175025343895,0.998581767082214,0.0310946386307478,-0.0361725427210331,0.998493671417236,0.0412561744451523,5.90432982505718e-008,1,4.79235637840247e-008,-4.00521926735564e-008,1,-5.14251929928378e-008,-0.0361725427210331,0.998493671417236,0.0412561744451523,-0.0265270229429007,0.998425364494324,0.0494276955723763,
  2497. 0,1,0,5.90432982505718e-008,1,4.79235637840247e-008,-0.0265270229429007,0.998425364494324,0.0494276955723763,-0.0149091817438602,0.998382031917572,0.0548733063042164,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-6.51819505037565e-008,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,5.90432982505718e-008,1,4.79235637840247e-008,0,1,0,-4.00521926735564e-008,1,-5.14251929928378e-008,5.90432982505718e-008,1,4.79235637840247e-008,0,1,0,0,1,0,0,1,-0,0.000550339696928859,0.999999940395355,-2.55841932812473e-005,0.000542410067282617,0.99999988079071,0,0.00051004666602239,0.99999988079071,-0.000429374718805775,0.000571410346310586,0.99999988079071,-0.000265136710368097,0,1,-0,0,1,-0,0.000579388462938368,0.999999821186066,-9.86952072707936e-005,0,1,-0,0,1,-0,0.000571410346310586,0.99999988079071,-0.000265136710368097,0.000550339696928859,0.999999940395355,-2.55841932812473e-005,0,1,-0,0,1,-0,0.000579388462938368,0.999999821186066,-9.86952072707936e-005,0,1,-0,0,1,0,0,1,0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,0,0,1,-0,0,1,-0,0,1,0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,0,0,1,0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,0,0,1,-0,0,1,-0,0,1,0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,0,0,1,0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,-6.63675673422404e-005,1,0,-0.000265470298472792,1,-6.02844083914533e-005,-0.000132735134684481,1,-6.19999918853864e-005,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,
  2498. 0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,-6.63675673422404e-005,1,0,0,1,-0,0,1,-0,-0.907107889652252,0,0.420898228883743,-0.907114744186401,0,0.420883625745773,-0.788940250873566,0,0.614470064640045,-0.788942694664001,0,0.614466786384583,-0.907107889652252,0,0.420898228883743,-0.978548467159271,0,0.206017211079597,-0.978412330150604,0,0.206662192940712,-0.907114744186401,0,0.420883625745773,-0.978548467159271,0,0.206017211079597,-0.998921573162079,0,0.0464300885796547,-0.998889863491058,0,0.0471068881452084,-0.978412330150604,0,0.206662192940712,-1,0,1.294183130085e-005,-0.998889863491058,0,0.0471068881452084,-0.998921573162079,0,0.0464300885796547,-1,0,6.47091565042501e-006,-4.00521926735564e-008,1,-5.14251929928378e-008,0,1,0,-0.0473193749785423,0.998683452606201,0.0198063682764769,-0.0432175025343895,0.998581767082214,0.0310946386307478,-0.046895295381546,0.998899877071381,-5.22226685006899e-007,-0.0473350249230862,0.998877942562103,0.00150750577449799,3.89400600653289e-009,1,7.64346168580232e-008,0,1,-1.30700470890588e-007,-0.0473350249230862,0.998877942562103,0.00150750577449799,-0.04843769967556,0.998791456222534,0.00833948701620102,0,1,0,3.89400600653289e-009,1,7.64346168580232e-008,-0.04843769967556,0.998791456222534,0.00833948701620102,-0.0473193749785423,0.998683452606201,0.0198063682764769,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,-0,-0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-0,1,0,0,1,0,0,1,0,-0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-0,1,0,-0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-0,1,0,0,1,0,0,1,0,-0,1,0,0,1,0,-4.00521926735564e-008,1,-5.14251929928378e-008,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,3.89400600653289e-009,1,7.64346168580232e-008,-0,1,0,0,1,-1.30700470890588e-007,3.89400600653289e-009,1,7.64346168580232e-008,0,1,0,0.0946322977542877,0.995502054691315,0.00452362606301904,
  2499. 0.0939373299479485,0.995578169822693,0,0.0469004325568676,0.998899579048157,0,0.0473387278616428,0.998877763748169,0.00150735024362803,0.0959211364388466,0.995182752609253,0.0202610921114683,0.0946322977542877,0.995502054691315,0.00452362606301904,0.0473387278616428,0.998877763748169,0.00150735024362803,0.048440333455801,0.9987912774086,0.00833951495587826,0.0927624404430389,0.994757533073425,0.0430416017770767,0.0959211364388466,0.995182752609253,0.0202610921114683,0.048440333455801,0.9987912774086,0.00833951495587826,0.0473222397267818,0.998683333396912,0.019808154553175,0.0432206615805626,0.998581528663635,0.0310972295701504,0.0836944505572319,0.994357228279114,0.0651856884360313,0.0927624404430389,0.994757533073425,0.0430416017770767,0.0473222397267818,0.998683333396912,0.019808154553175,0.0688672065734863,0.994011282920837,0.0848473086953163,0.0836944505572319,0.994357228279114,0.0651856884360313,0.0432206615805626,0.998581528663635,0.0310972295701504,0.0361736007034779,0.998493552207947,0.0412577539682388,0.0490356087684631,0.993743896484375,0.100342564284801,0.0688672065734863,0.994011282920837,0.0848473086953163,0.0361736007034779,0.998493552207947,0.0412577539682388,0.0265270657837391,0.998425424098969,0.0494269095361233,0.02550208568573,0.993574738502502,0.110267631709576,0.0490356087684631,0.993743896484375,0.100342564284801,0.0265270657837391,0.998425424098969,0.0494269095361233,0.0149090634658933,0.998382151126862,0.0548722743988037,1.50110519570035e-008,0.998369514942169,0.0570824295282364,7.84242715212713e-008,0.993516683578491,0.113686688244343,0.02550208568573,0.993574738502502,0.110267631709576,0.0149090634658933,0.998382151126862,0.0548722743988037,-0.0255024041980505,0.993574619293213,0.110268674790859,7.84242715212713e-008,0.993516683578491,0.113686688244343,1.50110519570035e-008,0.998369514942169,0.0570824295282364,-0.0149093354120851,0.998382091522217,0.0548732727766037,-0.0490357428789139,0.99374383687973,0.100343257188797,-0.0255024041980505,0.993574619293213,0.110268674790859,-0.0149093354120851,0.998382091522217,0.0548732727766037,
  2500. -0.0265272241085768,0.998425364494324,0.0494275949895382,-0.068867914378643,0.994011163711548,0.0848480612039566,-0.0490357428789139,0.99374383687973,0.100343257188797,-0.0265272241085768,0.998425364494324,0.0494275949895382,-0.0361723974347115,0.998493671417236,0.0412562899291515,-0.0432174243032932,0.998581647872925,0.0310947336256504,-0.0836955681443214,0.994357049465179,0.0651860237121582,-0.068867914378643,0.994011163711548,0.0848480612039566,-0.0361723974347115,0.998493671417236,0.0412562899291515,-0.0927636176347733,0.994757413864136,0.0430421829223633,-0.0836955681443214,0.994357049465179,0.0651860237121582,-0.0432174243032932,0.998581647872925,0.0310947336256504,-0.0473193414509296,0.998683452606201,0.0198064390569925,-0.0959223434329033,0.995182573795319,0.0202607680112123,-0.0927636176347733,0.994757413864136,0.0430421829223633,-0.0473193414509296,0.998683452606201,0.0198064390569925,-0.0484377518296242,0.998791456222534,0.0083392420783639,-0.0946278497576714,0.995502531528473,0.00452399952337146,-0.0959223434329033,0.995182573795319,0.0202607680112123,-0.0484377518296242,0.998791456222534,0.0083392420783639,-0.0473350249230862,0.998877942562103,0.0015075271949172,-0.046895295381546,0.998899877071381,-0,-0.0939276441931725,0.995579123497009,0,-0.0946278497576714,0.995502531528473,0.00452399952337146,-0.0473350249230862,0.998877942562103,0.0015075271949172,0,1,-6.02844083914533e-005,-2.66467450273922e-005,1,-0.000116703871753998,-5.21366309840232e-005,1,-0.000116548770165537,-1.99845344468486e-005,1,-6.19999918853864e-005,0.0011035087518394,0.999999463558197,-6.84442202327773e-005,0.00109016732312739,0.999999403953552,0,0.000542410067282617,0.99999988079071,0,0.000550705357454717,0.99999988079071,-1.70561288541649e-005,0.00114057317841798,0.999999403953552,-0.000285151327261701,0.0011035087518394,0.999999463558197,-6.84442202327773e-005,0.000550705357454717,0.99999988079071,-1.70561288541649e-005,0.000579388288315386,0.999999821186066,-9.86960003501736e-005,0.00112734409049153,0.999999225139618,-0.000576129416003823,
  2501. 0.00114057317841798,0.999999403953552,-0.000285151327261701,0.000579388288315386,0.999999821186066,-9.86960003501736e-005,0.000581497850362211,0.99999988079071,-0.000243397167650983,0.00103181134909391,0.999999105930328,-0.000868610048200935,0.00112734409049153,0.999999225139618,-0.000576129416003823,0.000581497850362211,0.99999988079071,-0.000243397167650983,0.000541198533028364,0.999999821186066,-0.00038937822682783,0.000853796547744423,0.999998986721039,-0.00113771995529532,0.00103181134909391,0.999999105930328,-0.000868610048200935,0.000541198533028364,0.999999821186066,-0.00038937822682783,0.000463762582512572,0.999999761581421,-0.000528940407093614,0.000597622187342495,0.999998986721039,-0.0013508319389075,0.000853796547744423,0.999998986721039,-0.00113771995529532,0.000463762582512572,0.999999761581421,-0.000528940407093614,0.000346603279467672,0.999999761581421,-0.00064581073820591,0.000283534231130034,0.999998927116394,-0.00148023082874715,0.000597622187342495,0.999998986721039,-0.0013508319389075,0.000346603279467672,0.999999761581421,-0.00064581073820591,0.000196096836589277,0.999999761581421,-0.000721731106750667,-5.76480124436785e-005,0.999998867511749,-0.00151524518150836,0.000283534231130034,0.999998927116394,-0.00148023082874715,0.000196096836589277,0.999999761581421,-0.000721731106750667,2.85889709630283e-005,0.999999701976776,-0.000751431565731764,-0.000395070877857506,0.999998927116394,-0.0014540123520419,-5.76480124436785e-005,0.999998867511749,-0.00151524518150836,2.85889709630283e-005,0.999999701976776,-0.000751431565731764,-0.000140623174957,0.999999701976776,-0.000734141969587654,-0.000698009680490941,0.999998927116394,-0.00130058114882559,-0.000395070877857506,0.999998927116394,-0.0014540123520419,-0.000140623174957,0.999999701976776,-0.000734141969587654,-0.000296372891170904,0.999999761581421,-0.000669912609737366,-0.000937886419706047,0.999999046325684,-0.00106969755142927,-0.000698009680490941,0.999998927116394,-0.00130058114882559,-0.000296372891170904,0.999999761581421,-0.000669912609737366,
  2502. -0.000423835590481758,0.999999821186066,-0.000564774265512824,-0.0010954859899357,0.999999165534973,-0.000788182835094631,-0.000937886419706047,0.999999046325684,-0.00106969755142927,-0.000423835590481758,0.999999821186066,-0.000564774265512824,-0.000512066471856087,0.999999761581421,-0.000431073043728247,-0.00116590724792331,0.999999284744263,-0.000487557525048032,-0.0010954859899357,0.999999165534973,-0.000788182835094631,-0.000512066471856087,0.999999761581421,-0.000431073043728247,-0.000557216349989176,0.999999821186066,-0.000284536916296929,-0.00115307432133704,0.999999403953552,-0.00019621170940809,-0.00116590724792331,0.999999284744263,-0.000487557525048032,-0.000557216349989176,0.999999821186066,-0.000284536916296929,-0.000560917658731341,0.999999821186066,-0.000139809009851888,-0.0010963351232931,0.999999403953552,-3.39565704052802e-005,-0.00115307432133704,0.999999403953552,-0.00019621170940809,-0.000560917658731341,0.999999821186066,-0.000139809009851888,-0.000540070643182844,0.999999940395355,-3.34987380483653e-005,-0.0010803648037836,0.999999403953552,0,-0.0010963351232931,0.999999403953552,-3.39565704052802e-005,-0.000540070643182844,0.999999940395355,-3.34987380483653e-005,-0.000532480247784406,0.99999988079071,-0,-2.12111699511297e-005,1,-0.000116548755613621,-1.07528703665594e-005,1,-0.000116703893581871,0,1,-6.02839172643144e-005,-8.06473326520063e-006,1,-6.20000573690049e-005,-0.0946294739842415,0.995502293109894,0.00452342629432678,-0.0946340188384056,0.99550187587738,0.00452362606301904,-0.0939361229538918,0.995578289031982,0,-0.0939341709017754,0.995578467845917,0,-0.0959174707531929,0.995183169841766,0.0202601924538612,-0.0959253460168839,0.99518233537674,0.0202613342553377,-0.0946340188384056,0.99550187587738,0.00452362606301904,-0.0946294739842415,0.995502293109894,0.00452342629432678,-0.0927578434348106,0.994758129119873,0.0430392771959305,-0.092763863503933,0.994757473468781,0.0430420786142349,-0.0959253460168839,0.99518233537674,0.0202613342553377,-0.0959174707531929,0.995183169841766,0.0202601924538612,
  2503. -0.083691693842411,0.994357466697693,0.0651837214827538,-0.0836939737200737,0.994357228279114,0.0651848912239075,-0.092763863503933,0.994757473468781,0.0430420786142349,-0.0927578434348106,0.994758129119873,0.0430392771959305,-0.0688666775822639,0.994011402130127,0.0848458707332611,-0.0688667297363281,0.994011282920837,0.0848466008901596,-0.0836939737200737,0.994357228279114,0.0651848912239075,-0.083691693842411,0.994357466697693,0.0651837214827538,-0.049034234136343,0.993744134902954,0.100340820848942,-0.0490354970097542,0.99374395608902,0.100342571735382,-0.0688667297363281,0.994011282920837,0.0848466008901596,-0.0688666775822639,0.994011402130127,0.0848458707332611,-0.0255016796290874,0.993575096130371,0.110264301300049,-0.0255017727613449,0.993574917316437,0.110265731811523,-0.0490354970097542,0.99374395608902,0.100342571735382,-0.049034234136343,0.993744134902954,0.100340820848942,2.17899547294564e-008,0.99351704120636,0.113683186471462,9.67342543845007e-008,0.993517220020294,0.113682545721531,-0.0255017727613449,0.993574917316437,0.110265731811523,-0.0255016796290874,0.993575096130371,0.110264301300049,0.0255016032606363,0.993575036525726,0.110264450311661,0.0255016461014748,0.993574857711792,0.110266163945198,9.67342543845007e-008,0.993517220020294,0.113682545721531,2.17899547294564e-008,0.99351704120636,0.113683186471462,0.0490337871015072,0.993744254112244,0.1003402993083,0.0490364097058773,0.993743658065796,0.100344121456146,0.0255016461014748,0.993574857711792,0.110266163945198,0.0255016032606363,0.993575036525726,0.110264450311661,0.068867139518261,0.994011282920837,0.0848465710878372,0.0688684061169624,0.994011044502258,0.0848481133580208,0.0490364097058773,0.993743658065796,0.100344121456146,0.0490337871015072,0.993744254112244,0.1003402993083,0.0836949422955513,0.994357109069824,0.0651857852935791,0.0836944878101349,0.994357168674469,0.0651857927441597,0.0688684061169624,0.994011044502258,0.0848481133580208,0.068867139518261,0.994011282920837,0.0848465710878372,0.0927618518471718,0.994757652282715,0.0430411994457245,
  2504. 0.0927628725767136,0.994757533073425,0.0430416874587536,0.0836944878101349,0.994357168674469,0.0651857927441597,0.0836949422955513,0.994357109069824,0.0651857852935791,0.0959222018718719,0.995182693004608,0.0202611181885004,0.0959228500723839,0.995182573795319,0.0202613119035959,0.0927628725767136,0.994757533073425,0.0430416874587536,0.0927618518471718,0.994757652282715,0.0430411994457245,0.09463220089674,0.995502054691315,0.00452395295724273,0.0946324989199638,0.995502114295959,0.00452397624030709,0.0959228500723839,0.995182573795319,0.0202613119035959,0.0959222018718719,0.995182693004608,0.0202611181885004,0.0939343795180321,0.995578467845917,0,0.0939359292387962,0.995578289031982,0,0.0946324989199638,0.995502114295959,0.00452397624030709,0.09463220089674,0.995502054691315,0.00452395295724273,-3.88345288229175e-005,1,-0.000127292514662258,-2.62927842413774e-005,1,-0.000116825052828062,-3.51047347066924e-005,1,-0.000116977302241139,-4.63395481347106e-005,1,-0.000127737279399298,-0.00109644117765129,0.999999463558197,-5.05353091284633e-005,-0.00110002746805549,0.999999403953552,-5.10262689203955e-005,-0.00108466309029609,0.999999403953552,0,-0.00108008179813623,0.999999403953552,4.4655430997409e-007,-0.00114755495451391,0.999999344348907,-0.000240560708334669,-0.00114858546294272,0.999999344348907,-0.000240670138737187,-0.00110002746805549,0.999999403953552,-5.10262689203955e-005,-0.00109644117765129,0.999999463558197,-5.05353091284633e-005,-0.00115018791984767,0.999999225139618,-0.000533965532667935,-0.00114903319627047,0.999999284744263,-0.000532911682967097,-0.00114858546294272,0.999999344348907,-0.000240670138737187,-0.00114755495451391,0.999999344348907,-0.000240560708334669,-0.00106691347900778,0.999999165534973,-0.000830998120363802,-0.00106468971353024,0.999999165534973,-0.000829399097710848,-0.00114903319627047,0.999999284744263,-0.000532911682967097,-0.00115018791984767,0.999999225139618,-0.000533965532667935,-0.000896932557225227,0.999999046325684,-0.00110418268013746,-0.000895325967576355,0.999998986721039,-0.00110278639476746,
  2505. -0.00106468971353024,0.999999165534973,-0.000829399097710848,-0.00106691347900778,0.999999165534973,-0.000830998120363802,-0.000648371409624815,0.999998927116394,-0.0013267956674099,-0.00064725853735581,0.999998986721039,-0.00132451939862221,-0.000895325967576355,0.999998986721039,-0.00110278639476746,-0.000896932557225227,0.999999046325684,-0.00110418268013746,-0.000340142200002447,0.999998867511749,-0.00147187383845448,-0.000339457124937326,0.999998867511749,-0.00146771920844913,-0.00064725853735581,0.999998986721039,-0.00132451939862221,-0.000648371409624815,0.999998927116394,-0.0013267956674099,1.30016189814341e-007,0.999998867511749,-0.00152147631160915,1.33218094333643e-007,0.999998867511749,-0.00151687406469136,-0.000339457124937326,0.999998867511749,-0.00146771920844913,-0.000340142200002447,0.999998867511749,-0.00147187383845448,0.000340109108947217,0.999998927116394,-0.00147231284063309,0.00033932609949261,0.999998867511749,-0.00146776740439236,1.33218094333643e-007,0.999998867511749,-0.00151687406469136,1.30016189814341e-007,0.999998867511749,-0.00152147631160915,0.000648275716230273,0.999998927116394,-0.00132659240625799,0.000647290027700365,0.999998927116394,-0.00132456212304533,0.00033932609949261,0.999998867511749,-0.00146776740439236,0.000340109108947217,0.999998927116394,-0.00147231284063309,0.000895733304787427,0.999999046325684,-0.00110317522194237,0.000895738194230944,0.999998986721039,-0.00110359978862107,0.000647290027700365,0.999998927116394,-0.00132456212304533,0.000648275716230273,0.999998927116394,-0.00132659240625799,0.00106793409213424,0.999999165534973,-0.000831571232993156,0.00106633838731796,0.999999105930328,-0.000830342760309577,0.000895738194230944,0.999998986721039,-0.00110359978862107,0.000895733304787427,0.999999046325684,-0.00110317522194237,0.00115413672756404,0.999999284744263,-0.00053595268400386,0.00114773435052484,0.999999225139618,-0.000532682170160115,0.00106633838731796,0.999999105930328,-0.000830342760309577,0.00106793409213424,0.999999165534973,-0.000831571232993156,
  2506. 0.00114980188664049,0.999999344348907,-0.000241292058490217,0.0011426341952756,0.999999403953552,-0.000239786924794316,0.00114773435052484,0.999999225139618,-0.000532682170160115,0.00115413672756404,0.999999284744263,-0.00053595268400386,0.00109377794433385,0.999999403953552,-5.05373645864893e-005,0.00109404418617487,0.999999403953552,-5.08527809870429e-005,0.0011426341952756,0.999999403953552,-0.000239786924794316,0.00114980188664049,0.999999344348907,-0.000241292058490217,0.00107514834962785,0.999999523162842,9.28436122649146e-007,0.00107985991053283,0.999999403953552,3.09446647861478e-007,0.00109404418617487,0.999999403953552,-5.08527809870429e-005,0.00109377794433385,0.999999403953552,-5.05373645864893e-005,-9.6537871286273e-005,1,-0.000127292441902682,-0.000115810296847485,1,-0.000127737235743552,-8.65035617607646e-005,1,-0.000116977265861351,-6.43046878394671e-005,1,-0.000116825038276147,-0.0946325063705444,0.995502054691315,0.00452373921871185,-0.0946294739842415,0.995502293109894,0.00452342629432678,-0.0939341709017754,0.995578467845917,0,-0.0939374193549156,0.995578110218048,-1.59909717467599e-007,-0.0959210842847824,0.995182693004608,0.0202611070126295,-0.0959174707531929,0.995183169841766,0.0202601924538612,-0.0946294739842415,0.995502293109894,0.00452342629432678,-0.0946325063705444,0.995502054691315,0.00452373921871185,-0.0927622243762016,0.994757652282715,0.0430409871041775,-0.0927578434348106,0.994758129119873,0.0430392771959305,-0.0959174707531929,0.995183169841766,0.0202601924538612,-0.0959210842847824,0.995182693004608,0.0202611070126295,-0.0836958065629005,0.994357049465179,0.0651862397789955,-0.083691693842411,0.994357466697693,0.0651837214827538,-0.0927578434348106,0.994758129119873,0.0430392771959305,-0.0927622243762016,0.994757652282715,0.0430409871041775,-0.068870522081852,0.99401068687439,0.0848507583141327,-0.0688666775822639,0.994011402130127,0.0848458707332611,-0.083691693842411,0.994357466697693,0.0651837214827538,-0.0836958065629005,0.994357049465179,0.0651862397789955,-0.0490385182201862,0.993743062019348,0.100349545478821,
  2507. -0.049034234136343,0.993744134902954,0.100340820848942,-0.0688666775822639,0.994011402130127,0.0848458707332611,-0.068870522081852,0.99401068687439,0.0848507583141327,-0.0255036875605583,0.993574261665344,0.11027155816555,-0.0255016796290874,0.993575096130371,0.110264301300049,-0.049034234136343,0.993744134902954,0.100340820848942,-0.0490385182201862,0.993743062019348,0.100349545478821,-9.98805518293011e-008,0.993516683578491,0.113686583936214,2.17899547294564e-008,0.99351704120636,0.113683186471462,-0.0255016796290874,0.993575096130371,0.110264301300049,-0.0255036875605583,0.993574261665344,0.11027155816555,0.0255036093294621,0.993574380874634,0.110270746052265,0.0255016032606363,0.993575036525726,0.110264450311661,2.17899547294564e-008,0.99351704120636,0.113683186471462,-9.98805518293011e-008,0.993516683578491,0.113686583936214,0.0490376725792885,0.993743240833282,0.100347697734833,0.0490337871015072,0.993744254112244,0.1003402993083,0.0255016032606363,0.993575036525726,0.110264450311661,0.0255036093294621,0.993574380874634,0.110270746052265,0.0688694566488266,0.994010865688324,0.0848500281572342,0.068867139518261,0.994011282920837,0.0848465710878372,0.0490337871015072,0.993744254112244,0.1003402993083,0.0490376725792885,0.993743240833282,0.100347697734833,0.0836956575512886,0.994356989860535,0.0651864558458328,0.0836949422955513,0.994357109069824,0.0651857852935791,0.068867139518261,0.994011282920837,0.0848465710878372,0.0688694566488266,0.994010865688324,0.0848500281572342,0.0927631855010986,0.994757473468781,0.0430414155125618,0.0927618518471718,0.994757652282715,0.0430411994457245,0.0836949422955513,0.994357109069824,0.0651857852935791,0.0836956575512886,0.994356989860535,0.0651864558458328,0.0959220975637436,0.995182693004608,0.0202611647546291,0.0959222018718719,0.995182693004608,0.0202611181885004,0.0927618518471718,0.994757652282715,0.0430411994457245,0.0927631855010986,0.994757473468781,0.0430414155125618,0.094630092382431,0.995502352714539,0.00452383887022734,0.09463220089674,0.995502054691315,0.00452395295724273,
  2508. 0.0959222018718719,0.995182693004608,0.0202611181885004,0.0959220975637436,0.995182693004608,0.0202611647546291,0.0939327403903008,0.995578587055206,0,0.0939343795180321,0.995578467845917,0,0.09463220089674,0.995502054691315,0.00452395295724273,0.094630092382431,0.995502352714539,0.00452383887022734,-5.01140166306868e-005,1,-0.000126439423183911,-3.88345288229175e-005,1,-0.000127292514662258,-4.63395481347106e-005,1,-0.000127737279399298,-5.70924021303654e-005,1,-0.000125971593661234,-0.00109687936492264,0.999999403953552,-5.04861927765887e-005,-0.00109644117765129,0.999999463558197,-5.05353091284633e-005,-0.00108008179813623,0.999999403953552,4.4655430997409e-007,-0.00108171196188778,0.999999463558197,6.69970347644266e-007,-0.00114485376980156,0.999999403953552,-0.000240149995079264,-0.00114755495451391,0.999999344348907,-0.000240560708334669,-0.00109644117765129,0.999999463558197,-5.05353091284633e-005,-0.00109687936492264,0.999999403953552,-5.04861927765887e-005,-0.00114692281931639,0.999999284744263,-0.000532570760697126,-0.00115018791984767,0.999999225139618,-0.000533965532667935,-0.00114755495451391,0.999999344348907,-0.000240560708334669,-0.00114485376980156,0.999999403953552,-0.000240149995079264,-0.0010657279053703,0.999999165534973,-0.000829809170681983,-0.00106691347900778,0.999999165534973,-0.000830998120363802,-0.00115018791984767,0.999999225139618,-0.000533965532667935,-0.00114692281931639,0.999999284744263,-0.000532570760697126,-0.000895969569683075,0.999999046325684,-0.00110307603608817,-0.000896932557225227,0.999999046325684,-0.00110418268013746,-0.00106691347900778,0.999999165534973,-0.000830998120363802,-0.0010657279053703,0.999999165534973,-0.000829809170681983,-0.000646917789708823,0.999998927116394,-0.00132382346782833,-0.000648371409624815,0.999998927116394,-0.0013267956674099,-0.000896932557225227,0.999999046325684,-0.00110418268013746,-0.000895969569683075,0.999999046325684,-0.00110307603608817,-0.000339306629030034,0.999998867511749,-0.00146872771438211,-0.000340142200002447,0.999998867511749,-0.00147187383845448,
  2509. -0.000648371409624815,0.999998927116394,-0.0013267956674099,-0.000646917789708823,0.999998927116394,-0.00132382346782833,-7.17722062337778e-011,0.999998867511749,-0.00151940691284835,1.30016189814341e-007,0.999998867511749,-0.00152147631160915,-0.000340142200002447,0.999998867511749,-0.00147187383845448,-0.000339306629030034,0.999998867511749,-0.00146872771438211,0.000339374266332015,0.999998927116394,-0.0014691298129037,0.000340109108947217,0.999998927116394,-0.00147231284063309,1.30016189814341e-007,0.999998867511749,-0.00152147631160915,-7.17722062337778e-011,0.999998867511749,-0.00151940691284835,0.000647373439278454,0.999998927116394,-0.00132476899307221,0.000648275716230273,0.999998927116394,-0.00132659240625799,0.000340109108947217,0.999998927116394,-0.00147231284063309,0.000339374266332015,0.999998927116394,-0.0014691298129037,0.000896885932888836,0.999999046325684,-0.00110436836257577,0.000895733304787427,0.999999046325684,-0.00110317522194237,0.000648275716230273,0.999998927116394,-0.00132659240625799,0.000647373439278454,0.999998927116394,-0.00132476899307221,0.00106631394010037,0.999999165534973,-0.000830473145470023,0.00106793409213424,0.999999165534973,-0.000831571232993156,0.000895733304787427,0.999999046325684,-0.00110317522194237,0.000896885932888836,0.999999046325684,-0.00110436836257577,0.00114684947766364,0.999999225139618,-0.000532575766555965,0.00115413672756404,0.999999284744263,-0.00053595268400386,0.00106793409213424,0.999999165534973,-0.000831571232993156,0.00106631394010037,0.999999165534973,-0.000830473145470023,0.00114607776049525,0.999999403953552,-0.000240487235714681,0.00114980188664049,0.999999344348907,-0.000241292058490217,0.00115413672756404,0.999999284744263,-0.00053595268400386,0.00114684947766364,0.999999225139618,-0.000532575766555965,0.0010979714570567,0.999999403953552,-5.05842399434187e-005,0.00109377794433385,0.999999403953552,-5.05373645864893e-005,0.00114980188664049,0.999999344348907,-0.000241292058490217,0.00114607776049525,0.999999403953552,-0.000240487235714681,0.00108160509262234,0.999999463558197,8.4250405052444e-007,
  2510. 0.00107514834962785,0.999999523162842,9.28436122649146e-007,0.00109377794433385,0.999999403953552,-5.05373645864893e-005,0.0010979714570567,0.999999403953552,-5.05842399434187e-005,-0.000125053076772019,1,-0.000126439408631995,-0.000142398406751454,1,-0.000125971564557403,-0.000115810296847485,1,-0.000127737235743552,-9.6537871286273e-005,1,-0.000127292441902682,-0.094630628824234,0.995502233505249,0.0045242072083056,-0.0946325063705444,0.995502054691315,0.00452373921871185,-0.0939374193549156,0.995578110218048,-1.59909717467599e-007,-0.0939332395792007,0.995578587055206,-3.15445674914372e-007,-0.095922626554966,0.995182573795319,0.0202616881579161,-0.0959210842847824,0.995182693004608,0.0202611070126295,-0.0946325063705444,0.995502054691315,0.00452373921871185,-0.094630628824234,0.995502233505249,0.0045242072083056,-0.0927629545331001,0.99475759267807,0.0430414937436581,-0.0927622243762016,0.994757652282715,0.0430409871041775,-0.0959210842847824,0.995182693004608,0.0202611070126295,-0.095922626554966,0.995182573795319,0.0202616881579161,-0.083693340420723,0.994357347488403,0.065184697508812,-0.0836958065629005,0.994357049465179,0.0651862397789955,-0.0927622243762016,0.994757652282715,0.0430409871041775,-0.0927629545331001,0.99475759267807,0.0430414937436581,-0.0688695162534714,0.994010925292969,0.0848487317562103,-0.068870522081852,0.99401068687439,0.0848507583141327,-0.0836958065629005,0.994357049465179,0.0651862397789955,-0.083693340420723,0.994357347488403,0.065184697508812,-0.049038752913475,0.993743062019348,0.100349180400372,-0.0490385182201862,0.993743062019348,0.100349545478821,-0.068870522081852,0.99401068687439,0.0848507583141327,-0.0688695162534714,0.994010925292969,0.0848487317562103,-0.0255026873201132,0.993574261665344,0.110271289944649,-0.0255036875605583,0.993574261665344,0.11027155816555,-0.0490385182201862,0.993743062019348,0.100349545478821,-0.049038752913475,0.993743062019348,0.100349180400372,-2.28969653903732e-007,0.993516862392426,0.113685429096222,-9.98805518293011e-008,0.993516683578491,0.113686583936214,
  2511. -0.0255036875605583,0.993574261665344,0.11027155816555,-0.0255026873201132,0.993574261665344,0.110271289944649,0.0255030263215303,0.993574202060699,0.110271774232388,0.0255036093294621,0.993574380874634,0.110270746052265,-9.98805518293011e-008,0.993516683578491,0.113686583936214,-2.28969653903732e-007,0.993516862392426,0.113685429096222,0.0490393154323101,0.993742942810059,0.100350059568882,0.0490376725792885,0.993743240833282,0.100347697734833,0.0255036093294621,0.993574380874634,0.110270746052265,0.0255030263215303,0.993574202060699,0.110271774232388,0.068870060145855,0.994010806083679,0.0848501026630402,0.0688694566488266,0.994010865688324,0.0848500281572342,0.0490376725792885,0.993743240833282,0.100347697734833,0.0490393154323101,0.993742942810059,0.100350059568882,0.0836938321590424,0.994357228279114,0.0651854202151299,0.0836956575512886,0.994356989860535,0.0651864558458328,0.0688694566488266,0.994010865688324,0.0848500281572342,0.068870060145855,0.994010806083679,0.0848501026630402,0.092762865126133,0.994757533073425,0.0430414825677872,0.0927631855010986,0.994757473468781,0.0430414155125618,0.0836956575512886,0.994356989860535,0.0651864558458328,0.0836938321590424,0.994357228279114,0.0651854202151299,0.0959229096770287,0.995182633399963,0.0202612187713385,0.0959220975637436,0.995182693004608,0.0202611647546291,0.0927631855010986,0.994757473468781,0.0430414155125618,0.092762865126133,0.994757533073425,0.0430414825677872,0.094630740582943,0.995502173900604,0.0045238733291626,0.094630092382431,0.995502352714539,0.00452383887022734,0.0959220975637436,0.995182693004608,0.0202611647546291,0.0959229096770287,0.995182633399963,0.0202612187713385,0.0939334258437157,0.995578467845917,1.56993806399441e-007,0.0939327403903008,0.995578587055206,0,0.094630092382431,0.995502352714539,0.00452383887022734,0.094630740582943,0.995502173900604,0.0045238733291626,-6.02954351052176e-005,1,-0.000117452771519311,-5.01140166306868e-005,1,-0.000126439423183911,-5.70924021303654e-005,1,-0.000125971593661234,-6.64578547002748e-005,1,-0.00011738470493583,
  2512. -0.00109685293864459,0.999999463558197,-5.06589167343918e-005,-0.00109687936492264,0.999999403953552,-5.04861927765887e-005,-0.00108171196188778,0.999999463558197,6.69970347644266e-007,-0.00108169368468225,0.999999403953552,7.56407416702132e-007,-0.00114570802543312,0.999999344348907,-0.000240358800510876,-0.00114485376980156,0.999999403953552,-0.000240149995079264,-0.00109687936492264,0.999999403953552,-5.04861927765887e-005,-0.00109685293864459,0.999999463558197,-5.06589167343918e-005,-0.00114792410749942,0.999999284744263,-0.000532939040567726,-0.00114692281931639,0.999999284744263,-0.000532570760697126,-0.00114485376980156,0.999999403953552,-0.000240149995079264,-0.00114570802543312,0.999999344348907,-0.000240358800510876,-0.00106510729528964,0.999999105930328,-0.000829226337373257,-0.0010657279053703,0.999999165534973,-0.000829809170681983,-0.00114692281931639,0.999999284744263,-0.000532570760697126,-0.00114792410749942,0.999999284744263,-0.000532939040567726,-0.000894934230018407,0.999999046325684,-0.00110216136090457,-0.000895969569683075,0.999999046325684,-0.00110307603608817,-0.0010657279053703,0.999999165534973,-0.000829809170681983,-0.00106510729528964,0.999999105930328,-0.000829226337373257,-0.000646344036795199,0.999998927116394,-0.00132250681053847,-0.000646917789708823,0.999998927116394,-0.00132382346782833,-0.000895969569683075,0.999999046325684,-0.00110307603608817,-0.000894934230018407,0.999999046325684,-0.00110216136090457,-0.000339069199981168,0.999998867511749,-0.00146758451592177,-0.000339306629030034,0.999998867511749,-0.00146872771438211,-0.000646917789708823,0.999998927116394,-0.00132382346782833,-0.000646344036795199,0.999998927116394,-0.00132250681053847,-1.40502791623476e-007,0.999998927116394,-0.00151924672536552,-7.17722062337778e-011,0.999998867511749,-0.00151940691284835,-0.000339306629030034,0.999998867511749,-0.00146872771438211,-0.000339069199981168,0.999998867511749,-0.00146758451592177,0.000339046935550869,0.999998927116394,-0.00146715273149312,0.000339374266332015,0.999998927116394,-0.0014691298129037,
  2513. -7.17722062337778e-011,0.999998867511749,-0.00151940691284835,-1.40502791623476e-007,0.999998927116394,-0.00151924672536552,0.000646091881208122,0.999998927116394,-0.00132214580662549,0.000647373439278454,0.999998927116394,-0.00132476899307221,0.000339374266332015,0.999998927116394,-0.0014691298129037,0.000339046935550869,0.999998927116394,-0.00146715273149312,0.000895588425919414,0.999999105930328,-0.00110274972394109,0.000896885932888836,0.999999046325684,-0.00110436836257577,0.000647373439278454,0.999998927116394,-0.00132476899307221,0.000646091881208122,0.999998927116394,-0.00132214580662549,0.0010646905284375,0.999999105930328,-0.000829399155918509,0.00106631394010037,0.999999165534973,-0.000830473145470023,0.000896885932888836,0.999999046325684,-0.00110436836257577,0.000895588425919414,0.999999105930328,-0.00110274972394109,0.00114597100764513,0.999999225139618,-0.0005319535266608,0.00114684947766364,0.999999225139618,-0.000532575766555965,0.00106631394010037,0.999999165534973,-0.000830473145470023,0.0010646905284375,0.999999105930328,-0.000829399155918509,0.00114589161239564,0.999999344348907,-0.000240411260165274,0.00114607776049525,0.999999403953552,-0.000240487235714681,0.00114684947766364,0.999999225139618,-0.000532575766555965,0.00114597100764513,0.999999225139618,-0.0005319535266608,0.00110067788045853,0.999999463558197,-5.07792356074788e-005,0.0010979714570567,0.999999403953552,-5.05842399434187e-005,0.00114607776049525,0.999999403953552,-0.000240487235714681,0.00114589161239564,0.999999344348907,-0.000240411260165274,0.00108663970604539,0.999999403953552,4.56361419765017e-007,0.00108160509262234,0.999999463558197,8.4250405052444e-007,0.0010979714570567,0.999999403953552,-5.05842399434187e-005,0.00110067788045853,0.999999463558197,-5.07792356074788e-005,-0.000150506544741802,1,-0.000117452764243353,-0.000165705219842494,1,-0.000117384712211788,-0.000142398406751454,1,-0.000125971564557403,-0.000125053076772019,1,-0.000126439408631995,-0.0945484191179276,0.995502054691315,0.00603178143501282,-0.094630628824234,0.995502233505249,0.0045242072083056,
  2514. -0.0939332395792007,0.995578587055206,-3.15445674914372e-007,-0.0939177721738815,0.995580017566681,-3.47004430523157e-007,-0.0951742380857468,0.99517422914505,0.0238797888159752,-0.095922626554966,0.995182573795319,0.0202616881579161,-0.094630628824234,0.995502233505249,0.0045242072083056,-0.0945484191179276,0.995502054691315,0.00603178143501282,-0.0911406651139259,0.99474823474884,0.0465767942368984,-0.0927629545331001,0.99475759267807,0.0430414937436581,-0.095922626554966,0.995182573795319,0.0202616881579161,-0.0951742380857468,0.99517422914505,0.0238797888159752,-0.0812242850661278,0.994347751140594,0.0683755129575729,-0.083693340420723,0.994357347488403,0.065184697508812,-0.0927629545331001,0.99475759267807,0.0430414937436581,-0.0911406651139259,0.99474823474884,0.0465767942368984,-0.0656469687819481,0.994001507759094,0.0874727144837379,-0.0688695162534714,0.994010925292969,0.0848487317562103,-0.083693340420723,0.994357347488403,0.065184697508812,-0.0812242850661278,0.994347751140594,0.0683755129575729,-0.0452193580567837,0.993734538555145,0.102210134267807,-0.049038752913475,0.993743062019348,0.100349180400372,-0.0688695162534714,0.994010925292969,0.0848487317562103,-0.0656469687819481,0.994001507759094,0.0874727144837379,-0.0213063079863787,0.993565857410431,0.11123376339674,-0.0255026873201132,0.993574261665344,0.110271289944649,-0.049038752913475,0.993743062019348,0.100349180400372,-0.0452193580567837,0.993734538555145,0.102210134267807,-2.82187187394811e-007,0.993517160415649,0.113682262599468,-2.28969653903732e-007,0.993516862392426,0.113685429096222,-0.0255026873201132,0.993574261665344,0.110271289944649,-0.0213063079863787,0.993565857410431,0.11123376339674,0.0213065966963768,0.993565678596497,0.111235611140728,0.0255030263215303,0.993574202060699,0.110271774232388,-2.28969653903732e-007,0.993516862392426,0.113685429096222,-2.82187187394811e-007,0.993517160415649,0.113682262599468,0.0452205836772919,0.993734300136566,0.102211281657219,0.0490393154323101,0.993742942810059,0.100350059568882,0.0255030263215303,0.993574202060699,0.110271774232388,
  2515. 0.0213065966963768,0.993565678596497,0.111235611140728,0.0656456276774406,0.994001686573029,0.0874716490507126,0.068870060145855,0.994010806083679,0.0848501026630402,0.0490393154323101,0.993742942810059,0.100350059568882,0.0452205836772919,0.993734300136566,0.102211281657219,0.0812226384878159,0.994347929954529,0.0683747678995132,0.0836938321590424,0.994357228279114,0.0651854202151299,0.068870060145855,0.994010806083679,0.0848501026630402,0.0656456276774406,0.994001686573029,0.0874716490507126,0.0911406874656677,0.994748294353485,0.0465767420828342,0.092762865126133,0.994757533073425,0.0430414825677872,0.0836938321590424,0.994357228279114,0.0651854202151299,0.0812226384878159,0.994347929954529,0.0683747678995132,0.0951791331171989,0.995173692703247,0.0238811336457729,0.0959229096770287,0.995182633399963,0.0202612187713385,0.092762865126133,0.994757533073425,0.0430414825677872,0.0911406874656677,0.994748294353485,0.0465767420828342,0.0945623517036438,0.99550062417984,0.00603211671113968,0.094630740582943,0.995502173900604,0.0045238733291626,0.0959229096770287,0.995182633399963,0.0202612187713385,0.0951791331171989,0.995173692703247,0.0238811336457729,0.0939366370439529,0.995578169822693,3.6172320960759e-007,0.0939334258437157,0.995578467845917,1.56993806399441e-007,0.094630740582943,0.995502173900604,0.0045238733291626,0.0945623517036438,0.99550062417984,0.00603211671113968,-6.79370496072806e-005,1,-0.000116342656838242,-6.02954351052176e-005,1,-0.000117452771519311,-6.64578547002748e-005,1,-0.00011738470493583,-7.23756529623643e-005,1,-0.000116342649562284,-0.00109152332879603,0.999999403953552,-6.76372073940001e-005,-0.00109685293864459,0.999999463558197,-5.06589167343918e-005,-0.00108169368468225,0.999999403953552,7.56407416702132e-007,-0.00107592274434865,0.999999403953552,4.43716317022336e-007,-0.00113635417073965,0.999999403953552,-0.00028397238929756,-0.00114570802543312,0.999999344348907,-0.000240358800510876,-0.00109685293864459,0.999999463558197,-5.06589167343918e-005,-0.00109152332879603,0.999999403953552,-6.76372073940001e-005,
  2516. -0.00112961290869862,0.999999284744263,-0.000577460916247219,-0.00114792410749942,0.999999284744263,-0.000532939040567726,-0.00114570802543312,0.999999344348907,-0.000240358800510876,-0.00113635417073965,0.999999403953552,-0.00028397238929756,-0.00103361019864678,0.999999165534973,-0.000869703770149499,-0.00106510729528964,0.999999105930328,-0.000829226337373257,-0.00114792410749942,0.999999284744263,-0.000532939040567726,-0.00112961290869862,0.999999284744263,-0.000577460916247219,-0.000852639321237803,0.999998986721039,-0.00113612611312419,-0.000894934230018407,0.999999046325684,-0.00110216136090457,-0.00106510729528964,0.999999105930328,-0.000829226337373257,-0.00103361019864678,0.999999165534973,-0.000869703770149499,-0.000596708501689136,0.999998927116394,-0.0013485667295754,-0.000646344036795199,0.999998927116394,-0.00132250681053847,-0.000894934230018407,0.999999046325684,-0.00110216136090457,-0.000852639321237803,0.999998986721039,-0.00113612611312419,-0.00028377168928273,0.999998867511749,-0.00148273375816643,-0.000339069199981168,0.999998867511749,-0.00146758451592177,-0.000646344036795199,0.999998927116394,-0.00132250681053847,-0.000596708501689136,0.999998927116394,-0.0013485667295754,5.7594348618295e-005,0.999998867511749,-0.00152143824379891,-1.40502791623476e-007,0.999998927116394,-0.00151924672536552,-0.000339069199981168,0.999998867511749,-0.00146758451592177,-0.00028377168928273,0.999998867511749,-0.00148273375816643,0.000395611801650375,0.999998927116394,-0.0014560071285814,0.000339046935550869,0.999998927116394,-0.00146715273149312,-1.40502791623476e-007,0.999998927116394,-0.00151924672536552,5.7594348618295e-005,0.999998867511749,-0.00152143824379891,0.000696347735356539,0.999998927116394,-0.00129748438484967,0.000646091881208122,0.999998927116394,-0.00132214580662549,0.000339046935550869,0.999998927116394,-0.00146715273149312,0.000395611801650375,0.999998927116394,-0.0014560071285814,0.000935785996261984,0.999999046325684,-0.00106687971856445,0.000895588425919414,0.999999105930328,-0.00110274972394109,
  2517. 0.000646091881208122,0.999998927116394,-0.00132214580662549,0.000696347735356539,0.999998927116394,-0.00129748438484967,0.00109630858059973,0.999999105930328,-0.000789093959610909,0.0010646905284375,0.999999105930328,-0.000829399155918509,0.000895588425919414,0.999999105930328,-0.00110274972394109,0.000935785996261984,0.999999046325684,-0.00106687971856445,0.001172537333332,0.999999165534973,-0.00049068353837356,0.00114597100764513,0.999999225139618,-0.0005319535266608,0.0010646905284375,0.999999105930328,-0.000829399155918509,0.00109630858059973,0.999999105930328,-0.000789093959610909,0.0011618142016232,0.999999284744263,-0.000197869390831329,0.00114589161239564,0.999999344348907,-0.000240411260165274,0.00114597100764513,0.999999225139618,-0.0005319535266608,0.001172537333332,0.999999165534973,-0.00049068353837356,0.00110274087637663,0.999999403953552,-3.39015059580561e-005,0.00110067788045853,0.999999463558197,-5.07792356074788e-005,0.00114589161239564,0.999999344348907,-0.000240411260165274,0.0011618142016232,0.999999284744263,-0.000197869390831329,0.00108571932651103,0.999999403953552,2.85737780103545e-008,0.00108663970604539,0.999999403953552,4.56361419765017e-007,0.00110067788045853,0.999999463558197,-5.07792356074788e-005,0.00110274087637663,0.999999403953552,-3.39015059580561e-005,-0.000179892143933102,1,-0.000116342671390157,-0.000165705219842494,1,-0.000117384712211788,-0.000150506544741802,1,-0.000117452764243353,-0.000169253529747948,1,-0.0001163426641142
  2518. }
  2519. BinormalsW: *1760 {
  2520. a: 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,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,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,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,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,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,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,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,
  2521. 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,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,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,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,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,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
  2522. }
  2523. }
  2524. LayerElementTangent: 0 {
  2525. Version: 102
  2526. Name: "map1"
  2527. MappingInformationType: "ByPolygonVertex"
  2528. ReferenceInformationType: "Direct"
  2529. Tangents: *5280 {
  2530. a: 0.614464163780212,-1.36463015110166e-007,-0.788944840431213,0.61446475982666,5.13052473252174e-005,-0.788944244384766,0.420892328023911,4.84528572997078e-005,-0.907110631465912,0.420889973640442,2.06084251885841e-007,-0.907111763954163,0.0428338311612606,-3.86104966310086e-006,-0.999082267284393,0.0428346693515778,1.30357539092074e-005,-0.999082267284393,0,0,-1,2.0846623038917e-010,2.2611575697766e-013,-1,0.204460918903351,-7.45033844395948e-007,-0.978874683380127,0.204463839530945,4.36954651377164e-005,-0.978874146938324,0.0428346693515778,1.30357539092074e-005,-0.999082267284393,0.0428338311612606,-3.86104966310086e-006,-0.999082267284393,0.420889973640442,2.06084251885841e-007,-0.907111763954163,0.420892328023911,4.84528572997078e-005,-0.907110631465912,0.204463839530945,4.36954651377164e-005,-0.978874146938324,0.204460918903351,-7.45033844395948e-007,-0.978874683380127,1,2.62927842413774e-005,-3.07991143699837e-009,1,1.07528703665594e-005,-1.25490173807918e-009,1,2.12111699511297e-005,-2.47213560733428e-009,1,3.51047347066924e-005,-4.11519529563975e-009,-0.0309617426246405,0,0.999520599842072,-1.08036338133388e-005,0,1,-1.0206837032456e-005,0,1,-0.0627940744161606,0,0.998026490211487,-0.16880202293396,0,0.985649883747101,-0.0309617426246405,0,0.999520599842072,-0.0627940744161606,0,0.998026490211487,-0.243396952748299,0,0.969926714897156,-0.386116474866867,0,0.922449946403503,-0.16880202293396,0,0.985649883747101,-0.243396952748299,0,0.969926714897156,-0.455082416534424,0,0.890449345111847,-0.644017398357391,0,0.76501077413559,-0.584032893180847,0,0.811729967594147,-0.386116474866867,0,0.922449946403503,-0.455082416534424,0,0.890449345111847,0,-0,1,0,-0,1,-0.0508310906589031,0.00029380657360889,0.998707175254822,-0.0508518815040588,0.000295446312520653,0.998706161975861,-0.42090916633606,1.52017707932828e-006,0.907102763652802,-0.420857846736908,-4.40374833488022e-006,0.907126605510712,-0.614437878131866,-4.22277071265853e-006,0.788965165615082,-0.614478647708893,1.22338190067239e-006,0.788933515548706,
  2531. -0.207339614629745,6.79199438309297e-005,0.978269040584564,-0.207278922200203,6.16683610132895e-005,0.978281855583191,-0.420857846736908,-4.40374833488022e-006,0.907126605510712,-0.42090916633606,1.52017707932828e-006,0.907102763652802,-0.0508518815040588,0.000295446312520653,0.998706161975861,-0.0508310906589031,0.00029380657360889,0.998707175254822,-0.207278922200203,6.16683610132895e-005,0.978281855583191,-0.207339614629745,6.79199438309297e-005,0.978269040584564,1,-1.33217938014241e-007,2.02083100253603e-010,1,5.76479578739963e-005,-7.8559956762092e-008,0.974282681941986,5.72793287574314e-005,-0.225329205393791,0.974281787872314,1.07441644470185e-009,-0.22533318400383,0.77643358707428,1.86160235671196e-007,-0.630199134349823,0.776433408260345,5.40837500011548e-005,-0.630199253559113,0.61446475982666,5.13052473252174e-005,-0.788944244384766,0.614464163780212,-1.36463015110166e-007,-0.788944840431213,0.898459911346436,-1.9790606931025e-009,-0.439055740833282,0.898460507392883,5.61084088985808e-005,-0.439054310321808,0.776433408260345,5.40837500011548e-005,-0.630199253559113,0.77643358707428,1.86160235671196e-007,-0.630199134349823,0.974281787872314,1.07441644470185e-009,-0.22533318400383,0.974282681941986,5.72793287574314e-005,-0.225329205393791,0.898460507392883,5.61084088985808e-005,-0.439054310321808,0.898459911346436,-1.9790606931025e-009,-0.439055740833282,-0.751915097236633,0,0.659259974956512,-0.584032893180847,0,0.811729967594147,-0.644017398357391,0,0.76501077413559,-0.799826443195343,0,0.600231230258942,-0.88112074136734,0,0.472891271114349,-0.751915097236633,0,0.659259974956512,-0.799826443195343,0,0.600231230258942,-0.914500951766968,0,0.404583811759949,-0.965014278888702,0,0.262197285890579,-0.88112074136734,0,0.472891271114349,-0.914500951766968,0,0.404583811759949,-0.982146024703979,0,0.188120126724243,-1,0,-1.10609437342646e-006,-1,0,-1.04047865079338e-006,-0.965014278888702,0,0.262197285890579,-0.982146024703979,0,0.188120126724243,-0.614478647708893,1.22338190067239e-006,0.788933515548706,-0.614437878131866,-4.22277071265853e-006,0.788965165615082,
  2532. -0.776412904262543,-3.48139951711346e-006,0.630224525928497,-0.776437997817993,1.31109368339821e-006,0.630193650722504,-0.974283516407013,6.53532481464936e-008,0.225325405597687,-0.97428035736084,-1.44522277878423e-006,0.225339159369469,-1,7.73062751591169e-008,1.42426719307309e-008,-1,9.67104583082801e-008,5.72423441980163e-009,-0.898461878299713,1.1255946219535e-006,0.439051359891891,-0.898449599742889,-2.06630693355692e-006,0.439076632261276,-0.97428035736084,-1.44522277878423e-006,0.225339159369469,-0.974283516407013,6.53532481464936e-008,0.225325405597687,-0.776437997817993,1.31109368339821e-006,0.630193650722504,-0.776412904262543,-3.48139951711346e-006,0.630224525928497,-0.898449599742889,-2.06630693355692e-006,0.439076632261276,-0.898461878299713,1.1255946219535e-006,0.439051359891891,0.614464402198792,-1.32526722040893e-007,0.788944602012634,0.614465296268463,5.12723891006317e-005,0.788943946361542,0.776433169841766,5.40747860213742e-005,0.630199611186981,0.776434540748596,4.36800062786347e-009,0.630198061466217,0.974282145500183,1.35315843863282e-007,0.225331783294678,0.974283158779144,5.72938588447869e-005,0.22532731294632,1,5.76479578739963e-005,-7.8559956762092e-008,1,-1.33217938014241e-007,2.02083100253603e-010,0.898459315299988,-5.59521229348547e-009,0.4390569627285,0.89846009016037,5.61502165510319e-005,0.439055204391479,0.974283158779144,5.72938588447869e-005,0.22532731294632,0.974282145500183,1.35315843863282e-007,0.225331783294678,0.776434540748596,4.36800062786347e-009,0.630198061466217,0.776433169841766,5.40747860213742e-005,0.630199611186981,0.89846009016037,5.61502165510319e-005,0.439055204391479,0.898459315299988,-5.59521229348547e-009,0.4390569627285,-0.965013861656189,0,-0.262198865413666,-1,0,-1.04047865079338e-006,-1,0,-1.10609437342646e-006,-0.982145845890045,0,-0.188121318817139,-0.88111937046051,0,-0.472893983125687,-0.965013861656189,0,-0.262198865413666,-0.982145845890045,0,-0.188121318817139,-0.91450023651123,0,-0.404585272073746,-0.751909852027893,0,-0.65926593542099,-0.88111937046051,0,-0.472893983125687,
  2533. -0.91450023651123,0,-0.404585272073746,-0.799823760986328,0,-0.600234985351563,-0.644012272357941,0,-0.765015125274658,-0.584030032157898,0,-0.811732053756714,-0.751909852027893,0,-0.65926593542099,-0.799823760986328,0,-0.600234985351563,-1,9.67104583082801e-008,5.72423441980163e-009,-1,7.73062751591169e-008,1.42426719307309e-008,-0.974280416965485,1.3097039754939e-006,-0.225338637828827,-0.974283456802368,-2.41543119727794e-007,-0.225325807929039,-0.77643871307373,-1.08709309643018e-006,-0.630192756652832,-0.776413679122925,3.27571615343913e-006,-0.630223512649536,-0.614437580108643,3.83686483473866e-006,-0.788965463638306,-0.614477157592773,-1.4285983525042e-006,-0.788934648036957,-0.898461818695068,-9.73776764112699e-007,-0.439051479101181,-0.898449718952179,2.19468438444892e-006,-0.439076155424118,-0.776413679122925,3.27571615343913e-006,-0.630223512649536,-0.77643871307373,-1.08709309643018e-006,-0.630192756652832,-0.974283456802368,-2.41543119727794e-007,-0.225325807929039,-0.974280416965485,1.3097039754939e-006,-0.225338637828827,-0.898449718952179,2.19468438444892e-006,-0.439076155424118,-0.898461818695068,-9.73776764112699e-007,-0.439051479101181,-1.25692761754337e-010,-3.09446676283187e-007,1,0,-0,1,0.0428332462906837,2.11145579669392e-005,0.999082267284393,0.0428295433521271,3.94871312892064e-006,0.999082446098328,0.420888364315033,1.34576112031937e-007,0.9071124792099,0.420890212059021,4.81256138300523e-005,0.907111644744873,0.614465296268463,5.12723891006317e-005,0.788943946361542,0.614464402198792,-1.32526722040893e-007,0.788944602012634,0.20445941388607,1.09914753920748e-006,0.97887510061264,0.204462617635727,4.59227703686338e-005,0.978874385356903,0.420890212059021,4.81256138300523e-005,0.907111644744873,0.420888364315033,1.34576112031937e-007,0.9071124792099,0.0428295433521271,3.94871312892064e-006,0.999082446098328,0.0428332462906837,2.11145579669392e-005,0.999082267284393,0.204462617635727,4.59227703686338e-005,0.978874385356903,0.20445941388607,1.09914753920748e-006,0.97887510061264,1,6.43046878394671e-005,-7.51239781493496e-009,
  2534. 1,8.65035617607646e-005,-1.01189510104405e-008,1,5.21366309840232e-005,-6.07645977979132e-009,1,2.66467450273922e-005,-3.10977799067302e-009,-0.386105716228485,0,-0.922454535961151,-0.584030032157898,0,-0.811732053756714,-0.644012272357941,0,-0.765015125274658,-0.455078721046448,0,-0.89045125246048,-0.168789654970169,0,-0.985651969909668,-0.386105716228485,0,-0.922454535961151,-0.455078721046448,0,-0.89045125246048,-0.243383258581162,0,-0.969930171966553,-0.0309534817934036,0,-0.999520838260651,-0.168789654970169,0,-0.985651969909668,-0.243383258581162,0,-0.969930171966553,-0.0627864152193069,0,-0.998026967048645,-2.55170880336664e-006,0,-1,-2.70090845333471e-006,0,-1,-0.0309534817934036,0,-0.999520838260651,-0.0627864152193069,0,-0.998026967048645,-0.614477157592773,-1.4285983525042e-006,-0.788934648036957,-0.614437580108643,3.83686483473866e-006,-0.788965463638306,-0.420857071876526,4.5192400648375e-006,-0.907126903533936,-0.420910120010376,-1.68239353115496e-006,-0.907102346420288,-0.0508483238518238,-0.00029553662170656,-0.99870628118515,-0.0508334822952747,-0.000293432240141556,-0.998707115650177,0,0,-1,0,0,-1,-0.20733717083931,-6.81724995956756e-005,-0.978269517421722,-0.207277774810791,-6.21224171482027e-005,-0.978282153606415,-0.0508334822952747,-0.000293432240141556,-0.998707115650177,-0.0508483238518238,-0.00029553662170656,-0.99870628118515,-0.420910120010376,-1.68239353115496e-006,-0.907102346420288,-0.420857071876526,4.5192400648375e-006,-0.907126903533936,-0.207277774810791,-6.21224171482027e-005,-0.978282153606415,-0.20733717083931,-6.81724995956756e-005,-0.978269517421722,0.614459812641144,0,-0.788948178291321,0.420891493558884,0,-0.907111048698425,0.42090505361557,9.58243617787957e-009,-0.907104730606079,0.614470839500427,2.54556489380775e-005,-0.788939654827118,0,0,-1,0.0428394600749016,-1.94871245184913e-006,-0.999081969261169,0.0428338199853897,0,-0.999082267284393,0,0,-1,0.20447801053524,-2.25712756218854e-005,-0.97887122631073,0.204462707042694,0,-0.978874385356903,0.0428338199853897,0,-0.999082267284393,
  2535. 0.0428394600749016,-1.94871245184913e-006,-0.999081969261169,0.42090505361557,9.58243617787957e-009,-0.907104730606079,0.420891493558884,0,-0.907111048698425,0.204462707042694,0,-0.978874385356903,0.20447801053524,-2.25712756218854e-005,-0.97887122631073,0.420891463756561,0,-0.907111048698425,0.614459812641144,0,-0.788948178291321,0.614459872245789,0,-0.788948178291321,0.420891463756561,0,-0.907110989093781,0.420891463756561,0,-0.907111048698425,0.420891463756561,0,-0.907110989093781,0.204462692141533,0,-0.978874385356903,0.204462707042694,0,-0.978874385356903,0.204462707042694,0,-0.978874385356903,0.204462692141533,0,-0.978874385356903,0.0428338125348091,0,-0.999082207679749,0.0428338199853897,0,-0.999082267284393,0,0,-1,0.0428338199853897,0,-0.999082267284393,0.0428338125348091,0,-0.999082207679749,0,0,-1,0.614459812641144,0,-0.788948178291321,0.420891463756561,0,-0.907111048698425,0.420891463756561,0,-0.907111048698425,0.614459812641144,0,-0.788948178291321,0.420891463756561,0,-0.907111048698425,0.420891463756561,0,-0.907111048698425,0.204462707042694,0,-0.978874385356903,0.204462707042694,0,-0.978874385356903,0.204462707042694,0,-0.978874385356903,0.204462707042694,0,-0.978874385356903,0.0428338199853897,0,-0.999082267284393,0.0428338199853897,0,-0.999082267284393,0,0,-1,0.0428338199853897,0,-0.999082267284393,0.0428338199853897,0,-0.999082267284393,0,0,-1,0.420891463756561,0,-0.907111048698425,0.614459812641144,0,-0.788948178291321,0.614459812641144,0,-0.788948178291321,0.420891463756561,0,-0.907111048698425,0.420891463756561,0,-0.907111048698425,0.420891463756561,0,-0.907111048698425,0.204462707042694,0,-0.978874385356903,0.204462707042694,0,-0.978874385356903,0.204462707042694,0,-0.978874385356903,0.204462707042694,0,-0.978874385356903,0.0428338199853897,0,-0.999082267284393,0.0428338199853897,0,-0.999082267284393,0,0,-1,0.0428338199853897,0,-0.999082267284393,0.0428338199853897,0,-0.999082267284393,0,0,-1,0.614459812641144,0,-0.788948178291321,0.420891463756561,0,-0.907111048698425,0.420891463756561,0,-0.907111048698425,
  2536. 0.614459812641144,0,-0.788948178291321,0.420891463756561,0,-0.907111048698425,0.420891463756561,0,-0.907111048698425,0.204462707042694,0,-0.978874385356903,0.204462707042694,0,-0.978874385356903,0.204462707042694,0,-0.978874385356903,0.204462707042694,0,-0.978874385356903,0.0428338199853897,0,-0.999082267284393,0.0428338199853897,0,-0.999082267284393,0,0,-1,0.0428338199853897,0,-0.999082267284393,0.0428338199853897,0,-0.999082267284393,0,0,-1,0.420891493558884,0,-0.907111048698425,0.614459812641144,0,-0.788948178291321,0.614459812641144,0,-0.788948178291321,0.420891463756561,0,-0.907111048698425,0.420891493558884,0,-0.907111048698425,0.420891463756561,0,-0.907111048698425,0.204462707042694,0,-0.978874385356903,0.204462707042694,0,-0.978874385356903,0.204462707042694,0,-0.978874385356903,0.204462707042694,0,-0.978874385356903,0.0428338199853897,0,-0.999082267284393,0.0428338199853897,0,-0.999082267284393,0,0,-1,0.0428338199853897,0,-0.999082267284393,0.0428338199853897,0,-0.999082267284393,0,0,-1,1,-0,0,1,3.56085947714746e-005,-0,1,0.000106825784314424,-6.62320465139032e-009,1,5.34128921572119e-005,-3.21993831597922e-009,1,-0,-0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,-0,1,-0,0,1,-0,0,1,-0,-0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,-0,1,-0,0,1,-0,0,1,3.56085947714746e-005,-0,1,-0,0,1,-0,0,1,-0,0,-0.0464300885796547,0,0.998921573162079,-0.0471066683530808,0,0.998889863491058,-7.39544202588149e-006,-0,1,-3.69772101294075e-006,0,1,-0.0464300885796547,0,0.998921573162079,-0.168804779648781,-0,0.985649466514587,-0.243392810225487,-0,0.969927728176117,-0.0471066683530808,0,0.998889863491058,-0.168804779648781,-0,0.985649466514587,-0.386099368333817,0,0.922457218170166,-0.455063164234161,0,0.89045923948288,-0.243392810225487,-0,0.969927728176117,-0.614459097385406,0,0.788948535919189,-0.455063164234161,0,0.89045923948288,-0.386099368333817,0,0.922457218170166,-0.614462018013,0,0.788946390151978,0,-0,1,-0.0508695915341377,-1.04695928371257e-007,0.998705327510834,-0.0506912656128407,-0.000615904806181788,0.998714148998261,-1.22463257312688e-008,-2.60825942177689e-007,1,
  2537. -0.614105105400085,-0.00205183448269963,0.789221525192261,-0.420400381088257,-0.00198127282783389,0.907336533069611,-0.420897543430328,7.60453389148097e-008,0.907108187675476,-0.614464521408081,-6.51818439223462e-008,0.78894454240799,-0.420400381088257,-0.00198127282783389,0.907336533069611,-0.206742733716965,-0.00185043143574148,0.978393614292145,-0.207329511642456,0,0.978271186351776,-0.420897543430328,7.60453389148097e-008,0.907108187675476,-0.206742733716965,-0.00185043143574148,0.978393614292145,-0.0506912656128407,-0.000615904806181788,0.998714148998261,-0.0508695915341377,-1.04695928371257e-007,0.998705327510834,-0.207329511642456,0,0.978271186351776,-0.0508695915341377,0,0.998705327510834,0,-0,1,0,-0,1,-0.050869595259428,0,0.998705327510834,-0.0508695915341377,0,0.998705327510834,-0.050869595259428,0,0.998705327510834,-0.207329511642456,0,0.978271186351776,-0.207329511642456,0,0.978271186351776,-0.207329511642456,0,0.978271186351776,-0.207329511642456,0,0.978271186351776,-0.420897573232651,0,0.907108187675476,-0.420897573232651,0,0.907108247280121,-0.614464402198792,0,0.78894454240799,-0.614464521408081,0,0.78894454240799,-0.420897573232651,0,0.907108247280121,-0.420897573232651,0,0.907108187675476,0,-0,1,-0.0508695915341377,0,0.998705327510834,-0.0508695915341377,0,0.998705327510834,0,-0,1,-0.0508695915341377,0,0.998705327510834,-0.0508695915341377,0,0.998705327510834,-0.207329511642456,0,0.978271186351776,-0.207329511642456,0,0.978271186351776,-0.207329511642456,0,0.978271186351776,-0.207329511642456,0,0.978271186351776,-0.420897573232651,0,0.907108247280121,-0.420897513628006,0,0.907108187675476,-0.614464581012726,0,0.7889444231987,-0.420897513628006,0,0.907108187675476,-0.420897573232651,0,0.907108247280121,-0.614464521408081,0,0.78894454240799,-0.0508695915341377,0,0.998705327510834,0,-0,1,0,-0,1,-0.0508695915341377,0,0.998705327510834,-0.0508695915341377,0,0.998705327510834,-0.0508695915341377,0,0.998705327510834,-0.207329511642456,0,0.978271186351776,-0.207329511642456,0,0.978271186351776,-0.207329511642456,0,0.978271186351776,
  2538. -0.207329511642456,0,0.978271186351776,-0.420897513628006,0,0.907108187675476,-0.420897573232651,0,0.907108247280121,-0.614464581012726,0,0.7889444231987,-0.614464521408081,0,0.78894454240799,-0.420897573232651,0,0.907108247280121,-0.420897513628006,0,0.907108187675476,0,-0,1,-0.0508695915341377,0,0.998705327510834,-0.0508695915341377,0,0.998705327510834,0,-0,1,-0.0508695915341377,0,0.998705327510834,-0.0508695915341377,0,0.998705327510834,-0.207329511642456,0,0.978271186351776,-0.207329511642456,0,0.978271186351776,-0.207329511642456,0,0.978271186351776,-0.207329511642456,0,0.978271186351776,-0.420897573232651,0,0.907108247280121,-0.420897513628006,0,0.907108187675476,-0.614464461803436,0,0.78894454240799,-0.420897513628006,0,0.907108187675476,-0.420897573232651,0,0.907108247280121,-0.614464521408081,0,0.78894454240799,-0.0508695915341377,-1.04695928371257e-007,0.998705327510834,0,-0,1,0,-0,1,-0.0508695915341377,0,0.998705327510834,-0.0508695915341377,-1.04695928371257e-007,0.998705327510834,-0.0508695915341377,0,0.998705327510834,-0.207329511642456,0,0.978271186351776,-0.207329511642456,0,0.978271186351776,-0.207329511642456,0,0.978271186351776,-0.207329511642456,0,0.978271186351776,-0.420897513628006,0,0.907108187675476,-0.420897543430328,7.60453389148097e-008,0.907108187675476,-0.614464461803436,0,0.78894454240799,-0.614464521408081,-6.51818439223462e-008,0.78894454240799,-0.420897543430328,7.60453389148097e-008,0.907108187675476,-0.420897513628006,0,0.907108187675476,1,0,5.08973307944416e-009,0.974283814430237,0,-0.225324735045433,0.974284172058105,1.72803993336856e-009,-0.225322738289833,1,2.85873393295333e-005,-3.32534710878463e-009,0.614470839500427,2.54556489380775e-005,-0.788939654827118,0.776438474655151,7.48696038499475e-009,-0.630193054676056,0.776431977748871,0,-0.630201101303101,0.614459812641144,0,-0.788948178291321,0.898464620113373,-2.78412026091246e-005,-0.43904584646225,0.898461818695068,0,-0.439051687717438,0.776431977748871,0,-0.630201101303101,0.776438474655151,7.48696038499475e-009,-0.630193054676056,
  2539. 0.974284172058105,1.72803993336856e-009,-0.225322738289833,0.974283814430237,0,-0.225324735045433,0.898461818695068,0,-0.439051687717438,0.898464620113373,-2.78412026091246e-005,-0.43904584646225,0.974283695220947,0,-0.225324749946594,1,0,2.54486653972208e-009,1,0,5.08973219126574e-009,0.974283695220947,0,-0.225324809551239,0.974283695220947,0,-0.225324749946594,0.974283695220947,0,-0.225324809551239,0.898461759090424,0,-0.439051806926727,0.898461818695068,0,-0.439051687717438,0.898461818695068,0,-0.439051687717438,0.898461759090424,0,-0.439051806926727,0.776431977748871,0,-0.630201041698456,0.776431977748871,0,-0.630201101303101,0.614459812641144,0,-0.788948178291321,0.776431977748871,0,-0.630201101303101,0.776431977748871,0,-0.630201041698456,0.614459872245789,0,-0.788948178291321,1,0,2.54486653972208e-009,0.974283695220947,0,-0.225324749946594,0.974283695220947,0,-0.225324690341949,1,0,0,0.974283695220947,0,-0.225324690341949,0.974283695220947,0,-0.225324749946594,0.898461818695068,0,-0.439051687717438,0.898461818695068,0,-0.439051687717438,0.898461818695068,0,-0.439051687717438,0.898461818695068,0,-0.439051687717438,0.776431977748871,0,-0.630201101303101,0.776431977748871,0,-0.630201101303101,0.614459812641144,0,-0.788948178291321,0.776431977748871,0,-0.630201101303101,0.776431977748871,0,-0.630201101303101,0.614459812641144,0,-0.788948178291321,0.974283814430237,0,-0.225324749946594,1,0,2.54477927619234e-009,1,0,0,0.974283695220947,0,-0.225324690341949,0.974283814430237,0,-0.225324749946594,0.974283695220947,0,-0.225324690341949,0.898461818695068,0,-0.439051687717438,0.898461818695068,0,-0.439051687717438,0.898461818695068,0,-0.439051687717438,0.898461818695068,0,-0.439051687717438,0.776431977748871,0,-0.630201101303101,0.776431977748871,0,-0.630201101303101,0.614459812641144,0,-0.788948178291321,0.776431977748871,0,-0.630201101303101,0.776431977748871,0,-0.630201101303101,0.614459812641144,0,-0.788948178291321,1,0,2.54477927619234e-009,0.974283814430237,0,-0.225324749946594,0.974283814430237,0,-0.225324749946594,
  2540. 1,0,5.08964514978061e-009,0.974283814430237,0,-0.225324749946594,0.974283814430237,0,-0.225324749946594,0.898461818695068,0,-0.439051687717438,0.898461818695068,0,-0.439051687717438,0.898461818695068,0,-0.439051687717438,0.898461818695068,0,-0.439051687717438,0.776431977748871,0,-0.630201101303101,0.776431977748871,0,-0.630201101303101,0.614459812641144,0,-0.788948178291321,0.776431977748871,0,-0.630201101303101,0.776431977748871,0,-0.630201101303101,0.614459812641144,0,-0.788948178291321,0.974283814430237,0,-0.225324735045433,1,0,5.08973307944416e-009,1,0,5.08964514978061e-009,0.974283814430237,0,-0.225324749946594,0.974283814430237,0,-0.225324735045433,0.974283814430237,0,-0.225324749946594,0.898461818695068,0,-0.439051687717438,0.898461818695068,0,-0.439051687717438,0.898461818695068,0,-0.439051687717438,0.898461818695068,0,-0.439051687717438,0.776431977748871,0,-0.630201101303101,0.776431977748871,0,-0.630201101303101,0.614459812641144,0,-0.788948178291321,0.776431977748871,0,-0.630201101303101,0.776431977748871,0,-0.630201101303101,0.614459812641144,0,-0.788948178291321,-0.77643358707428,0,0.630199074745178,-0.776439249515533,0,0.63019198179245,-0.614459097385406,0,0.788948535919189,-0.614462018013,0,0.788946390151978,-0.77643358707428,0,0.630199074745178,-0.881128907203674,-0,0.472876161336899,-0.914502799510956,-0,0.404579639434814,-0.776439249515533,0,0.63019198179245,-0.881128907203674,-0,0.472876161336899,-0.965011477470398,0,0.262207537889481,-0.982143461704254,0,0.188134014606476,-0.914502799510956,-0,0.404579639434814,-1,0,6.37035782347084e-006,-0.982143461704254,0,0.188134014606476,-0.965011477470398,0,0.262207537889481,-1,0,2.7183691031496e-007,-0.614464521408081,-6.51818439223462e-008,0.78894454240799,-0.776428163051605,0,0.630205750465393,-0.776217222213745,-0.00210753665305674,0.630462050437927,-0.614105105400085,-0.00205183448269963,0.789221525192261,-0.999997556209564,-0.00216810125857592,-0.000123953534057364,-0.974273025989532,-0.00216763070784509,0.225360870361328,-0.974284291267395,7.60448841674588e-008,0.225322514772415,
  2541. -1,-6.51819505037565e-008,0,-0.974273025989532,-0.00216763070784509,0.225360870361328,-0.898371636867523,-0.00214676558971405,0.439230799674988,-0.89845883846283,0,0.439057916402817,-0.974284291267395,7.60448841674588e-008,0.225322514772415,-0.898371636867523,-0.00214676558971405,0.439230799674988,-0.776217222213745,-0.00210753665305674,0.630462050437927,-0.776428163051605,0,0.630205750465393,-0.89845883846283,0,0.439057916402817,-0.77642822265625,0,0.630205750465393,-0.614464521408081,0,0.78894454240799,-0.614464402198792,0,0.78894454240799,-0.776428163051605,0,0.630205810070038,-0.77642822265625,0,0.630205750465393,-0.776428163051605,0,0.630205810070038,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.974284291267395,0,0.225322470068932,-0.974284291267395,0,0.225322514772415,-1,0,0,-1,0,0,-0.974284291267395,0,0.225322514772415,-0.974284291267395,0,0.225322470068932,-0.614464521408081,0,0.78894454240799,-0.77642822265625,0,0.630205750465393,-0.77642834186554,0,0.630205690860748,-0.614464581012726,0,0.7889444231987,-0.77642834186554,0,0.630205690860748,-0.77642822265625,0,0.630205750465393,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.974284291267395,0,0.225322514772415,-0.974284172058105,0,0.225322544574738,-1,0,0,-0.974284172058105,0,0.225322544574738,-0.974284291267395,0,0.225322514772415,-1,0,0,-0.77642822265625,0,0.630205810070038,-0.614464521408081,0,0.78894454240799,-0.614464581012726,0,0.7889444231987,-0.77642834186554,0,0.630205690860748,-0.77642822265625,0,0.630205810070038,-0.77642834186554,0,0.630205690860748,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.974284172058105,0,0.225322544574738,-0.974284291267395,0,0.225322514772415,-1,0,0,-1,0,0,-0.974284291267395,0,0.225322514772415,-0.974284172058105,0,0.225322544574738,
  2542. -0.614464521408081,0,0.78894454240799,-0.77642822265625,0,0.630205810070038,-0.77642822265625,0,0.630205810070038,-0.614464461803436,0,0.78894454240799,-0.77642822265625,0,0.630205810070038,-0.77642822265625,0,0.630205810070038,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.974284291267395,0,0.225322514772415,-0.974284291267395,0,0.225322499871254,-1,0,0,-0.974284291267395,0,0.225322499871254,-0.974284291267395,0,0.225322514772415,-1,0,0,-0.776428163051605,0,0.630205750465393,-0.614464521408081,-6.51818439223462e-008,0.78894454240799,-0.614464461803436,0,0.78894454240799,-0.77642822265625,0,0.630205810070038,-0.776428163051605,0,0.630205750465393,-0.77642822265625,0,0.630205810070038,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.89845883846283,0,0.439057916402817,-0.974284291267395,0,0.225322499871254,-0.974284291267395,7.60448841674588e-008,0.225322514772415,-1,0,0,-1,-6.51819505037565e-008,0,-0.974284291267395,7.60448841674588e-008,0.225322514772415,-0.974284291267395,0,0.225322499871254,0.614467859268188,0,0.788941860198975,0.77642697095871,0,0.630207359790802,0.776435494422913,-8.91668605618179e-009,0.630196809768677,0.614476203918457,2.53373400482815e-005,0.788935363292694,1,2.85873393295333e-005,-3.32534710878463e-009,0.974284827709198,-1.43700185084583e-009,0.225320369005203,0.97428435087204,0,0.225321978330612,1,0,5.08973307944416e-009,0.898463606834412,-2.78690040431684e-005,0.439048230648041,0.898460566997528,0,0.439054220914841,0.97428435087204,0,0.225321978330612,0.974284827709198,-1.43700185084583e-009,0.225320369005203,0.776435494422913,-8.91668605618179e-009,0.630196809768677,0.77642697095871,0,0.630207359790802,0.898460566997528,0,0.439054220914841,0.898463606834412,-2.78690040431684e-005,0.439048230648041,0.77642697095871,0,0.630207359790802,0.614467859268188,0,0.788941860198975,0.614467859268188,0,0.788941860198975,0.776426911354065,0,0.630207300186157,
  2543. 0.77642697095871,0,0.630207359790802,0.776426911354065,0,0.630207300186157,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.97428435087204,0,0.225321888923645,0.97428435087204,0,0.225321978330612,1,0,2.54486653972208e-009,0.97428435087204,0,0.225321978330612,0.97428435087204,0,0.225321888923645,1,0,5.08973219126574e-009,0.614467859268188,0,0.788941860198975,0.77642697095871,0,0.630207359790802,0.77642697095871,0,0.630207359790802,0.614467859268188,0,0.788941860198975,0.77642697095871,0,0.630207359790802,0.77642697095871,0,0.630207359790802,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.97428435087204,0,0.225321978330612,0.97428435087204,0,0.225321993231773,1,0,0,0.97428435087204,0,0.225321993231773,0.97428435087204,0,0.225321978330612,1,0,2.54486653972208e-009,0.77642697095871,0,0.630207359790802,0.614467859268188,0,0.788941860198975,0.614467859268188,0,0.788941860198975,0.77642697095871,0,0.630207359790802,0.77642697095871,0,0.630207359790802,0.77642697095871,0,0.630207359790802,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.97428435087204,0,0.225321993231773,0.97428435087204,0,0.225321978330612,1,0,2.54477927619234e-009,0.97428435087204,0,0.225321978330612,0.97428435087204,0,0.225321993231773,1,0,0,0.614467859268188,0,0.788941860198975,0.77642697095871,0,0.630207359790802,0.77642697095871,0,0.630207359790802,0.614467859268188,0,0.788941860198975,0.77642697095871,0,0.630207359790802,0.77642697095871,0,0.630207359790802,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.97428435087204,0,0.225321978330612,0.97428435087204,0,0.225321933627129,1,0,5.08964514978061e-009,0.97428435087204,0,0.225321933627129,
  2544. 0.97428435087204,0,0.225321978330612,1,0,2.54477927619234e-009,0.77642697095871,0,0.630207359790802,0.614467859268188,0,0.788941860198975,0.614467859268188,0,0.788941860198975,0.77642697095871,0,0.630207359790802,0.77642697095871,0,0.630207359790802,0.77642697095871,0,0.630207359790802,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.898460566997528,0,0.439054220914841,0.97428435087204,0,0.225321933627129,0.97428435087204,0,0.225321978330612,1,0,5.08973307944416e-009,0.97428435087204,0,0.225321978330612,0.97428435087204,0,0.225321933627129,1,0,5.08964514978061e-009,-0.974283516407013,0,-0.225325375795364,-0.974281072616577,0,-0.225336462259293,-1,0,6.37035782347084e-006,-1,0,2.7183691031496e-007,-0.974283516407013,0,-0.225325375795364,-0.91449385881424,0,-0.404599606990814,-0.88111674785614,0,-0.472898691892624,-0.974281072616577,0,-0.225336462259293,-0.91449385881424,0,-0.404599606990814,-0.799829423427582,0,-0.600227415561676,-0.751918435096741,0,-0.659256100654602,-0.88111674785614,0,-0.472898691892624,-0.6144700050354,0,-0.788940131664276,-0.751918435096741,0,-0.659256100654602,-0.799829423427582,0,-0.600227415561676,-0.614466786384583,0,-0.788942694664001,-1,-6.51819505037565e-008,0,-0.974284291267395,0,-0.225322514772415,-0.974217772483826,-0.00214887037873268,-0.225599601864815,-0.999997556209564,-0.00216810125857592,-0.000123953534057364,-0.613935053348541,-0.00199088570661843,-0.789354085922241,-0.776073813438416,-0.00205792021006346,-0.630638718605042,-0.776430070400238,7.60445857395098e-008,-0.630203485488892,-0.614464521408081,-6.5182277353415e-008,-0.78894454240799,-0.776073813438416,-0.00205792021006346,-0.630638718605042,-0.898268163204193,-0.00211107521317899,-0.43944251537323,-0.898460566997528,0,-0.439054220914841,-0.776430070400238,7.60445857395098e-008,-0.630203485488892,-0.898268163204193,-0.00211107521317899,-0.43944251537323,-0.974217772483826,-0.00214887037873268,-0.225599601864815,-0.974284291267395,0,-0.225322514772415,-0.898460566997528,0,-0.439054220914841,
  2545. -0.974284291267395,0,-0.225322514772415,-1,0,0,-1,0,0,-0.97428423166275,0,-0.225322470068932,-0.974284291267395,0,-0.225322514772415,-0.97428423166275,0,-0.225322470068932,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.776430070400238,0,-0.630203545093536,-0.776430070400238,0,-0.630203485488892,-0.614464521408081,0,-0.788944482803345,-0.614464521408081,0,-0.78894454240799,-0.776430070400238,0,-0.630203485488892,-0.776430070400238,0,-0.630203545093536,-1,0,0,-0.974284291267395,0,-0.225322514772415,-0.974284291267395,0,-0.22532257437706,-1,0,0,-0.974284291267395,0,-0.22532257437706,-0.974284291267395,0,-0.225322514772415,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.776430070400238,0,-0.630203485488892,-0.776430010795593,0,-0.630203485488892,-0.614464461803436,0,-0.788944482803345,-0.776430010795593,0,-0.630203485488892,-0.776430070400238,0,-0.630203485488892,-0.614464521408081,0,-0.78894454240799,-0.974284291267395,0,-0.225322514772415,-1,0,0,-1,0,0,-0.974284291267395,0,-0.22532257437706,-0.974284291267395,0,-0.225322514772415,-0.974284291267395,0,-0.22532257437706,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.776430010795593,0,-0.630203485488892,-0.776430070400238,0,-0.630203485488892,-0.614464461803436,0,-0.788944482803345,-0.614464521408081,0,-0.78894454240799,-0.776430070400238,0,-0.630203485488892,-0.776430010795593,0,-0.630203485488892,-1,0,0,-0.974284291267395,0,-0.225322514772415,-0.974284291267395,0,-0.225322470068932,-1,0,0,-0.974284291267395,0,-0.225322470068932,-0.974284291267395,0,-0.225322514772415,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.776430070400238,0,-0.630203485488892,
  2546. -0.776430010795593,0,-0.630203485488892,-0.614464461803436,0,-0.788944482803345,-0.776430010795593,0,-0.630203485488892,-0.776430070400238,0,-0.630203485488892,-0.614464521408081,0,-0.78894454240799,-0.974284291267395,0,-0.225322514772415,-1,-6.51819505037565e-008,0,-1,0,0,-0.974284291267395,0,-0.225322470068932,-0.974284291267395,0,-0.225322514772415,-0.974284291267395,0,-0.225322470068932,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.898460566997528,0,-0.439054220914841,-0.776430010795593,0,-0.630203485488892,-0.776430070400238,7.60445857395098e-008,-0.630203485488892,-0.614464461803436,0,-0.788944482803345,-0.614464521408081,-6.5182277353415e-008,-0.78894454240799,-0.776430070400238,7.60445857395098e-008,-0.630203485488892,-0.776430010795593,0,-0.630203485488892,0,-0,1,0.0428338162600994,0,0.999082267284393,0.042839452624321,1.9844528651447e-006,0.999081969261169,0,-0,1,0.614476203918457,2.53373400482815e-005,0.788935363292694,0.420910120010376,-6.27187546342611e-009,0.907102346420288,0.420902073383331,0,0.907106161117554,0.614467859268188,0,0.788941860198975,0.204477891325951,-2.18622371903621e-005,0.97887122631073,0.204462707042694,0,0.978874385356903,0.420902073383331,0,0.907106161117554,0.420910120010376,-6.27187546342611e-009,0.907102346420288,0.042839452624321,1.9844528651447e-006,0.999081969261169,0.0428338162600994,0,0.999082267284393,0.204462707042694,0,0.978874385356903,0.204477891325951,-2.18622371903621e-005,0.97887122631073,0.0428338162600994,0,0.999082267284393,0,-0,1,0,-0,1,0.0428338125348091,0,0.999082207679749,0.0428338162600994,0,0.999082267284393,0.0428338125348091,0,0.999082207679749,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.420902013778687,0,0.907106101512909,0.420902073383331,0,0.907106161117554,0.614467859268188,0,0.788941860198975,0.420902073383331,0,0.907106161117554,0.420902013778687,0,0.907106101512909,
  2547. 0.614467859268188,0,0.788941860198975,0,-0,1,0.0428338162600994,0,0.999082267284393,0.0428338162600994,0,0.999082267284393,0,-0,1,0.0428338162600994,0,0.999082267284393,0.0428338162600994,0,0.999082267284393,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.420902073383331,0,0.907106161117554,0.420902073383331,0,0.907106161117554,0.614467859268188,0,0.788941860198975,0.420902073383331,0,0.907106161117554,0.420902073383331,0,0.907106161117554,0.614467859268188,0,0.788941860198975,0.0428338162600994,0,0.999082267284393,0,-0,1,0,-0,1,0.0428338162600994,0,0.999082267284393,0.0428338162600994,0,0.999082267284393,0.0428338162600994,0,0.999082267284393,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.420902073383331,0,0.907106161117554,0.420902073383331,0,0.907106161117554,0.614467859268188,0,0.788941860198975,0.420902073383331,0,0.907106161117554,0.420902073383331,0,0.907106161117554,0.614467859268188,0,0.788941860198975,0,-0,1,0.0428338162600994,0,0.999082267284393,0.0428338162600994,0,0.999082267284393,0,-0,1,0.0428338162600994,0,0.999082267284393,0.0428338162600994,0,0.999082267284393,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.420902073383331,0,0.907106161117554,0.420902073383331,0,0.907106161117554,0.614467859268188,0,0.788941860198975,0.420902073383331,0,0.907106161117554,0.420902073383331,0,0.907106161117554,0.614467859268188,0,0.788941860198975,0.0428338162600994,0,0.999082267284393,0,-0,1,0,-0,1,0.0428338162600994,0,0.999082267284393,0.0428338162600994,0,0.999082267284393,0.0428338162600994,0,0.999082267284393,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.204462707042694,0,0.978874385356903,0.420902073383331,0,0.907106161117554,0.420902073383331,0,0.907106161117554,
  2548. 0.614467859268188,0,0.788941860198975,0.420902073383331,0,0.907106161117554,0.420902073383331,0,0.907106161117554,0.614467859268188,0,0.788941860198975,1,-0,-0,1,6.63675673422404e-005,0,1,0.000265470298472792,-1.60037192387108e-008,1,0.000132735134684481,-8.22957701984706e-009,1,-0,0,1,-0,0,1,-0,-0,1,-0,0,1,-0,-0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,-0,1,-0,0,1,-0,-0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,6.63675673422404e-005,0,1,-0,-0,1,-0,0,-0.420898228883743,0,-0.907107889652252,-0.420883566141129,0,-0.907114624977112,-0.6144700050354,0,-0.788940131664276,-0.614466786384583,0,-0.788942694664001,-0.420898228883743,0,-0.907107889652252,-0.206017181277275,0,-0.978548347949982,-0.206662192940712,0,-0.978412330150604,-0.420883566141129,0,-0.907114624977112,-0.206017181277275,0,-0.978548347949982,-0.0464300885796547,0,-0.998921573162079,-0.0471068881452084,0,-0.998889863491058,-0.206662192940712,0,-0.978412330150604,-1.294183130085e-005,0,-1,-0.0471068881452084,0,-0.998889863491058,-0.0464300885796547,0,-0.998921573162079,-6.47091565042501e-006,0,-1,-0.614464521408081,-6.5182277353415e-008,-0.78894454240799,-0.42089369893074,0,-0.907109975814819,-0.420215934514999,-0.00191413809079677,-0.907422065734863,-0.613935053348541,-0.00199088570661843,-0.789354085922241,2.44899691637102e-008,-5.21652111729054e-007,-1,-0.0506285540759563,-0.000891932693775743,-0.998717188835144,-0.0508795976638794,7.65337517805165e-008,-0.998704850673676,0,-1.30700470890588e-007,-1,-0.0506285540759563,-0.000891932693775743,-0.998717188835144,-0.206564888358116,-0.00184814748354256,-0.978431105613709,-0.207329511642456,0,-0.978271186351776,-0.0508795976638794,7.65337517805165e-008,-0.998704850673676,-0.206564888358116,-0.00184814748354256,-0.978431105613709,-0.420215934514999,-0.00191413809079677,-0.907422065734863,-0.42089369893074,0,-0.907109975814819,-0.207329511642456,0,-0.978271186351776,-0.420893669128418,0,-0.907109975814819,-0.614464521408081,0,-0.78894454240799,-0.614464521408081,0,-0.788944482803345,-0.42089369893074,0,-0.907109975814819,-0.420893669128418,0,-0.907109975814819,
  2549. -0.42089369893074,0,-0.907109975814819,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.0508795939385891,0,-0.998704850673676,-0.0508795939385891,0,-0.998704850673676,0,-0,-1,0,0,-1,-0.0508795939385891,0,-0.998704850673676,-0.0508795939385891,0,-0.998704850673676,-0.614464521408081,0,-0.78894454240799,-0.420893669128418,0,-0.907109975814819,-0.420893669128418,0,-0.907109975814819,-0.614464461803436,0,-0.788944482803345,-0.420893669128418,0,-0.907109975814819,-0.420893669128418,0,-0.907109975814819,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.0508795939385891,0,-0.998704850673676,-0.0508795902132988,0,-0.998704791069031,0,0,-1,-0.0508795902132988,0,-0.998704791069031,-0.0508795939385891,0,-0.998704850673676,0,0,-1,-0.420893669128418,0,-0.907109975814819,-0.614464521408081,0,-0.78894454240799,-0.614464461803436,0,-0.788944482803345,-0.420893669128418,0,-0.907109975814819,-0.420893669128418,0,-0.907109975814819,-0.420893669128418,0,-0.907109975814819,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.0508795902132988,0,-0.998704791069031,-0.0508795939385891,0,-0.998704850673676,0,0,-1,0,0,-1,-0.0508795939385891,0,-0.998704850673676,-0.0508795902132988,0,-0.998704791069031,-0.614464521408081,0,-0.78894454240799,-0.420893669128418,0,-0.907109975814819,-0.420893669128418,0,-0.907109975814819,-0.614464461803436,0,-0.788944482803345,-0.420893669128418,0,-0.907109975814819,-0.420893669128418,0,-0.907109975814819,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.0508795939385891,0,-0.998704850673676,-0.0508795902132988,0,-0.998704791069031,0,0,-1,-0.0508795902132988,0,-0.998704791069031,
  2550. -0.0508795939385891,0,-0.998704850673676,0,0,-1,-0.42089369893074,0,-0.907109975814819,-0.614464521408081,-6.5182277353415e-008,-0.78894454240799,-0.614464461803436,0,-0.788944482803345,-0.420893669128418,0,-0.907109975814819,-0.42089369893074,0,-0.907109975814819,-0.420893669128418,0,-0.907109975814819,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.207329511642456,0,-0.978271186351776,-0.0508795902132988,0,-0.998704791069031,-0.0508795976638794,7.65337517805165e-008,-0.998704850673676,0,0,-1,0,-1.30700470890588e-007,-1,-0.0508795976638794,7.65337517805165e-008,-0.998704850673676,-0.0508795902132988,0,-0.998704791069031,-0.0508310906589031,0.00029380657360889,0.998707175254822,0,-0,1,0,-0,1,-0.0506198666989803,0.000891863834112883,0.998717606067657,-0.207278922200203,6.16683610132895e-005,0.978281855583191,-0.0508310906589031,0.00029380657360889,0.998707175254822,-0.0506198666989803,0.000891863834112883,0.998717606067657,-0.206564754247665,0.00184865854680538,0.978431224822998,-0.420857846736908,-4.40374833488022e-006,0.907126605510712,-0.207278922200203,6.16683610132895e-005,0.978281855583191,-0.206564754247665,0.00184865854680538,0.978431224822998,-0.420218974351883,0.00191389303654432,0.907420635223389,-0.613935232162476,0.00199078884907067,0.789353966712952,-0.614437878131866,-4.22277071265853e-006,0.788965165615082,-0.420857846736908,-4.40374833488022e-006,0.907126605510712,-0.420218974351883,0.00191389303654432,0.907420635223389,-0.776412904262543,-3.48139951711346e-006,0.630224525928497,-0.614437878131866,-4.22277071265853e-006,0.788965165615082,-0.613935232162476,0.00199078884907067,0.789353966712952,-0.776073098182678,0.00205768435262144,0.630639553070068,-0.898449599742889,-2.06630693355692e-006,0.439076632261276,-0.776412904262543,-3.48139951711346e-006,0.630224525928497,-0.776073098182678,0.00205768435262144,0.630639553070068,-0.898266732692719,0.00211126846261323,0.439445585012436,-0.97428035736084,-1.44522277878423e-006,0.225339159369469,
  2551. -0.898449599742889,-2.06630693355692e-006,0.439076632261276,-0.898266732692719,0.00211126846261323,0.439445585012436,-0.974217593669891,0.00214895163662732,0.225600227713585,-1,1.46686414126407e-008,6.41753095109721e-009,-1,7.73062751591169e-008,1.42426719307309e-008,-0.97428035736084,-1.44522277878423e-006,0.225339159369469,-0.974217593669891,0.00214895163662732,0.225600227713585,-0.974280416965485,1.3097039754939e-006,-0.225338637828827,-1,7.73062751591169e-008,1.42426719307309e-008,-1,1.46686414126407e-008,6.41753095109721e-009,-0.974217772483826,-0.00214902707375586,-0.225599616765976,-0.898449718952179,2.19468438444892e-006,-0.439076155424118,-0.974280416965485,1.3097039754939e-006,-0.225338637828827,-0.974217772483826,-0.00214902707375586,-0.225599616765976,-0.898268163204193,-0.00211129896342754,-0.43944251537323,-0.776413679122925,3.27571615343913e-006,-0.630223512649536,-0.898449718952179,2.19468438444892e-006,-0.439076155424118,-0.898268163204193,-0.00211129896342754,-0.43944251537323,-0.776073813438416,-0.00205773650668561,-0.630638659000397,-0.613935053348541,-0.00199076114222407,-0.789354085922241,-0.614437580108643,3.83686483473866e-006,-0.788965463638306,-0.776413679122925,3.27571615343913e-006,-0.630223512649536,-0.776073813438416,-0.00205773650668561,-0.630638659000397,-0.420857071876526,4.5192400648375e-006,-0.907126903533936,-0.614437580108643,3.83686483473866e-006,-0.788965463638306,-0.613935053348541,-0.00199076114222407,-0.789354085922241,-0.420215934514999,-0.00191406032536179,-0.907422065734863,-0.207277774810791,-6.21224171482027e-005,-0.978282153606415,-0.420857071876526,4.5192400648375e-006,-0.907126903533936,-0.420215934514999,-0.00191406032536179,-0.907422065734863,-0.206564888358116,-0.00184839766006917,-0.978431105613709,-0.0508334822952747,-0.000293432240141556,-0.998707115650177,-0.207277774810791,-6.21224171482027e-005,-0.978282153606415,-0.206564888358116,-0.00184839766006917,-0.978431105613709,-0.0506285578012466,-0.000891911389771849,-0.998717188835144,0,-0,-1,0,0,-1,-0.0508334822952747,-0.000293432240141556,-0.998707115650177,
  2552. -0.0506285578012466,-0.000891911389771849,-0.998717188835144,1,-0,0,1,2.66467450273922e-005,-3.10977799067302e-009,1,5.21366309840232e-005,-6.07645977979132e-009,1,1.99845344468486e-005,-1.23904098092709e-009,0.0428332462906837,2.11145579669392e-005,0.999082267284393,0,-0,1,0,-0,1,0.042839452624321,-6.55144503980409e-006,0.999082028865814,0.204462617635727,4.59227703686338e-005,0.978874385356903,0.0428332462906837,2.11145579669392e-005,0.999082267284393,0.042839452624321,-6.55144503980409e-006,0.999082028865814,0.204477891325951,-2.18614222831093e-005,0.97887122631073,0.420890212059021,4.81256138300523e-005,0.907111644744873,0.204462617635727,4.59227703686338e-005,0.978874385356903,0.204477891325951,-2.18614222831093e-005,0.97887122631073,0.420910060405731,-2.39721521211322e-005,0.907102346420288,0.614465296268463,5.12723891006317e-005,0.788943946361542,0.420890212059021,4.81256138300523e-005,0.907111644744873,0.420910060405731,-2.39721521211322e-005,0.907102346420288,0.614476203918457,-2.53593861998525e-005,0.788935422897339,0.776433169841766,5.40747860213742e-005,0.630199611186981,0.614465296268463,5.12723891006317e-005,0.788943946361542,0.614476203918457,-2.53593861998525e-005,0.788935422897339,0.776435494422913,-2.6745161449071e-005,0.630196809768677,0.89846009016037,5.61502165510319e-005,0.439055204391479,0.776433169841766,5.40747860213742e-005,0.630199611186981,0.776435494422913,-2.6745161449071e-005,0.630196809768677,0.898463606834412,-2.78683874057606e-005,0.439048230648041,0.974283158779144,5.72938588447869e-005,0.22532731294632,0.89846009016037,5.61502165510319e-005,0.439055204391479,0.898463606834412,-2.78683874057606e-005,0.439048230648041,0.974284768104553,-2.84334637399297e-005,0.225320369005203,1,5.76479578739963e-005,-7.8559956762092e-008,0.974283158779144,5.72938588447869e-005,0.22532731294632,0.974284768104553,-2.84334637399297e-005,0.225320369005203,1,-2.85889618680812e-005,2.38864963364449e-008,0.974282681941986,5.72793287574314e-005,-0.225329205393791,1,5.76479578739963e-005,-7.8559956762092e-008,
  2553. 1,-2.85889618680812e-005,2.38864963364449e-008,0.974284172058105,-2.8411950552254e-005,-0.225322723388672,0.898460507392883,5.61084088985808e-005,-0.439054310321808,0.974282681941986,5.72793287574314e-005,-0.225329205393791,0.974284172058105,-2.8411950552254e-005,-0.225322723388672,0.898464620113373,-2.78417792287655e-005,-0.43904584646225,0.776433408260345,5.40837500011548e-005,-0.630199253559113,0.898460507392883,5.61084088985808e-005,-0.439054310321808,0.898464620113373,-2.78417792287655e-005,-0.43904584646225,0.776438474655151,-2.68345957010752e-005,-0.630193054676056,0.61446475982666,5.13052473252174e-005,-0.788944244384766,0.776433408260345,5.40837500011548e-005,-0.630199253559113,0.776438474655151,-2.68345957010752e-005,-0.630193054676056,0.614470839500427,-2.54406822932651e-005,-0.788939595222473,0.420892328023911,4.84528572997078e-005,-0.907110631465912,0.61446475982666,5.13052473252174e-005,-0.788944244384766,0.614470839500427,-2.54406822932651e-005,-0.788939595222473,0.420905113220215,-2.35695461014984e-005,-0.907104730606079,0.204463839530945,4.36954651377164e-005,-0.978874146938324,0.420892328023911,4.84528572997078e-005,-0.907110631465912,0.420905113220215,-2.35695461014984e-005,-0.907104730606079,0.20447801053524,-2.21596928895451e-005,-0.97887122631073,0.0428346693515778,1.30357539092074e-005,-0.999082267284393,0.204463839530945,4.36954651377164e-005,-0.978874146938324,0.20447801053524,-2.21596928895451e-005,-0.97887122631073,0.0428394712507725,-1.0331647899875e-005,-0.999082028865814,0,0,-1,0.0428346693515778,1.30357539092074e-005,-0.999082267284393,0.0428394712507725,-1.0331647899875e-005,-0.999082028865814,0,-0,-1,1,2.12111699511297e-005,-2.47213560733428e-009,1,1.07528703665594e-005,-1.25490173807918e-009,1,-0,0,1,8.06473326520063e-006,-5.00013919157993e-010,-0.0508322976529598,-0.000293977849651128,-0.998707115650177,-0.0508483238518238,-0.00029553662170656,-0.99870628118515,0,0,-1,0,0,-1,-0.207284435629845,-6.23425294179469e-005,-0.97828072309494,-0.20733717083931,-6.81724995956756e-005,-0.978269517421722,
  2554. -0.0508483238518238,-0.00029553662170656,-0.99870628118515,-0.0508322976529598,-0.000293977849651128,-0.998707115650177,-0.420863717794418,3.56456939698546e-006,-0.907123863697052,-0.420910120010376,-1.68239353115496e-006,-0.907102346420288,-0.20733717083931,-6.81724995956756e-005,-0.978269517421722,-0.207284435629845,-6.23425294179469e-005,-0.97828072309494,-0.614443063735962,3.66610970559123e-006,-0.788961172103882,-0.614477157592773,-1.4285983525042e-006,-0.788934648036957,-0.420910120010376,-1.68239353115496e-006,-0.907102346420288,-0.420863717794418,3.56456939698546e-006,-0.907123863697052,-0.776417076587677,2.25692497224372e-006,-0.630219340324402,-0.77643871307373,-1.08709309643018e-006,-0.630192756652832,-0.614477157592773,-1.4285983525042e-006,-0.788934648036957,-0.614443063735962,3.66610970559123e-006,-0.788961172103882,-0.898451745510101,2.00359295376984e-006,-0.439072370529175,-0.898461818695068,-9.73776764112699e-007,-0.439051479101181,-0.77643871307373,-1.08709309643018e-006,-0.630192756652832,-0.776417076587677,2.25692497224372e-006,-0.630219340324402,-0.974280774593353,9.0702866373249e-007,-0.225337624549866,-0.974283456802368,-2.41543119727794e-007,-0.225325807929039,-0.898461818695068,-9.73776764112699e-007,-0.439051479101181,-0.898451745510101,2.00359295376984e-006,-0.439072370529175,-1,2.20431548569877e-008,-9.70209246275999e-010,-1,9.67104583082801e-008,5.72423441980163e-009,-0.974283456802368,-2.41543119727794e-007,-0.225325807929039,-0.974280774593353,9.0702866373249e-007,-0.225337624549866,-0.974280595779419,-1.08414997157524e-006,0.225338220596313,-0.974283516407013,6.53532481464936e-008,0.225325405597687,-1,9.67104583082801e-008,5.72423441980163e-009,-1,2.20431548569877e-008,-9.70209246275999e-010,-0.898451745510101,-2.16255148188793e-006,0.439072251319885,-0.898461878299713,1.1255946219535e-006,0.439051359891891,-0.974283516407013,6.53532481464936e-008,0.225325405597687,-0.974280595779419,-1.08414997157524e-006,0.225338220596313,-0.776416003704071,-2.53680968853587e-006,0.630220770835876,
  2555. -0.776437997817993,1.31109368339821e-006,0.630193650722504,-0.898461878299713,1.1255946219535e-006,0.439051359891891,-0.898451745510101,-2.16255148188793e-006,0.439072251319885,-0.614442706108093,-3.34338278662472e-006,0.788961410522461,-0.614478647708893,1.22338190067239e-006,0.788933515548706,-0.776437997817993,1.31109368339821e-006,0.630193650722504,-0.776416003704071,-2.53680968853587e-006,0.630220770835876,-0.420861929655075,-3.82194230041932e-006,0.907124698162079,-0.42090916633606,1.52017707932828e-006,0.907102763652802,-0.614478647708893,1.22338190067239e-006,0.788933515548706,-0.614442706108093,-3.34338278662472e-006,0.788961410522461,-0.207286417484283,6.26168184680864e-005,0.978280246257782,-0.207339614629745,6.79199438309297e-005,0.978269040584564,-0.42090916633606,1.52017707932828e-006,0.907102763652802,-0.420861929655075,-3.82194230041932e-006,0.907124698162079,-0.0508346483111382,0.000293812860036269,0.998706996440887,-0.0508518815040588,0.000295446312520653,0.998706161975861,-0.207339614629745,6.79199438309297e-005,0.978269040584564,-0.207286417484283,6.26168184680864e-005,0.978280246257782,0,-0,1,0,-0,1,-0.0508518815040588,0.000295446312520653,0.998706161975861,-0.0508346483111382,0.000293812860036269,0.998706996440887,1,3.88345288229175e-005,-4.98605734478019e-009,1,2.62927842413774e-005,-3.07991143699837e-009,1,3.51047347066924e-005,-4.11519529563975e-009,1,4.63395481347106e-005,-5.96348170844863e-009,0.0428348630666733,-3.52302231476642e-006,-0.999082207679749,0.0428338311612606,-3.86104966310086e-006,-0.999082267284393,2.0846623038917e-010,2.2611575697766e-013,-1,4.14101357371077e-011,4.46554622612894e-007,-1,0.204462021589279,-8.47319142849301e-007,-0.978874444961548,0.204460918903351,-7.45033844395948e-007,-0.978874683380127,0.0428338311612606,-3.86104966310086e-006,-0.999082267284393,0.0428348630666733,-3.52302231476642e-006,-0.999082207679749,0.420888781547546,-2.65446345792952e-007,-0.907112300395966,0.420889973640442,2.06084251885841e-007,-0.907111763954163,0.204460918903351,-7.45033844395948e-007,-0.978874683380127,
  2556. 0.204462021589279,-8.47319142849301e-007,-0.978874444961548,0.614464282989502,-3.12963202020455e-008,-0.788944661617279,0.614464163780212,-1.36463015110166e-007,-0.788944840431213,0.420889973640442,2.06084251885841e-007,-0.907111763954163,0.420888781547546,-2.65446345792952e-007,-0.907112300395966,0.776434540748596,5.55749807062966e-007,-0.630197942256927,0.77643358707428,1.86160235671196e-007,-0.630199134349823,0.614464163780212,-1.36463015110166e-007,-0.788944840431213,0.614464282989502,-3.12963202020455e-008,-0.788944661617279,0.898460865020752,1.90387572374107e-009,-0.439053654670715,0.898459911346436,-1.9790606931025e-009,-0.439055740833282,0.77643358707428,1.86160235671196e-007,-0.630199134349823,0.776434540748596,5.55749807062966e-007,-0.630197942256927,0.974281549453735,-2.68992124574652e-007,-0.225334033370018,0.974281787872314,1.07441644470185e-009,-0.22533318400383,0.898459911346436,-1.9790606931025e-009,-0.439055740833282,0.898460865020752,1.90387572374107e-009,-0.439053654670715,1,-1.30023792621614e-007,-4.90072249448303e-009,1,-1.33217938014241e-007,2.02083100253603e-010,0.974281787872314,1.07441644470185e-009,-0.22533318400383,0.974281549453735,-2.68992124574652e-007,-0.225334033370018,0.974281787872314,3.98552714386824e-007,0.225333005189896,0.974282145500183,1.35315843863282e-007,0.225331783294678,1,-1.33217938014241e-007,2.02083100253603e-010,1,-1.30023792621614e-007,-4.90072249448303e-009,0.898460805416107,-4.80213246945027e-009,0.439053893089294,0.898459315299988,-5.59521229348547e-009,0.4390569627285,0.974282145500183,1.35315843863282e-007,0.225331783294678,0.974281787872314,3.98552714386824e-007,0.225333005189896,0.776434600353241,-2.59608611941076e-007,0.630197942256927,0.776434540748596,4.36800062786347e-009,0.630198061466217,0.898459315299988,-5.59521229348547e-009,0.4390569627285,0.898460805416107,-4.80213246945027e-009,0.439053893089294,0.614461123943329,-1.38170449304198e-007,0.788947224617004,0.614464402198792,-1.32526722040893e-007,0.788944602012634,0.776434540748596,4.36800062786347e-009,0.630198061466217,
  2557. 0.776434600353241,-2.59608611941076e-007,0.630197942256927,0.420891493558884,4.02287696488202e-007,0.907111048698425,0.420888364315033,1.34576112031937e-007,0.9071124792099,0.614464402198792,-1.32526722040893e-007,0.788944602012634,0.614461123943329,-1.38170449304198e-007,0.788947224617004,0.204464942216873,1.10030919131532e-006,0.978873908519745,0.20445941388607,1.09914753920748e-006,0.97887510061264,0.420888364315033,1.34576112031937e-007,0.9071124792099,0.420891493558884,4.02287696488202e-007,0.907111048698425,0.0428320355713367,3.64225934390561e-006,0.999082386493683,0.0428295433521271,3.94871312892064e-006,0.999082446098328,0.20445941388607,1.09914753920748e-006,0.97887510061264,0.204464942216873,1.10030919131532e-006,0.978873908519745,-4.74481121059966e-010,-9.28436065805727e-007,1,-1.25692761754337e-010,-3.09446676283187e-007,1,0.0428295433521271,3.94871312892064e-006,0.999082446098328,0.0428320355713367,3.64225934390561e-006,0.999082386493683,1,9.6537871286273e-005,-1.22885408515572e-008,1,0.000115810296847485,-1.47932865957046e-008,1,8.65035617607646e-005,-1.01189510104405e-008,1,6.43046878394671e-005,-7.51239781493496e-009,-0.0508495345711708,-0.000295460515189916,-0.998706221580505,-0.0508322976529598,-0.000293977849651128,-0.998707115650177,0,0,-1,1.50215058170033e-008,-1.5920261375868e-007,-1,-0.20732906460762,-6.66911437292583e-005,-0.978271305561066,-0.207284435629845,-6.23425294179469e-005,-0.97828072309494,-0.0508322976529598,-0.000293977849651128,-0.998707115650177,-0.0508495345711708,-0.000295460515189916,-0.998706221580505,-0.420899838209152,-8.26139341825183e-007,-0.90710711479187,-0.420863717794418,3.56456939698546e-006,-0.907123863697052,-0.207284435629845,-6.23425294179469e-005,-0.97828072309494,-0.20732906460762,-6.66911437292583e-005,-0.978271305561066,-0.614470481872559,-5.86776252475829e-007,-0.788939774036407,-0.614443063735962,3.66610970559123e-006,-0.788961172103882,-0.420863717794418,3.56456939698546e-006,-0.907123863697052,-0.420899838209152,-8.26139341825183e-007,-0.90710711479187,
  2558. -0.776433229446411,-4.65542257188645e-007,-0.630199432373047,-0.776417076587677,2.25692497224372e-006,-0.630219340324402,-0.614443063735962,3.66610970559123e-006,-0.788961172103882,-0.614470481872559,-5.86776252475829e-007,-0.788939774036407,-0.898459672927856,-6.10065811201821e-008,-0.439055979251862,-0.898451745510101,2.00359295376984e-006,-0.439072370529175,-0.776417076587677,2.25692497224372e-006,-0.630219340324402,-0.776433229446411,-4.65542257188645e-007,-0.630199432373047,-0.97428286075592,-5.32140006725967e-007,-0.22532807290554,-0.974280774593353,9.0702866373249e-007,-0.225337624549866,-0.898451745510101,2.00359295376984e-006,-0.439072370529175,-0.898459672927856,-6.10065811201821e-008,-0.439055979251862,-1,-9.98151463704744e-008,-6.26755269905743e-009,-1,2.20431548569877e-008,-9.70209246275999e-010,-0.974280774593353,9.0702866373249e-007,-0.225337624549866,-0.97428286075592,-5.32140006725967e-007,-0.22532807290554,-0.974282741546631,5.30432430423389e-007,0.225329011678696,-0.974280595779419,-1.08414997157524e-006,0.225338220596313,-1,2.20431548569877e-008,-9.70209246275999e-010,-1,-9.98151463704744e-008,-6.26755269905743e-009,-0.898459672927856,1.17511405051118e-007,0.439055979251862,-0.898451745510101,-2.16255148188793e-006,0.439072251319885,-0.974280595779419,-1.08414997157524e-006,0.225338220596313,-0.974282741546631,5.30432430423389e-007,0.225329011678696,-0.776435613632202,5.10249208218738e-007,0.630196511745453,-0.776416003704071,-2.53680968853587e-006,0.630220770835876,-0.898451745510101,-2.16255148188793e-006,0.439072251319885,-0.898459672927856,1.17511405051118e-007,0.439055979251862,-0.614470541477203,3.31885615878491e-007,0.788939774036407,-0.614442706108093,-3.34338278662472e-006,0.788961410522461,-0.776416003704071,-2.53680968853587e-006,0.630220770835876,-0.776435613632202,5.10249208218738e-007,0.630196511745453,-0.420899003744125,7.42625104521721e-007,0.907107532024384,-0.420861929655075,-3.82194230041932e-006,0.907124698162079,-0.614442706108093,-3.34338278662472e-006,0.788961410522461,-0.614470541477203,3.31885615878491e-007,0.788939774036407,
  2559. -0.207329958677292,6.69345463393256e-005,0.978271126747131,-0.207286417484283,6.26168184680864e-005,0.978280246257782,-0.420861929655075,-3.82194230041932e-006,0.907124698162079,-0.420899003744125,7.42625104521721e-007,0.907107532024384,-0.0508472844958305,0.000295023201033473,0.99870640039444,-0.0508346483111382,0.000293812860036269,0.998706996440887,-0.207286417484283,6.26168184680864e-005,0.978280246257782,-0.207329958677292,6.69345463393256e-005,0.978271126747131,0,-0,1,0,-0,1,-0.0508346483111382,0.000293812860036269,0.998706996440887,-0.0508472844958305,0.000295023201033473,0.99870640039444,1,5.01140166306868e-005,-6.42392761207589e-009,1,3.88345288229175e-005,-4.98605734478019e-009,1,4.63395481347106e-005,-5.96348170844863e-009,1,5.70924021303654e-005,-7.28077820255635e-009,0.0428351759910584,-3.45484068020596e-006,-0.999082207679749,0.0428348630666733,-3.52302231476642e-006,-0.999082207679749,4.14101357371077e-011,4.46554622612894e-007,-1,-9.79192976702237e-011,6.69970575017942e-007,-1,0.204460665583611,-9.9920976026624e-007,-0.978874802589417,0.204462021589279,-8.47319142849301e-007,-0.978874444961548,0.0428348630666733,-3.52302231476642e-006,-0.999082207679749,0.0428351759910584,-3.45484068020596e-006,-0.999082207679749,0.420888364315033,-3.75107163108623e-007,-0.9071124792099,0.420888781547546,-2.65446345792952e-007,-0.907112300395966,0.204462021589279,-8.47319142849301e-007,-0.978874444961548,0.204460665583611,-9.9920976026624e-007,-0.978874802589417,0.614464163780212,1.77994181171925e-007,-0.788944840431213,0.614464282989502,-3.12963202020455e-008,-0.788944661617279,0.420888781547546,-2.65446345792952e-007,-0.907112300395966,0.420888364315033,-3.75107163108623e-007,-0.9071124792099,0.776432693004608,5.01262547913939e-007,-0.630200266838074,0.776434540748596,5.55749807062966e-007,-0.630197942256927,0.614464282989502,-3.12963202020455e-008,-0.788944661617279,0.614464163780212,1.77994181171925e-007,-0.788944840431213,0.898461103439331,1.60071067512035e-009,-0.439053148031235,0.898460865020752,1.90387572374107e-009,-0.439053654670715,
  2560. 0.776434540748596,5.55749807062966e-007,-0.630197942256927,0.776432693004608,5.01262547913939e-007,-0.630200266838074,0.974281430244446,-3.75124130869153e-007,-0.225334674119949,0.974281549453735,-2.68992124574652e-007,-0.225334033370018,0.898460865020752,1.90387572374107e-009,-0.439053654670715,0.898461103439331,1.60071067512035e-009,-0.439053148031235,1,6.79089423583079e-011,-2.5426629690628e-009,1,-1.30023792621614e-007,-4.90072249448303e-009,0.974281549453735,-2.68992124574652e-007,-0.225334033370018,0.974281430244446,-3.75124130869153e-007,-0.225334674119949,0.97428160905838,3.99292474639878e-007,0.225334331393242,0.974281787872314,3.98552714386824e-007,0.225333005189896,1,-1.30023792621614e-007,-4.90072249448303e-009,1,6.79089423583079e-011,-2.5426629690628e-009,0.898461818695068,1.70985003933311e-009,0.439051628112793,0.898460805416107,-4.80213246945027e-009,0.439053893089294,0.974281787872314,3.98552714386824e-007,0.225333005189896,0.97428160905838,3.99292474639878e-007,0.225334331393242,0.776432275772095,-3.97434632759541e-007,0.630200743675232,0.776434600353241,-2.59608611941076e-007,0.630197942256927,0.898460805416107,-4.80213246945027e-009,0.439053893089294,0.898461818695068,1.70985003933311e-009,0.439051628112793,0.614459276199341,-5.94203219961287e-009,0.788948535919189,0.614461123943329,-1.38170449304198e-007,0.788947224617004,0.776434600353241,-2.59608611941076e-007,0.630197942256927,0.776432275772095,-3.97434632759541e-007,0.630200743675232,0.420891165733337,4.06626611493266e-007,0.907111167907715,0.420891493558884,4.02287696488202e-007,0.907111048698425,0.614461123943329,-1.38170449304198e-007,0.788947224617004,0.614459276199341,-5.94203219961287e-009,0.788948535919189,0.204465478658676,1.07332994048193e-006,0.9788738489151,0.204464942216873,1.10030919131532e-006,0.978873908519745,0.420891493558884,4.02287696488202e-007,0.907111048698425,0.420891165733337,4.06626611493266e-007,0.907111167907715,0.042836606502533,3.5044395190198e-006,0.999082088470459,0.0428320355713367,3.64225934390561e-006,0.999082386493683,
  2561. 0.204464942216873,1.10030919131532e-006,0.978873908519745,0.204465478658676,1.07332994048193e-006,0.9788738489151,-2.84461093569277e-010,-8.42504221054696e-007,1,-4.74481121059966e-010,-9.28436065805727e-007,1,0.0428320355713367,3.64225934390561e-006,0.999082386493683,0.042836606502533,3.5044395190198e-006,0.999082088470459,1,0.000125053076772019,-1.58116364445959e-008,1,0.000142398406751454,-1.79381505205356e-008,1,0.000115810296847485,-1.47932865957046e-008,1,9.6537871286273e-005,-1.22885408515572e-008,-0.0508411005139351,-0.000294091791147366,-0.998706638813019,-0.0508495345711708,-0.000295460515189916,-0.998706221580505,1.50215058170033e-008,-1.5920261375868e-007,-1,2.96308311220628e-008,-3.14050936367494e-007,-1,-0.207298740744591,-6.33867603028193e-005,-0.978277742862701,-0.20732906460762,-6.66911437292583e-005,-0.978271305561066,-0.0508495345711708,-0.000295460515189916,-0.998706221580505,-0.0508411005139351,-0.000294091791147366,-0.998706638813019,-0.420873612165451,2.29928150474734e-006,-0.907119274139404,-0.420899838209152,-8.26139341825183e-007,-0.90710711479187,-0.20732906460762,-6.66911437292583e-005,-0.978271305561066,-0.207298740744591,-6.33867603028193e-005,-0.978277742862701,-0.614449918270111,2.48758965426532e-006,-0.788955807685852,-0.614470481872559,-5.86776252475829e-007,-0.788939774036407,-0.420899838209152,-8.26139341825183e-007,-0.90710711479187,-0.420873612165451,2.29928150474734e-006,-0.907119274139404,-0.776418209075928,1.66533436640748e-006,-0.630218088626862,-0.776433229446411,-4.65542257188645e-007,-0.630199432373047,-0.614470481872559,-5.86776252475829e-007,-0.788939774036407,-0.614449918270111,2.48758965426532e-006,-0.788955807685852,-0.898452997207642,1.27974124097818e-006,-0.439069718122482,-0.898459672927856,-6.10065811201821e-008,-0.439055979251862,-0.776433229446411,-4.65542257188645e-007,-0.630199432373047,-0.776418209075928,1.66533436640748e-006,-0.630218088626862,-0.974282383918762,6.58499970995763e-007,-0.225330397486687,-0.97428286075592,-5.32140006725967e-007,-0.22532807290554,
  2562. -0.898459672927856,-6.10065811201821e-008,-0.439055979251862,-0.898452997207642,1.27974124097818e-006,-0.439069718122482,-1,-2.2710658242886e-007,-2.93391266836807e-008,-1,-9.98151463704744e-008,-6.26755269905743e-009,-0.97428286075592,-5.32140006725967e-007,-0.22532807290554,-0.974282383918762,6.58499970995763e-007,-0.225330397486687,-0.974282205104828,-5.57598298200901e-007,0.225331470370293,-0.974282741546631,5.30432430423389e-007,0.225329011678696,-1,-9.98151463704744e-008,-6.26755269905743e-009,-1,-2.2710658242886e-007,-2.93391266836807e-008,-0.898453295230865,-1.08616563920805e-006,0.439069151878357,-0.898459672927856,1.17511405051118e-007,0.439055979251862,-0.974282741546631,5.30432430423389e-007,0.225329011678696,-0.974282205104828,-5.57598298200901e-007,0.225331470370293,-0.77642023563385,-1.75769764609868e-006,0.630215585231781,-0.776435613632202,5.10249208218738e-007,0.630196511745453,-0.898459672927856,1.17511405051118e-007,0.439055979251862,-0.898453295230865,-1.08616563920805e-006,0.439069151878357,-0.614449322223663,-2.8500560347311e-006,0.788956344127655,-0.614470541477203,3.31885615878491e-007,0.788939774036407,-0.776435613632202,5.10249208218738e-007,0.630196511745453,-0.77642023563385,-1.75769764609868e-006,0.630215585231781,-0.420873552560806,-2.33188006859564e-006,0.907119274139404,-0.420899003744125,7.42625104521721e-007,0.907107532024384,-0.614470541477203,3.31885615878491e-007,0.788939774036407,-0.614449322223663,-2.8500560347311e-006,0.788956344127655,-0.207298681139946,6.38990240986459e-005,0.978277742862701,-0.207329958677292,6.69345463393256e-005,0.978271126747131,-0.420899003744125,7.42625104521721e-007,0.907107532024384,-0.420873552560806,-2.33188006859564e-006,0.907119274139404,-0.0508366040885448,0.000294004305033013,0.998706936836243,-0.0508472844958305,0.000295023201033473,0.99870640039444,-0.207329958677292,6.69345463393256e-005,0.978271126747131,-0.207298681139946,6.38990240986459e-005,0.978277742862701,-1.47469663147604e-008,-1.56299662990023e-007,1,0,-0,1,-0.0508472844958305,0.000295023201033473,0.99870640039444,
  2563. -0.0508366040885448,0.000294004305033013,0.998706936836243,1,6.02954351052176e-005,-7.13371850480371e-009,1,5.01140166306868e-005,-6.42392761207589e-009,1,5.70924021303654e-005,-7.28077820255635e-009,1,6.64578547002748e-005,-7.84980880297326e-009,0.0428344160318375,-3.62937294084986e-006,-0.999082267284393,0.0428351759910584,-3.45484068020596e-006,-0.999082207679749,-9.79192976702237e-011,6.69970575017942e-007,-1,-3.19491377798187e-010,7.56407530388969e-007,-1,0.204461887478828,-1.02746946595289e-006,-0.978874564170837,0.204460665583611,-9.9920976026624e-007,-0.978874802589417,0.0428351759910584,-3.45484068020596e-006,-0.999082207679749,0.0428344160318375,-3.62937294084986e-006,-0.999082267284393,0.420890212059021,-2.85132671251631e-007,-0.907111585140228,0.420888364315033,-3.75107163108623e-007,-0.9071124792099,0.204460665583611,-9.9920976026624e-007,-0.978874802589417,0.204461887478828,-1.02746946595289e-006,-0.978874564170837,0.614464282989502,2.56773404316846e-007,-0.788944661617279,0.614464163780212,1.77994181171925e-007,-0.788944840431213,0.420888364315033,-3.75107163108623e-007,-0.9071124792099,0.420890212059021,-2.85132671251631e-007,-0.907111585140228,0.776431679725647,2.71643017413226e-007,-0.630201399326324,0.776432693004608,5.01262547913939e-007,-0.630200266838074,0.614464163780212,1.77994181171925e-007,-0.788944840431213,0.614464282989502,2.56773404316846e-007,-0.788944661617279,0.898461043834686,6.39265635982156e-008,-0.439053297042847,0.898461103439331,1.60071067512035e-009,-0.439053148031235,0.776432693004608,5.01262547913939e-007,-0.630200266838074,0.776431679725647,2.71643017413226e-007,-0.630201399326324,0.974282383918762,-3.4256183312209e-007,-0.225330621004105,0.974281430244446,-3.75124130869153e-007,-0.225334674119949,0.898461103439331,1.60071067512035e-009,-0.439053148031235,0.898461043834686,6.39265635982156e-008,-0.439053297042847,1,1.40498741529882e-007,-2.76871037208082e-009,1,6.79089423583079e-011,-2.5426629690628e-009,0.974281430244446,-3.75124130869153e-007,-0.225334674119949,0.974282383918762,-3.4256183312209e-007,-0.225330621004105,
  2564. 0.974282443523407,2.66426184225566e-007,0.225330263376236,0.97428160905838,3.99292474639878e-007,0.225334331393242,1,6.79089423583079e-011,-2.5426629690628e-009,1,1.40498741529882e-007,-2.76871037208082e-009,0.898461520671844,2.67027666644992e-009,0.43905246257782,0.898461818695068,1.70985003933311e-009,0.439051628112793,0.97428160905838,3.99292474639878e-007,0.225334331393242,0.974282443523407,2.66426184225566e-007,0.225330263376236,0.776431202888489,-4.07633109489325e-007,0.630202054977417,0.776432275772095,-3.97434632759541e-007,0.630200743675232,0.898461818695068,1.70985003933311e-009,0.439051628112793,0.898461520671844,2.67027666644992e-009,0.43905246257782,0.614462196826935,1.39334574100758e-007,0.788946270942688,0.614459276199341,-5.94203219961287e-009,0.788948535919189,0.776432275772095,-3.97434632759541e-007,0.630200743675232,0.776431202888489,-4.07633109489325e-007,0.630202054977417,0.420892715454102,2.0975130610168e-007,0.907110452651978,0.420891165733337,4.06626611493266e-007,0.907111167907715,0.614459276199341,-5.94203219961287e-009,0.788948535919189,0.614462196826935,1.39334574100758e-007,0.788946270942688,0.204461738467216,1.04146852208942e-006,0.978874564170837,0.204465478658676,1.07332994048193e-006,0.9788738489151,0.420891165733337,4.06626611493266e-007,0.907111167907715,0.420892715454102,2.0975130610168e-007,0.907110452651978,0.0428358390927315,3.58416946255602e-006,0.999082207679749,0.042836606502533,3.5044395190198e-006,0.999082088470459,0.204465478658676,1.07332994048193e-006,0.9788738489151,0.204461738467216,1.04146852208942e-006,0.978874564170837,2.80925760084982e-012,-4.56361703982111e-007,1,-2.84461093569277e-010,-8.42504221054696e-007,1,0.042836606502533,3.5044395190198e-006,0.999082088470459,0.0428358390927315,3.58416946255602e-006,0.999082207679749,1,0.000150506544741802,-1.76774097582211e-008,1,0.000165705219842494,-1.94512601581209e-008,1,0.000142398406751454,-1.79381505205356e-008,1,0.000125053076772019,-1.58116364445959e-008,-0.0514077730476856,0.00116853381041437,-0.99867707490921,
  2565. -0.0508411005139351,-0.000294091791147366,-0.998706638813019,2.96308311220628e-008,-3.14050936367494e-007,-1,3.25898810160652e-008,-3.45470652973745e-007,-1,-0.20903342962265,0.00347426952794194,-0.977902293205261,-0.207298740744591,-6.33867603028193e-005,-0.978277742862701,-0.0508411005139351,-0.000294091791147366,-0.998706638813019,-0.0514077730476856,0.00116853381041437,-0.99867707490921,-0.422436028718948,0.00373502145521343,-0.906385064125061,-0.420873612165451,2.29928150474734e-006,-0.907119274139404,-0.207298740744591,-6.33867603028193e-005,-0.978277742862701,-0.20903342962265,0.00347426952794194,-0.977902293205261,-0.615691959857941,0.00389120355248451,-0.787977337837219,-0.614449918270111,2.48758965426532e-006,-0.788955807685852,-0.420873612165451,2.29928150474734e-006,-0.907119274139404,-0.422436028718948,0.00373502145521343,-0.906385064125061,-0.777275741100311,0.00403160369023681,-0.629147291183472,-0.776418209075928,1.66533436640748e-006,-0.630218088626862,-0.614449918270111,2.48758965426532e-006,-0.788955807685852,-0.615691959857941,0.00389120355248451,-0.787977337837219,-0.898934781551361,0.00415121950209141,-0.438062846660614,-0.898452997207642,1.27974124097818e-006,-0.439069718122482,-0.776418209075928,1.66533436640748e-006,-0.630218088626862,-0.777275741100311,0.00403160369023681,-0.629147291183472,-0.974458038806915,0.00424045044928789,-0.224529579281807,-0.974282383918762,6.58499970995763e-007,-0.225330397486687,-0.898452997207642,1.27974124097818e-006,-0.439069718122482,-0.898934781551361,0.00415121950209141,-0.438062846660614,-1,-2.80351684978086e-007,-3.21333324393436e-008,-1,-2.2710658242886e-007,-2.93391266836807e-008,-0.974282383918762,6.58499970995763e-007,-0.225330397486687,-0.974458038806915,0.00424045044928789,-0.224529579281807,-0.974457561969757,-0.00424082344397902,0.224531590938568,-0.974282205104828,-5.57598298200901e-007,0.225331470370293,-1,-2.2710658242886e-007,-2.93391266836807e-008,-1,-2.80351684978086e-007,-3.21333324393436e-008,-0.898934483528137,-0.00415070215240121,0.438063502311707,
  2566. -0.898453295230865,-1.08616563920805e-006,0.439069151878357,-0.974282205104828,-5.57598298200901e-007,0.225331470370293,-0.974457561969757,-0.00424082344397902,0.224531590938568,-0.777278423309326,-0.00403149845078588,0.629143834114075,-0.77642023563385,-1.75769764609868e-006,0.630215585231781,-0.898453295230865,-1.08616563920805e-006,0.439069151878357,-0.898934483528137,-0.00415070215240121,0.438063502311707,-0.6156907081604,-0.00389181240461767,0.78797835111618,-0.614449322223663,-2.8500560347311e-006,0.788956344127655,-0.77642023563385,-1.75769764609868e-006,0.630215585231781,-0.777278423309326,-0.00403149845078588,0.629143834114075,-0.422435879707336,-0.00373498094268143,0.906385064125061,-0.420873552560806,-2.33188006859564e-006,0.907119274139404,-0.614449322223663,-2.8500560347311e-006,0.788956344127655,-0.6156907081604,-0.00389181240461767,0.78797835111618,-0.209033533930779,-0.00347455148585141,0.977902233600616,-0.207298681139946,6.38990240986459e-005,0.978277742862701,-0.420873552560806,-2.33188006859564e-006,0.907119274139404,-0.422435879707336,-0.00373498094268143,0.906385064125061,-0.0514032393693924,-0.00116858503315598,0.998677313327789,-0.0508366040885448,0.000294004305033013,0.998706936836243,-0.207298681139946,6.38990240986459e-005,0.978277742862701,-0.209033533930779,-0.00347455148585141,0.977902233600616,-3.39790631187498e-008,-3.60123749487684e-007,1,-1.47469663147604e-008,-1.56299662990023e-007,1,-0.0508366040885448,0.000294004305033013,0.998706936836243,-0.0514032393693924,-0.00116858503315598,0.998677313327789,1,6.79370496072806e-005,-7.90397702843393e-009,1,6.02954351052176e-005,-7.13371850480371e-009,1,6.64578547002748e-005,-7.84980880297326e-009,1,7.23756529623643e-005,-8.42037550796704e-009,0.0428235717117786,-2.08322544494877e-005,-0.999082744121552,0.0428344160318375,-3.62937294084986e-006,-0.999082267284393,-3.19491377798187e-010,7.56407530388969e-007,-1,-1.13442880089742e-010,4.43716459130883e-007,-1,0.204431802034378,-4.56682464573532e-005,-0.978880822658539,0.204461887478828,-1.02746946595289e-006,-0.978874564170837,
  2567. 0.0428344160318375,-3.62937294084986e-006,-0.999082267284393,0.0428235717117786,-2.08322544494877e-005,-0.999082744121552,0.420864701271057,-4.84141928609461e-005,-0.907123506069183,0.420890212059021,-2.85132671251631e-007,-0.907111585140228,0.204461887478828,-1.02746946595289e-006,-0.978874564170837,0.204431802034378,-4.56682464573532e-005,-0.978880822658539,0.614444613456726,-5.10651989316102e-005,-0.788959920406342,0.614464282989502,2.56773404316846e-007,-0.788944661617279,0.420890212059021,-2.85132671251631e-007,-0.907111585140228,0.420864701271057,-4.84141928609461e-005,-0.907123506069183,0.776418387889862,-5.40021064807661e-005,-0.630217790603638,0.776431679725647,2.71643017413226e-007,-0.630201399326324,0.614464282989502,2.56773404316846e-007,-0.788944661617279,0.614444613456726,-5.10651989316102e-005,-0.788959920406342,0.898454606533051,-5.59950494789518e-005,-0.439066469669342,0.898461043834686,6.39265635982156e-008,-0.439053297042847,0.776431679725647,2.71643017413226e-007,-0.630201399326324,0.776418387889862,-5.40021064807661e-005,-0.630217790603638,0.974281251430511,-5.76394704694394e-005,-0.225335687398911,0.974282383918762,-3.4256183312209e-007,-0.225330621004105,0.898461043834686,6.39265635982156e-008,-0.439053297042847,0.898454606533051,-5.59950494789518e-005,-0.439066469669342,1,-5.75942831346765e-005,8.57317203895036e-008,1,1.40498741529882e-007,-2.76871037208082e-009,0.974282383918762,-3.4256183312209e-007,-0.225330621004105,0.974281251430511,-5.76394704694394e-005,-0.225335687398911,0.974281311035156,-5.73476863792166e-005,0.225335121154785,0.974282443523407,2.66426184225566e-007,0.225330263376236,1,1.40498741529882e-007,-2.76871037208082e-009,1,-5.75942831346765e-005,8.57317203895036e-008,0.898454308509827,-5.59538711968344e-005,0.439067184925079,0.898461520671844,2.67027666644992e-009,0.43905246257782,0.974282443523407,2.66426184225566e-007,0.225330263376236,0.974281311035156,-5.73476863792166e-005,0.225335121154785,0.776417016983032,-5.41918234375771e-005,0.630219519138336,0.776431202888489,-4.07633109489325e-007,0.630202054977417,
  2568. 0.898461520671844,2.67027666644992e-009,0.43905246257782,0.898454308509827,-5.59538711968344e-005,0.439067184925079,0.614444494247437,-5.10571553604677e-005,0.788960099220276,0.614462196826935,1.39334574100758e-007,0.788946270942688,0.776431202888489,-4.07633109489325e-007,0.630202054977417,0.776417016983032,-5.41918234375771e-005,0.630219519138336,0.420867174863815,-4.83724943478592e-005,0.907122313976288,0.420892715454102,2.0975130610168e-007,0.907110452651978,0.614462196826935,1.39334574100758e-007,0.788946270942688,0.614444494247437,-5.10571553604677e-005,0.788960099220276,0.204428747296333,-4.38175738963764e-005,0.978881478309631,0.204461738467216,1.04146852208942e-006,0.978874564170837,0.420892715454102,2.0975130610168e-007,0.907110452651978,0.420867174863815,-4.83724943478592e-005,0.907122313976288,0.042823538184166,-1.33528610604117e-005,0.999082744121552,0.0428358390927315,3.58416946255602e-006,0.999082207679749,0.204461738467216,1.04146852208942e-006,0.978874564170837,0.204428747296333,-4.38175738963764e-005,0.978881478309631,3.32938593361476e-010,-2.85741563743613e-008,1,2.80925760084982e-012,-4.56361703982111e-007,1,0.0428358390927315,3.58416946255602e-006,0.999082207679749,0.042823538184166,-1.33528610604117e-005,0.999082744121552,1,0.000179892143933102,-2.09291322050831e-008,1,0.000165705219842494,-1.94512601581209e-008,1,0.000150506544741802,-1.76774097582211e-008,1,0.000169253529747948,-1.96914058392395e-008
  2569. }
  2570. TangentsW: *1760 {
  2571. a: 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,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,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,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,-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,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,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,
  2572. 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,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,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,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,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,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,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
  2573. }
  2574. }
  2575. LayerElementUV: 0 {
  2576. Version: 101
  2577. Name: "map1"
  2578. MappingInformationType: "ByPolygonVertex"
  2579. ReferenceInformationType: "IndexToDirect"
  2580. UV: *1200 {
  2581. a: -6,1.17492817253151e-007,-5,3.57134233297529e-008,-5,1.51824855804443,-6,1.51824867725372,-5.75000047683716,9.72584217606709e-008,-5.75000047683716,1.51824867725372,-5.5,7.61310872121612e-008,-5.5,1.51824867725372,-5.25021553039551,5.80582799614149e-008,-5.25021505355835,1.51824855804443,-2.32006478309631,2.00003337860107,-2,2,-2.32006454467773,3.51824855804443,-2,3.51824855804443,2.74999570846558,5.51825618743896,2.99999856948853,5.5182580947876,3.00000143051147,5.1647891998291,2.74953985214233,5.16478729248047,2.49999856948853,5.51825428009033,2.49997019767761,5.16478538513184,2.24999332427979,5.5182523727417,2.2501494884491,5.1647834777832,2.00000095367432,5.16478157043457,1.99999916553497,5.51825046539307,2.74956083297729,5.92704587631943e-008,3,1.85073659508816e-007,2,8.04169104640096e-008,2.25,1.6750441034219e-007,2.49992680549622,8.8806167752864e-008,2.74956035614014,1.51824867725372,3,1.51824867725372,2.49992680549622,1.51824867725372,2.25,1.51824867725372,2,1.51824855804443,-4.25021505355835,1.17624958662077e-008,-4,2.56243957217118e-016,-4.75000047683716,2.79395457880582e-008,-4.5,1.83287305333124e-008,-4,1.51824855804443,-4.25021505355835,1.51824855804443,-4.5,1.51824855804443,-4.75000047683716,1.51824855804443,1.74999666213989,5.51824998855591,1.74953889846802,5.16478109359741,1.49999952316284,5.51824951171875,1.4999692440033,5.16478061676025,1.2499942779541,5.51824903488159,1.25014853477478,5.1647801399231,1.00000023841858,5.16477966308594,0.999999821186066,5.51824855804443,1.74956083297729,-7.94297783102138e-009,1,3.60111407360364e-008,1.24999988079071,1.18603615817392e-007,1.49992680549622,3.07436849311671e-008,1.74956035614014,1.51824855804443,1.49992692470551,1.51824855804443,1.25,1.51824855804443,1,1.51824855804443,-3.25021505355835,2.5902409106493e-009,-3,2.77555756156289e-016,-3.75000047683716,4.46428227718343e-010,-3.5,0,-3,1.51824855804443,-3.25021505355835,1.51824855804443,-3.5,1.51824855804443,-3.75000047683716,1.51824855804443,0.749996960163116,5.51824855804443,0.749538600444794,
  2582. 5.16477966308594,0.49999988079071,5.51824855804443,0.499968886375427,5.16477966308594,0.249994575977325,5.51824855804443,0.250148177146912,5.16477966308594,-1.68628389474179e-007,5.16477966308594,1.68628275787341e-007,5.51824855804443,0.74956077337265,-4.78376129819935e-008,-1.39342697380584e-008,2.35935058157111e-008,0.249999910593033,9.70216191831241e-008,0.499926805496216,0,0.749560356140137,1.51824855804443,0.499926954507828,1.51824855804443,0.25,1.51824855804443,1.38933033966282e-008,1.51824855804443,-2.25021505355835,3.00754550153215e-008,-2,3.66574681720522e-008,-2.75000047683716,9.61077883943062e-009,-2.5,1.83287394150966e-008,-2,1.51824855804443,-2.25021505355835,1.51824855804443,-2.5,1.51824855804443,-2.75000047683716,1.51824855804443,-0.125,1.9999692440033,0.190163612365723,1.99988627433777,-0.125,3.51824855804443,0.190163493156433,3.51824855804443,-0.250002712011337,5.51824903488159,-0.250461727380753,5.1647801399231,-0.499999791383743,5.51824951171875,-0.500031471252441,5.16478061676025,-0.750005066394806,5.51824998855591,-0.749852180480957,5.16478109359741,-1.00000035762787,5.16478157043457,-0.999999642372131,5.51825046539307,-0.250439256429672,-5.10747781845566e-008,-1,2.42398350280837e-008,-0.75000011920929,1.12097090720908e-007,-0.500073194503784,5.91378368497431e-009,-0.250439614057541,1.51824855804443,-0.50007301568985,1.51824855804443,-0.75,1.51824855804443,-1,1.51824855804443,-5,-1.75,-5.25021553039551,-1.75,-5.25021505355835,-2,-5,-2,-6,-2,-5.75000047683716,-2,-5.75,-1.75,-6,-1.75,-5.5,-2,-5.5,-1.75,-5.25021553039551,-0.74242639541626,-5,-0.74242639541626,-5,-0.481751441955566,-5.25021505355835,-0.481751441955566,-5.5,-0.481751441955566,-5.5,-0.74242639541626,-5.75000047683716,-0.481751441955566,-5.75000047683716,-0.74242639541626,-6,-0.74242639541626,-6,-0.481751441955566,-5.25021553039551,-1,-5,-1,-5.5,-1,-5.75,-1,-6,-1,-5.25021553039551,-1.25,-5,-1.25,-5.5,-1.25,-5.75,-1.25,-6,-1.25,-5.25021553039551,-1.5,-5,-1.5,-5.5,-1.5,-5.75,-1.5,-6,-1.5,1,2.25,0.679934918880463,2.25,0.679935276508331,
  2583. 2.00003337860107,1,2,0.679934918880463,3.25757360458374,1,3.25757360458374,1,3.51824855804443,0.67993551492691,3.51824855804443,0.679934799671173,3,1,3,0.679935395717621,2.75,1,2.75,0.679934561252594,2.5,1,2.5,2.74999952316284,2.51825404167175,2.74953818321228,2.16478991508484,3,2.16479182243347,3,2.51825404167175,2.5,2.51825404167175,2.49996852874756,2.1647744178772,2.249995470047,2.51825404167175,2.2501482963562,2.16478323936462,2,2.16478776931763,2,2.51825261116028,3,-1.75,2.74956035614014,-1.75,2.74956083297729,-2,3,-1.99999988079071,2,-2,2.25,-1.99999988079071,2.25,-1.75,2,-1.75,2.49992680549622,-2,2.49992704391479,-1.75,2.74956083297729,-0.74242639541626,3,-0.74242639541626,3,-0.481751441955566,2.74956035614014,-0.481751441955566,2.49992704391479,-0.481751441955566,2.49992680549622,-0.74242639541626,2.25,-0.481751441955566,2.24999976158142,-0.74242639541626,2,-0.481751441955566,2,-0.74242639541626,2.74955987930298,-1,3,-1,2.49992609024048,-1,2.25,-1,2,-1,2.74956011772156,-1.25,3,-1.25,2.49992680549622,-1.25,2.25,-1.25,2,-1.25,2.74956011772156,-1.5,3,-1.5,2.49992656707764,-1.5,2.25,-1.5,2,-1.5,-4,-1.75,-4.25021553039551,-1.75,-4.25021505355835,-2,-4,-2,-4.75000047683716,-2,-4.75000047683716,-1.75,-4.5,-2,-4.5,-1.75,-4.25021553039551,-0.74242639541626,-4,-0.74242639541626,-4,-0.481751441955566,-4.25021505355835,-0.481751441955566,-4.5,-0.481751441955566,-4.5,-0.74242639541626,-4.75000047683716,-0.481751441955566,-4.75000047683716,-0.74242639541626,-4.25021553039551,-1,-4,-1,-4.5,-1,-4.75000047683716,-1,-4.25021553039551,-1.25,-4,-1.25,-4.5,-1.25,-4.75000047683716,-1.25,-4.25021553039551,-1.5,-4,-1.5,-4.5,-1.5,-4.75000047683716,-1.5,1.74999952316284,2.51825141906738,1.74953818321228,2.16478729248047,1.49999988079071,2.51825141906738,1.49996864795685,2.16477179527283,1.249995470047,2.51825141906738,1.25014817714691,2.16478061676025,1,2.16478490829468,1,2.51824998855591,1.74956035614014,-1.75,1.74956083297729,-2,1,-2,1.24999988079071,-1.99999988079071,1.24999988079071,-1.75,1,-1.75,1.49992680549622,-2,1.49992692470551,
  2584. -1.75,1.74956071376801,-0.74242639541626,1.74956035614014,-0.481751441955566,1.49992692470551,-0.481751441955566,1.49992680549622,-0.74242639541626,1.25,-0.481751441955566,1.24999976158142,-0.74242639541626,1,-0.481751441955566,1,-0.74242639541626,1.74955976009369,-1,1.49992609024048,-1,1.25,-1,1,-1,1.74956011772156,-1.25,1.49992692470551,-1.25,1.25,-1.25,1,-1.25,1.74956011772156,-1.5,1.49992644786835,-1.5,1.25000011920929,-1.5,1,-1.5,-3,-1.75,-3.25021553039551,-1.75,-3.25021505355835,-2,-3,-2,-3.75000047683716,-2,-3.75000023841858,-1.75,-3.5,-2,-3.5,-1.75,-3.25021529197693,-0.74242639541626,-3,-0.74242639541626,-3,-0.481751441955566,-3.25021505355835,-0.481751441955566,-3.5,-0.481751441955566,-3.5,-0.74242639541626,-3.75000047683716,-0.481751441955566,-3.75000023841858,-0.74242639541626,-3.25021529197693,-1,-3,-1,-3.5,-1,-3.75000023841858,-1,-3.25021529197693,-1.25,-3,-1.25,-3.5,-1.25,-3.75000023841858,-1.25,-3.25021529197693,-1.5,-3,-1.5,-3.5,-1.5,-3.75000023841858,-1.5,0.749999463558197,2.51824855804443,0.749538242816925,2.16478443145752,0.49999988079071,2.51824855804443,0.499968647956848,2.16476917266846,0.249995529651642,2.51824855804443,0.250148206949234,2.1647777557373,0,2.16478228569031,0,2.51824712753296,0.749560296535492,-1.75,0.74956077337265,-2,0,-2,0.249999910593033,-1.99999988079071,0.24999988079071,-1.75,0,-1.75,0.499926805496216,-2,0.499926954507828,-1.75,0.749560713768005,-0.74242639541626,0.749560356140137,-0.481751441955566,0.499926954507828,-0.481751441955566,0.499926805496216,-0.74242639541626,0.25,-0.481751441955566,0.249999791383743,-0.74242639541626,0,-0.481751441955566,0,-0.74242639541626,0.749559760093689,-1,0.499926149845123,-1,0.249999970197678,-1,0,-1,0.749560117721558,-1.25,0.499926894903183,-1.25,0.250000059604645,-1.25,0,-1.25,0.749560117721558,-1.5,0.49992647767067,-1.5,0.25000011920929,-1.5,0,-1.5,-2,-1.75,-2.25021553039551,-1.75,-2.25021505355835,-2,-2,-2,-2.75000047683716,-2,-2.75000023841858,-1.75,-2.5,-2,-2.5,-1.75,-2.25021529197693,-0.74242639541626,-2,-0.74242639541626,-2,-0.481751441955566,
  2585. -2.25021505355835,-0.481751441955566,-2.5,-0.481751441955566,-2.5,-0.74242639541626,-2.75000047683716,-0.481751441955566,-2.75000047683716,-0.74242639541626,-2.25021529197693,-1,-2,-1,-2.5,-1,-2.75000023841858,-1,-2.25021529197693,-1.25,-2,-1.25,-2.5,-1.25,-2.75000023841858,-1.25,-2.25021529197693,-1.5,-2,-1.5,-2.5,-1.5,-2.75000023841858,-1.5,-0.809836506843567,2.25,-1.125,2.25,-1.125,1.9999692440033,-0.809836387634277,1.99988627433777,-1.125,3.51824855804443,-1.125,3.25757360458374,-0.809836745262146,3.25757360458374,-0.809836506843567,3.51824855804443,-1.125,3,-0.809837102890015,3,-1.125,2.75,-0.809835433959961,2.75,-1.125,2.5,-0.809836626052856,2.5,-0.250000536441803,2.51824569702148,-0.250461757183075,2.16478157043457,-0.50000011920929,2.51824569702148,-0.500031352043152,2.16476631164551,-0.750004470348358,2.51824569702148,-0.749851822853088,2.16477489471436,-1,2.16477823257446,-1,2.51824569702148,-0.250439703464508,-1.75,-0.25043922662735,-2,-1,-2,-0.75000011920929,-1.99999988079071,-0.75000011920929,-1.75,-1,-1.75,-0.500073194503784,-2,-0.500073075294495,-1.75,-0.250439286231995,-0.74242639541626,-0.250439643859863,-0.481751441955566,-0.500073075294495,-0.481751441955566,-0.500073194503784,-0.74242639541626,-0.75,-0.481751441955566,-0.750000238418579,-0.74242639541626,-1,-0.481751441955566,-1,-0.74242639541626,-0.250440239906311,-1,-0.500073850154877,-1,-0.75,-1,-1,-1,-0.250439882278442,-1.25,-0.500073075294495,-1.25,-0.749999940395355,-1.25,-1,-1.25,-0.250439882278442,-1.5,-0.500073552131653,-1.5,-0.74999988079071,-1.5,-1,-1.5,-1,1.27009844779968,0.190163612365723,3.27007985115051,-0.75,1.27009844779968,-0.500073075294495,1.27009844779968,-0.250439494848251,1.27009844779968,9.34502608629373e-009,1.27009844779968,0.249999985098839,1.27009844779968,0.499926924705505,1.27009844779968,0.749560475349426,1.27009844779968,1,1.27009844779968,1.25,1.27009844779968,1.49992692470551,1.27009844779968,1.74956047534943,1.27009844779968,2,1.27009844779968,2.25,1.27009856700897,2.49992680549622,1.27009856700897,2.74956035614014,
  2586. 1.27009856700897,-2.32006454467773,3.270103931427,3,1.27009856700897,-2,3.27009844779968,-6,1.27009856700897,-5.75000047683716,1.27009856700897,-5.5,1.27009856700897,-5.25021505355835,1.27009844779968,-5,1.27009844779968,-4.75000047683716,1.27009844779968,-4.5,1.27009844779968,-4.25021505355835,1.27009844779968,-4,1.27009844779968,-3.75000047683716,1.27009844779968,-3.5,1.27009844779968,-3.25021505355835,1.27009844779968,-3,1.27009844779968,-2.75000047683716,1.27009844779968,-2.5,1.27009844779968,-2.25021505355835,1.27009844779968,-2,1.27009844779968,-0.125,3.27009344100952,-1,1.0104843378067,0.190163612365723,3.01044631004334,-0.75,1.0104843378067,-0.500073075294495,1.0104843378067,-0.250439465045929,1.0104843378067,4.58662841040791e-009,1.0104843378067,0.249999970197678,1.0104843378067,0.499926894903183,1.0104843378067,0.749560534954071,1.0104843378067,1,1.0104843378067,1.25,1.0104843378067,1.49992692470551,1.0104843378067,1.74956047534943,1.0104843378067,2,1.0104843378067,2.25,1.01048445701599,2.49992680549622,1.01048445701599,2.74956059455872,1.01048445701599,-2.32006454467773,3.01049566268921,3,1.01048445701599,-2,3.01048421859741,-6,1.01048445701599,-5.75000047683716,1.01048445701599,-5.5,1.01048445701599,-5.25021505355835,1.0104843378067,-5,1.0104843378067,-4.75000047683716,1.0104843378067,-4.5,1.0104843378067,-4.25021505355835,1.0104843378067,-4,1.0104843378067,-3.75000047683716,1.0104843378067,-3.5,1.0104843378067,-3.25021505355835,1.0104843378067,-3,1.0104843378067,-2.75000047683716,1.0104843378067,-2.5,1.0104843378067,-2.25021505355835,1.0104843378067,-2,1.0104843378067,-0.125,3.01047420501709,-1,0.762065470218658,0.190163612365723,2.76200890541077,-0.750000059604645,0.762065470218658,-0.500073075294495,0.762065470218658,-0.250439405441284,0.762065470218658,3.34248219380218e-011,0.762065470218658,0.249999955296516,0.762065470218658,0.499926894903183,0.762065470218658,0.749560594558716,0.762065470218658,1,0.762065470218658,1.25,0.762065470218658,1.49992692470551,0.762065529823303,1.74956059455872,0.762065529823303,
  2587. 2,0.762065529823303,2.25,0.762065529823303,2.49992680549622,0.762065529823303,2.74956059455872,0.762065589427948,-2.32006454467773,2.76208209991455,3,0.762065589427948,-2,2.76206541061401,-6,0.762065589427948,-5.75000047683716,0.762065589427948,-5.5,0.762065529823303,-5.25021505355835,0.762065529823303,-5,0.762065529823303,-4.75000047683716,0.762065470218658,-4.5,0.762065470218658,-4.25021505355835,0.762065470218658,-4,0.762065470218658,-3.75000047683716,0.762065470218658,-3.5,0.762065470218658,-3.25021505355835,0.762065470218658,-3,0.762065470218658,-2.75000047683716,0.762065470218658,-2.5,0.762065470218658,-2.25021505355835,0.762065470218658,-2,0.762065529823303,-0.125,2.76205015182495,-1,0.504799604415894,0.190163612365723,2.50472378730774,-0.750000059604645,0.504799664020538,-0.500073134899139,0.504799604415894,-0.250439345836639,0.504799604415894,-4.6819330634662e-009,0.504799604415894,0.249999940395355,0.504799664020538,0.499926865100861,0.504799604415894,0.749560654163361,0.504799604415894,1,0.504799604415894,1.25,0.504799664020538,1.49992692470551,0.504799664020538,1.74956071376801,0.504799664020538,2,0.504799664020538,2.25,0.504799723625183,2.49992680549622,0.504799664020538,2.74956059455872,0.504799723625183,-2.32006454467773,2.50482201576233,3,0.504799723625183,-2,2.50479960441589,-6,0.504799723625183,-5.75000047683716,0.504799723625183,-5.5,0.504799664020538,-5.25021505355835,0.504799664020538,-5,0.504799664020538,-4.75000047683716,0.504799604415894,-4.5,0.504799604415894,-4.25021505355835,0.504799604415894,-4,0.504799604415894,-3.75000047683716,0.504799604415894,-3.5,0.504799604415894,-3.25021505355835,0.504799604415894,-3,0.504799604415894,-2.75000047683716,0.504799604415894,-2.5,0.504799604415894,-2.25021505355835,0.504799604415894,-2,0.504799664020538,-0.125,2.50477910041809,-1,0.2548788189888,0.190163612365723,2.25478410720825,-0.75000011920929,0.254878908395767,-0.500073194503784,0.254878789186478,-0.250439316034317,0.254878759384155,-9.26266441325652e-009,0.2548788189888,0.249999910593033,0.254878878593445,
  2588. 0.499926805496216,0.254878789186478,0.749560713768005,0.254878759384155,1,0.2548788189888,1.24999988079071,0.254878908395767,1.49992680549622,0.2548788189888,1.74956071376801,0.254878789186478,2,0.254878878593445,2.25,0.25487893819809,2.49992680549622,0.254878878593445,2.74956083297729,0.254878878593445,-2.32006454467773,2.25490665435791,3,0.25487893819809,-2,2.25487875938416,-6,0.254878908395767,-5.75000047683716,0.254878878593445,-5.5,0.254878878593445,-5.25021505355835,0.254878848791122,-5,0.2548788189888,-4.75000047683716,0.2548788189888,-4.5,0.2548788189888,-4.25021505355835,0.254878789186478,-4,0.254878789186478,-3.75000047683716,0.254878789186478,-3.5,0.254878789186478,-3.25021505355835,0.254878789186478,-3,0.254878789186478,-2.75000047683716,0.254878789186478,-2.5,0.2548788189888,-2.25021505355835,0.2548788189888,-2,0.2548788189888,-0.125,2.25485324859619
  2589. }
  2590. UVIndex: *1760 {
  2591. a: 472,434,433,471,469,431,430,468,470,432,431,469,471,433,432,470,467,429,427,465,14,15,16,17,18,14,17,19,20,18,19,21,22,23,20,21,466,428,426,464,462,424,423,461,463,425,424,462,464,426,425,463,476,438,437,475,473,435,434,472,474,436,435,473,475,437,436,474,42,23,22,43,44,42,43,45,46,44,45,47,48,49,46,47,461,423,422,460,458,420,419,457,459,421,420,458,460,422,421,459,480,442,441,479,477,439,438,476,478,440,439,477,479,441,440,478,66,49,48,67,68,66,67,69,70,68,69,71,72,73,70,71,457,419,418,456,454,416,415,453,455,417,416,454,456,418,417,455,484,446,445,483,481,443,442,480,482,444,443,481,483,445,444,482,485,449,411,447,94,73,72,95,96,94,95,97,98,96,97,99,100,101,98,99,453,415,414,452,450,412,410,448,451,413,412,450,452,414,413,451,110,111,112,113,114,115,116,117,118,119,116,115,112,111,119,118,120,121,122,123,120,123,124,125,125,124,126,127,128,127,126,129,121,120,130,131,130,120,125,132,132,125,127,133,134,133,127,128,135,136,131,130,135,130,132,137,137,132,133,138,139,138,133,134,136,135,140,141,140,135,137,142,142,137,138,143,144,143,138,139,111,110,141,140,111,140,142,119,119,142,143,116,117,116,143,144,145,146,147,148,149,150,151,152,150,149,153,154,155,156,154,153,156,155,157,158,146,145,158,157,159,160,161,162,159,163,164,160,163,165,166,164,167,166,165,168,169,170,171,172,173,174,175,176,174,177,178,175,177,171,170,178,179,180,181,182,179,182,183,184,184,183,185,186,187,188,186,185,180,179,189,190,189,179,184,191,191,184,186,192,193,192,186,188,194,195,190,189,194,189,191,196,196,191,192,197,193,198,197,192,195,194,199,200,199,194,196,201,201,196,197,202,203,202,197,198,170,169,200,199,170,199,201,178,178,201,202,175,203,176,175,202,204,205,206,207,113,208,209,110,210,211,209,208,206,205,211,210,212,213,214,215,212,215,216,217,217,216,218,219,121,219,218,122,213,212,220,221,220,212,217,222,222,217,219,223,131,223,219,121,224,225,221,220,224,220,222,226,226,222,223,227,136,227,223,131,225,224,228,229,228,224,226,230,230,226,227,231,141,231,227,136,205,204,229,228,205,228,230,211,211,230,
  2592. 231,209,110,209,231,141,232,233,167,168,232,234,235,233,234,236,237,235,238,237,236,239,176,240,241,173,242,243,244,245,243,246,247,244,246,241,240,247,248,188,187,249,248,249,250,251,251,250,252,253,254,255,253,252,188,248,256,193,256,248,251,257,257,251,253,258,259,258,253,255,260,198,193,256,260,256,257,261,261,257,258,262,259,263,262,258,198,260,264,203,264,260,261,265,265,261,262,266,267,266,262,263,240,176,203,264,240,264,265,247,247,265,266,244,267,245,244,266,268,269,270,271,207,272,273,204,274,275,273,272,270,269,275,274,276,277,278,279,276,279,280,281,281,280,282,283,213,283,282,214,277,276,284,285,284,276,281,286,286,281,283,287,221,287,283,213,288,289,285,284,288,284,286,290,290,286,287,291,225,291,287,221,289,288,292,293,292,288,290,294,294,290,291,295,229,295,291,225,269,268,293,292,269,292,294,275,275,294,295,273,204,273,295,229,296,297,238,239,296,298,299,297,298,300,301,299,302,301,300,303,245,304,305,242,306,307,308,309,307,310,311,308,310,305,304,311,312,255,254,313,312,313,314,315,315,314,316,317,318,319,317,316,255,312,320,259,320,312,315,321,321,315,317,322,323,322,317,319,324,263,259,320,324,320,321,325,325,321,322,326,323,327,326,322,263,324,328,267,328,324,325,329,329,325,326,330,331,330,326,327,304,245,267,328,304,328,329,311,311,329,330,308,331,309,308,330,332,333,334,335,271,336,337,268,338,339,337,336,334,333,339,338,340,341,342,343,340,343,344,345,345,344,346,347,277,347,346,278,341,340,348,349,348,340,345,350,350,345,347,351,285,351,347,277,352,353,349,348,352,348,350,354,354,350,351,355,289,355,351,285,353,352,356,357,356,352,354,358,358,354,355,359,293,359,355,289,333,332,357,356,333,356,358,339,339,358,359,337,268,337,359,293,360,361,362,363,364,365,366,367,366,365,368,369,368,370,371,369,371,370,372,373,372,361,360,373,374,375,302,303,374,376,377,375,376,378,379,377,380,379,378,381,309,382,383,306,384,385,386,387,385,388,389,386,388,383,382,389,390,319,318,391,390,391,392,393,393,392,394,395,396,397,395,394,319,390,398,323,398,390,393,399,399,393,395,400,401,400,395,397,402,327,323,
  2593. 398,402,398,399,403,403,399,400,404,401,405,404,400,327,402,406,331,406,402,403,407,407,403,404,408,409,408,404,405,382,309,331,406,382,406,407,389,389,407,408,386,409,387,386,408,426,428,30,29,425,426,29,31,424,425,31,32,33,423,424,32,422,423,33,54,421,422,54,55,420,421,55,56,57,419,420,56,418,419,57,78,417,418,78,79,416,417,79,80,81,415,416,80,414,415,81,106,413,414,106,107,412,413,107,108,109,410,412,108,92,447,411,93,445,446,86,87,444,445,87,88,443,444,88,89,442,443,89,62,441,442,62,63,440,441,63,64,439,440,64,65,438,439,65,38,437,438,38,39,436,437,39,40,435,436,40,41,434,435,41,2,433,434,2,9,432,433,9,7,431,432,7,5,430,431,5,3,427,429,13,12,488,450,448,486,489,451,450,488,490,452,451,489,491,453,452,490,492,454,453,491,493,455,454,492,494,456,455,493,495,457,456,494,496,458,457,495,497,459,458,496,498,460,459,497,499,461,460,498,500,462,461,499,501,463,462,500,502,464,463,501,504,466,464,502,505,467,465,503,507,469,468,506,508,470,469,507,509,471,470,508,510,472,471,509,511,473,472,510,512,474,473,511,513,475,474,512,514,476,475,513,515,477,476,514,516,478,477,515,517,479,478,516,518,480,479,517,519,481,480,518,520,482,481,519,521,483,482,520,522,484,483,521,523,487,449,485,526,488,486,524,527,489,488,526,528,490,489,527,529,491,490,528,530,492,491,529,531,493,492,530,532,494,493,531,533,495,494,532,534,496,495,533,535,497,496,534,536,498,497,535,537,499,498,536,538,500,499,537,539,501,500,538,540,502,501,539,542,504,502,540,543,505,503,541,545,507,506,544,546,508,507,545,547,509,508,546,548,510,509,547,549,511,510,548,550,512,511,549,551,513,512,550,552,514,513,551,553,515,514,552,554,516,515,553,555,517,516,554,556,518,517,555,557,519,518,556,558,520,519,557,559,521,520,558,560,522,521,559,561,525,487,523,564,526,524,562,565,527,526,564,566,528,527,565,567,529,528,566,568,530,529,567,569,531,530,568,570,532,531,569,571,533,532,570,572,534,533,571,573,535,534,572,574,536,535,573,575,537,536,574,576,538,537,575,577,539,538,576,578,540,539,577,580,542,540,578,581,543,541,579,583,545,544,582,584,546,545,583,585,
  2594. 547,546,584,586,548,547,585,587,549,548,586,588,550,549,587,589,551,550,588,590,552,551,589,591,553,552,590,592,554,553,591,593,555,554,592,594,556,555,593,595,557,556,594,596,558,557,595,597,559,558,596,598,560,559,597,599,563,525,561,104,564,562,103,105,565,564,104,102,566,565,105,75,567,566,102,76,568,567,75,77,569,568,76,74,570,569,77,51,571,570,74,52,572,571,51,53,573,572,52,50,574,573,53,26,575,574,50,27,576,575,26,28,577,576,27,24,578,577,28,25,580,578,24,11,581,579,10,4,583,582,0,6,584,583,4,8,585,584,6,1,586,585,8,36,587,586,1,37,588,587,36,34,589,588,37,35,590,589,34,60,591,590,35,61,592,591,60,58,593,592,61,59,594,593,58,84,595,594,59,85,596,595,84,82,597,596,85,83,598,597,82,91,563,599,90
  2595. }
  2596. }
  2597. LayerElementSmoothing: 0 {
  2598. Version: 102
  2599. Name: ""
  2600. MappingInformationType: "ByEdge"
  2601. ReferenceInformationType: "Direct"
  2602. Smoothing: *880 {
  2603. a: 0,1,1,0,1,0,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,1,1,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,0,1,1,1,1,1,0,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,0,0,1,1,1,0,0,1,0,0,0,0,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,0,0,1,1,1,0,0,1,0,0,0,0,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,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,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,0,1,1,1,0,0,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,0,1,0,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,0,1,1,0,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,0,1,0,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,0,1,1,0,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,0,1,0,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,0,1,1,0,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,0,1,0,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,0,1,1,0,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,0,1,0,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,0,1,1
  2604. }
  2605. }
  2606. LayerElementMaterial: 0 {
  2607. Version: 101
  2608. Name: ""
  2609. MappingInformationType: "AllSame"
  2610. ReferenceInformationType: "IndexToDirect"
  2611. Materials: *1 {
  2612. a: 0
  2613. }
  2614. }
  2615. Layer: 0 {
  2616. Version: 100
  2617. LayerElement: {
  2618. Type: "LayerElementNormal"
  2619. TypedIndex: 0
  2620. }
  2621. LayerElement: {
  2622. Type: "LayerElementBinormal"
  2623. TypedIndex: 0
  2624. }
  2625. LayerElement: {
  2626. Type: "LayerElementTangent"
  2627. TypedIndex: 0
  2628. }
  2629. LayerElement: {
  2630. Type: "LayerElementMaterial"
  2631. TypedIndex: 0
  2632. }
  2633. LayerElement: {
  2634. Type: "LayerElementSmoothing"
  2635. TypedIndex: 0
  2636. }
  2637. LayerElement: {
  2638. Type: "LayerElementUV"
  2639. TypedIndex: 0
  2640. }
  2641. }
  2642. }
  2643. Model: 2268726011328, "Model::SM_Wall_Thick_Curved_Base_01", "Null" {
  2644. Version: 232
  2645. Properties70: {
  2646. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2647. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2648. P: "RotationActive", "bool", "", "",1
  2649. P: "InheritType", "enum", "", "",1
  2650. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2651. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2652. }
  2653. Shading: Y
  2654. Culling: "CullingOff"
  2655. }
  2656. Model: 2268725983488, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_010", "Mesh" {
  2657. Version: 232
  2658. Properties70: {
  2659. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2660. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2661. P: "RotationActive", "bool", "", "",1
  2662. P: "InheritType", "enum", "", "",1
  2663. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2664. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2665. P: "currentUVSet", "KString", "", "U", "map1"
  2666. }
  2667. Shading: T
  2668. Culling: "CullingOff"
  2669. }
  2670. Model: 2268726046128, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_01", "Mesh" {
  2671. Version: 232
  2672. Properties70: {
  2673. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2674. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2675. P: "RotationActive", "bool", "", "",1
  2676. P: "InheritType", "enum", "", "",1
  2677. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2678. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2679. P: "currentUVSet", "KString", "", "U", "map1"
  2680. }
  2681. Shading: T
  2682. Culling: "CullingOff"
  2683. }
  2684. Model: 2268726039168, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_02", "Mesh" {
  2685. Version: 232
  2686. Properties70: {
  2687. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2688. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2689. P: "RotationActive", "bool", "", "",1
  2690. P: "InheritType", "enum", "", "",1
  2691. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2692. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2693. P: "currentUVSet", "KString", "", "U", "map1"
  2694. }
  2695. Shading: T
  2696. Culling: "CullingOff"
  2697. }
  2698. Model: 2268726041488, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_03", "Mesh" {
  2699. Version: 232
  2700. Properties70: {
  2701. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2702. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2703. P: "RotationActive", "bool", "", "",1
  2704. P: "InheritType", "enum", "", "",1
  2705. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2706. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2707. P: "currentUVSet", "KString", "", "U", "map1"
  2708. }
  2709. Shading: T
  2710. Culling: "CullingOff"
  2711. }
  2712. Model: 2268726020608, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_04", "Mesh" {
  2713. Version: 232
  2714. Properties70: {
  2715. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2716. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2717. P: "RotationActive", "bool", "", "",1
  2718. P: "InheritType", "enum", "", "",1
  2719. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2720. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2721. P: "currentUVSet", "KString", "", "U", "map1"
  2722. }
  2723. Shading: T
  2724. Culling: "CullingOff"
  2725. }
  2726. Model: 2268726022928, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_05", "Mesh" {
  2727. Version: 232
  2728. Properties70: {
  2729. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2730. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2731. P: "RotationActive", "bool", "", "",1
  2732. P: "InheritType", "enum", "", "",1
  2733. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2734. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2735. P: "currentUVSet", "KString", "", "U", "map1"
  2736. }
  2737. Shading: T
  2738. Culling: "CullingOff"
  2739. }
  2740. Model: 2268726015968, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_06", "Mesh" {
  2741. Version: 232
  2742. Properties70: {
  2743. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2744. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2745. P: "RotationActive", "bool", "", "",1
  2746. P: "InheritType", "enum", "", "",1
  2747. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2748. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2749. P: "currentUVSet", "KString", "", "U", "map1"
  2750. }
  2751. Shading: T
  2752. Culling: "CullingOff"
  2753. }
  2754. Model: 2268726048448, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_07", "Mesh" {
  2755. Version: 232
  2756. Properties70: {
  2757. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2758. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2759. P: "RotationActive", "bool", "", "",1
  2760. P: "InheritType", "enum", "", "",1
  2761. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2762. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2763. P: "currentUVSet", "KString", "", "U", "map1"
  2764. }
  2765. Shading: T
  2766. Culling: "CullingOff"
  2767. }
  2768. Model: 2268726025248, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_08", "Mesh" {
  2769. Version: 232
  2770. Properties70: {
  2771. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2772. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2773. P: "RotationActive", "bool", "", "",1
  2774. P: "InheritType", "enum", "", "",1
  2775. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2776. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2777. P: "currentUVSet", "KString", "", "U", "map1"
  2778. }
  2779. Shading: T
  2780. Culling: "CullingOff"
  2781. }
  2782. Model: 2268726043808, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_09", "Mesh" {
  2783. Version: 232
  2784. Properties70: {
  2785. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2786. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2787. P: "RotationActive", "bool", "", "",1
  2788. P: "InheritType", "enum", "", "",1
  2789. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2790. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2791. P: "currentUVSet", "KString", "", "U", "map1"
  2792. }
  2793. Shading: T
  2794. Culling: "CullingOff"
  2795. }
  2796. Model: 2268726027568, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_020", "Mesh" {
  2797. Version: 232
  2798. Properties70: {
  2799. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2800. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2801. P: "RotationActive", "bool", "", "",1
  2802. P: "InheritType", "enum", "", "",1
  2803. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2804. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2805. P: "currentUVSet", "KString", "", "U", "map1"
  2806. }
  2807. Shading: T
  2808. Culling: "CullingOff"
  2809. }
  2810. Model: 2268726018288, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_011", "Mesh" {
  2811. Version: 232
  2812. Properties70: {
  2813. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2814. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2815. P: "RotationActive", "bool", "", "",1
  2816. P: "InheritType", "enum", "", "",1
  2817. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2818. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2819. P: "currentUVSet", "KString", "", "U", "map1"
  2820. }
  2821. Shading: T
  2822. Culling: "CullingOff"
  2823. }
  2824. Model: 2268726050768, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_012", "Mesh" {
  2825. Version: 232
  2826. Properties70: {
  2827. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2828. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2829. P: "RotationActive", "bool", "", "",1
  2830. P: "InheritType", "enum", "", "",1
  2831. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2832. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2833. P: "currentUVSet", "KString", "", "U", "map1"
  2834. }
  2835. Shading: T
  2836. Culling: "CullingOff"
  2837. }
  2838. Model: 2268726053088, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_013", "Mesh" {
  2839. Version: 232
  2840. Properties70: {
  2841. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2842. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2843. P: "RotationActive", "bool", "", "",1
  2844. P: "InheritType", "enum", "", "",1
  2845. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2846. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2847. P: "currentUVSet", "KString", "", "U", "map1"
  2848. }
  2849. Shading: T
  2850. Culling: "CullingOff"
  2851. }
  2852. Model: 2268726034528, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_014", "Mesh" {
  2853. Version: 232
  2854. Properties70: {
  2855. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2856. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2857. P: "RotationActive", "bool", "", "",1
  2858. P: "InheritType", "enum", "", "",1
  2859. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2860. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2861. P: "currentUVSet", "KString", "", "U", "map1"
  2862. }
  2863. Shading: T
  2864. Culling: "CullingOff"
  2865. }
  2866. Model: 2268726055408, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_015", "Mesh" {
  2867. Version: 232
  2868. Properties70: {
  2869. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2870. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2871. P: "RotationActive", "bool", "", "",1
  2872. P: "InheritType", "enum", "", "",1
  2873. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2874. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2875. P: "currentUVSet", "KString", "", "U", "map1"
  2876. }
  2877. Shading: T
  2878. Culling: "CullingOff"
  2879. }
  2880. Model: 2268726057728, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_016", "Mesh" {
  2881. Version: 232
  2882. Properties70: {
  2883. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2884. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2885. P: "RotationActive", "bool", "", "",1
  2886. P: "InheritType", "enum", "", "",1
  2887. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2888. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2889. P: "currentUVSet", "KString", "", "U", "map1"
  2890. }
  2891. Shading: T
  2892. Culling: "CullingOff"
  2893. }
  2894. Model: 2268726060048, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_017", "Mesh" {
  2895. Version: 232
  2896. Properties70: {
  2897. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2898. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2899. P: "RotationActive", "bool", "", "",1
  2900. P: "InheritType", "enum", "", "",1
  2901. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2902. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2903. P: "currentUVSet", "KString", "", "U", "map1"
  2904. }
  2905. Shading: T
  2906. Culling: "CullingOff"
  2907. }
  2908. Model: 2268726029888, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_018", "Mesh" {
  2909. Version: 232
  2910. Properties70: {
  2911. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2912. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2913. P: "RotationActive", "bool", "", "",1
  2914. P: "InheritType", "enum", "", "",1
  2915. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2916. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2917. P: "currentUVSet", "KString", "", "U", "map1"
  2918. }
  2919. Shading: T
  2920. Culling: "CullingOff"
  2921. }
  2922. Model: 2268726036848, "Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_019", "Mesh" {
  2923. Version: 232
  2924. Properties70: {
  2925. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2926. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2927. P: "RotationActive", "bool", "", "",1
  2928. P: "InheritType", "enum", "", "",1
  2929. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2930. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2931. P: "currentUVSet", "KString", "", "U", "map1"
  2932. }
  2933. Shading: T
  2934. Culling: "CullingOff"
  2935. }
  2936. Model: 2268726062368, "Model::SM_Wall_Thick_Curved_Base_01_LOD0", "Mesh" {
  2937. Version: 232
  2938. Properties70: {
  2939. P: "RotationPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2940. P: "ScalingPivot", "Vector3D", "Vector", "",1.45519152283669e-011,0,4.54747350886464e-013
  2941. P: "RotationActive", "bool", "", "",1
  2942. P: "InheritType", "enum", "", "",1
  2943. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2944. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2945. P: "currentUVSet", "KString", "", "U", "map1"
  2946. }
  2947. Shading: T
  2948. Culling: "CullingOff"
  2949. }
  2950. Material: 2267913037760, "Material::M_Collision_01", "" {
  2951. Version: 102
  2952. ShadingModel: "phong"
  2953. MultiLayer: 0
  2954. Properties70: {
  2955. P: "AmbientColor", "Color", "", "A",0,0,0
  2956. P: "DiffuseColor", "Color", "", "A",0.5,0.5,0.5
  2957. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  2958. P: "TransparencyFactor", "Number", "", "A",1
  2959. P: "SpecularColor", "Color", "", "A",0,0,0
  2960. P: "ReflectionFactor", "Number", "", "A",0.5
  2961. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  2962. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  2963. P: "Diffuse", "Vector3D", "Vector", "",0.400000005960464,0.400000005960464,0.400000005960464
  2964. P: "Specular", "Vector3D", "Vector", "",0,0,0
  2965. P: "Shininess", "double", "Number", "",20
  2966. P: "Opacity", "double", "Number", "",1
  2967. P: "Reflectivity", "double", "Number", "",0
  2968. }
  2969. }
  2970. Material: 2267913051680, "Material::MI_Wall_01", "" {
  2971. Version: 102
  2972. ShadingModel: "phong"
  2973. MultiLayer: 0
  2974. Properties70: {
  2975. P: "AmbientColor", "Color", "", "A",0,0,0
  2976. P: "DiffuseColor", "Color", "", "A",1,1,1
  2977. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  2978. P: "TransparencyFactor", "Number", "", "A",1
  2979. P: "SpecularColor", "Color", "", "A",0,0,0
  2980. P: "ReflectionFactor", "Number", "", "A",0.5
  2981. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  2982. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  2983. P: "Diffuse", "Vector3D", "Vector", "",0.800000011920929,0.800000011920929,0.800000011920929
  2984. P: "Specular", "Vector3D", "Vector", "",0,0,0
  2985. P: "Shininess", "double", "Number", "",20
  2986. P: "Opacity", "double", "Number", "",1
  2987. P: "Reflectivity", "double", "Number", "",0
  2988. }
  2989. }
  2990. Video: 2268161707152, "Video::file4", "Clip" {
  2991. Type: "Clip"
  2992. Properties70: {
  2993. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_BC.png"
  2994. }
  2995. UseMipMap: 0
  2996. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_BC.png"
  2997. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wall_01_BC.png"
  2998. }
  2999. Video: 2268161718752, "Video::file24", "Clip" {
  3000. Type: "Clip"
  3001. Properties70: {
  3002. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_N.png"
  3003. }
  3004. UseMipMap: 0
  3005. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_N.png"
  3006. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wall_01_N.png"
  3007. }
  3008. Texture: 2267913054560, "Texture::file4", "" {
  3009. Type: "TextureVideoClip"
  3010. Version: 202
  3011. TextureName: "Texture::file4"
  3012. Properties70: {
  3013. P: "CurrentTextureBlendMode", "enum", "", "",0
  3014. P: "UVSet", "KString", "", "", "map1"
  3015. P: "UseMaterial", "bool", "", "",1
  3016. }
  3017. Media: "Video::file4"
  3018. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_BC.png"
  3019. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wall_01_BC.png"
  3020. ModelUVTranslation: 0,0
  3021. ModelUVScaling: 1,1
  3022. Texture_Alpha_Source: "None"
  3023. Cropping: 0,0,0,0
  3024. }
  3025. Texture: 2267913048320, "Texture::file24", "" {
  3026. Type: "TextureVideoClip"
  3027. Version: 202
  3028. TextureName: "Texture::file24"
  3029. Properties70: {
  3030. P: "CurrentTextureBlendMode", "enum", "", "",0
  3031. P: "UVSet", "KString", "", "", "map1"
  3032. P: "UseMaterial", "bool", "", "",1
  3033. }
  3034. Media: "Video::file24"
  3035. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_N.png"
  3036. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wall_01_N.png"
  3037. ModelUVTranslation: 0,0
  3038. ModelUVScaling: 1,1
  3039. Texture_Alpha_Source: "None"
  3040. Cropping: 0,0,0,0
  3041. }
  3042. AnimationStack: 2268284686288, "AnimStack::Take 001", "" {
  3043. Properties70: {
  3044. P: "LocalStart", "KTime", "Time", "",1539538600
  3045. P: "LocalStop", "KTime", "Time", "",46186158000
  3046. P: "ReferenceStart", "KTime", "Time", "",1539538600
  3047. P: "ReferenceStop", "KTime", "Time", "",46186158000
  3048. }
  3049. }
  3050. AnimationLayer: 2270587942304, "AnimLayer::BaseLayer", "" {
  3051. }
  3052. }
  3053. ; Object connections
  3054. ;------------------------------------------------------------------
  3055. Connections: {
  3056. ;Model::SM_Wall_Thick_Curved_Base_01, Model::RootNode
  3057. C: "OO",2268726011328,0
  3058. ;AnimLayer::BaseLayer, AnimStack::Take 001
  3059. C: "OO",2270587942304,2268284686288
  3060. ;NodeAttribute::, Model::SM_Wall_Thick_Curved_Base_01
  3061. C: "OO",2267387873424,2268726011328
  3062. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_010, Model::SM_Wall_Thick_Curved_Base_01
  3063. C: "OO",2268725983488,2268726011328
  3064. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_01, Model::SM_Wall_Thick_Curved_Base_01
  3065. C: "OO",2268726046128,2268726011328
  3066. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_02, Model::SM_Wall_Thick_Curved_Base_01
  3067. C: "OO",2268726039168,2268726011328
  3068. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_03, Model::SM_Wall_Thick_Curved_Base_01
  3069. C: "OO",2268726041488,2268726011328
  3070. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_04, Model::SM_Wall_Thick_Curved_Base_01
  3071. C: "OO",2268726020608,2268726011328
  3072. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_05, Model::SM_Wall_Thick_Curved_Base_01
  3073. C: "OO",2268726022928,2268726011328
  3074. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_06, Model::SM_Wall_Thick_Curved_Base_01
  3075. C: "OO",2268726015968,2268726011328
  3076. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_07, Model::SM_Wall_Thick_Curved_Base_01
  3077. C: "OO",2268726048448,2268726011328
  3078. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_08, Model::SM_Wall_Thick_Curved_Base_01
  3079. C: "OO",2268726025248,2268726011328
  3080. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_09, Model::SM_Wall_Thick_Curved_Base_01
  3081. C: "OO",2268726043808,2268726011328
  3082. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_020, Model::SM_Wall_Thick_Curved_Base_01
  3083. C: "OO",2268726027568,2268726011328
  3084. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_011, Model::SM_Wall_Thick_Curved_Base_01
  3085. C: "OO",2268726018288,2268726011328
  3086. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_012, Model::SM_Wall_Thick_Curved_Base_01
  3087. C: "OO",2268726050768,2268726011328
  3088. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_013, Model::SM_Wall_Thick_Curved_Base_01
  3089. C: "OO",2268726053088,2268726011328
  3090. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_014, Model::SM_Wall_Thick_Curved_Base_01
  3091. C: "OO",2268726034528,2268726011328
  3092. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_015, Model::SM_Wall_Thick_Curved_Base_01
  3093. C: "OO",2268726055408,2268726011328
  3094. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_016, Model::SM_Wall_Thick_Curved_Base_01
  3095. C: "OO",2268726057728,2268726011328
  3096. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_017, Model::SM_Wall_Thick_Curved_Base_01
  3097. C: "OO",2268726060048,2268726011328
  3098. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_018, Model::SM_Wall_Thick_Curved_Base_01
  3099. C: "OO",2268726029888,2268726011328
  3100. ;Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_019, Model::SM_Wall_Thick_Curved_Base_01
  3101. C: "OO",2268726036848,2268726011328
  3102. ;Model::SM_Wall_Thick_Curved_Base_01_LOD0, Model::SM_Wall_Thick_Curved_Base_01
  3103. C: "OO",2268726062368,2268726011328
  3104. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_010
  3105. C: "OO",2267733799072,2268725983488
  3106. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_010
  3107. C: "OO",2267913037760,2268725983488
  3108. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_01
  3109. C: "OO",2267733784224,2268726046128
  3110. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_01
  3111. C: "OO",2267913037760,2268726046128
  3112. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_02
  3113. C: "OO",2267733805728,2268726039168
  3114. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_02
  3115. C: "OO",2267913037760,2268726039168
  3116. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_03
  3117. C: "OO",2267733781152,2268726041488
  3118. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_03
  3119. C: "OO",2267913037760,2268726041488
  3120. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_04
  3121. C: "OO",2267733800608,2268726020608
  3122. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_04
  3123. C: "OO",2267913037760,2268726020608
  3124. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_05
  3125. C: "OO",2267733810848,2268726022928
  3126. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_05
  3127. C: "OO",2267913037760,2268726022928
  3128. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_06
  3129. C: "OO",2267733791904,2268726015968
  3130. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_06
  3131. C: "OO",2267913037760,2268726015968
  3132. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_07
  3133. C: "OO",2267733806752,2268726048448
  3134. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_07
  3135. C: "OO",2267913037760,2268726048448
  3136. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_08
  3137. C: "OO",2267733810336,2268726025248
  3138. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_08
  3139. C: "OO",2267913037760,2268726025248
  3140. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_09
  3141. C: "OO",2267733806240,2268726043808
  3142. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_09
  3143. C: "OO",2267913037760,2268726043808
  3144. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_020
  3145. C: "OO",2267733798048,2268726027568
  3146. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_020
  3147. C: "OO",2267913037760,2268726027568
  3148. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_011
  3149. C: "OO",2267733807264,2268726018288
  3150. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_011
  3151. C: "OO",2267913037760,2268726018288
  3152. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_012
  3153. C: "OO",2267733793952,2268726050768
  3154. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_012
  3155. C: "OO",2267913037760,2268726050768
  3156. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_013
  3157. C: "OO",2267733781664,2268726053088
  3158. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_013
  3159. C: "OO",2267913037760,2268726053088
  3160. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_014
  3161. C: "OO",2267733782688,2268726034528
  3162. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_014
  3163. C: "OO",2267913037760,2268726034528
  3164. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_015
  3165. C: "OO",2267733794464,2268726055408
  3166. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_015
  3167. C: "OO",2267913037760,2268726055408
  3168. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_016
  3169. C: "OO",2267733794976,2268726057728
  3170. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_016
  3171. C: "OO",2267913037760,2268726057728
  3172. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_017
  3173. C: "OO",2267733780640,2268726060048
  3174. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_017
  3175. C: "OO",2267913037760,2268726060048
  3176. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_018
  3177. C: "OO",2267733778592,2268726029888
  3178. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_018
  3179. C: "OO",2267913037760,2268726029888
  3180. ;Geometry::, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_019
  3181. C: "OO",2267733807776,2268726036848
  3182. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Curved_Base_01_LOD0_019
  3183. C: "OO",2267913037760,2268726036848
  3184. ;Texture::file4, Material::MI_Wall_01
  3185. C: "OP",2267913054560,2267913051680, "DiffuseColor"
  3186. ;Texture::file24, Material::MI_Wall_01
  3187. C: "OP",2267913048320,2267913051680, "NormalMap"
  3188. ;Video::file4, Texture::file4
  3189. C: "OO",2268161707152,2267913054560
  3190. ;Video::file24, Texture::file24
  3191. C: "OO",2268161718752,2267913048320
  3192. ;Geometry::, Model::SM_Wall_Thick_Curved_Base_01_LOD0
  3193. C: "OO",2267733795488,2268726062368
  3194. ;Material::MI_Wall_01, Model::SM_Wall_Thick_Curved_Base_01_LOD0
  3195. C: "OO",2267913051680,2268726062368
  3196. }
  3197. ;Takes section
  3198. ;----------------------------------------------------
  3199. Takes: {
  3200. Current: "Take 001"
  3201. Take: "Take 001" {
  3202. FileName: "Take_001.tak"
  3203. LocalTime: 1539538600,46186158000
  3204. ReferenceTime: 1539538600,46186158000
  3205. }
  3206. }